@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;
  -o-transition-property: 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;
  -o-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;
  -o-transition-property: 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;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 75pc;
  perspective: 75pc
}

.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: 2
}

.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: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.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: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.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: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.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: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.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: 2;
  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;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 2;
	width: 100%;
   bottom: -2rem;
}

.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-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
	opacity: 1;
	margin: 0 .3rem;
	background-color: #F4D7D7;
}

button.swiper-pagination-bullet {
  border: 0;
  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: #BF5567;
}

.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%);
  -ms-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;
  -o-transition: .2s transform, .2s top;
  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%);
  -ms-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;
  -o-transition: .2s transform, .2s left;
  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;
  -o-transition: .2s transform, .2s right;
  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);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-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: hsla(0, 0%, 100%, .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: 3;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 3;
  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: 2;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: a 1s steps(12, end) infinite;
  animation: a 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")
}

.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;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-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;
  -ms-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;
  -ms-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: 75pc
}

.swiper-wrapper {
    transition-timing-function: linear;
}


:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}
* {
  font-size: inherit;
  line-height: inherit
}
::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit
}
*, ::after, ::before {
  border-style: solid;
  border-width: 0
}
* {
  margin: 0;
  padding: 0
}
:root {
  box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility
}
.lazyload {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: all 500ms;
}
/* reset============================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
:after, :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* clearfix============================================== */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}

/* swiper-button============== */
.swiper-common {
  width: 100%;
	height: 100%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  overflow: visible;
  z-index: 1;
  margin: auto;
  pointer-events: none;
}

.swiper-button-unit {
  width: 100%;
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  top: 45%;
  margin: auto;
  z-index: 0;
  cursor: pointer;
  overflow: visible;
  pointer-events: auto;
}

.swiper-button-next {
  font-size: 0;
  background-color: #292723;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  display: block;
  opacity: 1;
  border-radius: 0;
  pointer-events: auto;
  background-image: none;
  margin: 0;
}

.swiper-container-rtl .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  font-size: 0;
  background-color: #292723;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  display: block;
  opacity: 1;
  border-radius: 0;
  pointer-events: auto;
  background-image: none;
  margin: 0;
}

.swiper-button-prev {
  font-size: 0;
  background-color: #292723;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  display: block;
  opacity: 1;
  border-radius: 0;
  pointer-events: auto;
  background-image: none;
  margin: 0;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  background-color: transparent;
  right: -1.2rem;
}

.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev {
  left: -1.2rem;
  right: auto;
}

