@charset "UTF-8";
/*

*
* アニメーション設定
*

*/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
  }
}
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  1%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0% {
    opacity: 0;
  }
  1%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-ms-keyframes flash {
  0% {
    opacity: 0;
  }
  1%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0% {
    opacity: 0;
  }
  1%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  1%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-ms-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes rubberBand {
  0% {
    transform: scale(1.1, 1.1);
  }
  20% {
    transform: scale(0.95, 0.95);
  }
  40% {
    transform: scale(1.1, 1.1);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.05, 1.05);
  }
}
@-moz-keyframes rubberBand {
  0% {
    transform: scale(1.1, 1.1);
  }
  20% {
    transform: scale(0.95, 0.95);
  }
  40% {
    transform: scale(1.1, 1.1);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.05, 1.05);
  }
}
@-ms-keyframes rubberBand {
  0% {
    transform: scale(1.1, 1.1);
  }
  20% {
    transform: scale(0.95, 0.95);
  }
  40% {
    transform: scale(1.1, 1.1);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.05, 1.05);
  }
}
@-o-keyframes rubberBand {
  0% {
    transform: scale(1.1, 1.1);
  }
  20% {
    transform: scale(0.95, 0.95);
  }
  40% {
    transform: scale(1.1, 1.1);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.05, 1.05);
  }
}
@keyframes rubberBand {
  0% {
    transform: scale(1.1, 1.1);
  }
  20% {
    transform: scale(0.95, 0.95);
  }
  40% {
    transform: scale(1.1, 1.1);
  }
  75% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.05, 1.05);
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@-ms-keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-ms-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-ms-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-ms-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-ms-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-ms-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-ms-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-ms-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-ms-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-ms-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-ms-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-ms-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center top;
    transform: rotate(0deg);
  }
  25% {
    transform-origin: center top;
    transform: rotate(0deg);
  }
  50% {
    transform-origin: center top;
    transform: rotate(-1.2deg);
  }
  75% {
    transform-origin: center top;
    transform: rotate(0.6deg);
  }
  100% {
    transform-origin: center top;
    transform: rotate(0);
  }
}
@-moz-keyframes rotateIn {
  0% {
    transform-origin: center top;
    transform: rotate(0deg);
  }
  25% {
    transform-origin: center top;
    transform: rotate(0deg);
  }
  50% {
    transform-origin: center top;
    transform: rotate(-1.2deg);
  }
  75% {
    transform-origin: center top;
    transform: rotate(0.6deg);
  }
  100% {
    transform-origin: center top;
    transform: rotate(0);
  }
}
@-ms-keyframes rotateIn {
  0% {
    transform-origin: center top;
    transform: rotate(0deg);
  }
  25% {
    transform-origin: center top;
    transform: rotate(0deg);
  }
  50% {
    transform-origin: center top;
    transform: rotate(-1.2deg);
  }
  75% {
    transform-origin: center top;
    transform: rotate(0.6deg);
  }
  100% {
    transform-origin: center top;
    transform: rotate(0);
  }
}
@-o-keyframes rotateIn {
  0% {
    transform-origin: center top;
    transform: rotate(0deg);
  }
  25% {
    transform-origin: center top;
    transform: rotate(0deg);
  }
  50% {
    transform-origin: center top;
    transform: rotate(-1.2deg);
  }
  75% {
    transform-origin: center top;
    transform: rotate(0.6deg);
  }
  100% {
    transform-origin: center top;
    transform: rotate(0);
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center top;
    transform: rotate(0deg);
  }
  25% {
    transform-origin: center top;
    transform: rotate(0deg);
  }
  50% {
    transform-origin: center top;
    transform: rotate(-1.2deg);
  }
  75% {
    transform-origin: center top;
    transform: rotate(0.6deg);
  }
  100% {
    transform-origin: center top;
    transform: rotate(0);
  }
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-ms-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
    -webkit-transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
    -webkit-transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-ms-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
    -webkit-transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-o-keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
    -webkit-transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
    -webkit-transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
@-ms-keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
    -webkit-transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
    -webkit-transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@-ms-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
    -webkit-transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
    -webkit-transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
    -webkit-transform: translateX(2000px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    transform: translateY(0);
  }
}
@-moz-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    transform: translateY(0);
  }
}
@-ms-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    transform: translateY(0);
  }
}
@-o-keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@-moz-keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@-ms-keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@-o-keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
@-webkit-keyframes slideOutLeft {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes slideOutLeft {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
    -webkit-transform: translateX(-2000px);
  }
}
@-ms-keyframes slideOutLeft {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
    -webkit-transform: translateX(-2000px);
  }
}
@-o-keyframes slideOutLeft {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
    -webkit-transform: translateX(-2000px);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@-moz-keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@-ms-keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@-o-keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-moz-keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-ms-keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-o-keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
@-webkit-keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
@-ms-keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@-ms-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes rollIn2 {
  0% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn2 {
  0% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@-ms-keyframes rollIn2 {
  0% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn2 {
  0% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn2 {
  0% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
@-ms-keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
/*

// =============================================================================
// Normalize.scss based on Nicolas Gallagher and Jonathan Neal's
// normalize.css v2.1.3 | MIT License | git.io/normalize
// =============================================================================

*/
/* line 49, ../styles/core/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/* line 65, ../styles/core/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/* line 78, ../styles/core/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 88, ../styles/core/_normalize.scss */
[hidden], template {
  display: none;
}

/* line 101, ../styles/core/_normalize.scss */
html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 113, ../styles/core/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* line 123, ../styles/core/_normalize.scss */
body {
  margin: 0;
}

/* line 136, ../styles/core/_normalize.scss */
a {
  background: transparent;
}
/* line 143, ../styles/core/_normalize.scss */
a:focus {
  outline: thin dotted;
}
/* line 149, ../styles/core/_normalize.scss */
a:hover, a:active {
  outline: 0;
}

/* line 163, ../styles/core/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 168, ../styles/core/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 173, ../styles/core/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 178, ../styles/core/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 183, ../styles/core/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 188, ../styles/core/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/* line 196, ../styles/core/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 202, ../styles/core/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 215, ../styles/core/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 221, ../styles/core/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 237, ../styles/core/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* line 250, ../styles/core/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 258, ../styles/core/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 274, ../styles/core/_normalize.scss */
q:before, q:after {
  content: '';
  content: none;
}

/* line 283, ../styles/core/_normalize.scss */
small {
  font-size: 80%;
}

/* line 290, ../styles/core/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 298, ../styles/core/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 302, ../styles/core/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 354, ../styles/core/_normalize.scss */
img {
  border: 0;
}

/* line 363, ../styles/core/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 373, ../styles/core/_normalize.scss */
figure {
  margin: 0;
}

/* line 390, ../styles/core/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 401, ../styles/core/_normalize.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

/* line 415, ../styles/core/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

/* line 430, ../styles/core/_normalize.scss */
button, input {
  line-height: normal;
}

/* line 439, ../styles/core/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 452, ../styles/core/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 465, ../styles/core/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/* line 474, ../styles/core/_normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 483, ../styles/core/_normalize.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 494, ../styles/core/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 502, ../styles/core/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/* line 510, ../styles/core/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* line 520, ../styles/core/_normalize.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 9, ../styles/_basic.scss */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 16, ../styles/_basic.scss */
body {
  background-color: #03315c;
  color: #111111;
  font-family: "VerlagCond-Book" , "メイリオ" , Meiryo , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  line-height: 1;
  min-width: 1024px;
}
@media screen and (max-width: 640px) {
  /* line 16, ../styles/_basic.scss */
  body {
    min-width: 100%;
  }
}

/* line 31, ../styles/_basic.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1;
  font-size: 1em;
}

/* line 36, ../styles/_basic.scss */
p {
  line-height: 1;
}

/* line 40, ../styles/_basic.scss */
li {
  list-style: none;
}

/* line 44, ../styles/_basic.scss */
a {
  text-decoration: none;
}

/* line 49, ../styles/_basic.scss */
.pc-none {
  display: none;
}

/* line 52, ../styles/_basic.scss */
.sp-none {
  display: block;
}

@media screen and (max-width: 640px) {
  /* line 56, ../styles/_basic.scss */
  .pc-none {
    display: block;
  }

  /* line 59, ../styles/_basic.scss */
  .sp-none {
    display: none;
  }
}
/* line 64, ../styles/_basic.scss */
.vmLayout {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 68, ../styles/_basic.scss */
.vmLayout .vmLayout__inner {
  display: table-cell;
  vertical-align: middle;
}

/* line 79, ../styles/_basic.scss */
#header #m-tsum, #header #monst {
  padding-bottom: 40px;
  overflow: hidden;
  /*
  @include max-screen($bp){
    padding-top: 40px;
    img{
  	width: 160px;
  	height: auto;
    }
  }*/
}

/* line 93, ../styles/_basic.scss */
#header, #header2 {
  text-align: center;
}
/* line 95, ../styles/_basic.scss */
#header .header__visualArea, #header2 .header__visualArea {
  background: #F00;
  position: relative;
  height: 570px;
}
@media screen and (max-width: 640px) {
  /* line 95, ../styles/_basic.scss */
  #header .header__visualArea, #header2 .header__visualArea {
    height: 320px;
  }
}
/* line 103, ../styles/_basic.scss */
#header .header__visualArea #colaboLogo, #header2 .header__visualArea #colaboLogo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 10;
}
/* line 110, ../styles/_basic.scss */
#header .header__visualArea #colaboLogo .pc, #header2 .header__visualArea #colaboLogo .pc {
  display: block;
}
/* line 113, ../styles/_basic.scss */
#header .header__visualArea #colaboLogo .sp, #header2 .header__visualArea #colaboLogo .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  /* line 117, ../styles/_basic.scss */
  #header .header__visualArea #colaboLogo .pc, #header2 .header__visualArea #colaboLogo .pc {
    display: none;
  }
  /* line 120, ../styles/_basic.scss */
  #header .header__visualArea #colaboLogo .sp, #header2 .header__visualArea #colaboLogo .sp {
    display: block;
  }
}
/* line 126, ../styles/_basic.scss */
#header .header__visualArea .txt01, #header2 .header__visualArea .txt01 {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  /* line 126, ../styles/_basic.scss */
  #header .header__visualArea .txt01, #header2 .header__visualArea .txt01 {
    top: 15px;
  }
}
/* line 136, ../styles/_basic.scss */
#header .header__visualArea .txt01 img, #header2 .header__visualArea .txt01 img {
  width: 460px;
  height: 18px;
}
@media screen and (max-width: 640px) {
  /* line 136, ../styles/_basic.scss */
  #header .header__visualArea .txt01 img, #header2 .header__visualArea .txt01 img {
    width: 280px;
    height: 11px;
  }
}
/* line 148, ../styles/_basic.scss */
#header .header__visualArea #m-tsum, #header .header__visualArea #monst, #header2 .header__visualArea #m-tsum, #header2 .header__visualArea #monst {
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  /* line 148, ../styles/_basic.scss */
  #header .header__visualArea #m-tsum, #header .header__visualArea #monst, #header2 .header__visualArea #m-tsum, #header2 .header__visualArea #monst {
    padding-top: 40px;
  }
  /* line 152, ../styles/_basic.scss */
  #header .header__visualArea #m-tsum img, #header .header__visualArea #monst img, #header2 .header__visualArea #m-tsum img, #header2 .header__visualArea #monst img {
    width: 160px;
    height: auto;
  }
}
/* line 158, ../styles/_basic.scss */
#header .header__visualArea #m-tsum .vmLayout ul, #header .header__visualArea #monst .vmLayout ul, #header2 .header__visualArea #m-tsum .vmLayout ul, #header2 .header__visualArea #monst .vmLayout ul {
  width: 320px;
  height: 320px;
  position: relative;
}
@media screen and (max-width: 640px) {
  /* line 158, ../styles/_basic.scss */
  #header .header__visualArea #m-tsum .vmLayout ul, #header .header__visualArea #monst .vmLayout ul, #header2 .header__visualArea #m-tsum .vmLayout ul, #header2 .header__visualArea #monst .vmLayout ul {
    width: 160px;
    height: 160px;
  }
}
/* line 167, ../styles/_basic.scss */
#header .header__visualArea #m-tsum .vmLayout li, #header .header__visualArea #monst .vmLayout li, #header2 .header__visualArea #m-tsum .vmLayout li, #header2 .header__visualArea #monst .vmLayout li {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/* line 177, ../styles/_basic.scss */
#header .header__visualArea #m-tsum li, #header2 .header__visualArea #m-tsum li {
  -webkit-transform: translate3d(200px, 0, 0);
  transform: translate3d(200px, 0, 0);
}
/* line 179, ../styles/_basic.scss */
#header .header__visualArea #m-tsum li.show, #header2 .header__visualArea #m-tsum li.show {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 184, ../styles/_basic.scss */
#header .header__visualArea #monst li, #header2 .header__visualArea #monst li {
  -webkit-transform: translate3d(-200px, 0, 0);
  transform: translate3d(-200px, 0, 0);
}
/* line 186, ../styles/_basic.scss */
#header .header__visualArea #monst li.show, #header2 .header__visualArea #monst li.show {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 191, ../styles/_basic.scss */
#header .header__visualArea #m-tsum li.hide, #header2 .header__visualArea #m-tsum li.hide {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
/* line 197, ../styles/_basic.scss */
#header .header__visualArea #monst li.hide, #header2 .header__visualArea #monst li.hide {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
/* line 203, ../styles/_basic.scss */
#header .header__visualArea #m-tsum, #header2 .header__visualArea #m-tsum {
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 0;
  background: #df161f;
  zoom: 1;
}
/* line 24, ../styles/core/_mixin.scss */
#header .header__visualArea #m-tsum:before, #header .header__visualArea #m-tsum:after, #header2 .header__visualArea #m-tsum:before, #header2 .header__visualArea #m-tsum:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
/* line 32, ../styles/core/_mixin.scss */
#header .header__visualArea #m-tsum:after, #header2 .header__visualArea #m-tsum:after {
  clear: both;
}
/* line 211, ../styles/_basic.scss */
#header .header__visualArea #m-tsum .vmLayout, #header2 .header__visualArea #m-tsum .vmLayout {
  float: right;
  width: 480px;
  padding: 0 80px 0 80px;
}
@media screen and (max-width: 640px) {
  /* line 211, ../styles/_basic.scss */
  #header .header__visualArea #m-tsum .vmLayout, #header2 .header__visualArea #m-tsum .vmLayout {
    padding: 0;
    padding-right: 0px;
    width: 160px;
  }
}
/* line 222, ../styles/_basic.scss */
#header .header__visualArea #monst, #header2 .header__visualArea #monst {
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #3db549;
  zoom: 1;
}
/* line 24, ../styles/core/_mixin.scss */
#header .header__visualArea #monst:before, #header .header__visualArea #monst:after, #header2 .header__visualArea #monst:before, #header2 .header__visualArea #monst:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
/* line 32, ../styles/core/_mixin.scss */
#header .header__visualArea #monst:after, #header2 .header__visualArea #monst:after {
  clear: both;
}
/* line 230, ../styles/_basic.scss */
#header .header__visualArea #monst .vmLayout, #header2 .header__visualArea #monst .vmLayout {
  float: left;
  width: 480px;
  padding: 0 80px 0 80px;
}
@media screen and (max-width: 640px) {
  /* line 230, ../styles/_basic.scss */
  #header .header__visualArea #monst .vmLayout, #header2 .header__visualArea #monst .vmLayout {
    padding: 0;
    width: 160px;
    padding-left: 0px;
  }
}
/* line 244, ../styles/_basic.scss */
#header .header__periodArea, #header2 .header__periodArea {
  display: table;
  text-align: center;
  background: #FFF;
  width: 100%;
  height: 40px;
}
/* line 250, ../styles/_basic.scss */
#header .header__periodArea p, #header2 .header__periodArea p {
  display: table-cell;
  vertical-align: middle;
}
/* line 254, ../styles/_basic.scss */
#header .header__periodArea img, #header2 .header__periodArea img {
  width: 369px;
  height: 30px;
}
@media screen and (max-width: 640px) {
  /* line 244, ../styles/_basic.scss */
  #header .header__periodArea, #header2 .header__periodArea {
    height: 30px;
  }
  /* line 263, ../styles/_basic.scss */
  #header .header__periodArea img, #header2 .header__periodArea img {
    width: 251.5px;
    height: 20px;
  }
}
/* line 271, ../styles/_basic.scss */
#header .header__titleArea, #header2 .header__titleArea {
  display: table;
  text-align: center;
  background: #03315c;
  width: 100%;
  height: 60px;
}
/* line 277, ../styles/_basic.scss */
#header .header__titleArea h1, #header2 .header__titleArea h1 {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  /* line 271, ../styles/_basic.scss */
  #header .header__titleArea, #header2 .header__titleArea {
    height: 45px;
  }
  /* line 286, ../styles/_basic.scss */
  #header .header__titleArea img, #header2 .header__titleArea img {
    width: 271px;
    height: 15px;
  }
}

