/* ==== reset ==== */
* {
  box-sizing: border-box;
}

img {
  width: 100%;
  pointer-events: none; /* マウスイベントを無効化 */
  -webkit-user-select: none; /* 画像の選択を無効化 */
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  user-drag: none; /* ドラッグを無効化 (Firefox) */
  -webkit-user-drag: none; /* ドラッグを無効化 (Chrome, Safari) */
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  overflow-x: hidden;
}

p,
dl {
  margin: 0;
  padding: 0;
}

html {
  font-family: 'futura-pt', sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  /* もしくは none; */
}

.lang_jp {
  font-family: YakuHanJP, 'futura-pt', 'Yu Gothic Pr6N L', sans-serif;
  font-weight: 300;
}

.yugo {
  font-family: YakuHanJP, 'Yu Gothic Pr6N L', sans-serif;
  font-weight: 300;
  display: none;
}

body {
  background: #000;
  color: #ffffff;
  cursor: none;
  /* OSカーソルを消す */
}

html.menu-open,
body.menu-open {
  /*height: 100%;*/
  overflow: hidden;
}

/* ==== Loading Animation ==== */
#opening-curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1001;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: transform;
}

.opening-logo {
  width: 17.36111111vw;
  height: auto;
  display: block;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

.opening-center-logo {
  opacity: 0;
  width: max(200.32px, 21.1125vw);
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}

/* === === */
.scrolldown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  height: 3.472222222vw;
  z-index: 1000;
  mix-blend-mode: difference;
  overflow: hidden;
}

.scrolldown a {
  display: block;
  width: 3.472222222vw;
  height: 3.472222222vw;
  pointer-events: none;
}

.scrolldown::after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.069vw;
  height: 3.472222222vw;
  background: #fff;
  animation: pathmove 1.5s ease-in-out infinite;
  /*opacity: 0;*/
  mix-blend-mode: difference;
}

@keyframes pathmove {
  0% {
    height: 0;
    /* 開始時: 高さゼロ */
    opacity: 0;
    /* 透明 */
    transform: translateY(0);
  }

  30% {
    height: 3.472222222vw;
    /* 線の最大高さに到達 */
    opacity: 1;
    /* 完全不透明 */
  }

  100% {
    height: 0;
    /* 終了時: 再び高さゼロ */
    opacity: 0;
    /* 透明 */
    transform: translateY(3.472222222vw);
    /* 下に50px移動（線を下に流す） */
  }
}

/* ==== Header ==== */
.ui-top-left {
  position: fixed;
  top: 1.388888889vw;
  left: 1.388888889vw;
  font-size: 0.833vw;
  letter-spacing: 0.04em;
  line-height: 1.6;
  z-index: 100;
}

.logo_lucick {
  position: fixed;
  top: max(15px, 1.388888889vw);
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  z-index: 1001;
  mix-blend-mode: difference;
}

.logo_lucick img {
  width: max(75.25px, 7.838888889vw);
}

/* --- 固定要素 --- */
.fixed-ui {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  padding: 1.388888889vw;
}

/**ui**/
.model_01_kuroshima_ui,
.model_02_usuda_ui,
.model_03_uesugi_ui,
.model_04_sato_ui,
.model_05_ohta_ui,
.model_06_kasamatsu_ui,
.model_07_ohashi_ui,
.model_08_miyu_ui {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 1;
}

/* 左端の番号 */
.visual-number {
  position: fixed;
  top: 50%;
  left: max(15px, 1.388888889vw);
  height: 60px;
  transform: translateY(-50%);
  font-size: max(20px, 1.667vw);
  line-height: 1.17;
  letter-spacing: 0.04em;
  z-index: 1;
}

