@charset "UTF-8";
.page-goods .pane-contents .container {
  width: 100%;
}
.page-goods .pane-contents .container .pane-main {
  width: 100%;
}
.page-goods .pane-topic-path {
  background: none;
}
.page-goods .pane-topic-path .container {
  width: 100%;
  max-width: 113em;
  padding: 0 1.5em;
}
@media screen and (max-width: 959px) {
  .page-goods .pane-topic-path .container {
    padding: 0;
  }
}
.page-goods .block-topic-path {
  background: none;
}
@media screen and (max-width: 959px) {
  .page-goods .block-topic-path {
    margin: 0;
    padding: 1.5em 1.5em 1.2em;
  }
}
@media screen and (max-width: 959px) {
  .page-goods .block-topic-path--list {
    margin: 0;
  }
}
.page-goods .block-topic-path--list + .block-topic-path--list {
  margin-top: 0.5em;
}
.page-goods .block-topic-path--list > li {
  position: relative;
  padding: 0;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2em;
}
@media screen and (max-width: 959px) {
  .page-goods .block-topic-path--list > li {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 959px) {
  .page-goods .block-topic-path--list > li:not(:first-child) {
    padding-left: 0.5em;
  }
}
.page-goods .block-topic-path--list > li:not(:first-child)::before {
  content: "/";
  position: absolute;
  top: 0;
  left: 0.5em;
  display: inline-block;
  color: #999999;
}
.page-goods .block-topic-path--list > li a {
  color: #999999;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.page-goods .block-topic-path--list > li a:hover {
  color: #2F3131 !important;
}

.block-goods-detail {
  grid-template-columns: 54em 1fr;
  grid-template-rows: auto auto auto 1fr auto auto auto auto;
  gap: 0 8em;
  width: 100%;
  max-width: 113em;
  padding: 0 1.5em;
  margin: 0 auto;
}
.block-goods-detail .pane-goods-left-side {
  display: contents;
}
.block-goods-detail .pane-goods-left-side .swiper-slider-main {
  grid-column: 1/2;
  grid-row: 2/4;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .pane-goods-left-side .swiper-slider-main {
    margin: 0;
  }
}
.block-goods-detail .pane-goods-left-side .swiper-slider-main .swiper-button-prev,
.block-goods-detail .pane-goods-left-side .swiper-slider-main .swiper-button-next {
  width: 4.6em;
  height: 4.6em;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  transition: background 0.3s;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .pane-goods-left-side .swiper-slider-main .swiper-button-prev,
.block-goods-detail .pane-goods-left-side .swiper-slider-main .swiper-button-next {
    width: 4em;
    height: 4em;
  }
}
.block-goods-detail .pane-goods-left-side .swiper-slider-main .swiper-button-prev::after,
.block-goods-detail .pane-goods-left-side .swiper-slider-main .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.227%22%20height%3D%2217.04%22%20viewBox%3D%220%200%209.227%2017.04%22%3E%3Cpath%20d%3D%22M0%2C0%2C8.167%2C8.167%2C0%2C16.333%22%20transform%3D%22translate(0.354%200.354)%22%20fill%3D%22none%22%20stroke%3D%22%232f3131%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.8em 1.6em;
  font-size: 1em;
}
.block-goods-detail .pane-goods-left-side .swiper-slider-main .swiper-button-prev:hover,
.block-goods-detail .pane-goods-left-side .swiper-slider-main .swiper-button-next:hover {
  background-color: #2F3131;
}
.block-goods-detail .pane-goods-left-side .swiper-slider-main .swiper-button-prev:hover::after,
.block-goods-detail .pane-goods-left-side .swiper-slider-main .swiper-button-next:hover::after {
  background-image: url("data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.227%22%20height%3D%2217.04%22%20viewBox%3D%220%200%209.227%2017.04%22%3E%3Cpath%20d%3D%22M0%2C0%2C8.167%2C8.167%2C0%2C16.333%22%20transform%3D%22translate(0.354%200.354)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
}
.block-goods-detail .pane-goods-left-side .swiper-slider-main .swiper-button-prev::after {
  transform: rotate(180deg);
}
.block-goods-detail .pane-goods-left-side .block-goods-detail--color-variation-goods-thumbnail-form {
  grid-column: 1/2;
  grid-row: 4/5;
  margin-top: 2em;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .pane-goods-left-side .block-goods-detail--color-variation-goods-thumbnail-form .block-goods-gallery {
    margin: 0;
    overflow-x: auto;
  }
}
.block-goods-detail .pane-goods-left-side .block-goods-detail--color-variation-goods-thumbnail-form .block-goods-gallery .swiper-wrapper {
  gap: 1.2em;
  font-size: 1em;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .pane-goods-left-side .block-goods-detail--color-variation-goods-thumbnail-form .block-goods-gallery .swiper-wrapper {
    gap: 0;
    margin: min(-1.5384615385vw, -7.6923076923px) 0 0 min(-1.5384615385vw, -7.6923076923px);
    padding: 0;
    font-size: 0;
  }
}
.block-goods-detail .pane-goods-left-side .block-goods-detail--color-variation-goods-thumbnail-form .block-goods-gallery .swiper-wrapper .swiper-slide {
  width: 5.9em !important;
  height: 5.9em;
  padding: 0 !important;
  border: 1px solid #E5E5E5;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .pane-goods-left-side .block-goods-detail--color-variation-goods-thumbnail-form .block-goods-gallery .swiper-wrapper .swiper-slide {
    width: 5.75em !important;
    height: 5.75em;
    margin: 0.6em 0 0 0.6em;
  }
}
.block-goods-detail .pane-goods-left-side .block-goods-detail--color-variation-goods-thumbnail-form .block-goods-gallery .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border-color: #2F3131;
}
.block-goods-detail .pane-goods-left-side .block-goods-detail--color-variation-goods-thumbnail-form .block-goods-gallery .swiper-wrapper .swiper-slide figure {
  margin: 0;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .pane-goods-left-side .block-goods-detail--color-variation-goods-thumbnail-form .block-goods-gallery .swiper-wrapper .swiper-slide figure::before {
    content: none;
  }
}
.block-goods-detail .pane-goods-right-side {
  grid-column: 2/3;
  grid-row: 2/3;
  width: 48em;
}
.block-goods-detail .block-goods-comment1 {
  grid-column: 1/3;
  grid-row: 5/6;
  width: 100%;
  margin: 8em auto 6em;
  padding-top: 5em;
  border-top: 1px solid #E5E5E5;
  order: 280;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .block-goods-comment1 {
    margin: 4em 0 0;
    padding: 0;
    border: none;
  }
}
.block-goods-detail .block-goods-comment1 dd {
  max-width: 86em;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .block-goods-comment1 dd {
    max-width: initial;
  }
}
.block-goods-detail .block-goods-comment1 dd a:hover {
  color: #BBA975 !important;
}
.block-goods-detail .block-goods-comment2 {
  grid-column: 2/3;
  grid-row: 3/5;
  width: 48em;
  margin: 4em 0 0;
  border-top: 1px solid #E5E5E5;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .block-goods-comment2 {
    width: 100%;
    margin-top: 3em;
  }
}
.block-goods-detail .block-goods-comment3 {
  grid-column: 1/3;
  grid-row: 6/7;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .block-goods-comment3 {
    width: calc(100% + 3em);
    margin-top: 4em;
    margin-left: -1.5em;
  }
}
.block-goods-detail .block-goods-comment3 a {
  transition: color 0.3s, opacity 0.3s;
}
.block-goods-detail .block-goods-comment3 a:hover {
  color: #BBA975 !important;
  opacity: 0.7;
}
.block-goods-detail .block-goods-comment3 p {
  font-size: 1.6em;
}
.block-goods-detail .block-goods-comment3 img {
  display: inline-block;
  width: auto;
  height: auto;
}
.block-goods-detail .block-goods-comment3 .award {
  padding: 1.5em 2em;
  border: 1px solid #70561C;
}
.block-goods-detail .block-goods-comment3 .award:not(:first-child) {
  margin-top: 3em;
}
.block-goods-detail .block-goods-comment3 .award > li {
  position: relative;
  padding-left: 1em;
  color: #70561C;
  font-size: 1.5em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .block-goods-comment3 .award > li {
    font-size: 1.4em;
  }
}
.block-goods-detail .block-goods-comment3 .award > li + li {
  margin-top: 0.4em;
}
.block-goods-detail .block-goods-comment3 .award > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
.block-goods-detail .block-icon {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 0.5em 0.8em;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .block-icon {
    margin: 2.5em 0 0;
    font-size: 1em;
  }
}
.block-goods-detail .block-icon span {
  height: 2.5em;
  margin: 0;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .block-icon span {
    height: 2.3em;
  }
}
.block-goods-detail .block-icon span img {
  width: auto;
  height: 100%;
}
.block-goods-detail .block-goods-name {
  margin-top: 2.5em;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .block-goods-name {
    margin-top: 1.5em;
    margin-bottom: 0;
  }
}
.block-goods-detail .block-goods-name h1 {
  font-size: 2.4em;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .block-goods-name h1 {
    margin: 0;
    padding: 0;
    font-size: 1.8em;
  }
}
.block-goods-detail .block-goods-price {
  margin-top: 1.4em;
  margin-bottom: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .block-goods-price {
    margin-top: 0.8em;
    margin-bottom: 1.6em;
  }
}
.block-goods-detail .block-goods-price--price {
  font-size: 2.4em;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .block-goods-price--price {
    font-size: 2em;
  }
}
.block-goods-detail .block-goods-price--price::after {
  content: "（税込）";
  font-size: 50%;
}
.block-goods-detail .block-goods-price--default-price {
  font-size: 1.4em;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .block-goods-price--default-price {
    font-size: 1.2em;
  }
}
.block-goods-detail .block-goods-price--default-price::after {
  content: "（税込）";
}
.block-goods-detail .goods-detail-description {
  display: flex;
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4em;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .goods-detail-description {
    font-size: 1.3em;
  }
}
.block-goods-detail .goods-detail-description dt {
  display: inline-block;
  width: auto;
  padding: 0.35em 0;
  font-weight: 500;
}
.block-goods-detail .goods-detail-description dt::before {
  content: none;
}
.block-goods-detail .goods-detail-description dt::after {
  content: "：";
  position: static;
  width: auto;
  height: auto;
  background: none;
}
.block-goods-detail .goods-detail-description dd {
  display: stretch;
  padding: 0.35em 0;
}
.block-goods-detail .goods-detail-description.block-goods-code {
  display: none;
}
.block-goods-detail .block-variation {
  margin: 0;
  padding: 0;
}
.block-goods-detail .block-variation--item-dropdown {
  padding: 10px 8px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4em;
}
.block-goods-detail .block-add-cart {
  display: flex;
  gap: 1em;
  width: 100%;
  margin-top: 1em;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .block-add-cart {
    margin-top: 2em;
    margin-bottom: 0;
    padding: 0;
  }
}
.block-goods-detail .block-add-cart--btn {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  opacity: 0;
}
.block-goods-detail .block-add-cart--btn-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 0.5em;
  border: 1px solid #2F3131;
  background: #2F3131;
  font-size: 1em;
  line-height: 1.2;
  transition: background 0.3s;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .block-add-cart--btn-wrap {
    max-width: 360px;
  }
}
.block-goods-detail .block-add-cart--btn-wrap > span {
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding-left: 2em;
  color: #fff;
  font-size: 1.4em;
  transition: color 0.3s;
}
.block-goods-detail .block-add-cart--btn-wrap > span::before {
  content: "";
  position: absolute;
  display: block;
  width: 2.2em;
  height: 2.2em;
  top: calc(50% - 0.1em);
  right: auto;
  bottom: auto;
  left: 0;
  display: inline-block;
  background: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.613' height='16.613' viewBox='0 0 16.613 16.613'%3E%3Crect width='16.613' height='16.613' fill='%23fff' opacity='0'/%3E%3Cpath d='M2760.28,143.909h-10.462l-1.22-10.132h-1.723a.3.3,0,0,1,0-.6h2.258l1.22,10.132h9.927a.3.3,0,1,1,0,.6Z' transform='translate(-2746.008 -131.389)' fill='%23fff'/%3E%3Cpath d='M2761.6,143.251h-10.208v-.6h10.145a1.132,1.132,0,0,0,.065-.134l0,0,1.671-4.083h-12.6v-.6h12.978a.351.351,0,0,1,.345.334.541.541,0,0,1-.075.273l-1.763,4.306a1.289,1.289,0,0,1-.2.343A.5.5,0,0,1,2761.6,143.251Z' transform='translate(-2747.634 -133.23)' fill='%23fff'/%3E%3Cpath d='M1.661.6A1.057,1.057,0,1,0,2.718,1.661,1.058,1.058,0,0,0,1.661.6m0-.6A1.661,1.661,0,1,1,0,1.661,1.661,1.661,0,0,1,1.661,0Z' transform='translate(3.842 13.154)' fill='%23fff'/%3E%3Cpath d='M1.661.6A1.057,1.057,0,1,0,2.718,1.661,1.058,1.058,0,0,0,1.661.6m0-.6A1.661,1.661,0,1,1,0,1.661,1.661,1.661,0,0,1,1.661,0Z' transform='translate(11.089 13.154)' fill='%23fff'/%3E%3C/svg%3E") no-repeat center left/contain;
  font-size: 71.4%;
  transform: translateY(-50%);
  transition: background 0.3s;
}
.block-goods-detail .block-add-cart--btn-wrap:hover {
  background: #fff;
  color: #2F3131 !important;
  opacity: 1;
}
.block-goods-detail .block-add-cart--btn-wrap:hover > span {
  color: #2F3131;
}
.block-goods-detail .block-add-cart--btn-wrap:hover > span::before {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.613' height='16.613' viewBox='0 0 16.613 16.613'%3E%3Crect width='16.613' height='16.613' fill='%232F3131' opacity='0'/%3E%3Cpath d='M2760.28,143.909h-10.462l-1.22-10.132h-1.723a.3.3,0,0,1,0-.6h2.258l1.22,10.132h9.927a.3.3,0,1,1,0,.6Z' transform='translate(-2746.008 -131.389)' fill='%232F3131'/%3E%3Cpath d='M2761.6,143.251h-10.208v-.6h10.145a1.132,1.132,0,0,0,.065-.134l0,0,1.671-4.083h-12.6v-.6h12.978a.351.351,0,0,1,.345.334.541.541,0,0,1-.075.273l-1.763,4.306a1.289,1.289,0,0,1-.2.343A.5.5,0,0,1,2761.6,143.251Z' transform='translate(-2747.634 -133.23)' fill='%232F3131'/%3E%3Cpath d='M1.661.6A1.057,1.057,0,1,0,2.718,1.661,1.058,1.058,0,0,0,1.661.6m0-.6A1.661,1.661,0,1,1,0,1.661,1.661,1.661,0,0,1,1.661,0Z' transform='translate(3.842 13.154)' fill='%232F3131'/%3E%3Cpath d='M1.661.6A1.057,1.057,0,1,0,2.718,1.661,1.058,1.058,0,0,0,1.661.6m0-.6A1.661,1.661,0,1,1,0,1.661,1.661,1.661,0,0,1,1.661,0Z' transform='translate(11.089 13.154)' fill='%232F3131'/%3E%3C/svg%3E");
}
.block-goods-detail .block-add-cart .block-goods-favorite-registed--btn + .block-goods-favorite-registed--btn,
.block-goods-detail .block-add-cart .block-goods-favorite-registed--btn + .block-goods-favorite--btn {
  display: none;
}
.block-goods-detail .block-no-stock {
  display: flex;
  gap: 1em;
  width: 100%;
  margin-top: 1em;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .block-no-stock {
    margin-top: 2em;
    margin-bottom: 0;
    padding: 0;
  }
}
.block-goods-detail .block-no-stock--message {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 0.5em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4em;
  line-height: 1.2;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .block-no-stock--message {
    width: 100% !important;
    margin: 0 !important;
    padding: 0.5em !important;
    font-size: 14px !important;
  }
}
.block-goods-detail .block-no-stock .block-goods-favorite-registed--btn + .block-goods-favorite-registed--btn,
.block-goods-detail .block-no-stock .block-goods-favorite-registed--btn + .block-goods-favorite--btn {
  display: none;
}
.block-goods-detail .block-goods-set {
  margin-top: 1em;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .block-goods-set {
    margin-bottom: 0;
  }
}
.block-goods-detail .block-goods-set--header {
  margin: 0;
  padding: 0;
  font-size: 1.6em;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .block-goods-set--header {
    font-size: 1.4em !important;
  }
}
.block-goods-detail .block-goods-set--item-list {
  margin: 0.5em 0 2em;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .block-goods-set--item-list {
    margin-bottom: 0;
    padding: 0 !important;
  }
}
.block-goods-detail .block-goods-set--item-list tbody {
  font-size: 1.4em;
}
@media screen and (max-width: 959px) {
  .block-goods-detail .block-goods-set--item-list tbody {
    font-size: 1.3em;
  }
}
.block-goods-detail .block-goods-set--item-list tbody a:hover {
  color: #BBA975 !important;
}
.block-goods-detail .block-goods-set--item-name {
  padding-top: 0.57em;
}
.block-goods-detail .block-goods-set--item-qty {
  margin: 0 !important;
  padding-bottom: 0.57em !important;
}
.block-goods-detail .block-goods-favorite--btn {
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 1px solid #E5E5E5;
  background: #fff !important;
}
.block-goods-detail .block-goods-favorite--btn::before {
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cg%20transform%3D%22translate(0)%22%3E%3Crect%20width%3D%2222%22%20height%3D%2222%22%20transform%3D%22translate(0)%22%20fill%3D%22none%22%2F%3E%3Cg%20transform%3D%22translate(1.376%203.604)%22%3E%3Cpath%20d%3D%22M22.139%2C10.1a4.888%2C4.888%2C0%2C0%2C0-6.661%2C0l-1.852%2C1.75L11.774%2C10.1a4.9%2C4.9%2C0%2C0%2C0-6.584.073%2C4.3%2C4.3%2C0%2C0%2C0-.077%2C6.237l8.513%2C8.065%2C6.661-6.31h0l1.852-1.755a4.3%2C4.3%2C0%2C0%2C0%2C0-6.31Z%22%20transform%3D%22translate(-3.81%20-8.785)%22%20fill%3D%22none%22%20stroke%3D%22%232f3131%22%20stroke-width%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}
.block-goods-detail .block-goods-favorite--btn + .block-goods-favorite--btn {
  display: none !important;
}
.block-goods-detail .block-goods-favorite-registed--btn {
  position: relative;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #E5E5E5;
  background: #fff !important;
  font-size: 0;
}
.block-goods-detail .block-goods-favorite-registed--btn::before {
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%3Cg%20transform%3D%22translate(0)%22%3E%3Crect%20width%3D%2222%22%20height%3D%2222%22%20transform%3D%22translate(0)%22%20fill%3D%22none%22%2F%3E%3Cg%20transform%3D%22translate(1.376%203.604)%22%3E%3Cpath%20d%3D%22M22.139%2C10.1a4.888%2C4.888%2C0%2C0%2C0-6.661%2C0l-1.852%2C1.75L11.774%2C10.1a4.9%2C4.9%2C0%2C0%2C0-6.584.073%2C4.3%2C4.3%2C0%2C0%2C0-.077%2C6.237l8.513%2C8.065%2C6.661-6.31h0l1.852-1.755a4.3%2C4.3%2C0%2C0%2C0%2C0-6.31Z%22%20transform%3D%22translate(-3.81%20-8.785)%22%20fill%3D%22%232f3131%22%20stroke%3D%22%232f3131%22%20stroke-width%3D%221%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
}
.block-goods-detail .block-contact-about-goods {
  display: none;
}
.block-goods-detail .pane-goods-center {
  grid-column: 1/3;
  grid-row: 7/8;
  padding: 0;
}
.block-goods-detail .pane-goods-footer {
  grid-column: 1/3;
  grid-row: 8/9;
}

