@media screen and (max-width: 414px) {
  .visible_pc {
    display: none;
  }
}

.visible_sp {
  display: none;
}
@media screen and (max-width: 414px) {
  .visible_sp {
    display: block;
  }
}

#mv {
  background-image: url(../images/mv_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  background-color: #000;
  padding-top: 15px;
  position: relative;
}
@media screen and (max-width: 414px) {
  #mv {
    padding-top: 3.6vw;
  }
}
#mv .logo {
  width: 100px;
  margin-right: 22px;
  margin-left: auto;
}
@media screen and (max-width: 414px) {
  #mv .logo {
    width: 24.2vw;
    margin-right: 5.3vw;
  }
}
#mv .catch {
  position: absolute;
  left: -22px;
  top: 70px;
  width: 251px;
}
@media screen and (max-width: 414px) {
  #mv .catch {
    width: 60.6vw;
    left: -5.3vw;
    top: 16.9vw;
  }
}
#mv .message {
  position: absolute;
  left: 0;
  top: 0;
  width: 230px;
}
@media screen and (max-width: 414px) {
  #mv .message {
    width: 55.6vw;
  }
}
#mv h1 {
  width: 100%;
  margin: 180px auto 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 414px) {
  #mv h1 {
    margin: 43.5vw auto 0;
  }
}
#mv .txt01 {
  width: 100%;
  margin: 21px auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 414px) {
  #mv .txt01 {
    margin: 5.1vw auto 0;
  }
}
#mv .img01 {
  position: absolute;
  width: 260px;
  top: 264px;
  right: 0px;
  z-index: 1;
}
@media screen and (max-width: 414px) {
  #mv .img01 {
    width: 62.8vw;
    top: 63.8vw;
    right: 0;
  }
}

.bg01 {
  background-image: url(../images/entry_bg_base.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  background-color: #b00000;
  position: relative;
}

#schedule {
  background-image: url(../images/schedule_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  background-color: #000;
  position: relative;
  z-index: 2;
}
#schedule .txt02 {
  margin-top: 17px;
}
@media screen and (max-width: 414px) {
  #schedule .txt02 {
    margin-top: 4.1vw;
  }
}

