@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : base.css
Description : 共通
===================================================================== */
/* ========================================================
    base
======================================================== */
#early-warning {
  position: relative;
  background-color: #f6f6f6;
  z-index: 1;
}

.gDef-top-banner {
  position: relative;
  background-color: #f6f6f6;
  z-index: 1;
}

#gDefFooter {
  position: relative;
  z-index: 1;
}

.gDef-contents * {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.8;
  box-sizing: border-box;
}
.gDef-contents img {
  width: 100%;
  vertical-align: bottom;
  border: none;
}
.gDef-contents a {
  text-decoration: none;
  word-break: break-all;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .gDef-contents a:hover {
    opacity: 0.7;
  }
}
.gDef-contents dt {
  font-weight: 400;
}
.gDef-contents em {
  font-style: normal;
}

.sp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inline-block;
  }
}

.color_red {
  color: #cb002e;
}
.color_redpurple {
  color: #84243a;
}
.color_navy {
  color: #5c7685;
}
.color_bg01 {
  color: #ffffff;
  background-color: #000000;
}
.color_bg02 {
  background-color: #f7c5d0;
}
.color_bg03 {
  background-color: #bdd6e4;
}

.text_align_left {
  text-align: left;
}
.text_align_center {
  text-align: center;
}
.text_align_right {
  text-align: right;
}
.text_indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.text_link {
  position: relative;
  display: block;
  padding-left: 1em;
  color: #99e2ff;
  text-decoration: underline !important;
}
.text_link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  display: block;
  width: 0.8em;
  aspect-ratio: 25/15;
  -webkit-mask-image: url(../images/common/arrow_bg01.svg);
          mask-image: url(../images/common/arrow_bg01.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #99e2ff;
  transform: rotate(-90deg);
}

/* ========================================================
    layout
======================================================== */
html {
  font-size: 1.3333333333vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 10px;
  }
}

.gDef-contents {
  width: 100%;
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.08em;
  background-color: #ebeff2;
}
@media screen and (min-width: 768px) {
  .gDef-contents {
    font-size: 2rem;
  }
}

#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#wrapper::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-image: url(../images/common/common_bg01_sp.jpg);
  background-repeat: repeat-y;
  background-position: center center;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  #wrapper::before {
    background-image: url(../images/common/common_bg01_pc.jpg);
  }
}

.main {
  position: relative;
  width: 100%;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5rem;
}

