﻿﻿@charset "UTF-8";

/* ----商品詳細画面---- */

.page-goods .block-topic-path {
  margin-top: 0;
}

.block-goods-detail {
  margin: 10px;
  display: flex;
}

.block-goods-detail-footer {
  margin: 10px;
}

.block-goods-detail--promotion-freespace {
  margin-bottom: 10px;
  margin: 0 35px;
}

.block-goods-name {
  margin-bottom: 10px;
}

.block-goods-name h2 {
  margin: -10px;
}

.block-icon {
  margin-bottom: 10px;
}

.block-src-l {
  text-align: center;
}

.block-src-c {
  margin-top: 10px;
}

.block-goods-gallery-src {
  margin-top: 10px;
  display: flex;
}

.block-goods-gallery ul {
  font-size: 0;
  z-index: 0;
}

.block-goods-gallery li {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-goods-comment {
  margin-bottom: 10px;
}

.block-goods-price {
  text-align: right;
  margin: 0 35px 10px;
}

.block-goods-price--price {
  font-size: 20px;
  font-weight: bold;
}

.block-custom-order--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-add-cart--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-add-cart--btn::before {
  content: "";
  display: block;
  width: 27px;
  height: 23px;
  margin-right: 12px;
  background: url(../../img/usr/common/ico_cart_w.png) center center / 100% auto no-repeat;
  position: relative;
  top: -2px;
}
.block-add-cart--btn.js-animation-add-cart-in-progress::before{
  display: none;
}
.block-goods-favorite{
  margin: 0 35px;
}
.block-goods-favorite--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-goods-favorite-registed--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
  color: #fff;
  background-color: #808080;
}
.block-arrival-notice{
  margin: 0 35px;
}
.block-arrival-notice--btn {
  font-size: 16px;
  width: 100%;
  padding: 15px 10px;
  color: #FFF;
  text-align: center;
}
.block-modal-open{
  margin: 30px 0 0;
  padding: 0 35px;
}
.block-modal-open .modal-cart-btn{
  font-size: 18px;
  text-align: center;
  color: #FFF;
  width: 100%;
  height: 60px;
  border: none;
  background: var(--textColor);
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-modal-open .modal-cart-btn::before{
  content: "";
  display: block;
  width: 25px;
  height: 21px;
  margin-right: 14px;
  background: url(../../img/usr/common/ico_cart_w.png) center center / 100% auto no-repeat;
}
.block-modal-open .modal-cart-btn.js-animation-add-cart-in-progress::before{
  display: none;
}
.block-modal-open .modal-bookmark-btn{
  font-size: 16px;
  text-align: center;
  color: var(--textColor);
  width: 100%;
  height: 50px;
  border: 1px solid #E3E3E3;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.block-modal-open .modal-bookmark-btn::before{
  content: "";
  display: block;
  width: 25px;
  height: 21px;
  margin-right: 14px;
  background: url(../../img/usr/common/goods_bookmark_btn.png) center center / contain no-repeat;
}
.block-variation {
  margin-top: 10px;
}

.block-variation-arrival-notice--select {
  margin-bottom: 10px;
}

.block-variation-arrival-notice--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-no-stock--message {
  width: 100%;
  font-size: 16px;
  padding: 15px 10px;
  border: 0;
  color: #FFF;
  background: #9E9E9E;
  text-align: center;
}

.block-outside-sales-period {
  padding: 0 35px;
  display: none;
}

.block-outside-sales-period--message {
  text-align: center;
  padding: 6px 0;
  font-size: 16px;
  width: 100%;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
  margin: 0 auto 10px auto;
}

.block-goods-store-stock--btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-goods-sns {
  margin-bottom: 10px;
  text-align: center;
}

.block-contact-about-goods-btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0;
}

.block-goods-link {
  margin-bottom: 10px;
}

.block-goods-comment1 h3,
.block-goods-comment2 h3,
.block-goods-comment3 h3,
.block-goods-comment4 h3,
.block-goods-comment5 h3 {
  padding: 0;
}
.block-goods-comment1,.block-goods-comment2{
  margin: 0 35px;
}
.block-goods-comment3,
.block-goods-comment4,
.block-goods-comment5 {
  margin: 0 35px 10px;
}

.block-rules-comment {
  margin-bottom: 10px;
}

.block-variation-no-stock--message,
.block-variation-outside-sales-period--message {
  font-size: clamp(10px, 3.5vw, 14px);
  color: #FFF;
  border: 1px solid #9E9E9E;
  background-color: #9E9E9E;
  text-align: center;
  padding: 12px 0;
}

.block-variation-outside-sales-period.--before .block-variation-outside-sales-period--message {
  font-size: 16px;
  color: var(--textColor);
  border: 1px solid var(--textColor);
  background-color: #FFF;
}

.block-variation-no-brand--message{
  min-height: 49px;
  font-size: 11px;
  border: 1px solid var(--textColor);
  background-color: #FFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-exchange-price {
  font-size: 12px;
}

.block-goods-set {
  margin-bottom: 10px;
}

.block-goods-set--header {
  margin: 0 -10px 10px -10px;
}

.block-goods-set--item-list {
  margin-bottom: -1px;
}

.block-goods-set--item-name-link {
  text-decoration: underline;
}

.block-goods-sales-detail-append--item select {
  max-width: 300px;
}

.block-goods-detail .swiper-slider-main {
  overflow: hidden;
}