#entry {
  position: relative;
  padding-bottom: 43px;
}
@media screen and (max-width: 414px) {
  #entry {
    padding-bottom: 10.4vw;
  }
}
#entry .racer_box01 {
  position: absolute;
  top: -89px;
  right: 0;
}
@media screen and (max-width: 414px) {
  #entry .racer_box01 {
    top: -21.5vw;
  }
}
#entry .racer_box01 .wave_up,
#entry .racer_box01 .wave_down {
  width: 414px;
  height: 550px;
}
@media screen and (max-width: 414px) {
  #entry .racer_box01 .wave_up,
  #entry .racer_box01 .wave_down {
    width: 100vw;
    height: 132.9vw;
  }
}
#entry .racer_box01 .wave_up img,
#entry .racer_box01 .wave_down img {
  width: 414px;
  height: 550px;
}
@media screen and (max-width: 414px) {
  #entry .racer_box01 .wave_up img,
  #entry .racer_box01 .wave_down img {
    width: 100vw;
    height: 132.9vw;
  }
}
#entry .racer_box01 .racer {
  width: 494px;
  height: 550px;
}
@media screen and (max-width: 414px) {
  #entry .racer_box01 .racer {
    width: 119.3vw;
    height: 132.9vw;
  }
}
#entry .racer_box01 .racer img {
  width: 494px;
  height: 550px;
}
@media screen and (max-width: 414px) {
  #entry .racer_box01 .racer img {
    width: 119.3vw;
    height: 132.9vw;
  }
}
#entry .racer_box01 .wave_up,
#entry .racer_box01 .wave_down,
#entry .racer_box01 .racer {
  position: absolute;
  right: 0;
  top: 0;
}
#entry .racer_box01 .wave_up {
  z-index: 3;
}
#entry .racer_box01 .racer {
  z-index: 2;
}
#entry .racer_box01 .wave_down {
  z-index: 1;
}
#entry .txt_box01 {
  position: relative;
  z-index: 10;
  padding-top: 26px;
}
@media screen and (max-width: 414px) {
  #entry .txt_box01 {
    padding-top: 6.3vw;
  }
}
#entry .txt_box01 h2 {
  width: 100%;
  margin: 345px auto 0;
}
@media screen and (max-width: 414px) {
  #entry .txt_box01 h2 {
    margin: 83.7vw auto 0;
  }
}
#entry .txt_box01 .txt01 {
  font-size: 19px;
  line-height: 1.2em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 414px) {
  #entry .txt_box01 .txt01 {
    font-size: 4.6vw;
    margin-top: 2.4vw;
  }
}
#entry .txt_box01 .txt02 {
  font-size: 26px;
  line-height: 1.2em;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 414px) {
  #entry .txt_box01 .txt02 {
    font-size: 6.3vw;
  }
}
#entry .txt_box02 {
  background-color: #000000;
  margin-top: 23px;
  position: relative;
}
@media screen and (max-width: 414px) {
  #entry .txt_box02 {
    margin-top: 5.6vw;
  }
}
#entry .txt_box02 .txt01 {
  width: 100%;
  margin: 0 auto;
}
#entry .txt_box02 .txt02 {
  font-size: 11px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 414px) {
  #entry .txt_box02 .txt02 {
    font-size: 2.7vw;
    margin-top: 2.4vw;
  }
}
#entry .txt_box03 {
  position: relative;
  padding-top: 26px;
}
@media screen and (max-width: 414px) {
  #entry .txt_box03 {
    padding-top: 6.3vw;
  }
}
#entry .txt_box03 .txt01 {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 414px) {
  #entry .txt_box03 .txt01 {
    font-size: 5.8vw;
  }
}
#entry .txt_box03 .txt04 {
  width: 325px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 414px) {
  #entry .txt_box03 .txt04 {
    width: 78.6vw;
  }
}
#entry .txt_box03 .txt02 {
  width: 333px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 365px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 414px) {
  #entry .txt_box03 .txt02 {
    width: 80.4vw;
    margin-top: 88.2vw;
  }
}
#entry .txt_box03 .img01 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
#entry .txt03 {
  margin-top: 24px;
}
@media screen and (max-width: 414px) {
  #entry .txt03 {
    margin-top: 5.8vw;
  }
}
#entry #movie {
  margin-top: 48px;
}
@media screen and (max-width: 414px) {
  #entry #movie {
    margin-top: 11.6vw;
  }
}
#entry #movie h3 {
  width: 288px;
  margin: 0 auto 11px;
}
@media screen and (max-width: 414px) {
  #entry #movie h3 {
    width: 69.6vw;
    margin: 0 auto 2.7vw;
  }
}
#entry .entry_btn02 {
  margin-top: 60px;
}
@media screen and (max-width: 414px) {
  #entry .entry_btn02 {
    margin-top: 14.5vw;
  }
}

