@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* ========================================================
    nav
======================================================== */
.header .submv_onair_text {
  display: none;
}

/* ========================================================
    sns
======================================================== */
.sns {
  position: relative;
  width: 100%;
  padding: 16rem 0;
}
@media screen and (min-width: 768px) {
  .sns {
    padding: 12rem 0;
  }
}
.sns_column {
  position: relative;
  width: 100%;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .sns_column {
    min-height: 45.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .sns_column {
    min-height: 54.6rem;
  }
}
.sns_ttlbg {
  position: relative;
  width: 100%;
  padding-bottom: 18rem;
}
@media screen and (min-width: 768px) {
  .sns_ttlbg {
    padding-bottom: 13.5rem;
  }
}
.sns_ttlbg::before {
  content: "";
  position: absolute;
  left: -8.59375%;
  top: -16rem;
  display: block;
  width: 68.75%;
  height: calc(100% + 16rem);
  background-color: #efefef;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .sns_ttlbg::before {
    left: 0;
    top: -12rem;
    width: 37.037037037%;
    height: calc(100% + 12rem);
  }
}
.sns_ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0;
  padding-top: 3rem;
  border-top: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .sns_ttl {
    width: 40.7407407407%;
    margin: 0 0 0 3.7037037037%;
    padding-top: 2rem;
  }
}
.sns_ttl > em {
  display: block;
  font-family: "Bona Nova", serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sns_ttl > em {
    font-size: 7.5rem;
  }
}
.sns_ttl > span {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .sns_ttl > span {
    font-size: 2.1rem;
  }
}
.sns_widget {
  position: relative;
  width: 92.65625%;
  aspect-ratio: 1/1;
  margin: -10rem 0 0 6.25%;
  background-image: url(../images/top/sns_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .sns_widget {
    position: absolute;
    right: 0;
    top: 0;
    width: 50.5555555556%;
    margin: 0;
    background-image: url(../images/top/sns_bg01_pc.png);
  }
}
.sns_widget > .twitter-tweet {
  position: absolute;
  left: 4rem;
  right: 7.3rem;
  top: 4rem;
  bottom: 7.3rem;
  display: block;
  width: calc(100% - 11.3rem) !important;
  max-width: inherit !important;
  height: calc(100% - 11.3rem);
  margin: 0 !important;
  background-color: #ffffff;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .sns_widget > .twitter-tweet {
    left: 6rem;
    right: 3rem;
    top: 3rem;
    bottom: 6rem;
    width: calc(100% - 9rem) !important;
    height: calc(100% - 9rem);
  }
}
.sns_widget > .twitter-timeline {
  position: absolute;
  left: 4rem;
  right: 7.3rem;
  top: 4rem;
  bottom: 7.3rem;
  display: block;
  width: calc(100% - 11.3rem);
  height: calc(100% - 11.3rem);
  background-color: #ffffff;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .sns_widget > .twitter-timeline {
    left: 6rem;
    right: 3rem;
    top: 3rem;
    bottom: 6rem;
    width: calc(100% - 9rem);
    height: calc(100% - 9rem);
  }
}
.sns_list {
  position: relative;
  width: 87.5%;
  margin: 6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .sns_list {
    width: 40.7407407407%;
    margin: -7.5rem 0 0 3.7037037037%;
  }
}
.sns_list > li {
  width: 100%;
  aspect-ratio: 560/112;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .sns_list > li {
    margin-top: 3rem;
  }
}
.sns_list > li:first-child {
  margin-top: 0;
}
.sns_list > li.sns_list_x > a {
  background-image: url(../images/common/btn_bg02.jpg);
}
@media screen and (min-width: 768px) {
  .sns_list > li.sns_list_x > a:hover {
    background-image: url(../images/common/btn_bg02_h.jpg);
  }
}
.sns_list > li.sns_list_instagram > a {
  background-image: url(../images/common/btn_bg03.jpg);
}
@media screen and (min-width: 768px) {
  .sns_list > li.sns_list_instagram > a:hover {
    background-image: url(../images/common/btn_bg03_h.jpg);
  }
}
.sns_list > li.sns_list_tiktok > a {
  background-image: url(../images/common/btn_bg04.jpg);
}
@media screen and (min-width: 768px) {
  .sns_list > li.sns_list_tiktok > a:hover {
    background-image: url(../images/common/btn_bg04_h.jpg);
  }
}
.sns_list > li > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 7.1428571429%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .sns_list > li > a:hover {
    opacity: 1;
  }
}
.sns_list > li > a > svg {
  width: 8.5714285714%;
  aspect-ratio: 1/1;
  margin-right: 7.1428571429%;
  fill: #ffffff;
}
.sns_list > li > a > span {
  display: block;
  color: #ffffff;
  font-family: "Bona Nova", serif;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .sns_list > li > a > span {
    font-size: 2.25vw;
  }
}
@media screen and (min-width: 1200px) {
  .sns_list > li > a > span {
    font-size: 2.7rem;
  }
}

