@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
}

@media print, screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
}

@media print, screen and (min-width: 1024px) and (max-width: 1200px) {
  html {
    font-size: 58.59375%;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1024px) {
  html {
    font-size: 54.6875%;
  }
}

@media print, screen and (max-width: 768px) {
  html {
    font-size: 3.2vw;
  }
}

html, body {
  height: 100%;
}

@supports (-webkit-touch-callout: none) {
  html body, body body {
    height: -webkit-fill-available;
  }
}

body {
  min-height: 100vh;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #707070;
  font-weight: 500;
  background-color: white;
}

@media print, screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
}

@media print, screen and (max-width: 768px) {
  body {
    font-size: 4.266vw;
  }
}

::-moz-selection {
  background: white;
  color: #2E2E2E;
}

::selection {
  background: white;
  color: #2E2E2E;
}

a {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  color: white;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media print, screen and (min-width: 769px) {
  ._sp {
    display: none !important;
  }
}

@media print, screen and (max-width: 768px) {
  ._pc {
    display: none !important;
  }
}

._color-white {
  color: white;
}

._color-blue {
  color: #0033FF;
}

._color-lightblue {
  color: #62DAFF;
}

._color-yellow {
  color: #F1F607;
}

._color-purple {
  color: #8902FF;
}

._color-green {
  color: #7CF727;
}

._color-red {
  color: #E81D01;
}

._indent {
  display: inline-block;
  text-indent: -0.5em;
}

._weight-normal {
  font-weight: normal;
}

._weight-bold {
  font-weight: bold;
}

._align-left {
  text-align: left;
}

._align-center {
  text-align: center;
}

._align-right {
  text-align: right;
}

._mb-0 {
  margin-bottom: 0 !important;
}

._mb-05 {
  margin-bottom: 0.5rem !important;
}

._mb-10 {
  margin-bottom: 1.0rem !important;
}

._mb-15 {
  margin-bottom: 1.5rem !important;
}

._mb-20 {
  margin-bottom: 2.0rem !important;
}

._mb-25 {
  margin-bottom: 2.5rem !important;
}

._mb-30 {
  margin-bottom: 3.0rem !important;
}

._mb-35 {
  margin-bottom: 3.5rem !important;
}

._mb-40 {
  margin-bottom: 4.0rem !important;
}

._mb-45 {
  margin-bottom: 4.5rem !important;
}

._mb-50 {
  margin-bottom: 5.0rem !important;
}

._mb-55 {
  margin-bottom: 5.5rem !important;
}

._mb-60 {
  margin-bottom: 6.0rem !important;
}

._mt-0 {
  margin-top: 0 !important;
}

._mt-05 {
  margin-top: 0.5rem !important;
}

._mt-10 {
  margin-top: 1.0rem !important;
}

._mt-15 {
  margin-top: 1.5rem !important;
}

._mt-20 {
  margin-top: 2.0rem !important;
}

._mt-25 {
  margin-top: 2.5rem !important;
}

._mt-30 {
  margin-top: 3.0rem !important;
}

._mt-35 {
  margin-top: 3.5rem !important;
}

._mt-40 {
  margin-top: 4.0rem !important;
}

._mt-45 {
  margin-top: 4.5rem !important;
}

._mt-50 {
  margin-top: 5.0rem !important;
}

._mt-55 {
  margin-top: 5.5rem !important;
}

._mt-60 {
  margin-top: 6.0rem !important;
}

._ml-0 {
  margin-left: 0 !important;
}

._ml-05 {
  margin-left: 0.5rem !important;
}

._ml-10 {
  margin-left: 1.0rem !important;
}

._ml-15 {
  margin-left: 1.5rem !important;
}

._ml-20 {
  margin-left: 2.0rem !important;
}

._ml-25 {
  margin-left: 2.5rem !important;
}

._ml-30 {
  margin-left: 3.0rem !important;
}

._ml-35 {
  margin-left: 3.5rem !important;
}

._ml-40 {
  margin-left: 4.0rem !important;
}

._ml-45 {
  margin-left: 4.5rem !important;
}

._ml-50 {
  margin-left: 5.0rem !important;
}

._ml-55 {
  margin-left: 5.5rem !important;
}

._ml-60 {
  margin-left: 6.0rem !important;
}

._pb-0 {
  padding-bottom: 0 !important;
}

._pb-05 {
  padding-bottom: 0.5rem !important;
}

._pb-10 {
  padding-bottom: 1.0rem !important;
}

._pb-15 {
  padding-bottom: 1.5rem !important;
}

._pb-20 {
  padding-bottom: 2.0rem !important;
}

._pb-25 {
  padding-bottom: 2.5rem !important;
}

._pb-30 {
  padding-bottom: 3.0rem !important;
}

._pb-35 {
  padding-bottom: 3.5rem !important;
}

._pb-40 {
  padding-bottom: 4.0rem !important;
}

._pb-45 {
  padding-bottom: 4.5rem !important;
}

._pb-50 {
  padding-bottom: 5.0rem !important;
}

._pb-55 {
  padding-bottom: 5.5rem !important;
}

._pb-60 {
  padding-bottom: 6.0rem !important;
}

._pt-0 {
  padding-top: 0 !important;
}

._pt-05 {
  padding-top: 0.5rem !important;
}

._pt-10 {
  padding-top: 1.0rem !important;
}

._pt-15 {
  padding-top: 1.5rem !important;
}

._pt-20 {
  padding-top: 2.0rem !important;
}

._pt-25 {
  padding-top: 2.5rem !important;
}

._pt-30 {
  padding-top: 3.0rem !important;
}

._pt-35 {
  padding-top: 3.5rem !important;
}

._pt-40 {
  padding-top: 4.0rem !important;
}

._pt-45 {
  padding-top: 4.5rem !important;
}

._pt-50 {
  padding-top: 5.0rem !important;
}

._pt-55 {
  padding-top: 5.5rem !important;
}

._pt-60 {
  padding-top: 6.0rem !important;
}

.anim-elm,
.anim-list > * {
  opacity: 0;
  transition: 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.anim-elm.anim-show,
.anim-list > *.anim-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media print, screen and (min-width: 769px) {
  .anim-elm,
  .anim-list > * {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@media print, screen and (max-width: 768px) {
  .anim-elm,
  .anim-list > * {
    -webkit-transform: translateY(5.333vw);
    transform: translateY(5.333vw);
  }
}

.anim-fade {
  opacity: 0;
  transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.anim-fade.anim-show {
  opacity: 1;
}

/**
 * Swiper 4.5.0
 * 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: February 22, 2019
 */
.swiper-container {
  margin: 0 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-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  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 {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.swiper-slide {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  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-align-items: flex-start;
  align-items: flex-start;
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  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 {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  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;
  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;
  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;
  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 {
  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 {
  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-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: 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 {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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;
}

#FixedHeader,
#Header,
#GNav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #C6B190;
}

@media print, screen and (min-width: 769px) {
  #FixedHeader,
  #Header,
  #GNav {
    height: 7.8rem;
  }
}

@media print, screen and (max-width: 768px) {
  #FixedHeader,
  #Header,
  #GNav {
    height: 14.933vw;
  }
}

#FixedHeader .header-logo,
#Header .header-logo,
#GNav .header-logo {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print, screen and (min-width: 769px) {
  #FixedHeader .header-logo,
  #Header .header-logo,
  #GNav .header-logo {
    left: 3rem;
    width: 15.1rem;
  }
}

@media print, screen and (max-width: 768px) {
  #FixedHeader .header-logo,
  #Header .header-logo,
  #GNav .header-logo {
    left: 4.8vw;
    width: 21.333vw;
  }
}

#FixedHeader .header-title,
#Header .header-title,
#GNav .header-title {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 50%;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media print, screen and (min-width: 769px) {
  #FixedHeader .header-title,
  #Header .header-title,
  #GNav .header-title {
    width: 34rem;
  }
}

@media print, screen and (max-width: 768px) {
  #FixedHeader .header-title,
  #Header .header-title,
  #GNav .header-title {
    width: 21.333vw;
  }
}

#FixedHeader .header-nav,
#Header .header-nav,
#GNav .header-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #C6B190;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity, height;
  will-change: opacity, height;
}

#FixedHeader .header-nav .nav-global,
#Header .header-nav .nav-global,
#GNav .header-nav .nav-global {
  color: white;
  font-family: Arial, san-serif;
  font-weight: bold;
}