.block-goods-detail .swiper-slider-main img {
  width: 100%;
  aspect-ratio: 1 / 1;
}

/* 同一バリエーション画像表示 */

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images li {
  padding-left: 0;
}

.block-goods-detail--color-variation-goods-thumbnail-control .swiper-button-disabled {
  opacity: 0.3;
  cursor: default;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .block-goods-detail--color-variation-goods-color-name {
  font-size: 14px !important;
  text-align: center;
  display: none;
}

.block-goods-detail--color-variation-goods-thumbnail-form {
  position: relative;
  max-width: 100% !important;
}

.block-goods-detail--color-variation-goods-thumbnail-form .swiper-slider-thumbnail {
  margin: 0 0 70px 15px;
  overflow: hidden;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .swiper-slider-main {
  margin-bottom: 20px;
}

.block-goods-detail .block-goods-detail--color-variation-goods-image .swiper-slider-main .block-goods-detail-line-item figure {
  text-align: center;
  width: 100%;
  aspect-ratio: 1 / 1;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-form .swiper-slider-thumbnail ul li img {
  width: 100%;
}

.block-goods-gallery--color-variation-src {
  vertical-align: top;
}

/* バリエーション切り替えボタン */

.block-variation--name {
  margin: 10px -10px;
}

.block-variation--item-list {
  font-size: 0;
}

.block-variation--item {
  display: inline-block;
  font-size: 14px;
  margin-right: 5px;
}

.block-variation--selected-item {
  margin-bottom: 10px;
}

.block-variation--item-description {
  display: none;
}

.block-variation--item-term {
  display: block;
  border: 2px solid #d0d0d0;
  background-color: #fff;
  cursor: pointer;
}

.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 dt {
  border: 2px solid #3fbf0d;
}

.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: 54px;
  min-height: 54px;
}

.block-size--item-term {
  min-width: 54px;
  min-height: 54px;
}

.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 {
  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 {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
}

.block-color-with-cart--item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-with-cart--item-term figure {
  width: 50px;
  height: 50px;
}

.block-color-with-cart--item-term img {
  max-width: 100%;
  max-height: 100%;
}

.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: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 54px;
  width: 182px;
}

.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-color-size-with-cart--nocolor {
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-size-with-cart--color-line {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
}

.block-color-size-with-cart--size-line {
  margin-bottom: 10px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
}

.block-color-size-with-cart--size-item-term {
  display: inline-block;
  vertical-align: top;
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-size-with-cart--size-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-color-size-with-cart--color-item-term {
  border: 2px solid #d0d0d0;
  background-color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}

.block-color-size-with-cart--color-item-term figure {
  width: 50px;
  height: 50px;
}

.block-color-size-with-cart--color-item-term img {
  max-width: 100%;
  max-height: 100%;
}

.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,
.block-color-size-with-cart .block-variation-add-cart--btn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 54px;
  width: 123px;
  font-size: 12px;
}

.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;
}

/* モーダル */
.modal-block{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  padding: 0 35px;
  display: none;
}
.modal-block-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/usr/common/bg_goods_modal_sp.png) top left / cover no-repeat;
}
.modal-block .modal-block-close{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: absolute;
  top: -19px;
  right: -19px;
  background: #9E9E9E;
}
.modal-block .modal-block-close::before,.modal-block .modal-block-close::after{
  content: "";
  width: 16px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
}
.modal-block .modal-block-close::before{
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal-block .modal-block-close::after{
  transform: translate(-50%,-50%) rotate(-45deg);
}
.modal-block .block-size-with-cart{
  width: calc(100% - 70px);
  background: #FFF;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  padding: 30px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
}
.modal-block .block-size-with-cart--item-list{
  max-height: 70vh;
  max-height: 70dvh;
  overflow-y: auto;
}
.modal-block .block-size-with-cart--item {
  flex-wrap: wrap;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #E3E3E3;
}
.modal-block .block-size-with-cart--item:first-child {
  border-top: 0;
}
.modal-block .block-size-with-cart--item > button.btn {
  white-space: wrap;
  width: calc(100% - 74px);
}
.modal-block .block-size-with-cart--item > button.btn:not(:has(+.block-variation-favorite)) {
  width: 100%;
}
.modal-block .block-size-with-cart--item-term {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 0 10px;
}
.modal-block .block-size-with-cart--item-term-price,.modal-block .block-size-with-cart--item-term-salon-price{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
}
.modal-block .block-size-with-cart--item-term-size{
  padding-top: 5px;
}
.modal-block .block-size-with-cart--item-term-salon-price + .block-size-with-cart--item-term-price{
  font-size: 12px;
  font-weight: 500;
  color: #9E9E9E;
  margin-top: 5px;
}
.modal-block .block-size-with-cart--item .block-size-with-cart--item-term-price span{
  font-size: 10px;
  color: #9E9E9E;
  font-weight: 500;
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  text-align: left;
  line-height: 1;
}
.modal-block .block-size-with-cart--item .block-size-with-cart--item-term-salon-price span{
  font-size: 12px;
  color: var(--textColor);
  font-weight: 500;
  display: block;
  width: auto;
  height: auto;
  padding: 0;
  text-align: left;
  line-height: 1;
}
.modal-block .block-size-with-cart--item-term-stock{
  color: #E80101;
  font-size: 11px;
}
.block-size-with-cart--item-term-price::after{
  font-size: 10px;
  font-weight: bold;
}
.block-size-with-cart--item-term-salon-price::after{
  font-size: 10px;
  font-weight: bold;
}
.block-size-with-cart--item-term-salon-price + .block-size-with-cart--item-term-price::after{
  font-size: 9px;
  font-weight: 500;
}
.modal-block .block-variation-add-cart {
  width: calc(100% - 74px);
}
.modal-block .block-variation-add-cart .btn-default{
  font-size: 11px;
  white-space: wrap;
  opacity: 1;
  font-weight: 500;
}
.modal-block .block-variation-add-cart .btn-default br{
  display: none;
}
.block-variation .modal-block .block-variation-favorite{
  margin-left: 20px;
}
.block-variation .modal-block .block-variation-favorite--btn {
  background: url(../../img/usr/common/goods_bookmark_btn_sp.png) center center / 25px auto no-repeat #F5F5F5;
  border: 1px solid #E3E3E3;
}
.block-variation .modal-block .block-variation-favorite-registed--btn{
  background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png) center center / 25px auto no-repeat #F5F5F5;
  border: 1px solid #E3E3E3;
}
.block-variation .modal-block .block-variation-no-stock, .block-variation .modal-block .block-variation-outside-sales-period {
  width: calc(100% - 74px);
}
.block-variation .modal-block .block-variation-no-stock--message, .block-variation .modal-block .block-variation-outside-sales-period--message {
  color: #FFF;
  background: #9E9E9E;
}
.block-size-with-cart--item-name{
  font-size: 20px;
  font-weight: 500;
}

