@charset "UTF-8";
@-webkit-keyframes logoAnim {
  0% {
    left: -100%;
  }
  50% {
    left: 5px;
  }
  100% {
    left: -45px;
  }
}
@keyframes logoAnim {
  0% {
    left: -100%;
  }
  50% {
    left: 5px;
  }
  100% {
    left: -45px;
  }
}
@-webkit-keyframes releaseAnim {
  0% {
    left: 200%;
  }
  50% {
    left: 0px;
  }
  100% {
    left: 50px;
  }
}
@keyframes releaseAnim {
  0% {
    left: 200%;
  }
  50% {
    left: 0px;
  }
  100% {
    left: 50px;
  }
}
.pc {
  display: block;
}

.sp {
  display: none;
}

body#top {
  background: #112d59;
}
body#top img {
  width: 100%;
}
body#top .bg {
  position: absolute;
  z-index: 1;
}
body#top .bg.bg01 {
  top: 920px;
  width: 100%;
  height: 528px;
  background: #093276;
  -webkit-transform: skewY(5deg);
  -ms-transform: skewY(5deg);
  transform: skewY(5deg);
}
body#top .bg.bg02 {
  top: 1250px;
  width: 100%;
  height: 390px;
  background: #164ba2;
  -webkit-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  transform: skewY(-10deg);
}
body#top .bg.bg03 {
  top: 1630px;
  width: 100%;
  height: 1000px;
  background: #09295c;
  -webkit-transform: skewY(10deg);
  -ms-transform: skewY(10deg);
  transform: skewY(10deg);
}
body#top .bg.bg04 {
  top: 2070px;
  width: 100%;
  height: 513px;
  background: #164ba2;
  -webkit-transform: skewY(-25deg);
  -ms-transform: skewY(-25deg);
  transform: skewY(-25deg);
}
body#top .wrap {
  position: relative;
  overflow: hidden;
  padding: 0 0 60px;
  width: 100%;
}
body#top .wrap .mv {
  position: relative;
  z-index: -1;
  min-height: 960px;
  height: 80vh;
}
body#top .wrap .mv .mv-inner {
  position: fixed;
  top: 0;
  min-height: 960px;
  width: 100%;
  height: 80vh;
  background-size: cover;
}
body#top .wrap .mv #wrapper_bgVideo {
  height: 1000px;
}
body#top .wrap .txtarea {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 auto;
  margin-left: -600px;
  width: 1200px;
}
body#top .wrap .txtarea h1 {
  position: absolute;
  top: 125px;
  left: -100%;
  z-index: 1;
  width: 722px;
}
body#top .wrap .txtarea h1.anim {
  -webkit-animation: logoAnim 0.4s forwards ease-in;
  animation: logoAnim 0.4s forwards ease-in;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
body#top .wrap .txtarea #release {
  position: absolute;
  top: 420px;
  left: 200%;
  z-index: 1;
  width: 502px;
}
body#top .wrap .txtarea #release.anim {
  -webkit-animation: releaseAnim 0.4s forwards ease-in;
  animation: releaseAnim 0.4s forwards ease-in;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
body#top .wrap .txtarea #release svg {
  position: absolute;
  top: -250px;
  left: -310px;
  width: 218.3% !important;
  height: 620px !important;
}
body#top .wrap .txtarea h2.h2Text {
  position: absolute;
  top: 540px;
  left: 70px;
  color: #edd639;
  text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
  font-size: 50px;
  font-family: source-han-sans-japanese, sans-serif, "Microsoft Yahei";
  opacity: 0;
}
body#top .wrap .txtarea h2.h2Text.show {
  opacity: 1;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
body#top .wrap .txtarea .question {
  position: absolute;
  top: 630px;
  left: -10px;
  z-index: 100;
  width: 610px;
  opacity: 0;
}
body#top .wrap .txtarea .question.show {
  opacity: 1;
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}
body#top .wrap .txtarea .sp_question {
  display: none;
}
body#top .wrap .txtarea .sp_question_inner {
  display: none;
}
body#top .wrap .txtarea.cn h1 {
  top: 265px;
}
body#top .wrap .txtarea.cn #release {
  top: 540px;
}
body#top .wrap .txtarea.cn h2.h2Text {
  top: 610px;
}
body#top .wrap .contents {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
body#top .wrap .contents .movie {
  overflow: hidden;
  margin: 100px 0 0 -30px;
  padding: 40px 0 79px 30px;
  opacity: 0;
}
body#top .wrap .contents .movie li {
  float: left;
  margin-right: 10px;
  width: 290px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.55);
}
body#top .wrap .contents .movie li.new {
  position: relative;
}
body#top .wrap .contents .movie li.new:before {
  position: absolute;
  bottom: 46px;
  left: 8%;
  z-index: 1;
  width: 35px;
  height: 21px;
  background: url(../img/common/new.png) no-repeat center top;
  background-size: 100%;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
