
@charset "UTF-8";


.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
  visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-next, .slick-prev {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}
.StoreSingle__Related__Grid .slick-next, .StoreSingle__Related__Grid .slick-prev{
  width: 60px;
  height: 60px
}
.StoreSingle__Related__Grid .slick-next{
  right: -60px
}
.StoreSingle__Related__Grid .slick-prev{
  left: -60px
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 1
}

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 4.4rem;
  line-height: 1;
  color: #1a1a1a;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -100px
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -100px
}

.slick-prev:before {
  font-family: trackicon;
  content: '\e90c'
}

[dir=rtl] .slick-prev:before {
  content: '\e90d'
}

.slick-next {
  right: -100px
}

[dir=rtl] .slick-next {
  left: -100px;
  right: auto
}

.slick-next:before {
  font-family: trackicon;
  content: '\e90d'
}

[dir=rtl] .slick-next:before {
  content: '\e90c'
}


/*PRODUCT-SINGLEÃ¤Â¿Â®Ã¦Â­Â£

.StoreSingle {
  width: 100%;
  max-width: 768px;
  margin: 0 auto
}

.StoreSingle__Body, .StoreSingle__Head, .StoreSingle__Image {
  padding: 0 20px
}

.StoreSingle__Head {
  margin-bottom: 1em;
  text-align: center
}

.StoreSingle__Head__Label {
  font-family: "Open Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.53
}

@media screen and (min-width:768px) {
  .StoreSingle__Body, .StoreSingle__Head, .StoreSingle__Image {
    padding: 0 38px
  }
}

@media screen and (min-width:1024px) {
  .StoreSingle {
    max-width: 1366px;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 444px;
    -ms-grid-columns: 1fr 444px;
    grid-template-rows: auto 1fr;
    -ms-grid-rows: auto 1fr
  }
  .StoreSingle__Head {
    margin-bottom: 0;
    text-align: left;
    grid-column: 2/3;
    -ms-grid-column: 2/3;
    grid-row: 1/2;
    -ms-grid-row: 1/2
  }
  .StoreSingle__Image {
    grid-column: 1/2;
    -ms-grid-column: 1/2;
    grid-row: 1/3;
    -ms-grid-row: 1/3
  }
  .StoreSingle__Body {
    grid-column: 2/3;
    -ms-grid-column: 2/3;
    grid-row: 2/3;
    -ms-grid-row: 2/3
  }
}

.StoreSingle__ImageSlide {
  display: none
}

.StoreSingle__ImageSlide.slick-initialized {
  display: block
}

.StoreSingle__Image__Description, .StoreSingle__Image__Main, .StoreSingle__Image__Thumbs {
  width: 100%;
  max-width: 480px;
  margin: 0 auto
}

.StoreSingle__Image__Description {
  margin: 1.75em auto 1.65em;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.54
}

.StoreSingle__Image__Description span {
  display: block;
  font-weight: 500
}

.StoreSingle__Image__Thumbs {
  width: auto;
  max-width: 480px
}

.StoreSingle__Image .video--Icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media screen and (min-width:768px) {
  .StoreSingle__Image__Description span {
    display: inline-block;
    margin-left: 4px
  }
}

.StoreSingle__ImageSlide__Item {
  position: relative
}

.StoreSingle__ImageSlide__Item .video--Icon {
  width: 56px
}

.StoreSingle__ThumbsList {
  width: auto;
  margin: 0 -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden
}

.StoreSingle__ThumbsList__Item {
  width: calc(16.6666% - 4px);
  padding: 2.5px 2px 2px;
  margin: 4px 2px 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(153, 153, 153, 0)
}

.StoreSingle__ThumbsList__Item .video--Icon {
  width: 28px
}

.StoreSingle__ThumbsList__Item.thumbnail-current {
  border: 1px solid #999
}

.StoreSingle__ThumbsList__Item:nth-child(-n+6) {
  margin-top: 0
}

@media screen and (min-width:768px) {
  .StoreSingle__ThumbsList {
    margin: 0 -7px
  }
  .StoreSingle__ThumbsList__Item {
    width: calc(16.6666% - 8px);
    margin: 8px 4px 0
  }
  .StoreSingle__ThumbsList__Item .video--Icon {
    width: 31px
  }
}

.StoreSingle__Body__Description {
  margin-top: 3em;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2
}

.StoreSingle__Body__Backstories {
  width: 100%;
  margin-top: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Chunk, sans-serif;
  font-size: 1.5rem;
  line-height: 1
}

.StoreSingle__Body__Backstories span {
  display: block;
  padding-left: 18px;
  padding-bottom: 5px;
  font-family: "Noto Sans JP", "Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Pro W3", "Hiragino Kaku Gothic Pro", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", Meiryo, "Ã¯Â¼Â­Ã¯Â¼Â³ Ã¯Â¼Â°Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1
}

.StoreSingle__Body__Backstories i {
  margin-left: auto;
  margin-bottom: 3px
}

.StoreSingle__Body__Price {
  width: 100%;
  margin-top: 2.5em;
  padding: 1em 24px 1em 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #1a1a1a;
  border-left: none;
  border-right: none;
  font-size: 1.6rem;
  font-weight: 700
}

.StoreSingle__Body__Price span {
  display: block;
  margin-left: auto;
  font-size: 1.3rem;
  font-weight: 700
}

@media screen and (min-width:768px) {
  .StoreSingle__Body__Description {
    margin-top: 5em
  }
}

@media screen and (min-width:1280px) {
  .StoreSingle__Body__Description {
    margin-top: 1.5em
  }
}

.StoreSingle__Family {
  width: 100%;
  background-color: #f7f6f2
}

.StoreSingle__Family__Grid {
  width: 100%;
  max-width: 880px
}

.StoreSingle__Related {
  width: 100%;
  border-top: 1px solid #c9c9c9
}

.StoreSingle__Related__Grid {
  width: 100%;
  max-width: 880x
}

.StoreSingle__Contact {
  width: 100%;
  border-top: 1px solid #c9c9c9
}

.StoreSingle__Contact__Grid {
  width: 100%;
  max-width: 880px
}


@media screen and (min-width: 1280px){
  .GlobalNav .is--Current .GlobalNav__Sub__List li a {
    font-size: 1.7rem;
}
}



.TopBar{
  transform: none;
    transition: .5s
}
.Store-Submenu{
  transform: none;
  transition: .5s
}

.GlobalNav{
  position: absolute;
}
.GlobalNav__Sub{
  position: absolute;
}
.scrolling-down .TopBar, .scrolling-down .Store-Submenu{
  opacity: 0;
  transform: translate(0,-70%);
  pointer-events: none;
  transition: .2s
}

.Furniture .GlobalNav__Sub.PCFuniture__List, .Furniture .Store-Submenu, .Goods .Store-Submenu{
  transform: none;
  opacity: 1;
  transition: opacity .25s ease, transform .4s ease ;
}
.GlobalNav__Sub.PCFuniture__List.is--Hide, .Furniture .Store-Submenu.is--Hide, .Goods .Store-Submenu.is--Hide{
  transform: translate(0,-10%);
  opacity: 0
}


*/



/*SINGLE*/

/*PRODUCT-SINGLEÃ¤Â¿Â®Ã¦Â­Â£*/

.StoreSingle {
  width: 100%;
  max-width: 768px;
  margin: 0 auto
}

.StoreSingle__Body, .StoreSingle__Head, .StoreSingle__Image {
  padding: 0 20px
}

.StoreSingle__Head {
  margin-bottom: 20px;
  text-align: center
}

.StoreSingle__Head__Label {
  font-family: "Open Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  line-height: 1.53
}
.Goods .StoreSingle__Head__Label {
  font-family:  "Noto Sans JP", "Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Pro W3", "Hiragino Kaku Gothic Pro", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", Meiryo, "Ã¯Â¼Â­Ã¯Â¼Â³ Ã¯Â¼Â°Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}
.StoreSingle__Body {
  width: 100%;
  max-width: 520px;
  margin: 20px auto 0
}
.slick-next:before, .slick-prev:before{
  opacity: .2;
}
.StoreSingle__Image__Description, .StoreSingle__Image__Main, .StoreSingle__Image__Thumbs {
  width: 100%;
  max-width: 480px;
  margin: 0 auto
}

.StoreSingle__ImageSlide.slick-initialized {
  display: block
}
.StoreSingle__Head{
  display: none;
}
.StoreSingle__Head.SP--Hide{
  display: block;
  margin-top: 20px;
}
.StoreSingle__Head.SP--Hide .StoreSingle__FamilyHeading{
  text-align: center;
}
.StoreSingle__Head.SP--Hide .StoreSingle__Head__Label{
      margin: 8px 0;
}

