@charset "UTF-8";
/* ----共通---- */
body:not(.page-top) h1,
body:not(.page-genre) h1,
body:not(.page-goods) h1,
body:not(.page-contentspages) h1 {
  font-size: 26px;
  font-weight: bold;
}

body:not(.page-top) h2,
body:not(.page-genre) h2,
body:not(.page-goods) h2,
body:not(.page-contentspages) h2 {
  font-size: 20px;
  font-weight: bold;
}

body:not(.page-top) h3,
body:not(.page-genre) h3,
body:not(.page-goods) h3,
body:not(.page-contentspages) h3 {
  font-size: 18px;
  font-weight: bold;
}

/* ----トップページ本文---- */

#top-slider-warp {
  margin-top: 20px;
  margin-bottom: 40px;
}

#top-slider-warp .bx-wrapper {
  margin: 0;
  border: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  background: none;
}

#top-slider-warp .bx-viewport {
  overflow: visible!important;
  width: 940px!important;
  height: 250px!important;
  margin: 0 auto;
}

#top-slider {
  overflow: hidden;
  height: 100%;
}

#top-slider-warp li {
  position: relative;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

#top-slider-warp li a {
  display: block;
  width: 100%;
  height: 100%;
}

#top-slider-warp li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#top-slider-warp .bx-wrapper .bx-controls-direction .bx-prev,
#top-slider-warp .bx-wrapper .bx-controls-direction .bx-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 40px;
  margin: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 0;
  background: none;
  z-index: 1;
  background: #EEEEEE;
}

#top-slider-warp .bx-wrapper .bx-controls-direction .bx-prev {
  left: calc(50% - 460px);
  padding-left: 5px;
}

#top-slider-warp .bx-wrapper .bx-controls-direction .bx-next {
  right: calc(50% - 460px);
  padding-right: 5px;
}

#top-slider-warp .bx-wrapper .bx-controls-direction .bx-prev::before,
#top-slider-warp .bx-wrapper .bx-controls-direction .bx-next::before {
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 0;
  border-top: 1px solid #000;
  font-size: 0;
  background: none;
  z-index: 1;
  content: "";
}

#top-slider-warp .bx-wrapper .bx-controls-direction .bx-prev::before {
  border-left: 1px solid #000;
  transform: rotate(-45deg);
}

#top-slider-warp .bx-wrapper .bx-controls-direction .bx-next::before {
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

#top-slider-warp .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto;
  padding: 0;
  display: flex;
  transform: translateX(-50%);
}

#top-slider-warp .bx-wrapper .bx-pager .bx-pager-item + .bx-pager-item {
  margin-left: 5px;
}

#top-slider-warp .bx-wrapper .bx-pager .bx-pager-item a {
  display: block;
  margin: 5px;
  padding: 0;
  font-size: 0;
  background: none;
  border-radius: 10px 10px;
  overflow:hidden;
}

#top-slider-warp .bx-wrapper .bx-pager .bx-pager-item a::before {
  display: block;
  width: 100%;
  height: 100%;
  background: gray;
  content: "";
}

#top-slider-warp .bx-wrapper .bx-pager .bx-pager-item a.active::before {
  background: var(--link-color);
}

/* ----トップページ予備テンプレート2---- */

.block-top-free2--header {
  font-size: 28px;
  text-align: center;
  border-top: #444 2px solid;
  padding: 19px 0 30px;
}

.block-top-free2--body {
  margin: 47px 0 50px;
}

.block-top-free2--items {
  width: 900px;
  height: auto;
  overflow: hidden;
}

.block-top-free2--items li {
  float: left;
}

.block-top-free2--items > li {
  width: 535px;
  height: auto;
}

.block-top-free2--items > li:first-child {
  width: 354px;
  height: auto;
  margin-right: 10px;
}

.block-top-free2--sub-items li {
  width: 172px;
  height: 172px;
  margin-left: 9px;
  margin-bottom: 9px;
}

.block-top-free2--sub-items li:nth-of-type(3n+1) {
  margin-left: 0;
}

.block-top-event--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-header-top {
  background: #F3F3F3;
}

.block-header-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}

.block-header-sub-title {
  font-size: 12px;
  line-height: 1;
}

.block-header-info-link {
  display: flex;
}

.block-header-info-link li + li {
  margin-left: 20px;
}

.block-header-info-link a {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 13px;
}

.block-header-info-link a::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 9px;
  margin-right: 8px;
  background-image: url('../../img/usr/common/ico_arrow6x9_gray.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.block-header-contents .container {
  height: 70px;
  justify-content: space-between;
}

.block-header-left {
  display: flex;
  align-items: center;
}

.block-header-logo {
  width: 177px;
  margin: 0 23px 0 0;
  padding: 0;
}

/*--- ↓↓↓ 2023.12.08 Pa-man Fujino CLS対策 ↓↓↓ ---*/
/*---
.block-header-logo img {
  width: 100%;
  height: auto;
}
---*/
.block-header-logo img {
  width: 177px;
  height: auto;
}
/*--- ↑↑↑ 2023.12.08 Pa-man Fujino CLS対策 ↑↑↑ ---*/

.block-header-spec {
  display: flex;
  align-items: center;
}

.block-header-spec li {
  display: flex;
  align-items: center;
  height: 39px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px;
  line-height: 1;
  border: 1px solid #D1D1D1;
}

.block-header-spec li + li {
  margin-left: 5px;
}

.block-header-spec li::before {
  content: '';
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background-image: url('../../img/usr/common/ico_np_check.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.block-header-spec li span {
  color: var(--main-color);
}

.block-header-right {
  display: flex;
  align-items: center;
}

.block-header-user {
  margin-right: 10px;
}

.block-header-user .name {
  width: 75px;
  font-size: 12px;
  margin-bottom: 2px;
}

.block-header-user .guest-name {
  width: 75px;
  font-size: 16px;
}

.block-header-user .point {
  font-size: 13px;
  font-family: var(--en-txt);
}

.block-header-user .point span {
  font-size: 17px;
  font-weight: bold;
}

ul.block-headernav--item-list {
  display: flex;
  align-items: center;
}

ul.block-headernav--item-list > li + li {
  margin-left: 12px;
}

ul.block-headernav--item-list > li a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  color: var(--main-color);
  font-weight: bold;
}

ul.block-headernav--item-list > li a::before {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}

ul.block-headernav--item-list > li.block-headernav--item-login a::before {
  background-image: url(../../img/usr/common/ico_mypage.png);
}

ul.block-headernav--item-list > li.block-headernav--item-boookmark a::before {
  background-image: url(../../img/usr/common/ico_bookmark.png);
}

ul.block-headernav--item-list > li.block-headernav--item-purchase-history a::before {
  background-image: url(../../img/usr/common/ico_purchase_history.png);
}

ul.block-headernav--item-list > li.block-headernav--item-order-number a::before {
  background-image: url(../../img/usr/common/ico_order_number.png);
}

ul.block-headernav--item-list > li.block-headernav--item-cart a::before {
  background-image: url(../../img/usr/common/ico_cart.png);
}

ul.block-headernav--item-list > li.block-headernav--item-cart a .block-headernav--cart-count {
  position: absolute;
  top: -7px;
  right: -6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  font-size: 10px;
  color: #fff;
  z-index: 2;
  background: #CC0000;
  border-radius: 100%;
  font-family: var(--en-txt);
}

/* ----グローバルナビ---- */

.pane-globalnav {
  position: relative;
}

.block-globalnav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 306px;
  height: 60px;
  z-index: 15; /* 2024.12.20 add */

}

.block-globalnav-ac {
  position: absolute;
  width: 288px;
  border: 1px solid var(--link-color);
  top: 10px;
  border-radius: 3px;
  background: #fff;
  z-index: 2;
  font-size: 13px;
}

.block-globalnav-genre {
  left: 0;
}

.block-globalnav-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px 13px;
  cursor: pointer;
}

.block-globalnav-label::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 8px;
  background-image: url(../../img/usr/common/ico_arrow14x8_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transition: all .3s;
}

.block-globalnav-label.open::after {
  transform: rotate(0);
}

.block-globalnav-label p {
  line-height: 1;
}

.block-globalnav-label p span {
  color: var(--link-color);
}

.ac-content {
  display: none;
}

.block-globalnav-genre-ac-content > .inner {
  min-width: 876px;
  display: flex;
  padding-top: 2px;
}

.block-globalnav-genre-ac-genre-tree-1 {
  width: 288px;
  padding-bottom: 15px;
}

.block-globalnav-genre-ac-genre-tree-1 li span {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  cursor: pointer;
}

.block-globalnav-genre-ac-genre-tree-1 li span:hover {
  color: var(--link-color);
  text-decoration: underline;
}

