@charset "UTF-8";

.for-sp {
  display: none;
}

/* ----swiper---- */

.swiper-button-prev,
.swiper-button-next {
  left: -50px !important;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
  transform: translateY(-50%);
}

.swiper-button-next {
  left: auto !important;
  right: -50px !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 26px !important;
  color: var(--grayColor) !important;
}

/* ----パンクズ---- */

.block-topic-path--list li {
  padding-right: 8px;
}

.block-topic-path--list a {
  font-size: 11px;
  text-decoration: none;
}

.block-topic-path--list li+li span {
  padding-left: 8px;
}

/* ----ページネーション---- */

.block-goods-list--pager-top {
  margin: 0;
}

.block-goods-list--pager-bottom {
  margin: 50px 0 80px;
}

.pager {
  text-align: center;
}

.pager-total {
  display: block;
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
}

.pagination>li {
  width: 32px;
  height: 32px;
  min-width: unset;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  background: #fff;
  border: 0;
  border-radius: 50%;
}

.pagination>li+li {
  margin-left: 15px;
}

.pagination>li a {
  display: block;
}

.pagination>li.pager-current {
  background: var(--mainColor);
}

.pager-current {
  color: #fff;
}

.pagination .pager-first,
.pagination .pager-previous,
.pagination .pager-next,
.pagination .pager-last {
  position: relative;
  width: 15px;
  padding: 0;
  font-size: 0;
  background: none;
}

.pagination .pager-first,
.pagination .pager-previous {
  transform: scale(-1, 1);
}

.pagination .pager-first::before,
.pagination .pager-previous::before,
.pagination .pager-next::before,
.pagination .pager-last::before,
.pagination .pager-first::after,
.pagination .pager-last::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1.5px solid var(--grayColor);
  border-right: 1.5px solid var(--grayColor);
  transform: rotate(45deg);
}

.pagination .pager-first::after,
.pagination .pager-last::after {
  right: 10px;
}

.pagination:has(.pager-first) {
  position: relative;
  padding: 0 52px 0 0;
}

.pagination:has(.pager-last) {
  position: relative;
  padding: 0 0 0 52px;
}

.pagination:has(.pager-first)::after,
.pagination:has(.pager-last)::after {
  content: "…";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  line-height: 25px;
  color: var(--grayColor);
}

.pagination:has(.pager-last)::after {
  right: auto;
  left: 20px;
}

/* ----左メニュー---- */

.pane-left-menu #block_of_jscart {
  display: none;
}

.pane-left-menu #block_of_categorytree .block-category-tree--header {
  display: none;
}

.pane-left-menu .block-category-tree--level-1>li {
  position: relative;
}

.pane-left-menu .block-category-tree--level-1>li a {
  transition: .3s;
}

.pane-left-menu .block-category-tree--level-1>li a:hover {
  text-decoration: none;
  background-color: #f8f3ed;
}

.pane-left-menu .block-category-tree--level-1>li span {
  display: block;
}

.pane-left-menu .block-category-tree--level-1>li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  content: '';
  pointer-events: none;
}

.pane-left-menu #block_of_genretree .block-genre-tree--item__open {
  margin-top: 0;
  padding-bottom: 0;
  border-top: 3px solid #000;
}

.pane-left-menu #block_of_genretree .block-genre-tree--item__open a,
.pane-left-menu #block_of_genretree .block-genre-tree--item a,
.pane-left-menu #block_of_genretree .block-genre-tree--item>span {
  height: auto;
}

.pane-left-menu #block_of_genretree .block-genre-tree--item__open>a {
  display: flex;
  height: auto;
  padding: 0;
  font-weight: 600;
  color: #000;
}

.pane-left-menu #block_of_genretree .block-genre-tree--header {
  display: none;
}

.pane-left-menu #block_of_genretree .block-genre-tree--level1>.block-genre-tree--item {
  margin-top: 30px;
  padding-bottom: 10px;
  border-top: 3px solid #000;
}

.pane-left-menu #block_of_genretree .block-genre-tree--level1>.block-genre-tree--item>a {
  display: flex;
  height: auto;
  padding: 25px 0;
  font-weight: 600;
  color: #000;
}

.pane-left-menu #block_of_genretree .block-genre-tree--level1>.block-genre-tree--item>a span {
  display: block;
  height: auto;
}

.pane-left-menu #block_of_genretree .block-genre-tree--level2>li {
  position: relative;
  border-top: none;
  border-bottom: 1px solid #f0f0f0;
}

.pane-left-menu #block_of_genretree .block-genre-tree--level2>li span {
  display: block;
  padding: 8px 0;
}

.pane-left-menu #block_of_genretree .block-genre-tree--level2>li:before {
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  border-top: 3px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #000;
  content: '';
}

.pane-left-menu #block_of_genretree .block-genre-tree--level2>li a:hover {
  color: #b28850;
}

/* ----カテゴリツリー---- */

#block_of_category {
  position: relative;
  padding: 40px 20px;
  border-top: none;
}

#block_of_category:before {
  position: absolute;
  top: 0;
  right: 20px;
  left: 20px;
  height: 1px;
  background: #ddd;
  content: '';
}

#block_of_category a {
  transition: .3s;
}

#block_of_category a:hover {
  opacity: .8;
}

#block_of_category .block-category-style-g--item:nth-child(2n) {
  margin: 0;
  margin-bottom: 25px;
}

#block_of_category .block-category-style-g--item {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 160px;
  margin-bottom: 25px;
}

#block_of_category .block-category-style-g--item:nth-child(5n+2),
#block_of_category .block-category-style-g--item:nth-child(5n+3),
#block_of_category .block-category-style-g--item:nth-child(5n+4),
#block_of_category .block-category-style-g--item:nth-child(5n+5) {
  margin-left: calc((100% - (160px * 5)) / 4);
}

#block_of_category .block-category-style-g--item h3 {
  display: block;
  width: 100%;
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
}

#block_of_category .block-category-style-g--item ul {
  display: none;
}

#block_of_category .block-category-style-g--item-name {
  order: 2;
  border: none;
}

#block_of_category .block-category-style-g--item-image {
  order: 1;
  width: 160px;
  float: none;
}

#block_of_category a {
  display: block;
}

/* ----トピック---- */

#block_of_topic {
  display: flex;
  justify-content: space-between;
  width: 1230px;
  margin: 80px auto 0;
  padding: 0 15px;
}

#block_of_topic .block-top-topic--body {
  width: 1000px;
  margin: 0;
}

#block_of_topic .block-top-topic--items {
  border-top: 1px solid var(--borderColor);
}

#block_of_topic .block-top-topic--items li {
  padding: 30px 0;
  border-bottom: 1px solid var(--borderColor);
}

#block_of_topic .block-top-topic--items li a {
  display: block;
}

#block_of_topic .block-top-topic--items li dl {
  display: flex;
}

#block_of_topic .block-top-topic--items li dt {
  flex-shrink: 0;
  width: 100px;
  margin: 0;
  font-size: 15px;
}

