﻿﻿@charset "UTF-8";

/* バリエーション切り替えボタン */

.block-variation--name {
  margin: 10px -10px;
}

.block-variation--item-list {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.block-variation + .block-variation {
	margin-top: 20px;
}
.block-variation--item {
  display: inline-block;
  font-size: 14px;
}
/*
.block-variation--name {
  display: none;
}
*/
.block-variation--selected-item {
  margin-top: 10px;
}
.block-variation--selected-item .font-w { font-weight: bold; }
.block-variation--item-description {
  display: none;
}

.block-variation--item-term {
  display: block;
  background-color: #fff;
  cursor: pointer;
  box-sizing: border-box;
}
.block-variation--item-term img {
  border-radius: 100%;
  border: 1px solid #e0e0e0;
}

.block-variation--item.color-disable-stock dt {
  border: 2px dashed #d0d0d0;
  background-color: #eee;
}

.block-variation--item.size-disable-stock dt {
  border: 2px dashed #d0d0d0;
  background-color: #eee;
}
.block-variation--item.active {
	position: relative;
}
.block-variation--item.active .variation--item-icon {
  content: '';
	position: absolute;
  display: block;
	z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.block-color--item-term {
  min-width: 54px;
  min-height: 54px;
}

.block-color--item-term img {
  max-width: 100%;
  max-height: 100%;
}

.block-color--item-term figure {
  width: 50px;
  height: 50px;
}

.block-size--item dt {
  width: 40px;
}

.block-size--item-term span {
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  padding: 2px;
}

/* サイズ別カートボタン */
.block-size-with-cart--item {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
}

.block-size-with-cart--item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-size-with-cart--item-term span {
  display: table-cell;
  word-break: break-all;
  text-align: center;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  padding: 2px;
  font-size: 14px;
}

.block-size-with-cart .block-variation-no-stock--message,
.block-size-with-cart .block-variation-outside-sales-period--message,
.block-size-with-cart .block-goods-variation-arrival-notice--btn,
.block-size-with-cart .block-variation-add-cart--btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 54px;
  width: 182px;
}

.block-variation-favorite-registed--btn {
  color: #f9f;
}

.block-size-with-cart .block-variation-favorite {
  margin-left: 5px;
}

.block-size-with-cart .block-variation-favorite--btn,
.block-size-with-cart .block-variation-favorite-registed--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  height: 54px;
  width: 54px;
}

/* カラー別カートボタン */
.block-color-with-cart--item {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}
.block-color-with-cart--item + .block-color-with-cart--item { border-top: 1px solid #ccc; margin-top: 20px; padding-top: 20px;}
.block-color-with-cart--item-term {width: 15%;}
.block-color-with-cart--item-term:first-child {
    margin-right: auto;
}
.block-color-with-cart--item-term .color-name {
    margin: 0;
}
.block-color-with-cart--item-term figure {
	width: 50px;
	height: 50px;
	display: none;
}
.block-color-with-cart--item-term img {
  max-width: 100%;
  max-height: 100%;
}
.block-color-with-cart--item .block-variation-add-cart,
.block-variation-outside-sales-period,
.block-variation-no-stock {
    width: 100%;
    max-width: 405px;
}
.block-color-with-cart .block-variation-no-stock--message,
.block-color-with-cart .block-variation-outside-sales-period--message,
.block-color-with-cart .block-goods-variation-arrival-notice--btn,
.block-color-with-cart .block-variation-add-cart--btn {
  display: block;
  height: 100%;
  width: 100%;
}
.block-color-with-cart--item.is-flex .block-variation-add-cart,
.block-color-with-cart--item.is-flex .block-variation-outside-sales-period,
.block-color-with-cart--item.is-flex .block-variation-no-stock {
    width: 100%;
    max-width: 236px;
}
.block-color-with-cart .block-variation-no-stock--message span::before,
.block-color-with-cart .block-variation-outside-sales-period--message span::before,
.block-color-with-cart .block-goods-variation-arrival-notice--btn span::before,
.block-color-with-cart .block-variation-add-cart--btn span::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	aspect-ratio: 1;
	background: url(../../img/usr/common/ico_cart_wh.svg) left center / auto 90% no-repeat;
	margin-right: 10px;
}
.block-color-with-cart .block-variation-favorite {
  margin-left: 5px;
}

.block-color-with-cart .block-variation-favorite--btn,
.block-color-with-cart .block-variation-favorite-registed--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  height: 54px;
  width: 54px;
}
.block-variation-add-gift {
    max-width: 160px;
    width: 100%;
}
.block-variation-add-gift--btn {
    outline: none;
    border: 1px solid black;
    background-color: white;
    border-radius: 6px;
    vertical-align: bottom;
    height: 100%;
    width: 100%;
}
.block-variation-add-gift--btn span::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    aspect-ratio: 1;
    background: url(../../img/usr/common/ico_gift_bk.svg) left center / auto 90% no-repeat;
    margin-right: 10px;
}
/* カラーサイズ別カートボタン */
.block-color-size-with-cart {
  margin-top: 30px;
}
.block-color-size-with-cart--color-line,.block-color-size-with-cart--size-line {
  margin-bottom: 10px;
  max-width: 614px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  margin-left: auto;
  justify-content: flex-end;
}

.block-color-size-with-cart--size-item-term,
.block-color-size-with-cart--color-item-term,
.block-color-size-with-cart--nocolor {width: 15%;}