/* line 297, ../styles/_basic.scss */
#header2 .header__visualArea {
  padding-top: 110px;
  height: 650px;
}
@media screen and (max-width: 640px) {
  /* line 297, ../styles/_basic.scss */
  #header2 .header__visualArea {
    padding-top: 90px;
    height: 410px;
  }
}
/* line 304, ../styles/_basic.scss */
#header2 .header__visualArea .txt01 {
  top: 130px;
}
@media screen and (max-width: 640px) {
  /* line 304, ../styles/_basic.scss */
  #header2 .header__visualArea .txt01 {
    top: 115px;
  }
}

/* line 317, ../styles/_basic.scss */
#footer .footer__marvelArea {
  background: #FFF;
  height: 40px;
}
@media screen and (max-width: 640px) {
  /* line 317, ../styles/_basic.scss */
  #footer .footer__marvelArea {
    height: 40px;
  }
}
/* line 324, ../styles/_basic.scss */
#footer .footer__marvelArea .txt01 {
  text-align: center;
  line-height: 40px;
}
@media screen and (max-width: 640px) {
  /* line 324, ../styles/_basic.scss */
  #footer .footer__marvelArea .txt01 {
    line-height: 40px;
  }
}
/* line 330, ../styles/_basic.scss */
#footer .footer__marvelArea .txt01 img {
  width: 110px;
  height: 7px;
}
@media screen and (max-width: 640px) {
  /* line 330, ../styles/_basic.scss */
  #footer .footer__marvelArea .txt01 img {
    width: 82.5px;
    height: 5.5px;
  }
}
/* line 341, ../styles/_basic.scss */
#footer .footer__mixiArea {
  background: #000000;
}
/* line 345, ../styles/_basic.scss */
#footer .footer__mixiArea .bannerArea {
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
  /* line 345, ../styles/_basic.scss */
  #footer .footer__mixiArea .bannerArea {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 354, ../styles/_basic.scss */
#footer .footer__mixiArea .bannerArea ul {
  zoom: 1;
  text-align: center;
  width: 640px;
  margin: 0 auto;
}
/* line 24, ../styles/core/_mixin.scss */
#footer .footer__mixiArea .bannerArea ul:before, #footer .footer__mixiArea .bannerArea ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
/* line 32, ../styles/core/_mixin.scss */
#footer .footer__mixiArea .bannerArea ul:after {
  clear: both;
}
/* line 360, ../styles/_basic.scss */
#footer .footer__mixiArea .bannerArea ul li {
  display: inline-block;
  margin: 0 10px 20px;
}
/* line 364, ../styles/_basic.scss */
#footer .footer__mixiArea .bannerArea ul li + li {
}
@media screen and (max-width: 640px) {
  /* line 368, ../styles/_basic.scss */
  #footer .footer__mixiArea .bannerArea ul li img {
    width: auto;
    height: 57px;
  }
}
@media screen and (max-width: 640px) {
  /* line 381, ../styles/_basic.scss */
  #footer .footer__mixiArea .bannerArea ul {
    zoom: 1;
    text-align: center;
    width: 320px;
    margin: 0 auto;
  }
  /* line 388, ../styles/_basic.scss */
  #footer .footer__mixiArea .bannerArea ul li {
    display: inline-block;
    margin: 5px 6px 4px;
  }
}
/* line 396, ../styles/_basic.scss */
#footer .footer__mixiArea .copyright {
  padding: 0px 0 30px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  /* line 396, ../styles/_basic.scss */
  #footer .footer__mixiArea .copyright {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
/* line 406, ../styles/_basic.scss */
#footer .xflagLogo {
  display: inline-block;
  margin: 0 auto;
  line-height: 1;
}
/* line 410, ../styles/_basic.scss */
#footer .xflagLogo img {
  width: 127px;
  height: 146px;
}
@media screen and (max-width: 640px) {
  /* line 410, ../styles/_basic.scss */
  #footer .xflagLogo img {
    width: 63.5px;
    height: 73px;
  }
}
/* line 420, ../styles/_basic.scss */
#footer .txt01 img {
  width: 63px;
  height: 9px;
}
@media screen and (max-width: 640px) {
  /* line 420, ../styles/_basic.scss */
  #footer .txt01 img {
    width: 46px;
    height: 6.5px;
  }
}

