@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

ol, ul {
  list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%; /* 16px -> 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
/*=============================================================
 01_base
=============================================================*/
body {
  margin: 0;
}

img {
  pointer-events: none;
  -webkit-touch-callout: none;
}

a {
  display: block;
}

#header .inner {
  position: relative;
  max-width: 1200px;
  margin: 0 30px;
  z-index: 60;
}
@media only screen and (max-width: 768px) {
  #header .inner {
    max-width: unset;
  }
}
#header .title {
  width: 196px;
}
@media only screen and (max-width: 768px) {
  #header .title {
    width: 29.0625vw;
    margin-left: -2.34375vw;
  }
}
#header .title img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #header .logo {
    position: absolute;
    top: 0;
    left: -1.875vw;
  }
}
#header #btn-nav {
  display: none;
}
@media only screen and (max-width: 768px) {
  #header #btn-nav {
    display: block;
    position: fixed;
    top: 0.78125vw;
    right: 0.78125vw;
    width: 11.875vw;
    height: 11.875vw;
    background: url("../img/global/btn_nav.png") no-repeat top center;
    background-size: contain;
    z-index: 70;
  }
}
@media only screen and (max-width: 768px) {
  #header #btn-nav span {
    position: absolute;
    left: 3.125vw;
    width: 5.3125vw;
    height: 0.625vw;
    background-color: #0f26c0;
    transition: all 0.4s ease;
  }
}
@media only screen and (max-width: 768px) {
  #header #btn-nav span:nth-child(1) {
    top: 3.90625vw;
  }
}
@media only screen and (max-width: 768px) {
  #header #btn-nav span:nth-child(2) {
    top: 5.46875vw;
  }
}
@media only screen and (max-width: 768px) {
  #header #btn-nav span:nth-child(3) {
    top: 7.03125vw;
  }
}
@media only screen and (max-width: 768px) {
  #header #btn-nav.active span:nth-child(1) {
    top: 5.46875vw;
    transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 768px) {
  #header #btn-nav.active span:nth-child(2) {
    opacity: 0;
  }
}
@media only screen and (max-width: 768px) {
  #header #btn-nav.active span:nth-child(3) {
    top: 5.46875vw;
    transform: rotate(45deg);
  }
}
#header nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 60;
}
@media only screen and (max-width: 1200px) {
  #header nav {
    width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  #header nav {
    display: none;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
  }
}
#header nav::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  opacity: 0.9;
}
@media only screen and (max-width: 768px) {
  #header nav .box {
    width: 100%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
  }
  #header nav .box::before {
    content: "";
    display: block;
    position: absolute;
    top: -18.75vw;
    left: 0;
    width: 100%;
    height: 55.15625vw;
    background: url("../img/global/base01-sp.png") no-repeat top center;
    background-size: contain;
  }
  #header nav .box::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -37.5vw;
    left: 0;
    width: 100%;
    height: 54.6875vw;
    background: url("../img/global/base02-sp.png") no-repeat top center;
    background-size: contain;
  }
}
#header nav .title {
  display: none;
}
@media only screen and (max-width: 768px) {
  #header nav .title {
    position: relative;
    display: block;
    width: 39.0625vw;
    margin: 0 auto 1.5625vw;
  }
}
#header nav .title img {
  width: 100%;
}
#header nav ul {
  position: absolute;
  top: 0;
  right: 70px;
  transform: skewX(-50deg);
  background-color: #fff;
  padding: 11px 0;
}
@media only screen and (max-width: 768px) {
  #header nav ul {
    position: relative;
    top: unset;
    right: unset;
    padding: 0;
    width: 80%;
    margin: 0 auto;
    transform: skewX(0);
    background-color: transparent;
    text-align: center;
    z-index: 2;
  }
}
#header nav ul li {
  position: relative;
  transform: skewX(50deg);
  display: inline-block;
  padding: 15px 50px;
  font-family: A1 Gothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
@media only screen and (max-width: 768px) {
  #header nav ul li {
    display: block;
    padding: 2.34375vw 0;
    transform: skewX(0);
  }
}
#header nav ul li.off {
  opacity: 0.6;
  pointer-events: none;
}
#header nav ul li:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #0f26c0;
  position: absolute;
  top: 0;
  right: 0;
  transform: skewX(-50deg);
}
@media only screen and (max-width: 768px) {
  #header nav ul li:not(:last-child)::after {
    display: none;
  }
}
#header nav ul li a {
  line-height: 1;
  font-size: 20px;
  color: #0f26c0;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #header nav ul li a {
    font-size: 22px;
    font-size: 3.4375vw;
  }
}
#header nav ul li a:hover {
  opacity: 0.5;
}
#header nav ul li a span.eng {
  display: none;
}
@media only screen and (max-width: 768px) {
  #header nav ul li a span.eng {
    display: block;
    font-size: 60px;
    font-size: 9.375vw;
    font-weight: bold;
  }
}

#modal-block {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
  overflow-y: scroll;
}
#modal-block .close-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal-block .close {
  font-size: 50px;
  font-weight: bold;
  color: #0919c3;
  position: absolute;
  top: 0;
  right: -8%;
  cursor: pointer;
}
#modal-block .close::after {
  content: "×";
}
#modal-block .modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  margin: 100px 0;
  padding-bottom: 100px;
}
#modal-block .agreement-box {
  display: none;
  position: relative;
  width: 1057px;
  border: 1px solid #0e4283;
  margin: 100px auto;
  background-color: #fff;
}
#modal-block .agreement-box .close {
  top: -2%;
  right: -6%;
}
#modal-block .agreement-box .inner {
  padding: 40px 0 78px;
  margin: 0 52px;
  width: auto;
}
#modal-block .agreement-box h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 5px;
  color: #0049ae;
}
#modal-block .agreement-box p {
  font-size: 18px;
  line-height: 1.5;
  color: #0049ae;
}
#modal-block .agreement-box h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 24px;
  color: #0049ae;
}