#FixedHeader .header-nav .nav-global h3,
#Header .header-nav .nav-global h3,
#GNav .header-nav .nav-global h3 {
  display: inline-block;
  border-bottom: solid 2px white;
}

#FixedHeader .header-nav .nav-global li a,
#Header .header-nav .nav-global li a,
#GNav .header-nav .nav-global li a {
  position: relative;
  display: inline-block;
}

#FixedHeader .header-nav.is-open,
#Header .header-nav.is-open,
#GNav .header-nav.is-open {
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  #FixedHeader .header-nav,
  #Header .header-nav,
  #GNav .header-nav {
    top: 0;
    left: 0;
  }
  #FixedHeader .header-nav .nav-banner,
  #Header .header-nav .nav-banner,
  #GNav .header-nav .nav-banner {
    width: 41rem;
  }
  #FixedHeader .header-nav .nav-global,
  #Header .header-nav .nav-global,
  #GNav .header-nav .nav-global {
    margin-left: 8rem;
  }
  #FixedHeader .header-nav .nav-global h3,
  #Header .header-nav .nav-global h3,
  #GNav .header-nav .nav-global h3 {
    padding-bottom: 0.5rem;
    margin-bottom: 5.5rem;
  }
  #FixedHeader .header-nav .nav-global li:nth-of-type(n + 2),
  #Header .header-nav .nav-global li:nth-of-type(n + 2),
  #GNav .header-nav .nav-global li:nth-of-type(n + 2) {
    margin-top: 3.4rem;
  }
  #FixedHeader .header-nav .nav-global li a,
  #Header .header-nav .nav-global li a,
  #GNav .header-nav .nav-global li a {
    font-size: 2.4rem;
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
  }
  #FixedHeader .header-nav .nav-global li a:hover,
  #Header .header-nav .nav-global li a:hover,
  #GNav .header-nav .nav-global li a:hover {
    opacity: 0.6;
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  #FixedHeader .header-nav .nav-container,
  #Header .header-nav .nav-container,
  #GNav .header-nav .nav-container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: calc(100vh - 8rem);
  }
}

