@charset "UTF-8";
/*==================================================*/
/* 前提css */
/*==================================================*/
@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;400;500;600;700;800&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Roboto+Condensed:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
a, article, blockquote, body, caption, dd, div, dl, dt, footer, h1, h2, h3, h4, h5, h6, header, html, iframe, img, li, nav, ol, p, pre, section, small, span, strong, table, td, th, tr, ul, figure {
  background: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: bottom; }

a, small, span, strong {
  vertical-align: baseline; }

article, footer, header, nav, section {
  display: block; }

li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

address, th {
  font-style: normal; }

:focus, a:focus {
  outline: 0; }

br {
  letter-spacing: normal; }

img {
  height: auto;
  width: 100%; }

textarea {
  resize: none; }

a {
  text-decoration: none; }

/*==================================================*/
/* レスポンシブ用css */
/*==================================================*/
.pc {
  display: block; }
  .pc.inline {
    display: inline; }
  .pc.flex {
    display: flex; }

.sp {
  display: none; }
  .sp.inline {
    display: none; }
  .sp.flex {
    display: none; }

@media (max-width: 480px) {
  .pc {
    display: none; }
    .pc.inline {
      display: none; }
    .pc.flex {
      display: none; }

  .sp {
    display: block; }
    .sp.inline {
      display: inline; }
    .sp.flex {
      display: flex; } }
/*==================================================*/
/* アニメーション用css */
/*==================================================*/
/*==================================================*/
/*==============================================================*/
/* アニメーション */
/*==============================================================*/
@-webkit-keyframes bright {
  0% {
    filter: blur(10px);
    opacity: 0; }
  90% {
    filter: blur(0); }
  100% {
    opacity: 1;
    filter: blur(0); } }
@-moz-keyframes bright {
  0% {
    filter: blur(10px);
    opacity: 0; }
  90% {
    filter: blur(0); }
  100% {
    opacity: 1;
    filter: blur(0); } }
@keyframes bright {
  0% {
    filter: blur(10px);
    opacity: 0; }
  90% {
    filter: blur(0); }
  100% {
    opacity: 1;
    filter: blur(0); } }
@-webkit-keyframes click {
  0% {
    transform: translateY(0%); }
  35% {
    transform: translateY(0%); }
  50% {
    transform: translateY(-10%); }
  65% {
    transform: translateY(0%); }
  80% {
    transform: translateY(-10%); }
  95% {
    transform: translateY(0%); }
  100% {
    transform: translateY(0%); } }
@-moz-keyframes click {
  0% {
    transform: translateY(0%); }
  35% {
    transform: translateY(0%); }
  50% {
    transform: translateY(-10%); }
  65% {
    transform: translateY(0%); }
  80% {
    transform: translateY(-10%); }
  95% {
    transform: translateY(0%); }
  100% {
    transform: translateY(0%); } }
@keyframes click {
  0% {
    transform: translateY(0%); }
  35% {
    transform: translateY(0%); }
  50% {
    transform: translateY(-10%); }
  65% {
    transform: translateY(0%); }
  80% {
    transform: translateY(-10%); }
  95% {
    transform: translateY(0%); }
  100% {
    transform: translateY(0%); } }
@-webkit-keyframes text_on {
  0% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-moz-keyframes text_on {
  0% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes text_on {
  0% {
    opacity: 0; }
  99% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-webkit-keyframes text-eff_on {
  0% {
    left: -100%; }
  50% {
    left: 0%; }
  100% {
    left: 100%; } }
@-moz-keyframes text-eff_on {
  0% {
    left: -100%; }
  50% {
    left: 0%; }
  100% {
    left: 100%; } }
@keyframes text-eff_on {
  0% {
    left: -100%; }
  50% {
    left: 0%; }
  100% {
    left: 100%; } }
.bright {
  -webkit-animation: bright 1s ease;
  -moz-animation: bright 1s ease;
  animation: bright 1s ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }

@keyframes slideIn {
  0% {
    transform: translateX(-1200px);
    opacity: 0; }
  100% {
    transform: translateX(0); }
  40%,100% {
    opacity: 1; } }
.slideInLeft {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards; }

/* 以下拾いもののアニメーション*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.eary {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%,43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%,43%,70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%,43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  40%,43%,70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%,50%,to {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@keyframes flash {
  0%,50%,to {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%,to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%,11.1%,to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  0%,11.1%,to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
@keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes bounceInUp {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%,40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%,80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn); }
  0%,40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg); }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg); }
  50%,80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg); }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }
  60%,80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg); }
  60%,80% {
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: center; }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: left bottom; }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  0%,to {
    -webkit-transform-origin: right bottom; }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left; }
  0%,20%,60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left; }
  40%,80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    transform-origin: top left; }
  0%,20%,60% {
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    transform-origin: top left; }
  40%,80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%,to {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50%,to {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/*==================================================*/
/* fonts */
/*==================================================*/
/*==================================================*/
/* common */
/*==================================================*/
.pc {
  display: block; }
  @media (max-width: 980px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media (max-width: 980px) {
    .sp {
      display: block; } }

img {
  object-fit: contain;
  height: auto;
  width: 100%; }

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 2s; }

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1; }

.fadeBottom {
  opacity: 0;
  animation-name: fadein-bottom;
  animation-duration: .8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

#page-top {
  position: fixed;
  right: 0;
  z-index: 5;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100); }
  #page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../img/page_top.png") no-repeat top left/cover;
    width: 3.6458333333vw;
    height: 3.6458333333vw;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s; }
    @media (max-width: 1280px) {
      #page-top a {
        width: 5.46875vw;
        height: 5.46875vw; } }
    @media (max-width: 980px) {
      #page-top a {
        width: 7.1428571429vw;
        height: 7.1428571429vw; } }
    @media (max-width: 480px) {
      #page-top a {
        width: 10.4166666667vw;
        height: 10.4166666667vw; } }
    #page-top a:hover {
      opacity: .8; }
  #page-top.UpMove {
    animation: UpAnime 0.5s forwards; }
  #page-top.DownMove {
    animation: DownAnime 0.5s forwards; }

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 1;
    transform: translateY(100px); } }
/*==================================================*/
/* contents */
/*==================================================*/
body {
  background: #fff;
  background-size: cover;
  font-family: 'Noto Sans JP', 'Koulen', cursive, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  position: relative; }

/*==================================================*/
/* header */
/*==================================================*/
header {
  position: relative;
  /*==================================================*/
  /* nav */
  /*==================================================*/ }
  header .inr {
    height: 46.875vw;
    position: relative;
    z-index: 9; }
    @media (max-width: 980px) {
      header .inr {
        height: 61.2244897959vw; } }
    @media (max-width: 480px) {
      header .inr {
        height: 83.3333333333vw; } }
    header .inr h1 {
      box-sizing: border-box;
      padding-top: 8.75vw;
      margin: 0 auto;
      width: 100%;
      max-width: 18.2291666667vw; }
      @media (max-width: 980px) {
        header .inr h1 {
          padding-top: 6.1224489796vw;
          max-width: 24.4897959184vw; } }
      @media (max-width: 480px) {
        header .inr h1 {
          padding-top: 4.1666666667vw;
          max-width: 37.5vw; } }
    header .inr .header_txt {
      margin: 0.5208333333vw auto 2.6041666667vw;
      width: 100%;
      max-width: 35.78125vw; }
      @media (max-width: 980px) {
        header .inr .header_txt {
          margin: 1.0204081633vw auto 3.0612244898vw;
          max-width: 49.693877551vw; } }
      @media (max-width: 480px) {
        header .inr .header_txt {
          margin: 2.0833333333vw auto 6.25vw;
          max-width: 70%; } }
      @media (max-width: 480px) {
        header .inr .header_txt.en, header .inr .header_txt.fr {
          max-width: 80%; } }
  header #nav {
    background: #fff;
    border-bottom: 1px solid #e60012;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 4.1666666667vw;
    width: 100%;
    z-index: 9999; }
    header #nav.en, header #nav.fr, header #nav.de {
      justify-content: flex-end !important; }
      header #nav.en nav, header #nav.fr nav, header #nav.de nav {
        justify-content: flex-end; }
        @media (max-width: 980px) {
          header #nav.en nav, header #nav.fr nav, header #nav.de nav {
            flex-direction: column;
            justify-content: flex-start !important; } }
        header #nav.en nav .language, header #nav.fr nav .language, header #nav.de nav .language {
          margin: 0; }
          @media (max-width: 980px) {
            header #nav.en nav .language, header #nav.fr nav .language, header #nav.de nav .language {
              margin-top: 8.1632653061vw; } }
          @media (max-width: 480px) {
            header #nav.en nav .language, header #nav.fr nav .language, header #nav.de nav .language {
              margin-top: 8.3333333333vw; } }
    @media (max-width: 980px) {
      header #nav {
        height: auto;
        background: none;
        border-bottom: 0; } }
    header #nav nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      @media (max-width: 980px) {
        header #nav nav {
          flex-direction: column-reverse;
          justify-content: flex-end; } }
      header #nav nav ul {
        display: flex;
        align-items: center;
        margin-right: 2.0833333333vw; }
        @media (max-width: 980px) {
          header #nav nav ul {
            margin-right: 0;
            margin-top: 8.1632653061vw;
            flex-direction: column;
            width: 100%; } }
        @media (max-width: 480px) {
          header #nav nav ul {
            margin-top: 20.8333333333vw; } }
        header #nav nav ul li {
          position: relative; }
          @media (max-width: 980px) {
            header #nav nav ul li {
              font-size: 2.4489795918vw;
              box-sizing: border-box;
              height: 100%;
              padding: 6.1224489796vw;
              text-align: left;
              width: 100%; } }
          @media (max-width: 480px) {
            header #nav nav ul li {
              font-size: 2.0408163265vw;
              box-sizing: border-box;
              height: 100%;
              padding: 6.25vw; } }
          header #nav nav ul li:nth-child(n + 2) {
            box-sizing: border-box;
            padding-left: 2.0833333333vw; }
            @media (max-width: 980px) {
              header #nav nav ul li:nth-child(n + 2) {
                padding-left: 1.0204081633vw;
                border-top: 1px solid #ccc; } }
            header #nav nav ul li:nth-child(n + 2)::before {
              box-sizing: border-box;
              content: "／";
              color: #e60012;
              font-family: "Noto Sans JP", sans-serif;
              font-size: 1.25vw;
              font-weight: 900;
              padding-right: 0.5208333333vw;
              position: absolute;
              top: 50%;
              margin-top: -0.625vw;
              left: 0.3645833333vw; }
              @media (max-width: 980px) {
                header #nav nav ul li:nth-child(n + 2)::before {
                  display: none; } }
          header #nav nav ul li a {
            position: static;
            color: #3c3c3c;
            font-size: 0.9375vw;
            font-weight: 500; }
            @media (max-width: 980px) {
              header #nav nav ul li a {
                box-sizing: border-box;
                font-size: 3.0612244898vw;
                padding-top: 5.1020408163vw;
                padding-left: 4.0816326531vw;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%; }
                header #nav nav ul li a:active {
                  opacity: .4;
                  transition: all .3s; } }
            @media (max-width: 480px) {
              header #nav nav ul li a {
                font-size: 4.1666666667vw;
                padding-top: 4.1666666667vw;
                padding-left: 5.2083333333vw; } }
            header #nav nav ul li a:hover {
              opacity: .4;
              transition: all .3s; }
              @media (max-width: 980px) {
                header #nav nav ul li a:hover {
                  opacity: 1; } }
          @media (max-width: 980px) {
            header #nav nav ul li.mail_btn_area {
              margin: 0;
              padding: 0; } }
          header #nav nav ul li.mail_btn_area::before {
            display: none; }
          header #nav nav ul li.mail_btn_area .mail_btn {
            color: #fff;
            font-weight: bold;
            background: #e60012;
            box-sizing: border-box;
            padding: 0.9375vw 0.78125vw 0.9375vw 3.6458333333vw;
            position: relative;
            font-size: 0.9375vw;
            width: 100%;
            max-width: 13.8020833333vw; }
            @media (max-width: 1280px) {
              header #nav nav ul li.mail_btn_area .mail_btn {
                max-width: 20.703125vw; } }
            @media (max-width: 980px) {
              header #nav nav ul li.mail_btn_area .mail_btn {
                display: block;
                font-size: 2.8571428571vw;
                padding: 5.1020408163vw 1.5306122449vw 5.1020408163vw 9.1836734694vw;
                max-width: 100%; } }
            @media (max-width: 480px) {
              header #nav nav ul li.mail_btn_area .mail_btn {
                font-size: 4.1666666667vw;
                padding: 6.25vw 3.125vw 6.25vw 16.6666666667vw;
                max-width: 100%; } }
            header #nav nav ul li.mail_btn_area .mail_btn:hover {
              opacity: .6;
              transition: all .3s; }
              @media (max-width: 980px) {
                header #nav nav ul li.mail_btn_area .mail_btn:hover {
                  opacity: 1; } }
            @media (max-width: 980px) {
              header #nav nav ul li.mail_btn_area .mail_btn:active {
                opacity: .6;
                transition: all .3s; } }
            header #nav nav ul li.mail_btn_area .mail_btn::before {
              display: none; }
            header #nav nav ul li.mail_btn_area .mail_btn::after {
              content: "";
              background: #fff url("../img/ico-mail.svg") no-repeat center 50%;
              background-size: 50%;
              border-radius: 50px;
              box-sizing: border-box;
              padding: 0.5208333333vw;
              height: 2.0833333333vw;
              width: 2.0833333333vw;
              position: absolute;
              top: 50%;
              left: 1.0416666667vw;
              margin-top: -1.0416666667vw; }
              @media (max-width: 980px) {
                header #nav nav ul li.mail_btn_area .mail_btn::after {
                  padding: 1.0204081633vw;
                  height: 4.0816326531vw;
                  width: 4.0816326531vw;
                  left: 4.0816326531vw;
                  margin-top: -2.0408163265vw; } }
              @media (max-width: 480px) {
                header #nav nav ul li.mail_btn_area .mail_btn::after {
                  padding: 2.0833333333vw;
                  height: 8.3333333333vw;
                  width: 8.3333333333vw;
                  left: 6.25vw;
                  margin-top: -4.1666666667vw; } }
      header #nav nav .language {
        display: flex;
        margin-right: 2.34375vw; }
        @media (max-width: 980px) {
          header #nav nav .language {
            margin-right: 0;
            margin-top: 8.1632653061vw; } }
        @media (max-width: 480px) {
          header #nav nav .language {
            margin-right: 0;
            margin-top: 20.8333333333vw;
            width: 90%; } }
        header #nav nav .language > p {
          font-size: 1.0416666667vw;
          font-weight: bold;
          position: relative;
          text-align: center;
          width: 5.2083333333vw; }
          @media (max-width: 980px) {
            header #nav nav .language > p {
              border: 1px solid #e60012;
              font-size: 2.0408163265vw;
              width: 10.2040816327vw; } }
          @media (max-width: 480px) {
            header #nav nav .language > p {
              font-size: 4.1666666667vw;
              width: 43.75vw; } }
          header #nav nav .language > p.on {
            background: #e60012;
            height: 4.1666666667vw; }
            @media (max-width: 980px) {
              header #nav nav .language > p.on {
                height: 8.1632653061vw; } }
            @media (max-width: 480px) {
              header #nav nav .language > p.on {
                height: 16.6666666667vw; } }
            header #nav nav .language > p.on a {
              color: #fff; }
              header #nav nav .language > p.on a span {
                position: relative; }
                header #nav nav .language > p.on a span::before {
                  content: "";
                  background: #fff;
                  position: absolute;
                  bottom: -0.3125vw;
                  left: 0;
                  height: 2px;
                  width: 100%; }
                  @media (max-width: 980px) {
                    header #nav nav .language > p.on a span::before {
                      bottom: -0.612244898vw; } }
                  @media (max-width: 480px) {
                    header #nav nav .language > p.on a span::before {
                      bottom: -1.25vw; } }
          header #nav nav .language > p:not(.on) a {
            color: #3c3c3c; }
            header #nav nav .language > p:not(.on) a:hover {
              background: rgba(255, 255, 180, 0.5);
              transition: all .3s; }
              @media (max-width: 980px) {
                header #nav nav .language > p:not(.on) a:hover {
                  background: #fff; } }
            @media (max-width: 980px) {
              header #nav nav .language > p:not(.on) a:active {
                background: rgba(255, 255, 180, 0.5);
                transition: all .3s; } }
          header #nav nav .language > p a {
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            left: 0;
            height: 100%;
            width: 100%; }
  @media (max-width: 980px) {
    header .openbtn {
      position: absolute;
      background: #e60012;
      border-top: 0;
      border-right: 0;
      cursor: pointer;
      width: 60px;
      height: 60px;
      right: 0;
      top: 0;
      z-index: 1000; }
      header .openbtn span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 17px;
        height: 3px;
        border-radius: 2px;
        background: #fff; }
        header .openbtn span:nth-of-type(1) {
          top: 20px;
          width: 45%; }
        header .openbtn span:nth-of-type(2) {
          top: 28px;
          width: 45%; }
        header .openbtn span:nth-of-type(3) {
          top: 36px;
          width: 45%; }
      header .openbtn.active span:nth-of-type(1) {
        top: 23px;
        left: 15px;
        transform: translateY(6px) rotate(-135deg);
        width: 50%; }
      header .openbtn.active span:nth-of-type(2) {
        opacity: 0; }
      header .openbtn.active span:nth-of-type(3) {
        top: 35px;
        left: 15px;
        transform: translateY(-6px) rotate(135deg);
        width: 50%; }
    header nav {
      position: fixed;
      top: 0;
      left: -100%;
      bottom: 0;
      width: 100%;
      background: #fff;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      transition: all .5s;
      z-index: 3; }
    header .open nav {
      left: 0; } }
  @media (max-width: 480px) {
    header nav {
      left: -100%;
      width: 100%; } }

/*==================================================*/
/* footer */
/*==================================================*/
footer {
  background: #282828;
  box-sizing: border-box;
  color: #fff;
  padding: 2.0833333333vw 0; }
  @media (max-width: 980px) {
    footer {
      padding: 2.0408163265vw 0; } }
  @media (max-width: 480px) {
    footer {
      padding: 4.1666666667vw 0; } }
  footer .inr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 62.5vw; }
    @media (max-width: 980px) {
      footer .inr {
        max-width: 90%; } }
    footer .inr .copy {
      font-size: 14px; }
    footer .inr .footer_logo {
      width: 100%;
      max-width: 3.6458333333vw; }
      @media (max-width: 980px) {
        footer .inr .footer_logo {
          max-width: 7.1428571429vw; } }
      @media (max-width: 480px) {
        footer .inr .footer_logo {
          max-width: 8.3333333333vw; } }
      footer .inr .footer_logo:hover {
        transition: all .3s;
        opacity: .5; }
        @media (max-width: 980px) {
          footer .inr .footer_logo:hover {
            opacity: 1; } }
      @media (max-width: 980px) {
        footer .inr .footer_logo:active {
          transition: all .3s;
          opacity: .5; } }
    footer .inr .sns {
      box-sizing: border-box; }
      footer .inr .sns > ul {
        display: flex;
        margin-left: -0.78125vw; }
        @media (max-width: 980px) {
          footer .inr .sns > ul {
            margin-left: -1.5306122449vw; } }
        @media (max-width: 480px) {
          footer .inr .sns > ul {
            margin-left: -2.0833333333vw; } }
        footer .inr .sns > ul li {
          box-sizing: border-box;
          background: #fff;
          height: 3.6458333333vw;
          width: 100%;
          max-width: 3.6458333333vw;
          margin: 0;
          margin-left: 0.78125vw;
          padding: 0.2604166667vw; }
          @media (max-width: 980px) {
            footer .inr .sns > ul li {
              margin-left: 1.5306122449vw;
              height: 7.1428571429vw;
              max-width: 7.1428571429vw; } }
          @media (max-width: 480px) {
            footer .inr .sns > ul li {
              margin-left: 2.0833333333vw;
              height: 8.3333333333vw;
              max-width: 8.3333333333vw; } }
          footer .inr .sns > ul li.twitter {
            background: #1da1f2;
            padding: 0.2604166667vw 0; }
            footer .inr .sns > ul li.twitter figure {
              width: 100%; }
          footer .inr .sns > ul li figure {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto;
            height: 100%;
            width: 70%; }
            footer .inr .sns > ul li figure img {
              height: auto;
              width: 100%; }
          footer .inr .sns > ul li:hover {
            transition: all .3s;
            opacity: .5; }
            @media (max-width: 980px) {
              footer .inr .sns > ul li:hover {
                opacity: 1; } }
          @media (max-width: 980px) {
            footer .inr .sns > ul li:active {
              transition: all .3s;
              opacity: .5; } }

/*==================================================*/
/* information */
/*==================================================*/
#info {
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 0px 25px -5px #b4b4b4;
  border-radius: 10px;
  overflow: hidden;
  margin: -2.96875vw auto 5.2083333333vw;
  padding: 2.0833333333vw 1.5625vw 2.6041666667vw;
  position: relative;
  width: 100%;
  max-width: 62.5vw;
  z-index: 99; }
  @media (max-width: 1280px) {
    #info {
      margin: -4.453125vw auto 7.8125vw;
      padding: 3.125vw 2.34375vw 3.90625vw; } }
  @media (max-width: 980px) {
    #info {
      margin: -2.0408163265vw auto 5.1020408163vw;
      padding: 4.0816326531vw 3.0612244898vw;
      max-width: 85%; } }
  @media (max-width: 480px) {
    #info {
      margin: -4.1666666667vw auto 10.4166666667vw;
      padding: 4.1666666667vw 4.1666666667vw;
      max-width: 90%; } }
  #info h2 {
    box-sizing: border-box;
    color: #e60012;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.6666666667vw;
    padding-left: 3.3854166667vw;
    position: relative; }
    @media (max-width: 980px) {
      #info h2 {
        font-size: 3.2653061224vw;
        padding-left: 5.1020408163vw; } }
    @media (max-width: 480px) {
      #info h2 {
        font-size: 4.1666666667vw;
        padding-left: 6.25vw; } }
    #info h2::before {
      content: "";
      background: url("../img/icon_info_logo.png") no-repeat top left;
      background-size: 100%;
      margin-top: -1.3020833333vw;
      position: absolute;
      top: 50%;
      left: 0;
      height: 2.6041666667vw;
      width: 100%;
      max-width: 2.65625vw; }
      @media (max-width: 980px) {
        #info h2::before {
          margin-top: -1.9387755102vw;
          height: 4.0816326531vw;
          max-width: 4.1836734694vw; } }
      @media (max-width: 480px) {
        #info h2::before {
          margin-top: -2.0833333333vw;
          height: 4.1666666667vw;
          max-width: 4.375vw; } }
  #info .news {
    height: 9.375vw;
    margin-top: 2.0833333333vw;
    overflow-y: scroll; }
    @media (max-width: 1280px) {
      #info .news {
        height: 10.15625vw;
        margin-top: 3.125vw; } }
    @media (max-width: 980px) {
      #info .news {
        height: 15.306122449vw;
        margin-top: 4.0816326531vw; } }
    @media (max-width: 480px) {
      #info .news {
        height: 27.0833333333vw;
        margin-top: 8.3333333333vw; } }
    #info .news::-webkit-scrollbar {
      width: 16px; }
    #info .news::-webkit-scrollbar-thumb {
      background: #eee;
      border-radius: 8px;
      border-right: 4px solid transparent;
      /* 透明なボーダーをつける */
      border-left: 4px solid transparent;
      /* 透明なボーダーをつける */
      background-clip: padding-box;
      /* 背景を切り取る */ }
    #info .news::-webkit-scrollbar-track {
      /* 上下に余白を付ける */
      margin-top: 4px;
      margin-bottom: 4px; }
    @media (max-width: 980px) {
      #info .news {
        margin-top: 2.5510204082vw; } }
    @media (max-width: 480px) {
      #info .news {
        margin-top: 4.1666666667vw; } }
    #info .news > div {
      /*margin: vw(40) auto 0;*/
      margin: 0 auto;
      display: flex;
      width: 100%;
      max-width: 51.0416666667vw; }
      @media (max-width: 980px) {
        #info .news > div {
          flex-direction: column;
          max-width: 100%; } }
      #info .news > div:nth-child(n + 2) {
        margin: 1.8229166667vw auto 0; }
        @media (max-width: 980px) {
          #info .news > div:nth-child(n + 2) {
            margin: 2.0408163265vw auto 0; } }
        @media (max-width: 480px) {
          #info .news > div:nth-child(n + 2) {
            margin: 4.1666666667vw auto 0; } }
      #info .news > div dt {
        box-sizing: border-box;
        padding: 3px 0;
        color: #e60012;
        font-size: 1.0416666667vw;
        font-weight: bold; }
        @media (max-width: 980px) {
          #info .news > div dt {
            font-size: 2.0408163265vw; } }
      #info .news > div dd {
        box-sizing: border-box;
        padding: 5px 0;
        margin-top: -0.1041666667vw;
        font-size: 1.0416666667vw;
        margin-left: 1.8229166667vw; }
        @media (max-width: 980px) {
          #info .news > div dd {
            font-size: 2.0408163265vw;
            margin-left: 0;
            margin-top: 0.5102040816vw; } }
        @media (max-width: 480px) {
          #info .news > div dd {
            font-size: 3.3333333333vw;
            margin-left: 0;
            margin-top: 1.0416666667vw; } }
        #info .news > div dd.desc {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
  #info .btn_more {
    box-sizing: border-box;
    cursor: pointer;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    padding: 0.5208333333vw;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 5.7291666667vw;
    width: 100%;
    max-width: 5.7291666667vw;
    z-index: 5; }
    @media (max-width: 1280px) {
      #info .btn_more {
        padding: 0.78125vw;
        height: 8.59375vw;
        max-width: 8.59375vw; } }
    @media (max-width: 980px) {
      #info .btn_more {
        clip-path: none;
        padding: 1.0204081633vw;
        height: 11.2244897959vw;
        max-width: 11.2244897959vw; } }
    @media (max-width: 480px) {
      #info .btn_more {
        clip-path: none;
        padding: 2.0833333333vw;
        height: 14.5833333333vw;
        max-width: 14.5833333333vw; } }
    #info .btn_more .btn_more_txt {
      position: absolute;
      bottom: 0.9375vw;
      right: 0.5208333333vw;
      height: 1.71875vw;
      width: 100%;
      max-width: 2.34375vw;
      z-index: 6; }
      @media (max-width: 1280px) {
        #info .btn_more .btn_more_txt {
          bottom: 1.40625vw;
          right: 0.78125vw;
          height: 2.578125vw;
          max-width: 3.515625vw; } }
      @media (max-width: 980px) {
        #info .btn_more .btn_more_txt {
          bottom: 1.8367346939vw;
          right: 1.0204081633vw;
          height: 3.3673469388vw;
          max-width: 4.5918367347vw; } }
      @media (max-width: 480px) {
        #info .btn_more .btn_more_txt {
          bottom: 3.75vw;
          right: 2.0833333333vw;
          height: 2.7083333333vw;
          max-width: 5.2083333333vw; } }
    #info .btn_more::before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      right: 0;
      bottom: 0;
      border-style: solid;
      border-width: 0 0 5.7291666667vw 5.7291666667vw;
      border-color: transparent transparent #000 transparent;
      line-height: 0px;
      _border-color: #fff #fff #000 #fff;
      _filter: progid:DXImageTransform.Microsoft.Chroma(color='#fff');
      z-index: 1; }
      @media (max-width: 1280px) {
        #info .btn_more::before {
          border-width: 0 0 8.59375vw 8.59375vw; } }
      @media (max-width: 980px) {
        #info .btn_more::before {
          border-width: 0 0 11.2244897959vw 11.2244897959vw; } }
      @media (max-width: 480px) {
        #info .btn_more::before {
          border-width: 0 0 14.5833333333vw 14.5833333333vw; } }

.slide_area {
  box-sizing: border-box;
  padding-top: 4.1666666667vw;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }
  @media (max-width: 980px) {
    .slide_area {
      padding-top: 0; } }
  .slide_area > .wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 21.3541666667vw; }
    @media (max-width: 980px) {
      .slide_area > .wrap {
        height: 31.6326530612vw; } }
    @media (max-width: 480px) {
      .slide_area > .wrap {
        height: 100%; } }
    .slide_area > .wrap > .slideshow {
      display: flex;
      -webkit-animation: loop-slide 60s infinite linear 1s both;
      animation: loop-slide 60s infinite linear 1s both; }
    .slide_area > .wrap > .slideshow_bottom {
      display: flex;
      -webkit-animation: loop-slide 60s infinite linear 1s reverse both;
      animation: loop-slide 60s infinite linear 1s reverse both; }
    .slide_area > .wrap .content {
      height: 21.3541666667vw;
      width: 19.7916666667vw; }
      @media (max-width: 980px) {
        .slide_area > .wrap .content {
          height: 33.6734693878vw;
          width: 30.612244898vw; } }
      @media (max-width: 480px) {
        .slide_area > .wrap .content {
          height: 41.6666666667vw;
          width: 38.5416666667vw; } }
      .slide_area > .wrap .content img {
        pointer-events: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-touch-callout: none;
        -moz-user-select: none;
        user-select: none; }
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
@-webkit-keyframes loop-slide_right {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0); } }
@keyframes loop-slide_right {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0); } }
/*==================================================*/
/* event */
/*==================================================*/
#event {
  background: url("../img/event/bg.png") no-repeat bottom center/100%;
  box-sizing: border-box;
  padding-bottom: 3.125vw;
  width: 100%; }
  @media (max-width: 1280px) {
    #event {
      background: url("../img/event/bg.png") no-repeat bottom center/100%;
      background-size: 122%;
      padding-bottom: 4.6875vw; } }
  @media (max-width: 980px) {
    #event {
      background: url("../img/event/bg.png") no-repeat center center/100%;
      background-size: 122%;
      padding-bottom: 6.1224489796vw; } }
  @media (max-width: 480px) {
    #event {
      background: url("../img/event/bg.png") no-repeat bottom center;
      background-size: cover;
      padding-bottom: 6.25vw; } }
  #event h2 {
    box-sizing: border-box;
    color: #e60012;
    display: flex;
    flex-direction: column;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 4.1666666667vw;
    margin-bottom: 2.0833333333vw;
    margin-top: -4.1666666667vw;
    padding-top: 4.1666666667vw;
    text-align: center; }
    @media (max-width: 1280px) {
      #event h2 {
        font-size: 6.25vw;
        margin-bottom: 3.125vw;
        margin-top: -6.25vw;
        padding-top: 6.25vw; } }
    @media (max-width: 980px) {
      #event h2 {
        font-size: 8.1632653061vw;
        margin-bottom: 4.0816326531vw;
        margin-top: 0;
        padding-top: 0; } }
    @media (max-width: 480px) {
      #event h2 {
        font-size: 12.5vw;
        margin-bottom: 8.3333333333vw;
        margin-top: 0;
        padding-top: 0; } }
    #event h2 span {
      color: #3c3c3c;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 0.8333333333vw;
      font-weight: 500; }
      @media (max-width: 1280px) {
        #event h2 span {
          font-size: 1.25vw; } }
      @media (max-width: 980px) {
        #event h2 span {
          font-size: 1.6326530612vw; } }
      @media (max-width: 480px) {
        #event h2 span {
          font-size: 2.9166666667vw; } }
    #event h2.de span {
      color: #3c3c3c;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 0.8333333333vw;
      font-weight: 500;
      margin-top: 0.78125vw; }
      @media (max-width: 1280px) {
        #event h2.de span {
          font-size: 1.25vw; } }
      @media (max-width: 980px) {
        #event h2.de span {
          font-size: 1.6326530612vw; } }
      @media (max-width: 480px) {
        #event h2.de span {
          font-size: 2.9166666667vw; } }
  #event .inr {
    margin: 0 auto;
    /*height: vw(790);*/
    width: 100%;
    max-width: 62.5vw; }
    @media (max-width: 1280px) {
      #event .inr {
        /*height: vw_np(540);*/
        max-width: 93.75vw; } }
    @media (max-width: 980px) {
      #event .inr {
        height: 100%;
        max-width: 95%; } }
    #event .inr .wrap {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin: -2.6041666667vw 0 0 -1.5625vw; }
      @media (max-width: 1280px) {
        #event .inr .wrap {
          margin: -3.90625vw 0 0 -2.34375vw; } }
      @media (max-width: 980px) {
        #event .inr .wrap {
          margin: -5.1020408163vw 0 0 -3.0612244898vw; } }
      @media (max-width: 480px) {
        #event .inr .wrap {
          margin: -6.25vw 0 0 -4.5833333333vw; } }
      #event .inr .wrap .topics {
        background: #fff;
        box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        margin: 2.6041666667vw 0 0 1.5625vw;
        width: 100%;
        max-width: 19.7916666667vw; }
        @media (max-width: 1280px) {
          #event .inr .wrap .topics {
            margin: 3.90625vw 0 0 2.34375vw;
            max-width: 23.4375vw; } }
        @media (max-width: 980px) {
          #event .inr .wrap .topics {
            margin: 5.1020408163vw 0 0 3.0612244898vw;
            max-width: 25.5102040816vw; } }
        @media (max-width: 480px) {
          #event .inr .wrap .topics {
            margin: 4.1666666667vw 0 0 6.25vw;
            max-width: 40.625vw; } }
        #event .inr .wrap .topics.new::before {
          content: "";
          background: url("../img/event/topics-img/icon_new.png") no-repeat top left/cover;
          position: absolute;
          top: -0.0520833333vw;
          left: -0.0520833333vw;
          height: 4.7395833333vw;
          width: 100%;
          max-width: 4.7395833333vw; }
          @media (max-width: 980px) {
            #event .inr .wrap .topics.new::before {
              top: 0;
              left: 0;
              height: 9.2857142857vw;
              max-width: 9.2857142857vw; } }
          @media (max-width: 480px) {
            #event .inr .wrap .topics.new::before {
              top: 0;
              left: 0;
              height: 12.7083333333vw;
              max-width: 12.7083333333vw; } }
        #event .inr .wrap .topics a:hover {
          background: #fff; }
          #event .inr .wrap .topics a:hover figure, #event .inr .wrap .topics a:hover dl {
            transition: all .3s;
            opacity: .6; }
            @media (max-width: 980px) {
              #event .inr .wrap .topics a:hover figure, #event .inr .wrap .topics a:hover dl {
                opacity: 1; } }
        @media (max-width: 980px) {
          #event .inr .wrap .topics a {
            margin: 5.1020408163vw 0 0 3.0612244898vw;
            max-width: 45%; }
            #event .inr .wrap .topics a:active {
              background: #fff; }
              #event .inr .wrap .topics a:active figure, #event .inr .wrap .topics a:active dl {
                transition: all .3s;
                opacity: .6; } }
        @media (max-width: 480px) {
          #event .inr .wrap .topics a {
            margin: 6.25vw 0 0 4.5833333333vw;
            max-width: 45%; } }
        @media (max-width: 980px) {
          #event .inr .wrap .topics a figure {
            margin-top: -2.0408163265vw;
            height: 21.2244897959vw;
            width: 100%; }
            #event .inr .wrap .topics a figure img {
              height: 100%;
              width: 100%;
              object-fit: cover; } }
        @media screen and (max-width: 775px) {
          #event .inr .wrap .topics a figure {
            margin-top: -3.0612244898vw; } }
        @media (max-width: 480px) {
          #event .inr .wrap .topics a figure {
            margin-top: -4.5833333333vw;
            height: 31.25vw;
            width: 100%; }
            #event .inr .wrap .topics a figure img {
              height: 100%;
              width: 100%;
              object-fit: cover; } }
        #event .inr .wrap .topics a dl {
          font-size: 1.0416666667vw;
          box-sizing: border-box;
          padding: 1.5625vw; }
          @media (max-width: 1280px) {
            #event .inr .wrap .topics a dl {
              font-size: 1.40625vw;
              padding: 1.5625vw; } }
          @media (max-width: 980px) {
            #event .inr .wrap .topics a dl {
              font-size: 1.8367346939vw;
              padding: 1.0204081633vw 2.0408163265vw 2.0408163265vw; } }
          @media (max-width: 480px) {
            #event .inr .wrap .topics a dl {
              font-size: 3.75vw;
              padding: 2.0833333333vw 3.125vw 3.125vw; } }
          #event .inr .wrap .topics a dl dt {
            color: #e60012;
            font-family: "Roboto Condensed", sans-serif;
            font-weight: bold; }
            @media (max-width: 1280px) {
              #event .inr .wrap .topics a dl dt {
                font-size: 1.5625vw; } }
            @media (max-width: 980px) {
              #event .inr .wrap .topics a dl dt {
                font-size: 2.0408163265vw; } }
            @media (max-width: 480px) {
              #event .inr .wrap .topics a dl dt {
                font-size: 3.75vw; } }
          #event .inr .wrap .topics a dl dd {
            color: #3c3c3c;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 0.9375vw;
            margin-top: 0.78125vw;
            line-height: 1.4; }
            #event .inr .wrap .topics a dl dd::before, #event .inr .wrap .topics a dl dd::after {
              content: "";
              display: block;
              width: 0;
              height: 0; }
            #event .inr .wrap .topics a dl dd::before {
              margin-top: calc((1 - 1.4) * 0.5em); }
            #event .inr .wrap .topics a dl dd::after {
              margin-bottom: calc((1 - 1.4) * 0.5em); }
            @media (max-width: 1280px) {
              #event .inr .wrap .topics a dl dd {
                font-size: 1.40625vw;
                margin-top: 1.171875vw; } }
            @media (max-width: 980px) {
              #event .inr .wrap .topics a dl dd {
                font-size: 1.8367346939vw;
                margin-top: 1.5306122449vw; } }
            @media (max-width: 480px) {
              #event .inr .wrap .topics a dl dd {
                font-size: 3.3333333333vw;
                margin-top: 1.6666666667vw; } }

