@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ropa+Sans&display=swap");
.hidden {
  display: none !important; }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  outline: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto; }

/* Dots */
.slick-dots {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  padding-top: 20px;
  text-align: center; }

.slick-dots li {
  display: inline-block;
  width: 10px;
  height: 5px;
  margin: 0 6px; }

.slick-dots li button {
  cursor: pointer;
  border: 1px solid #d71518;
  background: none;
  text-indent: -9999px;
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 5px;
  outline: 0;
  padding: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.slick-dots .slick-active button {
  background: #d71518; }

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2020
 */
.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;
  -ms-flex-direction: column;
  flex-direction: column; }

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

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

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  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;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform; }

.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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .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%);
  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;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  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%);
  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;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  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;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  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);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

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

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

.swiper-container-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: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > 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%;
  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;
  transition-timing-function: ease-out; }

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

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

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

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

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

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

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

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

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-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; }

.rounded_button {
  display: inline-block;
  text-align: center;
  min-width: 200px;
  height: 50px;
  line-height: 48px;
  border-radius: 50px;
  padding: 0 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.18s ease-out;
  transition: all 0.18s ease-out; }
  @media screen and (max-width: 767px) {
    .rounded_button {
      height: 40px;
      border-radius: 40px;
      line-height: 37px;
      min-width: 160px;
      font-size: 14px;
      padding: 0 22px; } }
  .rounded_button[data-btn-type='red'] {
    background-color: #d71518;
    border: solid 1px #d71518; }
    .rounded_button[data-btn-type='red']:hover {
      color: #d71518;
      background-color: rgba(215, 21, 24, 0); }
  .rounded_button[data-btn-type='black'] {
    background-color: #2c2c2c;
    border: solid 1px #2c2c2c; }
    .rounded_button[data-btn-type='black']:hover {
      color: #2c2c2c;
      background-color: rgba(44, 44, 44, 0); }

#content .sect {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    #content .sect {
      padding: 50px 0; } }
  #content .sect .sect_title {
    font-size: 40px;
    line-height: 1;
    text-align: center;
    font-weight: normal;
    font-family: 'youfab_fix', 'Noto Sans Japanese', 'YakuHanJP', Avenir, ' Helvetica Neue ', Helvetica, Arial, Verdana, ' 游ゴシック ', ' Yu Gothic ', ' 游ゴシック体 ', ' YuGothic ', ' ヒラギノ角ゴ Pro W3 ', ' Hiragino Kaku Gothic Pro ', ' Meiryo UI ', ' メイリオ ', Meiryo, ' ＭＳ Ｐゴシック ', ' MS PGothic ', sans-serif; }
    @media screen and (max-width: 767px) {
      #content .sect .sect_title {
        font-size: 30px; } }
  #content .sect .sect_title_jp {
    font-size: 29px;
    line-height: 1;
    text-align: center;
    font-weight: normal;
    font-family: 'Noto Sans Japanese', 'YakuHanJP', Avenir, ' Helvetica Neue ', Helvetica, Arial, Verdana,  ' 游ゴシック ', ' Yu Gothic ', ' 游ゴシック体 ', ' YuGothic ', ' ヒラギノ角ゴ Pro W3 ', ' Hiragino Kaku Gothic Pro ', ' Meiryo UI ', ' メイリオ ', Meiryo, ' ＭＳ Ｐゴシック ', ' MS PGothic ', sans-serif; }
    @media screen and (max-width: 767px) {
      #content .sect .sect_title_jp {
        font-size: 22px;
        line-height: 1.28;
        display: inline-block;
        padding-left: 5%;
        padding-right: 5%; } }
  #content .sect .desc {
    font-size: 14px;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      #content .sect .desc {
        padding-left: 5%;
        padding-right: 5%;
        line-height: 1.75;
        font-size: 14px; } }
  #content .sect .sect_title + .desc,
  #content .sect .sect_title_jp + .desc {
    margin-top: 22px; }
    @media screen and (max-width: 767px) {
      #content .sect .sect_title + .desc,
      #content .sect .sect_title_jp + .desc {
        margin-top: 17px; } }
  #content .sect .title_line_bk:after {
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    background: #000;
    margin: 20px auto 0; }
    @media screen and (max-width: 767px) {
      #content .sect .title_line_bk:after {
        width: 30px; } }
  #content .sect .title_line_wh:after {
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    background: #fff;
    margin: 20px auto 0; }
    @media screen and (max-width: 767px) {
      #content .sect .title_line_wh:after {
        width: 30px; } }
  #content .sect .sect_title_jp.title_line_wh:after, #content .sect .sect_title_jp.title_line_bk:after {
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      #content .sect .sect_title_jp.title_line_wh:after, #content .sect .sect_title_jp.title_line_bk:after {
        margin-top: 22px; } }

/**
Japanese
 */
/**
English
 */
#content .hero--finalist {
  padding: 0;
  height: calc(100vh - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  /**
      animation
       */ }
  @media screen and (max-width: 767px) {
    #content .hero--finalist {
      height: calc(100vh - 60px); } }
  #content .hero--finalist .inner {
    padding: 0 20px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #content .hero--finalist .inner {
        padding: 0 6%; } }
  #content .hero--finalist .content {
    text-align: center;
    position: relative; }
    @media screen and (max-width: 767px) {
      #content .hero--finalist .content {
        width: 100%; } }
    #content .hero--finalist .content .title {
      width: 460px;
      margin: 0 auto 30px;
      position: relative; }
      @media screen and (max-width: 767px) {
        #content .hero--finalist .content .title {
          width: 281.5px;
          height: 188.5px;
          margin-bottom: 30px; } }
      #content .hero--finalist .content .title svg {
        position: relative;
        z-index: 10;
        width: 100%;
        height: 100%; }
        #content .hero--finalist .content .title svg.shadow {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0.35;
          z-index: 0; }
        #content .hero--finalist .content .title svg .cls-1 {
          fill: #fff;
          fill-rule: evenodd; }
        #content .hero--finalist .content .title svg .cls-2 {
          fill: #000;
          fill-rule: evenodd;
          -webkit-filter: url(#dropShadow);
                  filter: url(#dropShadow); }
    #content .hero--finalist .content .status--finalist {
      width: 294px;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        #content .hero--finalist .content .status--finalist {
          width: 204px; } }
      #content .hero--finalist .content .status--finalist .status-close__title {
        padding: 12px 0 8px;
        width: 100%;
        text-align: center;
        font-size: 40px;
        background-color: #000;
        margin-bottom: 2px;
        font-family: 'youfab_fix', 'Noto Sans Japanese', 'YakuHanJP', Avenir, ' Helvetica Neue ', Helvetica, Arial, Verdana, ' 游ゴシック ', ' Yu Gothic ', ' 游ゴシック体 ', ' YuGothic ', ' ヒラギノ角ゴ Pro W3 ', ' Hiragino Kaku Gothic Pro ', ' Meiryo UI ', ' メイリオ ', Meiryo, ' ＭＳ Ｐゴシック ', ' MS PGothic ', sans-serif; }
        @media screen and (max-width: 767px) {
          #content .hero--finalist .content .status--finalist .status-close__title {
            font-size: 28px;
            padding: 4px 0 0; } }
      #content .hero--finalist .content .status--finalist .status-close__lead {
        padding: 11px 0 13px;
        width: 100%;
        text-align: center;
        font-size: 16px;
        background-color: #000;
        line-height: 1.4; }
        @media screen and (max-width: 767px) {
          #content .hero--finalist .content .status--finalist .status-close__lead {
            font-size: 12px;
            padding: 7px 0 8px; } }
  #content .hero--finalist .creaters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    bottom: 4vh;
    right: 20px; }
    @media screen and (max-width: 767px) {
      #content .hero--finalist .creaters {
        right: 6%; } }
    #content .hero--finalist .creaters .creaters-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        #content .hero--finalist .creaters .creaters-list {
          margin-bottom: 5px; } }
      #content .hero--finalist .creaters .creaters-list:last-child {
        margin-bottom: 0; }
      #content .hero--finalist .creaters .creaters-list .creaters-list__title {
        font-size: 14px; }
        @media screen and (max-width: 767px) {
          #content .hero--finalist .creaters .creaters-list .creaters-list__title {
            font-size: 11px; } }
      #content .hero--finalist .creaters .creaters-list .creaters-list__name {
        font-size: 14px;
        position: relative;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        @media screen and (max-width: 767px) {
          #content .hero--finalist .creaters .creaters-list .creaters-list__name {
            font-size: 11px; } }
        #content .hero--finalist .creaters .creaters-list .creaters-list__name::before {
          content: '';
          width: 100%;
          height: 1px;
          background-color: #fff;
          position: absolute;
          bottom: -5px;
          left: 0; }
          @media screen and (max-width: 767px) {
            #content .hero--finalist .creaters .creaters-list .creaters-list__name::before {
              bottom: -2px; } }
        @media screen and (min-width: 768px) {
          #content .hero--finalist .creaters .creaters-list .creaters-list__name:hover {
            opacity: 0.8; } }
  #content .hero--finalist .rounded_button {
    margin: 30px auto 0 auto; }
  #content .hero--finalist .title {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(30%);
            transform: translateY(30%); }
  #content .hero--finalist .status {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(30%);
            transform: translateY(30%); }
  #content .hero--finalist .creaters {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(30%);
            transform: translateY(30%); }
  #content .hero--finalist.active .title {
    display: block;
    -webkit-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1); }
  #content .hero--finalist.active .status {
    display: block;
    -webkit-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  #content .hero--finalist.active .creaters {
    display: block;
    -webkit-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s; }