.bg02 {
  background-image: url(../images/area_bg_base02.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  background-color: #820000;
  position: relative;
}

#area {
  position: relative;
  padding-top: 453px;
  padding-bottom: 95px;
}
@media screen and (max-width: 414px) {
  #area {
    padding-top: 109.4vw;
    padding-bottom: 22.9vw;
  }
}
#area .racer_box01 {
  position: absolute;
  top: 0;
  right: 0;
}
#area .racer_box01 .wave,
#area .racer_box01 .racer {
  width: 414px;
  height: 480px;
}
@media screen and (max-width: 414px) {
  #area .racer_box01 .wave,
  #area .racer_box01 .racer {
    width: 100vw;
    height: 115.9vw;
  }
}
#area .racer_box01 .wave img,
#area .racer_box01 .racer img {
  width: 414px;
  height: 480px;
}
@media screen and (max-width: 414px) {
  #area .racer_box01 .wave img,
  #area .racer_box01 .racer img {
    width: 100vw;
    height: 115.9vw;
  }
}
#area .racer_box01 .wave,
#area .racer_box01 .racer {
  position: absolute;
  right: 0;
  top: 0;
}
#area .racer_box01 .wave {
  z-index: 2;
}
#area .racer_box01 .racer {
  z-index: 1;
}
#area .txt_box01 {
  position: relative;
  z-index: 10;
}
#area .txt_box01 .txt_block01 {
  width: 360px;
  background: linear-gradient(to right, rgb(45, 0, 0) 0%, rgb(110, 0, 0) 100%);
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}
@media screen and (max-width: 414px) {
  #area .txt_box01 .txt_block01 {
    width: 87vw;
    padding: 1.2vw;
  }
}
#area .txt_box01 .txt_block01 .border {
  border: 1px solid #ff0000;
  padding: 17px 0 13px;
}
@media screen and (max-width: 414px) {
  #area .txt_box01 .txt_block01 .border {
    padding: 4.1vw 0 3.1vw;
  }
}
#area .txt_box01 .txt_block01 .txt01 {
  font-size: 19px;
  color: #ecc700;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0em;
}
@media screen and (max-width: 414px) {
  #area .txt_box01 .txt_block01 .txt01 {
    font-size: 4.6vw;
  }
}
#area .txt_box01 .txt_block01 .txt02 {
  font-size: 21px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.07em;
  margin-top: 0.1em;
}
@media screen and (max-width: 414px) {
  #area .txt_box01 .txt_block01 .txt02 {
    font-size: 5.1vw;
  }
}

#application {
  background-color: #000;
  background-image: url(../images/application_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  position: relative;
}
#application .wrap01 {
  position: relative;
  z-index: 10;
  height: 399px;
  padding-top: 55px;
}
@media screen and (max-width: 414px) {
  #application .wrap01 {
    height: 96.4vw;
    padding-top: 13.3vw;
  }
}
#application .wrap01 h2 {
  font-size: 38px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 414px) {
  #application .wrap01 h2 {
    font-size: 9.2vw;
  }
}
#application .wrap01 .txt01 {
  font-size: 28px;
  color: #fff;
  font-weight: 500;
  margin-top: 82px;
}
@media screen and (max-width: 414px) {
  #application .wrap01 .txt01 {
    font-size: 6.8vw;
    margin-top: 19.8vw;
  }
}
#application .wrap01 .entry_btn01 {
  margin-top: 19px;
}
@media screen and (max-width: 414px) {
  #application .wrap01 .entry_btn01 {
    margin-top: 4.6vw;
  }
}
#application .no {
  position: absolute;
  right: 36px;
  top: 132px;
  width: 131px;
}
@media screen and (max-width: 414px) {
  #application .no {
    width: 31.6vw;
    top: 31.9vw;
    right: 8.7vw;
  }
}

#buy {
  background-color: #000;
  background-image: url(../images/buy_bg02.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  position: relative;
}
#buy .no {
  position: absolute;
  right: 26px;
  top: 67px;
  width: 131px;
}
@media screen and (max-width: 414px) {
  #buy .no {
    width: 31.6vw;
    top: 16.2vw;
    right: 6.3vw;
  }
}
#buy .wrap01 {
  position: relative;
  z-index: 10;
  height: 543px;
  padding-top: 66px;
}
@media screen and (max-width: 414px) {
  #buy .wrap01 {
    height: 131.2vw;
    padding-top: 15.9vw;
  }
}
#buy h2 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  line-height: 1.4em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 414px) {
  #buy h2 {
    font-size: 6vw;
  }
}
#buy .buy_btn01 {
  margin-top: 30px;
}
@media screen and (max-width: 414px) {
  #buy .buy_btn01 {
    margin-top: 7.2vw;
  }
}
#buy .txt_list01 {
  margin-top: 10px;
}
@media screen and (max-width: 414px) {
  #buy .txt_list01 {
    margin-top: 2.4vw;
  }
}
#buy .txt_list01 li {
  font-size: 11px;
  color: #fff;
  line-height: 1.3em;
}
@media screen and (max-width: 414px) {
  #buy .txt_list01 li {
    font-size: 2.7vw;
  }
}
#buy .entry_btn02 {
  width: 274px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 414px) {
  #buy .entry_btn02 {
    width: 66.2vw;
    margin-top: 7.2vw;
  }
}

