﻿@charset "UTF-8";

/* ----全体レイアウト---- */
.main-container-wrap {
  max-width: var(--responsive-sys-container-width);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .container {
      margin-left: 10px;
      margin-right: 10px;
  }
}
@media screen and (min-width: 1441px) {
  .main-container-wrap {
    outline: 1px solid black;
  }
}
@media screen and (min-width: 769px) {
  .container {
    margin-left: clamp(10px,2vw,30px);
    margin-right: clamp(10px,2vw,30px);
  }
  .pane-contents,.main-container-wrap {
      min-height: 71vh;
  }
}
/* -----------------------------------------
    見出し
----------------------------------------- */
.cm-sec-title {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5em;
  line-height: 1.45;
  padding-bottom: 5px;
}
.cm-sec-title:not(:has(span)) , .cm-sec-title.is-single {font-size: 35px;}
.cm-sec-title span {
  display: block;
  font-size: 0.4em;
  font-weight: 500;
}
.cm-sec-title.is-center { justify-content: center; }
.block-container--header-wrap {
  border-bottom: 1px solid;
  padding-bottom: 0;
}
.block-container--header-wrap .block-page-title,
.block-container--header-wrap .cm-sec-title{
  margin-bottom: 0;
}
/* ---- 下層ページ見出し ---- */
.block-page-title {margin-bottom: clamp(20px,5vw,40px);}
@media (max-width: 768px) {
	.cm-sec-title {
	  font-size: clamp(20px,6.35vw,30px);
	}
	.cm-sec-title:not(:has(span)) , .cm-sec-title.is-single {font-size: clamp(12px,7vw,16px);}
	.block-container--header-wrap {
	  border-top: 1px solid;
	  padding-top: 25px;
	  padding-bottom: 5px;
	}
}
/* -----------------------------------------
    MORE BTN
----------------------------------------- */
.more-btn {
  line-height: 1;
}
.more-btn a {
  position: relative;
  padding-right: 70px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.more-btn a::before,
.more-btn a::after {
  content: "";
  height: 1px;
  display: inline-block;
  background-color: black;
  position: absolute;
  right: 0;
  margin: auto;
  transition: .5s ease;
}
.more-btn a::before {
  width: 38px;
  bottom: 3px;
}
.more-btn a::after {
  width: 12px;
  transform: rotate(35deg);
  bottom: 7px;
}
.more-btn a:hover {
  text-decoration: none;
}
.more-btn a:hover::before,
.more-btn a:hover::after {
  right: -10px;
}
@media (max-width: 768px) {
  .more-btn a {
    font-size: 12px;
  }
}
/* -----------------------------------------
    loadingアイコン
----------------------------------------- */
#loading {
  display: none;
}
#loading.spinner {
  position: fixed;
  left: 0;
  z-index: 3;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
  background: #fff;
}
.spin-loader {
  position: relative;
  margin-top: 50px;
}
.spin-loader > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  width: 5px;
  height: 15px;
}
.spin-loader > div {
  border-radius: 2px;
  margin: 2px;
  background: gray;
}
.spin-loader > div:nth-child(1) {
  top: 20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -.84s infinite ease-in-out;
}
.spin-loader > div:nth-child(2) {
  top: 13.64px;
  left: 13.64px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -.72s infinite ease-in-out;
}
.spin-loader > div:nth-child(3) {
  top: 0;
  left: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -.6s infinite ease-in-out;
}
.spin-loader > div:nth-child(4) {
  top: -13.64px;
  left: 13.64px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -.48s infinite ease-in-out;
}
.spin-loader > div:nth-child(5) {
  top: -20px;
  left: 0;
  -webkit-animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -.36s infinite ease-in-out;
}
.spin-loader > div:nth-child(6) {
  top: -13.64px;
  left: -13.64px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -.24s infinite ease-in-out;
}
.spin-loader > div:nth-child(7) {
  top: 0;
  left: -20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s -.12s infinite ease-in-out;
}
.spin-loader > div:nth-child(8) {
  top: 13.64px;
  left: -13.64px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
  animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
}
@keyframes line-spin-fade-loader {
  50% {
    opacity: .3;
  }
  100% {
    opacity: 1;
  }
}
/* -----------------------------------------
    vue_menu
----------------------------------------- */
#menubg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* Vue fade-in */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.2s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0;
}
/* navi */
.block-goods-list__navi {
  position: relative;
}
.block-goods-list__navi--btn {
  position: fixed;
  top: 14px;
  right: 14px;
  background: #f3f3f3;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  z-index: 10;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.9;
  border: 1px solid #dfdfdf;
  color: #333;
  font-size: 1.4rem;
}
.block-goods-list__navi--menu {
  width: 100%;
  height: 100%;
  top: 100%;
  border-top: 1px solid #dedede;
  background: #fff;
  z-index: 15;
  transition: 0.4s;
}
.block-goods-list__navi--menu::after {
  content: "";
  display: block;
  height: 65px;
}
.block-goods-list__navi.open {
  overflow: visible;
}
.block-goods-list__navi--menulist {
  margin: 0;
  padding: 0 0 65px;
  border: none;
}
.block-goods-list__navi--menutitle {
  width: 100%;
  padding: 10px;
  font-size: 12px;
  color: #999;
  margin: 0;
  line-height: 1.4;
  font-weight: 600;
}
.block-goods-list__navi-title {
  position: relative;
  text-align: center;
}
.block-goods-list__navi-title h2 {
  font-size: 15px;
  padding-top: 3px;
}
.block-goods-list__navi-close {
  position: absolute;
  top: -5px;
  right: 0;
  padding-top: 10px;
  width: 35px;
  height: 30px;
}
.block-goods-list__navi-close .action-sheet-icon--material {
  height: 16px;
  line-height: 16px;
  font-size: 20px;
  width: auto;
  margin: 0;
  color: #c7c7cc;
  float: none;
}
.block-goods-list__navi .list {
  border-bottom: none;
  background: none;
}
.block-goods-list__navi .list-item {
  font-size: 13px;
  flex-wrap: wrap;
}
.block-goods-list__navi .list-item__label {
  font-size: 13px;
}
.block-goods-list__navi .list-title {
  padding: 12px 14px 11px;
  font-weight: 600;
  font-size: 14px;
  color: #1f1f21;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-top: -1px;
}
.block-goods-list__navi .list-title-current {
  font-weight: 300;
  margin-left: 14px;
  font-size: 12px;
}
.block-goods-list__navi .list-item__top {
  box-sizing: border-box;
}
.block-goods-list__navi .list-item__center {
  display: flex;
  align-items: center;
  font-size: 15px;
  background: none;
  -webkit-order: 0;
  order: 0;
  padding: 19px 35px 19px 1px;
  border-bottom: 1px solid #dedede;
}
.block-goods-list__navi .list-item--chevron__right {
  background: none;
  font-size: 12px;
  color: #999;
  font-weight: 200;
  padding-right: 36px;
  z-index: 4;
  display: none;
}
.block-goods-list__navi .arrowclose + .list-item--chevron__right {
  display: flex;
}
/* 1階層ノーマルリンク用 */
.block-goods-list__navi--menulist > li.list-item--chevron {
  padding-left: 14px;
}
.block-goods-list__navi .list-item--expandable {
  background: none;
}
/* slidedown用 */
.block-goods-list__navi-slidedown {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.block-goods-list__navi .list-item--chevron {
  position: relative;
  flex-wrap: wrap;
}
.block-goods-list__navi .list-item--chevron span i {
  float: right;
  margin: 3px 5px 0 0;
}
.block-goods-list__navi .list-item--chevron.arrowdown {
  border-bottom: none;
}
.block-goods-list__navi .list-item--chevron.arrowdown:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 13px;
  top: 17px;
}
.block-goods-list__navi .list-item--chevron.arrowup:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 13px;
  top: 20px;
}
.block-goods-list__navi-slidedown > ul {
  max-height: 0;
  transition: max-height 0.8s;
}
.block-goods-list__navi-slidedown.open > ul {
  line-height: 1.5;
  max-height: 100vh;
  border-bottom: none;
}
.block-goods-list__navi-slidedown > ul li:last-child {
  border-bottom: none;
}
/* slideside用 */
.block-goods-list__navi.open .block-goods-list__navi-slideside {
  display: none;
  z-index: 8;
  background: #fff;
  height: auto;
  overflow: hidden;
}
.block-goods-list__navi-slideside h4 {
  text-align: center;
  padding: 12px 40px 11px;
}
.block-goods-list__navi-slideside .block-goods-list__navi-slideside {
  z-index: 6;
}
.block-goods-list__navi-slideside .block-goods-list__navi-slideside .block-goods-list__navi-slideside {
  z-index: 7;
}
.block-goods-list__navi .list-title-cancel {
  position: absolute;
  top: 3px;
  left: 0;
  margin: 0;
  padding: 13px 14px;
}
.block-goods-list__navi .arrowclose:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\f2d7";
  right: 16px;
  top: calc(50% - 9px);
  color: #c7c7cc;
  font-size: 18px;
  border: none;
  transform: none;
  z-index: 3;
}
/* fontawesome overwrite */
.fas {
  color: #ddd;
}
.block-goods-list__navi--side-slide {
  width: 100%;
  height: 100vh;
  overflow: scroll;
  position: fixed;
  left: 120vw;
  background: #fff;
  z-index: 30;
  transition: 0.4s;
  top: 0;
}
.block-goods-list__navi--side-slide.open {
  left: 0;
}
/* block-goods-list__item */
.block-goods-list__item {
  padding: 0;
  margin: 0;
  display: block;
}
.list-item div.list-item__center {
  position: relative;
}
.list-item--chevron > div.list-item__center:before,
.list-item--chevron > div.list-item__center:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.list-item--chevron > div.list-item__center:before {
  width: 2px;
  height: 10px;
  background-color: #444;
  right: 19px;
  margin-top: -5px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-item--chevron > div.minus:before {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.list-item--chevron > div.list-item__center:after {
  width: 10px;
  height: 2px;
  background-color: #444;
  right: 15px;
  margin-top: -1px;
}
.list-item__center.level0 + .block-goods-list__navi-slideside > ul.list > li:first-of-type {
  display: none;
}
.list-item__center.level0 {
  padding-left: 1em;
}
.list-item__center.level1 {
  padding-left: 2em;
}
.list-item__center.level2 {
  padding-left: 3em;
}
.list-item__center.level3 {
  padding-left: 4em;
}
.list-item__center.level4 {
  padding-left: 5em;
}
/* -----------------------------------------
    絞り込み
----------------------------------------- */
.block-filter,
.block-goods-list--sort-order-items,
.block-goods-list--display-style-items {
  opacity: 0;
}
.block-goods-filter-sort-wrap .block-filter,
.block-goods-filter-sort-wrap .block-goods-list--sort-order-items,
.block-goods-filter-sort-wrap .block-goods-list--display-style-items {
    opacity: 1;
}
.block-goods-filter-sort-wrap .pager-total.container {
    margin: 0;
}
.block-goods-list--display-style-items {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 20px;
  margin: 0 0 8px;
}

.block-goods-list--display-style-items .block-style--header {
  display: block;
  width: 60px;
  background: none;
}

.block-goods-list--display-style-items .block-style--header h2 {
  width: 60px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  font-weight: normal;
  color: #444;
  background: none;
}

.block-goods-list--display-style-items .block-style--header .block-style--expand-icon {
  display: none;
}

.block-goods-list--display-style-items .block-style--element {
  display: block;
  width: calc(100% - 60px);
}

.block-goods-list--display-style-items .block-style--element .block-style--select {
  display: block;
  width: 100%;
  height: auto;
  padding-left: 12px;
}

.block-goods-list--display-style-items .block-style--element .block-style--select select {
  width: 100%;
  padding: 4px;
}
.block-goods-list--sort-order-items {
  display: flex;
  align-items: center;
}
.block-goods-list--sort-order-items .block-sort--header {
  display: block;
  background: none;
}
.block-goods-list--sort-order-items .block-sort--header h2 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-weight: normal;
  color: #444;
  background: none;
}
.block-goods-list--sort-order-items .block-sort--element .block-sort--select {
  display: block;
  width: 100%;
  height: auto;
}

.block-goods-list--sort-order-items .block-sort--element .block-sort--select select {
  width: 100%;
  padding: 10px 10px;
  appearance: none;
  border: 1px solid #ACACAC;
  text-align: center;
  border-radius: 0.3em;
  min-width: auto;
}


.block-filter .block-filter--filter-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.block-filter .block-filter--image input[type="checkbox"], .block-filter--image .is-text {
    display: none;
}
.block-filter .block-filter--image input[type="checkbox"] + * img {
	border-radius: 100px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
}
.block-filter .block-filter--image .checkbox {
  position: relative;
}
.block-filter .block-filter--image .variation--item-icon {
  content: '';
	position: absolute;
  display: block;
	z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 10px;
}
.block-filter--header {
  border: 1px solid #acacac;
  display: inline-block;
  padding: 10px 10px 10px 60px;
  width: 100%;
  margin-left: auto;
  cursor: pointer;
  margin-left: auto;
  max-width: 190px;
  position: relative;
  border-radius: 0.3em;
  background: white url(../../img/usr/common/ico_filter_bk.svg) 15px / 30px no-repeat;
}
.block-goods-list--sort-order-items .block-sort--element .block-sort--select ,
.block-filter--header {
  position: relative;
}

.block-filter--header .block-filter--header-label {
  font-size: 100%;
}
.block-filter--select-label {
  font-weight: 500;
  display: inline-block;
  color: black;
}
a.block-filter--select-label {
  font-weight: normal;
  color: #444;
}
.block-filter--treeitem-selected {font-weight: bold;}
a.block-filter--treeitem-name {
  position: relative;
}
a.block-filter--treeitem-name::before {
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 100%;
  border: black 1px solid;
  vertical-align: bottom;
  margin-right: 10px;
}
a.block-filter--treeitem-name.block-filter--treeitem-selected::after {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  margin: auto;
  top: 3px;
  left: 4px;
}
@media (min-width: 769px){
    .block-filter--header.block-filter--open::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 4px;
    }
    .block-filter--open .block-filter--header-label::after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 6px;
    }
}
@media (max-width: 769px){
    .block-filter--select-label {
      font-size: 16px;
    }
	.block-filter--tree-1>.block-filter--treeitem .block-filter--select-label {
		margin-top: 1em;
	}
}
/* 絞り込みボタン */
.filter-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
  gap: 15px;
}
.block-filter--clear-btn {
  border: 0;
  outline: 0;
  cursor: pointer;
  background: transparent;
  position: relative;
  padding: 0;
}
.block-filter--search-btn {
    max-width: 300px;
    width: 95vw;
    padding: 10px 5px;
    border-radius: 4px;
}
.block-filter--frame-bg {
    background-color: rgb(0 0 0 / 80%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.block-filter--modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.block-filter--modal .block-filter--frame {
	background-color: white;
	margin: 70px auto auto;
	padding: 2em 1.5em;
	position: relative;
	height: 86svh;
	width: 90vw;
  max-width: 1000px;
	z-index: 2;
}
.block-filter--modal .block-filter--frame-inner {
	overflow: auto;
	max-height: 100%;
}
.block-filter--modal .block-filter--frame .block-filter--frame-close {
	position: absolute;
	top: -40px;
	right: 0;
	font-size: 0;
	width: 40px;
	aspect-ratio: 1 / 0.7;
	z-index: 1;
}
.block-filter--modal .block-filter--frame .block-filter--frame-close::before,
.block-filter--modal .block-filter--frame .block-filter--frame-close::after {
	content: "";
	display: inline-block;
	background-color: white;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.block-filter--modal .block-filter--frame .block-filter--frame-close::before {
  transform: rotate(45deg);
}
.block-filter--modal .block-filter--frame .block-filter--frame-close::after {
  transform: rotate(-45deg);
}
.block-filter .block-filter--filter-form .block-filter--header {
	margin: 0;
	max-width: none;
	text-align: center;
}
.block-filter--header-label::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.block-filter--list-item-container {cursor: pointer;font-weight: bold;font-size: 20px;margin-bottom: 10px;}

/* 絞り込み追従ボタン */
.block-filter-fixed-btn {
  position: fixed;
  bottom: 10px;
  right: 30px;
  -webkit-appearance: none;
  appearance: none;
  background: black url(../../img/usr/common/ico_filter_wh.svg) center / 60% no-repeat;
  border-radius: 100%;
  border: 1px solid;
  outline: 0;
  width: 50px;
  aspect-ratio: 1;
  cursor: pointer;
  z-index: 100;
}
.block-filter-fixed-btn.is-active {
  bottom: 80px;
}
.block-filter-fixed-btn.is-footer {
  opacity: 0.2;
  background: white url(../../img/usr/common/ico_filter_bk.svg) center / 60% no-repeat;
}
.block-filter-fixed-btn.block-filter--open {
    opacity: 0;
    visibility: hidden;
}
@media (min-width: 769px){
	.block-goods-filter-sort-wrap {
	  position: relative;
	  z-index: 1;
	  margin-top: clamp(50px,4vw,90px);
	  margin-bottom: 20px;
	  display: flex;
	  flex-wrap: wrap;
	  gap: 0 20px;
	}
	.block-goods-filter-sort-wrap .block-filter {
	  width: 100%;
	  opacity: 1;
	}
	.block-goods-filter-sort-wrap .block-filter--header {
	  height: 45px;
	  max-width: 140px;
	  margin-left: 0;
	}
	.block-goods-filter-sort-wrap .block-filter--header:first-child { margin-left: auto; }
	.block-goods-filter-sort-wrap .block-goods-list--sort-order-items,
	.block-goods-filter-sort-wrap .block-goods-list--display-style-items {
	  height: 45px;
	  display: flex;
	  align-items: center;
	  gap: 12px;
	  opacity: 1;
	}
	.block-goods-filter-sort-wrap .block-goods-list--sort-order-items {
	  margin-left: auto;
	}
	.block-filter--modal .block-filter--frame {
	  height: 73svh;
	  margin: auto;
	  max-height: 750px;
	  padding: 0;
	}
	.block-filter--list-item { padding-top: 40px; }
	.block-filter--list-item > * {
	    padding-left: clamp(10px,5vw ,120px);
	    padding-right: clamp(10px,5vw ,120px);
	}
	.block-filter--list-item + .block-filter--list-item {
	    border-top: 1px solid #ACACAC;
	    margin-top: 40px;
	}
	.block-filter--tree-1>.block-filter--treeitem + .block-filter--treeitem {
	    margin-top: 30px;
	}
	.block-filter--treeitem-container.child-tree-wrap { margin-top: 40px; }
	.block-filter--list-item .block-filter--filter-options,
	.block-filter--treeitem .js-filter-tree {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		margin-top: 10px;
	}
}
@media (max-width: 768px){
  .block-filter--modal .block-filter--frame { padding: 0;}
  .block-goods-filter-sort-wrap {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 20px;
      margin-bottom: 20px;
      align-items: center;
  }
  .block-goods-filter-sort-wrap .block-filter {
      width: 100%;
  }
  .block-goods-list--sort-order-items,
  .block-goods-list--display-style-items {
      display: inline-flex;
      margin-left: auto;
      align-items: center;
      gap: 10px;
      order: 2;
  }
  .block-goods-filter-sort-wrap .block-goods-list-naviframe:not(.block-goods-list-naviframe--bottom) {
    margin: 0;
    display: inline-block;
    width: 100%;
  }
  .block-goods-filter-sort-wrap .block-goods-list--display-style-items { order: 99; }
  .filter-button {
      gap: 20px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 25px 10px;
      margin: 0;
      z-index: 1;
      background-color: white;
      border-top: 1px solid #ACACAC;
  }
  .block-goods-filter-sort-wrap .block-filter--header {
    max-width: 40%;
    margin-left: 0;
    order: 1;
  }
  .block-filter--modal .block-filter--frame-inner .block-filter--filter-items {
    overflow: auto;
    max-height: calc(86svh - 145px);
  }
  .block-filter--treeitem, .block-filter--list-item-container {margin-bottom: 5px;}
  .block-filter--filter-options:not(.is-flex) .block-filter--element + .block-filter--element { margin-top: 15px; }
  .block-filter--tree-1>.block-filter--treeitem {margin-left: 1em;}
  .block-filter--treeitem .js-filter-tree {margin-left: 1.5em;margin-top: 0.5em;}
  .block-filter--list-item {padding-left: 20px;padding-right: 20px;padding-top: 20px;}
  .block-filter--list-item + .block-filter--list-item {
        border-top: 1px solid #ACACAC;
        margin-top: 20px;
  }
  .block-filter--search-btn {
	  width: 50vw;
  }
  .block-filter--clear-btn { position: relative; padding-left: 20px; }
  .block-filter--clear-btn::before , .block-filter--clear-btn::after { content: ""; position: absolute; top: 0; bottom: 0; left: 0; margin: auto; width: 15px; height: 1px; background-color: black; }
  .block-filter--clear-btn::before { transform: rotate(45deg); }
  .block-filter--clear-btn::after { transform: rotate(-45deg); }
	.block-filter-fixed-btn {
	  right: 10px;
	}
}

/* ---- LightningRecommend ---- */
.block-top-lightningrecommend,
.block-ranking-lightningrecommend {
  padding: 0 0 40px;
}

.block-top-lightningrecommend--header,
.block-ranking-lightningrecommend--header {
  margin: 0 0 24px;
  padding: 40px 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: 24px;
  font-weight: 500;
  line-height: 1.333;
  color: #000;
  background: none;
}
.block-common-lightningrecommend--header {
  padding: 16px 20px;
  border: 0;
  font-size: 19px;
  background: none;
}

.block-cart--lightningrecommend-wrapper {
  padding: 0 10px;
}

/* この商品を見た人はこちらの商品も見ています */
.main-container-wrap .block-common-lightningrecommend {
  margin: 0;
  border-top: 1px solid var(--responsive-sys-border-color-gray-primary);
  padding-top: 80px;
}
.main-container-wrap .block-common-lightningrecommend .block-thumbnail-t--items {
    box-shadow: 0 0 0 0;
}
.main-container-wrap .block-common-lightningrecommend .cm-sec-title {
    padding-top: 0;
    padding-bottom: 0;
}
/* ---- LightningRecommend：履歴 ---- */
.block-recent-item.reco-history-wrap {padding-top: clamp(60px,40vw,100px);box-shadow: 0 -1px 1px #000000;}
.page-cart .block-recent-item.reco-history-wrap { margin-left: 0; margin-right: 0; }
@media (min-width: 1441px) {
    .page-cart .main-container-wrap {
        outline: 0;
        box-shadow: inset -1px 0 0 var(--responsive-sys-border-color-gray-primary), inset 1px 0 0 var(--responsive-sys-border-color-gray-primary), inset 0 -1px 0 var(--responsive-sys-border-color-gray-primary);
    }
}
@media (min-width: 769px){
    .recent-item--header {
        display: flex;
        align-items: end;
        margin-bottom: 10px;
        position: relative;
    }
    .recent-item--header [class*="swiper-button"]:not(.swiper-button-lock) {
        position: relative;
        left: auto;
        display: block;
        width: 40px;
        height: fit-content;
        aspect-ratio: 1;
        background-color: white;
        transition: var(--responsive-transition);
    }
    .recent-item--header [class*="swiper-button-"]::after {
        content: "";
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        border-right: 2px solid black;
        border-top: 2px solid black;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
    }
	.recent-item--header [class*="swiper-button-"] + [class*="swiper-button-"] { margin-left: 20px;}
    .recent-item--header .swiper-button-prev::after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .recent-item--header .swiper-button-next::after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .recent-item--header [class*="swiper-button-"]:hover {
      border-color: black;
    }
    .block-recent-item.reco-history-wrap .swiper-scrollbar { display: none; }
}
@media (max-width: 768px){
	.block-recent-item.reco-history-wrap {position: relative;padding-top: 30px;padding-bottom: 70px;}
  .main-container-wrap .block-common-lightningrecommend {
    padding-top: 30px;
  }
  .block-common-lightningrecommend .block-common-lightningrecommend--list {
      overflow: auto;
      white-space: nowrap;
  }
  .block-common-lightningrecommend .block-thumbnail-t--items {
      flex-wrap: nowrap;
  }
  .block-common-lightningrecommend .block-thumbnail-t--items .block-thumbnail-t--item {
      box-shadow: inset -1px 0 0 var(--responsive-sys-border-color-gray-primary),
                  inset 0 -1px 0 var(--responsive-sys-border-color-gray-primary),
                  inset 0 1px 0 var(--responsive-sys-border-color-gray-primary);
  }
  .block-common-lightningrecommend .block-thumbnail-t--items .block-thumbnail-t--item > * {
	  white-space: normal;
	  width: 36vw;
  }
	.recent-item--header {margin-bottom: 10px;}
	.recent-item--header .block-recent-item--keep-history,
	.recent-item--header [class*="swiper-button"] {
		display: none;
	}
	.block-recent-item--keep-history {
	    position: absolute;
	    bottom: 30px;
	    left: 0;
	    right: 0;
	    margin: auto;
	    justify-content: center;
	}
	.recent-item--header .block-recent-item--keep-history a {
	    font-size: 18px;
	}
	.block-recent-item.reco-history-wrap .swiper-scrollbar { bottom: 0; }
	.block-recent-item--body .block-thumbnail-h {padding-bottom: 30px;}
	.block-recent-item--body .swiper-scrollbar-drag { background-color: black; }
}
.recent-item--header .block-recent-item--keep-history {
    margin-left: auto;
    margin-right: 40px;
    display: flex;
    align-items: end;
}
.recent-item--header .block-top-topic--header.cm-sec-title {
    margin-bottom: 0;
    padding: 0;
    line-height: 1;
}
.recent-item--header .block-recent-item--keep-history a {
    text-decoration: underline;
}
@media (max-width: 768px){
    .recent-item--header .block-recent-item--keep-history {
        margin-right: 0;
    }
}