.block-color-size-with-cart--color-item-term figure {
  width: 50px;
  height: 50px;
  display: none;
}
.block-color-size-with-cart--color-item-term img {
  max-width: 100%;
  max-height: 100%;
}
.block-color-size-with-cart .block-variation-add-cart {width: 100%;max-width: 440px;}
.block-color-size-with-cart .block-variation-add-cart--btn {
  width: 100%;
  display: block;
  padding: 15px 5px;
  font-weight: bold;
}
.block-color-size-with-cart .block-variation-add-cart--btn span {
  display: inline-block;
  padding-left: 50px;
  background: url(../../img/usr/common/ico_cart_wh.svg) left center / auto 100% no-repeat;
  font-size: 16px;
}
.block-color-size-with-cart .block-variation-no-stock--message,
.block-color-size-with-cart .block-variation-outside-sales-period--message,
.block-color-size-with-cart .block-goods-variation-arrival-notice--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 100%;
}

.block-color-size-with-cart .block-variation-favorite {
  margin-left: 5px;
}

.block-color-size-with-cart .block-variation-favorite--btn,
.block-color-size-with-cart .block-variation-favorite-registed--btn {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  height: 54px;
  width: 54px;
}

.block-goods-price--regular-repeat-initial-price-name {
  font-size: 20px;
  font-weight: bold;
  color: #444;
}

.block-goods-price--regular-repeat-price-name {
  font-weight: bold;
  color: #444;
  margin-top: 10px;
}

.block-goods-price--regular-repeat-price {
  font-weight: bold;
  color: #333;
}

.block-goods-price--regular-repeat-net {
  color: #555;
}

.block-goods-price--regular-repeat-default-price {
  text-decoration: line-through;
  color: #333;
  font-weight: bold;
}
@media (min-width: 769px) {
	.block-color-with-cart--item {
	    padding-left: clamp(10px,2.5vw,30px);
	    padding-right: clamp(10px,2.5vw,30px);
	}
}
@media (max-width: 768px) {	
	.block-color-with-cart--item {
		padding-left: clamp(10px,5vw,30px);
		padding-right: clamp(10px,5vw,30px);
		flex-wrap: wrap;
		width: auto;
	}
	.block-color-with-cart--item-term {width: 100%;}
	.block-color-with-cart--item-term:first-child { margin-right: 0; }
	.block-color-with-cart--item .block-variation-add-cart, .block-variation-outside-sales-period, .block-variation-no-stock {
		max-width: none;
	}
	.block-color-with-cart--item.is-flex .block-variation-add-cart, .block-color-with-cart--item.is-flex .block-variation-outside-sales-period, .block-color-with-cart--item.is-flex .block-variation-no-stock {
		width: calc(50% - 2px);
	}
  .block-color-size-with-cart--color-line, .block-color-size-with-cart--size-line {
      flex-direction: column;
      gap: 5px;
      margin-bottom: 20px;
      max-width: none;
  }
  .block-color-size-with-cart--size-item-term, .block-color-size-with-cart--color-item-term, .block-color-size-with-cart--nocolor {
      width: auto;
  }
  .block-color-size-with-cart .block-variation-add-cart,.block-color-size-with-cart .block-variation-add-cart, .block-variation-no-stock {
      width: auto;
      max-width: none;
  }
  .block-color-size-with-cart .block-variation-add-cart:last-child ,
  .block-color-size-with-cart .block-variation-add-cart:last-child ,
  .block-variation-no-stock:last-child  {
      width: 100%;
  }
}
/* ----関連商品---- */

.block-accessory-list {
  margin-top: 10px;
}

/* 商品詳細(イベント一覧) */

#goodsdetail_eventlist_title {
  margin: 0;
  padding: 16px 20px;
  border: 0;
}

#goodsdetail_eventlist_content {
  overflow-x: hidden;
  margin: 10px 10px 10px 20px;
}

.block-eventlist {
  display: flex;
  width: 100%;
  max-width: none;
}

.block-eventlist .swiper-slide {
  width: fit-content;
}

.block-eventlist {
  display: flex;
  width: 100%;
  max-width: none;
}

.block-eventlist-item {
  width: 60vw;
}

.block-eventlist-item--image figure {
  background: #f5f5f5;
  width: 100%;
  height: 164px;
}

.block-eventlist-item--title {
  color: #000;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.block-eventlist-item--title a {
  text-decoration: none;
}

.block-eventlist::-webkit-scrollbar {
  display: none;
}

/* 商品詳細(ブログ一覧) */

#goodsdetail_bloglist h2 {
  margin: 0;
  padding: 16px 20px;
  border: 0;
}

.swiper-bloglist-content {
  overflow-x: hidden;
  margin: 10px 10px 10px 20px;
}

.block-bloglist {
  display: flex;
  width: 100%;
  max-width: none;
}

.block-bloglist .swiper-slide {
  width: fit-content;
}

.block-bloglist {
  display: flex;
  width: 100%;
  max-width: none;
}

.block-bloglist-item {
  width: 60vw;
}

.block-bloglist-item--image figure {
  background: #f5f5f5;
  width: 100%;
  height: 164px;
}

