.top-bg {
  padding: 0px 10px;
  background: #121212;
  color: #fcfcfc;
}

.scroll-nl__box,
.scroll-info__box {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.scroll-visible {
  opacity: 1;
  transform: translateY(0);
}

.pc-slider,
.sp-slider {
  display: none !important;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

@media screen and (min-width: 601px) {
  .pc-slider {
    display: block !important;
     height: 100vh;
  }
  .pc_none {
   display: none;
}
}

@media screen and (max-width: 600px) {
  .sp-slider {
    display: block !important;
     height: 90vh;
  }
}

.slider-text {
  position: absolute;
  font-size: 2.4rem;
  color: white;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  line-height: 1.6;
  z-index: 2;
  pointer-events: none;
}

/* スマホ表示（最大768pxまで） */
@media screen and (max-width: 600px) {
  .swiper-slide {
    position: relative;
  }
  .sp-slider-text {
    top: 70%;
    left: 13%;
    text-align: left;
  }
}

/* PC表示（769px以上） */
@media screen and (min-width: 601px) {
  .swiper-slide {
    position: relative;
  }
  .pc-slider-text {
    top: 70%;
    left: 50%;
  
    font-size: 1rem;
    text-align: center;
  }
}

.swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: transform 1.5s ease; /* ゆったりズームも可能 */
}

/* オプション：フェード中にズーム効果（Ken Burns風）を加える場合 */
.swiper-slide-active img {
  transform: scale(1.05);
}

a {
color: #fcfcfc;
}

.bg_white {
background-color: #fff;
}

.bg_white a {
    color: #f00;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 960px) {
.pickup__container {
display: flex;
}
  
  }

.leadtime {
background: #121212;
  padding: 50px 0;
  margin: 0;
  color: #fcfcfc;
}

/*
.p-top-logo {
  font-size: 20px;
  line-height: 1.4;
  max-width: 60%;
  margin: 10px auto;
  text-align: center;
}

.p-top-logo a {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-top-logo a:hover {
  opacity: .66;
}

.p-top-logo a:active {
  opacity: 1;
}

*/

.topmovie:hover {
  pointer-events: none;
}

.topmovie {
  position: relative;
  width: 100vw; 
  height: 400px; 
  overflow: hidden; 
}

/* iframeの設定 */
.topmovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw; 
  height: 100vh; 
  object-fit: cover; 
  transform: translate(0, -25%);
}

.topmovie .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  pointer-events: none; 
}
@media (max-width: 600px) {
 .topmovie {
  height: 333px; 
}
  .topmovie iframe {
  transform: translate(0, -35%);
}
  
    .#p-slider .bx-viewport {
  height: 70vh;
}
  
    .#p-slider .bx-wrapper img {
  height: 70vh;
      object-fit: cover;
}
  }

.concept {
  margin: 0 auto;
  padding: 40px 25%;
  color: #fff;
  background-color: #1f2933;
}

.concept__ttl {
margin: 25px 0;
}

.concept a {
  color: #fff;
    display: block;
    transition: opacity 0.5s ease; /* 拡大のアニメーションを設定 */
  opacity: 0.7;
}

    .concept:hover a {
      opacity: 1.0;
    }

.top-ttl {
font-size:4.2em;
   color: #c4c4c4;
}

.top-ttl-sub {
font-size:1.8em;
}

  .ttl-none {
  display: none;
  }

.top-info {
background: #fff;
}

#p-slider .bx-controls-direction a {
  z-index: 100;
}

#p-slider .bx-viewport {
  top: 0;
  left: 0;
  border: 0;
  background: #f8f8f8;
  box-shadow: none;
}

#p-slider .bx-wrapper {
margin-bottom: 0px;
}

#p-slider .bx-wrapper img {
  margin: 0 auto;
}

#p-slider .bx-caption {
  display: inline-block;
  top: 46.5%; /* 文字上下位置 */
  background: rgba(0, 0, 0, 0);
}
#p-slider .bx-caption span {
  /*padding: 1.5em;*/
  text-align: center;