#block_of_topic .block-top-topic--items li dd {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#block_of_topic .block-top-topic--next-page {
  margin: 40px calc((1200px - 300px)/2) 0 auto;
}

#block_of_topic .block-top-topic--next-page a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 54px;
  margin: 0 0 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: inherit;
  color: #fff;
  background: var(--textColor);
  border: 1px solid var(--textColor);
  border-radius: 5px;
  text-decoration: none;
}

.icon_support {
  background-image: url(../../img/usr/common/icon_support.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center top;
}

.icon_favorite {
  background-image: url(../../img/usr/common/icon_favorite.png);
  background-repeat: no-repeat;
  background-size: 20px 18px;
  background-position: center top;
}

.icon_cart {
  position: relative;
  background-image: url(../../img/usr/common/icon_cart.png);
  background-repeat: no-repeat;
  background-size: 23px 20px;
  background-position: center top;
}

/* ----最近チェックした商品---- */

#block_of_itemhistory,
#goodsdetail_itemhistory {
  width: 100%;
  max-width: 1230px;
  margin: 80px auto;
}

.page-top #block_of_itemhistory,
.page-cart #block_of_itemhistory {
  padding: 0 15px;
}

#block_of_itemhistory .block-recent-item--header,
#goodsdetail_itemhistory .block-recent-item--header {
  margin: 0 0 30px;
  padding: 0;
  font-weight: bold;
  font-size: 30px;
  text-align: left;
  border: none;
}

#block_of_itemhistory .block-recent-item--body,
#goodsdetail_itemhistory .block-recent-item--body {
  position: relative;
}

#block_of_itemhistory .block-recent-item--items,
#goodsdetail_itemhistory .block-recent-item--items {
  width: 100%;
}

#block_of_itemhistory .block-thumbnail-h,
#goodsdetail_itemhistory .block-thumbnail-h {
  flex-wrap: nowrap;
  gap: 30px;
}

#block_of_itemhistory:has(.swiper-initialized) .block-thumbnail-h,
#goodsdetail_itemhistory:has(.swiper-initialized) .block-thumbnail-h {
  gap: 0;
}

#block_of_itemhistory .block-thumbnail-h li,
#goodsdetail_itemhistory .block-thumbnail-h li {
  width: 124px;
  margin: 0;
}

#block_of_itemhistory .block-thumbnail-h--goods-description,
#goodsdetail_itemhistory .block-thumbnail-h--goods-description {
  display: none;
}

#block_of_itemhistory .block-recent-item--keep-history a,
#goodsdetail_itemhistory .block-recent-item--keep-history a {
  color: inherit;
}

@media only screen and (max-width: 1330px) {
  #block_of_itemhistory .swiper-button-prev,
  #block_of_itemhistory .swiper-button-next,
  #goodsdetail_itemhistory .swiper-button-prev,
  #goodsdetail_itemhistory .swiper-button-next {
    display: none;
  }
}

/* ----イベント---- */

.page-event .pane-contents {
  opacity: 0;
  transition: opacity .3s;
}

.page-event .pane-contents.is-show {
  opacity: 1;
}

.block-top-event--header {
  margin: 0 0 10px;
  padding: 0;
  font-weight: bold;
  font-size: 17px;
  text-align: left;
  border: none;
}

.block-event-page--header {
  width: 100%;
  margin: 30px 0;
  font-weight: 600;
  font-size: 34px;
}

.block-event-page--header-freespace {
  margin: 0 0 50px;
}

/* ----商品一覧画面----*/

.block-goods-detail-j li,
.block-thumbnail-t li,
.block-ranking-r--items li {
  gap: 30px;
  margin-bottom: 50px;
}

.block-goods-detail-j--goods,
.block-thumbnail-t--goods,
.block-ranking-r--goods {
  flex-basis: auto;
  width: calc((100% - (30px*3))/4);
  margin: 0;
}

.block-goods-detail-j--goods a,
.block-thumbnail-t--goods a,
.block-ranking-r--goods a {
  color: inherit;
  text-decoration: none;
}

.block-pickup-list-p--item-body {
  gap: 25px;
  width: auto;
}

.block-pickup-list-p li .block-pickup-list-p--item-body .block-pickup-list-p--image {
  flex-shrink: 0;
  width: 140px;
}

.block-goods-detail-j--goods-image figure,
.block-thumbnail-h--goods-image figure,
.block-pickup-list-p--image figure,
.block-thumbnail-t--goods-image figure,
.block-ranking-r--goods-image figure {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 100% 0 0;
  background: none;
}

.block-goods-detail-j--goods-image figure img,
.block-thumbnail-h--goods-image figure img,
.block-pickup-list-p--image figure img,
.block-thumbnail-t--goods-image figure img,
.block-ranking-r--goods-image figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-goods-detail-j--goods-description,
.block-pickup-list-p--item-description,
.block-thumbnail-t--goods-description,
.block-ranking-r--goods-description {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}

.block-pickup-list-p--item-description {
  width: auto;
  margin: 0;
  padding: 0;
}

.block-goods-detail-j--goods-description .block-icon,
.block-pickup-list-p--item-description .block-icon,
.block-thumbnail-t--goods-description .block-icon,
.block-ranking-r--goods-description .block-icon {
  order: 10;
  margin: 10px 0 0;
}

.block-goods-detail-j--goods-name a,
.block-thumbnail-t--goods-name a,
.block-ranking-r--goods-name a {
  min-height: calc(2em*1.5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.block-pickup-list-p--goods-name a {
  text-decoration: none;
}

.block-pickup-list-p--comment,
.block-pickup-list-p--add-cart {
  display: none;
}

.variation-name {
  display: none;
}

.net-price {
  display: none;
}

.block-goods-detail-j--goods .price,
.block-goods-detail-j--goods .net-price,
.block-goods-detail-j--goods .default-price,
.block-goods-detail-j--goods .exchange-price,
.block-goods-detail-j--goods .block-exchange-price--rate-dt,
.block-pickup-list-p .price,
.block-pickup-list-p .net-price,
.block-pickup-list-p .default-price,
.block-pickup-list-p .exchange-price,
.block-pickup-list-p .block-exchange-price--rate-dt,
.block-thumbnail-t--goods .price,
.block-thumbnail-t--goods .net-price,
.block-thumbnail-t--goods .default-price,
.block-thumbnail-t--goods .exchange-price,
.block-thumbnail-t--goods .block-exchange-price--rate-dt,
.block-ranking-r--goods .price,
.block-ranking-r--goods .net-price,
.block-ranking-r--goods .default-price,
.block-ranking-r--goods .exchange-price,
.block-ranking-r--goods .block-exchange-price--rate-dt {
  text-align: left;
}

.block-goods-detail-j--price,
.block-pickup-list-p--price,
.block-thumbnail-t--price,
.block-ranking-r--price {
  font-weight: bold;
  font-size: 17px;
}

.block-pickup-list-p--price {
  margin: 10px 0 0;
}

.block-ranking-r--goods {
  padding: 30px 0 0;
}

.block-ranking-r--goods-image .block-ranking-r--rank {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  align-items: flex-end;
  width: 40px;
  height: 22px;
  font-weight: bold;
  font-size: 11px;
  line-height: 14px;
  color: #fff;
  background: url(/img/usr/common/icon_ranking.png) no-repeat center / contain;
  border-radius: unset;
}

.block-ranking-r--goods-rank-1 .block-ranking-r--rank {
  background-image: url(/img/usr/common/icon_ranking_01.png);
}

.block-ranking-r--goods-rank-2 .block-ranking-r--rank {
  background-image: url(/img/usr/common/icon_ranking_02.png);
}

.block-ranking-r--goods-rank-3 .block-ranking-r--rank {
  background-image: url(/img/usr/common/icon_ranking_03.png);
}

#review_form .btn-secondary {
  margin-left: auto;
}

#userreview_frame.block-goods-user-review--list {
  border-top: 1px solid #ddd;
}

