@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  scroll-behavior: smooth; }
  @media screen and (max-width: 750px) {
    html {
      font-size: calc(100vw * 10 / 750); } }

main {
  overflow: hidden;
  color: #000;
  text-align: justify; }

img {
  width: 100%; }

:where(#page-top) img {
  width: auto; }

p, dd {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif; }

.c_txt {
  font-size: 2.8rem;
  line-height: 1.35;
  padding: 0 1.5rem 5rem; }
  .c_txt small {
    font-size: 2.4rem; }

.ganne_txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 31rem;
  line-height: 1.35;
  font-size: 2.8rem;
  padding: 0 1.5rem 1.3rem; }

#loading {
  content: '';
  position: fixed;
  top: 0;
  height: 100%;
  background: #000;
  z-index: 66;
  width: 100%;
  left: 0; }
  #loading .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50%  -50%;
    z-index: 11;
    width: 34.8rem;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: clip-path .7s linear; }
  #loading.show {
    opacity: 0;
    transition: .5s 1s; }
    #loading.show .logo {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }

.fv_sec {
  position: relative;
  background: #E4E5E3; }
  .fv_sec.show .catch {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
  .fv_sec .catch {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    z-index: 2;
    width: 51.9rem;
    bottom: 25.5rem;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    transition: clip-path .7s 2s linear; }
  .fv_sec .kv {
    height: 133.4rem;
    position: relative; }
    .fv_sec .kv img {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      object-fit: cover; }
      .fv_sec .kv img.show {
        opacity: 1; }
    .fv_sec .kv .last {
      transform: scale(1.1); }
      .fv_sec .kv .last.show {
        transform: none;
        transition: transform .5s; }
    .fv_sec .kv .first {
      opacity: 1; }

.movie_sec {
  background: #E4E5E3;
  display: none;
  background: #000; }
  .movie_sec figure {
    width: 65.2rem;
    top: -18rem;
    position: relative;
    margin: 0 auto -18rem;
    background: inherit; }
    .movie_sec figure > a {
      display: block;
      position: relative; }
      .movie_sec figure > a:before {
        content: '';
        position: absolute;
        inset: 0;
        background: url(../img/260216/btn-play.svg) no-repeat 50%/12.2rem; }
  .movie_sec figcaption {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: right;
    margin-top: .8em; }
    .movie_sec figcaption a {
      color: #fff;
      text-decoration: underline;
      display: inline-block; }
  body:has(.mode_sec.show) .movie_sec {
    background: #E4E5E3;
    transition: background .3s 3s; }
    body:has(.mode_sec.show) .movie_sec figcaption a {
      color: inherit;
      transition: color .3s 3s; }

.c_slide {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.4rem; }
  .c_slide.w {
    background: #fff; }
    .c_slide.w > p:not(.c_tag) {
      font-size: 2.8rem;
      line-height: 1.35;
      padding: 0 3rem 5rem; }
    .c_slide.w .c_item {
      padding-bottom: 2rem; }
  .c_slide .swiper-slide {
    transition-property: opacity !important; }
    .c_slide .swiper-slide-active {
      z-index: 1; }
  .c_slide .btn i {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    cursor: pointer;
    z-index: 2;
    width: 10rem;
    height: 10rem;
    background: url(../img/260216/btn-prev.svg) no-repeat 50%/contain; }
  .c_slide .btn .prev {
    left: -5rem; }
  .c_slide .btn .next {
    transform: rotate(180deg);
    right: -5rem; }
  .c_slide .pager {
    position: absolute;
    bottom: 3.3rem;
    left: 3.5rem;
    z-index: 2;
    display: flex;
    gap: 1.8rem; }
  .c_slide .swiper-pagination-bullet {
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 50%;
    cursor: pointer;
    background: #000;
    opacity: .5; }
    .c_slide .swiper-pagination-bullet-active {
      opacity: 1; }
  .c_slide .c_item {
    margin-bottom: 0; }

.c_item {
  position: relative;
  margin-bottom: 1.4rem; }
  .c_item.w {
    background: #fff; }
  .c_item .txt {
    position: absolute;
    right: 1.5rem;
    top: 1.8rem;
    z-index: 1;
    width: 32rem;
    line-height: 1.33;
    font-size: 2.4rem; }
  .c_item dl {
    position: absolute;
    left: 1.3rem;
    top: 1.5rem;
    z-index: 1; }
    .c_item dl.w {
      color: #fff; }
  .c_item dt {
    font-size: 5rem;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    line-height: 1.08;
    margin-bottom: .15em; }
    .c_item dt small {
      display: block;
      font-size: 4rem; }
  .c_item dd {
    font-size: 2.5rem;
    line-height: 1.2; }
    .c_item dd small {
      display: block;
      font-size: 2rem;
      margin-top: .5em; }
    .c_item dd .c_tag {
      position: static;
      display: inline-block;
      margin-top: .5em; }

.c_tag {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: .1em .5em 0;
  line-height: 1.5;
  color: #fff;
  background: #000;
  font-size: 2.2rem; }

.c_fade {
  position: relative; }
  .c_fade img {
    animation: fade 4s infinite; }
    .c_fade img + img {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      animation-delay: 2s; }

@keyframes fade {
  0% {
    opacity: 0; }
  12.5% {
    opacity: 1; }
  50% {
    opacity: 1; }
  62.5% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.open-modal {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 15;
  padding: 3rem 2.5rem; }
  .open-modal img {
    width: 4.2rem; }
  .open-modal .box {
    display: none; }

.popup-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
  animation: modalFadeOut .8s; }
  .popup-modal .wrap {
    display: flex;
    justify-content: center;
    overflow-y: auto;
    height: 100%; }
  .popup-modal .content {
    width: 58rem;
    margin: auto;
    padding: 5rem 0;
    position: relative; }

body.show-modal {
  overflow-y: hidden; }

.info_modal {
  color: #fff; }
  .info_modal:has(.note) .close {
    margin-left: 0;
    margin-top: -9rem; }
  .info_modal .close {
    width: 5.8rem;
    margin-left: auto;
    margin-top: 3rem;
    padding-bottom: 5rem; }
  .info_modal .ttl2 {
    font-size: 3.6rem;
    line-height: 1.3;
    margin-bottom: .8em; }
  .info_modal p {
    font-size: 3.8rem;
    line-height: 1.91; }
  .info_modal dl {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem 0; }
  .info_modal dt {
    font-size: 2.8rem;
    font-weight: bold;
    width: 17rem; }
  .info_modal dd {
    font-size: 2.7rem;
    width: calc(100% - 17rem);
    line-height: 1.4; }
    .info_modal dd p {
      margin-top: .2em;
      font-size: 2.7rem; }
      .info_modal dd p small {
        display: block;
        font-size: 2.2rem;
        margin-top: .4em; }
      .info_modal dd p i {
        font-style: normal;
        font-size: 1.8rem; }
  .info_modal .note {
    font-size: 2.6rem;
    line-height: 1.5;
    border-top: solid 1px #fff;
    padding-top: 3.5rem;
    margin-top: 4rem; }
  .info_modal .row {
    display: flex;
    margin-top: -5rem; }
    .info_modal .row p {
      font-size: 2.6rem;
      line-height: 1.5;
      margin-top: 5rem; }
      .info_modal .row p small {
        display: block;
        font-size: 2.1rem; }
    .info_modal .row img {
      width: 28rem;
      margin-right: -5rem;
      position: relative;
      right: -1rem; }
  body.show-modal.info .info_modal {
    display: block;
    animation: modalFadeIn 1s; }

body.show-modal.video .video_modal {
  display: block;
  animation: modalFadeIn 1s; }
.video_modal .close {
  width: 5.8rem;
  margin-left: auto;
  margin-bottom: 3rem; }
.video_modal iframe {
  width: 100%;
  aspect-ratio: 560 / 315; }
.video_modal .content {
  width: 68rem; }
body.show-modal.video .video_modal {
  display: block;
  animation: modalFadeIn 1s; }

@keyframes modalFadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes modalFadeOut {
  from {
    opacity: 1;
    display: block; }
  to {
    opacity: 0; } }
.mode_sec {
  position: relative;
  z-index: 0;
  text-align: center;
  padding: 28rem 0 49rem;
  background: #000;
  overflow: hidden; }
  .mode_sec .logo {
    width: 56.8rem;
    margin: 0 auto 8rem;
    position: relative; }
    .mode_sec .logo .a {
      transform: scale(5); }
    .mode_sec .logo .b {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
  .mode_sec p {
    width: 47.2rem;
    margin: 0 auto; }
  .mode_sec .box {
    position: relative; }
  .mode_sec .bg {
    position: absolute;
    bottom: -3rem;
    left: 0;
    z-index: -1; }
  .mode_sec p, .mode_sec .bg {
    opacity: 0; }
  .mode_sec.show {
    background: #E4E5E3;
    transition: background .3s 3s; }
    .mode_sec.show .bg, .mode_sec.show p {
      opacity: 1;
      transition: 1s 5s; }
    .mode_sec.show .logo .b {
      opacity: 1;
      transition: 1s 4.5s; }
    .mode_sec.show .logo .a {
      transform: none;
      transition: transform 1s 3s; }
    .mode_sec.show .num {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
      .mode_sec.show .num p {
        transition: .8s 3.2s;
        transform: scale(0); }
      .mode_sec.show .num i {
        display: block;
        color: #000;
        transition: .3s 3s; }
  .mode_sec .num {
    z-index: 3;
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: clip-path 1s linear; }
  .mode_sec .num {
    font-weight: bold;
    font-family: "Inter", sans-serif;
    font-size: 5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50%  -50%;
    color: #fff; }
    .mode_sec .num p {
      opacity: 1; }
      .mode_sec .num p i {
        font-style: normal; }

.sec1 {
  background: #F6D3D1;
  padding: 0 0 1px; }

.sec2 {
  background: #000;
  padding: 0 0 1px; }

.sec {
  display: none; }
  .sec.active {
    display: block; }

.lead_sec {
  background: #F6D3D1;
  padding-bottom: 9rem; }
  .lead_sec .ttl {
    font-size: 4.2rem;
    font-weight: bold;
    letter-spacing: .075em;
    line-height: 1.38;
    color: #fff;
    margin-bottom: .5em; }
  .lead_sec .catch {
    width: 51.8rem;
    margin: 0 auto 6.3rem; }
  .lead_sec .wrap {
    position: relative; }
  .lead_sec .box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11.5rem 3.35rem 0;
    text-align: center; }
  .lead_sec p {
    color: #fff;
    text-align: justify;
    font-size: 3.2rem;
    line-height: 1.625;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif; }
  .lead_sec .bnr {
    width: 70rem;
    margin: -20rem auto 0;
    position: relative; }
    .lead_sec .bnr a[href="#"] {
      pointer-events: none; }

.look_sec {
  background: #F6D3D1;
  padding: 0 1.5rem 18rem; }
  .look_sec .ttl {
    font-size: 6rem;
    letter-spacing: .1em;
    line-height: 1.2;
    margin-bottom: .3em; }
  .look_sec .pager {
    justify-content: center;
    left: 0;
    width: 100%;
    bottom: 6rem; }
    .look_sec .pager .swiper-pagination-bullet {
      background: #fff;
      opacity: 1;
      position: relative; }
      .look_sec .pager .swiper-pagination-bullet-active {
        background: none; }
        .look_sec .pager .swiper-pagination-bullet-active svg {
          opacity: 1; }
    .look_sec .pager svg {
      width: 2.4rem;
      height: 2.4rem;
      position: absolute;
      top: 50%;
      left: 50%;
      translate: -50%  -50%;
      opacity: 0;
      transition: opacity .3s; }
  .look_sec .swiper-slide-active {
    position: relative;
    z-index: 2; }
    .look_sec .swiper-slide-active .next img {
      transition: transform 7s linear;
      position: relative;
      transform: translate(-30rem); }
  .look_sec .swiper-slide-prev .next img {
    transform: translate(-30rem); }
  .look_sec .next {
    overflow: hidden; }
    .look_sec .next img {
      width: 105rem;
      max-width: 105rem;
      display: block;
      margin-right: auto; }

.scroll-wrap {
  background: #F6D3D1;
  position: relative; }

.scroll-nav.fixed dl {
  position: fixed; }
  .scroll-nav.fixed dl.abs {
    position: absolute; }

.nav_sec {
  position: absolute;
  width: 100%;
  left: 0; }
  .nav_sec dl {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 100%;
    left: 0;
    padding-top: 2rem; }
  .nav_sec dt {
    position: absolute;
    left: calc(50% - 31rem);
    font-size: 1.8rem;
    font-weight: bold; }
  .nav_sec dd {
    display: flex;
    width: 50.3rem;
    margin: 0 auto;
    border-radius: 3em;
    background: url(../img/260216/nav-bg.webp) no-repeat 50%/contain;
    height: 5.9rem;
    overflow: hidden; }
  .nav_sec a {
    display: block;
    font-family: "Inter", sans-serif;
    line-height: 5.9rem;
    font-size: 2.7rem;
    flex: 1;
    border-radius: 3em;
    background: none;
    color: #fff;
    transition: .5s;
    transition-property: background, color;
    background: url(../img/260216/date1.svg) no-repeat 50%/14.3rem; }
    .nav_sec a.active {
      background-color: #fff;
      background-image: url(../img/260216/date1-active.svg);
      color: #000;
      pointer-events: none; }
    .nav_sec a img {
      opacity: 0; }
    .nav_sec a.b {
      background-image: url(../img/260216/date2.svg); }
      .nav_sec a.b.active {
        background-image: url(../img/260216/date2-active.svg); }

.c_ttl {
  font-size: 6rem;
  line-height: 1.066;
  margin-bottom: .5em;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  letter-spacing: .1em; }
  .c_ttl small {
    display: block;
    font-size: 3.6rem;
    letter-spacing: .025em; }

.event_sec {
  padding: 13rem 0 9rem; }
  .event_sec.w {
    background: #272727;
    color: #fff; }
    .event_sec.w .more {
      opacity: .6; }
  .event_sec .head {
    display: flex;
    justify-content: space-between;
    padding: 0 3rem 0 2.5rem;
    align-items: flex-end;
    margin-bottom: 4rem; }
    .event_sec .head .c_ttl {
      margin-bottom: 0; }
    .event_sec .head ul {
      display: flex; }
    .event_sec .head li {
      font-family: "Inter", sans-serif;
      font-size: 4rem;
      font-weight: 600;
      letter-spacing: .025em;
      text-align: right;
      line-height: 1.1; }
      .event_sec .head li + li:before {
        content: '-';
        font-size: 4rem;
        margin: 0 1.2rem; }
      .event_sec .head li small {
        font-size: 1.6rem;
        display: block;
        letter-spacing: .025em; }
  .event_sec figure {
    position: relative; }
  .event_sec figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.8rem;
    padding: .5em 1em; }
  .event_sec dl {
    padding: 3rem 4.5rem 0; }
  .event_sec dt {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.85;
    margin-bottom: 1em; }
    .event_sec dt i {
      font-size: 5rem;
      font-family: "Inter", sans-serif;
      font-weight: 500;
      font-style: normal;
      line-height: 1;
      display: block; }
    .event_sec dt small {
      display: block;
      font-size: 3.8rem; }
  .event_sec dd {
    font-size: 2.7lrem;
    line-height: 1.48; }
    .event_sec dd .more {
      position: relative;
      text-align: right;
      margin-top: 3rem;
      cursor: pointer;
      color: #fff; }
      .event_sec dd .more a {
        color: inherit;
        font-weight: 400;
        font-family: "Inter", sans-serif; }
      .event_sec dd .more:before {
        content: '';
        position: absolute;
        width: 48.4rem;
        height: 2px;
        background: #fff;
        top: .6em;
        left: 0; }

.pickup_sec {
  padding: 10rem 1.5rem 0; }
  .pickup_sec .c_ttl + p {
    font-size: 2.8rem;
    line-height: 1.32;
    position: relative;
    top: -1em; }

.credit_fixed {
  overflow: hidden;
  height: 133.4rem; }
  .credit_fixed img {
    position: fixed;
    top: 0;
    left: 50%;
    translate: -50% 0;
    z-index: -1;
    width: 75rem; }

.credit_sec {
  background: #000;
  padding: 8rem 7.4rem 19rem;
  color: #fff; }
  .credit_sec:has(dt:last-of-type.open) {
    padding-bottom: 9rem; }
  .credit_sec .ttl {
    font-size: 5rem;
    font-weight: bold;
    line-height: 1.08;
    letter-spacing: .1em;
    font-family: "Inter", sans-serif; }
  .credit_sec dt {
    display: flex;
    justify-content: space-between;
    margin-top: 6.3rem;
    cursor: pointer;
    font-family: "Zen Kaku Gothic New", sans-serif; }
    .credit_sec dt > img {
      width: 30rem; }
    .credit_sec dt span {
      width: calc(100% - 34rem);
      font-size: 2.6rem;
      font-weight: 500;
      letter-spacing: .05em;
      font-size: 3.6rem; }
    .credit_sec dt small {
      display: block;
      letter-spacing: 0;
      font-weight: 400;
      font-size: 2.6rem;
      line-height: 1;
      margin-bottom: .2em; }
    .credit_sec dt i {
      display: block;
      font-style: normal;
      letter-spacing: 0;
      line-height: 1;
      font-size: 2.6rem; }
    .credit_sec dt a {
      display: inline-block;
      margin-top: 1.5rem; }
  .credit_sec .large > img {
    width: 40rem; }
  .credit_sec .large span {
    width: calc(100% - 42.4rem); }
    .credit_sec .large span img {
      width: 2.7rem; }
  .credit_sec .large small {
    margin-bottom: -.1em; }
  .credit_sec dd {
    font-size: 2.6rem;
    line-height: 1.5;
    margin: 4rem 0 15.5rem; }
  .credit_sec .comment {
    line-height: 1.35;
    background: #707070;
    padding: 2rem 2rem;
    position: relative;
    margin: 2rem 0 0; }
    .credit_sec .comment:before {
      content: '';
      position: absolute;
      background: inherit;
      width: 1.5rem;
      height: 2rem;
      clip-path: polygon(100% 0, 0% 100%, 100% 100%);
      transform: translateY(-100%);
      right: 6.3rem;
      top: 1px; }
  .credit_sec .list {
    position: relative; }
    .credit_sec .list dt {
      position: relative; }
      .credit_sec .list dt:after {
        content: '';
        position: absolute;
        background: url(../img/260216/btn-open.svg) no-repeat 50%/contain;
        width: 4.6rem;
        height: 4.6rem;
        right: 0;
        bottom: 0; }
      .credit_sec .list dt.open:after {
        background-image: url(../img/260216/btn-close.svg); }
      .credit_sec .list dt.open + dd {
        display: block; }
    .credit_sec .list dd {
      display: none; }

.sns_sec {
  padding: 12rem 5rem 14rem;
  background: #fff;
  text-align: center; }
  .sns_sec p {
    font-weight: bold;
    font-size: 4.1rem;
    line-height: 1.24;
    letter-spacing: .03em; }
  .sns_sec .sns {
    display: flex;
    justify-content: center;
    gap: 3.5rem;
    margin: 8.5rem 0 7rem; }
    .sns_sec .sns a {
      display: block; }
  .sns_sec .line a {
    display: inline-block;
    width: 49.2rem; }

.feel_mv {
  position: relative; }
  .feel_mv .catch {
    position: absolute;
    width: 61.7rem;
    bottom: 4.5rem;
    left: 2rem; }

.c_soon {
  width: 65rem;
  margin: 7.5rem auto 22rem;
  color: #fff;
  text-align: center; }
  .c_soon dl {
    background: #383838;
    padding: 8rem 0 3.5rem; }
  .c_soon dt {
    font-size: 6rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: .7em; }
  .c_soon dd {
    font-size: 4.2rem;
    font-weight: bold;
    letter-spacing: .02em; }
    .c_soon dd small {
      font-size: 2.6rem; }
    .c_soon dd i {
      display: block;
      font-size: 3rem;
      font-style: normal;
      letter-spacing: .3em; }
  .c_soon p {
    text-align: left;
    font-size: 2.6rem;
    line-height: 1.38;
    margin-top: .8em; }

.feel_lead {
  margin: 5rem 5rem 6rem;
  color: #fff; }
  .feel_lead .ttl {
    font-size: 4.4rem;
    line-height: 1.1;
    color: #000; }
    .feel_lead .ttl span {
      background: #fff;
      display: inline-block;
      margin-bottom: .1em; }
    .feel_lead .ttl .a i {
      font-size: 7.2rem; }
    .feel_lead .ttl i {
      font-family: "Inter", sans-serif;
      font-style: normal; }
    .feel_lead .ttl small {
      font-size: 5rem; }
  .feel_lead p {
    font-size: 3.8rem;
    margin-top: .5em;
    font-weight: 600; }

.feel_event {
  margin: 0 4rem 12rem;
  color: #fff; }
  .feel_event .date {
    margin: 0 -3rem 2.5rem; }
  .feel_event .ttl {
    font-size: 6rem;
    line-height: 1.066;
    letter-spacing: .05em;
    margin-bottom: .5em; }
  .feel_event .one {
    font-weight: 600;
    font-family: "Inter", sans-serif; }
  .feel_event p {
    font-size: 3rem;
    line-height: 1.66; }

.feel_present {
  background: #383838;
  padding: 9rem 2.5rem 7.5rem;
  color: #fff; }
  .feel_present figure {
    margin-bottom: 2rem; }
  .feel_present p {
    font-size: 2.8rem;
    line-height: 1.71; }
    .feel_present p + .c_ttl {
      margin-top: 11rem; }
