@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : top.css
Description : トップページ
===================================================================== */
/* 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;
}
.gDef-contents dt {
  font-weight: 400;
}
.gDef-contents em {
  font-style: normal;
}
.gDef-contents p {
  font-weight: bold;
}
.gDef-contents .en {
  font-family: "Roboto", sans-serif;
}

.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: #b51d22;
}
.color_yellow {
  color: yellow;
}
.color_bg01 {
  color: #ffffff;
  background-color: #ff0000;
  padding: 0 0.25em;
}
.color_bgBk {
  color: #ffffff;
  background-color: #000;
  padding: 0 0.25em;
}

.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_mark1 {
  position: relative;
  display: inline-block;
  margin-left: 1em;
}
.text_mark1::before {
  content: "⚫︎";
  color: #b51d22;
  position: absolute;
  left: -1.2em;
  top: 0;
}

/*
.pink_btn,
.back_btn {
        position: relative;
        width: 90%;
        aspect-ratio: 560 / 96;
        margin: 6rem auto 0 auto;

        @include mq-tab {
            width: 408px;
            margin-top: 4.5rem auto 0 auto;
        }

    > a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        flex-wrap: nowrap;
        font-weight: bold;
        width: 100%;
        height: 100%;
        padding: 0 calc(40 / 560 * 100%);
        transition: all .3s;
        position: relative;
        text-decoration: none !important;
        &::before {
            content: "";
            position: absolute;
            right: 3rem;
            display: block;
            width: 2rem;
            height: 100%;
            background: url(../images/icon_arrow.svg) no-repeat center center/contain;
            transition: all .3s;
            @include mq-tab {
                width: 1rem;
            }
        }

        &:hover {
            @include mq-tab {
                opacity: 1;
            }
            &::before {
                transform: translateX(1rem);
            }
        }


        & > span {
            display: block;
            color: $color-white;

            font-size: 3.4rem;
            font-weight: 300;
            line-height: 1;

            @include mq-tab {
                font-size: 2.2rem;
            }
        }
    }
}
.back_btn {
    > a {
        background: $color-black;
        &::before {
            right: auto;
            left: 3rem;
            transform: rotate(180deg);
            background: url(../images/icon_arrow.svg) no-repeat center center/contain;
        }
        &:hover {
            background: $color-darkred;
            &::before {
                transform: rotate(180deg)translateX(1rem);
            }
        }
    }
}
*/
.ttl {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin: 0 auto 4rem;
  user-select: none;
  -webkit-user-drag: none;
}
@media screen and (min-width: 768px) {
  .ttl {
    width: 80%;
  }
}

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

.gDef-contents {
  width: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-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/bg.jpg) repeat top left/800px;
  z-index: -5;
}

.main {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 6rem 0 15rem;
}
@media screen and (min-width: 768px) {
  .main {
    width: 95%;
  }
}
@media screen and (min-width: 1080px) {
  .main {
    width: 100%;
    padding: 10rem 0 15rem;
  }
}

.inner {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5rem 5.5rem;
}
@media screen and (min-width: 768px) {
  .inner {
    width: 100%;
    padding: 5rem 5.5rem;
  }
}

.bg_white {
  background: #ffffff;
  padding: 5rem 2rem;
}
@media screen and (min-width: 1080px) {
  .bg_white {
    padding: 5rem 8rem;
  }
}

.bg_redpaper {
  background: url(../images/bg_red.jpg) repeat top center;
  padding: 5rem 2rem;
}
@media screen and (min-width: 1080px) {
  .bg_redpaper {
    padding: 10rem;
  }
}

.cloud:nth-child(odd) {
  margin-top: 10rem;
  position: relative;
  user-select: none;
  -webkit-user-drag: none;
}
.cloud:nth-child(odd)::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/0.622;
  background: url(../images/cloud_l.png) no-repeat center right/contain;
  position: absolute;
  top: 0;
  left: -65%;
  transform: translateY(-40%);
}
@media screen and (min-width: 768px) {
  .cloud:nth-child(odd)::before {
    width: 80%;
    left: -55%;
  }
}
@media screen and (min-width: 1080px) {
  .cloud:nth-child(odd)::before {
    width: 100%;
    left: -85%;
  }
}

.cloud:nth-child(even) {
  margin-top: 10rem;
  position: relative;
  user-select: none;
  -webkit-user-drag: none;
}
.cloud:nth-child(even)::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/0.622;
  background: url(../images/cloud_r.png) no-repeat center right/contain;
  position: absolute;
  top: 0;
  right: -65%;
  transform: translateY(-40%);
}
@media screen and (min-width: 768px) {
  .cloud:nth-child(even)::before {
    width: 80%;
    right: -55%;
  }
}
@media screen and (min-width: 1080px) {
  .cloud:nth-child(even)::before {
    width: 100%;
    right: -85%;
  }
}

