@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : base.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  font-size: calc(10 / 750 * 100vw);
  overflow-x: hidden;
  overflow-y: scroll;
}

.gDef-top-banner {
  background-color: #ffffff;
}

.gDef-top-banner,
#gDefFooter {
  position: relative;
  z-index: 1;
}

.gDef-wrapper {
  overflow: initial;
}

.wrapper {
  position: relative;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #0a4b74;
  background-color: #ffffff;
  overflow: clip;
}
.wrapper section,
.wrapper main,
.wrapper aside {
  position: relative;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wrapper a,
.wrapper button {
  display: block;
  color: #0a4b74;
  word-wrap: break-word;
  line-break: anywhere;
}

@media screen and (max-width: 767px) {
  .main {
    margin-top: -16.6rem;
  }
}
.main > * {
  padding: 16rem 0;
  overflow: hidden;
}
.main p,
.main dd {
  line-height: 1.666;
}
.main p a,
.main dd a {
  display: inline;
  color: #b48d41;
  text-decoration: underline;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(640 / 750 * 100%);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1920 * 100vw);
  }
  .wrapper {
    font-size: 1.8rem;
    font-size: max(1.8rem, 14px);
  }
  .wrapper a,
  .wrapper button {
    transition: 0.3s ease;
    backface-visibility: hidden;
  }
  .wrapper a:hover,
  .wrapper button:hover {
    transform: translateY(1rem);
    box-shadow: none !important;
  }
  .inner {
    width: calc(1240 / 1920 * 100%);
    max-width: 1240px;
  }
  .is-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}
/* =====================================================================
    共通
======================================================================*/
.ff-en {
  font-family: "Oswald", sans-serif;
}

.movie-embed {
  position: relative;
  padding-top: 56.25%;
}
.movie-embed iframe,
.movie-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-movie {
  width: 100%;
  margin: 0 auto 18rem;
}
@media screen and (min-width: 768px) {
  .p-movie {
    width: 960px;
  }
}

.movie-embed2 {
  position: relative;
  padding-top: 56.25%;
  border: 4px solid #b48d41;
}
.movie-embed2 iframe,
.movie-embed2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec-tll {
  text-align: center;
  margin-bottom: 8rem;
}
.sec-tll h2 {
  position: relative;
  display: inline-block;
  padding: 0 1.5em;
  font-size: 6.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .sec-tll h2 {
    font-size: 4.8rem;
    font-size: max(4.8rem, 24px);
  }
}
.sec-tll h2::before, .sec-tll h2::after {
  content: "";
  position: absolute;
  display: block;
  top: 0.15em;
  left: 0;
  width: 0.9em;
  height: 0.9em;
  background: url(../images/common/icon_ZZ.png) no-repeat center/contain;
}
.sec-tll h2::after {
  left: auto;
  right: 0;
}
.sec-tll h2 span {
  color: #b48d41;
}

a.btn01 {
  text-align: center;
  margin: 7rem auto 0;
  padding: 1.3em;
  width: calc(520 / 640 * 100%);
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #d4b572;
  background: url(../images/common/bg_pattern02.jpg) repeat center/12.8rem auto;
  box-shadow: 0 4rem 8rem 0 rgba(21, 75, 116, 0.3);
}
@media screen and (min-width: 768px) {
  a.btn01 {
    box-shadow: 0 2.8rem 5.6rem 0 rgba(21, 75, 116, 0.3);
  }
}
@media screen and (min-width: 768px) {
  a.btn01 {
    font-size: 122%;
  }
}