.block-genre-tree,
.block-category-tree,
.block-goods-user-review {
  display: none;
}
.block-genre-tree + .block-topic-path,
.block-category-tree + .block-topic-path,
.block-goods-user-review + .block-topic-path {
  display: none;
}

#goodsdetail_itemhistory {
  max-width: 113em;
  margin: 6em auto 0;
  padding: 0 1.5em;
}
@media screen and (max-width: 959px) {
  #goodsdetail_itemhistory {
    width: 100%;
    margin-top: 4em;
  }
}
#goodsdetail_itemhistory .block-recent-item--header {
  margin: 0;
  padding: 0;
  font-size: 3.2em;
  text-align: left;
}
@media screen and (max-width: 959px) {
  #goodsdetail_itemhistory .block-recent-item--header {
    margin-bottom: 0.8em;
    font-size: 2.4em;
  }
}
#goodsdetail_itemhistory .block-recent-item--header::after {
  content: none;
}
#goodsdetail_itemhistory .block-recent-item--body {
  margin-top: 2.5em;
}
@media screen and (max-width: 959px) {
  #goodsdetail_itemhistory .block-recent-item--body {
    margin-top: 0;
  }
}
#goodsdetail_itemhistory .block-recent-item--items {
  width: 100%;
}
#goodsdetail_itemhistory .block-recent-item--items a {
  font-size: 1.3em;
  font-weight: bold;
  transition: color 0.3s;
}
@media screen and (max-width: 959px) {
  #goodsdetail_itemhistory .block-recent-item--items a {
    font-size: 1.2em;
  }
}
#goodsdetail_itemhistory .block-recent-item--items a:hover {
  color: #BBA975 !important;
}
#goodsdetail_itemhistory .block-recent-item--keep-history {
  margin-top: 4em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 959px) {
  #goodsdetail_itemhistory .block-recent-item--keep-history {
    margin-top: 2em;
  }
}
#goodsdetail_itemhistory .block-recent-item--keep-history a {
  transition: color 0.3s;
}
#goodsdetail_itemhistory .block-recent-item--keep-history a:hover {
  color: #BBA975 !important;
}
#goodsdetail_itemhistory .block-thumbnail-h {
  gap: 2em;
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 959px) {
  #goodsdetail_itemhistory .block-thumbnail-h {
    flex-wrap: nowrap;
    gap: 1.5em;
    overflow-x: auto;
  }
}
#goodsdetail_itemhistory .block-thumbnail-h--items {
  margin: 0 auto;
  padding: 0;
}
#goodsdetail_itemhistory .block-thumbnail-h > li {
  width: calc(16.6666666667% - 1.6666666667em);
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 959px) {
  #goodsdetail_itemhistory .block-thumbnail-h > li {
    flex-shrink: 0;
    width: 14em;
  }
}
#goodsdetail_itemhistory .block-thumbnail-h--goods-image a {
  display: block;
  width: 100%;
}
#goodsdetail_itemhistory .block-thumbnail-h--goods-image a figure {
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden;
  aspect-ratio: 1/1;
}
#goodsdetail_itemhistory .block-thumbnail-h--goods-image a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.3s;
}
#goodsdetail_itemhistory .block-thumbnail-h--goods-image a figure img:hover {
  transform: scale(1.05);
}
#goodsdetail_itemhistory .block-thumbnail-h--goods-description {
  margin-top: 1em;
}
#goodsdetail_itemhistory .block-thumbnail-h--goods-description .variation-name {
  margin-top: 0.3em;
  font-size: 1.1em;
}
@media screen and (max-width: 959px) {
  #goodsdetail_itemhistory .block-thumbnail-h--goods-description .variation-name {
    font-size: 1em;
  }
}
#goodsdetail_itemhistory .block-thumbnail-h--goods .price {
  margin-top: 0.4em;
  font-size: 1.5em;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 959px) {
  #goodsdetail_itemhistory .block-thumbnail-h--goods .price {
    font-size: 1.4em;
  }
}
#goodsdetail_itemhistory .block-thumbnail-h--goods .price::after {
  content: "（税込）";
  font-size: 70%;
}
#goodsdetail_itemhistory .block-thumbnail-h--goods .default-price {
  font-size: 1.2em;
  font-weight: 500;
}
#goodsdetail_itemhistory .block-thumbnail-h--goods .default-price::after {
  content: "（税込）";
}