.sns3 {
  width: 100%;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .sns3 {
    padding-top: 1rem;
  }
}
.sns3_list {
  position: relative;
  width: 87.5%;
  margin: 0 2rem 2rem auto;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .sns3_list {
    width: 40.7407407407%;
  }
}
.sns3_list > li.sns2_list_x > a, .sns3_list > li.sns2_list_instagram > a, .sns3_list > li.sns2_list_tiktok > a {
  display: block;
  position: relative;
  background: linear-gradient(-90deg, #024e6d 0%, #099ca2 40%, #5d9482 60%, #024e6d 100%);
}
@media screen and (min-width: 768px) {
  .sns3_list > li.sns2_list_x > a:hover::after, .sns3_list > li.sns2_list_instagram > a:hover::after, .sns3_list > li.sns2_list_tiktok > a:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #e64588 0%, #30a49f 100%);
    animation: fadeIn 0.3s ease-in forwards;
    z-index: 1;
  }
}
.sns3_list > li > a {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 7.1428571429%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .sns3_list > li > a:hover {
    opacity: 1;
  }
}
.sns3_list > li > a .icon_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  aspect-ratio: 1/1;
  margin-right: 7.1428571429%;
  background: #000;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .sns3_list > li > a .icon_bg {
    width: 6rem;
  }
}
.sns3_list > li > a svg {
  width: 50%;
  aspect-ratio: 1/1;
  fill: #ffffff;
}
.sns3_list > li > a > span {
  display: inline;
  color: #ffffff;
  font-family: "Bona Nova", serif;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .sns3_list > li > a > span {
    font-size: 2.25vw;
  }
}
@media screen and (min-width: 1200px) {
  .sns3_list > li > a > span {
    font-size: 2.7rem;
  }
}
.sns3_list_instagram a .icon_bg {
  background: url(../images/common/bg_sns_insta.jpg) no-repeat center center/contain !important;
}

/* ========================================================
    topbnr
======================================================== */
.topbnr {
  position: relative;
  width: 100%;
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .topbnr {
    padding: 6rem 0;
  }
}
.topbnr_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
  margin: -4rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .topbnr_list {
    margin: -3rem auto 0 auto;
  }
}
.topbnr_list > li {
  width: 40.5333333333%;
  margin: 4rem 2.1333333333% 0 2.1333333333%;
}
@media screen and (min-width: 768px) {
  .topbnr_list > li {
    width: 28.1481481481%;
    margin: 3rem 1.8518518519% 0 1.8518518519%;
  }
}
.topbnr_list > li > a {
  display: block;
  width: 100%;
}