/* ========================================================
    header
======================================================== */
.header {
  position: relative;
  width: 100%;
  /*
  .mv {
      position: relative;
      width: 100%;

      &::before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          display: block;
          width: 100%;
          height: 100%;
          background-image: url(../images/common/common_bg03.jpg);
          background-repeat: no-repeat;
          background-position: center center;
          background-size: auto 100%;

          @include mq-tab {
              background-size: auto auto;
          }

          @include mq-max {
              background-size: 100% auto;
          }
      }

      &_column {
          position: relative;
          display: flex;
          align-items: stretch;
          justify-content: space-between;
          flex-direction: row;
          flex-wrap: wrap;
          width: 100%;
          max-width: 1600px;
          margin: 0 auto;
          padding: 0;

          @include mq-tab {
              padding: calc(30 / 1600 * 100%);
          }

          @include mq-max {
              padding: 3rem;
          }
      }

      &_img {
          position: relative;
          width: 100%;

          @include mq-tab {
              width: calc(880 / 1540 * 100%);
          }
      }

      &_text {
          position: relative;
          display: none;

          @include mq-tab {
              display: flex;
              align-items: center;
              justify-content: center;
              flex-direction: column;
              flex-wrap: nowrap;
              width: calc(640 / 1540 * 100%);
              padding-bottom: calc(360 / 1540 * 100%);
          }
      }

      &_ttl {
          position: relative;
          width: calc(640 / 750 * 100%);
          margin: 4rem auto;

          @include mq-tab {
              width: calc(550 / 640 * 100%);
              margin: 0 auto;
          }
      }

      &_onair {
          position: relative;
          width: 100%;
          margin: 4rem 0 3rem 0;

          @include mq-tab {
              margin: calc(20 / 640 * 100%) 0 0 0;
          }

          &_text {
              position: relative;
              width: 100%;
              color: $color-lightred;
              font-family: $font-spm;
              font-size: 5.8rem;
              font-weight: 600;
              line-height: 0.8;
              text-align: center;

              @include mq-tab {
                  font-size: calc(50 / 1600 * 100vw);
              }

              @include mq-max {
                  font-size: 5.0rem;
              }

              & > span {
                  font-size: 60%;

                  &.sl {
                      @include mq-tab {
                          font-size: inherit;
                      }
                  }
              }
          }
      }

      &_movie {
          position: relative;
          width: calc(640 / 750 * 100%);
          margin: 4rem auto 0 auto;

          @include mq-tab {
              width: calc(640 / 1540 * 100%);
              margin: calc(-360 / 1540 * 100%) 0 0 auto;
          }

          &_list {
              position: relative;
              width: 100%;

              & > li {
                  width: 100%;
              }
          }

          &_item {
              position: relative;
              width: 100%;

              & > a {
                  position: relative;
                  display: block;
                  width: 100%;

                  &:hover {
                      @include mq-tab {
                          opacity: 1;
                      }

                      &::before {
                          @include mq-tab {
                              background-image: url(../images/common/icon_play_h.png);
                          }
                      }
                  }

                  &::before {
                      content: '';
                      position: absolute;
                      left: 50%;
                      top: 50%;
                      display: block;
                      width: calc(96 / 640 * 100%);
                      aspect-ratio: 96 / 95;
                      background-image: url(../images/common/icon_play.png);
                      background-repeat: no-repeat;
                      background-position: center center;
                      background-size: 100% 100%;
                      transform: translate(-50%, -50%);
                      transition: 0.3s ease;
                  }
              }
          }
      }
  }
  */
}
.header .mv {
  position: relative;
  width: 100%;
}
.header .mv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg03.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .header .mv::before {
    background-size: auto auto;
  }
}
@media screen and (min-width: 1600px) {
  .header .mv::before {
    background-size: 100% auto;
  }
}
.header .mv_column {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
}
.header .mv_img {
  position: relative;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .header .mv_img {
    width: 63.6875%;
  }
}
.header .mv_img:not(:has(+ .mv_movie)) {
  margin: 0 auto;
}
.header .mv_movie {
  position: relative;
  width: 100%;
  padding: 4rem;
}
@media screen and (min-width: 768px) {
  .header .mv_movie {
    width: 36.3125%;
    padding: 0 3.15625%;
  }
}
.header .mv_movie_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_list {
    flex-direction: column;
  }
}
.header .mv_movie_list > li {
  width: 47.7611940299%;
  margin: 0 0 0 4.4776119403%;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_list > li {
    width: 100%;
    margin: 0.625vw 0 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .header .mv_movie_list > li {
    margin: 1rem 0 0 0;
  }
}
.header .mv_movie_list > li:first-child {
  margin: 0;
}
.header .mv_movie_list > li:not(:has(.mv_movie_item > a)) {
  display: none;
}
.header .mv_movie_item {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_item.tver > a:hover > figure::before {
    background-image: url(../images/common/icon_play_h.png);
  }
}
.header .mv_movie_item.tver > a > figure::before {
  background-image: url(../images/common/icon_play.png);
}
.header .mv_movie_item.tver > a > p::before {
  background-image: url(../images/common/common_bg04.png);
}
.header .mv_movie_item.tver > a > p::after {
  background-image: url(../images/common/common_bg04.png);
}
.header .mv_movie_item.tver > a > p > em {
  color: #cb002e;
}
.header .mv_movie_item.tver > a > p > span {
  color: #cb002e;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_item.next > a:hover > figure::before {
    background-image: url(../images/common/icon_play02_h.png);
  }
}
.header .mv_movie_item.next > a > figure::before {
  background-image: url(../images/common/icon_play02.png);
}
.header .mv_movie_item.next > a > p::before {
  background-image: url(../images/common/common_bg05.png);
}
.header .mv_movie_item.next > a > p::after {
  background-image: url(../images/common/common_bg05.png);
}
.header .mv_movie_item.next > a > p > em {
  color: #000000;
}
.header .mv_movie_item.next > a > p > span {
  color: #000000;
}
.header .mv_movie_item > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_item > a:hover {
    opacity: 1;
  }
}
.header .mv_movie_item > a > figure {
  position: relative;
  width: 100%;
  filter: drop-shadow(0 0.5em 0.5em rgba(92, 118, 133, 0.3));
}
.header .mv_movie_item > a > figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 20%;
  aspect-ratio: 96/95;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