#content .hero--result {
  padding: 0;
  height: calc(100vh - 120px);
  min-height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  /**
      animation
       */ }
  @media screen and (max-width: 767px) {
    #content .hero--result {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: calc(100vh - 60px); } }
  #content .hero--result .inner {
    padding: 0 80px;
    width: 100%;
    min-height: auto; }
    @media screen and (max-width: 767px) {
      #content .hero--result .inner {
        padding: 0 6%; } }
  #content .hero--result .content {
    text-align: left;
    position: relative;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #content .hero--result .content {
        text-align: center; } }
    #content .hero--result .content .title {
      width: 360px;
      margin: 40px 0 30px;
      position: relative; }
      @media screen and (max-width: 767px) {
        #content .hero--result .content .title {
          width: 281.5px;
          height: 188.5px;
          margin: 0 auto 30px; } }
      #content .hero--result .content .title svg {
        position: relative;
        z-index: 10;
        width: 100%;
        height: 100%; }
        #content .hero--result .content .title svg.shadow {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0.35;
          z-index: 0; }
        #content .hero--result .content .title svg .cls-1 {
          fill: #fff;
          fill-rule: evenodd; }
        #content .hero--result .content .title svg .cls-2 {
          fill: #000;
          fill-rule: evenodd;
          -webkit-filter: url(#dropShadow);
                  filter: url(#dropShadow); }
    #content .hero--result .content .status--result {
      width: 100%;
      margin: 0; }
      @media screen and (max-width: 767px) {
        #content .hero--result .content .status--result {
          text-align: left;
          width: 100%;
          margin: auto; } }
      #content .hero--result .content .status--result .status-close__title {
        text-align: left;
        margin-bottom: 15px; }
        @media screen and (max-width: 767px) {
          #content .hero--result .content .status--result .status-close__title {
            text-align: center;
            display: block; } }
        #content .hero--result .content .status--result .status-close__title span {
          display: inline-block;
          background-color: #000;
          font-size: 24px;
          line-height: 1;
          font-weight: 600;
          padding: 0.4em 0.3em 0.55em 0.3em; }
          @media screen and (max-width: 767px) {
            #content .hero--result .content .status--result .status-close__title span {
              font-size: 21px; } }
      #content .hero--result .content .status--result .status-close__lead {
        width: auto;
        text-align: left;
        font-size: 16px;
        margin-bottom: 6px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media screen and (max-width: 767px) {
          #content .hero--result .content .status--result .status-close__lead {
            font-size: 15px;
            display: block; } }
      #content .hero--result .content .status--result .block {
        margin: 0 0 1.5em; }
        @media screen and (max-width: 767px) {
          #content .hero--result .content .status--result .block {
            margin: auto;
            display: inline;
            margin: 0 -0.3em 0 0; } }
      #content .hero--result .content .status--result .text {
        display: inline;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, transparent), color-stop(2%, #000), color-stop(99%, #000), color-stop(99%, transparent));
        background: linear-gradient(transparent 1%, #000 2%, #000 99%, transparent 99%);
        padding: 0.3em 0.4em 0.4em 0.4em;
        position: relative;
        line-height: 2.4;
        font-weight: 600;
        margin: 0.15em 0;
        width: auto;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        @media screen and (max-width: 767px) {
          #content .hero--result .content .status--result .text {
            font-size: 15px;
            line-height: 2.8;
            padding: 0.5em 0 0.6em; } }
  #content .hero--result .creaters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: absolute;
    bottom: 4vh;
    right: 20px; }
    @media screen and (max-width: 767px) {
      #content .hero--result .creaters {
        bottom: 4vh;
        right: 6%; } }
    #content .hero--result .creaters .creaters-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 10px; }
      @media screen and (max-width: 767px) {
        #content .hero--result .creaters .creaters-list {
          margin-bottom: 5px; } }
      #content .hero--result .creaters .creaters-list:last-child {
        margin-bottom: 0; }
      #content .hero--result .creaters .creaters-list .creaters-list__title {
        font-size: 14px; }
        @media screen and (max-width: 767px) {
          #content .hero--result .creaters .creaters-list .creaters-list__title {
            font-size: 11px; } }
      #content .hero--result .creaters .creaters-list .creaters-list__name {
        font-size: 14px;
        position: relative;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
        @media screen and (max-width: 767px) {
          #content .hero--result .creaters .creaters-list .creaters-list__name {
            font-size: 11px; } }
        #content .hero--result .creaters .creaters-list .creaters-list__name::before {
          content: '';
          width: 100%;
          height: 1px;
          background-color: #fff;
          position: absolute;
          bottom: -5px;
          left: 0; }
          @media screen and (max-width: 767px) {
            #content .hero--result .creaters .creaters-list .creaters-list__name::before {
              bottom: -2px; } }
        @media screen and (min-width: 768px) {
          #content .hero--result .creaters .creaters-list .creaters-list__name:hover {
            opacity: 0.8; } }
  #content .hero--result .rounded_button {
    margin: 30px auto 0 auto; }
  #content .hero--result .title {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(30%);
            transform: translateY(30%); }
  #content .hero--result .status {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(30%);
            transform: translateY(30%); }
  #content .hero--result .creaters {
    display: none;
    opacity: 0;
    -webkit-transform: translateY(30%);
            transform: translateY(30%); }
  #content .hero--result.active .title {
    display: block;
    -webkit-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1); }
  #content .hero--result.active .status {
    display: block;
    -webkit-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  #content .hero--result.active .creaters {
    display: block;
    -webkit-transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s; }

#content .first_area_wrap {
  /**
    parallax
     */ }
  #content .first_area_wrap + .hero-movie {
    z-index: 4;
    background-color: #000; }

#content .hero-movie {
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #1b1b1b; }

#content #background-video-youfab {
  position: absolute;
  left: 50%;
  top: 50vh;
  width: 100%;
  height: 100%;
  margin-left: -50%;
  margin-top: -50vh; }
  @media screen and (min-width: 768px) {
    #content #background-video-youfab {
      min-width: 1280px; } }
  #content #background-video-youfab .background-video__fallback-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important; }
  #content #background-video-youfab .background-video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transition: opacity 0.7s ease-out;
    transition: opacity 0.7s ease-out; }
    #content #background-video-youfab .background-video video {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      max-width: inherit; }
      @media screen and (max-width: 767px) {
        #content #background-video-youfab .background-video video {
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
    #content #background-video-youfab .background-video.scroll {
      opacity: 0.5; }
  #content #background-video-youfab .hidden {
    display: none !important; }

#content .hero_teaser {
  padding: 0 0 0;
  font-family: 'Ropa Sans', 'Noto Sans Japanese', 'YakuHanJP', Avenir, ' Helvetica Neue ', Helvetica, Arial, Verdana,  ' 游ゴシック ', ' Yu Gothic ', ' 游ゴシック体 ', ' YuGothic ', ' ヒラギノ角ゴ Pro W3 ', ' Hiragino Kaku Gothic Pro ', ' Meiryo UI ', ' メイリオ ', Meiryo, ' ＭＳ Ｐゴシック ', ' MS PGothic ', sans-serif; }
  #content .hero_teaser .wrap {
    padding: 40px 0 40px 80px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #content .hero_teaser .wrap {
        padding: 19px 19.5px 44px; } }
    #content .hero_teaser .wrap::before {
      content: '';
      background-image: url("../../images/top2020/hero-bg-img.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 73.61111%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -10;
      opacity: 0;
      -webkit-transition: opacity 1.2s ease-out;
      transition: opacity 1.2s ease-out; }
      @media screen and (max-width: 767px) {
        #content .hero_teaser .wrap::before {
          background-image: url("../../images/top2020/hero-bg-img-sp.jpg");
          width: 100%;
          height: 100%;
          opacity: 1; } }
    #content .hero_teaser .wrap::after {
      content: '';
      background-color: rgba(0, 0, 0, 0.7);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -10;
      opacity: 0; }
      @media screen and (max-width: 767px) {
        #content .hero_teaser .wrap::after {
          -webkit-transition: opacity 1.0s ease-out 0.6s;
          transition: opacity 1.0s ease-out 0.6s;
          opacity: 0; } }
    #content .hero_teaser .wrap.show::before {
      opacity: 1; }
    @media screen and (max-width: 767px) {
      #content .hero_teaser .wrap.show::after {
        opacity: 1; } }
  #content .hero_teaser .logo {
    width: 198px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    pointer-events: painted; }
    @media screen and (max-width: 767px) {
      #content .hero_teaser .logo {
        width: 201px;
        height: 41px;
        margin-bottom: 46px; } }
    #content .hero_teaser .logo:hover .image .cls-1 {
      fill: #d71518; }
    #content .hero_teaser .logo .image {
      width: 198px;
      height: 40px;
      height: auto; }
      @media screen and (max-width: 767px) {
        #content .hero_teaser .logo .image {
          width: 201px;
          height: 41px; } }
      #content .hero_teaser .logo .image .cls-1 {
        -webkit-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out; }
  #content .hero_teaser .sect_title {
    max-width: 445px;
    width: 32.72059%;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      #content .hero_teaser .sect_title {
        margin-bottom: 26px;
        width: 89.6%; } }
    #content .hero_teaser .sect_title img {
      width: 100%; }
  #content .hero_teaser .desc {
    font-size: 20px;
    line-height: 1.5;
    width: 600px;
    text-align: left;
    margin: 0 0 35px; }
    @media screen and (max-width: 767px) {
      #content .hero_teaser .desc {
        font-size: 18px;
        line-height: 1.5;
        width: 100%;
        margin: 0 0 40px;
        padding: 0; } }
  #content .hero_teaser .schedule {
    max-width: 394px;
    width: 28.97059%; }
    @media screen and (max-width: 767px) {
      #content .hero_teaser .schedule {
        width: 66%; } }
    #content .hero_teaser .schedule img {
      width: 100%; }
  #content .hero_teaser .scroll {
    width: 11px;
    position: absolute;
    bottom: 44px;
    right: 34px; }
    @media screen and (max-width: 767px) {
      #content .hero_teaser .scroll {
        width: 9px;
        bottom: 48px;
        right: 6px; }
        #content .hero_teaser .scroll img {
          width: 100%; } }
    #content .hero_teaser .scroll .bar {
      display: block;
      width: 2px;
      height: 80px;
      background-color: #fff;
      margin: 0 auto;
      position: relative;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        #content .hero_teaser .scroll .bar {
          width: 1px;
          height: 60px; } }
      #content .hero_teaser .scroll .bar::before {
        content: '';
        width: 2px;
        height: 80px;
        background-color: #d71518;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
        -webkit-animation-name: scroll;
                animation-name: scroll;
        -webkit-animation-duration: 1.6s;
                animation-duration: 1.6s;
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite; }
        @media screen and (max-width: 767px) {
          #content .hero_teaser .scroll .bar::before {
            width: 1px;
            height: 60px; } }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    height: 50%; }
  30% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    height: 95%; }
  70% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    height: 100%; }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

@keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    height: 50%; }
  30% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    height: 95%; }
  70% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    height: 100%; }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); } }

#content .finalists {
  padding-top: 114px;
  padding-bottom: 0;
  padding-right: 20px;
  padding-left: 20px;
  /**
    animation
     */ }
  @media screen and (max-width: 767px) {
    #content .finalists {
      padding: 56px 6% 0; } }
  #content .finalists .title {
    font-size: 64px;
    margin-bottom: 18px;
    font-family: 'youfab_fix', 'Noto Sans Japanese', 'YakuHanJP', Avenir, ' Helvetica Neue ', Helvetica, Arial, Verdana, ' 游ゴシック ', ' Yu Gothic ', ' 游ゴシック体 ', ' YuGothic ', ' ヒラギノ角ゴ Pro W3 ', ' Hiragino Kaku Gothic Pro ', ' Meiryo UI ', ' メイリオ ', Meiryo, ' ＭＳ Ｐゴシック ', ' MS PGothic ', sans-serif; }
    @media screen and (max-width: 767px) {
      #content .finalists .title {
        font-size: 48px; } }
  #content .finalists .desc {
    font-size: 16px;
    margin-bottom: 46px; }
    @media screen and (max-width: 767px) {
      #content .finalists .desc {
        font-size: 15px;
        margin-bottom: 33px;
        text-align: left; } }
  #content .finalists .finalists-list {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  #content .finalists .finalists-list__item {
    width: 297px; }
    @media screen and (max-width: 767px) {
      #content .finalists .finalists-list__item {
        width: 46.9697%; } }
    @media screen and (min-width: 768px) {
      #content .finalists .finalists-list__item:nth-last-child(n + 5) {
        margin-bottom: 32px; } }
    @media screen and (max-width: 767px) {
      #content .finalists .finalists-list__item:nth-last-child(n + 2) {
        margin-bottom: 26px; } }
    #content .finalists .finalists-list__item a {
      display: block;
      width: 100%;
      height: 100%; }
      #content .finalists .finalists-list__item a:hover img {
        -webkit-transform: translate(-50%, -50%) scale(1.02);
                transform: translate(-50%, -50%) scale(1.02); }
  #content .finalists .finalists-list__img {
    width: 100%;
    padding: 56.25% 0 0;
    overflow: hidden;
    position: relative; }
    #content .finalists .finalists-list__img img {
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      max-width: 100%;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  #content .finalists .finalists-list__title {
    font-size: 16px;
    text-align: left;
    margin: 0.7em 0; }
    @media screen and (max-width: 767px) {
      #content .finalists .finalists-list__title {
        font-size: 13px; } }
  #content .finalists .finalists-list__text {
    font-size: 12px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      #content .finalists .finalists-list__text {
        font-size: 11px; } }
  #content .finalists h2,
  #content .finalists .desc,
  #content .finalists .finalists-list {
    -webkit-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 70);
            transform: matrix(1, 0, 0, 1, 0, 70);
    opacity: 0; }
  #content .finalists .desc {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  #content .finalists .finalists-list {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  #content .finalists.inview h2,
  #content .finalists.inview .desc,
  #content .finalists.inview .finalists-list {
    -webkit-transform: inherit;
            transform: inherit;
    opacity: inherit; }

#content .results {
  padding-top: 0;
  padding-bottom: 80px;
  padding-right: 20px;
  padding-left: 20px;
  /**
    animation
     */ }
  @media screen and (max-width: 767px) {
    #content .results {
      padding-top: 58px;
      padding-bottom: 50px;
      padding-right: 0;
      padding-left: 0; } }
  #content .results .container {
    max-width: 1280px;
    margin: auto;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #content .results .container {
        padding: 0 6%; } }
  #content .results .title {
    font-size: 64px;
    margin-bottom: 20px;
    font-family: 'youfab_fix', 'Noto Sans Japanese', 'YakuHanJP', Avenir, ' Helvetica Neue ', Helvetica, Arial, Verdana, ' 游ゴシック ', ' Yu Gothic ', ' 游ゴシック体 ', ' YuGothic ', ' ヒラギノ角ゴ Pro W3 ', ' Hiragino Kaku Gothic Pro ', ' Meiryo UI ', ' メイリオ ', Meiryo, ' ＭＳ Ｐゴシック ', ' MS PGothic ', sans-serif; }
    @media screen and (max-width: 767px) {
      #content .results .title {
        font-size: 48px; } }
  #content .results .desc {
    font-size: 16px;
    margin-bottom: 45px;
    line-height: 1.75; }
    @media screen and (max-width: 767px) {
      #content .results .desc {
        font-size: 15px;
        text-align: left;
        margin-bottom: 29px;
        padding: 0;
        line-height: 1.6; } }
  #content .results .results-list {
    font-size: 0;
    margin-bottom: 46px; }
    @media screen and (max-width: 767px) {
      #content .results .results-list {
        margin: 0 0 5px; } }
    #content .results .results-list__item {
      display: inline-block;
      vertical-align: top;
      text-align: center; }
      #content .results .results-list__item a {
        position: relative;
        display: block;
        cursor: pointer; }
        #content .results .results-list__item a .img {
          width: 100%;
          padding: 56.25% 0 0;
          overflow: hidden;
          position: relative; }
          #content .results .results-list__item a .img img {
            width: auto;
            height: auto;
            min-width: 100%;
            min-height: 100%;
            max-width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
    #content .results .results-list__prize {
      font-family: 'youfab_fix', 'Noto Sans Japanese', 'YakuHanJP', Avenir, ' Helvetica Neue ', Helvetica, Arial, Verdana, ' 游ゴシック ', ' Yu Gothic ', ' 游ゴシック体 ', ' YuGothic ', ' ヒラギノ角ゴ Pro W3 ', ' Hiragino Kaku Gothic Pro ', ' Meiryo UI ', ' メイリオ ', Meiryo, ' ＭＳ Ｐゴシック ', ' MS PGothic ', sans-serif;
      line-height: 1;
      font-size: 30px;
      display: inline-block;
      position: relative; }
      #content .results .results-list__prize::before {
        content: '';
        width: 100%;
        height: 0.85em;
        background-color: #000;
        top: 0;
        left: 0;
        position: absolute;
        z-index: -1; }
      @media screen and (max-width: 767px) {
        #content .results .results-list__prize {
          font-size: 36px; } }
      #content .results .results-list__prize.grand {
        color: #d71518; }
      #content .results .results-list__prize.first {
        color: #ea9da6; }
      #content .results .results-list__prize.student {
        color: #aca74c; }
      #content .results .results-list__prize.special {
        color: #a56556; }
    #content .results .results-list__wrap {
      position: relative;
      z-index: 2;
      overflow: hidden;
      margin: 0 0 12px; }
      @media screen and (max-width: 767px) {
        #content .results .results-list__wrap {
          margin: 0 0 9px; } }
      #content .results .results-list__wrap .text-wrap {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        padding: 5px;
        -webkit-transition: all 0.18s ease-out;
        transition: all 0.18s ease-out; }
        @media screen and (max-width: 767px) {
          #content .results .results-list__wrap .text-wrap {
            display: none; } }
        #content .results .results-list__wrap .text-wrap .text-box {
          display: table;
          width: 100%;
          height: 100%;
          text-align: center;
          background-color: rgba(0, 0, 0, 0.7); }
          #content .results .results-list__wrap .text-wrap .text-box > div {
            display: table-cell;
            vertical-align: middle;
            padding: 10px; }
            #content .results .results-list__wrap .text-wrap .text-box > div .title {
              font-size: 18px;
              line-height: 24px;
              margin-bottom: 10px; }
            #content .results .results-list__wrap .text-wrap .text-box > div .name {
              font-size: 14px;
              line-height: 24px; }
      #content .results .results-list__wrap:hover .text-wrap {
        opacity: 1; }
    #content .results .results-list .col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      font-size: 0; }
      @media screen and (max-width: 767px) {
        #content .results .results-list .col {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      #content .results .results-list .col .results-list__item {
        width: 50%;
        margin: 0 3.125% 0 0; }
        @media screen and (max-width: 767px) {
          #content .results .results-list .col .results-list__item {
            width: 100%;
            margin: 0 0 19px;
            font-size: 20px; } }
        #content .results .results-list .col .results-list__item:last-child {
          margin-right: 0; }
        #content .results .results-list .col .results-list__item .results-list__prize {
          font-size: 48px; }
          @media screen and (max-width: 767px) {
            #content .results .results-list .col .results-list__item .results-list__prize {
              font-size: 36px; } }
      #content .results .results-list .col--l {
        margin-bottom: 28px; }
        @media screen and (max-width: 767px) {
          #content .results .results-list .col--l {
            margin-bottom: 0; } }
      #content .results .results-list .col--s .results-list__item {
        width: 31.25%; }
        @media screen and (max-width: 767px) {
          #content .results .results-list .col--s .results-list__item {
            width: 100%; } }
        #content .results .results-list .col--s .results-list__item .results-list__prize {
          font-size: 40px; }
          @media screen and (max-width: 767px) {
            #content .results .results-list .col--s .results-list__item .results-list__prize {
              font-size: 36px; } }
  #content .results h2,
  #content .results .desc,
  #content .results .results-list {
    -webkit-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 70);
            transform: matrix(1, 0, 0, 1, 0, 70);
    opacity: 0; }
  #content .results .desc {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  #content .results .results-list {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  #content .results.inview h2,
  #content .results.inview .desc,
  #content .results.inview .results-list {
    -webkit-transform: inherit;
            transform: inherit;
    opacity: inherit; }

