﻿.goodsdetail_imgs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  width: calc(100vw - 84px);
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}
.goodsdetail_imgs .splide,
.goodsdetail_imgs .splide__track {
  position: relative;
  width: 100%;
  max-width: calc(100vw - 84px);
  aspect-ratio: 1/1;
}
.goodsdetail_imgs .splide__arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
}
.goodsdetail_imgs_img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.goodsdetail_imgs_img > div {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
}
.goodsdetail_imgs_img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.goodsdetail_imgs_img figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  line-height: 1.4545454545;
}
.goodsdetail_imgs_fav {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 26px;
  height: 22px;
}
.goodsdetail_imgs_fav .icn-fav_ol,
.goodsdetail_imgs_fav .icn-fav {
  position: absolute;
  top: 0;
  left: 0;
}
.goodsdetail_imgs_fav .icn-fav_ol::before,
.goodsdetail_imgs_fav .icn-fav::before {
  width: 26px;
  height: 22px;
}
.goodsdetail_thumbs {
  margin-top: 20px;
  margin-right: -15px;
  margin-left: -15px;
}
.goodsdetail_thumbs_img {
  width: 58px;
  aspect-ratio: 1/1;
}
.goodsdetail_goods_icns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  line-height: 1;
}
.goodsdetail_goods_icns img {
  height: 18px;
}
.goodsdetail_goods_brand {
  margin-top: 10px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.5;
}
.goodsdetail_goods_brand a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.goodsdetail_goods_name {
  margin-top: 5px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3333333333;
}
.goodsdetail_goods_desc {
  margin-top: 30px;
  font-size: 13px;
  line-height: 1.5384615385;
}
.goodsdetail_goods_price {
  margin-top: 24px;
}
.goodsdetail_goods_price .cmn-price {
  text-align: right;
}
.goodsdetail_goods_price .cmn-price strong {
  font-size: 22px;
}
.goodsdetail_goods_price .cmn-price small {
  margin-left: 2px;
  font-size: 12px;
}
.goodsdetail_goods_date {
  font-size: 12px;
}
.goodsdetail_goods_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
}
.goodsdetail_goods_point > i {
  line-height: 1;
}
.goodsdetail_goods_point > i img {
  height: 18px;
}
.goodsdetail_goods_point > span {
  position: relative;
  margin-left: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.goodsdetail_goods_point > strong {
  font-weight: bold;
}
.goodsdetail_option {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
  line-height: 1.6;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.goodsdetail_option + .goodsdetail_option {
  margin-top: 12px;
}
.goodsdetail_option input {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.goodsdetail_option_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  width: 100%;
  padding: 15px 75px 15px 42px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.goodsdetail_option_txt strong {
  font-size: 13.6px;
  font-weight: bold;
}
.goodsdetail_option_txt small {
  font-size: 12px;
}
.goodsdetail_option_price {
  position: absolute;
  top: 50%;
  right: 12px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  letter-spacing: -0.015em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.goodsdetail_addcart {
  margin-top: 20px;
}
.goodsdetail_addcart .cmn-btn--primary {
  height: 54px;
  font-size: 15px;
}
.goodsdetail_addcart_note {
  display: block;
  margin-top: 20px;
  font-size: 11px;
}
.goodsdetail_goods_btns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.goodsdetail_goods_btn {
  width: 100%;
  margin-top: 10px;
}
.goodsdetail_goods_btn a,
.goodsdetail_goods_btn button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0 none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 48px;
  padding: 8px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #323232;
  border-radius: 5px;
  font-size: 13px;
  line-height: 1.3846153846;
}
.goodsdetail_goods_btn.blue_ a {
  background-color: #4e7243;
}
.goodsdetail_goods_btn a[href^="https://ecredit.jaccs.co.jp"] span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.goodsdetail_goods_btn a[href^="https://ecredit.jaccs.co.jp"] span::before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  content: "";
  background-image: url(../../../img/design/icn/calc.svg#calc-view);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 20px;
  height: 27px;
}
.goodsdetail_payment {
  margin-top: 25px;
}
.goodsdetail_payment_ttl {
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
}
.goodsdetail_payment_icns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
  margin-top: 12px;
}
.goodsdetail_payment_icn {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 48px;
  padding: 4px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.goodsdetail_payment_icn.pm_not {
  color: #bbb;
  text-decoration: line-through;
  background-color: #eee;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.goodsdetail_payment_icn i {
  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;
  width: 30px;
  height: 26px;
}
.goodsdetail_payment_icn i::before {
  margin: auto;
}
.goodsdetail_payment_icn i.icn-pay-card::before {
  width: 24px;
  height: 18px;
}
.goodsdetail_payment_icn i.icn-pay-loan::before {
  width: 20px;
  height: 23px;
}
.goodsdetail_payment_icn i.icn-pay-daibiki::before {
  width: 25px;
  height: 20px;
}
.goodsdetail_payment_icn i.icn-pay-bank::before {
  width: 27px;
  height: 18px;
}
.goodsdetail_payment_icn span {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
}
.goodsdetail_desc {
  margin-top: 60px;
}
.goodsdetail_desc_block + .goodsdetail_desc_block {
  margin-top: 40px;
}
.goodsdetail_desc_hdg {
  position: relative;
  padding: 0 0 18px;
  margin-bottom: 24px;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px solid #000;
  font-size: 16px;
  line-height: 1.25;
}
.goodsdetail_desc_hdg::before, .goodsdetail_desc_hdg::after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 16px;
  height: 1px;
  content: "";
  background-color: #000;
  -webkit-transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.goodsdetail_desc_hdg::before {
  -webkit-transform: translateY(-10px) translateY(-50%);
          transform: translateY(-10px) translateY(-50%);
}
.goodsdetail_desc_hdg::after {
  top: 50%;
  -webkit-transform: translateY(-10px) translateY(-50%) rotate(90deg);
          transform: translateY(-10px) translateY(-50%) rotate(90deg);
}
.goodsdetail_desc_hdg.is-active::after {
  opacity: 0;
}
.goodsdetail_spec-table {
  width: 100%;
  margin-top: -10px;
}
.goodsdetail_spec-table th,
.goodsdetail_spec-table td {
  padding: 10px 12px 10px 0;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  line-height: 1.6666666667;
}
.goodsdetail_spec-table th {
  width: 115px;
  font-weight: bold;
}
.goodsdetail_spec-table a {
  text-decoration: underline;
}
.goodsdetail_rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px;
  border: 2px solid transparent;
}
.goodsdetail_rank + .goodsdetail_rank {
  margin-top: -10px;
}
.goodsdetail_rank.is-active {
  margin-top: 0;
  background-color: #fff;
  border-color: #a28d46;
}
.goodsdetail_rank.is-active + .goodsdetail_rank {
  margin-top: 5px;
}
.goodsdetail_rank dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 78px;
  font-weight: 500;
}
.goodsdetail_rank dd {
  padding-top: 1px;
  font-size: 13px;
  line-height: 1.5384615385;
}
.goodsdetail_rank_icn {
  font-size: 11px;
  color: #323232;
  text-align: center;
  background-color: #999;
}
.goodsdetail_rank_icn.rank-new {
  background-color: #efea81;
}
.goodsdetail_rank_icn.rank-unused {
  background-color: #f0f0f0;
}
.goodsdetail_rank_icn.rank-sa {
  background-color: #efb5d4;
}
.goodsdetail_rank_icn.rank-a {
  color: #fff;
  background-color: #d167a0;
}
.goodsdetail_rank_icn.rank-ab {
  color: #fff;
  background-color: #9565cc;
}
.goodsdetail_rank_icn.rank-b {
  color: #fff;
  background-color: #6297d5;
}
.goodsdetail_rank_icn.rank-vintage {
  color: #fff;
  background-color: #65503a;
}
.goodsdetail_rank-note {
  margin-top: 1em;
}
.goodsdetail_feature p:not(:first-of-type) {
  margin-top: 30px;
}
.goodsdetail_feature_block + .goodsdetail_feature_block {
  margin-top: 40px;
}
.goodsdetail_feature_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.goodsdetail_feature_flex figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 140px;
}
.goodsdetail_info div[id^=warranty]:not(.is-active) {
  display: none;
}
.goodsdetail_info.cmn-section {
  margin-top: 40px;
}
.goodsdetail_info_col {
  margin-top: 40px;
}
.goodsdetail_info_hdg {
  padding: 10px 15px;
  margin-bottom: 24px;
  font-weight: bold;
  background-color: #e3decf;
  font-size: 16px;
  line-height: 1.25;
}
.goodsdetail_info_hdg:not(:first-of-type) {
  margin-top: 40px;
}
.goodsdetail_info_hdg--s:not(:first-of-type) {
  margin-top: 40px;
}
.goodsdetail_warranty-table {
  width: 100%;
  margin-top: 20px;
  background-color: #fff;
}
.goodsdetail_warranty-table th,
.goodsdetail_warranty-table td {
  line-height: 1.4;
  border: 1px solid #d6d0c7;
}
.goodsdetail_warranty-table th {
  padding: 8px 6px;
  font-size: 14px;
  text-align: center;
  background-color: #f4f2ef;
}
.goodsdetail_warranty-table th:last-child {
  width: 80px;
}
.goodsdetail_warranty-table td {
  padding: 10px 7px;
  font-size: 13px;
}
.goodsdetail_warranty-table td:last-child {
  text-align: center;
}
.goodsdetail_info_linklist {
  margin-top: -10px;
}
.goodsdetail_info_linklist a {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  border-bottom: 1px solid #e5e5e5;
}
.goodsdetail_info_linklist a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 0.75px solid #323232;
  border-bottom: 0.75px solid #323232;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.goodsdetail_recommend_hdgwrap .cmn-hdg_viewall {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -12px;
  margin-bottom: 20px;
  margin-left: auto;
}
.goodsdetail_recommend_hdg {
  text-align: center;
}
.goodsdetail_recommend_hdg span {
  font-size: 18px;
  line-height: 1.7777777778;
  font-weight: bold;
}
.goodsdetail_recommend_hdg small {
  margin-left: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #a28d46;
  font-size: 14px;
  line-height: 1.5;
}
.goodsdetail_spmodal {
  padding-right: 0;
  padding-left: 0;
}
.goodsdetail_spmodal .modal_inner {
  color: #fff;
  background-color: transparent;
}
.goodsdetail_spmodal_carousel {
  position: relative;
  width: 100%;
}
.goodsdetail_spmodal_img {
  width: 100%;
  max-width: 100vw;
}
.goodsdetail_spmodal_img div {
  max-height: calc(100vh - 120px);
  aspect-ratio: 1/1;
  margin: auto;
}
.goodsdetail_spmodal_img img {
  width: 100%;
  aspect-ratio: 1/1;
}
.goodsdetail_spmodal_img figcaption {
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 28px;
}
.goodsdetail_spmodal_count {
  position: absolute;
  top: min(var(--vw, 1vw) * 100 + 7px, 100vh - 112px);
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  margin-bottom: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
}