.header .mv_movie_item > a > p {
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
  padding-left: 2.8rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_item > a > p {
    margin-top: 0.625vw;
    padding-left: 0;
    text-align: center;
  }
}
@media screen and (min-width: 1600px) {
  .header .mv_movie_item > a > p {
    margin-top: 1rem;
  }
}
.header .mv_movie_item > a > p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 1.6rem;
  aspect-ratio: 18/66;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%) scale(1, 1);
}
@media screen and (min-width: 768px) {
  .header .mv_movie_item > a > p::before {
    width: 1vw;
  }
}
@media screen and (min-width: 1600px) {
  .header .mv_movie_item > a > p::before {
    width: 1.6rem;
  }
}
.header .mv_movie_item > a > p::after {
  content: none;
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  width: 1.6rem;
  aspect-ratio: 18/66;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .header .mv_movie_item > a > p::after {
    content: "";
    width: 1vw;
  }
}
@media screen and (min-width: 1600px) {
  .header .mv_movie_item > a > p::after {
    width: 1.6rem;
  }
}
.header .mv_movie_item > a > p > em {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_item > a > p > em {
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1600px) {
  .header .mv_movie_item > a > p > em {
    font-size: 2rem;
  }
}
.header .mv_movie_item > a > p > span {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_item > a > p > span {
    font-size: 2.125vw;
  }
}
@media screen and (min-width: 1600px) {
  .header .mv_movie_item > a > p > span {
    font-size: 3.4rem;
  }
}
.header .mv_onair {
  position: relative;
  width: 100%;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .header .mv_onair {
    padding: 3rem 0;
  }
}
.header .mv_onair_text {
  position: relative;
  width: 100%;
  margin-bottom: -0.5rem;
  color: #e60033;
  font-family: "Shippori Mincho", serif;
  font-size: 5.4rem;
  font-weight: 600;
  line-height: 0.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header .mv_onair_text {
    font-size: 5.4vw;
  }
}
@media screen and (min-width: 1000px) {
  .header .mv_onair_text {
    font-size: 5.4rem;
  }
}
.header .mv_onair_text > span {
  font-size: 60%;
}
@media screen and (min-width: 768px) {
  .header .mv_onair_text > span.sl {
    font-size: inherit;
  }
}
.header .submv {
  position: relative;
  width: 100%;
}
.header .submv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/common_bg03.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto auto;
}
@media screen and (min-width: 1600px) {
  .header .submv::before {
    background-size: 100% auto;
  }
}
.header .submv_column {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .header .submv_column {
    padding: 1.5% 0;
  }
}
@media screen and (min-width: 1000px) {
  .header .submv_column {
    padding: 1.5rem 0;
  }
}
.header .submv_img {
  position: relative;
  width: 48%;
  padding-left: 2.6666666667%;
}
@media screen and (min-width: 768px) {
  .header .submv_img {
    width: 40%;
    padding-left: 7%;
  }
}
.header .submv_img > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .submv_img > a:hover {
    opacity: 1;
  }
}
.header .submv_text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 52%;
}
@media screen and (min-width: 768px) {
  .header .submv_text {
    width: 60%;
  }
}
.header .submv_ttl {
  position: relative;
  width: 89.7435897436%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header .submv_ttl {
    width: 66.6666666667%;
  }
}
.header .submv_onair {
  position: relative;
  width: 100%;
  margin: 1rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .header .submv_onair {
    margin: 0.8333333333% 0 0 0;
  }
}
.header .submv_onair_text {
  position: relative;
  width: 100%;
  color: #e60033;
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 0.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header .submv_onair_text {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1000px) {
  .header .submv_onair_text {
    font-size: 4rem;
  }
}
.header .submv_onair_text > span {
  font-size: 60%;
}
@media screen and (min-width: 768px) {
  .header .submv_onair_text > span.sl {
    font-size: inherit;
  }
}
.header .headbnr {
  position: relative;
  width: 100%;
  padding: 4rem 0;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: auto auto;
}
@media screen and (min-width: 768px) {
  .header .headbnr {
    padding: 3rem 0;
  }
}
.header .headbnr_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: -2.4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .header .headbnr_list {
    margin: 0 auto;
  }
}
.header .headbnr_list > li {
  width: 72%;
  margin: 2.4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .header .headbnr_list > li {
    width: 38%;
    margin: 0 1.5%;
  }
}
.header .nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 17.2rem;
}
@media screen and (min-width: 768px) {
  .header .nav {
    margin-bottom: 10.8rem;
  }
}
@media screen and (min-width: 1380px) {
  .header .nav {
    margin-bottom: 0;
  }
}
.header .nav:not(:has(.nav_sns:last-child)) {
  margin-bottom: 0;
}
.header .nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #50636e, #81555f);
  filter: saturate(2) opacity(0.1) brightness(1.4);
}
.header .nav_menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  width: 92%;
  margin: 0 auto;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .header .nav_menu {
    width: 100%;
    max-width: 72rem;
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1380px) {
  .header .nav_menu {
    width: auto;
    max-width: inherit;
    margin: 0;
  }
}
.header .nav_menu > li {
  position: relative;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li {
    width: 18rem;
  }
}
.header .nav_menu > li:nth-child(4n)::before {
  content: none;
}
@media screen and (min-width: 1380px) {
  .header .nav_menu > li:nth-child(4n)::before {
    content: "";
  }
}
@media screen and (min-width: 1380px) {
  .header .nav_menu > li:last-child::before {
    content: none;
  }
}
.header .nav_menu > li.nav_cast > a {
  padding: 3.02rem 0 1.1rem 0;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li.nav_cast > a {
    padding: 2.1rem 0 0.46rem 0;
  }
}
.header .nav_menu > li.nav_cast > a > em {
  margin: -1.8rem 0;
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li.nav_cast > a > em {
    margin: -1.6rem 0;
    font-size: 2.2rem;
  }
}
.header .nav_menu > li::before {
  content: "";
  position: absolute;
  right: -0.45rem;
  top: 50%;
  display: block;
  width: 0.9rem;
  aspect-ratio: 9/54;
  background-image: url(../images/common/nav_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li::before {
    right: -0.4rem;
    width: 0.8rem;
  }
}
.header .nav_menu > li > a {
  display: block;
  width: 100%;
  padding: 2rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a {
    padding: 1rem 0;
  }
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a:hover > em {
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a:hover > span {
    color: #ffffff;
  }
}
.header .nav_menu > li > a > em {
  display: block;
  color: #060203;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a > em {
    font-size: 2.4rem;
  }
}
.header .nav_menu > li > a > em > span {
  font-family: "Shippori Mincho", serif;
}
.header .nav_menu > li > a > span {
  display: block;
  color: #cb002e;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a > span {
    font-size: 1.6rem;
  }
}
.header .nav_menu > li > a > span > span {
  font-family: "Shippori Mincho", serif;
}
.header .nav_date {
  position: absolute;
  left: 50%;
  top: -1.5rem;
  display: block;
  width: calc(100% - 5rem);
  line-height: 1.2;
  text-align: center;
  background-color: #cb002e;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .header .nav_date {
    top: -1rem;
  }
}
.header .nav_date > span {
  color: #ffffff;
  font-family: "Goudy Bookletter 1911", serif;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .header .nav_date > span {
    font-size: 1.6rem;
  }
}
.header .nav_sns {
  position: absolute;
  left: 0;
  bottom: -17.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .nav_sns {
    bottom: -10.8rem;
  }
}
@media screen and (min-width: 1380px) {
  .header .nav_sns {
    position: relative;
    left: inherit;
    bottom: inherit;
    width: 29.4rem;
  }
}
.header .nav_sns > li {
  width: 17.6%;
  aspect-ratio: 1/1;
  margin: 0 1rem;
}
@media screen and (min-width: 768px) {
  .header .nav_sns > li {
    width: 7.8rem;
  }
}
.header .nav_sns > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .header .nav_sns > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .header .nav_sns > li > a:hover::before {
    background-image: url(../images/common/nav_bg02_h.png);
    animation: snsHoverAct 4s infinite linear;
  }
}
.header .nav_sns > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/nav_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.header .nav_sns > li > a > svg {
  width: 27.2727272727%;
  aspect-ratio: 1/1;
  fill: #000000;
}