.bg03 {
  background-image: url(../images/about_bg_base02.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  background-color: #000;
  position: relative;
}

#about {
  position: relative;
  padding-top: 515px;
  padding-bottom: 330px;
}
@media screen and (max-width: 414px) {
  #about {
    padding-top: 124.4vw;
    padding-bottom: 79.7vw;
  }
}
#about .racer_box01 .wave_up,
#about .racer_box01 .wave_down {
  width: 414px;
  height: 490px;
}
@media screen and (max-width: 414px) {
  #about .racer_box01 .wave_up,
  #about .racer_box01 .wave_down {
    width: 100vw;
    height: 118.4vw;
  }
}
#about .racer_box01 .wave_up img,
#about .racer_box01 .wave_down img {
  width: 414px;
  height: 490px;
}
@media screen and (max-width: 414px) {
  #about .racer_box01 .wave_up img,
  #about .racer_box01 .wave_down img {
    width: 100vw;
    height: 118.4vw;
  }
}
#about .racer_box01 .racer {
  width: 594px;
  height: 490px;
}
@media screen and (max-width: 414px) {
  #about .racer_box01 .racer {
    width: 143.5vw;
    height: 118.4vw;
  }
}
#about .racer_box01 .racer img {
  width: 594px;
  height: 490px;
}
@media screen and (max-width: 414px) {
  #about .racer_box01 .racer img {
    width: 143.5vw;
    height: 118.4vw;
  }
}
#about .racer_box01 .wave_up,
#about .racer_box01 .wave_down,
#about .racer_box01 .racer {
  position: absolute;
  left: 0;
  top: 0;
}
#about .racer_box01 .wave_up {
  z-index: 3;
}
#about .racer_box01 .racer {
  z-index: 2;
  left: -180px;
}
@media screen and (max-width: 414px) {
  #about .racer_box01 .racer {
    left: -43.5vw;
  }
}
#about .racer_box01 .wave_down {
  z-index: 1;
}
#about .big_txt01 {
  position: absolute;
  right: 34px;
  top: 315px;
  width: 84px;
}
@media screen and (max-width: 414px) {
  #about .big_txt01 {
    width: 20.3vw;
    top: 76.1vw;
    right: 8.2vw;
  }
}
#about .wrap01 {
  position: relative;
  z-index: 10;
}
#about .wrap01 h2 {
  width: 258px;
}
@media screen and (max-width: 414px) {
  #about .wrap01 h2 {
    width: 62.3vw;
  }
}
#about .wrap01 .txt01 {
  width: 302px;
  font-size: 15px;
  color: #fff;
  line-height: 1.9em;
  margin-top: 24px;
}
@media screen and (max-width: 414px) {
  #about .wrap01 .txt01 {
    width: 72.9vw;
    font-size: 3.6vw;
    margin-top: 5.8vw;
  }
}
#about .wrap01 .txt02 {
  width: 302px;
  font-size: 12px;
  color: #fff;
  line-height: 1.9em;
  margin-top: 0.8em;
}
@media screen and (max-width: 414px) {
  #about .wrap01 .txt02 {
    width: 72.9vw;
    font-size: 2.8vw;
  }
}
#about .wrap01 .link01 {
  width: 241px;
  margin-top: 30px;
}
@media screen and (max-width: 414px) {
  #about .wrap01 .link01 {
    width: 58.2vw;
    margin-top: 7.2vw;
  }
}