.block-globalnav-genre-ac-genre-tree-1 li span::before {
  content: '';
  display: inline-block;
  width: 6px;
  min-width: 6px;
  height: 9px;
  margin-right: 8px;
  background-image: url('../../img/usr/common/ico_arrow6x9_gray.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.block-globalnav-genre-ac-genre-tree-2-wrap,
.block-globalnav-genre-ac-genre-tree-2 li,
.block-of-leftmenu-top-genre-tree-2-wrap,
.block-of-leftmenu-top-genre-tree-2 li {
  display: none;
}

.block-globalnav-genre-ac-genre-tree-2-wrap.show,
.block-globalnav-genre-ac-genre-tree-2 li.show,
.block-of-leftmenu-top-genre-tree-2-wrap.show,
.block-of-leftmenu-top-genre-tree-2 li.show {
  display: block;
}

.block-globalnav-genre-ac-genre-tree-2-wrap,
.block-of-leftmenu-top-genre-tree-2-wrap {
  width: 588px;
  z-index: 1;
  background: #fff;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, .1);
  border: 1px solid var(--line-color);
  margin-left: -1px;
}

.block-globalnav-genre-ac-genre-tree-2-wrap .inner,
.block-of-leftmenu-top-genre-tree-2-wrap .inner {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  height: 100%;
}

.block-globalnav-genre-ac-genre-tree-2-wrap .genre-tree-1-title,
.block-of-leftmenu-top-genre-tree-2-wrap .genre-tree-1-title {
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.block-globalnav-genre-ac-genre-tree-2-wrap .genre-tree-1-title a,
.block-of-leftmenu-top-genre-tree-2-wrap .genre-tree-1-title a {
  display: flex;
  align-items: center;
}

.block-globalnav-genre-ac-genre-tree-2-wrap .genre-tree-1-title figure,
.block-of-leftmenu-top-genre-tree-2-wrap .genre-tree-1-title figure {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.block-globalnav-genre-ac-genre-tree-2-wrap .genre-tree-1-title figure img,
.block-of-leftmenu-top-genre-tree-2-wrap .genre-tree-1-title figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-globalnav-genre-ac-genre-tree-2-wrap .genre-tree-1-title .name,
.block-of-leftmenu-top-genre-tree-2-wrap .genre-tree-1-title .name {
  font-size: 15px;
}

.block-globalnav-genre-ac-genre-tree-2,
.block-of-leftmenu-top-genre-tree-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
}

.block-globalnav-genre-ac-genre-tree-2 li,
.block-of-leftmenu-top-genre-tree-2 li {
  width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 12px;
}

.block-globalnav-genre-ac-genre-tree-2 li a,
.block-of-leftmenu-top-genre-tree-2 li a {
  display: flex;
  align-items: center;
  font-size: 13px;
}

.block-globalnav-genre-ac-genre-tree-2 li a::before,
.block-of-leftmenu-top-genre-tree-2 li a::before {
  content: '';
  display: inline-block;
  width: 6px;
  min-width: 6px;
  height: 9px;
  margin-right: 8px;
  background-image: url('../../img/usr/common/ico_arrow6x9_gray.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.block-globalnav-genre-ac-genre-tree-2 li a:hover,
.block-of-leftmenu-top-genre-tree-2 li a:hover {
  color: var(--link-color);
}

.block-global-search form {
  display: flex;
  align-items: center;
  border: 1px solid var(--link-color);
  border-radius: 3px;
  height: 40px;
}

.block-globalnav-genre-image {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  min-height: 30px;
  margin-top: auto;
}

.block-globalnav-genre-image img {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  vertical-align: bottom;
}

.block-global-search form .block-global-search--keyword {
  display: flex;
  align-items: center;
  width: 476px;
  height: 100%;
  border: 0;
  outline: none;
  background: #fff;
  font-size: 12px;
  border-radius: 3px 0 0 3px;
  padding-left: 15px;
  padding-right: 15px;
}

.block-global-search form .block-global-search--keyword::placeholder {
  color: rgba(0, 0, 0, .5);
}

.block-global-search form .block-global-search--submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 100%;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  background: var(--link-color);
  border: 0 none;
  border-radius: 0;
}

.block-global-search form .block-global-search--submit::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background-image: url(../../img/usr/common/ico_search_white.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.block-globalnav-search-easy {
  right: 0;
}

.block-globalnav-search-easy .ac-content > .inner {
  padding: 7px 15px 20px;
}

.block-globalnav-search-easy .item + .item {
  margin-top: 15px;
}

.block-globalnav-search-easy .item .head {
  font-weight: bold;
  margin-bottom: 7px;
}

.block-globalnav-search-easy .item li a {
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.block-globalnav-search-easy .item li a:hover {
  color: var(--link-color);
}

.block-globalnav-search-easy .item li a::before {
  content: '';
  display: inline-block;
  width: 6px;
  min-width: 6px;
  height: 9px;
  margin-right: 8px;
  background-image: url('../../img/usr/common/ico_arrow6x9_gray.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.pane-globalnav-info {
  padding-top: 20px;
}

.pane-globalnav-info .container {
  display: flex;
  align-items: center;
  padding: 11px 10px 10px;
  background: #FFDADB;
}

.pane-globalnav-info .head {
  display: flex;
  align-items: center;
  width: 147px;
  min-width: 147px;
  font-size: 13px;
  font-weight: bold;
  color: #E6171E;
}

.pane-globalnav-info .head::before {
  content: '';
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url('../../img/usr/common/ico_feather_info.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.pane-globalnav-info dl {
  display: flex;
  align-items: center;
}

.pane-globalnav-info dt {
  width: 85px;
  min-width: 85px;
  font-size: 12px;
  font-family: var(--en-txt);
}

.pane-globalnav-info dd {
  color: var(--link-color);
}

/* ----フッター---- */

footer.pane-footer {
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 0;
  background: transparent;
}

footer > .container {
  width: 100%;
}

.block-footer-top {
  padding-top: 40px;
  padding-bottom: 40px;
  background: var(--main-color);
}

.block-footer-top .container {
  display: flex;
  justify-content: space-between;
}

.block-footer-calender,
.block-footer-contact {
  display: flex;
  flex-direction: column;
  height: 647px;
  background: #fff;
  border-radius: 5px;
}

.block-footer-calender {
  width: 691px;
  padding: 40px;
}

.block-footer-calender .block-calendar {
  padding: 0;
  max-width: none;
  height: auto;
}

.block-footer-calender .block-calendar-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 18px;
  color: var(--main-color);
}

.block-footer-calender .block-calendar-title::before {
  content: '';
  width: 21px;
  height: 21px;
  margin-right: 8px;
  background-image: url('../../img/usr/common/ico_calender_footer.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.block-footer-calender .block-calendar-slide-area-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  margin: 0;
  overflow-x:auto;
  max-height: none;
}

.block-footer-calender .block-calendar-slide-area-wrapper .block-calendar-slide-area {
  width: 290px;
  background: #ffffff;
  margin-bottom: 20px;
  padding: 0;
}

.block-footer-calender .block-calendar-next {
  display: none;
}

.block-footer-calender .block-calendar-month-area {
  margin-bottom: 15px;
}

.block-footer-calender .block-calendar-month {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}

.block-footer-calender .block-calendar-month b {
  display: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  padding-right: 0;
}

.block-footer-calender .block-calendar table {
  margin-bottom: 20px;
}

.block-footer-calender .block-calendar table tr {
  border-top: 0;
}

.block-footer-calender .block-calendar table th {
  height: 39px;
  vertical-align: middle;
  font-weight: 500;
  background: #E6E6E6;
}

.block-footer-calender .block-calendar table th:first-of-type {
  border-radius: 3px 0 0 3px;
}

.block-footer-calender .block-calendar table th:last-of-type {
  border-radius: 0 3px 3px 0;
}

.block-footer-calender .block-calendar table th span {
  font-size: 13px;
}

.block-footer-calender .block-calendar table td span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  color: var(--main-color);
  font-family: var(--en-txt);
}

.block-footer-calender .block-calendar table td span.today {
  font-weight: bold;
  background: #F7F7F7;
  border-radius: 100%;
}

.block-footer-calender .block-calendar table td span.closed {
  color: #D9504E;
}

.block-calendar-business-day {
  text-align: right;
}

.block-calendar-business-day span + span {
  margin-left: 15px;
}

.block-calendar-business-day .open,
.block-calendar-business-day .close {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
}

.block-calendar-business-day .open::before,
.block-calendar-business-day .close::before {
  content: '';
  width: 9px;
  height: 9px;
  margin-right: 5px;
  border-radius: 100%;
}

.block-calendar-business-day .open::before {
  background: var(--main-color);
}

.block-calendar-business-day .close::before {
  background: #D9504E;
}

.block-calender-flip {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 46px;
}

.block-calendar-btn--prev,
.block-calendar-btn--current,
.block-calendar-btn--next {
  width: 190px;
  height: 46px;
}

.block-calendar-btn--prev {
  position: absolute;
  top: 0;
  left: 0;
}

.block-calendar-btn--next {
  position: absolute;
  top: 0;
  right: 0;
}

.block-calendar-btn--current {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.block-calendar-btn--prev span,
.block-calendar-btn--current span,
.block-calendar-btn--next span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: var(--link-color);
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  cursor: pointer;
}

.block-calendar-btn--prev span::before,
.block-calendar-btn--next span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 6px;
  min-width: 6px;
  height: 9px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(../../img/usr/common/ico_arrow6x9_gray.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.block-calendar-btn--prev span::before {
  left: 20px;
  transform: rotate(180deg);
}

.block-calendar-btn--next span::after {
  right: 20px;
  margin-left: 8px;
}

.block-footer-calender .guide {
  margin-top: auto;
  padding: 25px;
}

.block-footer-calender .guide a {
  color: var(--link-color);
  text-decoration: underline;
}

.block-footer-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 485px;
  padding: 40px;
}

.block-footer-contact-link .title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
  text-align: center;
  line-height: 1;
}

.block-footer-contact-link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 405px;
  height: 61px;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid var(--main-color);
  border-radius: 60px;
  background: #fff;
  color: var(--main-color);
}

.block-footer-contact-link a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  display: block;
  width: 23px;
  height: 14px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(../../img/usr/common/ico_arrow2_23x14_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.block-footer-contact-link a:hover {
  background: var(--main-color);
  color: #fff;
  text-decoration: none;
}

.block-footer-contact-link a:hover::after {
  background-image: url(../../img/usr/common/ico_arrow2_23x14_white.png);
}

.block-footer-contact-tel .title {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1;
}

.block-footer-contact-tel .block-footer-contact-tel-contents {
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}

.block-footer-contact-tel .tel {
  color: var(--main-color);
  font-size: 25px;
  font-family: var(--en-txt);
  font-weight: 600;
  margin-bottom: 3px;
}

.block-footer-contact-tel .business-info {
  line-height: 1.7;
  color: var(--sub-color);
}

.block-footer-middle {
  padding: 50px 37px;
  background: #FAFAFA;
}

.block-footer-middle .container {
  display: flex;
  justify-content: space-between;
}

.block-footernav--item-list {
  display: flex;
}

.block-footernav--item-list-item {
  min-width: 176px;
}

.block-footernav--item-list-item + .block-footernav--item-list-item {
  margin-left: 30px;
}

.block-footernav--item-list-item .title {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 500;
}

.block-footernav--item-list-item li + li {
  margin-top: 10px;
}

.block-footernav--item-list-item li a {
  display: flex;
  align-items: center;
  font-size: 13px;
}

.block-footernav--item-list-item li a::before {
  content: '';
  display: inline-block;
  width: 6px;
  min-width: 6px;
  height: 9px;
  margin-top: 6px;
  margin-right: 8px;
  background-image: url(../../img/usr/common/ico_arrow6x9_gray.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.block-footer-sns .title {
  font-size: 13px;
  font-weight: 600;
  font-family: var(--en-txt);
  margin-bottom: 10px;
}

.block-footer-sns ul.block-footer-sns--list {
  display: flex;
  align-items: center;
}

.block-footer-sns ul.block-footer-sns--list > li + li {
  margin-left: 22px;
}

.block-footer-sns ul.block-footer-sns--list > li img {
  width: 22px;
  height: auto;
  aspect-ratio: auto;
}

.block-footer-bottom {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.block-footer-logo {
  margin-bottom: 21px;
}

.block-footer-logo--link img {
  width: 177px;
  vertical-align: top;
}

/* ----ページトップに戻る---- */

.block-page-top a {
  position: relative;
  display: none;
  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 .truck-banner {
  position: relative;
  margin-bottom: 30px;
  padding-top: 20px;
}

.pane-left-menu .truck-banner::before {
  content: '';
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  width: 43px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  background-image: url('../../img/usr/common/char_paman.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.pane-left-menu .pane-block--title {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  font-weight: 500;
}

.block-left-menu-top {
  margin-bottom: 30px;
}

#block_of_leftmenu_top_genretree {
  position: relative;
}

.block-of-leftmenu-top-genre-tree-1 {
  border-top: 1px solid var(--line-color);
  border-left: 1px solid var(--line-color);
  border-right: 1px solid var(--line-color);
}

.block-of-leftmenu-top-genre-tree-1 li {
  border-bottom: 1px solid var(--line-color);
}

.block-of-leftmenu-top-genre-tree-1 li > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 20px 10px;
  cursor: pointer;
}

.block-of-leftmenu-top-genre-tree-1 li figure {
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.block-of-leftmenu-top-genre-tree-1 li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-of-leftmenu-top-genre-tree-1 li span.name {
  display: block;
  width: 182px;
  min-width: 182px;
  font-size: 15px;
  line-height: 1.33;
}

.block-of-leftmenu-top-genre-tree-2-wrap {
  position: absolute;
  left: 270px;
  z-index: 10000;
  width: 598px;
  margin-left: 0;
  padding-left: 10px;
  box-shadow: none;
  border: 0;
  background: transparent;
}

.block-of-leftmenu-top-genre-tree-2-wrap .inner {
  background: #fff;
  box-shadow: 3px 3px 30px rgba(0, 0, 0, .1);
  border: 1px solid var(--line-color);
}

.block-of-leftmenu-genre-tree {
  margin-bottom: 30px;
  border-top: 1px solid var(--line-color);
  border-left: 1px solid var(--line-color);
  border-right: 1px solid var(--line-color);
}

.ac-title::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../img/usr/common/ico_arrow14x8_gray.png');
  transition: .3s all;
}

.ac-title.open::after {
  transform: rotate(180deg);
}

.block-of-leftmenu-genre-tree .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 19px;
  border-bottom: 1px solid var(--line-color);
  cursor: pointer;
}

.block-of-leftmenu-genre-tree .head .inner {
  display: flex;
  align-items: center;
  width: 210px;
}

.block-of-leftmenu-genre-tree .head .inner figure {
  width: 40px;
  height: 40px;
  min-width: 40px;
  margin-right: 10px;
}

.block-of-leftmenu-genre-tree .head .inner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-of-leftmenu-genre-tree .head .inner span {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}

.block-of-leftmenu-genre-tree-2 {
  display: block;
  padding: 20px;
  border-bottom: 1px solid var(--line-color);
}

.block-of-leftmenu-genre-tree-2 > li + li {
  margin-top: 20px;
}

.block-of-leftmenu-genre-tree-2 > li > a {
  display: flex;
  line-height: 1.4;
}

.block-of-leftmenu-genre-tree-2 > li > a::before {
  content: '';
  display: inline-block;
  width: 6px;
  min-width: 6px;
  height: 9px;
  margin-top: 5px;
  margin-right: 8px;
  background-image: url(../../img/usr/common/ico_arrow6x9_gray.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.block-of-leftmenu-genre-tree-3 {
  padding-top: 15px;
  padding-left: 12px;
}

.block-of-leftmenu-genre-tree-3 > li + li {
  margin-top: 10px;
}

.block-of-leftmenu-genre-tree-3 > li > a {
  color: var(--sub-color);
}

.block-filter--close .block-filter--list-inner-accordion,
.block-filter--close .block-filter--imagelist-inner-accordion {
  display: block;
}

#block_of_filter {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line-color);
}

.pane-left-menu .block-filter--list + .block-filter--list {
  margin-top: 20px;
}

.pane-left-menu .pane-block--subtitle {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 15px;
  border-top: 1px solid var(--line-color);
  border-bottom: 0;
  font-weight: bold;
  cursor: auto;
}

.pane-left-menu .block-filter-option-items + .block-filter-option-items {
  margin-top: 15px;
}

.pane-left-menu .block-filter--list-inner-image-contents .block-filter-option-items + .block-filter-option-items {
  margin-top: 10px;
}

.pane-left-menu .block-filter-option-items input[type="checkbox"] {
  display: none;
}

.pane-left-menu .block-filter-option-items label {
  display: flex;
  align-items: center;
}

.pane-left-menu .block-filter-option-items label::before {
  content: '';
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../img/usr/common/checkbox_off.png');
}

.pane-left-menu .block-filter-option-items input[type="checkbox"]:checked + label::before {
  background-image: url('../../img/usr/common/checkbox_on.png');
}

.pane-left-menu .block-filter-option-items label img {
  max-width: 170px;
  max-height: 40px;
}

.block-leftmenu_banner .block-leftmenu_banner--list > li {
  margin-top: 32px;
}

.border-link-btn {
  text-align: center;
}

.border-link-btn a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 17px 65px;
  border-radius: 60px;
  border: 1px solid var(--main-color);
  font-size: 15px;
  font-weight: bold;
  color: var(--main-color);
  line-height: 1.4;
}

.border-link-btn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  width: 23px;
  height: 14px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url('../../img/usr/common/ico_arrow2_23x14_blue.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.border-link-btn a:hover {
  color: #fff;
  border: 1px solid var(--main-color);
  background: var(--main-color);
  text-decoration: none;
}

.border-link-btn a:hover::after {
  background-image: url('../../img/usr/common/ico_arrow2_23x14_white.png');
}

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 #ccc;
}

ul > .block-category-tree--item__open,
ul > .block-category-tree--item {
  border-top: 1px solid #ccc;
  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 #ccc;
}

.block-leftmenu_middle-banner--list {
  margin-bottom: 40px;
}

.block-leftmenu_middle-banner--list li + li {
  margin-top: 20px;
}

/*--- ↓↓↓ 2023.12.08 Pa-man Fujino CLS対策 ↓↓↓ ---*/
/*---.block-leftmenu_middle-banner--list img {
  width: 100%;
  vertical-align: top;
}
---*/

.block-leftmenu_middle-banner--list img {
  width: 270px;
  vertical-align: top;
}
/*--- ↑↑↑ 2023.12.08 Pa-man Fujino CLS対策 ↑↑↑ ---*/

.block-leftmenu_bottom-banner--list li + li {
  margin-top: 15px;
}

/*--- ↓↓↓ 2023.12.08 Pa-man Fujino CLS対策 ↓↓↓ ---*/
/*---
.block-leftmenu_bottom-banner--list img {
  width: 100%;
  vertical-align: top;
}
---*/

.block-leftmenu_bottom-banner--list img {
  width: 270px;
  vertical-align: top;
}
/*--- ↑↑↑ 2023.12.08 Pa-man Fujino CLS対策 ↑↑↑ ---*/

/* ----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: 13px;
  font-family: var(--en-txt);
  color: var(--sub-color);
}

/* ----トップページ---- */

.block-top-category {
  background: linear-gradient(to right bottom, #f8e5de 0%, #fff 50%, #f8e5de 100%);
}

.block-top-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

.block-top-more {
  display: flex;
  align-items: center;
  text-align: left;
  margin-top: 0;
}

.block-top-more a {
  font-size: 13px;
  line-height: 1;
  color: var(--link-color);
  text-decoration: none;
  font-weight: normal;
}

.block-top-more a:hover {
  text-decoration: underline;
}

.block-top-campaign {
  background: #f8e5de;
}

.block-campaign-banner {
  padding: 0 0 80px;
}

.block-campaign-banner ul.block-campaign-banner--list {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}

.block-campaign-banner ul.block-campaign-banner--list > li {
  width: 376px;
  margin: 0 36px 40px 0;
}

.block-campaign-banner ul.block-campaign-banner--list > li:nth-of-type(3n) {
  margin-right: 0;
}

.block-campaign-banner ul.block-campaign-banner--list > li .block-campaign-banner--title {
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 1.7;
}

.block-top-event .block-top-event--goods {
  overflow: hidden;
}

.block-top-topic {
  background: #f5f5f5;
}

.block-topic-details--pager-top {
  text-align: center;
  margin-bottom: 30px;
}

.block-topic-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 15px;
  padding: 0;
  border: 0;
}

.block-topic-header span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}

.block-topic-header span::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-image: url('../../img/usr/common/ico_topic.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.block-top-topic--body {
  margin-bottom: 0;
}

.block-topic-items li {
  border-bottom: 0 none;
  padding: 0;
}

.block-topic-items li + li {
  margin-top: 10px;
}

.block-topic-items dl {
  display: flex;
}

.block-topic-items dt {
  width: 90px;
  min-width: 90px;
  font-size: 12px;
  font-family: var(--en-txt);
}

.block-topic-items dd a {
  color: var(--link-color);
}

.block-top-separate-banner {
  width: 100%;
}

.block-top-separate-banner ul.block-top-separate-banner--list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.block-top-separate-banner ul.block-top-separate-banner--list > li {
  width: 50%;
}

.block-top-separate-banner ul.block-top-separate-banner--list > li img {
  width: 100%;
  vertical-align: top;
}

.block-top-instagram .block-top-title img {
  display: block;
  margin: 0 auto 8px;
}

.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-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-recent-item--items {
  width: 1200px;
  margin: 0 auto;
}

.block-recent-item--header {
  margin: 0 0 30px;
  padding: 75px 0 0;
  border: 0;
  border-top: 1px solid #707070;
  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;
}

.page-top .block-recent-item--header {
  border: 0;
}

.block-recent-item--header 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;
}

.block-recent-item {
  width: 100%;
}

.page-top .block-recent-item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--line-color);
}

.block-recent-item .block-recent-item--empty-message,
.block-recent-item .block-recent-item--history-message {
  text-align: center;
}

.block-recent-item .block-recent-item--keep-history {
  margin-top: 0;
}

.block-recent-item .block-recent-item--keep-history a {
  display: inline-block;
  margin: 0;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  color: #616466;
  background: #fff;
}

.block-recent-item .block-recent-item--keep-history a::before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 7px;
  background-image: url('../../img/usr/common/ico_close_history.png');
  background-repeat: no-repeat;
  background-size: contain;
}

#block_of_itemhistory .block-recent-item--items {
  width: 100%;
}

/* ----パンくずリスト---- */
.block-topic-path {
  padding-top: 12px;
  padding-bottom: 0;
}

.block-topic-path--list li + li::before {
  content: '';
  display: inline-block;
  width: 6px;
  min-width: 6px;
  height: 9px;
  margin-left: 10px;
  margin-right: 10px;
  background-image: url(../../img/usr/common/ico_arrow6x9_gray.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.block-topic-path--list a {
  color: var(--link-color);
  text-decoration: none;
}

.block-topic-path--list li:last-of-type a {
  color: inherit;
}

/* ----カテゴリ画面---- */

.block-category-style-p {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 10px;
  background: #eee;
}

.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 {
  margin: 0 0 25px;
  padding: 0;
  font-size: 28px;
  font-weight: 500;
}

.block-category-list--header-img {
  margin: 0 0 30px;
  padding: 0;
}

.block-category-list--comment {
  margin: 0 0 36px;
  line-height: 1.7;
}

.page-top.top-layout2 .block-top-category {
  background: none;
}

.page-top.top-layout2 .block-category-style-p {
  width: 890px;
}

.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-layout2 .block-category-style-p .block-category-style-p--item:nth-of-type(4n) {
  margin-right: 0;
}

.block-campaign-banner {
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
}

.block-campaign-banner ul.block-campaign-banner--list {
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
  margin: 0;
}

.block-campaign-banner ul.block-campaign-banner--list > li {
  width: 100%;
  height: auto;
  margin: 0;
}

.block-campaign-banner ul.block-campaign-banner--list > li a {
  display: block;
  height: 100%;
}

.block-campaign-banner ul.block-campaign-banner--list > li a figure {
  width: 279px;
  height: 160px;
}

.block-campaign-banner ul.block-campaign-banner--list > li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .3s all;
}

.block-campaign-banner ul.block-campaign-banner--list > li .block-campaign-banner--title {
  margin-top: 10px;
  line-height: 1.5;
}

.swiper-button-prev,
.swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 40px;
  margin: 0;
  font-size: 0;
  background: none;
  z-index: 1;
  background: #EEEEEE;
}

.swiper-button-prev {
  left: 0;
  padding-left: 5px;
}

.swiper-button-next {
  right: 0;
  padding-right: 5px;
}

.block-campaign-banner .swiper-button-prev,
.block-campaign-banner .swiper-button-next {
  top: 57px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

/* 2026.02.25 F1 swiper VerUp
.swiper-button-prev:after,
.swiper-button-next:after {
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 0;
  border-top: 1px solid #000;
  font-size: 0;
  background: none;
  z-index: 1;
  content: "";
}

.swiper-button-prev:after {
  border-left: 1px solid #000;
  transform: rotate(-45deg);
}

.swiper-button-next:after {
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
*/
/* 2026.02.25 F1 swiper VerUp*/
.swiper-button-prev,
.swiper-button-next {
  --swiper-navigation-color: #000;
}
.swiper-button-prev {
  justify-content: start;
}

.swiper-button-next {
  justify-content: end;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 11px!important;
}


.block-top-campaign .border-link-btn a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  display: block;
  width: 21px;
  height: 21px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url('../../img/usr/common/ico_calender_blue.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.block-top-campaign .border-link-btn a:hover::before {
  background-image: url('../../img/usr/common/ico_calender_white.png');
}

.block-top-section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--line-color);
  background: none;
}

