@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  background-color: #fdfdfd;
}
body.scroll-prevent {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}

.en {
  font-family: "Montserrat", sans-serif;
}

.jp {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, Helvetica, Arial, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.sp {
  display: block;
}
@media only screen and (min-width: 992px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media only screen and (min-width: 992px) {
  .pc {
    display: block;
  }
}

.corp {
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #150a5e;
  text-shadow: 3px 3px #fdfdfd;
}

.stroked {
  color: inherit;
  overflow: visible !important;
  padding-right: 0.1em;
  padding-left: 0.1em;
  margin-right: -0.1em;
  margin-left: -0.1em;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: currentColor;
}

.stroked.bold {
  -webkit-text-stroke-width: 2px;
}

.stroked.light {
  -webkit-text-stroke-width: 0.5px;
}

a {
  color: #150a5e;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.youtubeWrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubeWrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.marker {
  display: inline;
  background: linear-gradient(transparent 70%, #ffe44e 0%);
  padding: 0 2px 0px;
}

.orange {
  color: #f97b00;
}

/*=============================================
=            HEADER NAVIGATION            =
=============================================*/
#main-nav {
  display: flex;
  justify-content: space-between;
  height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  #main-nav {
    height: 120px;
  }
}
#main-nav .navbar-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #150a5e;
  padding: 20px 60px 20px 30px;
  border-radius: 0 0 60px 0;
  height: 80px;
}
@media only screen and (min-width: 768px) {
  #main-nav .navbar-brand {
    height: 120px;
  }
}
#main-nav .navbar-brand .logo {
  width: 160px;
}
@media only screen and (min-width: 768px) {
  #main-nav .navbar-brand .logo {
    width: 246px;
  }
}
#main-nav .menuToggler {
  position: relative;
  z-index: 10;
  margin-right: 15px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  #main-nav .menuToggler {
    margin-right: 30px;
  }
}
#main-nav .menuToggler .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 5px;
  top: 5px;
  z-index: -1;
  background-color: #fdfdfd;
  border: 3px solid #150a5e;
  border-radius: 10px;
}
#main-nav .menuToggler:hover .inner {
  top: 5px;
  left: 5px;
  transition: all 0.1s ease-in-out;
}
#main-nav .menuToggler .inner {
  width: 50px;
  height: 50px;
  color: #fdfdfd;
  background-color: #150a5e;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  left: 0;
  position: relative;
  z-index: 10;
  transition: all 0.1s ease-in-out;
}
@media only screen and (min-width: 768px) {
  #main-nav .menuToggler .inner {
    width: 60px;
    height: 60px;
  }
}
#main-nav .menuToggler .barBox {
  width: 30px;
  height: 16px;
  margin-bottom: 8px;
  margin-top: 5px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #main-nav .menuToggler .barBox {
    height: 20px;
  }
}
#main-nav .menuToggler .barBox span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fdfdfd;
}
#main-nav .menuToggler .barBox span:first-child {
  top: 0;
}
#main-nav .menuToggler .barBox span:last-child {
  top: 100%;
}
#main-nav .menuToggler .text {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  #main-nav .menuToggler .text {
    font-size: 1.1rem;
  }
}
#main-nav .menuWrapper {
  position: fixed;
  width: 50vw;
  height: 100vh;
  min-width: 330px;
  background-color: #150a5e;
  color: #fdfdfd;
  top: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
  transform: translateX(101%);
}
@media only screen and (min-width: 768px) {
  #main-nav .menuWrapper {
    max-width: 500px;
  }
}
#main-nav .menuWrapper.active {
  transform: translateX(0);
}
#main-nav .menuWrapper ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  width: 80%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#main-nav .menuWrapper ul li {
  border-top: 1px solid #fdfdfd;
}
#main-nav .menuWrapper ul li:last-child {
  border-bottom: 1px solid #fdfdfd;
}
#main-nav .menuWrapper ul li a {
  display: block;
  color: #fdfdfd;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}