.block-bloglist-item--date {
  margin: 5px 0 5px 0;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.block-bloglist-item--newicon {
  display: inline-block;
  margin-left: 5px;
  padding: 0 5px;
  color: rgb(255, 255, 255);
  background: #e5002d;
  font-size: 12px;
  font-weight: bold;
}

.block-bloglist-item--title {
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.block-bloglist-item--title a {
  text-decoration: none;
}

.block-bloglist-item--taglist {
  margin: 10px 0 0 0;
}

.block-bloglist-item--taglist div {
  display: inline-block;
}

.block-bloglist-item--taglist-item {
  display: inline-block;
  padding: 2px;
  margin-bottom: 5px;
  border-radius: 10px;
  background: #e9e9e9;
  word-break: break-all;
}

.block-bloglist-item--taglist-item a {
  text-decoration: none;
}

.block-bloglist::-webkit-scrollbar {
  display: none;
}

/* ----ユーザーレビュー画面---- */
.block-goods-user-review {margin-top:50px;padding: 80px 0;border-top: 1px solid black;}
.block-goods-user-review--info a {text-decoration: underline;}
.block-goods-user-review--score { margin-bottom: 20px; }
.block-goods-user-review--score dt {
  display: inline;
  font-weight: bold;
  vertical-align: text-bottom;
}

.block-goods-user-review--score dd {
  display: inline-flex;
  align-items: center;
}

.block-goods-user-review--score dd img {
  height: 100%;
  max-width: 126px;
  /* position: relative; */
  /* top: -3px; */
}

.block-goods-user-review--count dt {
  display: inline;
  font-weight: bold;
}

.block-goods-user-review--count dd {
  display: inline;
}

.block-goods-user-review--write-review {
  margin: 20px 0 40px;
}
.block-goods-user-review--count { font-size: 18px;}
.block-goods-user-review--write-review a {background: transparent;padding: 10px;width: 90%;max-width: 275px;position: relative;}
.block-goods-user-review--write-review a::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 1px solid black;
    border-top: 1px solid black;
    top: 0;
    bottom: 0;
    right: 6%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);}

.block-goods-user-review--item + .block-goods-user-review--item {
  margin-top: clamp(20px,8vw,40px);
}

.block-goods-user-review--item-title {
  padding: 5px 20px;
  margin-bottom: 20px;
  background-color: black;
  color: white;
  display: inline-block;
  font-size: 15px;
}
.block-goods-user-review--item-body > *:not(:last-child) {
  margin-bottom: 22px;
}
.block-goods-user-review--item-summary {
  display:flex;
  gap: 20px;
  align-items: center;
}
.block-goods-user-review--item-score {
  height: 100%;
  width: 30%;
  max-width: 126px;
  position: relative;
  top: -3px;
}
.block-goods-user-review--item-name dt {
  display: inline;
}
.block-goods-user-review--item-name dd {
  display: inline;
}

.block-goods-user-review--item-score dd img {
  height: 100%;
  width: 10.2%;
  position: relative;
  top: -3px;
}

.block-goods-user-review--item-moderate-vote {
  border-top: 1px solid #ccc;
  padding-top: 15px;
  margin-top: 20px;
}

.block-goods-user-review--item-moderate-link {
  text-decoration: underline;
}

.block-goods-user-review--item-moderate-other-link {
  text-decoration: underline;
}

.block-goods-user-review--pagenav {
  margin: 30px 0;
  text-align: center;
  font-size: 20px;
}

.block-goods-user-review--pager-now {
  margin: 2px 5px;
  color: #c00;
  font-weight: bold;
  white-space: nowrap;
}

.block-goods-user-review--ref {
  margin: 2px 5px;
  color: #003780;
  text-decoration: underline;
  font-weight: bold;
  white-space: nowrap;
}

.block-goods-user-review--readmore a {
  text-decoration: underline;
}

.block-goods-user-review--item-moderate-underestimate {
  padding-left: 10px;
}

.block-goods-user-review--item-moderate-underestimate dt {
  display: inline;
}

.block-goods-user-review--item-moderate-underestimate dd {
  display: inline;
}

.block-goods-user-review--item-moderate-overestimate {
  padding-left: 10px;
}

.block-goods-user-review--item-moderate-overestimate dt {
  display: inline;
}

.block-goods-user-review--item-moderate-overestimate dd {
  display: inline;
}

.block-goods-user-review .dropdown {
  z-index: 1;
}

.block-goods-user-review--form {
  margin: 30px 0 0;
}

.block-goods-user-review--write-review-btn {
  background: transparent;
  padding: 10px;
  width: 90%;
  max-width: 275px;
  position: relative;
}

.block-goods-user-review--write-review-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 1px solid black;
    border-top: 1px solid black;
    top: 0;
    bottom: 0;
    right: 6%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.block-goods-user-review--form + form .block-goods-detail-footer {
  margin-top: -10px;
}

@media (max-width: 768px) {
	.block-goods-user-review--info {
		display: flex;
		align-items: center;
	}
	.block-goods-user-review--info > * {
		display: inline-block;
		margin: auto;
	}
	.block-goods-user-review--form {
		text-align: center;
	}
}

/* ----店舗在庫画面---- */

.block-store-stock {
  margin: 10px;
}

.block-store-stock-goods-img-l {
  margin-bottom: 10px;
}

.block-store-stock-name--header {
  background: transparent;
  margin: -10px -10px 0;
}

.block-store-stock--goods-detail {
  margin-bottom: 10px;
}

.block-store-stock-goods {
  margin-bottom: 10px;
}

.block-store-stock--header {
  margin: 10px -10px 10px;
}

.block-store-stock--message {
  border: solid 1px #081f2c;
  padding: 10px;
  margin-bottom: 10px;
}

.block-store-stock--div-name {
  font-weight: bold;
  margin: 5px 0;
}

.block-store-stock--list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px rgba(34,34,34,0.2);
}

.block-store-stock--list dd {
  padding: 5px 12px;
  width: 70%;
}

.block-store-stock--list dd:last-child {
  width: 30%;
}