/* =====================================================================
*    header
* =================================================================== */
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2.4rem 0 1.7rem;
  background-color: #ffffff;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 0;
    box-shadow: 0 3.2rem 3.2rem 0 rgba(10, 75, 116, 0.05);
  }
}
@media screen and (min-width: 768px) {
  .header-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: calc(1780 / 1920 * 100%);
  }
}
.header-inner {
  width: calc(680 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .header-inner {
    margin: 0;
    width: 13.4831460674%;
  }
}
.header h1 {
  margin-left: calc(-12 / 640 * 100%);
  width: calc(320 / 640 * 100%);
}
@media screen and (min-width: 768px) {
  .header h1 {
    margin-left: 0;
    width: 100%;
  }
}
.header.is-active .btn-menu::after {
  content: "CLOSE";
}
.header.is-active .btn-menu span {
  right: 0.7em;
}
.header.is-active .btn-menu span:nth-of-type(1) {
  transform: rotate(-45deg);
}
.header.is-active .btn-menu span:nth-of-type(2) {
  right: 100%;
  opacity: 0;
}
.header.is-active .btn-menu span:nth-of-type(3) {
  bottom: -0.35em;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .header.is-active .nav {
    right: 0;
  }
}

.btn-menu {
  position: absolute;
  top: 1rem;
  right: 0;
  width: 6.4rem;
  height: 9rem;
  font-size: 1rem;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .btn-menu {
    display: none !important;
  }
}
.btn-menu::after {
  content: "MENU";
  position: absolute;
  text-align: center;
  display: block;
  bottom: 0;
  width: 100%;
  font-size: 2.4em;
  font-family: "Oswald", sans-serif;
  color: #b48d41;
}
.btn-menu-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.4em;
  height: 5em;
}
.btn-menu span {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.7em;
  background-color: #0a4b74;
  transform-origin: center right;
  transition: all 0.5s;
}
.btn-menu span:nth-of-type(1) {
  top: 0;
}
.btn-menu span:nth-of-type(2) {
  top: calc(50% - 0.7em);
  transform: rotate(-10deg);
}
.btn-menu span:nth-of-type(3) {
  bottom: 0;
}

.nav {
  position: absolute;
  right: -100vw;
  width: 32rem;
  max-height: 100vh;
  padding: 3.2rem 0 16rem;
  font-size: 3rem;
  background-color: rgba(255, 255, 255, 0.97);
  overflow-y: auto;
  overflow-x: hidden;
  transition: right 0.5s ease-out;
}
@media screen and (min-width: 768px) {
  .nav {
    position: relative;
    display: block !important;
    right: 0;
    margin-left: auto;
    background-color: transparent;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 2.4rem;
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  .nav > .inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: initial;
  }
}
.nav-menu > li {
  text-align: center;
  margin-bottom: 6.4rem;
}
.nav-menu > li > a {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.nav-menu > li > a span {
  color: #b48d41;
}
.nav-menu > li.nolink a {
  pointer-events: none;
  opacity: 0.3;
}
@media screen and (min-width: 768px) {
  .nav-menu {
    display: flex;
  }
  .nav-menu > li {
    flex-shrink: 0;
    margin-bottom: 0;
  }
  .nav-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 1.5em;
    width: auto;
    height: 100%;
    white-space: nowrap;
  }
}
.nav-sns {
  display: flex;
  justify-content: center;
  font-size: 80%;
}
.nav-sns li a {
  display: flex;
  align-items: center;
  font-family: "Oswald", sans-serif;
  color: #b48d41;
  letter-spacing: 0.1em;
}
.nav-sns li a svg {
  margin-left: 0.3em;
  padding: 0.5em;
  width: 2.1em;
  height: 2.1em;
  background-color: #0a4b74;
  border-radius: 50%;
  fill: #ffffff;
}
@media screen and (min-width: 768px) {
  .nav-sns {
    margin-left: 1.5em;
    font-size: 100%;
  }
  .nav-sns li a svg {
    margin-left: 0.1em;
    padding: 0;
    width: 1.2em;
    height: 1.2em;
    background-color: transparent;
    fill: #0a4b74;
  }
}
@media screen and (min-width: 768px) {
  .nav ul li a {
    min-height: 5em;
  }
  .nav ul li a::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #0a4b74;
    height: 0.4rem;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .nav ul li a:hover {
    transform: translateY(0);
  }
  .nav ul li a:hover::before {
    left: 0;
    right: 0;
  }
}

