﻿@charset "UTF-8";

/* swiper */
.swiper-button-prev svg.swiper-navigation-icon,
.swiper-button-next svg.swiper-navigation-icon {
display: none!important;
}
.wrapper .swiper-button-next, .wrapper .swiper-button-prev {
	width: calc(var(--swiper-navigation-size)/ 44 * 27);
}

div.wrapper .swiper-button-next.goods-accessory-swiper-button-next,
div.wrapper .swiper-button-prev.goods-accessory-swiper-button-prev,
div.wrapper .swiper-button-next.jansis-swiper-button-next,
div.wrapper .swiper-button-prev.jansis-swiper-button-prev {
top: 106px;
}

/* ----フッター---- */
.pane-footer {
  margin: 80px 0 0;
  padding: 0;
}

footer .container {
  width: auto;
}

#footer-banners {
  margin: 0 0 90px;
  padding: 60px 0 0;
  border-top: solid 1px var(--border-bg-gray-color);
  text-align: center;
}

#footer-banners ul {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#footer-banners li {
  width: 360px;
}

#footer-banners li img {
  width: 100%;
  height: auto;
}

#footer-body-wrap {
  background: var(--ultra-light-gray-color);
}

#footer-body {
  width: 1100px;
  margin: 0 auto;
  padding: 70px 0 90px;
  color: var(--gray-color);
}

#footer-body .footer-point {
  margin: 0 0 50px;
  padding: 15px 30px;
  border: solid 1px var(--border-bg-gray-color);
}

#footer-body .footer-point ul {
  display: flex;
}

#footer-body .footer-point ul li {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

#footer-body .footer-point ul li>span>span {
  font-weight: 600;
}

#footer-body .footer-nav {
  margin: 0 0 60px;
  display: flex;
  justify-content: space-between;
}

#footer-body .footer-nav .footer-nav--list {
  width: calc(100% - 450px);
  display: flex;
  gap: 25px;
}

#footer-body .footer-nav .footer-nav--list>dl {
  width: calc((100% - 25px * 2) / 3);
}

#footer-body .footer-nav .footer-nav--list>dl dt {
  font-size: 15px;
  font-weight: 600;
}

#footer-body .footer-nav .footer-nav--list>dl dd ul li {
  font-size: 13px;
  margin: 15px 0 0;
}

#footer-body .footer-nav .footer-nav--list>ul {
  width: calc((100% - 25px * 2) / 3);
  font-size: 15px;
}

#footer-body .footer-nav .footer-nav--list>ul li+li {
  margin-top: 15px;
}

#footer-body .footer-nav .footer-nav--list>ul li a {
  font-weight: 600;
}

#footer-body .footer-snav {
  margin: 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer-body .footer-snav .footer-snav--sns {
  display: flex;
  align-items: center;
  gap: 20px;
}

#footer-body .footer-snav .footer-snav--sns a {
  display: block;
  transition: opacity 0.3s;
}

#footer-body .footer-snav .footer-snav--sns a:hover {
  opacity: 0.7;
}

#footer-body .footer-snav .footer-snav--sns img {
  display: block;
  width: 30px;
  height: auto;
  transition: opacity 0.3s;
}

#footer-body .footer-snav .footer-snav--nav {
  font-size: 11px;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}

#copyright {
  background: var(--gray-color);
  color: #ffffff;
}

#copyright>div {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0 35px;
  display: flex;
}

#copyright>div p:not(:last-child) {
  font-size: 14px;
  font-weight: 500;
}

#copyright>div p:last-child {
  font-size: 12px;
  flex: 1;
  text-align: right;
}

/* ----ページトップに戻る---- */
.block-page-top a {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  background-color: #444;
}

.block-page-top a:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -8px;
}

.block-page-top {
  position: fixed;
  top: auto;
  bottom: 10px;
  right: 26px;
  display: none;
}

/* ----左メニュー---- */
.pane-left-menu .pane-block--title {
  margin: 28px 0 0;
  padding: 8px 0;
  border: 0;
  line-height: 1.25;
}

.block-filter-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

#block_of_filter {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 900px;
  max-height: calc(100% - 80px);
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}

.block-filter-modal .block-filter--frame-close {
  cursor: pointer;
}

.block-filter-modal .block-filter--frame-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}

.block-filter-modal .block-filter--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  margin: 0;
  padding: 0 20px 0 10px;
  border: 0;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  background: var(--gray-color);
  line-height: 1;
}

.block-filter-modal .block-filter--frame-close {
  position: relative;
  font-size: 0;
  width: 1.2rem;
  height: 1.2rem;
}

.block-filter-modal .block-filter--frame-close::before,
.block-filter-modal .block-filter--frame-close::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 1px;
  height: 15px;
  background: #fff;
  content: "";
}

.block-filter-modal .block-filter--frame-close::before {
  transform: rotate(45deg);
}

.block-filter-modal .block-filter--frame-close::after {
  transform: rotate(-45deg);
}

.block-filter-modal form {
  flex: 1;
  padding-bottom: 40px;
  overflow-y: auto;
}

.pane-left-menu .js-filter-box .js-filter-box-inner-label {
  position: relative;
}

.pane-left-menu .pane-block--subtitle {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 19px 55px 20px 10px;
  border-bottom: 1px solid var(--border-bg-gray-color);
  font-size: 16px;
  font-weight: 500;
  line-height: calc(19.5 / 16);
  background: var(--bg-ligiht-gray-color);
}

.pane-left-menu .js-filter-box .js-filter-box-inner-label::before,
.pane-left-menu .js-filter-box .js-filter-box-inner-label::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 15px;
  height: 1px;
  margin: auto;
  background: #999;
  content: "";
}

.pane-left-menu .js-filter-box.block-filter--close .js-filter-box-inner-label::after {
  transform: rotate(90deg);
}

.block-filter--list-inner-accordion {
  display: none;
}

.pane-left-menu .block-filter-option-items {
  padding: 5px 0;
}

.pane-left-menu .js-filter-box .pane-block--subtitle+div {
  padding: 7px 0;
}

.pane-left-menu .block-filter-option-items {
  height: auto;
  padding: 17px 12px 18px;
  border-bottom: 1px solid var(--border-bg-gray-color);
}

.pane-left-menu .block-filter-option-items>label {
  display: flex;
  font-size: 15px;
  line-height: calc(19.5 / 15);
}

.pane-left-menu .block-filter-option-items>label::before {
  content: '';
  display: inline-block;
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin-right: 10px;
  background-image: url('../../img/usr/common/ico_check_off.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.pane-left-menu .block-filter-option-items>label.check::before {
  background-image: url('../../img/usr/common/ico_check_on.png');
}

.pane-left-menu .block-filter-option-items input[type="checkbox"] {
  display: none;
}

.filter-cancel {
  margin-top: 16px;
}

#block_filter__cancel_btn {
  display: flex;
  align-items: center;
  appearance: none;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  background: transparent;
  color: var(--light-gray-color);
  cursor: pointer;
}

#block_filter__cancel_btn::before {
  display: inline-block;
  content: '×';
  margin-right: 6px;
  font-size: 20px;
}

.block-leftmenu_banner .block-leftmenu_banner--list>li {
  margin-top: 32px;
}

ul.block-category-tree--level-1>.block-category-tree--item__open,
ul.block-category-tree--level-1>.block-category-tree--item {
  border-top: 0;
  border-bottom: 1px solid var(--border-bg-gray-color);
}

ul>.block-category-tree--item__open,
ul>.block-category-tree--item {
  border-top: 1px solid var(--border-bg-gray-color);
  border-bottom: 0;
}

.pane-left-menu ul.block-category-tree--items:not(.block-category-tree--level-1) {
  display: none;
}

.pane-left-menu ul.block-category-tree--items>li {
  position: relative;
}

.pane-left-menu ul.block-category-tree--items>li>a {
  height: 43px;
}

.pane-left-menu ul.block-category-tree--items>li>a+.block-category-tree--item-opener {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 43px;
  cursor: pointer;
}

.pane-left-menu ul.block-category-tree--items>li>a+.block-category-tree--item-opener::before {
  position: absolute;
  top: calc(50% - 8px);
  right: 3px;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(45deg);
  transition: all 0.3s;
  content: "";
}

.pane-left-menu ul.block-category-tree--items>li>a+.block-category-tree--item-opener.is-open::before {
  top: calc(50% - 4px);
  transform: rotate(-135deg);
}

.pane-left-menu ul.block-category-tree--items:not(.block-category-tree--level-1)>li>a+.block-category-tree--item-opener::before {
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(45deg);
  transition: all 0.3s;
  content: "";
}

.pane-left-menu ul.block-category-tree--items:not(.block-category-tree--level-1)>li>a+.block-category-tree--item-opener.is-open::before {
  top: calc(50% - 3px);
  transform: rotate(-135deg);
}

.pane-left-menu ul.block-category-tree--items.block-category-tree--level-1>li>a {
  height: 55px;
}

.pane-left-menu ul.block-category-tree--items.block-category-tree--level-1>li>a+.block-category-tree--item-opener {
  height: 55px;
}

.pane-left-menu ul.block-category-tree--items.block-category-tree--level-3>li>a {
  background: #f5f5f5;
}

.pane-left-menu ul.block-category-tree--items.block-category-tree--level-4>li>a {
  background: #f0f0f0;
}

.block-genre-tree--item__open,
.block-genre-tree--item {
  border-top: 0;
  border-bottom: 1px solid var(--border-bg-gray-color);
}

/* ----PC/スマホ切り替えスイッチ---- */
.block-switcher {
  display: flex;
  width: 124px;
  margin: 0 auto 20px;
  padding: 3px;
  border-radius: 2px;
  background: rgba(34, 34, 34, 0.2);
}

.block-switcher .block-switcher-container {
  width: 58px;
  margin-right: 2px;
}

.block-switcher .block-switcher-container+.block-switcher-container {
  margin-right: 0;
}

.block-switcher .block-switcher-container .block-switcher--current {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4px;
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
  background: #fff;
}

.block-switcher .block-switcher-container .block-switcher--current::before {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 0 3px;
  background: url(../../img/usr/common/ico_pc.png) center center / auto auto no-repeat;
  content: "";
}

.block-switcher .block-switcher-container .block-switcher--switch {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4px;
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
  opacity: 0.3;
}

.block-switcher .block-switcher-container .block-switcher--switch::before {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 0 3px;
  background: url(../../img/usr/common/ico_sp.png) center center / auto auto no-repeat;
  content: "";
}

.block-switcher .block-switcher-container .block-icon-image-small {
  display: none;
}

/* ----Copyright---- */
.block-copyright {
  display: block;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
}

.block-jscart--items {
  padding-bottom: 5px;
}

.pane-right-menu .block-jscart {
  width: 1080px;
  margin: 0 auto;
}

.pane-right-menu .block-jscart .block-search-box--header {
  margin: 0 0 30px;
  padding: 75px 0 0;
  border: 0;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  letter-spacing: 0.02em;
}

/* ----パンくずリスト---- */
.block-topic-path {
  padding: 24px 0 0;
}

.block-topic-path--list li {
  padding-right: 1.0em;
  color: var(--light-gray-color);
  font-size: 11px;
  line-height: calc(16.5 / 11);
}

.block-topic-path--list a {
  padding-left: 1.0em;
  text-decoration: none;
}

.block-topic-path--list .block-topic-path--item__home a {
  padding-left: 0;
}

/* ----カテゴリ画面---- */
.block-category-style-p {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 10px;
  background: var(--ultra-light-gray-color);
}

.page-top .block-category-style-p {
  width: 1060px;
  padding: 0 0 50px;
  background: none;
}

.block-category-style-p .block-category-style-p--item {
  display: flex;
  flex-direction: column;
  width: 200px;
  flex-basis: 200px;
  margin: 0 20px 20px 0;
}

