@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
}

.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);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-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: 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: #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%);
  -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;
}

/* body============================================== */
html,
body {
  height: 100%;
  font-size: 1.4rem;
  color: #1A1A1A;
  line-height: 1;
  letter-spacing: 0;
  background-color: #2A2B2F;
  -webkit-font-smoothing: antialiased;
  -webkit-text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
  margin: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-feature-settings: "palt";
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: 500;
  font-style: normal;
}

html {
  font-size: 10px;
}


@media only screen and (min-width: 1800px) {
  html {
    font-size: 10px;
  }
}

.f-en {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

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: #1B250B;
  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;
}

/* 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: #f6c14b;
}

/* js-scroll__anime============================================== */
.js-scroll__anime,
.js-visual__anime {
  height: auto;
  display: block;
  position: relative;
}

/* fade-set============================================== */
.js-fade__anime {
  transition: transform 1.5s ease 0s, opacity 1.5s ease 0s;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  transition-duration: 1.5s;
}

.js-fade__anime.typ-b {
  transform: translate3d(0, 120px, 0);
  transition-duration: 3s;
}

.js-fade__anime.fade-left {
  transform: translate3d(-30px, 0, 0);
}

.js-fade__anime.fade-right {
  transform: translate3d(30px, 0, 0);
}

.active .js-fade__anime,
.active.js-fade__anime {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}


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

.swiper-button-unit {
  width: 100%;
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  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 {
  width: 4.2rem;
  height: 4.2rem;
  background-color: #202c5c;
  background-color: transparent;
  right: -2rem;
}

.swiper-container-rtl .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  width: 4.2rem;
  height: 4.2rem;
  background-color: #202c5c;
  background-color: transparent;
  right: -2rem;
}

.swiper-button-prev {
  width: 4.2rem;
  height: 4.2rem;
  background-color: #202c5c;
  background-color: transparent;
  right: -2rem;
}

.swiper-container-rtl .swiper-button-prev, .swiper-button-prev {
  left: -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.6rem;
}

/* 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: 100;
  padding: 1.2rem 1.2rem 0 1.2rem;
}

@media screen and (min-width: 541px) {
  #l-header {
    max-width: 100%;
  }
}


#l-header:after {
    position:fixed;
    top: 0;
    left: 0;
		right: 0;
		margin: auto;
    width: 100%;
    height: 15%;
    pointer-events: none;
    content: "";
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .96) 96.2%, #000000);
		z-index: 0;
		display: none;
}

.l-header__body {
  width: calc(100% - 0rem);
  margin: 0 auto;
  height: auto;
  position: relative;
	z-index: 2;
}

.l-header__sitename {
  width: 13.9rem;
  height: auto;
  position: relative;
  z-index: 10;
	display: block;
}

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

.l-header__common {
  display: flex;
	align-items: center;
	justify-content: flex-end;
}

.l-header__btn {
  border: solid 1px #f1f1f1;
	text-align: center;
	margin: 0 .5rem 0 0;
	-webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
	cursor: pointer;
}

.l-header__btn:hover {
  background-color: #EDA300
}

.l-header__btn:last-child {
 margin: 0;
}

.l-header__btn a {
  padding: .7rem 1rem;
	color: #FFFFFF;
}

.l-header__btn p {
  font-size: 1.1rem;
}

#l-header__toggle {
  width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background-color: #EDA300;
	justify-content: center;
  align-items: center;
  display: flex;
	margin-left: .6rem;
	-webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
	cursor: pointer;
}

#l-header__toggle a {
  width: 100%;
	height: 100%;
}

#l-header__toggle:hover {
  background-color: #f6c14b;
}
.toggle-label {
  font-size: 1.1rem;
}

.modal-open .toggle-label span:first-child {
    display: none;
}
.toggle-label span:nth-child(2) {
    display: none;
}
.modal-open .toggle-label span:nth-child(2) {
    display: block;
}


@media screen and (min-width: 541px) {
#l-header {
  padding: 2.3rem 2rem 0 2rem;
}

.l-header__sitename {
  width: 19rem;
}
.l-header__btn {
	margin: 0 1rem 0 0;
}
.l-header__btn a {
  padding: 1.2rem 1.8rem;
}
.l-header__btn p {
  font-size: 1.5rem;
}
#l-header__toggle {
	margin-left: 1.2rem;
	width: 6rem;
	height: 6rem;
}
.toggle-label {
  font-size: 1.4rem;
}

}



/* lp-wrap ============================================== */

  .l-lp-wrap {
    margin:  0 auto;
		position: relative;
  }

/* link-btn ============================================== */
.link-btn {
  position: relative;
  width: calc(100% - 0%);
  margin: 1.2rem auto 0;
	z-index: 5;
	display: flex;
	justify-content: center;
}

.link-btn a {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 1rem 1.3rem 1rem .6rem;
  color: #1B250B;
  background-color: #EDA300;
	overflow: hidden;
}

.link-btn.anchor-btn a {
  padding: .6rem 1.3rem .9rem .6rem;
}

.link-btn a span {
  position: relative;
	display: inline-block;
}

