@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Vujahday+Script&display=swap');
.slick-slide img {
  width: 100%;
}
.wearing-images {
  background-image: url("../img/model2-00.jpg");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.product-slider .slick-slide {
  margin-right: 10px !important;
  margin-left: 10px !important;
  margin-bottom: 0.8em !important;
}

/* 矢印　*/
.slick-arrow {
  z-index: 2 !important;
  width: 70px !important;
  height: 70px !important;
    display: flex!important;
    justify-content: center!important;
}
.slick-next {
  right: -2% !important;
    top: 48%!important;
}
.slick-prev {
  left: 10% !important;
    top: 50%!important;
}
.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-next:before {
  background: url("../img/arrow_r.png");
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.slick-prev:before {
  background: url(../img/arrow_l.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.price {
  margin: 0.6em 0 0.8em 0;
  vertical-align: middle !important;
  display: inline-block !important;
  font-size: 0.95em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 180%; /* 150% を 1.5 に書き換え */
  color: #000;
}
.price a {
  background: linear-gradient(transparent 50%, rgba(240, 225, 205, 0.7) 100%);
  text-decoration: none;
  color: inherit !important;
  transition: all 0.5s ease !important;
}
.price a:hover, .price a:active {
  color: #B3A475 !important;
  transition: 0.5s;
  opacity: 1 !important;
}
.price span {
  font-size: 0.9em;
  display: inline !important;
  vertical-align: baseline; /* baseline に設定 */
  margin: 0 0.3em;
  letter-spacing: -0.1em;
}
.itemname {
  font-size: 0.4em;
  margin-right: 0.5em;
  vertical-align: baseline; /* baseline に設定 */
  letter-spacing: 0 !important;
}
.thumbnail .slick-track {
  transform: unset !important;
}
.product-slider .slick-dots li button {
  font-size: 1.2em;
  color: initial;
  background: initial;
  font-family: "Vujahday Script", cursive;
  font-weight: 400;
  font-style: normal;
  opacity: 0.3;
}
.product-slider .slick-dots li button:before {
  content: none;
}
.product-slider .slick-dots li {
  width: 1.3em;
  height: 1em;
}
.product-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  color: #000;
}
/* アクティブなドットのスタイル */
.product-slider .slick-dots li.slick-active button {
  opacity: 1.0 !important;
  /* 他のスタイルがあればここに追加 */
}
/* 非アクティブなドットのスタイル */
.product-slider .slick-dots li button {
  opacity: 0.3 !important; /* 非アクティブな状態のスタイル */
  /* 他のスタイルがあればここに追加 */
}
.slick03 {
  width: 100%;
  list-style: none;
}
.slick03 .slick-slide {
  margin-right: 0.5em !important;
  margin-left: 0.5em !important;
  margin-bottom: 0.5em !important;
}
.slick03 .slick-dots li {
  border: 0 !important;
  width: 35px !important;
}
.slick03 .slick-dots li button:before {
  font-family: 'Noto Serif JP', serif !important;
  font-size: 50px !important;
  pointer-events: auto !important;
  border: 0 !important;
  color: #000 !important;
  opacity: 0.7 !important; /* 非アクティブな状態のスタイル */
}
.slick03 .slick-dots li:hover{
  opacity: 1;
}
.slick03 .slick-dots li button:hover:before,
.slick03 .slick-dots li button:focus:before{
  opacity: 1;
}

/* アクティブなドットのスタイル */
.slick03 .slick-dots li.slick-active button {
  opacity: 1.0 !important;
  /* 他のスタイルがあればここに追加 */
}
/* 非アクティブなドットのスタイル */
.slick03 .slick-dots li button {
  opacity: 0.3 !important; /* 非アクティブな状態のスタイル */
  /* 他のスタイルがあればここに追加 */
}


.product-slider, .wearing-images, .slick03 {
  display: block;
  visibility: visible;
}