/* line 434, ../styles/_basic.scss */
#share {
  background: #FFF url(../images/common/navigation_bg.png) repeat-x;
  background-size: auto 100%;
  height: 40px;
  text-align: left;
}
/* line 441, ../styles/_basic.scss */
#share .share__inner {
  width: 1024px;
  height: 40px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  /* line 441, ../styles/_basic.scss */
  #share .share__inner {
    width: 100%;
    height: 50px;
    padding: 0 12px;
  }
}
/* line 453, ../styles/_basic.scss */
#share .pc {
  display: block;
}
/* line 456, ../styles/_basic.scss */
#share .sp {
  display: none;
}
@media screen and (max-width: 640px) {
  /* line 434, ../styles/_basic.scss */
  #share {
    height: 50px;
  }
  /* line 461, ../styles/_basic.scss */
  #share .pc {
    display: none;
  }
  /* line 464, ../styles/_basic.scss */
  #share .sp {
    display: block;
  }
}
/* line 469, ../styles/_basic.scss */
#share ul {
  position: absolute;
  right: 20px;
  top: 8px;
}
@media screen and (max-width: 640px) {
  /* line 469, ../styles/_basic.scss */
  #share ul {
    top: 12px;
    right: 12px;
  }
}
/* line 477, ../styles/_basic.scss */
#share ul li {
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  /* line 477, ../styles/_basic.scss */
  #share ul li {
    margin-left: 12px;
  }
  /* line 483, ../styles/_basic.scss */
  #share ul li img {
    width: 25px;
    height: 25px;
  }
}

/* line 495, ../styles/_basic.scss */
.isTablet #header .header__visualArea,
.isTablet #header2 .header__visualArea {
  height: 690px;
}
/* line 499, ../styles/_basic.scss */
.isTablet #header .header__visualArea .txt01,
.isTablet #header2 .header__visualArea .txt01 {
  top: 160px;
}
/* line 503, ../styles/_basic.scss */
.isTablet #header .header__visualArea #m-tsum .vmLayout ul,
.isTablet #header .header__visualArea #monst .vmLayout ul,
.isTablet #header2 .header__visualArea #m-tsum .vmLayout ul,
.isTablet #header2 .header__visualArea #monst .vmLayout ul {
  top: 13px;
}
/* line 510, ../styles/_basic.scss */
.isTablet #share {
  height: 71px;
}
/* line 513, ../styles/_basic.scss */
.isTablet #share .share__inner {
  height: 71px;
}
/* line 517, ../styles/_basic.scss */
.isTablet #share ul {
  top: 10px;
}
/* line 520, ../styles/_basic.scss */
.isTablet #share ul li img {
  width: 50px;
  height: 50px;
}

/* line 530, ../styles/_basic.scss */
#navigation {
  position: fixed;
  top: 0px;
  z-index: 100;
  width: 100%;
  min-width: 1024px;
  height: 63px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  /* line 530, ../styles/_basic.scss */
  #navigation {
    top: 0px;
    min-width: 100%;
  }
}
/* line 543, ../styles/_basic.scss */
#navigation ul {
  display: inline-block;
}
/* line 545, ../styles/_basic.scss */
#navigation ul:after {
  content: " ";
  width: 0;
  height: 0;
  display: block;
  clear: both;
}
/* line 554, ../styles/_basic.scss */
#navigation li {
  display: block;
  float: left;
}
/* line 559, ../styles/_basic.scss */
#navigation .nav a {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  display: block;
  height: 63px;
  background-image: url(../images/main/navigation_pc.png);
  background-repeat: no-repeat;
}
/* line 571, ../styles/_basic.scss */
#navigation .nav01 a {
  width: 189px;
}
/* line 573, ../styles/_basic.scss */
#navigation .nav01 a:hover {
  background-position: 0 -64px;
}
/* line 577, ../styles/_basic.scss */
#navigation .nav02 a {
  width: 167px;
  background-position: -189px 0;
}
/* line 580, ../styles/_basic.scss */
#navigation .nav02 a:hover {
  background-position: -189px -64px;
}
/* line 584, ../styles/_basic.scss */
#navigation .nav03 a {
  width: 192px;
  background-position: -356px 0;
}
/* line 587, ../styles/_basic.scss */
#navigation .nav03 a:hover {
  background-position: -356px -64px;
}
/* line 591, ../styles/_basic.scss */
#navigation .nav04 a {
  width: 167px;
  background-position: -548px 0;
}
/* line 594, ../styles/_basic.scss */
#navigation .nav04 a:hover {
  background-position: -548px -64px;
}
/* line 598, ../styles/_basic.scss */
#navigation .nav05 a {
  width: 189px;
  background-position: -715px 0;
}
/* line 601, ../styles/_basic.scss */
#navigation .nav05 a:hover {
  background-position: -715px -64px;
}
@media screen and (max-width: 640px) {
  /* line 606, ../styles/_basic.scss */
  #navigation .nav a {
    display: block;
    height: 46px;
    background-image: url(../images/main/navigation_sp.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  /* line 613, ../styles/_basic.scss */
  #navigation .nav01 a {
    background-position: 0 0;
    width: 83px;
  }
  /* line 616, ../styles/_basic.scss */
  #navigation .nav01 a:hover {
    background-position: 0 0;
  }
  /* line 620, ../styles/_basic.scss */
  #navigation .nav02 a {
    width: 50px;
    background-position: -83px 0;
  }
  /* line 623, ../styles/_basic.scss */
  #navigation .nav02 a:hover {
    background-position: -83px 0;
  }
  /* line 627, ../styles/_basic.scss */
  #navigation .nav03 a {
    width: 69px;
    background-position: -133px 0;
  }
  /* line 630, ../styles/_basic.scss */
  #navigation .nav03 a:hover {
    background-position: -133px 0;
  }
  /* line 634, ../styles/_basic.scss */
  #navigation .nav04 a {
    width: 55px;
    background-position: -202px 0;
  }
  /* line 637, ../styles/_basic.scss */
  #navigation .nav04 a:hover {
    background-position: -202px 0;
  }
  /* line 641, ../styles/_basic.scss */
  #navigation .nav05 a {
    width: 55px;
    background-position: -257px 0;
  }
  /* line 644, ../styles/_basic.scss */
  #navigation .nav05 a:hover {
    background-position: -257px 0;
  }
}
/* line 651, ../styles/_basic.scss */
#navigation.pre .nav a {
  display: block;
  height: 63px;
  background-image: url(../images/pre/navigation_pc.png);
  background-repeat: no-repeat;
}
/* line 657, ../styles/_basic.scss */
#navigation.pre .nav01 a {
  width: 237px;
}
/* line 659, ../styles/_basic.scss */
#navigation.pre .nav01 a:hover {
  background-position: 0 -64px;
}
/* line 663, ../styles/_basic.scss */
#navigation.pre .nav02 a {
  width: 215px;
  background-position: -237px 0;
}
/* line 666, ../styles/_basic.scss */
#navigation.pre .nav02 a:hover {
  background-position: -237px -64px;
}
/* line 670, ../styles/_basic.scss */
#navigation.pre .nav03 a {
  width: 215px;
  background-position: -452px 0;
}
/* line 673, ../styles/_basic.scss */
#navigation.pre .nav03 a:hover {
  background-position: -452px -64px;
}
/* line 677, ../styles/_basic.scss */
#navigation.pre .nav04 a {
  width: 237px;
  background-position: -667px 0;
}
/* line 680, ../styles/_basic.scss */
#navigation.pre .nav04 a:hover {
  background-position: -667px -64px;
}
@media screen and (max-width: 640px) {
  /* line 685, ../styles/_basic.scss */
  #navigation.pre .nav a {
    height: 46px;
    background-image: url(../images/pre/navigation_sp.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  /* line 691, ../styles/_basic.scss */
  #navigation.pre .nav01 a {
    width: 109px;
    background-position: 0 0;
  }
  /* line 694, ../styles/_basic.scss */
  #navigation.pre .nav01 a:hover {
    background-position: 0 0;
  }
  /* line 698, ../styles/_basic.scss */
  #navigation.pre .nav02 a {
    width: 82px;
    background-position: -109px 0;
  }
  /* line 701, ../styles/_basic.scss */
  #navigation.pre .nav02 a:hover {
    background-position: -109px 0;
  }
  /* line 705, ../styles/_basic.scss */
  #navigation.pre .nav03 a {
    width: 66px;
    background-position: -191px 0;
  }
  /* line 708, ../styles/_basic.scss */
  #navigation.pre .nav03 a:hover {
    background-position: -191px 0;
  }
  /* line 712, ../styles/_basic.scss */
  #navigation.pre .nav04 a {
    width: 55px;
    background-position: -257px 0;
  }
  /* line 715, ../styles/_basic.scss */
  #navigation.pre .nav04 a:hover {
    background-position: -257px 0;
  }
}
/* line 725, ../styles/_basic.scss */
#navigation.pre-teaser .nav a {
  display: block;
  height: 63px;
  background-image: url(../images/pre/navigation_pc-teaser.png);
  background-repeat: no-repeat;
}
/* line 731, ../styles/_basic.scss */
#navigation.pre-teaser .nav01 a {
  width: 309px;
}
/* line 733, ../styles/_basic.scss */
#navigation.pre-teaser .nav01 a:hover {
  background-position: 0 -64px;
}
/* line 737, ../styles/_basic.scss */
#navigation.pre-teaser .nav02 a {
  width: 286px;
  background-position: -309px 0;
}
/* line 740, ../styles/_basic.scss */
#navigation.pre-teaser .nav02 a:hover {
  background-position: -309px -64px;
}
/* line 744, ../styles/_basic.scss */
#navigation.pre-teaser .nav03 a {
  width: 309px;
  background-position: -595px 0;
}
/* line 747, ../styles/_basic.scss */
#navigation.pre-teaser .nav03 a:hover {
  background-position: -595px -64px;
}
@media screen and (max-width: 640px) {
  /* line 752, ../styles/_basic.scss */
  #navigation.pre-teaser .nav a {
    height: 46px;
    background-image: url(../images/pre/navigation_sp-teaser.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  /* line 758, ../styles/_basic.scss */
  #navigation.pre-teaser .nav01 a {
    width: 155px;
    background-position: 0 0;
  }
  /* line 761, ../styles/_basic.scss */
  #navigation.pre-teaser .nav01 a:hover {
    background-position: 0 0;
  }
  /* line 765, ../styles/_basic.scss */
  #navigation.pre-teaser .nav02 a {
    width: 85px;
    background-position: -155px 0;
  }
  /* line 768, ../styles/_basic.scss */
  #navigation.pre-teaser .nav02 a:hover {
    background-position: -155px 0;
  }
  /* line 772, ../styles/_basic.scss */
  #navigation.pre-teaser .nav03 a {
    width: 72px;
    background-position: -238px 0;
  }
  /* line 775, ../styles/_basic.scss */
  #navigation.pre-teaser .nav03 a:hover {
    background-position: -238px 0;
  }
}

/* line 786, ../styles/_basic.scss */
footer .ipholder {
  background: #ed1b24;
  color: #ffffff;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
}
/* line 795, ../styles/_basic.scss */
footer address {
  color: #a5a5a5;
  font-size: 13px;
  margin: 20px auto 10px;
  font-style: normal;
}