.block-goods-user-review--item {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

/* ----カテゴリ画面・ジャンル画面---- */

.page-category .pane-contents,
.page-genre .pane-contents {
  opacity: 0;
  transition: opacity .3s;
}

.page-category .pane-contents.is-show,
.page-genre .pane-contents.is-show {
  opacity: 1;
}

.block-category-list--header,
.block-genre-page--header {
  width: 100%;
  margin: 18px 0 30px;
  font-weight: 600;
  font-size: 34px;
}

.block-category-list--header-freespace,
.block-genre-page--header-freespace {
  width: 100%;
  margin: 18px 0 30px;
}

.block-category-list--promotion-freespace,
.block-category-list--comment {
  display: none;
}

.block-category-list .block-category-list--event .block-ranking-r--items,
.block-genre-page .block-genre-page--event .block-ranking-r--items {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  overflow-x: auto;
}

.block-category-list .block-category-list--event .block-ranking-r--items li,
.block-genre-page .block-genre-page--event .block-ranking-r--items li {
  flex-shrink: 0;
  margin-bottom: 0;
}

.block-category-list .block-category-list--event .block-ranking-r--goods,
.block-genre-page .block-genre-page--event .block-ranking-r--goods {
  width: 180px;
}

.block-category-list .block-category-list--event .block-ranking-r--goods-name,
.block-genre-page .block-genre-page--event .block-ranking-r--goods-name {
  min-height: calc(2em*1.5);
}

.block-category-list .block-category-list--event .block-ranking-r--description .block-icon,
.block-category-list .block-category-list--event .block-ranking-r--soldoutcomment,
.block-genre-page .block-genre-page--event .block-ranking-r--description .block-icon,
.block-genre-page .block-genre-page--event .block-ranking-r--soldoutcomment {
  display: none;
}

.block-category-list--sub:has([class*="block-category-style"]),
.block-genre-style:has(.block-genre-style--item) {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 80px;
  padding: 20px 0;
  background: var(--bgColor);
}

@media only screen and (max-width: 1230px) {
  .block-category-list--sub:has([class*="block-category-style"]),
  .block-genre-style:has(.block-genre-style--item) {
    width: 1230px;
    margin: 0 -15px 80px;
  }
}

.block-category-style-p,
.block-genre-style--items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.block-category-list--sub:has(.block-category-style-p--item__haveimg) .block-category-style-p {
  gap: 20px 30px;
  padding: 10px 15px;
}

.block-category-style-p--item,
.block-genre-style--item {
  flex-basis: auto;
  width: calc((100% - (12px*5))/6);
  text-align: center;
  color: #fff;
  background: var(--textColor);
  border: 1px solid var(--textColor);
  border-radius: 5px;
}

.block-category-list--sub:has(.block-category-style-p--item__haveimg) .block-category-style-p--item {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  gap: 10px;
  width: calc((100% - (30px*7))/8);
  background: none;
  border: none;
}

.block-category-style-p--item:nth-child(2n) {
  margin: 0;
}

.block-category-style-p--item-name {
  padding: 0;
  border: none;
}

.block-category-style-p--item-name a,
.block-genre-style--item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
}

.block-category-list--sub:has(.block-category-style-p--item__haveimg) .block-category-style-p--item-name a {
  height: auto;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.5;
  color: var(--textColor);
}

.block-category-style-p--item-image {
  width: 100%;
}

.block-category-style-p--item-image a img {
  border-radius: 50%;
}

.block-category-style-p--item-comment {
  display: none;
}

.optimaized-h1 {
  display: none;
}

/* ----絞り込み・並び替え・表示方法---- */

.block-goods-list--frame {
  position: relative;
  min-height: 40px;
  margin: 0 0 50px;
}

.block-goods-list--frame:has(.block-goods-list--pager-top) {
  min-height: 83px;
}

.block-goods-list--sort-order-items,
.block-goods-list--display-style-items {
  opacity: 0;
}

.block-goods-list--frame .block-goods-list--sort-order-items,
.block-goods-list--frame .block-goods-list--display-style-items {
  opacity: 1;
}

.block-genre-page--event+.block-goods-list--frame {
  margin-top: 80px;
}

#block_of_filter .block-filter--header {
  margin: 0;
  padding: 12px 15px;
  font-weight: bold;
  font-size: 14px;
  background: var(--borderColor);
  border: none;
}

#block_of_filter #frmFilterList {
  padding: 0 10px;
  background: var(--bgColor);
}

#block_of_filter #frmFilterList>div {
  padding: 0 5px;
  border-top: 1px solid var(--borderColor);
}

#block_of_filter #frmFilterList>div:first-child {
  border: none;
}

#block_of_filter #frmFilterList h3 {
  position: relative;
  margin: 0;
  padding: 20px 0;
  font-weight: bold;
  font-size: 14px;
  border: none;
}

#block_of_filter #frmFilterList h3::before,
#block_of_filter #frmFilterList h3::after,
#block_of_filter .block-filter--treeitem-dir::before,
#block_of_filter .block-filter--treeitem-dir::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #373B43;
  border: none;
  transform: none;
  transition: all .3s;
}

#block_of_filter #frmFilterList h3::after,
#block_of_filter .block-filter--treeitem-dir::after {
  transform: rotate(180deg);
}

#block_of_filter #frmFilterList .block-filter--close h3::after,
#block_of_filter .block-filter--treeitem-dir.block-filter--treeitem-dir__close::after {
  transform: rotate(90deg);
}

#block_of_filter .block-filter--list-inner-accordion,
#block_of_filter .block-filter--imagelist-inner-accordion,
#block_of_filter .block-filter--treelist-inner-accordion,
#block_of_filter .block-filter--select-inner-accordion {
  margin-bottom: 20px;
  font-size: 12px;
}

#block_of_filter .block-filter-option-items {
  margin: 20px 0;
}

#block_of_filter .block-filter-option-items:first-child {
  margin-top: 0;
}

#block_of_filter .block-filter-option-items:last-child {
  margin-bottom: 0;
}

#block_of_filter .block-filter--treeitem {
  border: none;
}