.page-top.top-layout2 .block-top-topic {
  background: none;
}

.block-top-categorytree1--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.block-top-categorytree1--list::after {
  content: '';
  display: block;
  width: 278px;
  height: 0;
}

.block-top-categorytree1--list > li {
  width: 278px;
  padding: 17px 20px 30px;
  border: 1px solid #E6E6E6;
}

.block-top-categorytree1--list > li:nth-of-type(n+4) {
  margin-top: 30px;
}

.block-top-categorytree1--list > li .head {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.block-top-categorytree1--list > li .head figure {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 10px;
}

.block-top-categorytree1--list > li .head figure img {
  width:100%;
  height:100%;
  object-fit: cover;
}

.block-top-categorytree1--list > li .head a {
  font-size: 15px;
  line-height: 1.333;
}

.block-top-categorytree2--list > li {
  transition: .3s all;
}

.block-top-categorytree2--list > li + li {
  margin-top: 10px;
}

.block-top-categorytree2--list > li.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}

.block-top-categorytree2--list > li a {
  display: flex;
  font-size: 13px;
}

.block-top-categorytree2--list > li a::before {
  content: '';
  display: inline-block;
  width: 6px;
  min-width: 6px;
  height: 9px;
  margin-top: 6px;
  margin-right: 8px;
  background-image: url(../../img/usr/common/ico_arrow6x9_gray.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.block-top-categorytree .list-btn {
  text-align: center;
  margin-top: 30px;
}

.block-top-categorytree .list-btn.is-btn-hidden{
  display:none;
}

.block-top-categorytree .list-btn button {
  color: var(--link-color);
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
  font-size: 13px;
}

#revico-review-zone .revico-widget {
  font-family: var(--ja-txt);
}

div.revico-star .starability-result {
  background-image: url('https://show.revico.jp/img/star_yellow.png');
}

div.revico-star [data-rating="1.5"],
div.revico-star [data-rating="2.5"],
div.revico-star [data-rating="3.5"],
div.revico-star [data-rating="4.5"] {
  background-image: url('https://show.revico.jp/img/star/star_half_yellow.png');
}

#block_of_top_review .revico-comment-outer-head .revico-logo,
#block_of_top_review .block-recent-item--header,
.revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review="true"] .revico-review-comment-detail--product-name span {
  display: none;
}

#block_of_top_review .revico-multicomment-top .revico-review-comment-row-wrapper {
  width: 231px;
  min-width: 231px;
  height: auto;
  min-height: auto;
  padding-right: 30px;
}

#block_of_top_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail {
  padding-top: 0;
  padding-bottom: 0;
}

#block_of_top_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row {
  width: 100%;
}

#block_of_top_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review="true"] .revico-review-comment-detail--product-name .revico-review-comment-detail--product-name-image {
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
}

/*--- ↓↓↓ 2023.12.08 Pa-man Fujino CLS対策 ↓↓↓ ---*/
/*---
#block_of_top_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review="true"] .revico-review-comment-detail--product-name img {
  width: 100%;
  height: 100%!important;
  object-fit: cover!important;
  transition: .3s all;
}
---*/

#block_of_top_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--product[data-all-product-review="true"] .revico-review-comment-detail--product-name img {
  width: 200px;
  height: 200px!important;
  object-fit: cover!important;
  transition: .3s all;
}
/*--- ↑↑↑ 2023.12.08 Pa-man Fujino CLS対策 ↑↑↑ ---*/

#block_of_top_review .revico-review-comment-row .revico-review-comment-detail--product-name p {
  font-size: 14px;
  margin-top: 0;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
  margin-bottom: 10px;
}

#block_of_top_review .revico-review-comment-row a:hover .revico-review-comment-detail--product-name p {
  text-decoration: underline;
}

#block_of_top_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star {
  display: block;
  margin-bottom: 0;
}

#block_of_top_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star .revico-review-comment-detail--star-rate {
  transform: scale(0.48);
  transform-origin: top left!important;
}

#block_of_top_review .revico-multicomment-top .revico-starability-result {
  background-image: url('https://show.revico.jp/img/star_yellow.png');
}

#block_of_top_review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--comment {
  margin-top: -9px;
  margin-bottom: 0;
  font-size: 13px;
}

#block_of_top_review .revico-review-comment-row .revico-review-comment-detail--comment--content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

#block_of_top_review .revico-multicomment-top .revico-multicomment-inner {
  max-width: 100%;
}

#block_of_top_review .revico-comment-outer-head .revico-next,
#block_of_top_review .revico-comment-outer-head .revico-back {
  top: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 40px;
  margin: 0;
  font-size: 0;
  background: none;
  z-index: 1;
  background: rgba(238,238,238,.9);
  cursor: pointer;
}

#block_of_top_review .revico-comment-outer-head .revico-next {
  padding-right: 5px;
}

#block_of_top_review .revico-comment-outer-head .revico-back {
  padding-left: 5px;
}

#block_of_top_review .revico-comment-outer-head .revico-next::after,
#block_of_top_review .revico-comment-outer-head .revico-back::after {
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 0;
  border-top: 1px solid #000;
  font-size: 0;
  background: none;
  z-index: 1;
  content: "";
}