/*==================================================*/
/* questionnaire */
/*==================================================*/
#questionnaire {
  margin: 3.125vw 0 7.8125vw auto;
  position: relative;
  height: 40.5729166667vw;
  width: 100%;
  max-width: 81.25vw; }
  @media (max-width: 980px) {
    #questionnaire {
      margin: 8.1632653061vw 0 15.306122449vw auto;
      height: 44.7916666667vw;
      max-width: 95%; } }
  @media screen and (max-width: 775px) {
    #questionnaire {
      margin: 8.1632653061vw 0 23.4693877551vw auto; } }
  @media (max-width: 480px) {
    #questionnaire {
      height: auto;
      margin: 12.5vw 0 16.6666666667vw auto;
      max-width: 96%; } }
  #questionnaire::before {
    content: "";
    background: url("../img/questionnaire/bg.png") no-repeat bottom right/cover;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 39.0625vw;
    width: 100%;
    max-width: 62.5vw;
    z-index: 0; }
    @media (max-width: 980px) {
      #questionnaire::before {
        height: 45.9183673469vw;
        max-width: 71.4285714286vw; } }
    @media (max-width: 480px) {
      #questionnaire::before {
        top: 0;
        bottom: auto;
        height: 47.0833333333vw;
        max-width: 75vw; } }
  #questionnaire::after {
    content: "";
    background: url("../img/questionnaire/bg_chara.png") no-repeat bottom right/cover;
    box-sizing: border-box;
    margin: 0 0 0 auto;
    position: absolute;
    bottom: 0;
    right: 5.2083333333vw;
    height: 40.5729166667vw;
    width: 51.0416666667vw;
    z-index: 1; }
    @media (max-width: 980px) {
      #questionnaire::after {
        right: 2.0408163265vw;
        height: 48.8775510204vw;
        width: 59.1836734694vw; } }
    @media (max-width: 480px) {
      #questionnaire::after {
        right: 0;
        top: -2.0833333333vw;
        bottom: auto;
        height: 48.75vw;
        width: 61.4583333333vw; } }
  #questionnaire .inr {
    box-sizing: border-box;
    padding: 6.7708333333vw 0 3.125vw;
    position: relative;
    z-index: 2; }
    @media (max-width: 980px) {
      #questionnaire .inr {
        padding: 4.0816326531vw 0 6.1224489796vw; } }
    @media (max-width: 480px) {
      #questionnaire .inr {
        padding: 8.3333333333vw 0 0; } }
    #questionnaire .inr.en, #questionnaire .inr.fr, #questionnaire .inr.de {
      padding: 4.1666666667vw 0 3.125vw; }
      @media (max-width: 980px) {
        #questionnaire .inr.en, #questionnaire .inr.fr, #questionnaire .inr.de {
          padding: 4.0816326531vw 0 6.1224489796vw; } }
      @media (max-width: 480px) {
        #questionnaire .inr.en, #questionnaire .inr.fr, #questionnaire .inr.de {
          padding: 8.3333333333vw 0 0; } }
    #questionnaire .inr h2 {
      color: #3c3c3c;
      font-family: "Noto Sans JP", sans-serif;
      font-size: 3.3333333333vw; }
      @media (max-width: 980px) {
        #questionnaire .inr h2 {
          font-size: 3.4693877551vw; } }
      @media (max-width: 480px) {
        #questionnaire .inr h2 {
          font-size: 4.1666666667vw; } }
      #questionnaire .inr h2.en, #questionnaire .inr h2.fr {
        width: 50%; }
        @media (max-width: 480px) {
          #questionnaire .inr h2.en, #questionnaire .inr h2.fr {
            width: 80%; } }
      #questionnaire .inr h2.de {
        width: 60%; }
        @media (max-width: 480px) {
          #questionnaire .inr h2.de {
            width: 60%; } }
    #questionnaire .inr .txt_area {
      background: #e60012;
      box-sizing: border-box;
      margin-top: 4.0625vw;
      padding: 2.6041666667vw 3.125vw;
      width: 100%;
      max-width: 40.9375vw; }
      @media (max-width: 980px) {
        #questionnaire .inr .txt_area {
          margin-top: 3.0612244898vw;
          padding: 2.5510204082vw 4.0816326531vw;
          max-width: 49.5918367347vw; } }
      @media (max-width: 480px) {
        #questionnaire .inr .txt_area {
          margin-top: 16.6666666667vw;
          padding: 4.1666666667vw 4.1666666667vw 5.2083333333vw;
          max-width: 90%; } }
      #questionnaire .inr .txt_area.en, #questionnaire .inr .txt_area.fr, #questionnaire .inr .txt_area.de {
        margin-top: 2.5vw; }
        @media (max-width: 480px) {
          #questionnaire .inr .txt_area.en, #questionnaire .inr .txt_area.fr, #questionnaire .inr .txt_area.de {
            margin-top: 12.5vw; } }
  #questionnaire p.sub_ttl {
    box-sizing: border-box;
    color: #e60012;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.1458333333vw;
    margin: 1.5625vw 0 0 0.78125vw;
    padding-left: 3.5416666667vw;
    position: relative; }
    @media (max-width: 980px) {
      #questionnaire p.sub_ttl {
        font-size: 1.6326530612vw;
        margin: 1.5306122449vw 0 0 1.0204081633vw; } }
    @media (max-width: 480px) {
      #questionnaire p.sub_ttl {
        font-size: 2.9166666667vw;
        margin: 3.125vw 0 0 1.0416666667vw;
        padding-left: 7.9166666667vw; } }
    #questionnaire p.sub_ttl::before {
      content: "";
      background: #e60012;
      position: absolute;
      top: 50%;
      left: 0vw;
      width: 100%;
      height: 1px;
      max-width: 3.125vw; }
      @media (max-width: 480px) {
        #questionnaire p.sub_ttl::before {
          margin-top: -0.4166666667vw;
          max-width: 6.25vw; } }
  #questionnaire p.txt {
    color: #fff;
    font-size: 1.09375vw;
    margin-bottom: 2.0833333333vw;
    line-height: 2; }
    #questionnaire p.txt::before, #questionnaire p.txt::after {
      content: "";
      display: block;
      width: 0;
      height: 0; }
    #questionnaire p.txt::before {
      margin-top: calc((1 - 2) * 0.5em); }
    #questionnaire p.txt::after {
      margin-bottom: calc((1 - 2) * 0.5em); }
    @media (max-width: 980px) {
      #questionnaire p.txt {
        font-size: 1.6326530612vw;
        margin-bottom: 3.0612244898vw; } }
    @media (max-width: 480px) {
      #questionnaire p.txt {
        font-size: 3.3333333333vw;
        margin-bottom: 6.25vw; } }
  #questionnaire p.btn.fr {
    width: 100%;
    max-width: 23.9583333333vw; }
    @media (max-width: 980px) {
      #questionnaire p.btn.fr {
        max-width: 42.8571428571vw; } }
    @media (max-width: 480px) {
      #questionnaire p.btn.fr {
        max-width: 54.1666666667vw; } }
  #questionnaire p.btn.de {
    width: 100%;
    max-width: 25vw; }
    @media (max-width: 980px) {
      #questionnaire p.btn.de {
        max-width: 46.9387755102vw; } }
    @media (max-width: 480px) {
      #questionnaire p.btn.de {
        max-width: 58.3333333333vw; } }
  #questionnaire p.btn-off {
    background: #ffffb4;
    border-radius: 50px;
    box-sizing: border-box;
    color: #e60012;
    font-size: 1.3541666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.0833333333vw auto 0;
    padding: 1.0416666667vw 0;
    text-align: center;
    width: 100%;
    max-width: 19.7916666667vw; }
    @media (max-width: 480px) {
      #questionnaire p.btn-off {
        font-size: 3.75vw;
        margin: 4.1666666667vw auto 0;
        padding: 3.125vw 0;
        max-width: 37.5vw; } }