#content .news {
  /**
    animation
     */ }
  #content .news--finalist {
    padding: 0;
    width: 100%;
    background-color: #000; }
    @media screen and (max-width: 767px) {
      #content .news--finalist {
        padding: 0 6%;
        background: none; } }
    #content .news--finalist .news-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      max-width: 960px;
      padding: 20px 0;
      margin: auto; }
      @media screen and (max-width: 767px) {
        #content .news--finalist .news-area {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding: 0;
          min-height: 314px;
          background-color: #000; } }
      #content .news--finalist .news-area:hover img {
        -webkit-transform: scale(1.02);
                transform: scale(1.02); }
      #content .news--finalist .news-area .news-area__img {
        width: 180px;
        display: block;
        overflow: hidden; }
        @media screen and (max-width: 767px) {
          #content .news--finalist .news-area .news-area__img {
            width: 100%; } }
        #content .news--finalist .news-area .news-area__img img {
          width: 100%;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
      #content .news--finalist .news-area .news-area__text-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-left: 18px;
        max-width: 740px; }
        @media screen and (max-width: 767px) {
          #content .news--finalist .news-area .news-area__text-area {
            margin-left: 0;
            padding: 1em;
            width: 100%;
            min-height: 130px; } }
      #content .news--finalist .news-area .news-area__title {
        font-family: 'youfab_fix', 'Noto Sans Japanese', 'YakuHanJP', Avenir, ' Helvetica Neue ', Helvetica, Arial, Verdana, ' 游ゴシック ', ' Yu Gothic ', ' 游ゴシック体 ', ' YuGothic ', ' ヒラギノ角ゴ Pro W3 ', ' Hiragino Kaku Gothic Pro ', ' Meiryo UI ', ' メイリオ ', Meiryo, ' ＭＳ Ｐゴシック ', ' MS PGothic ', sans-serif;
        font-size: 22px;
        margin-bottom: 4px;
        text-align: left; }
        @media screen and (max-width: 767px) {
          #content .news--finalist .news-area .news-area__title {
            font-size: 20px;
            margin-bottom: 4px;
            width: 100%; } }
      #content .news--finalist .news-area .news-area__text {
        font-size: 14px;
        text-align: left;
        word-wrap: break-word;
        width: 100%;
        line-height: 1.6; }
        @media screen and (max-width: 767px) {
          #content .news--finalist .news-area .news-area__text {
            font-size: 15px;
            width: 100%; } }
  #content .news--result {
    padding: 0 0 0 80px;
    width: 50%;
    max-width: 1280px;
    position: relative;
    top: -150px; }
    @media screen and (max-width: 767px) {
      #content .news--result {
        width: auto;
        margin: 0;
        padding: 0 6%;
        background: none;
        position: relative;
        top: 0; } }
    #content .news--result .news-area {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      max-width: 560px;
      min-height: 135px;
      margin: 0 auto 0 0;
      padding: 0;
      background-color: #000; }
      @media screen and (max-width: 767px) {
        #content .news--result .news-area {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          min-height: 314px;
          margin: auto; } }
      #content .news--result .news-area:hover img {
        -webkit-transform: scale(1.02);
                transform: scale(1.02); }
      #content .news--result .news-area .news-area__img {
        width: 240px;
        display: block;
        overflow: hidden; }
        @media screen and (max-width: 767px) {
          #content .news--result .news-area .news-area__img {
            width: 100%; } }
        #content .news--result .news-area .news-area__img img {
          width: 100%;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
      #content .news--result .news-area .news-area__text-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 1em;
        width: 320px; }
        @media screen and (max-width: 767px) {
          #content .news--result .news-area .news-area__text-area {
            padding: 1em;
            width: 100%;
            min-height: 130px; } }
      #content .news--result .news-area .news-area__title {
        font-family: 'youfab_fix', 'Noto Sans Japanese', 'YakuHanJP', Avenir, ' Helvetica Neue ', Helvetica, Arial, Verdana, ' 游ゴシック ', ' Yu Gothic ', ' 游ゴシック体 ', ' YuGothic ', ' ヒラギノ角ゴ Pro W3 ', ' Hiragino Kaku Gothic Pro ', ' Meiryo UI ', ' メイリオ ', Meiryo, ' ＭＳ Ｐゴシック ', ' MS PGothic ', sans-serif;
        font-size: 22px;
        margin-bottom: 4px;
        text-align: left; }
        @media screen and (max-width: 767px) {
          #content .news--result .news-area .news-area__title {
            font-size: 20px;
            margin-bottom: 4px;
            width: 100%; } }
      #content .news--result .news-area .news-area__text {
        font-size: 14px;
        text-align: left;
        width: 100%;
        word-wrap: break-word;
        line-height: 1.6; }
        @media screen and (max-width: 767px) {
          #content .news--result .news-area .news-area__text {
            font-size: 15px;
            width: 100%; } }
  #content .news .news-area {
    -webkit-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    opacity: 0; }
  #content .news.inview .news-area {
    -webkit-transform: inherit;
            transform: inherit;
    opacity: inherit; }

#content .theme {
  padding: 0;
  /**
    animation
     */ }
  #content .theme .inner {
    padding: 0 20px 120px; }
    @media screen and (max-width: 767px) {
      #content .theme .inner {
        padding: 0 6% 60px;
        width: 100%; } }
  #content .theme .sect_title {
    width: 78px;
    margin: 0 auto 22px; }
    @media screen and (max-width: 767px) {
      #content .theme .sect_title {
        width: 45px;
        margin-bottom: 12px; } }
    #content .theme .sect_title img {
      width: 100%; }
  #content .theme .sect_lead {
    width: 487px;
    margin: 0 auto 28px; }
    @media screen and (max-width: 767px) {
      #content .theme .sect_lead {
        max-width: 303.5px;
        width: 91.9697%;
        margin-bottom: 18px; } }
    #content .theme .sect_lead img {
      width: 100%; }
  #content .theme .desc {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 80px; }
    @media screen and (max-width: 767px) {
      #content .theme .desc {
        text-align: left;
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 44px;
        padding: 0; } }
  #content .theme .title {
    font-size: 48px;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'youfab_fix', 'Noto Sans Japanese', 'YakuHanJP', Avenir, ' Helvetica Neue ', Helvetica, Arial, Verdana, ' 游ゴシック ', ' Yu Gothic ', ' 游ゴシック体 ', ' YuGothic ', ' ヒラギノ角ゴ Pro W3 ', ' Hiragino Kaku Gothic Pro ', ' Meiryo UI ', ' メイリオ ', Meiryo, ' ＭＳ Ｐゴシック ', ' MS PGothic ', sans-serif; }
    @media screen and (max-width: 767px) {
      #content .theme .title {
        font-size: 36px;
        margin-bottom: 14px; } }
  #content .theme .movie_wrap {
    max-width: 940px;
    margin: 0 auto 64px; }
    @media screen and (max-width: 767px) {
      #content .theme .movie_wrap {
        width: 100%;
        margin-bottom: 30px; } }
  #content .theme .movie {
    padding: 56.25% 0 0;
    width: 100%;
    position: relative; }
    #content .theme .movie iframe {
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      position: absolute; }
  #content .theme .button_wrap {
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      #content .theme .button_wrap {
        margin-bottom: 40px; } }
  #content .theme .sect_title, #content .theme .sect_lead, #content .theme .desc, #content .theme .title {
    -webkit-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 70);
            transform: matrix(1, 0, 0, 1, 0, 70);
    opacity: 0; }
  #content .theme .sect_lead {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  #content .theme .desc {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  #content .theme .title {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s; }
  #content .theme.inview .sect_title, #content .theme.inview .sect_lead, #content .theme.inview .desc, #content .theme.inview .title {
    -webkit-transform: inherit;
            transform: inherit;
    opacity: inherit; }

#content .judges_awards {
  color: #fff;
  background-color: #000;
  padding: 0;
  /**
    animation
     */ }
  #content .judges_awards .inner {
    padding: 116px 0 120px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #content .judges_awards .inner {
        padding: 56px 0 60px;
        width: 100%; } }
  #content .judges_awards .sect_title {
    font-size: 64px;
    margin-bottom: 24px; }
    @media screen and (max-width: 767px) {
      #content .judges_awards .sect_title {
        font-size: 48px;
        margin-bottom: 24px; } }
  #content .judges_awards .judges_list {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      #content .judges_awards .judges_list {
        max-width: 400px; } }
    #content .judges_awards .judges_list .judges_list__item {
      margin-right: 1.38889%;
      max-width: 264px;
      min-width: 240px;
      width: 18.33333%; }
      @media screen and (max-width: 767px) {
        #content .judges_awards .judges_list .judges_list__item {
          margin-right: 20px;
          margin-bottom: 16px;
          max-width: 155px;
          min-width: auto;
          width: 41.33333%; }
          #content .judges_awards .judges_list .judges_list__item:nth-child(even) {
            margin-right: 0; } }
      #content .judges_awards .judges_list .judges_list__item:last-child {
        margin-right: 0;
        margin-bottom: 0; }
    #content .judges_awards .judges_list .thumb {
      position: relative;
      cursor: pointer; }
    #content .judges_awards .judges_list .name {
      font-size: 18px;
      margin: 14px 0 10px; }
      @media screen and (max-width: 767px) {
        #content .judges_awards .judges_list .name {
          font-size: 13px;
          margin: 10px 0 2px; } }
    #content .judges_awards .judges_list .cap {
      font-size: 12px;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        #content .judges_awards .judges_list .cap {
          font-size: 11px; } }
    #content .judges_awards .judges_list .thumb_item {
      width: 100%;
      position: relative; }
      #content .judges_awards .judges_list .thumb_item::before {
        content: "";
        background-image: url(../../images/top2020/img-judge-icon.png);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 4px;
        right: 4px;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        @media screen and (max-width: 767px) {
          #content .judges_awards .judges_list .thumb_item::before {
            width: 20px;
            height: 20px;
            top: 2px;
            right: 2px; } }
      @media screen and (min-width: 768px) {
        #content .judges_awards .judges_list .thumb_item::after {
          content: "";
          background-image: url(../../images/top2020/img-readmore.png);
          background-repeat: no-repeat;
          background-size: 100%;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          opacity: 0;
          position: absolute;
          -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out; }
        #content .judges_awards .judges_list .thumb_item:hover::before {
          opacity: 0; }
        #content .judges_awards .judges_list .thumb_item:hover::after {
          opacity: 1; } }
      #content .judges_awards .judges_list .thumb_item img {
        width: 100%;
        height: auto; }
    #content .judges_awards .judges_list .ribbon {
      width: 100%;
      height: 32px;
      padding: 0 4px;
      position: absolute;
      bottom: 4px;
      left: 0; }
      @media screen and (max-width: 767px) {
        #content .judges_awards .judges_list .ribbon {
          height: 20px;
          padding: 0 2px; } }
      #content .judges_awards .judges_list .ribbon span {
        color: #fff;
        font-size: 16px;
        background-color: #d71518;
        width: 100%;
        height: 100%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 1px; }
        @media screen and (max-width: 767px) {
          #content .judges_awards .judges_list .ribbon span {
            font-size: 11px;
            padding-bottom: 0; } }