/* =====================================================================
*    banner
* =================================================================== */
.banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-list li {
  margin-top: 2rem;
  width: calc(520 / 640 * 100%);
}
.banner-list li:first-child {
  margin-top: 0;
}
.banner-list li a {
  box-shadow: 0 4rem 8rem 0 rgba(0, 36, 64, 0.5);
}
@media screen and (min-width: 768px) {
  .banner-list li a {
    box-shadow: 0 2.8rem 5.6rem 0 rgba(0, 36, 64, 0.5);
  }
}
@media screen and (min-width: 768px) {
  .banner-list li {
    margin: 3rem calc(30 / 1240 * 100%) 0 0;
    width: calc(390 / 1240 * 100%);
  }
  .banner-list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .banner-list li:nth-child(3n), .banner-list li:last-child {
    margin-right: 0;
  }
}

/* =====================================================================
    mv
======================================================================*/
.pallarax {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  min-height: 100vh;
}
@media screen and (min-width: 768px) {
  .pallarax {
    min-height: calc(640 / 1920 * 100vw);
  }
}
.pallarax img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
@media screen and (min-width: 768px) {
  .pallarax img {
    height: 100vh;
  }
}

.mv {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  min-height: 100vh;
  padding: 22rem 0 0;
}
@media screen and (min-width: 768px) {
  .mv {
    padding: 8rem 0 4rem;
    min-height: 64rem;
  }
  .mv h1 {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(520 / 1240 * 100%);
  }
}
.mv > .inner {
  height: 100%;
}
.mv-catch {
  margin-left: auto;
  width: calc(80 / 640 * 100%);
}
@media screen and (min-width: 768px) {
  .mv-catch {
    margin-left: calc(600 / 1240 * 100%);
    width: calc(64 / 1240 * 100%);
  }
}
.mv-onair {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv-onair {
    padding: 1.8rem 0 2.4rem;
  }
  .mv-onair::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: -1;
  }
  .mv-onair img {
    margin: 0 auto;
    width: calc(386 / 640 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .mv-onair {
    left: auto;
    right: 0;
    width: calc(290 / 1240 * 100%);
  }
}

/* =====================================================================
    next
======================================================================*/
.owabi {
  margin: 0 auto 5em;
  border: solid 2px #b48d41;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .owabi {
    width: 60%;
  }
}
.owabi p {
  padding: 2em;
  line-height: 1.6em;
}
.owabi p span {
  background-color: #b48d41;
  color: #0a4b74;
  font-weight: bold;
  font-size: 110%;
}

.next {
  padding-bottom: 0;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .next > .inner {
    max-width: 800px;
  }
}
.next-ttl {
  margin-bottom: 0.4em;
  font-size: 133%;
  font-weight: bold;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .next-ttl {
    font-size: 155%;
  }
}
.next-date {
  margin-bottom: 8rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #b48d41;
}
@media screen and (min-width: 768px) {
  .next-date {
    margin-bottom: 6.4rem;
  }
}
.next-movie {
  box-shadow: 0 4rem 8rem 0 rgba(21, 75, 116, 0.3);
}
@media screen and (min-width: 768px) {
  .next-movie {
    box-shadow: 0 2.8rem 5.6rem 0 rgba(21, 75, 116, 0.3);
  }
}
@media screen and (max-width: 767px) {
  .next-movie {
    margin: 0 calc(50% - 50vw);
  }
}
.next-cast {
  position: relative;
  padding: 8rem 0 14rem;
}
@media screen and (min-width: 768px) {
  .next-cast {
    padding: 6.4rem 0 16rem;
  }
}
.next-cast::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: url(../images/common/bg_pattern01.jpg) repeat top center/51.2rem auto;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .next-cast::before {
    height: calc(100% + 22.8rem);
  }
}
.next-cast h4 {
  margin-bottom: 0.5em;
  font-size: 133%;
  font-weight: bold;
  color: #b48d41;
}
@media screen and (min-width: 768px) {
  .next-cast h4 {
    font-size: 122%;
  }
}
.next-cast p {
  position: relative;
  padding: 3.5rem 0 0 3.5rem;
}
.next-cast p::before, .next-cast p::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  border-width: 0.8rem;
  border-style: solid;
}
@media screen and (min-width: 768px) {
  .next-cast p::before, .next-cast p::after {
    border-width: 0.4rem;
  }
}
.next-cast p::before {
  height: 100%;
  border-color: #b48d41;
}
.next-cast p::after {
  width: 100%;
  border-color: #0a4b74;
}