@media screen and (max-width: 640px) {
  /* line 807, ../styles/_basic.scss */
  footer .ipholder {
    background: #ed1b24;
    color: #ffffff;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    font-size: 11px;
  }
  /* line 816, ../styles/_basic.scss */
  footer address {
    color: #a5a5a5;
    font-size: 11px;
    margin: 10px auto 0px;
    font-style: normal;
  }
}
/* line 3, ../styles/content/_comingSoon.scss */
#comingSoon {
  text-align: center;
  background: #fda404;
  height: 240px;
}
@media screen and (max-width: 640px) {
  /* line 3, ../styles/content/_comingSoon.scss */
  #comingSoon {
    height: 161px;
  }
}
/* line 11, ../styles/content/_comingSoon.scss */
#comingSoon .txt01 img {
  width: 305px;
  height: 50px;
}
@media screen and (max-width: 640px) {
  /* line 11, ../styles/content/_comingSoon.scss */
  #comingSoon .txt01 img {
    width: 190px;
    height: 30.5px;
  }
}

/* line 5, ../styles/content/_contents.scss */
#preCampaign, #campaign {
  text-align: center;
}
/* line 10, ../styles/content/_contents.scss */
#preCampaign .layoutBox__header, #campaign .layoutBox__header {
  background: -webkit-linear-gradient(top, #fb8f09 0%, #ffb400 100%);
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #fb8f09 0%, #ffb400 100%);
  padding-top: 40px;
  padding-bottom: 26px;
}
@media screen and (max-width: 640px) {
  /* line 10, ../styles/content/_contents.scss */
  #preCampaign .layoutBox__header, #campaign .layoutBox__header {
    padding-top: 15px;
    padding-bottom: 13px;
  }
}
/* line 29, ../styles/content/_contents.scss */
#preCampaign .layoutBox__header h2, #campaign .layoutBox__header h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  /* line 29, ../styles/content/_contents.scss */
  #preCampaign .layoutBox__header h2, #campaign .layoutBox__header h2 {
    margin-bottom: 15px;
  }
  /* line 34, ../styles/content/_contents.scss */
  #preCampaign .layoutBox__header h2 img, #campaign .layoutBox__header h2 img {
    width: 290px;
    height: 30px;
  }
}
/* line 40, ../styles/content/_contents.scss */
#preCampaign .layoutBox__header p, #campaign .layoutBox__header p {
  margin-bottom: 30px;
}
/* line 42, ../styles/content/_contents.scss */
#preCampaign .layoutBox__header p img, #campaign .layoutBox__header p img {
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  /* line 40, ../styles/content/_contents.scss */
  #preCampaign .layoutBox__header p, #campaign .layoutBox__header p {
    margin-bottom: 15px;
  }
  /* line 47, ../styles/content/_contents.scss */
  #preCampaign .layoutBox__header p img, #campaign .layoutBox__header p img {
    width: 221.5px;
    height: 51px;
  }
}
/* line 54, ../styles/content/_contents.scss */
#preCampaign .layoutBox__header .sp-none, #campaign .layoutBox__header .sp-none {
  display: block;
}
/* line 57, ../styles/content/_contents.scss */
#preCampaign .layoutBox__header .pc-none, #campaign .layoutBox__header .pc-none {
  display: none;
}
@media screen and (max-width: 640px) {
  /* line 61, ../styles/content/_contents.scss */
  #preCampaign .layoutBox__header .sp-none, #campaign .layoutBox__header .sp-none {
    display: none;
  }
  /* line 64, ../styles/content/_contents.scss */
  #preCampaign .layoutBox__header .pc-none, #campaign .layoutBox__header .pc-none {
    display: block;
  }
}

/* line 72, ../styles/content/_contents.scss */
#campaign .layoutBox__header {
  background: -webkit-linear-gradient(top, #1e1e1e 0%, #373737 100%);
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #1e1e1e 0%, #373737 100%);
}
@media screen and (max-width: 640px) {
  /* line 87, ../styles/content/_contents.scss */
  #campaign .layoutBox__header p img {
    width: 214px;
    height: 79px;
  }
}

/* line 96, ../styles/content/_contents.scss */
#apps {
  margin-top: -1px;
  background: url(../images/pre/apps-bg_1.png) repeat-x;
  background-size: auto 100%;
}
/* line 104, ../styles/content/_contents.scss */
#apps .apps__inner {
  zoom: 1;
  background: url(../images/pre/apps-bg_2.png) center top no-repeat;
  background-size: auto 100%;
}
/* line 24, ../styles/core/_mixin.scss */
#apps .apps__inner:before, #apps .apps__inner:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
/* line 32, ../styles/core/_mixin.scss */
#apps .apps__inner:after {
  clear: both;
}
/* line 114, ../styles/content/_contents.scss */
#apps .apps__inner .app01 > div {
  width: 100%;
  max-width: 480px;
  float: right;
}
@media screen and (max-width: 640px) {
  /* line 114, ../styles/content/_contents.scss */
  #apps .apps__inner .app01 > div {
    max-width: 160px;
  }
}
/* line 124, ../styles/content/_contents.scss */
#apps .apps__inner .app02 > div {
  width: 100%;
  max-width: 480px;
  float: left;
}
@media screen and (max-width: 640px) {
  /* line 124, ../styles/content/_contents.scss */
  #apps .apps__inner .app02 > div {
    max-width: 160px;
  }
}
/* line 134, ../styles/content/_contents.scss */
#apps .apps__inner .app01, #apps .apps__inner .app02 {
  padding-top: 60px;
  float: left;
  width: 50%;
  height: 573px;
}
@media screen and (max-width: 640px) {
  /* line 134, ../styles/content/_contents.scss */
  #apps .apps__inner .app01, #apps .apps__inner .app02 {
    padding-top: 30px;
    height: 295.5px;
  }
}
/* line 146, ../styles/content/_contents.scss */
#apps .apps__inner .app01 div > img, #apps .apps__inner .app02 div > img {
  margin: 0 auto 20px;
  width: auto;
  height: 367px;
}
@media screen and (max-width: 640px) {
  /* line 146, ../styles/content/_contents.scss */
  #apps .apps__inner .app01 div > img, #apps .apps__inner .app02 div > img {
    margin-bottom: 10px;
    height: 199.5px;
  }
}
/* line 156, ../styles/content/_contents.scss */
#apps .apps__inner .app01 a img, #apps .apps__inner .app02 a img {
  width: 183px;
  height: auto;
}
@media screen and (max-width: 640px) {
  /* line 156, ../styles/content/_contents.scss */
  #apps .apps__inner .app01 a img, #apps .apps__inner .app02 a img {
    width: 121px;
  }
}

/* line 171, ../styles/content/_contents.scss */
#campaign #apps {
  background: url(../images/main/apps-bg_1-1.png) repeat-x;
  background-size: auto 100%;
  position: relative;
}
/* line 176, ../styles/content/_contents.scss */
#campaign #apps .appTitle {
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
}
@media screen and (max-width: 640px) {
  /* line 176, ../styles/content/_contents.scss */
  #campaign #apps .appTitle {
    top: 30px;
  }
  /* line 183, ../styles/content/_contents.scss */
  #campaign #apps .appTitle img {
    width: 290px;
    height: 30px;
  }
}
/* line 190, ../styles/content/_contents.scss */
#campaign #apps:after {
  display: block;
  content: " ";
  width: 50%;
  background: url(../images/main/apps-bg_1-2.png) repeat-x;
  background-size: auto 100%;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
/* line 203, ../styles/content/_contents.scss */
#campaign #apps .apps__inner {
  position: relative;
  z-index: 2;
  background: url(../images/main/apps-bg_2.png) center top no-repeat;
  background-size: auto 100%;
}
/* line 211, ../styles/content/_contents.scss */
#campaign #apps .apps__inner .app01, #campaign #apps .apps__inner .app02 {
  padding-top: 140px;
  height: 472px;
}
@media screen and (max-width: 640px) {
  /* line 211, ../styles/content/_contents.scss */
  #campaign #apps .apps__inner .app01, #campaign #apps .apps__inner .app02 {
    padding-top: 70px;
    height: 301px;
  }
}
@media screen and (max-width: 640px) {
  /* line 220, ../styles/content/_contents.scss */
  #campaign #apps .apps__inner .app01 .img, #campaign #apps .apps__inner .app02 .img {
    width: 100%;
    height: 145px;
    margin-bottom: 15px;
  }
  /* line 224, ../styles/content/_contents.scss */
  #campaign #apps .apps__inner .app01 .img img, #campaign #apps .apps__inner .app02 .img img {
    display: none;
  }
}
/* line 230, ../styles/content/_contents.scss */
#campaign #apps .apps__inner .app01 div > img, #campaign #apps .apps__inner .app02 div > img {
  margin: 0 auto 30px;
  width: auto;
  height: 204px;
}
@media screen and (max-width: 640px) {
  /* line 230, ../styles/content/_contents.scss */
  #campaign #apps .apps__inner .app01 div > img, #campaign #apps .apps__inner .app02 div > img {
    margin-bottom: 15px;
    height: 102px;
  }
}
@media screen and (max-width: 640px) {
  /* line 242, ../styles/content/_contents.scss */
  #campaign #apps .apps__inner .app01 .img {
    background: url(../images/main/apps_img01-sp.png) center top no-repeat;
    background-size: auto 100%;
  }
  /* line 246, ../styles/content/_contents.scss */
  #campaign #apps .apps__inner .app02 .img {
    background: url(../images/main/apps_img02-sp.png) center top no-repeat;
    background-size: auto 100%;
  }
}

/* line 255, ../styles/content/_contents.scss */
#meter {
  background: #03315c;
}
/* line 258, ../styles/content/_contents.scss */
#meter .howto p {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  /* line 258, ../styles/content/_contents.scss */
  #meter .howto p {
    margin-bottom: 15px;
  }
}
/* line 263, ../styles/content/_contents.scss */
#meter .howto p img {
  width: 580px;
  height: auto;
}
@media screen and (max-width: 640px) {
  /* line 263, ../styles/content/_contents.scss */
  #meter .howto p img {
    width: 290px;
  }
}
/* line 272, ../styles/content/_contents.scss */
#meter .howto .step1 img, #meter .howto .step2 img {
  width: 592px;
  height: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  /* line 272, ../styles/content/_contents.scss */
  #meter .howto .step1 img, #meter .howto .step2 img {
    width: 296px;
    margin-bottom: 10px;
  }
}