/* 右側のモデル情報 */
.visual-info {
  position: fixed;
  top: 50%;
  right: max(15px, 1.388888889vw);
  height: 60px;
  transform: translateY(-50%);
  text-align: right;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.model-name {
  display: block;
  font-size: max(20px, 1.667vw);
  line-height: 1.17;
  letter-spacing: 0.04em;
}

.model-role {
  display: block;
  font-size: max(13px, 1.111111111vw);
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-style: italic;
  margin-top: 0.3472222222vw;
}

/* --- 下部の要素 --- */
.brand-overlay {
  position: fixed;
  bottom: max(30px, 2.778vw);
  left: max(15px, 1.388888889vw);
  text-align: left;
  pointer-events: auto;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.brand-overlay img {
  width: max(260.82px, 18.56180556vw);
}

/* btn */

.model_01_kuroshima_btn,
.model_02_usuda_btn,
.model_03_uesugi_btn,
.model_04_sato_btn,
.model_05_ohta_btn,
.model_06_kasamatsu_btn,
.model_07_ohashi_btn,
.model_08_miyu_btn {
  position: fixed;
  bottom: max(30px, 2.778vw);
  right: 1.389vw;
  z-index: 1;
}

/***/

/* MV section */
.mv {
  position: relative;
  /*height: 100svh;*/
  height: calc(var(--vh) * 100);
}

.mv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mv-bg img,
.mv-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* MVはvideoでも全面フィット */
  object-position: center;
  display: block;
}

/* MV ロゴ */
.center-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: max(200.32px, 21.1125vw);
  height: auto;
  z-index: 980;
  pointer-events: none;
}

/**Second View********************/
.second-view {
  position: relative;
  padding-bottom: 12.5vw;
}

.second-view-bg {
  width: 100%;
  display: block;
}

.second-view-overlay {
  position: absolute;
  top: 20%;
  left: 10%;
  color: #fff;
  font-size: max(12px, 0.903vw);
  letter-spacing: 0.1em;
  line-height: 2.5;
}

/**Model********************/
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.model_photo {
  height: auto;
  margin-top: 12.5vw;
}

.model_photo.mv {
  overflow: hidden;
}

.model_photo img {
  height: auto;
}

.model_photo + .model_photo {
  padding-top: 0;
}

.model_photo.center {
  text-align: center;
}

.model_photo.right {
  text-align: right;
}

.model_photo.full img {
  width: 100%;
  height: auto;
  display: block;
}

/**01 Kuroshima**/
.model_photo.mv.model_01_kuroshima_mv {
  width: 72.63888889vw;
  margin: auto;
}

.model_01_kuroshima_mv img {
  width: 72.63888889vw;
}

.model_01_kuroshima_02 img {
  width: 37.32916667vw;
}

.model_01_kuroshima_02 .left {
  margin-left: 4.166666667vw;
}
.model_01_kuroshima_02 .right {
  margin-right: 4.166666667vw;
}

#model_01_kuroshima .model_photo_flex {
  justify-content: space-between;
}

.model_01_kuroshima_03 img {
  width: 49.02777778vw;
}

.model_01_kuroshima_03 .fade-slideshow {
  width: 49.02777778vw;
}
/* スライドショー共通 */
.fade-slideshow {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}

/* 全画像を重ねておく（高さ確保用の1枚目は後述の first-child ルールで維持） */
.fade-slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0; /* 初期は全部非表示 */
  display: block;
}

/* 1枚目だけ通常フローにして高さを確保（既存の指定を残す） */
.model_01_kuroshima_03 .fade-slideshow img:first-child {
  position: relative;
}

/**02 usuda**/
.model_02_usuda_01 img {
  width: 55.20833333vw;
}

.model_02_usuda_02 img {
  width: 77.08333333vw;
}

.model_02_usuda_03 img {
  width: 36.11111111vw;
}

/**03 uesugi**/
.model_03_uesugi_01 img {
  width: 55.2083vw;
}

.model_03_uesugi_02 img {
  width: 46.8069vw;
}

/**04 sato**/
.model_04_sato_01 img {
  width: 50vw;
}

.model_04_sato_02 img {
  width: 37.5vw;
  margin-left: 10.27777778vw;
}

/**05 ohta**/
.model_05_ohta_mv {
  width: 55.13888889vw;
  margin-left: auto;
  margin-right: auto;
}

.model_05_ohta_01 img {
  width: 55.13888889vw;
  margin: auto;
}

.model_05_ohta_02 img {
  width: 37.56944444vw;
}

.model_05_ohta_01 .fade-slideshow {
  height: 73.61111111vw;
}
.model_05_ohta_01 .fade-slideshow img {
  right: 0;
}

/**06 Kasamatsu**/
.model_06_kasamatsu_01 .model_photo_flex {
  justify-content: space-between;
  align-items: center;
}
.model_06_kasamatsu_01 .left {
  width: 29.16666667vw;
  height: fit-content;
  margin-left: 10.41666667vw;
}
.model_06_kasamatsu_01 .right {
  width: 50vw !important;
}

.model_06_kasamatsu_02 img {
  width: 50vw !important;
}

