@charset "UTF-8";
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

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

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

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

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

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

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

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

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

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

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

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

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

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

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

/* IE10 Windows Phone 8 Fixes */
.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-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.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: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-lock {
  display: none;
}

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

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

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

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.swiper-slide-zoomed {
  cursor: move;
}

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* ============================================================
  parts
============================================================= */
.scg-about {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6ffa4), color-stop(32%, #f4ffa3), color-stop(33%, #f4fea7), color-stop(33%, #f1fea4), color-stop(36%, #effda8), color-stop(43%, #e1f8b2), color-stop(44%, #ddf7b6), color-stop(45%, #dbf5b4), color-stop(49%, #d1f4be), color-stop(50%, #ccf1be), color-stop(51%, #cbf1c2), color-stop(59%, #b4e8d1), color-stop(76%, #91ddea), color-stop(79%, #8ddceb), color-stop(79%, #8ddbef), color-stop(80%, #8adbee), color-stop(84%, #84d8f4), color-stop(91%, #7bd5f8), color-stop(92%, #79d5fc), color-stop(94%, #77d4fd), color-stop(94%, #74d4fc), color-stop(95%, #77d4fd), color-stop(97%, #73d2fe), to(#72d3fe));
  background: linear-gradient(to bottom, #f6ffa4 0%, #f4ffa3 32%, #f4fea7 33%, #f1fea4 33%, #effda8 36%, #e1f8b2 43%, #ddf7b6 44%, #dbf5b4 45%, #d1f4be 49%, #ccf1be 50%, #cbf1c2 51%, #b4e8d1 59%, #91ddea 76%, #8ddceb 79%, #8ddbef 79%, #8adbee 80%, #84d8f4 84%, #7bd5f8 91%, #79d5fc 92%, #77d4fd 94%, #74d4fc 94%, #77d4fd 95%, #73d2fe 97%, #72d3fe 100%);
  padding: 65px 0 50px;
}

.scg-about p {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .scg-about {
    padding: 45px 0 50px;
  }
}

.scg-about__inner {
  width: 465px;
  margin: 0 auto 0;
}

@media screen and (max-width: 640px) {
  .scg-about__inner {
    width: auto;
    margin: 0 20px 0 25px;
  }
}

html[lang="en"] .scg-about__inner {
  width: 580px;
}

@media screen and (max-width: 640px) {
  html[lang="en"] .scg-about__inner {
    width: auto;
    margin: 0 20px 0 20px;
  }
}

.scg-about__lineWrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.scg-about__text {
  font-family: "SST W55 Bold", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.7s 1s;
  transition: all 0.7s 1s;
  line-height: 2;
}

.scg-about.is-show .scg-about__text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.scg-about__text p {
  font-size: 16px;
}

.scg-about__text p:not(:last-of-type) {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .scg-about__text {
    padding: 0 0 0 0;
  }
  .scg-about__text p {
    font-size: 14.0px;
  }
  .scg-about__text p:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 365px) {
  .scg-about__text p {
    font-size: 13px;
  }
}

@media screen and (max-width: 330px) {
  .scg-about__text p {
    font-size: 12px;
  }
}

@media screen and (min-width: 641px) {
  #tmpl_main {
    width: auto;
  }
}

.scg-wrap {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

.scg-wrap ul {
  list-style-type: none;
}

@media screen and (min-width: 641px) {
  .scg-wrap {
    min-width: 1190px;
  }
}

@media screen and (min-width: 641px) {
  .scg-wrap .pc-br {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .scg-wrap .pc-br {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .scg-wrap .sp-br {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .scg-wrap .sp-br {
    display: block;
  }
}

.scg-wrap .swiper-container {
  height: 100%;
}

.scg-wrap .fade-enter-active,
.scg-wrap .fade-leave-active {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.scg-wrap .fade-enter,
.scg-wrap .fade-leave-to {
  opacity: 0;
}

.scg-wrap .clipPath {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
}

.scg-wrap #sp_clipA path {
  -webkit-transform: scale(0.00189, 0.0012);
          transform: scale(0.00189, 0.0012);
}

.scg-wrap #sp_clipB path {
  -webkit-transform: scale(0.00189, 0.0011);
          transform: scale(0.00189, 0.0011);
}

.scg-wrap #sp_clipC path {
  -webkit-transform: scale(0.00189, 0.00114);
          transform: scale(0.00189, 0.00114);
}

.scg-wrap #sp_clipD path {
  -webkit-transform: scale(0.00189, 0.00114);
          transform: scale(0.00189, 0.00114);
}

.scg-wrap #sp_clipE path {
  -webkit-transform: scale(0.00189, 0.00121);
          transform: scale(0.00189, 0.00121);
}

.scg-footer {
  background: #353639;
  padding: 26px 30px 50px;
}

