@charset "UTF-8";
.product-detail-page .product-detail {
  padding-top: 5rem;
}
.product-detail-page .product-detail .wrapper {
  display: flex;
  gap: 7rem;
}
@media (max-width: 768px) {
  .product-detail-page .product-detail .wrapper {
    flex-direction: column-reverse;
    gap: 3.2rem;
  }
}
@media (max-width: 768px) {
  .product-detail-page .product-detail .visual-heading {
    width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
  }
}
@media (max-width: 768px) {
  .product-detail-page .product-detail .product-slider {
    margin-bottom: 5.6rem;
  }
}
.product-detail-page .product-detail .product-slider .main-img.keen-slider {
  width: 61rem;
  height: 61rem;
  margin: 0 auto 24px;
}
@media (max-width: 768px) {
  .product-detail-page .product-detail .product-slider .main-img.keen-slider {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
  }
}
.product-detail-page .product-detail .product-slider .main-img.keen-slider img {
  width: 61rem;
  height: 61rem;
  object-fit: contain;
}
@media (max-width: 768px) {
  .product-detail-page .product-detail .product-slider .main-img.keen-slider img {
    width: 100%;
    height: 100%;
  }
}
.product-detail-page .product-detail .product-slider .thumbnails {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-detail-page .product-detail .product-slider .thumbnails li {
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.product-detail-page .product-detail .product-slider .thumbnails li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-detail-page .product-detail .left {
  flex-grow: 1;
}
@media (max-width: 768px) {
  .product-detail-page .product-detail .left {
    width: 100%;
  }
}
.product-detail-page .product-detail .left section + section {
  margin-top: 12rem;
}
.product-detail-page .product-detail .left .line-inquiry a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
  height: 10rem;
  border-radius: 0.4rem;
  background: #06c755;
}
@media (max-width: 768px) {
  .product-detail-page .product-detail .left .line-inquiry a {
    flex-direction: column;
    gap: 3.2rem;
    height: auto;
    padding: 2.4rem 2.5rem;
  }
}
.product-detail-page .product-detail .left .line-inquiry a .text {
  color: #fff;
  line-height: 2.88rem;
}
.product-detail-page .product-detail .left .line-inquiry a .button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  width: 20rem;
  height: 5.2rem;
  border-radius: 2.6rem;
  background: #fff;
  color: #06c755;
  font-weight: bold;
}
.product-detail-page .product-detail .left .line-inquiry a .button::before {
  content: "";
  width: 3rem;
  height: 3rem;
  background: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/product-detail/line.png") no-repeat center center/contain;
}
.product-detail-page .product-detail .left .line-inquiry a .button .small {
  font-size: 1.4rem;
}
.product-detail-page .product-detail .left .notices {
  margin-top: 5rem;
}
.product-detail-page .product-detail .left .notices h2 {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: 4.2rem;
  margin-bottom: 1.2rem;
  padding: 0 0.8rem;
  border: 1px solid #222;
}
@media (max-width: 768px) {
  .product-detail-page .product-detail .left .notices h2 {
    gap: 0;
    font-size: 1.4rem;
  }
}
.product-detail-page .product-detail .left .notices h2 span {
  font-size: 1.2rem;
}
.product-detail-page .product-detail .left .notices h2 span::before {
  content: "※";
  display: inline;
}
.product-detail-page .product-detail .left .notices ul {
  display: flex;
  gap: 1.8rem;
  flex-wrap: wrap;
}
.product-detail-page .product-detail .left .notices ul > li.same-day-shipping::before {
  background-image: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/product-detail/icons/same-day-shipping.svg");
}
.product-detail-page .product-detail .left .notices ul > li.stock-and-delivery-time::before {
  background-image: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/product-detail/icons/stock-and-delivery-time.svg");
}
.product-detail-page .product-detail .left .notices ul > li.delivery-fee-included::before {
  background-image: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/product-detail/icons/delivery-fee-included.svg");
}
.product-detail-page .product-detail .left .notices ul > li.delivery-to-individual-house::before {
  background-image: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/product-detail/icons/delivery-to-individual-house.svg");
}
.product-detail-page .product-detail .left .notices ul > li.send-items-together::before {
  background-image: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/product-detail/icons/send-items-together.svg");
}
.product-detail-page .product-detail .left .notices ul > li.question::before {
  background-image: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/product-detail/icons/question.svg");
}
.product-detail-page .product-detail .left .notices ul > li.specification-change::before {
  background-image: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/product-detail/icons/specification-change.svg");
}
.product-detail-page .product-detail .left .notices ul > li.obsolescence::before {
  background-image: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/product-detail/icons/obsolescence.svg");
}
.product-detail-page .product-detail .left .notices ul > li.professional-work::before {
  background-image: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/product-detail/icons/professional-work.svg");
}
.product-detail-page .product-detail .left .notices ul > li.compatible-vehicle::before {
  background-image: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/product-detail/icons/compatible-vehicle.svg");
}
.product-detail-page .product-detail .left .notices ul > li.order-confirmation::before {
  background-image: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/product-detail/icons/order-confirmation.svg");
}
.product-detail-page .product-detail .left .notices ul > li.inspection::before {
  background-image: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/product-detail/icons/inspection.svg");
}
.product-detail-page .product-detail .left .notices ul > li.vehicle-unfit::before {
  background-image: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/product-detail/icons/vehicle-unfit.svg");
}
.product-detail-page .product-detail .left .notices ul > li.painting-and-installation::before {
  background-image: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/product-detail/icons/painting-and-installation.svg");
}
.product-detail-page .product-detail .left .notices ul > li.pre-installation::before {
  background-image: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/product-detail/icons/pre-installation.svg");
}
.product-detail-page .product-detail .left .notices ul > li.pure-and-external-air::before {
  background-image: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/product-detail/icons/pure-and-external-air.svg");
}
.product-detail-page .product-detail .left .notices ul > li.frp-abs-temperature-change::before {
  background-image: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/product-detail/icons/frp-abs-temperature-change.svg");
}
.product-detail-page .product-detail .left .notices ul > li.replacement-and-request-for-charges::before {
  background-image: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/product-detail/icons/replacement-and-request-for-charges.svg");
}
.product-detail-page .product-detail .left .notices ul > li.cash-on-delivery::before {
  background-image: url("https://gigaplus.makeshop.jp/tomsracing/renew/assets/img/product-detail/icons/cash-on-delivery.svg");
}
.product-detail-page .product-detail .left .notices ul > li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 9rem;
}
.product-detail-page .product-detail .left .notices ul > li h3 {
  font-size: 1rem;
  text-align: center;
  font-weight: normal;
}
.product-detail-page .product-detail .left .notices ul > li p {
  display: none;
  width: 12rem;
  background: rgba(34, 34, 34, 0.92);
  color: #fff;
  font-size: 1rem;
  line-height: 1.8;
  pointer-events: none;
  text-align: center;
}
.product-detail-page .product-detail .left .notices ul > li::before {
  content: "";
  width: 3.4rem;
  height: 3.4rem;
  background: url("/images/product-detail/notice-icon.svg") no-repeat center center/contain;
}
.product-detail-page .product-detail .left .notices * + h2 {
  margin-top: 5rem;
}
.product-detail-page .product-detail .right {
  flex-shrink: 0;
  width: 39rem;
}
@media (max-width: 768px) {
  .product-detail-page .product-detail .right {
    width: 100%;
  }
}
.product-detail-page .product-detail .right .detail {
  padding: 0;
}
.product-detail-page .product-detail .right .detail .item-icon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  list-style: none;
  margin-bottom: 1rem;
}
.product-detail-page .product-detail .right .detail .item-icon-list li img {
  height: 2rem;
  width: auto;
}
.product-detail-page .product-detail .right .detail .item-category-name {
  font-size: 1.2rem;
  color: #7b7b7b;
  margin-bottom: 0.6rem;
}
.product-detail-page .product-detail .right .detail .item-category-name a {
  color: inherit;
  text-decoration: none;
}
.product-detail-page .product-detail .right .detail .item-category-name a:hover {
  text-decoration: underline;
}
.product-detail-page .product-detail .right .detail .item-badge {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0.2rem 0.8rem;
  margin-bottom: 0.8rem;
}
.product-detail-page .product-detail .right .detail .item-badge.soldout {
  background: #7b7b7b;
  color: #fff;
}
.product-detail-page .product-detail .right .detail .item-badge.sale {
  background: #f23e0c;
  color: #fff;
}
.product-detail-page .product-detail .right .detail h1 {
  font-size: 1.8rem;
  margin-bottom: 2.2rem;
  font-weight: bold;
}
.product-detail-page .product-detail .right .detail .member-original-price {
  font-size: 1.2rem;
  color: #7b7b7b;
  margin-bottom: 0.8rem;
}
.product-detail-page .product-detail .right .detail .member-original-price span {
  text-decoration: line-through;
  margin: 0 0.2rem;
}
.product-detail-page .product-detail .right .detail .price {
  line-height: 5.4rem;
  margin-bottom: 2.8rem;
}
.product-detail-page .product-detail .right .detail .price .original {
  font-size: 1.2rem;
  color: #999;
  text-decoration: line-through;
}
.product-detail-page .product-detail .right .detail .price .sale-rate {
  font-size: 1.2rem;
  color: #f23e0c;
}
.product-detail-page .product-detail .right .detail .price .number {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 3rem;
}
.product-detail-page .product-detail .right .detail .price .number.sale {
  display: block;
  color: #f23e0c;
  font-weight: bold;
}
.product-detail-page .product-detail .right .detail .price .tax {
  font-size: 1.4rem;
}
.product-detail-page .product-detail .right .detail .price .subscription-time {
  display: block;
  line-height: 1.6;
  font-size: 1.4rem;
}
.product-detail-page .product-detail .right .detail .price .subscription-time small {
  font-size: 1.1rem;
  color: #7b7b7b;
}
.product-detail-page .product-detail .right .detail .price .subscription-price {
  display: block;
  line-height: 1.6;
  font-size: 1.4rem;
}
.product-detail-page .product-detail .right .detail .price .subscription-price small {
  font-size: 1.1rem;
  color: #7b7b7b;
}
.product-detail-page .product-detail .right .detail .price .subscription-gift {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  margin-top: 1rem;
  padding: 1.2rem;
  background: #f5f5f5;
  border-radius: 0.4rem;
  line-height: 1.6;
}
.product-detail-page .product-detail .right .detail .price .subscription-gift img {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
  flex-shrink: 0;
}
.product-detail-page .product-detail .right .detail .price .subscription-gift p {
  font-size: 1.2rem;
}
.product-detail-page .product-detail .right .detail .price .fixed-price {
  display: block;
  line-height: 1.6;
  font-size: 1.2rem;
  color: #7b7b7b;
}
.product-detail-page .product-detail .right .detail .price .fixed-price span {
  font-weight: bold;
  color: #222;
}
.product-detail-page .product-detail .right .detail .price .sale-period {
  display: block;
  line-height: 1.6;
  font-size: 1.2rem;
  color: #f23e0c;
}
.product-detail-page .product-detail .right .detail .point {
  margin-bottom: 2.2rem;
  font-size: 1.4rem;
}
.product-detail-page .product-detail .right .detail .review {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 2.2rem;
}
.product-detail-page .product-detail .right .detail .review .review-summary-container--detail {
  margin: 0;
}
.product-detail-page .product-detail .right .detail .review a {
  font-size: 1rem;
  color: #222;
  text-decoration: underline;
}
.product-detail-page .product-detail .right .detail .item-quantity {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2.2rem;
}
.product-detail-page .product-detail .right .detail .item-quantity label {
  font-size: 1.4rem;
}
.product-detail-page .product-detail .right .detail .item-quantity input {
  width: 4rem;
  height: 3.2rem;
  border: 0.1rem solid #222;
  border-radius: 0.3rem;
  padding: 0 0.8rem;
  font-size: 1.4rem;
  text-align: center;
}
.product-detail-page .product-detail .right .detail .item-quantity input::placeholder {
  color: #767272;
}
.product-detail-page .product-detail .right .detail .add-to-cart .button-and-favorite {
  display: grid;
  grid-template-columns: 1fr 2.4rem;
  gap: 2rem;
  margin-top: 3.2rem;
}
.product-detail-page .product-detail .right .detail .add-to-cart .favorite {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-detail-page .product-detail .right .detail .add-to-cart .favorite a::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f004";
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  color: #ff7683;
}
.product-detail-page .product-detail .right .detail .add-to-cart .item-option {
  margin-bottom: 3rem;
}
.product-detail-page .product-detail .right .detail .add-to-cart .item-option .makeshop-option-wrap {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.product-detail-page .product-detail .right .detail .add-to-cart .item-option .makeshop-option-wrap .makeshop-option-label {
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
}
.product-detail-page .product-detail .right .detail .add-to-cart .item-option .makeshop-option-wrap .makeshop-option-select-wrap .makeshop-option-select {
  width: 100%;
  border: 1px solid #333333;
  border-radius: 0.3rem;
  padding: 0.8rem;
}
.product-detail-page .product-detail .right .detail .add-to-cart .off {
  display: none;
}
.product-detail-page .product-detail .right .detail .tabs {
  margin-top: 2.2rem;
}
.product-detail-page .product-detail .right .detail .tabs .tab-inputs {
  display: none;
}
.product-detail-page .product-detail .right .detail .tabs .tab-bars {
  display: flex;
  gap: 0.4rem;
}
.product-detail-page .product-detail .right .detail .tabs .tab-bars .tab-bar {
  flex: 1;
}
.product-detail-page .product-detail .right .detail .tabs .tab-bars .tab-bar label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;
  border: 0.1rem solid #7b7b7b;
  border-bottom: none;
  cursor: pointer;
  color: #767272;
}
.product-detail-page .product-detail .right .detail .tabs .tab-inputs:has(input#tab1:checked) ~ .tab-bars .tab-bar#tab-bar1 label,
.product-detail-page .product-detail .right .detail .tabs .tab-inputs:has(input#tab2:checked) ~ .tab-bars .tab-bar#tab-bar2 label,
.product-detail-page .product-detail .right .detail .tabs .tab-inputs:has(input#tab3:checked) ~ .tab-bars .tab-bar#tab-bar3 label,
.product-detail-page .product-detail .right .detail .tabs .tab-inputs:has(input#tab4:checked) ~ .tab-bars .tab-bar#tab-bar4 label {
  background: #222;
  color: #fff;
  border-color: #222;
}
.product-detail-page .product-detail .right .detail .tabs .tab-contents .tab-content {
  display: none;
  border: 0.2rem solid #222;
  padding: 3.2rem 2.8rem;
  background: #f5f5f5;
  color: #222;
  word-break: break-all;
}
.product-detail-page .product-detail .right .detail .tabs .tab-inputs:has(input#tab1:checked) ~ .tab-contents .tab-content#tab-content1,
.product-detail-page .product-detail .right .detail .tabs .tab-inputs:has(input#tab2:checked) ~ .tab-contents .tab-content#tab-content2,
.product-detail-page .product-detail .right .detail .tabs .tab-inputs:has(input#tab3:checked) ~ .tab-contents .tab-content#tab-content3,
.product-detail-page .product-detail .right .detail .tabs .tab-inputs:has(input#tab4:checked) ~ .tab-contents .tab-content#tab-content4 {
  display: block;
}
.product-detail-page .product-detail .right .detail .youtube-videos {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-top: 2.2rem;
}
.product-detail-page .product-detail .right .detail .youtube-videos iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.product-detail-page .product-detail .right .others {
  margin-top: 5.4rem;
}
.product-detail-page .product-detail .right .others .contact {
  margin-top: 2.2rem;
  text-decoration: underline;
}
.product-detail-page .product-detail .right .others .item-share {
  display: flex;
  gap: 1.2rem;
  margin-top: 2.2rem;
}
.product-detail-page .product-detail .right .others .item-share li {
  margin: 0;
}
.product-detail-page aside .ranking-section {
  background: #f5f5f5;
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.product-detail-page .guide {
  background: #f4f6f8;
  padding: 0 2.4rem 2.4rem;
  border: 1rem;
  border-radius: 1rem;
  overflow-anchor: none;
}
.product-detail-page .guide h2 {
  display: flex;
  align-items: center;
  padding: 2.4rem 0 0;
  font-size: 1.4rem;
  font-weight: bold;
}
.product-detail-page .guide ul > li {
  background: #fff;
  padding: 0 2.4rem 2.4rem;
  border-radius: 0.8rem;
  margin-top: 2.4rem;
  cursor: pointer;
  transition: padding-bottom 0.3s ease;
}
.product-detail-page .guide ul > li h3 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.4rem 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  user-select: none;
}
.product-detail-page .guide ul > li h3::before, .product-detail-page .guide ul > li h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.8rem;
  width: 1.2rem;
  height: 0.2rem;
  background: #222;
  transition: transform 0.3s ease;
}
.product-detail-page .guide ul > li h3::after {
  transform: rotate(90deg);
}
.product-detail-page .guide ul > li .content {
  overflow: hidden;
  transition: height 0.3s ease, margin-top 0.3s ease, opacity 0.3s ease;
}
.product-detail-page .guide ul > li .content p + p {
  margin-top: 1rem;
}
.product-detail-page .guide ul > li.open h3::after {
  transform: rotate(0deg);
}
.product-detail-page .left .guide {
  display: none;
}
@media (max-width: 768px) {
  .product-detail-page .left .guide {
    display: block;
  }
}
@media (max-width: 768px) {
  .product-detail-page .right .guide {
    display: none;
  }
}