/* ========================================================
    news
======================================================== */
.news {
  position: relative;
  width: 100%;
  padding: 0 0 8rem;
}
@media screen and (min-width: 768px) {
  .news {
    padding: 0 0 6rem;
  }
}
.news::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 78, 92, 0.8);
  z-index: -2;
}
.news .inner {
  padding: 0;
}
.news_column {
  position: relative;
  width: 100%;
}
.news_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow-x: scroll;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .news_wrap {
    width: 95%;
    overflow-x: visible;
    padding-bottom: 0;
  }
}
.news_list {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 142rem;
  padding: 0 5.5rem;
}
@media screen and (min-width: 768px) {
  .news_list {
    justify-content: center;
    width: 100%;
    padding: 0;
  }
}
.news_list > li {
  width: 41rem;
  margin-left: 4rem;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 0 0 1rem 2rem;
}
@media screen and (min-width: 768px) {
  .news_list > li {
    width: 30.4%;
    margin-left: 4.4%;
  }
}
.news_list > li:first-child {
  margin-left: 0;
}
.news_list > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .news_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .news_list > li > a:hover .news_item > figure::after {
    opacity: 0.5;
  }
}
.news_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .news_item {
    justify-content: space-between;
    flex-direction: row;
    padding-bottom: 1rem;
  }
}
.news_item > figure {
  position: relative;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .news_item > figure {
    width: 42.7631578947%;
  }
}
.news_item > figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #74957c 30%, #1fa5a4 50%);
  transition: 0.3s ease;
  opacity: 0;
  filter: blur(1rem);
  z-index: -1;
}
.news_item > dl {
  /*position: relative;*/
  width: 100%;
  margin-top: 1.6rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .news_item > dl {
    width: 52.6315789474%;
    margin-top: 0;
  }
}
.news_item > dl > dt {
  display: block;
  width: 100%;
  color: #6ff1f5;
  font-family: "Bona Nova", serif;
  font-size: 2.8rem;
  /*&::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 100%;
      height: 1px;
      @include bg-grade05 ($direction: 90deg);
  }*/
}
@media screen and (min-width: 768px) {
  .news_item > dl > dt {
    font-size: 1.8rem;
  }
}
.news_item > dl > dt span {
  display: inline-block;
  background: #e64588;
  color: #ffffff;
  padding: 0.2em 0.5em;
  line-height: 1;
}
.news_item > dl > dd {
  position: relative;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #ffffff;
  line-height: 1.4;
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .news_item > dl > dd {
    font-size: 1.6rem;
  }
}

/* ========================================================
    story
======================================================== */
.story {
  position: relative;
  width: 100%;
  padding: 16rem 0 20rem;
}
@media screen and (min-width: 768px) {
  .story {
    padding: 12rem 0 20rem;
  }
}
.story:has(.story_column .story_wrap:first-child)::before {
  content: none;
}
.story_column {
  position: relative;
  width: 93.75%;
  margin: 0 auto;
  background: #ffffff;
  padding: 6rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .story_column {
    width: 95%;
    margin: 0 auto;
  }
}
.story_column:has(.story_wrap:first-child)::after {
  content: none;
}
.story_wrap {
  position: relative;
  width: 90.8333333333%;
  margin: 8rem auto 0;
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  .story_wrap {
    width: 74.0740740741%;
    margin: 6rem auto 0 auto;
  }
}
.story_embed {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.story_embed > a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .story_embed > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .story_embed > a:hover > figure::after {
    opacity: 0.5;
  }
}
.story_embed > a > figure {
  position: relative;
  width: 100%;
}
.story_embed > a > figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 20.6666666667%;
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .story_embed > a > figure::before {
    width: 15.5%;
  }
}
.story_embed > a > figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #74957c 30%, #1fa5a4 50%);
  transition: 0.3s ease;
  opacity: 0;
  filter: blur(1rem);
  z-index: -1;
}
.story_embed > figure {
  position: relative;
  width: 100%;
}
.story_subttl {
  position: relative;
  width: 73.3944954128%;
  margin: 3rem auto 0;
  text-align: center;
  background: url(../images/common/bg_redink.png) no-repeat center center/contain;
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .story_subttl {
    width: 250px;
    margin: 4.5rem 0 0 calc(50% - 125px);
  }
}
.story_subttl > span {
  display: block;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .story_subttl > span {
    font-size: 2.2rem;
  }
}
.story_subttl > span > span {
  font-size: 150%;
  line-height: 1.2;
}
.story_date {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 1.2rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .story_date {
    width: 410px;
    margin: 0 0 0 calc(50% - 185px);
    padding: 0.8rem 0;
  }
}
.story_date > span {
  display: block;
  color: transparent;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
  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) {
  .story_date > span {
    font-size: 2.6rem;
  }
}
.story_date > small {
  display: block;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .story_date > small {
    font-size: 1.6rem;
  }
}
.story_body {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .story_body {
    margin-top: 4.5rem;
  }
}
.story_body > :first-child {
  margin-top: 0;
}
.story_text {
  position: relative;
  width: 100%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .story_text {
    margin-top: 3rem;
  }
}