/*  color: rgba(255, 255, 255, 0.88);*/ /* キャプションのフォントカラー 緑*/
  color: rgba(255, 255, 255, 0.8); /* キャプションのフォントカラー 茶色*/
  letter-spacing: 2px;
  font-size: 2vw; /* キャプションのフォントサイズ */
  font-weight: 600;
  text-shadow: 0px 0px 4px #ffffff, /* ネオンシャドウ */
  0px 0px 5px #0218b7,
  0px 0px 10px #0218b7,
  0px 0px 15px #0218b7;
  0px 0px 20px #0218b7;/*青*/
/*  0px 0px 5px #996600,
  0px 0px 10px #996600,
  0px 0px 15px #996600;茶*/
/*  0px 0px 5px #7affbc,
  0px 0px 10px #7affbc,
  0px 0px 15px #7affbc;緑*/
/*0px 0px 5px #326693,
0px 0px 10px #326693,
0px 0px 15px #31a9ee;
0px 0px 20px #31a9ee;青*/
}

#p-slider .bx-pager {
  bottom: 10px;
  padding-top: 0;
}

#p-slider .bx-pager a {
  background: #fff;
}

#p-slider .bx-pager a:hover,
#p-slider .bx-pager a.active {
  background: #ccc;
}

.p-news {
  line-height: 1.5;
  margin: 0;
}

/*SNSアイコン表示*/
.snsicon {
  display: none;
}

.p-news::after {
  display: block;
  clear: both;
  content: '';
}

.p-news__label {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  width: 180px;
  margin: 0;
  letter-spacing: 1px;
}

.p-news__content {
  line-height: 1.6;
  margin: 5px 0 20px 10px;
}

.p-news__content p:nth-child(1) {
  margin-top: 0;
}

.p-news__label {
  font-family: 'Montserrat', sans-serif;
}

.p-news__label::before {
  content: '-';
}

.p-info {
  line-height: 1.5;
}

.p-contents {
  line-height: 1.5;
  margin-bottom: 40px;
}

.p-custom-banner {
  margin-top: 50px;
  text-align: center;
}

.p-custom-banner__unit {
  background: #fcfcfc;
}

.p-custom-banner__unit--text {
  font-family: 'Montserrat', sans-serif;
  padding: 30px 10px;
  color: #fcfcfc;
  background: #0d0d0d;
}

.p-custom-banner__unit--text a {
  color: #fcfcfc;
}

.p-custom-banner__image {
  width: 100%;
}

.p-custom-banner__heading {
  font-size: 24px;
  padding: 10px 0;
}

.p-custom-banner__body {
  line-height: 1.5;
  padding: 10px 0;
}

/* ボタン */

.btn-open0 {
   display: flex;
  padding: 20px;
  text-align: start;
   font-size: 16px;
  color: #333333;
   text-decoration: none;
}

.btn-open0::before {
  display:block;
  padding-right: 10px;
  content:'-';
  color: #fcfcfc;
    font-size: 16px;
}




 .poster img {
        width: 100%;
        height: auto;
        display: block;
   margin: 0 auto;
   border: solid 1px #ccc;
    }

.poster {
  text-align: center;
   font-size: 1.2em;
  line-height: 1.8em;
}



 .current img {
        width: 100%;
        height: auto;
        display: block;
   margin: 0 auto;
   border: solid 1px #ccc;
    }


.current {
  text-align: center;
  margin: 0 20px;
  font-size: 1em;
  line-height: 1.8em;
  text-decoration: none;

}

.current-cta {
  display: inline-block;
  color: #fff;
  font-size: 0.9em;
  letter-spacing: 0.05em;
  background: rgba(0,0,0,0.5);
  padding: 8px 16px;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.3s ease; /* ← ここがポイント */
}

.current-cta a{
text-decoration: none;
}

.current-cta:hover {
  background: rgba(0,0,0,0.7); /* 少しだけ暗く */
}




/* モーダル */
.modal {
    display: none;  /* モーダルを初期状態で非表示に */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 背景を半透明に */
}

