@charset "UTF-8";
:root {
  --vw: 1vw;
  --header-height: 0px;
  --header-innerheight: 0px;
  --drawer-top: 0px;
  --hbg-top-offset: 0;
  --hbg-left-offset: 0;
  --header-offset: 0px;
}
a,
button {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover,
button:hover {
  opacity: 0.7;
}
#cookieBox {
  z-index: 10000000;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  padding-top: var(--header-offset);
}
.pane-contents {
  padding-bottom: 0;
}
/* ---------------------*
layout
*--------------------- */
.page-goods .pane-contents .container {
  width: 100%;
}
.page-goods .pane-main {
  margin-top: 0;
}
#goodsdetail_itemhistory {
  width: 100%;
  padding: 72px 0 88px;
  background-color: #f5f3f0;
}
#goodsdetail_itemhistory .block-recent-item--items {
  width: unset;
  max-width: 1230px;
  margin-inline: auto;
  padding-inline: 15px;
}
.pane-goods-header {
  margin: 0;
  padding: 0;
}
.block-goods-detail--promotion-freespace:empty {
  margin: 0;
}
.block-accessory-list {
  padding: 72px 0 88px;
}
h2.block-accessory-list--name {
  max-width: 1230px;
  margin: 0 15px 20px;
  padding: 0 0 1em;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
}
h2.block-accessory-list--name:after {
  content: none;
}
.block-goods-detail .swiper-wrapper {
  padding: 50px 0;
}
.block-goods-detail .swiper-slider-main figure {
  width: 500px;
  height: 500px;
  min-width: 500px;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-goods-detail .swiper-slider-main figure img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.swiper-slider-main .swiper-button-next,
.swiper-slider-main .swiper-button-prev {
  color: #73716d;
  -webkit-transform: translateY(calc(-50% + 25px));
          transform: translateY(calc(-50% + 25px));
}
.swiper-slider-main .swiper-button-next:after,
.swiper-slider-main .swiper-button-prev:after {
  content: '';
  width: 10px;
  height: 20px;
  background-image: url("/img/usr/icon/icon_arrow__right.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.swiper-slider-main .swiper-button-next svg,
.swiper-slider-main .swiper-button-prev svg {
  display: none;
}
.swiper-slider-main .swiper-button-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  right: 0;
}
.swiper-slider-main .swiper-button-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0;
}
.swiper-slider-main .swiper-button-prev:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.block-goods-gallery {
  margin-top: 12px;
}
.block-goods-gallery li {
  width: 68px !important;
  height: 68px !important;
}
.block-goods-gallery .swiper-wrapper {
  padding: 0;
}
.pane-goods-right-side form {
  gap: 1em;
}
.pane-goods-right-side .block-icon {
  height: 24px;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.pane-goods-right-side .block-icon span {
  height: 100%;
  margin: 0;
}
.pane-goods-right-side .block-goods-comment {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
.pane-goods-right-side .block-goods-name {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}
.pane-goods-right-side .block-goods-price--on-sales-comment {
  font-size: 14px;
  font-weight: 300;
  color: #f26f6f;
}
.pane-goods-right-side .block-goods-price--price {
  font-size: 28px;
  font-weight: 400;
  color: #f26f6f;
}
.pane-goods-right-side .block-goods-price--price .price-small {
  font-size: 0.6em;
}
.pane-goods-right-side .default-price {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  text-decoration: unset;
  position: relative;
}
.pane-goods-right-side .default-price:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 50%;
}
.pane-goods-right-side .default-price .price-small:last-of-type {
  font-size: 0.75em;
}
.pane-goods-right-side .block-variation {
  margin: 0;
  padding: 0;
}
.pane-goods-right-side .goods-detail-description {
  margin: 0;
}
.pane-goods-right-side .goods-detail-description dt,
.pane-goods-right-side .goods-detail-description dd {
  font-size: 14px;
}
.pane-goods-right-side .goods-detail-description dt {
  width: 120px;
  padding: 0 1em 0 0;
}
.pane-goods-right-side .goods-detail-description dd {
  padding: 0 0 0 1em;
}
.pane-goods-right-side .block-add-cart {
  margin: 0;
  gap: 24px 16px;
}
.pane-goods-right-side .block-goods-qty {
  font-size: 16px;
}
.pane-goods-right-side #select-qty {
  width: 162px;
  min-width: 162px;
  height: 48px;
  padding: 0 1em;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
.pane-goods-right-side .block-add-cart--btn {
  width: 420px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  border-radius: 32px;
  background-color: #d9bb82;
  font-size: 16px;
  font-weight: 500;
}
.pane-goods-right-side .block-add-cart--btn:before {
  content: '';
  width: 20px;
  height: 16px;
  display: block;
  background-image: url("/img/usr/icon/icon_cart__wht.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.pane-goods-right-side .block-goods-favorite a {
  width: 64px;
  height: 64px;
  padding: 0;
  font-size: 0;
  background-color: #f5f3f0;
  border-radius: 32px;
}
.pane-goods-right-side .block-goods-favorite a:before {
  content: '' !important;
  width: 20px;
  height: 18px;
  display: block;
  background-image: url("/img/usr/icon/icon_fav__wht.png");
  background-color: transparent !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.pane-goods-right-side .block-goods-favorite a.block-goods-favorite-registed--btn:before {
  background-image: url("/img/usr/icon/icon_fav__pnk.png");
}
.pane-goods-right-side .block-contact-about-goods {
  margin: 0 80px 0 0;
}
.pane-goods-right-side .block-contact-about-goods a {
  font-size: 14px;
  font-weight: 300;
}
/* ---------------------*
商品画像拡大モーダル - PC
*--------------------- */
.swiper-slider-main {
  position: relative;
}
.swiper-slider-main .zoom-icon-btn {
  position: absolute;
  bottom: 21px;
  right: 16px;
  width: 48px;
  height: 48px;
  background: #fff url("/img/usr/icon/icon_zoom.png") center no-repeat;
  background-size: 20px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  z-index: 100;
}
.swiper-slider-main .zoom-icon-btn:hover {
  background-color: #fafafa;
}
.goods-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.goods-modal--open {
  display: block;
}
.goods-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  cursor: pointer;
}
.goods-modal__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
.goods-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-color: rgba(0,0,0,0.5);
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.goods-modal__close:hover {
  background-color: rgba(0,0,0,0.7);
  border-color: rgba(255,255,255,0.6);
}
.goods-modal__close-icon {
  position: relative;
  width: 24px;
  height: 24px;
}
.goods-modal__close-icon::before,
.goods-modal__close-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.goods-modal__close-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.goods-modal__close-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.goods-modal__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-color: rgba(0,0,0,0.5);
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.goods-modal__arrow:hover {
  background-color: rgba(0,0,0,0.7);
  border-color: rgba(255,255,255,0.6);
  -webkit-transform: translateY(-50%) scale(1.1);
          transform: translateY(-50%) scale(1.1);
}
.goods-modal__arrow--prev {
  left: 20px;
}
.goods-modal__arrow--next {
  right: 20px;
}
.goods-modal__arrow svg {
  width: 24px;
  height: 24px;
  color: #fff;
}
.goods-modal__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.goods-modal__slider {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.goods-modal__slide {
  display: none;
  width: 100%;
  height: 100%;
}
.goods-modal__slide--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.goods-modal__image-wrapper {
  width: 100%;
  height: 100%;
  max-height: calc(100vh - 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.goods-modal__image-wrapper--native {
  max-width: calc(100vw - 10px);
  overflow: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: default;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.goods-modal__image-wrapper--native::-webkit-scrollbar {
  display: none;
}
.goods-modal__image-wrapper--fullscreen {
  max-width: 100vw;
  max-height: 100vh;
  cursor: default;
}
.goods-modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.goods-modal__image--native {
  max-width: none;
  max-height: none;
  margin: auto;
  cursor: -webkit-grab;
  cursor: grab;
}
.goods-modal__image--grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.goods-modal__image--fullscreen {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: calc(100vh - 130px);
  -o-object-fit: contain;
     object-fit: contain;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.goods-modal__thumbnails {
  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;
  padding: 20px;
  background-color: rgba(0,0,0,0.7);
  gap: 10px;
  overflow-x: auto;
  min-height: 100px;
  scroll-behavior: smooth;
}
.goods-modal__thumbnails::-webkit-scrollbar {
  height: 6px;
}
.goods-modal__thumbnails::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.goods-modal__thumbnails::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 3px;
}
.goods-modal__thumbnails::-webkit-scrollbar-thumb:hover {
  background-color: #666;
}
.goods-modal__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
  height: 80px;
  padding: 2px;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  background-color: rgba(255,255,255,0.1);
}
.goods-modal__thumb:hover {
  border-color: rgba(255,255,255,0.5);
}
.goods-modal__thumb--active {
  border-color: #fff;
}
.goods-modal__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}
/* ---------------------*
block-goods-comment6
*--------------------- */
.block-goods-comment6 p {
  font-size: 14px;
}
h3.block-goods-comment-ttl-h3 {
  font-size: 20px;
  font-weight: 500;
}
h3.block-goods-comment-ttl-h3:after {
  background-color: #e6e6e6;
}
.block-goods-comment-txt {
  font-size: 16px;
  font-weight: 300;
}
.block-goods-comment-tbl {
  font-size: 14px;
  font-weight: 300;
}
.block-goods-comment-tbl dt {
  background-color: #f5f3f0;
}
.block-goods-comment-img-list .list-ttl {
  font-size: 18px;
  font-weight: 500;
}
.block-goods-comment-img-list .list-comment {
  font-size: 14px;
  font-weight: 300;
}
.block-goods-comment-img-list .prl-2 .list-detail {
  width: 766px;
}
.block-goods-comment-notes li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.75em;
  left: 0.5em;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
}
.block-goods-comment-link a {
  font-size: 14px;
  font-weight: 300;
}
.block-goods-comment-link a.link-outer:after {
  content: '';
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  background: url("/img/usr/icon/icon_exlink.png") center no-repeat;
  background-size: contain;
}
div.block-goods-comment-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 300px;
  height: 48px;
  border-radius: 48px;
  background-color: #73716d;
  border: 1px solid #73716d;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-weight: normal;
  text-decoration: none;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
div.block-goods-comment-btn a:hover {
  color: #333 !important;
  background-color: #fff;
  border: 1px solid #73716d;
}
div.block-goods-comment-btn a:hover.btn-outer:after {
  background: url("/img/usr/icon/icon_exlink__blk.png") center no-repeat;
  background-size: contain;
}
div.block-goods-comment-btn a.btn-outer:after {
  content: '';
  display: inline-block;
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 6px;
  background: url("/img/usr/icon/icon_exlink__wht.png") center no-repeat;
  background-size: contain;
}
.block-goods-comment-tbl dt,
.block-goods-comment-tbl th {
  background-color: #f5f3f0 !important;
}
.block-goods-comment-tbl.tbl-2,
.block-goods-comment-tbl.tbl-3 {
  border-bottom: 1px solid #e6e6e6 !important;
}
.block-goods-comment-tbl.tbl-2 dl,
.block-goods-comment-tbl.tbl-3 dl {
  border-top: 1px solid #e6e6e6 !important;
}
.block-goods-comment-notes,
.block-goods-comment-tbl.tbl-2 dd,
.block-goods-comment-tbl.tbl-3 dd {
  font-size: 14px;
  font-weight: 300;
}
.block-goods-user-review--write-review-btn.btn-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 300px;
  height: 48px;
  border-radius: 48px;
  background-color: #73716d !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  font-weight: normal;
  text-decoration: none;
}
.accessory_btn_wrap {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accessory_btn_wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 300px;
  height: 48px;
  border-radius: 48px;
  background-color: #73716d !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  font-weight: normal;
  text-decoration: none;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.accessory_btn_wrap a:hover {
  color: #333 !important;
  background-color: #fff !important;
  border: 1px solid #73716d;
}
/* ---------------------*
block-goods-user-review
*--------------------- */
.block-goods-user-review {
  margin-top: 80px;
}
.block-goods-user-review p,
.block-goods-user-review a {
  font-size: 14px !important;
}
.block-goods-user-review--info {
  margin: 0;
  padding: 0;
  background-color: unset;
}
.block-goods-user-review--count-summary {
  padding: 20px 24px;
}
.block-goods-user-review--count {
  margin-top: 0.5em;
}
.block-goods-user-review--count dd {
  font-weight: bold;
}
.block-goods-user-review--item {
  padding: 0 0 15px;
  border-bottom: 2px dotted #e6e6e6;
}
.block-goods-user-review--item-name,
.block-goods-user-review--description,
.block-goods-user-review--write-review {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}
.block-goods-user-review--item-name a,
.block-goods-user-review--description a,
.block-goods-user-review--write-review a {
  text-decoration: underline;
}
.block-goods-user-review--item-score dt {
  display: none;
}
.block-goods-user-review--item-comment {
  font-size: 14px;
  font-weight: 300;
}
.block-goods-user-review--item-moderate-vote {
  border: none;
}
.block-goods-user-review--write-review-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 300px;
  height: 48px;
  margin: 0 auto;
  border-radius: 48px;
  background-color: #73716d;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-weight: normal;
  text-decoration: none;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.block-goods-user-review--write-review-btn:hover {
  color: #333 !important;
  background-color: #fff;
  border: 1px solid #73716d;
}
/* ---------------------*
option_goods_container
*--------------------- */
.option_goods_container {
  margin: 80px auto;
}
