@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, header, h1, h2, h3, div, ul, li, p, section {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  line-height: 0;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

.for_pc {
  display: block;
}
@media (max-width: 798px) {
  .for_pc {
    display: none;
  }
}

.for_sp {
  display: none;
}
@media (max-width: 798px) {
  .for_sp {
    display: block;
  }
}

.wp {
  overflow: hidden;
  max-width: 1420px;
  margin: auto;
  box-shadow: 0px  0px 16px 14px #f7f7f7;
}
.wp header {
  padding: 1% 2%;
}
@media (max-width: 798px) {
  .wp header {
    display: block;
    font-size: 14px;
    padding: 1% 2%;
  }
}
.wp header ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 798px) {
  .wp header ul {
    display: block;
  }
}
.wp header ul li.he_fl {
  display: flex;
}
@media (max-width: 798px) {
  .wp header ul li.he_fl {
    display: flex;
    margin: 10px 0;
    justify-content: space-around;
  }
}
.wp header ul li.he_fl a {
  margin: 0 5px 0 0;
}
.wp header ul li.he_fl a:hover {
  opacity: 0.7;
}
@media (max-width: 798px) {
  .wp header ul li.he_fl a {
    width: 48%;
  }
}

section {
  background: url("../img/bg.png") top left no-repeat;
  background-size: cover;
}

.btn01 {
  position: relative;
}
.btn01 .app {
  position: absolute;
  bottom: 7%;
  left: 0;
  right: 0;
  margin: auto;
  width: 73.1690%;
}

.btn02 {
  position: relative;
}
.btn02 .app {
  position: absolute;
  bottom: 4%;
  left: 0;
  right: 0;
  margin: auto;
  width: 77.8873%;
}

.btn03 {
  padding: 10% 0;
}
.btn03 a img {
  display: block;
  margin: auto;
  transition: all 0.2s;
}
.btn03 a img:hover {
  transform: scale(1.1, 1.1);
}

.movie_bg {
  background: url("../img/movie_bg.png") repeat-y;
  background-size: contain;
}

.yt {
  width: 50%;
  margin: auto;
}
@media (max-width: 798px) {
  .yt {
    width: 80%;
  }
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  left: 0;
  right: 0;
}

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

footer {
  background: #d8ecff;
}
footer p {
  text-align: center;
  padding: 50px 0;
  color: #1d2087;
}
@media (max-width: 798px) {
  footer p {
    padding: 20px 0;
    font-size: 14px;
  }
}

.btn {
  text-align: center;
  margin: 80px 0;
  transition: all 0.2s;
}
@media (max-width: 798px) {
  .btn {
    margin: 40px 0;
  }
}
.btn:hover {
  transform: scale(1.2, 1.2);
}
.btn a {
  padding: 20px 150px;
  text-align: center;
  margin: 20px auto;
  font-size: 50px;
  text-decoration: none;
  color: #fff;
  background: #000066;
  border-radius: 7px;
  border: 3px solid #fff;
  width: 72.04225%;
}
@media (max-width: 798px) {
  .btn a {
    padding: 10px 30px;
    font-size: 20px;
  }
}