body#top .wrap .contents .movie li a {
  color: #fff;
  text-decoration: none;
  font-size: 11px;
}
body#top .wrap .contents .movie li:last-child {
  margin-right: 0;
}
body#top .wrap .contents .movie li p {
  padding: 10px 0 8px 15px;
  background: #242422;
  font-size: 13px;
  line-height: 1.5;
}
body#top .wrap .contents .movie li p.solo {
  padding: 20px 0 16px 15px;
}
body#top .wrap .contents .movie.anim {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
body#top .wrap .contents #news_area {
  position: relative;
  margin: 0 0 50px;
  opacity: 0;
}
body#top .wrap .contents #news_area.scrollin {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
body#top .wrap .contents #news_area .slider .slick-list {
  padding: 20px 0;
}
body#top .wrap .contents #news_area .slider a {
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.55);
  color: #000;
  text-decoration: none;
}
body#top .wrap .contents #news_area .slider li {
  padding: 14px 14px 0;
  width: 362px;
  height: 348px;
  background: #242422;
}
body#top .wrap .contents #news_area .slider li .thumb {
  width: 362px;
  height: 204px;
  background: url(../img/top/thumb_tw.jpg) no-repeat;
  background-size: 100% !important;
}
body#top .wrap .contents #news_area .slider li dl {
  overflow: hidden;
}
body#top .wrap .contents #news_area .slider li dl dt {
  float: left;
  margin: 5px 0 0;
  padding-left: 5px;
  width: 90px;
  height: 21px;
  background: url(../img/top/tw_date_bg.png) no-repeat;
  background-size: 100%;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  font-family: source-han-sans-japanese, sans-serif, "Microsoft Yahei";
  line-height: 21px;
}
body#top .wrap .contents #news_area .slider li dl dd {
  float: left;
  margin: 7px 0 0;
  width: 20px;
}
body#top .wrap .contents #news_area .slider li p {
  clear: both;
  margin-top: 12px;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  font-family: source-han-sans-japanese, sans-serif, "Microsoft Yahei";
  line-height: 1.6;
}
body#top .wrap .contents #news_area .slick-slide {
  margin-right: 15px;
  width: 390px;
}
body#top .wrap .contents #news_area .slide-arrow {
  width: 70px;
  height: 70px;
}
body#top .wrap .contents #news_area .slide-arrow.prev-arrow {
  position: absolute;
  top: 50%;
  left: -70px;
  z-index: 1;
  background: url(../img/top/prev_arrow.png) no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body#top .wrap .contents #news_area .slide-arrow.prev-arrow:hover {
  width: 70px;
  height: 70px;
  background: url(../img/top/prev_arrow_hover.png) no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body#top .wrap .contents #news_area .slide-arrow.next-arrow {
  position: absolute;
  top: 50%;
  right: -70px;
  z-index: 1;
  background: url(../img/top/next_arrow.png) no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
body#top .wrap .contents #news_area .slide-arrow.next-arrow:hover {
  width: 70px;
  height: 70px;
  background: url(../img/top/next_arrow_hover.png) no-repeat;
  background-size: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body#top .wrap .contents .more {
  margin: 0 auto 0;
  width: 467px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body#top .wrap .contents .more a {
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body#top .wrap .contents .more a .more-btn {
  margin: 0 auto;
  width: 467px;
  background: #edd639;
  -webkit-box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 6px 6px 0px rgba(0, 0, 0, 0.36);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: skewX(-30deg);
  -ms-transform: skewX(-30deg);
  transform: skewX(-30deg);
}
body#top .wrap .contents .more a .more-btn .inner {
  position: relative;
  -webkit-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
}
body#top .wrap .contents .more a .more-btn .inner p {
  padding: 16px 0 16px 50px;
  color: #000;
  font-weight: 900;
  font-style: normal;
  font-size: 25px;
  font-family: source-han-sans-japanese, sans-serif, "Microsoft Yahei";
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
body#top .wrap .contents .more a .more-btn .inner p span {
  display: inline-block;
  margin-right: 29px;
  width: 37px;
  vertical-align: text-top;
}
body#top .wrap .contents .more a .more-btn .inner .arrow {
  position: absolute;
  right: -47px;
  bottom: 20px;
  width: 122px;
}
body#top .wrap .contents .more a:hover {
  color: #edd639;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body#top .wrap .contents .more a:hover .more-btn {
  background: #3d370e;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