.mod-modal > .judges_awards__modal .img {
  width: 240px;
  text-align: center;
  margin: 0 auto;
  padding: 0 0 2.96296%; }
  .mod-modal > .judges_awards__modal .img span {
    display: inline-block;
    overflow: hidden; }
  .mod-modal > .judges_awards__modal .img img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 767px) {
    .mod-modal > .judges_awards__modal .img {
      width: 60.625%;
      padding: 9.375% 0 4.0625%; } }

.mod-modal > .judges_awards__modal .text-inner {
  position: relative;
  top: 0;
  width: 656px;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .mod-modal > .judges_awards__modal .text-inner {
      left: 0;
      width: 100%;
      margin: 0 auto;
      padding: 0 10px; } }
  @media screen and (max-width: 767px) {
    .mod-modal > .judges_awards__modal .text-inner .mod-modal__close {
      top: -215px; } }

.mod-modal > .judges_awards__modal h3 {
  margin: 0 0 14px 0;
  font-size: 30px;
  line-height: 1.2; }
  @media screen and (max-width: 767px) {
    .mod-modal > .judges_awards__modal h3 {
      margin: 0 0 14px 0;
      font-size: 20px;
      line-height: 1.2; } }

.mod-modal > .judges_awards__modal .cap {
  margin: 0.55556% 0 0;
  font-size: 12px; }
  @media screen and (max-width: 767px) {
    .mod-modal > .judges_awards__modal .cap {
      margin: -1.11111% 0 0;
      font-size: 12px; } }

.mod-modal > .judges_awards__modal .text {
  margin: 2.88889% auto 2.66667%;
  font-size: 16px;
  line-height: 24px;
  word-wrap: break-word;
  font-weight: 300; }
  @media screen and (max-width: 767px) {
    .mod-modal > .judges_awards__modal .text {
      padding: 7.40741% 0 6.2963%;
      font-size: 12px;
      line-height: 19px; } }

.mod-modal > .judges_awards__modal a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .mod-modal > .judges_awards__modal a:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; } }
  @media screen and (max-width: 767px) {
    .mod-modal > .judges_awards__modal a {
      font-size: 12px;
      line-height: 19px;
      text-align: left; } }

.mod-modal > .judges_awards__modal .link {
  margin-bottom: 0.3em; }
  .mod-modal > .judges_awards__modal .link a {
    position: relative;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .mod-modal > .judges_awards__modal .link a::before {
      content: '';
      width: 100%;
      height: 1px;
      background-color: #fff;
      position: absolute;
      bottom: -4px;
      left: 0; }
    @media screen and (min-width: 768px) {
      .mod-modal > .judges_awards__modal .link a:hover {
        opacity: 0.8; } }

.mod-modal > .judges_awards__modal .rounded_button {
  display: block;
  width: 200px;
  background-color: #d71518;
  border: 1px solid #d71518;
  color: #fff;
  margin: 40px auto; }
  @media screen and (min-width: 768px) {
    .mod-modal > .judges_awards__modal .rounded_button {
      -webkit-transition: all 0.18s ease-out;
      transition: all 0.18s ease-out; }
      .mod-modal > .judges_awards__modal .rounded_button:hover {
        background-color: #000;
        color: #d71518; } }
  @media screen and (max-width: 767px) {
    .mod-modal > .judges_awards__modal .rounded_button {
      margin: 20px auto; } }

#content .special_prize {
  background-color: #ebecec;
  background-image: url(../../images/top2020/bg-prize.jpg);
  background-size: 1456px 776px;
  background-repeat: no-repeat;
  background-position: calc(50% - 7px) center;
  color: #000;
  padding: 0;
  /**
    animation
     */ }
  @media screen and (max-width: 767px) {
    #content .special_prize {
      background: #ebecec;
      position: relative; }
      #content .special_prize::before {
        content: '';
        width: 100%;
        height: 154px;
        background-size: 509.5px 154px;
        background-position: center 3px;
        background-image: url(../../images/top2020/bg-prize-top_sp.png);
        top: 0;
        left: 0;
        position: absolute; }
      #content .special_prize::after {
        content: '';
        width: 100%;
        height: 200.5px;
        background-size: 492.5px 194.5px;
        background-position: center top;
        background-image: url(../../images/top2020/bg-prize-bottom_sp.png);
        bottom: 0;
        left: 0;
        position: absolute; } }
  #content .special_prize .inner {
    padding: 116px 0 120px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #content .special_prize .inner {
        padding: 156px 6% 160px; } }
  #content .special_prize .sect_title {
    width: 165px;
    margin: 0 auto 30px; }
    @media screen and (max-width: 767px) {
      #content .special_prize .sect_title {
        width: 96px;
        margin-bottom: 6px; } }
    #content .special_prize .sect_title img {
      width: 100%;
      height: auto; }
  #content .special_prize .prize_lead {
    height: 46px;
    margin: 0 auto 64px; }
    @media screen and (max-width: 767px) {
      #content .special_prize .prize_lead {
        height: 34px;
        margin-bottom: 35px; } }
    #content .special_prize .prize_lead img {
      width: auto;
      height: 100%; }
  #content .special_prize .prize_logo {
    width: 360px;
    margin: 0 auto 18px; }
    @media screen and (max-width: 767px) {
      #content .special_prize .prize_logo {
        width: 240px;
        margin-bottom: 14px; } }
    #content .special_prize .prize_logo img {
      width: 100%; }
  #content .special_prize .desc {
    margin: 0 auto 57px;
    font-size: 16px;
    line-height: 1.75;
    padding: 0; }
    @media screen and (max-width: 767px) {
      #content .special_prize .desc {
        font-size: 15px;
        line-height: 1.6;
        width: 100%;
        text-align: left;
        margin-bottom: 30px; } }
  #content .special_prize .rounded_button {
    position: relative;
    z-index: 10; }
  #content .special_prize .sect_title, #content .special_prize .prize_lead, #content .special_prize .prize_logo, #content .special_prize .desc {
    -webkit-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 70);
            transform: matrix(1, 0, 0, 1, 0, 70);
    opacity: 0; }
  #content .special_prize .prize_logo {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  #content .special_prize .desc {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  #content .special_prize.inview .sect_title, #content .special_prize.inview .prize_lead, #content .special_prize.inview .prize_logo, #content .special_prize.inview .desc {
    -webkit-transform: inherit;
            transform: inherit;
    opacity: inherit; }

#content .about_youfab {
  background-color: #fff;
  color: #000;
  padding: 0;
  /**
    animation
     */ }
  #content .about_youfab .inner {
    padding: 116px 0 120px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #content .about_youfab .inner {
        padding: 54px 6% 60px; } }
  #content .about_youfab .sect_title {
    font-size: 64px;
    margin-bottom: 16px; }
    @media screen and (max-width: 767px) {
      #content .about_youfab .sect_title {
        font-size: 48px;
        margin-bottom: 20px; } }
  #content .about_youfab .sect_title + .desc {
    font-size: 16px;
    line-height: 1.75;
    width: 960px;
    margin: 0 auto 36px;
    padding: 0; }
    @media screen and (max-width: 767px) {
      #content .about_youfab .sect_title + .desc {
        font-size: 15px;
        line-height: 1.6;
        width: 100%;
        margin-bottom: 30px;
        text-align: left; } }
  #content .about_youfab .sect_title, #content .about_youfab .desc {
    -webkit-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 70);
            transform: matrix(1, 0, 0, 1, 0, 70);
    opacity: 0; }
  #content .about_youfab .desc {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  #content .about_youfab.inview .sect_title, #content .about_youfab.inview .desc {
    -webkit-transform: inherit;
            transform: inherit;
    opacity: inherit; }

#content .messages {
  overflow: hidden;
  color: #fff;
  /**
    parallax
     */
  /**
    animation
     */ }
  #content .messages .slick-slide {
    margin-right: 20px;
    height: auto; }
  #content .messages .message-list {
    max-width: 1400px;
    margin: 50px auto;
    padding: 0 80px;
    visibility: hidden; }
    #content .messages .message-list.visible {
      visibility: visible; }
    #content .messages .message-list .slide-wrap {
      position: relative;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        #content .messages .message-list .slide-wrap {
          border-radius: 0;
          text-align: center; } }
      #content .messages .message-list .slide-wrap:hover .text-wrap {
        opacity: 1; }
    #content .messages .message-list .text-wrap {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      -webkit-transition: all 0.18s ease-out;
      transition: all 0.18s ease-out; }
    #content .messages .message-list .text-box {
      width: 100%;
      height: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      padding: 2%; }
    #content .messages .message-list .text-inner {
      display: table;
      table-layout: fixed;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.85);
      color: #fff;
      border-radius: 50%; }
      #content .messages .message-list .text-inner div {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
    #content .messages .message-list h4 {
      padding: 17px 17px 3px;
      font-size: 18px;
      font-weight: 300; }
    #content .messages .message-list .lead {
      padding: 0 17px 17px;
      font-size: 12px;
      line-height: 20px;
      font-weight: 300; }
    #content .messages .message-list .img {
      position: relative;
      z-index: 1;
      border-radius: 50%;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        #content .messages .message-list .img {
          display: inline-block; } }
      #content .messages .message-list .img img {
        max-width: 100%;
        height: auto;
        vertical-align: top;
        -webkit-transition: all 0.18s ease-out;
        transition: all 0.18s ease-out; }
  #content .messages .slick-prev, #content .messages .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 21px;
    height: 40px;
    padding: 0;
    margin: 0;
    margin-top: -44px;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    -webkit-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out; }
    #content .messages .slick-prev:before, #content .messages .slick-next:before {
      content: "" !important; }
  #content .messages .slick-prev:hover, #content .messages .slick-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }
  #content .messages .slick-prev {
    left: 30px;
    background: url(../../images/top2020/btn-prev.png) no-repeat; }
  #content .messages .slick-next {
    right: 30px;
    background: url(../../images/top2020/btn-next.png) no-repeat; }
  #content .messages .slick-dots {
    padding-top: 30px;
    left: 0; }
    #content .messages .slick-dots li button {
      width: 8px;
      height: 8px;
      border: 1px solid #fff;
      -webkit-transform: rotate(0);
      transform: rotate(0);
      border-radius: 50%; }
    #content .messages .slick-dots .slick-active button {
      border: 1px solid #d71518; }
  #content .messages .rounded_button {
    display: none; }
  @media screen and (max-width: 767px) {
    #content .messages h2 {
      margin: 0 0 20px;
      font-size: 30px; }
    #content .messages .lead {
      margin: 0 0 25px;
      font-size: 12px;
      line-height: 1.75; }
    #content .messages .slick-slide {
      margin-right: 20px; }
    #content .messages .message-list {
      font-size: 0;
      padding: 0 0 0 1.5625%;
      text-align: left;
      margin-bottom: 25px; }
      #content .messages .message-list > div {
        display: inline-block;
        width: 44.44444%;
        margin: 0 0 3.1746% 3.1746%;
        font-size: 12px; }
      #content .messages .message-list .slide-wrap {
        position: relative;
        cursor: pointer; }
        #content .messages .message-list .slide-wrap:hover .text-wrap {
          opacity: 1; }
      #content .messages .message-list .text-wrap {
        display: none; }
    #content .messages .rounded_button {
      display: inline-block; } }
  #content .messages + .parallax {
    z-index: 2; }
    #content .messages + .parallax .visual {
      height: 1400px; }
  #content .messages .sect_title, #content .messages .desc, #content .messages .message-list {
    -webkit-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 70);
            transform: matrix(1, 0, 0, 1, 0, 70);
    opacity: 0; }
  #content .messages .desc {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  #content .messages .message-list {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  #content .messages .rounded_button {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s; }
  #content .messages.inview .sect_title, #content .messages.inview .desc, #content .messages.inview .message-list {
    -webkit-transform: inherit;
            transform: inherit;
    opacity: inherit; }