/* line 286, ../styles/content/_contents.scss */
#presentMeter {
  position: relative;
  background: url(../images/pre/meter_01.png) no-repeat;
  width: 557px;
  padding-top: 142px;
  -webkit-box-sizing: "border-box";
  box-sizing: "border-box";
  margin: 40px auto;
}
@media screen and (max-width: 640px) {
  /* line 286, ../styles/content/_contents.scss */
  #presentMeter {
    width: 278.5px;
    padding-top: 71px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-size: 100% auto;
  }
}
/* line 303, ../styles/content/_contents.scss */
#presentMeter:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/pre/meter_02.png) no-repeat;
  width: 557px;
  height: 142px;
}
@media screen and (max-width: 640px) {
  /* line 303, ../styles/content/_contents.scss */
  #presentMeter:after {
    width: 278.5px;
    height: 71px;
    background-size: 100% auto;
  }
}
/* line 320, ../styles/content/_contents.scss */
#presentMeter #presentMeterBarContainer {
  width: 526px;
  height: 48px;
  position: absolute;
  top: 78px;
  left: 16px;
  overflow: hidden;
  -webkit-border-radius: 27px;
  border-radius: 27px;
}
@media screen and (max-width: 640px) {
  /* line 320, ../styles/content/_contents.scss */
  #presentMeter #presentMeterBarContainer {
    top: 40px;
    left: 8px;
    width: 262px;
    height: 22px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    background-size: 100% auto;
  }
}
/* line 336, ../styles/content/_contents.scss */
#presentMeter #presentMeterBarContainer > div {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 27px;
  border-radius: 27px;
}
@media screen and (max-width: 640px) {
  /* line 336, ../styles/content/_contents.scss */
  #presentMeter #presentMeterBarContainer > div {
    -webkit-border-radius: 13px;
    border-radius: 13px;
  }
}
/* line 349, ../styles/content/_contents.scss */
#presentMeter #presentMeterBar {
  width: 100%;
  height: 48px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 0%;
  background: url(../images/pre/complete_bar.png);
  background-size: 100% auto;
  -webkit-border-radius: 27px;
  border-radius: 27px;
}
/* line 360, ../styles/content/_contents.scss */
#presentMeter #presentMeterBar > div {
  background: #ffda00;
  width: 100%;
  height: 48px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 27px;
  border-radius: 27px;
}
@media screen and (max-width: 640px) {
  /* line 360, ../styles/content/_contents.scss */
  #presentMeter #presentMeterBar > div {
    height: 22px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
  }
}
/* line 374, ../styles/content/_contents.scss */
#presentMeter #presentMeterBar.complete > div {
  -webkit-transition: opacity 2.6s 0.8s ease;
  transition: opacity 2.6s 0.8s ease;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 381, ../styles/content/_contents.scss */
#presentMeter #presentMeterBar.animation {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 640px) {
  /* line 349, ../styles/content/_contents.scss */
  #presentMeter #presentMeterBar {
    height: 22px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
  }
}
/* line 394, ../styles/content/_contents.scss */
#presentMeter #meterComplete {
  top: 80px;
  left: 390px;
  position: absolute;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s 0.8s ease;
  transition: all 0.4s 0.8s ease;
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (max-width: 640px) {
  /* line 394, ../styles/content/_contents.scss */
  #presentMeter #meterComplete {
    left: 195px;
    top: 40px;
  }
  /* line 403, ../styles/content/_contents.scss */
  #presentMeter #meterComplete img {
    width: 71px;
    height: 38px;
  }
}
/* line 413, ../styles/content/_contents.scss */
#presentMeter #meterComplete.show {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 419, ../styles/content/_contents.scss */
#presentMeter #presentMeterTxt {
  margin-top: 30px;
  background: url(../images/pre/meterTxt.png);
  width: 530px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  filter: alpha(opacity=0);
}
@media screen and (max-width: 640px) {
  /* line 419, ../styles/content/_contents.scss */
  #presentMeter #presentMeterTxt {
    margin-top: 15px;
    width: 265px;
    height: 15px;
    background-size: 100% auto;
  }
}
/* line 436, ../styles/content/_contents.scss */
#presentMeter #presentMeterTxt.txt1 {
  background-position: 0 0px;
}
/* line 439, ../styles/content/_contents.scss */
#presentMeter #presentMeterTxt.txt2 {
  background-position: 0 -76px;
}
@media screen and (max-width: 640px) {
  /* line 439, ../styles/content/_contents.scss */
  #presentMeter #presentMeterTxt.txt2 {
    background-position: 0 -38px;
  }
}
/* line 445, ../styles/content/_contents.scss */
#presentMeter #presentMeterTxt.txt3 {
  background-position: 0 -152px;
}
@media screen and (max-width: 640px) {
  /* line 445, ../styles/content/_contents.scss */
  #presentMeter #presentMeterTxt.txt3 {
    background-position: 0 -76px;
  }
}
/* line 451, ../styles/content/_contents.scss */
#presentMeter #presentMeterTxt.txt4 {
  background-position: 0 -228px;
}
@media screen and (max-width: 640px) {
  /* line 451, ../styles/content/_contents.scss */
  #presentMeter #presentMeterTxt.txt4 {
    background-position: 0 -114px;
  }
}
/* line 457, ../styles/content/_contents.scss */
#presentMeter #presentMeterTxt.txt5 {
  background-position: 0 -304px;
}
@media screen and (max-width: 640px) {
  /* line 457, ../styles/content/_contents.scss */
  #presentMeter #presentMeterTxt.txt5 {
    background-position: 0 -152px;
  }
}
/* line 465, ../styles/content/_contents.scss */
#presentMeter #presentMeterTxt.show {
  -webkit-transition: opacity 0.4s 1s ease;
  transition: opacity 0.4s 1s ease;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 474, ../styles/content/_contents.scss */
#mission #presentMeter {
  background: url(../images/main/meter_01.png) no-repeat;
  background-size: 100% auto;
  margin-top: 0px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  /* line 474, ../styles/content/_contents.scss */
  #mission #presentMeter {
    margin-bottom: 20px;
  }
}

/* line 485, ../styles/content/_contents.scss */
#shareForm {
  text-align: center;
  background: #ff69a9;
  padding: 40px 0;
}
@media screen and (max-width: 640px) {
  /* line 485, ../styles/content/_contents.scss */
  #shareForm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* line 494, ../styles/content/_contents.scss */
#shareForm .shareForm__header {
  margin-bottom: 30px;
}
/* line 496, ../styles/content/_contents.scss */
#shareForm .shareForm__header img {
  width: 228px;
  height: 24px;
}
@media screen and (max-width: 640px) {
  /* line 494, ../styles/content/_contents.scss */
  #shareForm .shareForm__header {
    margin-bottom: 15px;
  }
  /* line 501, ../styles/content/_contents.scss */
  #shareForm .shareForm__header img {
    width: 142px;
    height: 16px;
  }
}
/* line 510, ../styles/content/_contents.scss */
#shareForm .shareForm__body p {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  /* line 510, ../styles/content/_contents.scss */
  #shareForm .shareForm__body p {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  /* line 515, ../styles/content/_contents.scss */
  #shareForm .shareForm__body p img {
    width: 283.5px;
    height: 42.5px;
  }
}
/* line 524, ../styles/content/_contents.scss */
#shareForm .shareForm__body ul li {
  display: inline-block;
}
/* line 525, ../styles/content/_contents.scss */
#shareForm .shareForm__body ul li + li {
  margin-left: 10px;
}
/* line 529, ../styles/content/_contents.scss */
#shareForm .shareForm__body ul li img {
  width: 284px;
  height: 49px;
}
@media screen and (max-width: 640px) {
  /* line 524, ../styles/content/_contents.scss */
  #shareForm .shareForm__body ul li {
    display: block;
    margin: 0;
    margin-bottom: 4.5px;
  }
  /* line 538, ../styles/content/_contents.scss */
  #shareForm .shareForm__body ul li img {
    width: 232px;
    height: 40px;
  }
  /* line 542, ../styles/content/_contents.scss */
  #shareForm .shareForm__body ul li + li {
    margin-left: 0;
  }
}

/* line 554, ../styles/content/_contents.scss */
#mission .howto {
  zoom: 1;
  width: 580px;
  margin: 0 auto;
  margin-top: 40px;
}
/* line 24, ../styles/core/_mixin.scss */
#mission .howto:before, #mission .howto:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
/* line 32, ../styles/core/_mixin.scss */
#mission .howto:after {
  clear: both;
}
@media screen and (max-width: 640px) {
  /* line 554, ../styles/content/_contents.scss */
  #mission .howto {
    width: auto;
    margin-top: 20px;
  }
}
/* line 564, ../styles/content/_contents.scss */
#mission .howto01 {
  float: left;
}
/* line 567, ../styles/content/_contents.scss */
#mission .howto02 {
  float: right;
}
/* line 570, ../styles/content/_contents.scss */
#mission .howto01, #mission .howto02 {
  width: 280px;
  border: 2px solid #02c1ff;
  box-shadow: 0px 0px 20px rgba(0, 193, 255, 0.4);
  position: relative;
  padding: 16px;
  margin: 0 auto 35px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
@media screen and (max-width: 640px) {
  /* line 570, ../styles/content/_contents.scss */
  #mission .howto01, #mission .howto02 {
    border: 1px solid #02c1ff;
    float: none;
    margin: 0 auto 50px;
    width: 290px;
    padding: 20px 20px 10px;
    margin: 0 auto 25px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
}
/* line 590, ../styles/content/_contents.scss */
#mission .howto01 .howto__header, #mission .howto02 .howto__header {
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
}
/* line 595, ../styles/content/_contents.scss */
#mission .howto01 .howto__header img, #mission .howto02 .howto__header img {
  width: 236px;
  height: 36px;
}
@media screen and (max-width: 640px) {
  /* line 590, ../styles/content/_contents.scss */
  #mission .howto01 .howto__header, #mission .howto02 .howto__header {
    top: -11px;
  }
  /* line 601, ../styles/content/_contents.scss */
  #mission .howto01 .howto__header img, #mission .howto02 .howto__header img {
    width: 148px;
    height: 22px;
  }
}
/* line 608, ../styles/content/_contents.scss */
#mission .howto01 .howto__body, #mission .howto02 .howto__body {
  padding-top: 20px;
}
/* line 609, ../styles/content/_contents.scss */
#mission .howto01 .howto__body .howto-pc, #mission .howto01 .howto__body .howto-sp, #mission .howto02 .howto__body .howto-pc, #mission .howto02 .howto__body .howto-sp {
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  /* line 609, ../styles/content/_contents.scss */
  #mission .howto01 .howto__body .howto-pc, #mission .howto01 .howto__body .howto-sp, #mission .howto02 .howto__body .howto-pc, #mission .howto02 .howto__body .howto-sp {
    margin-bottom: 5px;
  }
}
/* line 616, ../styles/content/_contents.scss */
#mission .howto01 .howto__body a img, #mission .howto02 .howto__body a img {
  width: 212px;
  height: 45px;
}
@media screen and (max-width: 640px) {
  /* line 616, ../styles/content/_contents.scss */
  #mission .howto01 .howto__body a img, #mission .howto02 .howto__body a img {
    width: 152px;
    height: 32px;
  }
}
/* line 625, ../styles/content/_contents.scss */
#mission .howto01 .howto__body .howto-pc, #mission .howto02 .howto__body .howto-pc {
  display: block;
}
/* line 628, ../styles/content/_contents.scss */
#mission .howto01 .howto__body .howto-sp, #mission .howto02 .howto__body .howto-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  /* line 632, ../styles/content/_contents.scss */
  #mission .howto01 .howto__body .howto-pc, #mission .howto02 .howto__body .howto-pc {
    display: none;
  }
  /* line 635, ../styles/content/_contents.scss */
  #mission .howto01 .howto__body .howto-sp, #mission .howto02 .howto__body .howto-sp {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  /* line 608, ../styles/content/_contents.scss */
  #mission .howto01 .howto__body, #mission .howto02 .howto__body {
    padding-top: 0px;
  }
}
/* line 646, ../styles/content/_contents.scss */
#mission .mission__inner {
  padding: 40px 0 30px;
}
@media screen and (max-width: 640px) {
  /* line 646, ../styles/content/_contents.scss */
  #mission .mission__inner {
    padding: 15px 0 18px;
  }
}
/* line 652, ../styles/content/_contents.scss */
#mission .mission__header {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  /* line 652, ../styles/content/_contents.scss */
  #mission .mission__header {
    margin-bottom: 15px;
  }
  /* line 657, ../styles/content/_contents.scss */
  #mission .mission__header img {
    width: 290px;
    height: auto;
  }
}
/* line 664, ../styles/content/_contents.scss */
#mission .totalClearNum, #mission .currentMissions, #mission .clearMissions, #mission .nextMissions {
  position: relative;
  background: #12283d;
  padding: 16px;
  width: 580px;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
