:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1
}

.sko-sw {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1
}

.sko-sw-vertical>.sko-sw-wrapper {
  flex-direction: column
}

.sko-sw-wrapper {
  box-sizing: content-box;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1
}

.sko-sw-android .sko-sw-slide,
.sko-sw-ios .sko-sw-slide,
.sko-sw-wrapper {
  transform: translateZ(0)
}

.sko-sw-horizontal {
  touch-action: pan-y
}

.sko-sw-vertical {
  touch-action: pan-x
}

.sko-sw-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%
}

.sko-sw-slide-invisible-blank {
  visibility: hidden
}

.sko-sw-autoheight,
.sko-sw-autoheight .sko-sw-slide {
  height: auto
}

.sko-sw-autoheight .sko-sw-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.sko-sw-backface-hidden .sko-sw-slide {
  backface-visibility: hidden;
  transform: translateZ(0)
}

.sko-sw-3d.sko-sw-css-mode .sko-sw-wrapper {
  perspective: 1200px
}

.sko-sw-3d .sko-sw-wrapper {
  transform-style: preserve-3d
}

.sko-sw-3d {
  perspective: 1200px
}

.sko-sw-3d .sko-sw-cube-shadow,
.sko-sw-3d .sko-sw-slide {
  transform-style: preserve-3d
}

.sko-sw-css-mode>.sko-sw-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.sko-sw-css-mode>.sko-sw-wrapper::-webkit-scrollbar {
  display: none
}

.sko-sw-css-mode>.sko-sw-wrapper>.sko-sw-slide {
  scroll-snap-align: start start
}

.sko-sw-css-mode.sko-sw-horizontal>.sko-sw-wrapper {
  scroll-snap-type: x mandatory
}

.sko-sw-css-mode.sko-sw-vertical>.sko-sw-wrapper {
  scroll-snap-type: y mandatory
}

.sko-sw-css-mode.sko-sw-free-mode>.sko-sw-wrapper {
  scroll-snap-type: none
}

.sko-sw-css-mode.sko-sw-free-mode>.sko-sw-wrapper>.sko-sw-slide {
  scroll-snap-align: none
}

.sko-sw-css-mode.sko-sw-centered>.sko-sw-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999
}

.sko-sw-css-mode.sko-sw-centered>.sko-sw-wrapper>.sko-sw-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always
}

.sko-sw-css-mode.sko-sw-centered.sko-sw-horizontal>.sko-sw-wrapper>.sko-sw-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before)
}

.sko-sw-css-mode.sko-sw-centered.sko-sw-horizontal>.sko-sw-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.sko-sw-css-mode.sko-sw-centered.sko-sw-vertical>.sko-sw-wrapper>.sko-sw-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before)
}

.sko-sw-css-mode.sko-sw-centered.sko-sw-vertical>.sko-sw-wrapper:before {
  height: var(--swiper-centered-offset-after);
  min-width: 1px;
  width: 100%
}

.sko-sw-3d .sko-sw-slide-shadow,
.sko-sw-3d .sko-sw-slide-shadow-bottom,
.sko-sw-3d .sko-sw-slide-shadow-left,
.sko-sw-3d .sko-sw-slide-shadow-right,
.sko-sw-3d .sko-sw-slide-shadow-top {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.sko-sw-3d .sko-sw-slide-shadow {
  background: rgba(0, 0, 0, .15)
}

.sko-sw-3d .sko-sw-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.sko-sw-3d .sko-sw-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.sko-sw-3d .sko-sw-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.sko-sw-3d .sko-sw-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.sko-sw-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid transparent;
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10
}

.sko-sw-watch-progress .sko-sw-slide-visible .sko-sw-lazy-preloader,
.sko-sw:not(.sko-sw-watch-progress) .sko-sw-lazy-preloader {
  animation: swiper-preloader-spin 1s linear infinite
}

.sko-sw-lazy-preloader-white {
  --swiper-preloader-color: #fff
}

.sko-sw-lazy-preloader-black {
  --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.sko-sw-fade.sko-sw-free-mode .sko-sw-slide {
  transition-timing-function: ease-out
}

.sko-sw-fade .sko-sw-slide {
  pointer-events: none;
  transition-property: opacity
}

.sko-sw-fade .sko-sw-slide .sko-sw-slide {
  pointer-events: none
}

.sko-sw-fade .sko-sw-slide-active,
.sko-sw-fade .sko-sw-slide-active .sko-sw-slide-active {
  pointer-events: auto
}

.sko-sw-free-mode>.sko-sw-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out
}