.page-top .block-category-style-p .block-category-style-p--item {
  width: 250px;
  flex-basis: 250px;
  margin: 0 20px 40px 0;
}

.block-category-style-p .block-category-style-p--item:nth-of-type(4n),
.page-top .block-category-style-p .block-category-style-p--item:nth-of-type(4n) {
  margin-right: 0;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-comment {
  float: none;
  width: auto;
  font-size: 13px;
  order: 30;
}

.page-top .block-category-style-p .block-category-style-p--item .block-category-style-p--item-comment {
  display: none;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-image {
  width: 100%;
  margin: 0 0 16px;
  float: none;
  order: 10;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-image img {
  width: 100%;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-name {
  width: 100%;
  margin: 0 0 16px;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  order: 20;
}

.page-top .block-category-style-p .block-category-style-p--item .block-category-style-p--item-name {
  margin: 0;
  text-align: center;
  font-weight: normal;
}

.block-category-style-p .block-category-style-p--item .block-category-style-p--item-name a::before {
  content: "＞ ";
}

.page-top .block-category-style-p .block-category-style-p--item .block-category-style-p--item-name a::before {
  display: none;
}

.block-category-list--header,
.block-genre-page--header {
  margin: 0 0 25px;
  padding: 0;
  font-size: 28px;
  font-weight: 500;
}

.block-category-list--header span,
.block-genre-page--header span {
  margin: 14px 0 0;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #707070;
}

.block-category-list--header-img,
.block-genre-page--header-img,
.block-event-page--header-img {
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
}

.block-category-list--comment {
  margin: 0 0 90px;
  line-height: calc(32 / 16);
  font-size: 16px;
}

.block-category-list--header-freespace {
  margin-bottom: 125px;
}

.block-category-list--comment+.block-category-list--header-freespace {
  margin-top: -90px;
}

.page-top.top-layout1 .block-top-category,
.page-top.top-layout2 .block-top-category {
  background: none;
}

.page-top.top-layout1 .block-category-style-p,
.page-top.top-layout2 .block-category-style-p {
  width: 890px;
}

.page-top.top-layout1 .block-category-style-p .block-category-style-p--item,
.page-top.top-layout2 .block-category-style-p .block-category-style-p--item {
  width: 200px;
  flex-basis: 200px;
  margin: 0 30px 20px 0;
}

.page-top.top-layout1 .block-category-style-p .block-category-style-p--item:nth-of-type(4n),
.page-top.top-layout2 .block-category-style-p .block-category-style-p--item:nth-of-type(4n) {
  margin-right: 0;
}

.block-category-list--event {
  margin-bottom: 30px;
}

.block-category-style-g {
  flex-direction: column;
  margin-bottom: 96px;
}

.block-category-style-g--item {
  width: 100%;
  flex-basis: auto;
}

.block-category-style-g--item+.block-category-style-g--item {
  border-top: 1px solid #fff;
}

.block-category-style-g--item:nth-child(2n) {
  margin-left: 0;
}

.category-ac-open {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-ligiht-gray-color);
  cursor: pointer;
}

.category-ac-open .block-category-style-g--item-name a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 10px 15px;
  min-height: 65px;
}

.category-ac-open .block-category-style-g--item-name a::after {
  content: '';
  display: inline-block;
  width: 6px;
  min-width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
  transform-origin: center center;
}

.block-category-style-g--body__have-child.active {
  background: var(--green-color);
}

.block-category-style-g--body__have-child::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 20px;
  background-image: url(../../img/sys/icon/gray/plus.png);
  border: 0;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(0);
}

.category-ac-open.block-category-style-g--body__have-child .block-category-style-g--item-name {
  padding-left: 15px;
}

.category-ac-open.block-category-style-g--body__have-child .block-category-style-g--item-name a {
  display: inline-flex;
  padding: 0;
}

.category-ac-open.block-category-style-g--body__have-child .block-category-style-g--item-name a::after {
  content: none;
}

.block-category-style-g--body__have-child.active::after {
  height: 1px;
  background-image: url(../../img/sys/icon/gray/minus.png);
}

.category-ac-head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  height: 100%;
}

.block-category-style-g--item-image {
  width: 45px;
  height: 45px;
  margin-left: 15px;
}

.block-category-style-g--item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-category-style-g--item-name {
  width: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
  color: var(--base-color);
  border-bottom: 0;
  font-weight: normal;
}

.block-category-style-g--body__have-child.active .block-category-style-g--item-name {
  color: #fff;
}

.category-ac-sub-list {
  display: none;
}

.block-category-style-g--item ul {
  margin: 0;
}

.block-category-style-g--item ul li {
  margin-left: 0;
  list-style: none;
}

.block-category-style-g--item ul li+li {
  border-top: 1px solid var(--ultra-light-gray-color);
}

.block-category-style-g--item ul li * {
  display: flex;
  align-items: center;
  padding: 26px 15px;
  font-size: 15px;
  line-height: calc(19.5 / 15);
}

.block-category-style-g--item ul li a::before {
  content: '';
  display: inline-block;
  width: 4px;
  min-width: 4px;
  height: 4px;
  margin-right: 8px;
  border-top: 1px solid var(--green-color);
  border-right: 1px solid var(--green-color);
  transform: rotate(45deg);
  transform-origin: center center;
}