/**

 */
.mod-modal > .messages__modal .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  text-align: left;
  margin: 40px 0; }
  @media screen and (max-width: 767px) {
    .mod-modal > .messages__modal .inner {
      width: 100%; } }
  .mod-modal > .messages__modal .inner .img {
    width: 25%;
    height: auto;
    border-radius: 50%;
    overflow: hidden; }
    .mod-modal > .messages__modal .inner .img img {
      width: 100%;
      vertical-align: top; }
    @media screen and (max-width: 767px) {
      .mod-modal > .messages__modal .inner .img {
        display: none; } }
  .mod-modal > .messages__modal .inner .right {
    width: 70%;
    color: #fff;
    position: relative; }
    @media screen and (max-width: 767px) {
      .mod-modal > .messages__modal .inner .right {
        width: 100%; } }
    .mod-modal > .messages__modal .inner .right h4 {
      margin: 0 0 6px;
      font-size: 24px;
      padding-right: 35px; }
      @media screen and (max-width: 767px) {
        .mod-modal > .messages__modal .inner .right h4 {
          font-size: 20px; } }
    .mod-modal > .messages__modal .inner .right .cat {
      padding-right: 35px;
      font-size: 12px;
      line-height: 22px; }
      @media screen and (max-width: 767px) {
        .mod-modal > .messages__modal .inner .right .cat {
          font-size: 10px;
          line-height: 1.3; } }
    .mod-modal > .messages__modal .inner .right .text {
      margin: 23px 0 0;
      line-height: 1.7; }
      @media screen and (max-width: 767px) {
        .mod-modal > .messages__modal .inner .right .text {
          font-size: 12px;
          line-height: 1.7; } }

.mod-modal > .messages__modal .rounded_button {
  background-color: #d71518;
  border: 1px solid #d71518;
  color: #fff;
  margin: 40px auto; }
  @media screen and (min-width: 768px) {
    .mod-modal > .messages__modal .rounded_button {
      -webkit-transition: all 0.18s ease-out;
      transition: all 0.18s ease-out; }
      .mod-modal > .messages__modal .rounded_button:hover {
        background-color: #000;
        color: #d71518; } }
  @media screen and (max-width: 767px) {
    .mod-modal > .messages__modal .rounded_button {
      margin: 20px auto; } }

#content .past_awards {
  color: #fff;
  padding: 0;
  /**
    animation
     */ }
  #content .past_awards .inner {
    padding: 116px 0 120px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #content .past_awards .inner {
        padding: 56px 0 60px; } }
  #content .past_awards .sect_title {
    font-size: 64px;
    margin-bottom: 16px; }
    @media screen and (max-width: 767px) {
      #content .past_awards .sect_title {
        font-size: 48px;
        margin-bottom: 18px;
        letter-spacing: -0.03em; } }
  #content .past_awards .sect_title + .desc {
    font-size: 16px;
    line-height: 1.75;
    margin: 0 auto 40px;
    padding: 0;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #content .past_awards .sect_title + .desc {
        font-size: 15px;
        line-height: 1.6;
        width: 100%;
        margin-bottom: 32px; } }
  #content .past_awards .thumbs {
    width: 100%;
    font-size: 0;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      #content .past_awards .thumbs {
        white-space: normal; } }
    #content .past_awards .thumbs .thumb {
      display: inline-block;
      cursor: pointer;
      overflow: hidden;
      position: relative; }
      #content .past_awards .thumbs .thumb::before {
        content: '';
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(rgba(0, 0, 0, 0.3)));
        background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.3) 100%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        pointer-events: none; }
    #content .past_awards .thumbs img {
      width: 100%;
      height: auto;
      position: relative; }
      @media screen and (min-width: 768px) {
        #content .past_awards .thumbs img {
          -webkit-transition: all 0.18s ease-out;
          transition: all 0.18s ease-out; }
          #content .past_awards .thumbs img:hover {
            -webkit-transform: scale(1.02);
            transform: scale(1.02); } }
    #content .past_awards .thumbs .textarea {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100%;
      max-width: 540px;
      z-index: 20;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      #content .past_awards .thumbs .textarea .text {
        width: 100%;
        text-align: center;
        display: block;
        margin-bottom: 0.8em;
        line-height: 1;
        font-size: 16px;
        color: #fff;
        white-space: break-spaces; }
        #content .past_awards .thumbs .textarea .text:last-child {
          margin-bottom: 1.2em; }
        @media screen and (max-width: 767px) {
          #content .past_awards .thumbs .textarea .text {
            font-size: 11px;
            margin-bottom: 0.6em; } }
    @media screen and (max-width: 767px) {
      #content .past_awards .thumbs.large {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    #content .past_awards .thumbs.large .thumb {
      width: calc(100% / 3); }
      @media screen and (max-width: 767px) {
        #content .past_awards .thumbs.large .thumb {
          width: 80%; } }
    #content .past_awards .thumbs.middle .thumb {
      width: calc(100% / 5); }
      @media screen and (max-width: 767px) {
        #content .past_awards .thumbs.middle .thumb {
          width: 50%; } }
    #content .past_awards .thumbs.small .thumb {
      width: calc(100% / 8); }
      #content .past_awards .thumbs.small .thumb:nth-of-type(n+9) {
        display: none; }
      @media screen and (max-width: 767px) {
        #content .past_awards .thumbs.small .thumb {
          width: calc(100% / 3); }
          #content .past_awards .thumbs.small .thumb:nth-of-type(n+7) {
            display: none; } }
  #content .past_awards .link {
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      #content .past_awards .link {
        width: 100%; } }
    #content .past_awards .link ul {
      overflow: hidden;
      max-width: 1440px;
      margin: 0 auto;
      border-left: 1px solid #313131;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        #content .past_awards .link ul {
          border: none; } }
    #content .past_awards .link li {
      float: left;
      width: 33.33333%;
      border-right: 1px solid #313131;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media screen and (max-width: 767px) {
        #content .past_awards .link li:last-child {
          border: none; } }
      #content .past_awards .link li a {
        position: relative;
        display: block;
        padding: 13px 0 13px;
        font-family: 'youfab_fix', 'Noto Sans Japanese', 'YakuHanJP', Avenir, ' Helvetica Neue ', Helvetica, Arial, Verdana, ' 游ゴシック ', ' Yu Gothic ', ' 游ゴシック体 ', ' YuGothic ', ' ヒラギノ角ゴ Pro W3 ', ' Hiragino Kaku Gothic Pro ', ' Meiryo UI ', ' メイリオ ', Meiryo, ' ＭＳ Ｐゴシック ', ' MS PGothic ', sans-serif;
        text-align: center;
        font-size: 24px;
        line-height: 1; }
        #content .past_awards .link li a:after {
          content: "";
          height: 12px;
          width: 12px;
          position: absolute;
          top: 18px;
          right: 3.95833%;
          background: url(../../images/icon-link_black.png) no-repeat;
          background-size: 12px 12px; }
        @media screen and (min-width: 768px) {
          #content .past_awards .link li a {
            background-color: rgba(0, 0, 0, 0);
            -webkit-transition: all 0.18s ease-out;
            transition: all 0.18s ease-out; }
            #content .past_awards .link li a:hover {
              background-color: black;
              color: #fff; }
              #content .past_awards .link li a:hover:after {
                background-image: url(../../images/icon-link.png); } }
        @media screen and (max-width: 767px) {
          #content .past_awards .link li a {
            font-size: 21px; } }
  #content .past_awards .sect_title, #content .past_awards .desc, #content .past_awards .thumbs, #content .past_awards .scroller {
    -webkit-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 70);
            transform: matrix(1, 0, 0, 1, 0, 70);
    opacity: 0; }
  #content .past_awards .desc {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  #content .past_awards .thumbs, #content .past_awards .scroller {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }
  #content .past_awards.inview .sect_title, #content .past_awards.inview .desc, #content .past_awards.inview .thumbs, #content .past_awards.inview .scroller {
    -webkit-transform: inherit;
            transform: inherit;
    opacity: inherit; }
  #content .past_awards .past-awards--carousel {
    width: 100%;
    overflow: hidden; }

/**

 */
.mod-modal > .past_awards__modal .mod-modal__wrap {
  width: 800px; }
  @media screen and (max-width: 767px) {
    .mod-modal > .past_awards__modal .mod-modal__wrap {
      width: 90.625%; } }