@media print, screen and (max-width: 768px) {
  #FixedHeader .header-nav,
  #Header .header-nav,
  #GNav .header-nav {
    top: 0;
    overflow: scroll;
  }
  #FixedHeader .header-nav::after,
  #Header .header-nav::after,
  #GNav .header-nav::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 14.933vw;
    background-color: #C6B190;
  }
  #FixedHeader .header-nav .nav-banner,
  #Header .header-nav .nav-banner,
  #GNav .header-nav .nav-banner {
    width: 72vw;
    margin: 18.666vw auto 8vw;
  }
  #FixedHeader .header-nav .nav-global,
  #Header .header-nav .nav-global,
  #GNav .header-nav .nav-global {
    width: 72vw;
    margin: auto;
    padding-bottom: 10.666vw;
  }
  #FixedHeader .header-nav .nav-global h3,
  #Header .header-nav .nav-global h3,
  #GNav .header-nav .nav-global h3 {
    margin-top: 2.666vw;
    padding-bottom: 0.8vw;
    border-bottom-width: 1px;
    font-size: 4.266vw;
  }
  #FixedHeader .header-nav .nav-global li,
  #Header .header-nav .nav-global li,
  #GNav .header-nav .nav-global li {
    margin-top: 5.333vw;
  }
  #FixedHeader .header-nav .nav-global li a,
  #Header .header-nav .nav-global li a,
  #GNav .header-nav .nav-global li a {
    white-space: nowrap;
    font-size: 4.533vw;
    line-height: 1.3;
  }
}