@media screen and (min-width:768px) {
  .StoreSingle__Head, .StoreSingle__Image {
    padding: 0 38px;
  }
}
@media screen and (min-width:800px) {
.StoreSingle__Head{
  display: block;
}
.StoreSingle__Head.SP--Hide{
  display: none;
}
.StoreSingle__Body {
  padding: 0 38px;
}
.StoreSingle__Image {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
  .StoreSingle__Image__Thumbs{
    width: 130px;
    order: -1
  }
  .StoreSingle__ThumbsList li{
    width: 36%
  }
  .SP--Hide{
  display: none;
}
.StoreSingle__Image__Main{
    width: 64%;
}
.StoreSingle__Image-Inner{
  max-width: 650px;
  display: flex;
  flex-wrap: nowrap;
}
  .StoreSingle {
    max-width: 1366px;
    display: flex;
    flex-wrap: nowrap;
    
    
  }
  .StoreSingle__Head {
    margin-bottom: 20px;
    text-align: left;
    
    margin-left: auto;
    padding: 0
  }
  .StoreSingle__Image {
   
    padding: 0;
  flex-basis: 846px;
    max-width: 846px;
  }
  .StoreSingle__Body {
    margin:0;
    width: auto;
    min-width: auto;
    flex-basis: 444px;
    max-width: 444px;
    min-width: 396px;
  }
  .StoreSingle__Family__Header{
    padding: 0 0 20px;
    margin-top: -10px
  }
  .StoreSingle__ImageSlide.slick-initialized{
    display: block;
    max-width: 413px;
    margin: 0 auto;
}
}
@media screen and (max-width:1080px) {
.StoreSingle__Image{
  padding-left: 4%;
}
}
@media screen and (max-width:800px) {
.StoreSingle__Image{
  margin-left:0;
}
}

.StoreSingle__ImageSlide {
  display: none
}


.StoreSingle__Image__Description {
  margin: 16px auto 19px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.54
}
.Goods .StoreSingle__Image__Description {
  margin: 15px auto;
}
.Goods .StoreSingle__Image__Description p{
  font-size: 1.3rem;
  font-weight: 500
}
.StoreSingle__Image__Description span {
  display: block;
  font-weight: 500
}

.StoreSingle__Image__Thumbs {
  width: auto;
  max-width: 480px;
}
.StoreSingle__Image__Thumbs img{
cursor: pointer;  
}
.StoreSingle__Image .video--Icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.StoreSingle__Image .video--Icon--Thum {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 23px;
}


@media screen and (min-width:768px) {
  .StoreSingle__Image__Description span {
    display: inline-block;
    margin-left: 4px
  }
}
@media screen and (min-width:768px) {
.Goods .StoreSingle__Image__Description {
  margin: 18px auto 28px;
}
}

.StoreSingle__ImageSlide__Item {
  position: relative;
}
@media screen and (min-width:768px) {
.StoreSingle__ImageSlide .slick-list.draggable{
    z-index: 9999;
    pointer-events: none;
}
}
.StoreSingle__ImageSlide__Item .video--Icon {
  width: 70PX;
  pointer-events: auto;
}

.StoreSingle__ThumbsList {
  width: auto;
  margin: 0 -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.StoreSingle__ThumbsList__Item {
  width: calc(16.6666% - 4px);
  padding: 2.5px 2px 2px;
  margin: 4px 2px 0;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(153, 153, 153, 0)
}

.StoreSingle__ThumbsList__Item .video--Icon {
  width: 28px
}

.StoreSingle__ThumbsList__Item.thumbnail-current {
  border: 1px solid #999
}

.StoreSingle__ThumbsList__Item:nth-child(-n+6) {
  margin-top: 0
}

@media screen and (min-width:768px) {
  .StoreSingle__ThumbsList {
    margin: 0 -7px;
    margin-right: auto;
  }
  .StoreSingle__ThumbsList__Item {
    width: calc(16.6666% - 8px);
    margin: 8px 4px 0
  }
  .StoreSingle__ThumbsList__Item .video--Icon {
    width: 31px
  }
}
@media screen and (min-width:800px) {
  .StoreSingle__ThumbsList__Item {
    width: calc(16.6666% - 8px);
    margin: 7px
  }
  .StoreSingle__ThumbsList__Item:nth-child(-n+6) {
    margin: 7px;
}
}
.StoreSingle__Body__Description {
  margin-top: 3em;
  margin-bottom: 16px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2
}
.StoreSingle__Body__Backstories {
  width: 100%;
  margin-top: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Chunk, sans-serif;
  font-size: 1.5rem;
  line-height: 1
}

.StoreSingle__Body__Backstories span {
  display: block;
  padding-left: 18px;
  padding-bottom: 5px;
  font-family: "Noto Sans JP", "Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Pro W3", "Hiragino Kaku Gothic Pro", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", Meiryo, "Ã¯Â¼Â­Ã¯Â¼Â³ Ã¯Â¼Â°Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1
}

.StoreSingle__Body__Backstories i {
  margin-left: auto;
  margin-bottom: 3px
}

.StoreSingle__Body__Price {
  width: 100%;
  margin-top: 2.5em;
  padding: 1em 24px 1em 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #1a1a1a;
  border-left: none;
  border-right: none;
  font-size: 1.6rem;
  font-weight: 700
}

.StoreSingle__Body__Price span {
  display: block;
  margin-left: auto;
  font-size: 1.3rem;
  font-weight: 700
}

@media screen and (min-width:768px) {
  .StoreSingle__Body__Description {
    margin-top: 5em
  }
}
@media screen and (min-width:800px) {
.StoreSingle__Image {
    padding: 0 0 0 3%;
    flex-basis: 846px;
    max-width: 426px;
}
.StoreSingle__Image__Thumbs{
    padding-right: 0;
    width: 24%;
    margin-left: auto;
    margin-top: -7px
}
}
@media screen and (min-width:850px) {
.StoreSingle__Image {
  padding: 0 0 0 2%;
    max-width: 846px;
}
.StoreSingle__Image__Thumbs{
  padding-right: 3%;
    width: 28%;
}
}
@media screen and (min-width:1100px) {
.StoreSingle__Image {
padding: 0 0 0 1%
}
}


@media screen and (min-width:1280px) {
  .StoreSingle__Body__Description {
    margin-top: 1.5em
  }
}

.StoreSingle__Family {
  width: 100%;
  background-color: #f7f6f2
}

.StoreSingle__Family__Grid {
  width: 100%;
  max-width: 880px
}

.StoreSingle__Related {
  width: 100%;
  border-top: 1px solid #c9c9c9
}

.StoreSingle__Related__Grid {
  width: 100%;
  max-width: 880x
}


.StoreSingle__Contact__Grid {
  width: 100%;
  max-width: 880px
}

.Store-Submenu{
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding: 15px 28px;
    border-bottom: 1px solid #DDDDDD;
    position: fixed;
    width: 100%;
    top: 50px;
    background-color: #fff;
    z-index: 1
}
a.Store_Submenu_Link{
  display: block;
  font-family: "Open Sans",sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1;
    position: relative;
}
.Furniture .Furniture_Submenu_Link:after, .Goods .Goods_Submenu_Link:after{
  content: '';
  height: 3px;
  width: 100%;
  background-color: #1A1A1A;
  position: absolute;
  bottom: -5px;
  left: 0
}


.Bread_Sec{
  display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 13px 28px 0;
}
.Single-Item .Bread_Sec{
  margin-top: 0
}
.Bread_Sec-Item{
  display: block;
    font-size: 1.2rem;
  font-weight: 600;
    padding: 0 1em 0;
    position: relative;
}
.Bread_Sec-Item a{
    color: #999;
}
.Bread_Sec-Item:after{
  content: '/';
  position: absolute;
  top: 0;
  right: -2px;
  color: #999999
}
.Bread_Sec-Item:last-child:after{
  content: '';
}

.StoreSingle__Body__Description{
  margin-top: 11px
}
.StoreSingle__Body__registration{
  margin:-10px 0;
}
/*GOODSÃ£ÂÂ®Ã¨ÂªÂ¬Ã¦ËœÅ½Ã£Æ’â€ Ã£Æ’Â¼Ã£Æ’â€“Ã£Æ’Â«*/
.Single-Item.Goods .StoreSingle__Body__Inner table{
  width: 100%;
  table-layout: fixed;
} 
.Single-Item.Goods .StoreSingle__Body__Inner th{
  font-size: 1.2rem;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  padding-bottom: .8em
}
.Single-Item.Goods .StoreSingle__Body__Inner td{
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  border:1px solid #cccccc;
  border-collapse: collapse;
  height: 28px
} 
.Apparel_Table_size{
    display: block;
    text-align: right;
    font-size: 1.2rem;
}

/*GOODSÃ£ÂÂ®Ã¨ÂªÂ¬Ã¦ËœÅ½Ã£Æ’â€ Ã£Æ’Â¼Ã£Æ’â€“Ã£Æ’Â«*/
.StoreSingle__Body__Spec{
  margin-top: 24px;
  margin-bottom:2px;
}
.StoreSingle__Body__Backstories{
  height: 58px;
    background-color: #F4F3EF;
    padding: 14px 15px 10px;
}
.Goods_Quan{
  display: none;
}
.StoreSingle__Body__Cart{
  margin: 25px 0 35px;
}
.Single-Item.Goods .StoreSingle__Body__Cart{
  margin: 12px 0 35px
}
.StoreSingle__Body__Cart__AddCart{
  width: 100%;
  height: 52px;
  color: #EDEBE7;
  font-size: 15px;
  font-weight: 600;
  padding: 16px;
  text-align: center;
  background-color: #463211
}
.StoreSingle__Body__Cart__AddCart:hover{
  opacity: .9
}
.StoreSingle__Body__Cart__Wishlist{
  font-size: 1.3rem;
  font-weight: 500;
  margin-top: 23px;
  padding-right: 24px;
  display: block;
  text-align: right;
  position: relative;
}
.StoreSingle__Body__Cart__Wishlist:after{
    content: 'add';
    font-family: 'Material Icons';
    position: absolute;
    right: 0;
    font-size: 20px;
    bottom: 50%;
    transform: translate(0,50%);
}
.StoreSingle__Body__Cart__Wishlist.Is--Favorite:after{
    content: 'check';
}

.StoreSingle__Body__Guide, .StoreSingle__Body__Guide a, .StoreSingle__Body__Guide th, .StoreSingle__Body__Guide td, .StoreSingle__Body__Guide span{
  font-weight: 500;
  color: #555555;
  font-size: 1.3rem;
}
.StoreSingle__Body__Guide .ti-arrow-right{
      margin-top: 2px;
}
.StoreSingle__Body__Guide_Contact{
  padding: 1.3rem 20px;
  border-bottom: 1px solid #DDDDDD;
  margin: 0 -20px
}
.StoreSingle__Body__Guide_Guide{
  padding: 1.3rem 20px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  margin: 0 -20px
}
.StoreSingle__Body__Guide_Detail{
  margin: 16px 0 7px
}
.StoreSingle__Body__Guide_Detail table{
  width: 100%
}
.StoreSingle__Body__Guide_Detail tr{
  display: flex;
  flex-wrap: nowrap;
}
.StoreSingle__Body__Guide_Detail th{
  width: 70px;
  vertical-align: top;
  margin-bottom: 1em;
  display: block;
}

.StoreSingle__Body__Guide__Goods th{
  width: 42px;
  line-height: 2;
  margin-bottom: 0;
}

.StoreSingle__Body__Guide_Detail td{
  width: calc(100% - 70px);
  margin-bottom: 1em;
  vertical-align: top;
  display: block;
}
.StoreSingle__Body__Guide__Goods td{
  width: calc(100% - 42px);
  line-height: 2;
  margin-bottom: 0;
}

.StoreSingle__Body__Guide_Detail span{
  display: block;
  margin-top: 1em
}
.StoreSingle__Body__Guide_Contact a, .StoreSingle__Body__Guide_Detail table a, .StoreSingle__Body__Guide_Guide a{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%
}
.StoreSingle__Body__Guide_Title{
  font-family: "Open Sans",sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom:5px;
}
.StoreSingle__Body__Guide_Detail li{
  font-weight: 500;
    color: #555555;
    font-size: 1.3rem;
    line-height: 2;
    position: relative;
    padding-left: 23px
}
.StoreSingle__Body__Guide_Detail li:before{
  content: 'chevron_right';
    font-family: 'Material Icons';
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: -3px;
    line-height: 1;
    transform: translate(0,-50%);
}

.StoreSingle__Family{
  padding: 40px 20px 60px;
  margin-top: 40px
}
.StoreSingle__Family__Heading{
  font-family: "Open Sans",sans-serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.53;
    text-align: center;
    margin: 0 0 35px
}
.StoreSingle__Family_H2{
  font-family: "Open Sans",sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.53;
    text-align: center;
    margin: 0 0 30px;
    position: relative;
}
.StoreSingle__Family_H2 a{
  position: relative;
}
.StoreSingle__Family_H2 a:after{
  content: '';
  height: 3px;
  width: 100%;
  background-color: #1A1A1A;
  position: absolute;
  bottom: -2px;
  left: 0
}
.Single-Item.Goods .StoreSingle__Body__Cart{
  display: flex;
  flex-wrap: wrap;
}
.Single-Item.Goods .Goods_Quan{
  display: block;
  width: 52px;
  height: 52px;
  margin-right: 28px;
  border:1px solid #555555;
}
.Single-Item.Goods .StoreSingle__Body__Cart__AddCart{
  width: calc(100% - 80px)
}
.Single-Item.Goods .StoreSingle__Body__Cart__AddCart.w100{
  width: 100% !important;
}
.StoreSingle__Body__Cart__Wishlist{
  width: 100%
}
.Goods_Quan input{
  width: 50px;
  height: 50px;
  font-size: 1.7rem;
  text-align: center;
}
.StoreSingle__Family__Sec{
  margin-top: 36px;
    padding-bottom: 36px;
    border-bottom: 2px solid #242424;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}
.StoreSingle__Family_Txt{
  font-weight: 500;
  font-size: 1.3rem
}
.StoreSingle__Family__Arc{
  display: flex;
  flex-wrap: wrap;
  margin: 20px -5px 0
}
.Family-Center{
  justify-content: center;
}
.StoreSingle__Family__Sec__Item{
  width: 50%;
  padding: 0 5px;
  margin-bottom: 14px

}
.StoreSingle__Family__Sec__Item__D{
  width: 100%;
  padding: 0 5px;
  margin-bottom: 14px;
  position: relative;
}
.StoreSingle__Family__Sec__Item__D.offset{
  display: none;
}
.StoreSingle__Family__Sec__Item__D:after{
  content: '';
  height: 1px;
  width: 54px;
  background-color: #1a1a1a;
  position: absolute;
  bottom:25px;
  left: 50%;
  transform: translate(-50%,0);
}
.StoreSingle__Family__Sec__Item__D.offset:after{
  content: '';
  height: 0px;
  width: 0px;
  background-color: transparent;
  position: absolute;
  bottom:25px;
  left: 50%;
  transform: translate(-50%,0);
}
.StoreSingle__Family__Sec__Item img, .StoreSingle__Family__Sec__Item__D img{
  width: auto;
  display: block;
  margin: 0 auto
}
.StoreSingle__Family__Sec__Item__DSize{
  font-size: 1.3rem;
  text-align: center;
  display: block;
  font-weight:500;
  margin-top:10px;
  position: relative;
}
.StoreSingle__Family__Sec__Item__DSize:before{
  content: '';
  height: 6px;
  width: 1px;
  background-color: #1a1a1a;
  position: absolute;
  bottom:29px;
  left: calc(50% - 27px);
  transform: translate(-50%,0);
}
.StoreSingle__Family__Sec__Item__DSize:after{
  content: '';
  height: 6px;
  width: 1px;
  background-color: #1a1a1a;
  position: absolute;
  bottom:29px;
  right: calc(50% - 27px);
  transform: translate(-50%,0);
}
.StoreSingle__Family__Check{
  opacity: .1
}
.StoreSingle__Family__Check.is--Active{
  opacity: 1
}
.StoreSingle__Family__Sec__Item:hover .StoreSingle__Family__Check{
  opacity: 1
}
.StoreSingle__Family__Check .material-icons{
  font-size: 33px;
    text-align: center;
    display: block;
    margin-bottom: 5px;
}
.StoreSingle__Family__Sec__Item h3{
  font-size: 1.5rem;
  font-weight: 600;
  margin: 5px 0 2px
}
.StoreSingle__Family__Sec__Item p{
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: -0.01em
}

.StoreSingle__Contact{
  margin: 60px 0 70px;
  padding: 40px 20px 0;
  border: none;
  position: relative;
}
.StoreSingle__Contact::before{
  content: '';
  position: absolute;
  top: 0;
  left:50%;
  height: 1px;
  width: calc(100% - 40px);
  transform: translate(-50%,0);
  background-color: #dddddd
}
.StoreSingle__Contact__Back a{
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
  display: block;
  color: #666666
}
.StoreSingle__Contact__Alart li{
  font-size: 1.2rem;
  font-weight: 500;
  color: #666666;
  margin: .75em 0 0 20px;
  line-height: 2;
    list-style-type: disc;
}
.StoreSingle__Contact__Alart li a{
  color: #666666;
}
.StoreSingle__Contact__Back{
  margin-bottom: 70px;
}
.StoreSingle__Contact__Back a{
  margin-bottom: 40px;
  display: block;
  position: relative;
}
.StoreSingle__Contact__Back a:after{
    content: '';
    height: 1px;
    width: 60px;
    background-color: #666666;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, 0);
}


.StoreSingle__Related{
  border: none;
  margin-top: 80px;
  padding: 0 20px
}
.StoreSingle__Related__Grid__Item a{
  font-family: "Open Sans",sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.53;
    margin: 0 0 10px;
    display: block;
    text-decoration: underline;
}
.StoreSingle__Related__Grid__Item{
  margin-bottom: 33px
}
.StoreSingle__Related__Grid__Item img{
  margin-bottom: 6px
}

@media screen and (min-width:768px) and (max-width:1023px) {
.StoreSingle__Related{
  padding: 0 0 0 20px
}
.StoreSingle__Related__Grid__Item{
      padding: 0 0 0 16px;
}
}

@media screen and (min-width:1024px) {
.StoreSingle__Related__Grid__Item img{
  margin-bottom: 20px
}
.StoreSingle__Family__Sec {
    max-width: 100%;
}
}
.StoreSingle__Term{
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
  padding: 0 20px
}
.StoreSingle__Term a{
  font-size: 1.2rem;
  font-weight: 500;
  color: #999999
}

.Option-Wrap{
  margin: 36px 0 19px
}
.Single-Item.Goods .Option-Wrap{
  margin:36px 0 12px;
}

#Option-Select{
  height: 58px;
  padding: 18px 16px;
  border:1px solid #DDDDDD;
  font-size: 1.4rem;
  font-weight: 500;
  color: #555555;
  position: relative;
}
#Option-Select span{
  position: absolute;
  right: 20px
}
.Option__Color_IMG{
  display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 8px;
    object-fit: cover;
}
.Option__Chosen_Item{
  height: 58px;
  padding: 19px 16px;
  border-bottom:1px solid #DDDDDD;
  font-size: 1.4rem;
  font-weight: 500;
  color: #242424;
  position: relative;
}
.Option__Chosen_Item span{
  font-size: 1.4rem;
  font-weight: 500;
  color: #242424;
}
.StoreSingle__Body__Price{
  margin-top: 19px
}
.StoreSingle__Body__Price span.StoreSingle__Price{
  font-size: 1.6rem;
    font-weight: 700;
    margin: 0 .3em 0 .4em;

}

.StoreSingle__Image__Price{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    text-align: right;
    margin: 0 0 4px
}
span.StoreSingle__Image__Price-Tax{
  display: inline;
  font-weight: 500;
  font-size: 1.1rem
}
.StoreSingle__Image__Table th{
  font-size: 1.2rem;
  font-weight: 500;
  width: 76px;
  margin-bottom: 4px;
  display: block;
}
.StoreSingle__Image__Table td{
  font-size: 1.3rem;
  font-weight: 500;
  vertical-align: text-bottom;
  width: calc(100% - 80px)

}
.StoreSingle__FamilyHeading{
  font-family: "Open Sans",sans-serif;
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1.53;
    text-align: center;
    margin-bottom: 2px
}

.StoreSingle__Family__Nav{
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 400px;
  margin: 0 auto;
  white-space: nowrap;
}
.StoreSingle__Family__NavItem a{
  font-family: "Open Sans",sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
.StoreSingle__Family__NavItem{
  position: relative;
  padding: 0 6px;
  margin-bottom: 10px
}
.StoreSingle__Family__NavItem.is--Active:after{
  content: '';
  position: absolute;
  height: 3px;
  width: calc(100% - 12px);
  background-color: #1A1A1A;
  bottom: -3px;
  left: 6px
}
/*Ã§â€Â»Ã¥Æ’ÂÃ¤Â¸â€¹Ã£ÂÂ®Ã£Æ’â€ Ã£â€šÂ­Ã£â€šÂ¹Ã£Æ’Ë†*/
.StoreSingle__Image__Description{
opacity: 0  
}
.slick-current .StoreSingle__Image__Description{
opacity: 1;
transition: all .45s ease .4s;
}


@media screen and (min-width:800px) {
.StoreSingle__Family__Nav{
  margin:0 0 0 -5px;
  justify-content: start;
}
}

.Goods__Option__Wrap{
  margin: 36px 0 14px;
  padding:12px 0;
  border-top: 1px solid #999999;
  border-bottom: 2px solid #1A1A1A;
}
.Furniture_Other_OptionWrap{
  margin: 0 0 14px;
}
.Goods__Option__Item{
  /* height: 42px; */
  position: relative;
}
.Goods__Option__Item table{
  width: 100%;
  height: 100%;
  transition: .2s;
  margin-top: 0px;
}
.radio01-input:checked + label table{
  background-color: #F0EFEA
}
.Goods__Option__Item th, .Goods__Option__Item td, .Goods__Option__Item span{
  font-size: 1.4rem;
  font-weight: 500;
  color: #242424
}
.Goods__Option__Item th{
  width: 55%;
  padding: 11px 8px  11px 15px;
}
.Goods__Option__Item td{
  width: 45%;
  padding-right: 60px;
  text-align: right;
}
.Goods__Option__Subtxt{
    font-size: 1.2rem;
    line-height: 1;
    margin: 20px 0 0 3px;
}
.Goods-Single .StoreSingle__Body__Price{
      width: 100%;
      height: 42px;
    margin-top: 0;
    padding: 1em 24px 1em 8px;
    background-color:#F0EFEA;
    display: flex;
    border: none;
    font-size: 1.6rem;
    font-weight: 700;
}
.Goods-Single .StoreSingle__Body__Price span.StoreSingle__Price{
      font-size: 1.4rem;
    font-weight: 500;
    color: #242424;
    margin: 0;
    padding: 18px 0 18px 10px;
}
.Goods__Option__Subtxt_Alt{
  margin:14px 0 18px;
}


/*GOODSÃ£ÂÂ®Ã£Æ’Å“Ã£â€šÂ¿Ã£Æ’Â³Ã£ÂÂ®Ã¨ÂªÂ¿Ã¦â€¢Â´*/
.Single-Item.Goods .Option__Select__Check{
  top: 12px;
  right: 24px
}
/*GOODSÃ£ÂÂ®Ã£Æ’Å“Ã£â€šÂ¿Ã£Æ’Â³Ã£ÂÂ®Ã¨ÂªÂ¿Ã¦â€¢Â´*/
.Goods_Current a{
  position: relative;
}
.Goods_Current a:before{
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #1A1A1A;
  bottom: 0;
  left: 0
}
.Goods_Current{

}



.StoreSingle__FamilyHeading{
  width: 100%;
  padding: 0;
  text-align: left;
}


@media screen and (min-width:800px){
.Bread_Sec{
  padding: 0 32px 18px;
}
}
@media screen and (min-width:800px){
.StoreSingle__Family__Heading{
  font-size: 2.2rem;
}
}

@media screen and (min-width:1024px){
.StoreSingle__Head__Label{
  font-size: 1.7rem
}
.StoreSingle__Body__Guide_Contact, .StoreSingle__Body__Guide_Guide{
  padding: 1.3rem 0;
    margin: 0;
}
.StoreSingle__Family__Grid{
  margin: 0 auto;
  max-width: 920px
}
.StoreSingle__Family__Heading{
  text-align: left;
}
.StoreSingle__Family_H2{
  text-align: left;
}
.StoreSingle__Family__Sec{
  padding-bottom:20px;
}
.StoreSingle__Family__Sec__Item__D{
  width: 20%;
  padding: 0 9px;
  margin-top: 38px;
}
.StoreSingle__Family__Sec__Item__D.offset{
  display: block;
}
.StoreSingle__Family__Sec__Item__D:after{
  top: 69px
}
.StoreSingle__Family__Sec__Item{
  width: 20%;
  padding: 0 9px;
}
.StoreSingle__Family__Arc{
  max-width: 898px;
  margin: 18px auto 0;
}
.StoreSingle__Family__Sec:last-child{
  padding-bottom: 32px;
  border-bottom: 2px solid #242424
}
.StoreSingle__Family{
  padding: 50px 0 76px
}
.StoreSingle__Family_H2{
  margin: 0 0 20px
}
.Family-Center{
  justify-content: flex-start;
}
.Bread_Sec{
  justify-content: flex-start;
}
.StoreSingle__Related{
  border-top: 1px solid #c9c9c9;
  padding: 80px 20px 0;
  position: relative;
}

/*
.StoreSingle__Related:before{
  position: absolute;
  content: '';
  top:-80px;
  height: 1px;
  width: 100vw;
  left: 0;

  background-color: #CCCCCC;
}
*/


.sofas .StoreSingle__Related{
  border: none;
  padding: 0 20px
}

.StoreSingle__Related__Grid{
  display: flex;
  max-width: 886px;
  margin: 0 auto
}
.StoreSingle__Related__Grid__Item{
  width: 33.3333%;
  padding:0 23px;
}
.StoreSingle__Contact__Alart{
  max-width: 880px;
  margin: 0 auto
}
.StoreSingle__Contact{
  margin: 60px 0 50px;
}
.StoreSingle__Contact:before{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 1px;
  width: 100%;
  transform: translate(-50%,0);
  background-color: #dddddd;
}
.StoreSingle__Contact__Back{
  margin-bottom: 40px;
    border-bottom: 1px solid #CCCCCC;
}
.StoreSingle__Contact__Back{
  display: none;
}
.StoreSingle__Term{
    width: 400px;
    margin: 16px 0 40px auto;
    justify-content: flex-start;
}
.StoreSingle__Term__Priv{
  position: relative;
  padding: 0 20px
}
.StoreSingle__Term__Priv:before{
    content: '|';
    position: absolute;
    top: 0;
    left: 0;
    color: #999999
}
.StoreSingle__Term__Priv:last-child:after{
  content: '|';
    position: absolute;
    top: 0;
    right: 0;
}

.slick-next{
  right: -40px;
}
.slick-prev {
    left: -40px;
}
.StoreSingle__FamilyHeading{
  font-size: 2.7rem
}
.StoreSingle__Family__NavItem a{
  font-size: 1.4rem; 
}
.StoreSingle__Image__Description{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.StoreSingle__Image__Table{
  order: 1;
  max-width: 360px;
  width: calc(100% - 120px)
}
.StoreSingle__Image__Table tr{
  display: flex;
  flex-wrap: nowrap;
}
.StoreSingle__Image__Table th{
  width: 80px
}
.StoreSingle__Image__Price{
  width: 125px;
  position: absolute;
  right: 0;
  order: 2
}
}

@media screen and (min-width:1280px){
.Store-Submenu{
  display: none;
}
.StoreSingle{
  margin: 0 auto
}
.slick-next{
  right: -100px;
}
.slick-prev {
    left: -100px;
}
.StoreSingle__Family__Header{
  padding: 0 0 30px 
}

}








/*GOODSÃ£ÂÂ®Ã¤Â¸â€¹Ã©Æ’Â¨*/
.StoreSingle__GoodsCTA{
  margin:60px auto 60px;
  position: relative;

}
.StoreSingle__GoodsCTA_Image {
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
    }

    .StoreSingle__GoodsCTA_Item {
      display: inline-block;
      width: 40%;
      height: auto;
      margin: 0 -6px;
    }
    .StoreSingle__GoodsCTA_Item a{
     display: block;
    }
    .StoreSingle__GoodsCTA_Item img{
     display: block;
    }
.Single-Item.Goods .StoreSingle__Contact__Back{
  display: none;
}
.Single-Item.Goods .StoreSingle__GoodsCTA .StoreSingle__Contact__Back{
  display: block;
}



@media screen and (min-width:1024px){
.StoreSingle__GoodsCTA{
  margin:90px auto;
}
.StoreSingle__GoodsCTA:after{
  width: 100%;
  bottom: -120px
}
.Single-Item.Goods .StoreSingle__Contact__Back{
  border-bottom: none;
  margin-bottom: 90px
}
.StoreSingle__GoodsCTA_Image{
  overflow-x:hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.StoreSingle__GoodsCTA_Item{
  flex-grow: 1;
  margin:0;
}
}
/*GOODSÃ£ÂÂ®Ã¤Â¸â€¹Ã©Æ’Â¨*/





/*
---------------------------------

OPTION MODAL

COMMON OPTION

Option-Select-Modal
---------------------------------
*/

#Option-Select-Modal{
    pointer-events: none;
    position: fixed;
    width: 100%;
    background-color: #fff;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    transform: translate(0,100%);
    transition: opacity 0s 1s, transform .7s 0s, pointer-events 0s 0s;
    opacity: 0;
}
#Option-Select-Modal.is--Active{
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition: opacity 0s 0s, transform .5s 0s, pointer-events 0s 0s;
  -ms-overflow-style: auto;
}
#Option-Select-Modal.is--Active::-webkit-scrollbar{
  display: none;
  -webkit-appearance: none;
}
.Option__Select__Inner::-webkit-scrollbar{
  display: none;
  -webkit-appearance: none;
}
.OptionModal-Inner::-webkit-scrollbar{
    display: none;
  -webkit-appearance: none;
}
.Option__Select__Close{
    margin-left: auto;
    width: 40px;
    height: 40px;
    background-color: #1A1A1A;
    z-index: 999999;
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    overflow:hidden;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Option__Select__Close i{
  color: #fff
}
.Option__Select__header{
    padding: 40px 0 18px;
    width: 100%;
    height: 122px;
    position: absolute;
    top: 0;
    background-color: #fff;
    z-index: 99;
}
.Option__Select__header:after{
  content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 38px);
    height: 2px;
    background-color: #1A1A1A;
    transform: translate(-50%,0);

}
.OptionModal-Inner{
  height: 100%;
  padding-top: 122px;
  overflow-x:hidden;
  overflow-y: scroll;
}
.Option_Close_Bottom_Wrap{
  background-color: #ffffff
}
.Option__Select__Close.bottom__Close{
    position: static;
    font-size: 1.4rem;
    font-weight: 500;
    color: #666666;
    text-align: center;
    width: 200px;
    height: 40px;
    margin: 47px auto 74px;
    background-color: #fff;
    border: 1px solid #999999;
    padding: 11px 39px;
    cursor: pointer;
}
.Option__Select__Txt{
  font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    line-height:1;
    margin: 0 0 15px;
}
.Option__Select__SubTxt{
  font-size: 1.2rem;
  font-weight: 500;
  color: #666666;
  text-align: center;
  display: block;
}
.Option__SubTxt_Inner{
  display: block;
  font-weight: 500
}
.Option__Footer{
  display: none;
}
.option_wrapp{
  color: #242424;
  position: relative;
}
.Option__Select__Option{
  padding: 19px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.Option__Inner__Heading{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 13px
}
.Option__Inner__Heading-Title{
  font-family: Chunk,sans-serif;
  font-size: 2.2rem;
  line-height: 1
}
.Option__Select__List{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.Option__Select__List__Item{
    width: 50%;
    max-width: 173px;
    height: calc(50vw + 110px);
    padding: 0 5px;
}
.Option__Select__List__Item__Desc_Txt{
  margin-top: 8px;
  position: relative;
  width: 100% 
}
.Option__Select__List__Item__Desc_Txt span{
  display: block;
}
.Option__Select__OptNo, .Option__Select__OptName{
  font-family: "Open Sans","Noto Sans JP","ヒラギノ角ゴシック Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 1.4rem;
    text-align: left;
    font-weight: 700;
    line-height: 1.3;
    display: block;
    max-width: 100px;
    white-space: pre-wrap;
}

.option_wrapp:nth-child(2) .Option__Select__OptPrice{
  display:none
}
.option_wrapp:last-child .Option__Select__OptPrice{
  display:block;
  margin-top:4px;
}
span.Option__Select__OptPrice{
  font-size: 1.5rem;
  font-weight: 600;
  color: #666;
  margin: .4em 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.Option__Select__OptPrice-Inner{
  font-size: 1.5rem;
  font-weight: 600;
  color: #666;
  display: inline !important;
}
.Option__Select__OptMate{
  font-size: 1.2rem;
  font-weight: 500;
  max-width: 130px;
  margin-top:7px;
}
#Option-Select, .Option__Select__Close, .Option__Wood__Item img, .Option__Wood__Item span, .Option__Select__List__Item img, .Option__Select__List__Item span, .radio-input + label::before, .StoreSingle__Body__Cart__Wishlist, .Option__Select__Check, .Option__Inner__Size__Item{
  cursor: pointer;
}
@media screen and (min-width:600px){
#Option-Select-Modal{
    opacity: 0;
    transition: opacity .5s 0s;
    background-color: transparent
}
/*.OptionModal-Wrap{
    height: calc(100% - 40px);
    padding: 0 20px;
    margin: 20px 0;
    position: fixed;
    overflow-x: hidden;
    overflow-y: scroll;
}
*/
#Option-Select-Modal.is--Active{
    transition: opacity .4s cubic-bezier(0.74, 0.04, 0.43, 1).25s;
}
.Option-Select-Modal-Back{
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #333333;
  opacity: 0;
  z-index: 999998;
  pointer-events: none;
  transition: .5s .1s
}
.Option-Select-Modal-Back.is--Active{
  opacity: .8;
  pointer-events: auto;
  transition: .5s 0s
}
.OptionModal-Inner{
    height: calc(100% - 40px);
    padding: 108px 20px 0;
    margin: 20px 0 0;
}
.Option__Select__Inner{
  background-color: #fff
}
.Option__Select__Close{
  top: 10px
}
.Option__Select__header{
  width: calc(100% - 40px);
  margin-top:20px;
  left:20px;
  height: 108px
}
.Option__SubTxt_Inner{
  display: inline;
}
.Option_Close_Bottom_Wrap{
  padding: 54px 0 74px;
  background-color: #ffffff;
}
.Option__Select__Close.bottom__Close{
  margin: 0 auto;
}
.Option__Footer{
    padding: 25px 38px 45px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    background-color: #ffffff;
    position: relative;
}
.Option__Footer:after{
  content: '';
  width: calc(100% - 38px);
  height: 2px;
  background-color: #1A1A1A;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
}
.Option__Footer img{
  width: 86px;
  display: block;
}
.Option__Footer span{
  font-size: 1.1rem;
  font-weight: 600;
  display: block;
  padding-left: 12px
}
}
@media screen and (min-width:768px){
.Option_Close_Bottom_Wrap{
  padding: 48px 0 30px;
  background-color: #ffffff;
}
}
@media screen and (min-width:1025px){
#Option-Select-Modal.is--Active{
  overflow: inherit;
}
.Option__Select__Close{
  width: 54px;
  height: 54px;
  top: 26px;
  right: 0
}
.Option__Select__Close i.material-icons{
  font-size: 28px
}
.Option__Select__header{
    height: 66px;
    width: calc(100% - 76px);
    padding: 26px 30px 20px;
    left:38px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.OptionModal-Inner{
  padding: 66px 38px 0
}
.Option__Select__Txt{
  font-size: 1.8rem;
  margin: 0
}
.Option__Select__SubTxt{
  font-size: 1.3rem;
  margin: 0
}
.Option__Select__header:after{
  bottom: 0px;
  width: calc(100% - 60px);
}
.Option__Footer:after{
  width: calc(100% - 60PX);
}
.Option__Select__Option{
  padding: 20px 30px;
}
}
@media screen and (min-width:1276px){
#Option-Select-Modal{
    max-width: 1276px;
    left: calc(50% - 638px);
}
}