@media only screen and (min-width: 768px) {
  #main-nav .menuWrapper ul li a {
    font-size: 1.6rem;
  }
}
#main-nav .menuWrapper .closeBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
#main-nav .menuWrapper .closeBtn .barBox span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #fdfdfd;
}
#main-nav .menuWrapper .closeBtn .barBox span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*=====  End of HEADER NAVIGATION  ======*/
/*=============================================
=            PAGE HEAD - SUBPAGE            =
=============================================*/
#pageHead.subPage {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  background-color: #a4d8ff;
  position: relative;
  border-bottom: 5px solid #1b1e24;
}
@media only screen and (min-width: 768px) {
  #pageHead.subPage {
    padding-top: 0;
    border-bottom: 10px solid #1b1e24;
    overflow: hidden;
  }
}
#pageHead.subPage picture {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
#pageHead.subPage .pageTitleWrapper {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #pageHead.subPage .pageTitleWrapper {
    top: 46%;
  }
}
#pageHead.subPage .pageTitleWrapper .pageTitle {
  font-size: 3rem;
  margin-bottom: 0;
  font-weight: bold;
}
@media only screen and (min-width: 576px) {
  #pageHead.subPage .pageTitleWrapper .pageTitle {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 992px) {
  #pageHead.subPage .pageTitleWrapper .pageTitle {
    font-size: 4.5rem;
  }
}
#pageHead.subPage .pageTitleWrapper .pageTitle .titleImg {
  max-width: 230px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 576px) {
  #pageHead.subPage .pageTitleWrapper .pageTitle .titleImg {
    max-width: 380px;
  }
}
@media only screen and (min-width: 768px) {
  #pageHead.subPage .pageTitleWrapper .pageTitle .titleImg {
    max-width: 300px;
  }
}
@media only screen and (min-width: 992px) {
  #pageHead.subPage .pageTitleWrapper .pageTitle .titleImg {
    max-width: 420px;
  }
}
@media only screen and (min-width: 1400px) {
  #pageHead.subPage .pageTitleWrapper .pageTitle .titleImg {
    max-width: 520px;
  }
}
#pageHead.subPage .pageTitleWrapper .enTitle {
  color: #150a5e;
  font-weight: 900;
  font-size: 1.2rem;
  margin-bottom: 0px;
  text-shadow: 3px 3px #fdfdfd;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  #pageHead.subPage .pageTitleWrapper .enTitle {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

/*=====  End of PAGE HEAD - SUBPAGE  ======*/
/*=============================================
=            BUTTON            =
=============================================*/
.yellowBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #ffe44e;
  color: #1b1e24;
  height: 80px;
  position: relative;
  width: 500px;
  max-width: 100%;
  margin: 15px auto;
  border-radius: 100px;
}
@media only screen and (min-width: 768px) {
  .yellowBtn {
    height: 102px;
  }
}
.yellowBtn h3 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
.yellowBtn .arrow {
  position: absolute;
  top: 50%;
  right: 40px;
  left: auto;
  transform: translateY(-50%);
  content: url(../img/arrow_r.svg);
}

.navyBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #150a5e;
  color: #fdfdfd;
  height: 80px;
  position: relative;
  width: 500px;
  max-width: 100%;
  margin: 15px auto;
  border-radius: 100px;
}
@media only screen and (min-width: 768px) {
  .navyBtn {
    height: 102px;
  }
}
.navyBtn:hover {
  color: #fdfdfd;
}
.navyBtn h3 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
.navyBtn .arrow {
  position: absolute;
  top: 50%;
  right: 40px;
  left: auto;
  transform: translateY(-50%);
  content: url(../img/arrow_r.svg);
}

.pinkBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f68c93;
  color: #fdfdfd;
  height: 80px;
  position: relative;
  width: 500px;
  max-width: 100%;
  margin: 15px auto;
  border-radius: 100px;
}
.pinkBtn.grayout {
  background-color: #adadad;
}
@media only screen and (min-width: 768px) {
  .pinkBtn {
    height: 102px;
  }
}
.pinkBtn:hover {
  color: #fdfdfd;
}
.pinkBtn h3 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
.pinkBtn .arrow {
  position: absolute;
  top: 50%;
  right: 40px;
  left: auto;
  transform: translateY(-50%);
  content: url(../img/arrow_r.svg);
}

/*=====  End of BUTTON  ======*/
/*=============================================
=            IZIMODAL            =
=============================================*/
.iziModal-navigate {
  top: 50% !important;
  transform: translateY(-50%);
}
.iziModal-navigate .iziModal-navigate-next {
  background-image: url(../img/next.png);
}
.iziModal-navigate .iziModal-navigate-prev {
  background-image: url(../img/prev.png);
}

.iziModal {
  margin-right: auto !important;
  margin-left: auto !important;
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .iziModal {
    width: 70%;
  }
}
.iziModal .inline-content {
  text-align: center;
}
.iziModal .inline-content .closeBtn {
  background-color: #1b1e24;
  color: #fdfdfd;
  padding: 5px;
  font-weight: bold;
  cursor: pointer;
}