.modal-content {
    background-color: #fff;
    margin: 20% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 650px;
    text-align: center;
      display: flex;
    flex-direction: column;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-content .nl_container {
background-color: #fff;
  color: #0d0d0d;
  font-size: 13px;
  font-weight: bold;
  padding: 0;
}

/*　3/23まで用　*/

 .nl__header {
        font-size: 1.3em;
    color: #0d0d0d;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .nl__sub {
        font-size: 1em;
       color: #0d0d0d;
        margin-bottom: 15px;
    }
  .countdown-timer {
        font-size: 1.1em;
        font-weight: bold;
        color: #d9534f;
        margin-bottom: 15px;
    }
    .nl__button-container {
        margin-top: 10px;
    }
    .nl__button {
        display: inline-block;
        background: #2C3E50;
        color: #fff;
        padding: 10px 20px;
        text-decoration: none;
        border-radius: 2px;
    }
    .nl__button:hover {
        background: #556e87;
    }
 .highlight {
        background-color: yellow;
        padding: 2px 5px;
        font-weight: bold;
    }

/* ここまで　*/


@media screen and (min-width: 600px) {
  .p-top-logo {
    display: none;
  }

  #p-slider .bx-pager {
    bottom: 30px;
  }

  .poster img {
            width: 40%; /* PC画面の時は横幅を50%にする */
        }

   .current {
            width: 40%; 
     margin: 0 auto;
        }
  .p-custom-banner {
    display: table;
    width: 100%;
    margin-top: 100px;
    table-layout: fixed;
  }

  .p-custom-banner__unit {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    word-break: break-all;
  }

  .p-custom-banner__unit--text {
    padding: 10px 20px;
  }
  .modal-content {
  margin: 10% auto;
}
}

@media screen and (min-width: 960px) {
  .p-news__label {
    float: left;
    clear: left;
    margin-right: 20px;
  }

  .p-news__content {
    overflow: hidden;
    margin: 0 0 20px;
  }

  .p-custom-banner__heading {
    font-size: 30px;
  }

.modal-content {
  margin: 10% auto;
}


@media screen and (max-width: 960px) {
  #p-slider .bx-caption span {
    font-size: 2.5vw; /* キャプションのフォントサイズ */
  }
    #p-slider .bx-caption {
    display: inline-block;
    top: 45%; /* 文字上下位置 */
    background: rgba(0, 0, 0, 0);
  }
}
 @media screen and (max-width: 600px) {
  #p-slider .bx-caption span {
    font-size: 13.5px; /* キャプションのフォントサイズ */
  }
    #p-slider .bx-caption {
    display: inline-block;
    top: 42%; /* 文字上下位置 */
    background: rgba(0, 0, 0, 0);
  }
  /*SNSアイコン表示*/
  .snsicon {
    display: block;
  }
  .snsicon img {
    width: 50%;
  }
  .snsicon table {
    width: 90%;
	margin: 20px auto;
  }
  .snsicon td {
    width 35%;
    text-align: center;
  }
   
   
}

.banner {
  margin-top: -2em;
  margin-bottom: 4em;
  padding: 0;
  width: 60%;
  border: 3px solid pink;
  border-image:linear-gradient(to right, #F30, #00F);
  border-image-slice:1;
}
}
 @media screen and (max-width: 600px) {
.banner {
  width: 90%;
}
     .concept {
  padding: 40px 10%;
   }
   
   .collection {
  width: 100vw; 
}
}

.pickup {
  text-align: center;
}

/* バナー　限定コレクション */
.collection {
  position: relative;
  width: 40vw; 
  height: 45vh;
  margin: 0 auto;
}

.collection a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.collection img {
  width: 100%; 
  height: 100%;
  display: block;
  object-fit: cover;

  z-index: 1;
}

.collection a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); 
  z-index: 2;
  transition: background-color 0.3s ease;
}

.collection a:hover::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.5vw;
  text-align: center;
  z-index: 3;
  width: 80%; 
  line-height: 1.5;
  white-space: pre-wrap; 
}

.hover-text {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.2vw;
  text-align: center;
  z-index: 4; 
  opacity: 0; 
  transition: opacity 0.3s ease;
}

.collection:hover .hover-text {
  opacity: 1;
}

/* 25popup */

.poster {
  position: relative;
  width: 40vw; 
  margin: 0 auto;
}

.poster a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.poster img {
  width: 100%; 
  height: 100%;
  display: block;
  object-fit: cover;

  z-index: 1;
}

.poster a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15); 
  z-index: 2;
  transition: background-color 0.3s ease;
}

