.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: 50%;
    left: 50%;
    transform: translate(-55%, -50%);
    font-size: 3rem;
    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;
}


/* モーダル */
.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%にする */
        }

  .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;
}


@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;
  }
  
  .overlay-text {
    font-size: 4vw; 
  }
    .hover-text {
    font-size: 3vw; 
  }
}