.model_06_kasamatsu_03 img {
  width: 55.21736111vw;
}

.model_photo_flex {
  display: flex;
}

/**07 ohashi**/
.model_07_ohashi_mv img {
  width: 72.22222222vw;
  margin-left: auto;
  margin-right: auto;
}

.model_07_ohashi_01 img {
  width: 46.875vw;
  margin-left: 5.555vw;
}

.model_07_ohashi_02 img {
  width: 28.54166667vw;
  margin-right: 10.625vw;
}

.model_07_ohashi_03 img {
  width: 61.94444444vw;
}

#model_07_ohashi .model_photo_flex {
  align-items: center;
  justify-content: space-between;
}

#model_07_ohashi .caption-list-container {
  margin-left: 0;
}

.model_07_ohashi_03 .fade-slideshow {
  height: 82.63888889vw;
}

/**08 Miyu**/
.model_08_miyu_mv img {
  width: 55.2778vw;
  margin-left: auto;
  margin-right: auto;
}

#model_08_miyu .caption-list-container {
  margin-left: auto;
}

/**caption**********/
.photo-caption-wrap {
  position: relative;
  display: inline-block;
}

.caption-list-container {
  max-width: fit-content;
  margin-top: 1.045vw;
  margin-left: 6.3889vw;
}

.caption-list-container.right {
  margin-left: auto;
}

/* model_01_kuroshima_03 用：キャプションを写真の右下に配置 */
.model_01_kuroshima_03 .photo-caption-wrap {
  position: relative;
  display: inline-block;
}

.model_01_kuroshima_03 .caption-list-container {
  position: static;
  margin-left: auto;
  width: fit-content;
}

.caption-list-container dl {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1.111111111vw;
}

/* 各行のペア */
.caption-list-container dt,
.caption-list-container dd {
  margin: 0;
  padding: 0;
  font-size: max(11px, 0.764vw);
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #666666;
}

.caption-list-container dt {
  text-align: left;
}

.caption-list-container dd {
  text-align: right;
}

/**footer**********/
.candle {
  text-align: center;
}

.candle img {
  width: 28.61111111vw;
  margin: 15.97222222vw auto 0 auto;
}

footer {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 21.38888889vw;
}

.footer_copy {
  font-size: max(13px, 0.903vw);
  letter-spacing: 0.04em;
  color: #666666;
}

.credit_wrp {
  color: #666666;
  font-size: max(11px, 0.9027777778vw);
  letter-spacing: 0.04em;
  line-height: 1.3;
}

.credit {
  width: max(315px, 28.33333333vw);
  display: flex;
  justify-content: space-between;
  margin: 15.55555556vw auto 0 auto;
  text-align: left;
  gap: 1.388888889vw;
}

.edit {
  width: max(315px, 28.33333333vw);
  margin: auto;
  text-align: left;
}

.footer_menu.pc {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  padding: 29.86111111vw 1.39vw 22.01388889vw 1.39vw;
  font-size: max(13px, 0.903vw);
  letter-spacing: 0.04em;
}

footer a {
  color: inherit;
}

.footer_menu div {
  flex: 1;
}

.footer_menu ul {
  display: flex;
  gap: 2.083vw;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: end;
}

.footer_menu li {
  display: flex;
  list-style: none;
  padding: 0;
}

.footer_left-text {
  text-align: left;
}

.footer_logo_burberry {
  width: max(193.65px, 20.7778vw);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer_bottom-text {
  margin: auto 0 2.7778vw 0;
  font-size: max(13px, 0.903vw);
}

/* モデルUI共通：初期は非表示＆少し下にずらす */
.model-ui {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  pointer-events: none;
}

/* アクティブ状態：表示＆位置0 */
.model-ui.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* ボタンも同じように初期は非表示 */
.model-btn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out 0.1s,
    /* UIより少し遅らせるなら delay をかける */ transform 0.5s ease-out 0.1s;
  pointer-events: none;
}

/* 対応するモデルがアクティブなときだけボタンも表示 */
.model-btn.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* メニュー遷移中はボタンを完全に隠す＆フェードもさせない */
body.btn-lock-buttons .model-btn {
  opacity: 0 !important;
  pointer-events: none !important;
  transition: none !important;
}

/* PC時は menu-overlay のスライド演出を無効化（位置は固定表示） */
@media (min-width: 961px) {
  .menu-overlay {
    transition: none !important;
  }
}