/* ----関連商品---- */

.block-accessory-list {
  margin-top: 10px;
}

/* 商品詳細(イベント一覧) */
#goodsdetail_eventlist_title {
  margin: 0;
  padding: 16px 20px;
  border: 0;
}

.block-eventlist {
  display: flex;
  padding: 10px 10px 10px 20px;
  width: 100%;
  max-width: none;
  overflow-x: auto;
  overflow-y: hidden;
}

.block-eventlist-item {
  padding: 0 10px 0 0;
  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;
}

.block-bloglist {
  display: flex;
  padding: 10px 10px 10px 20px;
  width: 100%;
  max-width: none;
  overflow-x: auto;
  overflow-y: hidden;
}

.block-bloglist-item {
  padding: 0 10px 0 0;
  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-bottom: 10px;
}

.block-goods-user-review h2 {
  margin: 10px 0;
  padding-right: 10px;
  padding-left: 10px;
}

.block-goods-user-review--info {
  padding: 10px;
  background: #eee;
}

.block-goods-user-review--count-summary {
  margin-bottom: 5px;
  padding: 6px;
  background: #fff;
  border: 1px solid #eee;
}

.block-goods-user-review--score dt {
  display: inline;
  font-weight: bold;
}

.block-goods-user-review--score dd {
  display: inline;
}

.block-goods-user-review--score dd img {
  height: 100%;
  width: 30%;
  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 {
  text-align: right;
}

.block-goods-user-review--write-review a {
  text-decoration: underline;
  background-size: 14px 14px;
  padding: 0 0 0 20px;
}

.block-goods-user-review--item {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.block-goods-user-review--item-title {
  padding: 0;
  margin-bottom: 10px;
}

.block-goods-user-review--item-summary dt {
  display: inline;
}

.block-goods-user-review--item-summary 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: #eee 1px dotted;
  padding: 10px 0;
}

.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: 0 0 10px 0;
  clear: both;
  background: #f0f0f0;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}

.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: 10px 10px 0;
}

.block-goods-user-review--write-review-btn {
  width: 100%;
  padding: 10px 0;
}

.block-goods-user-review--form + form .block-goods-detail-footer {
  margin-top: -10px;
}

.block-user-review {
  margin: 10px;
}

.block-user-review--header {
  margin: -10px -10px 0;
}

.block-user-review--review-body textarea {
  width: 100%;
}

.block-user-review--review-contribution-conditions h3 {
  padding: 10px 0;
}

.block-user-review--item-header {
  margin: 0 -10px 10px;
}

.block-user-review--message a {
  text-decoration: underline;
}

.block-user-review--evaluator-name dt {
  display: inline;
}

.block-user-review--evaluator-name dd {
  display: inline;
}

.block-user-review--evaluation {
  margin-right: 10px;
  margin-left: 10px;
}

.block-user-review--evaluation-score dt {
  display: inline;
}

.block-user-review--evaluation-score dd img {
  width: 20%;
  position: relative;
  top: -3px;
}

.block-user-review--evaluation-score dd {
  display: inline;
}

.block-user-review--review-item {
  margin: 10px -10px 10px;
}

.block-user-review--review-header {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 0;
  padding-left: 0;
}

.block-user-review--review-item:first-child {
  border-top: 1px solid #eee;
}

.block-user-review--evaluation-message {
  margin: 10px 10px 0;
}