.block-store-stock--item {
  padding-right: 12px;
}

.block-store-stock--item a {
  text-decoration: underline;
}

/* ----アイコン---- */
.block-icon.block-icon-top {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.block-icon.block-icon-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}
.block-icon img {
  width: auto;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: bottom;
}
.block-icon.block-icon-top img {
  height: clamp(20px,2.5vw,34px);
}
.block-icon.block-icon-bottom img {
  height: clamp(10px,1.8vw,24px);
}
@media (max-width: 768px) {
	.block-icon.block-icon-top img {
	  height: clamp(20px,3.5vw,34px);
	}
	.block-icon.block-icon-bottom img {
	  height: clamp(10px,2.5vw,24px);
	}
}
/* ----商品一覧画面----*/
/* 表示方法 */
.block-style--header {display: flex;align-items: center;}
.block-style--header h2 { font-size: 100%; }
.block-style--expand-icon {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
  display: none;
}

.block-style--close i:before {
  content: "\f067";
}

/* 並び替え */
.block-sort--expand-icon {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
  display: none;
}

.block-sort--close i:before {
  content: "\f067";
}

.block-goods-list--display-style-items-selectbox {
  padding-left: 10px;
}

.block-style--select {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  height: 43px;
}

.block-goods-list--favorite--btn,
.block-goods-list--favorite-registed--btn {
  display: inline-flex;
  align-items: center;
  padding-left: 30px;
  aspect-ratio: 1;
  text-align: right;
  cursor: pointer;
}
.block-goods-list--favorite--btn {
  background: url(../../img/usr/common/goods_bookmark_val_btn_sp.png) left / auto 20px no-repeat;
}
.block-goods-list--favorite-registed--btn {
  background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png) left / auto 20px no-repeat;
}

@media (max-width: 768px){
	.block-goods-list--sort-order-items .block-sort--header h2 {font-size: 12px;}
}

/* ページャ */
.block-goods-list-naviframe:not(.nav-top) {
  margin-bottom: 40px;
  margin-top: 40px;
}
.block-goods-list-naviframe.nav-top > *:not(.pager-total) { display: none; }
.block-goods-list-naviframe--bottom {
	text-align: center;
}
.block-goods-list-naviframe--bottom .pager-total { display: none; }
/* 自動読み込み */
.block-goods-list-auto-load {
  text-align: center;
  margin: 10px 0;
}

.block-goods-list-auto-load--loading {
  font-size: 60px;
  display: none;
}

.block-goods-list-auto-load--continue span {
  text-decoration: underline;
}

/* ----商品一覧画面：共通---- */
.block-goods-list--image-relative {
  position: relative;
  z-index: 0;
}
.js-enhanced-ecommerce-item .block-goods-favorite {
  margin-top: auto;
}
.js-enhanced-ecommerce-item:not([class*="block-cart"]):not([id*="bookmark"]) a::after {
  content: "";
  background: #B90013 url(../../img/usr/common/ico_cart_wh.svg) center / 65% no-repeat;
  border-radius: 100%;
  width: clamp(32px , 3.5vw , 56px);
  aspect-ratio: 1;
  display: inline-block;
  position: absolute;
  bottom: clamp(10px,1.5vw,30px);
  right: clamp(10px,1.5vw,30px);
  z-index: 1;
  transition: var(--responsive-transition);
  opacity: 0;
}
.js-enhanced-ecommerce-item:not([class*="block-cart"]):not([id*="bookmark"]) .img-center {
  position: relative;
}
.js-enhanced-ecommerce-item .hover-image-wrap img.hover-image {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
@media (min-width: 769px) {
	.js-enhanced-ecommerce-item:not([class*="block-cart"]):not([id*="bookmark"]) a:hover::after {
	  opacity: 1;
	}
  .js-enhanced-ecommerce-item .hover-image-wrap img {transition: var(--responsive-transition);}
  .js-enhanced-ecommerce-item .hover-image-wrap:hover .img-center img:not(.hover-image) {
      opacity: 0;
  }
  .js-enhanced-ecommerce-item .hover-image-wrap:hover img.hover-image {
      opacity: 1;
      visibility: visible;
  }
}
@media (max-width: 768px) {
	.js-enhanced-ecommerce-item:not([class*="block-cart"]):not([id*="bookmark"]) a::after {
	  opacity: 1;
	  bottom: 10px;
	}
}
.js-goods-list-wrapper .js-enhanced-ecommerce-variation-name { display: none; }

/* 商品一覧画面：バリエーションアイコン */
.block-goodslist-variation-img {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
.block-goodslist-variation-img .img-variation {
    width: 20px;
    aspect-ratio: 1;
}
.block-goodslist-variation-img .img-variation img {
    border-radius: 100%;
    border: 1px solid #e0e0e0;
}
.block-goodslist-variation-img .img-variation img[src*="sorry"] {
	display: none;
}

/* ----商品一覧画面：ピックアップ：block-pickup-list-p---- */

.block-pickup-list-p--items {
  border-top: 1px solid #eee;
}

.block-pickup-list-p--item {
  border-bottom: 1px solid #eee;
  padding: 10px;
  display: inline-block;
}

.block-pickup-list-p--items a {
  display: table;
  table-layout: fixed;
  text-decoration: none;
  width: 100%;
}

.block-pickup-list-p--goods-image {
  width: 145px;
  display: table-cell;
  vertical-align: top;
}

.block-pickup-list-p--goods-image figure {
  background: #f5f5f5;
  width: 145px;
  height: 145px;
  padding: 5px;
}

.block-pickup-list-p--goods-description {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  word-wrap: break-word;
  font-size: 14px;
}

.block-pickup-list-p--goods-name {
  font-weight: bold;
}

.block-pickup-list-p--comment {
  font-size: 12px;
}

.block-pickup-list-p--price {
  font-size: 22px;
  font-weight: bold;
}

.block-pickup-list-p--item .block-goods-list--favorite--btn {
  position: absolute;
  top: 10px;
  left: 115px;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_val_btn_sp.png) center/40% no-repeat;
}

.block-pickup-list-p--item .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 10px;
  left: 115px;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png) center/40% no-repeat;
}