#block_of_top_review .revico-comment-outer-head .revico-next::after {
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

#block_of_top_review .revico-comment-outer-head .revico-back::after {
  border-left: 1px solid #000;
  transform: rotate(-45deg);
}

#block_of_top_review .revico-comment-outer-head .revico-next img,
#block_of_top_review .revico-comment-outer-head .revico-back img {
  width: 0;
  height: 0;
  opacity: 0;
}

.block-top-benefit-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.block-top-benefit-list li {
  position: relative;
  display: flex;
  align-items: center;
  width: 437px;
  height: 140px;
  padding-left: 31px;
  padding-right: 31px;
  background: #EBF0F7;
  border-radius: 3px;
}

.block-top-benefit-list li:nth-of-type(n+3) {
  margin-top: 20px;
}

.block-top-benefit-list li::after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: attr(data-benefit-num);
  font-size: 22px;
  font-family: var(--en-txt);
  line-height: 1;
  font-weight: 500;
  color: #AAC8F2 ;
}

.block-top-benefit-list li figure {
  width: 70px;
  min-width: 70px;
  margin-right: 30px;
}

.block-top-benefit-list li figure img {
  width: 100%;
}

.block-top-benefit-list li p {
  font-size: 18px;
}

.block-top-benefit-list li p > span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.block-top-benefit-list li p .em {
  font-weight: bold;
}

.block-top-benefit-list li p .em-blue {
  font-size: 23px;
  color: var(--main-color);
}

.block-top-benefit-list li p .note {
  margin-left: 10px;
  font-size: 13px;
}

/* ----ジャンル画面---- */

.block-genre-page--header {
  margin-bottom: 20px;
  padding: 0;
  font-size: 26px;
  font-weight: bold;
}

.block-genre-section {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--line-color)
}

.block-genre-section .title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.block-genre-page-feature {
  margin-top: 30px;
}

.block-genre-page-feature ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.block-genre-page-feature ul::after {
  content: '';
  display: block;
  width: 279px;
  height: 0;
}

.block-genre-page-feature li {
  width: 279px;
}

.block-genre-page-feature li:nth-of-type(n+4) {
  margin-top: 20px;
}

.block-genre-page-feature li img {
  width: 100%;
}

.block-genre-category-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.block-genre-category-list ul::before,
.block-genre-category-list ul::after {
  content: '';
  display: block;
  width: 210px;
  height: 0;
}

.block-genre-category-list ul::before {
  order: 1;
}

.block-genre-category-list ul li {
  width: 210px;
}

.block-genre-category-list ul li:nth-of-type(n+5) {
  margin-top: 18px;
}

.block-genre-category-list ul li a {
  display: block;
  height: 100%;
  padding: 20px;
  border: 1px solid var(--line-color);
}

.block-genre-category-list ul li .head {
  display: flex;
  align-items: center;
}

.block-genre-category-list ul li .head figure {
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 10px;
}

.block-genre-category-list ul li .head figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-genre-category-list ul li .head .name {
  font-weight: 500;
  color: var(--link-color);
}

.block-genre-category-list ul li .comment {
  margin-top: 17px;
  font-size: 13px;
  line-height: 1.6;
  color: inherit;
}

.block-genre-filter-terms-inner .item {
  margin-right: 10px;
  margin-bottom: 10px;
}

.block-genre-filter-terms-inner .item a:hover {
  text-decoration: none;
}

.block-genre-filter-terms-inner .item .image,
.block-genre-filter-terms-inner .item .text {
  display: inline-flex;
  align-items: center;
  height: 39px;
  cursor: pointer;
}

.block-genre-filter-terms-inner .item .image img {
  height: 100%;
}

.block-genre-filter-terms-inner .item .text {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  border: 1px solid var(--line-color);
}

.block-genre-filter-terms-inner .item span::before {
  content: '';
  display: inline-block;
  width: 13px;
  min-width: 13px;
  height: 13px;
  margin-right: 10px;
  background-image: url('../../img/usr/common/ico_close13x13.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.block-genre-style {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 10px;
  background: #eee;
}

.block-genre-style .block-genre-style--item {
  display: flex;
  flex-direction: column;
  width: 200px;
  flex-basis: 200px;
  margin: 0 20px 20px 0;
}

.block-genre-style .block-genre-style--item .block-genre-style--item-name {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.block-genre-style .block-genre-style--item .block-genre-style--item-name a::before {
  content: "＞ ";
}

/* ----ブランド画面---- */

.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-quick-order--price-comment {
  font-size: 12px;
  font-weight: bold;
  color: var(--red-color);
}

.block-quick-order--price {
  font-weight: 500;
  color: #c30;
}

.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 {
	/*■2023.07.23 F1 120→250*/
  width: 250px;
}

.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: 200px;
}

.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-order-flow--step-current {
  background: var(--main-color);
}

.block-order-flow--step-current:after {
  border-left: 25px solid var(--main-color);
}

.block-cart--goods-list-item-calc-btn,
.block-order-estimate h3 a,
.block-order--amazonpay-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 37px;
  font-size: 12px;
  border-radius: 0;
  border: 1px solid var(--line-color);
  color: var(--txt-color);
}

.block-cart--goods-list-item-calc .block-cart--goods-list-item-calc-btn,
.block-order--amazonpay-btn {
  margin-left: auto;
  color: var(--txt-color);
}

.block-order-estimate h3 a,
.block-order--amazonpay-btn {
  border-radius: 3px;
  display: inline-flex;
}

.block-order-estimate h3 .block-order--amazonpay-btn {
  margin-left: 20px;
}

/* ----マイページ---- */

.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: var(--txt-color);
}

.block-favorite--bookmark-list {
  margin: 0 0 24px;
}

.block-additional-authentication--reissue {
  vertical-align: top;
}

/* ----商品一覧---- */

.block-goods-list-section {
  padding-top: 50px;
}

.block-goods-list--items-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  font-size: 13px;
  border-bottom: 1px solid var(--line-color);
}

.block-goods-list--display-style-items,
.block-goods-list--sort-order-items {
  display: none;
}

.block-goods-list--items-wrap .block-goods-list--display-style-items,
.block-goods-list--items-wrap .block-goods-list--sort-order-items {
  display: flex;
  align-items: center;
  margin: 0;
}

.block-goods-list--items-wrap .block-goods-list--display-style-items ul.block-goods-list--display-style-items-list {
  display: flex;
  flex-wrap: wrap;
}

.block-goods-list--items-wrap .block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li a {
  display: flex;
  align-items: center;
  height: 50px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 3px 3px 0 0;
}

.block-goods-list--items-wrap .block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li.active a {
  background: #F2F2F2;
  font-weight: bold;
}

.block-goods-list--items-wrap .block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li a::before {
  content: '';
  display: inline-block;
  width: 20px;
  min-width: 20px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-goods-list--items-wrap .block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li.detail-style a::before {
  height: 14px;
  background-image: url('../../img/usr/common/ico_display_detail.png');
}

.block-goods-list--items-wrap .block-goods-list--display-style-items ul.block-goods-list--display-style-items-list > li.thumbnail-style a::before {
  height: 20px;
  background-image: url('../../img/usr/common/ico_display_thumbnail.png');
}

.block-goods-list--items-wrap .block-goods-list--pager-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.block-goods-list--sort-order-items dt {
  margin-right: 20px;
  font-weight: 400;
}

.block-goods-list--sort-order-items dd .select-wrap {
  position: relative;
}

.block-goods-list--sort-order-items dd .select-wrap::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  content: '';
  display: block;
  width: 14px;
  height: 8px;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../img/usr/common/ico_arrow14x8_gray.png');
}

.block-goods-list--sort-order-items dd select {
  width: 182px;
  height: 39px;
  padding: 10px;
  font-weight: 500;
  appearance: none;
  border: 1px solid var(--line-color);
  border-radius: 3px;
}

ul.block-thumbnail-t {
  display: flex;
  flex-wrap: wrap;
}

.page-top ul.block-thumbnail-t {
  flex-wrap: nowrap;
}

.block-goods-list-section ul.block-thumbnail-t li {
  margin-right: 30px;
}

.block-goods-list-section ul.block-thumbnail-t li:nth-of-type(5n) {
  margin-right: 0;
}

.block-goods-list-section ul.block-thumbnail-t li:nth-of-type(n+6) {
  margin-top: 30px;
}

ul.block-thumbnail-h .revico-star,
ul.block-thumbnail-t .revico-star,
ul.block-ranking-r--items .revico-star {
  margin-top: 12px;
}

ul.block-thumbnail-h .revico-star .revico-star-block,
ul.block-thumbnail-t .revico-star .revico-star-block,
ul.block-ranking-r--items .revico-star .revico-star-block {
  align-items: baseline;
  transform: scale(1);
}

ul.block-thumbnail-h .revico-star .revico-star-block--rate,
ul.block-thumbnail-t .revico-star .revico-star-block--rate,
ul.block-ranking-r--items .revico-star .revico-star-block--rate {
  top: 0;
  transform: scale(1);
  margin-right: 6px;
}

ul.block-thumbnail-h div.revico-star .starability-result,
ul.block-thumbnail-t div.revico-star .starability-result,
ul.block-ranking-r--items div.revico-star .starability-result {
  width: 83px;
  height: 14px;
  background-size: auto 14px;
}

ul.block-thumbnail-h .revico-star-block--rate + .revico-star-block--title,
ul.block-thumbnail-t .revico-star-block--rate + .revico-star-block--title,
ul.block-ranking-r--items .revico-star-block--rate + .revico-star-block--title {
  margin-top: 0;
  margin-left: 0;
  font-size: 12px;
}

ul.block-thumbnail-h .revico-star-block--total,
ul.block-thumbnail-t .revico-star-block--total,
ul.block-ranking-r--items .revico-star-block--total {
  margin: 0;
  font-size: 10px;
}

.block-ranking-r .block-ranking-r--items {
  width: 100%;
  padding-left: 0;
  margin: 0;
}

.block-ranking-r .block-ranking-r--items li {
  width: 155px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  height: 100%;
}

.block-ranking-r .block-ranking-r--items li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.block-ranking-r .block-ranking-r--items li a:hover {
  text-decoration: none;
}

.block-ranking-r .block-ranking-r--items li a::before {
  content: attr(data-rank);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-bottom: 13px;
  background: #EDEDED;
  border-radius: 100%;
  font-family: var(--en-txt);
  font-size: 12px;
  font-weight: 600;
}

.block-ranking-r .block-ranking-r--items li:first-of-type a::before,
.block-ranking-r .block-ranking-r--items li:nth-of-type(2) a::before,
.block-ranking-r .block-ranking-r--items li:nth-of-type(3) a::before {
  content: '';
  display: block;
  width: 40px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 10px;
  border-radius: 0;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
}

.block-ranking-r .block-ranking-r--items li:first-of-type a::before {
  background-image: url('../../img/usr/common/ico_ranking_1.png');
}

.block-ranking-r .block-ranking-r--items li:nth-of-type(2) a::before {
  background-image: url('../../img/usr/common/ico_ranking_2.png');
}

.block-ranking-r .block-ranking-r--items li:nth-of-type(3) a::before {
  background-image: url('../../img/usr/common/ico_ranking_3.png');
}

.block-ranking-r--goods {
  width: 100%;
}

.block-ranking-r .block-ranking-r--items li .block-ranking-r--goods-image {
  position: relative;
  margin-bottom: 10px;
}

.block-ranking-r .block-ranking-r--items li .block-ranking-r--goods-image figure {
  width: 155px;
  height: 155px;
  background: none;
}

.block-ranking-r .block-ranking-r--items li .block-ranking-r--goods-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank {
  top: 8px;
  left: 8px;
  border: 1px solid #111;
  color: #111;
  background: #fff;
}

.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-1,
.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-2,
.block-ranking-r .block-ranking-r--items li dl .block-ranking-r--goods-image .block-ranking-r--rank.block-ranking-r--rank-3 {
  color: #fff;
  background: #111;
}

.block-ranking-r .block-ranking-r--items li .block-ranking-r--goods-image .block-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

.block-ranking-r .block-ranking-r--items li .block-ranking-r--goods-image .block-icon img {
  display: block;
  height: 30px;
}

.block-ranking-r .block-ranking-r--items li a:hover .block-ranking-r--goods-image .block-icon img {
  opacity: 1;
}

.block-ranking-r--items li .block-ranking-r--goods-description {
  margin-top: 0;
}

.block-ranking-r--items li .block-ranking-r--goods-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 12px;
}

.block-ranking-r--items li a:hover .block-ranking-r--goods-name {
  text-decoration: underline;
}

.block-ranking-r--items li .block-icon--auto-on-sales {
  margin-bottom: 5px;
}

.block-ranking-r--items li .block-icon--auto-on-sales img {
  height: 17px;
}

.block-ranking-r--items li a:hover .block-icon--auto-on-sales img {
  opacity: 1;
}

.block-ranking-r--items li .block-ranking-r--bottom {
  margin-top: auto;
}

.block-ranking-r--items li .block-ranking-r--price-items .price,
.block-ranking-r--items li .block-ranking-r--price-items .net-price {
  text-align: left;
}