.block-user-review--review-comment {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

.block-user-review--review-item .action-buttons {
  margin-right: 10px;
  margin-left: 10px;
}

.block-user-review-completed {
  margin: 10px;
}

.block-user-review-completed--header {
  margin: -10px -10px 0;
}

.block-user-review-completed--message-header {
  margin: 0 -10px 10px;
}

/* ----イベント画面---- */
.block-event-page{
  padding: 40px 0 0;
}
.block-event-page--header{
  padding: 0 35px;
}
.block-event-page .block-goods-list--sort-order-items {
  justify-content: flex-end;
}
.block-event-page--comment {
  margin: 0 10px 10px 10px;
}

/* ----店舗在庫画面---- */

.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 {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.block-icon > span {
  display: block;
  width: auto;
}
.block-icon > span img{
  width: auto;
  height: 20px;
}

/* ----商品一覧画面----*/

/* 表示方法 */
.block-style--header {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #dcdcdc;
}

.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;
}

.block-style--element {
  display: none;
}

.block-style--close i:before {
  content: "\f067";
}

.block-sort--select {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
  height: 43px;
}

/* 並び替え */
.block-sort--header {
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: #dcdcdc;
}

.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;
}

.block-goods-list--display-style-items-selectbox {
  padding-left: 10px;
}

.block-style--select {
  display: table-cell;
  padding-left: 10px;
  padding-left: 0;
  vertical-align: middle;
  height: 43px;
}

.block-goods-list--image-relative {
  position: relative;
}

.block-goods-list--favorite--btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: url(../../img/usr/common/goods_bookmark_btn_sp.png)  center / 15px auto no-repeat #FFF;
}

.block-goods-list--favorite-registed--btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png)  center/50% no-repeat;
}

/* ページャ */
.block-goods-list-frame{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 35px 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #E3E3E3;
}
.block-goods-list-naviframe {
  margin: 10px 0 10px;
  padding: 0 35px;
  width: 100%;
}
.block-goods-list-naviframe--top .pager-scope,.block-goods-list-naviframe--top .pagination{
  display: none;
}
.block-goods-list-naviframe--bottom .pager-total{
  display: none;
}
.block-goods-list-naviframe--bottom{
  padding: 40px 0 80px;
}
.block-goods-list-naviframe--bottom .pager-scope{
  display: none;
}
.pager-count{
  font-size: 14px;
  font-weight: bold;
}
.pager-count span{
  font-family: var(--fontType01);
  font-size: 22px;
  font-weight: 500;
}

/* 自動読み込み */
.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-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: 18px;
  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 {
  border-top: 1px solid #eee;
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-thumbnail-t--item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-thumbnail-t--items a {
  text-decoration: none;
}

.block-thumbnail-t--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-thumbnail-t--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 140px;
  min-height: 140px;
  padding: 5px;
}

.block-thumbnail-t--goods-description {
  word-wrap: break-word;
}

.block-thumbnail-t--goods-name {
  font-weight: bold;
}

.block-thumbnail-t--comment {
  font-size: 12px;
}

.block-thumbnail-t--price {
  font-size: 18px;
  font-weight: bold;
}

.block-thumbnail-t--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-thumbnail-t--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-ranking-r---- */

.block-ranking-r--items {
  border-top: 1px solid #eee;
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-ranking-r--item {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-ranking-r--items a {
  text-decoration: none;
}

.block-ranking-r--goods-image {
  width: 100%;
  margin-bottom: 5px;
}

.block-ranking-r--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 140px;
  min-height: 140px;
}

.block-ranking-r--goods-description {
  word-wrap: break-word;
}

.block-ranking-r--goods-name {
  font-weight: bold;
}

.block-ranking-r--comment {
  font-size: 12px;
}

.block-ranking-r--price {
  font-size: 18px;
  font-weight: bold;
}

.block-ranking-r--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/48% no-repeat;
}

.block-ranking-r--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/48% no-repeat;
}

/* ランキングアイコン */
.block-ranking-r--goods-image {
  position: relative;
}

