@charset "UTF-8";
html {
  scroll-behavior: auto;
}
.block-topic-path >ul:nth-child(n+2) {
  display: none;
}
.pane-goods-left-side {
  width: 540px;
}
.pane-goods-right-side {
  width: 600px;
}
.block-goods-detail {
  -ms-grid-columns: 1fr 600px;
  grid-template-columns: 1fr 600px;
  margin-bottom: 0;
}
.pane-goods-center .block-goods-user-review {
  display: none;
}
.page-goods:has(#goodsdetail_itemhistory) .block-goods-detail {
  padding-bottom: 65px;
}
/*商品画像*/
.pane-goods-left-side {
  margin-top: 45px;
}
.pane-goods-left-side .swiper-button-prev {
  background: rgba(255,255,255,0.4);
  width: 40px;
  height: 40px;
  left: 0;
}
.pane-goods-left-side .swiper-button-prev:after {
  content: "";
  background: url("/img/usr/goods/item_arrow.png") no-repeat center/contain;
  width: 19px;
  height: 19px;
}
.pane-goods-left-side .swiper-button-next {
  background: rgba(255,255,255,0.4);
  width: 40px;
  height: 40px;
  right: 0;
}
.pane-goods-left-side .swiper-button-next:after {
  content: "";
  background: url("/img/usr/goods/item_arrow.png") no-repeat center/contain;
  width: 19px;
  height: 19px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/*右側*/
.pane-goods-right-side {
  margin-top: 42px;
}
.pane-goods-right-side .goods-detail-description {
  border-bottom: 1px solid #f5f5f5;
  margin: 0;
  padding: 19px 0;
}
.pane-goods-right-side .goods-detail-description.block-goods-code {
  border-top: 1px solid #f5f5f5;
  margin-top: 60px;
}
.pane-goods-right-side .goods-detail-description dt {
  padding: 0;
  width: 120px;
}
.pane-goods-right-side .goods-detail-description dt:before {
  content: none;
}
.pane-goods-right-side .goods-detail-description dd {
  padding: 0;
}
.pane-goods-right-side .block-icon {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 3px 6px;
  margin: 0;
}
.pane-goods-right-side .block-goods-name {
  margin: 15px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid #f5f5f5;
}
.pane-goods-right-side .block-goods-name h1 {
  font-size: 18px;
}
.pane-goods-right-side .block-goods-price {
  margin: 10px 0 0;
}
.pane-goods-right-side .block-goods-price .price {
  font-size: 28px;
}
.pane-goods-right-side .block-goods-price .price span {
  font-size: 16px;
}
.pane-goods-right-side .block-goods-price .block-goods-price--on-sales-comment {
  display: none;
}
.pane-goods-right-side .block-goods-price:has(.block-goods-price--default-price) .block-goods-price--price {
  color: #e63947;
}
.pane-goods-right-side .block-goods-price--default-price {
  color: #888;
}
.pane-goods-right-side .block-goods-comment {
  font-weight: normal;
  margin: 25px 0 0;
}
.pane-goods-right-side .block-goods-stock dt {
  display: none;
}
.pane-goods-right-side .block-goods-item-code dt {
  font-size: 0;
}
.pane-goods-right-side .block-goods-item-code dt:after {
  content: "商品品番";
  font-size: 14px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}
.pane-goods-right-side .block-goods-release-dt {
  display: none;
}
.pane-goods-right-side .block_cart_wrap {
  background: #f5f5f5;
  padding: 40px;
  height: auto;
  margin: 40px 0 0;
  display: -ms-grid;
  display: grid;
  gap: 12px;
}
.pane-goods-right-side .inner_cart_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.pane-goods-right-side .block-outside-sales-period .block-outside-sales-period--message,
.pane-goods-right-side .block-outside-sales-period span {
  margin: 0;
  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;
  width: 420px;
  height: 70px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  background: #ccc;
  border: none;
}
.pane-goods-right-side .block-outside-sales-period span {
  background: #e8e8e8;
  color: #393939;
}
.pane-goods-right-side .block-no-stock {
  width: 100%;
  margin: 0;
}
.pane-goods-right-side .block-no-stock .block-no-stock--message,
.pane-goods-right-side .block-no-stock span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  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;
  width: 420px;
  height: 70px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
  background: #ccc;
  border: none;
}
.pane-goods-right-side .block-no-stock span {
  background: #e8e8e8;
  color: #393939;
}
.pane-goods-right-side .block-arrival-notice {
  text-align: left;
}
.pane-goods-right-side .block-arrival-notice a {
  margin: 0;
  width: 420px;
  height: 46px;
  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;
  color: #fff;
  font-size: 14px;
  background: #c2a85c;
  border-radius: 6px;
  border: none;
}
.pane-goods-right-side .block-contact-about-goods {
  width: 420px;
  margin: 0;
  text-align: left;
}
.pane-goods-right-side .block-contact-about-goods a {
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  border: none;
}
.pane-goods-right-side .block-add-cart {
  margin: 0;
  height: 70px;
  -ms-grid-columns: auto 70px;
  grid-template-columns: auto 70px;
  gap: 30px;
}
.pane-goods-right-side .block-add-cart .block-add-cart--btn,
.pane-goods-right-side .block-custom-order .block-custom-order--btn {
  width: 420px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background: #036;
}
.pane-goods-right-side .block-add-cart .block-add-cart--btn:before,
.pane-goods-right-side .block-custom-order .block-custom-order--btn:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url("/img/usr/common/cart_w.png") no-repeat center/contain;
}
.pane-goods-right-side .block-goods-favorite {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 70px;
  height: 70px;
}
.pane-goods-right-side .block-goods-favorite .block-goods-favorite--btn {
  border-radius: 100px;
  border: 1px solid #e6e6e6;
}
.pane-goods-right-side .block-goods-favorite .block-goods-favorite--btn:after {
  content: "";
  width: 27px;
  height: 27px;
  background: url("/img/usr/common/heart.png") no-repeat center/contain;
  margin-top: 3px;
}
.pane-goods-right-side .block-goods-favorite .block-goods-favorite--btn:before {
  content: none !important;
}
.pane-goods-right-side .block-goods-favorite .block-goods-favorite-registed--btn {
  border-radius: 100px;
  border: 1px solid #e6e6e6;
}
.pane-goods-right-side .block-goods-favorite .block-goods-favorite-registed--btn:after {
  content: "";
  width: 27px;
  height: 27px;
  background: url("/img/usr/common/heart_b.png") no-repeat center/contain;
  margin-top: 3px;
}
.pane-goods-right-side .block-goods-favorite .block-goods-favorite-registed--btn:before {
  content: none !important;
}
.pane-goods-right-side .block-goods-sales-start-dt {
  display: none;
}
.pane-goods-right-side .block-variation {
  padding: 0;
  margin: 0;
}
.pane-goods-right-side .block-variation:has(.block-variation) {
  border-top: 1px solid #f5f5f5;
  margin: 30px 0 0;
}
.pane-goods-right-side .block-variation .block-variation {
  padding: 0;
  margin: 25px 0 0;
}
.pane-goods-right-side .block-variation .block-variation h2 {
  font-size: 0;
  margin-bottom: 15px;
}
.pane-goods-right-side .block-variation .block-variation h2:before {
  content: "VARIATION";
  font-size: 16px;
  font-weight: 600;
}
.pane-goods-right-side .block-variation .block-variation--item-list {
  background: #f5f5f5;
  padding: 20px;
  gap: 15px;
  margin: 0;
}
.pane-goods-right-side .block-variation .block-variation--selected-item {
  display: none;
}
.pane-goods-right-side .block-variation .block-variation--item {
  padding: 0;
  width: 100px;
  margin: 0;
}
.pane-goods-right-side .block-variation .block-variation--item:not(.active) dt {
  border: none;
}
.pane-goods-right-side .block-variation .block-variation--item dt {
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
}
.pane-goods-right-side .block-variation .block-variation--item dt figure {
  padding: 0;
  width: 100%;
  height: 100%;
}
.pane-goods-right-side .block-variation .block-color--item-description span {
  font-size: 12px;
  height: auto;
  text-align: left;
}
.pane-goods-right-side .block-goods-stock {
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  padding: 15px 0;
  margin: 40px 0 0;
}
/*関連商品*/
.block-accessory-list .block-accessory-list--name {
  font-size: 0;
  line-height: normal;
  margin-top: 0;
  padding-bottom: 22px;
}
.block-accessory-list .block-accessory-list--name:before {
  content: "関連商品";
  font-size: 16px;
  display: block;
}
.block-goods-detail-j li {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  padding: 0;
}
.block-goods-detail-j .block-goods-detail-j--items {
  margin: 0;
}
.block-goods-detail-j .block-goods-detail-j--goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  gap: 35px;
}
.block-goods-detail-j .block-goods-detail-j--goods-image {
  width: auto;
  height: auto;
  padding-top: 0;
}
.block-goods-detail-j .block-goods-detail-j--goods-image figure {
  position: relative;
  padding: 0;
  width: 180px;
  height: 180px;
}
.block-goods-detail-j .block-goods-detail-j--goods-image img {
  width: 100%;
  height: 100%;
}
.block-accessory-list .block-goods-favorite {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
}
.block-accessory-list .block-goods-favorite .block-goods-list--favorite--btn {
  position: static;
  width: 36px;
  height: 36px;
}
.block-accessory-list .block-goods-favorite .block-goods-list--favorite-registed--btn {
  position: static;
  width: 36px;
  height: 36px;
}
.block-goods-detail-j .block-goods-detail-j--goods-description {
  margin: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-goods-detail-j .block-goods-detail-j--goods-description:has(.block-goods-detail-j--soldoutcomment) .block-goods-detail-j--soldoutcomment {
  margin-top: auto;
}
.block-goods-detail-j .block-goods-detail-j--goods-description:has(.block-goods-detail-j--soldoutcomment) .block-goods-detail-j--price-infos {
  margin-top: 0;
}
.block-goods-detail-j .block-goods-detail-j--goods-name {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.block-goods-detail-j .variation-name {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}
.block-goods-detail-j .block-icon {
  display: none;
  -webkit-box-ordinal-group: 201;
      -ms-flex-order: 200;
          order: 200;
}
.block-goods-detail-j .block-goods-detail-j--soldoutcomment {
  -webkit-box-ordinal-group: 401;
      -ms-flex-order: 400;
          order: 400;
  margin-top: auto;
  text-align: right;
}
.block-goods-detail-j .block-goods-detail-j--soldoutcomment span {
  color: #d80100 !important;
  font-size: 16px;
  font-weight: bold;
}
.block-goods-detail-j .block-goods-detail-j--price-infos {
  -webkit-box-ordinal-group: 501;
      -ms-flex-order: 500;
          order: 500;
  margin-top: auto;
}
.block-goods-comment1,
.block-goods-comment2,
.block-goods-comment3,
.block-goods-comment4,
.block-goods-comment5 {
  margin: 25px 0;
}
.goods_movie {
  position: relative;
  padding-top: 56%;
  margin: 30px 0 20px;
}
.goods_movie iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.goods_movie + .item-txt {
  margin: 30px 0;
}
.goods_img {
  margin: 30px 0 20px;
}
.goods_img + .item-txt {
  margin: 30px 0;
}
.item-detail {
  border-top: 1px solid #d1d1cf;
}
.item-detail .title {
  font-size: 16px;
  font-weight: 600;
  margin: 35px 0 20px;
}
.item-detail .title + .item-spec {
  margin: 0 0 30px;
}
.item-detail .title + .item-txt {
  margin: 0 0 30px;
}
.item-detail p + p {
  margin: 20px 0 0;
}
.item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #d1d1cf;
  padding-top: 30px;
}
.item-link .item_linklist a {
  color: #20aee0;
}
.item-link .item-share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.block-goods-comment4 {
  -webkit-box-ordinal-group: 131;
      -ms-flex-order: 130;
          order: 130;
  margin: 0;
}
.goods_gift_banner_wrap {
  padding: 60px 0 18px;
  -webkit-box-ordinal-group: 129;
      -ms-flex-order: 128;
          order: 128;
}
.goods_banner_wrap {
  display: -ms-grid;
  display: grid;
  gap: 16px;
}
.block-recent-item {
  border: none;
  padding-top: 100px;
}
.block_goods_content {
  padding-top: 135px;
}
.block_goods_content .block-pagecategory-page-list--date {
  display: none;
}
.goods_common_link {
  margin: 25px 0;
}
.goods_common_link a {
  text-decoration: underline;
}
.goods_common_link a:hover {
  text-decoration: none;
}
/*検索ページ*/
#searchGoodsPc {
  width: 100%;
  max-width: 1180px;
  margin: auto;
}
#searchGoodsPc .block-list-add-cart-btn {
  margin-top: 15px;
  background: #036;
}
#searchGoodsPc .block-list-add-cart-btn p {
  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: 8px;
  font-size: 12px;
}
#searchGoodsPc .block-list-add-cart-btn p:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/img/usr/common/cart_w.png") no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
/* モーダル */
.modal-dialog .modal-footer .btn {
  border-radius: 50px;
  font-size: 14px;
}

.block-goods-detail-j--scomment {
  display: none;
}