.swiper-arrow {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.swiper-arrow img {
  width: 2.5rem;
}




/* body============================================== */
html, body {
  height: 100%;
  font-size: 1.4rem;
  color: #505050;
  line-height: 1;
  letter-spacing: 0;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  -webkit-text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-feature-settings: "palt";
  font-family: "Noto Serif JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}
html {
  font-size: 10px;
}
@media only screen and (min-width: 1800px) {
  html {
    font-size: 11px;
  }
}
h1, h2, h3, h4, h5 {
  font-weight: 400;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#container {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.l-main {
  width: 100%;
}
.l-container {
  position: relative;
}
.l-content {
  position: relative;
}
.meta-text {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
}
.c-vrtcl {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-feature-settings: 'pkna';
}
.bodr-rds {
  border-radius: 9999px;
}
a {
  color: #262121;
  text-decoration: none;
  cursor: pointer !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}
.pc-block {
  display: block;
}
.sp-block {
  display: none;
}
.txt-l {
  text-align: left !important;
}
/* mouse-set text ============================================== */
.mouse-set {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: auto;
}
.mouse-set a .mouse-on {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
}
.mouse-set:hover .mouse-on {
  background-color: #F4D7D7;
}


/* link-btn ============================================== */
.link-btn {
  position: relative;
  width: calc(100% - 20%);
  margin: 8% auto 0;
	z-index: 5;
	display: flex;
	justify-content: center;
}
.product-lst .link-btn {
  	opacity: .3;
	  pointer-events: none;
}
.product-lst .link-btn.howto-btn,
.link-btn.related-btn {
  	opacity: 1;
	  pointer-events: auto;
}

.link-btn a {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 6.5% 1.8%;
	border: solid 1px #707070;
	overflow: hidden;
}
.link-btn a:after{
  background-image: url(../img/common/arrow-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
	top: 49%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 7%;
    content: '';
    z-index: 2;
    display: block;
    background-size: contain;
    width: clamp(1rem, 0.909rem + 0.39vw, 1.2rem);
    height: clamp(1rem, 0.909rem + 0.39vw, 1.2rem);
}
.btn-label {
  width: 56%;
	margin: 0 auto;
}
.official-label {
  width: 39%;
}
.submit-label img {
  width: 36%;
}
.related-label {
  width: 48%;
}

/* l-header ============================================== */
#l-header {
  width: 100%;
  max-width: 54rem;
  height: auto;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  -webkit-transition: all .1s linear;
  transition: all .1s linear;
  z-index: 30;
}
.l-header__sitename {
	width: 11.8rem;
  height: auto;
  position: relative;
  z-index: 10;
	display: block;
	transition: all 0.5s linear;
}

.l-header__sitename.active {
  width: 4.8rem;
}

.modal-open .l-header__sitename {
  display: none;
}

.l-header__sitename a {
  width: 100%;
  height: auto;
  position: absolute;
  left: 1rem;
  top: 1rem;
}


@media screen and (min-width: 1024px) {
  #l-header {
    position: fixed;
    max-width: 100%;
  }
}
.l-header__body {
  width: calc(100% - 0rem);
  margin: 0 auto;
  height: auto;
  position: relative;
}

#l-header__toggle {
	position: absolute;
	right: 1rem;
	top: 1.4rem;
	display: block;
}
.toggle {
   display: block;
}
.toggle-line {
  width: 3rem;
	position: absolute;
	left: -3.7rem;
	top: 0;
}
.toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #FFF;
    overflow: hidden;
		display: inline-block;
    transition: all .4s;
}
.toggle span:before {
    content: " ";
    display: block;
    height: 1px;
    background: #BF5567;
}
.toggle span:nth-of-type(1) {
    top: .5rem;
}
.toggle span:nth-of-type(2) {
    top: 1.4rem;
    right: 0;
    left: auto;
}
.toggle.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-28deg);
    transform: translateY(9px) rotate(-28deg);
	top: 0;
}
.toggle.active span:nth-of-type(2) {
   -webkit-transform: translateY(-10px) rotate(28deg);
    transform: translateY(-10px) rotate(28deg);
	top: 1.9rem;
}


.toggle-label {
	position: relative;
	width: 3.8rem;
}
.toggle-label span {
  margin: 0 auto;
}
.toggle-label p:first-child {
  display: block;
	width: 100%;
}
.toggle-label p:nth-child(2){
  display: none;
	width: 85%;
}
.modal-open .toggle-label p:first-child {
  display: none;
}
.modal-open .toggle-label p:nth-child(2){
  display: block;
}


@media screen and (min-width: 1023px) {
  #l-header__toggle {
  display: none;
}
.l-header__sitename {
  display: none;
}

}

.item-common {
  display: none;
}

/* lp-wrap ============================================== */
@media screen and (min-width: 541px) {
  .l-lp-wrap {
    display: flex;
    justify-content: center;
  }
	
	
	.l-lp-wrap:before {
  background-image: url(../img/common/lp-cover_pc.jpg);
  width: 100%;
  height: 100%;
  position: fixed;
  content: '';
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  background-position: center center;
	opacity: .2;
}



	
	
	
}
@media screen and (min-width: 1024px) {
  .l-lp-wrap {
    width: 90rem;
    margin: 0 auto;
    justify-content: space-between;
  }
	
	.item-common {
  position: fixed;
    right: -2.5rem;
    bottom: -6rem;
    width: 23%;
    z-index: 2;
		display: block;
}
	
}