.sko-sw-virtual .sko-sw-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0)
}

.sko-sw-virtual.sko-sw-css-mode .sko-sw-wrapper:after {
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0
}

.sko-sw-virtual.sko-sw-css-mode.sko-sw-horizontal .sko-sw-wrapper:after {
  height: 1px;
  width: var(--swiper-virtual-size)
}

.sko-sw-virtual.sko-sw-css-mode.sko-sw-vertical .sko-sw-wrapper:after {
  height: var(--swiper-virtual-size);
  width: 1px
}

.stretched-link:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

[data-browse-mode=P] .sko-list-head {
  margin-bottom: 64px
}

[data-browse-mode=S] .sko-list-head {
  left: 50%;
  margin-bottom: 32px;
  margin-left: -50vw;
  padding: 0 15px;
  position: relative;
  width: 100vw
}

.sko-list-head-title {
  font-family: "Noto Serif JP";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  padding: 0 .25em .3em;
  position: relative
}

.sko-list-head-title:after {
  border-top: 1px solid #707070;
  bottom: 0;
  content: " ";
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  width: 100%
}

[data-browse-mode=P] .sko-list-head-title {
  font-size: 30px;
  margin-bottom: 30px
}

[data-browse-mode=S] .sko-list-head-title {
  font-size: 24px;
  margin-bottom: 25px;
  text-align: center
}

[data-browse-mode=P] .sko-block+.sko-block {
  margin-top: 48px
}

[data-browse-mode=S] .sko-block+.sko-block {
  margin-top: 32px
}

.sko-list-head-kv {
  position: relative
}

.sko-list-head-kv__img {
  display: block;
  margin: 0;
  padding: 0
}