@media screen and (max-width: 640px) {
  /* line 664, ../styles/content/_contents.scss */
  #mission .totalClearNum, #mission .currentMissions, #mission .clearMissions, #mission .nextMissions {
    width: 290px;
    padding: 10px;
    margin-top: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
}
/* line 679, ../styles/content/_contents.scss */
#mission .totalClearNum, #mission .currentMissions {
  border: 1px solid #415364;
}
/* line 682, ../styles/content/_contents.scss */
#mission .currentMissions {
  padding: 0 0 20px;
}
@media screen and (max-width: 640px) {
  /* line 682, ../styles/content/_contents.scss */
  #mission .currentMissions {
    padding: 0 0 10px;
  }
}
/* line 689, ../styles/content/_contents.scss */
#mission #counter {
  padding: 32px 0 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  /* line 689, ../styles/content/_contents.scss */
  #mission #counter {
    padding: 16px 0 0;
  }
}
/* line 695, ../styles/content/_contents.scss */
#mission #counter span {
  width: 52px;
  height: 72px;
  margin: 0 -4px;
  display: inline-block;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  /* line 695, ../styles/content/_contents.scss */
  #mission #counter span {
    margin: 0 -3px;
    width: 26px;
    height: 36px;
  }
  /* line 703, ../styles/content/_contents.scss */
  #mission #counter span img {
    width: 26px;
    height: auto;
  }
}
/* line 712, ../styles/content/_contents.scss */
#mission #counter span.comma {
  width: 16px;
}
@media screen and (max-width: 640px) {
  /* line 712, ../styles/content/_contents.scss */
  #mission #counter span.comma {
    width: 8px;
  }
  /* line 716, ../styles/content/_contents.scss */
  #mission #counter span.comma img {
    width: 8px;
  }
}
/* line 724, ../styles/content/_contents.scss */
#mission .totalClearNum {
  height: 190px;
}
@media screen and (max-width: 640px) {
  /* line 724, ../styles/content/_contents.scss */
  #mission .totalClearNum {
    height: 95px;
  }
}
/* line 729, ../styles/content/_contents.scss */
#mission .totalClearNum .totalClearNum__header {
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  /* line 729, ../styles/content/_contents.scss */
  #mission .totalClearNum .totalClearNum__header {
    top: -11px;
  }
  /* line 738, ../styles/content/_contents.scss */
  #mission .totalClearNum .totalClearNum__header img {
    width: 148px;
    height: 22px;
  }
}
/* line 766, ../styles/content/_contents.scss */
#mission .currentMissions .panel {
  position: relative;
  padding: 0 20px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  /* line 766, ../styles/content/_contents.scss */
  #mission .currentMissions .panel {
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  /* line 766, ../styles/content/_contents.scss */
  #mission .currentMissions .panel {
    margin-top: 10px;
  }
}
/* line 754, ../styles/content/_contents.scss */
#mission .currentMissions .panel:first-child {
  margin-top: 0px;
}
/* line 759, ../styles/content/_contents.scss */
#mission .currentMissions .panel img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/* line 776, ../styles/content/_contents.scss */
#mission .clearMissions .panel {
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  /* line 776, ../styles/content/_contents.scss */
  #mission .clearMissions .panel {
    margin-top: 10px;
  }
}
/* line 754, ../styles/content/_contents.scss */
#mission .clearMissions .panel:first-child {
  margin-top: 0px;
}
/* line 759, ../styles/content/_contents.scss */
#mission .clearMissions .panel img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/* line 780, ../styles/content/_contents.scss */
#mission .clearMissions .panel:after {
  position: absolute;
  content: " ";
  display: block;
  background-image: url(./../images/main_mission/clear_flag.png);
  background-repeat: no-repeat;
  width: 94px;
  height: 88px;
  left: 30px;
  top: -3px;
}
@media screen and (max-width: 640px) {
  /* line 780, ../styles/content/_contents.scss */
  #mission .clearMissions .panel:after {
    width: 47px;
    height: 44px;
    left: 15px;
    top: -1.5px;
    background-size: 100% 100%;
  }
}
/* line 801, ../styles/content/_contents.scss */
#mission .nextMissions .panel {
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  /* line 801, ../styles/content/_contents.scss */
  #mission .nextMissions .panel {
    margin-top: 10px;
  }
}
/* line 754, ../styles/content/_contents.scss */
#mission .nextMissions .panel:first-child {
  margin-top: 0px;
}
/* line 759, ../styles/content/_contents.scss */
#mission .nextMissions .panel img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
/* line 805, ../styles/content/_contents.scss */
#mission .nextMissions .panel:after {
  position: absolute;
  content: " ";
  display: block;
  background-image: url(./../images/main_mission/coming_lock.png);
  background-repeat: no-repeat;
  width: 94px;
  height: 88px;
  left: 30px;
  top: -3px;
}
@media screen and (max-width: 640px) {
  /* line 805, ../styles/content/_contents.scss */
  #mission .nextMissions .panel:after {
    width: 47px;
    height: 44px;
    left: 15px;
    top: -1.5px;
    background-size: 100% 100%;
  }
}

/* line 888, ../styles/content/_contents.scss */
#battleAndQuest {
  background: #12283d;
  border: 2px solid #415364;
  padding: 20px;
  margin: 0 auto;
  width: 960px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  /* line 888, ../styles/content/_contents.scss */
  #battleAndQuest {
    padding: 10px;
    margin-bottom: 15px;
    max-width: 293px;
    width: auto;
    -webkit-border-radius: 15px;
    border-radius: 15px;
  }
}
/* line 904, ../styles/content/_contents.scss */
#battleAndQuest .baq__header {
  margin-top: 10px;
  margin-bottom: 30px;
}
/* line 907, ../styles/content/_contents.scss */
#battleAndQuest .baq__header h3 {
  margin-bottom: 10px;
}
/* line 909, ../styles/content/_contents.scss */
#battleAndQuest .baq__header h3 img {
  width: 244px;
  height: 24px;
}
@media screen and (max-width: 640px) {
  /* line 904, ../styles/content/_contents.scss */
  #battleAndQuest .baq__header {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  /* line 917, ../styles/content/_contents.scss */
  #battleAndQuest .baq__header h3 {
    margin-bottom: 0px;
  }
  /* line 919, ../styles/content/_contents.scss */
  #battleAndQuest .baq__header h3 img {
    width: 151.5px;
    height: 15px;
  }
  /* line 925, ../styles/content/_contents.scss */
  #battleAndQuest .baq__header p {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  /* line 931, ../styles/content/_contents.scss */
  #battleAndQuest .baq01 {
    margin-bottom: 15px;
  }
}
/* line 935, ../styles/content/_contents.scss */
#battleAndQuest .baq__body {
  zoom: 1;
}
/* line 24, ../styles/core/_mixin.scss */
#battleAndQuest .baq__body:before, #battleAndQuest .baq__body:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
/* line 32, ../styles/core/_mixin.scss */
#battleAndQuest .baq__body:after {
  clear: both;
}
/* line 938, ../styles/content/_contents.scss */
#battleAndQuest .baq01 {
  float: left;
}
@media screen and (max-width: 640px) {
  /* line 938, ../styles/content/_contents.scss */
  #battleAndQuest .baq01 {
    float: none;
  }
}
/* line 944, ../styles/content/_contents.scss */
#battleAndQuest .baq01 .baqContent {
  background: #eb1821 url(../images/main/baq_t01.png) center top no-repeat;
  background-size: 100% 60px;
}
@media screen and (max-width: 640px) {
  /* line 944, ../styles/content/_contents.scss */
  #battleAndQuest .baq01 .baqContent {
    background: #eb1821 url(../images/main/baq_t01-sp.png) center top no-repeat;
    background-size: 100% 50px;
  }
}
/* line 953, ../styles/content/_contents.scss */
#battleAndQuest .baq01 .baqList li + li {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  /* line 953, ../styles/content/_contents.scss */
  #battleAndQuest .baq01 .baqList li + li {
    margin-top: 4px;
  }
}
/* line 959, ../styles/content/_contents.scss */
#battleAndQuest .baq01 .baqList img {
  width: auto;
  height: 174px;
}
@media screen and (max-width: 640px) {
  /* line 959, ../styles/content/_contents.scss */
  #battleAndQuest .baq01 .baqList img {
    height: 87px;
  }
}
/* line 968, ../styles/content/_contents.scss */
#battleAndQuest .baq02 {
  float: right;
}
@media screen and (max-width: 640px) {
  /* line 968, ../styles/content/_contents.scss */
  #battleAndQuest .baq02 {
    float: none;
  }
}
/* line 973, ../styles/content/_contents.scss */
#battleAndQuest .baq02 .baqContent {
  background: #3ab546 url(../images/main/baq_t02.png) center top no-repeat;
  background-size: 100% 60px;
}
@media screen and (max-width: 640px) {
  /* line 973, ../styles/content/_contents.scss */
  #battleAndQuest .baq02 .baqContent {
    background: #3ab546 url(../images/main/baq_t02-sp.png) center top no-repeat;
    background-size: 100% 50px;
  }
}
/* line 982, ../styles/content/_contents.scss */
#battleAndQuest .baq02 .baqList li + li {
  margin-top: 4px;
}
@media screen and (max-width: 640px) {
  /* line 982, ../styles/content/_contents.scss */
  #battleAndQuest .baq02 .baqList li + li {
    margin-top: 4px;
  }
}
/* line 988, ../styles/content/_contents.scss */
#battleAndQuest .baq02 .baqList img {
  width: auto;
  height: 85px;
}
@media screen and (max-width: 640px) {
  /* line 988, ../styles/content/_contents.scss */
  #battleAndQuest .baq02 .baqList img {
    height: 42.5px;
  }
}
/* line 997, ../styles/content/_contents.scss */
#battleAndQuest .baqContent {
  width: 450px;
  overflow: hidden;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #FFF;
  padding: 60px 1px 1px;
}
/* line 998, ../styles/content/_contents.scss */
#battleAndQuest .baqContent p {
  display: none;
  margin: 10px 0;
}
@media screen and (max-width: 640px) {
  /* line 998, ../styles/content/_contents.scss */
  #battleAndQuest .baqContent p {
    display: block;
  }
}
/* line 1004, ../styles/content/_contents.scss */
#battleAndQuest .baqContent p img {
  width: 144px;
  height: 20px;
}
/* line 1010, ../styles/content/_contents.scss */
#battleAndQuest .baqContent a img {
  width: 315px;
  height: 52px;
}
@media screen and (max-width: 640px) {
  /* line 1010, ../styles/content/_contents.scss */
  #battleAndQuest .baqContent a img {
    width: 225px;
    height: 37px;
  }
}
/* line 1019, ../styles/content/_contents.scss */
#battleAndQuest .baqContent .baqList {
  margin-bottom: 25px;
  text-align: center;
  display: table;
  height: 542px;
  width: 100%;
}
/* line 1020, ../styles/content/_contents.scss */
#battleAndQuest .baqContent .baqList li {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  /* line 1019, ../styles/content/_contents.scss */
  #battleAndQuest .baqContent .baqList {
    height: auto;
    margin-bottom: 0px;
  }
}
/* line 1032, ../styles/content/_contents.scss */
#battleAndQuest .baqContent .baqList ul {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  /* line 997, ../styles/content/_contents.scss */
  #battleAndQuest .baqContent {
    width: auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 50px 1px 1px;
  }
}
/* line 1048, ../styles/content/_contents.scss */
#battleAndQuest .baqContent .baqContent__inner {
  background: #0b1825;
  padding: 30px 0;
  -webkit-border-radius: 0 0 19px 19px;
  border-radius: 0 0 19px 19px;
}
@media screen and (max-width: 640px) {
  /* line 1048, ../styles/content/_contents.scss */
  #battleAndQuest .baqContent .baqContent__inner {
    padding: 15px 0 25px;
    -webkit-border-radius: 0 0 9px 9px;
    border-radius: 0 0 9px 9px;
  }
}