body#top .wrap .contents .more a:hover .more-btn .inner p {
  color: #edd639;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
body#top .wrap .contents .more.anim {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
body#top .wrap .contents .spec {
  overflow: hidden;
  margin: 79px 0 0;
  padding: 0 0 48px;
  min-width: 1200px;
  background: rgba(3, 12, 27, 0.7);
  opacity: 0;
}
body#top .wrap .contents .spec.scrollin {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
body#top .wrap .contents .spec h2 {
  margin-bottom: 46px;
  padding: 17px 0 13px 25px;
  width: 625px;
  background: #17386d;
  color: #fff;
  color: #fff;
  font-weight: 900;
  font-style: normal;
  font-size: 25px;
  font-family: source-han-sans-japanese, sans-serif, "Microsoft Yahei";
}
body#top .wrap .contents .spec .spec-txt {
  float: left;
  margin-left: 25px;
}
body#top .wrap .contents .spec .spec-txt dl {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  padding-bottom: 8px;
  width: 562px;
  border-bottom: 1px solid #555b65;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  font-family: source-han-sans-japanese, sans-serif, "Microsoft Yahei";
}
body#top .wrap .contents .spec .spec-txt dl dt {
  width: 120px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  body#top .wrap .contents .spec .spec-txt dl dt {
    width: 230px;
  }
}
body#top .wrap .contents .spec .spec-txt dl dd {
  flex: 1;
  padding-left: 1rem;
  text-indent: -0.4rem;
  line-height: 1.4;
}
body#top .wrap .contents .spec .spec-txt dl dd span.mark {
  position: relative;
  top: 6px;
}
body#top .wrap .contents .spec .spec-img {
  float: right;
  margin-top: 70px;
  margin-right: 115px;
  width: 413px;
}
body#top .wrap .contents .spec .spec-img img {
  width: 100%;
}
body#top .pr-footer {
  position: relative;
  z-index: 9;
}