#block_of_filter .block-filter--tree-2>.block-filter--treeitem,
#block_of_filter .block-filter--tree-3>.block-filter--treeitem {
  padding-left: 15px;
}

#block_of_filter .block-filter--treeitem-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

#block_of_filter .block-filter--treeitem-dir {
  position: relative;
  width: 20px;
  height: 38px;
}

#block_of_filter .block-filter--treeitem-dir>div {
  display: none;
}

#block_of_filter .block-filter--treeitem-name {
  flex: 1;
  height: auto;
  padding: 10px 0;
  font-weight: bold;
  font-size: 14px;
}

#block_of_filter .block-filter--tree-2 .block-filter--treeitem-name {
  font-size: 12px;
}

#block_of_filter .block-filter--tree-3 .block-filter--treeitem-name {
  font-weight: normal;
}

#block_of_filter .block-filter--treeitem-selected {
  color: var(--mainColor);
}

#block_of_filter #div_filter16 {
  display: none;
}

#block_of_filter #frmFilterList>div:last-child h3+div {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.block-goods-list--sort-order-items {
  position: absolute;
  top: 48px;
  left: 0;
  width: 165px;
  height: 40px;
  margin: 0;
  font-size: 14px;
  color: #fff;
  background: var(--textColor);
  border: 1px solid var(--textColor);
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}

.block-goods-list--frame:has(.block-goods-list--pager-top) .block-goods-list--sort-order-items {
  top: 48px;
}

.block-goods-list--sort-order-items.active {
  height: auto;
}

.block-goods-list--sort-order-items dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  margin: 0 0 5px;
  font-weight: bold;
  cursor: pointer;
}

.block-goods-list--sort-order-items dt span {
  padding: 0 0 0 26px;
  background: url(/img/usr/common/icon_sort_white.png) no-repeat center left / 18px;
}

.block-goods-list--sort-order-items dd {
  position: relative;
  display: block;
  margin: 0;
}

.block-goods-list--sort-order-items dd:last-child {
  margin-bottom: 15px;
}

.block-goods-list--sort-order-items dd.active {
  padding: 5px 0 5px 40px;
  color: inherit;
}

.block-goods-list--sort-order-items dd.active::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 10px;
  height: 6px;
  margin: auto;
  border-left: 2px solid var(--textColor);
  border-bottom: 2px solid var(--textColor);
  transform: rotate(-45deg);
}

.block-goods-list--sort-order-items dd a {
  display: block;
  padding: 5px 0 5px 40px;
}

.block-goods-list--display-style-items {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  margin: 0;
}

.block-goods-list--frame:has(.block-goods-list--pager-top) .block-goods-list--display-style-items {
  top: 48px;
}

.block-goods-list--display-style-items h2 {
  font-size: 0;
}

.block-goods-list--display-style-items dt {
  display: none;
}

.block-goods-list--display-style-items dd {
  width: 40px;
  height: 40px;
  margin: 0;
  font-size: 0;
  background-color: var(--bgColor);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
}

.block-goods-list--display-style-items dd.is-pickup {
  order: 0;
  background-image: url(/img/usr/common/icon_mode_pickup.png);
  border-radius: 5px 0 0 5px;
}

.block-goods-list--display-style-items dd.is-pickup.active {
  background-color: var(--mainColor);
  background-image: url(/img/usr/common/icon_mode_pickup_active.png);
}

.block-goods-list--display-style-items dd.is-thumbnail {
  order: 1;
  background-image: url(/img/usr/common/icon_mode_thumbnail.png);
  border-radius: 0 5px 5px 0;
}

.block-goods-list--display-style-items dd.is-thumbnail.active {
  background-color: var(--mainColor);
  background-image: url(/img/usr/common/icon_mode_thumbnail_active.png);
}

.block-goods-list--display-style-items a {
  display: block;
  width: 40px;
  height: 40px;
}

/* ----商品詳細---- */

.page-goods .pane-contents {
  opacity: 0;
  transition: opacity .3s;
}

.page-goods .pane-contents.is-show {
  opacity: 1;
}

.pane-header+.pane-topic-path ul:nth-child(n+2) {
  display: none;
}

.pane-topic-path~.pane-topic-path {
  background: var(--borderColor);
}

.pane-topic-path~.pane-topic-path:not(:has(ul+ul)),
.pane-topic-path~.pane-topic-path ul:first-child {
  display: none;
}

.pane-goods-header,
.block-goods-detail-line-item>div,
.block-goods-first-limited-order,
.block-goods-code,
.block-goods-item-code2,
.block-goods-item-code3,
.block-goods-class1,
.block-goods-class2,
.block-goods-attr1,
.block-goods-attr2,
.block-goods-attr3,
.block-goods-size,
.block-goods-color,
.block-goods-postage,
.block-goods-stock,
.goods-detail-description.block-goods-spec,
.block-contact-about-goods,
.block-goods-comment,
.block-goods-comment1,
.block-goods-comment2,
.block-goods-comment3,
.block-goods-comment4,
.block-goods-comment5,
.block-goods-release-dt,
.block-goods-sales-start-dt,
.block-goods-sales-end-dt,
.block-goods-footer-cart {
  display: none;
}

.block-goods-gallery ul {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 30px 0 0;
}

.block-goods-gallery ul li {
  width: 62px;
  height: 62px;
  margin: 0 !important;
}

.block-goods-gallery ul li a {
  display: block;
}

.block-goods-gallery ul li figure {
  width: 62px;
  height: 62px;
}

.block-goods-gallery ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-goods-gallery ul li p:not([class]) {
  display: none;
}

.block-goods-detail--color-variation-goods-image .swiper-slider-main .swiper-button-prev,
.block-goods-detail--color-variation-goods-image .swiper-slider-main .swiper-button-next {
  display: none;
}

.block-goods-name h1 {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
}

.block-goods-item-code {
  display: flex;
  gap: 10px;
  margin: 15px 0 0;
  font-size: 14px;
}

.block-goods-item-code dt {
  width: auto;
  font-weight: bold;
}

.page-goods .block-icon {
  margin: 5px 0 0;
}

.block-goods-campaign-text {
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 14px;
  color: var(--acColor);
}

.block-goods-price {
  margin: 30px 0 0;
}

.block-goods-price--price {
  display: inline-block;
  font-size: 26px;
}

.block-goods-price--default-price {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}

.block-goods-price--price::after {
  font-size: 12px;
}

.block-goods-point {
  display: flex;
  flex-direction: row-reverse;
  width: auto;
  margin: 5px auto 0 0;
  font-weight: bold;
  font-size: 14px;
}

.block-variation {
  display: flex;
  flex-direction: column;
  margin: 20px 0 0;
}

.block-variation:has(.block-variation) {
  margin: 0;
}

.block-variation--name {
  order: 0;
  font-weight: bold;
  font-size: 14px;
}

.block-variation--selected-item {
  order: 1;
  margin: 10px 0 0;
}

.block-variation--item-list {
  order: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 0;
}

.block-variation--item {
  margin: 0;
}

.block-variation--item.active dt {
  font-weight: bold;
  color: var(--mainColor);
  border: 2px solid var(--mainColor);
}