/* ----商品一覧画面：サムネイル：block-thumbnail-t---- */

.block-thumbnail-t--items {
  display: flex;
  flex-wrap: wrap;
  box-shadow: inset -1px 0 0 var(--responsive-sys-border-color-gray-primary), inset 0 -1px 0 var(--responsive-sys-border-color-gray-primary), inset 0 1px 0 var(--responsive-sys-border-color-gray-primary);
}
.block-thumbnail-t--item {
  display: inline-flex;
  flex-direction: column;
  vertical-align: top;
  font-size: 14px;
}

.block-thumbnail-t--items a {
  text-decoration: none;
}

.block-thumbnail-t--goods-image {
  width: 100%;
  position: relative;
  margin-bottom: 8px;
}

.block-thumbnail-t--goods-image .goods-image {
  width: 100%;
  aspect-ratio: 1;
}

.block-thumbnail-t--goods-description {
  word-wrap: break-word;
}
.block-thumbnail-t--description>* + *,
.block-thumbnail-t--goods-description>* + * {
  margin-top: 15px;
}
.block-thumbnail-t--price-infos>* + * {
  margin-top: 5px;
}

.block-thumbnail-t--comment {
  font-size: 12px;
  display: none;
}
.block-thumbnail-t--price-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.block-thumbnail-t--price {
  font-size: 22px;
}
@media (min-width: 769px) {
    .block-thumbnail-t--item {
    width: calc(100% / 4);
    vertical-align: top;
    font-size: 14px;
    padding: 1em;
    box-shadow: inset -1px 0 0 var(--responsive-sys-border-color-gray-primary),
	inset 0 -1px 0 var(--responsive-sys-border-color-gray-primary);
  }
	.block-thumbnail-t--item:nth-child(-n + 4) {
    box-shadow: inset -1px 0 0 var(--responsive-sys-border-color-gray-primary),
	inset 0 -1px 0 var(--responsive-sys-border-color-gray-primary),
	inset 0 1px 0 var(--responsive-sys-border-color-gray-primary);
  }
	.block-thumbnail-t--goods-name {
	  margin-top: 15px;
	}
}
@media (max-width: 768px) {
  .block-thumbnail-t--item {
    width: calc(100% / 2);
    flex-direction: column;
    padding: 1em;
    box-shadow: inset -1px 0 0 var(--responsive-sys-border-color-gray-primary),
	inset 0 -1px 0 var(--responsive-sys-border-color-gray-primary);
  }
  .block-thumbnail-t--item:nth-child(-n + 2) {
    box-shadow: inset -1px 0 0 var(--responsive-sys-border-color-gray-primary),
	inset 0 -1px 0 var(--responsive-sys-border-color-gray-primary),
	inset 0 1px 0 var(--responsive-sys-border-color-gray-primary);
  }
  .block-thumbnail-t--goods-name {
    margin-top: 10px;
  }
}
/* ----商品一覧画面：ランキング：block-ranking-r---- */
.block-ranking-r--items {
  display: flex;
  flex-wrap: wrap;
  box-shadow: inset -1px 0 0 var(--responsive-sys-border-color-gray-primary), inset 0 -1px 0 var(--responsive-sys-border-color-gray-primary), inset 0 1px 0 var(--responsive-sys-border-color-gray-primary);
}
.block-ranking-r--items a {
  text-decoration: none;
}
.block-ranking-r--goods-image {
  width: 100%;
  margin-bottom: 6px;
  position: relative;
}
.block-ranking-r--description,
.block-ranking-r--goods-description {
  position: relative;
}
.block-ranking-r--description>* + *,
.block-ranking-r--goods-description>* + * {
  margin-top: 15px;
}
.block-ranking-r--comment {
  font-size: 12px;
  display: none;
}
.block-ranking-r--price-items {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
}
.block-ranking-r--price {
  font-size: 22px;
}
.block-ranking-r--price-infos > * + * {
  margin-top: 6px;
}
/* ランキングアイコン */
.block-ranking-r--rank {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 50px;
  height: 50px;
  background: white;
  border: 1px solid black;
  border-radius: 50px;
  font-size: 30px;
  text-align: center;
}
@media (min-width: 769px) {
  .block-ranking-r--item {
    width: calc(100% / 4);
    display: inline-flex;
    flex-direction: column;
    vertical-align: top;
    font-size: 14px;
    padding: 1em;
    box-shadow: inset -1px 0 0 var(--responsive-sys-border-color-gray-primary),
	inset 0 -1px 0 var(--responsive-sys-border-color-gray-primary);
  }
  .block-ranking-r--goods-name {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .block-ranking-r--item {
    width: calc(100% / 2);
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    padding: 1em;
    box-shadow: inset -1px 0 0 var(--responsive-sys-border-color-gray-primary),
	inset 0 -1px 0 var(--responsive-sys-border-color-gray-primary);
  }
  .block-ranking-r--rank {
    top: 8px;
    left: 8px;
    width: clamp(20px,7vw,50px);
    height: clamp(20px,7vw,50px);
    font-size: clamp(15px,3.7vw,30px);
  }
  .block-ranking-r--goods-name {
    margin-top: 10px;
  }
}

/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */

.block-thumbnail-h--items {
  font-size: 0;
}

.block-thumbnail-h {
  box-shadow: inset 0 1px 1px #000000;
}
.block-thumbnail-h--item {
  display: inline-flex;
  flex-direction: column;
  vertical-align: top;
  font-size: 14px;
}

.block-thumbnail-h--items a {
  text-decoration: none;
}

.block-thumbnail-h--goods-image {
  width: 100%;
  position: relative;
  margin-bottom: 8px;
}

.block-thumbnail-h--goods-image .goods-image {
  width: 100%;
  aspect-ratio: 1;
}

.block-thumbnail-h--goods-description {
  word-wrap: break-word;
}
.block-thumbnail-h--description>* + *,
.block-thumbnail-h--goods-description>* + * {
  margin-top: 15px;
}
.block-thumbnail-h--price-infos>* + * {
  margin-top: 5px;
}

.block-thumbnail-h--comment {
  font-size: 12px;
  display: none;
}
.block-thumbnail-h--price-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}
.block-thumbnail-h--price {
  font-size: 22px;
}
@media (min-width: 769px) {
   .block-thumbnail-h--item {
    width: calc(100% / 4);
    vertical-align: top;
    font-size: 14px;
    padding: 1em;
    box-shadow: inset -1px 0 0 var(--responsive-sys-border-color-gray-primary),
	inset 0 -1px 0 var(--responsive-sys-border-color-gray-primary);
    max-width: 288px;
  }
	.block-thumbnail-h--item.swiper-slide {
		height: auto;
	}
  .block-thumbnail-h--item:nth-child(-n + 4) {
    box-shadow: inset -1px 0 0 var(--responsive-sys-border-color-gray-primary),
	inset 0 -1px 0 var(--responsive-sys-border-color-gray-primary),
	inset 0 1px 0 var(--responsive-sys-border-color-gray-primary);
  }
	.block-thumbnail-h--goods-name {
	  margin-top: 15px;
	}
}
@media (max-width: 768px) {
  .block-thumbnail-h--item {
    width: calc(100% / 2);
    flex-direction: column;
    padding: 1em;
    box-shadow: inset -1px 0 0 var(--responsive-sys-border-color-gray-primary),
	inset 0 -1px 0 var(--responsive-sys-border-color-gray-primary);
  }
	.block-thumbnail-h--item.swiper-slide { height: auto; }
  .block-thumbnail-h--item:nth-child(-n + 2) {
    box-shadow: inset -1px 0 0 var(--responsive-sys-border-color-gray-primary),
	inset 0 -1px 0 var(--responsive-sys-border-color-gray-primary),
	inset 0 1px 0 var(--responsive-sys-border-color-gray-primary);
  }
  .block-thumbnail-h--goods-name {
    margin-top: 10px;
  }
}
/* ----商品一覧画面：買い物かご：block-cart-i---- */