/*
---------------------------------

OPTION WOOD

Class
Option__Wood
---------------------------------
*/
.Option__Select__Option.Option__Wood{
  padding: 20px 19px 25px;
  background-color: #ffffff;
  height: 178px;
  top: 0;
  z-index: 11;
}
.Option__Select__Option .Option__Wood_List .Option__Select__OptPrice, .Option__Select__Option .Option__Wood_List .Option__Select__Check{
  display: none;
}
/*
.Option__Wood:after{
    content: '';
    width: calc(100vw - 80px);
    height: 1px;
    background-color: #1A1A1A;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%,0);
}
*/
.Option__Wood__Item{
  vertical-align: top;
  width: 97px;
  height: 133px;
  padding: 6px;
  display: inline-block;
  margin-right: 2px;
  position: relative;
}
.Option__Wood__Title{
  font-family: "Open Sans",sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.3;
    margin: .2em 0;
    display: block;
}
.Option__Select__List.Option__Wood_List{
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  display: block;
  -webkit-overflow-scrolling: touch;
}
.Option__Wood .Option__Select__List__Item__Desc_Txt{
  margin-top:4px;
}
.Option__Wood .Option__Select__OptName{
line-height: 1.1;
font-size: 1.3rem
}
.Option__Wood .Option__Select__OptName span{
display: inline;
}
.Option__Wood .Option__Select__OptName span.OptGA{
  display: block;
}
.Option__Wood .Option__Select__OptName span.OptGA:nth-child(3){
  display: inline;
}
.Option__Wood .Option__Select__OptName span{
line-height: 1.1;
font-size: 1.3rem;
font-weight: 700
}
.Option__Select__List.Option__Wood_List::-webkit-scrollbar{
  display: none;
  -webkit-appearance: none;
}
.Option__Select__Option:last-child .Option__Wood_List .option-wood:checked + label::before{
  border: none
}
@media screen and (min-width:500px) and (min-height: 400px){
.Option__Select__Option.Option__Wood{
  position: -webkit-sticky;
  position: sticky;
}
}
@media screen and (min-width:1025px){
.Option__Select__Option.Option__Wood{
  height: 226px;
  padding: 30px
}
.Option__Wood__Item {
    vertical-align: top;
    width: 128px;
    height: 166px;
    padding: 9px;
    margin-right: 3px;
}
.Option__Wood .Option__Select__List__Item__Desc_Txt{
  margin-top:7px;
}
.Option__Wood .Option__Select__OptName{
  line-height:1.2;
}
.Option__Wood .Option__Select__OptName span.OptGA:nth-child(3){
  display: block;
}
}