/* ========================================================
    footer
======================================================== */
.footer {
  position: relative;
  width: 100%;
}
.footer .fixbnr {
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
  width: auto;
  filter: drop-shadow(0 0 0.6em rgba(0, 0, 0, 0.5));
  z-index: 100;
}
.footer .fixbnr_close {
  position: absolute;
  left: -2rem;
  top: -2rem;
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 1;
}
.footer .fixbnr_close::after {
  content: "×";
  position: absolute;
  left: 50%;
  top: 45%;
  display: block;
  color: #000000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  transform: translate(-50%, -50%);
}
.footer .fixbnr_list {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.footer .fixbnr_list > li {
  width: 19rem;
  background-color: #ffffff;
}
.footer .fixbnr_list > li > a {
  display: block;
  width: 100%;
}
.footer .footbnr {
  position: relative;
  width: 100%;
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .footer .footbnr {
    padding: 4.5rem 0;
  }
}
.footer .footbnr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #50636e, #81555f);
  filter: saturate(2) opacity(0.1) brightness(1.4);
}
.footer .footbnr_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: -2.4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .footer .footbnr_list {
    margin: 0 auto;
  }
}
.footer .footbnr_list > li {
  width: 72%;
  margin: 2.4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .footer .footbnr_list > li {
    width: 38%;
    margin: 0 1.5%;
  }
}
.footer .footsns {
  position: relative;
  width: 100%;
  padding: 16rem 0 30rem 0;
}
@media screen and (min-width: 768px) {
  .footer .footsns {
    padding: 12rem 0;
  }
}
.footer .footsns_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.footer .footsns_list > li {
  width: 17.6%;
  aspect-ratio: 1/1;
  margin: 0 1rem;
}
@media screen and (min-width: 768px) {
  .footer .footsns_list > li {
    width: 7.8rem;
  }
}
.footer .footsns_list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .footer .footsns_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .footer .footsns_list > li > a:hover::before {
    background-image: url(../images/common/nav_bg02_h.png);
    animation: snsHoverAct 4s infinite linear;
  }
}
.footer .footsns_list > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/nav_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.footer .footsns_list > li > a > svg {
  width: 27.2727272727%;
  aspect-ratio: 1/1;
  fill: #000000;
}
.footer .pagetop_img {
  position: absolute;
  right: calc(50% - 7rem);
  bottom: 20rem;
  display: block;
  width: 14rem;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .footer .pagetop_img {
    right: 7rem;
    bottom: 12rem;
    width: 11rem;
  }
}
.footer .pagetop_img > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-image: url(../images/common/pagetop_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .footer .pagetop_img > a:hover {
    background-image: url(../images/common/pagetop_bg01_h.png);
    opacity: 1;
  }
}
.footer .copyright {
  position: relative;
  width: 100%;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .footer .copyright {
    padding: 3rem 0;
  }
}
.footer .copyright::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #50636e, #81555f);
  filter: saturate(2) opacity(0.1) brightness(1.4);
}
.footer .copyright_text {
  position: relative;
  color: #cb002e;
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .footer .copyright_text {
    font-size: 1.6rem;
  }
}

