@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Regular.ttf");
  font-weight: 400;
  font-display: fallback;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Medium.otf");
  font-weight: 500;
  font-display: fallback;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Bold.ttf");
  font-weight: 700;
  font-display: fallback;
}
@font-face {
  font-family: "Yu Mincho";
  src: url("../font/yuminm.ttf");
  font-weight: 500;
  font-display: fallback;
}
@font-face {
  font-family: "Gill Sans";
  src: url("../font/GillSans.otf");
  font-weight: 400;
  font-display: fallback;
}
@font-face {
  font-family: "Gill Sans";
  src: url("../font/GillSansMedium.otf");
  font-weight: 500;
  font-display: fallback;
}
@font-face {
  font-family: "Hiragino Kaku Gothic StdN";
  src: url("../font/ヒラギノ角ゴStdNW3.otf");
  font-weight: 300;
  font-display: fallback;
}
@font-face {
  font-family: "Hiragino Kaku Gothic StdN";
  src: url("../font/ヒラギノ角ゴStdNW5.otf");
  font-weight: 500;
  font-display: fallback;
}
@font-face {
  font-family: "Hiragino Kaku Gothic StdN";
  src: url("../font/ヒラギノ角ゴStdNW6.otf");
  font-weight: 600;
  font-display: fallback;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
html:not(.responsive) {
  min-width: 1000px; /* viewport */
}

@media screen and (max-width: 767px) {
  html.responsive {
    --paddingWrap: 4vw;
    --paddingWrap-negative: calc(var(--paddingWrap) * -1.1);
  }
}

/*=============================================
 * body
 *=============================================*/
body {
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  background: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #000;
}
@media screen and (max-width: 767px) {
  body {
    text-align: justify;
  }
  body.navOpen {
    overflow: hidden;
  }
  body.navOpen .menu_toggle {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
  }
}
@media screen and (min-width: 768px) {
  body {
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    line-height: 32px;
  }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-notosans {
  font-family: "Noto Sans JP", sans-serif;
}

.fnt-yumincho {
  font-family: "Yu Mincho", serif;
}

.fnt-gillsans {
  font-family: "Gill Sans", sans-serif;
}

.fnt-hiragino {
  font-family: "Hiragino Kaku Gothic StdN", sans-serif;
}

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.wrap {
  width: 1000px;
}

.bg-parallax {
  position: relative;
  z-index: -1;
}
.bg-parallax .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.bg-parallax .img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.copy.copied {
  pointer-events: none;
  cursor: default;
}

@media all and (-ms-high-contrast: none) {
  p.btn a img, header .nav-fl a img {
    transition: opacity 0s ease !important;
    -moz-transition: opacity 0s ease !important;
    -webkit-transition: opacity 0s ease !important;
  }
  .btn-over img,
  .over-img img,
  img.over,
  img:not(.btn):not(.non-over),
  button img {
    opacity: 1;
    transform: translateX(0) translateZ(0);
    -moz-transform: translateX(0) translateZ(0);
    -webkit-transform: translateX(0) translateZ(0);
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
}
@media screen and (max-width: 767px) {
  html.responsive .wrap {
    width: auto;
    padding: 0 var(--paddingWrap);
  }
  .pc {
    display: none !important;
  }
  #pagetop {
    width: 50px;
    bottom: 90px;
    z-index: 99;
  }
}
@media screen and (min-width: 768px) {
  .wrap {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sp {
    display: none !important;
  }
}
.bg-blue {
  background: #00a0e9;
  color: #fff;
}

.bg-pink {
  background: #e4007f;
  color: #fff;
}

.bg-yellow {
  background: #fff100;
}

.bg-black {
  background: #000;
  color: #fff;
}

/*=============================================
 * <header>
 *=============================================*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  pointer-events: none;
}
header .logobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 var(--paddingWrap);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .logobox .logo {
  width: 22vw;
  pointer-events: all;
}
header .logobox .img {
  width: 17vw;
  pointer-events: all;
}
header .ttlbox {
  margin-top: 11vw;
  overflow: hidden;
  visibility: hidden;
  position: relative;
  z-index: -1;
}
header .ttlbox .ttl {
  -webkit-transform: translateY(125%);
          transform: translateY(125%);
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
header .ttlbox .ttl img {
  width: 47vw;
}
header .ttlbox.show {
  pointer-events: all;
  visibility: visible;
  z-index: 1;
}
header .ttlbox.show .ttl {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 768px) {
  header .logobox {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1000px) {
  header .hdblk {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
  }
  header .logobox .logo {
    width: auto;
  }
  header .logobox .img {
    width: auto;
  }
  header .ttlbox {
    margin-top: 163px;
  }
  header .ttlbox .ttl img {
    width: auto;
  }
}
@media screen and (min-width: 1500px) {
  header .logobox {
    padding: 0;
  }
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
  padding: 7vw 0px 5vw;
  text-align: center;
  color: #fff;
}
footer address {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 768px) {
  footer {
    width: 100%;
    max-width: 1500px;
    margin: -154px auto 0;
    padding: 20px 45px 270px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
  }
  footer address {
    font-size: 14px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .fc-confirm .submit-confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .fc-confirm .submit-confirm .form-block {
    margin: 0 20px;
  }
}