.block-variation--item-description {
  display: block;
  margin: 5px 0 0;
  font-size: 10px;
  text-align: center;
}

.block-variation--item.active .block-variation--item-description {
  font-weight: bold;
  color: var(--mainColor);
}

.block-color--item dt {
  position: relative;
  width: 70px;
  height: 70px;
  border: none;
}

.block-color--item-term figure {
  width: 100%;
  height: 100%;
}

.block-color--item-term img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.block-size--item {
  width: calc((100% - (10px*3)) / 4);
}

.block-size--item dt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  border: 1px solid var(--borderColor);
}

.block-size--item dt span {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 0;
}

.block-variation--item.color-disable-stock,
.block-variation--item.size-disable-stock {
  pointer-events: none;
}

.block-variation--item.color-disable-stock:not(.active) dt {
  color: var(--grayColor);
  border: none;
}

.block-variation--item.size-disable-stock:not(.active) dt {
  color: var(--grayColor);
  border: 1px solid var(--borderColor);
}

.block-variation--item.color-disable-stock dt::after,
.block-variation--item.size-disable-stock dt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top left, transparent calc(50% - 1px), var(--borderColor), transparent calc(50% + 1px));
}

.block-variation--item.color-disable-stock dt img {
  filter: contrast(50%);
  filter: grayscale(50%);
}

.block-add-cart,
.block-arrival-notice,
.block-outside-sales-period {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 30px 0 0;
}

.block-add-cart--btn,
.block-arrival-notice--btn,
.block-outside-sales-period--message {
  width: calc(100% - 176px - 10px);
  margin: 0;
  padding: 14px 0;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  transition: all .3s;
}

.block-arrival-notice--btn {
  color: var(--textColor);
  background: #fff;
  border: 1px solid var(--textColor);
}

.block-outside-sales-period--message,
.block-variation-outside-sales-period--message {
  color: #fff;
  background: var(--grayColor);
  border: 1px solid var(--grayColor);
}

.block-add-cart--btn,
.block-variation-add-cart--btn {
  background-image: url(/img/usr/common/icon_cart_white.png);
  background-repeat: no-repeat;
  background-position: center left calc(50% - 88px);
  background-size: 22px;
}

.block-variation-add-cart--btn {
  padding-left: 16px;
  background-position: center left calc(50% - 80px);
}

.block-variation-add-cart,
.block-goods-variation-arrival-notice,
.block-variation-outside-sales-period,
.block-variation-no-stock {
  flex: 1;
  margin: 0;
}

.block-variation-add-cart--btn,
.block-goods-variation-arrival-notice--btn,
.block-variation-outside-sales-period--message {
  display: block;
  width: 100%;
  margin: 0;
  padding: 14px 0;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  transition: all .3s;
}

.block-variation-outside-sales-period--message br {
  display: none;
}

.block-color-size-with-cart--color-line,
.block-color-size-with-cart--size-line {
  display: flex;
  justify-content: flex-start;
}

.block-size-with-cart--item {
  align-items: center;
}

.block-size-with-cart--item .block-size-with-cart--item-term {
  width: 160px;
  margin-right: 10px;
}

.block-size-with-cart--item .block-size-with-cart--item-term span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.block-color-size-with-cart--color-line .block-size-with-cart--item-term,
.block-color-size-with-cart--size-line .block-size-with-cart--item-term,
.block-color-size-with-cart--color-line .block-color-size-with-cart--size-item-term,
.block-color-size-with-cart--size-line .block-color-size-with-cart--size-item-term {
  width: 140px;
}

.block-color-size-with-cart--color-line .block-size-with-cart--item-term span,
.block-color-size-with-cart--size-line .block-size-with-cart--item-term span,
.block-color-size-with-cart--color-line .block-color-size-with-cart--size-item-term span,
.block-color-size-with-cart--size-line .block-color-size-with-cart--size-item-term span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 1.3;
}

.block-color-size-with-cart--color-line .block-variation-add-cart--btn,
.block-color-size-with-cart--size-line .block-variation-add-cart--btn {
  width: 150px;
}

.block-goods-qty {
  width: 100%;
  margin: 0 0 30px;
}

.block-goods-qty #select-qty {
  width: 140px;
  padding: 6px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid var(--borderColor);
}

.block-goods-favorite--btn,
.block-goods-favorite-registed--btn {
  width: 176px;
  margin: 0 0 0 10px;
  padding: 15px 0 16px 20px;
  font-weight: bold;
  font-size: 14px;
  color: var(--textColor);
  border: 1px solid var(--borderColor);
  border-radius: 5px;
  transition: all .3s;
}

.pane-goods-right-side form>.block-goods-favorite .block-goods-favorite--btn,
.pane-goods-right-side form>.block-goods-favorite .block-goods-favorite-registed--btn {
  margin: 15px 0 0;
}

.block-goods-favorite--btn {
  background: url(/img/usr/common/icon_favorite.png) no-repeat center left 10px / 16px;
}

.block-goods-favorite-registed--btn {
  background: url(/img/usr/common/icon_favorite_add.png) no-repeat center left 10px / 16px;
}

.block-variation-favorite--btn,
.block-variation-favorite-registed--btn {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 0 0 15px;
  padding: 0;
  font-size: 0;
  background: url(/img/usr/common/icon_favorite.png) no-repeat center / 20px;
  border: 1px solid var(--borderColor);
  border-radius: 50px;
}

.block-variation-favorite-registed--btn {
  background: url(/img/usr/common/icon_favorite_add.png) no-repeat center center / 20px;
}

.block-variation-favorite .block-icon-image--heart {
  display: none;
}

.page-goods .block-no-stock .block-no-stock--message,
.block-variation-no-stock--message {
  width: 100%;
  margin: 30px 0 0;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  color: var(--acColor);
  background: none;
  border: none;
}

.block-goods-gift--link {
  position: relative;
  display: block;
  margin: 20px 0 0;
  padding: 0 12px 0 0;
  text-align: right;
  text-decoration: underline;
}

.block-goods-gift--link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 1px solid var(--grayColor);
  border-right: 1px solid var(--grayColor);
  transform: rotate(45deg);
}

.block-goods-newsletter {
  margin: 20px 0 0;
  padding: 20px;
  background: #FFF7F8;
}

.block-goods-newsletter span {
  font-weight: bold;
  color: var(--acColor);
}

.block-goods-head {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 20px;
}

.block-goods-about--box {
  margin: 50px 0 0;
}

.block-goods-about--box .js-goods-comment1 a {
  text-decoration: underline;
}

.block-goods-about--box .js-goods-comment1 a:has(img) {
  display: block;
}

.block-goods-about--box .js-goods-comment1 .is-tab {
  display: none;
}

.block-goods-about--box .js-goods-comment1 .mt30 {
  margin-top: 30px;
}

.block-goods-icon-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 30px;
}

.block-goods-icon--list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.block-goods-icon--list img {
  width: 80px;
}