.block-ranking-r--rank {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  background: #000;
  border-radius: 24px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

/* ----商品一覧画面：ピックアップ：block-pickup-list-w---- */
.block-pickup-list-w--items{
  display: flex;
  flex-wrap: wrap;
  gap: 60px 18px;
  padding: 0 35px;
}
.block-pickup-list-w--item{
  width: calc((100% - 18px) / 2);
}
.block-pickup-list-w--goods-image{
  margin: 0 0 20px;
  position: relative;
}
.block-pickup-list-w--goods-image figure{
  width: 100%;
  height: calc((100vw - 70px) / 2);
  aspect-ratio: 1 / 1;
}
.block-pickup-list-w--goods-image .block-goods-list--favorite--btn {
  bottom: 5px;
  right: 5px;
}
.block-pickup-list-w--item:has(.block-goods-list--favorite-registed--btn) .block-pickup-list-w--goods-image .block-goods-list--favorite--btn {
  background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png)  center/50% no-repeat #FFF;
}
.block-pickup-list-w--goods-name{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 5px;
}
.block-pickup-list-w--goods-description .variation-name{
  display: none;
}
.block-pickup-list-w--comment{
  font-size: 12px;
  font-weight: 500;
  color: #9E9E9E;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.block-pickup-list-w--price-infos .block-pickup-list-w--price-items{
  display: none;
}
.block-pickup-list-w--price-items-contents{
  margin: 20px 0;
}
.block-pickup-list-w--price-items-contents .block-pickup-list-w--price-items{
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  gap: 10px;
}
.block-pickup-list-w--price-items-contents .block-pickup-list-w--price-items + .block-pickup-list-w--price-items{
  margin-top: 10px;
}
.block-pickup-list-w--price-items-contents .block-pickup-list-w--price-items-size{
  font-size: 10px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.2;
}
.block-pickup-list-w--price-items-price-box > * + *{
  margin: 8px 0 0;
}
.block-pickup-list-w--price-items-price-box{
  min-width: 10px;
  flex-shrink: 0;
}
.block-pickup-list-w--price-items-contents .block-pickup-list-w--price-items-salon-price{
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.2;
  text-align: right;
}
.block-pickup-list-w--price-items-contents .block-pickup-list-w--price-items-salon-price + .block-pickup-list-w--price-items-price{
  font-size: 12px;
  letter-spacing: 0;
  color: #9E9E9E;
  text-align: right;
  line-height: 1.2;
}
.block-pickup-list-w--price-items-contents .block-pickup-list-w--price-items-price span{
  font-size: 11px;
  color: #9E9E9E;
  display: block;
  margin-bottom: 2px;
}
.block-pickup-list-w--price-items-contents .block-pickup-list-w--price-items-salon-price span{
  font-size: 11px;
  color: #9E9E9E;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}
.block-pickup-list-w--price-items-contents .block-pickup-list-w--price-items-price span:last-of-type,
.block-pickup-list-w--price-items-contents .block-pickup-list-w--price-items-salon-price span:last-of-type{
  display: inline-block;
  margin-left: 0.25em;
}

.block-pickup-list-w--btn,.quickview-cart-btn,.block-list-add-cart-btn{
  font-size: clamp(10px, 3.5vw, 14px);
  letter-spacing: 0;
  color: #FFF;
  text-align: center;
  border: 1px solid var(--textColor);
  background: var(--textColor);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 12px 5px;
  cursor: pointer;
}
.quickview-cart-btn{
  width: 100%;
  max-width: 171px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width:390px){
  .block-pickup-list-w--btn,.quickview-cart-btn,.block-list-add-cart-btn{
    font-size: clamp(10px, 3.5vw, 14px);
  }
}
.block-pickup-list-w--btn:not(.js-animation-add-cart-in-progress)::before,.quickview-cart-btn:not(.js-animation-add-cart-in-progress)::before,.block-list-add-cart-btn:not(.js-animation-add-cart-in-progress)::before{
  display: block;
  width: 20px;
  height: 16px;
  margin-right: 5px;
  background: url(../../img/usr/common/ico_cart_w.png) center center / 100% auto no-repeat;
  content: "";
  position: relative;
  top: -1px;
}

.block-pickup-list-w-modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100000;
}
.block-pickup-list-w-modal-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../img/usr/common/bg_goods_modal_sp.png) center center / cover no-repeat;
}
.block-pickup-list-w-modal-container{
  width: calc(100% - 70px);
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 30px 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.block-pickup-list-w-modal-close{
  width: 38px;
  height: 38px;
  position: absolute;
  top: -19px;
  right: -19px;
  background: #9E9E9E;
  border-radius: 50%;
  cursor: pointer;
}
.block-pickup-list-w-modal-close::before,.block-pickup-list-w-modal-close::after{
  content: "";
  width: 14px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
}
.block-pickup-list-w-modal-close::before{
  transform: translate(-50%,-50%) rotate(45deg);
}
.block-pickup-list-w-modal-close::after{
  transform: translate(-50%,-50%) rotate(-45deg);
}
.block-pickup-list-w-modal .block-pickup-list-w-modal-title{
  font-size: 20px;
  font-weight: 500;
}
.block-pickup-list-w-modal .block-quickview--name{
  display: none;
}
.block-pickup-list-w-modal .block-quickview-item-wrap {
  max-height: 65vh;
  max-height: 65dvh;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}
.block-pickup-list-w-modal .block-quickview-item-list{
  padding: 20px 0;
  border-bottom: 1px solid #E3E3E3;
}
.block-pickup-list-w-modal .block-quickview-item-list:last-child{
  border-bottom: 0;
}
.block-pickup-list-w-modal .block-pickup-list-w--price-items{
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin: 0 0 8px;
}
.block-pickup-list-w-modal .block-pickup-list-w--price-items:not(:has(.block-pickup-list-w--price-items-salon-price)){
  align-items: center;
}
.block-pickup-list-w--price-items-price-box > * + *{
  margin: 5px 0 0;
}
.block-pickup-list-w-modal .block-pickup-list-w--price-items-size{
  letter-spacing: 0;
}
.block-pickup-list-w-modal .block-pickup-list-w--price-items-price,.block-pickup-list-w-modal .block-pickup-list-w--price-items-salon-price{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
}
.block-pickup-list-w-modal .block-pickup-list-w--price-items-salon-price + .block-pickup-list-w--price-items-price{
  font-size: 12px;
  font-weight: 500;
  color: #9E9E9E;
}
.block-pickup-list-w-modal .block-pickup-list-w--price-items-salon-price span{
  font-size: 12px;
  color: var(--textColor);
  display: block;
  line-height: 1;
}
.block-pickup-list-w-modal .block-pickup-list-w--price-items-price span{
  font-size: 10px;
  color: #9E9E9E;
  display: block;
  line-height: 1;
}
.block-pickup-list-w-modal .block-pickup-list-w--price-items-price::after,.block-pickup-list-w-modal .block-pickup-list-w--price-items-salon-price::after{
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
}
body:has(.salon-page) .block-pickup-list-w-modal .block-pickup-list-w--price-items-price::after,.block-pickup-list-w-modal .block-pickup-list-w--price-items-salon-price::after{
}
.block-pickup-list-w-modal .block-pickup-list-w--price-items-stock{
  color:#E80101;
  font-size: 12px;
}
.block-pickup-list-w-modal .block-quickview--cart-bookmark{
  display: flex;
  align-items: center;
  gap: 20px;
}
.block-pickup-list-w-modal .block-pickup-list-w--add-cart{
  width: calc(100% - 64px);
}
.block-pickup-list-w-modal .block-pickup-list-w--add-cart:not(:has(+.block-quickview-item-bookmark .block-goods-favorite)){
  width: 100%;
}
.block-pickup-list-w-modal .block-quickview-item-bookmark:not(:has(.block-goods-favorite)){
  display: none;
}
.block-pickup-list-w-modal .block-pickup-list-w--add-cart .btn{
  white-space: normal;
  font-size: 12px;
}
.block-pickup-list-w-modal .block-pickup-list-w--add-cart .btn a{
  text-decoration: underline;
}
.block-pickup-list-w-modal .block-pickup-list-w--add-cart .block-list-add-cart-btn{
  width: 100%;
  font-size: 16px;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-pickup-list-w-modal .block-pickup-list-w--add-cart .block-list-add-cart-btn::before{
  display: block;
  width: 21px;
  height: 18px;
  margin-right: 8px;
  background: url(../../img/usr/common/ico_cart_w.png) center center / 100% auto no-repeat;
  content: "";
  position: relative;
  top: -1px;
}
.block-pickup-list-w-modal .block-pickup-list-w--add-cart .block-list-add-cart-btn.js-animation-add-cart-in-progress::before{
  display: none;
}
.block-pickup-list-w-modal .block-goods-favorite {
  margin: 0;
}
.block-pickup-list-w-modal .block-goods-list--favorite--btn,.block-pickup-list-w-modal .block-goods-list--favorite-registed--btn {
  position: static;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #E3E3E3;
  background-color: #F5F5F5;
}
.block-pickup-list-w-modal .block-goods-list--favorite--btn{
  background-size: 25px auto;
}

/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */

.block-thumbnail-h--items {
  font-size: 0;
  padding: 10px 10px 0 0;
}

.block-thumbnail-h--item {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.block-thumbnail-h--items a {
  text-decoration: none;
}
.block-thumbnail-h--goods-image figure {
  background: #f5f5f5;
  width: 100%;
}

.block-thumbnail-h--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-thumbnail-h--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-thumbnail-h--goods-image figure {
  background: #f5f5f5;
  aspect-ratio: 1/1;
}

/* ----商品一覧画面：買い物かご：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;
  border-radius: 50%;
  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;
  border-radius: 50%;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png) center/40% no-repeat;
}

/* ----商品一覧画面：商品詳細：block-goods-detail-j---- */

.block-goods-detail-j--items {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 18px;
  padding: 0 35px;
}

.block-goods-detail-j--item {
  width: calc((100% - 18px) / 2);
}

.block-goods-detail-j--items a {
  display: block;
  text-decoration: none;
  width: 100%;
}

.block-goods-detail-j--goods-image {
  width: 100%;
  margin-bottom: 15px;
}

.block-goods-detail-j--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.block-goods-detail-j--goods-name {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0 0 3px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.block-goods-detail-j--comment {
  font-size: 12px;
  color: #9E9E9E;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.block-goods-detail-j--price-infos{
  margin-top: 15px;
}

.block-goods-detail-j--price {
  font-size: 16px;
}

.block-goods-detail-j--cart-btn {
  margin-top: 25px;
}
.block-goods-detail-j--cart-btn a {
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  color: #FFF;
  background: var(--textColor);
  border-color: var(--textColor);
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width:390px){
  .block-goods-detail-j--cart-btn a {
    font-size: 12px;
  }
  .block-goods-detail-j--cart-btn a::before {
    width: 19px;
    height: 15px;
  }
}
.block-goods-detail-j--cart-btn a::before {
  content: "";
  width: 23px;
  height: 20px;
  display: block;
  background: url(../../img/usr/common/ico_cart_w.png) center center / contain no-repeat;
  position: relative;
  top: -1px;
}
.block-goods-detail-j--cart-btn a.js-animation-add-cart-in-progress::before{
  display: none;
}

.block-goods-detail-j--custom-order {
  margin-top: 25px;
}
.block-goods-detail-j--custom-order a {
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  color: #FFF;
  background: var(--textColor);
  border-color: var(--textColor);
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.block-goods-detail-j--custom-order a::before {
  content: "";
  width: 23px;
  height: 20px;
  display: block;
  background: url(../../img/usr/common/ico_cart_w.png) center center / contain no-repeat;
  position: relative;
  top: -1px;
}
.block-goods-detail-j--custom-order a.js-animation-add-cart-in-progress::before{
  display: none;
}

.block-goods-detail-j--item .block-goods-list--favorite--btn {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  background: url(../../img/usr/common/goods_bookmark_btn.png)  center / 15px auto no-repeat #FFF;
}

.block-goods-detail-j--item .block-goods-list--favorite-registed--btn {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 35px;
  height: 35px;
  background: url(../../img/usr/common/goods_bookmark_reg_btn.png)  center/15px no-repeat #FFF;
}

/* ----商品一覧画面：ブランド画面：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{
  width: 100%;
  margin: 0 0 100px;
  overflow-x: auto;
  overflow-y: hidden;
}
.block-goods-list-c--items {
  display: flex;
  gap: 20px;
  max-width: none;
  padding: 0 35px;
  overflow-x: auto;
}
.block-goods-list-c--items li {
  display: block;
  width: 90px;
  min-width: 90px;
  padding: 0;
}
.block-goods-list-c--items li a {
  text-decoration: none;
}
.block-goods-list-c--goods-image {
  width: 100%;
}
.block-goods-list-c--goods-image figure {
  background: #f5f5f5;
  width: 100%;
  min-width: 90px;
  min-height: 90px;
  aspect-ratio: 1 / 1;
}
.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;
  display: none;
}
.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;
  display: none;
}

/* ----カテゴリー画面---- */

.block-category-list--goods {
  margin: 0 0 10px 0;
}

.block-category-list--promotion-freespace {
  margin: 0 10px 10px 10px;
}

.block-category-list--comment {
  margin: 0 10px 10px 10px;
}

/* ----カテゴリー画面：一覧：block-category-style-l---- */

.block-category-style-l--items {
  border-top: 1px solid #eee;
}

.block-category-style-l--item {
  border-bottom: 1px solid #eee;
  background-color: #fff;
  min-height: 43px;
  position: relative;
}

.block-category-style-l--item-container {
  display: table;
  width: 100%;
}

.block-category-style-l--body {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
  text-align: left;
  padding: 0 5px 0 0;
}

.block-category-style-l--item a {
  padding: 0 5px 0 0;
  text-decoration: none;
}

.block-category-style-l--name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}

.block-category-style-l--image {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}

.block-category-style-l--image figure {
  width: 43px;
  height: 43px;
}

/* ----カテゴリーツリー---- */

.block-category-tree--header {
  border-bottom: 1px solid #eee;
}

.block-category-style-g--items-0,
.block-category-style-g--items-1,
.block-category-style-g--items-2,
.block-category-style-g--items-3 {
  border-top: 1px solid #eee;
}

.block-category-style-g--item {
  border-bottom: 1px solid #eee;
  min-height: 43px;
  background-color: #fff;
}

.block-category-style-g--item-container {
  display: table;
  width: 100%;
}

.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;
  height: 43px;
  vertical-align: middle;
  text-align: left;
}

.block-category-style-g--image {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}

.block-category-style-g--image figure {
  width: 43px;
  height: 43px;
}

.block-category-style-g--name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
  text-decoration: underline;
}

.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;
}

/* ----ジャンル画面---- */

.block-genre-page--goods {
  margin: 0 0 10px 0;
}

.block-genre-page--comment {
  margin: 0 10px 10px 10px;
}

/* ----ジャンルツリー---- */

.block-genre-tree {
  border-bottom: 1px solid #eee;
}

.block-genre-tree--header {
  border-bottom: 1px solid #eee;
}

.block-genre-style--items-0,
.block-genre-style--items-1,
.block-genre-style--items-2,
.block-genre-style--items-3 {
  border-top: 1px solid #eee;
}

.block-genre-style--item {
  border-bottom: 1px solid #eee;
  min-height: 43px;
  background-color: #fff;
}

.block-genre-style--item:last-child {
  border-bottom: none;
}

.block-genre-style--item-container {
  display: table;
  width: 100%;
}

.block-genre-style--expand-icon {
  display: table-cell;
  height: 43px;
  width: 20px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}

.block-genre-style--body {
  display: table-cell;
  height: 43px;
  vertical-align: middle;
  text-align: left;
}

.block-genre-style--image {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
}

.block-genre-style--image figure {
  width: 43px;
  height: 43px;
}

.block-genre-style--name {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
  text-decoration: underline;
}

.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;
}

