@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  width: 100%;
  line-height: 1.8;
  letter-spacing: 0.2px;
  font-size: 12px;
  transition: all 1.6s ease 0s;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 13px;
  }
}

img {
  display: block;
  width: 100%;
}

a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

.page-wrapper {
  width: 100%;
  overflow-x: clip;
}

/* .load
===================================================== */
.load {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.01);
}
video--filter {
  filter: drop-shadow(0px 0px #000);
}

#fv {
  position: relative;
  height: 100svh;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s;
}
@media screen and (min-width: 769px) {
  #fv {
    height: 100vh;
  }
}
#fv.on {
  opacity: 1;
}
#fv video {
  opacity: 0;
  transition: opacity 1s;
}
#fv video.on {
  opacity: 1;
}
#fv h1 {
  text-align: center;
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
  line-height: 0.8;
  z-index: 10;
}
#fv h1.on {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #fv h1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 769px) {
  #fv h1 {
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    line-height: 1;
  }
}
#fv h1 .thema {
  color: #FFE155;
  font-size: 6.1333333333vw;
  display: block;
  margin-top: 3.5vw;
}
@media screen and (min-width: 769px) {
  #fv h1 .thema {
    font-size: 2.7777777778vw;
    margin-top: 19px;
  }
}
#fv h1 .ss_2024 {
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  #fv h1 .ss_2024 {
    font-size: 1.1111111111vw;
  }
}
#fv h1 img {
  width: 46.4vw;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #fv h1 img {
    width: 27.0833333333vw;
  }
}
#fv .swiper {
  width: 100%;
  height: 100%;
}
#fv .swiper-wrapper,
#fv .swiper-slide,
#fv video {
  width: 100%;
  height: 100%;
}
#fv .swiper-slide img,
#fv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  #creditApp {
    margin-top: 200px;
  }
}
/* ===== LOOK STACK ===== */
@media screen and (min-width: 769px) {
  .looks {
    position: relative;
    gap: 2.5vw;
    margin-bottom: 150px;
  }
}

@media screen and (min-width: 769px) {
  .looks-inner {
    display: flex;
    gap: 2.5vw;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .looks-inner {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media screen and (max-width: 768px) {
  .sticky-container {
    overflow: clip;
    /* 必要に応じて高さを指定 */
    /* height: 400vh; など */
  }
}

@media screen and (min-width: 769px) {
  .video_inner {
    display: flex;
    gap: 13.6111111111vw;
    justify-content: center;
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 768px) {
  .look {
    position: sticky;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  .look {
    width: 44.5833333333vw;
  }
}

.look img {
  width: 100%;
  display: block;
}

/* =========================
   固定ラッパー
========================= */
@media screen and (max-width: 768px) {
  .credit-fixed {
    position: fixed;
    right: 20px;
    bottom: 43vw;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
  }
}

.credit-fixed.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* =========================
   プラスボタン
========================= */
.credit-toggle {
  width: 15px;
  height: 15px;
  position: relative;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .credit-toggle {
    width: 20px;
    height: 20px;
  }
}

.credit-toggle span {
  position: absolute;
  width: 15px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .credit-toggle span {
    top: 50%;
    left: 50%;
    background: #fff;
    transform-origin: center;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.18, 1), opacity 0.25s ease;
  }
}
@media screen and (min-width: 769px) {
  .credit-toggle span {
    background: #000;
    transition: 0.3s;
  }
}

/* 横線 */
.credit-toggle span:first-child {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* 縦線 */
.credit-toggle span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}

/* ＋ → − */
.credit-toggle.is-open span:last-child {
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
  opacity: 0;
}

@media screen and (min-width: 769px) {
  /* PCローカルボタン */
  .credit-local {
    display: block;
    position: absolute;
    right: 3.7vw;
    bottom: -35px;
    cursor: pointer;
    pointer-events: auto;
    z-index: 50;
  }
}
@media screen and (max-width: 768px) {
  .credit-local {
    display: none;
  }
}

/* =========================
   credit-info（左表示）
========================= */
.credit-info {
  position: fixed; /* ← fixedにするのがポイント */
  left: 20px;
  bottom: 43vw;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .credit-info {
    bottom: 0;
    color: #000;
  }
}

.credit-info.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.credit-info li {
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .credit-info li {
    text-shadow: 1px 1px 3px rgba(19, 19, 19, 0.2);
  }
}
.credit-info li a span {
  text-decoration: underline;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.credit-info li .coming {
  margin-left: 8px;
}
@media screen and (min-width: 769px) {
  .credit-info li .coming {
    margin-left: 4px;
  }
}

.credit-info a {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  gap: 8px;
}
@media screen and (min-width: 769px) {
  .credit-info a {
    color: #000;
    gap: 4px;
  }
}

@media screen and (min-width: 769px) {
  .looks {
    position: relative;
  }
  .credit-local {
    position: absolute;
    right: 3vw;
    bottom: -40px;
    z-index: 9999;
    pointer-events: auto;
  }
  .pc-credit {
    position: absolute;
    left: 3.8vw;
    top: 61.5vw;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    z-index: 9998;
    display: flex;
    gap: 15px;
    width: 65vw;
    flex-wrap: wrap;
    line-height: 0.5;
  }
  .wide {
    top: 72.5vw;
  }
  .cre_2 {
    left: 27.3vw !important;
    width: 40vw;
  }
  .video {
    position: relative;
    z-index: 1;
    width: 33.4027777778vw;
  }
  .pc-credit.is-open {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
  .credit-fixed {
    display: none;
  }
  #creditApp > .credit-info {
    display: none;
  }
  .look04-1_pc {
    width: 91.6666666667vw;
    margin: 0 auto;
  }
  .look04-1 {
    width: 44.5833333333vw;
    margin: 0 auto;
  }
  .look04_plus {
    right: 26.3vw;
  }
  .look04_pccre {
    left: 26.3vw;
  }
  .credit-text span {
    color: #827c7c;
  }
}
.video-wrap {
  position: relative;
}
.video-wrap .video {
  margin: 0 auto;
}

.sound-toggle {
  position: absolute;
  right: 32.2vw;
  bottom: -3vw;
  background: none;
  border: none;
  cursor: pointer;
  width: 35px;
}

footer {
  color: #000;
  padding-left: 35px;
}
@media screen and (min-width: 769px) {
  footer {
    padding-left: 60px;
  }
}
footer .sta_cre {
  font-size: 10px;
  margin: 100px auto;
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  footer .sta_cre {
    font-size: 13px;
    margin: 200px auto;
  }
}
footer .f_title {
  font-size: 15px;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  footer .f_title {
    font-size: 20px;
  }
}
footer .f_title_2 {
  font-size: 12px;
  font-family: "helvetica-neue-lt-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 40px auto 16px;
}
@media screen and (min-width: 769px) {
  footer .f_title_2 {
    font-size: 15px;
    margin: 60px auto 20px;
  }
}
footer .f_dis {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 10px;
  line-height: 2.3;
}
@media screen and (min-width: 769px) {
  footer .f_dis {
    font-size: 12px;
  }
}
footer .f_dis_en {
  font-size: 10px;
  margin: 26px auto 106px;
  line-height: 2.4;
}
@media screen and (min-width: 769px) {
  footer .f_dis_en {
    font-size: 12px;
    margin: 40px auto 100px;
  }
}/*# sourceMappingURL=style.css.map */