.block-cart-i--items {
  border-top: 1px solid #eee;
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-cart-i--items .block-cart-i--item {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-cart-i--items li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-cart-i--items a {
  text-decoration: none;
}

.block-cart-i--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-cart-i--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
}

.block-cart-i--goods-description {
  word-wrap: break-word;
  font-size: 12px;
}

.block-cart-i--goods-image .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_val_btn_sp.png) center/40% no-repeat;
}

.block-cart-i--goods-image .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png) center/40% no-repeat;
}

/* ----商品一覧画面：商品詳細：block-goods-detail-j---- */

.block-goods-detail-j--items {
  border-top: 1px solid #eee;
}

.block-goods-detail-j--item {
  border-bottom: 1px solid #eee;
  padding: 10px;
}

.block-goods-detail-j--items a {
  display: table;
  table-layout: fixed;
  text-decoration: none;
  width: 100%;
}

.block-goods-detail-j--goods-image {
  width: 145px;
  display: table-cell;
  vertical-align: top;
}

.block-goods-detail-j--goods-image figure {
  background: #f5f5f5;
  width: 145px;
  height: 145px;
}

.block-goods-detail-j--goods-description {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  word-wrap: break-word;
  font-size: 14px;
}

.block-goods-detail-j--goods-name {
  font-weight: bold;
}

.block-goods-detail-j--comment {
  font-size: 12px;
}

.block-goods-detail-j--price {
  font-size: 22px;
  font-weight: bold;
}

.block-goods-detail-j--cart-btn {
  margin-top: 10px;
}

.block-goods-detail-j--cart-btn .block-list-add-cart-btn {
  padding: 10px;
}

.block-goods-detail-j--custom-order {
  margin-top: 10px;
}

.block-goods-detail-j--custom-order .block-list-custom-order-btn {
  padding: 10px;
}

.block-goods-detail-j--item .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_val_btn_sp.png) center/40% no-repeat;
}

.block-goods-detail-j--item .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png) center/40% no-repeat;
}

/* ----商品一覧画面：ブランド画面：block-goods-list-x---- */

.block-goods-list-x--items {
  border-top: 1px solid #eee;
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-goods-list-x--items li {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-goods-list-x--items li a {
  text-decoration: none;
}

.block-goods-list-x--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-goods-list-x--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
}

.block-goods-list-x--item .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_val_btn_sp.png) center/40% no-repeat;
}

.block-goods-list-x--item .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png) center/40% no-repeat;
}