#FixedHeader .header-menu,
#Header .header-menu,
#GNav .header-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

#FixedHeader .header-menu::before, #FixedHeader .header-menu::after,
#Header .header-menu::before,
#Header .header-menu::after,
#GNav .header-menu::before,
#GNav .header-menu::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 55%;
  height: 2px;
  background-color: white;
  transition: -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#FixedHeader .header-menu.is-open::before,
#Header .header-menu.is-open::before,
#GNav .header-menu.is-open::before {
  -webkit-transform: rotate(40deg) translateY(0);
  transform: rotate(40deg) translateY(0);
}

#FixedHeader .header-menu.is-open::after,
#Header .header-menu.is-open::after,
#GNav .header-menu.is-open::after {
  -webkit-transform: rotate(-40deg) translateY(0);
  transform: rotate(-40deg) translateY(0);
}

@media print, screen and (min-width: 769px) {
  #FixedHeader .header-menu,
  #Header .header-menu,
  #GNav .header-menu {
    width: 7.8rem;
    height: 7.8rem;
    cursor: pointer;
    transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #FixedHeader .header-menu::before,
  #Header .header-menu::before,
  #GNav .header-menu::before {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  #FixedHeader .header-menu::after,
  #Header .header-menu::after,
  #GNav .header-menu::after {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  #FixedHeader .header-menu:hover,
  #Header .header-menu:hover,
  #GNav .header-menu:hover {
    opacity: 0.6;
  }
}

@media print, screen and (max-width: 768px) {
  #FixedHeader .header-menu,
  #Header .header-menu,
  #GNav .header-menu {
    width: 14.933vw;
    height: 14.933vw;
  }
  #FixedHeader .header-menu::before,
  #Header .header-menu::before,
  #GNav .header-menu::before {
    height: 1px;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  #FixedHeader .header-menu::after,
  #Header .header-menu::after,
  #GNav .header-menu::after {
    height: 1px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }
}

#FixedHeader .header-fixed,
#Header .header-fixed,
#GNav .header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 998;
}

@media print, screen and (min-width: 769px) {
  #FixedHeader .header-fixed,
  #Header .header-fixed,
  #GNav .header-fixed {
    height: 7.8rem;
  }
}

@media print, screen and (max-width: 768px) {
  #FixedHeader .header-fixed,
  #Header .header-fixed,
  #GNav .header-fixed {
    height: 14.933vw;
  }
}

#GNav {
  position: fixed;
  z-index: 888;
  background: none;
}

#GNav .header-nav::after {
  content: none;
}

#FixedHeader {
  position: fixed;
  background: none;
}

#FixedHeader .header-menu::before, #FixedHeader .header-menu::after {
  background-color: black;
}

#CV {
  position: fixed;
  z-index: 777;
  background-color: white;
}

@media print, screen and (min-width: 769px) {
  #CV {
    right: 1.5rem;
    bottom: 1.5rem;
    width: 12.8rem;
    overflow: hidden;
  }
  #CV img {
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  #CV:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@media print, screen and (max-width: 768px) {
  #CV {
    left: 0;
    bottom: 0;
    width: 100vw;
  }
}

.footer {
  color: black;
  background: url("../img/common/f-bg.jpg") center bottom repeat-x white;
}

@media print, screen and (min-width: 769px) {
  .footer {
    padding: 18.5rem 0 14.5rem;
    background-size: auto 4.8rem;
  }
}

@media print, screen and (max-width: 768px) {
  .footer {
    padding: 14.666vw 0 33.333vw;
    background-size: auto 9.333vw;
  }
}

.footer-contact__title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  justify-content: center;
  margin: auto;
  text-align: center;
}

.footer-contact__title h2 img {
  width: auto;
  height: 100%;
}

