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

.gDef-top-banner {
  position: relative;
  background-color: #ffffff;
  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;
}
.gDef-contents p {
  font-weight: bold;
}

.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_darkblue {
  color: #004e5c;
}
.color_pink {
  color: #e64588;
}
.color_bg01 {
  color: #ffffff;
  background-color: #004e5c;
}

.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: inline-block;
  margin-left: 1em;
}
.text_link::before {
  content: "";
  position: absolute;
  left: -1.2em;
  top: 0.45em;
  display: block;
  width: 1em;
  height: 1em;
  background: url(../images/common/icon_redarrow.png) no-repeat center center/contain;
}
.text_mark1 {
  position: relative;
  display: inline-block;
  margin-left: 1em;
}
.text_mark1::before {
  content: "⚫︎";
  color: #e64588;
  position: absolute;
  left: -1.2em;
  top: 0;
}
.text_mark2 {
  position: relative;
  display: inline-block;
  margin-left: 1em;
}
.text_mark2::before {
  content: "■";
  color: #e64588;
  font-size: 70%;
  position: absolute;
  left: -1.5em;
  top: 0.5em;
}

.frameUnder {
  position: relative;
}
.frameUnder::after {
  content: "";
  position: absolute;
  bottom: -19rem;
  left: 0;
  display: block;
  width: 100%;
  height: 20rem;
  background: url(../images/common/frame_under_sp.png) no-repeat bottom left/cover;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .frameUnder::after {
    bottom: -17rem;
    height: 18rem;
    background: url(../images/common/frame_under.png) no-repeat bottom left/cover;
  }
}

.grassUnder {
  position: relative;
  padding: 5rem 0 14rem;
  background: url(../images/common/bg_grass_sp.png) no-repeat bottom right/cover;
}
@media screen and (min-width: 768px) {
  .grassUnder {
    background: url(../images/common/bg_grass.png) no-repeat bottom right/cover;
    padding: 5rem 0;
  }
}
.grassUnder::before {
  content: "";
  position: absolute;
  right: -18rem;
  bottom: -20rem;
  display: block;
  width: 45rem;
  height: 30rem;
  background: url(../images/common/bg_grass_parts.png) no-repeat top left/contain;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .grassUnder::before {
    width: 40rem;
    height: 25rem;
    right: -15.5rem;
    bottom: -15rem;
    background-size: auto;
  }
}