.kiyaku {
  margin: 50px 0 0;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.kiyaku p {
  color: #fff;
}
.kiyaku p a {
  color: #fcc800;
  text-decoration: none;
}

.after {
  position: absolute;
  top: 830px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: 0.5s;
  opacity: 0;
}
.after.anim {
  opacity: 1;
}
.after.cn {
  top: 740px;
}
@media screen and (max-width: 750px) {
  .after.cn {
    top: 950px;
  }
}
@media screen and (max-width: 750px) {
  .after {
    flex-direction: column;
    top: 1250px;
    width: 83%;
    align-items: center;
  }
}
.after--box {
  position: relative;
  z-index: 20;
  width: 330px;
  margin-right: 30px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  transform: skewX(-20deg);
  background-color: #1f2631;
  border-left: 10px solid #f3eb1b;
  text-align: center;
  box-shadow: 0px 0px 7px 3px rgba(0, 0, 0, 0.55);
}
.after--box.new {
  justify-content: flex-start;
}
.after--box.new:before {
  position: absolute;
  top: 30%;
  left: 40px;
  width: 39px;
  height: 26px;
  background: url(../img/top/new.png) no-repeat center top;
  background-size: 100%;
  content: "";
  transform: translateX(-50%) skewX(20deg);
}
@media screen and (max-width: 750px) {
  .after--box.new:before {
    width: 70px;
    top: 25%;
    left: 102px;
    height: 48px;
  }
}
.after--box.new .after--text {
  text-align: left;
  margin-left: 70px;
  margin-top: 5px;
}
@media screen and (max-width: 750px) {
  .after--box.new .after--text {
    margin-left: 180px;
  }
}
.after--box:nth-child(2), .after--box:nth-child(5) {
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .after--box {
    width: 100%;
    height: 100px;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .after--box:nth-child(2), .after--box:nth-child(5) {
    margin-bottom: 25px;
  }
}
.after--text {
  color: #fff;
  font-size: 18px;
  transform: skewX(20deg);
  display: block;
  line-height: 1.2;
}
.after--text > span {
  display: block;
  font-size: 0.6em;
}
@media screen and (max-width: 750px) {
  .after--text {
    font-size: 28px;
  }
}
.after--modal {
  background: url(../img/top/test.png);
  overflow-x: hidden;
}
.after--modal__head {
  box-sizing: border-box;
  width: 110%;
  box-sizing: border-box;
  height: 50px;
  display: flex;
  font-size: 30px;
  color: #fff;
  background-color: #1d1d26;
  padding: 12px 20px 10px;
  position: relative;
  margin-left: 50px;
  transform: skewX(-20deg);
}
.after--modal__head > span:nth-child(1) {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #edd639;
  left: -60px;
  top: 0;
}
.after--modal__head > span:nth-child(2) {
  transform: skewX(20deg);
}

.tutorial--head {
  color: #edd639;
  padding: 17px 60px 15px;
  transform: skewX(-20deg);
  background-color: #16438e;
  font-size: 30px;
  width: 540px;
  margin: 40px auto 0;
  text-align: center;
}
.tutorial--head.tou {
  width: 390px;
  background-color: #932BB4;
  color: #fff;
}
.tutorial--head.cn {
  width: 430px;
}
.tutorial--head > span {
  display: block;
  transform: skewX(20deg);
}
.tutorial--movie {
  margin: 40px auto 40px;
  width: 90%;
  position: relative;
  overflow: hidden;
}
.tutorial--movie > iframe {
  width: 100%;
  height: 506px;
}
@media screen and (max-width: 750px) {
  .tutorial--movie > iframe {
    height: 340px;
  }
}
.tutorial--movie__link {
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 26px;
  padding: 20px 25px 16px;
  width: 240px;
  background-color: #f91444;
  top: 300px;
  right: 95px;
  transform: skewX(-26deg);
  text-decoration: none;
  transition: none !important;
  box-shadow: 5px 5px 0px rgb(0, 0, 0);
}
@media screen and (max-width: 750px) {
  .tutorial--movie__link {
    font-size: 20px;
    padding: 10px 20px;
    top: 205px;
    right: 40px;
    width: 180px;
  }
}
.tutorial--movie__link > span {
  display: block;
  filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.5));
  transform: skewX(26deg);
}
.tutorial--tit {
  width: 90%;
  font-size: 22px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  background-color: #205d23;
}
@media screen and (max-width: 750px) {
  .tutorial--tit {
    font-size: 28px;
  }
}
.tutorial--tit.tou {
  background-color: #442e5e;
}
.tutorial--text {
  width: 90%;
  margin: 40px auto 0;
  color: #fff;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .tutorial--text {
    font-size: 28px;
  }
}
.tutorial--text.fz36 {
  margin-bottom: -10px;
  font-size: 26px;
}
@media screen and (max-width: 750px) {
  .tutorial--text.fz36 {
    margin-bottom: -40px;
    font-size: 36px;
  }
}
.tutorial--text span {
  font-size: 1.4em;
  font-weight: bold;
}
.tutorial--list {
  width: 50%;
  color: #fff;
  line-height: 1.5;
  font-weight: normal;
}
.tutorial--list.w35 {
  width: 35%;
}
@media screen and (max-width: 750px) {
  .tutorial--list.w35 {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .tutorial--list {
    font-size: 28px;
    width: 90%;
    margin: 0 auto;
  }
}
.tutorial--list .m20 {
  margin: 20px 0;
}
@media screen and (max-width: 750px) {
  .tutorial--list .m20 {
    margin: 50px 0 30px;
  }
}
.tutorial--list .m10 {
  margin: 20px 0;
  border-top: 1px solid;
  padding: 20px 0 0;
  font-weight: bold;
  font-size: 1.2em;
}
@media screen and (max-width: 750px) {
  .tutorial--list .m10 {
    margin: 30px 0;
    padding: 30px 0 0;
  }
}
.tutorial--list li span {
  width: 100px;
  margin-bottom: 5px;
  display: inline-block;
}
.tutorial--list.right li span {
  width: 240px;
  margin-bottom: 5px;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .tutorial--list.right li span {
    width: 350px;
  }
}
.tutorial--box {
  display: flex;
  margin: 0 5% 30px;
}
@media screen and (max-width: 750px) {
  .tutorial--box {
    flex-direction: column;
    margin: 0 0 30px;
  }
}

.update--box {
  display: flex;
  width: 80%;
  margin: 30px auto;
}
@media screen and (max-width: 750px) {
  .update--box {
    flex-direction: column;
  }
}
.update--inner {
  width: 90%;
  margin: 0 auto;
  background-color: #1248a1;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.update--tit {
  display: inline-block;
  font-size: 20px;
  padding: 20px;
  padding-left: 30px;
  transform: skewX(-20deg);
  background-color: #0b3375;
  margin-left: -10px;
  color: #fff;
}
.update--tit > span {
  display: block;
  transform: skewX(20deg);
}
@media screen and (max-width: 750px) {
  .update--tit {
    padding: 30px 20px;
  }
}
.update--wrapper {
  padding: 0 20px;
  width: 75%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .update--wrapper {
    flex-direction: column;
    width: 64%;
  }
}
.update--ver {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .update--ver {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.update--icon {
  width: 80px !important;
  margin-left: 10px;
}
.update--icon:first-child {
  margin-left: 20px;
}
.update--date {
  color: #fff;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .update--date {
    font-size: 24px;
  }
}
.update--head {
  display: inline-block;
  margin-left: 5%;
  background-color: #1b3a55;
  color: #fff;
  padding: 10px 60px;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .update--head {
    font-size: 28px;
  }
}
.update--text {
  color: #fff;
  margin-top: 30px;
  margin-left: 5%;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .update--text {
    font-size: 24px;
  }
}

.sell {
  position: absolute;
  top: 560px;
  font-size: 34px;
  color: #fff;
  background-color: #242422;
  padding: 14px 50px 10px;
  transform: skewX(-20deg);
  left: 170px;
  transition: 0.5s;
  opacity: 0;
}
.sell.anim {
  opacity: 1;
}
.sell > span {
  display: block;
  transform: skewX(20deg);
}
@media screen and (max-width: 750px) {
  .sell {
    top: 790px;
    left: 120px;
    font-size: 54px;
    padding: 20px 60px;
  }
}

body#top.cn .wrap .contents .movie li.new:before {
  left: 10%;
}
body#top.cn .wrap .contents .spec .spec-img {
  margin-top: 0;
}
body#top .wrap .contents .movie li .font-small {
  font-size: 10px;
}