.block-ranking-r--items li .block-ranking-r--scomment + .block-ranking-r--price-items .price,
.block-ranking-r--items li .block-ranking-r--scomment + .block-ranking-r--price-items .net-price {
  color: var(--red-color);
}

.block-ranking-r--items li .block-ranking-r--scomment + .block-ranking-r--price-items .price::after,
.block-ranking-r--items li .block-ranking-r--scomment + .block-ranking-r--price-items .net-price::after {
  color: var(--txt-color);
}

.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;
}

ul.block-thumbnail-t {
  width: 100%;
  padding-left: 0;
  margin: 0;
}

ul.block-thumbnail-t li {
  width: 155px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  height: auto;
}

ul.block-thumbnail-t li a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

ul.block-thumbnail-t > li a:hover {
  text-decoration: none;
}

.block-thumbnail-t--goods {
  width: 100%;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-image {
  position: relative;
  margin-bottom: 10px;
}

ul.block-thumbnail-t li dl .block-thumbnail-t--goods-image figure {
  width: 155px;
  height: 155px;
  background: none;
}

/*--- ↓↓↓ 2023.12.08 Pa-man Fujino CLS対策 ↓↓↓ ---*/
/*---
ul.block-thumbnail-t > li .block-thumbnail-t--goods-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
---*/

ul.block-thumbnail-t > li .block-thumbnail-t--goods-image figure img {
  width: 155px;
  height: 155px;
  object-fit: cover;
}
/*--- ↑↑↑ 2023.12.08 Pa-man Fujino CLS対策 ↑↑↑ ---*/

ul.block-thumbnail-t > li .block-thumbnail-t--goods-image .block-icon {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}

ul.block-thumbnail-t > li .block-thumbnail-t--goods-image .block-icon img {
  display: block;
  height: 30px;
}

ul.block-thumbnail-t > li a:hover .block-thumbnail-t--goods-image .block-icon img {
  opacity: 1;
}

ul.block-thumbnail-t > li .block-thumbnail-t--goods-description {
  margin-top: 0;
}

ul.block-thumbnail-t > li .block-thumbnail-t--goods-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 12px;
}

ul.block-thumbnail-t > li a:hover .block-thumbnail-t--goods-name {
  text-decoration: underline;
}

.block-thumbnail-t--goods-code {
  margin-bottom: 10px;
  font-size: 12px;
}

.page-top .block-thumbnail-t--goods-code {
  display: none;
}

ul.block-thumbnail-t > li .block-icon--auto-on-sales {
  margin-bottom: 5px;
}

ul.block-thumbnail-t > li .block-icon--auto-on-sales img {
  height: 17px;
}

ul.block-thumbnail-t > li a:hover .block-icon--auto-on-sales img {
  opacity: 1;
}

ul.block-thumbnail-t > li .block-thumbnail-t--bottom {
  margin-top: auto;
}

ul.block-thumbnail-t > li .block-thumbnail-t--price-items .price,
ul.block-thumbnail-t > li .block-thumbnail-t--price-items .net-price {
  text-align: left;
}

ul.block-thumbnail-t > li .block-thumbnail-t--scomment + .block-thumbnail-t--price-items .price,
ul.block-thumbnail-t > li .block-thumbnail-t--scomment + .block-thumbnail-t--price-items .net-price {
  color: var(--red-color);
}

ul.block-thumbnail-t > li .block-thumbnail-t--scomment + .block-thumbnail-t--price-items .price::after,
ul.block-thumbnail-t > li .block-thumbnail-t--scomment + .block-thumbnail-t--price-items .net-price::after {
  color: var(--txt-color);
}

.block-goodschange-list ul.block-thumbnail-t li dl,
.block-goodschange-list ul.block-thumbnail-t li dl:nth-of-type(4n),
.block-goodsadd-list ul.block-thumbnail-t li dl,
.block-goodsadd-list ul.block-thumbnail-t li dl:nth-of-type(4n) {
  width: 200px;
  margin: 0 50px 20px 0;
}

.block-goodschange-list ul.block-thumbnail-t li dl:nth-of-type(5n),
.block-goodsadd-list ul.block-thumbnail-t li dl:nth-of-type(5n) {
  margin-right: 0;
}

.block-mypage .block-accessory-list--list ul.block-thumbnail-t li dl,
.block-cart .block-accessory-list--list ul.block-thumbnail-t li dl {
  margin: 0 50px 20px 0;
}

.block-mypage .block-accessory-list--list ul.block-thumbnail-t li dl:nth-of-type(5n),
.block-cart .block-accessory-list--list ul.block-thumbnail-t li dl:nth-of-type(5n) {
  margin-right: 0;
}

ul.block-thumbnail-t .price,
ul.block-thumbnail-t .net-price,
ul.block-thumbnail-t .default-price,
ul.block-thumbnail-t .exchange-price,
ul.block-thumbnail-t .block-exchange-price--rate-dt {
  text-align: left;
}

.block-pickup-list-p li {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.block-pickup-list-p li .block-pickup-list-p--item-body {
  display: block;
  width: 200px;
  margin: 0 40px 20px 0;
}

.block-pickup-list-p li .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: static;
  width: 200px;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--image figure {
  width: 200px;
  height: 200px;
  background: none;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description {
  width: 100%;
  padding: 0;
  margin: 16px 0 0;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-icon {
  display: none;
}

.block-pickup-list-p li .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 li .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 li .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 li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .price,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .net-price,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .default-price,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .exchange-price,
.block-pickup-list-p li .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 li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-infos .price {
  color: var(--txt-color);
}

.block-pickup-list-p li .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 li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--comment,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--add-cart {
  display: none;
}

.block-pickup-list-w li {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.block-pickup-list-w li .block-pickup-list-w--item-body {
  display: block;
  width: 200px;
  margin: 0 40px 20px 0;
}

.block-pickup-list-w li .block-pickup-list-w--item-body:nth-of-type(4n) {
  margin-right: 0;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--image {
  position: static;
  width: 200px;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--image figure {
  width: 200px;
  height: 200px;
  background: none;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description {
  width: 100%;
  padding: 0;
  margin: 16px 0 0;
}

.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-icon {
  display: none;
}

.block-pickup-list-w li .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 li .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 li .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 li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .price,
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .net-price,
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .default-price,
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .exchange-price,
.block-pickup-list-w li .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 li .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 li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--price-infos .price {
  color: var(--txt-color);
}

.block-pickup-list-w li .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 li .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 li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--comment,
.block-pickup-list-w li .block-pickup-list-w--item-body .block-pickup-list-w--item-description .block-pickup-list-w--add-cart {
  display: none;
}

.block-goods-list-d li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line-color);
}

.block-goods-list-d li:first-of-type {
  padding-top: 0;
}

.block-goods-list-d--item-body {
  justify-content: space-between;
  width: 100%;
}

.block-goods-list-d--image {
  width: 176px;
}

.block-goods-list-d--image a {
  position: relative;
}

.block-goods-list-d--image figure {
  width: 176px;
  height: 176px;
  background: none;
}

.block-goods-list-d--image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.block-goods-list-d--image .block-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.block-goods-list-d--image .block-icon img {
  height: 30px;
}

.block-goods-list-d--contents {
  width: 700px;
}

.block-goods-list-d--goods-name a {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--link-color);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.block-goods-list-d--item-description {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.block-goods-list-d--item-description-left {
  width: 437px;
}

.block-goods-list-d--item-description-left .block-icon {
  margin-bottom: 11px;
}

.block-goods-list-d--item-description-left .block-icon > span {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 3px;
}

.block-goods-list-d--item-description-left .block-icon > span:nth-of-type(4n) {
  margin-right: 0;
}

.block-goods-list-d--item-description-left .block-icon img {
  height: 25px;
}

.block-goods-list-d--item-description-inner {
  display: flex;
  align-items: center;
}

.block-goods-list-d--item-description-inner .revico-star .revico-star-block {
  margin-top: -6px;
}

.block-goods-list-d--item-description-inner .revico-star-block--total {
  margin-right: 0;
}

.block-goods-list-d--goods-code {
  margin-top: -6px;
  color: var(--sub-color);
  font-size: 12px;
}

.block-goods-list-d--goods-code span {
  font-family: var(--en-color);
}

.block-goods-list-d--goods-comment {
  font-size: 12px;
  line-height: 1.6;
}

.block-goods-list-d--goods-comment + .more {
  display: block;
  margin-top: -19.2px;
  appearance: none;
  border: 0;
  padding: 0;
  background: #fff;
  color: var(--link-color);
  font-size: 12px;
  position: relative;
  margin-left: auto;
  cursor: pointer;
}

.block-goods-list-d--item-details {
  flex-direction: column;
  width: 246px;
  margin-top: 0;
}

.block-goods-list-d--item-details .block-icon--auto-on-sales {
  margin-bottom: 5px;
}

.block-goods-list-d--item-details .block-icon--auto-on-sales img {
  height: 20px;
}

.block-goods-list-d--item-details .block-goods-list-d--price-infos {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}

.block-goods-list-d--item-details .block-goods-list-d--price-infos .block-goods-list-d--scomment {
  font-size: 11px;
  font-weight: bold;
  color: var(--red-color);
}

.block-goods-list-d--item-details .block-goods-list-d--price-infos .price {
  color: var(--txt-color);
}

.block-goods-list-d--item-details .block-icon--auto-on-sales ~ .block-goods-list-d--price-infos .net-price,
.block-goods-list-d--item-details .block-icon--auto-on-sales ~ .block-goods-list-d--price-infos .price {
  color: var(--red-color);
}

.block-goods-list-d--item-details .block-icon--auto-on-sales ~ .block-goods-list-d--price-infos .net-price::after,
.block-goods-list-d--item-details .block-icon--auto-on-sales ~ .block-goods-list-d--price-infos .price::after {
  color: var(--txt-color);
}

.block-goods-list-d--item-details .block-goods-list-d--price-infos .net-price {
  text-align: left;
  font-size: 13px;
  margin-right: 7px;
}

.block-goods-list-d--item-details .block-goods-list-d--price-infos .price {
  font-size: 11px;
}

.block-goods-list-d--item-details .block-goods-list-d--price-infos .net-price span {
  font-family: var(--en-txt);
  font-size: 20px;
  font-weight: 700;
}

.block-goods-list-d--item-details .block-goods-list-d--price-infos .price span {
  font-size: 16px;
}

.block-goods-list-d--item-details .block-goods-list-d--price-title {
  display: none;
}

.block-goods-list-d--item-details-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.block-goods-list-d--qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 139px;
  font-size: 13px;
}

.block-goods-list-d--qty input[name="qty"] {
  width: 80px;
  height: 39px;
  border: 1px solid var(--line-color);
}

.block-goods-list-d--stock {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 39px;
  background: #FFF3E6;
  border-radius: 4px;
  color: #FC7733;
  font-weight: 600;
  font-size: 12px;
}

.block-goods-list-d--shipping-date {
  margin-bottom: 10px;
  font-size: 13px;
  text-align: center;
}

.block-goods-list-d--no-stock,
.block-goods-list-d--add-cart {
  width: 246px;
  margin-left: auto;
  margin-right: auto;
  flex-basis: auto;
}

.block-goods-list-d--item-details .cart-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 246px;
  height: 50px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  border: 0;
}

.block-goods-list-d--item-details .cart-btn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  margin-top: auto;
  margin-bottom: auto;
  background-size: contain;
  background-repeat: no-repeat;
}

.block-goods-list-d--add-cart .block-list-add-cart-btn {
  background: var(--main-color);
} 

.block-goods-list-d--add-cart .block-list-add-cart-btn::before {
  width: 22px;
  height: 17px;
  background-image: url('../../img/usr/common/good_cart_btn_s.png');
}

.block-goods-list-d--no-stock .block-goods-list-d--no-stock--message {
  background: rgba(38,38,38, .4);
} 

.block-goods-list-d--add-cart .block-list-custom-order-btn {
  width: 200px;
  padding: 12px 0;
  border-radius: 0;
  line-height: 20px;
  font-size: 13px;
}

.block-goods-list-d--estimated-arrival-date {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}

ul.block-thumbnail-h {
  width: 100%;
  flex-wrap: nowrap;
  margin: 0;
}

ul.block-thumbnail-h > li {
  width: 155px;
  margin-left: 0;
  margin-right: 0;
  height: auto;
}

ul.block-thumbnail-h > li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

ul.block-thumbnail-h > li a:hover {
  text-decoration: none;
}

ul.block-thumbnail-h > li .block-thumbnail-h--goods-image {
  position: relative;
  margin-bottom: 10px;
}

ul.block-thumbnail-h > li .block-thumbnail-h--goods-image figure {
  width: 155px;
  height: 155px;
  background: none;
}

/*--- ↓↓↓ 2023.12.08 Pa-man Fujino CLS対策 ↓↓↓ ---*/
/*---
ul.block-thumbnail-h > li .block-thumbnail-h--goods-image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
---*/

ul.block-thumbnail-h > li .block-thumbnail-h--goods-image figure img {
  width: 155px;
  height: 155px;
  object-fit: cover;
}

/*--- ↑↑↑ 2023.12.08 Pa-man Fujino CLS対策 ↑↑↑ ---*/

ul.block-thumbnail-h > li .block-thumbnail-h--goods-image .block-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

ul.block-thumbnail-h > li .block-thumbnail-h--goods-image .block-icon img {
  display: block;
  height: 30px;
}

ul.block-thumbnail-h > li a:hover .block-thumbnail-h--goods-image .block-icon img {
  opacity: 1;
}

ul.block-thumbnail-h > li .block-thumbnail-h--goods-description {
  margin-top: 0;
}

ul.block-thumbnail-h > li .block-thumbnail-h--goods-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 12px;
}

ul.block-thumbnail-h > li a:hover .block-thumbnail-h--goods-name {
  text-decoration: underline;
}

ul.block-thumbnail-h > li .block-icon--auto-on-sales {
  margin-bottom: 5px;
}

ul.block-thumbnail-h > li .block-icon--auto-on-sales img {
  height: 17px;
}

ul.block-thumbnail-h > li a:hover .block-icon--auto-on-sales img {
  opacity: 1;
}

ul.block-thumbnail-h > li .block-thumbnail-h--price-items .price,
ul.block-thumbnail-h > li .block-thumbnail-h--price-items .net-price {
  text-align: left;
}

ul.block-thumbnail-h > li .block-thumbnail-h--bottom {
  margin-top: auto;
}

ul.block-thumbnail-h > li .block-thumbnail-h--scomment + .block-thumbnail-h--price-items .price,
ul.block-thumbnail-h > li .block-thumbnail-h--scomment + .block-thumbnail-h--price-items .net-price {
  color: var(--red-color);
}

ul.block-thumbnail-h > li .block-thumbnail-h--scomment + .block-thumbnail-h--price-items .price::after,
ul.block-thumbnail-h > li .block-thumbnail-h--scomment + .block-thumbnail-h--price-items .net-price::after {
  color: var(--txt-color);
}

.pane-goods-right-side ul.block-thumbnail-h {
  justify-content: flex-start;
}

.pane-goods-right-side ul.block-thumbnail-h > li {
  margin-right: 13px;
}
.pane-goods-right-side ul.block-thumbnail-h > li:nth-of-type(4n) {
  margin-right: 0;
}

.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: var(--txt-color);
}

.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-pickup-list-p li .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 li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .price,
.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--item-description .block-pickup-list-p--price-items .net-price {
  text-align: left;
  color: var(--txt-color);
}

.block-pickup-list-p li .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 li .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: var(--txt-color);
}