/*////////////////////////////////////////////////////////////////*/
@media (max-width: 960px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .ui-top-left {
    display: none;
  }

  /***Loading*************/
  #opening-curtain {
    z-index: 981;
  }
  .opening-logo {
    width: 45.3333vw;
  }
  .opening-center-logo {
    width: max(200.32px, 21.1125vw);
  }
  /**logo****/
  .logo_lucick {
    z-index: 981;
  }
  /**scroll down**/
  .scrolldown {
    height: 21.333vw;
    z-index: 980;
  }

  .scrolldown a {
    width: 21.333vw;
    height: 21.333vw;
  }

  .scrolldown::after {
    width: 0.069vw;
    height: 21.333vw;
  }

  @keyframes pathmove {
    0% {
      transform: translateY(0);
    }

    30% {
      height: 21.333vw;
    }

    100% {
      transform: translateY(21.333vw);
    }
  }

  /**second view**/
  .second-view-bg {
    display: block;
    width: 100%;
    /*height: 100svh;*/
    height: 100%;
    object-fit: cover;
  }

  .second-view-overlay {
    top: 57.33vw;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    letter-spacing: 0.1em;
    line-height: 2.25;
    text-align: center;
  }

  /** model_photo **/
  .model_photo {
    margin-top: 16vw;
  }

  /**01 Kuroshima**/
  .model_photo.mv.model_01_kuroshima_mv {
    width: 100vw;
  }

  .model_01_kuroshima_mv img {
    width: 100vw;
    /*height: 100svh;*/
    height: calc(var(--vh) * 100);
    object-fit: cover;
  }

  .model_01_kuroshima_02 .left {
    width: 65.6vw;
    margin-left: 0;
  }
  .model_01_kuroshima_02 .right {
    width: 65.6vw;
    margin-right: 0;
    margin-left: calc(100% - 65.6vw);
    text-align: right;
    margin-top: 38px;
  }

  .model_01_kuroshima_03 .fade-slideshow {
    width: 92vw;
  }
  .model_01_kuroshima_03 img {
    width: 92vw;
  }

  /**02 usuda**/
  .model_02_usuda_mv img {
    width: 100vw;
    /*height: 100svh;*/
    height: calc(var(--vh) * 100);
    object-fit: cover;
  }

  .model_02_usuda_01 img {
    width: 78.66666667vw;
  }

  .model_02_usuda_02 img {
    width: 100vw;
  }
  #model_02_usuda .caption-list-container {
    margin-right: 0 !important;
    margin-top: 4vw !important;
  }

  .model_02_usuda_03 img {
    width: 56vw;
  }

  /**03 uesugi**/
  .model_03_uesugi_mv img {
    width: 100vw;
    /*height: 100svh;*/
    height: calc(var(--vh) * 100);
    object-fit: cover;
  }

  .model_03_uesugi_01 {
    text-align: center;
  }

  .model_03_uesugi_01 img {
    width: 78.93vw;
    margin-left: 0;
  }

  #model_03_uesugi .caption-list-container {
    margin-left: auto !important;
    margin-top: 4vw !important;
  }

  /**04 sato**/
  .model_04_sato_mv img {
    width: 100vw;
    height: calc(var(--vh) * 100);
    object-fit: cover;
  }
  .model_04_sato_01 {
    text-align: center !important;
  }
  .model_04_sato_01 img {
    width: 71.73333333vw;
    margin-right: 0;
    margin-left: 0;
  }

  .model_04_sato_02 img {
    width: 63.73333333vw;
    margin-left: 0;
  }

  #model_04_sato .model_photo_flex {
    justify-content: center;
    align-items: center;
  }

  #model_04_sato .caption-list-container {
    margin-left: auto !important;
    margin-top: 4vw !important;
  }

  /**05 ohta**/
  .model_05_ohta_mv {
    width: 100vw;
    /*height: 100svh;*/
    height: calc(var(--vh) * 100);
  }
  .model_05_ohta_mv img {
    width: 100vw;
    /*height: 100svh;*/
    height: calc(var(--vh) * 100);
    object-fit: cover;
  }

  .model_05_ohta_01 img {
    width: 92vw;
    margin: auto;
  }

  .model_05_ohta_02 {
    text-align: right !important;
  }

  .model_05_ohta_02 img {
    width: 78.66666667vw;
  }

  #model_05_ohta .caption-list-container {
    margin-left: auto !important;
    margin-right: 4vw !important;
    margin-top: 4vw !important;
  }

  .model_05_ohta_01 .fade-slideshow {
    height: 122.67vw;
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }

  /**06 Kasamatsu**/
  .model_06_kasamatsu_mv img {
    width: 100vw;
    /*height: 100svh;*/
    height: calc(var(--vh) * 100);
    object-fit: cover;
  }

  .model_06_kasamatsu_01 {
    text-align: right;
  }

  .model_06_kasamatsu_01 .left {
    width: 64vw;
    margin-left: auto;
  }

  .model_06_kasamatsu_01 .right {
    width: 100vw !important;
    margin-top: 16vw;
  }

  .model_06_kasamatsu_02 img {
    width: 74.66666667vw !important;
  }

  .model_photo_flex {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #model_06_kasamatsu .caption-list-container {
    margin-left: auto !important;
    margin-right: 0 !important;
    margin-top: 4vw !important;
  }

  /**07 ohashi**/
  .model_07_ohashi_mv img {
    width: 100vw;
    /*height: 100svh;*/
    height: calc(var(--vh) * 100);
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
  }

  .model_07_ohashi_01 img {
    width: 78.66666667vw;
    margin-left: 0;
  }

  .model_07_ohashi_02 img {
    width: 78.66666667vw;
    margin-right: 0;
    margin-left: auto;
  }

  .model_photo.right.model_07_ohashi_03 {
    text-align: center;
  }

  .model_07_ohashi_03 img {
    width: 100vw;
    margin-right: 0;
  }
  .model_07_ohashi_03 .fade-slideshow {
    height: 133.33vw;
    width: 100vw;
  }

  #model_07_ohashi .model_photo_flex {
    align-items: normal;
  }

  #model_07_ohashi .caption-list-container {
    margin-left: 0;
  }
  #model_07_ohashi .caption-list-container {
    margin-left: auto !important;
    margin-right: 4vw !important;
    margin-top: 4vw !important;
  }

  /**08 Miyu**/
  .model_08_miyu_mv img {
    width: 100vw;
    height: calc(var(--vh) * 100);
    object-fit: cover;
  }

  #model_08_miyu .caption-list-container {
    margin-left: auto !important;
    margin-right: 9.0667vw !important;
    margin-top: 4vw !important;
  }

  /**caption**********/
  .photo-caption-wrap {
    position: relative;
    display: inline-block;
  }

  .caption-list-container {
    max-width: fit-content;
    margin-top: 4vw;
    margin-left: 6.3889vw;
  }

  .caption-list-container.right {
    margin-left: auto;
  }

  /* SP時の model_01_kuroshima_03 用キャプション配置 */
  .model_01_kuroshima_03 .photo-caption-wrap {
    position: relative;
    display: inline-block;
  }

  .model_01_kuroshima_03 .caption-list-container {
    position: static;
    margin-left: auto;
    margin-top: 4vw;
    width: fit-content;
  }

  .caption-list-container dl {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 1.111111111vw;
  }

  .candle img {
    width: 39.2vw;
    margin: 46.67vw auto 0 auto;
    /**/
  }

  .model_01_kuroshima_btn,
  .model_02_usuda_btn,
  .model_03_uesugi_btn,
  .model_04_sato_btn,
  .model_05_ohta_btn,
  .model_06_kasamatsu_btn,
  .model_07_ohashi_btn,
  .model_08_miyu_btn {
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
  }

  .brand-overlay {
    bottom: max(15px, 1.388888889vw);
    transition: bottom 0.6s ease-out 0.11s;
  }

  .brand-overlay.is-active {
    bottom: 85px;
  }

  footer {
    padding-top: 59.4667vw;
  }

  .credit {
    margin: 34.67vw auto 0 auto;
  }

  .footer_menu.pc {
    display: none !important;
  }

  .footer_menu.sp {
    flex-direction: column;
    font-size: max(13px, 3.4667vw);
  }

  .footer_logo_burberry {
    width: max(193.65px, 20.7778vw);
    padding: 76vw 0 41.6vw 0;
  }

  .footer_menu ul {
    gap: 9.3333vw;
    padding: 0 0 17.8667vw 0;
    justify-content: center;
  }
  .holidays {
    padding-right: 4.25vw !important;
  }

  .footer_bottom-text {
    margin-bottom: 11.4667vw;
  }
}