/* ----商品一覧画面：カート画面：block-goods-list-c---- */

.block-goods-list-c--items {
  border-top: 1px solid #eee;
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-goods-list-c--items li {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-goods-list-c--items li a {
  text-decoration: none;
}

.block-goods-list-c--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-goods-list-c--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 70px;
  min-height: 70px;
}

.block-goods-list-c--item .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../../img/usr/common/goods_bookmark_val_btn_sp.png) center/50% no-repeat;
}

.block-goods-list-c--item .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png) center/50% no-repeat;
}

/* ----カテゴリーツリー---- */
ul[class*="block-category-style-g--items-"][class*="js-category-style-g-layer"] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(243px, 1fr));
  gap: 10px;
}
.block-category-style-g--item {
  background-color: #fff;
}

.block-category-style-g--item-container {
  display: table;
  width: 100%;
}
.block-category-style-g--name { text-align: center; margin-top: 10px; }
.block-category-style-g--expand-icon {
  display: table-cell;
  height: 43px;
  width: 20px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.block-category-style-g--body {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.block-category-style-g--comment {
  display: none;
}

.block-category-style-g--items-1 > li {
  padding-left: 10px;
}

.block-category-style-g--items-2 > li {
  padding-left: 20px;
}

.block-category-style-g--items-3 > li {
  padding-left: 30px;
}

.block-category-style-g--items-2 {
  margin-left: -10px;
}

.block-category-style-g--items-3 {
  margin-left: -20px;
}
@media (max-width: 768px) {
  ul[class*="block-category-style-g--items-"][class*="js-category-style-g-layer"] {
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
    gap: 0;
  }
}
/* ----ジャンルツリー---- */
ul[class*="block-genre-style--items-"][class*="js-genre-style-layer"] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(243px, 1fr));
  gap: 10px;
}
.block-genre-style--item {
  background-color: #fff;
}
.block-genre-style--name { text-align: center; margin-top: 10px;}

.block-genre-style--item:last-child {
  border-bottom: none;
}
.block-genre-style--expand-icon {
  height: 43px;
  width: 20px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.block-genre-style--body {
  vertical-align: middle;
}

.block-genre-style--image,
.block-genre-style--name {
  text-align: center;
}

.block-genre-style--comment {
  display: none;
}

.block-genre-style--items-1 > li {
  padding-left: 10px;
}

.block-genre-style--items-2 > li {
  padding-left: 20px;
}

.block-genre-style--items-3 > li {
  padding-left: 30px;
}

.block-genre-style--items-2 {
  margin-left: -10px;
}

.block-genre-style--items-3 {
  margin-left: -20px;
}
@media (max-width: 768px) {
  ul[class*="block-genre-style--items-"][class*="js-genre-style-layer"] {
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr));
    gap: 0;
  }
}
/* ----カート内商品---- */
.block-cart--goods-list .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../../img/usr/common/goods_bookmark_val_btn_sp.png) center/50% no-repeat;
}

.block-cart--goods-list .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png) center/50% no-repeat;
}

/* ----商品詳細画面：クーポン表示---- */

.block-goods-coupon {
  margin: 10px 0 4px;
  padding: 12px 0 0;
  border-top: 1px solid #dedede;
}

.block-goods-coupon--title {
  font-size: 14px;
  font-weight: bold;
}

.block-goods-coupon-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 0 0 0;
}

.block-goods-coupon-list::-webkit-scrollbar {
  display: none;
}

.block-goods-coupon-item {
  padding: 20px;
  background-color: #F7F7F7;
}

.block-goods-coupon-item--benefit {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.block-goods-coupon-item--benefit-remarks {
  font-size: 10px;
  color: #000;
  font-weight: normal;
}

.block-goods-coupon-item--name {
  margin-top: 5px;
  font-size: 12px;
  word-break: break-all;
}

.block-goods-coupon-item--term,
.block-goods-coupon-item--condition {
  margin-top: 5px;
  font-size: 10px;
  color: #777;
}

.block-goods-coupon-item--term dl,
.block-goods-coupon-item--condition dl {
  width: auto;
}

.block-goods-coupon-item--term dt,
.block-goods-coupon-item--condition dt {
  float: left;
}

.block-goods-coupon-item--term dd,
.block-goods-coupon-item--condition dd {
  margin-left: 50px;
}
/* ----商品詳細画面：キャンペーン表示---- */

.block-goods-promotion {
  margin: 10px 0 4px;
  padding: 12px 0 0;
  border-top: 1px solid #dedede;
}

.block-goods-promotion--title {
  font-size: 14px;
  font-weight: bold;
}

.block-goods-promotion-list-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0 0 0;
  width: 100%;
  max-width: none;
  gap: 10px;
}

.block-goods-promotion-item {
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: calc((100% - 10px) / 2);
}

.block-goods-promotion-item--benefit {
  font-size: 14px;
  color: #D10015;
  font-weight: bold;
}
.block-goods-promotion-item--benefit * {
  color: #D10015;
}

.block-goods-promotion-item--benefit-remarks {
  font-size: 10px;
  color: #000;
  font-weight: normal;
}

.block-goods-promotion-item--name {
  margin-top: 5px;
  font-size: 12px;
  word-break: break-all;
}

.block-goods-promotion-item--term,
.block-goods-promotion-item--condition {
  margin-top: 5px;
  font-size: 10px;
  color: #777;
}

.block-goods-promotion-item--term dl,
.block-goods-promotion-item--condition dl {
  width: auto;
}

.block-goods-promotion-item--term dt,
.block-goods-promotion-item--condition dt {
  float: left;
}