.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 li .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--items .block-cart-i--goods .block-cart-i--scomment {
  font-size: 11px;
  font-weight: bold;
  color: var(--red-color);
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .price,
.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .net-price {
  text-align: left;
  color: var(--txt-color);
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--price-items .default-price {
  text-align: left;
  font-size: 11px;
  font-weight: normal;
}

.block-cart-i--items .block-cart-i--goods .block-cart-i--scomment + .block-cart-i--price-items .price {
  color: var(--red-color);
}

.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: var(--txt-color);
}

.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: var(--txt-color);
}

.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-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos {
  text-align: left;
}

.block-check-list-a--items .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--items .block-check-list-a--item-body .block-check-list-a--price-infos .price,
.block-check-list-a--items .block-check-list-a--item-body .block-check-list-a--price-infos .net-price {
  text-align: left;
  color: var(--txt-color);
}

.block-check-list-a--items .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--items .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--items .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-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 li .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: var(--txt-color);
}

.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-pagecategory-page-list--frame {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page {
  width: calc(25% - 9px);
  margin: 0 12px 15px 0;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page:nth-of-type(4n) {
  margin-right: 0;
}

/* ----商品詳細画面---- */

.pane-goods-left-side {
  display: flex;
}

.pane-goods-left-side .block-src-l {
  width: 300px;
  margin-left: auto;
  order: 20;
}

.block-goods-detail--color-variation-goods-image .block-goods-detail--color-variation-goods-thumbnail-form {
  order: 10;
}

.block-goods-detail--color-variation-goods-image .bx-wrapper {
  width: 520px;
  margin-left: auto;
  order: 20;
}

.block-goods-detail--color-variation-goods-image .bx-wrapper .bx-viewport {
  width: 100%;
}

.block-goods-detail--color-variation-goods-image .bx-wrapper .bx-viewport .js-goods-detail-goods-slider {
  width: 100%;
}

.block-goods-detail--color-variation-goods-image .bx-wrapper .bx-viewport .js-goods-detail-goods-slider .block-goods-detail-line-item {
  width: 100%;
}

.block-goods-detail--color-variation-goods-image .bx-wrapper .bx-viewport .js-goods-detail-goods-slider .block-goods-detail-line-item img {
  vertical-align: top;
}

.pane-goods-left-side .block-goods-gallery {
  order: 10;
}

.pane-goods-left-side .block-goods-gallery li {
  display: block;
  width: 100%;
  margin-right: 12px;
}

.pane-goods-left-side .block-goods-gallery li:nth-of-type(n+5) {
  margin-right: 0;
}

.pane-goods-left-side .block-goods-gallery li figure {
  width: 50px;
  height: 50px;
}

.pane-goods-left-side .block-goods-gallery li .block-goods-detail--color-variation-goods-color-name {
  display: none;
}

#gallery {
  max-width: 300px;
}

.block-goods-detail--mv-wrap {
  position: relative;
  margin-bottom: 15px;
}

.block-goods-detail--mv-wrap::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../img/usr/common/ico_zoom.png');
}

.block-goods-detail--mv figure {
  width: 100%;
  height: 300px;
}

.block-goods-detail--mv figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-goods-detail--mv-wrap .block-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.block-goods-detail--mv-wrap .block-icon span {
  margin-left: 0;
}

.block-goods-detail--mv-wrap .block-icon span img {
  height: 50px;
}

.block-goods-detail--mv-wrap .block-icon--auto-new {
  position: absolute;
  top: 0;
  right: 0;
}

.block-goods-detail--mv-wrap .block-icon--auto-new img {
  height: 50px;
}

.block-goods-detail--tn {
  margin-bottom: 20px;
}

.block-goods-detail--tn ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.block-goods-detail--tn li {
  width: 50px;
  height: 50px;
  margin-right: 12px;
  cursor: pointer;
}

.block-goods-detail--tn li:nth-of-type(5n) {
  margin-right: 0;
}

.block-goods-detail--tn li:nth-of-type(n+6) {
  margin-top: 12px;
}

.block-goods-detail--tn li figure {
  width: 100%;
  height: 100%;
}

/*--- ↓↓↓ 2023.12.08 Pa-man Fujino CLS対策 ↓↓↓ ---*/
/*---
.block-goods-detail--tn li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 50px;
  transition: all .6s ease;
}
---*/

.block-goods-detail--tn li figure img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  max-height: 50px;
  transition: all .6s ease;
}
/*--- ↑↑↑ 2023.12.08 Pa-man Fujino CLS対策 ↑↑↑ ---*/

.block-goods-detail--tn .view {
  position: relative;
}

#goods_image_comment {
  margin-bottom: 40px;
  font-size: 12px;
}

.block-icon {
  font-size: 0;
}

.block-icon > span {
  margin-right: 8px;
}

.block-icon > span:last-of-type {
  margin-right: 0;
}

.block-icon img {
  display: inline;
  width: auto;
  height: 20px;
}

.pane-goods-right-side > form > .block-icon {
  margin-bottom: 6px;
}

.pane-goods-right-side > form > .block-icon span {
  margin-left: 0;
  margin-right: 4px;
  margin-bottom: 4px;
}

.pane-goods-right-side > form > .block-icon img {
  height: 25px;
}

.page-goods .block-goods-name h1 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 26px;
  font-weight: bold;
}

.pane-goods-right-side .revico-star {
  margin-bottom: 20px;
}

.pane-goods-right-side .revico-star .revico-star-block--rate {
  top: 0;
  transform: scale(1.0);
}

.pane-goods-right-side .revico-star .starability-result {
  width: 91px;
  height: 15px;
  background-size: auto 15px;
  background-repeat: no-repeat;
}

.pane-goods-right-side .revico-star-block--title {
  margin-left: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-family: var(--en-txt);
}

.pane-goods-right-side .revico-star-block--total {
  font-size: 10px;
  font-family: var(--en-txt);
}

.block-goods-comment {
  margin: 0 0 12px;
  font-size: 14px;
}

.block-goods-price {
  border-top: 1px dashed #707070;
}

.pane-goods-right-side .block-goods-price {
  margin-top: 0;
  margin-bottom: 30px;
  border-top: 0;
}

.block-goods-price .block-goods-price--on-sales-comment {
  margin-bottom: 10px;
  font-size: 12px;
}

.pane-goods-right-side .block-icon--auto-on-sales {
  margin-bottom: 5px;
}

.pane-goods-right-side .block-icon--auto-on-sales img {
  height: 20px;
  vertical-align: bottom;
}

.block-goods-price-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.block-goods-price-item + .block-goods-price-item {
  margin-top: 15px;
}

.block-goods-price--price {
  font-size: 24px;
  font-weight: 500;
  color: #111;
}

.block-goods-price .net-price,
.block-goods-price .default-net-price,
.block-goods-price .price,
.block-goods-price .default-price {
  font-family: var(--en-txt);
  text-decoration: none;
}

.block-goods-price .net-price,
.block-goods-price .default-net-price {
  min-width: 193px;
  margin-right: 7px;
  font-size: 16px;
}

.block-goods-price .price,
.block-goods-price .default-price {
  font-size: 14px;
}

.block-goods-price .net-price span,
.block-goods-price .default-net-price span {
  font-size: 30px;
  font-weight: 600;
}

.block-goods-price .net-price span {
  color: var(--red-color);
}

.block-goods-price .price span,
.block-goods-price .default-price span {
  font-size: 20px;
  font-weight: 500;
}

.block-goods-price .default-net-price span,
.block-goods-price .default-price span {
  text-decoration: line-through;
}

.pane-goods-right-side .block-icon--auto-on-sales + .block-goods-price-item .net-price span,
.pane-goods-right-side .block-icon--auto-on-sales + .block-goods-price-item .price span {
  color: var(--red-color);
}

.block-goods-price .net-price::after,
.block-goods-price .default-net-price::after {
  font-size: 16px;
}

.block-goods-price .price::after,
.block-goods-price .default-price::after {
  font-size: 14px;
}

.block-goods-price .default-net-price::after,
.block-goods-price .default-price::after {
  text-decoration: line-through;
}

.default-net-price::after {
  content: "（税別）";
  font-family: var(--ja-txt);
  font-weight: 400;
}

.block-goods-point {
  display: flex;
  width: 100%;
  min-width: 100%;
  margin-top: 5px;
}

.block-goods-point.goods-detail-description dt {
  width: auto;
  min-width: auto;
  max-width: none;
  padding-right: 0;
}

.pane-goods-right-side .block-icon--auto-on-sales + .block-goods-price-item .block-goods-point.goods-detail-description dd {
  color: var(--red-color);
}

.pane-goods-right-side .block-icon--auto-on-sales + .block-goods-price-item + .block-goods-price-item .block-goods-point {
  text-decoration: line-through;
}

.block-goods-price .block-goods-price--on-sales-comment + .block-goods-price--price {
  color: var(--red-color);
}

.block-goods-price .block-goods-price--on-sales-comment + .block-goods-price--price + .block-goods-price--default-price {
  font-size: 14px;
  font-weight: normal;
  color: var(--txt-color);
}

.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-icon--buying-lot {
  margin-bottom: 10px;
}

.block-icon--buying-lot img {
  height: 32px;
}

.block-goods-detail-lot {
  margin-bottom: 20px;
}

.block-goods-detail-lot-row {
  display: flex;
  justify-content: space-between;
}

.block-goods-detail-lot-row + .block-goods-detail-lot-row {
  margin-top: 10px;
}

.block-goods-detail-lot-left span {
  color: var(--main-color);
  font-family: var(--en-txt);
  font-size: 16px;
  font-weight: bold;
}

.block-goods-detail-lot-right {
  display: flex;
  align-items: flex-end;
}

.block-goods-detail-lot-right span {
  color: var(--main-color);
  font-family: var(--en-txt);
  font-size: 16px;
}

.block-goods-detail-lot-right .net-price {
  margin-right: 7px;
}

.block-goods-detail-lot-right .net-price span {
  font-size: 18px;
  font-weight: 500;
}

.block-goods-detail-qty {
  display: flex;
  justify-content: space-between;
  margin-bottom: 29px;
}

.block-goods-detail-qty-left {
  width: 280px;
}

.block-goods-detail-qty-left.print-name-item {
  width: 100%;
}

.block-goods-stock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5px;
}

.block-goods-detail-qty-left.print-name-item .block-goods-stock {
  justify-content: flex-start;
}

.block-goods-detail-qty-left.print-name-item .block-goods-stock > * {
  margin-right: 5px;
}

.block-goods-stock #spec_stock_msg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #FC7733;
  font-size: 12px;
  color: #FC7733;
}

.block-goods-detail-qty-left .block-goods-stock > span img {
  height: 32px;
}

.block-goods-detail-qty-left .block-icon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.block-goods-detail-qty-left.print-name-item .block-icon {
  justify-content: flex-start;
}

.block-goods-detail-qty-left .block-icon::after {
  content: '';
  display: block;
  width: 90px;
  height: 0;
}