.link-btn a span:after{
  background-image: url(../img/common/arrow-right.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
	top: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -2.5rem;
    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);
}
.link-btn.anchor-btn a span:after {
    background-image: url(../img/common/arrow-under_black.png);
    width: .7rem;
    height: .7rem;
    right: -1.5rem;
    top: .65rem;
}
.link-btn.anchor-btn a span:before,
.link-btn.back-btn a span:before{
    width: 1.4rem;
    height: 1.4rem;
    right: -1.8rem;
    position: absolute;
    content: '';
    top: -.1rem;
    background-color: #FFF;
    border-radius: 50%;
}
.link-btn.back-btn a span:before {
    width: 1.8rem;
    height: 1.8rem;
    right: -2.8rem;
}

.btn-label {
  font-size: 1.1rem;
  position: relative;
  display: inline-block;
	font-weight: 900;
}



@media screen and (min-width: 541px) {
.link-btn {
  margin: 1.5rem auto 0;
}
.btn-label {
  font-size: 1.5rem;
}
.link-btn.anchor-btn a span:before {
    width: 1.7rem;
    height: 1.7rem;
    right: -1.8rem;
}

.link-btn.anchor-btn a span:after{
	width: 1rem;
    height: 1rem;
		top: .8rem;
}
.link-btn.anchor-btn a {
	padding: 1rem 1.3rem 1rem .6rem;
}

}