/* ========================================================
    header
======================================================== */
.header {
  position: relative;
  width: 100%;
  /*
      .onair {
          position: relative;
          width: 100%;
          padding: 2rem 0 0;
          text-align: center;
          @include mq-tab {
              padding: 3rem 0 4rem;
          }

          &_text {
              position: relative;
              display: inline-block;
              width: auto;
              font-size: 4.8rem;
              font-weight: 600;
              letter-spacing: 0.04em;
              transform: translateY(-0.3rem);

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

              @include mq-pc1 {
                  font-size: 4.8rem;
              }

              & > em {
                  display: inline-block;
              }

              & > span {
                  font-size: 60%;
              }
          }
      }
  */
}
.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/mv_bg01_sp.jpg);
  background-repeat: no-repeat;
  background-position: center top 5rem;
  background-size: 100% auto;
  z-index: -2;
}
@media screen and (min-width: 768px) {
  .header .mv::before {
    background-image: url(../images/mv_bg01_pc.jpg);
    background-position: center center;
    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: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .header .mv_column {
    padding: 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 auto;
  /*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 .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/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;
  padding: 5rem 0;
  background: repeating-linear-gradient(90deg, #b51d22 0, #b51d22 50px, #d41619 50px, #d41619 100px);
}
@media screen and (min-width: 768px) {
  .header .submv_onair {
    padding: 4rem 0;
  }
}
.header .submv_onair::before, .header .submv_onair::after {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #fdffd0 0%, #f5e074 39%, #e19f2d 50%, #fafccc 70%, #e1a02e 83%, #b9810c 92%, #fbe88f 98%);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
.header .submv_onair::after {
  top: auto;
  bottom: 0;
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.5);
}
.header .submv_onair_text {
  position: relative;
  display: inline-block;
  width: auto;
  color: #ffffff;
  font-size: 7rem;
  font-style: normal;
  font-weight: 800;
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0.04em;
  padding: 0;
  text-shadow: 0 5px 0 #780b00;
}
@media screen and (min-width: 768px) {
  .header .submv_onair_text {
    font-size: 4.6296296296vw;
  }
}
@media screen and (min-width: 1080px) {
  .header .submv_onair_text {
    font-size: 5.2rem;
  }
}
.header .submv_onair_text > em {
  display: inline-block;
  line-height: 1;
}
.header .submv_onair_text > span {
  font-size: 60%;
}
.header .submv_onair_net {
  color: #ffffff;
  font-size: 3rem;
  line-height: 1;
  padding: 1.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .header .submv_onair_net {
    font-size: 1.8518518519vw;
    padding: 0.6rem 0 0;
  }
}
@media screen and (min-width: 1080px) {
  .header .submv_onair_net {
    font-size: 2rem;
  }
}
.header .headbnr {
  position: relative;
  width: 100%;
  padding: 0 0 4rem;
}
@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: #ff0000;
  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 #b51d22;
    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 #b51d22;
  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: #b51d22;
  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-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 {
  background-clip: text;
  -webkit-background-clip: text;
}
.header .nav_menu > li > a > span.grade02 {
  background-clip: text;
  -webkit-background-clip: text;
}
.header .nav_menu > li > a:hover > span.grade01, .header .nav_menu > li > a:hover > span.grade02 {
  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/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/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-size: 2.2rem;
  line-height: 1;
  background-color: #b51d22;
  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/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/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;
}
@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: #ff0000;
  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/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: #b51d22;
  z-index: -1;
}
.footer .copyright_text {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 50%;
  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: 8rem;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .footer .pagetop {
    right: 8rem;
    bottom: 4rem;
  }
}
.footer .pagetop_btn {
  position: relative;
  width: 10rem;
  aspect-ratio: 1/1;
}
.footer .pagetop_btn > a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: url(../images/btn_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(239, 239, 239, 0.5) url(../images/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/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;
}

/* ========================================================
    catch
======================================================== */
.catch {
  position: relative;
  padding-top: 5rem;
  width: 95%;
  margin: 0 auto 13rem;
}
@media screen and (min-width: 1080px) {
  .catch {
    margin: 0 auto 13rem;
  }
}
.catch::before, .catch::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 13rem;
  aspect-ratio: 1/1.281;
  background: url(../images/illust_kadomatsu.png) no-repeat bottom center;
  background-size: 100%;
  z-index: 2;
  transform: translate(-25%, 8rem);
}
@media screen and (min-width: 1080px) {
  .catch::before, .catch::after {
    transform: translate(-50%, 8rem);
  }
}
.catch::after {
  left: auto;
  right: 0;
  bottom: 0;
  transform: translate(25%, 8rem);
}
@media screen and (min-width: 1080px) {
  .catch::after {
    transform: translate(50%, 8rem);
  }
}
.catch .byobu {
  background: url(../images/bg_byobu_center.png) repeat-y top center;
  background-size: 100%;
  position: relative;
  padding: 3rem 0;
}
.catch .byobu::before, .catch .byobu::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 99%;
  display: block;
  width: 100%;
  aspect-ratio: 1/0.07;
  background: url(../images/bg_byobu_top.png) no-repeat bottom center;
  background-size: 100%;
  z-index: 1;
}
.catch .byobu::after {
  bottom: auto;
  top: 99%;
  transform: scale(1, -1);
}
.catch .byobu p {
  text-align: center;
  line-height: 1.6;
  font-size: 3rem;
  padding: 0 1em 2em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .catch .byobu p {
    font-size: 3.1481481481vw;
    line-height: 2;
    padding: 0 1em;
  }
}
@media screen and (min-width: 1080px) {
  .catch .byobu p {
    font-size: 3rem;
  }
}

.description {
  display: block;
  padding: 0;
  letter-spacing: 0;
  font-weight: 500 !important;
}
@media screen and (max-width: 767px) {
  .description {
    font-feature-settings: "palt";
  }
}

/* ========================================================
    uranai
======================================================== */
.uranai {
  margin-top: 6rem;
}
.uranai ul {
  transition: transform 0.3s ease;
}
.uranai ul a:hover {
  transform: translateY(1rem);
}
.uranai ul li {
  position: relative;
  background: url(../images/bg_uranai.png) top left repeat, url(../images/deco_deai_lt.png) left top/25rem auto no-repeat, url(../images/deco_deai_rb.png) right bottom/52rem auto no-repeat, #6ecc13;
  border: 6px solid #e9b638;
  padding: 5px;
  margin-bottom: 3rem;
}
.uranai ul li.kenkou {
  background: url(../images/bg_uranai.png) top left repeat, url(../images/deco_kenkou_lt.png) left top/25rem auto no-repeat, url(../images/deco_kenkou_rb.png) right bottom/52rem auto no-repeat, #c9a6ee;
}
.uranai ul li.kinun {
  background: url(../images/bg_uranai.png) top left repeat, url(../images/deco_kinun_lt.png) left top/25rem auto no-repeat, url(../images/deco_kinun_rb.png) right bottom/52rem auto no-repeat, #e6ce30;
}
.uranai ul li a {
  display: block;
  width: 60%;
  height: 3rem;
  background: white;
}
.uranai ul li .inner {
  position: relative;
  z-index: 10;
  padding: 3rem;
  --gap: 42px;
  --line: 1px;
  --space: 5px;
  background: linear-gradient(#e9b638, #e9b638) top left var(--gap)/calc(100% - var(--gap) * 2) var(--line) no-repeat, linear-gradient(#e9b638, #e9b638) top calc(var(--space) + var(--line)) left var(--gap)/calc(100% - var(--gap) * 2) var(--line) no-repeat, linear-gradient(#e9b638, #e9b638) bottom left var(--gap)/calc(100% - var(--gap) * 2) var(--line) no-repeat, linear-gradient(#e9b638, #e9b638) bottom calc(var(--space) + var(--line)) left var(--gap)/calc(100% - var(--gap) * 2) var(--line) no-repeat, linear-gradient(#e9b638, #e9b638) top var(--gap) left/var(--line) calc(100% - var(--gap) * 2) no-repeat, linear-gradient(#e9b638, #e9b638) top var(--gap) left calc(var(--space) + var(--line))/var(--line) calc(100% - var(--gap) * 2) no-repeat, linear-gradient(#e9b638, #e9b638) top var(--gap) right/var(--line) calc(100% - var(--gap) * 2) no-repeat, linear-gradient(#e9b638, #e9b638) top var(--gap) right calc(var(--space) + var(--line))/var(--line) calc(100% - var(--gap) * 2) no-repeat, url("../images/deco_corner_tl.svg") left top/var(--gap) var(--gap) no-repeat, url("../images/deco_corner_tr.svg") right top/var(--gap) var(--gap) no-repeat, url("../images/deco_corner_br.svg") right bottom/var(--gap) var(--gap) no-repeat, url("../images/deco_corner_bl.svg") left bottom/var(--gap) var(--gap) no-repeat;
}
.uranai ul li .inner h3 {
  width: 80%;
  margin-bottom: 1rem;
}
.uranai ul li .inner p {
  width: 70%;
  line-height: 1.4;
  font-weight: 500;
}
.uranai ul li .inner .photo {
  width: 24rem;
  position: absolute;
  right: -8px;
  bottom: -8px;
}

/* ========================================================
    cast
======================================================== */
.cast .sub_ttl {
  width: 90%;
  max-width: 680px;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .cast .sub_ttl img {
    width: 100%;
    height: 9rem;
    object-fit: cover;
  }
}
.cast .mc_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
  flex-wrap: wrap;
}
.cast .mc_list li {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .cast .mc_list li:first-child {
    width: 100%;
    margin-bottom: 6rem;
  }
  .cast .mc_list li:first-child .photo {
    width: 46%;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .cast .mc_list li {
    width: 30%;
  }
}
.cast .mc_list li .photo {
  position: relative;
}
.cast .mc_list li .photo::before, .cast .mc_list li .photo::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 6rem;
  aspect-ratio: 1/1;
  background: url(../images/illust_ume01.png) no-repeat center/contain;
  z-index: 2;
  transform: translate(-20%, -20%);
}
.cast .mc_list li .photo::after {
  width: 4rem;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  background: url(../images/illust_ume02.png) no-repeat center/contain;
  transform: translate(20%, 20%);
}
.cast .mc_list li .photo img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 1rem;
  border: 10px solid transparent;
  border-radius: 1rem;
  background: linear-gradient(45deg, #e9b638 0%, #ffe586 50%, #e9b638 100%) border-box;
  margin-bottom: 1rem;
}
.cast .mc_list p {
  text-align: center;
  line-height: 1;
}
.cast .mc_list p span {
  display: block;
  font-size: 70%;
}
.cast .guest_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 94%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .cast .guest_list {
    width: 90%;
  }
}
.cast .guest_list li {
  width: 47%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .cast .guest_list li {
    width: 30%;
  }
}
.cast .guest_list li .photo {
  position: relative;
}
.cast .guest_list li .photo img {
  width: 100%;
  aspect-ratio: 1/0.8;
  object-fit: cover;
  border-radius: 1rem;
  border: 4px solid transparent;
  border-radius: 1rem;
  background: linear-gradient(45deg, #e9b638 0%, #ffe586 50%, #e9b638 100%) border-box;
  margin-bottom: 1rem;
}
.cast .guest_list p {
  text-align: center;
  line-height: 1;
}
.cast .guest_list p span {
  display: block;
  font-size: 70%;
}

/* ========================================================
    scene
======================================================== */
.scene {
  padding: 4rem 0;
}
.scene ul {
  display: flex;
  gap: 20px;
}
.scene ul li {
  border: 4px solid #ff0000;
  box-shadow: 5px 5px 0 #b51d22;
  border-radius: 1rem;
  overflow: hidden;
}

/* ========================================================
    data
======================================================== */
.data {
  padding: 4rem 0;
  text-align: center;
}
.data ul {
  display: flex;
  gap: 20px;
}
.data ul li {
  border: 4px solid #ff0000;
  box-shadow: 5px 5px 0 #b51d22;
  border-radius: 1rem;
  overflow: hidden;
}
.data_txt01 {
  font-size: 1.2em;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .data_txt01 {
    font-size: 1.4em;
  }
}
.data_txt02 {
  font-weight: 500 !important;
  font-feature-settings: "palt";
}
.data a {
  position: relative;
  display: block;
  background: linear-gradient(to right, #a97c19 0%, #fab725 50%, #a97c19 100%);
  color: #fff;
  max-width: 450px;
  margin: 1em auto;
  padding: 2rem;
  font-weight: 800;
  font-size: 1.2em;
}
.data a::before {
  content: "";
  display: block;
  width: 2rem;
  aspect-ratio: 1/1;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.data a:hover::before {
  right: 1.5em;
}

/* ========================================================
    interview
======================================================== */
.interview_list li {
  display: flex;
  gap: 2rem;
  padding: 0 0 5rem;
  margin: 4rem 0 0;
}
.interview_list li:not(:last-child) {
  background: url(../images/line_dotted.png) repeat-x bottom left;
}
.interview_list li .photo img {
  width: 12rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 5px solid #e9b638;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .interview_list li .photo img {
    width: 10rem;
  }
}
.interview_list li .text {
  width: calc(100% - 12rem);
}
@media screen and (min-width: 768px) {
  .interview_list li .text {
    width: calc(100% - 10rem);
  }
}
.interview_list li .text dt {
  margin-top: 0;
  position: relative;
  font-weight: 600;
}
.interview_list li .text dt span {
  font-size: 80%;
}
.interview_list li .text dd {
  margin-top: 0;
  font-size: 80%;
}
@media screen and (max-width: 767px) {
  .interview_list li .text dd {
    width: calc(100% + 12rem);
    transform: translateX(-12.5rem);
    margin-top: 3rem !important;
  }
}
.interview_list li:nth-child(-n+3) .text dt {
  font-size: 110%;
  margin-top: 1.7em;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .interview_list li:nth-child(-n+3) .text dt {
    margin-top: 1em;
  }
}
.interview_list li:nth-child(-n+3) .text dt::before {
  content: "MC";
  display: inline-block;
  background: #b51d22;
  color: #ffffff;
  z-index: 1;
  padding: 0 0.8em;
  margin-right: 0.8em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .interview_list li:nth-child(-n+3) .text dt::before {
    position: absolute;
    top: -1.3em;
    left: 0;
  }
}
.interview_list li:nth-child(-n+3) .text dt span {
  font-size: 70%;
}
.interview_list li:nth-child(-n+3) .text dd {
  margin-top: 1rem;
  font-size: 90%;
}

/* ========================================================
    sns
======================================================== */
.sns_list {
  width: 80%;
  margin: 3rem auto;
}
@media screen and (min-width: 768px) {
  .sns_list {
    width: 80%;
    max-width: 37rem;
  }
}
.sns_list a {
  transition: all 0.3s;
  display: block;
}
.sns_list a:hover {
  transform: translateY(-1rem);
}

/* ========================================================
    movie
======================================================== */
.movie {
  position: relative;
  width: 100%;
  padding: 5rem 0;
}
.movie_column {
  position: relative;
  width: 100%;
  background: #ffffff;
}
.movie_wrap {
  position: relative;
  width: 100%;
  margin: auto;
  overflow-x: scroll;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .movie_wrap {
    width: 92.5925925926%;
    margin: 0 auto;
    overflow-x: visible;
    padding-bottom: 0;
  }
}
.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/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%;
  }
}