#oute {
  position: relative;
  padding-top: 480px;
}
@media screen and (max-width: 414px) {
  #oute {
    padding-top: 115.9vw;
  }
}
#oute .racer_box01 .wave_up,
#oute .racer_box01 .wave_down {
  width: 414px;
  height: 540px;
}
@media screen and (max-width: 414px) {
  #oute .racer_box01 .wave_up,
  #oute .racer_box01 .wave_down {
    width: 100vw;
    height: 130.4vw;
  }
}
#oute .racer_box01 .wave_up img,
#oute .racer_box01 .wave_down img {
  width: 414px;
  height: 540px;
}
@media screen and (max-width: 414px) {
  #oute .racer_box01 .wave_up img,
  #oute .racer_box01 .wave_down img {
    width: 100vw;
    height: 130.4vw;
  }
}
#oute .racer_box01 .racer {
  width: 556px;
  height: 540px;
}
@media screen and (max-width: 414px) {
  #oute .racer_box01 .racer {
    width: 134.3vw;
    height: 130.4vw;
  }
}
#oute .racer_box01 .racer img {
  width: 556px;
  height: 540px;
}
@media screen and (max-width: 414px) {
  #oute .racer_box01 .racer img {
    width: 134.3vw;
    height: 130.4vw;
  }
}
#oute .racer_box01 .wave_up,
#oute .racer_box01 .wave_down,
#oute .racer_box01 .racer {
  position: absolute;
  left: 0;
  top: 0;
}
#oute .racer_box01 .wave_up {
  z-index: 3;
}
#oute .racer_box01 .racer {
  z-index: 2;
}
#oute .racer_box01 .wave_down {
  z-index: 1;
}
#oute .wrap01 {
  position: relative;
}
#oute #result h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 414px) {
  #oute #result h3 {
    font-size: 5.8vw;
  }
}
#oute #result .txt01 {
  font-size: 16px;
  color: #fff;
  line-height: 1.5em;
  text-align: justify;
  margin-top: 10px;
}
@media screen and (max-width: 414px) {
  #oute #result .txt01 {
    font-size: 3.9vw;
    margin-top: 2.4vw;
  }
}
#oute #result .txt_list01 {
  margin-top: 10px;
}
@media screen and (max-width: 414px) {
  #oute #result .txt_list01 {
    margin-top: 2.4vw;
  }
}
#oute #result .txt_list01 li {
  font-size: 10px;
  color: #fff;
  line-height: 1.5em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 414px) {
  #oute #result .txt_list01 li {
    font-size: 2.4vw;
  }
}
#oute #send {
  margin-top: 30px;
}
@media screen and (max-width: 414px) {
  #oute #send {
    margin-top: 7.2vw;
  }
}
#oute #send h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
  color: #fff;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 414px) {
  #oute #send h3 {
    font-size: 5.8vw;
  }
}
#oute #send .txt01 {
  font-size: 16px;
  color: #fff;
  line-height: 1.5em;
  text-align: justify;
  margin-top: 10px;
}
@media screen and (max-width: 414px) {
  #oute #send .txt01 {
    font-size: 3.9vw;
    margin-top: 2.4vw;
  }
}
#oute #send .txt01 a {
  color: #fff;
  text-decoration: underline;
}

#slide .slide_content img {
  display: block;
  width: 100%;
  height: auto;
}
#slide .slick-slide > div {
  line-height: 0;
  font-size: 0;
}

