html {
  min-height: 100%; }

body > .wrap {
  height: auto; }

body {
  background: #001125 url("../img/home/homebg.webp") center center no-repeat fixed;
  background-size: cover; }

.wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  /*height: auto;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  color: #fff;
  background: transparent;
  opacity: 0;
  z-index: 1; }

.wrap.is-show {
  opacity: 1.0; }

.automovie {
  width: 0;
  height: 0;
  font-size: 0;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1; }

/* animation
===============================================  */
@keyframes blur-anim1 {
  0% {
    opacity: 0;
    transform: scale(2); }
  20% {
    opacity: 0.08; }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0); } }
@keyframes blur-anim2 {
  0% {
    opacity: 0;
    transform: scale(5); }
  20% {
    opacity: 0.08; }
  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0); } }
@keyframes fade-anim {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* home contents
===============================================  */
.homeWrap {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  min-height: 100vh;
  /*padding-bottom: 100px;*/
  margin: auto;
  position: relative;
  background: transparent;
  z-index: 5;
  position: relative; }

.snsBox {
  display: flex;
  right: 20px;
  top: 10px;
  height: 32px;
  position: absolute;
  z-index: 5; }
  .snsBox li {
    margin: 0 3px;
    padding: 2px;
    height: 28px;
    width: auto; }
    .snsBox li a, .snsBox li img {
      width: auto;
      height: 28px !important; }

.homeInner {
  display: block;
  width: 1220px !important;
  height: auto;
  min-height: 970px;
  margin: 0 auto;
  padding-top: 35px;
  position: relative; }
  .homeInner .dc2026 {
    filter: blur(200px);
    animation: blur-anim2 2s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards; }
  .homeInner .mv {
    width: 590px;
    height: 838px;
    right: 20px;
    top: 94px;
    position: absolute;
    background: url("../img/home/teaser_poster.webp") left top no-repeat;
    background-size: cover;
    opacity: 0;
    animation: fade-anim 4s cubic-bezier(0.19, 1, 0.22, 1) 2s forwards; }
    .homeInner .mv .copy1 {
      width: 60px;
      height: auto;
      right: 184px;
      top: 280px;
      position: absolute;
      opacity: 0;
      filter: blur(40px);
      animation: blur-anim1 1.4s ease-out 2.0s forwards; }
    .homeInner .mv img {
      width: 100%; }
  .homeInner .mv_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 650px;
    height: auto;
    left: 0;
    top: 94px;
    padding: 0;
    text-align: center;
    position: absolute;
    opacity: 0;
    animation: fade-anim 8s cubic-bezier(0.19, 1, 0.22, 1) 4s forwards; }
    .homeInner .mv_left .homeLogo {
      display: block;
      width: 620px;
      margin: 0 auto; }
      .homeInner .mv_left .homeLogo img {
        width: 100%; }
    .homeInner .mv_left .roadshow {
      display: block;
      width: 319px;
      margin: -10px auto 0 auto; }
      .homeInner .mv_left .roadshow img {
        width: 100%; }
    .homeInner .mv_left .homeNavBox {
      display: flex;
      flex-flow: column wrap;
      justify-content: center;
      align-content: center;
      width: 100%;
      height: auto;
      /*min-height: 220px;*/
      padding: 0 0 20px 0; }
      .homeInner .mv_left .homeNavBox .topNav {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center; }
        .homeInner .mv_left .homeNavBox .topNav li {
          display: block;
          width: auto;
          margin: 10px 10px; }
          .homeInner .mv_left .homeNavBox .topNav li img {
            width: auto;
            height: 57px !important;
            margin: 0;
            padding: 0; }
      .homeInner .mv_left .homeNavBox .topNav2 {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center; }
        .homeInner .mv_left .homeNavBox .topNav2 li {
          display: block;
          width: auto;
          margin: 0 0; }
          .homeInner .mv_left .homeNavBox .topNav2 li img {
            width: auto;
            height: 32px !important;
            margin: 0;
            padding: 0; }
    .homeInner .mv_left .billing {
      filter: drop-shadow(2px 2px 5px #07253b);
      opacity: 1;
      padding-top: 10%; }

.homeBnrLine {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 0 20px 20px 20px;
  margin: 10px 0 0 0;
  /*bottom: 0;*/
  background: #001938;
  background: linear-gradient(0deg, rgba(0, 25, 56, 0.72) 0%, rgba(0, 25, 56, 0) 100%);
  text-align: center;
  /*position: absolute;*/ }
  .homeBnrLine .bnr {
    display: block;
    width: 156px;
    height: 60px;
    margin: 0 5px; }
  .homeBnrLine .policy {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: auto;
    margin: 20px auto 0 auto;
    font-size: 12px;
    color: #dbdbdb;
    line-height: 1.0;
    padding-right: 10px; }
    .homeBnrLine .policy li {
      margin: 5px 10px 5px 8px; }
    .homeBnrLine .policy a {
      color: #dbdbdb;
      text-decoration: none !important; }
    .homeBnrLine .policy a:hover {
      color: #e3ff80;
      text-decoration: underline;
      text-decoration-color: #fff;
      text-decoration-style: dotted;
      text-underline-offset: 0.5ex; }
  .homeBnrLine .copyright {
    font-size: 11px;
    color: #dbdbdb;
    padding-top: 20px; }