/*==================================================*/
/* lower */
/*==================================================*/
#lower {
  margin: 0;
  padding: 0; }
  #lower header > .inr {
    background: url("../img/lower_bg.jpg") no-repeat top left/cover;
    box-sizing: border-box;
    padding: 4.1666666667vw 0 2.6041666667vw;
    text-align: center;
    height: auto; }
    @media (max-width: 1280px) {
      #lower header > .inr {
        padding: 3.125vw 0 6.25vw; } }
    @media (max-width: 480px) {
      #lower header > .inr {
        padding: 8.3333333333vw 0 10.4166666667vw; } }
    #lower header > .inr h2 {
      color: #e60012;
      font-family: "Roboto Condensed", sans-serif;
      font-size: 4.1666666667vw;
      display: inline-block;
      margin: 3.3854166667vw auto 0;
      padding-left: 3.3854166667vw;
      position: relative;
      text-align: center; }
      @media (max-width: 1280px) {
        #lower header > .inr h2 {
          font-size: 6.25vw;
          margin: 5.078125vw auto 0;
          padding-left: 5.078125vw; } }
      @media (max-width: 480px) {
        #lower header > .inr h2 {
          font-size: 8.3333333333vw;
          margin: 4.1666666667vw auto 0;
          padding-left: 6.25vw; } }
      #lower header > .inr h2 span {
        color: #fff;
        display: block;
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 500;
        font-size: 0.8854166667vw; }
        @media (max-width: 1280px) {
          #lower header > .inr h2 span {
            font-size: 1.328125vw; } }
        @media (max-width: 480px) {
          #lower header > .inr h2 span {
            font-size: 3.125vw; } }
        @media (max-width: 480px) {
          #lower header > .inr h2 span.en {
            font-size: 8px; } }
      #lower header > .inr h2::before {
        content: "";
        background: url("../img/lower_ttl_logo.svg") no-repeat top left;
        background-size: 100%;
        margin-top: -2.34375vw;
        position: absolute;
        top: 50%;
        left: -1.0416666667vw;
        height: 3.9583333333vw;
        width: 100%;
        max-width: 3.6458333333vw; }
        @media (max-width: 1280px) {
          #lower header > .inr h2::before {
            margin-top: -3.515625vw;
            left: -1.5625vw;
            height: 5.9375vw;
            max-width: 5.46875vw; } }
        @media (max-width: 480px) {
          #lower header > .inr h2::before {
            margin-top: -5.2083333333vw;
            left: -4.1666666667vw;
            height: 9.5833333333vw;
            max-width: 8.3333333333vw; } }
  #lower header > .inr_history {
    background: none;
    box-sizing: border-box;
    padding-top: 4.1666666667vw;
    /* スクロールダウン */ }
    #lower header > .inr_history figure {
      margin: 4.6875vw auto 3.90625vw;
      width: 100%;
      max-width: 15.625vw; }
      @media (max-width: 980px) {
        #lower header > .inr_history figure {
          margin: 6.1224489796vw auto 7.6530612245vw;
          max-width: 30.612244898vw; } }
      @media (max-width: 480px) {
        #lower header > .inr_history figure {
          margin: 31.25vw auto 6.25vw;
          max-width: 37.5vw; } }
    #lower header > .inr_history h2 {
      margin: 0 auto 9.8958333333vw;
      width: 100%;
      max-width: 19.8958333333vw; }
      @media (max-width: 1280px) {
        #lower header > .inr_history h2 {
          margin: 0 auto 14.84375vw;
          max-width: 29.84375vw; } }
      @media (max-width: 980px) {
        #lower header > .inr_history h2 {
          margin: 0 auto 19.387755102vw;
          max-width: 38.9795918367vw; } }
      @media (max-width: 480px) {
        #lower header > .inr_history h2 {
          margin: 0 auto 39.5833333333vw;
          max-width: 60%; } }
      #lower header > .inr_history h2.de {
        max-width: 21.875vw; }
        @media (max-width: 1280px) {
          #lower header > .inr_history h2.de {
            max-width: 32.8125vw; } }
        @media (max-width: 980px) {
          #lower header > .inr_history h2.de {
            max-width: 42.8571428571vw; } }
        @media (max-width: 480px) {
          #lower header > .inr_history h2.de {
            max-width: 60%; } }
    #lower header > .inr_history .scroll_box {
      position: absolute;
      margin: 0 auto;
      right: 0;
      left: 0;
      bottom: -10.4166666667vw;
      /*height: vw(200);*/
      text-align: center; }
      @media (max-width: 1280px) {
        #lower header > .inr_history .scroll_box {
          bottom: -15.625vw; } }
      @media (max-width: 980px) {
        #lower header > .inr_history .scroll_box {
          bottom: -20.4081632653vw; } }
      @media (max-width: 480px) {
        #lower header > .inr_history .scroll_box {
          bottom: -41.6666666667vw; } }
    #lower header > .inr_history .scroll_box_inr p {
      color: #e60012;
      font-size: 1.3541666667vw;
      font-family: "Roboto Condensed", sans-serif;
      text-align: center; }
      @media (max-width: 1280px) {
        #lower header > .inr_history .scroll_box_inr p {
          font-size: 2.03125vw; } }
      @media (max-width: 980px) {
        #lower header > .inr_history .scroll_box_inr p {
          font-size: 2.6530612245vw; } }
      @media (max-width: 480px) {
        #lower header > .inr_history .scroll_box_inr p {
          font-size: 5.4166666667vw; } }
    #lower header > .inr_history .arrow {
      width: 1px;
      height: 5.2083333333vw;
      margin: 50px auto 0;
      background-color: #eee;
      position: relative;
      overflow: hidden; }
      @media (max-width: 1280px) {
        #lower header > .inr_history .arrow {
          height: 7.8125vw; } }
      @media (max-width: 980px) {
        #lower header > .inr_history .arrow {
          height: 10.2040816327vw; } }
      @media (max-width: 480px) {
        #lower header > .inr_history .arrow {
          height: 20.8333333333vw; } }
      #lower header > .inr_history .arrow::before {
        content: '';
        width: 1px;
        height: 100px;
        margin: 50px auto 0;
        background-color: #e60012;
        position: absolute;
        top: -150px;
        left: 0;
        right: 0;
        text-align: center;
        -webkit-animation: arrow 2.5s ease 0s infinite normal;
        animation: arrow 2.5s ease 0s infinite normal; }
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0); }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0); } }
  #lower #message .president {
    background: url("../img/message/main_top_bg_off.jpg") no-repeat bottom center/cover;
    margin-bottom: 3.125vw; }
    @media (max-width: 1280px) {
      #lower #message .president {
        margin-bottom: 4.6875vw; } }
    @media (max-width: 480px) {
      #lower #message .president {
        margin-bottom: 0; } }
    #lower #message .president .president_area {
      position: relative;
      display: flex;
      margin: 0 auto;
      height: 27.0833333333vw;
      width: 100%;
      max-width: 62.5vw; }
      @media (max-width: 1280px) {
        #lower #message .president .president_area {
          height: 40.625vw;
          max-width: 93.75vw; } }
      @media (max-width: 480px) {
        #lower #message .president .president_area {
          height: 62.5vw;
          max-width: 100%; } }
      #lower #message .president .president_area figure {
        position: absolute;
        left: 4.9479166667vw;
        bottom: 0;
        width: 100%;
        max-width: 27.4479166667vw; }
        @media (max-width: 1280px) {
          #lower #message .president .president_area figure {
            left: 7.421875vw;
            max-width: 41.171875vw; } }
        @media (max-width: 480px) {
          #lower #message .president .president_area figure {
            left: -4.1666666667vw;
            max-width: 60%; } }
      #lower #message .president .president_area .inr {
        background: url("../img/message/president_bg.svg") no-repeat top right/cover;
        margin: 0 0 0 auto;
        width: 100%;
        max-width: 38.5416666667vw; }
        @media (max-width: 1280px) {
          #lower #message .president .president_area .inr {
            max-width: 57.8125vw; } }
        @media (max-width: 480px) {
          #lower #message .president .president_area .inr {
            background: url("../img/message/president_bg.svg") no-repeat top left/cover;
            max-width: 50%; } }
        #lower #message .president .president_area .inr .wrap {
          margin: 11.9791666667vw 0 0 12.2395833333vw;
          width: 100%;
          max-width: 17.7083333333vw; }
          #lower #message .president .president_area .inr .wrap.en {
            margin: 11.9791666667vw 0 0 10.15625vw;
            width: 100%;
            max-width: 19.7916666667vw; }
            @media (max-width: 1280px) {
              #lower #message .president .president_area .inr .wrap.en {
                margin: 13.28125vw 0 0 18.359375vw;
                max-width: 26.5625vw; } }
            @media (max-width: 480px) {
              #lower #message .president .president_area .inr .wrap.en {
                margin: 29.1666666667vw 4.1666666667vw 0 0;
                padding-right: 4.1666666667vw;
                max-width: 100%; } }
  @media (max-width: 480px) and (max-width: 480px) {
    #lower #message .president .president_area .inr .wrap.en .name span {
      font-size: 4.1666666667vw; } }

          #lower #message .president .president_area .inr .wrap.fr {
            margin: 11.9791666667vw 0 0 10.15625vw;
            width: 100%;
            max-width: 19.7916666667vw; }
            @media (max-width: 1280px) {
              #lower #message .president .president_area .inr .wrap.fr {
                margin: 13.28125vw 0 0 18.359375vw;
                max-width: 26.5625vw; } }
            @media (max-width: 480px) {
              #lower #message .president .president_area .inr .wrap.fr {
                margin: 29.1666666667vw 4.1666666667vw 0 0;
                padding-right: 4.1666666667vw;
                max-width: 100%; } }
            #lower #message .president .president_area .inr .wrap.fr .name {
              line-height: 1.2; }
              #lower #message .president .president_area .inr .wrap.fr .name::before, #lower #message .president .president_area .inr .wrap.fr .name::after {
                content: "";
                display: block;
                width: 0;
                height: 0; }
              #lower #message .president .president_area .inr .wrap.fr .name::before {
                margin-top: calc((1 - 1.2) * 0.5em); }
              #lower #message .president .president_area .inr .wrap.fr .name::after {
                margin-bottom: calc((1 - 1.2) * 0.5em); }
              #lower #message .president .president_area .inr .wrap.fr .name span {
                font-size: 1.25vw; }
                @media (max-width: 480px) {
                  #lower #message .president .president_area .inr .wrap.fr .name span {
                    font-size: 2.9166666667vw !important; } }
          @media (max-width: 1280px) {
            #lower #message .president .president_area .inr .wrap {
              margin: 17.96875vw 0 0 18.359375vw;
              max-width: 26.5625vw; } }
          @media (max-width: 480px) {
            #lower #message .president .president_area .inr .wrap {
              box-sizing: border-box;
              margin: 27.0833333333vw 4.1666666667vw 0 0;
              padding-right: 4.1666666667vw;
              max-width: 100%; } }
          #lower #message .president .president_area .inr .wrap .name {
            color: #fff;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 2.2916666667vw;
            margin: 0 0 2.6041666667vw 1.5625vw;
            line-height: 1.4; }
            #lower #message .president .president_area .inr .wrap .name::before, #lower #message .president .president_area .inr .wrap .name::after {
              content: "";
              display: block;
              width: 0;
              height: 0; }
            #lower #message .president .president_area .inr .wrap .name::before {
              margin-top: calc((1 - 1.4) * 0.5em); }
            #lower #message .president .president_area .inr .wrap .name::after {
              margin-bottom: calc((1 - 1.4) * 0.5em); }
            @media (max-width: 1280px) {
              #lower #message .president .president_area .inr .wrap .name {
                font-size: 3.4375vw;
                margin: 0 0 3.90625vw 2.34375vw; } }
            @media (max-width: 480px) {
              #lower #message .president .president_area .inr .wrap .name {
                text-align: right;
                margin: 0;
                margin: 0 3.125vw 4.1666666667vw 0;
                font-size: 5vw; } }
            #lower #message .president .president_area .inr .wrap .name span {
              font-size: 1.4583333333vw; }
              @media (max-width: 1280px) {
                #lower #message .president .president_area .inr .wrap .name span {
                  font-size: 2.1875vw; } }
          #lower #message .president .president_area .inr .wrap .btn_message {
            background: #fff;
            box-sizing: border-box;
            border: 2px solid #e60012;
            border-radius: 50px;
            color: #e60012;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3541666667vw;
            font-weight: 600;
            margin: 0 auto;
            overflow: hidden;
            padding: 1.1979166667vw 0 1.3020833333vw;
            position: relative;
            width: 100%;
            max-width: 19.7916666667vw;
            text-align: center;
            z-index: 1; }
            #lower #message .president .president_area .inr .wrap .btn_message:hover {
              transition: all .3s;
              background: #ffffb4; }
              @media (max-width: 480px) {
                #lower #message .president .president_area .inr .wrap .btn_message:hover {
                  background: #fff; } }
            @media (max-width: 1280px) {
              #lower #message .president .president_area .inr .wrap .btn_message {
                font-size: 2.03125vw;
                padding: 1.796875vw 0 1.953125vw;
                max-width: 29.6875vw; } }
            @media (max-width: 480px) {
              #lower #message .president .president_area .inr .wrap .btn_message {
                margin: 0 0 0 auto;
                font-size: 4.1666666667vw;
                padding: 2.0833333333vw 0 3.125vw;
                max-width: 41.6666666667vw; }
                #lower #message .president .president_area .inr .wrap .btn_message:active {
                  transition: all .3s;
                  background: #ffffb4; } }
            #lower #message .president .president_area .inr .wrap .btn_message::before {
              content: "";
              background: #e60012;
              width: 100%;
              height: 2px;
              max-width: 2.6041666667vw;
              margin-top: -1px;
              position: absolute;
              top: 50%;
              right: 0;
              z-index: 1; }
              @media (max-width: 1280px) {
                #lower #message .president .president_area .inr .wrap .btn_message::before {
                  max-width: 3.90625vw; } }
              @media (max-width: 480px) {
                #lower #message .president .president_area .inr .wrap .btn_message::before {
                  max-width: 4.1666666667vw; } }
    #lower #message .president.hover_bg {
      transition: all .3s;
      background: url("../img/message/main_top_bg_on.jpg") no-repeat bottom center/cover; }
  #lower #message .member_area {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 62.5vw; }
    @media (max-width: 1280px) {
      #lower #message .member_area {
        max-width: 93.75vw; } }
    @media (max-width: 980px) {
      #lower #message .member_area {
        max-width: 90%; } }
    @media (max-width: 480px) {
      #lower #message .member_area {
        flex-direction: column; } }
    #lower #message .member_area .cto {
      background: url("../img/message/main_top_bg_cto_off.jpg") no-repeat bottom center/cover;
      border-radius: 10px;
      margin-bottom: 3.125vw;
      overflow: hidden;
      width: 100%;
      max-width: 30.2083333333vw; }
      @media (max-width: 480px) {
        #lower #message .member_area .cto {
          margin-top: 8.3333333333vw; } }
      #lower #message .member_area .cto:nth-child(n + 2) {
        margin-left: 2.0833333333vw; }
        @media (max-width: 480px) {
          #lower #message .member_area .cto:nth-child(n + 2) {
            margin-left: 0;
            margin-bottom: 16.6666666667vw; } }
      @media (max-width: 1280px) {
        #lower #message .member_area .cto {
          margin-bottom: 4.6875vw;
          max-width: 45.3125vw; } }
      @media (max-width: 980px) {
        #lower #message .member_area .cto {
          margin-bottom: 6.1224489796vw;
          max-width: 59.1836734694vw; } }
      @media (max-width: 480px) {
        #lower #message .member_area .cto {
          margin-bottom: 0;
          max-width: 100%; } }
      #lower #message .member_area .cto .cto_area {
        position: relative;
        display: flex;
        margin: 0 auto;
        height: 25vw;
        width: 100%;
        max-width: 62.5vw; }
        @media (max-width: 1280px) {
          #lower #message .member_area .cto .cto_area {
            height: 37.5vw;
            max-width: 93.75vw; } }
        @media (max-width: 980px) {
          #lower #message .member_area .cto .cto_area {
            height: 38.7755102041vw;
            max-width: 100%; } }
        @media (max-width: 480px) {
          #lower #message .member_area .cto .cto_area {
            height: 62.5vw;
            max-width: 100%; } }
        #lower #message .member_area .cto .cto_area figure {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          max-width: 21.7708333333vw; }
          @media (max-width: 1280px) {
            #lower #message .member_area .cto .cto_area figure {
              max-width: 32.65625vw; } }
          @media (max-width: 980px) {
            #lower #message .member_area .cto .cto_area figure {
              max-width: 32.6530612245vw; } }
          @media (max-width: 480px) {
            #lower #message .member_area .cto .cto_area figure {
              max-width: 60%; } }
        #lower #message .member_area .cto .cto_area .inr {
          background: url("../img/message/cto_bg.svg") no-repeat top right/contain;
          margin: 0 0 0 auto;
          width: 100%;
          max-width: 22.1354166667vw; }
          @media (max-width: 1280px) {
            #lower #message .member_area .cto .cto_area .inr {
              max-width: 33.203125vw; } }
          @media (max-width: 980px) {
            #lower #message .member_area .cto .cto_area .inr {
              background: url("../img/message/cto_bg.svg") no-repeat top left/cover;
              max-width: 75%; } }
          #lower #message .member_area .cto .cto_area .inr .wrap {
            margin: 10.9375vw 0 0 6.3541666667vw;
            width: 100%;
            max-width: 14.5833333333vw; }
            #lower #message .member_area .cto .cto_area .inr .wrap.en {
              margin: 9.375vw 0 0 6.3541666667vw;
              width: 100%;
              max-width: 14.5833333333vw; }
              @media (max-width: 1280px) {
                #lower #message .member_area .cto .cto_area .inr .wrap.en {
                  margin: 14.0625vw 0 0 9.53125vw;
                  max-width: 21.875vw; } }
              @media (max-width: 980px) {
                #lower #message .member_area .cto .cto_area .inr .wrap.en {
                  margin: 15.306122449vw 0 0 9.1836734694vw;
                  max-width: 22.4489795918vw; } }
              @media (max-width: 480px) {
                #lower #message .member_area .cto .cto_area .inr .wrap.en {
                  box-sizing: border-box;
                  margin: 27.0833333333vw 4.1666666667vw 0 0;
                  padding-right: 4.1666666667vw;
                  max-width: 100%; } }
            @media (max-width: 1280px) {
              #lower #message .member_area .cto .cto_area .inr .wrap {
                margin: 16.40625vw 0 0 9.53125vw;
                max-width: 21.875vw; } }
            @media (max-width: 980px) {
              #lower #message .member_area .cto .cto_area .inr .wrap {
                margin: 17.3469387755vw 0 0 9.1836734694vw;
                max-width: 22.4489795918vw; } }
            @media (max-width: 480px) {
              #lower #message .member_area .cto .cto_area .inr .wrap {
                box-sizing: border-box;
                margin: 27.0833333333vw 4.1666666667vw 0 0;
                padding-right: 4.1666666667vw;
                max-width: 100%; } }
            #lower #message .member_area .cto .cto_area .inr .wrap .name {
              color: #fff;
              font-family: "Noto Sans JP", sans-serif;
              font-size: 2.2916666667vw;
              line-height: normal;
              margin: 0 0 1.3020833333vw 1.3020833333vw;
              position: relative;
              z-index: 5; }
              @media (max-width: 1280px) {
                #lower #message .member_area .cto .cto_area .inr .wrap .name {
                  font-size: 3.4375vw;
                  margin: 0 0 1.953125vw 1.953125vw; } }
              @media (max-width: 980px) {
                #lower #message .member_area .cto .cto_area .inr .wrap .name {
                  font-size: 3.0612244898vw;
                  margin: 0 0 1.8367346939vw 2.5510204082vw; } }
              @media (max-width: 480px) {
                #lower #message .member_area .cto .cto_area .inr .wrap .name {
                  text-align: right;
                  margin: 0;
                  margin: 0 3.125vw 4.1666666667vw 0;
                  font-size: 5vw; } }
              #lower #message .member_area .cto .cto_area .inr .wrap .name .title {
                box-sizing: border-box;
                margin-bottom: 1.0416666667vw;
                font-size: 1.09375vw;
                line-height: 1.2; }
                #lower #message .member_area .cto .cto_area .inr .wrap .name .title::before, #lower #message .member_area .cto .cto_area .inr .wrap .name .title::after {
                  content: "";
                  display: block;
                  width: 0;
                  height: 0; }
                #lower #message .member_area .cto .cto_area .inr .wrap .name .title::before {
                  margin-top: calc((1 - 1.2) * 0.5em); }
                #lower #message .member_area .cto .cto_area .inr .wrap .name .title::after {
                  margin-bottom: calc((1 - 1.2) * 0.5em); }
                @media (max-width: 1280px) {
                  #lower #message .member_area .cto .cto_area .inr .wrap .name .title {
                    margin-bottom: 1.953125vw;
                    font-size: 1.640625vw; } }
                @media (max-width: 980px) {
                  #lower #message .member_area .cto .cto_area .inr .wrap .name .title {
                    margin-bottom: 1.8367346939vw;
                    font-size: 1.6326530612vw; } }
                @media (max-width: 480px) {
                  #lower #message .member_area .cto .cto_area .inr .wrap .name .title {
                    font-size: 3.3333333333vw; } }
                #lower #message .member_area .cto .cto_area .inr .wrap .name .title span.chief {
                  font-size: 0.7291666667vw; }
                  @media (max-width: 1280px) {
                    #lower #message .member_area .cto .cto_area .inr .wrap .name .title span.chief {
                      font-size: 1.09375vw; } }
                  @media (max-width: 980px) {
                    #lower #message .member_area .cto .cto_area .inr .wrap .name .title span.chief {
                      font-size: 1.2244897959vw; } }
                  @media (max-width: 480px) {
                    #lower #message .member_area .cto .cto_area .inr .wrap .name .title span.chief {
                      font-size: 2.0833333333vw; } }
            #lower #message .member_area .cto .cto_area .inr .wrap .btn_message {
              background: #fff;
              box-sizing: border-box;
              border: 2px solid #e60012;
              border-radius: 50px;
              color: #e60012;
              cursor: pointer;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 1.3541666667vw;
              font-weight: 600;
              margin: 0 auto;
              overflow: hidden;
              padding: 0.9375vw 0 1.1458333333vw;
              position: relative;
              width: 100%;
              max-width: 14.5833333333vw;
              text-align: center;
              z-index: 1; }
              #lower #message .member_area .cto .cto_area .inr .wrap .btn_message:hover {
                transition: all .3s;
                background: #ffffb4; }
                @media (max-width: 480px) {
                  #lower #message .member_area .cto .cto_area .inr .wrap .btn_message:hover {
                    background: #fff; } }
              @media (max-width: 1280px) {
                #lower #message .member_area .cto .cto_area .inr .wrap .btn_message {
                  font-size: 2.03125vw;
                  padding: 1.40625vw 0 1.71875vw;
                  max-width: 21.875vw; } }
              @media (max-width: 980px) {
                #lower #message .member_area .cto .cto_area .inr .wrap .btn_message {
                  font-size: 2.4489795918vw;
                  padding: 1.5306122449vw 0 1.8367346939vw;
                  max-width: 22.4489795918vw; } }
              @media (max-width: 480px) {
                #lower #message .member_area .cto .cto_area .inr .wrap .btn_message {
                  margin: 0 0 0 auto;
                  font-size: 4.1666666667vw;
                  padding: 2.0833333333vw 0 3.125vw;
                  max-width: 41.6666666667vw; }
                  #lower #message .member_area .cto .cto_area .inr .wrap .btn_message:active {
                    transition: all .3s;
                    background: #ffffb4; } }
              #lower #message .member_area .cto .cto_area .inr .wrap .btn_message::before {
                content: "";
                background: #e60012;
                width: 100%;
                height: 2px;
                max-width: 2.6041666667vw;
                margin-top: -1px;
                position: absolute;
                top: 50%;
                right: 0;
                z-index: 1; }
                @media (max-width: 1280px) {
                  #lower #message .member_area .cto .cto_area .inr .wrap .btn_message::before {
                    max-width: 3.90625vw; } }
                @media (max-width: 480px) {
                  #lower #message .member_area .cto .cto_area .inr .wrap .btn_message::before {
                    max-width: 4.1666666667vw; } }
      #lower #message .member_area .cto.hover_bg_cto {
        transition: all .3s;
        background: url("../img/message/main_top_bg_cto_on.jpg") no-repeat bottom center/cover; }
  #lower #history.historyBg {
    background: url("../img/history/bg.jpg") no-repeat fixed top/cover; }
    @media (max-width: 980px) {
      #lower #history.historyBg {
        background: url("../img/history/bg_sp.jpg") no-repeat fixed top right/cover; } }
  #lower #history > section {
    margin-top: 18.75vw; }
    @media (max-width: 980px) {
      #lower #history > section {
        margin-top: 36.7346938776vw; } }
    @media (max-width: 480px) {
      #lower #history > section {
        margin-top: 93.75vw; } }
    #lower #history > section .timeline {
      display: block;
      margin: 0 auto;
      width: 100%;
      max-width: 62.5vw; }
      @media (max-width: 980px) {
        #lower #history > section .timeline {
          max-width: 90%; } }
      #lower #history > section .timeline::after, #lower #history > section .timeline::before {
        height: 0;
        content: "";
        display: block;
        clear: both; }
      #lower #history > section .timeline > div {
        position: relative;
        /*  -----　記事　-----　*/
        /* ------------------------------------------------
        　　　　コンテンツ　左側
        ------------------------------------------------ */
        /* ------------------------------------------------
        　　　　コンテンツ　右側
        ------------------------------------------------ */
        /* --- 線 --- */ }
        #lower #history > section .timeline > div::after {
          display: none; }
        #lower #history > section .timeline > div > dl dt {
          color: #e60012;
          font-family: "Merriweather Sans", sans-serif;
          font-size: 2.0833333333vw;
          position: relative; }
          @media (max-width: 980px) {
            #lower #history > section .timeline > div > dl dt {
              text-align: left;
              font-size: 4.0816326531vw; } }
          @media (max-width: 480px) {
            #lower #history > section .timeline > div > dl dt {
              text-align: left;
              font-size: 8.3333333333vw; } }
          #lower #history > section .timeline > div > dl dt.point-ttl {
            text-shadow: 1px 1px 0 #fff096, 2px 2px 0 #fff096, 3px 3px 0 #fff096, 4px 4px 0 #fff096; }
        #lower #history > section .timeline > div > dl dd.txt {
          color: #3c3c3c;
          font-family: "Noto Sans JP", sans-serif;
          font-weight: bold;
          font-size: 1.3541666667vw;
          margin-top: 0.78125vw; }
          @media (max-width: 980px) {
            #lower #history > section .timeline > div > dl dd.txt {
              font-size: 2.6530612245vw;
              margin-top: 2.0408163265vw; } }
          @media (max-width: 480px) {
            #lower #history > section .timeline > div > dl dd.txt {
              font-size: 4.1666666667vw;
              margin-top: 4.1666666667vw; } }
        #lower #history > section .timeline > div > dl dd.game-works {
          /* --- 記事グレー --- */
          margin-top: 0.78125vw; }
          @media (max-width: 980px) {
            #lower #history > section .timeline > div > dl dd.game-works {
              margin-top: 1.8367346939vw; } }
          @media (max-width: 480px) {
            #lower #history > section .timeline > div > dl dd.game-works {
              margin-top: 3.75vw; } }
          #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl {
            color: #e60012;
            font-weight: bold;
            font-size: 1.3541666667vw; }
            @media (max-width: 980px) {
              #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl {
                font-size: 2.6530612245vw; } }
            @media (max-width: 480px) {
              #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl {
                font-size: 4.1666666667vw; } }
            #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li {
              line-height: 1.4;
              font-size: 1.3541666667vw; }
              #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li::before, #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li::after {
                content: "";
                display: block;
                width: 0;
                height: 0; }
              #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li::before {
                margin-top: calc((1 - 1.4) * 0.5em); }
              #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li::after {
                margin-bottom: calc((1 - 1.4) * 0.5em); }
              @media (max-width: 980px) {
                #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li {
                  font-size: 2.6530612245vw; } }
              @media (max-width: 480px) {
                #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li {
                  font-size: 5.4166666667vw; } }
              #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li.Top30 {
                font-size: 1.3541666667vw;
                margin-top: 1.5625vw !important; }
                @media (max-width: 980px) {
                  #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li.Top30 {
                    font-size: 2.6530612245vw;
                    margin-top: 3.0612244898vw !important; } }
                @media (max-width: 480px) {
                  #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li.Top30 {
                    font-size: 5.4166666667vw;
                    margin-top: 6.25vw !important; } }
              #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li.Top20 {
                font-size: 1.3541666667vw;
                margin-top: 1.0416666667vw !important; }
                @media (max-width: 980px) {
                  #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li.Top20 {
                    font-size: 2.6530612245vw;
                    margin-top: 2.0408163265vw !important; } }
                @media (max-width: 480px) {
                  #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li.Top20 {
                    font-size: 5.4166666667vw;
                    margin-top: 4.1666666667vw !important; } }
              #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li:nth-child(n + 2) {
                margin-top: 2.0833333333vw; }
                @media (max-width: 980px) {
                  #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li:nth-child(n + 2) {
                    margin-top: 4.0816326531vw; } }
                @media (max-width: 480px) {
                  #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li:nth-child(n + 2) {
                    margin-top: 8.3333333333vw; } }
                #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li:nth-child(n + 2).f_size24 {
                  font-size: 1.25vw; }
                  @media (max-width: 980px) {
                    #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li:nth-child(n + 2).f_size24 {
                      font-size: 2.4489795918vw; } }
                  @media (max-width: 480px) {
                    #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li:nth-child(n + 2).f_size24 {
                      font-size: 5vw; } }
                #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li:nth-child(n + 2).f_size26 {
                  font-size: 1.4583333333vw; }
                  @media (max-width: 980px) {
                    #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li:nth-child(n + 2).f_size26 {
                      font-size: 2.6530612245vw; } }
                  @media (max-width: 480px) {
                    #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li:nth-child(n + 2).f_size26 {
                      font-size: 5.4166666667vw; } }
              #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li.game_ttl_point {
                font-size: 1.5625vw;
                text-shadow: 1px 1px 0 #fff096, 2px 2px 0 #fff096, 3px 3px 0 #fff096, 4px 4px 0 #fff096; }
                @media (max-width: 980px) {
                  #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li.game_ttl_point {
                    font-size: 3.0612244898vw; } }
                @media (max-width: 480px) {
                  #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li.game_ttl_point {
                    font-size: 6.25vw; } }
                #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li.game_ttl_point figure {
                  box-shadow: 4px 4px 0px 0 #fff096; }
              #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail {
                padding: 0;
                max-width: 100%; }
                #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail::before {
                  display: none; }
                #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure {
                  width: 100%;
                  max-width: 11.9791666667vw; }
                  @media (max-width: 980px) {
                    #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure {
                      max-width: 23.4693877551vw; } }
                  @media (max-width: 480px) {
                    #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure {
                      max-width: 47.9166666667vw; } }
                  #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure.left_pic {
                    margin: 1.0416666667vw 0 0 auto; }
                    @media (max-width: 980px) {
                      #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure.left_pic {
                        margin: 2.0408163265vw 0 0 0; } }
                    @media (max-width: 480px) {
                      #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure.left_pic {
                        margin: 4.1666666667vw 0 0 0; } }
                    #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure.left_pic.W300 {
                      width: 100%;
                      max-width: 15.625vw; }
                      @media (max-width: 980px) {
                        #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure.left_pic.W300 {
                          max-width: 30.612244898vw; } }
                      @media (max-width: 480px) {
                        #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure.left_pic.W300 {
                          max-width: 62.5vw; } }
                    #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure.left_pic.W360 {
                      width: 100%;
                      max-width: 18.75vw; }
                      @media (max-width: 980px) {
                        #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure.left_pic.W360 {
                          max-width: 36.7346938776vw; } }
                      @media (max-width: 480px) {
                        #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure.left_pic.W360 {
                          max-width: 75vw; } }
                  #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure.right_pic {
                    margin: 1.0416666667vw 0 auto 0; }
                    @media (max-width: 980px) {
                      #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure.right_pic {
                        margin: 2.0408163265vw 0 0 0; } }
                    @media (max-width: 480px) {
                      #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure.right_pic {
                        margin: 4.1666666667vw 0 0 0; } }
                    #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure.right_pic.W250 {
                      width: 100%;
                      max-width: 13.0208333333vw; }
                      @media (max-width: 980px) {
                        #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure.right_pic.W250 {
                          max-width: 25.5102040816vw; } }
                      @media (max-width: 480px) {
                        #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure.right_pic.W250 {
                          max-width: 52.0833333333vw; } }
                    #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure.right_pic.W300 {
                      width: 100%;
                      max-width: 15.625vw; }
                      @media (max-width: 980px) {
                        #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure.right_pic.W300 {
                          max-width: 30.612244898vw; } }
                      @media (max-width: 480px) {
                        #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure.right_pic.W300 {
                          max-width: 62.5vw; } }
                    #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure.right_pic.W360 {
                      width: 100%;
                      max-width: 18.75vw; }
                      @media (max-width: 980px) {
                        #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure.right_pic.W360 {
                          max-width: 36.7346938776vw; } }
                      @media (max-width: 480px) {
                        #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure.right_pic.W360 {
                          max-width: 75vw; } }
                  #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure.off {
                    text-shadow: none; }
                  #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail figure.Gry_line {
                    border: 1px solid #a0a0a0; }
                #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail .game_txt {
                  background: #e6e6e6;
                  box-sizing: border-box;
                  color: #3c3c3c;
                  display: inline-block;
                  font-size: 0.8854166667vw;
                  font-weight: normal;
                  line-height: 1.4;
                  margin-top: 0.78125vw;
                  padding: 1.0416666667vw;
                  text-align: left; }
                  #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail .game_txt::before, #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail .game_txt::after {
                    content: "";
                    display: block;
                    width: 0;
                    height: 0; }
                  #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail .game_txt::before {
                    margin-top: calc((1 - 1.4) * 0.5em); }
                  #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail .game_txt::after {
                    margin-bottom: calc((1 - 1.4) * 0.5em); }
                  @media (max-width: 980px) {
                    #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail .game_txt {
                      font-size: 1.7346938776vw;
                      margin-top: 1.5306122449vw;
                      padding: 2.0408163265vw; } }
                  @media (max-width: 480px) {
                    #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail .game_txt {
                      font-size: 3.3333333333vw;
                      margin-top: 3.125vw;
                      padding: 4.1666666667vw; } }
                #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail .game_txt_point {
                  box-shadow: 4px 4px 0px 0 #fff096;
                  background: #e60012;
                  box-sizing: border-box;
                  color: #fff;
                  font-size: 0.8854166667vw;
                  font-weight: normal;
                  line-height: 1.4;
                  margin-top: 0.78125vw;
                  padding: 1.3020833333vw;
                  text-align: left;
                  text-shadow: none; }
                  #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail .game_txt_point .ttl {
                    display: block;
                    font-size: 1.0416666667vw;
                    font-weight: bold;
                    margin-bottom: 0.5208333333vw; }
                    @media (max-width: 980px) {
                      #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail .game_txt_point .ttl {
                        font-size: 2.0408163265vw;
                        margin-bottom: 1.0204081633vw; } }
                    @media (max-width: 480px) {
                      #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail .game_txt_point .ttl {
                        font-size: 4.1666666667vw;
                        margin-bottom: 2.0833333333vw; } }
                    #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail .game_txt_point .ttl.yellow {
                      color: #ffff00; }
                  #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail .game_txt_point::before, #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail .game_txt_point::after {
                    content: "";
                    display: block;
                    width: 0;
                    height: 0; }
                  #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail .game_txt_point::before {
                    margin-top: calc((1 - 1.4) * 0.5em); }
                  #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail .game_txt_point::after {
                    margin-bottom: calc((1 - 1.4) * 0.5em); }
                  @media (max-width: 980px) {
                    #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail .game_txt_point {
                      font-size: 1.7346938776vw;
                      margin-top: 1.5306122449vw;
                      padding: 2.0408163265vw; } }
                  @media (max-width: 480px) {
                    #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail .game_txt_point {
                      font-size: 3.3333333333vw;
                      margin-top: 3.125vw;
                      padding: 4.1666666667vw; } }
                #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail.pic {
                  /* --- 画像 横並び --- */
                  display: flex;
                  flex-direction: row; }
                  #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail.pic figure {
                    margin: 1.0416666667vw 0 auto 0; }
                    @media (max-width: 480px) {
                      #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail.pic figure {
                        margin: 4.1666666667vw 0 auto 0; } }
                    #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail.pic figure:nth-child(n + 2) {
                      margin-left: 0.5208333333vw; }
                      @media (max-width: 480px) {
                        #lower #history > section .timeline > div > dl dd.game-works ol.game_ttl li .game_ttl_detail.pic figure:nth-child(n + 2) {
                          margin-left: 2.0833333333vw; } }
        #lower #history > section .timeline > div > dl.point-area {
          /* --- 記事 赤 --- */ }
          #lower #history > section .timeline > div > dl.point-area dt {
            text-shadow: 1px 1px 0 #fff096, 2px 2px 0 #fff096, 3px 3px 0 #fff096, 4px 4px 0 #fff096; }
          #lower #history > section .timeline > div > dl.point-area dd.game-works .game_ttl li {
            font-size: 1.6666666667vw;
            text-shadow: 1px 1px 0 #fff096, 2px 2px 0 #fff096, 3px 3px 0 #fff096, 4px 4px 0 #fff096; }
            @media (max-width: 980px) {
              #lower #history > section .timeline > div > dl.point-area dd.game-works .game_ttl li {
                font-size: 3.0612244898vw; } }
            @media (max-width: 480px) {
              #lower #history > section .timeline > div > dl.point-area dd.game-works .game_ttl li {
                font-size: 6.25vw; } }
            #lower #history > section .timeline > div > dl.point-area dd.game-works .game_ttl li.off {
              text-shadow: none; }
            #lower #history > section .timeline > div > dl.point-area dd.game-works .game_ttl li .game_ttl_detail figure {
              box-shadow: 4px 4px 0px 0 #fff096;
              max-width: 15.625vw; }
              @media (max-width: 980px) {
                #lower #history > section .timeline > div > dl.point-area dd.game-works .game_ttl li .game_ttl_detail figure {
                  max-width: 30.612244898vw; } }
              @media (max-width: 480px) {
                #lower #history > section .timeline > div > dl.point-area dd.game-works .game_ttl li .game_ttl_detail figure {
                  max-width: 62.5vw; } }
            #lower #history > section .timeline > div > dl.point-area dd.game-works .game_ttl li .game_ttl_detail .game_txt {
              box-shadow: 4px 4px 0px 0 #fff096;
              background: #e60012;
              box-sizing: border-box;
              color: #fff;
              font-size: 0.8854166667vw;
              font-weight: normal;
              line-height: 1.6;
              margin-top: 0.78125vw;
              padding: 1.3020833333vw;
              text-align: left;
              text-shadow: none; }
              #lower #history > section .timeline > div > dl.point-area dd.game-works .game_ttl li .game_ttl_detail .game_txt .ttl {
                display: block;
                font-size: 1.0416666667vw;
                font-weight: bold;
                margin-bottom: 0.5208333333vw; }
                @media (max-width: 980px) {
                  #lower #history > section .timeline > div > dl.point-area dd.game-works .game_ttl li .game_ttl_detail .game_txt .ttl {
                    font-size: 2.0408163265vw;
                    margin-bottom: 1.0204081633vw; } }
                @media (max-width: 480px) {
                  #lower #history > section .timeline > div > dl.point-area dd.game-works .game_ttl li .game_ttl_detail .game_txt .ttl {
                    font-size: 4.1666666667vw;
                    margin-bottom: 2.0833333333vw; } }
              #lower #history > section .timeline > div > dl.point-area dd.game-works .game_ttl li .game_ttl_detail .game_txt::before, #lower #history > section .timeline > div > dl.point-area dd.game-works .game_ttl li .game_ttl_detail .game_txt::after {
                content: "";
                display: block;
                width: 0;
                height: 0; }
              #lower #history > section .timeline > div > dl.point-area dd.game-works .game_ttl li .game_ttl_detail .game_txt::before {
                margin-top: calc((1 - 1.6) * 0.5em); }
              #lower #history > section .timeline > div > dl.point-area dd.game-works .game_ttl li .game_ttl_detail .game_txt::after {
                margin-bottom: calc((1 - 1.6) * 0.5em); }
              @media (max-width: 980px) {
                #lower #history > section .timeline > div > dl.point-area dd.game-works .game_ttl li .game_ttl_detail .game_txt {
                  font-size: 1.7346938776vw;
                  margin-top: 1.5306122449vw;
                  padding: 2.0408163265vw; } }
              @media (max-width: 480px) {
                #lower #history > section .timeline > div > dl.point-area dd.game-works .game_ttl li .game_ttl_detail .game_txt {
                  font-size: 3.3333333333vw;
                  margin-top: 3.125vw;
                  padding: 4.1666666667vw; } }
        #lower #history > section .timeline > div.left {
          box-sizing: border-box;
          float: left;
          padding-right: 3.6458333333vw;
          text-align: right;
          height: 100%;
          width: 50%;
          /* --- アイコン --- */
          position: relative;
          /* --- / アイコン --- */
          /* --- 記事 --- */
          /* --- / 余白 --- */ }
          @media (max-width: 980px) {
            #lower #history > section .timeline > div.left {
              padding-right: 0;
              padding-left: 5.1020408163vw;
              float: none;
              text-align: left;
              width: 100%; } }
          @media (max-width: 480px) {
            #lower #history > section .timeline > div.left {
              padding-right: 0;
              padding-left: 10.4166666667vw;
              float: none;
              text-align: left;
              width: 100%; } }
          #lower #history > section .timeline > div.left::before {
            content: '';
            border: 0.2604166667vw solid #e60012;
            position: absolute;
            margin-top: 0.3645833333vw;
            top: 0;
            right: -0.625vw;
            width: 0.7291666667vw;
            height: 0.7291666667vw;
            background: #fff;
            transform: rotate(-45deg);
            z-index: 1; }
            @media (max-width: 980px) {
              #lower #history > section .timeline > div.left::before {
                border: 0.5102040816vw solid #e60012;
                margin-top: 0.7142857143vw;
                right: auto;
                left: -0.2040816327vw;
                width: 1.4285714286vw;
                height: 1.4285714286vw; } }
            @media (max-width: 480px) {
              #lower #history > section .timeline > div.left::before {
                border: 1.0416666667vw solid #e60012;
                margin-top: 1.4583333333vw;
                right: auto;
                left: -0.4166666667vw;
                width: 2.9166666667vw;
                height: 2.9166666667vw; } }
          #lower #history > section .timeline > div.left.point::before {
            content: '';
            border: 0.3645833333vw solid #e60012;
            position: absolute;
            margin-top: 0.1041666667vw;
            top: 0;
            right: -0.78125vw;
            width: 0.9375vw;
            height: 0.9375vw;
            background: #ffff96;
            transform: rotate(-45deg);
            z-index: 1; }
            @media (max-width: 980px) {
              #lower #history > section .timeline > div.left.point::before {
                border: 0.7142857143vw solid #e60012;
                margin-top: 0.2040816327vw;
                right: auto;
                left: -0.8163265306vw;
                width: 1.8367346939vw;
                height: 1.8367346939vw; } }
            @media (max-width: 480px) {
              #lower #history > section .timeline > div.left.point::before {
                border: 1.4583333333vw solid #e60012;
                margin-top: 0.4166666667vw;
                right: auto;
                left: -1.6666666667vw;
                width: 3.75vw;
                height: 3.75vw; } }
          #lower #history > section .timeline > div.left > dl dt::after {
            content: "";
            background: #e60012;
            position: absolute;
            right: -3.6458333333vw;
            top: 0.9375vw;
            height: 2px;
            width: 100%;
            max-width: 3.125vw; }
            @media (max-width: 980px) {
              #lower #history > section .timeline > div.left > dl dt::after {
                right: auto;
                left: -3.0612244898vw;
                top: 1.8367346939vw;
                height: 2px;
                width: 100%;
                max-width: 2.0408163265vw; } }
            @media (max-width: 480px) {
              #lower #history > section .timeline > div.left > dl dt::after {
                right: auto;
                left: -6.25vw;
                top: 3.75vw;
                height: 2px;
                width: 100%;
                max-width: 4.1666666667vw; } }
          #lower #history > section .timeline > div.left.y_1995 {
            margin-top: 9.8958333333vw; }
            @media (max-width: 980px) {
              #lower #history > section .timeline > div.left.y_1995 {
                margin-top: -0.5102040816vw;
                padding-bottom: 5.612244898vw; } }
            @media (max-width: 480px) {
              #lower #history > section .timeline > div.left.y_1995 {
                margin-top: -1.0416666667vw;
                padding-bottom: 11.4583333333vw; } }
          #lower #history > section .timeline > div.left.y_1999, #lower #history > section .timeline > div.left.y_2000, #lower #history > section .timeline > div.left.y_2003, #lower #history > section .timeline > div.left.y_2006, #lower #history > section .timeline > div.left.y_2008 {
            margin-top: 6.25vw; }
            @media (max-width: 980px) {
              #lower #history > section .timeline > div.left.y_1999, #lower #history > section .timeline > div.left.y_2000, #lower #history > section .timeline > div.left.y_2003, #lower #history > section .timeline > div.left.y_2006, #lower #history > section .timeline > div.left.y_2008 {
                margin-top: -0.5102040816vw;
                padding-bottom: 5.612244898vw; } }
            @media (max-width: 480px) {
              #lower #history > section .timeline > div.left.y_1999, #lower #history > section .timeline > div.left.y_2000, #lower #history > section .timeline > div.left.y_2003, #lower #history > section .timeline > div.left.y_2006, #lower #history > section .timeline > div.left.y_2008 {
                margin-top: -1.0416666667vw;
                padding-bottom: 11.4583333333vw; } }
          #lower #history > section .timeline > div.left.y_2010 {
            margin: 5.2083333333vw 0 12.7604166667vw; }
            @media (max-width: 980px) {
              #lower #history > section .timeline > div.left.y_2010 {
                margin-bottom: 0;
                margin-top: -0.5102040816vw;
                padding-bottom: 5.612244898vw; } }
            @media (max-width: 480px) {
              #lower #history > section .timeline > div.left.y_2010 {
                margin-bottom: 0;
                margin-top: -1.0416666667vw;
                padding-bottom: 11.4583333333vw; } }
          #lower #history > section .timeline > div.left.y_2013 {
            margin-bottom: 34.8958333333vw; }
            @media (max-width: 980px) {
              #lower #history > section .timeline > div.left.y_2013 {
                margin-bottom: 0;
                margin-top: -0.5102040816vw;
                padding-bottom: 5.612244898vw; } }
            @media (max-width: 480px) {
              #lower #history > section .timeline > div.left.y_2013 {
                margin-bottom: 0;
                margin-top: -1.0416666667vw;
                padding-bottom: 11.4583333333vw; } }
          #lower #history > section .timeline > div.left.y_2015 {
            margin-bottom: 19.0104166667vw; }
            @media (max-width: 980px) {
              #lower #history > section .timeline > div.left.y_2015 {
                margin-bottom: 0;
                margin-top: -0.5102040816vw;
                padding-bottom: 5.612244898vw; } }
            @media (max-width: 480px) {
              #lower #history > section .timeline > div.left.y_2015 {
                margin-bottom: 0;
                margin-top: -1.0416666667vw;
                padding-bottom: 11.4583333333vw; } }
          #lower #history > section .timeline > div.left.y_2017 {
            margin-bottom: 7.8125vw; }
            @media (max-width: 980px) {
              #lower #history > section .timeline > div.left.y_2017 {
                margin-bottom: 0;
                margin-top: -0.5102040816vw;
                padding-bottom: 5.612244898vw; } }
            @media (max-width: 480px) {
              #lower #history > section .timeline > div.left.y_2017 {
                margin-bottom: 0;
                margin-top: -1.0416666667vw;
                padding-bottom: 11.4583333333vw; } }
          #lower #history > section .timeline > div.left.y_2019 {
            margin-bottom: 40.625vw; }
            @media (max-width: 980px) {
              #lower #history > section .timeline > div.left.y_2019 {
                margin-bottom: 0;
                margin-top: -0.5102040816vw;
                padding-bottom: 5.612244898vw; } }
            @media (max-width: 480px) {
              #lower #history > section .timeline > div.left.y_2019 {
                margin-bottom: 0;
                margin-top: -1.0416666667vw;
                padding-bottom: 11.4583333333vw; } }
            #lower #history > section .timeline > div.left.y_2019_en {
              margin-bottom: 51.0416666667vw; }
              @media (max-width: 980px) {
                #lower #history > section .timeline > div.left.y_2019_en {
                  margin-bottom: 0;
                  margin-top: -0.5102040816vw;
                  padding-bottom: 5.612244898vw; } }
              @media (max-width: 480px) {
                #lower #history > section .timeline > div.left.y_2019_en {
                  margin-bottom: 0;
                  margin-top: -1.0416666667vw;
                  padding-bottom: 11.4583333333vw; } }
            #lower #history > section .timeline > div.left.y_2019_fr, #lower #history > section .timeline > div.left.y_2019_de {
              margin-bottom: 51.0416666667vw; }
              @media (max-width: 980px) {
                #lower #history > section .timeline > div.left.y_2019_fr, #lower #history > section .timeline > div.left.y_2019_de {
                  margin-bottom: 0;
                  margin-top: -0.5102040816vw;
                  padding-bottom: 5.612244898vw; } }
              @media (max-width: 480px) {
                #lower #history > section .timeline > div.left.y_2019_fr, #lower #history > section .timeline > div.left.y_2019_de {
                  margin-bottom: 0;
                  margin-top: -1.0416666667vw;
                  padding-bottom: 11.4583333333vw; } }
          @media (max-width: 980px) {
            #lower #history > section .timeline > div.left.y_2021 {
              margin-bottom: 0;
              margin-top: -0.5102040816vw;
              padding-bottom: 5.612244898vw; } }
          @media (max-width: 480px) {
            #lower #history > section .timeline > div.left.y_2021 {
              margin-bottom: 0;
              margin-top: -1.0416666667vw;
              padding-bottom: 11.4583333333vw; } }
        #lower #history > section .timeline > div.right {
          box-sizing: border-box;
          float: right;
          padding-left: 3.6458333333vw;
          height: 100%;
          width: 50%;
          /* --- アイコン --- */
          position: relative;
          /* --- / アイコン --- */
          /* --- 記事 --- */
          /* ---  余白 --- */ }
          @media (max-width: 980px) {
            #lower #history > section .timeline > div.right {
              padding-left: 5.1020408163vw;
              float: none;
              width: 100%; } }
          @media (max-width: 480px) {
            #lower #history > section .timeline > div.right {
              padding-left: 10.4166666667vw;
              float: none;
              width: 100%; } }
          #lower #history > section .timeline > div.right::before {
            content: '';
            border: 0.2604166667vw solid #e60012;
            position: absolute;
            margin-top: 0.3645833333vw;
            top: 0;
            left: -0.625vw;
            width: 0.7291666667vw;
            height: 0.7291666667vw;
            background: #fff;
            transform: rotate(-45deg);
            z-index: 1; }
            @media (max-width: 980px) {
              #lower #history > section .timeline > div.right::before {
                border: 0.5102040816vw solid #e60012;
                margin-top: 0.7142857143vw;
                left: -0.2040816327vw;
                width: 1.4285714286vw;
                height: 1.4285714286vw; } }
            @media (max-width: 480px) {
              #lower #history > section .timeline > div.right::before {
                border: 1.0416666667vw solid #e60012;
                margin-top: 1.4583333333vw;
                left: -0.4166666667vw;
                width: 2.9166666667vw;
                height: 2.9166666667vw; } }
          #lower #history > section .timeline > div.right.point::before {
            content: '';
            border: 0.3645833333vw solid #e60012;
            position: absolute;
            margin-top: 0.1041666667vw;
            top: 0;
            left: -0.78125vw;
            width: 0.9375vw;
            height: 0.9375vw;
            background: #ffff96;
            transform: rotate(-45deg);
            z-index: 1; }
            @media (max-width: 980px) {
              #lower #history > section .timeline > div.right.point::before {
                border: 0.7142857143vw solid #e60012;
                margin-top: 0.2040816327vw;
                left: -0.8163265306vw;
                width: 1.8367346939vw;
                height: 1.8367346939vw; } }
            @media (max-width: 480px) {
              #lower #history > section .timeline > div.right.point::before {
                border: 1.4583333333vw solid #e60012;
                margin-top: 0.4166666667vw;
                left: -1.6666666667vw;
                width: 3.75vw;
                height: 3.75vw; } }
          #lower #history > section .timeline > div.right > dl dt {
            text-align: left; }
            #lower #history > section .timeline > div.right > dl dt::after {
              content: "";
              background: #e60012;
              position: absolute;
              left: -3.6458333333vw;
              top: 0.9375vw;
              height: 2px;
              width: 100%;
              max-width: 3.125vw; }
              @media (max-width: 980px) {
                #lower #history > section .timeline > div.right > dl dt::after {
                  left: -3.0612244898vw;
                  top: 1.8367346939vw;
                  max-width: 2.0408163265vw; } }
              @media (max-width: 480px) {
                #lower #history > section .timeline > div.right > dl dt::after {
                  left: -6.25vw;
                  top: 3.75vw;
                  max-width: 4.1666666667vw; } }
          #lower #history > section .timeline > div.right.y_1995 {
            padding-bottom: 12.5vw; }
            @media (max-width: 980px) {
              #lower #history > section .timeline > div.right.y_1995 {
                padding-bottom: 5.1020408163vw; } }
            @media (max-width: 480px) {
              #lower #history > section .timeline > div.right.y_1995 {
                padding-bottom: 10.4166666667vw; } }
          #lower #history > section .timeline > div.right.y_1998 {
            padding-bottom: 10.9375vw; }
            @media (max-width: 980px) {
              #lower #history > section .timeline > div.right.y_1998 {
                padding-bottom: 5.1020408163vw; } }
            @media (max-width: 480px) {
              #lower #history > section .timeline > div.right.y_1998 {
                padding-bottom: 10.4166666667vw; } }
          #lower #history > section .timeline > div.right.y_2001, #lower #history > section .timeline > div.right.y_2002, #lower #history > section .timeline > div.right.y_2005, #lower #history > section .timeline > div.right.y_2007, #lower #history > section .timeline > div.right.y_2012, #lower #history > section .timeline > div.right.y_2014, #lower #history > section .timeline > div.right.y_2016 {
            padding-bottom: 6.7708333333vw;
            margin-top: -0.2604166667vw; }
            @media (max-width: 980px) {
              #lower #history > section .timeline > div.right.y_2001, #lower #history > section .timeline > div.right.y_2002, #lower #history > section .timeline > div.right.y_2005, #lower #history > section .timeline > div.right.y_2007, #lower #history > section .timeline > div.right.y_2012, #lower #history > section .timeline > div.right.y_2014, #lower #history > section .timeline > div.right.y_2016 {
                padding-bottom: 5.612244898vw;
                margin-top: -0.5102040816vw; } }
            @media (max-width: 480px) {
              #lower #history > section .timeline > div.right.y_2001, #lower #history > section .timeline > div.right.y_2002, #lower #history > section .timeline > div.right.y_2005, #lower #history > section .timeline > div.right.y_2007, #lower #history > section .timeline > div.right.y_2012, #lower #history > section .timeline > div.right.y_2014, #lower #history > section .timeline > div.right.y_2016 {
                padding-bottom: 11.4583333333vw;
                margin-top: -1.0416666667vw; } }
          #lower #history > section .timeline > div.right.y_2009 {
            padding-bottom: 6.5104166667vw;
            margin-top: -0.2604166667vw; }
            @media (max-width: 980px) {
              #lower #history > section .timeline > div.right.y_2009 {
                padding-bottom: 5.612244898vw;
                margin-top: -0.5102040816vw; } }
            @media (max-width: 480px) {
              #lower #history > section .timeline > div.right.y_2009 {
                padding-bottom: 11.4583333333vw;
                margin-top: -1.0416666667vw; } }
          #lower #history > section .timeline > div.right.y_2018, #lower #history > section .timeline > div.right.y_2020 {
            padding-bottom: 8.0729166667vw;
            margin-top: -0.2604166667vw; }
            @media (max-width: 980px) {
              #lower #history > section .timeline > div.right.y_2018, #lower #history > section .timeline > div.right.y_2020 {
                padding-bottom: 5.612244898vw;
                margin-top: -0.5102040816vw; } }
            @media (max-width: 480px) {
              #lower #history > section .timeline > div.right.y_2018, #lower #history > section .timeline > div.right.y_2020 {
                padding-bottom: 11.4583333333vw;
                margin-top: -1.0416666667vw; } }
          #lower #history > section .timeline > div.right.y_2022 {
            padding-bottom: 21.875vw;
            margin-top: -0.2604166667vw; }
            @media (max-width: 980px) {
              #lower #history > section .timeline > div.right.y_2022 {
                padding-bottom: 10.2040816327vw;
                margin-top: -0.5102040816vw; } }
            @media (max-width: 480px) {
              #lower #history > section .timeline > div.right.y_2022 {
                padding-bottom: 11.4583333333vw;
                margin-top: -1.0416666667vw; } }
            #lower #history > section .timeline > div.right.y_2022_fr {
              padding-bottom: 23.4375vw; }
              @media (max-width: 980px) {
                #lower #history > section .timeline > div.right.y_2022_fr {
                  padding-bottom: 13.2653061224vw; } }
              @media (max-width: 480px) {
                #lower #history > section .timeline > div.right.y_2022_fr {
                  padding-bottom: 11.4583333333vw; } }
            #lower #history > section .timeline > div.right.y_2022_de {
              padding-bottom: 28.125vw; }
              @media (max-width: 980px) {
                #lower #history > section .timeline > div.right.y_2022_de {
                  padding-bottom: 13.2653061224vw; } }
              @media (max-width: 480px) {
                #lower #history > section .timeline > div.right.y_2022_de {
                  padding-bottom: 11.4583333333vw; } }
        #lower #history > section .timeline > div .border-line {
          position: absolute;
          left: -0.1041666667vw;
          top: 0;
          width: 0.2083333333vw;
          /*線の太さ*/
          height: 0;
          background: #e60012; }
          @media (max-width: 980px) {
            #lower #history > section .timeline > div .border-line {
              left: 0.7142857143vw;
              width: 0.4081632653vw;
              /*線の太さ*/ } }
          @media (max-width: 480px) {
            #lower #history > section .timeline > div .border-line {
              left: 1.4583333333vw;
              width: 0.8333333333vw;
              /*線の太さ*/ } }
          #lower #history > section .timeline > div .border-line.left {
            left: auto;
            right: -0.1041666667vw; }
            @media (max-width: 480px) {
              #lower #history > section .timeline > div .border-line.left {
                right: -0.4081632653vw; } }
            @media (max-width: 480px) {
              #lower #history > section .timeline > div .border-line.left {
                right: -0.8333333333vw; } }
    #lower #history > section .y2023 {
      background: #e60012;
      box-sizing: border-box;
      margin: 0 auto 8.3333333333vw;
      padding: 3.90625vw 0;
      width: 100%; }
      @media (max-width: 980px) {
        #lower #history > section .y2023 {
          margin: 0 auto 16.3265306122vw;
          padding: 7.6530612245vw 0; } }
      @media (max-width: 480px) {
        #lower #history > section .y2023 {
          margin: 0 auto 16.6666666667vw;
          padding: 15.625vw 0; } }
      #lower #history > section .y2023 h2 {
        color: #ffff64;
        font-family: "Merriweather Sans", sans-serif;
        font-size: 3.75vw;
        text-align: center; }
        @media (max-width: 980px) {
          #lower #history > section .y2023 h2 {
            font-size: 7.3469387755vw; } }
        @media (max-width: 480px) {
          #lower #history > section .y2023 h2 {
            font-size: 8.75vw; } }
        #lower #history > section .y2023 h2 span {
          display: block;
          font-size: 1.875vw;
          margin-top: 2.0833333333vw; }
          @media (max-width: 980px) {
            #lower #history > section .y2023 h2 span {
              font-size: 3.6734693878vw; } }
          @media (max-width: 480px) {
            #lower #history > section .y2023 h2 span {
              font-size: 5vw; } }
      #lower #history > section .y2023 .y2023_inr {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 5.2083333333vw auto 0;
        width: 100%; }
        @media (max-width: 980px) {
          #lower #history > section .y2023 .y2023_inr {
            flex-direction: column;
            margin: 5.1020408163vw auto 0;
            width: 90%; } }
        @media (max-width: 480px) {
          #lower #history > section .y2023 .y2023_inr {
            margin: 10.4166666667vw auto 0;
            width: 90%; } }
        #lower #history > section .y2023 .y2023_inr figure {
          display: flex;
          align-items: center;
          width: 100%;
          max-width: 10vw; }
          @media (max-width: 980px) {
            #lower #history > section .y2023 .y2023_inr figure {
              max-width: 23.4693877551vw; } }
          @media (max-width: 480px) {
            #lower #history > section .y2023 .y2023_inr figure {
              max-width: 29.1666666667vw; } }
        #lower #history > section .y2023 .y2023_inr .y2023_txt {
          border-left: 1px solid #fff;
          box-sizing: border-box;
          color: #fff;
          font-size: 1.1458333333vw;
          line-height: 1.6;
          margin-left: 2.8645833333vw;
          padding: 1.0416666667vw 0 1.0416666667vw 2.8645833333vw; }
          #lower #history > section .y2023 .y2023_inr .y2023_txt::before, #lower #history > section .y2023 .y2023_inr .y2023_txt::after {
            content: "";
            display: block;
            width: 0;
            height: 0; }
          #lower #history > section .y2023 .y2023_inr .y2023_txt::before {
            margin-top: calc((1 - 1.6) * 0.5em); }
          #lower #history > section .y2023 .y2023_inr .y2023_txt::after {
            margin-bottom: calc((1 - 1.6) * 0.5em); }
          @media (max-width: 980px) {
            #lower #history > section .y2023 .y2023_inr .y2023_txt {
              border-left: 0;
              border-top: 1px solid #fff;
              font-size: 2.2448979592vw;
              margin-left: 0;
              margin-top: 3.5714285714vw;
              padding: 3.5714285714vw 1.5306122449vw 0 1.5306122449vw; } }
          @media (max-width: 480px) {
            #lower #history > section .y2023 .y2023_inr .y2023_txt {
              font-size: 3.75vw;
              margin-left: 0;
              margin-top: 7.2916666667vw;
              padding: 7.2916666667vw 3.125vw 0 3.125vw; } }
  #lower.series header > .inr_top {
    background: url("../img/series/header_bg.jpg") no-repeat top left;
    background-size: cover;
    box-sizing: border-box;
    padding: 4.1666666667vw 0;
    width: 100%; }
    @media (max-width: 1280px) {
      #lower.series header > .inr_top {
        padding: 6.25vw 0; } }
    @media (max-width: 980px) {
      #lower.series header > .inr_top {
        padding: 4.0816326531vw 0 8.1632653061vw; } }
    @media (max-width: 480px) {
      #lower.series header > .inr_top {
        padding: 8.3333333333vw 0 16.6666666667vw; } }
    #lower.series header > .inr_top h1 {
      margin: 0 auto;
      width: 100%;
      max-width: 19.7916666667vw; }
      @media (max-width: 1280px) {
        #lower.series header > .inr_top h1 {
          max-width: 29.6875vw; } }
      @media (max-width: 980px) {
        #lower.series header > .inr_top h1 {
          max-width: 38.7755102041vw; } }
      @media (max-width: 480px) {
        #lower.series header > .inr_top h1 {
          max-width: 50vw; } }
    #lower.series header > .inr_top figure {
      margin: 0 auto 0.78125vw;
      width: 100%;
      max-width: 42.5vw;
      text-align: center; }
      @media (max-width: 1280px) {
        #lower.series header > .inr_top figure {
          margin: 0 auto 1.171875vw;
          max-width: 63.75vw; } }
      @media (max-width: 980px) {
        #lower.series header > .inr_top figure {
          margin: 0 auto 1.5306122449vw;
          max-width: 83.2653061224vw; } }
      @media (max-width: 480px) {
        #lower.series header > .inr_top figure {
          margin: 0 auto 3.125vw;
          max-width: 80%; } }
      #lower.series header > .inr_top figure.ttl_en {
        margin: 0 auto 1.3020833333vw;
        width: 100%;
        max-width: 52.0833333333vw;
        text-align: center; }
        @media (max-width: 1280px) {
          #lower.series header > .inr_top figure.ttl_en {
            margin: 0 auto 1.953125vw;
            max-width: 82.03125vw; } }
        @media (max-width: 980px) {
          #lower.series header > .inr_top figure.ttl_en {
            margin: 0 auto 2.5510204082vw;
            max-width: 91.8367346939vw; } }
        @media (max-width: 480px) {
          #lower.series header > .inr_top figure.ttl_en {
            margin: 0 auto 5.2083333333vw;
            max-width: 80%; } }
      #lower.series header > .inr_top figure.ttl_fr {
        margin: 0 auto 1.3020833333vw;
        width: 100%;
        max-width: 52.0833333333vw;
        text-align: center; }
        @media (max-width: 1280px) {
          #lower.series header > .inr_top figure.ttl_fr {
            margin: 0 auto 1.953125vw;
            max-width: 82.03125vw; } }
        @media (max-width: 980px) {
          #lower.series header > .inr_top figure.ttl_fr {
            margin: 0 auto 2.5510204082vw;
            max-width: 91.8367346939vw; } }
        @media (max-width: 480px) {
          #lower.series header > .inr_top figure.ttl_fr {
            margin: 0 auto 5.2083333333vw;
            max-width: 90%; } }
      #lower.series header > .inr_top figure.ttl_de {
        margin: 0 auto 1.3020833333vw;
        width: 100%;
        max-width: 46.3541666667vw;
        text-align: center; }
        @media (max-width: 1280px) {
          #lower.series header > .inr_top figure.ttl_de {
            margin: 0 auto 1.953125vw;
            max-width: 70.3125vw; } }
        @media (max-width: 980px) {
          #lower.series header > .inr_top figure.ttl_de {
            margin: 0 auto 2.5510204082vw;
            max-width: 91.8367346939vw; } }
        @media (max-width: 480px) {
          #lower.series header > .inr_top figure.ttl_de {
            margin: 0 auto 5.2083333333vw;
            max-width: 90%; } }
    #lower.series header > .inr_top .day {
      box-sizing: border-box;
      background: #e60012;
      box-shadow: 0px 0px 20px 13px #fff;
      border: 2px solid #e93d3d;
      outline: 4px solid #da0213;
      color: #fff596;
      /*
      font-size: vw(30);
      */
      font-size: 1.4583333333vw;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 800;
      margin: 0 auto;
      padding: 0.78125vw 0;
      text-align: center;
      width: 100%;
      max-width: 41.6666666667vw;
      line-height: 1.5; }
      @media (max-width: 1280px) {
        #lower.series header > .inr_top .day {
          font-size: 2.34375vw;
          padding: 1.171875vw 0;
          max-width: 62.5vw; } }
      @media (max-width: 980px) {
        #lower.series header > .inr_top .day {
          font-size: 3.0612244898vw;
          padding: 1.5306122449vw 0;
          max-width: 81.6326530612vw; } }
      @media (max-width: 480px) {
        #lower.series header > .inr_top .day {
          font-size: 3.75vw;
          padding: 3.125vw 0;
          max-width: 90%;
          line-height: 2; }
          #lower.series header > .inr_top .day::before, #lower.series header > .inr_top .day::after {
            content: "";
            display: block;
            width: 0;
            height: 0; }
          #lower.series header > .inr_top .day::before {
            margin-top: calc((1 - 2) * 0.5em); }
          #lower.series header > .inr_top .day::after {
            margin-bottom: calc((1 - 2) * 0.5em); } }
      #lower.series header > .inr_top .day br.sp {
        display: none; }
        @media (max-width: 480px) {
          #lower.series header > .inr_top .day br.sp {
            display: block; } }
      #lower.series header > .inr_top .day span {
        font-size: 2.0833333333vw;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: bold; }
        @media (max-width: 1280px) {
          #lower.series header > .inr_top .day span {
            font-size: 3.125vw; } }
        @media (max-width: 980px) {
          #lower.series header > .inr_top .day span {
            font-size: 4.0816326531vw; } }
        @media (max-width: 480px) {
          #lower.series header > .inr_top .day span {
            font-size: 5vw; } }
        #lower.series header > .inr_top .day span.pc {
          font-size: 1.5625vw;
          display: inline-block; }
          @media (max-width: 480px) {
            #lower.series header > .inr_top .day span.pc {
              display: none; } }
      #lower.series header > .inr_top .day.de {
        width: 100%;
        max-width: 46.875vw; }
        @media (max-width: 1280px) {
          #lower.series header > .inr_top .day.de {
            max-width: 70.3125vw; } }
        @media (max-width: 980px) {
          #lower.series header > .inr_top .day.de {
            max-width: 91.8367346939vw; } }
        @media (max-width: 480px) {
          #lower.series header > .inr_top .day.de {
            max-width: 90%; } }
  #lower.series header > .inr_lower {
    background: none;
    box-sizing: border-box;
    padding: 7.8125vw 0 3.125vw;
    width: 100%; }
    @media (max-width: 1280px) {
      #lower.series header > .inr_lower {
        padding: 11.71875vw 0 4.6875vw; } }
    @media (max-width: 980px) {
      #lower.series header > .inr_lower {
        padding: 9.387755102vw 0 6.1224489796vw; } }
    @media (max-width: 480px) {
      #lower.series header > .inr_lower {
        padding: 19.1666666667vw 0 12.5vw; } }
    #lower.series header > .inr_lower h2 {
      background: #000;
      color: #fff;
      padding: 0;
      text-align: center;
      width: 100%; }
      #lower.series header > .inr_lower h2::before {
        display: none; }
      #lower.series header > .inr_lower h2 .ttl_h2 {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #aa0000;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
        position: relative;
        height: 5.2083333333vw;
        width: 62.5vw; }
        @media (max-width: 1280px) {
          #lower.series header > .inr_lower h2 .ttl_h2 {
            height: 7.8125vw;
            width: 75vw; } }
        @media (max-width: 980px) {
          #lower.series header > .inr_lower h2 .ttl_h2 {
            height: 10.2040816327vw;
            width: 77.5510204082vw; } }
        @media (max-width: 480px) {
          #lower.series header > .inr_lower h2 .ttl_h2 {
            height: 16.6666666667vw;
            width: 95%; } }
        #lower.series header > .inr_lower h2 .ttl_h2::before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5.2083333333vw 0 0 3.6458333333vw;
          border-color: transparent transparent transparent #000;
          line-height: 0px;
          _border-color: #aa0000 #aa0000 #aa0000 #000;
          _filter: progid:DXImageTransform.Microsoft.Chroma(color='#aa0000');
          position: absolute;
          left: 0;
          top: 0; }
          @media (max-width: 1280px) {
            #lower.series header > .inr_lower h2 .ttl_h2::before {
              border-width: 7.8125vw 0 0 5.46875vw; } }
          @media (max-width: 980px) {
            #lower.series header > .inr_lower h2 .ttl_h2::before {
              border-width: 10.2040816327vw 0 0 7.1428571429vw; } }
          @media (max-width: 480px) {
            #lower.series header > .inr_lower h2 .ttl_h2::before {
              border-width: 16.6666666667vw 0 0 10.4166666667vw; } }
        #lower.series header > .inr_lower h2 .ttl_h2::after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 3.6458333333vw 5.2083333333vw 0;
          border-color: transparent #000 transparent transparent;
          line-height: 0px;
          _border-color: #aa0000 #000 #aa0000 #aa0000;
          _filter: progid:DXImageTransform.Microsoft.Chroma(color='#aa0000');
          position: absolute;
          right: 0;
          top: 0; }
          @media (max-width: 1280px) {
            #lower.series header > .inr_lower h2 .ttl_h2::after {
              border-width: 0 5.46875vw 7.8125vw 0; } }
          @media (max-width: 980px) {
            #lower.series header > .inr_lower h2 .ttl_h2::after {
              border-width: 0 7.1428571429vw 10.2040816327vw 0; } }
          @media (max-width: 480px) {
            #lower.series header > .inr_lower h2 .ttl_h2::after {
              border-width: 0 10.4166666667vw 16.6666666667vw 0; } }
        #lower.series header > .inr_lower h2 .ttl_h2 span {
          display: inline-block;
          font-size: 2.0833333333vw;
          margin-right: -3.125vw;
          position: relative; }
          #lower.series header > .inr_lower h2 .ttl_h2 span .pad {
            display: none; }
          @media (max-width: 1280px) {
            #lower.series header > .inr_lower h2 .ttl_h2 span {
              font-size: 2.34375vw;
              margin-right: -4.6875vw; } }
          @media (max-width: 980px) {
            #lower.series header > .inr_lower h2 .ttl_h2 span {
              font-size: 3.0612244898vw;
              margin-right: -4.0816326531vw; }
              #lower.series header > .inr_lower h2 .ttl_h2 span .pad {
                display: block; } }
          @media (max-width: 480px) {
            #lower.series header > .inr_lower h2 .ttl_h2 span {
              font-size: 4.1666666667vw;
              margin-right: -8.3333333333vw; } }
          #lower.series header > .inr_lower h2 .ttl_h2 span::before {
            content: "";
            background: url("../img/series/lower_ttl_logo.svg") no-repeat top left;
            background-size: 100%;
            margin-top: -1.8229166667vw;
            position: absolute;
            top: 50%;
            left: -3.6458333333vw;
            height: 3.3854166667vw;
            width: 100%;
            max-width: 3.125vw; }
            @media (max-width: 1280px) {
              #lower.series header > .inr_lower h2 .ttl_h2 span::before {
                margin-top: -1.796875vw;
                left: -3.90625vw;
                height: 3.515625vw;
                max-width: 3.125vw; } }
            @media (max-width: 980px) {
              #lower.series header > .inr_lower h2 .ttl_h2 span::before {
                margin-top: -2.3469387755vw;
                left: -5.1020408163vw;
                height: 4.5918367347vw;
                max-width: 4.0816326531vw; } }
            @media (max-width: 480px) {
              #lower.series header > .inr_lower h2 .ttl_h2 span::before {
                margin-top: -5.2083333333vw;
                left: -10.4166666667vw;
                height: 9.375vw;
                max-width: 8.3333333333vw; } }
        #lower.series header > .inr_lower h2 .ttl_h2.en span {
          font-size: 1.5625vw;
          margin-right: -3.125vw; }
        @media (max-width: 1280px) {
          #lower.series header > .inr_lower h2 .ttl_h2.en span {
            font-size: 2.1875vw;
            margin-right: -3.125vw; } }
        @media (max-width: 980px) {
          #lower.series header > .inr_lower h2 .ttl_h2.en {
            height: 10.2040816327vw;
            width: 77.5510204082vw; }
            #lower.series header > .inr_lower h2 .ttl_h2.en span {
              font-size: 2.8571428571vw;
              margin-right: -4.0816326531vw; } }
        @media (max-width: 480px) {
          #lower.series header > .inr_lower h2 .ttl_h2.en {
            height: 16.6666666667vw;
            width: 95%; }
            #lower.series header > .inr_lower h2 .ttl_h2.en span {
              line-height: 1.2;
              font-size: 3.75vw;
              margin-right: -8.3333333333vw; } }
  #lower.series #series_info {
    background: linear-gradient(45deg, #c80000 0%, #c80000 50%, #aa0000 50%, #aa0000 100%);
    box-sizing: border-box;
    padding: 2.0833333333vw 0;
    margin-bottom: 5.2083333333vw; }
    @media (max-width: 1280px) {
      #lower.series #series_info {
        padding: 3.125vw 0;
        margin-bottom: 7.8125vw; } }
    @media (max-width: 980px) {
      #lower.series #series_info {
        padding: 4.0816326531vw 0;
        margin-bottom: 8.1632653061vw; } }
    @media (max-width: 480px) {
      #lower.series #series_info {
        padding: 8.3333333333vw 0;
        margin-bottom: 16.6666666667vw; } }
    #lower.series #series_info > .inr {
      display: flex;
      margin: 0 auto;
      width: 100%;
      max-width: 62.5vw; }
      @media (max-width: 1280px) {
        #lower.series #series_info > .inr {
          max-width: 93.75vw; } }
      @media (max-width: 980px) {
        #lower.series #series_info > .inr {
          flex-direction: column;
          max-width: 90%; } }
      @media (max-width: 480px) {
        #lower.series #series_info > .inr {
          max-width: 90%; } }
      #lower.series #series_info > .inr .info_wrap_left {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-right: 2.6041666667vw;
        border-right: 1px solid #fff; }
        @media (max-width: 980px) {
          #lower.series #series_info > .inr .info_wrap_left.en, #lower.series #series_info > .inr .info_wrap_left.fr, #lower.series #series_info > .inr .info_wrap_left.de {
            flex-direction: row;
            align-items: center;
            padding: 0;
            border-bottom: 1px solid #fff;
            border-right: 0; } }
        @media (max-width: 480px) {
          #lower.series #series_info > .inr .info_wrap_left.en, #lower.series #series_info > .inr .info_wrap_left.fr, #lower.series #series_info > .inr .info_wrap_left.de {
            padding-bottom: 4.1666666667vw; } }
        @media (max-width: 1280px) {
          #lower.series #series_info > .inr .info_wrap_left {
            padding-right: 7.8125vw; } }
        @media (max-width: 980px) {
          #lower.series #series_info > .inr .info_wrap_left {
            flex-direction: row;
            align-items: center;
            padding-right: 0;
            padding-bottom: 3.0612244898vw;
            border-bottom: 1px solid #fff;
            border-right: 0; } }
        @media (max-width: 480px) {
          #lower.series #series_info > .inr .info_wrap_left {
            align-items: center;
            padding-right: 0;
            padding-bottom: 6.25vw;
            border-bottom: 1px solid #fff;
            border-right: 0; } }
        #lower.series #series_info > .inr .info_wrap_left .info-ttl {
          margin-bottom: 3.125vw;
          width: 100%;
          max-width: 7.2916666667vw; }
          @media (max-width: 1280px) {
            #lower.series #series_info > .inr .info_wrap_left .info-ttl {
              max-width: 10.9375vw; } }
          @media (max-width: 980px) {
            #lower.series #series_info > .inr .info_wrap_left .info-ttl {
              max-width: 14.2857142857vw; } }
          @media (max-width: 480px) {
            #lower.series #series_info > .inr .info_wrap_left .info-ttl {
              max-width: 37.5vw; } }
        #lower.series #series_info > .inr .info_wrap_left .btn_info_more {
          font-family: "Roboto Condensed", sans-serif;
          font-size: 1.1458333333vw;
          border: 1px solid #fff;
          position: relative;
          height: 2.1875vw;
          width: 100%;
          max-width: 7.2916666667vw; }
          @media (max-width: 1280px) {
            #lower.series #series_info > .inr .info_wrap_left .btn_info_more {
              font-size: 1.71875vw;
              height: 3.28125vw;
              max-width: 10.9375vw; } }
          @media (max-width: 980px) {
            #lower.series #series_info > .inr .info_wrap_left .btn_info_more {
              font-size: 2.2448979592vw;
              height: 4.2857142857vw;
              max-width: 14.2857142857vw; } }
          @media (max-width: 480px) {
            #lower.series #series_info > .inr .info_wrap_left .btn_info_more {
              font-size: 4.5833333333vw;
              margin-top: -3.125vw;
              height: 8.75vw;
              max-width: 29.1666666667vw; } }
          #lower.series #series_info > .inr .info_wrap_left .btn_info_more a {
            box-sizing: border-box;
            color: #fff;
            display: flex;
            align-items: center;
            padding-left: 1.3020833333vw;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%; }
            @media (max-width: 1280px) {
              #lower.series #series_info > .inr .info_wrap_left .btn_info_more a {
                padding-left: 1.953125vw; } }
            @media (max-width: 980px) {
              #lower.series #series_info > .inr .info_wrap_left .btn_info_more a {
                padding-left: 2.5510204082vw; } }
            @media (max-width: 480px) {
              #lower.series #series_info > .inr .info_wrap_left .btn_info_more a {
                padding-left: 5.2083333333vw; } }
          #lower.series #series_info > .inr .info_wrap_left .btn_info_more::before {
            content: '';
            position: absolute;
            top: calc(50% - -2px);
            right: .6em;
            transform: translateY(calc(-50% - 3px)) rotate(45deg);
            width: 12px;
            height: 1px;
            background: #fff;
            transition: all .3s; }
            @media (max-width: 980px) {
              #lower.series #series_info > .inr .info_wrap_left .btn_info_more::before {
                top: calc(50% - -2px);
                height: 1px;
                width: 8px; } }
          #lower.series #series_info > .inr .info_wrap_left .btn_info_more::after {
            content: '';
            position: absolute;
            top: calc(50% - -2px);
            right: .7em;
            transform: translateY(-50%);
            width: 40px;
            height: 1px;
            background: #fff;
            transition: all .3s; }
            @media (max-width: 980px) {
              #lower.series #series_info > .inr .info_wrap_left .btn_info_more::after {
                top: calc(50% - -2px);
                height: 1px;
                width: 30px; } }
            @media (max-width: 480px) {
              #lower.series #series_info > .inr .info_wrap_left .btn_info_more::after {
                height: 1px;
                width: 20px; } }
          #lower.series #series_info > .inr .info_wrap_left .btn_info_more:hover {
            text-decoration: none;
            color: #fff; }
            @media (max-width: 980px) {
              #lower.series #series_info > .inr .info_wrap_left .btn_info_more:hover {
                color: #fff; } }
            #lower.series #series_info > .inr .info_wrap_left .btn_info_more:hover::before {
              right: .4em; }
              @media (max-width: 980px) {
                #lower.series #series_info > .inr .info_wrap_left .btn_info_more:hover::before {
                  right: .6em; } }
            #lower.series #series_info > .inr .info_wrap_left .btn_info_more:hover::after {
              right: .5em; }
              @media (max-width: 980px) {
                #lower.series #series_info > .inr .info_wrap_left .btn_info_more:hover::after {
                  right: .7em; } }
      #lower.series #series_info > .inr .info_wrap_right {
        color: #fff; }
        #lower.series #series_info > .inr .info_wrap_right > .day_wrap {
          display: flex;
          font-size: 1.0416666667vw;
          margin-left: 5.15625vw; }
          #lower.series #series_info > .inr .info_wrap_right > .day_wrap.en {
            margin-left: 2.6041666667vw; }
            @media (max-width: 1280px) {
              #lower.series #series_info > .inr .info_wrap_right > .day_wrap.en {
                margin-left: 3.90625vw; } }
            @media (max-width: 980px) {
              #lower.series #series_info > .inr .info_wrap_right > .day_wrap.en {
                margin-left: 0; } }
            @media (max-width: 980px) {
              #lower.series #series_info > .inr .info_wrap_right > .day_wrap.en {
                margin-left: 0; } }
          #lower.series #series_info > .inr .info_wrap_right > .day_wrap.fr, #lower.series #series_info > .inr .info_wrap_right > .day_wrap.de {
            margin-left: 2.6041666667vw; }
            @media (max-width: 1280px) {
              #lower.series #series_info > .inr .info_wrap_right > .day_wrap.fr, #lower.series #series_info > .inr .info_wrap_right > .day_wrap.de {
                margin-left: 3.90625vw; } }
            @media (max-width: 980px) {
              #lower.series #series_info > .inr .info_wrap_right > .day_wrap.fr, #lower.series #series_info > .inr .info_wrap_right > .day_wrap.de {
                margin-left: 0; } }
            @media (max-width: 980px) {
              #lower.series #series_info > .inr .info_wrap_right > .day_wrap.fr, #lower.series #series_info > .inr .info_wrap_right > .day_wrap.de {
                margin-left: 0; } }
            #lower.series #series_info > .inr .info_wrap_right > .day_wrap.fr dt, #lower.series #series_info > .inr .info_wrap_right > .day_wrap.de dt {
              width: 100%;
              max-width: 6.25vw; }
              @media (max-width: 1280px) {
                #lower.series #series_info > .inr .info_wrap_right > .day_wrap.fr dt, #lower.series #series_info > .inr .info_wrap_right > .day_wrap.de dt {
                  max-width: 9.375vw; } }
              @media (max-width: 980px) {
                #lower.series #series_info > .inr .info_wrap_right > .day_wrap.fr dt, #lower.series #series_info > .inr .info_wrap_right > .day_wrap.de dt {
                  max-width: 12.2448979592vw; } }
              @media (max-width: 980px) {
                #lower.series #series_info > .inr .info_wrap_right > .day_wrap.fr dt, #lower.series #series_info > .inr .info_wrap_right > .day_wrap.de dt {
                  max-width: 100%; } }
          @media (max-width: 1280px) {
            #lower.series #series_info > .inr .info_wrap_right > .day_wrap {
              font-size: 1.5625vw;
              margin-left: 7.734375vw; } }
          @media (max-width: 980px) {
            #lower.series #series_info > .inr .info_wrap_right > .day_wrap {
              flex-direction: column;
              font-size: 2.0408163265vw;
              margin-left: 0;
              margin-top: 3.0612244898vw; } }
          @media (max-width: 480px) {
            #lower.series #series_info > .inr .info_wrap_right > .day_wrap {
              font-size: 4.1666666667vw;
              margin-left: 0;
              margin-top: 6.25vw; } }
          #lower.series #series_info > .inr .info_wrap_right > .day_wrap dt {
            font-family: "Roboto Condensed", sans-serif;
            font-weight: bold; }
          #lower.series #series_info > .inr .info_wrap_right > .day_wrap dd {
            font-family: "Noto Sans JP", sans-serif;
            margin-left: 2.0833333333vw;
            line-height: 1.4; }
            #lower.series #series_info > .inr .info_wrap_right > .day_wrap dd::before, #lower.series #series_info > .inr .info_wrap_right > .day_wrap dd::after {
              content: "";
              display: block;
              width: 0;
              height: 0; }
            #lower.series #series_info > .inr .info_wrap_right > .day_wrap dd::before {
              margin-top: calc((1 - 1.4) * 0.5em); }
            #lower.series #series_info > .inr .info_wrap_right > .day_wrap dd::after {
              margin-bottom: calc((1 - 1.4) * 0.5em); }
            @media (max-width: 1280px) {
              #lower.series #series_info > .inr .info_wrap_right > .day_wrap dd {
                margin-left: 3.125vw; } }
            @media (max-width: 980px) {
              #lower.series #series_info > .inr .info_wrap_right > .day_wrap dd {
                margin-left: 0;
                margin-top: 3.0612244898vw; } }
            @media (max-width: 480px) {
              #lower.series #series_info > .inr .info_wrap_right > .day_wrap dd {
                margin-left: 0;
                margin-top: 3.0612244898vw; } }
  #lower.series #series > .inr h2 {
    background: #000;
    color: #fff;
    padding: 0;
    text-align: center;
    width: 100%; }
    #lower.series #series > .inr h2::before {
      display: none; }
    #lower.series #series > .inr h2 .ttl_h2 {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #aa0000;
      box-sizing: border-box;
      margin: 0 auto;
      padding: 0;
      position: relative;
      height: 5.2083333333vw;
      width: 62.5vw; }
      @media (max-width: 1280px) {
        #lower.series #series > .inr h2 .ttl_h2 {
          height: 7.8125vw;
          width: 75vw; } }
      @media (max-width: 980px) {
        #lower.series #series > .inr h2 .ttl_h2 {
          height: 10.2040816327vw;
          width: 77.5510204082vw; } }
      @media (max-width: 480px) {
        #lower.series #series > .inr h2 .ttl_h2 {
          height: 16.6666666667vw;
          width: 95%; } }
      #lower.series #series > .inr h2 .ttl_h2::before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5.2083333333vw 0 0 3.6458333333vw;
        border-color: transparent transparent transparent #000;
        line-height: 0px;
        _border-color: #aa0000 #aa0000 #aa0000 #000;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#aa0000');
        position: absolute;
        left: 0;
        top: 0; }
        @media (max-width: 1280px) {
          #lower.series #series > .inr h2 .ttl_h2::before {
            border-width: 7.8125vw 0 0 5.46875vw; } }
        @media (max-width: 980px) {
          #lower.series #series > .inr h2 .ttl_h2::before {
            border-width: 10.2040816327vw 0 0 7.1428571429vw; } }
        @media (max-width: 480px) {
          #lower.series #series > .inr h2 .ttl_h2::before {
            border-width: 16.6666666667vw 0 0 10.4166666667vw; } }
      #lower.series #series > .inr h2 .ttl_h2::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 3.6458333333vw 5.2083333333vw 0;
        border-color: transparent #000 transparent transparent;
        line-height: 0px;
        _border-color: #aa0000 #000 #aa0000 #aa0000;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#aa0000');
        position: absolute;
        right: 0;
        top: 0; }
        @media (max-width: 1280px) {
          #lower.series #series > .inr h2 .ttl_h2::after {
            border-width: 0 5.46875vw 7.8125vw 0; } }
        @media (max-width: 980px) {
          #lower.series #series > .inr h2 .ttl_h2::after {
            border-width: 0 7.1428571429vw 10.2040816327vw 0; } }
        @media (max-width: 480px) {
          #lower.series #series > .inr h2 .ttl_h2::after {
            border-width: 0 10.4166666667vw 16.6666666667vw 0; } }
      #lower.series #series > .inr h2 .ttl_h2 span {
        display: inline-block;
        font-size: 2.0833333333vw;
        position: relative; }
        @media (max-width: 1280px) {
          #lower.series #series > .inr h2 .ttl_h2 span {
            font-size: 2.34375vw; } }
        @media (max-width: 980px) {
          #lower.series #series > .inr h2 .ttl_h2 span {
            font-size: 4.0816326531vw; } }
        @media (max-width: 480px) {
          #lower.series #series > .inr h2 .ttl_h2 span {
            font-size: 6.25vw;
            margin-right: -8.3333333333vw; } }
        #lower.series #series > .inr h2 .ttl_h2 span::before {
          content: "";
          background: url("../img/series/lower_ttl_logo.svg") no-repeat top left;
          background-size: 100%;
          margin-top: -1.8229166667vw;
          position: absolute;
          top: 50%;
          left: -3.6458333333vw;
          height: 3.3854166667vw;
          width: 100%;
          max-width: 3.125vw; }
          @media (max-width: 1280px) {
            #lower.series #series > .inr h2 .ttl_h2 span::before {
              margin-top: -1.796875vw;
              left: -3.90625vw;
              height: 3.515625vw;
              max-width: 3.125vw; } }
          @media (max-width: 980px) {
            #lower.series #series > .inr h2 .ttl_h2 span::before {
              margin-top: -2.3469387755vw;
              left: -5.1020408163vw;
              height: 4.5918367347vw;
              max-width: 4.0816326531vw; } }
          @media (max-width: 480px) {
            #lower.series #series > .inr h2 .ttl_h2 span::before {
              margin-top: -4.7916666667vw;
              left: -10.4166666667vw;
              height: 9.375vw;
              max-width: 8.3333333333vw; } }
        #lower.series #series > .inr h2 .ttl_h2 span.fr_ttl {
          font-family: "Roboto Condensed", sans-serif;
          display: inline-block;
          font-size: 2.0833333333vw;
          position: relative; }
          @media (max-width: 1280px) {
            #lower.series #series > .inr h2 .ttl_h2 span.fr_ttl {
              font-size: 2.34375vw; } }
          @media (max-width: 980px) {
            #lower.series #series > .inr h2 .ttl_h2 span.fr_ttl {
              font-size: 4.0816326531vw; } }
          @media (max-width: 480px) {
            #lower.series #series > .inr h2 .ttl_h2 span.fr_ttl {
              font-size: 6.25vw;
              margin-right: -8.3333333333vw; } }
      #lower.series #series > .inr h2 .ttl_h2.long span {
        font-size: 1.8229166667vw;
        margin-right: -3.125vw; }
      @media (max-width: 980px) {
        #lower.series #series > .inr h2 .ttl_h2.long span {
          font-size: 2.5510204082vw;
          margin-right: -4.0816326531vw; } }
      @media (max-width: 480px) {
        #lower.series #series > .inr h2 .ttl_h2.long {
          height: 16.6666666667vw;
          width: 95%; }
          #lower.series #series > .inr h2 .ttl_h2.long span {
            font-size: 4.1666666667vw;
            margin-right: -9.375vw; } }
      #lower.series #series > .inr h2 .ttl_h2.en span {
        font-size: 1.5625vw;
        margin-right: -3.125vw; }
      @media (max-width: 1280px) {
        #lower.series #series > .inr h2 .ttl_h2.en span {
          font-size: 2.1875vw;
          margin-right: -3.125vw; } }
      @media (max-width: 980px) {
        #lower.series #series > .inr h2 .ttl_h2.en {
          height: 10.2040816327vw;
          width: 77.5510204082vw; }
          #lower.series #series > .inr h2 .ttl_h2.en span {
            font-size: 2.8571428571vw;
            margin-right: -4.0816326531vw; } }
      @media (max-width: 480px) {
        #lower.series #series > .inr h2 .ttl_h2.en {
          height: 16.6666666667vw;
          width: 95%; }
          #lower.series #series > .inr h2 .ttl_h2.en span {
            line-height: 1.2;
            font-size: 3.75vw;
            margin-right: -8.3333333333vw;
            z-index: 10; } }
      #lower.series #series > .inr h2 .ttl_h2.fr span {
        font-size: 1.5625vw;
        margin-right: -3.125vw; }
      @media (max-width: 1280px) {
        #lower.series #series > .inr h2 .ttl_h2.fr span {
          font-size: 2.1875vw;
          margin-right: -3.125vw; } }
      @media (max-width: 980px) {
        #lower.series #series > .inr h2 .ttl_h2.fr {
          height: 10.2040816327vw;
          width: 77.5510204082vw; }
          #lower.series #series > .inr h2 .ttl_h2.fr span {
            font-size: 2.4489795918vw;
            margin-right: -4.0816326531vw; } }
      @media (max-width: 480px) {
        #lower.series #series > .inr h2 .ttl_h2.fr {
          height: 16.6666666667vw;
          width: 95%; }
          #lower.series #series > .inr h2 .ttl_h2.fr span {
            line-height: 1.2;
            font-size: 2.9166666667vw;
            margin-right: -8.3333333333vw; } }
      @media (max-width: 980px) {
        #lower.series #series > .inr h2 .ttl_h2.de {
          height: 10.2040816327vw;
          width: 77.5510204082vw;
          width: 77.5510204082vw; } }
      @media (max-width: 480px) {
        #lower.series #series > .inr h2 .ttl_h2.de {
          height: 16.6666666667vw;
          width: 95%; } }
      #lower.series #series > .inr h2 .ttl_h2.de span {
        font-size: 1.5625vw;
        margin-right: -3.125vw; }
        #lower.series #series > .inr h2 .ttl_h2.de span::before {
          content: "";
          left: -4.1666666667vw; }
          @media (max-width: 1280px) {
            #lower.series #series > .inr h2 .ttl_h2.de span::before {
              left: -3.90625vw; } }
          @media (max-width: 980px) {
            #lower.series #series > .inr h2 .ttl_h2.de span::before {
              left: -5.1020408163vw; } }
          @media (max-width: 480px) {
            #lower.series #series > .inr h2 .ttl_h2.de span::before {
              left: -10.4166666667vw; } }
        @media (max-width: 1280px) {
          #lower.series #series > .inr h2 .ttl_h2.de span {
            font-size: 2.1875vw;
            margin-right: -3.125vw; } }
        @media (max-width: 980px) {
          #lower.series #series > .inr h2 .ttl_h2.de span {
            font-size: 2.4489795918vw;
            margin-right: -4.0816326531vw; } }
        @media (max-width: 480px) {
          #lower.series #series > .inr h2 .ttl_h2.de span {
            line-height: 1.2;
            font-size: 2.9166666667vw;
            margin-right: -8.3333333333vw; } }
  #lower.series #series > .inr .slide_area {
    padding: 0;
    position: static;
    border-bottom: 4px solid #c80000; }
  #lower.series #series > .inr > .cont_area {
    margin: 3.6458333333vw auto 0;
    width: 100%;
    max-width: 62.5vw; }
    @media (max-width: 1280px) {
      #lower.series #series > .inr > .cont_area {
        margin: 5.46875vw auto 0;
        max-width: 93.75vw; } }
    @media (max-width: 980px) {
      #lower.series #series > .inr > .cont_area {
        margin: 7.1428571429vw auto 0;
        max-width: 90%; } }
    @media (max-width: 480px) {
      #lower.series #series > .inr > .cont_area {
        margin: 8.3333333333vw auto 0;
        max-width: 90%; } }
    #lower.series #series > .inr > .cont_area .about_txt {
      color: #3c3c3c;
      font-size: 1.0416666667vw;
      font-weight: bold;
      margin-bottom: 5.2083333333vw;
      line-height: 1.6; }
      #lower.series #series > .inr > .cont_area .about_txt::before, #lower.series #series > .inr > .cont_area .about_txt::after {
        content: "";
        display: block;
        width: 0;
        height: 0; }
      #lower.series #series > .inr > .cont_area .about_txt::before {
        margin-top: calc((1 - 1.6) * 0.5em); }
      #lower.series #series > .inr > .cont_area .about_txt::after {
        margin-bottom: calc((1 - 1.6) * 0.5em); }
      #lower.series #series > .inr > .cont_area .about_txt span.red {
        color: #e60012; }
      #lower.series #series > .inr > .cont_area .about_txt strong {
        color: #e60012;
        font-size: 1.25vw; }
      @media (max-width: 980px) {
        #lower.series #series > .inr > .cont_area .about_txt {
          font-size: 2.0408163265vw;
          margin-bottom: 8.1632653061vw; }
          #lower.series #series > .inr > .cont_area .about_txt strong {
            font-size: 2.4489795918vw; } }
      @media (max-width: 480px) {
        #lower.series #series > .inr > .cont_area .about_txt {
          font-size: 4.1666666667vw;
          margin-bottom: 16.6666666667vw; }
          #lower.series #series > .inr > .cont_area .about_txt strong {
            font-size: 5vw; } }
    #lower.series #series > .inr > .cont_area dl.overview {
      margin-bottom: 6.25vw; }
      @media (max-width: 1280px) {
        #lower.series #series > .inr > .cont_area dl.overview {
          margin-bottom: 9.375vw; } }
      @media (max-width: 980px) {
        #lower.series #series > .inr > .cont_area dl.overview {
          margin-bottom: 12.2448979592vw; } }
      @media (max-width: 480px) {
        #lower.series #series > .inr > .cont_area dl.overview {
          margin-bottom: 16.6666666667vw; } }
      #lower.series #series > .inr > .cont_area dl.overview > div {
        box-sizing: border-box;
        display: flex;
        font-size: 1.0416666667vw;
        font-weight: bold;
        border-bottom: 1px solid #b4b4b4;
        padding: 0 0 1.3020833333vw; }
        @media (max-width: 1280px) {
          #lower.series #series > .inr > .cont_area dl.overview > div {
            font-size: 1.5625vw;
            padding: 0 0 1.953125vw; } }
        @media (max-width: 980px) {
          #lower.series #series > .inr > .cont_area dl.overview > div {
            flex-direction: column;
            font-size: 2.0408163265vw;
            padding: 0 0 2.5510204082vw; } }
        @media (max-width: 480px) {
          #lower.series #series > .inr > .cont_area dl.overview > div {
            flex-direction: column;
            font-size: 4.1666666667vw;
            padding: 0 0 5.2083333333vw; } }
        #lower.series #series > .inr > .cont_area dl.overview > div:nth-child(n + 2) {
          box-sizing: border-box;
          padding-top: 1.3020833333vw; }
          @media (max-width: 1280px) {
            #lower.series #series > .inr > .cont_area dl.overview > div:nth-child(n + 2) {
              padding-top: 1.953125vw; } }
          @media (max-width: 980px) {
            #lower.series #series > .inr > .cont_area dl.overview > div:nth-child(n + 2) {
              padding-top: 2.5510204082vw; } }
          @media (max-width: 480px) {
            #lower.series #series > .inr > .cont_area dl.overview > div:nth-child(n + 2) {
              padding-top: 5.2083333333vw; } }
        #lower.series #series > .inr > .cont_area dl.overview > div dt {
          box-sizing: border-box;
          color: #aa0000;
          padding-left: 1.0416666667vw;
          position: relative;
          width: 100%;
          max-width: 18.75vw; }
          @media (max-width: 1280px) {
            #lower.series #series > .inr > .cont_area dl.overview > div dt {
              padding-left: 1.5625vw;
              max-width: 28.125vw; } }
          @media (max-width: 980px) {
            #lower.series #series > .inr > .cont_area dl.overview > div dt {
              padding-left: 2.0408163265vw;
              max-width: 36.7346938776vw; } }
          @media (max-width: 480px) {
            #lower.series #series > .inr > .cont_area dl.overview > div dt {
              padding: 0 4.1666666667vw;
              max-width: 100%; } }
          #lower.series #series > .inr > .cont_area dl.overview > div dt::before {
            content: "■";
            color: #aa0000;
            position: absolute;
            left: 0;
            top: 0; }
        #lower.series #series > .inr > .cont_area dl.overview > div dd {
          box-sizing: border-box;
          color: #3c3c3c;
          padding-right: 0.625vw;
          line-height: 1.4; }
          #lower.series #series > .inr > .cont_area dl.overview > div dd::before, #lower.series #series > .inr > .cont_area dl.overview > div dd::after {
            content: "";
            display: block;
            width: 0;
            height: 0; }
          #lower.series #series > .inr > .cont_area dl.overview > div dd::before {
            margin-top: calc((1 - 1.4) * 0.5em); }
          #lower.series #series > .inr > .cont_area dl.overview > div dd::after {
            margin-bottom: calc((1 - 1.4) * 0.5em); }
          #lower.series #series > .inr > .cont_area dl.overview > div dd a {
            color: #aa0000;
            text-decoration: underline; }
            #lower.series #series > .inr > .cont_area dl.overview > div dd a:hover {
              opacity: .5;
              text-decoration: none;
              transition: all .3s; }
              @media (max-width: 980px) {
                #lower.series #series > .inr > .cont_area dl.overview > div dd a:hover {
                  text-decoration: underline;
                  opacity: 1; } }
            @media (max-width: 980px) {
              #lower.series #series > .inr > .cont_area dl.overview > div dd a:active {
                opacity: .5;
                text-decoration: none;
                transition: all .3s; } }
          @media (max-width: 1280px) {
            #lower.series #series > .inr > .cont_area dl.overview > div dd {
              padding-right: 0.9375vw; } }
          @media (max-width: 980px) {
            #lower.series #series > .inr > .cont_area dl.overview > div dd {
              padding: 2.0408163265vw 1.2244897959vw 0; } }
          @media (max-width: 480px) {
            #lower.series #series > .inr > .cont_area dl.overview > div dd {
              padding: 4.1666666667vw 1.2244897959vw 0;
              max-width: 100%; } }
          #lower.series #series > .inr > .cont_area dl.overview > div dd ol.point {
            margin-left: 1.0416666667vw; }
            @media (max-width: 1280px) {
              #lower.series #series > .inr > .cont_area dl.overview > div dd ol.point {
                margin-left: 1.5625vw; } }
            @media (max-width: 980px) {
              #lower.series #series > .inr > .cont_area dl.overview > div dd ol.point {
                margin-left: 2.0408163265vw; } }
            @media (max-width: 480px) {
              #lower.series #series > .inr > .cont_area dl.overview > div dd ol.point {
                margin-left: 4.1666666667vw; } }
            #lower.series #series > .inr > .cont_area dl.overview > div dd ol.point li {
              position: relative;
              line-height: 1.4; }
              #lower.series #series > .inr > .cont_area dl.overview > div dd ol.point li::before, #lower.series #series > .inr > .cont_area dl.overview > div dd ol.point li::after {
                content: "";
                display: block;
                width: 0;
                height: 0; }
              #lower.series #series > .inr > .cont_area dl.overview > div dd ol.point li::before {
                margin-top: calc((1 - 1.4) * 0.5em); }
              #lower.series #series > .inr > .cont_area dl.overview > div dd ol.point li::after {
                margin-bottom: calc((1 - 1.4) * 0.5em); }
              #lower.series #series > .inr > .cont_area dl.overview > div dd ol.point li::before {
                background: #3c3c3c;
                border-radius: 100%;
                content: "";
                display: inline-block;
                margin-left: -0.3125vw;
                position: relative;
                top: -0.15625vw;
                left: -0.5208333333vw;
                height: 0.3125vw;
                width: 0.3125vw; }
                @media (max-width: 1280px) {
                  #lower.series #series > .inr > .cont_area dl.overview > div dd ol.point li::before {
                    margin-left: -0.46875vw;
                    top: -0.234375vw;
                    left: -0.78125vw;
                    height: 0.46875vw;
                    width: 0.46875vw; } }
                @media (max-width: 980px) {
                  #lower.series #series > .inr > .cont_area dl.overview > div dd ol.point li::before {
                    margin-left: -0.612244898vw;
                    top: -0.306122449vw;
                    left: -1.0204081633vw;
                    height: 0.612244898vw;
                    width: 0.612244898vw; } }
                @media (max-width: 480px) {
                  #lower.series #series > .inr > .cont_area dl.overview > div dd ol.point li::before {
                    margin-left: -1.25vw;
                    top: -0.625vw;
                    left: -2.0833333333vw;
                    height: 1.25vw;
                    width: 1.25vw; } }
              #lower.series #series > .inr > .cont_area dl.overview > div dd ol.point li:nth-child(n + 2) {
                margin-top: 0.5208333333vw; }
                @media (max-width: 1280px) {
                  #lower.series #series > .inr > .cont_area dl.overview > div dd ol.point li:nth-child(n + 2) {
                    margin-top: 0.78125vw; } }
                @media (max-width: 980px) {
                  #lower.series #series > .inr > .cont_area dl.overview > div dd ol.point li:nth-child(n + 2) {
                    margin-top: 1.0204081633vw; } }
                @media (max-width: 480px) {
                  #lower.series #series > .inr > .cont_area dl.overview > div dd ol.point li:nth-child(n + 2) {
                    margin-top: 2.0833333333vw; } }
                #lower.series #series > .inr > .cont_area dl.overview > div dd ol.point li:nth-child(n + 2)::before {
                  background: #3c3c3c;
                  border-radius: 100%;
                  content: "";
                  display: inline-block;
                  margin-left: -0.3125vw;
                  position: relative;
                  top: -0.2604166667vw;
                  left: -0.5208333333vw;
                  height: 0.3125vw;
                  width: 0.3125vw; }
                  @media (max-width: 1280px) {
                    #lower.series #series > .inr > .cont_area dl.overview > div dd ol.point li:nth-child(n + 2)::before {
                      margin-left: -0.46875vw;
                      top: -0.234375vw;
                      left: -0.78125vw;
                      height: 0.46875vw;
                      width: 0.46875vw; } }
                  @media (max-width: 980px) {
                    #lower.series #series > .inr > .cont_area dl.overview > div dd ol.point li:nth-child(n + 2)::before {
                      margin-left: -0.612244898vw;
                      top: -0.306122449vw;
                      left: -1.0204081633vw;
                      height: 0.612244898vw;
                      width: 0.612244898vw; } }
                  @media (max-width: 480px) {
                    #lower.series #series > .inr > .cont_area dl.overview > div dd ol.point li:nth-child(n + 2)::before {
                      margin-left: -1.25vw;
                      top: -0.625vw;
                      left: -2.0833333333vw;
                      height: 1.25vw;
                      width: 1.25vw; } }
  #lower.series .series_topBtn {
    background: linear-gradient(rgba(255, 255, 255, 0), white);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4.1666666667vw 0;
    position: fixed;
    left: 0;
    z-index: 4;
    opacity: 1;
    transform: translateY(100);
    width: 100%;
    pointer-events: none; }
    @media (max-width: 1280px) {
      #lower.series .series_topBtn {
        padding: 6.25vw 0; } }
    @media (max-width: 980px) {
      #lower.series .series_topBtn {
        flex-direction: column;
        padding: 8.1632653061vw 0; } }
    @media (max-width: 480px) {
      #lower.series .series_topBtn {
        padding: 16.6666666667vw 0 6.25vw; } }
    #lower.series .series_topBtn.UpMove {
      animation: UpAnime 0.5s forwards; }
    #lower.series .series_topBtn.DownMove {
      padding: 0;
      animation: DownAnime 0.5s forwards; }
      #lower.series .series_topBtn.DownMove .btn {
        display: none;
        animation: DownAnime 0.5s forwards; }
      #lower.series .series_topBtn.DownMove #reset {
        display: none;
        animation: DownAnime 0.5s forwards; }
    #lower.series .series_topBtn #reset {
      background: #e60012;
      border: 2px solid #fff;
      border-radius: 50px;
      cursor: pointer;
      color: #fff;
      font-size: 1.0416666667vw;
      font-weight: bold;
      width: 10.4166666667vw;
      height: 3.9583333333vw;
      margin-right: 1.0416666667vw;
      pointer-events: auto; }
      @media (max-width: 980px) {
        #lower.series .series_topBtn #reset {
          font-size: 1.5625vw;
          width: 15.625vw;
          height: 5.9375vw;
          margin-right: 1.5625vw; } }
      @media (max-width: 980px) {
        #lower.series .series_topBtn #reset {
          font-size: 2.4489795918vw;
          margin-right: 0;
          margin-bottom: 3.0612244898vw;
          width: 32.6530612245vw;
          height: 6.7346938776vw; } }
      @media (max-width: 480px) {
        #lower.series .series_topBtn #reset {
          font-size: 4.5833333333vw;
          marginright: 0;
          margin-bottom: 3.125vw;
          width: 62.5vw;
          height: 14.5833333333vw; } }
      #lower.series .series_topBtn #reset:hover {
        opacity: .6;
        transition: all .3s; }
        @media (max-width: 980px) {
          #lower.series .series_topBtn #reset:hover {
            opacity: 1; } }
      @media (max-width: 980px) {
        #lower.series .series_topBtn #reset:active {
          opacity: .6;
          transition: all .3s; } }
    #lower.series .series_topBtn .btn {
      margin: 0;
      pointer-events: auto; }
      @media (max-width: 480px) {
        #lower.series .series_topBtn .btn {
          font-size: 5vw;
          padding-top: 12.5vw;
          max-width: 62.5vw; } }
  #lower.series #series_vote {
    box-sizing: border-box;
    padding-bottom: 13.0208333333vw;
    margin: 0 auto;
    text-align: center;
    width: 100%; }
    @media (max-width: 1280px) {
      #lower.series #series_vote {
        padding-bottom: 15.625vw; } }
    @media (max-width: 980px) {
      #lower.series #series_vote {
        padding-bottom: 25.5102040816vw; } }
    @media (max-width: 480px) {
      #lower.series #series_vote {
        padding-bottom: 52.0833333333vw; } }
    #lower.series #series_vote > h3 {
      box-sizing: border-box;
      background: #e60012;
      border: 2px solid #e93d3d;
      outline: 4px solid #da0213;
      color: #fff596;
      font-size: 1.5625vw;
      font-family: "Noto Sans JP", sans-serif;
      margin: 0 auto;
      padding: 0.78125vw 0;
      text-align: center;
      width: 100%;
      max-width: 41.6666666667vw; }
      @media (max-width: 1280px) {
        #lower.series #series_vote > h3 {
          font-size: 2.34375vw;
          padding: 1.171875vw 0;
          max-width: 62.5vw; } }
      @media (max-width: 980px) {
        #lower.series #series_vote > h3 {
          font-size: 3.0612244898vw;
          padding: 1.5306122449vw 0;
          max-width: 81.6326530612vw; } }
      @media (max-width: 480px) {
        #lower.series #series_vote > h3 {
          font-size: 3.75vw;
          padding: 3.125vw 0;
          max-width: 90%;
          line-height: 2; }
          #lower.series #series_vote > h3::before, #lower.series #series_vote > h3::after {
            content: "";
            display: block;
            width: 0;
            height: 0; }
          #lower.series #series_vote > h3::before {
            margin-top: calc((1 - 2) * 0.5em); }
          #lower.series #series_vote > h3::after {
            margin-bottom: calc((1 - 2) * 0.5em); } }
      #lower.series #series_vote > h3 br.sp {
        display: none; }
        @media (max-width: 480px) {
          #lower.series #series_vote > h3 br.sp {
            display: block; } }
      #lower.series #series_vote > h3 span {
        font-size: 2.0833333333vw;
        font-family: "Roboto Condensed", sans-serif; }
        @media (max-width: 1280px) {
          #lower.series #series_vote > h3 span {
            font-size: 3.125vw; } }
        @media (max-width: 980px) {
          #lower.series #series_vote > h3 span {
            font-size: 4.0816326531vw; } }
        @media (max-width: 480px) {
          #lower.series #series_vote > h3 span {
            font-size: 5vw; } }
        #lower.series #series_vote > h3 span.pc {
          font-size: 1.5625vw;
          display: inline-block; }
          @media (max-width: 480px) {
            #lower.series #series_vote > h3 span.pc {
              display: none; } }
      #lower.series #series_vote > h3 + .notes {
        color: #3c3c3c;
        margin: 1.0416666667vw auto 3.6458333333vw;
        text-align: center; }
        @media (max-width: 1280px) {
          #lower.series #series_vote > h3 + .notes {
            margin: 1.5625vw auto 5.46875vw; } }
        @media (max-width: 980px) {
          #lower.series #series_vote > h3 + .notes {
            margin: 2.0408163265vw auto 7.1428571429vw; } }
        @media (max-width: 480px) {
          #lower.series #series_vote > h3 + .notes {
            margin: 4.1666666667vw auto 14.5833333333vw; } }
    #lower.series #series_vote .inr {
      margin: 0 auto;
      text-align: center;
      width: 100%;
      max-width: 62.5vw; }
      @media (max-width: 1280px) {
        #lower.series #series_vote .inr {
          max-width: 93.75vw; } }
      @media (max-width: 980px) {
        #lower.series #series_vote .inr {
          max-width: 90.8163265306vw; } }
      @media (max-width: 480px) {
        #lower.series #series_vote .inr {
          max-width: 90%; } }
      #lower.series #series_vote .inr ol.series_ttl_area {
        display: flex;
        flex-wrap: wrap;
        margin: -4.1666666667vw 0 0 -1.3020833333vw; }
        @media (max-width: 1280px) {
          #lower.series #series_vote .inr ol.series_ttl_area {
            margin: -6.25vw 0 0 -1.953125vw; } }
        @media (max-width: 980px) {
          #lower.series #series_vote .inr ol.series_ttl_area {
            margin: -8.1632653061vw 0 0 -2.5510204082vw; } }
        @media (max-width: 480px) {
          #lower.series #series_vote .inr ol.series_ttl_area {
            margin: 0; } }
        #lower.series #series_vote .inr ol.series_ttl_area li {
          display: flex;
          flex-direction: column;
          margin: 4.1666666667vw 0 0 1.3020833333vw;
          width: 100%;
          max-width: 14.5833333333vw; }
          @media (max-width: 1280px) {
            #lower.series #series_vote .inr ol.series_ttl_area li {
              margin: 6.25vw 0 0 1.953125vw;
              max-width: 21.875vw; } }
          @media (max-width: 980px) {
            #lower.series #series_vote .inr ol.series_ttl_area li {
              margin: 8.1632653061vw 0 0 2.5510204082vw;
              max-width: 28.5714285714vw; } }
          @media (max-width: 480px) {
            #lower.series #series_vote .inr ol.series_ttl_area li {
              margin: 0;
              max-width: 100%; }
              #lower.series #series_vote .inr ol.series_ttl_area li:nth-child(n + 2) {
                margin-top: 16.6666666667vw; } }
          #lower.series #series_vote .inr ol.series_ttl_area li figure {
            border: 1px solid #b4b4b4;
            width: 100%;
            max-width: 14.4791666667vw; }
            @media (max-width: 1280px) {
              #lower.series #series_vote .inr ol.series_ttl_area li figure {
                max-width: 100%; } }
            @media (max-width: 480px) {
              #lower.series #series_vote .inr ol.series_ttl_area li figure {
                margin: 0 auto;
                max-width: 57.9166666667vw; } }
          #lower.series #series_vote .inr ol.series_ttl_area li .series_name {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 1.0416666667vw;
            margin-top: 1.0416666667vw;
            margin-bottom: auto;
            line-height: 1.4; }
            #lower.series #series_vote .inr ol.series_ttl_area li .series_name::before, #lower.series #series_vote .inr ol.series_ttl_area li .series_name::after {
              content: "";
              display: block;
              width: 0;
              height: 0; }
            #lower.series #series_vote .inr ol.series_ttl_area li .series_name::before {
              margin-top: calc((1 - 1.4) * 0.5em); }
            #lower.series #series_vote .inr ol.series_ttl_area li .series_name::after {
              margin-bottom: calc((1 - 1.4) * 0.5em); }
            @media (max-width: 1280px) {
              #lower.series #series_vote .inr ol.series_ttl_area li .series_name {
                font-size: 1.5625vw;
                margin-top: 1.5625vw; } }
            @media (max-width: 980px) {
              #lower.series #series_vote .inr ol.series_ttl_area li .series_name {
                font-size: 2.0408163265vw;
                margin-top: 2.0408163265vw; } }
            @media (max-width: 480px) {
              #lower.series #series_vote .inr ol.series_ttl_area li .series_name {
                font-size: 4.1666666667vw;
                margin-top: 4.1666666667vw; } }
          #lower.series #series_vote .inr ol.series_ttl_area li .vote-button {
            border: 0;
            background: #e60012;
            box-sizing: border-box;
            color: #fff596;
            font-family: "Noto Sans JP", sans-serif;
            font-size: 1.25vw;
            margin-top: 1.5625vw;
            padding: 1.0416666667vw 0.5208333333vw;
            position: relative;
            cursor: pointer;
            width: 100%; }
            @media (max-width: 1280px) {
              #lower.series #series_vote .inr ol.series_ttl_area li .vote-button {
                font-size: 1.875vw;
                margin-top: 2.34375vw;
                padding: 1.5625vw 0.78125vw; } }
            @media (max-width: 980px) {
              #lower.series #series_vote .inr ol.series_ttl_area li .vote-button {
                font-size: 2.4489795918vw;
                margin-top: 3.0612244898vw;
                padding: 2.0408163265vw 1.0204081633vw; } }
            @media (max-width: 480px) {
              #lower.series #series_vote .inr ol.series_ttl_area li .vote-button {
                font-size: 5vw;
                margin-top: 6.25vw;
                padding: 4.1666666667vw 2.0833333333vw; } }
            #lower.series #series_vote .inr ol.series_ttl_area li .vote-button::before {
              content: "";
              width: 0;
              height: 0;
              border-style: solid;
              border-right: 10px solid transparent;
              border-left: 10px solid transparent;
              border-bottom: 14px solid #dd0505;
              border-top: 0;
              position: absolute;
              top: -0.7291666667vw;
              left: 0;
              right: 0;
              margin: 0 auto;
              text-align: center; }
              @media (max-width: 1280px) {
                #lower.series #series_vote .inr ol.series_ttl_area li .vote-button::before {
                  top: -1.09375vw; } }
              @media (max-width: 980px) {
                #lower.series #series_vote .inr ol.series_ttl_area li .vote-button::before {
                  top: -1.4285714286vw; } }
              @media (max-width: 480px) {
                #lower.series #series_vote .inr ol.series_ttl_area li .vote-button::before {
                  top: -2.9166666667vw; } }
          #lower.series #series_vote .inr ol.series_ttl_area li input[type="vote_txt"] {
            box-sizing: border-box;
            margin-top: 1.5625vw;
            padding: 0.2604166667vw 0.1041666667vw;
            width: 100%; }
            @media (max-width: 1280px) {
              #lower.series #series_vote .inr ol.series_ttl_area li input[type="vote_txt"] {
                margin-top: 2.34375vw;
                padding: 0.390625vw 0.15625vw; } }
            @media (max-width: 980px) {
              #lower.series #series_vote .inr ol.series_ttl_area li input[type="vote_txt"] {
                margin-top: 3.0612244898vw;
                padding: 0.5102040816vw 0.2040816327vw; } }
            @media (max-width: 480px) {
              #lower.series #series_vote .inr ol.series_ttl_area li input[type="vote_txt"] {
                margin-top: 6.25vw;
                padding: 1.0416666667vw 0.4166666667vw; } }
    #lower.series #series_vote .entered .series_vote_item {
      opacity: .6; }
    #lower.series #series_vote .entered .series_vote_item.active {
      opacity: 1; }
    #lower.series #series_vote .entered .series_vote_item input[type="reset"] {
      display: none; }
    #lower.series #series_vote .entered .series_vote_item.active input[type="reset"] {
      display: block; }
    #lower.series #series_vote .entered .series_vote_item .vote-button {
      visibility: hidden; }
    #lower.series #series_vote .entered .series_vote_item.active .vote-button {
      visibility: inherit; }
    #lower.series #series_vote .entered .series_vote_item .free {
      display: none; }
    #lower.series #series_vote .entered .series_vote_item.active .free {
      display: block; }
  #lower.series #series_thanks {
    box-sizing: border-box;
    padding: 0 0 7.8125vw; }
    @media (max-width: 1280px) {
      #lower.series #series_thanks {
        padding: 0 0 11.71875vw; } }
    @media (max-width: 980px) {
      #lower.series #series_thanks {
        padding: 0 0 15.306122449vw; } }
    @media (max-width: 480px) {
      #lower.series #series_thanks {
        padding: 0 0 18.75vw; } }
    #lower.series #series_thanks h3 {
      text-align: center; }
      #lower.series #series_thanks h3.thanks_ttl {
        color: #3c3c3c;
        font-size: 2.0833333333vw;
        margin-bottom: 4.6875vw;
        line-height: 1.4; }
        #lower.series #series_thanks h3.thanks_ttl::before, #lower.series #series_thanks h3.thanks_ttl::after {
          content: "";
          display: block;
          width: 0;
          height: 0; }
        #lower.series #series_thanks h3.thanks_ttl::before {
          margin-top: calc((1 - 1.4) * 0.5em); }
        #lower.series #series_thanks h3.thanks_ttl::after {
          margin-bottom: calc((1 - 1.4) * 0.5em); }
        @media (max-width: 1280px) {
          #lower.series #series_thanks h3.thanks_ttl {
            font-size: 3.125vw;
            margin-bottom: 7.03125vw; } }
        @media (max-width: 980px) {
          #lower.series #series_thanks h3.thanks_ttl {
            font-size: 4.0816326531vw;
            margin-bottom: 9.1836734694vw; } }
        @media (max-width: 480px) {
          #lower.series #series_thanks h3.thanks_ttl {
            font-size: 5.8333333333vw;
            margin-bottom: 12.5vw; } }
        @media (max-width: 980px) {
          #lower.series #series_thanks h3.thanks_ttl.en {
            font-size: 3.5714285714vw;
            margin: 0 auto 9.1836734694vw;
            text-align: left;
            width: 80%; } }
        @media (max-width: 480px) {
          #lower.series #series_thanks h3.thanks_ttl.en {
            font-size: 5.4166666667vw;
            margin: 0 auto 12.5vw;
            text-align: left;
            width: 90%; } }
      #lower.series #series_thanks h3.anq-ttl {
        background: #e60012;
        box-sizing: border-box;
        color: #fff596;
        font-size: 2.0833333333vw;
        margin: 0 0 1.5625vw;
        padding: 0.78125vw 0 1.0416666667vw; }
        @media (max-width: 1280px) {
          #lower.series #series_thanks h3.anq-ttl {
            font-size: 3.125vw;
            margin: 0 0 2.34375vw;
            padding: 1.171875vw 0 1.5625vw; } }
        @media (max-width: 980px) {
          #lower.series #series_thanks h3.anq-ttl {
            font-size: 3.0612244898vw;
            margin: 0 0 3.0612244898vw;
            padding: 1.5306122449vw 0 1.5306122449vw; } }
        @media (max-width: 480px) {
          #lower.series #series_thanks h3.anq-ttl {
            font-size: 5vw;
            margin: 0 0 6.25vw;
            padding: 3.125vw 0 4.1666666667vw; } }
        @media (max-width: 480px) {
          #lower.series #series_thanks h3.anq-ttl.en {
            font-size: 4.1666666667vw; } }
    #lower.series #series_thanks > .inr {
      margin: 0 auto;
      width: 100%;
      max-width: 54.6875vw; }
      @media (max-width: 1280px) {
        #lower.series #series_thanks > .inr {
          max-width: 82.03125vw; } }
      @media (max-width: 980px) {
        #lower.series #series_thanks > .inr {
          max-width: 82.03125vw; } }
      @media (max-width: 480px) {
        #lower.series #series_thanks > .inr {
          max-width: 90%; } }
    #lower.series #series_thanks .txt {
      color: #3c3c3c;
      font-size: 1.25vw;
      margin: 0 0 3.3854166667vw;
      line-height: 1.8;
      text-align: center; }
      #lower.series #series_thanks .txt::before, #lower.series #series_thanks .txt::after {
        content: "";
        display: block;
        width: 0;
        height: 0; }
      #lower.series #series_thanks .txt::before {
        margin-top: calc((1 - 1.8) * 0.5em); }
      #lower.series #series_thanks .txt::after {
        margin-bottom: calc((1 - 1.8) * 0.5em); }
      @media (max-width: 1280px) {
        #lower.series #series_thanks .txt {
          font-size: 1.875vw;
          margin: 0 0 5.078125vw; } }
      @media (max-width: 980px) {
        #lower.series #series_thanks .txt {
          font-size: 2.0408163265vw;
          margin: 0 0 6.6326530612vw;
          text-align: left; } }
      @media (max-width: 480px) {
        #lower.series #series_thanks .txt {
          font-size: 3.75vw;
          margin: 0 0 9.375vw; } }
      #lower.series #series_thanks .txt.en {
        text-align: left; }
    #lower.series #series_thanks .btn-series:nth-child(n + 2) {
      margin-top: 1.5625vw; }
      @media (max-width: 1280px) {
        #lower.series #series_thanks .btn-series:nth-child(n + 2) {
          margin-top: 2.34375vw; } }
      @media (max-width: 980px) {
        #lower.series #series_thanks .btn-series:nth-child(n + 2) {
          margin-top: 3.0612244898vw; } }
      @media (max-width: 480px) {
        #lower.series #series_thanks .btn-series:nth-child(n + 2) {
          margin-top: 6.25vw; } }
  #lower.contest header > .inr_top {
    background: url("../img/series/header_bg.jpg") no-repeat top left;
    background-size: cover;
    box-sizing: border-box;
    padding: 4.1666666667vw 0;
    width: 100%; }
    @media (max-width: 1280px) {
      #lower.contest header > .inr_top {
        padding: 6.25vw 0; } }
    @media (max-width: 980px) {
      #lower.contest header > .inr_top {
        padding: 4.0816326531vw 0 8.1632653061vw; } }
    @media (max-width: 480px) {
      #lower.contest header > .inr_top {
        padding: 8.3333333333vw 0 16.6666666667vw; } }
    #lower.contest header > .inr_top h1 {
      margin: 0 auto;
      width: 100%;
      max-width: 19.7916666667vw; }
      @media (max-width: 1280px) {
        #lower.contest header > .inr_top h1 {
          max-width: 29.6875vw; } }
      @media (max-width: 980px) {
        #lower.contest header > .inr_top h1 {
          max-width: 38.7755102041vw; } }
      @media (max-width: 480px) {
        #lower.contest header > .inr_top h1 {
          max-width: 50vw; } }
    #lower.contest header > .inr_top figure {
      margin: 0 auto 0.78125vw;
      width: 100%;
      max-width: 42.5vw;
      text-align: center; }
      @media (max-width: 1280px) {
        #lower.contest header > .inr_top figure {
          margin: 0 auto 1.171875vw;
          max-width: 63.75vw; } }
      @media (max-width: 980px) {
        #lower.contest header > .inr_top figure {
          margin: 0 auto 1.5306122449vw;
          max-width: 83.2653061224vw; } }
      @media (max-width: 480px) {
        #lower.contest header > .inr_top figure {
          margin: 0 auto 3.125vw;
          max-width: 80%; } }
      #lower.contest header > .inr_top figure.ttl_en {
        margin: 0 auto 1.3020833333vw;
        width: 100%;
        max-width: 52.0833333333vw;
        text-align: center; }
        @media (max-width: 1280px) {
          #lower.contest header > .inr_top figure.ttl_en {
            margin: 0 auto 1.953125vw;
            max-width: 82.03125vw; } }
        @media (max-width: 980px) {
          #lower.contest header > .inr_top figure.ttl_en {
            margin: 0 auto 2.5510204082vw;
            max-width: 91.8367346939vw; } }
        @media (max-width: 480px) {
          #lower.contest header > .inr_top figure.ttl_en {
            margin: 0 auto 5.2083333333vw;
            max-width: 80%; } }
    #lower.contest header > .inr_top .day {
      box-sizing: border-box;
      background: #e60012;
      box-shadow: 0px 0px 20px 13px #fff;
      border: 2px solid #e93d3d;
      outline: 4px solid #da0213;
      color: #fff596;
      /*
      font-size: vw(30);
      */
      font-size: 1.4583333333vw;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 800;
      margin: 0 auto;
      padding: 0.78125vw 0;
      text-align: center;
      width: 100%;
      max-width: 41.6666666667vw;
      line-height: 1.5; }
      @media (max-width: 1280px) {
        #lower.contest header > .inr_top .day {
          font-size: 2.34375vw;
          padding: 1.171875vw 0;
          max-width: 62.5vw; } }
      @media (max-width: 980px) {
        #lower.contest header > .inr_top .day {
          font-size: 3.0612244898vw;
          padding: 1.5306122449vw 0;
          max-width: 81.6326530612vw; } }
      @media (max-width: 480px) {
        #lower.contest header > .inr_top .day {
          font-size: 3.75vw;
          padding: 3.125vw 0;
          max-width: 90%;
          line-height: 2; }
          #lower.contest header > .inr_top .day::before, #lower.contest header > .inr_top .day::after {
            content: "";
            display: block;
            width: 0;
            height: 0; }
          #lower.contest header > .inr_top .day::before {
            margin-top: calc((1 - 2) * 0.5em); }
          #lower.contest header > .inr_top .day::after {
            margin-bottom: calc((1 - 2) * 0.5em); } }
      #lower.contest header > .inr_top .day br.sp {
        display: none; }
        @media (max-width: 480px) {
          #lower.contest header > .inr_top .day br.sp {
            display: block; } }
      #lower.contest header > .inr_top .day span {
        font-size: 2.0833333333vw;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: bold; }
        @media (max-width: 1280px) {
          #lower.contest header > .inr_top .day span {
            font-size: 3.125vw; } }
        @media (max-width: 980px) {
          #lower.contest header > .inr_top .day span {
            font-size: 4.0816326531vw; } }
        @media (max-width: 480px) {
          #lower.contest header > .inr_top .day span {
            font-size: 5vw; } }
        #lower.contest header > .inr_top .day span.pc {
          font-size: 1.5625vw;
          display: inline-block; }
          @media (max-width: 480px) {
            #lower.contest header > .inr_top .day span.pc {
              display: none; } }
      #lower.contest header > .inr_top .day.en {
        max-width: 50.5208333333vw; }
        @media (max-width: 1280px) {
          #lower.contest header > .inr_top .day.en {
            max-width: 75.78125vw; } }
        @media (max-width: 980px) {
          #lower.contest header > .inr_top .day.en {
            max-width: 98.9795918367vw; } }
        @media (max-width: 480px) {
          #lower.contest header > .inr_top .day.en {
            max-width: 90%; } }
      #lower.contest header > .inr_top .day.fr {
        max-width: 51.0416666667vw; }
        @media (max-width: 1280px) {
          #lower.contest header > .inr_top .day.fr {
            max-width: 76.5625vw; } }
        @media (max-width: 980px) {
          #lower.contest header > .inr_top .day.fr {
            max-width: 100vw; } }
        @media (max-width: 480px) {
          #lower.contest header > .inr_top .day.fr {
            max-width: 90%; } }
      #lower.contest header > .inr_top .day.de {
        max-width: 53.125vw; }
        @media (max-width: 1280px) {
          #lower.contest header > .inr_top .day.de {
            max-width: 76.5625vw; } }
        @media (max-width: 980px) {
          #lower.contest header > .inr_top .day.de {
            max-width: 100vw; } }
        @media (max-width: 480px) {
          #lower.contest header > .inr_top .day.de {
            max-width: 90%; } }
  #lower.contest header > .inr_lower {
    background: none;
    box-sizing: border-box;
    padding: 7.8125vw 0 3.125vw;
    width: 100%; }
    @media (max-width: 1280px) {
      #lower.contest header > .inr_lower {
        padding: 11.71875vw 0 4.6875vw; } }
    @media (max-width: 980px) {
      #lower.contest header > .inr_lower {
        padding: 9.387755102vw 0 6.1224489796vw; } }
    @media (max-width: 480px) {
      #lower.contest header > .inr_lower {
        padding: 19.1666666667vw 0 12.5vw; } }
    #lower.contest header > .inr_lower h2 {
      background: #000;
      color: #fff;
      padding: 0;
      text-align: center;
      width: 100%; }
      #lower.contest header > .inr_lower h2::before {
        display: none; }
      #lower.contest header > .inr_lower h2 .ttl_h2 {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #aa0000;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
        position: relative;
        height: 5.2083333333vw;
        width: 62.5vw; }
        @media (max-width: 1280px) {
          #lower.contest header > .inr_lower h2 .ttl_h2 {
            height: 7.8125vw;
            width: 75vw; } }
        @media (max-width: 980px) {
          #lower.contest header > .inr_lower h2 .ttl_h2 {
            height: 10.2040816327vw;
            width: 77.5510204082vw; } }
        @media (max-width: 480px) {
          #lower.contest header > .inr_lower h2 .ttl_h2 {
            height: 16.6666666667vw;
            width: 95%; } }
        #lower.contest header > .inr_lower h2 .ttl_h2::before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5.2083333333vw 0 0 3.6458333333vw;
          border-color: transparent transparent transparent #000;
          line-height: 0px;
          _border-color: #aa0000 #aa0000 #aa0000 #000;
          _filter: progid:DXImageTransform.Microsoft.Chroma(color='#aa0000');
          position: absolute;
          left: 0;
          top: 0; }
          @media (max-width: 1280px) {
            #lower.contest header > .inr_lower h2 .ttl_h2::before {
              border-width: 7.8125vw 0 0 5.46875vw; } }
          @media (max-width: 980px) {
            #lower.contest header > .inr_lower h2 .ttl_h2::before {
              border-width: 10.2040816327vw 0 0 7.1428571429vw; } }
          @media (max-width: 480px) {
            #lower.contest header > .inr_lower h2 .ttl_h2::before {
              border-width: 16.6666666667vw 0 0 10.4166666667vw; } }
        #lower.contest header > .inr_lower h2 .ttl_h2::after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 3.6458333333vw 5.2083333333vw 0;
          border-color: transparent #000 transparent transparent;
          line-height: 0px;
          _border-color: #aa0000 #000 #aa0000 #aa0000;
          _filter: progid:DXImageTransform.Microsoft.Chroma(color='#aa0000');
          position: absolute;
          right: 0;
          top: 0; }
          @media (max-width: 1280px) {
            #lower.contest header > .inr_lower h2 .ttl_h2::after {
              border-width: 0 5.46875vw 7.8125vw 0; } }
          @media (max-width: 980px) {
            #lower.contest header > .inr_lower h2 .ttl_h2::after {
              border-width: 0 7.1428571429vw 10.2040816327vw 0; } }
          @media (max-width: 480px) {
            #lower.contest header > .inr_lower h2 .ttl_h2::after {
              border-width: 0 10.4166666667vw 16.6666666667vw 0; } }
        #lower.contest header > .inr_lower h2 .ttl_h2 span {
          display: inline-block;
          font-size: 2.0833333333vw;
          margin-right: -3.125vw;
          position: relative; }
          #lower.contest header > .inr_lower h2 .ttl_h2 span .pad {
            display: none; }
          @media (max-width: 1280px) {
            #lower.contest header > .inr_lower h2 .ttl_h2 span {
              font-size: 2.34375vw;
              margin-right: -4.6875vw; } }
          @media (max-width: 980px) {
            #lower.contest header > .inr_lower h2 .ttl_h2 span {
              font-size: 3.0612244898vw;
              margin-right: -4.0816326531vw; }
              #lower.contest header > .inr_lower h2 .ttl_h2 span .pad {
                display: block; } }
          @media (max-width: 480px) {
            #lower.contest header > .inr_lower h2 .ttl_h2 span {
              font-size: 4.1666666667vw;
              margin-right: -8.3333333333vw; } }
          #lower.contest header > .inr_lower h2 .ttl_h2 span::before {
            content: "";
            background: url("../img/series/lower_ttl_logo.svg") no-repeat top left;
            background-size: 100%;
            margin-top: -1.8229166667vw;
            position: absolute;
            top: 50%;
            left: -3.6458333333vw;
            height: 3.3854166667vw;
            width: 100%;
            max-width: 3.125vw; }
            @media (max-width: 1280px) {
              #lower.contest header > .inr_lower h2 .ttl_h2 span::before {
                margin-top: -1.796875vw;
                left: -3.90625vw;
                height: 3.515625vw;
                max-width: 3.125vw; } }
            @media (max-width: 980px) {
              #lower.contest header > .inr_lower h2 .ttl_h2 span::before {
                margin-top: -2.3469387755vw;
                left: -5.1020408163vw;
                height: 4.5918367347vw;
                max-width: 4.0816326531vw; } }
            @media (max-width: 480px) {
              #lower.contest header > .inr_lower h2 .ttl_h2 span::before {
                margin-top: -5.2083333333vw;
                left: -10.4166666667vw;
                height: 9.375vw;
                max-width: 8.3333333333vw; } }
        #lower.contest header > .inr_lower h2 .ttl_h2.en span {
          font-size: 1.5625vw;
          margin-right: -3.125vw; }
        @media (max-width: 1280px) {
          #lower.contest header > .inr_lower h2 .ttl_h2.en span {
            font-size: 2.1875vw;
            margin-right: -3.125vw; } }
        @media (max-width: 980px) {
          #lower.contest header > .inr_lower h2 .ttl_h2.en {
            height: 10.2040816327vw;
            width: 77.5510204082vw; }
            #lower.contest header > .inr_lower h2 .ttl_h2.en span {
              font-size: 2.8571428571vw;
              margin-right: -4.0816326531vw; } }
        @media (max-width: 480px) {
          #lower.contest header > .inr_lower h2 .ttl_h2.en {
            height: 16.6666666667vw;
            width: 95%; }
            #lower.contest header > .inr_lower h2 .ttl_h2.en span {
              line-height: 1.2;
              font-size: 3.75vw;
              margin-right: -8.3333333333vw; } }
  #lower.contest #contest > .inr {
    box-sizing: border-box;
    padding-bottom: 6.25vw; }
    @media (max-width: 1280px) {
      #lower.contest #contest > .inr {
        padding-bottom: 9.375vw; } }
    @media (max-width: 980px) {
      #lower.contest #contest > .inr {
        padding-bottom: 8.1632653061vw; } }
    @media (max-width: 480px) {
      #lower.contest #contest > .inr {
        padding-bottom: 16.6666666667vw; } }
    #lower.contest #contest > .inr h2 {
      background: #000;
      color: #fff;
      padding: 0;
      text-align: center;
      width: 100%; }
      #lower.contest #contest > .inr h2::before {
        display: none; }
      #lower.contest #contest > .inr h2 .ttl_h2 {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #aa0000;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0;
        position: relative;
        height: 5.2083333333vw;
        width: 62.5vw; }
        @media (max-width: 1280px) {
          #lower.contest #contest > .inr h2 .ttl_h2 {
            height: 7.8125vw;
            width: 75vw; } }
        @media (max-width: 980px) {
          #lower.contest #contest > .inr h2 .ttl_h2 {
            height: 10.2040816327vw;
            width: 77.5510204082vw; } }
        @media (max-width: 480px) {
          #lower.contest #contest > .inr h2 .ttl_h2 {
            height: 16.6666666667vw;
            width: 95%; } }
        #lower.contest #contest > .inr h2 .ttl_h2::before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 5.2083333333vw 0 0 3.6458333333vw;
          border-color: transparent transparent transparent #000;
          line-height: 0px;
          _border-color: #aa0000 #aa0000 #aa0000 #000;
          _filter: progid:DXImageTransform.Microsoft.Chroma(color='#aa0000');
          position: absolute;
          left: 0;
          top: 0; }
          @media (max-width: 1280px) {
            #lower.contest #contest > .inr h2 .ttl_h2::before {
              border-width: 7.8125vw 0 0 5.46875vw; } }
          @media (max-width: 980px) {
            #lower.contest #contest > .inr h2 .ttl_h2::before {
              border-width: 10.2040816327vw 0 0 7.1428571429vw; } }
          @media (max-width: 480px) {
            #lower.contest #contest > .inr h2 .ttl_h2::before {
              border-width: 16.6666666667vw 0 0 10.4166666667vw; } }
        #lower.contest #contest > .inr h2 .ttl_h2::after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 3.6458333333vw 5.2083333333vw 0;
          border-color: transparent #000 transparent transparent;
          line-height: 0px;
          _border-color: #aa0000 #000 #aa0000 #aa0000;
          _filter: progid:DXImageTransform.Microsoft.Chroma(color='#aa0000');
          position: absolute;
          right: 0;
          top: 0; }
          @media (max-width: 1280px) {
            #lower.contest #contest > .inr h2 .ttl_h2::after {
              border-width: 0 5.46875vw 7.8125vw 0; } }
          @media (max-width: 980px) {
            #lower.contest #contest > .inr h2 .ttl_h2::after {
              border-width: 0 7.1428571429vw 10.2040816327vw 0; } }
          @media (max-width: 480px) {
            #lower.contest #contest > .inr h2 .ttl_h2::after {
              border-width: 0 10.4166666667vw 16.6666666667vw 0; } }
        #lower.contest #contest > .inr h2 .ttl_h2 span {
          display: inline-block;
          font-size: 2.0833333333vw;
          position: relative; }
          @media (max-width: 1280px) {
            #lower.contest #contest > .inr h2 .ttl_h2 span {
              font-size: 2.34375vw; } }
          @media (max-width: 980px) {
            #lower.contest #contest > .inr h2 .ttl_h2 span {
              font-size: 4.0816326531vw; } }
          @media (max-width: 480px) {
            #lower.contest #contest > .inr h2 .ttl_h2 span {
              font-size: 6.25vw;
              margin-right: -8.3333333333vw; } }
          @media (max-width: 480px) {
            #lower.contest #contest > .inr h2 .ttl_h2 span.fr, #lower.contest #contest > .inr h2 .ttl_h2 span.de {
              font-size: 5vw;
              margin-right: -8.3333333333vw; } }
          #lower.contest #contest > .inr h2 .ttl_h2 span::before {
            content: "";
            background: url("../img/series/lower_ttl_logo.svg") no-repeat top left;
            background-size: 100%;
            margin-top: -1.8229166667vw;
            position: absolute;
            top: 50%;
            left: -3.6458333333vw;
            height: 3.3854166667vw;
            width: 100%;
            max-width: 3.125vw; }
            @media (max-width: 1280px) {
              #lower.contest #contest > .inr h2 .ttl_h2 span::before {
                margin-top: -1.796875vw;
                left: -3.90625vw;
                height: 3.515625vw;
                max-width: 3.125vw; } }
            @media (max-width: 980px) {
              #lower.contest #contest > .inr h2 .ttl_h2 span::before {
                margin-top: -2.3469387755vw;
                left: -5.1020408163vw;
                height: 4.5918367347vw;
                max-width: 4.0816326531vw; } }
            @media (max-width: 480px) {
              #lower.contest #contest > .inr h2 .ttl_h2 span::before {
                margin-top: -4.7916666667vw;
                left: -10.4166666667vw;
                height: 9.375vw;
                max-width: 8.3333333333vw; } }
        #lower.contest #contest > .inr h2 .ttl_h2.long span {
          font-size: 1.8229166667vw;
          margin-right: -3.125vw; }
        @media (max-width: 980px) {
          #lower.contest #contest > .inr h2 .ttl_h2.long span {
            font-size: 2.5510204082vw;
            margin-right: -4.0816326531vw; } }
        @media (max-width: 480px) {
          #lower.contest #contest > .inr h2 .ttl_h2.long {
            height: 16.6666666667vw;
            width: 95%; }
            #lower.contest #contest > .inr h2 .ttl_h2.long span {
              font-size: 4.1666666667vw;
              margin-right: -9.375vw; } }
        #lower.contest #contest > .inr h2 .ttl_h2.en span {
          font-size: 1.5625vw;
          margin-right: -3.125vw; }
        @media (max-width: 1280px) {
          #lower.contest #contest > .inr h2 .ttl_h2.en span {
            font-size: 2.1875vw;
            margin-right: -3.125vw; } }
        @media (max-width: 980px) {
          #lower.contest #contest > .inr h2 .ttl_h2.en {
            height: 10.2040816327vw;
            width: 77.5510204082vw; }
            #lower.contest #contest > .inr h2 .ttl_h2.en span {
              font-size: 2.8571428571vw;
              margin-right: -4.0816326531vw; } }
        @media (max-width: 480px) {
          #lower.contest #contest > .inr h2 .ttl_h2.en {
            height: 16.6666666667vw;
            width: 95%; }
            #lower.contest #contest > .inr h2 .ttl_h2.en span {
              line-height: 1.2;
              font-size: 3.75vw;
              margin-right: -8.3333333333vw; } }
    #lower.contest #contest > .inr .slide_area {
      padding: 0;
      position: static;
      border-bottom: 4px solid #c80000; }
    #lower.contest #contest > .inr .bottom_ttl {
      color: #c80000;
      font-weight: bold;
      font-size: 1.4583333333vw;
      margin-top: 0.5208333333vw auto 0;
      text-align: center; }
      @media (max-width: 1280px) {
        #lower.contest #contest > .inr .bottom_ttl {
          font-size: 2.1875vw;
          margin-top: 0.78125vw auto 0; } }
      @media (max-width: 980px) {
        #lower.contest #contest > .inr .bottom_ttl {
          font-size: 2.4489795918vw;
          margin-top: 1.0204081633vw auto 0; } }
      @media (max-width: 480px) {
        #lower.contest #contest > .inr .bottom_ttl {
          font-size: 4.1666666667vw;
          margin-top: 2.0833333333vw auto 0; } }
    #lower.contest #contest > .inr > .cont_area {
      margin: 3.6458333333vw auto 0;
      width: 100%;
      max-width: 62.5vw; }
      @media (max-width: 1280px) {
        #lower.contest #contest > .inr > .cont_area {
          margin: 5.46875vw auto 0;
          max-width: 93.75vw; } }
      @media (max-width: 980px) {
        #lower.contest #contest > .inr > .cont_area {
          margin: 7.1428571429vw auto 0;
          max-width: 90%; } }
      @media (max-width: 480px) {
        #lower.contest #contest > .inr > .cont_area {
          margin: 8.3333333333vw auto 0;
          max-width: 90%; } }
      #lower.contest #contest > .inr > .cont_area dl.overview {
        margin-bottom: 6.25vw; }
        @media (max-width: 1280px) {
          #lower.contest #contest > .inr > .cont_area dl.overview {
            margin-bottom: 9.375vw; } }
        @media (max-width: 980px) {
          #lower.contest #contest > .inr > .cont_area dl.overview {
            margin-bottom: 12.2448979592vw; } }
        @media (max-width: 480px) {
          #lower.contest #contest > .inr > .cont_area dl.overview {
            margin-bottom: 16.6666666667vw; } }
        #lower.contest #contest > .inr > .cont_area dl.overview > div {
          box-sizing: border-box;
          display: flex;
          font-size: 1.0416666667vw;
          font-weight: bold;
          border-bottom: 1px solid #b4b4b4;
          padding: 0 0 1.3020833333vw; }
          @media (max-width: 1280px) {
            #lower.contest #contest > .inr > .cont_area dl.overview > div {
              font-size: 1.5625vw;
              padding: 0 0 1.953125vw; } }
          @media (max-width: 980px) {
            #lower.contest #contest > .inr > .cont_area dl.overview > div {
              flex-direction: column;
              font-size: 2.0408163265vw;
              padding: 0 0 2.5510204082vw; } }
          @media (max-width: 480px) {
            #lower.contest #contest > .inr > .cont_area dl.overview > div {
              flex-direction: column;
              font-size: 4.1666666667vw;
              padding: 0 0 5.2083333333vw; } }
          #lower.contest #contest > .inr > .cont_area dl.overview > div:nth-child(n + 2) {
            box-sizing: border-box;
            padding-top: 1.3020833333vw; }
            @media (max-width: 1280px) {
              #lower.contest #contest > .inr > .cont_area dl.overview > div:nth-child(n + 2) {
                padding-top: 1.953125vw; } }
            @media (max-width: 980px) {
              #lower.contest #contest > .inr > .cont_area dl.overview > div:nth-child(n + 2) {
                padding-top: 2.5510204082vw; } }
            @media (max-width: 480px) {
              #lower.contest #contest > .inr > .cont_area dl.overview > div:nth-child(n + 2) {
                padding-top: 5.2083333333vw; } }
          #lower.contest #contest > .inr > .cont_area dl.overview > div dt {
            box-sizing: border-box;
            color: #aa0000;
            padding-left: 1.0416666667vw;
            position: relative;
            width: 100%;
            max-width: 12.5vw; }
            @media (max-width: 1280px) {
              #lower.contest #contest > .inr > .cont_area dl.overview > div dt {
                padding-left: 1.5625vw;
                max-width: 18.75vw; } }
            @media (max-width: 980px) {
              #lower.contest #contest > .inr > .cont_area dl.overview > div dt {
                padding-left: 2.0408163265vw;
                max-width: 24.4897959184vw; } }
            @media (max-width: 480px) {
              #lower.contest #contest > .inr > .cont_area dl.overview > div dt {
                padding: 0 4.1666666667vw;
                max-width: 100%; } }
            #lower.contest #contest > .inr > .cont_area dl.overview > div dt::before {
              content: "■";
              color: #aa0000;
              position: absolute;
              left: 0;
              top: 0; }
          #lower.contest #contest > .inr > .cont_area dl.overview > div dd {
            box-sizing: border-box;
            color: #3c3c3c;
            padding-right: 0.625vw;
            line-height: 1.4; }
            #lower.contest #contest > .inr > .cont_area dl.overview > div dd::before, #lower.contest #contest > .inr > .cont_area dl.overview > div dd::after {
              content: "";
              display: block;
              width: 0;
              height: 0; }
            #lower.contest #contest > .inr > .cont_area dl.overview > div dd::before {
              margin-top: calc((1 - 1.4) * 0.5em); }
            #lower.contest #contest > .inr > .cont_area dl.overview > div dd::after {
              margin-bottom: calc((1 - 1.4) * 0.5em); }
            #lower.contest #contest > .inr > .cont_area dl.overview > div dd .dd_ttl {
              color: #ee7800; }
            #lower.contest #contest > .inr > .cont_area dl.overview > div dd span.notes {
              font-size: 0.7291666667vw; }
              @media (max-width: 1280px) {
                #lower.contest #contest > .inr > .cont_area dl.overview > div dd span.notes {
                  font-size: 1.09375vw; } }
              @media (max-width: 980px) {
                #lower.contest #contest > .inr > .cont_area dl.overview > div dd span.notes {
                  font-size: 1.4285714286vw; } }
              @media (max-width: 480px) {
                #lower.contest #contest > .inr > .cont_area dl.overview > div dd span.notes {
                  font-size: 2.9166666667vw; } }
            #lower.contest #contest > .inr > .cont_area dl.overview > div dd span.around {
              background: #333;
              color: #fff;
              box-sizing: border-box;
              padding: 5px 8px;
              margin-right: 10px; }
              @media (max-width: 480px) {
                #lower.contest #contest > .inr > .cont_area dl.overview > div dd span.around {
                  display: inline-block;
                  margin-bottom: 8px; }
                  #lower.contest #contest > .inr > .cont_area dl.overview > div dd span.around:nth-child(n + 2) {
                    margin-top: 20px; } }
              #lower.contest #contest > .inr > .cont_area dl.overview > div dd span.around_fr {
                background: #333;
                color: #fff;
                box-sizing: border-box;
                padding: 5px 8px;
                display: inline-block;
                margin-bottom: 8px; }
                #lower.contest #contest > .inr > .cont_area dl.overview > div dd span.around_fr:nth-child(n + 2) {
                  margin-top: 20px; }
            #lower.contest #contest > .inr > .cont_area dl.overview > div dd a {
              color: #aa0000;
              text-decoration: underline;
              word-break: break-all; }
              #lower.contest #contest > .inr > .cont_area dl.overview > div dd a:hover {
                opacity: .5;
                text-decoration: none;
                transition: all .3s; }
                @media (max-width: 980px) {
                  #lower.contest #contest > .inr > .cont_area dl.overview > div dd a:hover {
                    text-decoration: underline;
                    opacity: 1; } }
              @media (max-width: 980px) {
                #lower.contest #contest > .inr > .cont_area dl.overview > div dd a:active {
                  opacity: .5;
                  text-decoration: none;
                  transition: all .3s; } }
            @media (max-width: 1280px) {
              #lower.contest #contest > .inr > .cont_area dl.overview > div dd {
                padding-right: 0.9375vw; } }
            @media (max-width: 980px) {
              #lower.contest #contest > .inr > .cont_area dl.overview > div dd {
                padding: 2.0408163265vw 1.2244897959vw 0; } }
            @media (max-width: 480px) {
              #lower.contest #contest > .inr > .cont_area dl.overview > div dd {
                padding: 4.1666666667vw 1.2244897959vw 0;
                max-width: 100%; } }
            #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.point {
              margin-left: 1.0416666667vw; }
              @media (max-width: 1280px) {
                #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.point {
                  margin-left: 1.5625vw; } }
              @media (max-width: 980px) {
                #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.point {
                  margin-left: 2.0408163265vw; } }
              @media (max-width: 480px) {
                #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.point {
                  margin-left: 4.1666666667vw; } }
              #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.point li {
                position: relative;
                line-height: 1.4; }
                #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.point li::before, #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.point li::after {
                  content: "";
                  display: block;
                  width: 0;
                  height: 0; }
                #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.point li::before {
                  margin-top: calc((1 - 1.4) * 0.5em); }
                #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.point li::after {
                  margin-bottom: calc((1 - 1.4) * 0.5em); }
                #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.point li::before {
                  background: #3c3c3c;
                  border-radius: 100%;
                  content: "";
                  display: inline-block;
                  margin-left: -0.3125vw;
                  position: relative;
                  top: -0.15625vw;
                  left: -0.5208333333vw;
                  height: 0.3125vw;
                  width: 0.3125vw; }
                  @media (max-width: 1280px) {
                    #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.point li::before {
                      margin-left: -0.46875vw;
                      top: -0.234375vw;
                      left: -0.78125vw;
                      height: 0.46875vw;
                      width: 0.46875vw; } }
                  @media (max-width: 980px) {
                    #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.point li::before {
                      margin-left: -0.612244898vw;
                      top: -0.306122449vw;
                      left: -1.0204081633vw;
                      height: 0.612244898vw;
                      width: 0.612244898vw; } }
                  @media (max-width: 480px) {
                    #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.point li::before {
                      margin-left: -1.25vw;
                      top: -0.625vw;
                      left: -2.0833333333vw;
                      height: 1.25vw;
                      width: 1.25vw; } }
                #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.point li:nth-child(n + 2) {
                  margin-top: 0.5208333333vw; }
                  @media (max-width: 1280px) {
                    #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.point li:nth-child(n + 2) {
                      margin-top: 0.78125vw; } }
                  @media (max-width: 980px) {
                    #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.point li:nth-child(n + 2) {
                      margin-top: 1.0204081633vw; } }
                  @media (max-width: 480px) {
                    #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.point li:nth-child(n + 2) {
                      margin-top: 2.0833333333vw; } }
                  #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.point li:nth-child(n + 2)::before {
                    background: #3c3c3c;
                    border-radius: 100%;
                    content: "";
                    display: inline-block;
                    margin-left: -0.3125vw;
                    position: relative;
                    top: -0.2604166667vw;
                    left: -0.5208333333vw;
                    height: 0.3125vw;
                    width: 0.3125vw; }
                    @media (max-width: 1280px) {
                      #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.point li:nth-child(n + 2)::before {
                        margin-left: -0.46875vw;
                        top: -0.234375vw;
                        left: -0.78125vw;
                        height: 0.46875vw;
                        width: 0.46875vw; } }
                    @media (max-width: 980px) {
                      #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.point li:nth-child(n + 2)::before {
                        margin-left: -0.612244898vw;
                        top: -0.306122449vw;
                        left: -1.0204081633vw;
                        height: 0.612244898vw;
                        width: 0.612244898vw; } }
                    @media (max-width: 480px) {
                      #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.point li:nth-child(n + 2)::before {
                        margin-left: -1.25vw;
                        top: -0.625vw;
                        left: -2.0833333333vw;
                        height: 1.25vw;
                        width: 1.25vw; } }
            #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.around_list {
              box-sizing: border-box;
              padding: 0.5208333333vw 0; }
              @media (max-width: 1280px) {
                #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.around_list {
                  padding: 0.78125vw 0; } }
              @media (max-width: 980px) {
                #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.around_list {
                  padding: 1.0204081633vw 0; } }
              @media (max-width: 480px) {
                #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.around_list {
                  padding: 2.0833333333vw 0; } }
              #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.around_list li:nth-child(n + 2) {
                margin-top: 1.3020833333vw; }
                @media (max-width: 1280px) {
                  #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.around_list li:nth-child(n + 2) {
                    margin-top: 1.953125vw; } }
                @media (max-width: 980px) {
                  #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.around_list li:nth-child(n + 2) {
                    margin-top: 3.5714285714vw; } }
                @media (max-width: 480px) {
                  #lower.contest #contest > .inr > .cont_area dl.overview > div dd ol.around_list li:nth-child(n + 2) {
                    margin-top: 5.2083333333vw; } }
        #lower.contest #contest > .inr > .cont_area dl.overview.en div dt {
          max-width: 15.625vw; }
          @media (max-width: 1280px) {
            #lower.contest #contest > .inr > .cont_area dl.overview.en div dt {
              max-width: 23.4375vw; } }
          @media (max-width: 980px) {
            #lower.contest #contest > .inr > .cont_area dl.overview.en div dt {
              max-width: 30.612244898vw; } }
          @media (max-width: 480px) {
            #lower.contest #contest > .inr > .cont_area dl.overview.en div dt {
              max-width: 100%; } }
        #lower.contest #contest > .inr > .cont_area dl.overview.fr div dt {
          max-width: 17.7083333333vw; }
          @media (max-width: 1280px) {
            #lower.contest #contest > .inr > .cont_area dl.overview.fr div dt {
              max-width: 26.5625vw; } }
          @media (max-width: 980px) {
            #lower.contest #contest > .inr > .cont_area dl.overview.fr div dt {
              max-width: 34.693877551vw; } }
          @media (max-width: 480px) {
            #lower.contest #contest > .inr > .cont_area dl.overview.fr div dt {
              max-width: 100%; } }
        #lower.contest #contest > .inr > .cont_area dl.overview.de div dt {
          margin-right: 3.125vw;
          max-width: 15.625vw; }
          @media (max-width: 1280px) {
            #lower.contest #contest > .inr > .cont_area dl.overview.de div dt {
              margin-right: 3.125vw;
              max-width: 26.5625vw; } }
          @media (max-width: 980px) {
            #lower.contest #contest > .inr > .cont_area dl.overview.de div dt {
              margin-right: 4.0816326531vw;
              max-width: 100%; } }
          @media (max-width: 480px) {
            #lower.contest #contest > .inr > .cont_area dl.overview.de div dt {
              margin-right: 0;
              max-width: 100%; } }
        #lower.contest #contest > .inr > .cont_area dl.overview.de div dd {
          width: 100%;
          max-width: 100%; }
      #lower.contest #contest > .inr > .cont_area .contest_notes {
        margin: 0 auto 5.2083333333vw; }
        @media (max-width: 1280px) {
          #lower.contest #contest > .inr > .cont_area .contest_notes {
            margin: 0 auto 7.8125vw; } }
        @media (max-width: 980px) {
          #lower.contest #contest > .inr > .cont_area .contest_notes {
            margin: 0 auto 8.1632653061vw; } }
        @media (max-width: 480px) {
          #lower.contest #contest > .inr > .cont_area .contest_notes {
            margin: 0 auto 16.6666666667vw; } }
        #lower.contest #contest > .inr > .cont_area .contest_notes h3 {
          box-sizing: border-box;
          border-bottom: 2px solid #aa0000;
          color: #aa0000;
          font-size: 1.0416666667vw;
          margin-bottom: 2.0833333333vw;
          padding-bottom: 1.0416666667vw;
          text-align: center;
          width: 100%; }
          @media (max-width: 1280px) {
            #lower.contest #contest > .inr > .cont_area .contest_notes h3 {
              font-size: 1.5625vw;
              margin-bottom: 3.125vw;
              padding-bottom: 1.5625vw; } }
          @media (max-width: 980px) {
            #lower.contest #contest > .inr > .cont_area .contest_notes h3 {
              font-size: 2.0408163265vw;
              margin-bottom: 4.0816326531vw;
              padding-bottom: 2.0408163265vw; } }
          @media (max-width: 480px) {
            #lower.contest #contest > .inr > .cont_area .contest_notes h3 {
              font-size: 4.1666666667vw;
              margin-bottom: 8.3333333333vw;
              padding-bottom: 4.1666666667vw; } }
        #lower.contest #contest > .inr > .cont_area .contest_notes > ol.attn {
          list-style: none; }
          #lower.contest #contest > .inr > .cont_area .contest_notes > ol.attn li {
            font-size: 0.8333333333vw;
            position: relative;
            padding-left: 1.5em;
            line-height: 1.4; }
            #lower.contest #contest > .inr > .cont_area .contest_notes > ol.attn li::before, #lower.contest #contest > .inr > .cont_area .contest_notes > ol.attn li::after {
              content: "";
              display: block;
              width: 0;
              height: 0; }
            #lower.contest #contest > .inr > .cont_area .contest_notes > ol.attn li::before {
              margin-top: calc((1 - 1.4) * 0.5em); }
            #lower.contest #contest > .inr > .cont_area .contest_notes > ol.attn li::after {
              margin-bottom: calc((1 - 1.4) * 0.5em); }
            @media (max-width: 1280px) {
              #lower.contest #contest > .inr > .cont_area .contest_notes > ol.attn li {
                font-size: 1.25vw; } }
            @media (max-width: 980px) {
              #lower.contest #contest > .inr > .cont_area .contest_notes > ol.attn li {
                font-size: 1.6326530612vw; } }
            @media (max-width: 480px) {
              #lower.contest #contest > .inr > .cont_area .contest_notes > ol.attn li {
                font-size: 3.3333333333vw; } }
            #lower.contest #contest > .inr > .cont_area .contest_notes > ol.attn li a {
              color: #000;
              text-decoration: underline; }
              #lower.contest #contest > .inr > .cont_area .contest_notes > ol.attn li a:hover {
                color: #aa0000;
                text-decoration: none; }
                @media (max-width: 980px) {
                  #lower.contest #contest > .inr > .cont_area .contest_notes > ol.attn li a:hover {
                    color: #000;
                    text-decoration: underline; } }
              @media (max-width: 980px) {
                #lower.contest #contest > .inr > .cont_area .contest_notes > ol.attn li a:active {
                  color: #aa0000;
                  text-decoration: none; } }
            #lower.contest #contest > .inr > .cont_area .contest_notes > ol.attn li::before {
              content: '\0203B';
              position: absolute;
              top: 3px;
              left: 0; }
            #lower.contest #contest > .inr > .cont_area .contest_notes > ol.attn li:nth-child(n + 2) {
              margin-top: 0.5208333333vw; }
              @media (max-width: 1280px) {
                #lower.contest #contest > .inr > .cont_area .contest_notes > ol.attn li:nth-child(n + 2) {
                  margin-top: 0.78125vw; } }
              @media (max-width: 980px) {
                #lower.contest #contest > .inr > .cont_area .contest_notes > ol.attn li:nth-child(n + 2) {
                  margin-top: 1.0204081633vw; } }
              @media (max-width: 480px) {
                #lower.contest #contest > .inr > .cont_area .contest_notes > ol.attn li:nth-child(n + 2) {
                  margin-top: 2.0833333333vw; } }
          #lower.contest #contest > .inr > .cont_area .contest_notes > ol.attn.en li::before {
            content: '*';
            position: absolute;
            top: 3px;
            left: 4px; }
        #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point {
          margin: 0.78125vw 0 0.78125vw 1.0416666667vw; }
          @media (max-width: 1280px) {
            #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point {
              margin: 1.171875vw 0 1.171875vw 1.5625vw; } }
          @media (max-width: 980px) {
            #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point {
              margin: 1.5306122449vw 0 1.5306122449vw 2.0408163265vw; } }
          @media (max-width: 480px) {
            #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point {
              margin: 3.125vw 0 3.125vw 4.1666666667vw; } }
          #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point li {
            font-size: 0.8333333333vw;
            position: relative;
            line-height: 1.4; }
            #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point li::before, #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point li::after {
              content: "";
              display: block;
              width: 0;
              height: 0; }
            #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point li::before {
              margin-top: calc((1 - 1.4) * 0.5em); }
            #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point li::after {
              margin-bottom: calc((1 - 1.4) * 0.5em); }
            @media (max-width: 1280px) {
              #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point li {
                font-size: 1.25vw; } }
            @media (max-width: 980px) {
              #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point li {
                font-size: 1.6326530612vw; } }
            @media (max-width: 480px) {
              #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point li {
                font-size: 3.3333333333vw; } }
            #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point li::before {
              background: #3c3c3c;
              border-radius: 100%;
              content: "";
              display: inline-block;
              margin-left: -0.3125vw;
              position: relative;
              top: -0.15625vw;
              left: -0.5208333333vw;
              height: 0.3125vw;
              width: 0.3125vw; }
              @media (max-width: 1280px) {
                #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point li::before {
                  margin-left: -0.46875vw;
                  top: -0.234375vw;
                  left: -0.78125vw;
                  height: 0.46875vw;
                  width: 0.46875vw; } }
              @media (max-width: 980px) {
                #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point li::before {
                  margin-left: -0.612244898vw;
                  top: -0.306122449vw;
                  left: -1.0204081633vw;
                  height: 0.612244898vw;
                  width: 0.612244898vw; } }
              @media (max-width: 480px) {
                #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point li::before {
                  margin-left: -1.25vw;
                  top: -0.625vw;
                  left: -2.0833333333vw;
                  height: 1.25vw;
                  width: 1.25vw; } }
            #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point li:nth-child(n + 2) {
              margin-top: 0.5208333333vw; }
              @media (max-width: 1280px) {
                #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point li:nth-child(n + 2) {
                  margin-top: 0.78125vw; } }
              @media (max-width: 980px) {
                #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point li:nth-child(n + 2) {
                  margin-top: 1.0204081633vw; } }
              @media (max-width: 480px) {
                #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point li:nth-child(n + 2) {
                  margin-top: 2.0833333333vw; } }
              #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point li:nth-child(n + 2)::before {
                background: #3c3c3c;
                border-radius: 100%;
                content: "";
                display: inline-block;
                margin-left: -0.3125vw;
                position: relative;
                top: -0.2604166667vw;
                left: -0.5208333333vw;
                height: 0.3125vw;
                width: 0.3125vw; }
                @media (max-width: 1280px) {
                  #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point li:nth-child(n + 2)::before {
                    margin-left: -0.46875vw;
                    top: -0.234375vw;
                    left: -0.78125vw;
                    height: 0.46875vw;
                    width: 0.46875vw; } }
                @media (max-width: 980px) {
                  #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point li:nth-child(n + 2)::before {
                    margin-left: -0.612244898vw;
                    top: -0.306122449vw;
                    left: -1.0204081633vw;
                    height: 0.612244898vw;
                    width: 0.612244898vw; } }
                @media (max-width: 480px) {
                  #lower.contest #contest > .inr > .cont_area .contest_notes > ol.point li:nth-child(n + 2)::before {
                    margin-left: -1.25vw;
                    top: -0.625vw;
                    left: -2.0833333333vw;
                    height: 1.25vw;
                    width: 1.25vw; } }
      #lower.contest #contest > .inr > .cont_area .contest_arc {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        @media (max-width: 480px) {
          #lower.contest #contest > .inr > .cont_area .contest_arc {
            flex-direction: column;
            align-items: center; } }
        #lower.contest #contest > .inr > .cont_area .contest_arc .box {
          margin-top: 4.1666666667vw;
          max-width: 25vw;
          width: 100%; }
          @media (max-width: 1280px) {
            #lower.contest #contest > .inr > .cont_area .contest_arc .box {
              margin-top: 6.25vw;
              max-width: 37.5vw; } }
          @media (max-width: 980px) {
            #lower.contest #contest > .inr > .cont_area .contest_arc .box {
              margin-top: 8.1632653061vw;
              max-width: 35.1020408163vw; } }
          @media (max-width: 480px) {
            #lower.contest #contest > .inr > .cont_area .contest_arc .box {
              margin-top: 12.5vw;
              max-width: 90%; } }
          #lower.contest #contest > .inr > .cont_area .contest_arc .box:nth-child(2n) {
            margin-left: 7.03125vw; }
            @media (max-width: 1280px) {
              #lower.contest #contest > .inr > .cont_area .contest_arc .box:nth-child(2n) {
                margin-left: 10.546875vw; } }
            @media (max-width: 980px) {
              #lower.contest #contest > .inr > .cont_area .contest_arc .box:nth-child(2n) {
                margin-left: 7.1428571429vw; } }
            @media (max-width: 480px) {
              #lower.contest #contest > .inr > .cont_area .contest_arc .box:nth-child(2n) {
                margin-left: 0; } }
          #lower.contest #contest > .inr > .cont_area .contest_arc .box > h3 {
            box-sizing: border-box;
            padding-left: 3.3854166667vw;
            display: flex;
            align-items: flex-end;
            margin: 0 auto 1.3020833333vw;
            position: relative;
            max-width: 10.4166666667vw;
            width: 100%; }
            @media (max-width: 1280px) {
              #lower.contest #contest > .inr > .cont_area .contest_arc .box > h3 {
                margin: 0 auto 2.34375vw;
                padding-left: 5.46875vw;
                max-width: 15.625vw; } }
            @media (max-width: 980px) {
              #lower.contest #contest > .inr > .cont_area .contest_arc .box > h3 {
                margin: 0 auto 3.0612244898vw;
                padding-left: 6.1224489796vw;
                max-width: 19.387755102vw; } }
            @media (max-width: 480px) {
              #lower.contest #contest > .inr > .cont_area .contest_arc .box > h3 {
                padding-left: 12.5vw;
                margin: 0 auto 6.25vw;
                max-width: 39.5833333333vw; } }
            #lower.contest #contest > .inr > .cont_area .contest_arc .box > h3.en {
              max-width: 14.0625vw; }
              @media (max-width: 1280px) {
                #lower.contest #contest > .inr > .cont_area .contest_arc .box > h3.en {
                  max-width: 21.09375vw; } }
              @media (max-width: 980px) {
                #lower.contest #contest > .inr > .cont_area .contest_arc .box > h3.en {
                  max-width: 26.5306122449vw; } }
              @media (max-width: 480px) {
                #lower.contest #contest > .inr > .cont_area .contest_arc .box > h3.en {
                  max-width: 54.1666666667vw; } }
            #lower.contest #contest > .inr > .cont_area .contest_arc .box > h3::before {
              content: "";
              background: url("../img/contest/result/icon_clown.svg") no-repeat;
              background-size: 100%;
              position: absolute;
              height: 2.8645833333vw;
              left: 0;
              max-width: 3.125vw;
              width: 100%; }
              @media (max-width: 1280px) {
                #lower.contest #contest > .inr > .cont_area .contest_arc .box > h3::before {
                  height: 3.90625vw;
                  left: 0;
                  max-width: 4.296875vw; } }
              @media (max-width: 980px) {
                #lower.contest #contest > .inr > .cont_area .contest_arc .box > h3::before {
                  height: 5.1020408163vw;
                  left: 0;
                  max-width: 5.612244898vw; } }
              @media (max-width: 480px) {
                #lower.contest #contest > .inr > .cont_area .contest_arc .box > h3::before {
                  height: 8.3333333333vw;
                  left: 0;
                  max-width: 9.375vw; } }
          #lower.contest #contest > .inr > .cont_area .contest_arc .box figure {
            position: relative; }
            #lower.contest #contest > .inr > .cont_area .contest_arc .box figure.illust_box {
              margin: 0 auto;
              max-width: 56.25vw;
              width: 100%; }
              @media (max-width: 1280px) {
                #lower.contest #contest > .inr > .cont_area .contest_arc .box figure.illust_box {
                  max-width: 84.375vw; } }
              @media (max-width: 980px) {
                #lower.contest #contest > .inr > .cont_area .contest_arc .box figure.illust_box {
                  max-width: 100%; } }
              #lower.contest #contest > .inr > .cont_area .contest_arc .box figure.illust_box::before {
                content: "";
                background: url("../img/contest/result/left_bg_silver.svg");
                background-size: 100%;
                position: absolute;
                top: -1.71875vw;
                left: -1.71875vw;
                height: 7.8125vw;
                max-width: 7.8125vw;
                width: 100%;
                z-index: 0; }
                @media (max-width: 1280px) {
                  #lower.contest #contest > .inr > .cont_area .contest_arc .box figure.illust_box::before {
                    top: -2.1875vw;
                    left: -2.1875vw;
                    height: 9.375vw;
                    max-width: 9.375vw; } }
                @media (max-width: 480px) {
                  #lower.contest #contest > .inr > .cont_area .contest_arc .box figure.illust_box::before {
                    top: -5.8333333333vw;
                    left: -5.8333333333vw;
                    height: 20.8333333333vw;
                    max-width: 20.8333333333vw; } }
              #lower.contest #contest > .inr > .cont_area .contest_arc .box figure.illust_box::after {
                content: "";
                background: url("../img/contest/result/right_bg_red.svg");
                background-size: 100%;
                position: absolute;
                bottom: -1.71875vw;
                right: -1.71875vw;
                height: 7.8125vw;
                max-width: 7.8125vw;
                width: 100%;
                z-index: 0; }
                @media (max-width: 1280px) {
                  #lower.contest #contest > .inr > .cont_area .contest_arc .box figure.illust_box::after {
                    bottom: -2.1875vw;
                    right: -2.1875vw;
                    height: 9.375vw;
                    max-width: 9.375vw; } }
                @media (max-width: 480px) {
                  #lower.contest #contest > .inr > .cont_area .contest_arc .box figure.illust_box::after {
                    bottom: -5.8333333333vw;
                    right: -5.8333333333vw;
                    height: 20.8333333333vw;
                    max-width: 20.8333333333vw; } }
              #lower.contest #contest > .inr > .cont_area .contest_arc .box figure.illust_box span {
                position: relative;
                z-index: 5; }
                #lower.contest #contest > .inr > .cont_area .contest_arc .box figure.illust_box span:hover {
                  transition: all .3s;
                  opacity: .5; }
                  @media (max-width: 980px) {
                    #lower.contest #contest > .inr > .cont_area .contest_arc .box figure.illust_box span:hover {
                      opacity: 1; } }
                @media (max-width: 980px) {
                  #lower.contest #contest > .inr > .cont_area .contest_arc .box figure.illust_box span:active {
                    transition: all .3s;
                    opacity: .5; } }
                #lower.contest #contest > .inr > .cont_area .contest_arc .box figure.illust_box span::before {
                  content: "";
                  background: url("../img/contest/result/icon_loupe.png") no-repeat;
                  background-size: 100%;
                  position: absolute;
                  right: 0;
                  bottom: 4px;
                  height: 3.125vw;
                  max-width: 3.125vw;
                  width: 100%;
                  z-index: 5; }
                  @media (max-width: 1280px) {
                    #lower.contest #contest > .inr > .cont_area .contest_arc .box figure.illust_box span::before {
                      height: 4.6875vw;
                      max-width: 4.6875vw; } }
                  @media (max-width: 980px) {
                    #lower.contest #contest > .inr > .cont_area .contest_arc .box figure.illust_box span::before {
                      height: 6.1224489796vw;
                      max-width: 6.1224489796vw; } }
                  @media (max-width: 480px) {
                    #lower.contest #contest > .inr > .cont_area .contest_arc .box figure.illust_box span::before {
                      height: 12.5vw;
                      max-width: 12.5vw; } }
                #lower.contest #contest > .inr > .cont_area .contest_arc .box figure.illust_box span img {
                  cursor: pointer;
                  position: relative;
                  z-index: 2; }
          #lower.contest #contest > .inr > .cont_area .contest_arc .box_txt {
            box-sizing: border-box;
            background: #c9c9c9;
            border-radius: 10px;
            margin-top: 3.125vw;
            padding: 1.3020833333vw;
            max-width: 39.0625vw;
            width: 100%; }
            @media (max-width: 1280px) {
              #lower.contest #contest > .inr > .cont_area .contest_arc .box_txt {
                margin-top: 3.90625vw;
                padding: 1.953125vw;
                max-width: 58.59375vw; } }
            @media (max-width: 480px) {
              #lower.contest #contest > .inr > .cont_area .contest_arc .box_txt {
                margin-top: 4.1666666667vw;
                padding: 5.2083333333vw;
                max-width: 62.5vw; } }
          #lower.contest #contest > .inr > .cont_area .contest_arc .box dl {
            /*&.comment{
              margin-top: vw(30);
              dt{
                color: #c80000;
                font-weight: bold;
                font-size: vw(26);
                max-width: vw(130);
                width: 100%;
                &::after{
                  content: "：";
                }
              }
              dd{
                color: #000;
                font-size: vw(22);
                font-weight: 600;
                margin-top: vw(20);
                line-height: 1.4;
                @include lineHeight(1.4);
              }
            }*/ }
            #lower.contest #contest > .inr > .cont_area .contest_arc .box dl.name dt {
              color: #c80000;
              font-weight: bold;
              font-size: 1.3541666667vw;
              margin-left: 2.34375vw;
              position: relative; }
              @media (max-width: 1280px) {
                #lower.contest #contest > .inr > .cont_area .contest_arc .box dl.name dt {
                  font-size: 1.71875vw;
                  margin-left: 3.515625vw; } }
              @media (max-width: 480px) {
                #lower.contest #contest > .inr > .cont_area .contest_arc .box dl.name dt {
                  font-size: 4.5833333333vw;
                  margin-left: 9.375vw; } }
              #lower.contest #contest > .inr > .cont_area .contest_arc .box dl.name dt.long::before {
                content: "";
                background: url("../img/contest/result/icon_name_clown.svg") no-repeat;
                background-size: 100%;
                position: absolute;
                top: -0.0520833333vw;
                left: -2.34375vw;
                height: 1.71875vw;
                max-width: 1.875vw;
                width: 100%; }
                @media (max-width: 1280px) {
                  #lower.contest #contest > .inr > .cont_area .contest_arc .box dl.name dt.long::before {
                    left: -3.515625vw;
                    top: 50%;
                    bottom: 0;
                    margin-top: -1.328125vw;
                    height: 2.578125vw;
                    max-width: 2.8125vw; } }
                @media (max-width: 480px) {
                  #lower.contest #contest > .inr > .cont_area .contest_arc .box dl.name dt.long::before {
                    left: -9.375vw;
                    top: 50%;
                    bottom: 0;
                    margin-top: -3.5416666667vw;
                    height: 6.875vw;
                    max-width: 7.5vw; } }
              #lower.contest #contest > .inr > .cont_area .contest_arc .box dl.name dt::before {
                content: "";
                background: url("../img/contest/result/icon_name_clown.svg") no-repeat;
                background-size: 100%;
                position: absolute;
                bottom: -0.0520833333vw;
                left: -2.34375vw;
                height: 1.71875vw;
                max-width: 1.875vw;
                width: 100%; }
                @media (max-width: 1280px) {
                  #lower.contest #contest > .inr > .cont_area .contest_arc .box dl.name dt::before {
                    left: -3.515625vw;
                    top: 50%;
                    bottom: 0;
                    margin-top: -1.328125vw;
                    height: 2.578125vw;
                    max-width: 2.8125vw; } }
                @media (max-width: 480px) {
                  #lower.contest #contest > .inr > .cont_area .contest_arc .box dl.name dt::before {
                    left: -9.375vw;
                    top: 50%;
                    bottom: 0;
                    margin-top: -3.5416666667vw;
                    height: 6.875vw;
                    max-width: 7.5vw; } }
            #lower.contest #contest > .inr > .cont_area .contest_arc .box dl.name dd {
              display: flex;
              align-items: flex-start;
              margin-top: 1.0416666667vw;
              margin-left: 2.0833333333vw;
              position: relative; }
              @media (max-width: 1280px) {
                #lower.contest #contest > .inr > .cont_area .contest_arc .box dl.name dd {
                  margin-top: 1.5625vw;
                  margin-left: 3.125vw; } }
              @media (max-width: 480px) {
                #lower.contest #contest > .inr > .cont_area .contest_arc .box dl.name dd {
                  margin-top: 4.1666666667vw;
                  margin-left: 8.3333333333vw; } }
              #lower.contest #contest > .inr > .cont_area .contest_arc .box dl.name dd::before {
                content: "";
                background: url("../img/contest/result/icon_x_twitter.png") no-repeat;
                background-size: 100%;
                position: absolute;
                left: -1.9791666667vw;
                bottom: -0.2604166667vw;
                height: 1.5625vw;
                width: 1.5625vw; }
                @media (max-width: 1280px) {
                  #lower.contest #contest > .inr > .cont_area .contest_arc .box dl.name dd::before {
                    left: -2.96875vw;
                    bottom: -0.390625vw;
                    height: 2.34375vw;
                    width: 2.34375vw; } }
                @media (max-width: 480px) {
                  #lower.contest #contest > .inr > .cont_area .contest_arc .box dl.name dd::before {
                    left: -7.9166666667vw;
                    bottom: -1.0416666667vw;
                    height: 6.25vw;
                    width: 6.25vw; } }
              #lower.contest #contest > .inr > .cont_area .contest_arc .box dl.name dd a {
                color: #000;
                font-family: "Noto Sans JP", sans-serif;
                font-weight: bold;
                font-size: 1.1458333333vw;
                text-decoration: underline; }
                @media (max-width: 1280px) {
                  #lower.contest #contest > .inr > .cont_area .contest_arc .box dl.name dd a {
                    font-size: 1.40625vw; } }
                @media (max-width: 480px) {
                  #lower.contest #contest > .inr > .cont_area .contest_arc .box dl.name dd a {
                    font-size: 3.75vw; } }
      #lower.contest #contest > .inr > .cont_area .contest_no1 {
        margin: 0 auto;
        max-width: 62.5vw;
        width: 100%; }
        @media (max-width: 1280px) {
          #lower.contest #contest > .inr > .cont_area .contest_no1 {
            max-width: 76.5625vw; } }
        #lower.contest #contest > .inr > .cont_area .contest_no1:nth-child(n + 2) {
          margin-top: 4.1666666667vw; }
          @media (max-width: 1280px) {
            #lower.contest #contest > .inr > .cont_area .contest_no1:nth-child(n + 2) {
              margin-top: 6.25vw; } }
          @media (max-width: 480px) {
            #lower.contest #contest > .inr > .cont_area .contest_no1:nth-child(n + 2) {
              margin-top: 10.4166666667vw; } }
        #lower.contest #contest > .inr > .cont_area .contest_no1 > h3 {
          margin: 0 auto 1.8229166667vw;
          text-align: center;
          position: relative;
          max-width: 9.0104166667vw;
          width: 100%; }
          @media (max-width: 1280px) {
            #lower.contest #contest > .inr > .cont_area .contest_no1 > h3 {
              margin: 0 auto 2.734375vw;
              max-width: 11.953125vw; } }
          @media (max-width: 480px) {
            #lower.contest #contest > .inr > .cont_area .contest_no1 > h3 {
              margin: 0 auto 7.2916666667vw;
              max-width: 27.0833333333vw; } }
          #lower.contest #contest > .inr > .cont_area .contest_no1 > h3.en {
            box-sizing: border-box;
            padding-left: 5vw;
            max-width: 23.9583333333vw; }
            @media (max-width: 1280px) {
              #lower.contest #contest > .inr > .cont_area .contest_no1 > h3.en {
                padding-left: 7.5vw;
                max-width: 35.9375vw; } }
            @media (max-width: 480px) {
              #lower.contest #contest > .inr > .cont_area .contest_no1 > h3.en {
                padding-left: 13.75vw;
                max-width: 62.5vw; } }
            #lower.contest #contest > .inr > .cont_area .contest_no1 > h3.en::before {
              content: "";
              background: url("../img/contest/result/icon_no1_clown.svg") no-repeat;
              background-size: 100%;
              position: absolute;
              bottom: 0;
              left: 0;
              height: 4.1145833333vw;
              max-width: 4.4791666667vw;
              width: 100%; }
              @media (max-width: 1280px) {
                #lower.contest #contest > .inr > .cont_area .contest_no1 > h3.en::before {
                  height: 6.171875vw;
                  left: 0;
                  bottom: -0.390625vw;
                  background-size: 100%;
                  max-width: 6.71875vw; } }
              @media (max-width: 480px) {
                #lower.contest #contest > .inr > .cont_area .contest_no1 > h3.en::before {
                  height: 10.2083333333vw;
                  left: 0;
                  bottom: -0.4166666667vw;
                  background-size: 100%;
                  max-width: 11.6666666667vw; } }
          #lower.contest #contest > .inr > .cont_area .contest_no1 > h3::before {
            content: "";
            background: url("../img/contest/result/icon_no1_clown.svg") no-repeat;
            background-size: 100%;
            position: absolute;
            bottom: 0;
            left: -5.2604166667vw;
            height: 4.1145833333vw;
            max-width: 4.4791666667vw;
            width: 100%; }
            @media (max-width: 1280px) {
              #lower.contest #contest > .inr > .cont_area .contest_no1 > h3::before {
                height: 6.171875vw;
                left: -7.890625vw;
                bottom: -0.390625vw;
                background-size: 100%;
                max-width: 6.71875vw; } }
            @media (max-width: 480px) {
              #lower.contest #contest > .inr > .cont_area .contest_no1 > h3::before {
                height: 10.2083333333vw;
                left: -12.7083333333vw;
                bottom: -0.4166666667vw;
                background-size: 100%;
                max-width: 11.6666666667vw; } }
        #lower.contest #contest > .inr > .cont_area .contest_no1 figure {
          position: relative; }
          #lower.contest #contest > .inr > .cont_area .contest_no1 figure.illust_no1 {
            margin: 0 auto;
            max-width: 56.25vw;
            width: 100%; }
            @media (max-width: 1280px) {
              #lower.contest #contest > .inr > .cont_area .contest_no1 figure.illust_no1 {
                max-width: 84.375vw; } }
            @media (max-width: 480px) {
              #lower.contest #contest > .inr > .cont_area .contest_no1 figure.illust_no1 {
                max-width: 100%; } }
            #lower.contest #contest > .inr > .cont_area .contest_no1 figure.illust_no1 img {
              cursor: pointer;
              position: relative;
              z-index: 2; }
              #lower.contest #contest > .inr > .cont_area .contest_no1 figure.illust_no1 img:hover {
                transition: all .3s;
                opacity: .5; }
                @media (max-width: 980px) {
                  #lower.contest #contest > .inr > .cont_area .contest_no1 figure.illust_no1 img:hover {
                    opacity: 1; } }
              @media (max-width: 980px) {
                #lower.contest #contest > .inr > .cont_area .contest_no1 figure.illust_no1 img:active {
                  transition: all .3s;
                  opacity: .5; } }
            #lower.contest #contest > .inr > .cont_area .contest_no1 figure.illust_no1::before {
              content: "";
              background: url("../img/contest/result/left_bg_gold.svg");
              background-size: 100%;
              position: absolute;
              top: -3.125vw;
              left: -3.125vw;
              height: 15.625vw;
              max-width: 15.625vw;
              width: 100%;
              z-index: 0; }
              @media (max-width: 1280px) {
                #lower.contest #contest > .inr > .cont_area .contest_no1 figure.illust_no1::before {
                  top: -3.90625vw;
                  left: -3.90625vw;
                  height: 18.75vw;
                  max-width: 18.75vw; } }
              @media (max-width: 480px) {
                #lower.contest #contest > .inr > .cont_area .contest_no1 figure.illust_no1::before {
                  top: -5.8333333333vw;
                  left: -5.8333333333vw;
                  height: 20.8333333333vw;
                  max-width: 20.8333333333vw; } }
            #lower.contest #contest > .inr > .cont_area .contest_no1 figure.illust_no1::after {
              content: "";
              background: url("../img/contest/result/right_bg_red.svg");
              background-size: 100%;
              position: absolute;
              bottom: -3.125vw;
              right: -3.125vw;
              height: 15.625vw;
              max-width: 15.625vw;
              width: 100%;
              z-index: 0; }
              @media (max-width: 1280px) {
                #lower.contest #contest > .inr > .cont_area .contest_no1 figure.illust_no1::after {
                  bottom: -3.90625vw;
                  right: -3.90625vw;
                  height: 18.75vw;
                  max-width: 18.75vw; } }
              @media (max-width: 480px) {
                #lower.contest #contest > .inr > .cont_area .contest_no1 figure.illust_no1::after {
                  bottom: -5.8333333333vw;
                  right: -5.8333333333vw;
                  height: 20.8333333333vw;
                  max-width: 20.8333333333vw; } }
            #lower.contest #contest > .inr > .cont_area .contest_no1 figure.illust_no1 span {
              position: relative;
              z-index: 5; }
              #lower.contest #contest > .inr > .cont_area .contest_no1 figure.illust_no1 span:hover {
                transition: all .3s;
                opacity: .5; }
                @media (max-width: 980px) {
                  #lower.contest #contest > .inr > .cont_area .contest_no1 figure.illust_no1 span:hover {
                    opacity: 1; } }
              @media (max-width: 980px) {
                #lower.contest #contest > .inr > .cont_area .contest_no1 figure.illust_no1 span:active {
                  transition: all .3s;
                  opacity: .5; } }
              #lower.contest #contest > .inr > .cont_area .contest_no1 figure.illust_no1 span::before {
                content: "";
                background: url("../img/contest/result/icon_loupe.png") no-repeat;
                background-size: 100%;
                position: absolute;
                right: 0;
                bottom: 4px;
                height: 3.125vw;
                max-width: 3.125vw;
                width: 100%;
                z-index: 5; }
                @media (max-width: 1280px) {
                  #lower.contest #contest > .inr > .cont_area .contest_no1 figure.illust_no1 span::before {
                    height: 4.6875vw;
                    max-width: 4.6875vw; } }
                @media (max-width: 980px) {
                  #lower.contest #contest > .inr > .cont_area .contest_no1 figure.illust_no1 span::before {
                    height: 6.1224489796vw;
                    max-width: 6.1224489796vw; } }
                @media (max-width: 480px) {
                  #lower.contest #contest > .inr > .cont_area .contest_no1 figure.illust_no1 span::before {
                    height: 12.5vw;
                    max-width: 12.5vw; } }
              #lower.contest #contest > .inr > .cont_area .contest_no1 figure.illust_no1 span img {
                cursor: pointer;
                position: relative;
                z-index: 2; }
        #lower.contest #contest > .inr > .cont_area .contest_no1_txt {
          box-sizing: border-box;
          background: #fade4b;
          border-radius: 10px;
          margin: 1.8229166667vw 0 0 3.125vw;
          padding: 1.3020833333vw;
          max-width: 39.0625vw;
          width: 100%; }
          @media (max-width: 1280px) {
            #lower.contest #contest > .inr > .cont_area .contest_no1_txt {
              margin: 2.734375vw 0 0 0;
              padding: 1.953125vw;
              max-width: 58.59375vw; } }
          @media (max-width: 480px) {
            #lower.contest #contest > .inr > .cont_area .contest_no1_txt {
              margin: 8.3333333333vw 0 0 0;
              padding: 5.2083333333vw;
              max-width: 100%; } }
        #lower.contest #contest > .inr > .cont_area .contest_no1 dl.name {
          display: flex;
          align-items: flex-end; }
          @media (max-width: 480px) {
            #lower.contest #contest > .inr > .cont_area .contest_no1 dl.name {
              align-items: flex-start;
              flex-direction: column; } }
          #lower.contest #contest > .inr > .cont_area .contest_no1 dl.name dt {
            color: #c80000;
            font-weight: bold;
            font-size: 1.3541666667vw;
            margin-left: 2.34375vw;
            position: relative; }
            @media (max-width: 1280px) {
              #lower.contest #contest > .inr > .cont_area .contest_no1 dl.name dt {
                font-size: 2.03125vw;
                margin-left: 3.515625vw; } }
            @media (max-width: 480px) {
              #lower.contest #contest > .inr > .cont_area .contest_no1 dl.name dt {
                font-size: 5vw;
                margin-left: 9.375vw; } }
            #lower.contest #contest > .inr > .cont_area .contest_no1 dl.name dt::before {
              content: "";
              background: url("../img/contest/result/icon_name_clown.svg") no-repeat;
              background-size: 100%;
              position: absolute;
              bottom: -0.0520833333vw;
              left: -2.34375vw;
              height: 1.71875vw;
              max-width: 1.875vw;
              width: 100%; }
              @media (max-width: 1280px) {
                #lower.contest #contest > .inr > .cont_area .contest_no1 dl.name dt::before {
                  left: -3.515625vw;
                  top: 50%;
                  bottom: 0;
                  margin-top: -1.328125vw;
                  height: 2.578125vw;
                  max-width: 2.8125vw; } }
              @media (max-width: 480px) {
                #lower.contest #contest > .inr > .cont_area .contest_no1 dl.name dt::before {
                  left: -9.375vw;
                  top: 50%;
                  bottom: 0;
                  margin-top: -3.5416666667vw;
                  height: 6.875vw;
                  max-width: 7.5vw; } }
          #lower.contest #contest > .inr > .cont_area .contest_no1 dl.name dd {
            box-sizing: border-box;
            display: flex;
            align-items: flex-start;
            margin-left: 3.125vw;
            position: relative; }
            @media (max-width: 1280px) {
              #lower.contest #contest > .inr > .cont_area .contest_no1 dl.name dd {
                margin-left: 4.6875vw; } }
            @media (max-width: 480px) {
              #lower.contest #contest > .inr > .cont_area .contest_no1 dl.name dd {
                margin-top: 3.125vw;
                margin-left: 8.3333333333vw; } }
            #lower.contest #contest > .inr > .cont_area .contest_no1 dl.name dd::before {
              content: "";
              background: url("../img/contest/result/icon_x_twitter.png") no-repeat;
              background-size: 100%;
              position: absolute;
              left: -1.9791666667vw;
              bottom: -0.2604166667vw;
              height: 1.5625vw;
              width: 1.5625vw; }
              @media (max-width: 1280px) {
                #lower.contest #contest > .inr > .cont_area .contest_no1 dl.name dd::before {
                  left: -2.96875vw;
                  bottom: -0.390625vw;
                  height: 2.34375vw;
                  width: 2.34375vw; } }
              @media (max-width: 480px) {
                #lower.contest #contest > .inr > .cont_area .contest_no1 dl.name dd::before {
                  left: -7.9166666667vw;
                  bottom: -1.0416666667vw;
                  height: 6.25vw;
                  width: 6.25vw; } }
            #lower.contest #contest > .inr > .cont_area .contest_no1 dl.name dd a {
              color: #000;
              font-family: "Noto Sans JP", sans-serif;
              font-weight: bold;
              font-size: 1.1458333333vw;
              text-decoration: underline; }
              @media (max-width: 1280px) {
                #lower.contest #contest > .inr > .cont_area .contest_no1 dl.name dd a {
                  font-size: 1.71875vw; } }
              @media (max-width: 480px) {
                #lower.contest #contest > .inr > .cont_area .contest_no1 dl.name dd a {
                  font-size: 4.5833333333vw; } }
        #lower.contest #contest > .inr > .cont_area .contest_no1 dl.comment {
          display: flex;
          align-items: flex-start;
          margin-top: 1.5625vw; }
          @media (max-width: 1280px) {
            #lower.contest #contest > .inr > .cont_area .contest_no1 dl.comment {
              margin-top: 2.34375vw; } }
          @media (max-width: 480px) {
            #lower.contest #contest > .inr > .cont_area .contest_no1 dl.comment {
              flex-direction: column;
              margin-top: 6.25vw; } }
          #lower.contest #contest > .inr > .cont_area .contest_no1 dl.comment dt {
            color: #c80000;
            font-weight: bold;
            font-size: 1.3541666667vw;
            max-width: 6.7708333333vw;
            width: 100%; }
            @media (max-width: 1280px) {
              #lower.contest #contest > .inr > .cont_area .contest_no1 dl.comment dt {
                font-size: 2.03125vw;
                max-width: 10.15625vw; } }
            @media (max-width: 480px) {
              #lower.contest #contest > .inr > .cont_area .contest_no1 dl.comment dt {
                font-size: 5vw;
                max-width: 27.0833333333vw; } }
            #lower.contest #contest > .inr > .cont_area .contest_no1 dl.comment dt::after {
              content: "：";
              font-size: 1.3541666667vw; }
              @media (max-width: 1280px) {
                #lower.contest #contest > .inr > .cont_area .contest_no1 dl.comment dt::after {
                  font-size: 2.03125vw; } }
              @media (max-width: 480px) {
                #lower.contest #contest > .inr > .cont_area .contest_no1 dl.comment dt::after {
                  font-size: vw_sp(24); } }
          #lower.contest #contest > .inr > .cont_area .contest_no1 dl.comment dd {
            color: #000;
            font-size: 1.1458333333vw;
            font-weight: 600;
            line-height: 1.4; }
            #lower.contest #contest > .inr > .cont_area .contest_no1 dl.comment dd::before, #lower.contest #contest > .inr > .cont_area .contest_no1 dl.comment dd::after {
              content: "";
              display: block;
              width: 0;
              height: 0; }
            #lower.contest #contest > .inr > .cont_area .contest_no1 dl.comment dd::before {
              margin-top: calc((1 - 1.4) * 0.5em); }
            #lower.contest #contest > .inr > .cont_area .contest_no1 dl.comment dd::after {
              margin-bottom: calc((1 - 1.4) * 0.5em); }
            @media (max-width: 1280px) {
              #lower.contest #contest > .inr > .cont_area .contest_no1 dl.comment dd {
                font-size: 1.71875vw; } }
            @media (max-width: 480px) {
              #lower.contest #contest > .inr > .cont_area .contest_no1 dl.comment dd {
                margin-top: 3.125vw;
                font-size: 3.75vw; } }
  #lower .illust_post {
    background: url("../img/contest/result/illust_post_bg.jpg");
    background-size: cover;
    box-sizing: border-box;
    padding: 8.8541666667vw 0; }
    @media (max-width: 1280px) {
      #lower .illust_post {
        padding: 13.28125vw 0; } }
    @media (max-width: 980px) {
      #lower .illust_post {
        padding: 10.2040816327vw 0; } }
    @media (max-width: 480px) {
      #lower .illust_post {
        padding: 16.6666666667vw 0; } }
    #lower .illust_post > h2 {
      font-size: 2.0833333333vw;
      margin: 0 auto 5.2083333333vw;
      text-align: center;
      color: #e60012;
      width: 100%; }
      @media (max-width: 1280px) {
        #lower .illust_post > h2 {
          font-size: 3.125vw;
          margin: 0 auto 7.8125vw; } }
      @media (max-width: 980px) {
        #lower .illust_post > h2 {
          font-size: 4.0816326531vw;
          margin: 0 auto 8.1632653061vw; } }
      @media (max-width: 480px) {
        #lower .illust_post > h2 {
          font-size: 5vw;
          margin: 0 auto 10.4166666667vw; } }
  #lower .member_inr {
    background: url("../img/contest/result/member_inr_bg.jpg");
    background-size: cover;
    box-sizing: border-box;
    padding: 7.2916666667vw 0;
    margin-bottom: 8.8541666667vw; }
    @media (max-width: 1280px) {
      #lower .member_inr {
        padding: 10.9375vw 0;
        margin-bottom: 13.28125vw; } }
    @media (max-width: 980px) {
      #lower .member_inr {
        padding: 10.2040816327vw 0;
        margin-bottom: 10.2040816327vw; } }
    @media (max-width: 480px) {
      #lower .member_inr {
        padding: 16.6666666667vw 0;
        margin-bottom: 16.6666666667vw; } }
    #lower .member_inr > h2 {
      font-size: 1.4583333333vw;
      margin: 0 auto 5.2083333333vw;
      text-align: center;
      color: #000;
      line-height: 1.4;
      width: 100%; }
      #lower .member_inr > h2::before, #lower .member_inr > h2::after {
        content: "";
        display: block;
        width: 0;
        height: 0; }
      #lower .member_inr > h2::before {
        margin-top: calc((1 - 1.4) * 0.5em); }
      #lower .member_inr > h2::after {
        margin-bottom: calc((1 - 1.4) * 0.5em); }
      @media (max-width: 1280px) {
        #lower .member_inr > h2 {
          font-size: 2.1875vw;
          margin: 0 auto 7.8125vw; } }
      @media (max-width: 980px) {
        #lower .member_inr > h2 {
          font-size: 2.8571428571vw;
          margin: 0 auto 8.1632653061vw; } }
      @media (max-width: 480px) {
        #lower .member_inr > h2 {
          font-size: 5vw;
          margin: 0 auto 10.4166666667vw; } }
  #lower .btn_contest_vote {
    background: url("../img/contest/result/btn_bg_vote.png") no-repeat left top/100%;
    position: relative;
    margin: 0 auto;
    padding: 0;
    transition: all .3s;
    height: 5.2083333333vw;
    width: 100%;
    max-width: 32.2916666667vw; }
    @media (max-width: 1280px) {
      #lower .btn_contest_vote {
        height: 7.8125vw;
        max-width: 48.4375vw; } }
    @media (max-width: 980px) {
      #lower .btn_contest_vote {
        height: 10.2040816327vw;
        max-width: 63.2653061224vw; } }
    @media (max-width: 480px) {
      #lower .btn_contest_vote {
        height: 17.7083333333vw;
        max-width: 83.3333333333vw; } }
    #lower .btn_contest_vote a {
      color: #fff596;
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      font-size: 1.4583333333vw;
      font-weight: 700;
      padding: 0;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 50%;
      left: 0;
      right: 0;
      margin: 0;
      margin: -8% auto 0;
      text-align: center;
      text-decoration: none;
      transition: all .3s;
      height: 100%;
      width: 100%; }
      @media (max-width: 1280px) {
        #lower .btn_contest_vote a {
          margin: -8% auto 0;
          font-size: 2.1875vw; } }
      @media (max-width: 980px) {
        #lower .btn_contest_vote a {
          margin: -8% auto 0;
          font-size: 2.8571428571vw; } }
      @media (max-width: 480px) {
        #lower .btn_contest_vote a {
          margin: -13% auto 0;
          font-size: 4.1666666667vw; } }
      #lower .btn_contest_vote a::before {
        content: '';
        position: absolute;
        top: calc(50% - 4px);
        right: 1.75em;
        transform: translateY(calc(-50% - 3px)) rotate(45deg);
        width: 20px;
        height: 3px;
        background: #fff596;
        transition: all .3s; }
        @media (max-width: 980px) {
          #lower .btn_contest_vote a::before {
            top: calc(50% - 1px);
            height: 2px;
            width: 10px; } }
      #lower .btn_contest_vote a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1.8em;
        transform: translateY(-50%);
        width: 50px;
        height: 3px;
        background: #fff596;
        transition: all .3s; }
        @media (max-width: 980px) {
          #lower .btn_contest_vote a::after {
            height: 2px;
            width: 30px; } }
        @media (max-width: 480px) {
          #lower .btn_contest_vote a::after {
            height: 2px;
            width: 20px; } }
      #lower .btn_contest_vote a:hover {
        text-decoration: none;
        color: #fff; }
        @media (max-width: 980px) {
          #lower .btn_contest_vote a:hover {
            color: #fff596; } }
        #lower .btn_contest_vote a:hover::before {
          right: 1.45em; }
          @media (max-width: 980px) {
            #lower .btn_contest_vote a:hover::before {
              right: 1.75em; } }
        #lower .btn_contest_vote a:hover::after {
          right: 1.5em; }
          @media (max-width: 980px) {
            #lower .btn_contest_vote a:hover::after {
              right: 1.8em; } }
      @media (max-width: 980px) {
        #lower .btn_contest_vote a:active {
          color: #fff; }
          #lower .btn_contest_vote a:active::before {
            right: 1.45em; }
          #lower .btn_contest_vote a:active::after {
            right: 1.5em; } }