/* ========================================================
    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: #efefef;
  background-image: url(../images/spinoff/popup_hulu_bg01.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  z-index: -1;
}
.popup_hulu_head {
  position: relative;
  width: 100%;
  padding: 5rem 3rem;
}
.popup_hulu_ttl {
  position: relative;
  width: 100%;
  text-align: center;
}
.popup_hulu_ttl > span {
  display: block;
  color: #563630;
  font-size: 2rem;
  font-weight: 600;
}
.popup_hulu_subttl {
  position: relative;
  width: 100%;
  margin-top: 1.5rem;
  color: transparent;
  text-align: center;
  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: 3rem;
  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: 2px solid #ff0000;
  border-radius: 4rem;
  background-color: #ff0000;
}
@media screen and (min-width: 768px) {
  .popup_hulu_btn01 > a:hover {
    background-color: #ffffff;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .popup_hulu_btn01 > a:hover::before {
    border-color: #ff0000;
  }
}
@media screen and (min-width: 768px) {
  .popup_hulu_btn01 > a:hover > span {
    color: #ff0000;
  }
}
.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);
}
.popup_hulu_btn01 > a > span {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 600;
}
.popup_hulu_trial {
  position: relative;
  width: 100%;
  padding: 4rem 0;
  background-color: #ffffff;
}
.popup_hulu_text {
  position: relative;
  width: 60.6153846154%;
  margin: 0 auto;
}
.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;
}
@media screen and (min-width: 768px) {
  .popup_hulu_btn02 > a:hover {
    opacity: 1;
  }
}
.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);
}
.popup_hulu_btn02 > a > span {
  color: #ffffff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 600;
}
.popup_hulu_check {
  position: relative;
  width: 100%;
  padding: 3rem 0;
  text-align: center;
}
.popup_hulu_check > label {
  cursor: pointer;
}
.popup_hulu_check > label > input[type=checkbox] {
  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;
  color: #563630;
  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-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
  font-weight: 700;
}
.popup_hulu_close > span > span {
  display: inline-block;
  margin-right: 1.5rem;
  transform: scale(1.4);
}