@charset "UTF-8";

body {
  font-family:
    "Yu Gothic", "Yu Gothic Medium", "游ゴシック体", "YuGothic", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-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;
  z-index: 5;
}

.video-wrap {

  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  margin: auto;
  width: 533px;
  height: 300px;
  z-index: 1;
}



@media screen and (max-width: 767px) {
  .video-wrap {
    width: 90%;
  }
}

.video-wrap .movie {
  display: flex;
  margin: auto;
}
@media screen and (max-width: 767px) {
.video-wrap .movie {
width: 100%;
}
}
.sound-btn {
  cursor: pointer;
  z-index: 999;
  position: relative;
}

.sound-btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.sound-btn img {
  width: 21px;
  height: auto;
}



.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: 350px;
  }
}

#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;
  }
}


.topLink li a {
  display: block;
  border: 1px solid #fff;
  padding: 15px 20px;
  width: 130px;
  color: #fff;
  text-decoration: none;
  font-family:
    "Yu Gothic", "Yu Gothic Medium", "游ゴシック体", "YuGothic", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  transition: 0.3s ease;
}

.topLink li a:hover {
  background: #fff;
  color: #000;
  transition: 0.3s ease;
}