/* ========================================================
    popup
======================================================== */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: rgba(0, 30, 46, 0.4);
  z-index: 1000;
}
.popup_area {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1010;
}
.popup_bg {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: 1020;
  cursor: pointer;
}
.popup_inner {
  position: relative;
  align-self: flex-start;
  width: calc(100% - 10rem);
  max-width: 1000px;
  margin: auto;
  padding: 5rem 0;
  z-index: 1030;
}
.popup_close {
  position: relative;
  display: block;
  width: 10rem;
  margin: 0 0 2rem auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #cb002e;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .popup_close {
    width: 7rem;
    margin: 0 0 1rem auto;
  }
}
@media screen and (min-width: 768px) {
  .popup_close:hover {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .popup_close:hover::before {
    background-color: #cb002e;
  }
}
@media screen and (min-width: 768px) {
  .popup_close:hover::after {
    background-color: #cb002e;
  }
}
.popup_close::before {
  content: "";
  position: absolute;
  left: calc(50% - 0.6em);
  top: calc(50% - 0.08em);
  display: block;
  width: 1.2em;
  height: 0.16em;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: center center;
}
.popup_close::after {
  content: "";
  position: absolute;
  left: calc(50% - 0.08em);
  top: calc(50% - 0.6em);
  display: block;
  width: 0.16em;
  height: 1.2em;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: center center;
}
.popup_movie_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.popup_movie_embed * {
  line-height: inherit;
}
.popup_movie_embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.popup_movie_embed .video-js {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.popup_list > li {
  display: none;
}

/* ========================================================
    animation
======================================================== */
@keyframes snsHoverAct {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=base.css.map */