.footer-contact__title span {
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .footer-contact__title {
    margin-bottom: 3rem;
  }
  .footer-contact__title h2 {
    height: 3.2rem;
    margin-bottom: 2rem;
  }
  .footer-contact__title span {
    font-size: 2rem;
  }
}

@media print, screen and (max-width: 768px) {
  .footer-contact__title {
    margin-bottom: 8vw;
  }
  .footer-contact__title h2 {
    height: 6.666vw;
    margin-bottom: 14.666vw;
  }
  .footer-contact__title span {
    font-size: 5.333vw;
  }
}

.footer-contact__about {
  margin: auto;
  font-weight: bold;
  border-top: solid 1px #D6D6D6;
  border-bottom: solid 1px #D6D6D6;
}

.footer-contact__about a {
  color: black;
}

.footer-contact__about .tel {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
}

.footer-contact__about .tel span {
  display: inline-block;
  padding-bottom: 0.2em;
}

.footer-contact__about .web {
  font-family: Arial;
  text-align: center;
}

.footer-contact__about .web a:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  .footer-contact__about {
    width: 50rem;
    padding: 3rem 0;
    margin-bottom: 3rem;
  }
  .footer-contact__about .tel span {
    font-size: 1.2rem;
  }
  .footer-contact__about .tel p {
    font-size: 2.6rem;
  }
  .footer-contact__about .web {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 768px) {
  .footer-contact__about {
    padding: 8.533vw 0;
    margin-bottom: 8.533vw;
  }
  .footer-contact__about .tel span {
    font-size: 3.2vw;
  }
  .footer-contact__about .tel p {
    font-size: 6vw;
  }
  .footer-contact__about .web {
    margin-top: 2.666vw;
    font-size: 4.8vw;
  }
}

.footer-contact__sns h3 {
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  color: #4B4B4B;
}

.footer-contact__sns ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

@media print, screen and (min-width: 769px) {
  .footer-contact__sns h3 {
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
  }
  .footer-contact__sns ul li {
    width: 2.6rem;
    margin: 0 1.1rem;
  }
  .footer-contact__sns ul li a {
    transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .footer-contact__sns ul li a:hover {
    opacity: 0.6;
  }
}

@media print, screen and (max-width: 768px) {
  .footer-contact__sns h3 {
    font-size: 4vw;
    margin-bottom: 4.8vw;
  }
  .footer-contact__sns ul li {
    width: 6.4vw;
    margin: 0 2.933vw;
  }
}

@media print, screen and (min-width: 769px) {
  #Whole {
    min-width: 116rem;
  }
}

#Main {
  overflow: hidden;
}

input, button, textarea, select {
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  font-size: 1rem;
}

input:focus, button:focus, textarea:focus, select:focus {
  outline: 0;
}

input::-webkit-input-placeholder, button::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  font-size: 1rem;
}

input::-moz-placeholder, button::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  font-size: 1rem;
}

input:-ms-input-placeholder, button:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  font-size: 1rem;
}

input::-ms-input-placeholder, button::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  font-size: 1rem;
}

input::placeholder, button::placeholder, textarea::placeholder, select::placeholder {
  font-size: 1rem;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

.btn-round {
  display: block;
  overflow: hidden;
}

.btn-round::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  background: 0 center repeat-x;
  opacity: 0;
  will-change: background-position, opacity;
}

.btn-round span {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.btn-round span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  border-radius: 50%;
}

.btn-round span img {
  display: block;
  width: auto;
}

.btn-round.-white {
  background-color: white;
}

.btn-round.-white span::after {
  background-color: #0033FF;
}

.btn-round.-blue {
  background-color: #0033FF;
}

.btn-round.-blue span::after {
  background-color: white;
}

.btn-round.-lightblue {
  border: solid 1px #62DAFF;
  background-color: #62DAFF;
}

.btn-round.-lightblue::before {
  background-image: url("../img/common/btn-hello-white.svg");
}

.btn-round.-lightblue span::after {
  background-color: #0033FF;
}

.btn-round.-try.-white {
  border: solid 1px white;
}