.poster a:hover::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.hover-text_a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.2vw;
  text-align: center;
  z-index: 4; 
  opacity: 0; 
  transition: opacity 0.3s ease;
}

.poster:hover .hover-text_a {
  opacity: 1;
}


@media (max-width: 600px) {
  
  .top-ttl {
  font-size: 3.6em;
     text-align: left;
  }
  
  .ttl-none {
  display: block;
  }
  
  .top-ttl-sub {
  font-size: .8em;
   text-align: left;
  }
  
  .collection {
    width: 100vw; 
    height: 33vh;
  }
  
   .poster {
    width: 100vw; 
  }
  
 
  .overlay-text {
    font-size: 4vw; 
  }
    .hover-text {
    font-size: 3vw; 
  }  
  .hover-text_a {
    font-size: 4vw; 
  }
}

/* --- Hero text base --- */
.slider-text{
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  pointer-events:none; /* スライド操作を邪魔しない */
}

.slider-text .hero-copy{
  pointer-events:auto; /* ボタンだけクリックできるように */
  margin: clamp(16px, 3vw, 36px);
  padding: clamp(12px, 2vw, 18px) clamp(14px, 2.4vw, 22px);
  max-width: min(560px, 88vw);
  color:#fff;
  background: rgba(0,0,0,.35); /* 透明帯 */
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 14px;
  text-shadow: 0 2px 10px rgba(0,0,0,.35);
}

.slider-text .hero-h{
  font-size: clamp(22px, 2.2vw, 34px);
  letter-spacing: .06em;
  line-height: 1.25;
}

.slider-text .hero-sub{
  margin-top: 8px;
  font-size: clamp(13px, 1.2vw, 16px);
  letter-spacing: .04em;
  opacity: .95;
  line-height: 1.6;
}

.slider-text .hero-cta{
  margin-top: 12px;
}

.slider-text .hero-btn{
  display:inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color:#111;
  text-decoration:none;
  font-weight: 600;
  letter-spacing: .02em;
}

.slider-text .hero-btn:hover{
  background: #fff;
}

/* --- SP tuning --- */
@media (max-width: 768px){
  .slider-text{
    align-items:flex-end; /* スマホは下寄せの方が被りにくい */
  }
  .slider-text .hero-copy{
    margin: 12px;
    max-width: 92vw;
    background: rgba(0,0,0,.42);
  }
  .slider-text .hero-cta{
    margin-top: 10px;
  }
}
/* --- Fix: hero text clipping --- */
#p-slider,
#p-slider-pc,
#p-slider-sp {
  position: relative;
  overflow: visible; /* はみ出し防止 */
}

/* ヒーローテキストの安全マージン */
.slider-text .hero-copy{
  margin-top: clamp(24px, 6vh, 72px);
}
/* スライダー自体に上余白を足す */
#p-slider {
  padding-top: 24px;
}

/* --- 余白を増やして高級感を出す --- */
.slider-text .hero-copy{
  margin-top: clamp(40px, 8vh, 120px);  /* 上の余白を増やす */
  margin-left: clamp(16px, 4vw, 48px);  /* 左も少し余白 */
  padding: clamp(16px, 2.5vw, 24px) clamp(18px, 3vw, 28px); /* 内側もゆったり */
}

/* スライダー自体にも少し余白 */
#p-slider {
  padding-top: clamp(16px, 3vh, 48px);
}
/* --- Hero余白をさらにリッチに調整 --- */
.slider-text .hero-copy{
  margin-top: clamp(56px, 10vh, 140px);   /* 上をさらにゆったり */
  margin-left: clamp(24px, 5vw, 72px);    /* 左も少し広げる */
  padding: clamp(20px, 3vw, 28px) clamp(22px, 3.5vw, 34px); /* 内側も余裕 */
}