.block-goods-icon--link {
  position: relative;
  display: block;
  margin: 10px 0 0 auto;
  padding: 0 12px 0 0;
  text-align: right;
  text-decoration: underline;
}

.block-goods-icon--link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 1px solid var(--grayColor);
  border-right: 1px solid var(--grayColor);
  transform: rotate(45deg);
}

.block-goods-spec {
  border-top: 1px solid var(--borderColor);
}

.block-goods-spec dl {
  display: flex;
  border: 1px solid var(--borderColor);
  border-top: none;
}

.block-goods-spec dl dt {
  flex-shrink: 0;
  width: 140px;
  padding: 15px;
  font-weight: bold;
  font-size: 14px;
  background: var(--bgColor);
  border-right: 1px solid var(--borderColor);
}

.block-goods-spec dl dd {
  flex: 1;
  padding: 15px;
  font-size: 14px;
}

.block-goods-footer {
  display: flex;
  flex-direction: column;
}

.block-goods-footer>* {
  margin: 50px 0 0;
}

.block-goods-recipe {
  order: 10;
  padding: 50px 45px;
  background: var(--bgColor);
}

.block-goods-recipe--container {
  position: relative;
}

.block-goods-recipe--list {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}

.block-goods-recipe--slide.swiper-initialized .block-goods-recipe--list {
  gap: 0;
}

.block-goods-recipe--list li {
  width: calc((100% - 60px) / 3);
}

.block-goods-recipe--list.recipe-disabled li {
  width: 100%;
}

.block-goods-recipe--list-img img {
  width: 100%;
}

.block-goods-recipe--list-name {
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 1.7;
}

.block-goods-footer #revico-review-zone {
  order: 20;
}

.block-goods-footer .block-accessory-list {
  order: 30;
}

.block-goods-footer .block-recommend {
  order: 40;
}

.block-goods-footer .block-common-lightningrecommend--inner {
  padding: 0 45px;
}

.block-goods-recipe--container .swiper-button-prev,
.block-goods-footer .block-common-lightningrecommend--list .swiper-button-prev {
  left: -40px !important;
}

.block-goods-recipe--container .swiper-button-next,
.block-goods-footer .block-common-lightningrecommend--list .swiper-button-next {
  right: -40px !important;
}

/* ----関連商品---- */

.block-accessory-list {
  position: relative;
  margin: 50px 0 0;
  padding: 50px 45px;
  background: var(--bgColor);
}

.block-accessory-list--name {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 20px;
}

.block-accessory-list--list ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}

.block-accessory-list--list.swiper-initialized ul {
  gap: 0;
}

.block-accessory-list--list ul li {
  flex-shrink: 0;
  width: 150px;
  margin: 0;
}

.block-accessory-list--list .block-thumbnail-t--goods {
  width: 100%;
}

.block-accessory-list .block-icon {
  display: none;
}

.block-accessory-list .swiper-button-prev {
  left: 5px !important;
}

.block-accessory-list .swiper-button-next {
  right: 5px !important;
}

/* ---- LightningRecommend ---- */

.block-recommend.--wide {
  width: calc(100vw - 10px);
  margin: 80px calc(50% - 50vw) 0;
  padding: 80px 0;
  background: var(--bgColor);
}

@media only screen and (max-width: 1330px) {
  .block-recommend.--wide .swiper-button-prev,
  .block-recommend.--wide .swiper-button-next {
    display: none;
  }
}

@media only screen and (max-width: 1230px) {
  .block-recommend.--wide {
    width: 1230px;
    margin: 80px -15px 0;
  }

  .page-top .block-recommend.--wide {
    margin: 80px 0 0;
  }
}

.block-top-lightningrecommend,
.block-ranking-lightningrecommend {
  padding: 0;
}

.block-recommend.--wide .block-top-lightningrecommend--inner,
.block-recommend.--wide .block-common-lightningrecommend--inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.block-top-lightningrecommend--header,
.block-common-lightningrecommend--header {
  margin: 0 auto 30px;
  padding: 0;
  text-align: left;
  font-family: var(--mainFont);
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  color: var(--textColor);
  letter-spacing: 0;
}

.block-common-lightningrecommend--header {
  margin-bottom: 15px;
  font-size: 20px;
}

.block-top-lightningrecommend--goods,
.block-common-lightningrecommend--list {
  position: relative;
}

.block-top-lightningrecommend ul.block-thumbnail-t {
  width: 100%;
  padding: 0;
  margin: 0;
}

.block-top-lightningrecommend ul.block-thumbnail-t.swiper.swiper-initialized li,
.block-common-lightningrecommend ul.block-thumbnail-t.swiper.swiper-initialized li {
  gap: 0;
}

.block-top-lightningrecommend ul.block-thumbnail-t li,
.block-common-lightningrecommend ul.block-thumbnail-t li {
  flex-wrap: nowrap;
  margin: 0;
}

.block-top-lightningrecommend ul.block-thumbnail-t li dl {
  width: calc((100% - (30px*5))/6);
}

.block-common-lightningrecommend ul.block-thumbnail-t li dl {
  width: calc((100% - (30px*2))/3);
  margin: 0;
}

.block-recommend .revico-read-more-review,
.block-recommend .revico-star[data-review-count="0"] {
  display: none;
}

.modal-content {
  background: #fff;
}

/* ----revico---- */

.revico-star-list-zone {
  height: auto !important;
}

.revico-widget {
  font-family: var(--mainFont) !important;
}

.revico-star .revico-star-block--title {
  margin-top: 2px;
  font-size: 12px;
}

.revico-star .revico-star-block--total {
  margin: 2px 0 0;
  font-weight: normal;
  font-size: 12px;
  color: var(--textColor);
}

.revico-star .revico-widget a.revico-read-more-review {
  margin: 0;
  font-size: 12px;
}

.revico-star .revico-widget a.revico-read-more-write {
  margin: 0 0 0 10px;
  font-size: 12px;
  text-decoration: underline;
}

.revico-star-zone .revico-star-block--title {
  margin-top: 0;
  font-weight: bold;
  font-size: 16px;
}

#revico-review-zone .revico-multicomment-top {
  color: var(--textColor);
}

/* ----コンテンツ---- */

.block-check-list-a--form .block-check-list-a--items {
  margin-top: 30px;
}

.page_contents {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

.page_contents .anchor_ {
  padding: 20px 0;
}

.page_contents .anchor_ h3,
.page_contents .anchor_ h4,
.page_contents .anchor_ h5 {
  font-weight: 600;
}

.page_contents .anchor_>* {
  margin-bottom: 10px;
}

.page-contact .pane-contents {
  margin-top: 40px;
}

.page-contactthanks .pane-contents {
  margin-top: 40px;
}

.page-contentspages .page_contents_inner>*:not(.btn) {
  padding: 20px 0;
}

.page-contentspages .page_contents_inner {
  margin-top: 30px;
}

.page-contentspages #page-agree {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

.page-contentspages #page-agree>p {
  font-weight: 600;
  font-size: 18px;
}

.page-contentspages #page-agree li {
  margin-bottom: 30px;
}