.mod-modal > .past_awards__modal .inner {
  position: relative;
  width: 100%;
  padding-top: 60px; }
  .mod-modal > .past_awards__modal .inner img {
    display: block;
    width: 100%; }
  .mod-modal > .past_awards__modal .inner .info {
    position: relative;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .mod-modal > .past_awards__modal .inner .info {
        text-align: center; } }
    .mod-modal > .past_awards__modal .inner .info .title {
      font-size: 14px;
      line-height: 28px;
      margin: 0;
      text-align: left;
      color: #fff; }
    .mod-modal > .past_awards__modal .inner .info .name {
      font-size: 14px;
      line-height: 28px;
      margin: 0;
      text-align: left;
      color: #fff; }
    .mod-modal > .past_awards__modal .inner .info a.rounded_button {
      position: absolute;
      top: 0;
      right: 0; }
      @media screen and (max-width: 767px) {
        .mod-modal > .past_awards__modal .inner .info a.rounded_button {
          position: inherit;
          margin: 20px auto; } }
  .mod-modal > .past_awards__modal .inner .mod-modal__close {
    top: 10px; }

#content .news_reports {
  color: #fff;
  padding: 0;
  /**
    parallax
     */
  /**
    animation
     */ }
  #content .news_reports .inner {
    padding: 136px 0 136px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #content .news_reports .inner {
        padding: 40px 0 60px; } }
  #content .news_reports .sect_title {
    font-size: 64px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      #content .news_reports .sect_title {
        font-size: 48px;
        margin-bottom: 25px;
        letter-spacing: -0.03em; } }
  #content .news_reports .news-list {
    margin-bottom: 57px;
    overflow: hidden;
    max-width: 1360px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto; }
  #content .news_reports .news-post {
    float: left;
    position: relative;
    width: 31.25%;
    height: auto;
    margin: 0 0 0 3.125%;
    text-align: left; }
    #content .news_reports .news-post:first-child {
      margin: 0;
      animation-delay: 0.2s;
      -webkit-animation-delay: 0.2s; }
    #content .news_reports .news-post:nth-child(2) {
      animation-delay: 0.4s;
      -webkit-animation-delay: 0.4s; }
    #content .news_reports .news-post:nth-child(3) {
      animation-delay: 0.6s;
      -webkit-animation-delay: 0.6s; }
    #content .news_reports .news-post img {
      width: 100%; }
    #content .news_reports .news-post a {
      display: block;
      color: #fff; }
      #content .news_reports .news-post a:hover {
        opacity: 1; }
        #content .news_reports .news-post a:hover .img p {
          -webkit-transform: scale(1.02);
          transform: scale(1.02); }
    #content .news_reports .news-post .img {
      overflow: hidden; }
      #content .news_reports .news-post .img p {
        padding: 56.25% 0 0;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 0.18s ease-out;
        transition: all 0.18s ease-out; }
    #content .news_reports .news-post .cat {
      display: inline-block;
      padding: 6px 9px 1px;
      background: #000;
      font-size: 20px;
      line-height: 1.2;
      vertical-align: top;
      margin: 0 5px 0 0;
      font-family: 'youfab_fix', 'Noto Sans Japanese', 'YakuHanJP', Avenir, ' Helvetica Neue ', Helvetica, Arial, Verdana, ' 游ゴシック ', ' Yu Gothic ', ' 游ゴシック体 ', ' YuGothic ', ' ヒラギノ角ゴ Pro W3 ', ' Hiragino Kaku Gothic Pro ', ' Meiryo UI ', ' メイリオ ', Meiryo, ' ＭＳ Ｐゴシック ', ' MS PGothic ', sans-serif; }
    #content .news_reports .news-post .text {
      display: inline-block;
      line-height: 30px;
      vertical-align: top;
      font-style: italic;
      font-weight: 300;
      font-size: 13px;
      position: relative;
      top: 3px; }
    #content .news_reports .news-post h3 {
      margin: 11px 0 0;
      font-weight: 300;
      line-height: 1.5; }
  @media screen and (max-width: 767px) {
    #content .news_reports .news-list {
      width: 90.625%;
      margin: 0 auto;
      max-width: auto;
      padding-left: 0;
      padding-right: 0; }
    #content .news_reports .news-post {
      width: 100%;
      margin: 0; }
      #content .news_reports .news-post:first-child {
        margin: 0; }
      #content .news_reports .news-post a {
        display: block; }
      #content .news_reports .news-post .img {
        overflow: hidden; }
      #content .news_reports .news-post .cat {
        padding: 4px 6px 0px;
        font-size: 14px;
        margin: 0 2px 0 0; }
      #content .news_reports .news-post .text {
        line-height: 20px;
        font-size: 9px; }
      #content .news_reports .news-post h3 {
        margin: 5px 0 0;
        font-size: 14px; }
    #content .news_reports .slick-dots {
      bottom: 0;
      padding: 16px 0 27px; }
      #content .news_reports .slick-dots .slick-active button {
        background: #d71518;
        border: 1px solid #d71518; }
      #content .news_reports .slick-dots li button {
        cursor: pointer;
        border: 1px solid #d71518;
        background: none;
        text-indent: -9999px;
        display: inline-block;
        width: 5px;
        height: 5px;
        margin: 0 5px;
        outline: 0;
        padding: 0;
        border: 1px solid #fff;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        border-radius: 50%; } }
  #content .news_reports + .parallax {
    z-index: 1; }
    #content .news_reports + .parallax .visual {
      height: 1467px; }
  #content .news_reports .sect_title, #content .news_reports .news-list {
    -webkit-transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 70);
            transform: matrix(1, 0, 0, 1, 0, 70);
    opacity: 0; }
  #content .news_reports .news-list {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  #content .news_reports.inview .sect_title, #content .news_reports.inview .news-list {
    -webkit-transform: inherit;
            transform: inherit;
    opacity: inherit; }

#content .supporters {
  background-color: #fff;
  color: #000;
  padding: 0; }
  #content .supporters .inner {
    padding: 120px 0 113px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      #content .supporters .inner {
        padding: 60px 6% 58px; } }
  #content .supporters .sponsor_title {
    width: auto;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    margin: 0 auto 36px;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 767px) {
      #content .supporters .sponsor_title {
        font-size: 17px;
        margin-bottom: 18px; } }
    #content .supporters .sponsor_title img {
      width: auto;
      height: 100%;
      position: relative; }
  #content .supporters .sponsor_title.bottom-m {
    width: auto;
    height: 19px;
    margin: 0 auto 20px; }
    @media screen and (max-width: 767px) {
      #content .supporters .sponsor_title.bottom-m {
        height: 13.5px;
        margin-bottom: 20px; } }
    #content .supporters .sponsor_title.bottom-m img {
      width: auto;
      height: 100%;
      position: relative; }
  #content .supporters .sponsor_title.bottom-s {
    width: auto;
    height: 19px;
    margin: 0 auto 0px; }
    @media screen and (max-width: 767px) {
      #content .supporters .sponsor_title.bottom-s {
        height: 13.5px;
        margin-bottom: 4px; } }
    #content .supporters .sponsor_title.bottom-s img {
      width: auto;
      height: 100%;
      position: relative; }
  #content .supporters .sponsor_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 960px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #content .supporters .sponsor_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    #content .supporters .sponsor_list.column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 1px solid #e8e8e9;
      margin-bottom: 40px;
      padding-bottom: 40px; }
      @media screen and (max-width: 767px) {
        #content .supporters .sponsor_list.column {
          margin-bottom: 20px;
          padding-bottom: 20px; } }
  #content .supporters .block {
    width: 448px; }
    @media screen and (max-width: 767px) {
      #content .supporters .block {
        width: auto;
        border-bottom: 1px solid #e8e8e9;
        padding-bottom: 16px;
        margin-bottom: 16px; }
        #content .supporters .block:last-child {
          border-bottom: none;
          padding-bottom: 0;
          margin-bottom: 0; } }
  #content .supporters .sponsor_list__item {
    margin-bottom: 36px; }
    #content .supporters .sponsor_list__item:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 767px) {
      #content .supporters .sponsor_list__item {
        margin-bottom: 18px; } }
  #content .supporters .sponsor_list__title {
    width: auto;
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      #content .supporters .sponsor_list__title {
        font-size: 11px;
        margin-bottom: 11px; } }
  #content .supporters .sponsor_list__link {
    width: 296px;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      #content .supporters .sponsor_list__link {
        width: 234px; } }
    #content .supporters .sponsor_list__link img {
      width: 100%;
      height: auto;
      position: relative; }
  #content .supporters .sponsor_list__text {
    font-size: 14px;
    line-height: 1.71;
    text-align: left; }
    @media screen and (max-width: 767px) {
      #content .supporters .sponsor_list__text {
        font-size: 15px;
        line-height: 1.6; } }