#mv {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
}
#mv.active {
  opacity: 1;
}
#mv .catch {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translate(1%, 3%);
}
#mv .catch.active {
  opacity: 1;
  transform: translate(0, 0);
}
#mv .message {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transform: translate(0, 0);
}
#mv .message.active {
  opacity: 1;
  transform: translate(0, 0);
}
#mv h1 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: scale(1.2);
}
#mv h1.active {
  opacity: 1;
  transform: translateY(0);
}
#mv .txt01 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(-3%);
}
#mv .txt01.active {
  opacity: 1;
  transform: translateX(0);
}
#mv .img01 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
#mv .img01.active {
  opacity: 1;
  transform: translateY(0);
}

#schedule {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
#schedule.active {
  opacity: 1;
  transform: translateY(0);
}

#entry #entry_btn01 {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
#entry #entry_btn01.active {
  opacity: 1;
  transform: translateY(0);
}
#entry .racer_box01 .wave_up,
#entry .racer_box01 .wave_down {
  transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  overflow: hidden;
}
#entry .racer_box01 .wave_up img,
#entry .racer_box01 .wave_down img {
  position: absolute;
  right: 0;
  top: 0;
}
#entry .racer_box01 .racer {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translate(0, 0);
}
#entry .txt_box01 h2 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
  transition-delay: 0.5s;
}
#entry .txt_box01 .txt_block01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 1s;
}
#entry.deactive .racer_box01 .wave_up,
#entry.deactive .racer_box01 .wave_down {
  width: 0;
  transition: 0s;
  transition-delay: 0s;
}
#entry.deactive .racer_box01 .racer {
  opacity: 0;
  transform: translate(5%, -3%);
  transition: 0s;
  transition-delay: 0s;
}
#entry.deactive .txt_box01 h2 {
  opacity: 0;
  transition: 0s;
  transform: scale(1.1);
  transition-delay: 0s;
}
#entry.deactive .txt_box01 .txt_block01 {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}
#entry .txt_box02 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.7s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
}
#entry .txt_box02 .txt01, #entry .txt_box02 .txt02 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.8s;
}
#entry .txt_box02.deactive {
  opacity: 0;
  transition: 0s;
  transform: translateX(100%);
}
#entry .txt_box02.deactive .txt01, #entry .txt_box02.deactive .txt02 {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}
#entry .phase03 .txt_box03 .txt04 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transform: translateY(0);
}
#entry .phase03 .txt_box03 .txt02 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 1.1s;
}
#entry .phase03 .txt_box03 .img01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
  transition-delay: 0.6s;
}
#entry .phase03 .txt03 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
  transition-delay: 1.1s;
}
#entry .phase03.deactive .txt_box03 .txt04 {
  opacity: 0;
  transition: 0s;
  transform: translateY(0%);
  transition-delay: 0s;
}
#entry .phase03.deactive .txt_box03 .txt02 {
  opacity: 0;
  transition: 0s;
  transition-delay: 0s;
}
#entry .phase03.deactive .txt_box03 .img01 {
  opacity: 0;
  transition: 0s;
  transform: scale(1);
  transition-delay: 0s;
}
#entry .phase03.deactive .txt03 {
  opacity: 0;
  transition: 0s;
  transform: translateY(5%);
  transition-delay: 0s;
}
#entry .phase04 #movie {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
#entry .phase04 #entry_btn02 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
  transition-delay: 0.5s;
}
#entry .phase04.deactive #movie {
  opacity: 0;
  transition: 0s;
  transform: translateY(5%);
}
#entry .phase04.deactive #entry_btn02 {
  opacity: 0;
  transition: 0s;
  transform: translateY(0);
  transition-delay: 0s;
}

#area .racer_box01 .wave {
  transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  overflow: hidden;
}
#area .racer_box01 .wave img {
  position: absolute;
  right: 0;
  top: 0;
}
#area .racer_box01 .racer {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translate(0, 0);
}
#area .txt_box01 .txt_block01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: scale(1);
  transition-delay: 0.5s;
}
#area.deactive .racer_box01 .wave {
  width: 0;
  transition: 0s;
  transition-delay: 0s;
}
#area.deactive .racer_box01 .racer {
  opacity: 0;
  transform: translate(-5%, -3%);
  transition: 0s;
  transition-delay: 0s;
}
#area.deactive .txt_box01 .txt_block01 {
  opacity: 0;
  transition: 0s;
  transform: scale(1.1);
  transition-delay: 0s;
}

