/*!**********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/style.scss ***!
  \**********************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap);
/*!**************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/style.scss (1) ***!
  \**************************************************************************************************************************************************************************/
@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

main {
  display: block;
}

/* BASE COLOR
------------------------------------------------------------*/
/* DISPLAY SETTING
------------------------------------------------------------*/
/* OTHER SETTING
------------------------------------------------------------*/
:root {
  font-size: 15px;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 500;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
/**
 * 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;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-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(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

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

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

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

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

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

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

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

.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);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

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

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

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

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

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

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

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

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

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

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

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 1120px) {
  * {
    margin: 0;
    padding: 0;
  }
  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    -webkit-text-size-adjust: none;
  }
  body {
    color: #3f3a39;
    background: #575454;
    font-size: 1rem;
    line-height: 1.8;
    font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.024em;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
  }
  img {
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
  }
  i, strong {
    font-style: normal;
  }
  a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #D02;
  }
  a:hover {
    text-decoration: none;
    color: rgb(255, 17, 53.6153846154);
  }
  a:hover img {
    opacity: 0.8;
  }
  .clear {
    clear: both;
  }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .display {
    width: 1120px;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
  }
  ul, ol {
    list-style: none;
  }
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=submit],
  input[type=button],
  select,
  textarea {
    outline: none;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1119px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=submit],
  input[type=button],
  select,
  textarea {
    -webkit-appearance: none;
  }
}
@media screen and (max-width: 1119px) {
  * {
    margin: 0;
    padding: 0;
  }
  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    -webkit-text-size-adjust: none;
  }
  body {
    color: #3f3a39;
    background: #FFF;
    font-size: 1rem;
    line-height: 1.8;
    font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.024em;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
  }
  img {
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
  }
  i, strong {
    font-style: normal;
  }
  a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #D02;
  }
  a:hover {
    text-decoration: none;
    color: rgb(255, 17, 53.6153846154);
  }
  a:hover img {
    opacity: 0.8;
  }
  .clear {
    clear: both;
  }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .display {
    width: auto;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
  }
  ul, ol {
    list-style: none;
  }
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=submit],
  input[type=button],
  select,
  textarea {
    outline: none;
  }
}
@media screen and (max-width: 1119px) and (max-width: 1119px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=submit],
  input[type=button],
  select,
  textarea {
    -webkit-appearance: none;
  }
}
@media screen and (max-width: 640px) {
  * {
    margin: 0;
    padding: 0;
  }
  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  html {
    -webkit-text-size-adjust: none;
  }
  body {
    color: #3f3a39;
    background: #FFF;
    font-size: 1rem;
    line-height: 1.8;
    font-family: "Roboto", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.024em;
  }
  h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
  }
  img {
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
  }
  i, strong {
    font-style: normal;
  }
  a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #D02;
  }
  a:hover {
    text-decoration: none;
    color: rgb(255, 17, 53.6153846154);
  }
  a:hover img {
    opacity: 0.8;
  }
  .clear {
    clear: both;
  }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
  .display {
    width: auto;
    padding: 0 32px;
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
  }
  ul, ol {
    list-style: none;
  }
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=submit],
  input[type=button],
  select,
  textarea {
    outline: none;
  }
}
@media screen and (max-width: 640px) and (max-width: 1119px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=password],
  input[type=submit],
  input[type=button],
  select,
  textarea {
    -webkit-appearance: none;
  }
}
.site-index .fv {
  width: 100%;
  height: 100%;
  min-height: 720px;
  background-image: url(../../images/index/fvbg_2x.png);
  background-repeat: repeat;
  background-size: 32px;
  background-position: 0 0;
  position: fixed;
  z-index: 1;
  animation: bg 600ms linear infinite;
}
@media screen and (max-width: 640px) {
  .site-index .fv {
    min-height: 300px;
  }
}
@keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -32px -32px;
  }
}
.site-index .fv__box {
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f6f5ee url(../../images/index/fv_efe.png) no-repeat 50% 0/124px;
  padding: 40px;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .site-index .fv__box {
    width: calc(100% - 56px);
    height: calc(100% - 56px);
    background-size: 62px;
  }
}
.site-index .fv__box:before, .site-index .fv__box:after {
  content: "";
  width: calc(560px + 2vmin);
  height: calc(210px + 2vmin);
  position: absolute;
  top: 25%;
  left: -80px;
  background: url(../../images/index/fv_cloud.png) no-repeat 0 0/contain;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .site-index .fv__box:before, .site-index .fv__box:after {
    width: calc(240px + 2vmin);
    height: calc(90px + 2vmin);
  }
}
.site-index .fv__box:after {
  top: auto;
  bottom: 25%;
  left: auto;
  right: -160px;
  transform: rotateY(180deg);
}
.site-index .fv__box__logo {
  position: absolute;
  top: calc(50% - 80px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  opacity: 0;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .site-index .fv__box__logo {
    width: 72%;
    top: calc(50% - 56px);
  }
}
.site-index .fv__box__logo._active {
  animation: logoview 600ms 600ms cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
@keyframes logoview {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.4);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
.site-index .fv__box__logo img {
  width: 100%;
}
.site-index .fv__box__under {
  position: absolute;
  bottom: 56px;
  left: 50%;
  transform: translateX(-50%);
  width: 480px;
  opacity: 0;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .site-index .fv__box__under {
    width: 88%;
    bottom: 80px;
  }
}
.site-index .fv__box__under._active {
  animation: textview 800ms 600ms cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
@keyframes textview {
  0% {
    opacity: 0;
    transform: translate(-50%, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
.site-index .fv__box__under img {
  width: 100%;
}
.site-index .fv__box__frm {
  width: calc(54px + 4vmin);
  height: calc(54px + 4vmin);
  background: url(../../images/index/fv_frm.png) no-repeat 0 0/cover;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .site-index .fv__box__frm {
    top: 10px;
    left: 10px;
    width: calc(24px + 4vmin);
    height: calc(24px + 4vmin);
  }
}
.site-index .fv__box__frm.pos2 {
  left: auto;
  right: 24px;
  transform: rotateY(180deg);
}
@media screen and (max-width: 640px) {
  .site-index .fv__box__frm.pos2 {
    right: 10px;
  }
}
.site-index .fv__box__frm.pos3 {
  top: auto;
  bottom: 24px;
  transform: rotate(180deg) rotateY(180deg);
}
@media screen and (max-width: 640px) {
  .site-index .fv__box__frm.pos3 {
    bottom: 10px;
  }
}
.site-index .fv__box__frm.pos4 {
  top: auto;
  bottom: 24px;
  left: auto;
  right: 24px;
  transform: rotate(180deg);
}
@media screen and (max-width: 640px) {
  .site-index .fv__box__frm.pos4 {
    bottom: 10px;
    right: 10px;
  }
}
.site-index .first {
  background: url(../../images/index/sun_bg.png) no-repeat center bottom/cover;
}
.site-index .first h1 {
  font-size: 1.88rem;
  line-height: 1.66;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .site-index .first h1 {
    font-size: 1.2rem;
  }
}
.site-index .first h1 span {
  display: inline-block;
  margin: 0 4px;
  animation: heart 800ms infinite cubic-bezier(0.65, 0, 0.35, 1);
}
@keyframes heart {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.24);
  }
}
.site-index .first h1:before {
  content: attr(data-eng);
  display: block;
  color: #ea5413;
  font-size: 0.8rem;
  letter-spacing: 0.48em;
  margin: 0 0 8px;
}
.site-index .first .context {
  font-size: 1.04rem;
  text-align: center;
  margin: 56px 0 0;
  color: #FFF;
  background: #3f3a39;
  padding: 24px 0;
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-index .first .context {
    font-size: 0.96rem;
    padding: 20px;
    padding-top: 40px;
    text-align: justify;
  }
}
.site-index .first .context dt {
  background: #f39800;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 6px 64px;
}
.site-index .first__efe {
  width: 62.4px;
  height: 118.56px;
  background: url(../../images/index/squere_item.png) no-repeat 0 0/contain;
  position: absolute;
  top: 50%;
  left: 16px;
}
@media screen and (max-width: 1119px) {
  .site-index .first__efe {
    left: 40px;
  }
}
@media screen and (max-width: 640px) {
  .site-index .first__efe {
    display: none;
  }
}
.site-index .first__efe.pos2 {
  left: auto;
  right: 16px;
}
@media screen and (max-width: 1119px) {
  .site-index .first__efe.pos2 {
    right: 40px;
  }
}
.site-index .second {
  background-image: url(../../images/index/fvsc_2x.png);
  background-repeat: repeat;
  background-size: 32px;
  background-position: 0 0;
  z-index: 1;
  position: relative;
  animation: bg 600ms linear infinite;
}
.site-index .second:before {
  content: "";
  width: 2px;
  height: 72px;
  background: #ea5413;
  position: absolute;
  top: -36px;
  left: 50%;
  border-radius: 999px;
  animation: line 1600ms cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@keyframes line {
  0%, 100% {
    height: 72px;
    top: -36px;
  }
  50% {
    height: 0;
    top: 36px;
  }
  51% {
    height: 0;
    top: -36px;
  }
}
@keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -32px -32px;
  }
}
.site-index .second .context {
  font-size: 1.04rem;
  text-align: center;
  background: #FFF;
  padding: 40px 48px;
  position: relative;
  box-shadow: 0 0 32px rgba(63, 58, 57, 0.04);
}
.site-index .second .context.mt {
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  .site-index .second .context {
    padding: 28px;
  }
}
.site-index .second .context:before {
  content: "";
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  position: absolute;
  top: 12px;
  left: 12px;
  border: #3f3a39 2px dotted;
}
@media screen and (max-width: 640px) {
  .site-index .second .context:before {
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
}
.site-index .second .context dt {
  font-size: 1.44rem;
  font-weight: 700;
  margin: 0 0 20px;
  background: url(../../images/index/circle_efe.png) no-repeat top center/32px;
  padding: 16px 0 0;
}
@media screen and (max-width: 640px) {
  .site-index .second .context dt {
    font-size: 1.24rem;
    margin: 0 0 8px;
  }
}
.site-index .second .context dd {
  margin: 24px 0 0;
}
.site-index .second .context dd span {
  font-weight: 700;
}
.site-index .second .context dd strong {
  font-size: 1.66rem;
  line-height: 1;
  color: #ea5413;
}
.site-index .second .context dd:first-of-type {
  margin-top: 0;
}
.site-index .third {
  background: #FFF;
  position: relative;
  z-index: 2;
}
.site-index .third .entrylist {
  margin-top: 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .site-index .third .entrylist {
    display: block;
  }
}
.site-index .third .entrylist._active li {
  opacity: 1;
  transform: translateY(0);
}
.site-index .third .entrylist li {
  width: 50%;
  font-size: 1.04rem;
  margin: 0 0 16px;
  padding: 0 0 16px;
  padding-left: 36px;
  border-bottom: #3f3a39 1px dashed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  transform: translateY(10px);
  opacity: 0;
  transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition-property: transform, opacity;
}
.site-index .third .entrylist li:nth-child(1) {
  transition-delay: 80ms;
}
.site-index .third .entrylist li:nth-child(2) {
  transition-delay: 160ms;
}
.site-index .third .entrylist li:nth-child(3) {
  transition-delay: 240ms;
}
.site-index .third .entrylist li:nth-child(4) {
  transition-delay: 320ms;
}
.site-index .third .entrylist li:nth-child(5) {
  transition-delay: 400ms;
}
.site-index .third .entrylist li:nth-child(6) {
  transition-delay: 480ms;
}
.site-index .third .entrylist li:nth-child(7) {
  transition-delay: 560ms;
}
.site-index .third .entrylist li:nth-child(8) {
  transition-delay: 640ms;
}
.site-index .third .entrylist li:nth-child(9) {
  transition-delay: 720ms;
}
.site-index .third .entrylist li:nth-child(10) {
  transition-delay: 800ms;
}
.site-index .third .entrylist li:before {
  color: #ea5413;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.32rem;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  transform: translateY(-50%);
}
.site-index .third .entrylist li.wide {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .site-index .third .entrylist li {
    width: auto;
  }
}
.site-index .third .entrylist li small {
  width: 100%;
  font-size: 0.88rem;
  display: block;
}
.site-index .third .flow {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  margin-top: 48px;
}
.site-index .third .flow._active li {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 640px) {
  .site-index .third .flow {
    display: block;
  }
}
.site-index .third .flow li {
  width: 15%;
  padding: 16px;
  background: #f6f5ee;
  text-align: center;
  transform: translateY(10px);
  opacity: 0;
  transition: all 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition-property: transform, opacity;
  position: relative;
}
.site-index .third .flow li:nth-child(1) {
  transition-delay: 80ms;
}
.site-index .third .flow li:nth-child(2) {
  transition-delay: 160ms;
}
.site-index .third .flow li:nth-child(3) {
  transition-delay: 240ms;
}
.site-index .third .flow li:nth-child(4) {
  transition-delay: 320ms;
}
.site-index .third .flow li:nth-child(5) {
  transition-delay: 400ms;
}
.site-index .third .flow li:nth-child(6) {
  transition-delay: 480ms;
}
.site-index .third .flow li:nth-child(7) {
  transition-delay: 560ms;
}
.site-index .third .flow li:nth-child(8) {
  transition-delay: 640ms;
}
.site-index .third .flow li:nth-child(9) {
  transition-delay: 720ms;
}
.site-index .third .flow li:nth-child(10) {
  transition-delay: 800ms;
}
.site-index .third .flow li:first-child {
  width: 30%;
}
@media screen and (max-width: 640px) {
  .site-index .third .flow li:first-child {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .site-index .third .flow li {
    width: auto;
    margin: 0 0 15px;
    text-align: left;
    padding-left: 56px;
  }
  .site-index .third .flow li:last-child {
    margin: 0;
  }
}
.site-index .third .flow li:nth-child(1):before {
  content: "1";
}
.site-index .third .flow li:nth-child(2):before {
  content: "2";
}
.site-index .third .flow li:nth-child(3):before {
  content: "3";
}
.site-index .third .flow li:nth-child(4):before {
  content: "4";
}
.site-index .third .flow li:nth-child(5):before {
  content: "5";
}
.site-index .third .flow li:before {
  width: 24px;
  height: 24px;
  position: absolute;
  top: -6px;
  left: -6px;
  background: #f39800;
  color: #FFF;
  font-size: 0.8rem;
  border-radius: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .site-index .third .flow li:before {
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }
}
.site-index .third .flow li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #f6f5ee;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 640px) {
  .site-index .third .flow li:after {
    display: none;
  }
}
.site-index .third .flow li.large {
  width: 25%;
}
@media screen and (max-width: 640px) {
  .site-index .third .flow li.large {
    width: auto;
  }
}
.site-index .third .flow li:last-child:after {
  display: none;
}
.site-index .third .under {
  font-size: 0.92rem;
  margin: 24px 0 0;
}
.site-index .third .succ {
  border: #f6f5ee 8px solid;
  padding: 32px;
  margin-top: 32px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-index .third .succ {
    padding: 24px;
  }
}
.site-index .third .succ.c2 {
  border-color: #3f3a39;
  background: #3f3a39;
  color: #FFF;
  position: relative;
  padding: 16px;
}
.site-index .third .succ.c2:before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: #FFF 1px dashed;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .site-index .third .succ.c2 dd {
    font-size: 0.82rem;
  }
}
.site-index .third .succ dt {
  font-size: 1.88rem;
  font-weight: 700;
  margin: 0 0 12px;
  background: url(../../images/index/circle_efe.png) no-repeat top center/32px;
  padding: 16px 0 0;
}
@media screen and (max-width: 640px) {
  .site-index .third .succ dt {
    font-size: 1.32rem;
  }
}
@media screen and (max-width: 640px) {
  .site-index .third .succ dd {
    text-align: justify;
    font-size: 0.92rem;
  }
}
.site-index .third .question {
  margin-top: 40px;
}
.site-index .third .question li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  margin: 0 0 40px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-index .third .question li {
    margin: 0 0 32px;
    display: block;
  }
}
.site-index .third .question li:before {
  content: "";
  width: calc(100% - 400px - 40px);
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #eaeaea;
}
.site-index .third .question li:nth-child(even):before {
  right: auto;
  left: 0;
}
.site-index .third .question li:nth-child(even) figure {
  order: 2;
}
.site-index .third .question li:nth-child(even) dl {
  order: 1;
  padding: 0 40px 0 0;
}
@media screen and (max-width: 640px) {
  .site-index .third .question li:nth-child(even) dl {
    padding: 16px 0 0;
  }
}
.site-index .third .question li:last-child {
  margin: 0;
}
.site-index .third .question li figure {
  width: 400px;
}
@media screen and (max-width: 640px) {
  .site-index .third .question li figure {
    width: auto;
  }
}
.site-index .third .question li figure img {
  width: 100%;
}
.site-index .third .question li dl {
  width: calc(100% - 400px);
  padding: 0 0 0 40px;
}
@media screen and (max-width: 640px) {
  .site-index .third .question li dl {
    width: auto;
    padding: 16px 0 0;
  }
}
.site-index .third .question li dl dt {
  font-size: 1.24rem;
  font-weight: 700;
  margin: 0 0 8px;
  padding: 0 0 0 40px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-index .third .question li dl dt {
    font-size: 1.04rem;
  }
}
.site-index .third .question li dl dt:before {
  content: "Q";
  font-size: 0.92rem;
  font-weight: 400;
  line-height: 1;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: #ea5413;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.site-index .third .question li dl dd {
  font-size: 1.04rem;
  line-height: 1.66;
}
@media screen and (max-width: 640px) {
  .site-index .third .question li dl dd {
    font-size: 0.92rem;
    text-align: justify;
  }
}
.site-index .entry {
  text-align: center;
}
.site-index .entry__list {
  background: #f6f5ee;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .site-index .entry__list {
    padding: 8px;
  }
}
.site-index .entry__list li {
  padding: 16px 20px;
  background: #FFF;
  margin: 0 0 4px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .site-index .entry__list li {
    padding: 16px;
    margin: 0 0 8px;
  }
}
.site-index .entry__list li:last-child {
  margin: 0;
}
.site-index .entry__list li dl dt {
  color: #ea5413;
}
.site-index .entry__list li dl dd {
  margin: 8px 0 0;
}
.site-index .entry__contact {
  text-align: center;
  margin: 40px 0 0;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .site-index .entry__contact {
    margin: 24px 0 0;
  }
}
.site-index .entry__contact dt {
  font-size: 1.32rem;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .site-index .entry__contact dt {
    font-size: 1.08rem;
  }
}
.site-index .entry__contact dd {
  margin: 24px 0 0;
}
.site-index .entry__contact dd a {
  display: inline-block;
  background: #ea5413;
  border: #ea5413 2px solid;
  border-radius: 999px;
  color: #FFF;
  font-size: 1.32rem;
  padding: 10px 80px;
  transition: all 200ms cubic-bezier(0.65, 0, 0.35, 1);
}
.site-index .entry__contact dd a:hover {
  background: #FFF;
  color: #ea5413;
  transform: scale(1.04);
  box-shadow: 0 0 16px rgba(234, 84, 19, 0.08);
}
@media screen and (max-width: 640px) {
  .site-index .entry__contact dd a {
    font-size: 1.24rem;
    padding: 12px 0;
    display: block;
  }
}
.site-index .cospanic {
  padding: 96px 0 180px;
}
@media screen and (max-width: 640px) {
  .site-index .cospanic {
    padding: 40px 0 120px;
  }
}
.site-index .cospanic__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-index .cospanic__ttl {
    font-size: 1.24rem;
    line-height: 1.66;
  }
}
.site-index .cospanic__ttl:before {
  content: attr(data-eng);
  font-size: 0.8rem;
  display: block;
  letter-spacing: 0.24em;
  color: #ea5413;
}
.site-index .cospanic__context {
  font-size: 1.12rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .site-index .cospanic__context {
    font-size: 0.88rem;
    margin: 0 16px;
  }
}
.site-index .cospanic dl {
  text-align: center;
  padding: 1.6rem;
  background: #f6f5ee;
  margin: 1rem 0 0;
}
.site-index .cospanic dl dt {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .site-index .cospanic dl dt {
    font-size: 1.2rem;
  }
}
.site-index .cospanic dl dd {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .site-index .cospanic dl dd {
    width: auto;
    font-size: 0.92rem;
  }
}
.site-index .cospanic__clum {
  margin: 48px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-index .cospanic__clum {
    margin: 24px 0 0;
    display: block;
  }
}
.site-index .cospanic__clum > * {
  position: relative;
  z-index: 2;
}
.site-index .cospanic__clum__pic {
  width: 380px;
  padding: 32px 64px;
  background: #FFF;
  border: #eaeaea 1px solid;
}
@media screen and (max-width: 640px) {
  .site-index .cospanic__clum__pic {
    width: auto;
  }
}
.site-index .cospanic__clum__pic img {
  width: 100%;
}
.site-index .cospanic__clum__data {
  width: calc(100% - 380px);
  padding: 0 0 0 48px;
}
@media screen and (max-width: 640px) {
  .site-index .cospanic__clum__data {
    width: auto;
    padding: 24px 0 0;
  }
}
.site-index .cospanic__clum__data dt {
  font-size: 1.32rem;
  font-weight: 700;
  margin: 0 0 12px;
}
@media screen and (max-width: 640px) {
  .site-index .cospanic__clum__data dt {
    font-size: 1.12rem;
  }
}
.site-index .cospanic__clum__data p {
  margin: 0 0 1rem;
}
.site-index .cospanic__clum__data p strong {
  color: #ea5413;
}
.site-index .cospanic__clum__data p:last-of-type {
  margin: 0;
}
.site-index .cospanic .nextset {
  padding: 48px 0 0;
  border-top: #3f3a39 1px dashed;
  align-items: stretch;
}
.site-index .cospanic .nextset__pic {
  width: 500px;
  padding: 0;
  border: none;
  order: 2;
  border: #eaeaea 1px solid;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .site-index .cospanic .nextset__pic {
    padding: 2.4rem 0;
  }
}
.site-index .cospanic .nextset__pic img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  object-position: center center;
  transform: translateY(-8%);
}
@media screen and (max-width: 640px) {
  .site-index .cospanic .nextset__pic {
    width: auto;
  }
}
.site-index .cospanic .nextset__data {
  width: calc(100% - 500px);
  order: 1;
  padding: 0 48px 0 0;
}
@media screen and (max-width: 640px) {
  .site-index .cospanic .nextset__data {
    width: auto;
    padding: 24px 0 0;
  }
}

.site-module img {
  max-width: 100%;
  height: auto;
}
.site-module .col-orange {
  color: #ea5413;
}
.site-module .col-blue {
  color: #26a7e1;
}
.site-module .col-yellow {
  color: #f39800;
}
.site-module .smallttl {
  border: #3f3a39 3px solid;
  font-size: 1.88rem;
  padding: 14px 32px;
  text-align: center;
  font-weight: 700;
  margin: 0 auto 24px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-module .smallttl {
    font-size: 1.24rem;
    padding: 10px 16px;
  }
}
.site-module .smallttl:before {
  content: "";
  border: #3f3a39 1px solid;
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
.site-module .smallttl:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #3f3a39 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}

.pa-t-1 {
  padding-top: calc(2vh * 1 + 16px);
}
@media screen and (max-width: 1119px) {
  .pa-t-1 {
    padding-top: calc(1.6vh * 1 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .pa-t-1 {
    padding-top: calc(1.4vmin * 1 + 16px);
  }
}

.pa-b-1 {
  padding-bottom: calc(2vh * 1 + 16px);
}
@media screen and (max-width: 1119px) {
  .pa-b-1 {
    padding-bottom: calc(1.6vh * 1 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .pa-b-1 {
    padding-bottom: calc(1.4vmin * 1 + 16px);
  }
}

.pa-l-1 {
  padding-left: 8px;
}

.pa-r-1 {
  padding-right: 8px;
}

.ma-t-1 {
  margin-top: calc(2vh * 1 + 16px);
}
@media screen and (max-width: 1119px) {
  .ma-t-1 {
    margin-top: calc(1.6vh * 1 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .ma-t-1 {
    margin-top: calc(1.4vmin * 1 + 16px);
  }
}

.ma-b-1 {
  margin-bottom: calc(2vh * 1 + 16px);
}
@media screen and (max-width: 1119px) {
  .ma-b-1 {
    margin-bottom: calc(1.6vh * 1 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .ma-b-1 {
    margin-bottom: calc(1.4vmin * 1 + 16px);
  }
}

.ma-l-1 {
  margin-left: 8px;
}

.ma-r-1 {
  margin-right: 8px;
}

.pa-t-2 {
  padding-top: calc(2vh * 2 + 16px);
}
@media screen and (max-width: 1119px) {
  .pa-t-2 {
    padding-top: calc(1.6vh * 2 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .pa-t-2 {
    padding-top: calc(1.4vmin * 2 + 16px);
  }
}

.pa-b-2 {
  padding-bottom: calc(2vh * 2 + 16px);
}
@media screen and (max-width: 1119px) {
  .pa-b-2 {
    padding-bottom: calc(1.6vh * 2 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .pa-b-2 {
    padding-bottom: calc(1.4vmin * 2 + 16px);
  }
}

.pa-l-2 {
  padding-left: 16px;
}

.pa-r-2 {
  padding-right: 16px;
}

.ma-t-2 {
  margin-top: calc(2vh * 2 + 16px);
}
@media screen and (max-width: 1119px) {
  .ma-t-2 {
    margin-top: calc(1.6vh * 2 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .ma-t-2 {
    margin-top: calc(1.4vmin * 2 + 16px);
  }
}

.ma-b-2 {
  margin-bottom: calc(2vh * 2 + 16px);
}
@media screen and (max-width: 1119px) {
  .ma-b-2 {
    margin-bottom: calc(1.6vh * 2 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .ma-b-2 {
    margin-bottom: calc(1.4vmin * 2 + 16px);
  }
}

.ma-l-2 {
  margin-left: 16px;
}

.ma-r-2 {
  margin-right: 16px;
}

.pa-t-3 {
  padding-top: calc(2vh * 3 + 16px);
}
@media screen and (max-width: 1119px) {
  .pa-t-3 {
    padding-top: calc(1.6vh * 3 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .pa-t-3 {
    padding-top: calc(1.4vmin * 3 + 16px);
  }
}

.pa-b-3 {
  padding-bottom: calc(2vh * 3 + 16px);
}
@media screen and (max-width: 1119px) {
  .pa-b-3 {
    padding-bottom: calc(1.6vh * 3 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .pa-b-3 {
    padding-bottom: calc(1.4vmin * 3 + 16px);
  }
}

.pa-l-3 {
  padding-left: 24px;
}

.pa-r-3 {
  padding-right: 24px;
}

.ma-t-3 {
  margin-top: calc(2vh * 3 + 16px);
}
@media screen and (max-width: 1119px) {
  .ma-t-3 {
    margin-top: calc(1.6vh * 3 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .ma-t-3 {
    margin-top: calc(1.4vmin * 3 + 16px);
  }
}

.ma-b-3 {
  margin-bottom: calc(2vh * 3 + 16px);
}
@media screen and (max-width: 1119px) {
  .ma-b-3 {
    margin-bottom: calc(1.6vh * 3 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .ma-b-3 {
    margin-bottom: calc(1.4vmin * 3 + 16px);
  }
}

.ma-l-3 {
  margin-left: 24px;
}

.ma-r-3 {
  margin-right: 24px;
}

.pa-t-4 {
  padding-top: calc(2vh * 4 + 16px);
}
@media screen and (max-width: 1119px) {
  .pa-t-4 {
    padding-top: calc(1.6vh * 4 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .pa-t-4 {
    padding-top: calc(1.4vmin * 4 + 16px);
  }
}

.pa-b-4 {
  padding-bottom: calc(2vh * 4 + 16px);
}
@media screen and (max-width: 1119px) {
  .pa-b-4 {
    padding-bottom: calc(1.6vh * 4 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .pa-b-4 {
    padding-bottom: calc(1.4vmin * 4 + 16px);
  }
}

.pa-l-4 {
  padding-left: 32px;
}

.pa-r-4 {
  padding-right: 32px;
}

.ma-t-4 {
  margin-top: calc(2vh * 4 + 16px);
}
@media screen and (max-width: 1119px) {
  .ma-t-4 {
    margin-top: calc(1.6vh * 4 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .ma-t-4 {
    margin-top: calc(1.4vmin * 4 + 16px);
  }
}

.ma-b-4 {
  margin-bottom: calc(2vh * 4 + 16px);
}
@media screen and (max-width: 1119px) {
  .ma-b-4 {
    margin-bottom: calc(1.6vh * 4 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .ma-b-4 {
    margin-bottom: calc(1.4vmin * 4 + 16px);
  }
}

.ma-l-4 {
  margin-left: 32px;
}

.ma-r-4 {
  margin-right: 32px;
}

.pa-t-5 {
  padding-top: calc(2vh * 5 + 16px);
}
@media screen and (max-width: 1119px) {
  .pa-t-5 {
    padding-top: calc(1.6vh * 5 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .pa-t-5 {
    padding-top: calc(1.4vmin * 5 + 16px);
  }
}

.pa-b-5 {
  padding-bottom: calc(2vh * 5 + 16px);
}
@media screen and (max-width: 1119px) {
  .pa-b-5 {
    padding-bottom: calc(1.6vh * 5 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .pa-b-5 {
    padding-bottom: calc(1.4vmin * 5 + 16px);
  }
}

.pa-l-5 {
  padding-left: 40px;
}

.pa-r-5 {
  padding-right: 40px;
}

.ma-t-5 {
  margin-top: calc(2vh * 5 + 16px);
}
@media screen and (max-width: 1119px) {
  .ma-t-5 {
    margin-top: calc(1.6vh * 5 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .ma-t-5 {
    margin-top: calc(1.4vmin * 5 + 16px);
  }
}

.ma-b-5 {
  margin-bottom: calc(2vh * 5 + 16px);
}
@media screen and (max-width: 1119px) {
  .ma-b-5 {
    margin-bottom: calc(1.6vh * 5 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .ma-b-5 {
    margin-bottom: calc(1.4vmin * 5 + 16px);
  }
}

.ma-l-5 {
  margin-left: 40px;
}

.ma-r-5 {
  margin-right: 40px;
}

.pa-t-6 {
  padding-top: calc(2vh * 6 + 16px);
}
@media screen and (max-width: 1119px) {
  .pa-t-6 {
    padding-top: calc(1.6vh * 6 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .pa-t-6 {
    padding-top: calc(1.4vmin * 6 + 16px);
  }
}

.pa-b-6 {
  padding-bottom: calc(2vh * 6 + 16px);
}
@media screen and (max-width: 1119px) {
  .pa-b-6 {
    padding-bottom: calc(1.6vh * 6 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .pa-b-6 {
    padding-bottom: calc(1.4vmin * 6 + 16px);
  }
}

.pa-l-6 {
  padding-left: 48px;
}

.pa-r-6 {
  padding-right: 48px;
}

.ma-t-6 {
  margin-top: calc(2vh * 6 + 16px);
}
@media screen and (max-width: 1119px) {
  .ma-t-6 {
    margin-top: calc(1.6vh * 6 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .ma-t-6 {
    margin-top: calc(1.4vmin * 6 + 16px);
  }
}

.ma-b-6 {
  margin-bottom: calc(2vh * 6 + 16px);
}
@media screen and (max-width: 1119px) {
  .ma-b-6 {
    margin-bottom: calc(1.6vh * 6 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .ma-b-6 {
    margin-bottom: calc(1.4vmin * 6 + 16px);
  }
}

.ma-l-6 {
  margin-left: 48px;
}

.ma-r-6 {
  margin-right: 48px;
}

.pa-t-7 {
  padding-top: calc(2vh * 7 + 16px);
}
@media screen and (max-width: 1119px) {
  .pa-t-7 {
    padding-top: calc(1.6vh * 7 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .pa-t-7 {
    padding-top: calc(1.4vmin * 7 + 16px);
  }
}

.pa-b-7 {
  padding-bottom: calc(2vh * 7 + 16px);
}
@media screen and (max-width: 1119px) {
  .pa-b-7 {
    padding-bottom: calc(1.6vh * 7 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .pa-b-7 {
    padding-bottom: calc(1.4vmin * 7 + 16px);
  }
}

.pa-l-7 {
  padding-left: 56px;
}

.pa-r-7 {
  padding-right: 56px;
}

.ma-t-7 {
  margin-top: calc(2vh * 7 + 16px);
}
@media screen and (max-width: 1119px) {
  .ma-t-7 {
    margin-top: calc(1.6vh * 7 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .ma-t-7 {
    margin-top: calc(1.4vmin * 7 + 16px);
  }
}

.ma-b-7 {
  margin-bottom: calc(2vh * 7 + 16px);
}
@media screen and (max-width: 1119px) {
  .ma-b-7 {
    margin-bottom: calc(1.6vh * 7 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .ma-b-7 {
    margin-bottom: calc(1.4vmin * 7 + 16px);
  }
}

.ma-l-7 {
  margin-left: 56px;
}

.ma-r-7 {
  margin-right: 56px;
}

.pa-t-8 {
  padding-top: calc(2vh * 8 + 16px);
}
@media screen and (max-width: 1119px) {
  .pa-t-8 {
    padding-top: calc(1.6vh * 8 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .pa-t-8 {
    padding-top: calc(1.4vmin * 8 + 16px);
  }
}

.pa-b-8 {
  padding-bottom: calc(2vh * 8 + 16px);
}
@media screen and (max-width: 1119px) {
  .pa-b-8 {
    padding-bottom: calc(1.6vh * 8 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .pa-b-8 {
    padding-bottom: calc(1.4vmin * 8 + 16px);
  }
}

.pa-l-8 {
  padding-left: 64px;
}

.pa-r-8 {
  padding-right: 64px;
}

.ma-t-8 {
  margin-top: calc(2vh * 8 + 16px);
}
@media screen and (max-width: 1119px) {
  .ma-t-8 {
    margin-top: calc(1.6vh * 8 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .ma-t-8 {
    margin-top: calc(1.4vmin * 8 + 16px);
  }
}

.ma-b-8 {
  margin-bottom: calc(2vh * 8 + 16px);
}
@media screen and (max-width: 1119px) {
  .ma-b-8 {
    margin-bottom: calc(1.6vh * 8 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .ma-b-8 {
    margin-bottom: calc(1.4vmin * 8 + 16px);
  }
}

.ma-l-8 {
  margin-left: 64px;
}

.ma-r-8 {
  margin-right: 64px;
}

.pa-t-9 {
  padding-top: calc(2vh * 9 + 16px);
}
@media screen and (max-width: 1119px) {
  .pa-t-9 {
    padding-top: calc(1.6vh * 9 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .pa-t-9 {
    padding-top: calc(1.4vmin * 9 + 16px);
  }
}

.pa-b-9 {
  padding-bottom: calc(2vh * 9 + 16px);
}
@media screen and (max-width: 1119px) {
  .pa-b-9 {
    padding-bottom: calc(1.6vh * 9 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .pa-b-9 {
    padding-bottom: calc(1.4vmin * 9 + 16px);
  }
}

.pa-l-9 {
  padding-left: 72px;
}

.pa-r-9 {
  padding-right: 72px;
}

.ma-t-9 {
  margin-top: calc(2vh * 9 + 16px);
}
@media screen and (max-width: 1119px) {
  .ma-t-9 {
    margin-top: calc(1.6vh * 9 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .ma-t-9 {
    margin-top: calc(1.4vmin * 9 + 16px);
  }
}

.ma-b-9 {
  margin-bottom: calc(2vh * 9 + 16px);
}
@media screen and (max-width: 1119px) {
  .ma-b-9 {
    margin-bottom: calc(1.6vh * 9 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .ma-b-9 {
    margin-bottom: calc(1.4vmin * 9 + 16px);
  }
}

.ma-l-9 {
  margin-left: 72px;
}

.ma-r-9 {
  margin-right: 72px;
}

.pa-t-10 {
  padding-top: calc(2vh * 10 + 16px);
}
@media screen and (max-width: 1119px) {
  .pa-t-10 {
    padding-top: calc(1.6vh * 10 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .pa-t-10 {
    padding-top: calc(1.4vmin * 10 + 16px);
  }
}

.pa-b-10 {
  padding-bottom: calc(2vh * 10 + 16px);
}
@media screen and (max-width: 1119px) {
  .pa-b-10 {
    padding-bottom: calc(1.6vh * 10 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .pa-b-10 {
    padding-bottom: calc(1.4vmin * 10 + 16px);
  }
}

.pa-l-10 {
  padding-left: 80px;
}

.pa-r-10 {
  padding-right: 80px;
}

.ma-t-10 {
  margin-top: calc(2vh * 10 + 16px);
}
@media screen and (max-width: 1119px) {
  .ma-t-10 {
    margin-top: calc(1.6vh * 10 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .ma-t-10 {
    margin-top: calc(1.4vmin * 10 + 16px);
  }
}

.ma-b-10 {
  margin-bottom: calc(2vh * 10 + 16px);
}
@media screen and (max-width: 1119px) {
  .ma-b-10 {
    margin-bottom: calc(1.6vh * 10 + 12px);
  }
}
@media screen and (max-width: 640px) {
  .ma-b-10 {
    margin-bottom: calc(1.4vmin * 10 + 16px);
  }
}

.ma-l-10 {
  margin-left: 80px;
}

.ma-r-10 {
  margin-right: 80px;
}

.scroll-anime {
  opacity: 0;
  transform: translateY(24px) scale(0.96);
  transition: opacity 800ms cubic-bezier(0.65, 0, 0.35, 1), transform 800ms cubic-bezier(0.65, 0, 0.35, 1);
}
.scroll-anime._active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.container {
  padding: 100vh 0 0;
  position: relative;
  z-index: 3;
}
.container__bg {
  background: #FFF;
}

#frame {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: #3f3a39 12px solid;
  z-index: 9998;
  pointer-events: none;
}
@media screen and (max-width: 1119px) {
  #frame {
    border-width: 10px;
  }
}
@media screen and (max-width: 640px) {
  #frame {
    border-width: 8px;
  }
}
#frame:before {
  content: "";
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border: #3f3a39 2px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1119px) {
  #frame:before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 640px) {
  #frame:before {
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
}

#texture {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
  background: url(../../images/index/bg_tex_2x.png) repeat 0 0/256px;
  mix-blend-mode: color-burn;
}

#bottomfix {
  position: fixed;
  left: 12px;
  bottom: 12px;
  width: calc(100% - 24px);
  z-index: 9998;
  padding: 16px 0 4px;
  background: #3f3a39;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -o-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  justify-content: center;
  transform: translateY(100%);
  pointer-events: none;
  transition: transform 400ms;
}
@media screen and (max-width: 1119px) {
  #bottomfix {
    width: calc(100% - 20px);
    left: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  #bottomfix {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 8px;
    padding: 16px 4px 4px;
    justify-content: space-between;
  }
}
#bottomfix.active {
  transform: translateY(0);
  pointer-events: auto;
  box-shadow: 0 0 32px rgba(63, 58, 57, 0.12);
}
#bottomfix.active a {
  transform: scale(0);
  animation: vs 400ms 300ms cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
#bottomfix.active a:nth-of-type(1) {
  animation-delay: 420ms;
}
#bottomfix.active a:nth-of-type(2) {
  animation-delay: 540ms;
}
#bottomfix.active a:nth-of-type(3) {
  animation-delay: 660ms;
}
@keyframes vs {
  0% {
    opacity: 1;
    transform: scale(0.4);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#bottomfix a {
  display: block;
  width: 280px;
  margin: 0 16px 0 0;
  text-align: center;
  font-size: 16px;
  padding: 13px 0;
  background: #FFF;
  color: #FFF;
  font-weight: 700;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  #bottomfix a {
    width: calc(50% - 4px);
    margin: 0;
    padding: 12px 0;
    font-size: 1rem;
  }
}
#bottomfix a.web {
  background: #ea5413;
}
#bottomfix a.line {
  background: #00b900;
}
#bottomfix a.line span {
  display: inline-block;
  background: url(../../images/common/line_icon.png) no-repeat left center/20px;
  padding: 0 0 0 28px;
}
#bottomfix a:hover {
  opacity: 0.88 !important;
}
#bottomfix a i {
  display: inline-block;
  margin: 0 8px 0 0;
}

#particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  mix-blend-mode: color-dodge;
  pointer-events: none;
}

/*# sourceMappingURL=style.css.map*/