.sko-list-head-kv__img img {
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.sko-list-head-lead {
  letter-spacing: .09em;
  line-height: 1.6
}

[data-browse-mode=P] .sko-list-head-lead {
  font-size: 16px;
  text-align: center
}

[data-browse-mode=S] .sko-list-head-lead {
  margin-top: 14px
}

.sko-list-head-lead strong {
  font-weight: 700
}

[data-browse-mode=P] .sko-list-head-lead *+p {
  margin-top: 30px
}

[data-browse-mode=S] .sko-list-head-lead *+p {
  margin-top: 2em
}

.sko-list-head-kv__list {
  overflow: hidden;
  padding: 0
}

[data-browse-mode=P] .sko-list-head-kv__list {
  margin: 0 32px
}

[data-browse-mode=S] .sko-list-head-kv__list {
  margin: 0 24px
}

.sko-list-head-kv__items {
  display: flex;
  flex-wrap: nowrap
}

.sko-list-head-kv__items>* {
  flex-shrink: 0;
  max-width: 100%;
  width: 100%
}

.sko-list-head-kv__item {
  flex: 0 0 auto;
  width: 100%
}

.sko-list-head-kv-card {
  display: block;
  width: 100%
}

.sko-list-head-kv-card img {
  display: block;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.sko-list-head-kv-card a {
  text-decoration: none
}

.sko-list-head-kv-card a img {
  transition: none .2s cubic-bezier(.215, .61, .355, 1);
  transition-property: opacity
}

:root .sko-list-head-kv-card a:hover,
_:-ms-fullscreen:hover {
  text-decoration: none
}

:root .sko-list-head-kv-card a:hover img,
_:-ms-fullscreen:hover img {
  opacity: .8
}

.sko-list-head-kv .sko-sw-ctrl .sko-sw-pagination {
  display: none
}

.sko-list-head-kv .sko-sw-ctrl .sko-sw-button {
  display: block;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 23.79772px
}

.sko-list-head-kv .sko-sw-ctrl .sko-sw-button:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MC4zNCIgdmlld0JveD0iMCAwIDI0IDQwLjM0Ij48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGQ9Ik0wIDBoMjR2NDAuMzRIMHoiIHN0eWxlPSJmaWxsOm5vbmUiLz48L2NsaXBQYXRoPjwvZGVmcz48ZyBzdHlsZT0iY2xpcC1wYXRoOnVybCgjYSkiPjxwYXRoIGQ9Ik0yMS4wOCAwYTIuOTIyIDIuOTIyIDAgMCAxIDIuMDEgNS4wNEw3LjE3IDIwLjE3IDIzLjA5IDM1LjNzLjAzLjAzLjA1LjA0YTIuOTEzIDIuOTEzIDAgMCAxIC4wNiA0LjEzIDIuOTEzIDIuOTEzIDAgMCAxLTQuMTMuMDZMLjkxIDIyLjI5bC0uMTEtLjExYTIuOTIgMi45MiAwIDAgMSAuMTEtNC4xM0wxOS4wNi44Yy41NC0uNTEgMS4yNy0uOCAyLjAyLS44IiBzdHlsZT0iZmlsbDojNDc0NjQ0Ii8+PC9nPjwvc3ZnPg==") no-repeat 0 0;
  background-size: 100% 100%;
  content: " ";
  display: block;
  height: 100%;
  width: 100%
}

.sko-list-head-kv .sko-sw-ctrl .sko-sw-button:not(.sko-sw-button-disabled) {
  cursor: pointer;
  transition: none .2s cubic-bezier(.215, .61, .355, 1);
  transition-property: opacity
}

:root .sko-list-head-kv .sko-sw-ctrl .sko-sw-button:not(.sko-sw-button-disabled):hover,
_:-ms-fullscreen:hover {
  opacity: .6
}

.sko-list-head-kv .sko-sw-ctrl .sko-sw-button-prev {
  left: 0
}

.sko-list-head-kv .sko-sw-ctrl .sko-sw-button-next {
  right: 0
}

.sko-list-head-kv .sko-sw-ctrl .sko-sw-button-next:before {
  transform: scaleX(-1)
}

[data-browse-mode=P] .sko-list-head-kv .sko-sw-ctrl .sko-sw-button {
  height: 40.34px;
  width: 24px
}

[data-browse-mode=S] .sko-list-head-kv .sko-sw-ctrl .sko-sw-button {
  height: 26.89333px;
  width: 16px
}

.sko-list-filter,
.sko-list-filter-group__title {
  font-family: "Noto Serif JP";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15
}

.sko-list-filter-group__title {
  position: relative
}

[data-browse-mode=P] .sko-list-filter-group__title {
  font-size: 24px;
  margin: 0 0 38px
}

[data-browse-mode=S] .sko-list-filter-group__title {
  font-size: 18px;
  margin: 0 0 24px
}

[data-browse-mode=P] .sko-list-filter-group__desc+.sko-list-filter-group__desc {
  margin-top: 38px
}

[data-browse-mode=S] .sko-list-filter-group__desc+.sko-list-filter-group__desc {
  margin-top: 24px
}

[data-browse-mode=S] .sko-list-filter__list {
  margin-left: -15px;
  margin-right: -15px;
  overflow: auto;
  padding-bottom: 16px;
  padding-left: 15px;
  padding-right: 15px
}

.sko-list-filter__items {
  display: flex;
  flex-wrap: wrap
}

.sko-list-filter__items>* {
  flex-shrink: 0;
  max-width: 100%;
  width: 100%
}

[data-browse-mode=S] .sko-list-filter__items {
  flex-wrap: nowrap
}

.sko-list-filter__item {
  flex: 0 0 auto;
  width: auto
}

.sko-list-filter-amount .sko-list-filter__items {
  margin-left: -8px;
  margin-right: -8px;
  margin-top: -16px
}

.sko-list-filter-amount .sko-list-filter__item {
  margin-top: 16px;
  padding-left: 8px;
  padding-right: 8px
}

[data-browse-mode=S] .sko-list-filter-amount .sko-list-filter__item {
  width: calc((100% - 0px) / 2);
}
.sko-list-filter-btn--amount {
  align-items: center;
  border: 1px solid #976F12;
  border-radius: 9999px;
  display: flex;
  font-size: 20px;
  height: 44px;
  justify-content: center;
  line-height: 1.15;
  width: 200px;
}

[data-browse-mode=S] .sko-list-filter-btn--amount {
  width: unset;
}

.sko-list-filter-btn--amount.active {
  background: #976F12;
  color: #fff
}

a.sko-list-filter-btn--amount,
button:not(:disabled).sko-list-filter-btn--amount {
  cursor: pointer;
  text-decoration: none;
  transition: none .2s cubic-bezier(.215, .61, .355, 1);
  transition-property: background, color
}

:root a.sko-list-filter-btn--amount:hover,
:root button:not(:disabled).sko-list-filter-btn--amount:hover,
_:-ms-fullscreen:hover {
  background: #976F12;
  color: #fff;
  text-decoration: none
}

[data-browse-mode=P] .sko-list-filter-btn--amount {
  font-size: 20px
}

[data-browse-mode=S] .sko-list-filter-btn--amount {
  font-size: 16px
}

[data-browse-mode=P] .sko-list-filter-ctg .sko-list-filter__items {
  margin-left: -22px;
  margin-right: -22px;
  margin-top: -44px
}

[data-browse-mode=P] .sko-list-filter-ctg .sko-list-filter__item {
  flex: 0 0 auto;
  margin-top: 44px;
  padding-left: 22px;
  padding-right: 22px;
  width: 20%
}

[data-browse-mode=S] .sko-list-filter-ctg .sko-list-filter__items {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -24px
}

[data-browse-mode=S] .sko-list-filter-ctg .sko-list-filter__item {
	max-width: 120px;
	width: 120px;
	min-width: 120px;
  margin-top: 24px;
  padding-left: 12px;
  padding-right: 12px
}

.sko-list-filter-btn--ctg {
  display: flex;
  flex-direction: column;
  min-height: 0;
  text-align: center
}

.sko-list-filter-btn--ctg .sko-list-filter__ico {
  aspect-ratio: 1/1;
  display: block;
  height: auto;
  width: 100%
}

.sko-list-filter-btn--ctg .sko-list-filter__ico img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%
}

