﻿@charset "UTF-8"; /*商品詳細（ＰＣ） ファーストビュー用*/
.isSp {
  display: none;
}

.isPc {
  display: block;
}

/*sys/base_form.css のコピー ここから*/
input,
button,
select,
textarea {
  color: var(--cl-bk);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"] {
  height: 56px;
  padding: 0 16px;
  border: 1px solid var(--cl-gr-3);
  border-radius: 0;
  background-color: #ffffff;
  font-size: 1.6rem;
}

input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="url"]:hover,
input[type="number"]:hover {
  border: 1px solid var(--cl-gr-3);
}

select,
textarea {
  border: 1px solid var(--cl-gr-3);
  border-radius: 4px;
  background-color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
}

select {
  height: 56px;
  padding: 0 32px 0 16px;
  background-image: url(../../img/usr/common/arw_select.png);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
}

select:hover {
  border: 1px solid var(--cl-gr-3);
  opacity: 1;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input[type="checkbox"]:has(+ label),
label input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label,
label:has(input[type="checkbox"]) {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  min-height: 24px;
  padding-left: 36px;
  font-size: 1.6rem;
  cursor: pointer;
}

input[type="checkbox"] + label::before,
label:has(input[type="checkbox"])::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(../../img/usr/common/icon_cb_off.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 0.12s;
}

input[type="checkbox"]:checked + label::before,
label:has(input[type="checkbox"]:checked)::before {
  background-image: url(../../img/usr/common/icon_cb_on.png);
}

/*ここまで usr/layout.css のコピー*/

.lazyload {
  opacity: 0;
}

.lazyloading {
  opacity: 1;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

/*----画像センタリング配置----*/
.img-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-center img {
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

/*sys/block_common.css のコピー ここから*/

.block-goods-detail--promotion-freespace {
  margin-bottom: 10px;
}

.block-accessory-list {
  margin: 50px 0 0;
}

.block-accessory-list--name {
  margin: 0 0 24px;
  padding: 0 0 10px;
  border-bottom: 2px solid #31546d;
  color: #31546d;
  font-size: 18px;
  font-weight: 700;
}

.block-accessory-list--list {
  margin-top: 30px;
}

/*商品詳細ユーザーレビュー*/
.block-goods-user-review {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}

.block-goods-user-review a {
  color: #31546d;
}
@media screen and (min-width: 1200px) {
  .block-goods-user-review {
    margin-right: calc((100% - 100vw) / 2);
    margin-left: calc((100% - 100vw) / 2);
  }
}

.block-goods-user-review h2 {
  margin: 0 auto 30px;
  padding: 0;
  background-color: transparent;
  font-size: 22px;
}

.block-goods-user-review__inner {
  margin: auto;
  width: 1000px;
}

.block-goods-user-review--count-summary,
.block-goods-user-review--score,
.block-goods-user-review--count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-goods-user-review--count-summary > dt,
.block-goods-user-review--score > dt,
.block-goods-user-review--count > dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-goods-user-review--info {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.block-goods-user-review--list {
  padding: 35px 40px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}

/*ここまで sys/block_goods.css のコピー*/

.pane-goods-right-side form {
  display: block;
  flex-flow: column wrap;
}

/*ここまで usr/block.css のコピー*/

.page-goods .container {
  width: 100%;
}

.block-detail-image-slider {
  position: relative;
  opacity: 0;
  transition: 0.3s ease;
  overflow: hidden;
}

.block-detail-image-slider--items {
  display: flex;
}

.block-detail-image-slider.slider_init {
  opacity: 1;
}

.block-src-l {
  width: 448px;
  height: 448px;
  margin: 0 auto;
}

.block-src-l img {
  display: block;
  width: 100%;
  height: auto;
}

.block-src-l .swiper-button-next,
.block-src-l .swiper-button-prev {
  display: none;
}

.block-goods-gallery {
  margin-top: 48px;
}

.block-src-l figure {
  flex-shrink: 0;
  width: 448px;
  text-align: center;
}

.block-src-l figure a {
  display: block;
  width: 448px;
}

.block-goods-gallery ul {
  display: flex;
  flex-wrap: wrap;
}

.block-goods-gallery li {
  width: 72px;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.block-goods-gallery li.is-current,
.block-goods-gallery li:hover {
  opacity: 1;
}

.block-goods-gallery li:not(:nth-child(6n)) {
  margin-right: 32px;
}

.block-goods-gallery li:not(:nth-child(-n + 6)) {
  margin-top: 24px;
}

.block-goods-gallery li figure {
  position: relative;
  width: 72px;
  cursor: pointer;
}

.block-goods-gallery li figure::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid var(--cl-bk);
  opacity: 0;
  transition: opacity 0.12s;
}

.block-goods-gallery li.is-current figure::after {
  opacity: 1;
}

.block-goods-affix-list {
  margin-bottom: 10px;
}

.block-goods-affix-list dt {
  padding: 5px 0;
  border-bottom: 1px dotted #ccc;
}

.block-goods-affix-list dd {
  padding: 5px 0 0 15px;
}

.block-goods-store_post {
  width: 592px;
  margin-top: 64px;
}

.ttl-goods-h2 {
  margin: 0 0 40px;
  padding: 0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
}

.block-goods-recommend {
  margin-top: 64px;
}

.block-goods-naviplus-list {
  width: 592px;
  position: relative;
}

.block-goods-naviplus-list-slider {
  width: 100%;
  overflow: hidden;
}

.swiper-goods-button-prev-naviplus,
.swiper-goods-button-next-naviplus {
  display: block;
  position: absolute;
  top: 72px;
  width: 32px;
  height: 32px;
  background-image: url(../../img/usr/common/arw_slider_list.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: background-image 0.3s;
}

.swiper-goods-button-prev-naviplus {
  left: -16px;
}

.swiper-goods-button-next-naviplus {
  right: -16px;
}

.swiper-goods-button-prev-naviplus:hover,
.swiper-goods-button-next-naviplus:hover {
  background-image: url(../../img/usr/common/arw_slider_list_on.png);
}

.swiper-goods-button-next-naviplus {
  transform: rotate(180deg);
}

.block-add-cart {
  margin-top: 32px;
}

.block-add-cart--btn.btn-primary.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 64px;
  border: none;
  border-radius: 4px;
  background-color: var(--cl-or);
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  transition: background-color 0.3s;
}

.block-add-cart--btn.btn-primary.btn:hover {
  background-color: var(--cl-lor);
}

.block-add-cart--btn.btn-primary.btn::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  background-image: url(../../img/usr/common/icon_goods_cart.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-no-stock--message,
.block-under-negotiation--message {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 64px !important;
  margin: 0 !important;
  border-radius: 4px !important;
  background-color: var(--cl-bdr) !important;
  color: var(--cl-gr-2) !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
}

.block-goods-right-btns {
  margin-top: 16px;
}

.block-goods-right-btns ul {
  display: flex;
  justify-content: space-between;
}

.block-goods-right-btns li {
  width: calc((100% - 12px) / 2);
}

.block-goods-right-btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 56px;
  border: 1px solid var(--cl-gr-3);
  border-radius: 4px;
  background-color: #ffffff;
  color: var(--cl-bk);
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s;
}

.block-goods-right-btns a:hover {
  color: rgba(17, 17, 17, 0.6);
}

.block-goods-right-btns a::before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 8px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-goods-right-btns a.block-goods-favorite--btn::before {
  width: 20px;
  height: 18px;
  background-image: url(../../img/usr/common/icon_goods_favorite_off.png);
}

.block-goods-right-btns a.block-goods-try_on-btn::before {
  width: 16px;
  height: 16px;
  background-image: url(../../img/usr/common/icon_goods_tryon.png?20260216);
}

.block-goods-available_stores {
  margin-top: 48px;
}

.block-goods-available_stores .item-ttl {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
}

.block-goods-available_stores .item-ttl::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  width: 21px;
  height: 20px;
  margin-right: 15px;
  background-image: url(../../img/usr/common/icon_goods_availablestores.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-goods-available_stores .item-list {
  margin-top: 8px;
  padding-left: 36px;
  color: var(--cl-gr-1);
  font-size: 1.6rem;
  line-height: 150%;
}

.block-goods-available_stores .item-list a {
  color: var(--cl-gr-1);
  text-decoration: none;
}

.block-goods-available_stores .item-list a:hover {
  text-decoration: underline;
}

.block-goods-right-content {
  margin-top: 24px;
}

.block-goods-right-content-item {
  margin-top: -1px;
}

.block-goods-right-content-ttl {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 108px;
  border-bottom: 1px solid var(--cl-bdr);
  padding: 0 40px 0 16px;
  font-size: 2.4rem;
  font-weight: 700;
  cursor: pointer;
}

.block-goods-right-content-ttl .icon-plus,
.goods-guide-list-item > dt .icon-plus {
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  margin-top: -16px;
  background-color: var(--cl-gr-1);
  transition: background-color 0.3s;
}

.goods-guide-list-item > dt .icon-plus {
  background-color: var(--cl-gr-4);
}

.block-goods-right-content-ttl:hover .icon-plus {
  background-color: var(--cl-bk);
}

.goods-guide-list-item:hover .icon-plus {
  background-color: var(--cl-bdr);
}

.block-goods-right-content-ttl .icon-plus::before,
.block-goods-right-content-ttl .icon-plus::after,
.goods-guide-list-item > dt .icon-plus::before,
.goods-guide-list-item > dt .icon-plus::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin: -1px 0 0 -6px;
  background-color: #ffffff;
  transition: transform 0.15s;
}

.goods-guide-list-item > dt .icon-plus::before,
.goods-guide-list-item > dt .icon-plus::after {
  background-color: var(--cl-gr-1);
}

.block-goods-right-content-ttl .icon-plus::after,
.goods-guide-list-item > dt .icon-plus::after {
  transform: rotate(90deg);
}

.block-goods-right-content-ttl.is-open .icon-plus::after,
.goods-guide-list-item > dt.is-open .icon-plus::after {
  transform: rotate(0);
}

.block-goods-right-content-detail.js-gr-target {
  display: none;
  padding: 40px 0;
}

.block-goods-right-content-detail .goods-staff_comment {
  padding: 0 16px;
  font-size: 1.6rem;
  line-height: 150%;
}

.block-goods-right-content-detail .goods-staff_comment dt {
  font-weight: 700;
}

.block-goods-right-content-detail .goods-staff_comment dd {
  margin-top: 16px;
  color: var(--cl-gr-1);
}

.block-goods-right-content-detail .goods-spec {
  margin-top: 32px;
  padding: 0 16px;
}

.block-goods-right-content-detail .goods-spec + .goods-spec {
  margin-top: 24px;
}

.block-goods-right-content-detail .goods-spec-item {
  display: flex;
  font-size: 1.6rem;
  line-height: 150%;
}

.block-goods-right-content-detail .goods-spec-item + .goods-spec-item {
  margin-top: 16px;
}

.block-goods-right-content-detail .goods-spec-item > dt {
  width: 160px;
  font-weight: 700;
}

.block-goods-right-content-detail .goods-spec-item > dd {
  width: calc(100% - 160px);
  color: var(--cl-gr-1);
}

.block-goods-right-content-detail .goods-spec-disc-list:not(:first-child) {
  margin-top: 16px;
}

.block-goods-right-content-detail .goods-spec-disc-list-item {
  display: flex;
}

.block-goods-right-content-detail .goods-spec-disc-list-item > dt {
  position: relative;
  width: 96px;
}

.block-goods-right-content-detail .goods-spec-disc-list-item > dt::before {
  content: "・";
}

.block-goods-right-content-detail .goods-spec-disc-list-item > dd {
  width: calc(100% - 96px);
}

.block-goods-right-content-detail .goods-contact,
.block-goods-right-content-detail .goods-purchase_specialty_store {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 88px;
  padding-left: 8px;
  border-top: 1px solid var(--cl-bdr);
}

.block-goods-right-content-detail .goods-spec + .goods-contact,
.block-goods-right-content-detail .goods-spec + .goods-purchase_specialty_store {
  margin-top: 72px;
}

.block-goods-right-content-detail .goods-contact a,
.block-goods-right-content-detail .goods-purchase_specialty_store a {
  display: flex;
  align-items: center;
  height: 24px;
  position: relative;
  padding-left: 36px;
  color: var(--cl-bk);
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s;
}

.block-goods-right-content-detail .goods-contact a:hover,
.block-goods-right-content-detail .goods-purchase_specialty_store a:hover {
  color: var(--cl-link);
}

.block-goods-right-content-detail .goods-contact a::before,
.block-goods-right-content-detail .goods-purchase_specialty_store a::before,
.block-goods-right-content-detail .goods-payment-ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-goods-right-content-detail .goods-contact a::before {
  background-image: url(../../img/usr/common/icon_goods_contact.png);
}

.block-goods-right-content-detail .goods-purchase_specialty_store a::before {
  background-image: url(../../img/usr/common/icon_goods_pss.png);
}

.block-goods-right-content-detail .goods-payment-ttl::before {
  left: 8px;
  background-image: url(../../img/usr/common/icon_goods_payment.png);
}

.block-goods-right-content-detail .goods-contact a::after,
.block-goods-right-content-detail .goods-purchase_specialty_store a::after {
  content: "";
  display: inline-block;
  position: relative;
}

.block-goods-right-content-detail .goods-contact a::after {
  left: 0;
  width: 11px;
  height: 10px;
  margin-left: 8px;
  background-image: url(../../img/usr/common/arw_link_blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: left 0.3s;
}

.block-goods-right-content-detail .goods-contact a:hover::after {
  left: 8px;
}

.block-goods-right-content-detail .goods-purchase_specialty_store a::after {
  width: 10px;
  height: 10px;
  margin-left: 8px;
  background-image: url(../../img/usr/common/icon_linkouter_black.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-goods-right-content-detail .goods-payment {
  border-top: 1px solid var(--cl-bdr);
  overflow: hidden;
}

.block-goods-right-content-detail .goods-payment-ttl {
  display: flex;
  align-items: center;
  position: relative;
  height: 24px;
  margin-top: 32px;
  padding-left: 44px;
  font-size: 1.6rem;
  font-weight: 700;
}

.block-goods-right-content-detail .goods-payment-list {
  display: flex;
  flex-wrap: wrap;
  margin: 4px -8px 0 0;
  padding-left: 44px;
}

.block-goods-right-content-detail .goods-payment-list li {
  margin: 8px 8px 0 0;
}

.block-goods-right-content-detail .goods-payment-list li span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 16px;
  background-color: var(--cl-gr-4);
  color: var(--cl-gr-1);
}

.block-goods-right-content-detail .goods-simulation {
  margin-top: 24px;
}

.block-goods-right-content-detail .goods-simulation-ttl {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 56px;
  padding: 0 40px 0 24px;
  background-color: var(--cl-gr-1);
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}

.block-goods-right-content-detail .goods-simulation-ttl .icon-plus {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  margin-top: -12px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s;
}

.block-goods-right-content-detail .goods-simulation-ttl:hover .icon-plus {
  background-color: rgba(255, 255, 255, 0.2);
}

.block-goods-right-content-detail .goods-simulation-ttl .icon-plus::before,
.block-goods-right-content-detail .goods-simulation-ttl .icon-plus::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 1px;
  margin: 0 0 0 -4px;
  background-color: #ffffff;
}

.block-goods-right-content-detail .goods-simulation-ttl .icon-plus::after {
  transform: rotate(90deg);
  transition: transform 0.12s;
}

.block-goods-right-content-detail .goods-simulation-ttl.is-open .icon-plus::after {
  transform: rotate(0);
}

.block-goods-right-content-detail .goods-simulation-content {
  display: none;
  padding: 32px 40px;
  background-color: var(--cl-gr-4);
}

.block-goods-right-content-detail .goods-simulation-inputs {
  display: flex;
  justify-content: space-between;
}

.block-goods-right-content-detail .goods-simulation-inputs-item > dd {
  display: flex;
  align-items: center;
  margin-top: 8px;
  font-weight: 700;
}

.block-goods-right-content-detail .goods-simulation-price input[type="text"] {
  width: 240px;
  height: 40px;
  margin-right: 8px;
  padding: 0 24px;
  border: none;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 700;
}

.block-goods-right-content-detail .goods-simulation-times select {
  width: 178px;
  height: 40px;
  padding-left: 18px;
  border-radius: 8px;
  background-image: url(../../img/usr/common/arw_goods_simulation_select.png);
  background-size: 8px 5px;
  font-size: 1.6rem;
  font-weight: 700;
}

.block-goods-right-content-detail .goods-simulation-calc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 32px;
}

.block-goods-right-content-detail .goods-simulation-calc-btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 40px;
  border: none;
  border-radius: 40px;
  background-color: var(--cl-gr-1);
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s;
}

.block-goods-right-content-detail .goods-simulation-calc-btn button:hover {
  background-color: var(--cl-bk);
}

.block-goods-right-content-detail .goods-simulation-results {
  position: relative;
  margin-top: 40px;
  padding: 32px 48px;
  background-color: #ffffff;
}

.block-goods-right-content-detail .goods-simulation-results::before {
  content: "";
  display: block;
  position: absolute;
  top: -24px;
  left: 50%;
  width: 16px;
  height: 9px;
  margin-left: -8px;
  background-image: url(../../img/usr/common/arw_goods_simulation_bot.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-goods-right-content-detail .goods-simulation-results_item {
  display: flex;
}

.block-goods-right-content-detail .goods-simulation-results_item > dt {
  width: 160px;
}

.block-goods-right-content-detail .goods-simulation-results_item > dd {
  width: calc(100% - 160px);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: right;
  line-height: 150%;
}

.block-goods-right-content-detail .goods-guide-list {
  padding: 0 0 0 16px;
}

.block-goods-right-content-detail .goods-guide-list-item + .goods-guide-list-item {
  margin-top: 8px;
}

.block-goods-right-content-detail .goods-guide-list-item > dt {
  display: flex;
  align-items: center;
  min-height: 32px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}

.block-goods-right-content-detail .goods-guide-list-item > dd {
  display: none;
  margin: 16px 0 32px;
  padding-right: 16px;
  color: var(--cl-gr-1);
  font-size: 1.6rem;
  line-height: 150%;
}

.block-goods-right-content-detail .goods-guide-list-item > dd * + p,
.block-goods-right-content-detail .goods-guide-list-item > dd * + table,
.block-goods-right-content-detail .goods-guide-list-item > dd * + p {
  margin-top: 1.5em;
}

.block-goods-right-content-detail .goods-guide-list-tbl {
  table-layout: fixed;
}

.block-goods-right-content-detail .goods-guide-list-tbl td {
  padding: 16px 24px;
}

.block-goods-right-content-detail .goods-guide-list-tbl .td-ttl {
  background-color: var(--cl-gr-4);
  font-weight: 700;
}

.block-goods-right-content-detail .goods-guide-list-tbl tr:not(:first-child) td {
  border-top: 1px solid var(--cl-bdr);
}

.block-goods-right-content-detail .goods-guide-list-item > dd .txt-s {
  font-size: 1.4rem;
  line-height: 150%;
}

.block-goods-column {
  position: relative;
  margin-top: 112px;
  padding-top: 108px;
  overflow: hidden;
}

.block-goods-column::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 340px;
  background-color: var(--cl-gr-4);
}

.block-goods-column .block-container {
  position: relative;
}

/* block-icon */

.page-goods .block-icon {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: 0;
  left: 0;
  margin: -8px -8px 0 0;
}

.page-goods .block-icon > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 32px;
  margin: 8px 8px 0 0;
  padding: 0 16px;
  background-color: var(--cl-gr-4);
  color: var(--cl-gr-2);
  font-size: 1.4rem;
  font-family: var(--ff-en);
  font-weight: 700;
  text-align: center;
}

.page-goods .block-icon > span.block-icon-new {
  background-color: var(--cl-gn);
  color: #ffffff;
}

.page-goods .block-icon > span.block-icon-on-sale {
  background-color: var(--cl-rd);
  color: #ffffff;
}

/* 価格 */
.block-goods-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  margin-top: 32px;
}

.block-goods-price-down-date {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 32px;
  padding: 0 24px;
  background-color: rgba(208, 0, 0, 0.1);
  color: var(--cl-rd);
  font-size: 1.4rem;
  font-weight: 700;
}

.block-goods-price--price,
.block-goods-price--default-price {
  font-family: var(--ff-en);
}

.block-goods-price--default-price {
  position: relative;
  margin-top: 8px;
}

.block-goods-price--default-price::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--cl-bk);
}