/* ----絞り込み検索---- */

.block-filter--header {
  border: 1px solid var(--textColor);
}

.block-filter--list-item-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.block-filter--expand-icon {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-filter--select-label {
  display: table-cell;
  height: 43px;
  padding-left: 10px;
  vertical-align: middle;
  text-align: left;
}

.block-filter--list-item {
  display: none;
  border-bottom: #eee 1px solid;
}

.block-filter--filter-options {
  border-top: #eee 1px solid;
}

.block-filter--element {
  display: table;
  table-layout: fixed;
  border-bottom: #eee 1px solid;
  width: 100%;
}

.block-filter--element:last-child {
  border-bottom: none;
}

.block-filter--option-items {
  display: table-cell;
  height: 43px;
  padding-left: 20px;
  vertical-align: middle;
  width: 100%;
}

.block-filter--select {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle;
  height: 43px;
}

.block-filter--close i:before {
  content: "\f067";
}

.block-filter--treelist-layer {
  border-top: #eee 1px solid;
}

.block-filter--treeitem {
  border-top: #eee 1px solid;
}

.block-filter--treeitem:first-child {
  border-top: none;
}

a.block-filter--treeitem-name {
  text-decoration: underline;
}

.block-filter--tree-2,
.block-filter--tree-3,
.block-filter--tree-4 {
  border-top: #eee 1px solid;
}

.block-filter--tree-2 > li {
  padding-left: 20px;
}

.block-filter--tree-3 > li {
  padding-left: 30px;
}

.block-filter--tree-4 > li {
  padding-left: 40px;
}

.block-filter--tree-2 {
  margin-left: -10px;
}

.block-filter--tree-3 {
  margin-left: -20px;
}

.block-filter--tree-4 {
  margin-left: -30px;
}

.block-filter--treeitem-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.block-filter--treeitem-dir {
  display: table-cell;
  height: 43px;
  width: 40px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}

.block-filter--treeitem-name {
  display: table-cell;
  height: 43px;
  padding-left: 20px;
  vertical-align: middle;
  text-align: left;
}

.block-filter--treeitem-selected {
  color: #c00;
}

.filter-button {
  padding: 0 10px;
  background: #dedede;
}
.filter-buttonr--search {
  padding-bottom: 10px;
}
.filter-button button {
  height: 40px;
  width: 100%;
  border: 1px solid #000;
  color: #000;
}

/* ----詳細検索---- */
.block-search-goods--condition-items {
  padding: 0 30px;
  margin: 0;
  max-height: 50vh;
  max-height: 50dvh;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}
.block-search-goods .action-buttons {
  margin: 0 30px;
}
.block-search-goods .action-buttons .action .btn{
  margin-top: 20px;
  padding: 15px 0;
}
.block-search-goods .fieldset-vertical .form-group {
  margin-bottom: 25px;
}
.block-search-goods .fieldset-vertical .form-label {
  font-size: 16px;
  margin: 0 0 10px;
  padding: 0;
  background: none;
}
.block-search-goods .fieldset-vertical .form-label label {
  font-size: 16px;
}
.block-search-goods .fieldset-vertical .form-control{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}
.block-search-goods .fieldset-vertical .block-search-goods--goods-code .form-control {
  gap: 10px ;
}
.block-search-goods .fieldset-vertical .form-control label{
  display: flex;
  align-items: center;
  margin: 0;
}
.block-search-goods .fieldset-vertical .form-control label:has(input[name="brand"]){
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 5px;
}
.block-search-goods .fieldset-vertical .form-control label:has(input[name="series"]){
  font-size: 14px;
  font-weight: 500;
}
.block-search-goods .fieldset-vertical .form-control label input{
  margin-right: 5px;
}
.block-search-goods .fieldset-vertical .form-control label input[name="series"] {
  width: 22px;
  height: 22px;
  margin: 0 6px 0 3px;
}
.block-search-goods .fieldset-vertical .form-control label input[name="series"]::after {
  width: 5px;
  height: 8px;
  top: calc(50% - 1px);
  left: 8px;
}
.block-search-goods .fieldset-vertical .form-control label:has(input[name="series"]) + label:has(input[name="brand"]) {
  margin-top: 20px;
}
.block-search-goods .fieldset-vertical .form-control label:has(input[name="brand"]) + label:has(input[name="brand"]) {
  margin-top: 20px;
}

/* ----カート内商品---- */
.block-cart--goods-list .block-goods-list--favorite--btn {
  position: absolute;
  top: 10px;
  left: 90px;
  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: 10px;
  left: 90px;
  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;
  padding: 10px 0 0 0;
  width: 100%;
  max-width: none;
  overflow-x: auto;
  overflow-y: hidden;
}

.block-goods-coupon-list::-webkit-scrollbar {
  display: none;
}

.block-goods-coupon-item {
  padding: 10px;
  margin-right: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  min-width: 60vw;
  width: 60vw;
}

.block-goods-coupon-item--benefit {
  font-size: 14px;
  color: #f00;
  font-weight: bold;
}

.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 {
  display: flex;
  padding: 10px 0 0 0;
  width: 100%;
  max-width: none;
  overflow-x: auto;
  overflow-y: hidden;
}

.block-goods-promotion-list::-webkit-scrollbar {
  display: none;
}

.block-goods-promotion-item {
  padding: 10px;
  margin-right: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  min-width: 60vw;
  width: 60vw;
}

.block-goods-promotion-item--benefit {
  font-size: 14px;
  color: #f00;
  font-weight: bold;
}

.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;
}