/* line 1061, ../styles/content/_contents.scss */
#tvcm {
  background: #333333;
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 640px) {
  /* line 1061, ../styles/content/_contents.scss */
  #tvcm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* line 1072, ../styles/content/_contents.scss */
#tvcm .layoutBox__header {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  /* line 1072, ../styles/content/_contents.scss */
  #tvcm .layoutBox__header {
    margin-bottom: 30px;
  }
  /* line 1075, ../styles/content/_contents.scss */
  #tvcm .layoutBox__header img {
    width: 96px;
    height: 14.5px;
  }
}
/* line 1084, ../styles/content/_contents.scss */
#tvcm .layoutBox__body {
  position: relative;
}
/* line 1085, ../styles/content/_contents.scss */
#tvcm .layoutBox__body .comingsoon {
  text-align: center;
}
/* line 1092, ../styles/content/_contents.scss */
#tvcm .layoutBox__body a {
  display: inline-block;
}
/* line 1095, ../styles/content/_contents.scss */
#tvcm .layoutBox__body img, #tvcm .layoutBox__body iframe {
  width: 420px;
  height: 236px;
}
@media screen and (max-width: 640px) {
  /* line 1095, ../styles/content/_contents.scss */
  #tvcm .layoutBox__body img, #tvcm .layoutBox__body iframe {
    width: 210px;
    height: 118px;
  }
}
/* line 1110, ../styles/content/_contents.scss */
#tvcm .layoutBox__footer {
  margin-top: 30px;
}
/* line 1112, ../styles/content/_contents.scss */
#tvcm .layoutBox__footer li {
  display: inline-block;
}
/* line 1114, ../styles/content/_contents.scss */
#tvcm .layoutBox__footer li + li {
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  /* line 1112, ../styles/content/_contents.scss */
  #tvcm .layoutBox__footer li {
    display: block;
  }
  /* line 1119, ../styles/content/_contents.scss */
  #tvcm .layoutBox__footer li + li {
    margin-top: 5px;
    margin-left: 0;
  }
}
/* line 1126, ../styles/content/_contents.scss */
#tvcm .layoutBox__footer img {
  width: 343px;
  height: 58px;
}
@media screen and (max-width: 640px) {
  /* line 1110, ../styles/content/_contents.scss */
  #tvcm .layoutBox__footer {
    margin-top: 30px;
  }
  /* line 1132, ../styles/content/_contents.scss */
  #tvcm .layoutBox__footer img {
    width: 245px;
    height: 42px;
  }
}
/* line 1140, ../styles/content/_contents.scss */
#tvcm .slick-prev, #tvcm .slick-next {
  border: none;
  text-indent: -9999px;
  position: absolute;
  outline: none;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  /* line 1140, ../styles/content/_contents.scss */
  #tvcm .slick-prev, #tvcm .slick-next {
    margin-top: -20px;
  }
}
/* line 1154, ../styles/content/_contents.scss */
#tvcm .slick-prev {
  background: url(../images/common/tvcm-prev.png) no-repeat;
  background-size: 45px 80px;
  width: 45px;
  height: 80px;
  margin-left: -290px;
}
@media screen and (max-width: 640px) {
  /* line 1154, ../styles/content/_contents.scss */
  #tvcm .slick-prev {
    margin-left: -145px;
    width: 22.5px;
    height: 40px;
    background-size: 45px 80px/2;
    background-size: 22px 40px;
  }
}
/* line 1170, ../styles/content/_contents.scss */
#tvcm .slick-next {
  background: url(../images/common/tvcm-next.png) no-repeat;
  background-size: 45px 80px;
  width: 45px;
  height: 80px;
  margin-left: 246px;
}
@media screen and (max-width: 640px) {
  /* line 1170, ../styles/content/_contents.scss */
  #tvcm .slick-next {
    margin-left: 123px;
    width: 22.5px;
    height: 40px;
    background-size: 45px 80px/2;
    background-size: 22px 40px;
  }
}

/* line 1188, ../styles/content/_contents.scss */
#character {
  background: #FFF;
  text-align: center;
}
/* line 1191, ../styles/content/_contents.scss */
#character .layoutBox__header {
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
  /* line 1191, ../styles/content/_contents.scss */
  #character .layoutBox__header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* line 1198, ../styles/content/_contents.scss */