.block-category-list--topic {
  width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.block-top-topic--body {
  margin-bottom: 84px;
}

.block-top-topic--next-page {
  margin-top: 50px;
  text-align: center;
}

.block-top-topic--next-page a {
  color: inherit;
}

.page-top.top-layout1 .block-top-campaign,
.page-top.top-layout2 .block-top-campaign {
  background: none;
}

.page-top.top-layout1 .block-campaign-banner ul.block-campaign-banner--list,
.page-top.top-layout2 .block-campaign-banner ul.block-campaign-banner--list {
  width: 900px;
}

.page-top.top-layout1 .block-campaign-banner ul.block-campaign-banner--list>li,
.page-top.top-layout2 .block-campaign-banner ul.block-campaign-banner--list>li {
  width: 280px;
  margin: 0 30px 40px 0;
}

.page-top.top-layout1 .block-top-event .block-ranking-r .block-ranking-r--items,
.page-top.top-layout2 .block-top-event .block-ranking-r .block-ranking-r--items {
  width: 920px;
  padding-left: 32px;
}

.page-top.top-layout1 .block-ranking-r .block-ranking-r--items dl,
.page-top.top-layout2 .block-ranking-r .block-ranking-r--items dl {
  width: 190px;
  flex-basis: 190px;
  margin-right: 32px;
}

.page-top.top-layout1 .block-ranking-r .block-ranking-r--items.swiper div dl,
.page-top.top-layout2 .block-ranking-r .block-ranking-r--items.swiper div dl {
  margin-right: 0;
}

.page-top.top-layout1 .block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image figure,
.page-top.top-layout2 .block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image figure {
  width: 190px;
  height: 190px;
}

.page-top.top-layout1 .block-top-event .block-thumbnail-t,
.page-top.top-layout2 .block-top-event .block-thumbnail-t {
  width: 920px;
  padding-left: 32px;
}

.page-top.top-layout1 .block-thumbnail-t dl,
.page-top.top-layout2 .block-thumbnail-t dl {
  width: 190px;
  flex-basis: 190px;
  margin: 0;
  padding-right: 32px;
}

.page-top.top-layout1 .block-thumbnail-t dl .block-thumbnail-t--goods-image figure,
.page-top.top-layout2 .block-thumbnail-t dl .block-thumbnail-t--goods-image figure {
  width: 190px;
  height: 190px;
}

.page-top.top-layout1 .block-top-topic,
.page-top.top-layout2 .block-top-topic {
  background: none;
}

.page-top .block-ranking-r {
  position: relative;
}

/* ----ジャンル画面---- */
.block-genre-page--event {
  margin-bottom: 30px;
}

.block-genre-style {
  flex-direction: column;
  margin-bottom: 96px;
}

.block-genre-style .block-genre-style--item {
  flex-basis: auto;
  display: flex;
  align-items: center;
  width: 100%;
  background: var(--bg-ligiht-gray-color);
  cursor: pointer;
}

.block-genre-style .block-genre-style--item+.block-genre-style--item {
  border-top: 1px solid #fff;
}

.genre-ac-head {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.block-genre-style--item-image {
  width: 45px;
  height: 45px;
  margin-left: 15px;
}

.block-genre-style--item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.block-genre-style .block-genre-style--item .block-genre-style--item-name {
  line-height: 1;
  margin: 0;
  padding: 0;
  color: var(--base-color);
  border-bottom: 0;
  font-weight: normal;
  font-size: 16px;
  flex: 1;
}

.block-genre-style .block-genre-style--item .block-genre-style--item-name a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 10px 15px;
  min-height: 65px;
}

.block-genre-style .block-genre-style--item .block-genre-style--item-name a::after {
  content: '';
  display: inline-block;
  width: 6px;
  min-width: 6px;
  height: 6px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
  transform-origin: center center;
}

.block-genre-page--comment {
  margin: 0 0 90px;
  line-height: calc(32 / 16);
  font-size: 16px;
}

.block-genre-page--header-freespace {
  margin-bottom: 125px;
}

.block-genre-page--comment+.block-genre-page--header-freespace {
  margin-top: -90px;
}

/* ----ブランド画面---- */
.block-brand-list {
  margin: 40px 0 60px;
}

.block-brand-list .block-topic-path {
  margin-bottom: 40px;
}

.block-brand-list--items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-brand-list--item {
  flex-grow: 1;
  flex-basis: 390px;
  max-width: 390px;
  margin: 0 0 60px 15px;
}

.block-brand-list--item:nth-of-type(3n+1) {
  margin-left: 0;
}

.block-brand-list--item-img {
  width: 390px;
  height: 240px;
}

.block-brand-list--item-name,
.block-brand-list--item-comment {
  border: 0;
}

.block-brand-list--item-name {
  padding: 16px 0 12px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}

.block-brand-list--item-comment {
  border: 0;
  padding: 0;
}

.block-brand-list--item-btn {
  display: block;
  text-align: center;
  width: 240px;
  height: auto;
  line-height: 1.5;
  color: #333;
  font-size: 14px;
  margin: 16px auto 0;
  padding: 15px 10px;
  border: 1px solid #111;
  background: #fff;
}

.block-brand-detail--image {
  margin-top: 40px;
}

.block-brand-detail--description {
  margin-bottom: 30px;
}

/* ----トピック画面---- */
.block-topic--items li {
  padding: 30px 0;
  border: 0;
}

.block-topic--items li a {
  text-decoration: none !important;
}

.block-topic--items li a:hover dd+dd {
  text-decoration: underline;
}

.block-topic--items dl {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.block-topic--items dt {
  margin-right: 30px;
  font-size: 16px;
}

.block-topic--items dd+dd {
  margin: 15px 0 0;
  width: 100%;
  font-size: 15px;
}

/* ----クイックオーダー---- */
.block-quick-order--price-comment {
  font-size: 12px;
  font-weight: bold;
  color: var(--red-color);
}

.block-quick-order--price {
  font-weight: 500;
  color: var(--red-color);
}

.block-quick-order--default-price {
  font-weight: normal;
}

/* ----購入フロー---- */
.block-cart-recent-item--header {
  font-size: 24px;
  padding: 12px 0;
  text-align: left;
  border-top: 0;
}

.block-cart--goods-list-item-price-info {
  width: 120px;
}

.block-cart--goods-list-item-price-info .price::after {
  font-size: 12px;
}

.block-cart--amazonpay {
  border-top: 0;
}

.block-order-method h2,
.block-order-estimate h2 {
  margin: 0 0 24px;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 500;
  color: #111;
}

.block-order-method h3,
.block-order-estimate h3 {
  padding: 4px 0;
  border: 0;
}

.block-order-method--sales-append-content .form-control input[type="text"],
.block-order-method--sales-append-content .form-control textarea,
.block-order-method--sales-append-content .form-control select {
  max-width: 570px;
}

.block-order-estimate--total-price::after {
  display: none;
}

h2.block-order-estimate--confirmation-title {
  border: 0;
  margin: 0 0 12px;
}

.block-order-estimate--uid input[type="text"] {
  max-width: 100%;
}

.block-order-estimate--dest-address-item-buttons__selected {
  background: #ffebe8;
}

.block-order-gift-select--delivery-dest-add-btn {
  vertical-align: top;
}

.block-order-gift-select--delivery-dest-goods-name figure img {
  width: 37.3%;
}

.block-order-gift-select--coupon-available-btn {
  vertical-align: top;
}

.block-order-gift-dest--cart-back a {
  color: #d53100;
  text-decoration: none;
}

.block-order-gift-confirmation h3 {
  margin: 0 0 12px;
}

.block-order-gift-select--delivery-dest-goods-noshi h3 {
  border: 0;
  padding: 0;
  margin: 0;
}

.block-order-complete--orderinfo,
.block-order-complete--customerentry-wrapper {
  padding: 0;
  border: 0;
}

.block-order-complete--message {
  margin: 0 0 30px;
}

.block-order-complete--message p {
  text-align: center;
}

.block-order-complete--orderid {
  margin: 0 0 30px;
  border: 0;
}

.block-order-complete--orderid th {
  display: block;
  width: 100%;
  margin: 0 0 4px;
  padding: 0;
  font-weight: normal;
  color: #808080;
  text-align: center;
  background: none;
}

.block-order-complete--orderid td {
  display: block;
  width: 100%;
  padding: 0;
  font-weight: normal;
  text-align: center;
  background: none;
}

.block-order-complete--orderid th,
.block-order-complete--orderid td {
  border: 0;
}

.block-order-complete--orderid td a {
  text-decoration: underline;
}

.block-order-complete--home .block-order-complete--home-btn {}

.block-order-regular-add-confirm h2 {
  border: 0;
}

.block-order-regular-add-confirm h3 {
  padding: 0;
  border: 0;
}

.block-order-regular-add-confirm--total-price.price::after {
  display: none;
}

.block-order-regular-add-complete--regular-sales-info {
  padding: 0;
  border: 0;
}

.block-order-regular-add-complete--message {
  margin: 0 0 30px;
}

.block-order-regular-add-complete--message p {
  text-align: center;
}

.block-order-regular-add-complete--regular-sales {
  margin: 0 0 30px;
  border: 0;
}

.block-order-regular-add-complete--regular-sales th {
  display: block;
  width: 100%;
  margin: 0 0 4px;
  padding: 0;
  border: 0;
  font-weight: normal;
  color: #808080;
  text-align: center;
  background: none;
}

.block-order-regular-add-complete--regular-sales td {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  font-weight: normal;
  text-align: center;
  background: none;
}

.block-order-regular-add-complete--regular-sales th,
.block-order-regular-add-complete--regular-sales td {
  border: 0;
}

.block-order-regular-add-complete--regular-sales td a {
  text-decoration: underline;
}

.block-order-regular-add-complete--regular-sales .block-order-regular-add-complete--home-btn {}

/* ----マイページ---- */
.block-mypage--shopping-info,
.block-mypage--member-info,
.block-mypage--inquiry-info,
.block-mypage--snssync-info,
.block-mypage--linesync-info {
  margin: 0 0 24px;
  padding: 12px 8px;
  font-size: 24px;
  background: none;
}

.block-mypage--withdrawal {
  color: #081f2c;
}

.block-favorite--bookmark-list {
  margin: 0 0 24px;
}

.block-additional-authentication--reissue {
  vertical-align: top;
}

/* ----商品一覧---- */
.block-goods-list--items-wrap {
  display: flex;
  width: 100%;
  margin: 20px 0 40px;
  padding: 14px 20px;
  font-size: 14px;
  background: var(--ultra-light-gray-color);
}

dl.block-goods-list--display-style-items {
  display: none;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items {
  display: flex;
  margin: 0;
  font-size: 14px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items+dl.block-goods-list--sort-order-items {
  margin-left: 40px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items>dt,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items>dt {
  display: block;
  font-weight: normal;
  white-space: nowrap;
  margin-right: 4px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items>dd,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items>dd {
  display: block;
  margin: 0;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list {
  display: flex;
  flex-wrap: wrap;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list>li,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list>li {
  margin-right: 20px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list>li a,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list>li a {
  position: relative;
  display: block;
  padding-left: 21px;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list>li.active,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list>li.active {
  position: relative;
  padding-left: 21px;
  color: #081f2c;
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list>li.active::before,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list>li.active::before {
  position: absolute;
  top: calc(50% - 8.5px);
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #bbb;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  content: "";
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list>li.active::after,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list>li.active::after {
  position: absolute;
  top: calc(50% - 4.5px);
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #444;
  z-index: 2;
  content: "";
}

.block-goods-list--items-wrap dl.block-goods-list--display-style-items ul.block-goods-list--display-style-items-list>li a::before,
.block-goods-list--items-wrap dl.block-goods-list--sort-order-items ul.block-goods-list--sort-order-items-list>li a::before {
  position: absolute;
  top: calc(50% - 8.5px);
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #bbb;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
  content: "";
}

.block-ranking-r .block-ranking-r--items {
  width: 100%;
}

.block-ranking-r .block-ranking-r--items .swiper-button-prev::after {
  position: absolute;
  top: calc(50% - 7px);
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
  content: "";
}

.block-ranking-r .block-ranking-r--items .swiper-button-next::after {
  position: absolute;
  top: calc(50% - 7px);
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
  content: "";
}

.block-ranking-r .block-ranking-r--items dl {
  width: 245px;
  flex-basis: 245px;
  padding: 0;
}

.block-ranking-r .block-ranking-r--items dl:nth-of-type(3n) {
  margin-right: 0;
}

.page-top .block-ranking-r .block-ranking-r--items dl {
  margin: 0;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image figure {
  width: 245px;
  height: 245px;
  background: none;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-1 {
  background: var(--gold-color);
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-2 {
  background: #7D9BA8;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-3 {
  background: #83614B;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-description a {
  text-decoration: none;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-description .block-ranking-r--goods-name {
  margin-bottom: 13px;
  font-size: 16px;
  line-height: calc(24/16);
}

.block-ranking-r .block-ranking-r--items .block-ranking-r--goods-image .block-icon {
  position: absolute;
  top: 40px;
  right: 0;
  text-align: right;
  z-index: 1;
}

.block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-description .block-ranking-r--price-infos {
  margin-top: 11px;
  font-size: 15px;
  line-height: 1.6;
}

.block-ranking-r--goods .price,
.block-ranking-r--goods .net-price,
.block-ranking-r--goods .default-price,
.block-ranking-r--goods .exchange-price,
.block-ranking-r--goods .block-exchange-price--rate-dt {
  text-align: left;
}

.block-ranking-r--goods .price {
  color: #000;
  font-size: 25px;
  line-height: 1;
}

.block-ranking-r--goods .price.isonsales--price {
  color: var(--red-color);
}

.block-ranking-r--goods .price::after {
  font-size: 13px;
}

.block-ranking-r--goods .default-price {
  margin-bottom: 0;
  font-size: 15px;
  color: #5D5D5D;
  font-weight: normal;
  line-height: calc(24/15);
}

.block-ranking-r--goods .default-price::after {
  font-size: 10px;
}

.block-ranking-r--goods .block-ranking-r--scomment {
  margin-top: 6px;
  padding: 4px 10px;
  font-size: 14px;
  background: #F6DCDD;
  line-height: calc(16.25/14);
}

.block-ranking-r--goods .block-ranking-r--scomment+.block-ranking-r--price-items .price {
  color: var(--red-color);
}

.block-ranking-r--goods .block-ranking-r--scomment+.block-ranking-r--price-items .price+.default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-category-list--event .block-ranking-r,
.block-category-list--event .block-goods-list-d,
.block-category-list--event .block-thumbnail-t,
.block-genre-page--event .block-ranking-r,
.block-genre-page--event .block-thumbnail-t,
.block-genre-page--event .block-goods-list-d {
  position: relative;
  width: calc(100% + 80px);
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
}

.block-category-list--event .block-ranking-r .block-ranking-r--items,
.block-category-list--event .block-thumbnail-t .block-thumbnail-t--items,
.block-category-list--event .block-goods-list-d .swiper,
.block-genre-page--event .block-ranking-r .block-ranking-r--items,
.block-genre-page--event .block-thumbnail-t .block-thumbnail-t--items,
.block-genre-page--event .block-goods-list-d .swiper {
  padding-right: 80px;
}

.block-category-list--event .block-ranking-r .block-ranking-r--items dl,
.block-category-list--event .block-thumbnail-t .block-thumbnail-t--goods,
.block-category-list--event .block-goods-list-d--item,
.block-genre-page--event .block-ranking-r .block-ranking-r--items dl,
.block-genre-page--event .block-thumbnail-t .block-thumbnail-t--goods,
.block-genre-page--event .block-goods-list-d--item {
  width: 240px;
  flex-basis: 240px;
}

.block-category-list--event .block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image figure,
.block-category-list--event .block-thumbnail-t .block-thumbnail-t--goods .block-thumbnail-t--goods-image figure,
.block-category-list--event .block-goods-list-d .swiper-wrapper .block-goods-list-d--image figure,
.block-genre-page--event .block-ranking-r .block-ranking-r--items dl .block-ranking-r--goods-image figure,
.block-genre-page--event .block-thumbnail-t .block-thumbnail-t--goods .block-thumbnail-t--goods-image figure,
.block-genre-page--event .block-goods-list-d .swiper-wrapper .block-goods-list-d--image figure {
  width: 240px;
  height: 240px;
}

.block-category-list--event .block-ranking-r--items>div,
.block-category-list--event .block-thumbnail-t .block-thumbnail-t--items>div,
.block-category-list--event .block-goods-list-d .swiper-wrapper,
.block-genre-page--event .block-ranking-r--items>div,
.block-genre-page--event .block-thumbnail-t .block-thumbnail-t--items>div,
.block-genre-page--event .block-goods-list-d .swiper-wrapper {
  gap: 0;
}

.block-category-list--event .block-thumbnail-t .block-thumbnail-t--items>.swiper-wrapper,
.block-category-list--event .block-ranking-r--items>.swiper-wrapper,
.block-category-list--event .block-goods-list-d .swiper-wrapper,
.block-genre-page--event .block-ranking-r--items>.swiper-wrapper,
.block-genre-page--event .block-thumbnail-t .block-thumbnail-t--items>.swiper-wrapper,
.block-genre-page--event .block-goods-list-d .swiper-wrapper {
  flex-wrap: nowrap;
}

.block-thumbnail-t--items {
  width: 100%;
}

.block-top-event .block-thumbnail-t>div {
  flex-wrap: nowrap;
}

.block-thumbnail-t dl {
  width: 245px;
}

.block-thumbnail-t--goods-description {
  word-break: break-all;
}

.block-goodschange-list .block-thumbnail-t dl,
.block-goodschange-list .block-thumbnail-t dl:nth-of-type(4n),
.block-goodsadd-list .block-thumbnail-t dl,
.block-goodsadd-list .block-thumbnail-t dl:nth-of-type(4n) {
  width: 200px;
  margin: 0 50px 20px 0;
}

.block-goodschange-list .block-thumbnail-t dl:nth-of-type(5n),
.block-goodsadd-list .block-thumbnail-t dl:nth-of-type(5n) {
  margin-right: 0;
}

.block-mypage .block-accessory-list--list .block-thumbnail-t dl,
.block-cart .block-accessory-list--list .block-thumbnail-t dl {
  margin: 0 50px 20px 0;
}

.block-mypage .block-accessory-list--list .block-thumbnail-t dl:nth-of-type(5n),
.block-cart .block-accessory-list--list .block-thumbnail-t dl:nth-of-type(5n) {
  margin-right: 0;
}

.page-top .block-thumbnail-t dl {
  width: 240px;
  flex-basis: 240px;
  margin: 0;
}

.block-thumbnail-t dl .block-thumbnail-t--goods-image .block-icon {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  z-index: 1;
}

.block-thumbnail-t dl .block-thumbnail-t--goods-image figure {
  width: 245px;
  height: 245px;
  background: none;
}

.page-top .block-thumbnail-t dl .block-thumbnail-t--goods-image figure {
  width: 240px;
  height: 240px;
  background: none;
}

.block-thumbnail-t dl .block-thumbnail-t--goods-image figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-top .block-thumbnail-t dl .block-thumbnail-t--goods-description {
  margin-top: 25px;
}

.block-thumbnail-t dl .block-thumbnail-t--goods-description a {
  text-decoration: none;
}

.block-thumbnail-t dl .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name {
  margin-bottom: 13px;
  font-size: 16px;
  line-height: calc(24/16);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block-thumbnail-t dl .block-thumbnail-t--goods-description .block-thumbnail-t--goods-name .variation-name {
  font-size: 14px;
}

.block-thumbnail-t dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.6;
}

.page-top .block-thumbnail-t dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos {
  margin-top: 11px;
}

.block-thumbnail-t .price,
.block-thumbnail-t .net-price,
.block-thumbnail-t .default-price,
.block-thumbnail-t .exchange-price,
.block-thumbnail-t .block-exchange-price--rate-dt {
  text-align: left;
}

.block-thumbnail-t .price {
  color: #000;
  font-size: 25px;
  line-height: 1;
}

.block-thumbnail-t .price.isonsales--price {
  color: var(--red-color);
}

.block-thumbnail-t .price::after {
  font-size: 13px;
}

.block-thumbnail-t .default-price {
  margin-bottom: 0;
  font-size: 15px;
  color: #5D5D5D;
  font-weight: normal;
  line-height: calc(24/15);
}

.block-thumbnail-t .default-price::after {
  font-size: 10px;
}

.block-thumbnail-t dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--scomment {
  font-size: 11px;
  font-weight: bold;
  color: var(--red-color);
}

.block-thumbnail-t dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--scomment+.block-thumbnail-t--price-items .price {
  color: var(--red-color);
}

.block-thumbnail-t dl .block-thumbnail-t--goods-description .block-thumbnail-t--price-infos .block-thumbnail-t--scomment+.block-thumbnail-t--price-items .price+.default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-thumbnail-t--scomment {
  margin-top: 6px;
  padding: 4px 10px;
  font-size: 14px;
  background: #F6DCDD;
  line-height: calc(16.25/14);
}

.block-pickup-list-p--item {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.block-pickup-list-p .block-pickup-list-p--item-body {
  display: block;
  width: 200px;
  margin: 0 40px 20px 0;
}

.block-pickup-list-p .block-pickup-list-p--item-body:nth-of-type(4n) {
  margin-right: 0;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--image {
  position: relative;
  width: 200px;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--image figure {
  width: 200px;
  height: 200px;
  background: none;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description {
  width: 100%;
  padding: 0;
  margin: 16px 0 0;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-icon {
  display: none;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--goods-name {
  font-size: 14px;
  line-height: 1.7;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--goods-name a {
  text-decoration: none;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.6;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .price,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .net-price,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .default-price,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .exchange-price,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .block-exchange-price--rate-dt {
  text-align: left;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .price {
  color: #081f2c;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--comment,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--add-cart {
  display: none;
}

.block-pickup-list-w--item {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.block-pickup-list-w .block-pickup-list-w--item-body {
  display: block;
  width: 200px;
  margin: 0 40px 20px 0;
}

.block-pickup-list-w .block-pickup-list-w--item-body:nth-of-type(4n) {
  margin-right: 0;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--image {
  position: static;
  width: 200px;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--image figure {
  width: 200px;
  height: 200px;
  background: none;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description {
  width: 100%;
  padding: 0;
  margin: 16px 0 0;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-icon {
  display: none;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--goods-name {
  font-size: 14px;
  line-height: 1.7;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--goods-name a {
  text-decoration: none;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.6;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .price,
.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .net-price,
.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .default-price,
.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .exchange-price,
.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-exchange-price--rate-dt {
  text-align: left;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-pickup-list-w--scomment {
  font-size: 11px;
  font-weight: bold;
  color: var(--red-color);
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .price {
  color: #081f2c;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-pickup-list-w--scomment+.block-pickup-list-w--price-items .price {
  color: var(--red-color);
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .block-pickup-list-w--scomment+.block-pickup-list-w--price-items .price+.default-price {
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--comment,
.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--add-cart {
  display: none;
}

.block-goods-list-d {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
  margin-bottom: 60px;
}

.block-goods-list-d--image {
  position: relative;
}

.block-goods-list-d--image .block-icon {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  z-index: 1;
}

.block-goods-list-d--image figure {
  margin-bottom: 25px;
}

.block-goods-list-d--image figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-goods-list-d--item-description .block-goods-list-d--goods-name {
  margin-bottom: 13px;
  font-size: 16px;
  line-height: calc(24/16);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block-goods-list-d--item-description .block-goods-list-d--goods-name a {
  text-decoration: none;
}

.block-goods-list-d--item-description .block-goods-list-d--comment {
  position: relative;
  margin-bottom: 13px;
  padding: 9px 10px 9px;
  font-size: 13px;
  line-height: calc(19.5/13);
  border-top: 1px solid var(--border-bg-gray-color);
  border-bottom: 1px solid var(--border-bg-gray-color);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block-goods-list-d--item-description .block-goods-list-d--comment::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: #ffffff;
}

.block-goods-list-d--price-infos {
  margin-top: 4px;
  font-size: 15px;
  line-height: 1.6;
}

.block-goods-list-d--price-infos .default-price {
  margin-bottom: 0;
  font-size: 15px;
  color: #5D5D5D;
  font-weight: normal;
  line-height: calc(24/15);
}

.block-goods-list-d--price-infos .price {
  color: #000;
  font-size: 25px;
  line-height: 1;
}

.block-goods-list-d--price-infos .price.isonsales--price {
  color: var(--red-color);
}

.block-goods-list-d--price-infos .price::after {
  font-size: 13px;
}

.block-goods-list-d--price-infos .block-goods-list-d--scomment {
  margin-top: 6px;
  padding: 4px 10px;
  font-size: 14px;
  background: #F6DCDD;
  line-height: calc(16.25/14);
}

.block-goods-list-d--item-description .block-goods-list-d--item-details .block-goods-list-d--price-title {
  display: none;
}

.block-goods-list-d--add-cart {
  margin-top: 20px;
}

.block-goods-list-d--add-cart .block-list-add-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  border: 0;
  font-weight: 500;
  letter-spacing: .15em;
  background: #fff;
  border-radius: 5px;
  transition: all .3s;
  font-size: 14px;
  border: 1px solid var(--green-color);
  color: var(--green-color);
}

.block-goods-list-d--add-cart .block-list-custom-order-btn,
.block-goods-list-d--add-cart .block-no-stock .block-no-stock--message,
.block-goods-list-d--add-cart .block-outside-sales-period--message {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  border: 0;
  font-weight: 500;
  letter-spacing: .15em;
  color: #fff;
  background: var(--green-color);
  border-radius: 5px;
  transition: all .3s;
  font-size: 14px;
}

.block-goods-list-d--add-cart .block-no-stock .block-no-stock--message {
  background: #F6DCDD;
  color: var(--red-color);
  border: 1px solid var(--red-color);
}

.block-goods-list-d--add-cart .block-outside-sales-period--message {
  background: #CCC;
  color: #fff;
  border: none;
}

.block-goods-list-d--add-cart .block-list-add-cart-btn:hover {
  color: #fff;
  border: 0;
  background: var(--green-color);
}

.block-goods-list-d--add-cart .block-list-custom-order-btn:hover {
  border: 1px solid var(--green-color);
  background: #fff;
  color: var(--green-color);
}

.block-goods-list-d--goods-comment {
  font-size: 11px;
  color: #808080;
}

.block-goods-list-l .block-goods-list-l--scomment {
  font-size: 11px;
  font-weight: bold;
  color: var(--red-color);
}

.block-goods-list-l .block-goods-list-l--price-items .price,
.block-goods-list-l .block-goods-list-l--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-goods-list-l .block-goods-list-l--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-goods-list-l .block-goods-list-l--scomment+.block-goods-list-l--price-items .price {
  color: var(--red-color);
}

.block-goods-list-l--price-infos {
  white-space: nowrap;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description.block-pickup-list-p--scomment {
  font-size: 11px;
  font-weight: bold;
  color: var(--red-color);
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .price,
.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .block-pickup-list-p--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--scomment+.block-pickup-list-p--price-items .price {
  color: var(--red-color);
}

.block-list-s .block-list-s--items {
  margin: 0 0 30px;
}

.block-list-s .block-list-s--price-infos .block-list-s--scomment {
  font-size: 11px;
  font-weight: bold;
  color: var(--red-color);
}

.block-list-s .block-list-s--price-infos .block-list-s--price-items .price,
.block-list-s .block-list-s--price-infos .block-list-s--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-list-s .block-list-s--price-infos .block-list-s--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-list-s .block-list-s--price-infos .block-list-s--scomment+.block-list-s--price-items .price {
  color: var(--red-color);
}

.block-list-s .block-list-s--price-infos .block-list-s--scomment+.block-list-s--price-items .price~.default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-pickup-list-p .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--scomment+.block-pickup-list-p--price-items .price {
  color: var(--red-color);
}

.block-cart-i {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 40px;
}

.block-cart-i--items {
  margin-bottom: 0;
}

.block-cart-i--goods {
  display: flex;
  flex-basis: auto;
  gap: 30px;
  width: 100%;
}

.block-cart-i--goods-image {
  position: relative;
  width: 200px;
}

.block-cart-i--goods-image .block-icon {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  z-index: 1;
}

.block-cart-i--goods-image .img-box {
  position: relative;
}

.block-cart-i--goods-image figure.first-img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.block-cart-i--goods-image figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #FFF;
}

.block-cart-i--goods-description {
  display: flex;
  gap: 30px;
  flex: 1;
  margin-top: 0;
}

.block-cart-i--goods-description-left {
  width: 540px;
}

.block-cart-i--goods a {
  text-decoration: none;
}

.block-cart-i--goods-name {
  margin-bottom: 27px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block-cart-i--goods-name a {
  font-size: 16px;
  line-height: calc(24 / 16);
}

.block-cart-i--comment {
  margin-top: 15px;
  padding: 10px 5px 0;
  font-size: 13px;
  line-height: calc(16.25 / 13);
  border-top: 1px solid var(--border-bg-gray-color);
}

.block-cart-i--comment .link {
  display: block;
  text-align: right;
  margin-top: 21px;
}

.block-cart-i--comment .link a {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  align-items: center;
  font-size: 13px;
  line-height: 1;
  color: var(--light-gray-color);
}

.block-cart-i--comment .link a::after {
  content: '';
  display: inline-block;
  width: 4px;
  min-width: 4px;
  height: 4px;
  margin-left: 12px;
  border-top: 1px solid var(--green-color);
  border-right: 1px solid var(--green-color);
  transform: rotate(45deg);
  transform-origin: center center;
}

.block-cart-i--goods-description-right {
  padding: 21px 20px 23px;
  flex: 1;
  background: var(--bg-ligiht-gray-color);
}

.block-cart-i--goods-description-right-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-cart-i--goods-description-right-top .vintage {
  padding: 1px 10px;
  background: var(--light-gray-color);
  border-radius: 50px;
  color: #fff;
  font-size: 11px;
  line-height: calc(17 / 11);
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .price {
  font-size: 25px;
  line-height: 1;
  font-weight: normal;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .price::after {
  font-size: 13px;
}

.block-cart-i--add-cart {
  margin-top: 15px;
}

.block-cart-i--add-cart a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  border: 0;
  border-radius: 5px;
  background: var(--green2-color);
  color: #fff;
  transition: all .3s;
  letter-spacing: .15em;
}

.block-cart-i--add-cart .block-outside-sales-period--message,
.block-cart-i--add-cart .block-no-stock .block-no-stock--message {
  height: 45px;
  font-size: inherit;
}

.block-cart-i--add-cart a:hover {
  background: #fff;
  color: var(--base-color);
  border: 1px solid var(--green2-color);
}

.block-variation-list-i--variation-btn {
  margin-top: 15px;
}

.block-cart-i--add-cart+.block-variation-list-i--variation-btn {
  margin-top: 5px;
}

.block-goods-variation-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  cursor: pointer;
  letter-spacing: .15em;
  line-height: 1;
  background: #fff;
  border: 1px solid var(--border-bg-gray-color);
  border-radius: 5px;
}

.modal-overlay {
  opacity: .8;
}

.page-category .modal-dialog,
.page-genre .modal-dialog,
.page-event .modal-dialog {
  position: fixed !important;
  width: 900px;
  height: 50.37vh;
}

.modal-wrapper,
.modal-content {
  height: 100%;
}

.modal-content {
  display: flex;
  flex-direction: column;
}

.modal-body {
  height: 100%;
  overflow-y: auto;
  background: var(--bg-ligiht-gray-color);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px 16px 10px;
  background: var(--gray-color);
  line-height: calc(16.5 / 15);
}

.modal-title {
  font-size: 15px;
  font-weight: 500;
}

.modal-close {
  position: relative;
  font-size: 0;
  float: none;
  height: 18px;
}

.modal-close::before,
.modal-close::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 15px;
  height: 1px;
  background: #fff;
}

.modal-close::before {
  transform: rotate(-45deg);
}

.modal-close::after {
  transform: rotate(45deg);
}

.modal-body {
  flex: 1;
  padding: 0;
}

.block-quickview-line+.block-quickview-line {
  border-top: 1px solid #fff;
}

.block-quickview-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.block-quickview--top {
  display: flex;
  align-items: center;
}

.block-quickview--top-detail {
  display: flex;
  align-items: center;
}

.block-quickview-item .vintage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 19px;
  margin-right: 10px;
  font-size: 11px;
  color: #fff;
  background: var(--light-gray-color);
  border-radius: 50px;
  line-height: 1;
}

.block-quickview--price {
  font-size: 25px;
  line-height: 1;
}

.block-quickview--price::after {
  font-size: 13px;
  line-height: 1;
}

.block-quickview--net-weight {
  font-size: 15px;
  line-height: 1;
}

.block-quickview--block-icon {
  margin-right: 30px;
}

.block-quickview--block-icon span img {
  width: auto;
  height: 25px;
}

.block-quickview--bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.block-quickview--bottom .block-list-add-cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 45px;
  font-weight: 500;
  letter-spacing: .15em;
  border-radius: 5px;
  border: 1px solid var(--green2-color);
  background: #fff;
  color: var(--base-color);
  transition: all .3s;
}

.block-quickview--bottom .block-list-add-cart-btn:hover {
  background: var(--green2-color);
  color: #fff;
}

.block-quickview--bottom .detail-link-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 45px;
  font-weight: 500;
  letter-spacing: .15em;
  border-radius: 5px;
  border: 1px solid var(--border-bg-gray-color);
  background: #fff;
}

.block-quickview--bottom .block-pickup-list-p--add-cart+.detail-link-btn {
  margin-left: 5px;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-infos {
  margin-top: 8px;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--scomment {
  font-size: 11px;
  font-weight: bold;
  color: var(--red-color);
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-items .price,
.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-goods-detail-j .block-goods-detail-j--goods .block-goods-detail-j--scomment+.block-goods-detail-j--price-items .price {
  color: var(--red-color);
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment {
  font-size: 11px;
  font-weight: bold;
  color: var(--red-color);
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .price,
.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .net-price {
  text-align: left;
  color: #081f2c;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment+.block-bulk-purchase-b--price-items .price {
  color: var(--red-color);
}

.block-bulk-purchase-b--table .block-bulk-purchase-b--price-infos .block-bulk-purchase-b--scomment+.block-bulk-purchase-b--price-items .price~.default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-bulk-purchase-b--price-infos {
  white-space: nowrap;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos {
  text-align: left;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment {
  text-align: left;
  font-size: 11px;
  font-weight: bold;
  color: var(--red-color);
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .price,
.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .net-price {
  text-align: left;
  color: #081f2c;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment+.price {
  color: var(--red-color);
}

.block-check-list-a--item .block-check-list-a--item-body .block-check-list-a--price-infos .block-check-list-a--scomment+.price~.default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-item-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-bottom: 5px;
}

.block-item-icon span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 25px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  color: var(--light-gray-color);
  border: 1px solid var(--light-gray-color);
  line-height: 1;
}

.block-item-icon span.orange {
  color: #C46A00;
  border: 1px solid #C46A00;
}

.block-item-icon span.rose {
  color: #C1577A;
  border: 1px solid #C1577A;
}

.block-item-icon span.sparkling {
  color: #BC9F00;
  border: 1px solid #BC9F00;
}

.block-item-icon span.white {
  color: #ACA96F;
  border: 1px solid #ACA96F;
}

.block-item-icon span.red {
  color: #934343;
  border: 1px solid #934343;
}

.block-item-icon span.bio {
  border: 0;
  background: var(--gold-color);
  color: #fff;
}

.block-vender {
  margin-bottom: 2px;
  font-size: 13px;
  line-height: calc(24/13);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block-produce-area {
  display: flex;
  margin-bottom: 17px;
}

.block-produce-area figure {
  margin-right: 5px;
}

.block-produce-area figure img {
  width: 21px;
  min-width: 21px;
  height: auto;
}

.block-produce-area .area-name {
  color: var(--light-gray-color);
  font-size: 13px;
  line-height: calc(19.5/13);
}

.block-produce-area .area-name span+span::before {
  content: ' / ';
}

.block-goods-list-comment {
  margin-bottom: 13px;
  padding: 5px 10px 3px;
  font-size: 13px;
  color: var(--gold-color);
  line-height: calc(19.5/13);
  border: 1px solid var(--gold-color);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block-icon2 {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  margin-bottom: 15px;
}

.block-icon2 span img {
  width: auto;
  height: 25px;
}

/* ----商品一覧（フリースペース）---- */
.block-freespace-common {
  margin-bottom: 60px;
}

.block-freespace-common .box+.box {
  margin-top: 90px;
}

.block-freespace-common .box.box03 {
  background: var(--bg-ligiht-gray-color);
}

.block-freespace-common .box.box03 .container {
  padding-top: 60px;
  padding-bottom: 90px;
}

.block-freespace-common .box .h2 {
  margin: 0 0 53px;
  padding: 0;
  border-bottom: 0;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  letter-spacing: .15em;
  font-weight: normal;
}

.block-freespace-common .box p {
  margin-bottom: 50px;
  line-height: calc(32 / 16);
  font-size: 16px;
}

.block-freespace-common .box figure {
  margin-bottom: 50px;
}

.block-freespace-common .box figure+figure {
  margin-top: -50px;
}

.block-freespace-common .box.box02 figure {
  padding-left: 275px;
  padding-right: 275px;
}

.block-freespace-common .box img {
  width: 100%;
  height: auto;
}

.block-freespace-common .box .common--button01-box {
  margin-top: 38px;
}

.block-freespace-common .box p+.common--button01-box {
  margin-top: -12px;
}

.block-freespace-common .box figure+.common--button01-box {
  margin-top: -15px;
}

.block-freespace-common .box .pb-figure+* {
  margin-top: 0;
}

.block-freespace-common .name {
  font-weight: normal;
  border-bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

.block-freespace-common .box .copy {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.block-freespace-common .box figure+.copy {
  margin-top: -20px;
}

.block-freespace-common .box .name02 {
  margin-bottom: 73px;
  font-size: 18px;
  line-height: calc(32 / 18);
}

.block-freespace-common .box .detail-list-box {
  border: 1px solid var(--green-color);
  padding: 39px 80px 50px;
  background: #fff;
}

.block-freespace-common .box .detail-list-box .head {
  margin: -55px 0 21px;
  text-align: center;
}

.block-freespace-common .box .detail-list-box .head span {
  display: inline-block;
  padding: 5px 20px 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(28 / 20);
  background: var(--green-color);
  border-radius: 50px;
}

.block-freespace-common .box .detail-list-box dl {
  display: flex;
}

.block-freespace-common .box .detail-list-box dl+dl {
  margin-top: 15px;
}

.block-freespace-common .box .detail-list-box dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: 100px;
  height: 40px;
  margin-right: 20px;
  background: #EBE9DC;
  font-size: 16px;
  color: var(--green-color);
}

.block-freespace-common .box .detail-list-box dd {
  padding-top: 11px;
  font-size: 15px;
  line-height: calc(17.5 / 15);
}

/* ----イベント---- */
.block-event-page--comment {
  margin: 0 0 90px;
  line-height: calc(32 / 16);
  font-size: 16px;
}

.block-event-page--header-freespace {
  margin-bottom: 125px;
}

.block-event-page--comment+.block-event-page--header-freespace {
  margin-top: -90px;
}

/* ----クイックビュー---- */
.block-quickview {
  position: absolute;
  top: 200px;
  right: 0;
  width: 100%;
  min-width: 920px;
  max-width: none;
  height: auto;
  padding: 28px;
  border: 1px solid #dedede;
  border-radius: 10px;
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.block-quickview-line+.block-quickview-line {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dedede;
}

.block-quickview-item {
  display: flex;
  width: 100%;
}

.block-quickview-item .block-quickview--image {
  display: block;
  width: 420px;
  margin-right: 40px;
}

.block-quickview-item .block-quickview--image figure img {
  width: 100%;
}

.block-pickup-list-w .block-pickup-list-w--item-body .block-pickup-list-w--image .block-quickview-item figure {
  width: 420px;
  height: 420px;
}

.block-quickview-item .block-quickview--description {
  width: calc(100% - 460px);
}

.block-quickview-item .block-quickview--description .block-quickview--name {
  margin: 0 0 12px;
  padding: 0 0 17px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.333;
  color: #111;
  background-image: linear-gradient(to right, #707070 0, #707070 2px, transparent 3px, transparent 4px);
  background-position: bottom left;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos {
  margin: 0 0 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .net-price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .default-price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .exchange-price,
.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-exchange-price--rate-dt {
  text-align: left;
  font-size: 24px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .price {
  font-size: 24px;
  font-weight: 500;
  color: #081f2c;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .price::after {
  font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .net-price {
  font-size: 18px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .net-price::after {
  font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--scomment {
  font-size: 12px;
  font-weight: bold;
  color: var(--red-color);
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--scomment+.block-quickview--price-items .block-quickview--price {
  color: var(--red-color);
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--default-price {
  font-size: 14px;
  font-weight: normal;
}

.block-quickview-item .block-quickview--description .block-quickview--price-infos .block-quickview--default-price::after {
  font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--goods-code,
.block-quickview-item .block-quickview--description .block-quickview--goods-stock {
  display: flex;
  width: 100%;
  padding: 5px 0;
  font-size: 12px;
}

.block-quickview-item .block-quickview--description .block-quickview--goods-code dt,
.block-quickview-item .block-quickview--description .block-quickview--goods-stock dt {
  width: 6.0em;
  margin-right: 1.0em;
}

.block-quickview-item .block-quickview--description .block-list-add-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  width: 100%;
  padding: 20px 0;
  border-radius: 3px;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

.block-quickview-item .block-quickview--description .block-list-add-cart-btn::before {
  display: inline-block;
  width: 21px;
  height: 23px;
  margin-right: 12px;
  vertical-align: top;
  background: url(../../img/usr/common/goods_cart_btn.png) center center / 100% auto no-repeat;
  content: "";
}

.block-pickup-list-p--custom-order .block-list-custom-order-btn {
  margin-top: 12px;
  width: 100%;
  padding: 20px 0;
  border-radius: 3px;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}

.block-quickview-item .block-quickview--image {
  position: relative;
}

.block-quickview--image .block-goods-list--favorite--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_btn_l.png) center/50% no-repeat;
}

.block-quickview--image .block-goods-list--favorite-registed--btn {
  position: absolute;
  top: 0;
  left: 80%;
  width: 20%;
  height: 20%;
  background: url(../../img/usr/common/goods_bookmark_reg_btn_l.png) center/50% no-repeat;
}

/* ----ページカテゴリ---- */
.block-pagecategory-freespace--top {
  margin-bottom: 55px;
  font-size: 16px;
  line-height: calc(32 / 16);
}

.block-pagecategory-subcategory-list {
  margin-bottom: 90px;
  gap: 20px;
  justify-content: center;
}

.block-pagecategory-subcategory-list--category {
  justify-content: center;
  flex-basis: 260px;
  gap: 10px;
  width: 260px;
  padding: 14px;
  background: #fff;
  border: 1px solid var(--border-bg-gray-color);
  border-radius: 5px;
}

.block-pagecategory-subcategory-list--category-image {
  width: auto;
  margin-bottom: 0;
}

.block-pagecategory-subcategory-list--category-image figure {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background: #fff;
}

.block-pagecategory-subcategory-list--category-image figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-pagecategory-subcategory-list--category-caption {
  margin: 0;
  font-weight: 500;
  line-height: calc(22.5 / 16);
  font-size: 16px;
}

.block-pagecategory--pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.block-pagecategory--pager-top {
  margin-bottom: 40px;
}

.block-pagecategory--pager-bottom {
  margin-top: 60px;
}

.block-pagecategory-page-list--frame {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 20px;
  width: 100%;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page {
  width: calc((100% - 20px * 3) / 4);
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page a {
  display: block;
  height: 100%;
}

.block-pagecategory-page-list--page-image {
  position: relative;
  margin-bottom: 12px;
}

.block-pagecategory-page-list--page-image figure {
  width: 260px;
  height: 260px;
}

.block-pagecategory-page-list--page-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-pagecategory-page-list--auto-new {
  position: absolute;
  top: 0;
  right: 0;
}

.block-pagecategory-page-list--auto-new img {
  width: auto;
  height: 25px;
}

.block-pagecategory-page-list--date {
  margin-bottom: 5px;
  font-size: 15px;
  color: var(--light-gray-color);
  line-height: 1;
}

.block-pagecategory-page-list--page-caption {
  font-size: 16px;
  line-height: calc(24 / 16);
  color: #000;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page:first-of-type {
  display: flex;
  width: 100%;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page:first-of-type .block-pagecategory-page-list--page-image {
  width: 320px;
  margin-bottom: 0;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page:first-of-type .block-pagecategory-page-list--page-image figure {
  width: 320px;
  height: 100%;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page:first-of-type dd {
  flex: 1;
  background: var(--bg-ligiht-gray-color);
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page:first-of-type dd a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page:first-of-type .block-pagecategory-page-list--page-caption {
  font-size: 20px;
  line-height: calc(30 / 20);
}

/* ----ページ機能---- */
.block-page-caption--text {
  margin-bottom: 90px !important;
}

.block-page-thum,
.block-page-block {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.block-page-thum figure {
  width: 550px;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.block-page-thum img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-page-block--frame {
  margin-bottom: 90px;
}

.block-page-block--frame p {
  font-size: 15px;
  margin-bottom: 51px;
  line-height: calc(30 / 15);
}

.block-page-block--frame .page-thum {
  width: 550px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 51px;
}

.block-page-block--frame .page-thum img {
  width: 100%;
  height: auto;
}

.block-page-block--frame h2 {
  margin-bottom: 53px;
  padding: 0 0 30px;
  font-size: 30px;
  line-height: calc(45 / 30);
  border-bottom: 1px solid var(--green-color);
  font-weight: normal;
  color: var(--base-color);
}

.block-page-block--frame h3 {
  margin-bottom: 42px;
  padding: 0;
  font-size: 25px;
  border-bottom: 0;
  font-weight: 500;
  color: var(--base-color);
}

.block-page-block--frame h4,
.block-page-block--frame h5,
.block-page-block--frame h6 {
  margin-bottom: 31px;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
  color: var(--base-color);
}

.block-page-block--frame table {
  width: 100%;
  table-layout: fixed;
}

.block-page-block--frame table .light-gray {
  background: var(--light-gray-color);
  color: #fff;
}

.block-page-block--frame table .bg-ligiht-gray {
  background: var(--bg-ligiht-gray-color);
}

.block-page-block--frame table th,
.block-page-block--frame table td {
  padding: 22px 12px 23px;
  border: 1px solid var(--border-bg-gray-color);
  font-size: 15px;
  vertical-align: middle;
}

.block-page-block--frame table th {
  font-weight: normal;
  text-align: center;
}

.block-page-block--frame table th.head {
  padding: .5rem 1.2rem .8rem;
}

.block-page-block--frame table th.head:first-of-type {
  width: 217px;
  text-align: left;
}

.block-page-block--frame table td {
  text-align: center;
}

.block-page-block--contents-text-index {
  margin-top: 104px;
  margin-bottom: 85px;
  padding: 0 30px 40px;
  border: 1px solid var(--border-bg-gray-color);
}

.block-page-block--contents-text-index .head {
  margin-top: -10px;
  margin-bottom: 27px;
}

.block-page-block--contents-text-index .head span {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 1;
  background: #fff;
}

.block-page-block--contents-text-index ol {
  counter-reset: listnum;
  list-style: none;
}

.block-page-block--contents-text-index ol li {
  display: flex;
}

.block-page-block--contents-text-index .index-box>li+li {
  margin-top: 20px;
}

.block-page-block--contents-text-index .index-box>li::before,
.block-page-block--contents-text-index .index-box>li::after {
  font-size: 16px;
  font-weight: 500;
  line-height: calc(24 / 16);
}

.block-page-block--contents-text-index .index-box>li::before {
  content: '0';
  order: 1;
}

.block-page-block--contents-text-index .index-box>li::after {
  counter-increment: listnum;
  content: counter(listnum);
  order: 2;
  margin-right: 10px;
}

.block-page-block--contents-text-index .list-content {
  order: 3;
}

.block-page-block--contents-text-index .list-content a {
  text-decoration: underline;
}

.block-page-block--contents-text-index .list-content>a {
  font-size: 15px;
  line-height: 1.7;
}

.block-page-block--contents-text-index .list-content ol {
  margin-top: 21px;
}

.block-page-block--contents-text-index .list-content li {
  font-size: 15px;
  line-height: calc(28 / 15);
  color: var(--light-gray-color);
}

.block-page-block--contents-text-index .list-content li+li {
  margin-top: 16px;
}

.block-page-block--contents-text-index .list-content li::before {
  counter-increment: listnum;
  content: counter(listnum);
  order: 1;
}

.block-page-block--contents-text-index .list-content li::after {
  content: '. ';
  order: 2;
}

.block-page-block--contents-text-index .list-content li>a {
  order: 3;
  line-height: calc(28 / 15);
}

.block-page-block--frame .link-btn {
  margin: 0 auto 13px;
  text-align: center;
}

.block-page-block--frame .link-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 28px 50px 31px;
  width: 400px;
  min-height: 80px;
  border-radius: 5px;
  background: #ffffff url(../../img/usr/common/arrow_right.png) calc(100% - 30px) center no-repeat;
  border: solid 1px var(--border-bg-gray-color);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: calc(20 / 16);
  text-decoration: none;
  transition: opacity 0.3s;
}

.block-page-block--contents-body-imgtext-slider-1column figure {
  margin-bottom: 10px;
}

.block-page-block--contents-body-imgtext-slider-1column-text .title {
  margin-bottom: 0;
  font-size: 16px;
  line-height: calc(20 / 16);
  color: #000;
}

.block-page-block--contents-body-imgtext-slider-1column-text .text {
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: calc(17.5 / 14);
  font-weight: 300;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block-page-block--frame .block-movie>* {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.block-page-block--frame .block-movie>*+* {
  margin-top: 50px;
}

.block-page-block--frame .block-movie .short iframe {
  width: 254px;
  height: 450px;
}

.block-page-block--frame .block-movie .long iframe {
  width: 550px;
  height: 309px;
}

.block-page-block--contents-goodslist {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 30px 10px;
  background: var(--bg-ligiht-gray-color);
}

.block-page-block--contents-goodslist dl {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 100%;
  padding: 30px 0;
}

.block-page-block--contents-goodslist dl+dl {
  border-top: 1px solid var(--border-bg-gray-color);
}

.block-page-block--goods-image figure {
  width: 180px;
  min-width: 180px;
  height: 180px;
}

.block-page-block--goods-image figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #FFF;
}

.block-page-block--goods-name {
  text-decoration: none;
}

.block-page-block--goods-name a {
  font-size: 18px;
  line-height: calc(22.5 / 18);
  color: #000;
}

.block-page-block--goods-comment {
  margin-top: 12px;
  color: #000;
  font-size: 15px;
  line-height: calc(22.5 / 15);
  font-weight: 300;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block-page-block--goods-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 45px;
  border: 1px solid var(--border-bg-gray-color);
  font-weight: 500;
  line-height: 1;
  background: #fff;
  margin-top: 21px;
  border-radius: 5px;
}

.block-page-block--goods-link a:hover {
  text-decoration: none;
}

.block-page-block--frame .block-recipe {
  padding: 30px 30px 40px;
  background: #ECEFE8;
}

.block-page-block--frame .block-recipe .name {
  margin-bottom: 32px;
  color: var(--green-color);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

.block-page-block--frame .block-recipe .name span {
  margin-left: 67px;
  font-size: 14px;
}

.block-page-block--frame .block-recipe .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 21px;
}

.block-page-block--frame .block-recipe .list dl {
  display: flex;
  width: 380px;
  font-size: 15px;
  line-height: calc(17.5 / 15);
}

.block-page-block--frame .block-recipe .list dt::after {
  content: '…';
}

.block-page-block--frame .block-profile {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}

.block-page-block--frame .block-profile .thum {
  width: 100px;
  min-width: 100px;
}

.block-page-block--frame .block-profile .thum img {
  width: 100px;
  height: auto;
}

.block-page-block--frame .block-profile .detail .title {
  margin-bottom: 0;
  color: #999;
  font-family: var(--poppins-txt);
  font-size: 12px;
}

.block-page-block--frame .block-profile .detail .name {
  margin-bottom: 15px;
  font-size: 20px;
  font-family: var(--poppins-txt);
}

.block-page-block--frame .block-profile .detail .text {
  margin-bottom: 0;
  font-size: 15px;
  line-height: calc(30 / 15);
}

.block-page-block--frame .reference {
  color: var(--light-gray-color);
  font-size: 13px;
  line-height: calc(19.5 / 13);
}

.block-page-block--frame .reference dd>* {
  color: var(--light-gray-color);
}

.block-page-block--frame .reference dd>*+*::before {
  content: '、';
  display: inline;
}

.block-page-block--frame .reference dd>a {
  text-decoration: underline;
}

.block-pagecategory-subcategory-list {
  gap: 8px;
}

.block-page-block--frame .block-pagecategory-subcategory-list--category {
  flex-basis: calc((100% - 8px * 3) / 4);
  width: calc((100% - 8px * 3) / 4);
  padding: 0;
}

.block-page-block--frame .block-pagecategory-subcategory-list--category a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px;
}

.block-page-block--contents-body-text-1column>*:last-child {
  margin-bottom: 0;
}

/* ----商品詳細画面---- */
.pane-goods-left-side .swiper-slider-main {
  position: relative;
  width: 500px;
  order: 20;
}

.block-goods-detail--color-variation-goods-image .block-goods-detail--color-variation-goods-thumbnail-form {
  width: 64px;
  order: 10;
}

.block-goods-detail--color-variation-goods-image .swiper-slider-main {
  width: 500px;
  order: 20;
}

.block-goods-detail--color-variation-goods-image .swiper-slider {
  width: 100%;
}

.block-goods-detail--color-variation-goods-image .swiper-slider .block-goods-detail-line-item {
  width: 100%;
}

.block-goods-detail--color-variation-goods-image .swiper-slider .block-goods-detail-line-item img {
  vertical-align: top;
}

.pane-goods-left-side .block-goods-gallery {
  order: 10;
}

.block-goods-detail .swiper-slider-thumbnail .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pane-goods-left-side .block-goods-gallery li {
  width: 75px;
  height: 75px;
  margin: 0 !important;
}

.pane-goods-left-side .block-goods-gallery li a {
  display: block;
  width: 100%;
  height: 100%;
}

.pane-goods-left-side .block-goods-gallery li figure {
  width: 100%;
  height: 100%;
}

.block-goods-detail .swiper-slider-thumbnail .swiper-wrapper li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-icon {
  font-size: 0;
}

.block-icon>span {
  margin-right: 1px;
}

.block-icon>span:last-of-type {
  margin-right: 0;
}

.block-icon img {
  display: inline;
  width: auto;
  height: 25px;
}

.page-goods .block-icon {
  margin: 0 0 15px;
}

.page-goods .block-goods-name h1 {
  margin: 0 0 31px;
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: calc(25 / 20);
}

.block-goods-comment {
  margin: 0 0 42px;
  font-size: 15px;
  line-height: calc(30 / 15);
}

.block-goods-price {
  margin: 0 0 12px;
}

.block-goods-price--price {
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
}

.block-goods-price--default-price {
  font-size: 20px;
  line-height: 1;
  margin-left: 5px;
}

.block-goods-price .price::after,
.block-goods-price .default-price::after {
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
}

.block-goods-price .block-goods-price--on-sales-comment {
  margin-top: -5px;
  margin-bottom: 12px;
  padding: 5px 10px 6px;
  font-size: 12px;
  text-align: left;
  color: var(--red-color);
  background: #F6DCDD;
  line-height: calc(16.25 / 12);
}

.block-goods-price--net::after {
  font-size: 11px;
  content: "（税抜）";
}

.block-goods-price--regular-repeat-price::after {
  font-size: 11px;
  content: "（税込）";
}

.block-goods-price--regular-repeat-net::after {
  font-size: 11px;
  content: "（税抜）";
}

.block-goods-term--sales-term {
  padding: 6px 0;
  font-size: 14px;
  color: var(--red-color);
}

.goods-detail-description {
  display: flex;
  padding: 4px 0;
}

.goods-detail-description dt {
  display: block;
  width: auto;
  min-width: 6.0em;
  font-weight: normal;
}

.goods-detail-description dd {
  margin-left: 0.3em;
  display: block;
}

.block-variation--item-dropdown {
  margin-top: 12px;
  border: 1px solid #111;
  border-radius: 4px;
}

.block-variation--item-list {
  margin-bottom: 8px;
}

.block-variation--name.block-color--name,
.block-variation--name.block-size--name {
  margin: 16px 0 4px;
  padding: 16px 0 0;
  border: 0;
  border-top: 1px dashed #707070;
  font-size: 14px;
  font-weight: bold;
}

.block-variation--item {
  vertical-align: top;
  margin-right: 4px;
}

.block-color--item dt,
.block-size--item dt {
  width: 56px;
  height: 56px;
  border: 2px solid #dedede;
}

.block-variation--item.size-disable-stock dt {
  border: 2px dashed #dedede;
}

.block-variation--item.color-disable-stock dt {
  border: 2px dashed #dedede;
}

.block-variation--item.active dt {
  border: 2px solid #d53100;
}

.block-color--item-term figure,
.block-size--item-term figure {
  width: 52px;
  height: 52px;
}

.block-color--item-term img,
.block-size--item-term img {
  max-width: 100%;
  max-height: 100%;
}

.block-size--item-term span {
  width: 52px;
  height: 52px;
  padding: 2px;
  font-size: 13px;
}

.block-color-with-cart,
.block-size-with-cart,
.block-color-size-with-cart {
  margin: 24px 0 6px;
}

.block-color-with-cart--item,
.block-size-with-cart--item,
.block-color-size-with-cart--color-line {
  padding: 4px 0;
}

.block-color-with-cart--item-term,
.block-size-with-cart--item-term,
.block-color-size-with-cart--color-item-term,
.block-color-size-with-cart--size-item-term {
  width: 64px;
  height: 64px;
  margin-right: 8px;
  border: 2px solid #dedede;
  flex-shrink: 0;
}

.block-color-size-with-cart--color-item-term {
  margin-right: 4px;
}

.block-color-size-with-cart--nocolor {
  width: 64px;
  height: 64px;
  margin-right: 4px;
  flex-shrink: 0;
}

.block-color-with-cart--item-term figure,
.block-color-size-with-cart--color-item-term figure {
  width: 60px;
  height: 60px;
}

.block-color-with-cart--item-term img,
.block-color-size-with-cart--color-item-term img {
  max-width: 100%;
  max-height: 100%;
}

.block-size-with-cart--item-term span,
.block-color-size-with-cart--size-item-term span {
  width: 60px;
  height: 60px;
  font-size: 13px;
}

.block-variation-add-cart {
  width: 100%;
  margin-right: 8px;
}

.block-variation-add-cart--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-size: 14px;
  border-radius: 5px;
}

.block-variation-add-cart--btn::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  vertical-align: top;
  background: url(../../img/usr/common/goods_cart_btn_sp.png) center center / 100% auto no-repeat;
  content: "";
}

.block-variation-no-stock,
.block-variation-outside-sales-period,
.block-goods-variation-arrival-notice {
  width: 100%;
  margin-right: 8px;
}

.block-variation-no-stock .block-variation-no-stock--message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-size: 14px;
  border-radius: 5px;
  color: var(--red-color);
  border: 1px solid var(--red-color);
  background: #F6DCDD;
}

.block-variation-outside-sales-period--message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-size: 14px;
  border-radius: 5px;
  color: #fff;
  background: #ccc;
  border: 0;
}

.block-goods-variation-arrival-notice .block-goods-variation-arrival-notice--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  border: 0;
  font-size: 17px;
  color: #fff;
  background: #73c3d6;
}

.block-variation-favorite {
  flex-shrink: 0;
}

.block-variation-favorite--btn {
  width: 64px;
  height: 64px;
  padding: 0;
  border: 1px solid #d53100;
  background: url(../../img/usr/common/goods_bookmark_btn.png) center center / 21px auto no-repeat;
}

.block-variation-favorite-registed--btn {
  width: 64px;
  height: 64px;
  padding: 0;
  border: 1px solid #d53100;
  background: #fff2ef url(../../img/usr/common/goods_bookmark_reg_btn.png) center center / 21px auto no-repeat;
}

.block-variation-favorite--btn .block-icon-image,
.block-variation-favorite-registed--btn .block-icon-image {
  display: none;
}

.block-goods-set {
  margin: 0 0 93px;
}

.block-add-cart--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  border: 0;
  letter-spacing: .15em;
}

.block-add-cart--btn::before {
  content: '';
  display: inline-block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../img/usr/common/ico_goods_detail_cart.png');
}

.block-arrival-notice .block-arrival-notice--btn {
  width: 100%;
  margin: 12px 0 10px;
  padding: 20px 0;
  border: 0;
  color: #fff;
  background: #73c3d6;
}

.block-no-stock .block-no-stock--message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  border: 0;
  letter-spacing: .15em;
  background: #F6DCDD;
  color: var(--red-color);
  border: 1px solid var(--red-color);
  font-size: 20px;
  font-weight: 500;
}

.block-outside-sales-period--message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  border: 0;
  letter-spacing: .15em;
  background: #CCC;
  color: #fff;
  border: none;
}

.block-variation-arrival-notice--btn {
  width: 100%;
  margin: 12px 0 10px;
  padding: 20px 0;
  border: 0;
  color: #fff;
  background: #73c3d6;
}

.block-custom-order--btn {
  width: 100%;
  margin: 12px 0 10px;
  padding: 20px 0;
  border-radius: 0;
  font-size: 16px;
}

.block-goods-favorite--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 10px;
  padding: 19px 0;
  border: 1px solid #d53100;
  border-radius: 0;
  font-size: 16px;
  color: #d53100;
  background: #fff;
}

.block-goods-favorite--btn::before {
  display: inline-block;
  width: 26px;
  height: 23px;
  background-image: url(../../img/usr/common/goods_bookmark_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.block-goods-favorite-registed--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 10px;
  padding: 19px 0;
  border: 1px solid #d53100;
  border-radius: 0;
  font-size: 16px;
  color: #d53100;
  background: #fff2ef;
}

.block-goods-favorite-registed--btn::before {
  display: inline-block;
  width: 26px;
  height: 23px;
  background-image: url(../../img/usr/common/goods_bookmark_reg_btn.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

.block-contact-about-goods--btn {
  display: inline;
  padding: 0;
  border: 0;
  text-decoration: underline;
  font-size: 14px;
  color: #081f2c;
  background: none;
}

.block-goods-link--btn {
  display: inline;
  padding: 0;
  border: 0;
  text-decoration: underline;
  font-size: 14px;
  color: #081f2c;
  background: none;
}

.block-goods-store-stock--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 10px;
  padding: 19px 0;
  border: 1px solid #d53100;
  border-radius: 0;
  font-size: 16px;
  color: #d53100;
  background: #fff;
}

.pane-goods-right-side .block-accessory-list {
  padding: 0;
  margin: 30px 0 15px;
}

.pane-goods-right-side .block-accessory-list .block-accessory-list--name {
  padding: 24px 0 0;
  margin: 0 0 16px;
  border: 0;
  font-size: 18px;
  font-weight: 500;
}

.pane-goods-right-side .block-accessory-list .block-accessory-list--list .block-thumbnail-t dl {
  width: 150px;
  margin: 0 15px 15px 0;
}

.pane-goods-right-side .block-accessory-list .block-accessory-list--list .block-thumbnail-t dl:nth-of-type(3n) {
  margin-right: 0;
}

.pane-goods-right-side .block-accessory-list .block-accessory-list--list .block-thumbnail-t dl .block-thumbnail-t--goods-image figure {
  width: 150px;
  height: 150px;
}

.pane-goods-center dl.block-goods-comment1,
.pane-goods-center dl.block-goods-comment2,
.pane-goods-center dl.block-goods-comment3,
.pane-goods-center dl.block-goods-comment4,
.pane-goods-center dl.block-goods-comment5 {
  margin: 0 0 24px;
}

.pane-goods-center dl[class^="block-goods-comment"] dt {
  display: none;
  margin: 0 0 22px;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #111;
}

.pane-goods-center dl[class^="block-goods-comment"]:first-of-type dt {
  display: block;
}

.pane-goods-center dl[class^="block-goods-comment"] dt h3 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 24px;
}

.block-goods-comment--title {
  margin: 0 0 16px;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  border-bottom: 1px solid #dedede;
}

.block-goods-comment--table-frame {
  width: 100%;
  margin: 0 0 15px;
}

.block-goods-comment--table-frame .block-goods-comment--table {
  border-collapse: collapse;
}

.block-goods-comment--table-frame .block-goods-comment--table th,
.block-goods-comment--table-frame .block-goods-comment--table td {
  padding: 12px 15px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #707070;
}

.block-goods-comment--table-frame .block-goods-comment--table tr.title th {
  background: var(--ultra-light-gray-color);
}

.block-goods-comment--table-frame .block-goods-comment--table tr th:first-of-type,
.block-goods-comment--table-frame .block-goods-comment--table tr.title th:first-of-type {
  text-align: left;
  font-weight: bold;
}

.block-goods-comment--table-frame .block-goods-comment--table td {
  white-space: nowrap;
}

.block-goods-footer-cart {
  display: none;
}

.block-goods-user-review {
  margin: 0 0 90px;
}

.block-goods-user-review h2 {
  margin: 0 0 32px;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #111;
  background: none;
}

.block-goods-user-review h2 .block-icon-image--table {
  display: block;
}

.block-goods-user-review h2 .block-icon-image--table-cell {
  display: none;
}

.block-goods-user-review h2 .block-icon-image--table-cell-left {
  display: block;
  font-size: 24px;
  font-weight: 500;
}

.block-goods-user-review--score dt,
.block-goods-user-review--count dt {
  font-weight: normal;
}

.block-goods-user-review--score dd img {
  height: 100%;
}

.block-goods-user-review--description {
  margin: 20px 0 24px;
}

.block-goods-user-review--need-login-message {
  margin: 14px 0;
}

.block-goods-user-review--write-review {
  margin: 8px 0;
}

.block-goods-user-review--write-review-link,
.block-goods-user-review--write-review-btn {
  display: block;
  width: 216px;
  padding: 9px 0;
  border: 1px solid #d53100;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: #d53100;
}

.block-goods-user-review--item {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #dedede;
}

.block-goods-user-review--item:last-of-type {
  border-bottom: 0;
}

.block-goods-user-review--item .block-goods-user-review--item-title {
  margin: 0 0 10px;
}

.block-goods-user-review--item .block-goods-user-review--item-score {
  margin: 0 0 8px;
}

.block-goods-user-review--item .block-goods-user-review--item-score dt {
  height: auto;
}

.block-goods-user-review--item .block-goods-user-review--item-score dt img {
  height: 100%;
  width: 9.2%;
  vertical-align: top;
}

.block-goods-user-review--item .block-goods-user-review--item-comment {
  margin: 8px 0 0;
}

.block-goods-user-review--item .block-goods-user-review--item-moderate-vote {
  margin: 8px 0 0;
}

.block-goods-uservoice .block-goods-uservoice--title {
  margin: 0 0 22px;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #111;
}

.block-goods-instagram .block-goods-instagram--title {
  margin: 0 0 30px;
  padding: 75px 0 0;
  border: 0;
  text-align: center;
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  letter-spacing: 0.02em;
}

.block-goods-instagram .block-goods-instagram--title img {
  display: block;
  margin: 0 auto 8px;
}

.block-goods-instagram .block-goods-instagram--title span {
  display: block;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}

.size-hidden {
  box-sizing: content-box;
}

/*CSSによる商品詳細画面の項目の並び順変更用*/
.pane-goods-right-side form {
  display: flex;
  flex-flow: column wrap;
}

.page-goods .block-icon {
  order: 10;
}

.block-goods-price {
  order: 40;
}

.block-refill-goods {
  order: 45;
}

.block-goods-first-limited-order {
  order: 50;
}

.block-goods-code {
  order: 55;
}

.block-goods-item-code {
  order: 60;
}

.block-goods-item-code2 {
  order: 70;
}

.block-goods-item-code3 {
  order: 80;
}

.block-goods-release-dt {
  order: 90;
}

.block-goods-sns {
  order: 100;
}

.block-goods-class1 {
  order: 110;
}

.block-goods-class2 {
  order: 120;
}

.block-goods-attr1 {
  order: 130;
}

.block-goods-attr2 {
  order: 140;
}

.block-goods-attr3 {
  order: 150;
}

.block-goods-size {
  order: 160;
}

.block-goods-color {
  order: 170;
}

.block-goods-point {
  order: 180;
}

.block-goods-postage {
  order: 190;
}

.block-goods-stock {
  order: 200;
}

.block-goods-spec {
  order: 210;
}

.block-goods-set {
  order: 300;
}

.block-variation-back-order {
  order: 310;
}

.block-goods-favorite {
  order: 320;
}

.block-goods-store-stock {
  order: 330;
}

.block-contact-about-goods {
  order: 340;
}

.block-goods-link {
  order: 350;
}

.block-unisize {
  order: 355;
}

.block-accessory-list {
  order: 360;
}

.block-goods-size--box .c-item-detail-expand-items__size-info--margin,
.block-goods-size--box .js-unisize-bunner,
.block-goods-size--box .js-unisize-bunner>div {
  margin: 12px 0;
}

.c-item-detail-expand-items__size-info--margin {
  display: flex;
  flex-wrap: wrap;
}

.c-item-detail-expand-items__size-info--margin .c-item-detail-expand-items__size {
  font-size: 13px;
  text-align: center;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.c-item-detail-expand-items__size-info--margin .c-item-detail-expand-items__size:first-child,
.c-item-detail-expand-items__size-info--margin .c-item-detail-expand-items-auto+.c-item-detail-expand-items__size {
  border-left: 1px solid #fff;
}

.c-item-detail-expand-items__size-info--margin .c-item-detail-expand-items__size.c-item-detail-expand-items__size-info--header {
  border-top: 0;
  background-color: #f2f2f2;
}

.c-item-detail-expand-items__size-info--margin .c-item-detail-expand-items__size.c-item-detail-expand-items__size-list.c-item-detail-expand-items__size-info--header {
  border-top: 1px solid #ddd;
}

.c-item-detail-expand-items__size-info--margin .c-item-detail-expand-items-auto {
  width: 100%;
  min-height: 0;
}

/* ----ゲストお気に入り画面---- */
.block-guest-favorite-synchronize {
  text-align: center;
  margin-top: 50px;
}

/* ----定期購入商品サイクル情報変更画面---- */
.block-regular-purcharse-cycle-info-update--skip-cancel-message {
  margin: 5px 0 0 5px;
}

/* ----アプリログイン訴求画面---- */
.block-applogin-body {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.9em;
  text-align: center;
  margin: auto;
  height: 100px;
}

/* ---- LightningRecommend ---- */
.block-top-lightningrecommend,
.block-ranking-lightningrecommend {
  padding: 0 0 80px;
}

.block-top-lightningrecommend--header,
.block-ranking-lightningrecommend--header {
  margin: 0 0 30px;
  padding: 75px 0 0;
  border: 0;
  text-align: center;
  font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  letter-spacing: 0.02em;
}

.block-top-lightningrecommend ul.block-thumbnail-t,
.block-ranking-lightningrecommend .block-ranking-r .block-ranking-r--items {
  width: 1264px;
  padding-left: 32px;
  margin: 0 auto 40px;
}

.block-top-lightningrecommend ul.block-thumbnail-t li,
.block-ranking-lightningrecommend .block-ranking-r .block-ranking-r--items li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.block-top-lightningrecommend ul.block-thumbnail-t li dl,
.block-ranking-lightningrecommend .block-ranking-r .block-ranking-r--items li dl {
  margin: 0 32px 0 0;
  padding: 0;
}

.block-common-lightningrecommend--list ul.block-thumbnail-t li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.block-common-lightningrecommend--list ul.block-thumbnail-t li dl {
  margin: 0 50px 20px 0;
}

.block-common-lightningrecommend--list ul.block-thumbnail-t li dl:nth-of-type(5n) {
  margin-right: 0;
}

.block-goods-list-l--bookmark {
  position: relative;
}

.block-bulk-purchase-b--goods-bookmark {
  position: relative;
}

.block-goods-list-s--bookmark {
  position: relative;
}

.block-goods-name-n--goods-bookmark {
  position: relative;
}

/* ----定期購入 本品とレフィル切り替え画面---- */
.block-refillgoods-list .block-thumbnail-t dl,
.block-refillgoods-list .block-thumbnail-t dl:nth-of-type(4n) {
  width: 200px;
  margin: 0 50px 20px 0;
}

/* ----スライダー---- */
div.swiper-button-prev,
div.swiper-button-next {
  top: 106px;
}

div.swiper-button-prev {
  left: 0;
}

div.swiper-button-next {
  right: 0;
}

.block-ranking-r .swiper-button-prev,
.block-ranking-r .swiper-button-next {
  top: 146px;
}

div.swiper-button-prev::after,
div.swiper-button-next::after {
  content: '';
  display: block;
  width: 19px;
  height: 19px;
  border-top: 2px solid var(--light-gray-color);
  border-right: 2px solid var(--light-gray-color);
}

div.swiper-button-prev::after {
  transform: rotate(-135deg);
}

div.swiper-button-next::after {
  transform: rotate(45deg);
}

.block-goods-list--top {
  height: 87px;
}

.block-goods-list--top-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 19px;
}

#goods_list_scroll .block-goods-list--top-box .block-goods-list-naviframe--left {
  display: none;
}

#goods_list_scroll .block-goods-list--top-box.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  min-width: 1264px;
  z-index: 100;
  background: #fff;
}

#goods_list_scroll .block-goods-list--top-box.fixed::after {
  content: '';
  position: absolute;
  bottom: -20px;
  display: block;
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom, rgba(43, 43, 43, .3), rgba(43, 43, 43, 0));
}

#goods_list_scroll .block-goods-list--top-box.fixed .block-goods-list--top-inner {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

body:not(.page-category):not(.page-genre):not(.page-event) .block-goods-list--top {
  display: none;
}

#goods_list_scroll .block-goods-list--top-box.fixed .block-goods-list-naviframe--left {
  display: flex;
}

.filter-button {
  padding-top: 0;
  padding-bottom: 0;
}

#block_of_filter .filter-button {
  padding-top: 30px;
}

.filter-button button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  appearance: none;
  background: var(--base-color);
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .15em;
  cursor: pointer;
}

.filter-button button.hide {
  display: none;
}

.filter-button button::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 24px;
  background-image: url(../../img/usr/common/ico_filter.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* Cart Step Override */
.block-order-flow--step ul {
  display: flex;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  justify-content: space-between;
}

.block-order-flow--step ul::before {
  display: block;
  width: calc(100% - 100px);
  height: 1px;
  content: '';
  position: absolute;
  background: #dcdcdc;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  z-index: 0;
}

.block-order-flow--step li {
  flex-basis: 120px;
  text-align: center;
  padding: 0;
  margin: 0;
}

.block-order-flow--step li::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 10px;
  border: 1px solid #dcdcdc;
  background: #fff;
  border-radius: 20px;
}

li.block-order-flow--step-current {
  color: inherit;
}

li.block-order-flow--step-current::before {
  color: #fff;
  background: var(--green2-color);
  font-weight: bold;
}

li.block-order-flow--step-current::after {
  border-left: none;
}

li.block-order-flow--step1::before {
  content: '1';
}

li.block-order-flow--step2::before {
  content: '2';
}

li.block-order-flow--step3::before {
  content: '3';
}

li.block-order-flow--step4::before {
  content: '4';
}

li.block-order-flow--step5::before {
  content: '5';
}

.block-order-flow--step1,
.block-order-flow--step2,
.block-order-flow--step3,
.block-order-flow--step4,
.block-order-flow--step5 {
  display: block;
  position: relative;
  background: transparent;
  height: auto;
}

.block-order-flow--step1:after,
.block-order-flow--step2:after,
.block-order-flow--step3:after,
.block-order-flow--step4:after,
.block-order-flow--step5:after {
  border-left: none;
}

.revico-star-zone:has(.revico-star[data-review-count="0"]) {
  display: none !important;
}