/* ========================================================
    midbnr
======================================================== */
.midbnr {
  position: relative;
  width: 100%;
  padding: 8rem 0;
}
@media screen and (min-width: 768px) {
  .midbnr {
    padding: 6rem 0;
  }
}
.midbnr::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #caebed;
  z-index: -2;
}
.midbnr_ttl {
  position: relative;
  width: 100%;
  margin-top: -0.5rem;
  text-align: center;
}
.midbnr_ttl > span {
  display: block;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .midbnr_ttl > span {
    font-size: 2.2rem;
  }
}
.midbnr_list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1080px;
  margin: 1.6rem auto 0 auto;
}
@media screen and (min-width: 768px) {
  .midbnr_list {
    margin: 1.2rem auto 0 auto;
  }
}
.midbnr_list > li {
  width: 72%;
  margin: 2.4rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .midbnr_list > li {
    width: 35.1851851852%;
    margin: 1.8rem 1.3888888889% 0 1.3888888889%;
  }
}
.midbnr_list > li > a {
  display: block;
  width: 100%;
}

/* ========================================================
    parallax
======================================================== */
.parallax {
  position: relative;
  width: 100%;
}
.parallax_clip {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -3;
}
.parallax_bg {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  height: 100svh;
  z-index: -4;
}

/* ========================================================
    movie
======================================================== */
.movie {
  position: relative;
  width: 100%;
  padding: 14rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .movie {
    padding: 10rem 0 0 0;
  }
}
.movie_column {
  position: relative;
  width: 100%;
  background: #ffffff;
  padding: 6rem 0 0;
}
.movie_ttl {
  position: relative;
  width: 100%;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .movie_ttl {
    padding-top: 0;
  }
}
.movie_ttl > em {
  display: block;
  padding-right: 0;
  font-family: "Bona Nova", serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .movie_ttl > em {
    padding-right: 3.7037037037%;
    font-size: 7.5rem;
  }
}
.movie_ttl > span {
  position: absolute;
  left: 0;
  right: inherit;
  top: 3rem;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .movie_ttl > span {
    left: inherit;
    right: -6rem;
    top: 0;
    font-size: 2.1rem;
  }
}
.movie_wrap {
  position: relative;
  width: 100%;
  margin: 8rem auto 0;
  overflow-x: scroll;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .movie_wrap {
    width: 92.5925925926%;
    margin: 6rem auto 0 auto;
    overflow-x: visible;
    padding-bottom: 0;
  }
}
.movie_list {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 142rem;
  padding: 0 5.5rem;
}
@media screen and (min-width: 768px) {
  .movie_list {
    justify-content: center;
    width: 90%;
    margin: auto;
    padding: 0;
  }
}
.movie_list > li {
  width: 41rem;
  margin-left: 4rem;
}
@media screen and (min-width: 768px) {
  .movie_list > li {
    width: 30.4%;
    margin-left: 4.4%;
  }
}
.movie_list > li:first-child {
  margin-left: 0;
}
.movie_list > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .movie_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .movie_list > li > a:hover .movie_item > figure::after {
    opacity: 0.5;
  }
}
.movie_item {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .movie_item {
    padding-bottom: 0;
  }
}
.movie_item > figure {
  position: relative;
  width: 100%;
  margin: 0;
}
.movie_item > figure::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 20.6666666667%;
  aspect-ratio: 1/1;
  background-image: url(../images/common/icon_play.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .movie_item > figure::before {
    width: 15.5%;
  }
}
.movie_item > figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #74957c 30%, #1fa5a4 50%);
  transition: 0.3s ease;
  opacity: 0;
  filter: blur(1rem);
  z-index: -1;
}
.movie_item > dl {
  /*position: relative;*/
  width: 100%;
  margin-top: 1.6rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .movie_item > dl {
    margin-top: 1.2rem;
    padding-bottom: 0;
  }
}
.movie_item > dl > dt {
  display: block;
  width: 100%;
  color: #004e5c;
  font-family: "Bona Nova", serif;
  font-size: 3.2rem;
  /*&::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      display: block;
      width: 100%;
      height: 2px;
      border: 1px solid red;
      z-index: 100;
      background: red;

      @include mq-tab {
          content: none;
      }
  }*/
}
@media screen and (min-width: 768px) {
  .movie_item > dl > dt {
    position: relative;
    left: inherit;
    bottom: inherit;
    font-size: 2rem;
  }
}
.movie_item > dl > dt span {
  display: inline-block;
  background: #e64588;
  color: #ffffff;
  padding: 0.2em 0.5em;
  line-height: 1;
  font-size: 1.6rem;
}
.movie_item > dl > dd {
  position: relative;
  width: 100%;
  font-size: 90%;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #000;
}
.movie_btnwrap {
  position: relative;
  width: 100%;
  padding: 5rem 0 14rem;
  background: url(../images/common/bg_grass_sp.png) no-repeat bottom right/cover;
}
@media screen and (min-width: 768px) {
  .movie_btnwrap {
    background: url(../images/common/bg_grass.png) no-repeat bottom right/cover;
    padding: 5rem 0;
  }
}
.movie_btnwrap::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) {
  .movie_btnwrap::before {
    width: 40rem;
    height: 25rem;
    right: -15.5rem;
    bottom: -15rem;
    background-size: auto;
  }
}
.movie_btnwrap .pink_btn {
  margin: 0 auto;
}