/* =====================================================================
    summary
======================================================================*/
@media screen and (max-width: 767px) {
  .summary {
    margin-top: 57.7rem;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
@media screen and (min-width: 768px) {
  .summary > .inner {
    width: calc(1600 / 1920 * 100%);
  }
  .summary .sec-tll, .summary-text {
    margin-left: auto;
    width: 50%;
  }
}
.summary-text {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .summary-text {
    font-size: 2rem;
  }
}
.summary-text p:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .summary-text p:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.summary-text p strong {
  font-size: 150%;
  font-weight: bold;
  color: #b48d41;
  line-height: 1.4;
}
.summary-text p span {
  padding: 0 0.3em;
  font-weight: bold;
  background-color: #0a4b74;
  color: #d4b572;
}
.summary-text p span.navigator {
  font-size: 130%;
  background-color: #d4b572;
  color: #0a4b74;
}

/* =====================================================================
    cast
======================================================================*/
.cast {
  color: #ffffff;
  background: url(../images/common/bg_pattern02.jpg) repeat top center/12.8rem auto;
}
@media screen and (min-width: 768px) {
  .cast > .inner {
    width: calc(1600 / 1920 * 100%);
  }
}
.cast .sec-tll h2::before, .cast .sec-tll h2::after {
  background-image: url(../images/common/icon_ZZ_white.png);
}
@media screen and (min-width: 768px) {
  .cast-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .cast-list li:not(:last-child) {
    margin-bottom: 9.2rem;
  }
}
@media screen and (min-width: 768px) {
  .cast-list li {
    width: 30%;
    margin: 6rem 5% 0 0;
  }
  .cast-list li:nth-child(3n), .cast-list li:last-child {
    margin-right: 0;
  }
  .cast-list li:nth-child(-n+3) {
    margin-top: 0;
  }
}
.cast-list li figure {
  margin: 0 auto 3rem;
  width: calc(520 / 640 * 100%);
}
.cast-list li figure img {
  box-shadow: 0 4rem 8rem 0 rgba(0, 36, 64, 0.5);
}
@media screen and (min-width: 768px) {
  .cast-list li figure img {
    box-shadow: 0 2.8rem 5.6rem 0 rgba(0, 36, 64, 0.5);
  }
}
@media screen and (min-width: 768px) {
  .cast-list li figure {
    width: 75%;
  }
}
.cast-list li .position {
  text-align: center;
  margin-bottom: 0.5em;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  color: #b48d41;
}
.cast-list li h3 {
  text-align: center;
  font-weight: bold;
  padding-left: 0.15em;
  font-size: 213%;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .cast-list li h3 {
    font-size: 3.8rem;
  }
}
.cast-list li h3 small {
  display: block;
  margin-top: 0.6em;
  font-weight: normal;
  font-size: 55%;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.cast-list2 {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .cast-list2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .cast-list2 li:not(:last-child) {
    margin-bottom: 9.2rem;
  }
}
@media screen and (min-width: 768px) {
  .cast-list2 li {
    width: 28.125%;
    margin: 6rem 5% 0 0;
  }
  .cast-list2 li:nth-child(3n), .cast-list2 li:last-child {
    margin-right: 0;
  }
  .cast-list2 li:nth-child(-n+3) {
    margin-top: 0;
  }
}
.cast-list2 li figure {
  margin: 0 auto 3rem;
  width: calc(450 / 640 * 100%);
}
.cast-list2 li figure img {
  box-shadow: 0 4rem 8rem 0 rgba(0, 36, 64, 0.5);
}
@media screen and (min-width: 768px) {
  .cast-list2 li figure img {
    box-shadow: 0 2.8rem 5.6rem 0 rgba(0, 36, 64, 0.5);
  }
}
@media screen and (min-width: 768px) {
  .cast-list2 li figure {
    width: 66.6666666667%;
  }
}
.cast-list2 li .position {
  text-align: center;
  margin-bottom: 0.5em;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  color: #b48d41;
}
.cast-list2 li h3 {
  text-align: center;
  font-weight: bold;
  padding-left: 0.15em;
  font-size: 213%;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .cast-list2 li h3 {
    font-size: 3.8rem;
  }
}
.cast-list2 li h3 small {
  display: block;
  margin-top: 0.6em;
  font-weight: normal;
  font-size: 55%;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

/* =====================================================================
    music
======================================================================*/
.music {
  background: url(../images/common/bg_pattern03.jpg) repeat top center/12.8rem auto;
}
@media screen and (min-width: 768px) {
  .music > .inner {
    max-width: 880px;
  }
}
.music-group {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .music-group {
    flex-direction: row;
    justify-content: space-between;
  }
}
.music-group figure {
  margin: 0 auto 6.2rem;
  width: calc(520 / 640 * 100%);
}
.music-group figure img {
  box-shadow: 0 4rem 8rem 0 rgba(21, 75, 116, 0.3);
}
@media screen and (min-width: 768px) {
  .music-group figure img {
    box-shadow: 0 2.8rem 5.6rem 0 rgba(21, 75, 116, 0.3);
  }
}
@media screen and (min-width: 768px) {
  .music-group figure {
    margin: 0;
    width: 45.4545454545%;
  }
}
.music-group-right {
  display: contents;
}
@media screen and (min-width: 768px) {
  .music-group-right {
    display: flex;
    flex-direction: column;
    width: 44.3181818182%;
  }
  .music-group-right .btn01 {
    margin-top: auto;
    width: 100%;
  }
}
.music-theme {
  text-align: center;
  margin-bottom: 2.3rem;
  font-weight: bold;
  color: #b48d41;
}
@media screen and (max-width: 767px) {
  .music-theme {
    order: -1;
  }
}
@media screen and (min-width: 768px) {
  .music-theme {
    text-align: left;
    margin-bottom: 3.5rem;
    font-size: 122%;
  }
}
.music-desc {
  text-align: center;
  font-size: 85%;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .music-desc {
    text-align: left;
    margin-bottom: 4rem;
    font-size: 100%;
  }
}
.music-desc-ttl {
  font-size: 180%;
  font-weight: bold;
}
.music-desc-artist {
  margin-top: 0.3em;
  font-size: 130%;
  font-weight: bold;
  color: #b48d41;
}
.music-desc-label {
  margin-top: 0.55em;
}

/* =====================================================================
    delivery
======================================================================*/
.line-zz {
  padding: 0;
  height: 6.4rem;
  background: #ffffff url(../images/common/bg_pattern04.jpg) repeat-x center/auto 100%;
}

.delivery {
  color: #ffffff;
  background: url(../images/common/bg_pattern02.jpg) repeat top center/12.8rem auto;
}
@media screen and (min-width: 768px) {
  .delivery > .inner {
    width: calc(1600 / 1920 * 100%);
  }
}
.delivery .sec-tll h2::before, .delivery .sec-tll h2::after {
  background-image: url(../images/common/icon_ZZ_white.png);
}/*# sourceMappingURL=base.css.map */