/* -----------------------------------------------------
   series
----------------------------------------------------- */
.vote_num {
  font-size: 2.0833333333vw;
  text-align: center; }
  @media (max-width: 1280px) {
    .vote_num {
      font-size: 3.125vw; } }
  @media (max-width: 980px) {
    .vote_num {
      font-size: 4.0816326531vw; } }
  @media (max-width: 480px) {
    .vote_num {
      font-size: 8.3333333333vw; } }
  .vote_num span {
    font-size: 3.4375vw;
    color: #aa0000; }
    @media (max-width: 1280px) {
      .vote_num span {
        font-size: 5.15625vw; } }
    @media (max-width: 980px) {
      .vote_num span {
        font-size: 6.7346938776vw; } }
    @media (max-width: 480px) {
      .vote_num span {
        font-size: 13.75vw; } }

.kokuchi {
  margin-top: 4.1666666667vw; }
  @media (max-width: 1280px) {
    .kokuchi {
      margin-top: 6.25vw; } }
  @media (max-width: 980px) {
    .kokuchi {
      margin-top: 8.1632653061vw; } }
  @media (max-width: 480px) {
    .kokuchi {
      margin-top: 16.6666666667vw; } }

.tgs {
  margin: 5.2083333333vw auto 0 auto;
  width: 52.0833333333vw;
  display: block;
  max-width: 100%; }
  @media (max-width: 1280px) {
    .tgs {
      margin: 7.8125vw auto 0 auto;
      width: 78.125vw; } }
  @media (max-width: 980px) {
    .tgs {
      margin: 10.2040816327vw auto 0 auto;
      width: 102.0408163265vw; } }
  @media (max-width: 480px) {
    .tgs {
      margin: 8.3333333333vw auto 0;
      width: 208.3333333333vw; } }
  .tgs:hover {
    transition: all .3s;
    opacity: .6; }
    @media (max-width: 980px) {
      .tgs:hover {
        opacity: 1; } }
  @media (max-width: 980px) {
    .tgs:active {
      opacity: .6; } }

.result {
  margin-top: 5.2083333333vw; }
  @media (max-width: 1280px) {
    .result {
      margin-top: 7.8125vw; } }
  @media (max-width: 980px) {
    .result {
      margin-top: 10.2040816327vw; } }
  @media (max-width: 480px) {
    .result {
      margin-top: 20.8333333333vw; } }

.result_t {
  color: #fff596;
  background-color: #000;
  font-size: 2.0833333333vw;
  text-align: center;
  padding: 0.8333333333vw;
  position: relative; }
  @media (max-width: 1280px) {
    .result_t {
      font-size: 3.125vw;
      padding: 1.25vw; } }
  @media (max-width: 980px) {
    .result_t {
      font-size: 4.0816326531vw;
      padding: 1.6326530612vw; } }
  @media (max-width: 480px) {
    .result_t {
      font-size: 4.1666666667vw;
      padding: 3.3333333333vw; } }
  .result_t::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    border-top: 19px solid #000;
    border-bottom: 0;
    bottom: -19px;
    right: 0;
    left: 0;
    margin: auto; }

