* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html, body {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  font-family: "Algerian"; }

@font-face {
  font-family: "Algerian";
  src: url("../fonts/Algerian.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

.app {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20px;
  position: relative;
  background: rgba(0, 0, 0, 0.15); }

.title_first {
  color: rgba(175, 244, 27, 0.87);
  font-size: 2em;
  text-align: center;
  text-shadow: 2px 2px 1px #6e9d09; }

.title_else {
  color: #ff0e0e;
  text-align: center;
  font-size: 4em;
  text-shadow: 1px -1px 1px #fcfcfc; }

.heroes_container {
  width: 1000px;
  margin: -10px auto;
  position: relative;
  height: 400px; }
  .heroes_container .heroes {
    position: absolute;
    width: 240px;
    opacity: 0;
    text-align: center;
    display: inline-block;
    top: -100px;
    animation: showcard 1s ease;
    animation-fill-mode: both; }
    .heroes_container .heroes .card_wrapper {
      width: 100%;
      position: relative;
      z-index: 99; }
      .heroes_container .heroes .card_wrapper img {
        left: 0;
        top: 0;
        width: 100%;
        position: absolute; }
        .heroes_container .heroes .card_wrapper img:last-child {
          top: -35px;
          opacity: 0;
          transition: opacity ease .5s;
          width: 120%;
          left: -50px; }
    .heroes_container .heroes:hover img:last-child {
      opacity: 1; }
  .heroes_container .heroes1 {
    transform: rotate(-2deg);
    animation-delay: 0.3s; }
  .heroes_container .heroes2 {
    left: 250px;
    transform: rotate(-1deg);
    animation-delay: 0.6s; }
  .heroes_container .heroes3 {
    left: 500px;
    animation-delay: 0.9s; }
  .heroes_container .heroes4 {
    left: 750px;
    transform: rotate(2deg);
    animation-delay: 1.2s; }
    .heroes_container .heroes4 img {
      width: 99%; }

.play_btn {
  width: 100%;
  height: 70px;
  margin-top: -20px; }
  .play_btn .btn_wrapper {
    width: 200px;
    height: 70px;
    opacity: 0;
    animation: herohoverin 1s ease;
    animation-fill-mode: both;
    margin: 15px auto;
    position: relative;
    animation-delay: 1.5s;
    z-index: 0; }
    .play_btn .btn_wrapper img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .play_btn .btn_wrapper:hover img:last-child {
      opacity: 0; }

.logo_wrapper {
  width: 100%;
  height: 150px;
  position: fixed;
  transition: all ease-in-out .7s;
  top: 570px; }
  .logo_wrapper .logo {
    width: 130px;
    height: 130px;
    margin: 60px auto; }
    .logo_wrapper .logo img {
      width: 100%; }

.logo_else {
  top: 0; }

.arrow_left {
  display: none;
  position: absolute;
  left: 10px;
  top: 200px;
  width: 70px;
  opacity: 0; }
  .arrow_left img {
    width: 100%; }

.arrow_right {
  display: none;
  position: absolute;
  right: 10px;
  top: 200px;
  width: 70px;
  opacity: 0; }
  .arrow_right img {
    width: 100%; }

.scene2 {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.scene2_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: black;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1; }

.non_display {
  display: none; }

.bg_girls {
  width: 500px;
  position: fixed;
  left: -100%;
  bottom: -50px; }
  .bg_girls img {
    width: 100%; }

.bg_girl-2 {
  width: 600px; }

.bg_girl-3 {
  width: 600px; }

.bw_girls_show {
  animation: bggirls 1s ease;
  animation-fill-mode: both; }

@keyframes bggirls {
  from {
    left: -100%; }
  to {
    left: 0; } }

.show_scene2 {
  opacity: 0;
  animation: herohoverin 1s ease;
  animation-fill-mode: both; }

.scene_logo {
  width: 200px;
  height: 200px;
  margin: 60px auto;
  margin-right: 33.5%;
  z-index: 9999;
  transition: opacity ease 1s; }
  .scene_logo img {
    width: 100%; }

.non_opacity {
  opacity: 0; }

.scene_notice {
  width: 600px;
  height: 350px;
  margin: 0 auto;
  margin-right: 23%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }

.quest {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 40px;
  padding-left: 80px;
  padding-right: 80px; }
  .quest p {
    color: #351307;
    font-size: 1.3em;
    text-align: center; }

.quest_btn_next {
  width: 150px;
  height: 70px;
  margin: 20px auto;
  position: relative;
  border: none; }
  .quest_btn_next img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    border: none; }
  .quest_btn_next:hover img:last-child {
    opacity: 0; }

.quest_btn_red {
  width: 190px;
  margin: 20px auto; }
  .quest_btn_red .btn_yes, .quest_btn_red .btn_no {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
    margin-left: 15px; }
    .quest_btn_red .btn_yes:hover img:last-child, .quest_btn_red .btn_no:hover img:last-child {
      opacity: 0; }
    .quest_btn_red .btn_yes img, .quest_btn_red .btn_no img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }

.quest_btn_last {
  width: 350px;
  margin: 5px auto; }
  .quest_btn_last .btn18_yes, .quest_btn_last .btn18_no {
    width: 160px;
    height: 50px;
    margin-left: 5px;
    overflow: hidden;
    display: inline-block; }
    .quest_btn_last .btn18_yes a, .quest_btn_last .btn18_no a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
      .quest_btn_last .btn18_yes a img, .quest_btn_last .btn18_no a img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
      .quest_btn_last .btn18_yes a:hover img:last-child, .quest_btn_last .btn18_no a:hover img:last-child {
        opacity: 0; }

@keyframes showcard {
  from {
    opacity: 0;
    top: -100px; }
  to {
    opacity: 1;
    top: 0; } }

@keyframes herohoverin {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media screen and (max-width: 1680px) {
  .scene_logo {
    margin-right: 400px; }
  .scene_notice {
    margin-right: 200px; } }

@media screen and (max-width: 1400px) {
  .title_first {
    font-size: 1.5em; }
  .title_else {
    font-size: 2em; }
  .heroes_container {
    width: 800px;
    height: 300px; }
    .heroes_container .heroes {
      width: 200px; }
      .heroes_container .heroes .card_wrapper img:last-child {
        top: -20px;
        left: -30px; }
    .heroes_container .heroes2 {
      left: 210px; }
    .heroes_container .heroes3 {
      left: 420px; }
    .heroes_container .heroes4 {
      left: 630px; }
  .play_btn {
    height: 50px;
    margin-top: 20px; }
    .play_btn .btn_wrapper {
      width: 150px;
      height: 50px; }
  .logo_wrapper {
    top: 490px; }
    .logo_wrapper logo {
      width: 110px;
      height: 110px;
      margin: 40px auto; }
  .logo_else {
    top: 0; }
  .scene_logo {
    margin-right: 400px; }
  .scene_notice {
    margin-right: 200px; }
  .bg_girls {
    width: 400px;
    position: fixed;
    left: -100%;
    bottom: -50px; }
    .bg_girls img {
      width: 100%; }
  .bg_girl-2 {
    width: 500px; } }

@media screen and (max-width: 1024px) {
  .title_first {
    font-size: 1em; }
  .title_else {
    font-size: 1.5em; }
  .heroes_container {
    width: 600px;
    height: 200px; }
    .heroes_container .heroes {
      width: 150px; }
      .heroes_container .heroes .card_wrapper img:last-child {
        top: -15px;
        left: -25px; }
    .heroes_container .heroes2 {
      left: 165px; }
    .heroes_container .heroes3 {
      left: 320px; }
    .heroes_container .heroes4 {
      left: 480px; }
  .play_btn {
    height: 30px;
    margin-top: 60px; }
    .play_btn .btn_wrapper {
      width: 120px;
      height: 30px; }
  .logo_wrapper {
    top: 400px; }
    .logo_wrapper .logo {
      width: 100px;
      height: 100px;
      margin: 50px auto; }
  .logo_else {
    top: 0; }
  .scene_logo {
    width: 100px;
    height: 100px;
    margin: 60px auto;
    margin-right: auto; }
  .bg_girls {
    width: 350px;
    position: fixed;
    left: -100%;
    bottom: -50px; }
    .bg_girls img {
      width: 100%; }
  .bg_girl-2 {
    width: 400px; }
  .scene_notice {
    width: 500px;
    height: 250px;
    margin-right: auto; }
  .quest {
    padding-top: 30px;
    padding-left: 90px;
    padding-right: 90px; }
    .quest p {
      font-size: 0.9em; }
  .quest_btn_next {
    width: 130px;
    height: 50px; }
  .quest_btn_red {
    width: 130px; }
    .quest_btn_red .btn_yes, .quest_btn_red .btn_no {
      width: 50px;
      height: 50px;
      margin-left: 10px; }
  .quest_btn_last {
    width: 260px; }
    .quest_btn_last .btn18_yes, .quest_btn_last .btn18_no {
      width: 120px;
      height: 40px; } }

@media screen and (max-width: 414px) {
  .title_first {
    font-size: 0.9em;
    padding: 10px; }
  .title_else {
    font-size: 1.3em; }
  .heroes_container {
    width: 200px;
    height: 300px;
    overflow: hidden; }
    .heroes_container .heroes {
      width: 150px;
      transition: left ease .4s;
      padding-top: 20px; }
      .heroes_container .heroes .card_wrapper img:last-child {
        top: -15px;
        left: -18px; }
    .heroes_container .heroes1 {
      left: 20px; }
    .heroes_container .heroes2 {
      left: 210px; }
    .heroes_container .heroes3 {
      left: 210px; }
    .heroes_container .heroes4 {
      left: 210px;
      transform: rotate(0deg); }
  .slider_fadein {
    left: 20px; }
  .slider_fadeout {
    left: 210px; }
  .play_btn {
    margin-top: 0px; }
  .logo_wrapper {
    top: 450px; }
  .logo_else {
    top: 0; }
  .arrow_left {
    display: block;
    animation: herohoverin 1s ease;
    animation-fill-mode: both;
    animation-delay: .5s; }
  .arrow_right {
    display: block;
    animation: herohoverin 1s ease;
    animation-fill-mode: both;
    animation-delay: .5s; }
  .scene2 {
    background-position: left; }
  .bg_girls {
    width: 200px;
    position: fixed;
    left: -100%;
    bottom: -50px; }
    .bg_girls img {
      width: 100%; }
  .bg_girl-2 {
    width: 250px; }
  .bg_girl-5 {
    width: 160px; }
  .scene_logo {
    margin-right: auto; }
  .scene_notice {
    width: 390px;
    height: 290px;
    margin-top: -80px;
    margin-right: auto; }
  .quest {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px; }
    .quest p {
      font-size: 0.9em; }
    .quest:last-child {
      padding-top: 30px; }
      .quest:last-child p {
        font-size: 0.9em; }
  .quest_btn_last {
    width: 280px;
    margin-top: 10px; }
    .quest_btn_last .btn18_yes, .quest_btn_last .btn18_no {
      width: 130px;
      height: 50px; } }
