

/* モーダル */
.XX_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  background-color: rgba(120, 123, 131, 0.8);
}

/* モーダルがactiveの時 */
.XX_modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.XX_modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* モーダルのコンテンツ */
.XX_modal__content {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 900px;
  padding: 20px;
}

.XX_modal__content .XX_modal__slider {
    width: 42em;
}

.XX_modal__content .XX_modal__slider .item-image{
  width: 100%;
}



.XX_modal__content .swiper_thumbnail{
  overflow: hidden;
  width: 45em;
  margin: 0 auto;
}

.XX_modal__content .swiper_thumbnail .thumbnail_image {
  width: 100%;
}



/* モーダルを閉じるボタン */
.XX_modal__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: rgb(112 107 107);
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 10;
  color: rgb(255,255,255);
  font-size: 2em;
}


.swiper_thumbnail .swiper-slide-active img{
    border: 2px solid #c69ea6 !important;
}

.swiper_thumbnail_gogatu .swiper-slide-active img{
    border: 2px solid rgb(129,216,208) !important;
}



/* Swiperの矢印部分 */
@media (max-width: 768px) {
  .XX_modal .swiper-button-next,
  .XX_modal .swiper-button-prev {
    display: none;
  }
}




@media screen and (min-width:770px){

  .sp_only {
    display: none;
  }

  .doll_exp h3 {
    font-size: 1.6em;
  }

}

@media screen and (max-width:768px) {

  .pc_only {
    display: none;
  }

  .XX_modal__content .XX_modal__slider {
    width: 100%;
  }

  .doll_exp h3 {
    font-size: 5em;
  }


  .XX_modal {
    background-color: rgb(5 5 5 / 80%);
  }

  .XX_modal__content {
    padding: 80px 0;
  }

  .XX_modal__content .swiper_thumbnail {
    overflow: hidden;
    width: 80em;
    margin: 5em auto 0 auto;
  }


  .XX_modal__close-btn {
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      height: 50px;
      background: rgb(112 107 107);
      border: 1px solid #ccc;
      cursor: pointer;
      z-index: 10;
      color: rgb(255,255,255);
      font-size: 11em;
  }

  .XX_modal__content .swiper_thumbnail .thumbnail_image {
      width: 140%;
  }

  .XX_modal__slide_thumbnail{
      width: 140%;
  }

  .banner_slide_smart .doll_exp p {
      width: 100%;
      font-size: 5em;
      text-align: justify;
  }

  .banner_slide_smart .size_label p {
      font-size: 5em !important;
  }

  .shipping_information #shipping_information_title, #delivery_date_title {
    font-size: 5em !important;
}

.shipping_information_content p, .delivery_date_content p {
  font-size: 5em !important;
}


}