.block-goods-promotion-item--term dd,
.block-goods-promotion-item--condition dd {
  margin-left: 50px;
}
@media (max-width: 768px) {
  .block-goods-promotion-list {
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100vw;
  }
  .block-goods-promotion-list-inner {
    flex-wrap: nowrap;
    width: fit-content;
  }
  .block-goods-promotion-list-inner::-webkit-scrollbar {
    display: none;
  }
  .block-goods-promotion-item {
    width: 55vw;
  }
}
/* ----レフィル商品情報---- */

.block-refill-goods {
  margin: 20px;
  border-top: 1px dashed var(--responsive-sys-border-color-gray-tertiary);
  border-bottom: 1px dashed var(--responsive-sys-border-color-gray-tertiary);
  padding-top: 16px;
  margin: 0 0 12px;
}

.block-refill-goods h3 {
  margin: 0 0 16px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.666;
  border-bottom: none;
}

.block-refill-goods-item {
  margin-bottom: 20px;
}

.block-refill-goods-item--body {
  display: flex;
  width: 100%;
}

.block-refill-goods-item--image figure {
  background: #f5f5f5;
  width: 22.4vw;
  height: 22.4vw;
}

.block-refill-goods-item--description {
  width: 80%;
  padding: 0 0 0 20px;
  display: flex;
  flex-direction: column;
}

.block-refill-goods-item--name {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-decoration: underline;
}

.block-refill-goods-item--description dl {
  margin-bottom: 0.5em;
}

.block-refill-goods-item--goods-code-infos dt {
  width: auto;
  min-width: 5em;
  display: inline-block;
}

.block-refill-goods-item--goods-code-infos dd {
  margin-left: 0.3em;
  width: auto;
  min-width: 5em;
  display: inline-block;
}

.block-refill-goods-item--price-infos {
  clear: both;
  position: relative;
}

.block-refill-goods-item--price-infos dt {
  width: auto;
  min-width: 5em;
  vertical-align: top;
  float: left;
}

.block-refill-goods-item--price-infos dd {
  padding-left: 5.6em;
  position: relative;
}

.block-refill-goods-item--set-goods-infos dt {
  width: auto;
  min-width: 5em;
  vertical-align: top;
  float: left;
}

.block-refill-goods-item--set-goods-infos dd {
  padding-left: 5.6em;
  position: relative;
}

.block-refill-goods-item--set-goods-infos dd p {
  display: inline-block;
}

.block-refill-goods-item--set-goods-item-name {
  width: auto;
  min-width: 5em;
  text-decoration: underline;
}

.block-refill-goods-item--price {
  display: inline-block;
}

.block-refill-goods-item--net-price {
  display: inline-block;
}

.block-refill-goods-item--qty {
  display: inline-block;
}

.block-refill-price--infos {
  display: flex;
  align-items: flex-end;
}

.block-refill-price--total-price {
  font-weight: bold;
  color: #333;
}

/* ----商品詳細画面：動画表示---- */

.block-goods--video-thumbnail {
  color: #444;
  position: relative;
}

.block-goods--video-thumbnail-none {
  background-color: #f5f5f5;
  padding: 50%;
}

.block-goods--video-thumbnail::before {
  position: absolute;
  width: 8vw;
  height: 8vw;
  top: 50%;
  left: 50%;
  background-color: #444;
  opacity: 0.7;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
}

.block-goods--video-thumbnail::after {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-width: 1.8vw 0 1.8vw 3vw;
  box-sizing: border-box;
  content: "";
}

.block-goods-detail .swiper-slider-main .hacobune-app-container {
  width: calc(100vw - 40px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  padding: 0;
}

.block-goods-detail .swiper-slider-main .hacobune-unit-video-outline {
  display: none;
}

.block-goods-detail .swiper-slider-main .hacobune-vjs-poster {
  display: none;
}

.block-goods-detail .swiper-slider-main .hacobune-vjs-big-play-button {
  display: none;
  position: absolute;
  border: 0;
  width: 18vw;
  height: 18vw;
  top: 50%;
  left: 50%;
  background-color: #444;
  opacity: 0.7;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
}

.block-goods-detail .swiper-slider-main .hacobune-vjs-big-play-button .hacobune-vjs-icon-placeholder::before {
  content: "";
}

.block-goods-detail .swiper-slider-main .hacobune-vjs-big-play-button .hacobune-vjs-icon-placeholder::after {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-width: 3.6vw 0 3.6vw 6vw;
  box-sizing: border-box;
  content: "";
}

/* ----商品詳細画面：商品切り替えボタン---- */

.block-switch-goods {
  width: 100%;
  margin: 16px 0 4px;
  padding: 16px 0 0;
  border-top: 1px dashed var(--responsive-sys-border-color-gray-tertiary);
}

.block-switch-goods--button {
  display: flex;
  margin: 0 auto 0;
}

.block-switch-goods--button > .this {
  border: 2px solid #d53100;
}

.btn-switch-goods {
  display: inline-block;
  width: 48%;
  box-sizing: border-box;
  text-align: center;
  padding: 15px;
  font-size: 13px;
  margin: 1%;
  margin-top: 10px;
  border: 2px solid #dedede;
  color: #000;
  background-color: #fff;
}

#switch_comment {
  box-sizing: border-box;
  font-size: 13px;
  margin: 10px;
}

.block-switch-goods--title {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  flex-wrap: wrap;
}

/* ----商品詳細画面：出荷予定日---- */

.block-goods-ship-schedule span {
  font-weight: bold;
}