.scg-footer__label {
  font-family: "SST W55 Bold", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 0 0 15px;
}

.scg-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}

.scg-footer__snsChild a {
  font-family: "SST W55 Bold", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #fff;
  width: 245px;
  height: 55px;
  border-radius: 28px;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.scg-footer__snsChild svg {
  margin-right: 19px;
  height: auto;
}

.scg-footer__snsChild path {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.scg-footer__snsChild:nth-of-type(1) {
  margin-right: 20px;
}

.scg-footer__snsChild:nth-of-type(1) a {
  background: #1da1f2;
}

.scg-footer__snsChild:nth-of-type(2) svg {
  width: 24px;
}

.scg-footer__snsChild:nth-of-type(2) a {
  background: #1877f2;
}

.scg-footer__snsChild:nth-of-type(3) {
  display: none;
}

.scg-footer__snsChild:nth-of-type(3) svg {
  width: 40px;
}

.scg-footer__snsChild:nth-of-type(3) a {
  background: #00b900;
}

@media screen and (min-width: 641px) {
  .scg-footer__snsChild:nth-of-type(1) a:hover {
    background: #fff;
    color: #1da1f2;
  }
  .scg-footer__snsChild:nth-of-type(1) a:hover path {
    fill: #1da1f2;
  }
  .scg-footer__snsChild:nth-of-type(2) a:hover {
    background: #fff;
    color: #1877f2;
  }
  .scg-footer__snsChild:nth-of-type(2) a:hover path {
    fill: #1877f2;
  }
}

@media screen and (max-width: 640px) {
  .scg-footer__snsChild:nth-of-type(1) {
    margin-right: 22.5px;
  }
  .scg-footer__snsChild:nth-of-type(2) {
    margin-right: 22.5px;
  }
  .scg-footer__snsChild:nth-of-type(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .scg-footer__snsChild a {
    width: 65px;
    height: 65px;
    border-radius: 50%;
  }
  .scg-footer__snsChild svg {
    margin-right: 0;
  }
  .scg-footer__snsChild span {
    display: none;
  }
}

.scg-kv__wrap {
  position: relative;
}

.scg-kv {
  position: relative;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}

@media screen and (min-width: 641px) {
  .scg-kv {
    min-height: 510px;
    height: calc(100vh - 68px - 77px);
  }
}

@media screen and (max-width: 640px) {
  .scg-kv {
    min-height: 400px;
    height: calc(100vh - 67px - 82px - 40px);
  }
}

.scg-kv__loading {
  width: 120px;
  height: 160px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 7;
  margin: auto;
  -webkit-transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 0.5s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  15% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  15% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.scg-kv__loading svg {
  width: 100%;
  -webkit-animation: loading linear 1.7s infinite;
          animation: loading linear 1.7s infinite;
}

.scg-kv.is-loadEnd .scg-kv__loading {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}

.scg-kv.is-show .scg-kv__loading {
  display: none;
}

@media screen and (max-width: 640px) {
  .scg-kv__loading {
    width: 90px;
    height: 130px;
  }
}

.scg-kv__navBg {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.scg-kv__navMain {
  display: none;
  left: 0;
  top: 0;
  position: absolute;
  background: #fff;
  width: 830px;
  height: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 4;
}

@media screen and (max-width: 640px) {
  .scg-kv__navMain {
    height: auto;
    width: calc(100% - 25px);
    padding-bottom: 40px;
  }
}

.scg-kv__navInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 45px;
}

@media screen and (max-width: 640px) {
  .scg-kv__navInner {
    display: block;
    padding: 0 35px;
  }
}

.scg-kv__list {
  margin: 0;
  padding: 0;
  width: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.scg-kv__list:nth-of-type(1) {
  border-top: 1px solid #cccccc;
  width: 100%;
  margin-top: 80px;
}

@media screen and (max-width: 640px) {
  .scg-kv__list {
    width: 100%;
  }
}

.scg-kv__listChild {
  border-bottom: 1px solid #cccccc;
}

.scg-kv__listLink {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: bold;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #000;
  line-height: 1.28571;
  font-size: 14px;
}

.scg-kv__listLink span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  .scg-kv__listLink {
    height: 45px;
  }
}

.scg-kv__navBtn {
  background: none;
  border: none;
  width: 30px;
  height: 21px;
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 5;
  cursor: pointer;
  outline: none;
}

.scg-kv__navBtn span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.scg-kv__navBtn span:nth-of-type(1) {
  top: 0;
  left: 0;
}

.scg-kv__navBtn span:nth-of-type(2) {
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}

.scg-kv__navBtn span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}

.scg-kv__navBtn.is-open span {
  background: #000;
}

.scg-kv__navBtn.is-open span:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translate(6px, 6px);
          transform: rotate(45deg) translate(6px, 6px);
}

.scg-kv__navBtn.is-open span:nth-of-type(2) {
  visibility: hidden;
  opacity: 0;
}

.scg-kv__navBtn.is-open span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translate(6px, -6px);
          transform: rotate(-45deg) translate(6px, -6px);
}

.swiper-container {
  -webkit-transition: all 0.65s;
  transition: all 0.65s;
  opacity: 0;
}

.scg-kv.is-show .swiper-container {
  opacity: 1;
}

.scg-kv__sliderChild {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.scg-kv__logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 670px;
  height: 277px;
  text-align: center;
  z-index: 2;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

@media screen and (max-width: 640px) {
  .scg-kv__logo {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    width: calc(100vw * 670 / 750);
    height: calc(100vw * 360 / 750);
  }
}

html[lang="en"] .scg-kv__logo {
  width: 720px;
}

@media screen and (max-width: 640px) {
  html[lang="en"] .scg-kv__logo {
    width: calc(100vw * 670 / 750);
    height: calc(100vw * 360 / 750);
  }
}

.scg-kv__logoInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto 25px;
  width: 360px;
}

@media screen and (max-width: 640px) {
  .scg-kv__logoInner {
    width: 70.14925%;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 640px) {
  html[lang="en"] .scg-kv__logoInner {
    margin: 0 auto 32.5px;
  }
}

.scg-kv__logoText {
  width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.7s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.scg-kv.is-show .scg-kv__logoText {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
          transform: translate(0, 0px);
}

@media screen and (min-width: 641px) {
  _:-ms-lang(x)::-ms-backdrop, .scg-kv__logoText {
    height: 123px;
  }
  .scg-kv__logoText.is-pc {
    display: block;
  }
  .scg-kv__logoText.is-sp {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .scg-kv__logoText {
    width: 100%;
  }
  .scg-kv__logoText.is-pc {
    display: none;
  }
  .scg-kv__logoText.is-sp {
    display: block;
  }
}

.scg-kv__logoChild {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.scg-kv__logoChild--1 {
  margin-top: 50px;
  width: 75px;
  -webkit-transition: -webkit-transform 0.4s 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.4s 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.scg-kv__logoChild--2 {
  margin-top: 52px;
  width: 87px;
  -webkit-transition: -webkit-transform 0.5s 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.5s 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.5s 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.5s 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.scg-kv__logoChild--3 {
  width: 119px;
  -webkit-transition: -webkit-transform 0.5s 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.5s 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.5s 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.5s 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.scg-kv__logoChild--4 {
  margin-top: 26px;
  width: 119px;
  -webkit-transition: -webkit-transform 0.4s 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.4s 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.scg-kv__logoChild--5 {
  margin-top: 52px;
  width: 84px;
  -webkit-transition: -webkit-transform 0.4s 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.4s 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.scg-kv.is-show .scg-kv__logoChild {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 640px) {
  .scg-kv__logoChild--1 {
    margin-top: 25px;
  }
  .scg-kv__logoChild--2 {
    margin-top: 26px;
  }
  .scg-kv__logoChild--4 {
    margin-top: 13px;
  }
  .scg-kv__logoChild--5 {
    margin-top: 26px;
  }
}

.scg-kv__box {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.scg-kv__lang {
  position: absolute;
  right: 10px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 78px;
  height: 24px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0;
  z-index: 2;
}

.scg-kv__langLink {
  font-family: "SST W55 Bold", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  display: inline-block;
  height: 20px;
  width: calc(50% - 3px);
  line-height: 20px;
  text-decoration: none;
  border-radius: 20px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

html[lang="ja"] .scg-kv__langLink--ja {
  background: #fff;
  color: #000;
}

html[lang="en"] .scg-kv__langLink--en {
  background: #fff;
  color: #000;
}

@media screen and (min-width: 641px) {
  html[lang="ja"] .scg-kv__langLink--en {
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
  }
  html[lang="ja"] .scg-kv__langLink--en:hover {
    opacity: 0.6;
  }
  html[lang="en"] .scg-kv__langLink--ja {
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
  }
  html[lang="en"] .scg-kv__langLink--ja:hover {
    opacity: 0.6;
  }
}

.scg-kv__scrollBtn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 50px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: all 0.7s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

@-webkit-keyframes bar {
  0% {
    -webkit-transform: translate3d(0%, -150%, 0);
            transform: translate3d(0%, -150%, 0);
  }
  100% {
    -webkit-transform: translate3d(0%, 150%, 0);
            transform: translate3d(0%, 150%, 0);
  }
}

@keyframes bar {
  0% {
    -webkit-transform: translate3d(0%, -150%, 0);
            transform: translate3d(0%, -150%, 0);
  }
  100% {
    -webkit-transform: translate3d(0%, 150%, 0);
            transform: translate3d(0%, 150%, 0);
  }
}

.scg-kv__scrollBtn span {
  font-family: "SST W55 Bold", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  color: #fff;
  line-height: 1;
}

.scg-kv__scrollBtn div {
  width: 1px;
  height: 30px;
  overflow: hidden;
}

.scg-kv__scrollBtn div:after {
  content: "";
  display: block;
  background: #fff;
  width: 100%;
  height: 30px;
  -webkit-animation: bar 1.2s infinite normal;
          animation: bar 1.2s infinite normal;
}

.scg-kv.is-show .scg-kv__scrollBtn {
  opacity: 1;
}

.scg-localNav {
  background: #73d3ff;
}

body.is-tablet .scg-localNav {
  margin-top: -1px;
  margin-bottom: -1px;
}

@media screen and (min-width: 641px) {
  .scg-localNav__inner {
    width: 1190px;
    margin: 0 auto;
  }
}

.scg-localNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1060px;
  padding: 50px 0 50px;
  margin: 0 auto 0;
}

.scg-localNav__list:after {
  content: "";
  display: block;
  width: calc((100% - 50px * 2) / 3);
  height: 0;
}

@media screen and (max-width: 640px) {
  .scg-localNav__list {
    display: block;
    padding: 0 25px 50px;
  }
  .scg-localNav__list:after {
    display: none;
  }
}

.scg-localNav__listChild {
  width: calc((100% - 50px * 2) / 3);
  border-bottom: 1px solid #5ca9cc;
}

@media screen and (max-width: 640px) {
  .scg-localNav__listChild {
    width: 100%;
  }
}

.scg-localNav__listLink {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 54px;
  color: #000;
  text-decoration: none;
}

.scg-localNav__listLink span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.28571;
}

.scg-localNav__listLink img {
  display: block;
  margin: 0 3px 0 10px;
}

/* ==============================
 Content Menu
============================== */
#tmpl_contentMenu_bar {
  background-color: #fff;
  color: #656565;
  font-family: 'SST W55 Regular', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, sans-serif;
}

#tmpl_contentMenu_bar a {
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

#tmpl_contentMenu_bar a:hover,
#tmpl_contentMenu_bar a:active {
  color: #000;
}

#tmpl_contentMenu_bar_base {
  width: 1190px;
  margin: 0 auto;
}

#tmpl_contentMenu_bar_base h1 {
  margin: 0;
  padding: 0 45px 11px 0;
  line-height: 0.9;
}

#tmpl_contentMenu_bar_base h1 a {
  font-size: 72%;
  line-height: 1.2;
}

#tmpl_contentMenu_breadcrumbs {
  padding: 10px 5px 10px 0;
  font-size: 75%;
  line-height: 1.2;
}

#tmpl_contentMenu_breadcrumbs a {
  display: inline-block;
}

#tmpl_contentMenu_breadcrumbs .tmpl_bread_gt {
  display: inline-block;
  margin-right: 0.7em;
  margin-left: 0.7em;
  padding-bottom: 1px;
}

@media screen and (max-width: 640px) {
  #tmpl_contentMenu_bar_base {
    width: 100%;
  }
  #tmpl_contentMenu_bar_base h1 {
    padding: 0 65px 17px 20px;
    font-size: 120%;
    line-height: 1;
  }
  #tmpl_contentMenu_bar_base h1 a {
    font-size: 99%;
  }
  #tmpl_contentMenu_breadcrumbs {
    padding: 10px 5px 15px 20px;
    font-size: 75%;
    line-height: 1.4;
  }
}