/* menu ============================================== */
.modal-menu__container{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    pointer-events: none;
    overflow: hidden;
	background-color: transparent;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.modal-menu__container.menu-contents__open {
    opacity: 1;
	pointer-events: auto;
	background-color: rgba(42, 43, 47, 1);
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
	-webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.modal-menu__contents {
    width: 100%;
    height: 100%;
    position: relative;
}

.modal-menu__contents-inner {
    background-color: #000;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
		z-index: 10;
		margin-left: auto;
}

.menu-contents__open  .modal-menu__contents-inner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
	overflow: auto;
	-webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
	-webkit-overflow-scolling: touch;
}

.modal-menu__unit{
    width: 100%;
		position: relative;
		padding-top: 12rem;
}
.modal-menu__lst {
  width: 100%;
	padding: 0 2rem 2.5rem;
	border-bottom: solid 1px #555659;
}
.modal-menu__lst a {
  width: 100%;
	position: relative;
}
.modal-menu__lst a:before {
  background-image: url(../img/common/arrow-right_white.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 1.5rem;
    right: 1.4rem;
    content: '';
    z-index: 2;
    display: block;
    background-size: contain;
    width: 1rem;
    height: 1rem;
}
.modal-menu__lst a:after {
  position: absolute;
    content: '';
    width: 3rem;
    height: 3rem;
    background-color: #2A2B2F;
    right: .5rem;
    top: .5rem;
    border-radius: 50%;
		-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.modal-menu__lst a:hover:after {
  background-color: #EDA300;
}
.modal-menu__unit .p-section__index {
    margin: 0 auto 3.5rem;;
}
.modal-menu__unit .p-section__index:last-child {
  margin-bottom: 0;
}
.modal-menu__unit .p-section__index h2 {
    font-size: 3.4rem;
}
.modal-menu__unit .p-section__index p {
    font-size: 1.7rem;
}
.modal-menu__contents .l-footer__social {
  margin: 5rem auto 0;
}
.modal-menu__contents .l-footer__link {
    width: calc(100% - 10rem);
		padding-bottom: 5rem;
}
.modal-menu__container .bg-common {
  display: none;
}


@media screen and (min-width: 541px) {
.modal-menu__unit .p-section__index h2 {
    font-size: 4.6rem;
}
.modal-menu__unit .p-section__index p {
    font-size: 2rem;
}
.modal-menu__lst {
	padding: 0 3rem 3.5rem;
}
.modal-menu__lst a:before {
    top: 2.3rem;
    right: 2.6rem;
    width: 1rem;
    height: 1rem;
}
.modal-menu__lst a:after {
    width: 4rem;
    height: 4rem;
    right: 1.3rem;
    top: .6rem;
}

}


@media screen and (min-width: 1025px) {
.modal-menu__contents-inner {
    width: 50rem;
}
.modal-menu__container .bg-common {
  opacity: 0;
	-webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
		display: block;
}
.modal-menu__container.menu-contents__open .bg-common {
   opacity: .15;
	 z-index: -1;
}


}


/* l-content-wrap ============================================== */
.l-content-wrap {
	width: calc(100% - 0rem);
	height: 100%;
  position: relative;
	z-index: 3;
}
.l-content-wrap__inner {
	width: calc(100% - 0rem);
	max-width: 100%;
  z-index: 2;
  position: relative;
	margin: 0 auto;
	background-color: #DCDDDD;
	box-shadow: 0px 10px 30px 5px rgba(0, 0, 0, 0.35);
}

@media screen and (min-width: 541px) {
.l-content-wrap {
	transition: transform 3s ease 0s, opacity 3s ease 0s;
    transform: translate3d(0, 30px, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    transition-duration: 1.5s;
		opacity: 0;
}
.l-content-wrap.active {
  transform: translate3d(0, 0, 0);
	opacity: 1;
}



.l-content-wrap__inner {
	max-width: 54rem;
	min-width: 54rem;
	border-bottom: 0;
	border-top: 0;
}
}

@media screen and (min-width: 1024px) {
.l-content-wrap {
	width: calc(100% - 41rem);
	margin: 0 auto;
}
.l-content-wrap__inner {
	  overflow: hidden;
		
  }
}


/* lp-pc__common ============================================== */

.bg-gallery,
.lp-pc__common{
  display: none;
}

@media screen and (min-width: 541px) {
.lp-pc__common {
  width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	z-index: 0;
	display: block;
	transition: transform 3s ease 0s, opacity 3s ease 0s;
    transform: translate3d(0, 30px, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    transition-duration: 1.5s;
		opacity: 0;
}
.lp-pc__common.active {
  transform: translate3d(0, 0, 0);
	opacity: 1;
}
.bg-common {
  position: absolute;
	top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	width: 100%;
	right: 0;
	left: 0;
	margin: auto;
	opacity: .25;
	z-index: 0;
	pointer-events: none;
}

}

@media screen and (min-width: 1181px) {
.bg-gallery {
  width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
}
.bg-gallery p {
  position: absolute;
	border-radius: 1rem;
	box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.bg-gallery p:first-child {
  width: 16.4%;
	left: 5%;
	top: 20%;
}
.bg-gallery p:nth-child(2) {
  width: 11.6%;
	left: 16%;
	top: 50%;
}
.bg-gallery p:nth-child(3) {
  width: 8.6%;
	left: 5%;
	bottom: 5rem;
}
.bg-gallery p:nth-child(4) {
  width: 15%;
        right: 5%;
        top: 21%;
}
.bg-gallery p:nth-child(5) {
  width: 7%;
        right: 20%;
        top: 45%;
}
.bg-gallery p:nth-child(6) {
  width: 16%;
	right: 5%;
	bottom: 5rem;
}

}


/* l-main__visual ============================================== */
.l-main__visual {
  width: 100%;
	height: 47.5rem;
  z-index: 1;
	position: relative;
	background-color: #000;
	overflow: hidden;
}
@media screen and (min-width: 421px) {
  .l-main__visual {
	height: 68rem;
	}
}

.l-main__visual:before {
  background-image: url(../img/mainvisual/main-cover.jpg);
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
	top: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 0;
	opacity: .3;
}


.l-main__body {
  width: 85%;
	padding: 13rem 0 0;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

.main-title {
  margin: 0 auto;
  width: 100%;
  z-index: 4;
}

.main-read {
  font-size: 1.5rem;
	line-height: 1.6;
  position: relative;
  margin: 7% 0 0 16%;
	color: #DCDDDD;
}

.main-common {
  width: clamp(18.6rem, 14.873rem + 15.9vw, 26.8rem);
	margin: 8% auto 0;
}



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

.l-main__body {
	padding: 19rem 0 0;
}

}


@media screen and (min-width: 541px) {
.main-read {
  font-size: 2rem;
}

}

/* p-section__index ============================================== */
.p-section__index {
  position: relative;
	margin: 0 auto;
	text-align: left;
}
.p-section__index h2 {
   font-size: 3.9rem;
}
.p-section__index h2 span {
  color: #EDA300;
}
.p-section__index p {
  font-size: 1.7rem;
	margin: 3% 0 0;
	font-weight: 900;
	color: #2A2B2F;
	padding: 0 1.6rem;
}
.p-section__index p span {
  position: relative;
	display: inline-block;
}
.p-section__index p span:before,
.p-section__index p span:after{
    background-color: #2A2B2F;
		width: 1.2rem;
		height: .3rem;
		top: .8rem;
		left: -1.6rem;
		content:'';
		position: absolute;
}
.p-section__index p span:after {
  left: auto;
	right: -1.6rem;
}

.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.p-section__index.typ-b h2 {
  color: #FFF;
}
.p-section__index.typ-b p {
  color: #B9B9B9;
}
.p-section__index.typ-b p span:before,
.p-section__index.typ-b p span:after{
    background-color: #B9B9B9;
}


@media screen and (min-width: 541px) {
.p-section__index h2 {
   font-size: 5.5rem;
}
.p-section__index p {
  font-size: 2.4rem;
}
.p-section__index p span:before,
.p-section__index p span:after{
		width: 1.5rem;
		height: .4rem;
		top: 1.1rem;
		left: -2rem;
}
.p-section__index p span:after {
  left: auto;
	right: -2rem;
}


}


/* p-top-push ============================================== */
.p-top-push {
  width: 100%;
  z-index: 0;
	background-color: #000;
	position: relative;
}

.p-top-push__body {
  width: calc(100% - 4rem);
  position: relative;
  z-index: 2;
  padding: 6% 0 5%;
  margin: 0 auto;
}

.push-wrap {
  position: relative;
}

.push-strong {
  font-size: clamp(1.4rem, 1.127rem + 1.16vw, 2rem);
	color:#EDA300;
	font-weight: 900;
	text-align: center;
	padding: .7rem 0;
	border: solid 1px #EDA300;
}

.push-wrap__inner {
  display: flex;
	justify-content: space-between;
	margin: 3% auto 0;
}

.push-visual {
	overflow: hidden;
}
.push-visual img {
  border-radius: 1rem;
}
 
.push-visual.img01 {
  width: 35%;
}
.push-visual.img02 {
  width: 34%;
}

.push-text {
  width: 65%;
	color: #FFF;
	padding: 0 0 0 3.5%;
}
.push-details {
  position: relative;
}
.push-details p {
  font-size: 1.1rem;
}
.push-details h3 {
  font-size: 1.7rem;
	margin-top: .5rem;
	font-weight: 900;
}
.push-group {
  margin: 1rem auto 0;
	display: flex;
	justify-content: space-between;
}
.push-recruit {
  font-size: 1.1rem;
	color:#DCDDDD;
	text-align: center;
	padding: .5rem .7rem;
	border: solid 1px #DCDDDD;
}

@media screen and (min-width: 541px) {
.push-details h3 {
    font-size: 2.3rem;
}
.push-group {
  margin: 1.3rem auto 0;
}
.push-recruit {
  font-size: 1.3rem;
}
.push-text {
	padding: .5rem 0 0 3.5%;
}
.push-details p {
  font-size: 1.5rem;
}


}


/* p-top-message ============================================== */
.p-top-message {
  width: 100%;
  z-index: 0;
	background-color: #DCDDDD;
	position: relative;
}
.p-top-message:before {
  background-image: url(../img/message/section-bg.jpg);
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
	top: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 0;
	opacity: 1;
}

.p-top-message__body {
  width: calc(100% - 0rem);
  position: relative;
  z-index: 2;
  padding: 15% 0 0;
  margin: 0 auto;
}

.message-wrap {
  width: calc(100% - 6rem);
  position: relative;
  margin: 0 auto 0;
}

.message-read {
  width: calc(100% - 0rem);
  margin: 10% 0 0;
	position: relative;
}

.message-read__inner {
 padding: 0;
 position: relative;
 z-index: 2;
}

.message-read p {
  font-size: 2rem;
  line-height: 1.5;
	margin-bottom: 1.7rem;
	font-weight: 900;
}

.message-read p:last-child {
  margin-bottom: 0;
}

.dcrtn-common {
  position: absolute;
	top: 0;
	z-index: 0;
}
.message-common {
  right: -.5rem;
	width: 26%;
}
.message-gallery {
  width: 100%;
  max-width: 200rem;
  position: relative;
  margin: 12.5% auto 0;
}
.gallery-lst {
  width: 100%;
}
.gallery-lst__thumb {
  width: 100%;
	overflow: hidden;
}
.gallery-lst__thumb span {
  padding: 50% 0;
	border-radius: 1rem;
	overflow: hidden;
}
.visual-lst {
  width: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.visual-lst__inner {
  width: 100%;
  height: 100%;
}
.visual-lst__inner span {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}


@media screen and (min-width: 421px) {
.message-read p {
  font-size: 2.7rem;
}

}



/* p-top-promise ============================================== */
.p-top-promise {
  width: 100%;
  z-index: 0;
	position: relative;
	padding: 18% 0 0;
}

.p-top-promise__body {
  width: calc(100% - 0rem);
  position: relative;
  z-index: 2;
  padding: 13% 0 3%;
  margin: 0 auto;
	background-color: #2A2B2F;
	border-radius: 3rem;
	overflow: hidden;
}

.p-top-promise__body:before {
  background-image: url(../img/promise/section-bg.jpg);
  width: 100%;
  height: 24rem;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
	top: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 0;
	opacity: 1;
}

.promise-wrap {
  width: calc(100% - 0rem);
  position: relative;
  margin: 8% auto 0;
}

.promise-unit {
  width: 100%;
	position: relative;
}

.promise-lst {
  width: 100%;
	padding: 0 3rem 8.5%;
	border-bottom: solid 1px #555659;
	margin-bottom: 8.5%;
}
.promise-lst:last-child {
  border: 0;
	margin-bottom: 0;
}
.promise-num {
  display: flex;
	align-items: center;
}
.promise-num p {
  font-size: 2rem;
	color: #EDA300;
	position: relative;
}
.promise-num p:first-child {
  margin-right: 2.1rem;
}
.promise-num p:first-child:before {
    background-color: #EDA300;
		width: 1rem;
    height: .4rem;
    top: .8rem;
    right: -1.6rem;
		content:'';
		position: absolute;
}
.promise-thumb {
  width: 100%;
	position: relative;
	margin: 1rem 0 0;
}
.promise-thumb__inner {
  border-radius: 1rem;
	overflow: hidden;
}
.promise-strong {
  position: absolute;
	z-index: 2;
	right: 1rem;
	top: 1.5rem;
	border-radius: .2rem;
	font-size: 2rem;
	font-weight: 900;
	color: #FFF;
	overflow: hidden;
}
.promise-strong span {
  	background-color: #1A1A1A;
		padding: .8rem;
		display: inline-block;
}
.promise-text {
  margin: 1.8rem 0 0;
}
.promise-text h3 {
  font-size: 2rem;
	line-height: 1.4;
	font-weight: 900;
	color: #FFF;
}
.promise-text p {
  font-size: 1.4rem;
	color: #B9B9B9;
	line-height: 1.7;
	margin-top: 1.2rem;
}


@media screen and (min-width: 541px) {
.promise-num p {
    font-size: 2.8rem;
}
.promise-strong {
	font-size: 2.8rem;
}
.promise-num p:first-child {
  margin-right: 3rem;
}
.promise-num p:first-child:before {
		width: 1.5rem;
		height: .4rem;
		top: 1.2rem;
		right: -2.4rem;
}
.promise-text h3 {
  font-size: 2.6rem;
}
.promise-text p {
  font-size:  1.8rem;
}

}


/* p-top-technology ============================================== */
.p-top-technology {
  width: 100%;
  z-index: 0;
	position: relative;
}

.p-top-technology__body {
  width: calc(100% - 0rem);
  position: relative;
  z-index: 2;
  padding: 13% 0 10%;
  margin: 0 auto;
}

.technology-wrap {
  width: calc(100% - 6rem);
  position: relative;
  margin: 0 auto 0;
}

.technology-catch {
  margin: 6% auto 0;
}

.technology-catch h3 {
  font-size: 2rem;
  line-height: 1.5;
	font-weight: 900;
	text-align: center;
}

.technology-read {
  margin: 5% auto 0;
	position: relative;
}

.technology-read p {
  font-size: 1.5rem;
  line-height: 1.8;
	color: #4B4B4B;
}

.technology-change {
  width: 100%;
	margin: 8% auto 0;
}
.change-lst {
  display: flex;
	position: relative;
}
.change-lst:first-child {
  padding-bottom: 6%;
	margin-bottom: 6%;
}
.change-lst:first-child:before {
  position: absolute;
	content:'';
	left: 20%;
	bottom: -9%;
	background-image: url(../img/technology/change-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
	width: 3rem;
	height: 3rem;
  z-index: 0;
}
.change-thumb {
  width: 43%;
	overflow: hidden;
	border-radius: 1rem;
}
.change-text {
  width: 57%;
	padding: .5rem 0 0 4%;
}
.change-text p:first-child {
  font-size: 1.5rem;
	background-color: #1a1a1a;
	text-align: center;
	padding: .6rem;
	border-radius: .2rem;
	color: #FFF;
	display: inline-block;
}
.change-text p:last-child {
  font-size: 1.3rem;
	line-height: 1.45;
	margin: .6rem 0 0;
}

.technology-movie {
  width: 100%;
	position: relative;
	margin: 10% auto 0;
}

.technology-movie video {
  width: 100%; 
}
.technology-movie .caption {
  font-size: 1.1rem;
	margin: .5rem 0 0;
	text-align: center;
}

.technology-patent {
  width: 100%;
	position: relative;
	margin: 10% auto 0;
	border: solid 1px #707070;
	border-radius: 1rem;
	padding: 6.5% 6%;
}

.patent-index {
  font-size: clamp(2.1rem, 1.645rem + 1.94vw, 3.1rem);
	text-align: center;
	font-weight: 900;
}
.patent-index span {
 　display: inline-block;
	position: relative;
}
.patent-index span:before {
  position: absolute;
	content:'';
	left: 0;
	right: 0;
	bottom: -.6rem;
	margin: auto;
	background-color: #1A1A1A;
	width: 100%;
	height: .5rem;
}
.technology-patent__inner {
  width: 100%;
	margin: 12% auto 0;
}
.patent-lst {
  width: 100%;
	padding-bottom: 5%;
	margin-bottom: 5%;
  border-bottom: dashed 1px #707070;
}
.patent-lst:last-child {
  border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.patent-lst h3 {
  font-size: 1.8rem;
	font-weight: 900;
}
.patent-lst h3 span {
  position: relative;
	display: inline-block;
	padding-left: 1.5rem;
}
.patent-lst h3 span:before {
  background-color: #EDA300;
	position: absolute;
	width: 1rem;
	height: 1rem;
	left: 0;
	top: .4rem;
	content:'';
}
.patent-read {
  font-size: 1.4rem;
	margin-top: 3.2%;
	line-height: 1.5;
}
.patent-note {
  font-size: 1.2rem;
	line-height: 1.4;
	margin-top: .8rem;
}


@media screen and (min-width: 541px) {
.technology-catch h3 {
  font-size: 2.8rem;
}
.technology-read p {
  font-size: 1.8rem;
}
.change-text p:first-child {
  font-size: 2.2rem;
}
.change-text p:last-child {
  font-size: 1.8rem;
}
.patent-index {
  font-size: 3.1rem;
}
.patent-index span:before {
	bottom: -.6rem;
	height: .5rem;
}
.patent-lst h3 {
  font-size: 2.5rem;
}
.patent-lst h3 span {
    padding-left: 1.8rem;
}
.patent-lst h3 span:before {
	width: 1rem;
	height: 1rem;
	top: .8rem;
}
.patent-read {
  font-size: 1.7rem;
}
.patent-note {
  font-size: 1.5rem;
}
.technology-movie .caption {
  font-size: 1.4rem;
}

}


/* p-top-scene ============================================== */
.p-top-scene {
  width: 100%;
  z-index: 0;
	position: relative;
	background-color: #FFF;
}

.p-top-scene__body {
  width: calc(100% - 8rem);
  position: relative;
  z-index: 2;
  padding: 13% 0 14.5%;
  margin: 0 auto;
}

.scene-wrap {
  width: calc(100% - 0rem);
  position: relative;
  margin: 0 auto 0;
}

.scene-catch {
  margin: 6% auto 0;
}

.scene-catch h3 {
  font-size: 2rem;
  line-height: 1.5;
	font-weight: 900;
	text-align: center;
}

.scene-catch h3 span {
  color: #EDA300;
}

.scene-read {
  margin: 5% auto 0;
	position: relative;
}

.scene-read p {
  font-size: 1.5rem;
  line-height: 1.8;
	color: #4B4B4B;
}

.scene-unit {
  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 8% auto 0;
}

.scene-lst {
  width: 47%;
	margin-bottom: 8%;
}

.scene-thumb {
  width: 100%;
	overflow: hidden;
	border-radius: 1rem;
}
.scene-text {
  margin: .6rem auto 0;
}
.scene-text p {
  font-size: 1.5rem;
	text-align: center;
	font-weight: 900;
}

.scene-recommend {
  background-color: #FFF6E2;
	border-radius: 1rem;
	width: 100%;
	position: relative;
	margin: 6% auto 0;
	padding: 7% 6%;
}
.recommend-index {
  color: #eda300;
	font-size: 1.6rem;
	font-weight: 900;
	text-align: center;
	border: solid 1px #eda300;
	padding: .9rem 0;
	width: 100%;
}
.scene-recommend__inner {
  width: 100%;
	margin: 5% auto 0;
}
.recommend-lst {
  width: 100%;
	padding-bottom: 5%;
	margin-bottom: 5%;
  border-bottom: dashed 1px #707070;
}
.recommend-lst:last-child {
  border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.recommend-lst p {
  font-size: 1.4rem;
	line-height: 1.4;
}
.recommend-lst p span {
  position: relative;
	display: inline-block;
	padding-left: 1.3rem;
}
.recommend-lst p span:before {
  background-color: #EDA300;
	position: absolute;
	width: .8rem;
	height: .8rem;
	left: 0;
	top: .5rem;
	content:'';
}


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

.scene-catch h3 {
  font-size: 2.8rem;
}
.scene-read p {
  font-size: 1.8rem;
}
.scene-text p {
  font-size: 2rem;
}
.recommend-index {
	font-size: 2.2rem;
}
.recommend-lst p {
  font-size: 1.7rem;
}
.recommend-lst p span {
	padding-left: 1.6rem;
}
.recommend-lst p span:before {
	width: 1rem;
	height: 1rem;
	top: .7rem;
}


}


/* p-top-ambassador ============================================== */
.p-top-ambassador {
  width: 100%;
  z-index: 0;
	position: relative;
}

.p-top-ambassador__body {
  width: calc(100% - 0rem);
  position: relative;
  z-index: 2;
  padding: 13% 0 15%;
  margin: 0 auto;
}

.ambassador-wrap {
  width: calc(100% - 0rem);
  position: relative;
  margin: 6.5% auto 0;
}

.ambassador-lst {
  width: 100%;
	position: relative;
	margin-bottom: 14%;
}
.ambassador-lst:last-child {
  margin-bottom: 0;
}

.ambassador-visual {
  position: relative;
}
.ambassador-visual__inner {
  width: 100%;
}
.ambassador-num {
  position: absolute;
	right: 1.2rem;
	top: 1.5rem;
}
.ambassador-lst:nth-child(2) .ambassador-num,
.ambassador-lst:nth-child(3) .ambassador-num{
  color: #FFF;
}
.ambassador-num p {
  text-align: center;
}
.ambassador-num p:first-child {
  font-size: 1.4rem;
}
.ambassador-num p:last-child {
  font-size: 3.9rem;
}

.ambassador-name {
  position: absolute;
	left: 1.2rem;
	bottom: 1.5rem;
	background-color: #EDA300;
	border-radius: .2rem;
	text-align: center;
	padding: .6rem .8rem;
	font-weight: 900;
}
.ambassador-name p {
  font-size: 1.4rem;
}
.ambassador-name p span {
  font-size: 1.1rem;
	display: inline-block;
}

.ambassador-text {
  width: calc(100% - 6rem);
  position: relative;
  margin: 6.5% auto 0;
}
.ambassador-copy {
  position: relative;
}
.ambassador-copy h3 {
  font-size: 2rem;;
	line-height: 1.4;
	font-weight: 900;
}
.ambassador-copy p {
  font-size: 1.5rem;
	line-height: 1.7;
	margin: 3.8% 0 0;
}

.ambassador-profile {
  width: 100%;
	margin: 8.5% auto 0;
	border: solid 1px #1D1D1D;
	border-radius: .5rem;
	padding: 6%;
}
.profile-name {
	display: flex;
	align-items: center;
}
.profile-name p:first-child {
  font-size: 1.8rem;
	font-weight: 900;
}
.profile-name p span {
  font-size: 1.4rem;
	display: inline-block;
}
.profile-name p:last-child {
  font-size: 1.2rem;
	margin-left: .7rem;
	padding-top: .5rem;
}
.profile-social {
  display: flex;
	margin: 5.8% auto 0;
}
.social-lst {
  width: 3.5rem;
	height: 3.5rem;
	border-radius: 50%;
	margin: 0 1rem 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.yt-icon {
  background-color: #EB2E2F;
}
.in-icon {
  background-color: #EB2E68;
}
.x-icon {
  background-color: #000000;
}
.social-lst:hover {
  background-color: #EDA300;
}
.yt-icon img {
   width: 53%;
}
.in-icon img {
   width: 46%;
}
.x-icon img {
   width: 40%;
}
.profile-read {
  font-size: 1.3rem;
	line-height: 1.7;
	margin-top: 5%;
}


@media screen and (min-width: 541px) {
.ambassador-text {
  width: calc(100% - 8rem);
}
.ambassador-num p:first-child {
  font-size: 1.9rem;
}
.ambassador-num p:last-child {
  font-size: 4.5rem;
}
.ambassador-copy h3 {
  font-size: 2.5rem;
}
.ambassador-copy p {
  font-size: 1.8rem;
}
.profile-name p:first-child {
  font-size: 2.2rem;
}
.profile-name p span {
  font-size: 1.8rem
}
.profile-name p:last-child {
  font-size: 1.6rem;
}
.ambassador-name p {
  font-size: 2rem;
}
.ambassador-name p span {
  font-size: 1.5rem;
}
.profile-read {
  font-size: 1.7rem;
}
.social-lst {
  width: 5rem;
	height: 5rem;
	margin: 0 1.3rem 0 0;
}


}


/* p-top-faq ============================================== */
.p-top-faq {
  width: 100%;
  z-index: 0;
	position: relative;
	background-color: #EDA300;
}

.p-top-faq__body {
  width: calc(100% - 4rem);
  position: relative;
  z-index: 2;
  padding: 13% 0 14.5%;
  margin: 0 auto;
}

.faq-wrap {
  width: calc(100% - 0rem);
  position: relative;
  margin: 8% 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: 6.5%;
	padding-bottom: 6.5%;
	border-bottom: solid 1px #222222;
}
.faq-lst:last-child {
  margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
.faq-content__child-unit {
  position: relative;
  pointer-events: auto;
  transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.faq-content__child-unit h3 {
  font-size: 1.6rem;
  line-height: 1.3;
  display: flex;
  align-items: flex-start;
	font-weight: 900;
	padding-right: 8%;
}
.faq-content__child-unit h3 span.q-icon,
.faq-answer .answer-icon{
  width: 3.6rem;
  height: 3.6rem;
	min-width: 3.6rem;
  min-height: 3.6rem;
  background-color: #000000;
  z-index: 2;
  margin: 0 1rem 0 0;
  position: relative;
  display: block;
  border-radius: 50%;
  color: #EDA300;
  text-align: center;
  line-height: 3.6rem;
  font-size: 1.6rem;
}
.faq-answer .answer-icon {
  background-color: #FFF;
}
.faq-content__child-unit h3 span:last-child {
   margin-top: .5rem;
	 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.4rem;
  line-height: 1.7;
}
.acdon-toggle {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  right: 0rem;
  line-height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: 0.3s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

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

.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: 2rem;
}
.faq-answer .faq-answer__read {
  font-size: 1.8rem;
}
.faq-content__child-unit h3 span.q-icon,
.faq-answer .answer-icon{
  font-size: 2rem;
}

}



/* p-top-product ============================================== */
.p-top-product {
  width: 100%;
  z-index: 0;
	position: relative;
}
.p-top-product:before {
  width: 100%;
	padding: 10% 0;
	position: absolute;
	content:'';
  z-index: 0;
	background-color: #EDA300;
	top: 0;
	left: 0;
}

.p-top-product__body {
  width: calc(100% - 0rem);
  position: relative;
  z-index: 2;
  padding: 13% 0 13%;
  margin: 0 auto;
	background-color: #2A2B2F;
	border-radius: 3rem;
	overflow: hidden;
}

.p-top-product__body:before {
  background-image: url(../img/product/section-bg.jpg);
  width: 100%;
  height: 24rem;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
	top: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 0;
	opacity: 1;
}

.product-wrap {
  width: calc(100% - 6rem);
  position: relative;
  margin: 8% auto 0;
}

.product-wrap .swiper-container {
    overflow: visible;
}
.product-slider__wrap  {
  overflow: hidden;
}
.product-slider {
  width: 100%;
	position: relative;
}
.product-lst {
  width: 100%;
}
.product-thumb {
  width: 100%;
	position: relative;
	margin: 1rem 0 0;
}
.product-thumb__inner {
  border-radius: .5rem;
	overflow: hidden;
}
.product-text {
  margin: 6% 0 0;
}
.product-text h3 {
  font-size: 1.8rem;
	font-weight: 900;
	color: #FFF;
}
.product-table {
  margin: 6% auto 0;
}
.product-table.table-2 {
	border-top: dotted 1px #555659;
	padding-top: 5%;
}
.table-lst {
  display: flex;
	align-items: center;
	margin-bottom: 1rem;
}
.table-lst:last-child {
  margin-bottom: 0;
}
.table-lst p {
	color: #B9B9B9;
}
.table-lst p:first-child {
  width: 12rem;
  font-size: 1.3rem;
	color: #B9B9B9;
	line-height: 1;
	background-color: #000000;
	border-radius: .4rem;
	text-align: center;
	padding: .8rem 0;
}
.table-lst p:last-child {
  margin: 0 0 0 1.5rem;
	font-size: 1.5rem;
}

.product-push {
  width: 100%;
	margin: 8.5% auto 0;
	border: solid 1px #C1C1C1;
	border-radius: .5rem;
	padding: 8.5% 6% 7.8%;
}
.product-push__index {
  	text-align: center;
}
.product-push__index p {
  font-size: 1.5rem;
	color: #FFF;
}
.product-push__index p span {
  display: inline-block;
	position: relative;
	border-bottom: solid 1px #FFF;
	padding-bottom: .8rem;
}
.product-push__index p span:before {
  background-image: url(../img/product/arrow.png);
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
	top: 2.1rem;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  z-index: 0;
	opacity: 1;
}
.product-push__index h3 {
  color:#EDA300;
	font-size: 1.7rem;
	margin: 2.2rem auto 0;
	font-weight: 900;
}
.product-push__read {
  margin: 5.6% auto 0;
}
.product-push__read p {
  color: #B9B9B9;
	font-size: 1.4rem;
	line-height: 1.7;
	margin-bottom: 2rem;
}
.product-push__read p:last-child {
  margin-bottom: 0;
}
.product-push__read p strong {
  color: #FFF;
}

@media screen and (min-width: 541px) {
.product-push__index p {
  font-size: 2rem;
}
.product-push__index h3 {
	font-size: 2.4rem;
}
.product-push__read p {
	font-size: 1.8rem;
}
.table-lst p:first-child {
  font-size: 1.8rem;
}
.table-lst p:last-child {
	font-size: 2.1rem;
}
.product-text h3 {
  font-size: 2.4rem;
}
.product-push__index p span:before {
  width: 2rem;
  height: 2rem;
	top: 2.6rem;
}


}


/* p-top-contact ============================================== */
.p-top-contact {
  width: 100%;
  z-index: 0;
	position: relative;
}
.p-top-contact__body {
  width: calc(100% - 0rem);
  position: relative;
  z-index: 2;
  padding: 13% 0 13%;
  margin: 0 auto;
}
.contact-wrap {
  width: calc(100% - 4rem);
  position: relative;
  margin: 0 auto 0;
}
.contact-catch {
  margin: 6% auto 0;
}
.contact-catch h3 {
  font-size: 2rem;
  line-height: 1.5;
	font-weight: 900;
	text-align: center;
}
.contact-read {
  margin: 5% auto 0;
	position: relative;
	text-align: center;
}
.contact-read p {
  font-size: 1.5rem;
  line-height: 1.8;
	color: #4B4B4B;
}


.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;
	font-weight: 900;
}
.form-unit__input {
	width: 100%;
	font-size: 1.6rem;
	background-color: #FFF;
	border: solid 1px #272727;
	border-radius: .4rem;
	padding: 2rem;
	margin: 1rem 0 0;
	position: relative;
}
.form-unit__input:focus-visible {
	outline: green auto 1px;
}
.form-unit__required {
	color: #fff;
	background-color: #DB0D24;
	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: 17.5rem;
	font-size: 1.6rem;
	font-weight: 900;
	color: #000000;
	background-color: #EDA300;
	border-radius: 9999px;
	padding: 2rem 1rem;
	transition: 0.5s;
	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: 54%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2.1rem;
    content: '';
    z-index: 2;
    display: block;
    background-size: contain;
    width: 1rem;
    height: 1rem;
}
.form-unit__submit button::before{
    width: 2.4rem;
    height: 2.4rem;
    right: 1.6rem;
    position: absolute;
    content: '';
    top: 1.8rem;
		background-color: #FFF;
		border-radius: 50%;
}

.form-unit__submit button:hover {
	background-color: #f6c14b;
}

.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: 421px) {
.contact-wrap {
    width: calc(100% - 8rem);
}

.form-unit__submit button {
	padding: 3rem 1rem;
}

.form-unit__submit button::before {
    top: 2.8rem;
}

}



@media screen and (min-width: 541px) {
.contact-catch h3 {
  font-size: 2.8rem;
}
.contact-read p {
  font-size: 2rem;
}
.form-unit__submit button {
  width: 24rem;
}
.form-unit__submit button {
	font-size: 1.9rem;
}
.form-unit__label {
	font-size: 1.9rem;
}
.form-unit__submit button:after {
    width: 1.2rem;
    height: 1.2rem;
}



}


/* p-top-facility ============================================== */
.p-top-facility {
  width: 100%;
  z-index: 0;
	position: relative;
	background-color: #FFF;
}
.p-top-facility__body {
  width: calc(100% - 8rem);
  position: relative;
  z-index: 2;
  padding: 13% 0 13%;
  margin: 0 auto;
}

.facility-wrap {
  width: 100%;
  margin: 13.5% auto 0;
}
.facility-unit {
  position: relative;
	padding: 0 4%;
}
.facility-lst {
 width: 100%;
 display: flex;
 align-items: flex-start;
 border-bottom: solid 1px #BCBCBC;
 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) {
.facility-lst p:first-child {
	font-size: 1.9rem;
}
.facility-lst p:nth-child(2) {
  font-size: 2rem;
}


}




/* p-top-thanks ============================================== */
.p-top-thanks {
  width: 100%;
    z-index: 0;
    position: relative;
		padding: 7rem 0 6rem;
}
.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: 2rem 1.3rem 2rem .6rem;
}
.thanks-wrap .btn-label {
    font-size: 1.3rem;
}
.thanks-page .l-header__btn {
  display: none;
}


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

}


/* l-footer ============================================== */
.l-footer {
  width: 100%;
	background-color: #2A2B2F;
}
.l-footer__body {
  width: calc(100% - 8rem);
  margin: 0 auto;
	padding: 11% 0 3.5%;
}
.l-footer__social {
  display: flex;
	justify-content: center;
}
.l-footer__social .social-lst {
  background-color: #EDA300;
	display: flex;
	justify-content: center;
	align-items: center;
}
.l-footer__social .social-lst:hover {
  background-color: #f6c14b;
}
.l-footer__social .yt-icon img {
   width: 53%;
}
.l-footer__social .in-icon img {
   width: 46%;
}
.l-footer__social .x-icon img {
   width: 40%;
}
.l-footer__social .fb-icon img {
   width: 24%;
}
.l-footer__link {
  width: 100%;
	margin: 10% auto 0;
}
.l-footer__copyright {
  font-size: 1.1rem;
  text-align: center;
	margin: 7% auto 0;
	background-color: #000000;
	padding: 5% 0;
	color: #B9B9B9;
}


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


}




@media screen and (max-width: 320px) {
.l-header__btn {
  display: none;
}
.push-details p {
    font-size: 1rem;
}
.push-details h3 {
    font-size: 1.5rem;
}
.push-recruit {
    font-size: 1rem;
		padding: .3rem .5rem;
}
.technology-catch h3 {
    font-size: 1.7rem;
}

}