.modal-dialog {
  right: 0;
  left: 0 !important;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1em;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.modal-dialog .modal-header {
  background-color: #2F3131 !important;
  font-size: 1.6em;
}
.modal-dialog .modal-body {
  font-size: 1.4em;
}
.modal-dialog .modal-footer {
  font-size: 1.4em;
}
.modal-dialog .modal-footer input:hover,
.modal-dialog .modal-footer .btn:hover {
  color: #fff !important;
}
.modal-dialog .modal-footer .btn-primary {
  background-color: #BBA975 !important;
}

.p-goods__table {
  width: 100%;
  margin-top: 1.7em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3em;
}
.p-goods__table th {
  width: 10em;
  color: #777777;
}
.p-goods__table th,
.p-goods__table td {
  padding: 0.46em 0;
  word-break: break-all;
}
@media screen and (max-width: 959px) {
  .p-goods__table th,
.p-goods__table td {
    text-align: left;
  }
}
.p-goods__content-lead {
  margin-bottom: 2em;
}
.p-goods__content-lead p {
  font-size: 2em;
}
@media screen and (max-width: 959px) {
  .p-goods__content-lead p {
    font-size: 1.8em;
  }
}
.p-goods__content-text {
  font-size: 1.4em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.7;
}
.p-goods__content-text > * + * {
  margin-top: 1.7em;
}
.p-goods__content-text .award {
  padding: 1.5em 2em;
  border: 1px solid #70561C;
  font-size: 0.715em;
}
@media screen and (max-width: 959px) {
  .p-goods__content-text .award {
    padding: 1.5em;
  }
}
.p-goods__content-text .award:not(:first-child) {
  margin-top: 3em;
}
.p-goods__content-text .award > li {
  position: relative;
  padding-left: 1em;
  color: #70561C;
  font-size: 1.5em;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .p-goods__content-text .award > li {
    font-size: 1.4em;
  }
}
.p-goods__content-text .award > li + li {
  margin-top: 0.4em;
}
.p-goods__content-text .award > li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}