/* ----レフィル商品情報---- */

.block-refill-goods {
  margin: 20px;
  border-top: 1px dashed #707070;
  border-bottom: 1px dashed #707070;
  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: "";
}

.tax{
  color: #1E1E1E !important; 
}
.block-pickup-list-w-modal-container .block-pickup-list-w--price-items-salon-price .price-line {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 10px;
}

.block-pickup-list-w-modal-container .block-pickup-list-w--price-items-salon-price .price-line .tax {
  font-size: 10px;
  font-weight: bold;
}

.block-pickup-list-w-modal-container .block-pickup-list-w--price-items-price .price-line {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  font-size: 12px;
}

.block-pickup-list-w-modal-container .block-pickup-list-w--price-items-price span {
  font-weight: bold;
  margin-top: 3px;
}

.block-pickup-list-w--item .block-pickup-list-w--price-items-price-box .block-pickup-list-w--price-items-price .maker-price-line {
  display: flex;
  align-items: baseline;
  gap: 0.5em;
  font-size: 16px;
  margin-bottom: 10px;
  color:#1E1E1E;
}

.block-pickup-list-w--price-items .block-pickup-list-w--price-items-price-box .block-pickup-list-w--price-items-salon-price .tax{
  font-size: 8px;
}
.block-pickup-list-w-modal-container .block-pickup-list-w-modal-item .block-quickview--price-infos .maker-price-line {
  font-size: 20px;
  font-weight: bold;
}
.block-pickup-list-w-modal-container .block-pickup-list-w-modal-item .block-quickview--price-infos .maker-price-line .tax {
 font-weight: bold;
 font-size: 10px;
}