#content .info {
  background-color: #d71518;
  color: #fff;
  padding: 118px 0 122px;
  font-family: 'Ropa Sans', 'Noto Sans Japanese', 'YakuHanJP', Avenir, ' Helvetica Neue ', Helvetica, Arial, Verdana,  ' 游ゴシック ', ' Yu Gothic ', ' 游ゴシック体 ', ' YuGothic ', ' ヒラギノ角ゴ Pro W3 ', ' Hiragino Kaku Gothic Pro ', ' Meiryo UI ', ' メイリオ ', Meiryo, ' ＭＳ Ｐゴシック ', ' MS PGothic ', sans-serif; }
  @media screen and (max-width: 767px) {
    #content .info {
      padding: 54px 19.5px 61px; } }
  #content .info .sect_title img {
    width: 777px; }
  @media screen and (max-width: 767px) {
    #content .info .sect_title img {
      max-width: 334.5px;
      width: 89.2%; } }
  #content .info .sect_title_jp {
    font-size: 32px;
    font-weight: 200; }
    @media screen and (max-width: 767px) {
      #content .info .sect_title_jp {
        font-size: 25px; } }
  #content .info .sect_title_jp + .desc {
    font-size: 16px;
    line-height: 1.33;
    margin-top: 34px; }
    @media screen and (max-width: 767px) {
      #content .info .sect_title_jp + .desc {
        font-size: 18px;
        text-align: left;
        margin: 14px 0 0;
        padding: 0; } }
  #content .info .sect_title + .desc {
    font-size: 24px;
    line-height: 1.33;
    margin-top: 34px;
    letter-spacing: 0.14em; }
    @media screen and (max-width: 767px) {
      #content .info .sect_title + .desc {
        font-size: 18px;
        text-align: left;
        margin: 14px 0 0;
        padding: 0; } }
  #content .info .mail-form {
    position: relative;
    width: 840px;
    height: 48px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 28px; }
  #content .info input {
    position: absolute;
    top: 0;
    height: 100%; }
    #content .info input[type=text] {
      display: none; }
    #content .info input[type=email] {
      left: 0;
      padding-left: 48px;
      height: 48px;
      width: 650px;
      text-indent: 0;
      color: #000;
      border: 1px solid #fff;
      border-radius: 25px 0 0 25px;
      background-color: #fff;
      background-image: url(../../images/top2020/mail_icon.svg);
      background-position: 19px 16px;
      background-repeat: no-repeat;
      background-size: 20px auto;
      -webkit-transition: all 0.18s ease-out;
      transition: all 0.18s ease-out;
      font-size: 16px; }
      #content .info input[type=email]:hover {
        border: 1px solid #bfbfbf;
        border-radius: 25px 0 0 25px; }
      #content .info input[type=email]:focus {
        outline: none; }
    #content .info input[type=submit] {
      font-size: 13px;
      right: 0;
      width: 190px;
      border: 1px solid #000;
      border-radius: 0 25px 25px 0;
      background-color: #000;
      -webkit-transition: all 0.18s ease-out;
      transition: all 0.18s ease-out;
      -webkit-appearance: button;
      color: #fff;
      padding: 17px 6px;
      cursor: pointer; }
      #content .info input[type=submit]:hover {
        color: #000;
        background-color: #d71518; }
  @media screen and (max-width: 767px) {
    #content .info .mail-form {
      position: relative;
      max-width: 336px;
      width: 100%;
      height: 40px;
      margin-right: auto;
      margin-left: auto;
      margin-top: 40px; }
    #content .info input {
      position: absolute;
      top: 0;
      height: 100%; }
      #content .info input[type=text] {
        display: none; }
      #content .info input[type=email] {
        height: 40px;
        max-width: 208.5px;
        width: 62.05357%;
        padding-left: 26px;
        text-indent: 0;
        border-radius: 20px 0 0 20px;
        background-color: #fff;
        background-position: 9px 15px;
        background-size: 12px auto;
        font-size: 12px;
        letter-spacing: 0.02em;
        line-height: 3.1; }
      #content .info input[type=submit] {
        font-size: 10px;
        line-height: 36px;
        max-width: 127.5px;
        width: 37.94643%;
        border-radius: 0 20px 20px 0;
        padding: 2px 6px;
        cursor: pointer; }
        #content .info input[type=submit]:hover {
          color: #000;
          background-color: #d71518; } }

#content .about {
  font-family: 'Ropa Sans', 'Noto Sans Japanese', 'YakuHanJP', Avenir, ' Helvetica Neue ', Helvetica, Arial, Verdana,  ' 游ゴシック ', ' Yu Gothic ', ' 游ゴシック体 ', ' YuGothic ', ' ヒラギノ角ゴ Pro W3 ', ' Hiragino Kaku Gothic Pro ', ' Meiryo UI ', ' メイリオ ', Meiryo, ' ＭＳ Ｐゴシック ', ' MS PGothic ', sans-serif;
  padding: 162px 0 120px;
  background-image: url("../../images/top2020/about-bg-img.jpg");
  background-repeat: repeat;
  background-size: 100% 780px;
  width: 100%;
  height: 100%;
  position: relative; }
  @media screen and (max-width: 767px) {
    #content .about {
      padding: 60px 0;
      background-image: url("../../images/top2020/about-bg-img-sp.jpg");
      background-size: 100% 612.5px; } }
  #content .about .sect_title {
    width: 525px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #content .about .sect_title {
        max-width: 327px;
        width: 87.2%; } }
    #content .about .sect_title img {
      width: 100%; }
  #content .about .sect_title + .desc {
    font-size: 20px;
    line-height: 1.5;
    margin: 40px 0 0;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      #content .about .sect_title + .desc {
        font-size: 18px;
        text-align: left;
        padding: 0 19.5px;
        margin: 24px 0 0; } }
  #content .about .wrap {
    padding: 151px 0 120px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(5%, #000), color-stop(95%, #000), to(transparent));
    background: linear-gradient(transparent, #000 5%, #000 95%, transparent); }
    @media screen and (max-width: 767px) {
      #content .about .wrap {
        padding: 53px 0 56px; } }
  #content .about .list {
    display: block;
    width: 100%;
    height: 700px;
    margin-bottom: 20px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #content .about .list {
        height: 589px;
        margin-bottom: 16px; } }
    #content .about .list.list--left .bg {
      top: 0;
      left: 0; }
    #content .about .list.list--left .text-area {
      top: 0;
      right: 0; }
    #content .about .list.list--right .bg {
      top: 0;
      right: 0; }
    #content .about .list.list--right .text-area {
      top: 0;
      left: 0; }
    #content .about .list:last-child {
      margin-bottom: 0; }
    #content .about .list:hover .bg::before {
      background: rgba(0, 0, 0, 0.2); }
  #content .about .bg {
    display: block;
    width: 88.88889%;
    height: 100%;
    position: absolute; }
    @media screen and (max-width: 767px) {
      #content .about .bg {
        width: 89.6%;
        height: 585px; } }
    #content .about .bg::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background: rgba(0, 0, 0, 0.8);
      top: 0;
      left: 0;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      @media screen and (max-width: 767px) {
        #content .about .bg::before {
          background: rgba(0, 0, 0, 0.5); } }
  #content .about .bg__image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%; }
    #content .about .bg__image[data-img='1'] {
      background-image: url("../../images/top2020/history-img-01.jpg"); }
    #content .about .bg__image[data-img='2'] {
      background-image: url("../../images/top2020/history-img-02.jpg"); }
    #content .about .bg__image[data-img='3'] {
      background-image: url("../../images/top2020/history-img-03.jpg"); }
    #content .about .bg__image[data-img='4'] {
      background-image: url("../../images/top2020/history-img-04.jpg"); }
    #content .about .bg__image[data-img='5'] {
      background-image: url("../../images/top2020/history-img-05.jpg"); }
    #content .about .bg__image[data-img='6'] {
      background-image: url("../../images/top2020/history-img-06.jpg"); }
  #content .about .text-area {
    max-width: 720px;
    padding-top: 70px;
    margin: 0 40px;
    text-align: left;
    position: absolute; }
    @media screen and (max-width: 767px) {
      #content .about .text-area {
        max-width: 260px;
        padding-top: 30px;
        margin: 0 20px; } }
  #content .about .text-area__title {
    font-size: 56px;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      #content .about .text-area__title {
        font-size: 32px; } }
  #content .about .text-area__lead {
    font-size: 20px;
    line-height: 1.33;
    padding: 1em 0; }
    @media screen and (max-width: 767px) {
      #content .about .text-area__lead {
        font-size: 18px;
        line-height: 1.5;
        padding: 0.55em 0; } }
  #content .about .text-area__btn {
    display: inline-block;
    font-size: 24px;
    line-height: 1.33;
    text-decoration: underline; }
    @media screen and (max-width: 767px) {
      #content .about .text-area__btn {
        font-size: 18px; } }
    #content .about .text-area__btn:hover {
      text-decoration: underline; }
  #content .about .rounded_button {
    padding: 18px 28px;
    font-size: 0;
    line-height: 0;
    background-image: url("../../images/top2020/btn-entry-over.png");
    background-position: center;
    background-size: 139px 12px;
    -webkit-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out; }
    @media screen and (min-width: 768px) {
      #content .about .rounded_button:hover img {
        opacity: 0; } }
    @media screen and (max-width: 767px) {
      #content .about .rounded_button {
        background-image: none;
        padding-top: 14px;
        padding-bottom: 14px; } }
    #content .about .rounded_button img {
      width: 138px; }
      @media screen and (max-width: 767px) {
        #content .about .rounded_button img {
          width: 104px;
          height: 9.5px; } }

#content .sns_area {
  background-color: #000;
  padding: 0; }
  #content .sns_area .inner {
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      #content .sns_area .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  #content .sns_area .container {
    width: 50%;
    padding: 60px 0 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left; }
    @media screen and (max-width: 767px) {
      #content .sns_area .container {
        width: 100%;
        padding: 40px 6% 50px; } }
    #content .sns_area .container--facebook {
      background-color: #dcdcdc; }
  @media screen and (max-width: 767px) {
    #content .sns_area .wrap {
      width: 100%; } }
  #content .sns_area .title {
    width: auto;
    height: 40px;
    margin-bottom: 16px; }
    @media screen and (max-width: 767px) {
      #content .sns_area .title {
        height: 30px;
        margin-bottom: 20px; } }
    #content .sns_area .title img {
      width: auto;
      height: 100%;
      position: relative; }
  #content .sns_area .facebook_list {
    width: 500px; }
    @media screen and (max-width: 767px) {
      #content .sns_area .facebook_list {
        width: 100%;
        text-align: center; } }
  #content .sns_area .instagram_list {
    width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      #content .sns_area .instagram_list {
        width: 100%; } }
    #content .sns_area .instagram_list .list_item {
      width: 160px;
      height: 160px;
      margin: 0 10px 10px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden;
      position: relative; }
      @media screen and (min-width: 768px) {
        #content .sns_area .instagram_list .list_item {
          -webkit-transition: all 0.18s ease-out;
          transition: all 0.18s ease-out; }
          #content .sns_area .instagram_list .list_item:hover {
            opacity: 0.4; } }
      @media screen and (max-width: 767px) {
        #content .sns_area .instagram_list .list_item {
          min-width: 89px;
          width: 31.81818%;
          height: auto;
          padding: 31.81818% 0 0;
          margin: 0 2.12121% 2.12121% 0; } }
      #content .sns_area .instagram_list .list_item:nth-child(3n) {
        margin-right: 0; }
      #content .sns_area .instagram_list .list_item:nth-child(n + 7) {
        margin-bottom: 0; }
      #content .sns_area .instagram_list .list_item img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