.Option__Select__Option:last-child.Option__Wood{
  height: 100%;
  padding: 60px 19px 25px;
  min-height: calc(100vh - 410px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.Option__Select__Option:last-child.Option__Wood .Option__Select__List.Option__Wood_List{
  width:100%;
  display: flex;
}
.Option__Select__Option:last-child.Option__Wood .Option__Select__OptName span.OptGA:nth-child(3) {
    display: block;
}
.Option__Select__Option:last-child .Option__Wood_List .Option__Select__OptPrice, .Option__Select__Option:last-child .Option__Wood_List .Option__Select__Check{
  display: block;
  text-align: left
}
.Option__Select__Option:last-child .Option__Wood_List .Option__Wood__Item{
    width: 50%;
    max-width: 173px;
    height: auto;
    padding: 0 5px 30px;
    margin-right:0;
}
.Option__Select__Option:last-child .Option__Wood_List .Option__Select__OptNo, .Option__Select__Option:last-child .Option__Wood_List .Option__Select__OptName{
  font-family: "Open Sans",sans-serif;
    font-size: 1.4rem;
    text-align: left;
    font-weight: 700;
    line-height: 1.3;
    display: block;
    max-width: 100px;
  }
.Option__Select__Option:last-child .Option__Wood_List .Option__Select__List__Item__Desc_Txt {
    margin-top: 8px;
    position: relative;
    width: 100%;
}
@media screen and (min-width:600px){
.Option__Select__Option:last-child.Option__Wood .Option__Select__List.Option__Wood_List{
  justify-content: space-evenly;
  max-width: 551px;
  margin: 0 auto;
}
}
@media screen and (min-width:768px){
.Option__Select__Option:last-child.Option__Wood {
    min-height: calc(100vh - 360px);
}
}
@media screen and (min-width:1024px){
.Option__Select__Option:last-child.Option__Wood .Option__Select__List.Option__Wood_List{
    max-width: 800px;
    justify-content: center;
}
.Option__Select__Option:last-child .Option__Wood_List .Option__Wood__Item{
  width: 25%;
    max-width: 163px;
    min-width: 163px;
    margin: 0 16px;
    padding: 0 0 30px;
}
}
@media screen and (min-width:1025px){
.Option__Select__Option:last-child.Option__Wood {
    min-height: calc(100vh - 317px);
}
}

/*
---------------------------------

OPTION FABRIC

Class
Option__Fabric
---------------------------------
*/
.Option__Fabric .Option__Select__List{
  margin: 0 -5px;
}
.Option__Fabric .Option__Select__List__Item{
    width: 50%;
    max-width: 173px;
    height: auto;
    padding: 0 5px 30px;
}
.Option__Select__Option.Option__Fabric:before{
    content: '';
    width: calc(100% - 38px);
    height: 2px;
    background-color: #1A1A1A;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.option_wrapp:last-child .Option__Select__Option:last-child.Option__Fabric:before{
  display: none;
}
.option_wrapp:nth-last-child(-n+1):first-child .Option__Select__Option:last-child.Option__Fabric .Option__Select__List{
  height: 100%;
  padding: 60px 19px 25px;
  min-height: calc(100vh - 483px);
  display: flex;
  justify-content: center;
}
.option_wrapp:nth-last-child(-n+1):first-child .Option__Select__Option:last-child.Option__Fabric .Option__Select__List__Item{
  width:100%;
}
@media screen and (min-width:600px){
.Option__Fabric .Option__Select__List{
  justify-content: space-evenly;
  max-width: 551px;
  margin: 0 auto;
}
.Option__Fabric .Option__Select__List__Item{
    width: 33.33333%;
}
.Option__Select__Option.Option__Fabric:before{
    height: 1px;
}
.option_wrapp:nth-last-child(-n+1):first-child .Option__Select__Option:last-child.Option__Fabric .Option__Select__List{
    padding: 60px 0 25px;
    justify-content: space-evenly;
}
}
@media screen and (min-width:768px){
.option_wrapp:nth-last-child(-n+1):first-child .Option__Select__Option:last-child.Option__Fabric .Option__Select__List{
  min-height: calc(100vh - 432px);
}
}
@media screen and (min-width:1024px){
.Option__Fabric .Option__Select__List{
  max-width: 800px;
  justify-content: center;
}
.Option__Fabric .Option__Select__List__Item{
    width: 25%;
    max-width: 163px;
    min-width: 163px;
    margin: 0 16px;
    padding: 0 0 30px;
}
}
@media screen and (min-width:1025px){
.Option__Select__Option.Option__Fabric:before{
    width: calc(100% - 60px);
}
.option_wrapp:nth-last-child(-n+1):first-child .Option__Select__Option:last-child.Option__Fabric .Option__Select__List{
  min-height: calc(100vh - 392px);
}
}



/*
---------------------------------

OPTION LEATHER

Class
Option__Leather
---------------------------------
*/
.Option__Leather .Option__Select__List__Item{
  width: 100%;
  max-width: 375px;
  height: auto;
  margin: 20px 0 0;
  padding-bottom:20px;
  border-bottom: 1px solid #CCCCCC
}
.Option__Leather .Option__Select__List__Item:last-child{
  border:0;
}
.Option__Leather .Option__Select__List__Item img{
  max-width: 257px;
  display: block;
  margin: 0 auto
}
.Option__Leather .Option__Select__List{
  justify-content: center;
}
/*LEATHER
.Option__Leather:before{
  content: '';
  position: absolute;
  top: -18px;
  left: 50%;
    width: calc(100% - 40px);
    height: 2px;
    background-color: #1A1A1A;
    transform: translate(-50%,0);
}
*/
.Option__Leather .Option__Select__List__Item__Desc_Txt{
  padding-left: 50%
}
.Option__Leather .Option__Select__OptMate{
  max-width:100%;
  white-space: nowrap;
}
@media screen and (min-width:600px){
.Option__Select__Option.Option__Leather{
padding: 19px 19px 40px
}
.Option__Leather .Option__Select__List{
  max-width: 750px;
  margin:0 auto;
  position: relative;
}
.Option__Leather .Option__Select__List__Item{
  width: auto;
  max-width: 250px;
  /*height: 464px;*/
  border:0;
}

.Option__Leather .Option__Select__List__Item:after{
    content: '';
    width: calc(100vw - 76px);
    height: 1px;
    background-color: #CCCCCC;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
}
.Option__Leather .Option__Select__List__Item:after{
    height: 0 !important
}
.Option__Leather .Option__Select__List__Item:nth-child(1):after{
    top: 484px;
}
.Option__Leather .Option__Select__List__Item:nth-child(3):after{
    top: 968px;
}
.Option__Leather .Option__Select__List__Item:nth-child(5):after{
    top: 1452px;
}
.Option__Leather .Option__Select__List__Item:nth-child(7):after{
    top: 1936px;
}
.Option__Leather .Option__Select__List__Item:nth-child(9):after{
    top: 2420px;
}
.Option__Leather .Option__Select__List__Item__Desc_Txt{
  padding: 0;
}
.Option__Leather .Option__Select__List__Item__Desc{
  width: 65%
}
}
@media screen and (min-width:828px){
.Option__Leather .Option__Select__List__Item:after{
    height: 0;
}
.Option__Leather .Option__Select__List__Item:nth-child(1):after{
    height: 1px
}
.Option__Leather .Option__Select__List__Item:nth-child(4):after{
    height: 1px;
    top: 968px;
}
.Option__Leather .Option__Select__List__Item:nth-child(7):after{
    height: 1px;
    top: 1452px;
}
}
@media screen and (min-width:1025px){
.Option__Leather .Option__Select__List__Item:after{
    max-width: 1140px;
    width: calc(100vw - 136px);
}
.Option__Select__Option.Option__Leather{
padding: 20px 30px 45px
}
}


/*
---------------------------------

OPTION RADIO BUTTON


---------------------------------
*/

.radio-input{
display: none;
}
.option-wood + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.option-wood:checked + label::before{
  border: 2px solid #DDDDDD;
}
@media screen and (min-width:1025px){
.option-wood:checked + label::before{
  border: 3px solid #DDDDDD;
}
}

.radio01-input{
  display: none;
}
.Option__Select__List__Item__Desc{
  position: relative;
}
.Option__Select__Check{
  display: block;
  position: absolute;
  top: 4px;
  right: 8px;
  width: 20px;
  height: 20px;
  border: 1px solid #1A1A1A;
  border-radius: 50%;
}
.radio01-input:checked + label .Option__Select__Check:after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  width: 12px;
  height: 12px;
  background: #1A1A1A;
  border-radius: 50%;
}
/*
.radio01-input + label{
  position:absolute;
  top: 12px;
  right: 25px
}
.radio01-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #1A1A1A;
  border-radius: 50%;
}
.radio01-input:checked + label{
  color: #1A1A1A;
}
.radio01-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #1A1A1A;
  border-radius: 50%;
}
*/

/*Option__Select__Option Option__Size*/

/*
---------------------------------

OPTION SIZE

class
Option__Size
---------------------------------
*/
.Option__Select__Option.Option__Size{
    margin: 0 auto;
    padding: 62px 0 20px;
    max-width: 750px
}
.Option__Size__Wrap:before{
    content: '';
    height: 1px;
    width: calc(100% - 38px);
    background-color: #1A1A1A;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.Option__Inner__SizeHeading{
  padding-left: 56px;
  padding-bottom:8px;
  position: relative;
}
.Option__Inner__SizeHeading:after{
    content: '';
    height: 1px;
    width: calc(100% - 38px);
    background-color: #DDDDDD;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}

.Option__Inner__SizeHeading th{
  font-size: 1.2rem;
  font-weight: 500;
  color: #555555
}
.Option__Inner__SizeHeading table{
  position: relative;
    width: 100%;
}
.Option__Inner__SizeHeading_Ship{
  position: absolute;
  right: 20px;
  display: none;
}
.Option__Inner__Size_Ship{
  width: 50px;
  color: #999999;
  display: none;
}
.Option__Inner__Size{
    padding-left: 66px;
}
.Option__Inner__Size__ItemWrap{
  width: 100%;
  padding: 16px 0 17px;
  position: relative;
}
.Option__Inner__Size__ItemWrap:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: -47px;
    width: calc(100% + 28px);
    height: 1px;
    background-color: #DDDDDD;
}
.Option__Inner__Size__Item{
    font-size: 1.4rem;
    font-weight: 700;
    color: #242424;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Option__Inner__Size_Quan{
    width: 50%;
    max-width: 240px;
    font-weight: 500;
}
.Option__Inner__Size_Price{
  width: 110px;
  text-align: right;
  padding: 0 19px 0 0;
  font-size: 1.5rem;
    font-weight: 600;
    color: #666;
}
.Option__Inner__Size__ItemWrap .Option__Select__Check{
    left: -38px;
    top: 50%;
    transform: translate(0,-50%);
}
.Furni_ship_method{
  padding-right: 30px
}
.Option_Bed_Text, .Option_Bed_Text a{
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 14px;
    text-align: left;
    color: #999999;
}
.Option_Bed_Text{
      padding:0 19px;
      max-width: 788px
}
.Option__Inner__Size_Quan span.OptBed{
    font-weight: 500;
    padding-right: calc(100% - 100px);
    display: inline;
}
@media screen and (min-width: 600px){
.Option__Select__Option.Option__Size{
    padding: 50px 0 20px;
}
.Option__Inner__SizeHeading{
padding-left: 100px;
}
.Option__Inner__Size {
    padding-left: 100px;
}
.Option__Inner__Size__ItemWrap .Option__Select__Check {
    left: -54px;
}
.Option__Inner__SizeHeading_Ship, .Option__Inner__Size_Ship{
  display: block;
}
.Option__Inner__Size_Ship{
  font-size: 1.5rem;
  font-size: 1.5rem;
  width: 89px;
  text-align: center;
}
.Option__Inner__Size_Price{
  padding: 0;
    width: 180px;
}
.Option__Inner__Size__ItemWrap:after{
  left:-80px;
  width: calc(100% + 60px);
}
.Option__Inner__Size_Quan span.OptBed{
    padding-right:0;
}
}
@media screen and (min-width: 824px){
.Option__Inner__SizeHeading:after{
  width: 750px;
}
.Option__Inner__Size__ItemWrap:after{
  width:750px;
  left: -100px;
}
.Option_Bed_Text{
      padding:0;
}
}

@media screen and (min-width: 1024px){
.Option__Inner__Size, .Option__Inner__SizeHeading{
  padding-left:124px;
}
.Option__Inner__Size__ItemWrap .Option__Select__Check{
  left: -104px
}
.Option__Inner__Size__ItemWrap:after{
  left:-124px;
}
}
@media screen and (min-width: 1025px){
.Option__Size__Wrap:before{
  width: calc(100% - 60px);
}
}




















.Archive_Page{
  margin: -20px auto 0
}
.Archive_Header{
  padding: 18px 0 32px;
  margin: 16px auto;
  width: calc(100% - 40px);
  border-bottom: 3px solid #1A1A1A;
  position: relative;
}
.Archive_Title{
  font-family: 'Anton', sans-serif;
  font-size: 3.2rem;
  text-align:center;

}
/*
.Archive_Nav_List{
  max-width: 260px;
  margin: 30px auto -18px;
  display: flex;
  flex-wrap: wrap;

}
.Archive_Nav_List li{
  font-family: 'Anton', sans-serif;
  font-size: 1.9rem;
  width: 50%;
  margin-bottom: 18px;
  padding:0 10px;
}
.Archive_Nav_List li span{
  font-family: 'Anton', sans-serif;
  font-size: 1.9rem;
}
.Archive_Nav_Button{
  display: block;
  position: absolute;
  top:28px;
  right: 20px;
  width: 25px;
  height: 25px;
  border:1px solid #333333;
  border-radius: 2px
}
.Archive_Nav_Button_Inner {
  display: block;
  position: absolute;
  top: 11px;
  right: 4px;
  width: 15px;
  height: 1px;
  background-color: #333333
}
.Archive_Nav_Button_Inner:before {
  content: '';
  position: absolute;
  top: -7px;
  right: 7px;
  width: 1px;
  height: 15px;
  background-color: #333333;
  transition: .2s
}

.Archive_Nav_Button.Is-Open .Archive_Nav_Button_Inner:before {
  height: 0;
  transition: .2s
}


.Archive-Page .Store-Submenu{
  border-bottom: none
}

.Archive_ItemList{
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  margin-bottom: 30px
}
.Archive_ItemList:last-child{
  margin-bottom: 60px
}


.Archive_Item{
  width: 50%;
  padding:0 10px;
  margin-bottom: 35px
}

.Archive_Item_Title{
  font-size: 1.3rem;
  font-weight: 700;
  padding-top: 10px
}
.Archive_ItemList_Heading{
  font-family: 'Anton', sans-serif;
  font-size: 2.3rem;
  text-align: center;
  margin-bottom: 22px;
  width: 100%
}

.Archive-Page.Goods .Archive_Nav_List{
  display: block;
  max-width: 100%

}
.Archive-Page.Goods .Archive_Nav_List li{
  width: 100%;
  text-align: center;
}
.Goods__Archive__ResultInfo{
  display: none;
}
.Archive-Page.Goods .Goods__Archive__ResultInfo{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 25px auto;
  padding: 0 20px
}
.Goods__Archive__ResultNumber{

}
.Goods__Archive__ResultNumber_Title, .Goods__Archive__ResultNumber_Quan, .Goods__Archive__ResultDisplay_Title, .Goods__Archive__ResultDisplay_Quan{
  font-size: 1.2rem;
  font-weight: 500
}
.Goods__Archive__ResultNumber_Quan, .Goods__Archive__ResultDisplay_Quan{
  padding-left: .5em
}
.Goods__Archive__ResultDisplay_Quan{
  position: relative;
  padding-right: 30px;
  text-align: right;
}
.Goods__Archive__ResultDisplay_Quan:after{
  content: 'keyboard_arrow_down';
  font-family: 'Material Icons';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0,-50%);
  font-size: 18px;
    padding-top: 2px;
}
.Archive_Nav_Sublist{
  display: none;
}
.Sublist-Show.Archive_Nav_Sublist{
  display: block;
}
.Sublist-Show.Archive_Nav_Sublist li{
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px
}
.Sublist-Show.Archive_Nav_Sublist li:first-child{
  margin-top: 30px
}
.GoodsSub_Current a{
  position: relative;
}
.GoodsSub_Current a:after{
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #1A1A1A;
  bottom: -2px;
  left: 0
}

@media screen and (min-width:1024px){
.Archive_Item{
  width: 33.3333%;
  padding: 0 20px;
}
.Archive_Header {
  width: calc(100% - 60px);
}
.Archive_ItemList_Heading{
  text-align: left;
}
.Archive-Page.Goods .Goods__Archive__ResultInfo{
  max-width: 240px;
  margin: 25px 0 25px auto
}
.Goods.Archive-Page .Archive_Nav{
  display: block !important;
  position: absolute;
  top: 0
}
.Archive-Page.Goods .Archive_Nav_List{
  max-width: 180px;
  margin: 0
}
.Archive-Page.Goods .Archive_Nav_List li{
  text-align: left;
  font-size: 1.5rem;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em
}
.Archive_Nav_List li span{
  text-align: left;
  font-size: 1.5rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em
}
.Archive_Nav_Item__SP{
  display: none;
}
.Archive_Nav_Item__BCPM{
  line-height: 1.2;
  max-width: 80px
}
.Archive_Nav_Sublist{
  display: block;
}
.Archive-Page.Goods .Archive_Nav_Sublist li{
  font-family: "Noto Sans JP","Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Pro W3","Hiragino Kaku Gothic Pro","Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª",Meiryo,"Ã¯Â¼Â­Ã¯Â¼Â³ Ã¯Â¼Â°Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯","MS PGothic",sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 8px;
  padding: 0
}
.Archive_Nav_Sublist{
  margin-top: 12px
}
.Archive_Page{
  margin: 40px auto 0
}
.Archive_Nav_Button, .Archive_Nav{
  display: none;
}
.Archive_Header{
  border-bottom: none;
  padding: 0 0 32px;

}

.Archive_ItemList{
  max-width: 840px;
  margin:0 auto 40px;
}
.Archive_ItemList:last-child{
  margin:0 auto 180px;
}
.Goods .Archive_ItemList:last-child{
margin: 0 0 0 224px;
}
.Archive_ItemList_Heading{
    margin: 0 auto 22px;
    max-width: 780px;
}
.Archive-Page.Goods .Goods__Archive__ResultInfo{
  margin: -24px 0 40px auto
}
.Goods.Archive-Page .Archive_Header{
  position: relative;
}
.Sublist-Show.Archive_Nav_Sublist{
  display: none;
}
.Goods_Current a:before{
    content: 'check';
    font-family: 'Material Icons';
    position: absolute;
    left: -23px;
    font-size: 20px;
    top: -4px;
    transform: none;
    background-color: transparent;
}
.Goods_Current .Archive_Nav_Sublist a:before{
  display: none;
}
.Goods .Archive_Title{
  max-width: 810px;
    margin: 0 0 0 224px;
}
}
*/

@media screen and (min-width:1024px){
.Archive_Title{
  font-size: 5rem;
}
}
@media screen and (min-width:1280px){
.Goods .Archive_ItemList:last-child{
  margin:0 auto 180px;
}
.Goods .Archive_Title{
  max-width: 100%;
    margin: 0;
}
}




.Archive_subcate{
  display: none;
  text-align: center;
}
@media screen and (min-width:1024px){
.Archive_subcate{
  display: block;
  max-width: 810px;
    margin: 0 0 0 224px;
}
}
@media screen and (min-width: 1280px){
.Archive_subcate {
    max-width: 100%;
    margin: 0;
}
}


.Item_Navigation{
  display: none;
}
@media screen and (min-width:1024px){
  .Item_Navigation{
    display: block;
    padding: 0 38px;
    position: fixed;
    top: 160px;
  }
.Item_Navigation a{
  display: block;
  font-family: 'Anton', sans-serif;
  font-size: 1.5rem;
  margin-top:20px;
}
}








/*CURSOL POINTER Ã¤Â¸â‚¬Ã¦â€¹Â¬*/
.StoreSingle__Body__Cart__AddCart, .Goods__Option__Item label{
  cursor: pointer;
  display: block;
}


/*Ã¦Â°Â´Ã¨â€°Â²Ã¥â€¢â€ Ã¥â€œÂÃ§Â·Â¨Ã©â€ºâ€ */

#Other-Option-Price{
  display: none;
}
.Alt_Furniture .Goods__Option__Wrap{
  border: 1px solid #DDDDDD;
}
.Alt_Furniture .radio01-input:checked + label table{
  background-color: #fff
}