@media only screen and (max-width: 768px) {
  #modal-block .close {
    font-size: 8.5vw;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: -5vw;
    right: 0;
    cursor: pointer;
  }
  #modal-block .modal {
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    margin: 20.3125vw 0;
  }
  #modal-block .agreement-box {
    width: auto;
    margin: 20% 2.5%;
  }
  #modal-block .agreement-box .close {
    top: -0.8%;
    right: 0;
  }
  #modal-block .agreement-box .inner {
    padding: 5% 0 8%;
    margin: 0 6%;
  }
  #modal-block .agreement-box h3 {
    font-size: 4.5vw;
    margin-bottom: 1.4%;
  }
  #modal-block .agreement-box p {
    font-size: 3.2vw;
  }
  #modal-block .agreement-box h4 {
    font-size: 3.2vw;
    padding-top: 5%;
  }
}
/*-----------------------------------------------
 app-info
-----------------------------------------------*/
#app-info.default {
  background-size: cover;
  text-align: center;
  padding: 24px 0 42px;
  background-color: rgba(253, 206, 0, 0.95);
}
#app-info.default p {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  color: #000099;
  margin-bottom: 8px;
}
#app-info.default .bnr {
  position: relative;
  margin-bottom: 40px;
}
#app-info.default .detail {
  position: relative;
  font-size: 0;
  margin-bottom: 32px;
}
#app-info.default .detail .image {
  display: inline-block;
  margin-right: 22px;
  vertical-align: top;
  width: 153px;
}
#app-info.default .detail .image img {
  width: 100%;
}
#app-info.default .detail dl {
  display: inline-block;
  font-size: 0;
  width: 335px;
  text-align: left;
  vertical-align: top;
}
#app-info.default .detail dl dt {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  width: 105px;
  color: #fff;
  margin-right: 12px;
  padding: 8px 0;
  border-radius: 10px;
  background-color: #00a2ff;
  margin-bottom: 6px;
  text-align: center;
}
#app-info.default .detail dl dt:last-of-type {
  margin-bottom: 0;
}
#app-info.default .detail dl dd {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #000099;
  margin-bottom: 8px;
}
#app-info.default .detail dl dd:last-of-type {
  margin-bottom: 0;
}
#app-info.default .app {
  position: relative;
  font-size: 0;
}
#app-info.default .app li {
  display: inline-block;
  margin: 0 10px;
}
#app-info.default .app li a {
  height: 51px;
}
#app-info.default .app li a img {
  width: auto;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  #app-info.default {
    background-color: rgba(253, 206, 0, 0.95);
    padding: 3% 0 6.5%;
  }
  #app-info.default p {
    font-size: 3.13vw;
    font-weight: bold;
    margin-bottom: 1.5%;
  }
  #app-info.default .bnr {
    width: 49.2%;
    margin: 0 auto 6.2%;
  }
  #app-info.default .detail {
    margin-bottom: 5%;
  }
  #app-info.default .detail .image {
    width: 23.90625vw;
    margin-right: 3.4%;
    margin-left: 5%;
  }
  #app-info.default .detail dl {
    width: 58%;
  }
  #app-info.default .detail dl dt {
    font-size: 2.82vw;
    width: 31.8%;
    margin-right: 3.6%;
    padding: 2% 0;
    border-radius: 1vw;
    margin-bottom: 2%;
  }
  #app-info.default .detail dl dd {
    font-size: 2.82vw;
    margin-bottom: 2%;
  }
  #app-info.default .app li {
    margin: 0 2%;
  }
  #app-info.default .app li:nth-child(1) {
    width: 24.4%;
  }
  #app-info.default .app li:nth-child(2) {
    width: 25.8%;
  }
  #app-info.default .app li:nth-child(3) {
    width: 26.6%;
    display: none;
  }
  #app-info.default .app li a {
    height: auto;
  }
  #app-info.default .app li a img {
    width: 100%;
    height: auto;
  }
}
#footer {
  padding: 28px 0 30px;
  text-align: center;
  background-color: #fff;
}
#footer #pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 50;
}
#footer .sns {
  margin-bottom: 25px;
}
#footer .sns li {
  display: inline-block;
  margin: 0 7px;
}
#footer small {
  font-size: 16px;
  line-height: 1.5;
  color: #0049ae;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #footer {
    padding: 4% 0;
  }
  #footer img {
    width: 100%;
  }
  #footer #pagetop {
    position: fixed;
    bottom: 4.6875vw;
    right: 3.125vw;
    width: 12.5vw;
  }
  #footer .sns {
    margin-bottom: 3%;
  }
  #footer .sns li {
    display: inline-block;
    margin: 0 0.8%;
  }
  #footer small {
    font-size: 2.8vw;
  }
}
#error-page {
  text-align: center;
  height: 89vh;
  padding-top: 100px;
  background: url("../img/info/bg-pc.jpg") no-repeat top center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #error-page {
    padding-top: 9.375vw;
  }
}
#error-page .inner {
  width: 1000px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 50px;
}
@media only screen and (max-width: 768px) {
  #error-page .inner {
    width: auto;
    margin: 0 3.125vw;
  }
}
#error-page h1 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #error-page h1 {
    margin-bottom: 4.6875vw;
  }
}
#error-page h2 {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #error-page h2 {
    margin-bottom: 2.34375vw;
    font-size: 25px;
    font-size: 3.90625vw;
  }
}
#error-page p {
  font-size: 16px;
  line-height: 1.5;
}

footer {
  background-color: #fff;
  padding: 20px 0 80px;
  text-align: center;
}