.result_flex {
  margin-top: 3.6979166667vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media (max-width: 1280px) {
    .result_flex {
      margin-top: 5.546875vw; } }
  @media (max-width: 980px) {
    .result_flex {
      margin-top: 7.2448979592vw; } }
  @media (max-width: 480px) {
    .result_flex {
      margin-top: 14.7916666667vw; } }
  .result_flex.between {
    justify-content: space-between; }
    @media (max-width: 480px) {
      .result_flex.between {
        margin-top: 10vw; } }
    .result_flex.between .result_item {
      margin-right: 0; }

.result_item {
  width: 14.5833333333vw;
  position: relative;
  margin-right: 1.3541666667vw;
  margin-bottom: 3.6458333333vw; }
  .result_item:nth-child(4n) {
    margin-right: 0; }
  @media (max-width: 1280px) {
    .result_item {
      width: 21.875vw;
      margin-right: 2.03125vw;
      margin-bottom: 5.46875vw; } }
  @media (max-width: 980px) {
    .result_item {
      width: 28.5714285714vw;
      margin-right: 2.6530612245vw;
      margin-bottom: 7.1428571429vw; } }
  @media (max-width: 480px) {
    .result_item {
      width: 116.6666666667vw;
      margin-right: 0;
      margin-bottom: 10vw; } }

.result_rank {
  font-size: 1.6666666667vw;
  color: #fff;
  background-image: url("../img/series/rank_bg.jpg");
  background-size: cover;
  padding: 0.3125vw 0.5208333333vw;
  height: 12.2395833333vw;
  background-position: top;
  box-sizing: border-box; }
  @media (max-width: 1280px) {
    .result_rank {
      font-size: 2.5vw;
      padding: 0.46875vw 0.78125vw;
      height: 18.359375vw; } }
  @media (max-width: 980px) {
    .result_rank {
      font-size: 3.2653061224vw;
      padding: 0.612244898vw 1.0204081633vw;
      height: 23.9795918367vw; } }
  @media (max-width: 480px) {
    .result_rank {
      width: 77.0833333333vw;
      font-size: 6.6666666667vw;
      padding: 2.0833333333vw 2.0833333333vw;
      height: 70.8333333333vw;
      margin: 0 auto; } }
  .result_rank span {
    font-size: 0.8333333333vw; }
    @media (max-width: 1280px) {
      .result_rank span {
        font-size: 1.25vw; } }
    @media (max-width: 980px) {
      .result_rank span {
        font-size: 1.6326530612vw; } }
    @media (max-width: 480px) {
      .result_rank span {
        font-size: 3.3333333333vw; } }
  .result_rank img {
    height: 1.3541666667vw;
    width: auto; }
    @media (max-width: 1280px) {
      .result_rank img {
        height: 2.03125vw; } }
    @media (max-width: 980px) {
      .result_rank img {
        height: 2.6530612245vw; } }
    @media (max-width: 480px) {
      .result_rank img {
        height: 8.3333333333vw; } }

.result_img {
  position: absolute;
  width: 10.4166666667vw;
  top: 2.6041666667vw;
  left: 2.8125vw; }
  .result_img img {
    width: 100%; }
  @media (max-width: 1280px) {
    .result_img {
      width: 15.625vw;
      top: 3.90625vw;
      left: 4.21875vw; } }
  @media (max-width: 980px) {
    .result_img {
      width: 20.4081632653vw;
      top: 5.1020408163vw;
      left: 5.5102040816vw; } }
  @media (max-width: 480px) {
    .result_img {
      width: 60vw;
      top: 12.5vw;
      left: 0;
      right: 0;
      margin: auto; } }

.result_info {
  background-color: #dcdcdc;
  border-radius: 10px;
  margin-top: 3.28125vw;
  padding: 1.25vw 1.3020833333vw; }
  @media (max-width: 1280px) {
    .result_info {
      margin-top: 4.921875vw;
      padding: 1.25vw 1.3020833333vw; } }
  @media (max-width: 980px) {
    .result_info {
      margin-top: 6.4285714286vw;
      padding: 2.4489795918vw 2.5510204082vw; } }
  @media (max-width: 480px) {
    .result_info {
      margin-top: 14.5833333333vw;
      padding: 2.9166666667vw 5.2083333333vw; } }

.result_name {
  color: #c80000;
  font-size: 1.0416666667vw;
  font-weight: bold;
  line-height: 120%;
  display: flex; }
  @media (max-width: 1280px) {
    .result_name {
      font-size: 1.5625vw; } }
  @media (max-width: 980px) {
    .result_name {
      font-size: 2.0408163265vw; } }
  @media (max-width: 480px) {
    .result_name {
      font-size: 4.1666666667vw; } }
  .result_name img {
    width: 33px;
    margin-right: 8px; }
    @media (max-width: 1280px) {
      .result_name img {
        width: 2.578125vw;
        margin-right: 0.625vw; } }
    @media (max-width: 980px) {
      .result_name img {
        width: 3.3673469388vw;
        margin-right: 0.8163265306vw; } }
    @media (max-width: 480px) {
      .result_name img {
        width: 6.875vw;
        margin-right: 1.6666666667vw; } }

.result_vote {
  font-size: 0.9375vw;
  margin-top: 0.625vw;
  font-weight: bold; }
  @media (max-width: 1280px) {
    .result_vote {
      font-size: 1.40625vw;
      margin-top: 0.9375vw; } }
  @media (max-width: 980px) {
    .result_vote {
      font-size: 1.8367346939vw;
      margin-top: 1.2244897959vw; } }
  @media (max-width: 480px) {
    .result_vote {
      font-size: 3.75vw;
      margin-top: 2.0833333333vw;
      width: 100%;
      text-align: right;
      margin-right: 2.0833333333vw;
      margin-left: 0; } }
  .result_vote span {
    color: #c80000;
    font-size: 1.9791666667vw;
    font-weight: bold; }
    @media (max-width: 1280px) {
      .result_vote span {
        font-size: 2.96875vw; } }
    @media (max-width: 980px) {
      .result_vote span {
        font-size: 3.8775510204vw; } }
    @media (max-width: 480px) {
      .result_vote span {
        font-size: 6.6666666667vw; } }
    .result_vote span + span {
      font-size: 1.1458333333vw;
      color: #000; }
      @media (max-width: 1280px) {
        .result_vote span + span {
          font-size: 1.71875vw; } }
      @media (max-width: 980px) {
        .result_vote span + span {
          font-size: 2.2448979592vw; } }
      @media (max-width: 480px) {
        .result_vote span + span {
          font-size: 4.5833333333vw; } }

.en .result_vote {
  font-size: 0.78125vw; }
  @media (max-width: 1280px) {
    .en .result_vote {
      font-size: 1.171875vw; } }
  @media (max-width: 980px) {
    .en .result_vote {
      font-size: 1.4285714286vw; } }
  @media (max-width: 480px) {
    .en .result_vote {
      font-size: 3.125vw; } }
  .en .result_vote span {
    color: #c80000;
    font-size: 1.6145833333vw;
    font-weight: bold; }
    @media (max-width: 1280px) {
      .en .result_vote span {
        font-size: 2.421875vw; } }
    @media (max-width: 980px) {
      .en .result_vote span {
        font-size: 2.6530612245vw; } }
    @media (max-width: 480px) {
      .en .result_vote span {
        font-size: 6.4583333333vw; } }
    .en .result_vote span + span {
      font-size: 0.78125vw;
      color: #000; }
      @media (max-width: 1280px) {
        .en .result_vote span + span {
          font-size: 1.171875vw; } }
      @media (max-width: 980px) {
        .en .result_vote span + span {
          font-size: 1.5306122449vw; } }
      @media (max-width: 480px) {
        .en .result_vote span + span {
          font-size: 3.125vw; } }

.result_noimage {
  width: 46.875vw;
  max-width: 100%;
  margin: 0 auto; }
  @media (max-width: 1280px) {
    .result_noimage {
      width: 70.3125vw; } }
  @media (max-width: 980px) {
    .result_noimage {
      width: 91.8367346939vw; } }
  @media (max-width: 480px) {
    .result_noimage {
      width: 187.5vw; } }

.result_noimage_flex {
  display: flex; }

.result_noimage_item {
  margin-top: 1.5625vw;
  background-color: #dcdcdc;
  height: 5.2083333333vw;
  display: flex;
  align-items: center;
  padding: 0 0 0 0.9375vw;
  position: relative;
  z-index: -2;
  overflow: hidden; }
  .result_noimage_item:nth-child(1) {
    margin-top: 0.5208333333vw; }
    @media (max-width: 1280px) {
      .result_noimage_item:nth-child(1) {
        margin-top: 0.78125vw; } }
    @media (max-width: 980px) {
      .result_noimage_item:nth-child(1) {
        margin-top: 1.0204081633vw; } }
    @media (max-width: 480px) {
      .result_noimage_item:nth-child(1) {
        margin-top: 2.0833333333vw; } }
  @media (max-width: 1280px) {
    .result_noimage_item {
      margin-top: 2.34375vw;
      height: 7.8125vw; } }
  @media (max-width: 980px) {
    .result_noimage_item {
      margin-top: 3.0612244898vw;
      height: 10.2040816327vw; } }
  @media (max-width: 480px) {
    .result_noimage_item {
      margin-top: 6.25vw;
      min-height: 20.8333333333vw;
      height: auto;
      flex-wrap: wrap;
      padding: 2.0833333333vw;
      align-items: center; } }
  .result_noimage_item .result_vote {
    margin-top: 0;
    margin-left: 6.25vw; }
    @media (max-width: 1280px) {
      .result_noimage_item .result_vote {
        margin-left: 9.375vw; } }
    @media (max-width: 980px) {
      .result_noimage_item .result_vote {
        margin-left: 8.244898vw; } }
    @media (max-width: 480px) {
      .result_noimage_item .result_vote {
        margin-left: 2.0833333333vw;
        margin-top: 4.1666666667vw; } }
    @media (max-width: 480px) {
      .result_noimage_item .result_vote span {
        font-size: 5.5vw; } }
  .result_noimage_item::before {
    content: "";
    position: absolute;
    background-color: #8c0000;
    top: -6.6666666667vw;
    left: -11.6145833333vw;
    width: 15.625vw;
    height: 15.625vw;
    z-index: -1;
    transform: rotate(38deg); }
    @media (max-width: 1280px) {
      .result_noimage_item::before {
        top: -10vw;
        left: -17.421875vw;
        width: 23.4375vw;
        height: 23.4375vw; } }
    @media (max-width: 980px) {
      .result_noimage_item::before {
        top: -13.0612244898vw;
        left: -22.7551020408vw;
        width: 30.612244898vw;
        height: 30.612244898vw; } }
    @media (max-width: 480px) {
      .result_noimage_item::before {
        top: -26.6666666667vw;
        left: -52.0833333333vw;
        width: 62.5vw;
        height: 62.5vw; } }
  .result_noimage_item::after {
    background-color: #c9c9c9;
    content: "";
    position: absolute;
    top: -3.6458333333vw;
    right: -2.6041666667vw;
    width: 15.625vw;
    height: 15.625vw;
    z-index: -1;
    transform: rotate(-142deg); }
    @media (max-width: 1280px) {
      .result_noimage_item::after {
        margin-left: 23.125vw;
        top: -5.46875vw;
        right: -3.90625vw;
        width: 23.4375vw;
        height: 23.4375vw; } }
    @media (max-width: 980px) {
      .result_noimage_item::after {
        margin-left: 30.2040816327vw;
        top: -7.1428571429vw;
        right: -5.1020408163vw;
        width: 30.612244898vw;
        height: 30.612244898vw; } }
    @media (max-width: 480px) {
      .result_noimage_item::after {
        margin-left: 61.6666666667vw;
        top: -14.5833333333vw;
        right: -39.5833333333vw;
        width: 62.5vw;
        height: 62.5vw;
        display: none; } }
  .result_noimage_item .result_name {
    width: 22.6041666667vw; }
    @media (max-width: 1280px) {
      .result_noimage_item .result_name {
        width: 33.90625vw; } }
    @media (max-width: 980px) {
      .result_noimage_item .result_name {
        width: 44.2857142857vw; } }
    @media (max-width: 480px) {
      .result_noimage_item .result_name {
        width: 73%; } }

.en .result_noimage_item .result_vote {
  margin-left: 2.0833333333vw; }
.en .result_noimage_item::before {
  left: -9.375vw; }
  @media (max-width: 1280px) {
    .en .result_noimage_item::before {
      left: -14.0625vw; } }
  @media (max-width: 980px) {
    .en .result_noimage_item::before {
      left: -18.3673469388vw; } }
  @media (max-width: 480px) {
    .en .result_noimage_item::before {
      left: -43.75vw; } }
.en .result_noimage_item::after {
  background-color: #c9c9c9;
  content: "";
  position: absolute;
  top: -2.0833333333vw;
  right: -13.5416666667vw;
  width: 33.3333333333vw;
  height: 33.3333333333vw;
  z-index: -1;
  transform: rotate(-142deg); }
  @media (max-width: 1280px) {
    .en .result_noimage_item::after {
      margin-left: 23.125vw;
      top: -3.125vw;
      right: -20.3125vw;
      width: 50vw;
      height: 50vw; } }
  @media (max-width: 980px) {
    .en .result_noimage_item::after {
      margin-left: 30.2040816327vw;
      top: -4.0816326531vw;
      right: -23.530612vw;
      width: 65.306122449vw;
      height: 65.306122449vw; } }
  @media (max-width: 480px) {
    .en .result_noimage_item::after {
      margin-left: 61.6666666667vw;
      top: -14.5833333333vw;
      right: -39.5833333333vw;
      width: 133.3333333333vw;
      height: 133.3333333333vw;
      display: none; } }
.en .result_noimage_item .result_name {
  width: 22.833333vw; }
  @media (max-width: 480px) {
    .en .result_noimage_item .result_name {
      width: 60%; } }

.result_noimage_rank {
  margin-right: 3.9583333333vw;
  width: 2.3958333333vw;
  flex-shrink: 0; }
  @media (max-width: 1280px) {
    .result_noimage_rank {
      margin-right: 5.9375vw;
      width: 3.59375vw; } }
  @media (max-width: 980px) {
    .result_noimage_rank {
      margin-right: 7.7551020408vw;
      width: 4.693877551vw; } }
  @media (max-width: 480px) {
    .result_noimage_rank {
      width: 9.5833333333vw;
      margin-right: 11.0416666667vw; } }

@media (max-width: 1280px) {
  .en .result_noimage_item .result_vote {
    margin-left: 3.125vw; } }
@media (max-width: 980px) {
  .en .result_noimage_item .result_vote {
    text-align: right;
    margin-left: 7.061224vw;
    width: 25vw; } }
@media (max-width: 480px) {
  .en .result_noimage_item .result_vote {
    width: 100%; } }
@media (max-width: 1280px) {
  .en .result_noimage_item .result_name {
    width: 33.95vw; } }
@media (max-width: 980px) {
  .en .result_noimage_item .result_name {
    width: 33.816327vw; } }
.en .result_noimage_rank {
  width: auto;
  height: 1.3541666667vw; }
  @media (max-width: 1280px) {
    .en .result_noimage_rank {
      height: 2.03125vw; } }
  @media (max-width: 980px) {
    .en .result_noimage_rank {
      height: 2.6530612245vw; } }
  @media (max-width: 480px) {
    .en .result_noimage_rank {
      height: 5.4166666667vw; } }
  .en .result_noimage_rank img {
    height: 100%; }

.newsletter {
  background: #e60020;
  box-sizing: border-box;
  border: 2px solid #e60020;
  margin: 80px auto 0;
  padding: 35px 20px;
  position: relative;
  width: 100%;
  max-width: 680px; }

@media (max-width: 1024px) {
  .newsletter {
    margin: 7.8125vw auto 0; } }
@media (max-width: 750px) {
  .newsletter {
    margin: 10.6666666667vw auto 0; } }
.newsletter:hover {
  transition: all .3s;
  background: rgba(230, 0, 32, 0.6); }

@media (max-width: 1024px) {
  .newsletter:hover {
    background: #e60020; } }
@media (max-width: 1024px) {
  .newsletter:active {
    transition: all .3s;
    background: rgba(230, 0, 32, 0.6); } }
.newsletter a {
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: 3vw;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

@media (max-width: 1024px) {
  .newsletter a {
    font-size: 20px; } }
@media (max-width: 750px) {
  .newsletter a {
    padding-left: 0;
    font-size: 16px; } }
.newsletter a:hover {
  opacity: 1 !important;
  transition: all .3s; }

.newsletter::before {
  content: "";
  background: url("https://www.arcsystemworks.jp/portal/wordpress/wp-content/uploads/2022/04/ico-mail_wt.svg") no-repeat;
  background-size: 100%;
  position: absolute;
  left: 100px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 28px;
  z-index: 2; }

@media only screen and (max-width: 1666px) {
  .newsletter::before {
    left: 100px;
    margin-top: -15px;
    width: 30px;
    height: 28px; } }
@media (max-width: 1024px) {
  .newsletter::before {
    left: 120px;
    margin-top: -15px;
    width: 30px;
    height: 28px; } }
@media (max-width: 750px) {
  .newsletter::before {
    display: none; } }
.n_wrap {
  margin-top: 6.875vw;
  margin-bottom: 9.6354166667vw; }
  @media (max-width: 1280px) {
    .n_wrap {
      margin-top: 10.3125vw;
      margin-bottom: 14.453125vw; } }
  @media (max-width: 980px) {
    .n_wrap {
      margin-top: 13.4693877551vw;
      margin-bottom: 18.8775510204vw; } }
  @media (max-width: 480px) {
    .n_wrap {
      margin-top: 27.5vw;
      margin-bottom: 38.5416666667vw; } }

.day_wrap + .day_wrap {
  margin-top: 1.9270833333vw; }
  @media (max-width: 1280px) {
    .day_wrap + .day_wrap {
      margin-top: 2.890625vw; } }
  @media (max-width: 980px) {
    .day_wrap + .day_wrap {
      margin-top: 3.7755102041vw; } }
  @media (max-width: 480px) {
    .day_wrap + .day_wrap {
      margin-top: 7.7083333333vw; } }

.result_no1 .result_item {
  width: 100%;
  position: relative;
  padding-bottom: 4.9479166667vw; }
  @media (max-width: 1280px) {
    .result_no1 .result_item {
      padding-bottom: 7.421875vw; } }
  @media (max-width: 980px) {
    .result_no1 .result_item {
      padding-bottom: 25.5102040816vw; } }
  @media (max-width: 480px) {
    .result_no1 .result_item {
      padding-bottom: 0; } }
.result_no1 .result_rank {
  background-image: url(../img/series/bg_1.jpg);
  width: 58.8541666667vw;
  height: 19.2708333333vw; }
  @media (max-width: 1280px) {
    .result_no1 .result_rank {
      width: 88.28125vw;
      height: 28.90625vw; } }
  @media (max-width: 980px) {
    .result_no1 .result_rank {
      height: 37.7551020408vw; } }
  @media (max-width: 480px) {
    .result_no1 .result_rank {
      width: 86.875vw;
      height: 100vw;
      margin: 0 auto;
      background-position: 39% 50%; } }
  .result_no1 .result_rank img {
    height: 9.375vw; }
    @media (max-width: 1280px) {
      .result_no1 .result_rank img {
        height: 14.0625vw; } }
    @media (max-width: 980px) {
      .result_no1 .result_rank img {
        height: 18.3673469388vw; } }
    @media (max-width: 480px) {
      .result_no1 .result_rank img {
        height: 20.8333333333vw; } }
.result_no1 .result_img {
  width: 18.6458333333vw;
  right: 0;
  left: 0;
  margin: auto; }
  @media (max-width: 1280px) {
    .result_no1 .result_img {
      width: 27.96875vw; } }
  @media (max-width: 980px) {
    .result_no1 .result_img {
      width: 36.5306122449vw; } }
  @media (max-width: 480px) {
    .result_no1 .result_img {
      width: 74.5833333333vw;
      right: 0;
      left: 0;
      margin: auto;
      top: 25.8333333333vw; } }
.result_no1 .result_info {
  background-color: #fade4b;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 19.7916666667vw;
  box-sizing: border-box; }
  @media (max-width: 1280px) {
    .result_no1 .result_info {
      width: 29.6875vw; } }
  @media (max-width: 980px) {
    .result_no1 .result_info {
      width: 100%; } }
  @media (max-width: 480px) {
    .result_no1 .result_info {
      width: 79.1666666667vw; } }
  .result_no1 .result_info .result_name {
    font-size: 1.3541666667vw; }
    @media (max-width: 1280px) {
      .result_no1 .result_info .result_name {
        font-size: 2.03125vw; } }
    @media (max-width: 980px) {
      .result_no1 .result_info .result_name {
        font-size: 2.6530612245vw; } }
    @media (max-width: 480px) {
      .result_no1 .result_info .result_name {
        font-size: 5.4166666667vw; } }
  @media (max-width: 480px) {
    .result_no1 .result_info {
      width: 86.875vw;
      bottom: -43.125vw;
      margin: auto;
      left: 0;
      box-sizing: border-box; } }

.result_no2 {
  width: auto;
  position: relative;
  width: 29.6875vw; }
  @media (max-width: 1280px) {
    .result_no2 {
      width: 44.53125vw; } }
  @media (max-width: 980px) {
    .result_no2 {
      width: 100%; } }
  @media (max-width: 480px) {
    .result_no2 {
      width: 118.75vw; } }
  .result_no2 .result_item {
    margin-bottom: 3.6458333333vw; }
    @media (max-width: 1280px) {
      .result_no2 .result_item {
        margin-bottom: 5.46875vw; } }
    @media (max-width: 980px) {
      .result_no2 .result_item {
        margin-bottom: 7.1428571429vw; } }
    @media (max-width: 480px) {
      .result_no2 .result_item {
        margin-bottom: 14.5833333333vw; } }
  .result_no2 .result_rank {
    background-image: url(../img/series/bg_2.jpg);
    width: 29.7916666667vw;
    height: 19.2708333333vw; }
    @media (max-width: 1280px) {
      .result_no2 .result_rank {
        width: 44.6875vw;
        height: 28.90625vw; } }
    @media (max-width: 980px) {
      .result_no2 .result_rank {
        width: 100%;
        height: 37.7551020408vw; } }
    @media (max-width: 480px) {
      .result_no2 .result_rank {
        width: 86.875vw;
        height: 77.0833333333vw; } }
    .result_no2 .result_rank img {
      height: 5.7291666667vw; }
      @media (max-width: 1280px) {
        .result_no2 .result_rank img {
          height: 8.59375vw; } }
      @media (max-width: 980px) {
        .result_no2 .result_rank img {
          height: 11.2244897959vw; } }
      @media (max-width: 480px) {
        .result_no2 .result_rank img {
          height: 20.8333333333vw; } }
  .result_no2 .result_img {
    width: 16.6666666667vw;
    right: 0;
    left: 0;
    margin: auto; }
    @media (max-width: 1280px) {
      .result_no2 .result_img {
        width: 27.96875vw; } }
    @media (max-width: 980px) {
      .result_no2 .result_img {
        width: 36.5306122449vw; } }
    @media (max-width: 480px) {
      .result_no2 .result_img {
        width: 74.5833333333vw;
        top: 25.8333333333vw; } }
  .result_no2 .result_info {
    background-color: #c9c9c9;
    position: static;
    bottom: 0;
    right: 0; }
    @media (max-width: 1280px) {
      .result_no2 .result_info {
        margin-top: 7.96875vw; } }
    @media (max-width: 980px) {
      .result_no2 .result_info {
        margin-top: 12.2448979592vw; } }
    @media (max-width: 480px) {
      .result_no2 .result_info {
        margin-top: 21.25vw; } }
    .result_no2 .result_info .result_name {
      font-size: 1.3541666667vw; }
      @media (max-width: 1280px) {
        .result_no2 .result_info .result_name {
          font-size: 2.03125vw; } }
      @media (max-width: 980px) {
        .result_no2 .result_info .result_name {
          font-size: 2.6530612245vw; } }
      @media (max-width: 480px) {
        .result_no2 .result_info .result_name {
          font-size: 5.4166666667vw; } }

.result_no3 {
  position: relative;
  width: 29.7916666667vw; }
  @media (max-width: 1280px) {
    .result_no3 {
      width: 44.6875vw; } }
  @media (max-width: 980px) {
    .result_no3 {
      width: 100%; } }
  @media (max-width: 480px) {
    .result_no3 {
      width: 119.1666666667vw; } }
  .result_no3 .result_item {
    margin-bottom: 3.6458333333vw; }
    @media (max-width: 1280px) {
      .result_no3 .result_item {
        margin-bottom: 5.46875vw; } }
    @media (max-width: 980px) {
      .result_no3 .result_item {
        margin-bottom: 7.1428571429vw; } }
    @media (max-width: 480px) {
      .result_no3 .result_item {
        margin-bottom: 14.5833333333vw; } }
  .result_no3 .result_rank {
    background-image: url(../img/series/bg_3.jpg);
    width: 29.6875vw;
    height: 19.2708333333vw; }
    @media (max-width: 1280px) {
      .result_no3 .result_rank {
        width: 44.53125vw;
        height: 28.90625vw; } }
    @media (max-width: 980px) {
      .result_no3 .result_rank {
        width: 100%;
        height: 37.7551020408vw; } }
    @media (max-width: 480px) {
      .result_no3 .result_rank {
        width: 86.875vw;
        height: 77.0833333333vw; } }
    .result_no3 .result_rank img {
      height: 5.7291666667vw; }
      @media (max-width: 1280px) {
        .result_no3 .result_rank img {
          height: 8.59375vw; } }
      @media (max-width: 980px) {
        .result_no3 .result_rank img {
          height: 11.2244897959vw; } }
      @media (max-width: 480px) {
        .result_no3 .result_rank img {
          height: 20.8333333333vw; } }
  .result_no3 .result_img {
    width: 16.6666666667vw;
    right: 0;
    left: 0;
    margin: auto; }
    @media (max-width: 1280px) {
      .result_no3 .result_img {
        width: 27.96875vw; } }
    @media (max-width: 980px) {
      .result_no3 .result_img {
        width: 36.5306122449vw; } }
    @media (max-width: 480px) {
      .result_no3 .result_img {
        width: 74.5833333333vw;
        top: 25.8333333333vw; } }
  .result_no3 .result_info {
    background-color: #ddb361;
    position: static;
    bottom: 0;
    right: 0; }
    @media (max-width: 1280px) {
      .result_no3 .result_info {
        margin-top: 7.96875vw; } }
    @media (max-width: 980px) {
      .result_no3 .result_info {
        margin-top: 12.2448979592vw; } }
    @media (max-width: 480px) {
      .result_no3 .result_info {
        margin-top: 21.25vw; } }
    .result_no3 .result_info .result_name {
      font-size: 1.3541666667vw; }
      @media (max-width: 1280px) {
        .result_no3 .result_info .result_name {
          font-size: 2.03125vw; } }
      @media (max-width: 980px) {
        .result_no3 .result_info .result_name {
          font-size: 2.6530612245vw; } }
      @media (max-width: 480px) {
        .result_no3 .result_info .result_name {
          font-size: 5.4166666667vw; } }

.result_b {
  margin-top: 0; }
  @media (max-width: 480px) {
    .result_b {
      margin-top: 10vw; } }
  .result_b .result_item {
    position: relative;
    width: 19.7916666667vw; }
    @media (max-width: 1280px) {
      .result_b .result_item {
        width: 29.6875vw; } }
    @media (max-width: 980px) {
      .result_b .result_item {
        width: 100%; } }
    @media (max-width: 480px) {
      .result_b .result_item {
        width: 79.1666666667vw; } }
    .result_b .result_item:last-child {
      margin-right: 0; }
  .result_b .result_rank {
    width: 19.7916666667vw;
    height: 14.5833333333vw; }
    @media (max-width: 1280px) {
      .result_b .result_rank {
        width: 29.6875vw;
        height: 21.875vw; } }
    @media (max-width: 980px) {
      .result_b .result_rank {
        width: 100%;
        height: 37.7551020408vw; } }
    @media (max-width: 480px) {
      .result_b .result_rank {
        width: 79.1666666667vw;
        height: 58.3333333333vw; } }
    .result_b .result_rank img {
      height: 3.28125vw; }
      @media (max-width: 1280px) {
        .result_b .result_rank img {
          height: 4.921875vw; } }
      @media (max-width: 980px) {
        .result_b .result_rank img {
          height: 6.4285714286vw; } }
      @media (max-width: 480px) {
        .result_b .result_rank img {
          margin-top: 3.125vw; } }
  .result_b .result_img {
    width: 12.5vw;
    left: 4.84375vw;
    margin: auto; }
    @media (max-width: 1280px) {
      .result_b .result_img {
        width: 18.75vw;
        left: 7.265625vw; } }
    @media (max-width: 980px) {
      .result_b .result_img {
        width: 36.5306122449vw;
        right: 0;
        left: 0; } }
    @media (max-width: 480px) {
      .result_b .result_img {
        width: 50vw;
        left: 19.375vw; } }
  @media (max-width: 980px) {
    .result_b .result_info {
      margin-top: 12.2448979592vw; } }

.result_all {
  margin-top: 0; }
  @media (max-width: 480px) {
    .result_all {
      margin-top: 10vw; } }

@media (max-width: 480px) {
  .result .higher {
    position: relative;
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0; } }
@media (max-width: 480px) {
  .result .higher .result_rank {
    width: 86.875vw;
    height: 100vw;
    margin: 0 auto; } }
@media (max-width: 480px) {
  .result .higher .result_rank img {
    width: 20.8333333333vw;
    height: auto; } }
@media (max-width: 480px) {
  .result .higher .result_img {
    width: 74.5833333333vw;
    right: 0;
    left: 0;
    margin: auto;
    top: 25.8333333333vw; } }
@media (max-width: 480px) {
  .result .higher .result_info {
    width: 79.1666666667vw;
    position: absolute; } }
@media (max-width: 480px) {
  .result .higher .result_info .result_name {
    font-size: 5.4166666667vw; } }
@media (max-width: 480px) {
  .result .higher .result_info {
    width: 86.875vw;
    bottom: auto;
    position: static;
    margin-top: 16.6666666667vw;
    box-sizing: border-box; } }

@media (max-width: 480px) {
  .higher + .higher {
    margin-top: 10vw; } }

/* -----------------------------------------------------
   modal
----------------------------------------------------- */
.remodal {
  position: relative;
  padding: 25px; }
  @media (max-width: 480px) {
    .remodal {
      padding: 4.1666666667vw 0 10.4166666667vw !important; } }
  .remodal img {
    width: 100%;
    height: auto;
    vertical-align: top; }

.remodal_close {
  cursor: pointer;
  margin: 0 0 0 auto;
  height: 86px;
  width: 66px;
  transition: all .3s; }
  @media (max-width: 1280px) {
    .remodal_close {
      margin-right: 1%;
      height: 5.15625vw;
      width: 3.59375vw; } }
  @media screen and (max-width: 1024px) {
    .remodal_close {
      margin-right: 2.5%;
      margin-bottom: 1%; } }
  @media (max-width: 980px) {
    .remodal_close {
      margin-right: 5%;
      margin-bottom: 2%;
      height: 8.7755102041vw;
      width: 6.7346938776vw; } }
  @media (max-width: 480px) {
    .remodal_close {
      padding-right: 0;
      height: 56px;
      width: 38px; } }
  .remodal_close:hover {
    opacity: .6;
    transition: all .3s; }
    @media (max-width: 980px) {
      .remodal_close:hover {
        opacity: 1; } }
  @media (max-width: 980px) {
    .remodal_close:active {
      opacity: .6;
      transition: all .3s; } }

.movie_modal {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 30px;
  padding-top: 56.25%; }
  .movie_modal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.contest_result {
  box-sizing: border-box;
  position: relative;
  margin: 30px auto 0;
  padding-top: 70%;
  height: 0;
  width: 100%; }
  @media (max-width: 980px) {
    .contest_result {
      margin-top: 30px;
      padding-top: 100vh;
      max-width: 100%; } }
  .contest_result .inr {
    box-sizing: border-box;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media (max-width: 480px) {
      .contest_result .inr {
        background: none;
        flex-direction: column-reverse; } }
    .contest_result .inr > figure {
      margin: 0 auto;
      width: 100%;
      max-width: 62.5vw; }
      @media (max-width: 1280px) {
        .contest_result .inr > figure {
          max-width: 95%; } }
      @media (max-width: 980px) {
        .contest_result .inr > figure {
          max-width: 95%; } }
      @media (max-width: 480px) {
        .contest_result .inr > figure {
          max-width: 100%; } }

.message_modal {
  box-sizing: border-box;
  position: relative;
  margin: 30px auto 0;
  padding-top: 70%;
  height: 0;
  width: 100%; }
  @media (max-width: 980px) {
    .message_modal {
      margin-top: 5px;
      padding-top: 100vh;
      max-width: 100%; } }
  .message_modal .inr {
    background: #fff url("../img/message/modal_pc_bg.jpg") no-repeat bottom right/contain;
    box-sizing: border-box;
    border: 2px solid #e60012;
    border-radius: 10px;
    display: flex;
    padding: 2.6041666667vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media (max-width: 1280px) {
      .message_modal .inr {
        padding: 3.90625vw; } }
    @media (max-width: 980px) {
      .message_modal .inr {
        background-color: #fff; } }
    @media (max-width: 480px) {
      .message_modal .inr {
        background: none;
        background-color: #fff;
        padding: 4.1666666667vw;
        flex-direction: column-reverse; } }
    .message_modal .inr .message_txt {
      margin-right: 2.6041666667vw;
      width: 100%;
      max-width: 70%;
      /*max-width: vw(750);*/ }
      @media (max-width: 1280px) {
        .message_modal .inr .message_txt {
          margin-right: 3.90625vw;
          max-width: 70%; } }
      @media (max-width: 480px) {
        .message_modal .inr .message_txt {
          margin-right: 0;
          max-width: 100%; } }
      .message_modal .inr .message_txt dt {
        color: #e60012;
        font-size: 2.0833333333vw;
        margin-bottom: 2.0833333333vw;
        line-height: 1.4;
        text-align: left; }
        .message_modal .inr .message_txt dt::before, .message_modal .inr .message_txt dt::after {
          content: "";
          display: block;
          width: 0;
          height: 0; }
        .message_modal .inr .message_txt dt::before {
          margin-top: calc((1 - 1.4) * 0.5em); }
        .message_modal .inr .message_txt dt::after {
          margin-bottom: calc((1 - 1.4) * 0.5em); }
        @media (max-width: 1280px) {
          .message_modal .inr .message_txt dt {
            font-size: 3.125vw;
            margin-bottom: 3.125vw; } }
        @media (max-width: 480px) {
          .message_modal .inr .message_txt dt {
            font-size: 5vw;
            margin-bottom: 4.1666666667vw; } }
        .message_modal .inr .message_txt dt span {
          font-size: 0.9375vw; }
          @media (max-width: 1280px) {
            .message_modal .inr .message_txt dt span {
              font-size: 1.40625vw; } }
          @media (max-width: 480px) {
            .message_modal .inr .message_txt dt span {
              font-size: 3.3333333333vw; } }
      .message_modal .inr .message_txt dd.txt {
        color: #3c3c3c;
        font-size: 1.0416666667vw;
        line-height: 1.4;
        text-align: left; }
        .message_modal .inr .message_txt dd.txt::before, .message_modal .inr .message_txt dd.txt::after {
          content: "";
          display: block;
          width: 0;
          height: 0; }
        .message_modal .inr .message_txt dd.txt::before {
          margin-top: calc((1 - 1.4) * 0.5em); }
        .message_modal .inr .message_txt dd.txt::after {
          margin-bottom: calc((1 - 1.4) * 0.5em); }
        @media (max-width: 1280px) {
          .message_modal .inr .message_txt dd.txt {
            font-size: 1.5625vw; } }
        @media (max-width: 980px) {
          .message_modal .inr .message_txt dd.txt {
            font-size: 2.0408163265vw; } }
        @media (max-width: 480px) {
          .message_modal .inr .message_txt dd.txt {
            font-size: 3.3333333333vw; } }
      .message_modal .inr .message_txt dd .txt_ttl {
        display: block;
        color: #e60012;
        font-weight: bold;
        font-size: 1.1979166667vw;
        margin: 0 0 0.5208333333vw; }
        @media (max-width: 1280px) {
          .message_modal .inr .message_txt dd .txt_ttl {
            font-size: 1.796875vw; } }
        @media (max-width: 980px) {
          .message_modal .inr .message_txt dd .txt_ttl {
            font-size: 2.3469387755vw; } }
        @media (max-width: 480px) {
          .message_modal .inr .message_txt dd .txt_ttl {
            font-size: 4.1666666667vw; } }
      .message_modal .inr .message_txt dd:nth-child(n + 2) {
        margin-top: 2.0833333333vw; }
        @media (max-width: 1280px) {
          .message_modal .inr .message_txt dd:nth-child(n + 2) {
            margin-top: 3.125vw; } }
        @media (max-width: 980px) {
          .message_modal .inr .message_txt dd:nth-child(n + 2) {
            margin-top: 3.0612244898vw; } }
        @media (max-width: 480px) {
          .message_modal .inr .message_txt dd:nth-child(n + 2) {
            margin-top: 6.25vw; } }
    .message_modal .inr > figure {
      width: 100%;
      max-width: 15.625vw; }
      @media (max-width: 1280px) {
        .message_modal .inr > figure {
          max-width: 23.4375vw; } }
      @media (max-width: 480px) {
        .message_modal .inr > figure {
          margin: 0 auto 4.1666666667vw;
          max-width: 54.1666666667vw; } }

.info_modal {
  box-sizing: border-box;
  position: relative;
  margin: 30px auto 0;
  padding-top: 70%;
  height: 0;
  width: 100%; }
  @media (max-width: 980px) {
    .info_modal {
      margin-top: 5px;
      padding-top: 100vh;
      max-width: 100%; } }
  .info_modal .inr {
    background: #fff;
    box-sizing: border-box;
    border: 2px solid #e60012;
    border-radius: 10px;
    display: flex;
    padding: 2.6041666667vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 62.5vw; }
    @media (max-width: 1280px) {
      .info_modal .inr {
        padding: 3.90625vw;
        max-width: 93.75vw; } }
    @media (max-width: 980px) {
      .info_modal .inr {
        background-color: #fff;
        max-width: 90%; } }
    @media (max-width: 480px) {
      .info_modal .inr {
        padding: 4.1666666667vw;
        flex-direction: column-reverse; } }
    .info_modal .inr .info_list {
      width: 100%; }
      .info_modal .inr .info_list > div {
        /*margin: vw(40) auto 0;*/
        margin: 0 auto;
        display: flex;
        width: 100%; }
        @media (max-width: 980px) {
          .info_modal .inr .info_list > div {
            text-align: left;
            flex-direction: column;
            max-width: 100%; } }
        .info_modal .inr .info_list > div:nth-child(n + 2) {
          margin: 1.8229166667vw auto 0; }
          @media (max-width: 980px) {
            .info_modal .inr .info_list > div:nth-child(n + 2) {
              margin: 2.0408163265vw auto 0; } }
          @media (max-width: 480px) {
            .info_modal .inr .info_list > div:nth-child(n + 2) {
              margin: 4.1666666667vw auto 0; } }
        .info_modal .inr .info_list > div dt {
          box-sizing: border-box;
          padding: 3px 0;
          color: #e60012;
          font-size: 1.0416666667vw;
          font-weight: bold; }
          @media (max-width: 1280px) {
            .info_modal .inr .info_list > div dt {
              font-size: 1.5625vw; } }
          @media (max-width: 980px) {
            .info_modal .inr .info_list > div dt {
              font-size: 2.0408163265vw; } }
          @media (max-width: 480px) {
            .info_modal .inr .info_list > div dt {
              font-size: 4.1666666667vw; } }
        .info_modal .inr .info_list > div dd {
          box-sizing: border-box;
          padding: 5px 0;
          margin-top: -0.1041666667vw;
          font-size: 1.0416666667vw;
          margin-left: 1.8229166667vw; }
          @media (max-width: 1280px) {
            .info_modal .inr .info_list > div dd {
              margin-top: -0.15625vw;
              font-size: 1.5625vw;
              margin-left: 2.734375vw; } }
          @media (max-width: 980px) {
            .info_modal .inr .info_list > div dd {
              font-size: 2.0408163265vw;
              margin-left: 0;
              margin-top: 0.5102040816vw; } }
          @media (max-width: 480px) {
            .info_modal .inr .info_list > div dd {
              font-size: 3.3333333333vw;
              margin-left: 0;
              margin-top: 1.0416666667vw; } }

/*==================================================*/
/* button */
/*==================================================*/
.btn {
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #e60012;
  border-radius: 50px;
  font-size: 1.3541666667vw;
  font-weight: 600;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 3.4375vw;
  position: relative;
  width: 100%;
  max-width: 19.7916666667vw;
  text-align: center; }
  @media (max-width: 980px) {
    .btn {
      font-size: 2.6530612245vw;
      padding-top: 5.612244898vw;
      max-width: 31.6326530612vw; } }
  @media (max-width: 480px) {
    .btn {
      font-size: 2.9166666667vw;
      padding-top: 7.2916666667vw;
      max-width: 41.6666666667vw; } }
  .btn::before {
    content: "";
    background: #e60012;
    width: 100%;
    height: 2px;
    max-width: 2.6041666667vw;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1; }
    @media (max-width: 480px) {
      .btn::before {
        max-width: 6.25vw; } }
  .btn.en-top {
    max-width: 25.5208333333vw; }
    @media (max-width: 980px) {
      .btn.en-top {
        font-size: 2.6530612245vw;
        padding-top: 6.1224489796vw;
        max-width: 44.8979591837vw; } }
    @media (max-width: 480px) {
      .btn.en-top {
        font-size: 3.125vw;
        padding-top: 8.3333333333vw;
        max-width: 58.3333333333vw; } }
  .btn.fr-top {
    max-width: 27.0833333333vw; }
    @media (max-width: 980px) {
      .btn.fr-top {
        font-size: 2.6530612245vw;
        padding-top: 6.1224489796vw;
        max-width: 44.8979591837vw; } }
    @media (max-width: 480px) {
      .btn.fr-top {
        font-size: 3.125vw;
        padding-top: 8.3333333333vw;
        max-width: 62.5vw; } }
  .btn.de-top {
    max-width: 32.2916666667vw; }
    @media (max-width: 980px) {
      .btn.de-top {
        font-size: 2.6530612245vw;
        padding-top: 6.1224489796vw;
        max-width: 53.0612244898vw; } }
    @media (max-width: 480px) {
      .btn.de-top {
        font-size: 3.125vw;
        padding-top: 8.3333333333vw;
        max-width: 62.5vw; } }
  .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e60012;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .btn a:hover {
      transition: all .3s;
      background: #ffffb4; }

.btn-series {
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #e60012;
  border-radius: 50px;
  font-size: 1.3541666667vw;
  font-weight: 600;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 3.4375vw;
  position: relative;
  width: 100%;
  max-width: 19.7916666667vw;
  text-align: center; }
  @media (max-width: 1280px) {
    .btn-series {
      font-size: 2.03125vw;
      padding-top: 5.15625vw;
      max-width: 29.6875vw; } }
  @media (max-width: 980px) {
    .btn-series {
      font-size: 2.6530612245vw;
      padding-top: 6.7346938776vw;
      max-width: 38.7755102041vw; } }
  @media (max-width: 480px) {
    .btn-series {
      font-size: 4.1666666667vw;
      padding-top: 12.0833333333vw;
      max-width: 66.6666666667vw; } }
  .btn-series::before {
    content: "";
    background: #e60012;
    width: 100%;
    height: 2px;
    max-width: 2.6041666667vw;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1; }
    @media (max-width: 1280px) {
      .btn-series::before {
        max-width: 3.125vw; } }
    @media (max-width: 980px) {
      .btn-series::before {
        max-width: 4.0816326531vw; } }
    @media (max-width: 480px) {
      .btn-series::before {
        max-width: 6.25vw; } }
  .btn-series.en-top {
    max-width: 25.5208333333vw; }
    @media (max-width: 980px) {
      .btn-series.en-top {
        font-size: 2.6530612245vw;
        padding-top: 6.1224489796vw;
        max-width: 44.8979591837vw; } }
    @media (max-width: 480px) {
      .btn-series.en-top {
        font-size: 3.125vw;
        padding-top: 8.3333333333vw;
        max-width: 58.3333333333vw; } }
  .btn-series a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e60012;
    position: absolute;
    top: -2%;
    left: 0;
    width: 100%;
    height: 100%; }
    .btn-series a:hover {
      transition: all .3s;
      background: #ffffb4; }

.btn_contest_vote {
  background: url("../img/series/btn_bg_vote.png") no-repeat left top/100%;
  position: relative;
  margin: -2.6041666667vw auto 1.5625vw;
  padding: 0;
  transition: all .3s;
  height: 5.2083333333vw;
  width: 100%;
  max-width: 26.0416666667vw; }
  @media (max-width: 1280px) {
    .btn_contest_vote {
      margin: -3.90625vw auto 2.34375vw;
      height: 7.8125vw;
      max-width: 39.0625vw; } }
  @media (max-width: 980px) {
    .btn_contest_vote {
      margin: -5.1020408163vw auto 3.0612244898vw;
      height: 10.2040816327vw;
      max-width: 51.0204081633vw; } }
  @media (max-width: 480px) {
    .btn_contest_vote {
      margin: -6.25vw auto 6.25vw;
      height: 12.5vw;
      max-width: 62.5vw; } }
  .btn_contest_vote a {
    color: #fff596;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-size: 1.4583333333vw;
    font-weight: 700;
    padding-left: 3.6458333333vw;
    position: absolute;
    height: 100%;
    width: 100%;
    top: -2px;
    left: 0;
    margin: 0 auto;
    /*padding: 20px 20px 20px 30px;*/
    text-decoration: none;
    transition: all .3s; }
    @media (max-width: 1280px) {
      .btn_contest_vote a {
        padding-left: 5.46875vw;
        font-size: 2.1875vw; } }
    @media (max-width: 980px) {
      .btn_contest_vote a {
        padding-left: 7.1428571429vw;
        font-size: 2.8571428571vw; } }
    @media (max-width: 480px) {
      .btn_contest_vote a {
        padding-left: 6.25vw;
        font-size: 4.1666666667vw; } }
    .btn_contest_vote a::before {
      content: '';
      position: absolute;
      top: calc(50% - 4px);
      right: 1.75em;
      transform: translateY(calc(-50% - 3px)) rotate(45deg);
      width: 20px;
      height: 3px;
      background: #fff596;
      transition: all .3s; }
      @media (max-width: 980px) {
        .btn_contest_vote a::before {
          top: calc(50% - 1px);
          height: 2px;
          width: 10px; } }
    .btn_contest_vote a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 1.8em;
      transform: translateY(-50%);
      width: 50px;
      height: 3px;
      background: #fff596;
      transition: all .3s; }
      @media (max-width: 980px) {
        .btn_contest_vote a::after {
          height: 2px;
          width: 30px; } }
      @media (max-width: 480px) {
        .btn_contest_vote a::after {
          height: 2px;
          width: 20px; } }
    .btn_contest_vote a:hover {
      text-decoration: none;
      color: #fff; }
      @media (max-width: 980px) {
        .btn_contest_vote a:hover {
          color: #fff596; } }
      .btn_contest_vote a:hover::before {
        right: 1.45em; }
        @media (max-width: 980px) {
          .btn_contest_vote a:hover::before {
            right: 1.75em; } }
      .btn_contest_vote a:hover::after {
        right: 1.5em; }
        @media (max-width: 980px) {
          .btn_contest_vote a:hover::after {
            right: 1.8em; } }
    @media (max-width: 980px) {
      .btn_contest_vote a:active {
        color: #fff; }
        .btn_contest_vote a:active::before {
          right: 1.45em; }
        .btn_contest_vote a:active::after {
          right: 1.5em; } }

.btn-vote {
  background: url("../img/series/btn_bg_vote.png") no-repeat left top/100%;
  position: relative;
  margin: -2.6041666667vw auto 5.2083333333vw;
  padding: 0;
  transition: all .3s;
  height: 5.2083333333vw;
  width: 100%;
  max-width: 26.0416666667vw; }
  @media (max-width: 1280px) {
    .btn-vote {
      margin: -3.90625vw auto 7.8125vw;
      height: 7.8125vw;
      max-width: 39.0625vw; } }
  @media (max-width: 980px) {
    .btn-vote {
      margin: -5.1020408163vw auto 10.2040816327vw;
      height: 10.2040816327vw;
      max-width: 51.0204081633vw; } }
  @media (max-width: 480px) {
    .btn-vote {
      margin: -6.25vw auto 12.5vw;
      height: 12.5vw;
      max-width: 62.5vw; } }
  .btn-vote a {
    color: #fff596;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 1.5625vw;
    font-weight: 700;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    /*padding: 20px 20px 20px 30px;*/
    text-decoration: none;
    transition: all .3s; }
    @media (max-width: 1280px) {
      .btn-vote a {
        font-size: 2.34375vw; } }
    @media (max-width: 980px) {
      .btn-vote a {
        font-size: 3.0612244898vw; } }
    @media (max-width: 480px) {
      .btn-vote a {
        font-size: 4.1666666667vw; } }
    .btn-vote a::before {
      content: '';
      position: absolute;
      top: calc(50% - 4px);
      right: 1.75em;
      transform: translateY(calc(-50% - 3px)) rotate(45deg);
      width: 20px;
      height: 3px;
      background: #fff596;
      transition: all .3s; }
      @media (max-width: 980px) {
        .btn-vote a::before {
          top: calc(50% - 1px);
          height: 2px;
          width: 10px; } }
    .btn-vote a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 1.8em;
      transform: translateY(-50%);
      width: 50px;
      height: 3px;
      background: #fff596;
      transition: all .3s; }
      @media (max-width: 980px) {
        .btn-vote a::after {
          height: 2px;
          width: 30px; } }
      @media (max-width: 480px) {
        .btn-vote a::after {
          height: 2px;
          width: 20px; } }
    .btn-vote a:hover {
      text-decoration: none;
      color: #fff; }
      @media (max-width: 980px) {
        .btn-vote a:hover {
          color: #fff596; } }
      .btn-vote a:hover::before {
        right: 1.45em; }
        @media (max-width: 980px) {
          .btn-vote a:hover::before {
            right: 1.75em; } }
      .btn-vote a:hover::after {
        right: 1.5em; }
        @media (max-width: 980px) {
          .btn-vote a:hover::after {
            right: 1.8em; } }
    @media (max-width: 980px) {
      .btn-vote a:active {
        color: #fff; }
        .btn-vote a:active::before {
          right: 1.45em; }
        .btn-vote a:active::after {
          right: 1.5em; } }

/*==================================================*/
/* @keyframes */
/*==================================================*/
@keyframes fadein-bottom {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@keyframes equalizer01 {
  0% {
    width: 70%; }
  10% {
    width: 50%; }
  20% {
    width: 100%; }
  30% {
    width: 10%; }
  40% {
    width: 50%; }
  50% {
    width: 70%; }
  60% {
    width: 50%; }
  70% {
    width: 10%; }
  80% {
    width: 100%; }
  90% {
    width: 10%; }
  100% {
    width: 70%; } }
@keyframes equalizer02 {
  0% {
    width: 30%; }
  10% {
    width: 20%; }
  20% {
    width: 40%; }
  30% {
    width: 10%; }
  40% {
    width: 20%; }
  50% {
    width: 30%; }
  60% {
    width: 20%; }
  70% {
    width: 10%; }
  80% {
    width: 40%; }
  90% {
    width: 10%; }
  100% {
    width: 30%; } }