.btn-round.-try.-white::before {
  background-image: url("../img/common/btn-try-white.svg");
}

.btn-round.-try.-blue::before {
  background-image: url("../img/common/btn-try-blue.svg");
}

@media print, screen and (min-width: 769px) {
  .btn-round {
    width: 39rem;
    height: 8rem;
    border-radius: 4rem;
  }
  .btn-round::before {
    background-size: auto 1.6rem;
  }
  .btn-round span img {
    height: 1.6rem;
  }
  .btn-round span::after {
    right: 3rem;
    width: 1.2rem;
    height: 1.2rem;
  }
  .btn-round.-sm {
    width: 23rem;
    height: 6rem;
    border-radius: 3rem;
  }
  .btn-round.-sm::before {
    background-size: auto 1.2rem;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
  }
  .btn-round.-sm span img {
    height: 1.2rem;
  }
  .btn-round.-sm span::after {
    right: 2.6rem;
    width: 0.8rem;
    height: 0.8rem;
  }
  .btn-round:hover span {
    opacity: 0;
  }
  .btn-round:hover::before {
    opacity: 1;
    -webkit-animation: 25s linear infinite btn-text-move;
    animation: 25s linear infinite btn-text-move;
  }
  .btn-round.-try.-blue:hover {
    background-color: white;
  }
  .btn-round.-try.-white:hover {
    background-color: #0033FF;
  }
  .btn-round.-hello.-lightblue:hover {
    border-color: white;
    background-color: #0033FF;
  }
}

@media print, screen and (max-width: 768px) {
  .btn-round {
    width: 53.333vw;
    height: 13.333vw;
    border-radius: 8vw;
  }
  .btn-round::before {
    content: none;
  }
  .btn-round span {
    transition: opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .btn-round span img {
    height: 2.933vw;
  }
  .btn-round span::after {
    right: 5.333vw;
    width: 2.133vw;
    height: 2.133vw;
  }
  .btn-round.-sm {
    width: 45.333vw;
    height: 10.666vw;
    border-radius: 5.333vw;
  }
  .btn-round.-sm span img {
    height: 2.666vw;
  }
  .btn-round.-sm span::after {
    right: 4.266vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}

@-webkit-keyframes btn-text-move {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -200%;
  }
}

@keyframes btn-text-move {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: -200%;
  }
}

.js-loop {
  will-change: background-position;
}

.sec-head h2 > span {
  line-height: 1.4;
}

.sec-head p {
  line-height: 1.5;
}

.sec-head.-center {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .sec-head h2 {
    margin-bottom: 3.8rem;
    font-size: 2.8rem;
  }
  .sec-head p {
    font-size: 1.6rem;
  }
}

@media print, screen and (max-width: 768px) {
  .sec-head h2 {
    margin-bottom: 5.866vw;
    font-size: 5.333vw;
  }
  .sec-head p {
    font-size: 3.2vw;
  }
}

span.text-block {
  display: inline-block;
  overflow: hidden;
  line-height: 1;
}

span.text-block > span {
  display: inline-block;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}

span.text-block > span:nth-of-type(2) {
  transition-delay: 0.1s;
}

span.text-block > span:nth-of-type(3) {
  transition-delay: 0.2s;
}

span.text-block > span:nth-of-type(4) {
  transition-delay: 0.3s;
}

span.text-block > span:nth-of-type(5) {
  transition-delay: 0.4s;
}

span.text-block > span:nth-of-type(6) {
  transition-delay: 0.5s;
}

span.text-block > span:nth-of-type(7) {
  transition-delay: 0.6s;
}

span.text-block > span:nth-of-type(8) {
  transition-delay: 0.7s;
}

span.text-block > span:nth-of-type(9) {
  transition-delay: 0.8s;
}

span.text-block > span:nth-of-type(10) {
  transition-delay: 0.9s;
}

span.text-block[aria-show="true"] > span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.obj-illust {
  pointer-events: none;
}

.obj-illust picture {
  display: block;
  overflow: hidden;
  width: 0;
}