.sko-list-filter-btn--ctg .sko-list-filter__lbl {
  font-size: 20px;
  margin-top: 1em
}

a.sko-list-filter-btn--ctg .sko-list-filter__ico {
  transition: none .2s cubic-bezier(.215, .61, .355, 1);
  transition-property: opacity
}

a.sko-list-filter-btn--ctg .sko-list-filter__lbl {
  text-decoration: none;
  text-underline-offset: .2em
}

:root a.sko-list-filter-btn--ctg:hover .sko-list-filter__ico,
_:-ms-fullscreen:hover .sko-list-filter__ico {
  opacity: .6
}

:root a.sko-list-filter-btn--ctg:hover .sko-list-filter__lbl,
_:-ms-fullscreen:hover .sko-list-filter__lbl {
  text-decoration: underline
}

[data-browse-mode=S] .sko-list-filter-ctg .sko-list-filter__ico {
  max-width: 120px
}

[data-browse-mode=P] .sko-list-filter-ctg .sko-list-filter__lbl {
  font-size: 20px
}

[data-browse-mode=S] .sko-list-filter-ctg .sko-list-filter__lbl {
  font-size: 16px
}

body.page-shoppage .block-top-event--wrap {
  background-color: #f8f8f8
}

body.page-shoppage .block-top-event--wrap .headline-title {
  font-family: "Noto Serif JP";
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  text-align: left
}

body.page-shoppage .block-top-event--wrap .block-ranking-r,
body.page-shoppage .block-top-event--wrap .block-ranking-r--items,
body.page-shoppage .block-top-event--wrap .block-thumbnail-t,
body.page-shoppage .block-top-event--wrap .block-top-event--goods {
  margin: 0;
  padding: 0
}

body.page-shoppage .block-top-event--wrap .block-ranking-r--items {
  gap: 0;
  overflow-x: visible
}

body.page-shoppage .block-top-event--wrap .block-top-event--goods:after,
body.page-shoppage .block-top-event--wrap .block-top-event--goods:before {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden
}

[data-browse-mode=P] body.page-shoppage .block-top-event--wrap {
  padding: 24px 24px 32px
}

[data-browse-mode=P] body.page-shoppage .block-top-event--wrap .headline-title {
  font-size: 26px
}