#character .layoutBox__header h3 > img {
  width: 122px;
  height: 24px;
}
@media screen and (max-width: 640px) {
  /* line 1198, ../styles/content/_contents.scss */
  #character .layoutBox__header h3 > img {
    width: 75.5px;
    height: 15px;
  }
}
/* line 1207, ../styles/content/_contents.scss */
#character .layoutBox__header h3 + p {
  margin-top: 15px;
}
@media screen and (max-width: 640px) {
  /* line 1212, ../styles/content/_contents.scss */
  #character .layoutBox__header p {
    display: none;
  }
}
/* line 1220, ../styles/content/_contents.scss */
#character .layoutBox__body .tabs {
  display: none;
}
@media screen and (max-width: 640px) {
  /* line 1220, ../styles/content/_contents.scss */
  #character .layoutBox__body .tabs {
    display: block;
  }
}
/* line 1225, ../styles/content/_contents.scss */
#character .layoutBox__body .tabs {
  zoom: 1;
}
/* line 24, ../styles/core/_mixin.scss */
#character .layoutBox__body .tabs:before, #character .layoutBox__body .tabs:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
/* line 32, ../styles/core/_mixin.scss */
#character .layoutBox__body .tabs:after {
  clear: both;
}
/* line 1227, ../styles/content/_contents.scss */
#character .layoutBox__body .tabs li {
  display: block;
  width: 50%;
  height: 50px;
  float: left;
  text-align: center;
}
/* line 1232, ../styles/content/_contents.scss */
#character .layoutBox__body .tabs li img {
  width: auto;
  height: 50px;
  margin: 0 auto;
}
/* line 1241, ../styles/content/_contents.scss */
#character .layoutBox__body .tabs .tab01 {
  background: url(../images/common/character-tab_01-2.png) repeat-x;
  background-size: auto 100%;
}
/* line 1244, ../styles/content/_contents.scss */
#character .layoutBox__body .tabs .tab01 a {
  display: block;
  height: 50px;
  background: url(../images/common/character-tab_01-1.png) left 0 no-repeat;
  background-size: auto 100%;
}
/* line 1250, ../styles/content/_contents.scss */
#character .layoutBox__body .tabs .tab01 a span {
  display: block;
  height: 50px;
  background: url(../images/common/character-tab_01-3.png) right 0 no-repeat;
  background-size: auto 100%;
}
/* line 1258, ../styles/content/_contents.scss */
#character .layoutBox__body .tabs .tab02 {
  background: url(../images/common/character-tab_02-2.png) repeat-x;
  background-size: auto 100%;
}
/* line 1261, ../styles/content/_contents.scss */
#character .layoutBox__body .tabs .tab02 a {
  display: block;
  height: 50px;
  background: url(../images/common/character-tab_02-1.png) left 0 no-repeat;
  background-size: auto 100%;
}
/* line 1267, ../styles/content/_contents.scss */
#character .layoutBox__body .tabs .tab02 a span {
  display: block;
  height: 50px;
  background: url(../images/common/character-tab_02-3.png) right 0 no-repeat;
  background-size: auto 100%;
}
/* line 1278, ../styles/content/_contents.scss */
#character .layoutBox__body .tabContents {
  zoom: 1;
}
@media screen and (max-width: 640px) {
  /* line 1278, ../styles/content/_contents.scss */
  #character .layoutBox__body .tabContents {
    top: -1px;
    position: relative;
  }
}
/* line 24, ../styles/core/_mixin.scss */
#character .layoutBox__body .tabContents:before, #character .layoutBox__body .tabContents:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
/* line 32, ../styles/core/_mixin.scss */
#character .layoutBox__body .tabContents:after {
  clear: both;
}
/* line 1285, ../styles/content/_contents.scss */
#character .layoutBox__body .tabContents .tabContent01, #character .layoutBox__body .tabContents .tabContent02 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  height: 834px;
  float: left;
}
@media screen and (max-width: 640px) {
  /* line 1285, ../styles/content/_contents.scss */
  #character .layoutBox__body .tabContents .tabContent01, #character .layoutBox__body .tabContents .tabContent02 {
    width: 100%;
    float: none;
    height: 473.5px;
    display: none;
  }
  /* line 1295, ../styles/content/_contents.scss */
  #character .layoutBox__body .tabContents .tabContent01.active, #character .layoutBox__body .tabContents .tabContent02.active {
    display: block;
  }
}
/* line 1303, ../styles/content/_contents.scss */
#character .layoutBox__body .tabContents .tabContent__body {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-color: #FFF;
  width: 100%;
  max-width: 460px;
  height: 727px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  /* line 1303, ../styles/content/_contents.scss */
  #character .layoutBox__body .tabContents .tabContent__body {
    max-width: 290px;
    height: 444px;
  }
}
/* line 1316, ../styles/content/_contents.scss */
#character .layoutBox__body .tabContents .tabContent01 {
  padding: 80px 20px 30px 30px;
  background: #ed1b24 url(../images/common/tab_bg-logo_01.png) right top no-repeat;
  zoom: 1;
}
@media screen and (max-width: 640px) {
  /* line 1316, ../styles/content/_contents.scss */
  #character .layoutBox__body .tabContents .tabContent01 {
    background: #ed1b24;
    padding: 15px;
  }
}
/* line 24, ../styles/core/_mixin.scss */
#character .layoutBox__body .tabContents .tabContent01:before, #character .layoutBox__body .tabContents .tabContent01:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
/* line 32, ../styles/core/_mixin.scss */
#character .layoutBox__body .tabContents .tabContent01:after {
  clear: both;
}
/* line 1324, ../styles/content/_contents.scss */
#character .layoutBox__body .tabContents .tabContent01 .tabContent__body {
  float: right;
}
@media screen and (max-width: 640px) {
  /* line 1324, ../styles/content/_contents.scss */
  #character .layoutBox__body .tabContents .tabContent01 .tabContent__body {
    float: none;
  }
}
/* line 1331, ../styles/content/_contents.scss */
#character .layoutBox__body .tabContents .tabContent02 {
  padding: 80px 30px 30px 20px;
  background: #3db549 url(../images/common/tab_bg-logo_02.png) left top no-repeat;
  zoom: 1;
}
@media screen and (max-width: 640px) {
  /* line 1331, ../styles/content/_contents.scss */
  #character .layoutBox__body .tabContents .tabContent02 {
    background: #3db549;
    padding: 15px;
  }
}
/* line 24, ../styles/core/_mixin.scss */
#character .layoutBox__body .tabContents .tabContent02:before, #character .layoutBox__body .tabContents .tabContent02:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
/* line 32, ../styles/core/_mixin.scss */
#character .layoutBox__body .tabContents .tabContent02:after {
  clear: both;
}
/* line 1339, ../styles/content/_contents.scss */
#character .layoutBox__body .tabContents .tabContent02 .tabContent__body {
  float: left;
}
@media screen and (max-width: 640px) {
  /* line 1339, ../styles/content/_contents.scss */
  #character .layoutBox__body .tabContents .tabContent02 .tabContent__body {
    float: none;
  }
}
/* line 1348, ../styles/content/_contents.scss */
#character .layoutBox__body .tabContents .tabContent01 article, #character .layoutBox__body .tabContents .tabContent02 article {
  position: relative;
}
/* line 1350, ../styles/content/_contents.scss */
#character .layoutBox__body .tabContents .tabContent01 article header, #character .layoutBox__body .tabContents .tabContent02 article header {
  padding: 20px 0 30px;
}
@media screen and (max-width: 640px) {
  /* line 1350, ../styles/content/_contents.scss */
  #character .layoutBox__body .tabContents .tabContent01 article header, #character .layoutBox__body .tabContents .tabContent02 article header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 1353, ../styles/content/_contents.scss */
  #character .layoutBox__body .tabContents .tabContent01 article header img, #character .layoutBox__body .tabContents .tabContent02 article header img {
    height: 30px;
  }
}
/* line 1361, ../styles/content/_contents.scss */
#character .layoutBox__body .tabContents .tabContent01 article footer, #character .layoutBox__body .tabContents .tabContent02 article footer {
  position: absolute;
  top: 650px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 640px) {
  /* line 1361, ../styles/content/_contents.scss */
  #character .layoutBox__body .tabContents .tabContent01 article footer, #character .layoutBox__body .tabContents .tabContent02 article footer {
    top: 399px;
  }
}
/* line 1369, ../styles/content/_contents.scss */
#character .layoutBox__body .tabContents .tabContent01 article footer img, #character .layoutBox__body .tabContents .tabContent02 article footer img {
  width: 183px;
  height: 48px;
}
@media screen and (max-width: 640px) {
  /* line 1369, ../styles/content/_contents.scss */
  #character .layoutBox__body .tabContents .tabContent01 article footer img, #character .layoutBox__body .tabContents .tabContent02 article footer img {
    width: 122px;
    height: 32px;
  }
}
/* line 1380, ../styles/content/_contents.scss */
#character .layoutBox__body .tabContents .tabContent01 article > div p, #character .layoutBox__body .tabContents .tabContent02 article > div p {
  display: none;
}
@media screen and (max-width: 640px) {
  /* line 1380, ../styles/content/_contents.scss */
  #character .layoutBox__body .tabContents .tabContent01 article > div p, #character .layoutBox__body .tabContents .tabContent02 article > div p {
    display: block;
    margin-bottom: 10px;
  }
  /* line 1385, ../styles/content/_contents.scss */
  #character .layoutBox__body .tabContents .tabContent01 article > div p img, #character .layoutBox__body .tabContents .tabContent02 article > div p img {
    width: 190.5px;
    height: 10.5px;
  }
}
/* line 1391, ../styles/content/_contents.scss */
#character .layoutBox__body .tabContents .tabContent01 article > div .thumb, #character .layoutBox__body .tabContents .tabContent02 article > div .thumb {
  margin: 0 auto;
}
/* line 1394, ../styles/content/_contents.scss */
#character .layoutBox__body .tabContents .tabContent01 article > div .characters, #character .layoutBox__body .tabContents .tabContent02 article > div .characters {
  margin: 20px 0;
}
/* line 1395, ../styles/content/_contents.scss */
#character .layoutBox__body .tabContents .tabContent01 article > div .characters ul, #character .layoutBox__body .tabContents .tabContent02 article > div .characters ul {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  /* line 1394, ../styles/content/_contents.scss */
  #character .layoutBox__body .tabContents .tabContent01 article > div .characters, #character .layoutBox__body .tabContents .tabContent02 article > div .characters {
    margin-top: 0px;
  }
}
/* line 1404, ../styles/content/_contents.scss */
#character .layoutBox__body .tabContents .tabContent01 article > div .characters li, #character .layoutBox__body .tabContents .tabContent02 article > div .characters li {
  display: inline-block;
}
/* line 1413, ../styles/content/_contents.scss */
#character .layoutBox__body .tabContents .tabContent01 .thumb {
  width: auto;
  height: 360px;
}
@media screen and (max-width: 640px) {
  /* line 1413, ../styles/content/_contents.scss */
  #character .layoutBox__body .tabContents .tabContent01 .thumb {
    height: 225px;
  }
}
/* line 1422, ../styles/content/_contents.scss */
#character .layoutBox__body .tabContents .tabContent01 .characters img {
  width: 128px;
  height: 128px;
}
@media screen and (max-width: 640px) {
  /* line 1422, ../styles/content/_contents.scss */
  #character .layoutBox__body .tabContents .tabContent01 .characters img {
    width: 108px;
    height: 108px;
  }
}
@media screen and (max-width: 640px) {
  /* line 1431, ../styles/content/_contents.scss */
  #character .layoutBox__body .tabContents .tabContent01 .characters li {
    margin: -12px -12px 0;
  }
}
/* line 1438, ../styles/content/_contents.scss */
#character .layoutBox__body .tabContents .tabContent02 .thumb {
  width: auto;
  height: 270px;
}
@media screen and (max-width: 640px) {
  /* line 1438, ../styles/content/_contents.scss */
  #character .layoutBox__body .tabContents .tabContent02 .thumb {
    height: 170px;
  }
}
/* line 1445, ../styles/content/_contents.scss */
#character .layoutBox__body .tabContents .tabContent02 .characters {
  /*
  ul{
	@include max-screen($bp){
	  max-width: 220px !important;
	}
  }*/
}
/* line 1446, ../styles/content/_contents.scss */
#character .layoutBox__body .tabContents .tabContent02 .characters img {
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 640px) {
  /* line 1446, ../styles/content/_contents.scss */
  #character .layoutBox__body .tabContents .tabContent02 .characters img {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 640px) {
  /* line 1445, ../styles/content/_contents.scss */
  #character .layoutBox__body .tabContents .tabContent02 .characters {
    margin-top: 10px !important;
  }
}
/* line 1463, ../styles/content/_contents.scss */
#character .layoutBox__body .tabContents .tabContent02 .characters li {
  margin: 0 14px 14px;
}
@media screen and (max-width: 640px) {
  /* line 1463, ../styles/content/_contents.scss */
  #character .layoutBox__body .tabContents .tabContent02 .characters li {
    margin: 0px 12px 5px;
  }
}

/* line 1480, ../styles/content/_contents.scss */
#terms {
  background: #666666;
  color: #FFF;
}
/* line 1483, ../styles/content/_contents.scss */
#terms a {
  color: #66ccff;
  text-decoration: none;
}
/* line 1486, ../styles/content/_contents.scss */
#terms a:hover {
  text-decoration: underline;
}
/* line 1490, ../styles/content/_contents.scss */
#terms * {
  line-height: 1.3;
}
/* line 1493, ../styles/content/_contents.scss */
#terms .layoutBox__inner {
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  /* line 1493, ../styles/content/_contents.scss */
  #terms .layoutBox__inner {
    width: 320px;
  }
}
/* line 1501, ../styles/content/_contents.scss */
#terms .layoutBox__header {
  padding: 30px 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  /* line 1501, ../styles/content/_contents.scss */
  #terms .layoutBox__header {
    padding: 15px 0;
    font-size: 9px;
    font-size: 0.5625rem;
    background: url(../images/common/ac_closed.png) 290px center no-repeat;
    background-size: 7px auto;
  }
}
/* line 1513, ../styles/content/_contents.scss */
#terms .layoutBox__body {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 0 30px;
}
@media screen and (max-width: 640px) {
  /* line 1513, ../styles/content/_contents.scss */
  #terms .layoutBox__body {
    font-size: 8px;
    font-size: 0.5rem;
    display: none;
  }
}
@media screen and (max-width: 640px) {
  /* line 1513, ../styles/content/_contents.scss */
  #terms .layoutBox__body {
    padding: 0 0 15px;
  }
}
/* line 1523, ../styles/content/_contents.scss */
#terms .layoutBox__body p + p {
  margin-top: 1em;
}
@media screen and (max-width: 640px) {
  /* line 1529, ../styles/content/_contents.scss */
  #terms.open .layoutBox__header {
    background: url(../images/common/ac_opened.png) 290px center no-repeat;
    background-size: 14px auto;
  }
}
@media screen and (max-width: 640px) {
  /* line 1535, ../styles/content/_contents.scss */
  #terms.open .layoutBox__body {
    display: block;
  }
}

/* line 1543, ../styles/content/_contents.scss */
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: 242px;
  height: 47px;
  background: url(../images/common/bt_close.png) no-repeat;
  background-size: 242px;
  margin: 0 auto;
  display: block;
  margin-top: 20px;
  display: none;
  outline: none;
}