.block-goods-detail-qty-left.print-name-item .block-icon::after {
  content: none;
}

.block-goods-detail-qty-left .block-icon span {
  width: 90px;
  margin-right: 0;
  margin-left: 0;
}

.block-goods-detail-qty-left.print-name-item .block-icon span {
  margin-right: 5px;
}

.block-goods-detail-qty-left .block-icon span img {
  height: auto;
  max-height: 32px;
}

.block-goods-detail--qty {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 179px;
}

.block-goods-detail--qty .qty-left {
  display: flex;
  flex-direction: column;
  text-align: right;
  margin-right: 15px;
}

.block-goods-detail--qty .qty-left .title {
  margin-bottom: 4px;
  font-size: 16px;
}

.block-goods-detail--qty .qty-left .qty-unit {
  font-size: 13px;
}

.block-goods-detail--qty input {
  width: 90px;
  height: 69px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.block-goods-detail--qty input::-webkit-inner-spin-button,
.block-goods-detail--qty input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}

.block-goods-detail--date {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.block-goods-detail--date.print-name-item {
  justify-content: flex-start;
  margin-bottom: 20px;
}

.block-goods-detail--estimated-arrival-date {
  margin-left: 1em;
}

.block-goods-detail-select-item-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.block-goods-detail-select-item {
  position: relative;
}

.block-goods-detail-select-item::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  display: inline-block;
  content: "";
  width: 14px;
  height: 8px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(../../img/usr/common/ico_arrow14x8_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  transition: all .3s;
  pointer-events:none; /*2023.12.11 ADD F1*/
}

.block-goods-detail-select-item select {
  width: 330px;
  height: 60px;
  border: 1px solid var(--link-color);
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  appearance: none;
  text-align: center;
}

.block-goods-detail-select-item-wrap .block-goods-detail--qty {
  width: 137px;
}

.block-goods-detail-select-item-wrap .block-goods-detail--qty input {
  height: 60px;
}

.pane-goods-left-side .goods-detail-description {
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid var(--line-color);
}

.pane-goods-left-side .goods-detail-description:last-of-type {
  border-bottom: 1px solid var(--line-color);
}

.goods-detail-description dt {
  display: block;
  width: 80px;
  max-width: 80px;
  padding-right: 17px;
  font-weight: normal;
}

.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: 52px;
  max-height: 52px;
}

.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-top: 24px;
}

.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: 60px;
  max-height: 60px;
}

.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: 64px;
  font-size: 17px;
}

.block-variation-add-cart--btn::before {
  display: inline-block;
  width: 21px;
  height: 23px;
  margin-right: 14px;
  vertical-align: top;
  background: url(../../img/usr/common/goods_cart_btn.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,
.block-variation-outside-sales-period--message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  border: 0;
  padding: 4px 10px;
  font-size: 17px;
  color: #808080;
  background: #f5f5f5;
}

.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 15px;
}

.block-add-cart--btn,
.block-arrival-notice--btn,
.block-no-stock--message,
.block-outside-sales-period--message {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
  border: 0;
}

.block-add-cart--btn {
  background: var(--main-color);
  color: #fff;
}

.block-arrival-notice .block-arrival-notice--btn {
  color: var(--link-color);
  border: 1px solid #CCCCCC;
  background: #fff;
  color: var(--link-color);
}

.block-no-stock .block-no-stock--message,
.block-outside-sales-period--message.end-sales {
  background: #A7A7A7;
  color: #fff;
}

.block-outside-sales-period--message.before-sales {
  background: #FEDADB;
  color: #D9504E;
}

.block-add-cart--btn::before,
.block-arrival-notice .block-arrival-notice--btn::before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-add-cart--btn::before {
  width: 31px;
  height: 24px;
  background-image: url(../../img/usr/common/goods_cart_btn.png);
}

.block-arrival-notice .block-arrival-notice--btn::before {
  width: 25px;
  height: 24px;
  background-image: url(../../img/usr/common/arrival-notice_btn.png);
}

.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%;
  height: 60px;
  margin-top: 0;
  margin-bottom: 10px;
  border: 1px solid var(--link-color);
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  color: inherit;
}

.block-goods-favorite--btn::before {
  display: inline-block;
  width: 24px;
  height: 21px;
  margin-right: 15px;
  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%;
  height: 60px;
  margin-top: 0;
  margin-bottom: 10px;
  border: 1px solid var(--link-color);
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  color: inherit;
}

.block-goods-favorite-registed--btn::before {
  display: inline-block;
  width: 24px;
  height: 21px;
  margin-right: 15px;
  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: var(--txt-color);
  background: none;
}

.block-goods-store-stock--btn {
  display: inline;
  width: auto;
  padding: 0;
  border: 0;
  text-decoration: underline;
  text-align: left;
  font-size: 14px;
  color: var(--txt-color);
  background: none;
}

.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 ul.block-thumbnail-t li dl {
  width: 150px;
  margin: 0 15px 15px 0;
}

.pane-goods-right-side .block-accessory-list .block-accessory-list--list ul.block-thumbnail-t li dl:nth-of-type(3n) {
  margin-right: 0;
}

.pane-goods-right-side .block-accessory-list .block-accessory-list--list ul.block-thumbnail-t li dl .block-thumbnail-t--goods-image figure {
  width: 150px;
  height: 150px;
}

.block-goods-comment6 iframe {
  width: 100%;
  margin-bottom: 20px;
}

.block-goods-detail-print-name-comment {
  background: #F5F5F5;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 20px;
}

.block-goods-detail-print-name-comment .title {
  margin-bottom: 10px;
  color: var(--main-color);
  font-weight: bold;
  text-align: center;
}

.block-goods-detail-print-name-comment .text {
  font-size: 13px;
  line-height: 1.7;
}

.block-goods-detail-print-name-comment .text a {
  color: var(--link-color);
  text-decoration: underline;
}

.block-goods-comment1 {
  margin-bottom: 20px;
}

.block-goods-spec-link {
  margin-bottom: 30px;
  text-align: center;
}

.block-goods-spec-link a {
  display: inline-flex;
  align-items: center;
  color: var(--link-color);
  text-decoration: underline;
}

.block-goods-spec-link a::before {
  content: '';
  display: block;
  width: 10px;
  height: 6px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../img/usr/common/ico_arrow10x6_blue.png');
}

.block-goods-detail-url-copy {
  position: relative;
  margin-bottom: 20px;
}

.block-goods-detail-url-copy.copied::before {
  content: 'コピーしました';
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: var(--main-color);
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}

.block-goods-comment13 #url_copy {
  appearance: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 41px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: 1px solid var(--line-color);
  font-size: 12px;
  background: #fff;
  cursor: pointer;
}

.block-goods-comment13 #url_copy::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 21px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../../img/usr/common/ico_url_copy.png');
}

.block-goods-comment13 .block-goods-sns {
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-goods-comment13 .block-goods-sns li + li {
  margin-left: 22px;
}

.block-goods-comment13 .block-goods-sns li img {
  width: 22px;
}

.goods-detail-section {
  margin-bottom: 60px;
  padding-top: 30px;
  border-top: 1px solid var(--line-color);
}

.goods-detail-title {
  margin-bottom: 30px;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: var(--main-color);
  border-bottom: 0;
}

.block-goods-detail-variation .description {
  margin-bottom: 30px;
}

.block-variation-table {
  width: 1200px;
  margin-left: -155px;
  margin-right: -155px;
  overflow-x: auto;
}

.block-goods-detail-variation #variation_table {
  table-layout: fixed;
  border-collapse: collapse;
}

.block-goods-detail-variation #variation_table th {
  width: 110px;
  min-width: 110px;
  position: relative;
  padding-top: 21px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  background: #F5F5F5;
  border: 1px solid var(--line-color);
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  background-clip: padding-box;
}

.block-goods-detail-variation #variation_table th.variation-goods-name {
  width: 179px;
  min-width: 179px;
  padding-right: 10px;
}

.block-goods-detail-variation #variation_table th.variation-goods-code {
  width: 140px;
  min-width: 140px;
  padding-right: 10px;
}

.block-goods-detail-variation #variation_table th.variation-goods-price {
  width: 185px;
  min-width: 185px;
  padding-right: 10px;
}

.block-goods-detail-variation #variation_table th.variation-goods-cart {
  width: 281px;
  min-width: 281px;
  padding-right: 10px;
}

.block-goods-detail-variation #variation_table th > span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-goods-detail-variation .tfArea {
  display: flex;
  align-items: center;
  width: 12px;
  min-width: 12px;
  margin-left: 10px;
}

.block-goods-detail-variation .tfAreaInner {
  position   : relative;
  display: flex;
  align-items: center;
}

.block-goods-detail-variation .tfImg {
  width: 12px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../img/usr/common/ico_goods_variation_filter.png');
  appearance: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

.block-goods-detail-variation .tfList {
  display    : inline-block;
  position   : absolute;
  max-width  : 250px;
  min-width  : 210px;
  background : #fff;
  border     : 1px solid #777;
  top        : 24px;
  left       : 0;
  line-height: 1.1;
  font-weight: normal;
  z-index: 1;
}

.block-goods-detail-variation .tfList form {
  max-height : 150px;
  overflow   : scroll;
  overflow   : overflow-y;
  overflow   : auto;
}

.block-goods-detail-variation .tfMeisai {
  text-align : left;
  padding    : 2px;
}

.block-goods-detail-variation .tfMeisai label {
  padding    : 0 10px 0 3px;
}

.block-goods-detail-variation .tfBtnArea {
  text-align : center;
  font-size  : 8pt;
  padding    : 3px 5px;
}

.block-goods-detail-variation .tfBtnArea input {
  display    : inline-block;
  margin     : 0 5px;
  cursor: pointer;
}

.block-goods-detail-variation .tfInStr {
  display: none;
}

.block-goods-detail-variation #variation_table tr[cmanFilterNone] {
  display    : none;
}

.block-goods-detail-variation #variation_table td {
  padding: 11px 15px;
  border: 1px solid var(--line-color);
  text-align: center;
  font-size: 13px;
}

.block-goods-detail-variation #variation_table tr[cmanFilterNone] + tr td {
  border-top : 3px double var(--line-color);
}

.block-goods-detail-variation #variation_table td .code-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--link-color);
  text-decoration: underline;
}

.block-goods-detail-variation #variation_table td .code-link::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../img/usr/common/ico_link.png');
}

.pane-goods-footer .block-accessory-list .block-accessory-list--name {
  margin: 0 0 30px;
  border: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.block-goods-detail-variation #variation_table td .variation-net,
.block-goods-detail-variation #variation_table td .variation-default {
  display: block;
  text-align: right;
}

.block-goods-detail-variation #variation_table td .variation-net span {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--en-txt);
}

.block-goods-detail-variation #variation_table td .variation-default {
  font-size: 10px;
}

.block-goods-detail-variation #variation_table td .variation-default span {
  font-size: 14px;
  font-family: var(--en-txt);
}

.block-goods-detail-variation #variation_table td form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 6px;
  padding-right: 6px;
}

.block-goods-detail-variation-qty input {
  width: 40px;
  height: 39px;
  margin-left: 10px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  text-align: center;
}

.block-goods-detail-variation-cart-btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 39px;
  background: var(--main-color);
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border: 0;
  cursor: pointer;
}

.block-goods-detail-variation-cart-btn button::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 14px;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../img/usr/common/goods_cart_btn_s.png');
}

.block-goods-detail-summary-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-goods-detail-summary-item + .block-goods-detail-summary-item {
  margin-top: 20px;
}

.block-goods-detail-summary-item figure {
  width: 332px;
}

.block-goods-detail-summary-item:nth-of-type(even) figure {
  order: 2;
}

.block-goods-detail-summary-item figure img {
  width: 100%;
}

.block-goods-detail-summary-item .block-goods-detail-summary-description {
  width: 478px;
}

.block-goods-detail-summary-item:nth-of-type(even) .block-goods-detail-summary-description {
  order: 1;
}

.block-goods-detail-summary-item .block-goods-detail-summary-description .block-goods-comment7,
.block-goods-detail-summary-item .block-goods-detail-summary-description .block-goods-comment9,
.block-goods-detail-summary-item .block-goods-detail-summary-description .block-goods-comment11 {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}

.block-goods-detail-summary-item .block-goods-detail-summary-description .block-goods-comment8,
.block-goods-detail-summary-item .block-goods-detail-summary-description .block-goods-comment10,
.block-goods-detail-summary-item .block-goods-detail-summary-description .block-goods-comment12 {
  font-size: 16px;
  line-height: 1.6;
}

.goods-detail-section .revico-multicomment-top .revico-comment-main {
  max-width: 100%;
}

.goods-detail-section .revico-multicomment-top .revico-review-comment-row-wrapper {
  margin-bottom: 0;
}

.goods-detail-section .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail {
  padding: 30px;
  border-radius: 5px;
}