@media screen and (min-width: 1501px) {
  body#top .wrap .mv #wrapper_bgVideo iframe {
    top: 40px !important;
  }
}
@media screen and (min-width: 1680px) {
  body#top .wrap .mv #wrapper_bgVideo iframe {
    top: 80px !important;
  }
}
@media screen and (min-width: 1880px) {
  body#top .wrap .mv #wrapper_bgVideo iframe {
    top: 120px !important;
  }
}
@media screen and (min-width: 2050px) {
  body#top .wrap .mv #wrapper_bgVideo iframe {
    top: 160px !important;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  @-webkit-keyframes logoAnim {
    0% {
      left: -100%;
    }
    50% {
      left: 4.5%;
    }
    100% {
      left: -5.5%;
    }
  }
  @keyframes logoAnim {
    0% {
      left: -100%;
    }
    50% {
      left: 4.5%;
    }
    100% {
      left: -5.5%;
    }
  }
  @-webkit-keyframes releaseAnim {
    0% {
      left: 200%;
    }
    50% {
      left: -11%;
    }
    100% {
      left: -1%;
    }
  }
  @keyframes releaseAnim {
    0% {
      left: 200%;
    }
    50% {
      left: -11%;
    }
    100% {
      left: -1%;
    }
  }
  body#top .wrap {
    position: relative;
    overflow: hidden;
    padding: 0 0 60px;
    width: 100%;
  }
  body#top .wrap .bg {
    position: absolute;
    z-index: 1;
  }
  body#top .wrap .bg.bg01 {
    top: 1064px;
    width: 100%;
    height: 528px;
    background: #093276;
    -webkit-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    transform: skewY(5deg);
  }
  body#top .wrap .bg.bg02 {
    top: 1250px;
    width: 100%;
    height: 390px;
    background: #164ba2;
    -webkit-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg);
  }
  body#top .wrap .bg.bg03 {
    top: 1630px;
    width: 100%;
    height: 1000px;
    background: #09295c;
    -webkit-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    transform: skewY(10deg);
  }
  body#top .wrap .bg.bg04 {
    top: 2070px;
    width: 100%;
    height: 513px;
    background: #164ba2;
    -webkit-transform: skewY(-25deg);
    -ms-transform: skewY(-25deg);
    transform: skewY(-25deg);
  }
  body#top .wrap .bg.bg05 {
    top: 4480px;
    width: 100%;
    height: 528px;
    background: #093276;
    -webkit-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    transform: skewY(5deg);
  }
  body#top .wrap .bg.bg06 {
    top: 4810px;
    width: 100%;
    height: 390px;
    background: #164ba2;
    -webkit-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg);
  }
  body#top .wrap .bg.bg07 {
    top: 5600px;
    width: 100%;
    height: 1000px;
    background: #09295c;
    -webkit-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    transform: skewY(10deg);
  }
  body#top .wrap .bg.bg08 {
    top: 5690px;
    width: 100%;
    height: 513px;
    background: #164ba2;
    -webkit-transform: skewY(-25deg);
    -ms-transform: skewY(-25deg);
    transform: skewY(-25deg);
  }
  body#top .wrap .bg.bg09 {
    top: 6340px;
    width: 100%;
    height: 528px;
    background: #093276;
    -webkit-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    transform: skewY(5deg);
  }
  body#top .wrap .bg.bg10 {
    top: 6640px;
    width: 100%;
    height: 390px;
    background: #164ba2;
    -webkit-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg);
  }
  body#top .wrap .bg.bg11 {
    top: 7460px;
    width: 100%;
    height: 1000px;
    background: #09295c;
    -webkit-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    transform: skewY(10deg);
  }
  body#top .wrap .bg.bg12 {
    top: 7680px;
    width: 100%;
    height: 513px;
    background: #164ba2;
    -webkit-transform: skewY(-25deg);
    -ms-transform: skewY(-25deg);
    transform: skewY(-25deg);
  }
  body#top .wrap .mv {
    position: relative;
    z-index: -1;
    height: 1197px;
  }
  body#top .wrap .mv .mv-inner {
    position: fixed;
    top: 0;
    width: 100%;
    height: 1000px;
    background-size: cover;
  }
  body#top .wrap .mv #wrapper_bgVideo {
    height: 1190px;
  }
  body#top .wrap .txtarea {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 auto;
    margin-left: -320px;
    width: 750px;
  }
  body#top .wrap .txtarea h1 {
    position: absolute;
    top: 500px;
    z-index: 1;
    width: 722px;
  }
  body#top .wrap .txtarea h1.anim {
    -webkit-animation: logoAnim 0.2s forwards ease-in;
    animation: logoAnim 0.2s forwards ease-in;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  body#top .wrap .txtarea #release {
    position: absolute;
    top: 820px;
    z-index: 1;
    width: 659px;
  }
  body#top .wrap .txtarea #release.anim {
    -webkit-animation: releaseAnim 0.2s forwards ease-in;
    animation: releaseAnim 0.2s forwards ease-in;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  body#top .wrap .txtarea #release svg {
    position: absolute;
    top: -370px;
    left: -623px;
    width: 288.3% !important;
    height: 810px !important;
  }
  body#top .wrap .txtarea h2.h2Text {
    position: absolute;
    top: 930px;
    left: 48%;
    width: 750px;
    text-shadow: black 1px 1px 10px, black -1px 1px 10px, black 1px -1px 10px, black -1px -1px 10px;
    font-size: 75px;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  body#top .wrap .txtarea h2.h2Text.show {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  body#top .wrap .txtarea.cn h1 {
    top: 480px;
  }
  body#top .wrap .txtarea.cn #release {
    top: 800px;
  }
  body#top .wrap .txtarea.cn h2.h2Text {
    top: 870px;
  }
  body#top .wrap .txtarea .question {
    display: none;
  }
  body#top .wrap .txtarea .sp_question {
    position: absolute;
    top: 1040px;
    left: -3%;
    z-index: 100;
    display: block;
    width: 90%;
    opacity: 0;
  }
  body#top .wrap .txtarea .sp_question.show {
    opacity: 1;
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
  }
  body#top .wrap .txtarea .sp_question_inner {
    display: none;
  }
  body#top .wrap .contents {
    position: relative;
    z-index: 10;
    margin: 1200px auto 0;
    max-width: 1200px;
    width: 100%;
  }
  body#top .wrap .contents.cn {
    margin: 280px auto 0;
  }
  body#top .wrap .contents .movie {
    overflow: hidden;
    margin: 0 0 48px;
    padding: 0;
  }
  body#top .wrap .contents .movie li {
    float: none;
    margin: 0 auto 32px;
    width: 674px;
  }
  body#top .wrap .contents .movie li:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }
  body#top .wrap .contents .movie li.new {
    position: relative;
  }
  body#top .wrap .contents .movie li.new:before {
    position: absolute;
    bottom: 63px;
    left: 8%;
    width: 78px;
    height: 71px;
    background: url(../img/common/new.png) no-repeat center top;
    background-size: 100%;
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  body#top .wrap .contents .movie li p {
    padding: 18px 0 18px 33px;
    font-size: 24px;
  }
  body#top .wrap .contents .movie li p.solo {
    padding: 35px 0 35px 33px;
  }
  body#top .wrap .contents #news_area {
    position: relative;
  }
  body#top .wrap .contents #news_area .slider {
    margin: 0 auto;
    width: 674px;
  }
  body#top .wrap .contents #news_area .slider li {
    width: auto;
    height: 683px;
    border-bottom: 4px solid #2e2e2e;
  }
  body#top .wrap .contents #news_area .slider li .thumb {
    width: 635px;
    height: 366px;
  }
  body#top .wrap .contents #news_area .slider li dl dt {
    width: 179px;
    height: 42px;
    font-size: 24px;
    line-height: 42px;
  }
  body#top .wrap .contents #news_area .slider li dl dd {
    width: 40px;
    height: 40px;
  }
  body#top .wrap .contents #news_area .slider li p {
    font-size: 22px;
  }
  body#top .wrap .contents .more {
    margin: 35px auto 0;
    width: 633px;
  }
  body#top .wrap .contents .more a {
    display: block;
  }
  body#top .wrap .contents .spec {
    overflow: hidden;
    margin: 79px auto 0;
    padding: 0 0 48px;
    min-width: auto;
    width: 677px;
    background: rgba(3, 12, 27, 0.7);
  }
  body#top .wrap .contents .spec h2 {
    margin-bottom: 46px;
    padding: 15px 0 15px 50px;
    width: 625px;
    background: #17386d;
    color: #edd639;
    font-size: 40px;
  }
  body#top .wrap .contents .spec .spec-txt {
    float: none;
    margin-left: 25px;
  }
  body#top .wrap .contents .spec .spec-txt dl {
    margin-bottom: 12px;
    padding-bottom: 8px;
    width: 562px;
    border-bottom: 1px solid #555b65;
    color: #fff;
    font-size: 26px;
  }
  body#top .wrap .contents .spec .spec-txt dl dt {
    float: none;
  }
  body#top .wrap .contents .spec .spec-txt dl dd {
    margin-left: 0;
  }
  body#top .wrap .contents .spec .spec-img {
    float: none;
    margin: 70px auto 0;
    width: 562px;
  }
  body#top .wrap .contents .spec .spec-img img {
    width: 100%;
  }
  body#top .wrap .head-video-containerSP {
    height: 1097px;
  }
  body#top .wrap .head-video-containerSP .mbYTP_wrapper iframe {
    top: 20px !important;
    left: 796px !important;
    width: 750px !important;
    height: 1600px !important;
  }
  body#top .pr-footer {
    position: relative;
    z-index: 9;
  }
  body#top.cn .wrap .contents .spec .spec-img {
    margin-top: 70px;
  }
  body#top.cn .wrap .contents .movie li.new:before {
    left: 10%;
  }
  .kiyaku {
    margin: 50px 0 0;
    padding: 20px 15px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 24px;
    line-height: 1.6;
  }
}
.c_question #cboxClose {
  top: unset;
  right: calc(50% - 135px);
  bottom: 65px;
  width: 250px;
  height: 80px;
  background-image: url(../img/top/close.png);
}
.c_question #cboxContent {
  height: 1420px;
}
.c_question #inline-content {
  display: flex;
  padding-top: 575px;
  width: 100%;
  height: 1200px;
  background-image: url(../img/top/question2.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.c_question #inline-content > a {
  margin-left: 30px;
  width: 175px;
}
.c_question #inline-content > a:last-child {
  margin-left: 50px;
}
.c_question #inline-content > a > img {
  width: 100%;
}