.Alt_Furniture .Option__Select__Check{
  top: 12px;
    left: 14px;
}
.Alt_Furniture .Goods__Option__Item th{
  padding-left: 46px
}
.Another__Option__Wrap{
  font-size: 1.4rem;
  font-weight: 500;
  padding: 16px;
  border-top:1px solid #DDDDDD; 
  border-right:1px solid #DDDDDD;
  border-left:1px solid #DDDDDD;
  color: #555555
}
.Alt_Furniture .Option-Wrap{
  margin:40px 0 19px;
}












.Goods .Archive-Page{
  margin: 0 auto ;
}

.Archive_subcate{
  text-align: center;
  margin:20px 0;
}

.pagination{
      max-width: 170px;
    margin: 90px auto;
}
.pagenation__item{
  font-family: 'Open Sans', sans-serif;
  font-size: 1.6rem;
}





 /*スリック修正*/
.StoreSingle__Image .slick-prev{
  left: 0;
    top: 0;
    width: 50%;
    height: 85%;
    transform: none;
    background-color: #333;
    z-index: 999;
    opacity: 0;
 }
.StoreSingle__Image .slick-next {
    right: 0;
    top: 0;
    width: 50%;
    height: 85%;
    transform: none;
    background-color: #333;
    z-index: 999;
    opacity: 0;
}
.StoreSingle__Related .slick-prev, .StoreSingle__Related .slick-next{
  top: calc(50% - 43px);
  display: none !important;
}
.StoreSingle__Related__Grid .slick-arrow:before{
  opacity: 1
}
.StoreSingle__Related__Grid .slick-arrow:hover:before{
  opacity: .4
}
@media screen and (min-width:768px){
.StoreSingle__Related .slick-prev, .StoreSingle__Related .slick-next{
  display: block !important;
}
}
@media screen and (min-width:768px) and (max-width:1023px){
.StoreSingle__Related__Grid__Item{
    padding: 0 10px;
}
.StoreSingle__Related{
    padding: 80px 60px 0;
    margin-top: 0
}
}









