/*!**********************************************************************************************************************************************************************!*\
  !*** 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: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

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

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 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: .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: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform; }

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

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

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

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

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 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: .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: 1200px) {
  * {
    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;
    overscroll-behavior-y: none; }
  body {
    color: #000;
    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: #e40c0f; }
    a:hover {
      text-decoration: none;
      color: #f42f32; }
      a:hover img {
        opacity: .8; }
  .clear {
    clear: both; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }
  .display {
    width: 1200px;
    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: 1200px) and (max-width: 1199px) {
    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: 1199px) {
  * {
    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;
    overscroll-behavior-y: none; }
  body {
    color: #000;
    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: #e40c0f; }
    a:hover {
      text-decoration: none;
      color: #f42f32; }
      a:hover img {
        opacity: .8; }
  .clear {
    clear: both; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }
  .display {
    width: auto;
    padding: 0 1rem;
    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: 1199px) and (max-width: 1199px) {
    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;
    overscroll-behavior-y: none; }
  body {
    color: #000;
    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: #e40c0f; }
    a:hover {
      text-decoration: none;
      color: #f42f32; }
      a:hover img {
        opacity: .8; }
  .clear {
    clear: both; }
  .clearfix:after {
    content: "";
    display: block;
    clear: both; }
  .display {
    width: auto;
    padding: 0 0.64rem;
    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: 1199px) {
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="password"],
    input[type="submit"],
    input[type="button"],
    select,
    textarea {
      -webkit-appearance: none; } }

#site-header {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 8vmax);
  max-width: 1400px;
  z-index: 1000; }
  @media screen and (max-width: 1199px) {
    #site-header {
      display: none; } }
  #site-header .inner {
    background: #FFF;
    border-radius: 999px;
    padding: 16px 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;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px #000;
    position: relative;
    z-index: 1; }
    #site-header .inner:before, #site-header .inner:after {
      content: '';
      width: 100px;
      height: 100px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #FFF;
      border-radius: 50%;
      box-shadow: 0 8px #000;
      z-index: -10; }
    #site-header .inner:after {
      border-radius: 0;
      box-shadow: none;
      height: 100%; }
  #site-header .spacer {
    height: 28px;
    pointer-events: none; }
  #site-header .logo {
    width: 92px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    #site-header .logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
      transform: scale(1.1) translateY(5%) rotate(26deg); }
  #site-header .gnavi ul {
    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-header .gnavi ul li {
      font-size: 1.08rem;
      margin: 0 32px 0 0;
      text-align: center; }
      #site-header .gnavi ul li:nth-child(3) {
        margin: 0 200px 0 0; }
      #site-header .gnavi ul li:last-child {
        margin: 0; }
      #site-header .gnavi ul li a {
        color: #000;
        display: block;
        padding: 4px 0; }
        #site-header .gnavi ul li a:hover {
          color: #e40c0f; }

.fixfoot {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.64);
  backdrop-filter: saturate(90%) blur(40px);
  padding: 1.2rem 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;
  justify-content: center;
  transform: translateY(110%);
  transition: transform 800ms cubic-bezier(0.65, 0, 0.35, 1); }
  @media screen and (max-width: 640px) {
    .fixfoot {
      justify-content: space-between;
      flex-wrap: nowrap;
      padding: .8rem 1.2rem; } }
  .fixfoot.active {
    transform: translateY(0); }
    .fixfoot.active a {
      transform: scale(1);
      opacity: 1; }
  .fixfoot a {
    font-size: 1.2rem;
    width: 280px;
    text-align: center;
    color: #FFF;
    background: #e40c0f;
    margin: 0 1rem 0 0;
    padding: .8rem 1.6rem;
    border-radius: 999px;
    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;
    box-shadow: 0 0.5rem 1rem rgba(228, 12, 15, 0.4);
    opacity: 0;
    transform: scale(0.6);
    transition: all 600ms cubic-bezier(0.65, 0, 0.35, 1);
    transition-property: opacity, transform; }
    .fixfoot a:last-of-type {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .fixfoot a {
        width: calc(50% - 4px);
        font-size: .96rem;
        flex-wrap: nowrap;
        margin: 0;
        padding: .8rem; } }
    .fixfoot a:hover {
      animation: hoverEfect 400ms forwards; }

@keyframes hoverEfect {
  0%, 100% {
    transform: scale(1);
    opacity: 1; }
  50% {
    transform: scale(1.1);
    opacity: .8; } }
    .fixfoot a:nth-of-type(1) {
      transition-delay: 360ms; }
    .fixfoot a:nth-of-type(2) {
      transition-delay: 420ms; }
    .fixfoot a svg {
      width: 1.4rem;
      height: 1.4rem;
      margin: 0 .6rem 0 0; }
      @media screen and (max-width: 640px) {
        .fixfoot a svg {
          width: 1.2rem;
          height: 1.2rem; } }
      .fixfoot a svg path {
        fill: #FFF; }
    .fixfoot a:last-of-type {
      margin: 0; }
    .fixfoot a.line {
      background: #00b300;
      box-shadow: 0 0.5rem 1rem rgba(0, 179, 0, 0.4); }

body {
  position: relative; }
  body:before, body:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: #fdd003 0 solid;
    z-index: 500;
    animation: borderColor 5000ms linear infinite;
    mix-blend-mode: exclusion;
    z-index: 100;
    pointer-events: none; }
    @media screen and (max-width: 640px) {
      body:before, body:after {
        animation: borderColorSp 5000ms linear infinite; } }

@keyframes borderColor {
  0%, 100% {
    border-color: #FF0;
    border-width: 2vmax; }
  33% {
    border-color: #F00; }
  50% {
    border-width: 3vmax; }
  66% {
    border-color: #f102f9; } }

@keyframes borderColorSp {
  0%, 100% {
    border-color: #FF0;
    border-width: 2vw; }
  33% {
    border-color: #F00; }
  50% {
    border-width: 3vw; }
  66% {
    border-color: #f102f9; } }
  body:after {
    border-color: #FFF;
    mix-blend-mode: overlay;
    opacity: .56; }

.fix {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: -1; }
  .fix__pic {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .fix__pic img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      animation: imgUnder 8000ms linear alternate infinite; }
      .fix__pic img:last-of-type {
        top: 50%;
        left: 50%;
        width: 50vw;
        object-fit: contain;
        animation: imgOver 10000ms linear alternate infinite; }
        @media screen and (max-width: 1199px) {
          .fix__pic img:last-of-type {
            width: 88vw; } }

@keyframes imgUnder {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }

@keyframes imgOver {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1); }
  50% {
    transform: translate(-50%, -50%) scale(1.1); } }
  .fix__logo {
    position: absolute;
    width: 45%;
    min-width: 560px;
    top: calc(50% - 1vh);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10; }
    @media screen and (max-width: 640px) {
      .fix__logo {
        min-width: 1px;
        width: 88%; } }
    @media screen and (max-width: 640px) {
      .fix__logo {
        top: calc(50% - 2vh);
        width: 82%; } }
    .fix__logo img {
      width: 100%; }
  .fix h1 {
    position: absolute;
    left: 50%;
    bottom: 4.8vmax;
    transform: translateX(-50%);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    background: #e40c0f;
    color: #FFF;
    padding: 16px 64px;
    border-radius: 999px;
    box-shadow: 0 0 32px #e40c0f;
    z-index: 100; }
    .fix h1 br {
      display: none; }
    @media screen and (max-width: 640px) {
      .fix h1 {
        width: 88%;
        font-size: 1.32rem;
        line-height: 1.5;
        text-align: center;
        padding: 16px;
        bottom: 2rem; }
        .fix h1 br {
          display: inline; } }
  .fix #particleCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    mix-blend-mode: plus-lighter; }

.firstview {
  position: relative;
  width: 100%;
  height: 100vh; }
  @media screen and (max-width: 1199px) {
    .firstview {
      height: 100dvh; } }

.first {
  color: #FFF;
  position: relative;
  animation: colorfuls 5000ms linear infinite; }

@keyframes colorfuls {
  0%, 100% {
    background: #FF0; }
  33% {
    background: #F00; }
  66% {
    bbackground: #f102f9; } }
  .first__bg {
    content: '';
    width: 70%;
    height: 100%;
    background: #0c49ab;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 55% 100%, 0 100%); }
    .first__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      mix-blend-mode: overlay;
      opacity: .8; }
  .first__catch {
    max-width: 800px;
    margin: 0 auto; }
    @media screen and (max-width: 1199px) {
      .first__catch {
        max-width: 88%; } }
    .first__catch img {
      width: 100%; }
  .first__context {
    max-width: 800px;
    margin: 2rem auto 0; }
    @media screen and (max-width: 1199px) {
      .first__context {
        max-width: 88%; } }
    @media screen and (max-width: 640px) {
      .first__context {
        max-width: 100%;
        margin: 1rem 0 0; } }
    .first__context img {
      width: 100%; }
  .first__ff {
    background: #FFF;
    margin: 2.4rem 0 0;
    border: #000 10px solid;
    color: #000;
    padding: 1.6rem 2.4rem;
    font-size: 1.72rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .first__ff {
        border-width: 4px;
        padding: 1.2rem; } }
    .first__ff dt {
      background: #000;
      color: #FFF;
      padding: .64rem 3.2rem;
      display: inline-block; }
      @media screen and (max-width: 640px) {
        .first__ff dt {
          display: block;
          padding: .64rem 0;
          font-size: 1.24rem; } }
    .first__ff dd {
      margin: 2rem 0 0; }
      @media screen and (max-width: 640px) {
        .first__ff dd {
          margin: 1.2rem 0 0;
          font-size: .96rem; } }

.second {
  background: #0042ab;
  color: #FFF;
  position: relative;
  animation: colorfuls 5000ms linear infinite;
  animation: colorfuls 5000ms reverse linear infinite; }

@keyframes colorfuls {
  0%, 100% {
    background: #FF0; }
  33% {
    background: #F00; }
  66% {
    bbackground: #f102f9; } }
  .second__bg, .second__conner {
    content: '';
    width: 61.5%;
    height: 100%;
    background: #0042ab;
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%); }
    .second__bg img, .second__conner img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      mix-blend-mode: overlay;
      opacity: .8; }
  .second__conner {
    width: 30%;
    height: 100%;
    background: #e40c0f;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
    clip-path: polygon(0 0, 100% 100%, 0 100%); }
  .second__t {
    font-size: 4.8rem;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 1.5;
    position: absolute;
    top: -6rem;
    left: 12rem;
    color: #FFF;
    padding: 4rem .4rem;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    transform: rotate(-12deg);
    z-index: 2; }
    @media screen and (max-width: 1199px) {
      .second__t {
        font-size: 3.2rem;
        top: -4rem;
        left: 2rem; } }
    @media screen and (max-width: 640px) {
      .second__t {
        font-size: 1.6rem;
        left: 1rem;
        top: -2rem;
        padding: 3.2rem .4rem; } }
    .second__t:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      z-index: -1; }
  .second__pic {
    width: 600px;
    margin: 0 auto;
    transform: translateY(-2.2rem) translateX(4rem); }
    @media screen and (max-width: 1199px) {
      .second__pic {
        width: 64%;
        transform: translateY(-2.2rem) translateX(2rem); } }
    @media screen and (max-width: 640px) {
      .second__pic {
        width: 70%;
        transform: translateY(-1.2rem) translateX(2rem); } }
    .second__pic img {
      width: 100%; }
  .second__ttl {
    width: 640px;
    margin: 0 auto; }
    @media screen and (max-width: 640px) {
      .second__ttl {
        width: 100%; } }
    .second__ttl img {
      width: 100%; }

.third {
  background: url(./../../images/index/bg_no.png) fixed no-repeat center center/cover; }
  .third__dl {
    background: #FFF;
    border: #000 10px solid;
    color: #000;
    padding: 1.6rem 2.4rem;
    font-size: 1.72rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center; }
    @media screen and (max-width: 640px) {
      .third__dl {
        border-width: 4px;
        padding: 1.2rem;
        font-size: .96rem; } }
    .third__dl.s {
      transform: translateY(-4rem); }
      @media screen and (max-width: 640px) {
        .third__dl.s {
          transform: translateY(-1.6rem); } }
    .third__dl dt {
      background: #000;
      color: #FFF;
      padding: .64rem 3.2rem;
      display: inline-block; }
      @media screen and (max-width: 640px) {
        .third__dl dt {
          display: block;
          font-size: 1.32rem; } }
    .third__dl dd {
      margin: 2rem 0 0; }
      @media screen and (max-width: 640px) {
        .third__dl dd {
          margin: 1.2rem 0 0; } }
      .third__dl dd img {
        max-width: 80%; }
        @media screen and (max-width: 640px) {
          .third__dl dd img {
            max-width: 100%; } }
        .third__dl dd img.sml {
          max-width: 60%; }
          @media screen and (max-width: 640px) {
            .third__dl dd img.sml {
              max-width: 80%; } }

.site-container {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: saturate(90%) blur(20px); }
  @media screen and (max-width: 640px) {
    .site-container {
      background: rgba(255, 255, 255, 0.88); } }

.scrollanimete {
  opacity: 0;
  transform: translateY(-10%) scale(1.2);
  transition: all 600ms cubic-bezier(0.65, 0, 0.35, 1);
  transition-property: opacity, transform; }
  @media screen and (max-width: 640px) {
    .scrollanimete {
      transform: translateY(-10%) scale(1.1); } }
  .scrollanimete.active {
    opacity: 1;
    transform: translateY(0); }

.in-module.wrap {
  padding: 9.6rem 0; }
  @media screen and (max-width: 1199px) {
    .in-module.wrap {
      padding: 6.4rem 0;
      padding-left: 5.6vw;
      padding-right: 5.6vw; } }
  @media screen and (max-width: 640px) {
    .in-module.wrap {
      padding: 4rem 0;
      padding-left: 4vw;
      padding-right: 4vw; } }
  .in-module.wrap.no-top {
    padding-top: 0; }
  .in-module.wrap.no-bottom {
    padding-bottom: 0; }

.in-module .b-title {
  text-align: center;
  font-size: 1.88rem;
  font-weight: 400;
  line-height: 1.32;
  padding: .8rem 0;
  background: #e40c0f;
  color: #FFF;
  margin: 6.4rem 0 2.4rem; }
  @media screen and (max-width: 640px) {
    .in-module .b-title {
      font-size: 1.44rem;
      margin: 3.2rem 0 1.6rem; } }
  .in-module .b-title.s-top {
    margin-top: 3.2rem; }

.in-module .c-title {
  text-align: center;
  font-size: 2.44rem;
  font-weight: 700;
  line-height: 1.32;
  margin: 0 0 2.4rem; }
  @media screen and (max-width: 640px) {
    .in-module .c-title {
      font-size: 1.56rem;
      margin: 0 0 2rem; } }
  .in-module .c-title:before {
    content: attr(data-eng);
    font-size: .92rem;
    display: block;
    font-weight: 400;
    color: #e40c0f;
    margin: 0 0 .72rem; }
    @media screen and (max-width: 640px) {
      .in-module .c-title:before {
        margin: 0 0 .56rem; } }

.in-module .d-title {
  text-align: center;
  font-size: 1.88rem;
  font-weight: 700;
  line-height: 1.44;
  margin: 0 0 2rem; }
  @media screen and (max-width: 640px) {
    .in-module .d-title {
      font-size: 1.44rem; } }
  .in-module .d-title:before {
    content: attr(data-eng);
    font-size: .92rem;
    font-weight: 400;
    display: block;
    color: #e40c0f;
    margin: 0 0 .64rem; }

.in-module .btnarea {
  margin: 1.6rem 0 0; }
  .in-module .btnarea a {
    display: inline-block;
    padding: .96rem 1.6rem;
    padding-right: 4.4rem;
    font-size: 1.12rem;
    position: relative;
    color: #FFF;
    z-index: 1;
    text-align: center; }
    .in-module .btnarea a svg {
      position: absolute;
      top: 50%;
      right: 1.6rem;
      transform: translateY(-50%);
      fill: #FFF;
      z-index: 2; }
    .in-module .btnarea a.block {
      display: block;
      padding-right: 1.6rem; }
    .in-module .btnarea a small {
      font-size: .72rem; }
      @media screen and (max-width: 640px) {
        .in-module .btnarea a small {
          display: block; } }
    .in-module .btnarea a:before, .in-module .btnarea a:after {
      content: '';
      width: 100%;
      height: 100%;
      background: #000;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1;
      transition: width 400ms cubic-bezier(0.65, 0, 0.35, 1); }
    .in-module .btnarea a:after {
      background: #e40c0f;
      width: 0; }
    .in-module .btnarea a:hover:after {
      width: 100%;
      right: auto;
      left: 0; }

.audition {
  background: rgba(255, 255, 255, 0.32); }
  .audition__context {
    background: #FFF;
    padding: 32px 0;
    text-align: center; }
    @media screen and (max-width: 1199px) {
      .audition__context {
        padding: 32px; } }
    @media screen and (max-width: 640px) {
      .audition__context {
        padding: 1.44rem;
        text-align: left; } }
    .audition__context.nobox {
      padding: 0;
      background: transparent;
      font-size: 1.08rem; }
    .audition__context.mb {
      margin-bottom: 2.4rem; }
    .audition__context dd {
      font-size: 1.08rem; }
    .audition__context dt {
      font-size: 1.66rem;
      display: inline-block;
      color: #e40c0f;
      border-bottom: #e40c0f 4px solid;
      font-weight: 700;
      margin: 1.12rem 0 0; }
      @media screen and (max-width: 640px) {
        .audition__context dt {
          font-size: 1.32rem;
          border: none;
          text-align: center; } }
  .audition__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem; }
    .audition__list.three {
      grid-template-columns: 1fr 1fr 1fr; }
      @media screen and (max-width: 640px) {
        .audition__list.three {
          grid-template-columns: 1fr; } }
    @media screen and (max-width: 640px) {
      .audition__list {
        grid-template-columns: 1fr; } }
    .audition__list li {
      background: #FFF;
      padding: 1.2rem 1.6rem;
      padding-left: calc(1.6rem + 2.4rem);
      font-size: 1.12rem;
      position: relative; }
      @media screen and (max-width: 1199px) {
        .audition__list 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; } }
      @media screen and (max-width: 640px) {
        .audition__list li {
          padding: 1.2rem;
          padding-left: calc(1.2rem + 2.4rem);
          font-size: 1rem; } }
      .audition__list li svg {
        position: absolute;
        top: 50%;
        left: 1.6rem;
        transform: translateY(-50%);
        width: 1.8rem;
        height: 1.8rem;
        fill: #e40c0f; }
        @media screen and (max-width: 640px) {
          .audition__list li svg {
            left: 1.44rem;
            width: 1.6rem;
            height: 1.6rem; } }
  .audition__flow {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 1.6rem; }
    @media screen and (max-width: 1199px) {
      .audition__flow {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 1.6rem; } }
    .audition__flow li {
      background: #FFF;
      padding: 1rem 1.6rem;
      font-size: 1.08rem;
      position: relative;
      text-align: center; }
      @media screen and (max-width: 1199px) {
        .audition__flow li {
          text-align: left;
          padding-left: 4rem; } }
      .audition__flow li:before {
        content: '1';
        width: 1.72rem;
        height: 1.72rem;
        background: #e40c0f;
        font-size: .8rem;
        border-radius: 50%;
        color: #FFF;
        position: absolute;
        top: 0;
        left: 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;
        justify-content: center;
        transform: translate(-25%, -25%); }
        @media screen and (max-width: 1199px) {
          .audition__flow li:before {
            top: 50%;
            left: 1.6rem;
            transform: translate(0, -50%); } }
      .audition__flow li:after {
        content: '';
        width: .8rem;
        height: 1.6rem;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(100%, -50%);
        background: #FFF;
        clip-path: polygon(0 0, 100% 50%, 0 100%); }
        @media screen and (max-width: 1199px) {
          .audition__flow li:after {
            clip-path: polygon(0 0, 100% 0, 50% 100%);
            width: 1.6rem;
            height: .8rem;
            right: auto;
            top: auto;
            bottom: 1px;
            left: 50%;
            transform: translate(-50%, 100%); } }
      .audition__flow li:last-child:after {
        display: none; }
      .audition__flow li:nth-child(1):before {
        content: "1"; }
      .audition__flow li:nth-child(2):before {
        content: "2"; }
      .audition__flow li:nth-child(3):before {
        content: "3"; }
      .audition__flow li:nth-child(4):before {
        content: "4"; }
      .audition__flow li:nth-child(5):before {
        content: "5"; }
  .audition__check {
    margin: 2.4rem 0 0;
    padding: 2.4rem 0 0;
    border-top: #e8e8ea 1px solid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.6rem; }
    @media screen and (max-width: 640px) {
      .audition__check {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 1.4rem;
        padding: 0;
        margin: 1.4rem 0 0;
        border: none; } }
    .audition__check__item {
      background: #FFF;
      padding: 2rem; }
      @media screen and (max-width: 640px) {
        .audition__check__item {
          padding: 1.2rem; } }
      .audition__check__item dt {
        text-align: center;
        font-size: 1.88rem;
        line-height: 1;
        margin: 0 0 1rem;
        padding: 0 0 1rem;
        border-bottom: #f5f5f7 4px solid; }
        @media screen and (max-width: 640px) {
          .audition__check__item dt {
            font-size: 1.56rem; } }
      .audition__check__item dd {
        font-size: .96rem; }
  .audition__success {
    text-align: center;
    background: #FFF;
    padding: 2rem;
    margin: 2.4rem 0 0; }
    @media screen and (max-width: 640px) {
      .audition__success {
        margin: 1.4rem 0 0;
        padding: 1.2rem; } }
    .audition__success dt {
      font-size: 2.12rem;
      line-height: 1;
      margin: 0 0 1.2rem;
      padding: 0 0 1.2rem;
      border-bottom: #f5f5f7 4px solid; }
      @media screen and (max-width: 640px) {
        .audition__success dt {
          font-size: 1.56rem;
          margin: 0 0 1rem;
          padding: 0 0 1rem; } }
    .audition__success dd {
      font-size: 1.12rem; }
      @media screen and (max-width: 640px) {
        .audition__success dd {
          font-size: 1rem;
          text-align: left; } }
  .audition__line {
    margin: 2.4rem 0 0;
    background: #FFF;
    padding: 1.6rem;
    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) {
      .audition__line {
        padding: 1.2rem; } }
    .audition__line__pic {
      width: 140px;
      order: 1; }
      @media screen and (max-width: 640px) {
        .audition__line__pic {
          width: 100px; } }
      .audition__line__pic img {
        width: 100%; }
    .audition__line__data {
      order: 2;
      padding: 0 0 0 3.2rem;
      line-height: 1.6; }
      @media screen and (max-width: 640px) {
        .audition__line__data {
          width: calc(100% - 100px);
          padding: 0 0 0 1.6rem; } }
      .audition__line__data dt {
        font-weight: 700;
        font-size: 2rem;
        margin: 0 0 .4rem;
        color: #00b300; }
        @media screen and (max-width: 640px) {
          .audition__line__data dt {
            font-size: 1.56rem; } }
      .audition__line__data dd {
        font-size: 1.2rem; }
        @media screen and (max-width: 640px) {
          .audition__line__data dd {
            font-size: 1rem; } }
        .audition__line__data dd a {
          color: #000;
          text-decoration: underline; }
  .audition__contacts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.6rem;
    margin: 2.4rem 0 0; }
    @media screen and (max-width: 1199px) {
      .audition__contacts {
        grid-template-columns: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 1.6rem; } }
    @media screen and (max-width: 640px) {
      .audition__contacts {
        margin: 1.44rem 0 0; } }
    .audition__contacts__item {
      padding: 2rem;
      background: #FFF;
      text-align: center; }
      @media screen and (max-width: 640px) {
        .audition__contacts__item {
          padding: 1.2rem;
          padding-top: 2.4rem; } }
      .audition__contacts__item h5 {
        font-size: 1.44rem;
        font-weight: 700;
        line-height: 1;
        margin: 0 0 1.2rem; }
      .audition__contacts__item p {
        font-size: .96rem; }
        @media screen and (max-width: 640px) {
          .audition__contacts__item p {
            text-align: left; } }

.cospanic {
  background: rgba(255, 255, 255, 0.32); }
  .cospanic__context {
    font-size: 1.24rem;
    border: #000 2px solid;
    padding: .8rem 0;
    text-align: center;
    margin: 0 0 3.2rem; }
    @media screen and (max-width: 640px) {
      .cospanic__context {
        padding: .8rem 1.2rem;
        margin: 0 0 1.6rem;
        font-size: 1.08rem; } }
  .cospanic__clum {
    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;
    margin: 0 0 5rem;
    padding: 0 0 5rem;
    border-bottom: #e8e8ea 1px solid; }
    @media screen and (max-width: 1199px) {
      .cospanic__clum {
        display: block; } }
    @media screen and (max-width: 640px) {
      .cospanic__clum {
        margin: 0 0 3.2rem;
        padding: 0 0 3.2rem; } }
    .cospanic__clum__pic {
      width: 500px;
      padding: 80px 0;
      background: #FFF;
      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: 1199px) {
        .cospanic__clum__pic {
          width: auto; } }
      @media screen and (max-width: 640px) {
        .cospanic__clum__pic {
          padding: 40px 0; } }
      .cospanic__clum__pic img {
        width: 200px;
        transform: translateY(-15%); }
        @media screen and (max-width: 1199px) {
          .cospanic__clum__pic img {
            width: 50%;
            transform: translateY(-5%); } }
        @media screen and (max-width: 640px) {
          .cospanic__clum__pic img {
            width: 56%; } }
    .cospanic__clum__dl {
      width: calc(100% - 500px);
      padding: 0 0 0 4rem; }
      @media screen and (max-width: 1199px) {
        .cospanic__clum__dl {
          width: auto;
          padding: 2rem 0 0; } }
      .cospanic__clum__dl dt {
        font-size: 2rem;
        font-weight: 700;
        margin: 0 0 .64rem; }
        @media screen and (max-width: 1199px) {
          .cospanic__clum__dl dt {
            text-align: center; } }
        @media screen and (max-width: 640px) {
          .cospanic__clum__dl dt {
            font-size: 1.44rem; } }
  .cospanic__list {
    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: 1199px) {
      .cospanic__list {
        display: block;
        padding: 0 0 3.2rem; } }
    @media screen and (max-width: 640px) {
      .cospanic__list {
        padding: 0 0 4rem; } }
    .cospanic__list li {
      width: calc(50% - 1rem);
      background: #FFF;
      padding: 2.12rem;
      margin: 2rem 0 0; }
      @media screen and (max-width: 1199px) {
        .cospanic__list li {
          width: auto;
          margin: 1.6rem 0 0; } }
      @media screen and (max-width: 640px) {
        .cospanic__list li {
          padding: 1.2rem;
          margin: 1.44rem 0 0; } }
      .cospanic__list li.wide {
        width: 100%; }
      .cospanic__list li:nth-child(-n+2) {
        margin-top: 0; }
        @media screen and (max-width: 1199px) {
          .cospanic__list li:nth-child(-n+2) {
            margin-top: 1.6rem; } }
      .cospanic__list li h5 {
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1.66;
        margin: 0 0 1.6rem;
        padding: 0 0 .8rem;
        border-bottom: #f5f5f7 4px solid; }
        @media screen and (max-width: 640px) {
          .cospanic__list li h5 {
            font-size: 1.08rem; } }
      .cospanic__list li dl dt {
        font-size: 1.2rem;
        font-weight: 700;
        line-height: 1.66; }
        @media screen and (max-width: 640px) {
          .cospanic__list li dl dt {
            font-size: 1rem; } }
      .cospanic__list li dl dd {
        margin: .8rem 0 0;
        padding: 1rem 0 0;
        border-top: #f5f5f7 4px solid; }
      .cospanic__list li .col {
        position: relative; }
        .cospanic__list li .col:before {
          content: '■';
          color: #e40c0f;
          display: inline-block;
          margin: 0 .4rem 0 0; }
      .cospanic__list li table {
        background: #f5f5f7;
        width: 100%;
        border-collapse: collapse;
        margin: 0 0 1.6rem; }
        @media screen and (max-width: 1199px) {
          .cospanic__list li table {
            display: block; } }
        .cospanic__list li table:last-of-type {
          margin-bottom: 0; }
        @media screen and (max-width: 1199px) {
          .cospanic__list li table tbody {
            display: block;
            padding: 1.6rem; } }
        @media screen and (max-width: 1199px) {
          .cospanic__list li table tbody tr {
            display: block; } }
        .cospanic__list li table tbody tr th, .cospanic__list li table tbody tr td {
          font-size: 1.08rem;
          padding: 1.2rem;
          vertical-align: middle;
          text-align: left; }
          @media screen and (max-width: 1199px) {
            .cospanic__list li table tbody tr th, .cospanic__list li table tbody tr td {
              display: block;
              padding: .64rem 0; } }
          @media screen and (max-width: 640px) {
            .cospanic__list li table tbody tr th, .cospanic__list li table tbody tr td {
              font-size: 1rem; } }
        .cospanic__list li table tbody tr th {
          width: 300px;
          text-align: center; }
          @media screen and (max-width: 1199px) {
            .cospanic__list li table tbody tr th {
              width: auto;
              margin: 0 0 1.2rem; } }
          .cospanic__list li table tbody tr th figure {
            margin: 0 0 .8rem; }
            @media screen and (max-width: 1199px) {
              .cospanic__list li table tbody tr th figure {
                margin: 0 0 .64rem; } }
            .cospanic__list li table tbody tr th figure img {
              width: 80%; }
              @media screen and (max-width: 1199px) {
                .cospanic__list li table tbody tr th figure img {
                  max-width: 300px; } }
              @media screen and (max-width: 640px) {
                .cospanic__list li table tbody tr th figure img {
                  max-width: 64%; } }
              .cospanic__list li table tbody tr th figure img.s {
                width: 60%; }
                @media screen and (max-width: 1199px) {
                  .cospanic__list li table tbody tr th figure img.s {
                    max-width: 240px; } }
                @media screen and (max-width: 640px) {
                  .cospanic__list li table tbody tr th figure img.s {
                    max-width: 56%; } }
        .cospanic__list li table tbody tr td {
          border-bottom: #e8e8ea 1px dashed; }
        .cospanic__list li table tbody tr:last-child td {
          border-bottom: none; }


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