/* ボタン周りの余白 */
.slider-text .hero-cta{
  margin-top: 18px;
}
/* ===== スマホ用ヒーローを軽くする調整 ===== */
@media (max-width: 768px){
 .slider-text{
   align-items:flex-end;              /* 下寄せにする */
 }

 .slider-text .hero-copy{
   margin: 12px;                      /* 外側余白を小さく */
   padding: 12px 14px;                /* 内側余白を縮める */
   max-width: 92vw;
   background: rgba(0,0,0,.38);       /* 少しだけ軽く */
   border-radius: 12px;
 }

 .slider-text .hero-h{
   font-size: 18px;                   /* タイトル小さく */
   line-height: 1.3;
 }

 .slider-text .hero-sub{
   font-size: 12px;                   /* サブコピー小さく */
   line-height: 1.5;
   margin-top: 4px;
 }

 .slider-text .hero-cta{
   margin-top: 8px;                   /* ボタンとの間隔縮小 */
 }

 .slider-text .hero-btn{
   padding: 8px 12px;                 /* ボタン小さく */
   font-size: 13px;
 }
}

/* ===== スマホ：スライダーの高さを確保して下の本文と被らせない ===== */
@media (max-width: 768px){
  #p-slider-sp{
    padding-bottom: 28px;   /* ここが効く。被りが消える */
  }
}

@media (max-width: 768px){
  #p-slider-sp{
    margin-bottom: 18px;    /* スライダーと本文の距離 */
  }
}

@media (max-width: 768px){
  /* iPhoneの下バー対策：安全領域を確保 */
  #p-slider-sp .slider-text{
    bottom: calc(22px + env(safe-area-inset-bottom));
  }

  /* スライダー自体も少しだけ高さを増やして切れを防ぐ */
  #p-slider-sp{
    height: 74vh;
  }
}

@media (max-width: 768px){
  /* スライダーの下に必ず余白を作り、次ブロックを押し下げる */
  #p-slider-sp{
    display: block;
    position: relative;
    z-index: 1;
    margin-bottom: 28px !important;
    padding-bottom: 0 !important;
    clear: both;
  }

  /* 次のセクションが潜り込むのを防ぐ */
  #p-slider-sp + *{
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
  }
}
@media (max-width: 768px){
  /* スライダー直後のブロックに上余白を強制 */
  #p-slider-sp + section,
  #p-slider-sp + div{
    padding-top: 18px !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 768px){
  .sp-hero-spacer{ height: 24px; }
}

/* スライダーの親は高さを確実に持たせる */
#p-slider { position: relative; overflow: hidden; }

/* 画像をブロック化（下の余白/ズレ防止） */
#p-slider img { display:block; width:100%; height:100%; object-fit:cover; }

/* スマホはファーストビュー相当の高さを確保 */
@media (max-width: 767px){
  #p-slider-sp { height: 78vh; }  /* まずはこれ。被りが消える */
  #p-slider-sp .swiper-wrapper,
  #p-slider-sp .swiper-slide { height: 100%; }
}

/* PCは任意（必要なら） */
@media (min-width: 768px){
  #p-slider-pc { height: 70vh; }
  #p-slider-pc .swiper-wrapper,
  #p-slider-pc .swiper-slide { height: 100%; }
}

/* ===== PC: Hero text revive ===== */
@media (min-width: 601px){
  #p-slider-pc .slider-text{
    z-index: 50 !important;        /* 画像より必ず前 */
    display: flex !important;
    align-items: center !important; /* 縦中央 */
    justify-content: center !important; /* 横中央 */
  }

  #p-slider-pc .hero-copy{
    margin: 0 !important;
    max-width: 720px !important;
    text-align: center !important;
  }
}
/* ===== PC: Hero text を確実に表示させる ===== */
@media (min-width: 601px){
  #p-slider-pc{
    position: relative !important;
    height: 80vh !important;      /* PCはファーストビューとして十分な高さ */
    overflow: hidden !important;
  }

  #p-slider-pc .swiper-wrapper,
  #p-slider-pc .swiper-slide{
    height: 100% !important;
  }

  #p-slider-pc .slider-text{
    position: absolute !important;
    inset: 0 !important;
    z-index: 10 !important;       /* 画像より前面 */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: none;
  }

  #p-slider-pc .hero-copy{
    pointer-events: auto;
    max-width: 720px;
    margin: 0;
    text-align: center;
    background: rgba(0,0,0,.35);
    padding: 24px 32px;
    border-radius: 16px;
  }
}
#p-slider{
  position: relative !important;
  z-index: 1 !important;
}