.block-goods-price--price .crc {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 100%;
}

.block-goods-price--price .num {
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 100%;
}

.block-goods-price--price .tax {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 100%;
}

.block-goods-price--default-price .crc,
.block-goods-price--default-price .num {
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
}

.block-goods-price--default-price .tax {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
}

.block-goods-price .price {
  color: var(--cl-bk);
}

.block-goods-price .price-sale {
  color: var(--cl-rd);
}

.block-goods-price .price-soldout {
  font-size: 3.6rem;
  font-family: var(--ff-en);
  font-weight: 900;
  line-height: 100%;
}

.block-goods-name {
  margin: 16px 0 0;
}

h1.block-goods-name--text {
  margin: 0;
  padding: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 150%;
}

.pane-goods-right-side .revico-star-zone {
  margin-top: 16px;
}

/* 202411 added WazzUp */

div.block-goods-wazzup {
  margin-top: 16px;
}

button.w_topic_button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  width: 100% !important;
  height: 56px !important;
  border: 1px solid var(--cl-gr-3) !important;
  border-radius: 4px !important;
  background-color: #ffffff !important;
  color: var(--cl-bk) !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  cursor: pointer;
  transition: color 0.3s;
}

button.w_topic_button:hover {
  color: rgba(17, 17, 17, 0.6) !important;
}

button.w_topic_button::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 29px;
  height: 23px;
  margin-right: 12px;
  background-image: url("../../img/usr/common/icon_line_2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-goods-right-btns button.w_topic_button::before {
  width: 20px;
  height: 19px;
  margin-right: 8px;
}

/* 20250213 added */

.block-src-l figure video,
.block-goods-gallery li figure video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* 20250617 added */

.revico-star .revico-review {
  margin: 0 !important;;
}

.revico-star .revico-star-graph-wrapper {
  width: 550px !important;;
}

/* 20250618 added */

#block-revico-review {
  padding-top: 100px;
  margin-top:-100px
}