.block-pickup-list-w--item-body {
  margin-bottom: 30px;
}

.block-check-list-a--form .block-check-list-a--net-price {
  text-align: right;
}

.block-user-review--evaluation-message {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

#confirm_+.block-user-review--message {
  margin-top: 20px;
}

.block-user-review {
  padding-top: 30px;
}

.block-user-review-completed {
  padding-top: 30px;
}

.block-user-review-completed--message-header {
  padding: 10px 0 20px;
  font-size: 18px;
}

.block-order-gift-select--delivery-dest-header {
  padding-top: 10px;
}

.block-shipping-address-registration--message {
  padding: 10px 0 20px;
}

.block-inquiry-history-detail {
  width: 900px;
  margin: 0 auto;
}

.block-inquiry-history-detail--update-dt {
  font-size: 14px;
}

.block-icon img {
  height: 20px;
  width: inherit;
}

/* ----買い物かご---- */

.block-cart--goods-list-item-set-name,
.block-cart--goods-point-info,
#cart_itemhistory {
  display: none;
}

.block-cart--head {
  margin: 20px 0 0;
  font-weight: bold;
  font-size: 34px;
}

.block-cart--rule {
  margin: 30px 0 0;
  font-weight: bold;
  font-size: 20px;
  border: none;
}

form+.block-cart--rule {
  margin-top: 80px;
}

.block-cart--promotion-criteria-list {
  width: 600px;
  margin: 30px 0 0;
}

.promotion-criteria-list-message {
  padding: 12px 15px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: var(--acColor);
  background: #FFF7F8;
}

.promotion-criteria-list-message>span {
  color: inherit;
}

.block-cart--container {
  display: flex;
  justify-content: space-between;
  overflow: visible;
}

.block-cart--contents {
  width: 600px;
}

.block-cart--goods-list li {
  display: flex;
  gap: 26px;
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid var(--borderColor) !important;
}

.block-cart--goods-list li:first-child {
  border-top: 1px solid var(--borderColor);
}

.block-cart--goods-list li>a {
  display: block;
  width: 165px;
}

.block-cart--goods-list-image {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 100% 0 0;
  background: none;
}

.block-cart--goods-list-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-cart--goods-list-container {
  flex: 1;
}

.block-cart--goods-list-item {
  float: unset;
  width: auto;
  margin: 0;
}

.block-cart--goods-list-item-name {
  font-weight: normal;
}

.block-cart--goods-list-item-comment {
  padding: 0;
}

.block-cart--goods-list-item-price-info {
  float: unset;
  width: auto;
  margin: 0;
  text-align: left;
}

.block-cart--goods-list-item-price {
  font-weight: bold;
  font-size: 16px;
}

.block-cart .block-icon {
  margin: 5px 0 0;
}

.block-cart--goods-list-item-input {
  float: unset;
  display: flex;
  gap: 10px;
  width: auto;
  margin: 20px 0 0;
}

.block-cart--goods-list-item-qty {
  width: 120px;
  margin: 0;
}

.block-cart--goods-list-item-qty input {
  padding: 7px 28px 7px 15px;
  font-weight: bold;
  font-size: 16px;
}

.block-cart--goods-list-item-qty:after {
  top: 6px;
}

.block-cart--goods-list-item-calc {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.block-cart--goods-list-item-calc-btn {
  width: 86px;
  margin: 0;
  padding: 7px 10px;
}

.block-cart--goods-list-item-delete {
  width: auto;
  text-align: right;
  color: var(--textColor);
}

.block-cart--side-area {
  width: 520px;
  margin: -80px 0 0;
  padding: 0;
}

.block-cart--side-contents {
  width: 100%;
  margin: 0;
}

.block-cart--procedure,
.block-cart--procedure-container {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}

.block-cart--procedure-container {
  display: flex;
  flex-direction: column-reverse;
}

.block-cart--subtotal {
  padding: 20px;
  background: var(--bgColor);
}

.block-cart--subtotal-price {
  font-size: 24px;
}

.block-cart--order {
  margin: 30px 0 0;
}

.block-cart--order-btn {
  margin: 0;
  padding: 14px 0;
}

.block-cart--order-button-description {
  display: none;
  margin: 0 0 5px;
}

.block-cart--amazonpay {
  margin: 10px 0 0;
  border: none;
}

.block-cart--amazonpay-button {
  width: 100% !important;
}

.block-cart--continue-shopping {
  margin: 30px 0 0;
}

.block-cart--phone-order {
  margin: 80px 0 0;
  padding: 30px 50px;
  background: var(--bgColor);
}

.block-cart--phone-order-title {
  font-weight: bold;
  font-size: 20px;
}

.block-cart--phone-order-contents {
  display: flex;
  gap: 100px;
  margin: 20px 0 0;
}

.block-cart--phone-order-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.block-cart--phone-order-btn .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: var(--textColor);
  border-radius: 50%;
}

.block-cart--phone-order-btn .icon img {
  width: 20px;
}

.block-cart--phone-order-btn .number {
  font-size: 26px;
}

.block-cart--phone-order-memo {
  margin: 15px 0 0;
  padding: 15px 0 0;
  font-size: 12px;
  border-top: 1px solid var(--borderColor);
}

.block-cart-middle .block-recommend {
  margin: 80px 0 0;
}

.block-cart-footer {
  width: 100%;
  margin: 80px auto;
  border-top: 1px solid var(--borderColor);
}

@media only screen and (max-width: 1330px) {
  .block-cart-middle .block-recommend .swiper-button-prev,
  .block-cart-middle .block-recommend .swiper-button-next {
    display: none;
  }
}

/* ----注文方法指定---- */

.block-order-method--payment-method-select li:has(#method_r2) {
  display: none;
}

/* ----注文確認---- */

.page-estimate {
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}

.block-order-estimate--container {
  display: flex;
  align-items: start;
  overflow: unset;
}

.block-order-estimate--side-area {
  position: sticky !important;
  height: auto;
}

.block-cart--container .order-side-area-fixed,
.block-order-method--container .order-side-area-fixed,
.block-order-estimate--container .order-side-area-fixed {
  top: 80px;
}

.block-order-estimate--goods-item-image,
.block-order-estimate--wrapping-image,
.block-order-estimate--message-card-image {
  position: relative;
  width: 200px !important;
  height: 200px !important;
  padding-top: 200px !important;
  background: none;
}

.block-order-estimate--goods-item-image img,
.block-order-estimate--wrapping-image img,
.block-order-estimate--message-card-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.block-order-estimate--total-price::after {
  content: none;
}

.block-order-method--promotion,
.block-order-gift-select--promotion,
.block-order-estimate--promotion-code {
  display: none;
}

/* ----トピック一覧---- */

.page-topicdetaillist .pane-left-menu {
  display: none;
}

.block-topic-details--header {
  display: none;
}

/* ----トピック詳細---- */

.page-topic .pane-left-menu {
  display: none;
}

/* ----ログイン---- */

.page-login .pane-order-contents {
  padding: 0;
}