#application .no {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
#application h2 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0.6s;
}
#application .txt01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0.8s;
}
#application .entry_btn01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 1s;
}
#application.deactive .no {
  opacity: 0;
  transition: 0s;
  transform: translateY(8%);
}
#application.deactive h2 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#application.deactive .txt01 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#application.deactive .entry_btn01 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}

#buy .no {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
}
#buy h2 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0.6s;
}
#buy .buy_btn01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0.8s;
}
#buy .txt_list01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 1s;
}
#buy .entry_btn02 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 1.2s;
}
#buy.deactive .no {
  opacity: 0;
  transition: 0s;
  transform: translateY(8%);
}
#buy.deactive h2 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#buy.deactive .buy_btn01 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#buy.deactive .txt_list01 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#buy.deactive .entry_btn02 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}

#about .racer_box01 .wave_up,
#about .racer_box01 .wave_down {
  transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  overflow: hidden;
}
#about .racer_box01 .wave_up img,
#about .racer_box01 .wave_down img {
  position: absolute;
  left: 0;
  top: 0;
}
#about .racer_box01 .racer {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translate(0, 0);
}
#about .big_txt01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.9s;
  transition-timing-function: ease-in-out;
  transform: translateY(0);
  transition-delay: 0.5s;
}
#about h2 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.9s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 1.6s;
}
#about .txt01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.9s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 1.8s;
}
#about .txt02 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.9s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 2s;
}
#about .link01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.9s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 2.2s;
}
#about.deactive .racer_box01 .wave_up,
#about.deactive .racer_box01 .wave_down {
  width: 0;
  transition: 0s;
  transition-delay: 0s;
}
#about.deactive .racer_box01 .racer {
  opacity: 0;
  transform: translate(5%, -3%);
  transition: 0s;
  transition-delay: 0s;
}
#about.deactive .big_txt01 {
  opacity: 0;
  transition: 0s;
  transform: translateY(4%);
  transition-delay: 0s;
}
#about.deactive h2 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#about.deactive .txt01 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#about.deactive .txt02 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#about.deactive .link01 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}

#oute .racer_box01 .wave_up,
#oute .racer_box01 .wave_down {
  transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  overflow: hidden;
}
#oute .racer_box01 .wave_up img,
#oute .racer_box01 .wave_down img {
  position: absolute;
  left: 0;
  top: 0;
}
#oute .racer_box01 .racer {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transform: translate(0, 0);
}
#oute #result h3 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0.8s;
}
#oute #result .txt01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 1s;
}
#oute #result .txt_list01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 1.2s;
}
#oute.deactive .racer_box01 .wave_up,
#oute.deactive .racer_box01 .wave_down {
  width: 0;
  transition: 0s;
  transition-delay: 0s;
}
#oute.deactive .racer_box01 .racer {
  opacity: 0;
  transform: translate(5%, -3%);
  transition: 0s;
  transition-delay: 0s;
}
#oute.deactive #result h3 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
}
#oute.deactive #result .txt01 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#oute.deactive #result .txt_list01 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}
#oute #send h3 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0s;
}
#oute #send .txt01 {
  opacity: 1;
  transition-property: opacity, transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  transform: translateX(0);
  transition-delay: 0.2s;
}
#oute #send.deactive h3 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
}
#oute #send.deactive .txt01 {
  opacity: 0;
  transition: 0s;
  transform: translateX(-3%);
  transition-delay: 0s;
}

.video_content {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  z-index: 3;
}

.video_content video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.video_poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.video_poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style_top_deadline.css.map */