/*デスクワークチェア調整*/






.Option__DWC__Wraper{
  display: flex;
  flex-wrap: wrap;
}
.Option__DWC__Wraper .option_wrapp{
  width: 100%;
}
.Option__DWC__Wraper .option_wrapp--DSC1{
  order: 1
}
.Option__DWC__Wraper .option_wrapp--DSC2{
  order: 2;
  padding-top: 26px;
}
.Heading_Option_DWC{
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  color: #666666;
  margin-bottom: 18px;
  display: block;
}
.Heading__Height{
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #242424;
  margin-bottom: 14px;
}
.Heading__Height-Sub{
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  color: #242424;
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
.option_wrapp--DSC2:nth-child(2) .Heading__Height-Sub{
  max-width: 250px
}
.Option__DWC__Wrap .Option__Inner__Heading{
  display: block;
  margin-bottom: 34px
}
.Option__DWC__Wrap .Option__Select__List__Item{
    width: 100%;
    max-width: 257px;
    height: auto;
    padding: 0;
    margin: 0 20px 34px;
}
.Option__DWC__Wrap .Option__Select__OptName{
  font-size: 1.4rem;
  font-weight: 500;
  margin:17px 0 13px;
  max-width: 100%;

}
.Option__DWC__Wrap .Option__Select__OptMate{
  max-width: 300px
}
.Option__DWC__Wrap .Option__Select__OptPrice, .Option__DWC__Wrap .Option__Select__OptPrice span{
    font-size: 1.3rem;
    font-weight: 500;
    max-width: 250px;
    margin: 0;
    color: #242424;
}
.Option__DWC__Wrap.option_wrapp:nth-child(2) .Option__Select__OptPrice{
    display: flex;
}

.Option__DWC__Wrap .Option__Select__OptNo, .Option__DWC__Wrap .Option__Select__OptMate{
    font-size: 1.3rem;
    font-weight: 500;
    max-width: 250px;
    margin: 4px 0;
}
.Option__DWC__Wrap .Option__Select__Check{
  top: 0
}
.Option__DWC__Wrap{
    position: relative;
}
/*
.Option__DWC__Wrap:before{
    content: '';
    position: absolute;
    top: -40px;
    left: 50%;
    height: 2px;
    width: calc(100% - 40px);
    background-color: #1a1a1a;
    transform: translate(-50%,0);
}
*/
.option_wrapp--DSC2:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 2px;
    width: calc(100% - 38px);
    background-color: #1a1a1a;
    transform: translate(-50%,0);
}




