/* base */
.product-pld {
  font-family: "Noto Serif JP", serif;
  color: #222222;
  background-color: #f6f2ea;
}

.product-pld img {
  display: block;
  image-rendering: auto !important;
}

.sp-visible {
  display: block;
}

.block-goods-comment4 {
  background: transparent;
  padding: 0;
}

@media (min-width: 768px) {
  .sp-visible {
    display: none;
  }

  .block-goods-comment4 {
    background: inherit;
    padding: inherit;
  }
}

/* kv */
.product-pld-kv__bg {
  position: relative;
  width: 100%;
  background: url(https://shop.clubping.jp/img/usr/pld-milled/AllyBlueOnset/bg_sp.png) no-repeat center center;
  background-size: cover;
  aspect-ratio: 1 / 1;
}

@media (min-width: 768px) {
  .product-pld-kv__bg {
    background: url(https://shop.clubping.jp/img/usr/pld-milled/AllyBlueOnset/bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: auto;
  }
}

.product-pld-kv__visual {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .product-pld-kv__visual {
    position: static;
    padding: 0;
  }
}

.product-pld-kv__image {
  margin: 0 auto;
  box-sizing: border-box;
}

.product-pld-kv__content {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #222222;
  margin: 0;
  padding: 20px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .product-pld-kv__content {
    font-size: 28px;
  }
}

/* feature */
.product-pld-feature__wrapper {
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 20px 0;
  box-sizing: border-box;
}

.product-pld-feature__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #c3933d;
  margin: 0 0 16px;
  background-color: transparent;
  padding: 0;
  box-sizing: border-box;
}

.product-pld-feature__detail {
  font-size: 16px;
  line-height: 1.6;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: #eee 4px 4px 16px;
  margin: 0;
  padding: 16px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .product-pld-feature__wrapper {
    padding: 120px 20px 0;
  }

  .product-pld-feature__title {
    font-size: 28px;
    margin: 0 0 30px;
  }

  .product-pld-feature__detail {
    font-size: 22px;
    padding: 60px 30px;
  }
}

/* gallery */
.product-pld-gallery__wrapper {
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 20px 0;
  box-sizing: border-box;
}

.product-pld-gallery__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #c3933d;
  margin: 0 0 16px;
  background-color: transparent;
  padding: 0;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .product-pld-gallery__wrapper {
    padding: 120px 20px 0;
  }

  .product-pld-gallery__title {
    font-size: 28px;
    margin: 0 0 30px;
  }
}

/* slick */
#slider_thumb_1 {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  box-sizing: border-box;
}

.slick-slide img {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .slick-slide img {
    max-width: 950px;
  }
}

.slick-slider {
  margin-bottom: 5px;
}

.product-pld .slide-block .slide-zoom .slick-slide {
  height: auto;
}

.product-pld .slide-block .slide-thumb div {
  width: 20%;
  line-height: 0;
  cursor: pointer;
  margin: 5px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .product-pld .slide-block .slide-thumb div {
    width: auto;
  }
}

.product-pld .slide-block .slide-thumb div.thumbnail-current {
  position: relative;
}

.product-pld .slide-block .slide-thumb div.thumbnail-current:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #c3933d;
}

@media (min-width: 768px) {
  .product-pld .slide-block .slide-thumb div.thumbnail-current:after {
    border: 5px solid #c3933d;
  }
}

.product-pld .slide-block .slide-zoom button.slick-disabled {
  opacity: 0.4;
}

.product-pld .slide-block .slide-zoom button {
  text-indent: -9999px;
}

.product-pld .slide-block .slide-zoom .slick-prev {
  top: 0;
  left: 0;
  width: 15.4%;
  height: 100%;
  background-image: url(https://shop.clubping.jp/img/usr/pld-milled/AllyBlueOnset/prev.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 37% auto;
  transform: translate(0, 0);
  z-index: 1;
}

.product-pld .slide-block .slide-zoom .slick-next {
  top: 0;
  right: 0;
  width: 15.4%;
  height: 100%;
  background-image: url(https://shop.clubping.jp/img/usr/pld-milled/AllyBlueOnset/next.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 37% auto;
  transform: translate(0, 0);
  z-index: 1;
}

@media (min-width: 768px) {
  .product-pld .slide-block .slide-zoom .slick-prev,
  .product-pld .slide-block .slide-zoom .slick-next {
    width: 6.4%;
  }
}

/* grip-headcover */
.product-pld-grip-headcover__wrapper {
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.product-pld-grip-headcover__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #c3933d;
  margin: 0 0 16px;
  background-color: transparent;
  padding: 0;
  box-sizing: border-box;
}

.product-pld-grip-headcover__item {
  display: block;
}

.product-pld-grip-headcover__box {
  margin-bottom: 20px;
}

.product-pld-grip-headcover__box:last-child {
  margin-bottom: 0;
}

.product-pld-grip-headcover__image {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: #eee 4px 4px 16px;
}

.product-pld-grip-headcover__sub-title {
  text-align: center;
  margin-top: 10px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .product-pld-grip-headcover__wrapper {
    padding: 120px 20px;
  }

  .product-pld-grip-headcover__title {
    font-size: 28px;
    margin: 0 0 30px;
  }

  .product-pld-grip-headcover__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .product-pld-grip-headcover__box {
    margin-bottom: 0;
  }

  .product-pld-grip-headcover__sub-title {
    font-size: 22px;
    margin-top: 20px;
    box-sizing: border-box;
  }
}

/* description */
.product-pld-description {
  background-color: #ffffff;
}

.product-pld-description__wrapper {
  max-width: 1160px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

.product-pld-description__title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 16px;
  background-color: transparent;
  padding: 0;
  box-sizing: border-box;
}

.product-pld-description__table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

.product-pld-description__table,
.product-pld-description__table th,
.product-pld-description__table td {
  font-size: 14px;
}

.product-pld-description__table th,
.product-pld-description__table td {
  display: block;
  text-align: left;
  line-height: 1.5;
  border: none;
  padding: 10px;
}

.product-pld-description__table th {
  background-color: #f6f2ea;
}

@media (min-width: 768px) {
  .product-pld-description__title {
    font-size: 28px;
    margin: 0 0 30px;
  }

  .product-pld-description__table {
    width: 60%;
  }

  .product-pld-description__table,
  .product-pld-description__table th,
  .product-pld-description__table td {
    font-size: 16px;
  }

  .product-pld-description__table th,
  .product-pld-description__table td {
    display: table-cell;
    border-bottom: 1px solid #d9d9d9;
  }

  .product-pld-description__table th {
    background-color: transparent;
  }
}

/* summary */
.product-pld-summary__wrapper {
  max-width: 1160px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.product-pld-summary__heading {
  color: #ffffff;
  background-color: #c3933d;
  padding: 16px;
  box-sizing: border-box;
}

.product-pld-summary__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 16px;
  background-color: transparent;
  padding: 0;
  box-sizing: border-box;
}

.product-pld-summary__detail {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  box-sizing: border-box;
}

.product-pld-summary__detail--spaced {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .product-pld-summary__wrapper {
    padding: 120px 20px;
  }

  .product-pld-summary__heading {
    padding: 60px 30px;
  }

  .product-pld-summary__title {
    font-size: 28px;
    margin: 0 0 30px;
  }

  .product-pld-summary__detail {
    font-size: 22px;
  }

  .product-pld-summary__detail--spaced {
    margin-top: 20px;
  }
}