.js-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.js-modal .closerMatt {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.js-modal .modalWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.js-modal .modalInner {
  padding: 0;
  width: 95%;
  text-align: left;
  max-width: 960px;
  background-color: #fdfdfd;
  position: relative;
  z-index: 10;
  border: solid #150a5e 3px;
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  max-height: 70vh;
  overflow: auto;
  scrollbar-width: none;
}
.js-modal .modalInner::-webkit-scrollbar {
  display: none;
}
.js-modal .modalInner .time {
  display: block;
  background-color: #150a5e;
  color: #fff;
  border-radius: 5px 0px 0 0;
  padding: 9px 10px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-right: 50px;
}
@media only screen and (min-width: 768px) {
  .js-modal .modalInner .time {
    border-radius: 0px 0px 0 0;
    margin-right: 70px;
    padding: 10px 25px;
    font-size: 2.5rem;
  }
}
.js-modal .modalInner .modalBox {
  padding: 30px 10px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.js-modal .modalInner .btnWrapper {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.js-modal .modalInner .btnWrapper .modalBtn {
  width: 350px;
  display: block;
  margin: 8px;
  text-align: center;
  background-color: #7a7a7a;
  color: #fff;
  padding: 18px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
}
.js-modal .modalInner .btnWrapper .modalBtn.watchBtn {
  background-color: #f97b00;
}
.js-modal .modalInner .js-modal-close {
  background-color: #333;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  border-radius: 0 3px 0 0;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .js-modal .modalInner .js-modal-close {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

/*=====  End of IZIMODAL  ======*/
/*=============================================
=            CONFIRM            =
=============================================*/
#confirmWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
#confirmWrapper > .inner {
  padding: 15px;
}
#confirmWrapper .confirmTitle {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#confirmWrapper .confirmDscWrapper {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  max-height: 200px;
  overflow: auto;
  padding: 15px;
  background-color: #fdfdfd;
  border: 2px solid #150a5e;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  #confirmWrapper .confirmDscWrapper {
    height: 400px;
    max-height: 60vh;
    padding: 30px 50px;
    font-size: 1.4rem;
  }
}
#confirmWrapper .confirmDscWrapper h6 {
  font-weight: bold;
  font-size: 1.6rem;
}
#confirmWrapper .confirmDscWrapper .anno {
  margin-top: 30px;
  text-align: right;
}
#confirmWrapper .confirmBtnWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
#confirmWrapper .confirmBtnWrapper .confirmBtn {
  display: block;
  padding: 10px 15px;
  margin: 10px;
  background-color: #ffe44e;
  color: #150a5e;
  font-weight: bold;
  min-width: 200px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}
#confirmWrapper .confirmBtnWrapper .confirmBtn#unconfirm {
  background-color: #f0f0f0;
  color: #1b1e24;
}

/*=====  End of CONFIRM  ======*/
/*=============================================
=            FOOTER            =
=============================================*/
#link {
  padding-top: 80px;
  padding-bottom: 50px;
}
#link ul.linkWrapper {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#link ul.linkWrapper li {
  flex: 0 0 50%;
  max-width: 320px;
  padding: 10px 20px;
}
#link ul.linkWrapper li a {
  display: block;
}
#link ul.linkWrapper li a:hover {
  opacity: 0.7;
}
#link ul.linkWrapper li a img {
  max-width: 100%;
  width: 100%;
}

#wrapper-footer {
  background-color: #1b1e24;
  color: #adadad;
  text-align: center;
}
#wrapper-footer .footerContainer {
  padding-top: 60px;
  padding-bottom: 60px;
}
#wrapper-footer .footerContainer .logoWrapper {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
#wrapper-footer .footerContainer .logoWrapper a {
  display: block;
  margin-bottom: 40px;
  height: 60px;
}
#wrapper-footer .footerContainer .logoWrapper a img {
  width: auto;
  height: 100%;
}
#wrapper-footer .site-info {
  font-size: 1rem;
  text-align: center;
  background-color: #000;
  color: #fdfdfd;
  padding: 20px 15px;
  letter-spacing: 0.1em;
  border-top: 1px solid rgba(253, 253, 253, 0.2);
}
#wrapper-footer #contact .sectionTitle {
  font-weight: 900;
  font-size: 2rem;
  display: inline-block;
  border-bottom: 1px solid #fdfdfd;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  line-height: 1.5;
}
#wrapper-footer #contact .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#wrapper-footer #contact .infoWrapper dl {
  margin-bottom: 0;
  justify-content: center;
  margin-bottom: 25px;
  line-height: 1.3;
}
#wrapper-footer #contact .infoWrapper dl dt {
  flex: 0 0 100px;
  font-weight: normal;
}
#wrapper-footer #contact .infoWrapper dl dd {
  margin-bottom: 0;
}
#wrapper-footer #contact .infoWrapper dl dd a {
  color: #fdfdfd;
}

/*=====  End of FOOTER  ======*/
/*=============================================
=            BACK            =
=============================================*/
#back {
  padding-top: 20px;
  padding-bottom: 80px;
}

/*=====  End of BACK  ======*/
/*=============================================
=            POOL            =
=============================================*/
#pool .poolAnnoWrapper {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  border: 1px solid #adadad;
  background-color: #fafafa;
  border-radius: 5px;
}
#pool .poolAnnoWrapper .title {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #1b1e24;
  color: #fdfdfd;
  padding: 5px 20px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  width: 80%;
  max-width: 190px;
}
#pool .poolAnnoWrapper .inner {
  padding: 25px 20px 20px;
  line-height: 1.75;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

/*=====  End of POOL  ======*//*# sourceMappingURL=style.css.map */