@charset "UTF-8";
.pane-topic-path {
  background: #fff;
}
.pane-main {
  width: 1200px;
  margin: 0 auto;
}
.block-goods-detail {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 0 56px;
  margin-bottom: 0;
}
.pane-goods-right-side {
  width: auto;
  max-width: 544px;
}
.block-goods-comment {
  -webkit-box-ordinal-group: 26;
      -ms-flex-order: 25;
          order: 25;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
}
.block-goods-name--text {
  font-size: 22px;
  line-height: 28px;
}
.block-goods-price {
  margin: 5px 0 10px;
}
.block-goods-price--price {
  color: #222;
}
.goods-detail-description {
  margin: 0;
}
.goods-detail-description dt {
  width: 85px;
  font-weight: 300;
}
.goods-detail-description dt:before {
  content: none;
}
.block-goods-sales-start-dt,
.block-goods-sales-end-dt,
.block-goods-code,
.block-goods-item-code,
.block-goods-item-code2 {
  display: none;
}
.block-outside-sales-period--message {
  margin-top: 0;
}
.block-add-cart {
  margin: 10px 0 0;
  width: 460px;
}
.block-add-cart:has(.block-goods-favorite--btn) .block-add-cart--btn,
.block-add-cart:has(.block-goods-favorite--btn) .block-goods-favorite-registed--btn {
  max-width: 380px;
}
.block-add-cart:not(:has(.block-goods-favorite-registed--btn)) .block-add-cart--btn {
  width: 460px;
}
.block-add-cart--btn {
  background: #9a0000;
  border-radius: 6px;
  height: 66px;
  margin-right: 12px;
}
.block-add-cart--btn:before {
  content: "";
  background: url("/img/usr/common/cart_white.png") no-repeat center/contain;
  width: 28px;
  height: 28px;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 8px;
}
.block-goods-favorite--btn {
  background: #fff;
  border: 2px solid #cfc1b2;
  border-radius: 6px;
  width: 66px;
  height: 66px;
  padding: 14px;
}
.block-goods-favorite--btn:before {
  content: "";
  background: url("/img/usr/common/cart_heart.png") no-repeat center/contain;
  width: 34px;
  height: 30px;
  display: block;
}
.block-goods-favorite-registed--btn {
  width: 460px;
  background: #fff;
  border: 2px solid #cfc1b2;
  border-radius: 6px;
  color: #cfc1b2 !important;
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin: 16px 0 0;
}
.block-goods-favorite-registed--btn:before {
  content: "";
  background: url("/img/usr/common/cart_in_heart.png") no-repeat center/contain;
  width: 28px;
  height: 24px;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 8px;
}
@media (hover: hover) {
  .block-goods-favorite-registed--btn:hover {
    color: #cfc1b2 !important;
  }
}
.block-contact-about-goods {
  width: 460px;
  margin: 15px 0;
}
.block-contact-about-goods a {
  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;
  gap: 10px;
  text-decoration: none;
  margin: auto;
}
.block-contact-about-goods a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  rotate: 45deg;
}
.pane-goods-left-side {
  width: 600px;
}
.pane-goods-left-side .bx-wrapper {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.pane-goods-left-side .bx-prev,
.pane-goods-left-side .bx-next {
  display: none;
}
.block-goods-detail--color-variation-goods-thumbnail-form {
  margin: 32px 0 40px;
}
.block-goods-gallery li {
  width: 85px !important;
  height: 85px;
  margin-right: 18px !important;
}
.block-goods-gallery li:nth-child(6),
.block-goods-gallery li:nth-child(12),
.block-goods-gallery li:nth-child(18),
.block-goods-gallery li:nth-child(24),
.block-goods-gallery li:nth-child(30) {
  margin: 0 !important;
}
.block-goods-gallery li figure {
  padding: 0;
}
.comment_wrap {
  border-radius: 40px;
  background: #e6ded5;
}
.comment_wrap.active {
  border-radius: 24px;
}
.comment_wrap.active .block-goods-comment1-title:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.comment_wrap .block-goods-comment1-title {
  position: relative;
  min-height: 58px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.54px;
}
.comment_wrap .block-goods-comment1-title:before {
  content: "";
  display: block;
  position: absolute;
  background: #444;
  top: 50%;
  width: 19px;
  height: 2px;
  margin-top: -1px;
  right: 27px;
}
.comment_wrap .block-goods-comment1-title:after {
  content: "";
  display: block;
  position: absolute;
  background: #444;
  top: 50%;
  width: 2px;
  height: 19px;
  margin-top: -9px;
  right: 35px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.comment_wrap .block-goods-comment1-inner {
  display: none;
  background: #f9f7f5;
  padding: 33px 40px 40px;
  border-radius: 0 0 24px 24px;
}
.comment_wrap .block-goods-comment1-inner.active {
  display: block;
}
.comment_wrap .block-goods-comment1-inner .content_ttl {
  position: relative;
  color: #393332;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #e6ded5;
  line-height: 27px;
  padding: 0 0 3px;
}
.comment_wrap .block-goods-comment1-inner .content_ttl:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  background: #cfc1b2;
  width: 160px;
  height: 1px;
  display: block;
}
.comment_wrap .block-goods-comment1-inner .content_wrap {
  margin: 20px 0 30px;
  line-height: 21px;
}
.comment_wrap .block-goods-comment1-inner .content_wrap p {
  margin-top: 8px;
}
.comment_wrap .block-goods-comment1-inner .content_wrap:last-child {
  margin: 20px 0 0;
}
.comment_wrap .block-goods-comment1-inner ol li,
.comment_wrap .block-goods-comment1-inner ul li {
  margin-bottom: 9px;
}
.comment_wrap .ttl-two {
  margin: 38px 0 0;
}
.block-goods-comment1,
.block-no-code-cms {
  margin-bottom: 56px;
}
.block-goods-user-review {
  width: 1200px;
  background: #f9f7f5;
  border-radius: 32px;
  padding: 42px 48px;
  margin: 0 auto;
}
.block-goods-user-review h2 {
  background: transparent;
  margin: 0;
  padding: 0;
}
.block-icon-image--table-cell {
  display: none;
}
.block-icon-image--table-cell-left {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.block-icon-image--table-cell-left span {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #9a0000;
  letter-spacing: 0.5px;
}
.block-goods-user-review--nothing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 20px;
}
.block-goods-user-review--nothing p {
  font-weight: 300;
}
.block-goods-user-review--count dd {
  font-weight: 600;
}
.block-goods-user-review--count-summary {
  background: transparent;
  border: none;
  border-bottom: 1px solid #cfc1b2;
  padding: 0 0 18px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.block-goods-user-review--description {
  border-bottom: 1px solid #cfc1b2;
  padding: 0 0 25px;
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.block-goods-user-review--description .block-goods-user-review--need-login-message {
  font-size: 16px;
}
.block-goods-user-review--item {
  padding: 0 24px 20px;
}
.block-goods-user-review--item-title {
  font-weight: 600;
}
.block-goods-user-review--item-comment {
  margin: 18px 0 0;
}
.pane-goods-footer {
  margin: 72px 0 55px;
  border-bottom: 1px solid #ccc;
  padding: 0 48px;
}
.block-accessory-list {
  margin: 0;
}
.block-accessory-list--name {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.9px;
  margin: 0;
}
.block-accessory-list--name:after {
  content: none;
}
.block-goods-detail-j--goods {
  -ms-flex-preferred-size: 246px;
      flex-basis: 246px;
}
.block-goods-detail-j--goods-image figure {
  padding: 0;
}
@media (hover: hover) {
  .block-goods-detail-j--goods-image figure img:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.block-goods-detail-j--goods-name {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block-goods-detail-j--goods .price {
  text-align: left;
  margin: 5px 0 0;
}
.block-goods-detail-j--goods .default-price {
  text-align: left;
  font-size: 14px;
  font-weight: 300;
}
#custom_fixed_cart_btn {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 95px;
  z-index: 9;
  cursor: pointer;
}
.custom_fixed_cart_btn_wrap {
  background: #9a0000;
  border-radius: 12px;
  width: 70px;
  height: 70px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (hover: hover) {
  .custom_fixed_cart_btn_wrap:hover {
    opacity: 0.7;
  }
}
.custom_fixed_cart_btn_text {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
}
.custom_fixed_cart_btn_img {
  width: 24px;
  height: 24px;
  margin: auto;
}
.pane-goods-right-side .block-add-cart:has(.block-goods-favorite-registed--btn) .block-goods-favorite--btn {
  display: none;
}
.modal-wrapper .block-goods-favorite-cancel--btn {
  color: #fff !important;
}
.modal-wrapper .bookmarkmodal-option .btn-secondary {
  color: #fff !important;
}
.block-check-list-a--items {
  margin-left: 0;
}
.block-check-list-a--goods-name a {
  text-decoration: none;
}
.block-check-list-a--select-item {
  background: none;
}
.block-check-list-a--select-item .radio {
  padding: 0;
}
.block-topic-path .block-topic-path--list:nth-of-type(n+3) {
  display: none;
}
.block-goods-comment8 {
  margin: 10px 0 0;
}
.block-goods-comment9 .comment9_jump_top {
  position: fixed;
  right: 20px;
  bottom: 175px;
  z-index: 9;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 8px 16px rgba(54,29,29,0.161));
          filter: drop-shadow(0 8px 16px rgba(54,29,29,0.161));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.block-goods-comment9 .comment9_jump_top img {
  width: 100px;
}
.block-goods-comment9 .comment9_jump_top.is-hidden {
  visibility: hidden;
  opacity: 0;
}
