@charset "UTF-8";
body {
  font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
  font-size: 16px;
  line-height: 1;
  color: #c7c7c7;
  background: #000;
}

/*-- 動画付きTOP --*/
#wrap2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  /*for ie6*/
  margin: auto;
}

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

.fade_in {
  visibility: hidden;
  opacity: 0;
  transition: all .5s;
}

@media screen and (max-width: 767px) {
  .fade_in {
    animation-name: fadeIn;
    animation-timing-function: liner;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
  }
}

.show {
  visibility: visible;
  opacity: 1;
}

.flag {
  display: none;
  animation-delay: 4s;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .flag {
    display: block;
    animation-delay: 0s;
  }
  .flag img {
    width: 70px;
  }
}

#logo_intro2 {
  display: none;
  animation-delay: 6s;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #logo_intro2 {
    display: block;
    animation-delay: 1s;
  }
  #logo_intro2 img {
    width: 150px;
  }
}

#lang2 {
  animation-delay: 8s;
  position: absolute;
  top: 75%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #lang2 {
    position: static;
    animation-delay: 2s;
    margin: 0;
    margin-top: 50px;
  }
}

#lang2 li {
  display: inline-block;
  margin: 0 20px;
}

@media screen and (max-width: 767px) {
  #lang2 li {
    margin: 0 10px;
  }
}

.movie_btn {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .movie_btn {
    display: none;
  }
}

@keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

.top_bnr {
  max-width: 500px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .top_bnr {
    max-width: 280px;
  }
}

.top_bnr img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .top_bnr .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .top_bnr .sp {
    display: none;
  }
}

.top_bnr_list {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .top_bnr_list {
    display: block;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top_bnr_list li + li {
    margin-top: 10px !important;
  }
}

.top_bnr_list li {
  max-width: 400px;
  margin: 0 auto;
}

.top_bnr_list img {
  max-width: 100%;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}