.page-login .block-login--display-password {
  display: block;
  margin: 10px 0 0;
}

.block-login--input-items {
  border-bottom: 1px solid #e5e5e5;
}

.fieldset .form-control {
  padding: 20px 0 20px 20px;
}

/* ----マイページ---- */

.block-mypage--rank-status {
  display: none;
}

.block-mypage--shopping-info,
.block-mypage--member-info,
.block-mypage--inquiry-info,
.block-mypage--snssync-info,
.block-mypage--linesync-info {
  margin: 0 0 20px;
}

.block-member-password--update-items {
  border-bottom: 1px solid #e5e5e5;
}

.block-login--display-password {
  margin: 0 0 0 10px;
}

.block-login--ask-password a,
.block-member-info--message-password a {
  text-decoration: underline;
}

.block-credit-card-confirmation .action-buttons>.action+.action {
  display: none;
}

/* ----会員規約ページ---- */

.block-member-terms {
  background: #eeeeee;
}

.block-member-terms h1 {
  margin: 0 0 30px;
}

.block-member-terms dt {
  font-size: 1.5em;
  margin: 40px 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ddd;
}

.block-member-terms p {
  margin-bottom: 1em;
}

.block-member-terms ul {
  padding-left: 20px;
}

.block-member-terms li {
  list-style: decimal;
  margin-bottom: 0.8em;
  line-height: 1.7em;
  border: none;
}

/* ----会員登録---- */

.page-entry .modal-dialog {
  bottom: 0;
  height: 95%;
  margin: auto;
}

.page-entry .modal-wrapper {
  height: 100%;
  overflow-y: auto;
}

.page-entry .modal-header {
  position: fixed;
  width: 800px;
}

.page-entry .modal-body {
  padding-top: 40px;
}

/* ----検索結果---- */

[class*="text-gray"] {
  color: var(--textColor);
}

[class*="text-red"] {
  color: #D93200;
  opacity: 1;
}

#searchGoodsPc {
  width: 1230px;
  margin: 30px auto 50px;
  padding: 0 15px;
}

#searchGoodsPc>.flex>.w-\[20\%\] {
  width: 280px;
  margin: 0 50px 0 0;
}

#searchGoodsPc>.flex>.w-\[80\%\] {
  flex: 1;
  width: 100%;
}

#searchGoodsPc main {
  padding: 0;
  margin: 50px 0;
}

#searchGoodsPc main .flex.flex-wrap {
  gap: 50px 30px;
  margin: 50px 0;
}

#searchGoodsPc main .flex.flex-wrap>div {
  width: calc((100% - (30px*3))/4);
}

#searchGoodsPc main .flex.flex-wrap>div ol>li>div {
  margin: 0;
  padding: 0;
}

#searchGoodsPc main .flex.flex-wrap>div ol>li>div .w-\[180px\] {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: unset;
  min-height: unset;
  padding: 100% 0 0;
}

#searchGoodsPc main .flex.flex-wrap>div ol>li>div .w-\[180px\] img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#searchGoodsPc main .flex.flex-wrap>div ol>li>div>a+div {
  margin-top: 15px;
}

#searchGoodsPc main .flex.flex-wrap>div ol>li>div>a+div a .text-xs {
  min-height: calc(2em * 1.5);
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#searchGoodsPc main .flex.flex-wrap>div ol>li>div>a+div a+.text-xs {
  display: none;
}

#searchGoodsPc main .flex.flex-wrap>div ol>li .text-left .text-sm,
#searchGoodsPc main .flex.flex-wrap>div ol>li .text-left .text-base {
  font-size: 17px;
}

#searchGoodsPc main .flex.flex-wrap>div ol>li .text-left .text-xs,
#searchGoodsPc main .flex.flex-wrap>div ol>li .text-left .text-xs.line-through {
  font-weight: normal;
  font-size: 11px;
}

#searchGoodsPc main .flex.flex-wrap>div ol>li .text-left .line-through {
  font-weight: normal;
  font-size: 14px;
  color: var(--grayColor);
}

#searchGoodsPc main .flex.flex-wrap>div ol>li .text-left:has(.line-through)::before {
  content: "通常価格 ";
  color: var(--grayColor);
  text-decoration-line: line-through;
}

#searchGoodsPc main button.next-add-cart-button {
  display: none;
}

#searchGoodsPc main>ul,
#searchGoodsPc main>ul>li>ul {
  align-items: center;
  gap: 15px;
  margin: 0;
}

#searchGoodsPc main>ul>li:not(:has(ul)),
#searchGoodsPc main>ul>li>ul>li {
  width: 32px;
  height: 32px;
  min-width: unset;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff;
  border: 0;
  border-radius: 50%;
}

#searchGoodsPc main>ul>li span {
  font-weight: normal;
  font-size: 14px;
  line-height: 32px;
}

#searchGoodsPc main>ul>li [class*="bg-"] {
  background: var(--mainColor);
}

#searchGoodsPc main>ul>li [class*="bg-"] span {
  color: #fff;
}

/* ----その他---- */

.block-login,
.block-user-review,
.block-member-info,
.block-member-info-confirmation,
.block-member-password,
.block-reset-password,
.block-mypage,
.block-purchase-history,
.block-regular-purcharse-list,
.block-coupon-list,
.block-point-history-list,
.block-favorite,
.block-arrival-notice-list,
.block-credit-card-confirmation,
.block-mail-address,
.block-shipping-address,
.block-shipping-address-confirmation,
.block-mail-news,
.block-inquiry,
.block-inquiry-history,
.block-user-review-completed,
.block-logout,
.block-withdrawal,
.block-order-gift-dest,
.block-order-gift-select,
.block-purchase-history-detail,
.block-order-cancellation,
.block-order-cancellation-completed,
.block-quick-order,
.block-order-method,
.block-goods-agreement,
.block-questionnaire {
  padding: 40px 0 80px;
}

.block-topic-details,
.block-topic-page {
  padding: 40px 0 0;
}

.block-login h1,
.block-user-review h1,
.block-member-info h1,
.block-member-info-confirmation h1,
.block-member-password h1,
.block-reset-password h1,
.block-mypage h1,
.block-purchase-history h1,
.block-regular-purcharse-list h1,
.block-coupon-list h1,
.block-point-history-list h1,
.block-favorite h1,
.block-arrival-notice-list h1,
.block-credit-card-confirmation h1,
.block-mail-address h1,
.block-shipping-address h1,
.block-shipping-address-confirmation h1,
.block-mail-news h1,
.block-inquiry h1,
.block-inquiry-history h1,
.block-user-review-completed h1,
.block-logout h1,
.block-withdrawal h1,
.block-topic-details h1,
.block-topic-page h1,
.block-order-gift-dest h1,
.block-order-gift-select h1,
.block-purchase-history-detail h1,
.block-order-cancellation h1,
.block-order-cancellation-completed h1,
.block-quick-order h1,
.block-order-method h1,
.block-goods-agreement h1,
.block-questionnaire h1 {
  margin: 0 0 30px;
  font-weight: 600;
  font-size: 30px;
}