.scg-sections__modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.scg-sections__modalInner {
  width: 63vw;
  height: calc(63vw * 56.25 / 100);
  background: #fff;
  position: relative;
  background: #000;
}

.scg-sections__modalInner iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .scg-sections__modalInner {
    width: 90vw;
    height: calc(90vw * 56.25 / 100);
  }
}

.scg-sections__modalClose {
  position: absolute;
  right: -40px;
  top: 0;
  width: 33px;
  height: 33px;
  cursor: pointer;
}

.scg-sections__modalClose svg {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .scg-sections__modalClose {
    right: 0;
    top: -40px;
  }
}

.scg-section {
  padding: 50px 0;
}

.scg-section:nth-of-type(1) {
  background: -webkit-gradient(linear, left top, left bottom, from(#73d3ff), color-stop(17%, #97c7e0), color-stop(50%, #ceb4b1), color-stop(70%, #eaaa9c), color-stop(84%, #f8a594), color-stop(94%, #ffa39f), to(#ffa39f));
  background: linear-gradient(to bottom, #73d3ff 0%, #97c7e0 17%, #ceb4b1 50%, #eaaa9c 70%, #f8a594 84%, #ffa39f 94%, #ffa39f 100%);
}

.scg-section:nth-of-type(3n+2) {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa39f), color-stop(14%, #ff9cd0), color-stop(21%, #ff9cde), color-stop(28%, #e5b3cf), color-stop(42%, #9cefa9), color-stop(47%, #83fca1), color-stop(51%, #72ff9f), color-stop(60%, #65fda0), color-stop(70%, #58f7a4), color-stop(95%, #5df9a3), to(#5df9a3));
  background: linear-gradient(to bottom, #ffa39f 0%, #ff9cd0 14%, #ff9cde 21%, #e5b3cf 28%, #9cefa9 42%, #83fca1 47%, #72ff9f 51%, #65fda0 60%, #58f7a4 70%, #5df9a3 95%, #5df9a3 100%);
}

.scg-section:nth-of-type(3n+3) {
  background: -webkit-gradient(linear, left top, left bottom, from(#5df9a3), color-stop(29%, #0facd4), color-stop(40%, #05a1db), color-stop(49%, #009cde), color-stop(49%, #039edd), color-stop(60%, #159fd7), color-stop(70%, #309fce), to(#149ed7));
  background: linear-gradient(to bottom, #5df9a3 0%, #0facd4 29%, #05a1db 40%, #009cde 49%, #039edd 49%, #159fd7 60%, #309fce 70%, #149ed7 100%);
}

.scg-section:nth-of-type(3n+4) {
  background: -webkit-gradient(linear, left top, left bottom, from(#149ed7), color-stop(22%, #75a1b7), color-stop(36%, #96a2ac), color-stop(43%, #b6a3a3), color-stop(51%, #e8a496), color-stop(76%, #e8a496), color-stop(81%, #f3a494), color-stop(84%, #ffa495), color-stop(97%, #ffa495), to(#ffa495));
  background: linear-gradient(to bottom, #149ed7 0%, #75a1b7 22%, #96a2ac 36%, #b6a3a3 43%, #e8a496 51%, #e8a496 76%, #f3a494 81%, #ffa495 84%, #ffa495 97%, #ffa495 100%);
}

.scg-section:last-of-type {
  padding-bottom: 140px;
}

@media screen and (max-width: 640px) {
  .scg-section {
    margin-top: -1px;
    padding: 40px 0;
  }
}

.scg-section__inner {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .scg-section__inner {
    width: auto;
    margin: 0 25px;
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .scg-section__detailReverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.scg-section__visualLine {
  display: none;
  position: absolute;
}

.scg-section__visual {
  position: relative;
  width: 540px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 100% auto !important;
}

@-webkit-keyframes pathanim {
  0% {
    stroke-dashoffset: 3000px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3000px 3000px;
  }
}

@keyframes pathanim {
  0% {
    stroke-dashoffset: 3000px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3000px 3000px;
  }
}

.scg-section__visual svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

.scg-section__visual svg path {
  stroke-dasharray: 3000px 3000px;
  stroke-dashoffset: 3000px;
}

.is-show .scg-section__visual svg path {
  -webkit-animation: pathanim 1.8s 0.5s linear forwards;
          animation: pathanim 1.8s 0.5s linear forwards;
}

@media screen and (max-width: 640px) {
  .scg-section__visual {
    width: 100%;
    margin-bottom: 25px;
  }
}

.scg-section__visual--A {
  padding: 30px;
}

.scg-section__visual--A .scg-section__visualLine:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
}

.scg-section__visual--A .scg-section__visualLine--1 {
  display: block;
  top: 0;
  height: 15px;
  width: 145px;
  left: 0;
}

.scg-section__visual--A .scg-section__visualLine--1:before {
  -webkit-transition: width 0.22s 0.35s linear;
  transition: width 0.22s 0.35s linear;
  height: 100%;
  width: 0;
  right: 0;
  top: 0;
}

.scg-section__visual--A .scg-section__visualLine--2 {
  display: block;
  top: 0;
  height: 15px;
  width: 145px;
  right: 0;
}

.scg-section__visual--A .scg-section__visualLine--2:before {
  -webkit-transition: width 0.22s 0.35s linear;
  transition: width 0.22s 0.35s linear;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
}

.scg-section__visual--A .scg-section__visualLine--3 {
  display: block;
  top: 0;
  height: 100%;
  width: 15px;
  left: 0;
}

.scg-section__visual--A .scg-section__visualLine--3:before {
  -webkit-transition: height 0.22s 0.57s linear;
  transition: height 0.22s 0.57s linear;
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
}

.scg-section__visual--A .scg-section__visualLine--4 {
  display: block;
  top: 0;
  height: 100%;
  width: 15px;
  right: 0;
}

.scg-section__visual--A .scg-section__visualLine--4:before {
  -webkit-transition: height 0.22s 0.57s linear;
  transition: height 0.22s 0.57s linear;
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
}

.scg-section__visual--A .scg-section__visualLine--5 {
  display: block;
  bottom: 0;
  height: 15px;
  width: 145px;
  left: 0;
}

.scg-section__visual--A .scg-section__visualLine--5:before {
  -webkit-transition: width 0.22s 0.79s linear;
  transition: width 0.22s 0.79s linear;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
}

.scg-section__visual--A .scg-section__visualLine--6 {
  display: block;
  bottom: 0;
  height: 15px;
  width: 145px;
  right: 0;
}

.scg-section__visual--A .scg-section__visualLine--6:before {
  -webkit-transition: width 0.22s 0.79s linear;
  transition: width 0.22s 0.79s linear;
  height: 100%;
  width: 0;
  right: 0;
  top: 0;
}

.is-show .scg-section__visualLine--1:before {
  width: 100%;
}

.is-show .scg-section__visualLine--2:before {
  width: 100%;
}

.is-show .scg-section__visualLine--3:before {
  height: 100%;
}

.is-show .scg-section__visualLine--4:before {
  height: 100%;
}

.is-show .scg-section__visualLine--5:before {
  width: 100%;
}

.is-show .scg-section__visualLine--6:before {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .scg-section__visual--A {
    padding: calc(60 / 750 * 100vw) 0;
  }
  .scg-section__visual--A .scg-section__visualLine--1 {
    height: calc(30 / 750 * 100vw);
    width: 30%;
  }
  .scg-section__visual--A .scg-section__visualLine--2 {
    height: calc(30 / 750 * 100vw);
    width: 30%;
  }
  .scg-section__visual--A .scg-section__visualLine--3 {
    width: calc(30 / 750 * 100vw);
  }
  .scg-section__visual--A .scg-section__visualLine--4 {
    width: calc(30 / 750 * 100vw);
  }
  .scg-section__visual--A .scg-section__visualLine--5 {
    height: calc(30 / 750 * 100vw);
    width: 30%;
  }
  .scg-section__visual--A .scg-section__visualLine--6 {
    height: calc(30 / 750 * 100vw);
    width: 30%;
  }
}

.scg-section__visual--B {
  padding: 32px 30px;
}

@media screen and (min-width: 641px) {
  .scg-section__visual--B .scg-section__visualInner {
    -webkit-clip-path: url("#clipB");
            clip-path: url("#clipB");
  }
}

@media screen and (max-width: 640px) {
  .scg-section__visual--B {
    padding: calc(75 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
  .scg-section__visual--B .scg-section__visualInner {
    -webkit-clip-path: url("#sp_clipB");
            clip-path: url("#sp_clipB");
  }
}

.scg-section__visual--C {
  padding: 30px;
}

@media screen and (min-width: 641px) {
  .scg-section__visual--C .scg-section__visualInner {
    -webkit-clip-path: url("#clipC");
            clip-path: url("#clipC");
  }
}

@media screen and (max-width: 640px) {
  .scg-section__visual--C {
    padding: calc(60 / 750 * 100vw) 0;
  }
  .scg-section__visual--C .scg-section__visualInner {
    -webkit-clip-path: url("#sp_clipC");
            clip-path: url("#sp_clipC");
  }
}

.scg-section__visual--D {
  padding: 10px 30px 30px;
}

@media screen and (min-width: 641px) {
  .scg-section__visual--D .scg-section__visualInner {
    -webkit-clip-path: url("#clipD");
            clip-path: url("#clipD");
  }
}

@media screen and (max-width: 640px) {
  .scg-section__visual--D {
    padding: calc(30 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
  .scg-section__visual--D .scg-section__visualInner {
    -webkit-clip-path: url("#sp_clipD");
            clip-path: url("#sp_clipD");
  }
}

.scg-section__visual--E {
  padding: 30px;
}

@media screen and (min-width: 641px) {
  .scg-section__visual--E .scg-section__visualInner {
    -webkit-clip-path: url("#clipE");
            clip-path: url("#clipE");
  }
}

@media screen and (max-width: 640px) {
  .scg-section__visual--E {
    padding: calc(60 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
  .scg-section__visual--E .scg-section__visualInner {
    -webkit-clip-path: url("#sp_clipE");
            clip-path: url("#sp_clipE");
  }
}

.scg-section__visual--F {
  padding: 32px 30px;
}

@media screen and (min-width: 641px) {
  .scg-section__visual--F .scg-section__visualInner {
    -webkit-clip-path: url("#clipB");
            clip-path: url("#clipB");
  }
}

@media screen and (max-width: 640px) {
  .scg-section__visual--F {
    padding: calc(75 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
  }
  .scg-section__visual--F .scg-section__visualInner {
    -webkit-clip-path: url("#sp_clipB");
            clip-path: url("#sp_clipB");
  }
}

.scg-section__visual--G {
  padding: 30px;
}

.scg-section__visual--G .scg-section__visualLine:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
}

.scg-section__visual--G .scg-section__visualLine--1 {
  display: block;
  top: 0;
  height: 180px;
  width: 15px;
  left: 0;
}

.scg-section__visual--G .scg-section__visualLine--1:before {
  -webkit-transition: height 0.22s 0.35s linear;
  transition: height 0.22s 0.35s linear;
  height: 0;
  width: 100%;
  right: 0;
  bottom: 0;
}

.scg-section__visual--G .scg-section__visualLine--2 {
  display: block;
  top: 0;
  left: 0;
  height: 15px;
  width: 100%;
}

.scg-section__visual--G .scg-section__visualLine--2:before {
  -webkit-transition: width 0.22s 0.57s linear;
  transition: width 0.22s 0.57s linear;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
}

.scg-section__visual--G .scg-section__visualLine--3 {
  display: block;
  top: 0;
  height: 180px;
  width: 15px;
  right: 0;
}

.scg-section__visual--G .scg-section__visualLine--3:before {
  -webkit-transition: height 0.22s 0.79s linear;
  transition: height 0.22s 0.79s linear;
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
}

.scg-section__visual--G .scg-section__visualLine--4 {
  display: block;
  bottom: 0;
  height: 180px;
  width: 15px;
  right: 0;
}

.scg-section__visual--G .scg-section__visualLine--4:before {
  -webkit-transition: height 0.22s 0.35s linear;
  transition: height 0.22s 0.35s linear;
  height: 0;
  width: 100%;
  left: 0;
  top: 0;
}

.scg-section__visual--G .scg-section__visualLine--5 {
  display: block;
  bottom: 0;
  height: 15px;
  width: 100%;
  right: 0;
}

.scg-section__visual--G .scg-section__visualLine--5:before {
  -webkit-transition: width 0.22s 0.57s linear;
  transition: width 0.22s 0.57s linear;
  height: 100%;
  width: 0;
  right: 0;
  top: 0;
}

.scg-section__visual--G .scg-section__visualLine--6 {
  display: block;
  bottom: 0;
  height: 180px;
  width: 15px;
  left: 0;
}

.scg-section__visual--G .scg-section__visualLine--6:before {
  -webkit-transition: height 0.22s 0.79s linear;
  transition: height 0.22s 0.79s linear;
  width: 100%;
  height: 0;
  right: 0;
  bottom: 0;
}

.is-show .scg-section__visualLine--1:before {
  height: 100%;
}

.is-show .scg-section__visualLine--2:before {
  width: 100%;
}

.is-show .scg-section__visualLine--3:before {
  height: 100%;
}

.is-show .scg-section__visualLine--4:before {
  height: 100%;
}

.is-show .scg-section__visualLine--5:before {
  width: 100%;
}

.is-show .scg-section__visualLine--6:before {
  height: 100%;
}

@media screen and (max-width: 640px) {
  .scg-section__visual--G {
    padding: calc(60 / 750 * 100vw) 0;
  }
  .scg-section__visual--G .scg-section__visualLine--1 {
    width: calc(30 / 750 * 100vw);
    height: 30%;
  }
  .scg-section__visual--G .scg-section__visualLine--2 {
    height: calc(30 / 750 * 100vw);
  }
  .scg-section__visual--G .scg-section__visualLine--3 {
    width: calc(30 / 750 * 100vw);
    height: 30%;
  }
  .scg-section__visual--G .scg-section__visualLine--4 {
    width: calc(30 / 750 * 100vw);
    height: 30%;
  }
  .scg-section__visual--G .scg-section__visualLine--5 {
    height: calc(30 / 750 * 100vw);
  }
  .scg-section__visual--G .scg-section__visualLine--6 {
    width: calc(30 / 750 * 100vw);
    height: 30%;
  }
}

_:-ms-lang(x)::-ms-backdrop, .scg-section__visual svg path {
  stroke-dasharray: none !important;
  stroke-dashoffset: none !important;
  animation: none !important;
}

.scg-section__visualInner {
  position: relative;
  width: 480px;
  margin: 0 auto 0;
  overflow: hidden;
}

.scg-section__visualInner img {
  vertical-align: bottom;
  width: 100%;
}

@media screen and (min-width: 641px) {
  .scg-section__visualInner img:nth-of-type(1) {
    display: block;
  }
  .scg-section__visualInner img:nth-of-type(2) {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .scg-section__visualInner {
    width: 100%;
    width: calc(530 / 650 * 100%);
  }
  .scg-section__visualInner img:nth-of-type(1) {
    display: none;
  }
  .scg-section__visualInner img:nth-of-type(2) {
    display: block;
  }
}

.scg-section__visualDoor {
  position: absolute;
  width: 51%;
  height: 100%;
  -webkit-transition: all 0.7s 0.8s;
  transition: all 0.7s 0.8s;
}

_:-ms-lang(x)::-ms-backdrop, .scg-section__visualDoor {
  display: none !important;
}

.scg-section__visualDoor--left {
  left: 0;
}

.scg-section.is-show .scg-section__visualDoor--left {
  left: -80%;
}

.scg-section__visualDoor--right {
  right: 0;
}

.scg-section.is-show .scg-section__visualDoor--right {
  right: -80%;
}

.scg-section__detail {
  width: 540px;
  padding: 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.7s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.scg-section.is-show .scg-section__detail {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media screen and (max-width: 640px) {
  .scg-section__detail {
    width: auto;
    padding: 30px 24px;
  }
}

.scg-section__photo {
  position: relative;
  overflow: hidden;
}

.scg-section__photo:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(236 / 420 * 100%);
}

.scg-section__photo:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}

body.is-desktop .scg-section__photo.is-movie {
  cursor: pointer;
}

body.is-desktop .scg-section__photo.is-movie:hover:after {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .scg-section__photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .scg-section__photo:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
  }
}

.scg-section__photoBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

@media screen and (max-width: 640px) {
  .scg-section__photoBg {
    background-image: none !important;
  }
}

.scg-section__photoBgSp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 641px) {
  .scg-section__photoBgSp {
    background-image: none !important;
  }
}

.scg-section__play {
  position: absolute;
  right: 10px;
  bottom: 14px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #000;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  z-index: 1;
}

.scg-section__play:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  border-left: 15px solid #fff;
  border-top: 10px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid transparent;
  width: 0;
  height: 0;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  -webkit-transition: border-color 0.1s;
  transition: border-color 0.1s;
}

body.is-desktop .scg-section__photo.is-movie:hover .scg-section__play {
  background: #fff;
}

body.is-desktop .scg-section__photo.is-movie:hover .scg-section__play:before {
  border-left-color: #000;
}

.scg-section__caption {
  font-family: "SST W55 Regular", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  margin: 7px 0 0;
  font-size: 10px;
  color: #444;
}

@media screen and (max-width: 640px) {
  .scg-section__caption {
    display: none;
  }
}

.scg-section__captionSp {
  display: none;
}

@media screen and (max-width: 640px) {
  .scg-section__captionSp {
    font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
    display: block;
    font-size: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.scg-section__txt {
  font-family: "SST W55 Regular", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  line-height: 1.9;
  font-size: 15px;
  margin: 20px 0 0;
}

.scg-section__txt span {
  line-height: 1.53846;
  display: inline-block;
  margin: 5px 0 0;
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  .scg-section__txt {
    font-size: 14px;
    margin: 0 0 30px;
  }
  .scg-section__txt span {
    font-size: 11px;
  }
}

.scg-section__miniTxt {
  font-family: "SST W55 Regular", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  text-align: center;
  line-height: 1.2;
  font-size: 12px;
  margin: 15px 0 0;
}

@media screen and (max-width: 640px) {
  .scg-section__miniTxt {
    font-size: 11px;
  }
}

.scg-section__btn {
  text-align: center;
  margin-top: 20px;
}

.scg-section__btn a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  border-radius: 27px;
  height: 55px;
  line-height: 55px;
  width: 275px;
  text-decoration: none;
  background: #000;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

body.is-desktop .scg-section__btn a:hover {
  color: #000;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .scg-section__btn a {
    width: 100%;
    display: block;
  }
}

.scg-section__toTopBtn {
  margin: 50px 24px 0;
  display: none;
}

.scg-section__toTopBtn a {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  border-radius: 27px;
  height: 55px;
  line-height: 55px;
  width: 100%;
  text-decoration: none;
  background: #000;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .scg-section__toTopBtn {
    display: block;
  }
}

.scg-section__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -40px 0 100px;
  padding-top: 40px;
  color: #fff;
}

.scg-section__close span {
  font-family: "SST W55 Bold", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 26px;
  padding: 0 20px;
}

.scg-section__close b {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4px;
  display: block;
  background: #fff;
}

.scg-section__close .is-ja {
  width: 220px;
}

.scg-section__close .is-en {
  width: 150px;
}

@media screen and (max-width: 640px) {
  .scg-section__close {
    margin: -20px 0 70px;
    padding-top: 20px;
  }
  .scg-section__close span {
    font-size: 23px;
    padding: 0 15px;
  }
  .scg-section__close b {
    height: 3px;
  }
  .scg-section__close .is-ja {
    width: 160px;
  }
  .scg-section__close .is-en {
    width: 120px;
  }
}

@media screen and (max-width: 350px) {
  .scg-section__close span {
    font-size: 18px;
  }
}