.block-goods-detail-staff-highlight .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail {
  background: #FFF7E6;
}
.block-goods-detail-staff-highlight .revico-multicomment-top .revico-review-comment-detail--staff-recommend--staff-recommend-info--comment-balloon-tail::after {
border-color: transparent #FFF7E6 transparent transparent;
}
.block-goods-detail-staff-highlight .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--comment--more {
background-image: -moz-linear-gradient(top, transparent, #FFF7E6);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(1,#FFF7E6));
}
.block-goods-detail-staff-highlight .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--comment--more span {
  background-color: #FFF7E6;
}


.goods-detail-section .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-reviewer {
  width: 80%;
}

.goods-detail-section .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.goods-detail-section .revico-review-comment-detail--addition-reviewer-image {
  width: 60px;
  min-width: 60px;
  height: auto;
  min-height: 60px;
  margin-right: 20px;
}
.goods-detail-section .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition > div {
  display: block;
}

.goods-detail-section .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-reviewer .revico-review-comment-detail--addition-reviewer-image img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
}

.goods-detail-section .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-reviewer .revico-review-comment-detail--addition-reviewer-profile {
  margin-left: 0;
}

.goods-detail-section .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-reviewer .revico-review-comment-detail--addition-reviewer-profile .revico-review-comment-detail--addition-reviewer-profile--attribute {
  font-weight: 400;
  font-size: 14px;
}

.goods-detail-section .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-staff-profile {
  width: 100%;
  color: var(--sub-color);
  font-size: 14px;
}

.goods-detail-section .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star {
  margin-bottom: 0;
}

.goods-detail-section .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star .revico-review-comment-detail--star-rate {
  transform: scale(1);
  margin-right: 0;
}

.goods-detail-section .revico-star .starability-result,
.goods-detail-section .revico-multicomment-top .revico-starability-result {
  width: 91px;
  height: 15px;
  background-size: auto 15px;
  background-repeat: no-repeat;
}

.goods-detail-section .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--star .revico-review-comment-detail--star-date {
  display: none;
}

.goods-detail-section .revico-widget .revico-star-graph-label {
  display: none;
}

.goods-detail-section .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--title .revico-review-comment-detail--title-review-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

.goods-detail-section .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--comment {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  max-height: 50em;
}

.block-goods-detail-goods-spec-contents,
.block-goods-comment2 {
  line-height: 1.6;
  font-size: 16px;
}

.block-goods-detail-caution {
  margin-top: -40px;
  padding-top: 30px;
  border-top: 1px solid var(--line-color);
}

.block-goods-detail-caution .icon {
  margin-bottom: 20px;
  text-align: center;
}

.block-goods-detail-caution .icon img {
  width: 40px;
}

.block-goods-detail-download {
  margin-top: 30px;
  margin-bottom: 60px;
  padding-top: 20px;
  border-top: 1px solid var(--line-color);
}

.block-goods-detail-download a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 370px;
  height: 61px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--main-color);
  font-size: 15px;
  font-weight: bold;
  color: var(--main-color);
  border-radius: 60px;
  transition: .3s all;
}

.block-goods-detail-download a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  margin-top: auto;
  margin-bottom: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../img/usr/common/ico_pdf.png');
}

.block-goods-detail-download a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  width: 23px;
  height: 14px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(../../img/usr/common/ico_arrow2_23x14_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.block-goods-detail-download a:hover {
  text-decoration: none;
  background: var(--main-color);
  color: #fff;
}

.block-goods-detail-download a:hover::after {
  background-image: url(../../img/usr/common/ico_arrow2_23x14_white.png);
}

.block-goods-detail-youtube .youtube-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.block-goods-detail-youtube .youtube-list li:nth-of-type(n+3) {
  margin-top: 30px;
}

.block-goods-detail-youtube li iframe {
  width: 435px;
  height: 240px;
}

.block-goods-detail-youtube li .title {
  margin-top: 15px;
}

.block-goods-detail-user-review .revico-star {
  margin-bottom: 20px;
}

.block-goods-detail-user-review .revico-star .revico-star-block {
  justify-content: center;
  align-items: flex-start;
  font-family: var(--en-txt);
}

.block-goods-detail-user-review .revico-star .revico-star-block--rate {
  transform: scale(1);
  margin-right: 10px;
}

.block-goods-detail-user-review .revico-star-block--title {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 18px;
  font-weight: 400;
}

.block-goods-detail-user-review .revico-star-block--total {
  font-size: 17px;
  font-weight: 400;
}

.block-goods-detail-user-review .revico-common-background-style {
  background: #fff;
}

.block-goods-detail-user-review.goods-detail-section .revico-multicomment-top .revico-review-comment-row-wrapper {
  border: 1px solid var(--line-color);
}

.block-goods-detail-user-review.goods-detail-section .revico-multicomment-top .revico-review-comment-row-wrapper + .revico-review-comment-row-wrapper {
  margin-top: 20px;
}

.block-goods-detail-user-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--reply {
  position: relative;
  background: #EBF0F7;
  border-radius: 5px;
  padding: 20px 62px 20px 20px;
}

.block-goods-detail-user-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--reply-comment {
  width: 100%;
  border: 0;
  padding: 0;
}

.block-goods-detail-user-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--reply-comment--title {
  font-size: 14px;
  font-weight: bold;
  color: var(--main-color);
  margin-bottom: 10px;
}

.block-goods-detail-user-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--reply-comment--content {
  font-size: 13px;
  line-height: 1.8;
}

.block-goods-detail-user-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--reply-icon {
  position: absolute;
  right: 13px;
  bottom: 13px;
  width: 36px;
  height: 40px;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../img/usr/common/ico_revico_store_comment.png');
  border-radius: 0;
}
.block-goods-detail-user-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--reply-icon img {
  display: none!important;
}
.revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--reply-fukidashi:empty {
  display: none!important;
}

.block-goods-detail-user-review .revico-multicomment-top .revico-comment-footer {
  margin: 20px auto 0;
  padding-bottom: 0;
}

.block-goods-detail-user-review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--writebutton-wrapper {
  display: block;
  width: 100%;
  margin-left: 0;
}

.block-goods-detail-user-review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--writebutton {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 370px;
  height: 61px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--main-color);
  font-size: 15px;
  font-weight: bold;
  color: var(--main-color);
  border-radius: 60px;
  transition: .3s all;
  background: #fff;
}

.block-goods-detail-user-review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--writebutton::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  content: '';
  display: block;
  width: 35px;
  height: 26px;
  margin-top: auto;
  margin-bottom: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../../img/usr/common/ico_review_write_blue.png');
}

.block-goods-detail-user-review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--writebutton::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  width: 23px;
  height: 14px;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(../../img/usr/common/ico_arrow2_23x14_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.block-goods-detail-user-review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--writebutton:hover {
  text-decoration: none;
  background: var(--main-color);
  color: #fff;
}

.block-goods-detail-user-review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--writebutton:hover::before {
  background-image: url('../../img/usr/common/ico_review_write_white.png');
}

.block-goods-detail-user-review .revico-multicomment-top .revico-comment-footer .revico-comment-footer--writebutton:hover::after {
  background-image: url('../../img/usr/common/ico_arrow2_23x14_white.png');
}

.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;
}

.pane-goods-footer .block-accessory-list .block-accessory-list--list ul.block-thumbnail-t li {
  margin-right: 28px;
}

.pane-goods-footer .block-accessory-list .block-accessory-list--list ul.block-thumbnail-t li:nth-of-type(5n) {
  margin-right: 0;
}

.pane-goods-footer .block-accessory-list .block-accessory-list--list ul.block-thumbnail-t li:nth-of-type(n+6) {
  margin-top: 30px;
}

.pane-goods-footer #block_of_itemhistory {
  margin-top: 60px;
}

.pane-goods-footer #block_of_itemhistory .block-top-title {
  margin: 0 0 30px;
  border: 0;
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
}

.pane-goods-footer #block_of_itemhistory .block-top-title .block-recent-item--keep-history {
  display: none;
}

.pane-goods-footer #block_of_itemhistory .block-top-title .block-recent-item--history-message {
  display: none;
}

.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: #eee;
}

.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: 22px;
}

.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: 22px;
  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-detail-user-review .revico-multicomment-top .revico-comment-main {
  display: block;
}

.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;
}

/*CSSによる商品詳細画面の項目の並び順変更用*/
.pane-goods-right-side form {
  display: flex;
  flex-flow: column wrap;
}

.block-goods-sns {
  order: 110;
}

.pane-goods-right-side > form > .block-icon {
  order: 10;
}

.block-goods-name {
  order: 20;
}

.pane-goods-right-side .revico-star-zone {
  order: 30;
}

.block-goods-comment {
  order: 40;
}

.block-goods-price {
  order: 50;
}

.block-goods-point {
  order: 60;
}

.block-icon--buying-lot {
  order: 60;
}

.block-goods-detail-lot {
  order: 60;
}

.block-goods-detail-qty {
  order: 60;
}

.block-goods-detail--date {
  order: 60;
}

.block-goods-detail-select-item-wrap {
  order: 60;
}

.block-add-cart,
.block-arrival-notice,
.block-no-stock,
.block-outside-sales-period {
  order: 60;
}

.block-goods-favorite {
  order: 60;
}

.block-goods-comment6 {
  order: 60;
}

.block-goods-detail-print-name-comment {
  order: 60;
}

.block-goods-comment1 {
  order: 60;
}

.block-goods-spec-link {
  order: 60;
}

.block-goods-comment13 {
  order: 60;
}

.block-goods-code {
  order: 60;
}

.block-goods-item-code {
  order: 70;
}

.block-goods-item-code2 {
  order: 80;
}

.block-goods-item-code3 {
  order: 90;
}

.block-goods-release-dt {
  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-postage {
  order: 190;
}

.block-goods-stock {
  order: 200;
}

.block-goods-spec {
  order: 210;
}

.block-goods-sales-detail-append {
  order: 220;
}

.block-variation {
  order: 230;
}

.block-custom-order {
  order: 240;
}

.block-variation-arrival-notice {
  order: 260;
}

.block-goods-store-stock {
  order: 335;
}

.block-goods-set {
  order: 290;
}

.block-accessory-list {
  order: 350;
}

.block-variation-back-order {
  order: 310;
}

.block-contact-about-goods {
  order: 330;
}

/* ----ゲストお気に入り画面---- */
.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-ranking-lightningrecommend {
  padding: 0 0 80px;
}

.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-ranking-lightningrecommend .block-ranking-r .block-ranking-r--items {
  width: 1264px;
  padding-left: 32px;
  margin: 0 auto 40px;
}

.block-goods-list-l--price-infos,
.block-bulk-purchase-b--price-infos {
  white-space: nowrap;
}

.page-page .bx-wrapper .bx-controls-direction a,
.block-bookmarkslider .bx-wrapper .bx-prev,
.block-bookmarkslider .bx-wrapper .bx-next {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 0;
  background: none;
  z-index: 1;
  background: #EEEEEE;
  cursor: pointer;
}

.page-page .bx-wrapper .bx-controls-direction .bx-prev,
.block-bookmarkslider .bx-wrapper .bx-prev {
  padding-left: 5px;
}

.page-page .bx-wrapper .bx-controls-direction .bx-next,
.block-bookmarkslider .bx-wrapper .bx-next {
  padding-right: 5px;
}

.page-page .bx-wrapper .bx-controls-direction a::after,
.block-bookmarkslider .bx-wrapper .bx-prev::after,
.block-bookmarkslider .bx-wrapper .bx-next::after {
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 0;
  border-top: 1px solid #000;
  font-size: 0;
  background: none;
  content: "";
}

.page-page .bx-wrapper .bx-controls-direction .bx-prev::after,
.block-bookmarkslider .bx-wrapper .bx-prev::after {
  border-left: 1px solid #000;
  transform: rotate(-45deg);
}

.page-page .bx-wrapper .bx-controls-direction .bx-next::after,
.block-bookmarkslider .bx-wrapper .bx-next::after {
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

/* ----Revicoスタイル調整---- */
.pane-goods-center .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--action,
.pane-goods-center .revico-staff-review-zone .revico-multicomment-top .revico-comment-footer .revico-comment-footer--writebutton,
.pane-goods-center .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-label[data-reviewer-label=スタッフ]::after,
.pane-goods-center .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-image .revico-picture-slide-back,
.pane-goods-center .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition .revico-review-comment-detail--addition-image .revico-picture-slide-next,
.pane-goods-center .block-goods-detail-user-review .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--reply-icon img,
.pane-goods-center .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--reply-fukidashi {
    display: none;
}

.pane-goods-center .goods-detail-section .revico-staff-review-zone .revico-multicomment-top .revico-review-comment-row-wrapper {
    border: 1px solid var(--line-color);
}

.pane-goods-center .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition,
.pane-goods-center .goods-detail-section .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition > div,
.pane-goods-center .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row .revico-review-comment-detail .revico-review-comment-detail--addition {
    display: block;
}

.pane-goods-center .revico-multicomment-top .revico-review-comment-row-wrapper .revico-review-comment-row-no-review {
	padding-top: 40px;
}

.pane-goods-center .revico-common-background-style {
    background-color: white;
}

/*2024.05.27 f1 */
.block-goods-price--on-sales + .price span,
.block-goods-list-d--on-sales + .net-price span,
.block-goods-list-d--on-sales + .net-price + .price span {
  color: var(--red-color);
}

/*2025.01.10 ReviCo */
div.revico-review-comment-row div.revico-review-comment-detail--addition div.revico-review-comment-detail--addition-image {
    margin-top: 40px;
}