.pink_btn,
.back_btn {
  position: relative;
  width: 90%;
  aspect-ratio: 560/96;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .pink_btn,
  .back_btn {
    width: 408px;
    margin-top: 4.5rem auto 0 auto;
  }
}
.pink_btn > a,
.back_btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-weight: bold;
  width: 100%;
  height: 100%;
  padding: 0 7.1428571429%;
  background: linear-gradient(-90deg, #de569a 0%, #de569a 100%);
  transition: all 0.3s;
  position: relative;
  text-decoration: none !important;
}
.pink_btn > a::before,
.back_btn > a::before {
  content: "";
  position: absolute;
  right: 3rem;
  display: block;
  width: 2rem;
  height: 100%;
  background: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .pink_btn > a::before,
  .back_btn > a::before {
    width: 1rem;
  }
}
.pink_btn > a:hover,
.back_btn > a:hover {
  background: linear-gradient(-90deg, #de569a 0%, #ee7b99 40%, #ec8da9 50%, #ee7b99 70%, #de569a 100%);
}
@media screen and (min-width: 768px) {
  .pink_btn > a:hover,
  .back_btn > a:hover {
    opacity: 1;
  }
}
.pink_btn > a:hover::before,
.back_btn > a:hover::before {
  transform: translateX(1rem);
}
.pink_btn > a > span,
.back_btn > a > span {
  display: block;
  color: #ffffff;
  font-family: "Bona Nova", serif;
  font-size: 3.4rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .pink_btn > a > span,
  .back_btn > a > span {
    font-size: 2.2rem;
  }
}

.back_btn > a {
  background: #000;
}
.back_btn > a::before {
  right: auto;
  left: 3rem;
  transform: rotate(180deg);
  background: url(../images/common/icon_arrow.svg) no-repeat center center/contain;
}
.back_btn > a:hover {
  background: #004e5c;
}
.back_btn > a:hover::before {
  transform: rotate(180deg) translateX(1rem);
}

.ttl,
.ttl02 {
  position: relative;
  width: 100%;
  text-align: center;
}
.ttl > em,
.ttl02 > em {
  font-family: "Bona Nova", serif;
  font-size: 7rem;
  font-weight: 300;
  line-height: 1.2;
  color: transparent;
  background: linear-gradient(-90deg, #024e6d 0%, #099ca2 40%, #5d9482 60%, #024e6d 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (min-width: 768px) {
  .ttl > em,
  .ttl02 > em {
    font-size: 6.5rem;
  }
}
.ttl > span,
.ttl02 > span {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .ttl > span,
  .ttl02 > span {
    font-size: 2.1rem;
  }
}

.ttl02 > em {
  color: transparent;
  background: linear-gradient(-90deg, #9ac8c9 0%, #5dcbd8 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.ttl02 > span {
  color: #ffffff;
}

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

.gDef-contents {
  width: 100%;
  color: #004e5c;
  font-family: "Shippori Mincho", serif;
  font-size: 3rem;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.08em;
}
@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: 100%;
  background: url(../images/common/bg.jpg) no-repeat top center/cover;
  z-index: -5;
}

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

.inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
/* ========================================================
    header
======================================================== */
.header {
  position: relative;
  width: 100%;
}
.header .mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.header .mv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  /*background-image: url(../images/common/mv_bg01.jpg);*/
  background-image: url(../images/common/mv_bg01_sp.jpg);
  background-repeat: no-repeat;
  /*background-position: center center;*/
  background-position: center top 5rem;
  /*background-size: auto 100%;*/
  background-size: 100% auto;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .header .mv::before {
    background-image: url(../images/common/mv_bg01_pc.jpg);
    background-position: center center;
    background-size: auto auto;
  }
}
@media screen and (min-width: 1600px) {
  .header .mv::before {
    /*background-size: 100% 100%;*/
    background-size: 100% auto;
  }
}
.header .mv_column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header .mv_column {
    padding: 2rem 0;
  }
}
.header .mv_column:has(.mv_img:last-child) {
  max-width: 1080px;
}
.header .mv_column:has(.mv_img:last-child) .mv_img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header .mv_column:has(.mv_img:last-child) .mv_img {
    width: 94.4444444444%;
  }
}
.header .mv_img {
  position: relative;
  width: 100%;
  margin: 0;
  /*filter: drop-shadow(0 0 1em rgba($color-black, 1));*/
  filter: none;
}
@media screen and (min-width: 768px) {
  .header .mv_img {
    width: 63.75%;
  }
}
.header .mv_img:not(:has(+ .mv_movie)) {
  margin: 0 auto;
}
.header .mv_movie {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 4rem 5.3333333333% 0 5.3333333333%;
}
@media screen and (min-width: 768px) {
  .header .mv_movie {
    width: 36.25%;
    padding: 0 3.125%;
  }
}
.header .mv_movie_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.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: 6.25% 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/mv_movie_icon02.png);
    z-index: 1;
  }
}
.header .mv_movie_item.tver > a:hover > figure::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(2px);
}
.header .mv_movie_item.tver > a > figure {
  border: 1px solid #ffffff;
  box-shadow: 0 0 20px #6ff1f5, 0 0 20px #6ff1f5;
}
.header .mv_movie_item.tver > a > figure::before {
  background-image: url(../images/common/mv_movie_icon01.png);
}
.header .mv_movie_item.tver > a > dl > dt > span {
  width: 100%;
  display: inline-block;
  padding: 0.6rem 0 0.5rem;
  color: #ffffff;
  background: #e64588;
}
.header .mv_movie_item.tver > a > dl > dd > span {
  color: #ffffff;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_item.next > a:hover > figure::before {
    background-image: url(../images/common/mv_movie_icon02.png);
    z-index: 1;
  }
}
.header .mv_movie_item.next > a:hover > figure::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(2px);
}
.header .mv_movie_item.next > a > figure {
  border: 1px solid #ffffff;
  box-shadow: 0 0 20px #6ff1f5, 0 0 20px rgba(111, 241, 245, 0.2);
}
.header .mv_movie_item.next > a > figure::before {
  background-image: url(../images/common/mv_movie_icon01.png);
}
.header .mv_movie_item.next > a > dl > dt > span {
  width: 100%;
  display: inline-block;
  padding: 0.6rem 0 0.5rem;
  color: #ffffff;
  background: #c4011a;
}
.header .mv_movie_item.next > a > dl > dd > span {
  color: #ffffff;
  font-size: 2.8rem;
}
.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%;
}
.header .mv_movie_item > a > figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 30%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_item > a > figure::before {
    width: 20%;
  }
}
.header .mv_movie_item > a > dl {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
.header .mv_movie_item > a > dl > dt {
  width: 25%;
  padding: 4.6875% 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_item > a > dl > dt {
    width: 20.8333333333%;
    padding: 3.125% 0;
  }
}
.header .mv_movie_item > a > dl > dt > span {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_item > a > dl > dt > span {
    font-size: 1.375vw;
  }
}
@media screen and (min-width: 1600px) {
  .header .mv_movie_item > a > dl > dt > span {
    font-size: 2.2rem;
  }
}
.header .mv_movie_item > a > dl > dd {
  width: 71.875%;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_item > a > dl > dd {
    width: 75%;
  }
}
.header .mv_movie_item > a > dl > dd > span {
  display: block;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .header .mv_movie_item > a > dl > dd > span {
    font-size: 2vw;
  }
}
@media screen and (min-width: 1600px) {
  .header .mv_movie_item > a > dl > dd > span {
    font-size: 3.2rem;
  }
}
.header .mv_onair {
  position: relative;
  width: 100%;
  padding: 2rem 0;
  text-align: center;
  background: #004e5c;
}
@media screen and (min-width: 768px) {
  .header .mv_onair {
    padding: 1rem 0;
  }
}
.header .mv_onair_text {
  position: relative;
  display: inline-block;
  width: auto;
  /*color: $color-white;*/
  color: #ffffff;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transform: translateY(-0.3rem);
}
@media screen and (min-width: 768px) {
  .header .mv_onair_text {
    font-size: 4.4444444444vw;
  }
}
@media screen and (min-width: 1080px) {
  .header .mv_onair_text {
    font-size: 4.8rem;
  }
}
.header .mv_onair_text::after {
  /*content: '';*/
  content: none;
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 110%;
  height: 100%;
  background-color: #000;
  transform: translateX(-50%);
  filter: blur(5rem);
  z-index: -1;
}
.header .mv_onair_text > em {
  display: inline-block;
  color: transparent;
  /*filter: blur(0.3px);*/
  filter: none;
}
.header .mv_onair_text > em.pink {
  color: #e64588;
}
.header .mv_onair_text > em.grade01 {
  /*@include bg-grade01 ($direction: -45deg);*/
  background: linear-gradient(-45deg, #de569a 0%, #ee7b99 40%, #ec8da9 50%, #ee7b99 70%, #de569a 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.header .mv_onair_text > em.grade02 {
  /*@include bg-grade01 ($direction: 135deg);*/
  background: linear-gradient(135deg, #de569a 0%, #ee7b99 40%, #ec8da9 50%, #ee7b99 70%, #de569a 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.header .mv_onair_text > span {
  font-size: 60%;
}
.header .onair {
  position: relative;
  width: 100%;
  padding: 2rem 0 0;
  text-align: center;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .header .onair {
    padding: 1rem 0;
  }
}
.header .onair_text {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: 4.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  transform: translateY(-0.3rem);
}
@media screen and (min-width: 768px) {
  .header .onair_text {
    font-size: 4.4444444444vw;
  }
}
@media screen and (min-width: 1080px) {
  .header .onair_text {
    font-size: 4.8rem;
  }
}
.header .onair_text > em {
  display: inline-block;
  /*color: transparent;
  filter: blur(0.3px);
  filter: none;*/
}
.header .onair_text > em.pink {
  color: #e64588;
}
.header .onair_text > em.grade01 {
  background: linear-gradient(-45deg, #74957c 30%, #1fa5a4 50%);
  background-clip: text;
  -webkit-background-clip: text;
}
.header .onair_text > em.grade02 {
  background: linear-gradient(135deg, #74957c 30%, #1fa5a4 50%);
  background-clip: text;
  -webkit-background-clip: text;
}
.header .onair_text > span {
  font-size: 60%;
}
.header .submv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.header .submv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  /*background-image: url(../images/common/submv_bg01.jpg);*/
  background-repeat: no-repeat;
  background-position: center center;
  /*background-size: auto 100%;*/
  background-size: 100% auto;
  z-index: -2;
}
@media screen and (min-width: 1600px) {
  .header .submv::before {
    /*background-size: 100% 100%;*/
    background-size: 100% auto;
  }
}
.header .submv_column {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 4.6666666667%;
}
@media screen and (min-width: 768px) {
  .header .submv_column {
    padding: 0 3.7037037037%;
  }
}
@media screen and (min-width: 1080px) {
  .header .submv_column {
    padding: 0 4rem;
  }
}
.header .submv_column > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .submv_column > a:hover {
    opacity: 1;
  }
}
.header .submv_img {
  position: relative;
  width: 47.0588235294%;
  /*filter: drop-shadow(0 0 1em rgba($color-black, 1));*/
  filter: none;
}
@media screen and (min-width: 768px) {
  .header .submv_img {
    width: 50%;
  }
}
.header .submv_textwrap {
  position: relative;
  width: 47.0588235294%;
}
@media screen and (min-width: 768px) {
  .header .submv_textwrap {
    width: 60%;
  }
}
.header .submv_ttl {
  position: relative;
  width: 100%;
  margin: 0 auto;
  /*filter: drop-shadow(0 0 1em rgba($color-black, 1));*/
  filter: none;
}
@media screen and (min-width: 768px) {
  .header .submv_ttl {
    /*width: calc(480 / 600 * 100%);*/
    width: 85%;
  }
}
.header .submv_onair {
  position: relative;
  width: 100%;
  text-align: center;
}
.header .submv_onair_text {
  position: relative;
  display: inline-block;
  width: auto;
  /*color: $color-white;*/
  color: #ffffff;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .header .submv_onair_text {
    font-size: 3.3333333333vw;
    padding: 2rem 0 1rem;
  }
}
@media screen and (min-width: 1080px) {
  .header .submv_onair_text {
    font-size: 3.6rem;
  }
}
.header .submv_onair_text::after {
  /*content: '';*/
  content: none;
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 110%;
  height: 100%;
  background-color: #000;
  transform: translateX(-50%);
  filter: blur(5rem);
  z-index: -1;
}
.header .submv_onair_text > em {
  display: inline-block;
  line-height: 1;
  color: #e64588;
}
.header .submv_onair_text > em.grade01 {
  /*@include bg-grade01 ($direction: -45deg);*/
  background: linear-gradient(-45deg, #74957c 30%, #1fa5a4 50%);
  background-clip: text;
  -webkit-background-clip: text;
}
.header .submv_onair_text > em.grade02 {
  /*@include bg-grade01 ($direction: 135deg);*/
  background: linear-gradient(135deg, #74957c 30%, #1fa5a4 50%);
  background-clip: text;
  -webkit-background-clip: text;
}
.header .submv_onair_text > span {
  font-size: 60%;
}
.header .headbnr {
  position: relative;
  width: 100%;
  padding: 0 0 4rem;
  background: #004e5c;
}
@media screen and (min-width: 768px) {
  .header .headbnr {
    padding: 0 0 3rem;
  }
}
.header .headbnr_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
  margin: -2.4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .header .headbnr_list {
    margin: -1.8rem auto 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: 35.1851851852%;
    margin: 1.8rem 1.3888888889% 0 1.3888888889%;
  }
}
.header .headbnr_list > li > a {
  display: block;
  width: 100%;
}
.header .nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
.header .nav::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #caebed;
  z-index: -2;
}
.header .nav_menu {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .header .nav_menu {
    justify-content: center;
    width: 74.0740740741vw;
    padding-right: 11.1111111111vw;
  }
}
@media screen and (min-width: 1080px) {
  .header .nav_menu {
    justify-content: center;
    padding-right: 0 !important;
    margin: 0 !important;
  }
}
.header .nav_menu:not(:has(+ .nav_sns)) {
  width: 100%;
  max-width: 1200px;
  padding-right: 0;
}
.header .nav_menu:has(li:nth-child(5):last-child) > li {
  width: 33.3333333333%;
}
.header .nav_menu:has(li:nth-child(6):last-child) > li {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .header .nav_menu:has(li:nth-child(6):last-child) > li:nth-child(3n)::after {
    display: none;
  }
  .header .nav_menu:has(li:nth-child(6):last-child) > li:not(:nth-child(3n))::after {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .header .nav_menu:has(li:nth-child(6):last-child) > li {
    width: 16.6666666667% !important;
  }
}
.header .nav_menu > li {
  position: relative;
  width: 25%;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li:first-child::before {
    content: "";
    display: block;
    width: 1px;
    height: 4rem;
    border-right: 1px solid #004e5c;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 1080px) {
  .header .nav_menu > li:first-child::before {
    left: 0;
  }
}
.header .nav_menu > li::after {
  content: "";
  display: block;
  width: 1px;
  height: 6rem;
  border-right: 1px solid #004e5c;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li::after {
    height: 4rem;
    right: 0;
  }
}
@media screen and (min-width: 1080px) {
  .header .nav_menu > li::after {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li {
    width: auto !important;
    margin: 0;
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .header .nav_menu > li {
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .header .nav_menu > li {
    padding: 0 3rem;
  }
}
.header .nav_menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 4rem 0 2rem;
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a {
    padding: 3rem 0;
  }
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a:hover::after {
    opacity: 1;
  }
}
.header .nav_menu > li > a em {
  display: block;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.4;
  color: #004e5c;
  letter-spacing: -0.05em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a em {
    font-size: 1.4814814815vw;
  }
}
@media screen and (min-width: 1080px) {
  .header .nav_menu > li > a em {
    font-size: 1.6rem;
  }
}
.header .nav_menu > li > a > span {
  display: block;
  color: transparent;
  font-family: "Bona Nova", serif;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .header .nav_menu > li > a > span {
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li > a > span {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1080px) {
  .header .nav_menu > li > a > span {
    font-size: 2.4rem;
  }
}
.header .nav_menu > li > a > span.grade01 {
  /*@include bg-grade01 ($direction: -45deg);*/
  background: linear-gradient(-45deg, #74957c 30%, #1fa5a4 50%);
  background-clip: text;
  -webkit-background-clip: text;
}
.header .nav_menu > li > a > span.grade02 {
  /*@include bg-grade01 ($direction: 135deg);*/
  background: linear-gradient(135deg, #74957c 30%, #1fa5a4 50%);
  background-clip: text;
  -webkit-background-clip: text;
}
.header .nav_menu > li > a:hover > span.grade01, .header .nav_menu > li > a:hover > span.grade02 {
  background: linear-gradient(-45deg, #de569a 0%, #de569a 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
@media screen and (max-width: 767px) {
  .header .nav_menu > li:nth-child(4n)::after {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .header .nav_menu > li:nth-child(odd) a:hover::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 13.2rem;
    aspect-ratio: 1/1;
    background-image: url(../images/common/nav_bg01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
    opacity: 1;
    z-index: -1;
  }
  .header .nav_menu > li:nth-child(even) a:hover::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 13.2rem;
    aspect-ratio: 1/1;
    background-image: url(../images/common/nav_bg02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
    opacity: 1;
    z-index: -1;
  }
}
.header .nav_date {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  line-height: 0;
}
.header .nav_date > span {
  position: absolute;
  left: 50%;
  top: 0;
  display: inline-block;
  width: auto;
  padding: 0.3rem 1.8rem;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 2.2rem;
  line-height: 1;
  background-color: #e64588;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .header .nav_date > span {
    font-size: 1.4814814815vw;
    padding: 0.3rem 1rem;
  }
}
@media screen and (min-width: 1080px) {
  .header .nav_date > span {
    font-size: 1.6rem;
    padding: 0.3rem 1.8rem;
  }
}
.header .nav_sns {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding: 4rem 0;
  border-bottom: 1px solid #000;
  border: 1px solid red;
}
@media screen and (min-width: 768px) {
  .header .nav_sns {
    justify-content: space-between;
    width: 18.5185185185vw;
    max-width: 200px;
    padding: 0;
    border-bottom: none;
  }
}
.header .nav_sns::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .header .nav_sns::before {
    content: none;
  }
}
.header .nav_sns > li {
  width: 17.6%;
  aspect-ratio: 1/1;
  margin: 0 2rem;
}
@media screen and (min-width: 768px) {
  .header .nav_sns > li {
    width: 12%;
    margin: 0;
  }
}
.header .nav_sns > li.nav_sns_x > a::before {
  background: #000;
}
.header .nav_sns > li.nav_sns_instagram > a::before {
  background-image: url(../images/common/nav_sns_bg02.png);
}
.header .nav_sns > li.nav_sns_tiktok > a::before {
  background: #000;
}
.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::after {
    opacity: 1;
  }
}
.header .nav_sns > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .header .nav_sns > li > a::before {
    content: none;
  }
}
.header .nav_sns > li > a::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .header .nav_sns > li > a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 13.2rem;
    aspect-ratio: 1/1;
    background-image: url(../images/common/nav_bg01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transform: translate(-58%, -50%);
    transition: 0.3s ease;
    opacity: 0;
    z-index: -1;
  }
}
.header .nav_sns > li > a > svg {
  width: 27.2727272727%;
  aspect-ratio: 1/1;
  margin: 0;
  fill: #000;
}
@media screen and (min-width: 768px) {
  .header .nav_sns > li > a > svg {
    width: 100%;
    margin: 0 !important;
    fill: #ffffff;
  }
}

/* ========================================================
    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;
  padding: 1.5rem;
  background: linear-gradient(-90deg, #024e6d 0%, #099ca2 40%, #5d9482 60%, #024e6d 100%);
}
@media screen and (min-width: 768px) {
  .footer .fixbnr {
    padding: 1.5rem 1.5rem 0.5rem;
  }
}
.footer .fixbnr_close {
  position: absolute;
  left: -1rem;
  top: -1rem;
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #000;
  cursor: pointer;
  z-index: 1;
}
.footer .fixbnr_close::after {
  content: "×";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  transform: translate(-50%, -50%);
}
.footer .fixbnr_list {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .footer .fixbnr_list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.footer .fixbnr_list > li {
  width: 19rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer .fixbnr_list > li {
    margin-bottom: 1rem;
  }
}
.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: #caebed;
  z-index: -2;
}
.footer .footbnr_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
  margin: -2.4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .footer .footbnr_list {
    margin: -1.8rem auto 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: 35.1851851852%;
    margin: 1.8rem 1.3888888889% 0 1.3888888889%;
  }
}
.footer .footbnr_list > li > a {
  display: block;
  width: 100%;
}
.footer .footsns {
  position: relative;
  width: 100%;
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .footer .footsns {
    padding: 6rem 0;
  }
}
.footer .footsns_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  border: 1px solid red;
}
.footer .footsns_list > li {
  width: 17.6%;
  aspect-ratio: 1/1;
  margin: 0 2rem;
}
@media screen and (min-width: 768px) {
  .footer .footsns_list > li {
    width: 12.2222222222%;
    margin: 0 1.8518518519%;
  }
}
.footer .footsns_list > li.footsns_x > a::before {
  background: #000;
}
.footer .footsns_list > li.footsns_instagram > a::before {
  background-image: url(../images/common/bg_sns_insta.jpg) no-repeat center center/contain;
}
.footer .footsns_list > li.footsns_tiktok > a::before {
  background: #000;
}
.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 {
    transform: translateY(-1rem);
    opacity: 1;
  }
}
.footer .footsns_list > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
.footer .footsns_list > li > a > svg {
  width: 27.2727272727%;
  aspect-ratio: 1/1;
  margin: 0;
  fill: #000;
}
.footer .copyright {
  position: relative;
  width: 100%;
  padding: 4rem 0;
}
@media screen and (min-width: 768px) {
  .footer .copyright {
    padding: 3rem 0;
  }
}
.footer .copyright::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #004e5c;
  z-index: -1;
}
.footer .copyright_text {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-family: "Bona Nova", serif;
  font-size: 2.4rem;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer .copyright_text {
    font-size: 1.4rem;
  }
}
.footer .pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .footer .pagetop {
    right: 8rem;
  }
}
.footer .pagetop_btn {
  position: relative;
  width: 12.4rem;
  aspect-ratio: 1/1;
}
.footer .pagetop_btn > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: #ffffff url(../images/common/icon_pagetop.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .footer .pagetop_btn > a:hover {
    transform: translateY(-1rem);
    opacity: 1;
  }
}

/* ========================================================
    popup
======================================================== */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: rgba(8, 34, 38, 0.5) url(../images/common/bg_popup.png) no-repeat center center/cover;
  z-index: 1000;
  backdrop-filter: blur(8px);
}
.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;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: calc(100% - 7rem);
  max-width: 1000px;
  margin: auto;
  padding: 5rem 0;
  z-index: 1030;
}
.popup_close {
  position: relative;
  width: 6.8rem;
  aspect-ratio: 48/47;
  margin: 0 0 1rem auto;
  cursor: pointer;
  background: #000;
  border-radius: 50%;
}
.popup_close::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/icon_close.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.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;
}