[data-browse-mode=P] body.page-shoppage .block-top-event--wrap .block-ranking-r--items,
[data-browse-mode=P] body.page-shoppage .block-top-event--wrap .block-thumbnail-t {
  display: flex;
  flex-wrap: wrap;
  margin: -22px -11px 0;
  padding: 0
}

[data-browse-mode=P] body.page-shoppage .block-top-event--wrap .block-ranking-r--items>*,
[data-browse-mode=P] body.page-shoppage .block-top-event--wrap .block-thumbnail-t>* {
  flex-shrink: 0;
  flex: 0 0 auto;
  margin: 22px 0 0;
  max-width: 100%;
  padding: 0 11px;
  width: 100%;
  width: 25%
}

[data-browse-mode=S] body.page-shoppage .block-top-event--wrap {
  padding: 15px 15px 30px
}

[data-browse-mode=S] body.page-shoppage .block-top-event--wrap .headline-title {
  font-size: 20px
}

[data-browse-mode=S] body.page-shoppage .block-top-event--wrap .block-ranking-r--items,
[data-browse-mode=S] body.page-shoppage .block-top-event--wrap .block-thumbnail-t--items {
  display: flex;
  flex-wrap: wrap;
  margin: -45px -7.5px 0;
  padding: 0
}

[data-browse-mode=S] body.page-shoppage .block-top-event--wrap .block-ranking-r--items>*,
[data-browse-mode=S] body.page-shoppage .block-top-event--wrap .block-thumbnail-t--items>* {
  flex-shrink: 0;
  flex: 0 0 auto;
  margin: 45px 0 0;
  max-width: 100%;
  padding: 0 7.5px;
  width: 100%;
  width: 50%
}

li.sko-list-filter__item a {
    color: #976F12;
}
a.sko-list-filter__link.sko-list-filter-btn--ctg {
    color: #000;
}
span.sko-list-filter__lbl {
    color: #000;
}
@media (hover:hover) {
  .sko-list-head-kv-card a:hover {
    text-decoration: none
  }

  .sko-list-head-kv-card a:hover img {
    opacity: .8
  }

  .sko-list-head-kv .sko-sw-ctrl .sko-sw-button:not(.sko-sw-button-disabled):hover {
    opacity: .6
  }

  a.sko-list-filter-btn--amount:hover,
  button:not(:disabled).sko-list-filter-btn--amount:hover {
    background:#976F12;
    color: #fff;
    text-decoration: none
  }


  a.sko-list-filter-btn--ctg:hover .sko-list-filter__ico {
    opacity: .6
  }

  a.sko-list-filter-btn--ctg:hover .sko-list-filter__lbl {
    text-decoration: underline
  }
}

@media (hover:none) {

  .sko-list-head-kv-card a:active,
  .sko-list-head-kv-card a:focus {
    -webkit-tap-highlight-color: transparent;
    text-decoration: none
  }

  .sko-list-head-kv-card a:active img,
  .sko-list-head-kv-card a:focus img {
    opacity: .8
  }

  .sko-list-head-kv .sko-sw-ctrl .sko-sw-button:not(.sko-sw-button-disabled):active,
  .sko-list-head-kv .sko-sw-ctrl .sko-sw-button:not(.sko-sw-button-disabled):focus {
    -webkit-tap-highlight-color: transparent;
    opacity: .6
  }

  a.sko-list-filter-btn--amount:active,
  a.sko-list-filter-btn--amount:focus,
  button:not(:disabled).sko-list-filter-btn--amount:active,
  button:not(:disabled).sko-list-filter-btn--amount:focus {
    -webkit-tap-highlight-color: transparent;
    background: #976F12;
    color: #fff;
    text-decoration: none
  }

  a.sko-list-filter-btn--ctg:active,
  a.sko-list-filter-btn--ctg:focus {
    -webkit-tap-highlight-color: transparent
  }

  a.sko-list-filter-btn--ctg:active .sko-list-filter__ico,
  a.sko-list-filter-btn--ctg:focus .sko-list-filter__ico {
    opacity: .6
  }

  a.sko-list-filter-btn--ctg:active .sko-list-filter__lbl,
  a.sko-list-filter-btn--ctg:focus .sko-list-filter__lbl {
    text-decoration: underline
  }
}

.pane-main .block-category-list .block-category-list--header-freespace {
  display: block;
}