/* l-nav-wrap ============================================== */
.l-nav-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
	right: 0;
	margin: auto;
  z-index: 20;
  overflow: hidden;
  background-color: transparent;
  transition: all 0.1s linear;
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	max-width: 54rem;
	border-bottom: 0;
	border-top: 0;
}
.l-nav-wrap.menu-contents__open {
  opacity: 1;
  pointer-events: auto;
  background-color: #FFF;
  transition: all 0.1s linear;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.l-nav-inner {
  opacity: 0;
  width: 100%;
	padding: 18% 8% 10%;
  margin: 0 auto;
  transition-property: transform;
  transition-duration: 0.1s;
  transition: all 0.1s ease;
  position: relative;
  overflow: scroll;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.menu-contents__open .l-nav-inner {
  opacity: 1;
  overflow: auto;
  transition-duration: 0.1s;
  transition: all 0.1s ease;
  -webkit-overflow-scolling: touch;
}

.l-nav-sitename {
  display: none;
}


.nav-unit {
  width: 100%;
  margin: 1rem auto 0;
}

.nav-unit li {
  border-bottom: dashed 1px #ACACAC;
}

.nav-unit li:last-child {
  margin-bottom: 0;
}

.nav-unit li a {
  position: relative;
  padding: 1.5rem 0 1.5rem 0;
}

.nav-unit li:hover a {
  opacity: .7;
}

.nav-unit li a:before {
  background-image: url(../img/common/arrow-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  content: '';
  z-index: 2;
  background-size: contain;
  width: 1rem;
    height: 1.1rem;
  right: 0;
  top: 4rem;
}

.nav-unit li a p {
  position: relative;
}
.nav-unit li a p span {
  display: block;
}
.nav-unit li a p span:last-child {
  margin-top: .6rem;
}
.nav-about span:first-child {
  width: 5.1rem;
}
.nav-about span:last-child {
  width: 13rem;
}
.nav-product span:first-child {
  width: 4.7rem;
}
.nav-product span:last-child {
  width: 7.5rem;
}
.nav-faq span:first-child {
  width: 2rem;
}
.nav-faq span:last-child {
  width: 11.1rem;
}
.nav-shop span:first-child {
  width: 2.6rem;
}
.nav-shop span:last-child {
  width: 12.9rem;
}
.nav-facility span:first-child {
  width: 5.2rem;
}
.nav-facility span:last-child {
  width: 7.4rem;
}
.nav-contact span:first-child {
  width: 4.4rem;
}
.nav-contact span:last-child {
  width: 7.4rem;
}

.nav-unit li a.is-current:after,
.nav-unit li:hover a.is-current:after{
  background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    content: '';
    z-index: 2;
    background-size: contain;
    background-image: url(../img/common/leaf-parts01.png);
    width: clamp(2.1rem, 1.691rem + 1.75vw, 3rem);
    height: clamp(2.1rem, 1.691rem + 1.75vw, 3rem);
    left: -1.5%;
    top: 1.8rem;
}

.social-unit{
  display: flex;
	justify-content: center;
	margin: 3rem auto 0;
}
.social-lst {
  background-color: #262121;
	display: flex;
	justify-content: center;
	align-items: center;
}
.social-lst:hover {
  background-color: #F4D7D7;
	background: #BF5567;
}
.social-lst{
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    margin: 0 1.3rem 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.in-icon img {
   width: 46%;
}
.x-icon img {
   width: 40%;
}

@media screen and (min-width: 1024px) {
.l-nav-wrap {
    width: 20rem;
		min-width: 20rem;
		height: 100%;
		position: fixed;
		top: 52%;
		left: 14%;
		-webkit-transform: translateY(-50%);
        transform: translateY(-50%);
		overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
		opacity: 1;
		z-index: 20;
		display: block;
		right: auto;
		border: 0;
  }
.l-nav-inner {
    margin: 0 auto;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
		opacity: 1;
		padding: 5rem 0 8rem;
}
.l-nav-sitename {
  width: 19rem;
  margin: 0 auto;
	display: block;
}


}


@media screen and (min-width: 1181px) {
.l-nav-wrap {
		left: 17%;
		width: 25rem;
		min-width: 25rem;
}

}



/* l-content-wrap ============================================== */
@media screen and (min-width: 1024px) {
  .l-content-wrap {
    margin-left: auto;
  }
}
.l-content-wrap {
  max-width: 54rem;
  z-index: 2;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 10px 15px 5px rgba(180, 180, 180, 0.2);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: .5s;
  transition: .5s;
	background-color: #FFF;
}
@media screen and (min-width: 541px) {
  .l-content-wrap {
	width: 54rem;
	}
}


/* l-main__visual ============================================== */
.l-main__visual {
  width: 100%;
  position: relative;
  z-index: 2;
	padding: 0;
	margin-top: 4.5rem;
}
.l-main__body {
  margin: 0 auto;
  z-index: 2;
}
.main-wrap {
  position: relative;
	width: 100%;
}
.main-item {
    width: 47%;
    position: absolute;
    left: -6.5%;
    bottom: -25%;
    z-index: 2;
}
.main-img {
  width: calc(100% - 0%);
	position: relative;
	z-index: 0;
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
.l-main__visual {
  margin: 0 auto;
}

}


/* p-section__index ============================================== */
.p-section__index {
  position: relative;
  z-index: 2;
}
.p-section__index p {
  margin: 0 auto;
}
.p-section__index h2 {
  margin: 2% auto 0;
}
.about-index p {
  width: 21%;
}
.about-index h2 {
  width: 47%;
}
.product-index p {
  width: 19.7%;
}
.product-index h2 {
  width: 26.8%;
}
.howto-index p {
  width: 24.4%;
}
.howto-index h2 {
  width: 25%;
}
.faq-index p {
  width: 9.2%;
}
.faq-index h2 {
  width: 40.4%;
}
.shop-index p {
  width: 10.7%;
}
.shop-index h2 {
  width: 42%;
}
.facility-index p {
  width: 28.8%;
}
.facility-index h2 {
  width: 36.4%;
}
.contact-index p {
  width: 17.9%;
}
.contact-index h2 {
  width: 27%;
}
.thanks-index p {
  width: 9.2%;
}
.thanks-index h2 {
  width: 26.8%;
}

/* p-top-about ============================================== */
.p-top-about {
  width: 100%;
	padding: 22% 0 15%;
}
.p-top-about__body {
  width: 100%;
  position: relative;
  z-index: 2;
}
.about-wrap {
  width: calc(100% - 20%);
  position: relative;
  margin: 7% auto 0;
}

.about-img {
  width: 100%;
	margin: 0 auto 0;
}
.about-catch {
  width: 86%;
	margin:  10% auto 0;
}
.about-read {
  width: 86%;
  margin: 6% auto 0;
}
.about-read p {
  font-size: 1.3rem;
	line-height: 2;
}
.about-read .about-credit {
  text-align: right;
	margin: 5% auto 0;
	font-size: 1.1rem;
}


@media screen and (min-width: 541px) {
.about-read p {
  font-size: 1.6rem;
}
.about-read .about-credit {
	font-size: 1.4rem;
}


}


/* p-top-product ============================================== */
.p-top-product {
  width: 100%;
  position: relative;
  z-index: 0;
	padding: 15% 0;
	background-color: #F5F5F5;
}
.p-top-product__body {
  width: 100%;
  position: relative;
  z-index: 2;
}
.product-wrap {
  width: calc(100% - 22%);
  position: relative;
  margin: 6% auto 0;
}
.product-read {
  font-size: 1.3rem;
	line-height: 1.9;
	padding: 0 8%;
}
.product-lst {
  width: 100%;
	margin: 0 auto 8%;
	position: relative;
}
.product-lst:last-child {
  margin-bottom: 0;
}
.product-wrap .swiper-container {
    overflow: visible;
}
.product-slider__wrap {
	overflow: hidden;
}
.product-slider {
    position: relative;
}
.product-img {
  width: 100%;
	margin: 5% auto 0;
}
.product-text {
  margin: 5rem auto 0;
	padding: 0;
}
.product-text h3 {
  width: 100%;
}
.product-text h3.typ-2 {
  width: 12rem;
}
.product-text p {
  font-size: 1.3rem;
	margin-top: 3%;
	line-height: 1.9;
}
.product-text p span {
  font-size: 1.1rem;
	margin-top: 1rem;
	line-height: 1.7;
	display: block;
}

.howto-unit {
  width: calc(100% - 0%);
	position: relative;
	margin: 7% auto 0;
	overflow: hidden;
	padding: 9% 10%;
	z-index: 2;
}
.howto-unit:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 0;
	opacity: .7;
	background-color: #FFF;
}
.howto-unit__inner {
  position: relative;
	z-index: 2;
}
.howto-text {
  font-size: 1.3rem;
	margin-top: 5%;
	line-height: 1.9;
	border-top: dotted 1px #B4B197;
	padding-top: 5%;
}
.howto-img {
  width: calc(100% - 26%);
  margin: 4.5% auto 0;
}


@media screen and (min-width: 541px) {
.product-read {
  font-size: 1.6rem;
}
.product-text {
	padding: 0 4%;
}
.product-text h3 {
  width: 36rem;
}
.product-text h3.typ-2 {
  width: 14rem;
}
.product-text p {
  font-size: 1.5rem;
}
.howto-text {
  font-size: 1.5rem;
}
.howto-unit {
  width: calc(100% - 8%);
}


}



/* p-top-faq ============================================== */
.p-top-faq {
  width: 100%;
	padding: 15% 0;
}
.p-top-faq__body {
	position: relative;
}
.p-top-faq__body:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 0;
	opacity: .7;
	background-color: #FFF;
}
.faq-wrap {
  width: calc(100% - 20%);
  position: relative;
  margin: 7% auto 0;
}
.faq-lst {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  position: relative;
  margin-bottom: 8%;
}
.faq-lst:last-child {
  margin-bottom: 0;
	padding-bottom: 0;
}
.faq-content__child-unit {
  position: relative;
  pointer-events: auto;
  transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	border-bottom: dotted 1px #ACACAC;
	padding-bottom: 7%;
}
.faq-content__child-unit h3 {
  font-size: 1.4rem;
  line-height: 1.3;
  display: flex;
  align-items: flex-start;
	padding-right: 8%;
}
.faq-content__child-unit h3 span.q-icon,
.faq-answer .answer-icon{
  width: 1rem;
	max-width: 1rem;
	min-width: 1rem;
  z-index: 2;
  margin: .2rem 1rem 0 0;
  position: relative;
  display: block;
}
.faq-answer .answer-icon {
  margin-top: .5rem;
}
 .q-icon img {
  width: 100%;
}
.answer-icon img {
  width: 100%;
}
.faq-content__child-unit h3 span:last-child {
	 line-height: 1.3;
}
.faq-content__grndchild {
  display: none;
  cursor: auto;
}
.grndchild-lst__inner {
  width: 100%;
  position: relative;
  display: flex;
	margin-top: 5%;
}
.faq-answer {
  position: relative;
	    display: flex;
    align-items: flex-start;
}
.faq-answer .faq-answer__read {
  font-size: 1.3rem;
  line-height: 1.7;
}
.acdon-toggle {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  right: 0rem;
  line-height: 0;
  position: absolute;
  top: -.1rem;
  /*transform: translateY(-50%);*/
  z-index: 2;
  transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.acdon-toggle span {
  width: 1rem;
  height: 0.1rem;
  background-color: #707070;
  position: absolute;
  transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	    position: absolute;
    top: 1rem;
}

.acdon-toggle span:nth-of-type(2) {
  transform: translate(0px, 0px) scale(1, 1) rotate(-90deg);
}

.acdon-content__child-unit.open .acdon-toggle span, .hover .acdon-lst:hover .acdon-toggle span {
  background-color: #FFF;
}

.open .acdon-toggle span {
  transform: translate(0px, 0px) scale(0, 1) rotate(0deg);
}

.open .acdon-toggle span:nth-of-type(2) {
  transform: translate(0px, 0px) scale(1, 1) rotate(-180deg);
}

.acdon-content__child-unit.open .acdon-toggle, .hover .acdon-lst:hover .acdon-toggle {
  background-color: #202c5c;
}



@media screen and (min-width: 541px) {

.faq-content__child-unit h3 {
  font-size: 1.8rem;
}
.faq-answer .faq-answer__read {
  font-size: 1.7rem;
}
.faq-content__child-unit h3 span.q-icon,
.faq-answer .answer-icon{
  width: 1.5rem;
	max-width: 1.5rem;
	min-width: 1.5rem;
}
.acdon-toggle {
  width: 2rem;
  height: 2rem;
  top: .2rem;
}
.acdon-toggle span {
  width: 2rem;
    top: 1rem;
}

}


/* p-top-shop ============================================== */
.p-top-shop {
  width: 100%;
  position: relative;
  z-index: 0;
	padding: 15% 0;
	background-color: #F5F5F5;
}
.p-top-shop__body {
  width: 100%;
  position: relative;
  z-index: 2;
}
.shop-wrap {
  width: calc(100% - 20%);
    position: relative;
    margin: 6% auto 0;
}
.shop-lst {
  width: 100%;
	margin: 0 auto 15%;
}
.shop-lst:last-child {
  margin-bottom: 0;
}
.shop-img {
  width: 100%;
	margin: 5% auto 0;
}
.shop-text {
  margin: 5% auto 0;
}
.shop-text h3 {
  font-size: 1.5rem;
}
.shop-text p {
  font-size: 1.3rem;
	margin-top: 3.5%;
	line-height: 1.7;
}


@media screen and (min-width: 541px) {
.shop-text h3 {
  font-size: 1.8rem;
}
.shop-text p {
  font-size: 1.6rem;
}


}




/* p-top-facility ============================================== */
.p-top-facility {
  width: 100%;
  z-index: 0;
	position: relative;
	padding: 15% 0;
	background-color: #F5F5F5;
}
.p-top-facility__body {
  width: calc(100% - 16%);
  position: relative;
  z-index: 2;
  margin: 0 auto;
	overflow: hidden;
}
.p-top-facility__body:before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 0;
	opacity: .5;
}
.facility-wrap {
  width: 100%;
  margin: 13.5% auto 0;
}
.facility-unit {
  position: relative;
}
.facility-lst {
 width: 100%;
 display: flex;
 align-items: flex-start;
 border-bottom: dotted 1px #B4B197;
 padding-bottom: 8%;
 margin-bottom: 8%;
}
.facility-lst:last-child {
  border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.facility-lst p {
  line-height: 1.3;
}
.facility-lst p:first-child {
	font-size: 1.4rem;
	min-width: 14.6rem;
}
.facility-lst p:first-child span {
  display: inline-block;
}
.facility-lst p:nth-child(2) {
  font-size: 1.5rem;
	width: calc(100% - 14.6rem);
}
.facility-map {
  width: 100%;
	position: relative;
	margin: 9% auto 0;
	height: 0;
	padding-top: 75%;
}
.facility-map iframe {
   position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media screen and (min-width: 541px) {
.p-top-facility__body {
  width: calc(100% - 28%);
}
.facility-lst p:first-child {
	font-size: 1.7rem;
}
.facility-lst p:nth-child(2) {
  font-size: 1.8rem;
}

}



/* p-top-contact ============================================== */
.p-top-contact {
  width: 100%;
  z-index: 0;
	position: relative;
	padding: 15% 0;
	background-color: #FFF;
}
.p-top-contact__body {
  width: calc(100% - 0rem);
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.contact-wrap {
  width: calc(100% - 16%);
  position: relative;
  margin: 0 auto 0;
}
.contact-form {
    width: calc(100% - 0%);
    position: relative;
    margin: 10% auto 0;
}
.form-unit {
	margin: 0 auto;
}
.form-unit__item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin-bottom: 4.5rem;
}
.form-unit__item:nth-child(5){
  margin-bottom: 0;
}
.form-unit__label {
	width: 100%;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
}
.form-unit__input {
	width: 100%;
	font-size: 1.6rem;
	background-color: #FFF;
	padding: 2rem;
	margin: 1rem 0 0;
	position: relative;
	border: solid 1px #dedede;
}
.form-unit__input:focus-visible {
	outline: #BF5567 auto 1px;
}
.form-unit__required {
	color: #fff;
	background-color: #BF5567;
	padding: .5rem .5rem;
	margin: 0 0 0 .6rem;
    font-size: 1.1rem;
    display: inline-block;	
}
textarea.form-unit__input {
	height: 25rem;
}
.form-unit__submit {
	text-align: center;
	margin: 4.5rem auto 0;
}
.form-unit__submit button {
  width: calc(100% - 38%);
	font-size: 1.6rem;
	border: solid 1px #707070;
	border-radius: 9999px;
	padding: 1.6rem 1rem;
	transition: 0.4s;
	cursor: pointer;
	position: relative;
}
.form-unit__submit button:after {
    background-image: url(../img/common/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 49%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 7%;
    content: '';
    z-index: 2;
    display: block;
    background-size: contain;
    width: clamp(1rem, 0.909rem + 0.39vw, 1.2rem);
    height: clamp(1rem, 0.909rem + 0.39vw, 1.2rem);
}
.form-unit__submit button:hover {
	background-color: #F4D7D7;
}

.form-unit__item__input select {
  position: relative;
}

input, select {
  -webkit-appearance: none;
  appearance: none;
}
select {
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../img/common/select-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: right 10px center;
		color: #000;
}


@media screen and (min-width: 541px) {
.form-unit__label {
	font-size: 1.9rem;
}
.form-unit__submit button {
	font-size: 1.8rem;
}
.form-unit__submit button {
    padding: 3rem 1rem;
}


}




/* p-top-thanks ============================================== */
.p-top-thanks {
  width: 100%;
    z-index: 0;
    position: relative;
		padding: 16rem 0 8rem;
}
.p-top-thanks__body {
  position: relative;
    z-index: 2;
    margin: 0 auto;
}
.thanks-wrap {
    width: calc(100% - 6rem);
    position: relative;
    margin: 3.5rem auto 0;
}
.thanks-read {
  width: 100%;
	margin: 5rem auto 0;
}
.thanks-read p {
  font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
.thanks-read p:last-child {
  margin: 0;
}
.thanks-wrap .link-btn {
    margin: 4.5rem auto 0;
		width: 18rem;
}
.thanks-wrap .link-btn a {
    padding: 1.4rem 1.3rem 1.4rem .6rem;
}
.thanks-wrap .btn-label {
    font-size: 1.3rem;
}


@media screen and (min-width: 541px) {
.p-top-thanks {
		padding: 18rem 0 19rem;
}
.thanks-wrap {
    width: calc(100% - 8rem);
    margin: 5rem auto 0;
}
.thanks-read p {
  font-size: 1.7rem;
}
.thanks-wrap .link-btn {
		width: 22rem;
}
.thanks-wrap .btn-label {
    font-size: 1.5rem;
}

}


/* l-footer ============================================== */
.l-footer {
  width: 100%;
	position: relative;
	z-index: 2;
}
.l-footer__body {
  width: calc(100% - 8rem);
  margin: 0 auto;
	padding: 11% 0 0;
}
.l-footer .social-unit {
  margin: 0;
}
.l-footer__copyright {
  font-size: 1.1rem;
  text-align: center;
	margin: 7% auto 0;
	padding: 5% 0;
}


@media screen and (min-width: 541px) {
.l-footer__copyright {
  font-size: 1.4rem;
}

}


@supports (-ms-ime-align:auto) {
  
	
	
}