@media screen and (min-width:600px){
.option_wrapp--DSC2 .Option__Select__List{
  justify-content: space-between;
  max-width: 530px;
  margin: 0 auto;
}
.Option__DWC__Wrap .Option__Select__List__Item{
    width: 48%;
    padding: 0;
    margin: 0 0 34px;
}
.Heading__Height{
  font-size: 1.8rem
}
.Heading__Height-Sub{
  width:100%;
  max-width: 100%
}
.option_wrapp--DSC2:nth-child(2) .Heading__Height-Sub{
  max-width: 100%
}
}
@media screen and (min-width:768px){

.option_wrapp--DSC2 .Option__Select__List{
  max-width: 600px;
}
.Option__DWC__Wrap .Option__Select__List__Item{
    width: 50%;
    max-width: 280px
}
}
@media screen and (min-width:1025px){
.option_wrapp--DSC2:before{
  height: 1px;
  width: calc(100% - 60px);
}
}




.Option__Win{
    background-color: #000000e8;
}
.embed-container{ 
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.embed-container iframe, .embed-container object, .embed-container embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Option__Win_Inner{
    width: 100%;
    max-width: 880px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.modal--Close {
    position: absolute;
    top: -45px;
    right: 17px;
}
.modal--Close .material-icons{
  color: #fff
}

@media screen and (min-width:1024px){
.modal--Close{
    position: absolute;
    top: 5px;
    right: -10px;
}
.Option__Win_Inner{
    padding: 20px;
}
}



/*

送料・オーダーガイド
モーダル関連

*/
.StoreSingle__Body__Guide_Detail td.Over600, .StoreSingle__Body__Guide_Guide a.Over600{
  display: none;
  cursor: pointer;
}
@media screen and (min-width:600px){
.StoreSingle__Body__Guide_Detail td.Only600, .StoreSingle__Body__Guide_Guide a.Only600{
  display: none;
}
.StoreSingle__Body__Guide_Detail td.Over600, .StoreSingle__Body__Guide_Guide a.Over600{
  display: flex;
}
}

.Modal_Ship{
  padding: 0 20px;
  position: fixed;
  top: 0;
  left:0;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  opacity: 0;
  pointer-events:none;

}
.Modal_Ship.is--Active{
  opacity: 1;
  pointer-events: auto;
  transition: opacity .4s cubic-bezier(0.74, 0.04, 0.43, 1).25s;
}

.Modal_Ship .guide--SippingOnly{
    height: calc(100% - 20px);
    padding: 0;
    margin: 20px auto;
    overflow-y: hidden;
}
.Modal_Ship .Modal__Guide__Inner{
  max-height: calc(100% - 20px);
  padding: 66px 38px 90px;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.Modal_Ship .Modal__Guide__Inner::-webkit-scrollbar{
  display: none;
  -webkit-appearance: none;
}
.Modal_Ship .Option__Select__Close.bottom__Close{
      margin: 30px auto 0;
}
.Modal_Ship .Order-FAQ__Nav{
    padding-bottom: 60px;
}
.Modal_Guide .Modal__Guide__Inner{
      padding: 40px 38px 90px;
}
.Modal_Guide .Order-FAQ__Item{
  margin-top:-66px;
  padding-top: 66px
}
@media screen and (min-width:1025px){
.Modal_Ship{
  padding: 0 38px
}
}
@media screen and (min-width:1136px){
.Modal_Ship{
  max-width: 1100px;
  left: calc(50% - 568px);
}
}

table.single{
    width: 100%;
    table-layout: fixed;
}

tbody.single th{
    font-size: 1.2rem;
    text-align: center;
    font-weight: 400;
    line-height: 1;
    padding-bottom: .8em;
}

tbody.single td{
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #cccccc;
    border-collapse: collapse;
    height: 28px;
}
span.goods_restock{
  display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 104px;
    margin: 0 0 0 auto;
}
span.goods_restock_show{
    font-size: 1.2rem;
    color: #603510;
    /*display: block;
    padding-right: 5px;*/
    margin-left:8px;
    margin-right:8px;
    line-height:1;
    white-space: nowrap;
}
span.goods_restock_price{
    display: block;
    font-size: 1.4rem;
    line-height:1;
    white-space: nowrap;
}

.goods_more_photo{
  display: none
}
@media screen and (min-width:800px){
.goods_more_photo{
  display: block;
  width: 74px;
}
}
@media screen and (min-width:1100px){
.goods_more_photo{
  margin-top: -20px
}
}

.StoreSingle__Price span.goods_restock_show_alt{
      color: #463211;
    display: inline-block;
    padding: 0 10px 0 0;
    font-size: 1.2rem;
    font-weight: 500
}
.StoreSingle__Body__Price span.Furniture_restock{
  margin: 0;
}
.Order-FAQ__Item__BackBtn{
  display: none;
}




/*
------------------------------------
iPadPRO用修正
------------------------------------
*/


@media screen and (min-width:834px) and (max-width: 834px) and (min-height: 1000px){
.Bread_Sec{
padding: 13px 28px 0;
}
.StoreSingle{
  max-width:768px;
  display:block;
}
.StoreSingle__Image{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 38px;
    max-width:846px;
}
.StoreSingle__Head.SP--Hide{
  display: block;
}
.StoreSingle__Head{
  padding:0 38px;
  margin: 20px 0;
    text-align: center;
}
.StoreSingle__Family__Nav{
  justify-content: center;
  margin: 0 auto;
}
.StoreSingle__Family__Header{
      padding: 0;
    margin-top: 0;
}
.StoreSingle__Image-Inner{
  max-width:100%;
  display:block;
}
.StoreSingle__Image__Main{
  width: 100%
}
.StoreSingle__ImageSlide.slick-initialized{
  max-width:100%;
  margin:0;
}
.StoreSingle__Image__Thumbs{
  width:auto;
  margin: 0 auto;
}
.StoreSingle__ThumbsList li{
  width: calc(16.6666% - 8px);
  margin:8px 4px 0;
}
.StoreSingle__ThumbsList__Item:nth-child(-n+6){
  margin:0 4px;
}
.StoreSingle__Body{
    margin: 0 auto;
    width: 100%;
    flex-basis: 444px;
    max-width: 520px;
    padding: 0 20px;
}
.StoreSingle__Head{
  display: none;
}
}
.StoreSingle__Body__Cart__AddCart-Soldout:hover{
  opacity: 1;
  pointer-events: none
}
.StoreSingle__Body__Cart__AddCart-Soldout{
  pointer-events: none
}

.Option__DWC__Wrap .Option__Select__OptMate--EN, .Option__DWC__Wrap .Option__Inner__Heading--EN{
  display:none
}

/*

非表示
NODISPLAY

*/


.Goods__Option__Item .overall{
  font-size: 1.2rem; 
  color:#c82434; 
  padding-left:15px; 
  padding-bottom: 12px;
  margin-top:-8px;
}

.Goods__Option__Item .overall a{
  font-size: 1.4rem; 
  margin-left: 3px;
  color:#c82434; 
  text-decoration:underline; 
  font-weight:bold
}

.Goods__Option__Item .overall a:hover{
  text-decoration:none;
}