/* ========================================================
    topics
======================================================== */
.topics {
  position: relative;
  width: 100%;
  padding: 6rem 0 0 0;
  margin-top: 12rem;
}
@media screen and (min-width: 768px) {
  .topics {
    padding: 6rem 0 0 0;
  }
}
.topics::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 78, 92, 0.8);
  z-index: -2;
}
.topics_column {
  position: relative;
  z-index: 1;
  width: 100%;
}
.topics_ttl {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding-top: 3rem;
}
@media screen and (min-width: 768px) {
  .topics_ttl {
    padding-top: 0;
  }
}
.topics_ttl > em {
  display: block;
  padding-left: 0;
  font-family: "Bona Nova", serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .topics_ttl > em {
    padding-left: 3.7037037037%;
    font-size: 7.5rem;
  }
}
.topics_ttl > span {
  position: absolute;
  left: inherit;
  right: 0;
  top: 3rem;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .topics_ttl > span {
    left: -6rem;
    right: inherit;
    top: 0;
    font-size: 2.1rem;
  }
}
.topics_wrap {
  position: relative;
  width: 100%;
  margin: 8rem auto 0;
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .topics_wrap {
    width: 92.5925925926%;
    margin: 6rem auto 0 auto;
    overflow-x: visible;
  }
}
.topics_list {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 142rem;
  padding: 0 5.5rem;
}
@media screen and (min-width: 768px) {
  .topics_list {
    justify-content: center;
    width: 100%;
    padding: 0;
  }
}
.topics_list > li {
  width: 41rem;
  margin-left: 4rem;
}
@media screen and (min-width: 768px) {
  .topics_list > li {
    width: 30.4%;
    margin-left: 4.4%;
  }
}
.topics_list > li:first-child {
  margin-left: 0;
}
.topics_list > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .topics_list > li > a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .topics_list > li > a:hover .topics_item > figure::after {
    opacity: 0.5;
  }
}
.topics_item {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 6.4rem;
}
@media screen and (min-width: 768px) {
  .topics_item {
    padding-bottom: 0;
  }
}
.topics_item > figure {
  position: relative;
  width: 100%;
  margin: 0;
}
.topics_item > figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #74957c 30%, #1fa5a4 50%);
  transition: 0.3s ease;
  opacity: 0;
  filter: blur(1rem);
  z-index: -1;
}
.topics_item > dl {
  /*position: relative;*/
  width: 100%;
  margin-top: 1.6rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .topics_item > dl {
    margin-top: 1.2rem;
    padding-bottom: 0;
  }
}
.topics_item > dl > dt {
  display: block;
  width: 100%;
  color: #caebed;
  font-family: "Bona Nova", serif;
  font-size: 3.2rem;
}
@media screen and (min-width: 768px) {
  .topics_item > dl > dt {
    position: relative;
    left: inherit;
    bottom: inherit;
    font-size: 2rem;
  }
}
.topics_item > dl > dt span {
  display: inline-block;
  background: #e64588;
  color: #ffffff;
  padding: 0.2em 0.5em;
  line-height: 1;
  font-size: 1.6rem;
}
.topics_item > dl > dd {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 90%;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.topics_btnwrap {
  position: relative;
  width: 100%;
  padding: 0 0 8rem;
}
@media screen and (min-width: 768px) {
  .topics_btnwrap {
    padding: 0 0 6rem;
  }
}

/* ========================================================
    sns2
======================================================== */
.sns2 {
  position: relative;
  width: 100%;
  padding: 14rem 0 20rem 0;
}
@media screen and (min-width: 768px) {
  .sns2 {
    padding: 10rem 0 25rem 0;
  }
}
.sns2_column {
  position: relative;
  padding: 6rem 0 0;
  width: 93.75%;
  margin: 0 auto;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .sns2_column {
    padding: 6rem 0;
    width: 95%;
    margin: 0 auto;
  }
}
.sns2_wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 4rem;
  padding: 4rem 0 0;
}
@media screen and (min-width: 768px) {
  .sns2_wrap {
    width: 90%;
    margin: 0 auto;
  }
}
.sns2_widget {
  position: relative;
  width: 92.65625%;
  aspect-ratio: 1/1;
  margin: 0 auto;
  background: #004e5c;
}
@media screen and (min-width: 768px) {
  .sns2_widget {
    width: 50.6481481481%;
    margin: 0 0 -5.5833333333vw 0;
  }
}
@media screen and (min-width: 1200px) {
  .sns2_widget {
    margin-bottom: -6.7rem;
  }
}
.sns2_widget > .tiktok-embed {
  position: absolute;
  left: 6.7453625632%;
  right: 12.3102866779%;
  top: 6.7453625632%;
  bottom: 12.3102866779%;
  display: block;
  width: 86.5092748735% !important;
  max-width: inherit !important;
  height: 80.9443507589%;
  margin: 0 !important;
  background-color: #ffffff;
  overflow-y: auto;
}
.sns2_list {
  position: relative;
  width: 87.5%;
  margin: 5rem auto 3rem auto;
}
@media screen and (min-width: 768px) {
  .sns2_list {
    width: 40.7407407407%;
    margin: 6rem 3.7037037037% 0 0;
  }
}
.sns2_list > li {
  width: 100%;
  aspect-ratio: 560/112;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .sns2_list > li {
    margin-top: 2.5vw;
  }
}
@media screen and (min-width: 1200px) {
  .sns2_list > li {
    margin-top: 3rem;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sns2_list > li:first-child {
  margin-top: 0;
}
.sns2_list > li.sns2_list_x > a, .sns2_list > li.sns2_list_instagram > a, .sns2_list > li.sns2_list_tiktok > a {
  display: block;
  position: relative;
  background: linear-gradient(-90deg, #024e6d 0%, #099ca2 40%, #5d9482 60%, #024e6d 100%);
}
@media screen and (min-width: 768px) {
  .sns2_list > li.sns2_list_x > a:hover::after, .sns2_list > li.sns2_list_instagram > a:hover::after, .sns2_list > li.sns2_list_tiktok > a:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #e64588 0%, #30a49f 100%);
    animation: fadeIn 0.3s ease-in forwards;
    z-index: 1;
  }
}
.sns2_list > li > a {
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  padding: 0 7.1428571429%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .sns2_list > li > a:hover {
    opacity: 1;
  }
}
.sns2_list > li > a .icon_bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  aspect-ratio: 1/1;
  margin-right: 7.1428571429%;
  background: #000;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.sns2_list > li > a svg {
  width: 50%;
  aspect-ratio: 1/1;
  fill: #ffffff;
}
.sns2_list > li > a > span {
  display: inline;
  color: #ffffff;
  font-family: "Bona Nova", serif;
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 1;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .sns2_list > li > a > span {
    font-size: 2.25vw;
  }
}
@media screen and (min-width: 1200px) {
  .sns2_list > li > a > span {
    font-size: 2.7rem;
  }
}
.sns2_list_instagram a .icon_bg {
  background: url(../images/common/bg_sns_insta.jpg) no-repeat center center/contain !important;
}

/* ========================================================
    popup_hulu
======================================================== */
.popup_hulu .popup_inner {
  width: calc(100% - 10rem);
  max-width: 650px;
}
.popup_hulu_wrap {
  position: relative;
  width: 100%;
}
.popup_hulu_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e4f9fa;
  background-image: url(../images/spinoff/popup_hulu_bg01.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  z-index: -1;
}
.popup_hulu_head {
  position: relative;
  width: 100%;
  padding: 3rem;
}
.popup_hulu_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.popup_hulu_ttl > span {
  position: relative;
  display: block;
  color: #e64588;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0;
}
.popup_hulu_ttl > span::before {
  content: "Hulu Original Story";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  color: transparent;
  font-family: "Bona Nova", serif;
  font-size: 6.4rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  white-space: nowrap;
  background: linear-gradient(90deg, rgba(99, 178, 192, 0.32) 30%, rgba(154, 199, 201, 0.32) 40%, rgba(92, 191, 210, 0.32) 60%, rgba(99, 178, 192, 0.32) 70%);
  background-clip: text;
  -webkit-background-clip: text;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.popup_hulu_subttl {
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
  color: transparent;
  text-align: center;
  background: linear-gradient(90deg, #024e6d 0%, #099ca2 40%, #5d9482 60%, #024e6d 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.popup_hulu_subttl > em {
  display: block;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.4;
}
.popup_hulu_subttl > span {
  display: block;
  margin-top: 1rem;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
}
.popup_hulu_img {
  position: relative;
  width: 100%;
}
.popup_hulu_btn01 {
  position: absolute;
  left: 50%;
  bottom: 3.6rem;
  display: block;
  width: 70.7692307692%;
  aspect-ratio: 460/80;
  transform: translateX(-50%);
}
.popup_hulu_btn01 > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border-radius: 4rem;
  background: linear-gradient(-90deg, #de569a 0%, #de569a 100%);
}
@media screen and (min-width: 768px) {
  .popup_hulu_btn01 > a:hover {
    background: linear-gradient(-90deg, #de569a 0%, #ee7b99 40%, #ec8da9 50%, #ee7b99 70%, #de569a 100%);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .popup_hulu_btn01 > a:hover::before {
    right: 3rem;
  }
}
.popup_hulu_btn01 > a::before {
  content: "";
  position: absolute;
  right: 4rem;
  top: 50%;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 0.3rem solid #ffffff;
  border-right: 0.3rem solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s ease;
}
.popup_hulu_btn01 > a > span {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
.popup_hulu_trial {
  position: relative;
  width: 100%;
  padding: 3.6rem 0;
}
.popup_hulu_trial::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/spinoff/popup_hulu_bg02.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  z-index: -1;
}
.popup_hulu_text {
  position: relative;
  width: 59.0769230769%;
  margin: 0 auto;
}
.popup_hulu_text > figure {
  line-height: 1;
}
.popup_hulu_btn02 {
  position: relative;
  width: 70.7692307692%;
  aspect-ratio: 460/80;
  margin: 3rem auto 0 auto;
}
.popup_hulu_btn02 > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  border-radius: 4rem;
  background: linear-gradient(-90deg, #024e6d 0%, #099ca2 40%, #5d9482 60%, #024e6d 100%);
}
@media screen and (min-width: 768px) {
  .popup_hulu_btn02 > a:hover {
    background: linear-gradient(90deg, #024e6d 0%, #099ca2 40%, #5d9482 60%, #024e6d 100%);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .popup_hulu_btn02 > a:hover::before {
    right: 3rem;
  }
}
.popup_hulu_btn02 > a::before {
  content: "";
  position: absolute;
  right: 4rem;
  top: 50%;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-top: 0.3rem solid #ffffff;
  border-right: 0.3rem solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s ease;
}
.popup_hulu_btn02 > a > span {
  color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
.popup_hulu_check {
  position: relative;
  width: 100%;
  padding: 2.4rem 0;
  text-align: center;
}
.popup_hulu_check > label {
  display: inline-block;
  cursor: pointer;
}
.popup_hulu_check > label > input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.popup_hulu_check > label > input[type=checkbox]:checked + span::before {
  background-color: #005cc8;
}
.popup_hulu_check > label > input[type=checkbox]:checked + span::after {
  content: "";
}
.popup_hulu_check > label > span {
  position: relative;
  padding-left: 4rem;
  font-size: 2.6rem;
  font-weight: 600;
}
.popup_hulu_check > label > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 2.4rem;
  aspect-ratio: 1/1;
  border: 0.2rem solid #999999;
  background-color: #e9e9e9;
  transform: translateY(-45%);
}
.popup_hulu_check > label > span::after {
  content: none;
  position: absolute;
  left: 0.4rem;
  top: 1.2rem;
  display: block;
  width: 1.6rem;
  height: 1rem;
  border-left: 0.3rem solid #ffffff;
  border-bottom: 0.3rem solid #ffffff;
  transform: rotate(-45deg);
}
.popup_hulu_close {
  position: relative;
  width: 100%;
  margin-top: 3rem;
  text-align: center;
  cursor: pointer;
}
.popup_hulu_close > span {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
}
.popup_hulu_close > span > span {
  display: inline-block;
  margin-right: 1.5rem;
  transform: scale(1.4);
}/*# sourceMappingURL=top.css.map */