.top--bg {
  position: relative;
  overflow: hidden;
  margin-top: 80px;
  padding-bottom: 56.25%;
  height: 0;
}
.top--bg > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .top--bg {
    display: none;
  }
}

.top--bg__sp {
  position: relative;
  overflow: hidden;
  padding-bottom: 200%;
  height: 0;
}
.top--bg__sp > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner {
  position: absolute;
  top: 700px;
  z-index: 1;
  display: flex;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .banner {
    top: 980px;
    flex-direction: column;
  }
}
.banner.anim {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.banner--link {
  width: 600px;
}
@media screen and (max-width: 750px) {
  .banner--link {
    margin-left: -30px;
    width: 700px;
  }
}
.banner--wrapper {
  display: flex;
  justify-content: center;
}
.banner--new {
  width: 400px;
  margin-top: 60px;
  display: inline-block;
}
.banner--new:first-child {
  margin-right: 50px;
}
.banner--new > img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .c_question #cboxClose {
    top: unset;
    right: calc(50% - 150px);
    bottom: 4%;
    width: 280px;
    height: 60px;
    background-image: url(../img/top/close.png);
  }
  .c_question #cboxLoadedContent {
    height: 1200px !important;
  }
  .c_question #cboxContent {
    height: 1145px !important;
  }
  .c_question #inline-content {
    display: flex;
    padding-top: 860px;
    width: 100%;
    height: 1200px;
    background-image: url(../img/top/question2.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .c_question #inline-content > a {
    display: inline-table;
    margin-left: 7%;
    width: 38%;
  }
  .c_question #inline-content > a:last-child {
    margin-left: 12%;
  }
  .c_question #inline-content > a > img {
    width: 100%;
  }
}
.card-list__text {
  margin: 50px 0;
  padding: 0 35px;
  font-size: 16px;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .card-list__text {
    font-size: 24px;
  }
}
.card-list__inner {
  padding: 0 10px;
}
@media screen and (max-width: 750px) {
  .card-list__inner {
    padding: 0 30px;
  }
}
.card-list__head {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  .card-list__head {
    display: none;
  }
}
.card-list__head--item {
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #383838;
  background-color: #edd639;
  width: 220px;
  height: 33px;
  margin-left: 4px;
}
.card-list__head--item:nth-child(3) {
  width: 300px;
}
.card-list__main {
  margin-bottom: 50px;
}
.card-list__main--item {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 18px;
  margin-top: 5px;
}
@media screen and (max-width: 750px) {
  .card-list__main--item {
    display: block;
    margin-top: 50px;
    font-size: 24px;
  }
}
.card-list__main--thumb {
  width: 220px;
}
@media screen and (max-width: 750px) {
  .card-list__main--thumb {
    width: 100%;
    margin: 0 auto;
  }
}
.card-list__main--skill {
  box-sizing: border-box;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3a3a3a;
}
@media screen and (max-width: 750px) {
  .card-list__main--skill {
    width: 100%;
    padding: 30px;
    position: relative;
  }
  .card-list__main--skill:before {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    content: "スキル名";
    width: 150px;
    padding: 8px 15px;
    font-size: 24px;
    color: #383838;
    background-color: #edd639;
  }
}
.card-list__main--person {
  box-sizing: border-box;
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4b4b4b;
}
@media screen and (max-width: 750px) {
  .card-list__main--person {
    width: 100%;
    padding: 30px;
    position: relative;
  }
  .card-list__main--person:before {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    content: "カード対象者";
    width: 150px;
    padding: 8px 15px;
    font-size: 24px;
    color: #383838;
    background-color: #edd639;
  }
}
.card-list__main--text {
  box-sizing: border-box;
  width: 300px;
  background-color: #383838;
  font-size: 13px;
  padding: 10px;
  line-height: 1.8;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .card-list__main--text {
    width: 100%;
    padding: 30px;
    padding-top: 70px;
    font-size: 24px;
    position: relative;
  }
  .card-list__main--text:before {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    content: "効果";
    width: 150px;
    padding: 8px 15px;
    font-size: 24px;
    line-height: 1;
    color: #383838;
    background-color: #edd639;
  }
}
/*# sourceMappingURL=../maps/index.css.map */
