main {
  padding-top: 0;
}

main #kv {
  padding-top: 0;
  max-width: unset;
  position: relative;
}

main #kv img {
  height: auto;
}

header {
  -webkit-transform: translate(0, -300%);
          transform: translate(0, -300%);
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: transform, top;
  transition-property: transform, top, -webkit-transform;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  will-change: transform;
}
html.header-shown header {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

_:-ms-lang(x)::-ms-backdrop, header nav#gMenu {
  transform: translate(0, -300%);
  -ms-transition-property: transform;
  transition-property: transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
  will-change: transform;
}

_:-ms-lang(x)::-ms-backdrop, html.header-shown header nav#gMenu {
  transform: translate(0, 0);
}

#scroll {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 0;
}
html.header-shown #scroll {
  opacity: 1;
}

#sliderProID {
  overflow: hidden;
}

.kv__cover {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 99999;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kv__cover[data-animation-state=showing], .kv__cover[data-animation-state=shown], .kv__cover[data-animation-state=hiding] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes cover {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes cover {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.kv__logo {
  display: block;
  width: calc(500 / 1920 * 100vw);
  height: auto;
  -webkit-animation: logo 1s ease 1 forwards;
          animation: logo 1s ease 1 forwards;
}
@media only screen and (min-width: 1920px) {
  .kv__logo {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  .kv__logo {
    width: 60vw;
  }
}

@-webkit-keyframes logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.kv__container {
  position: relative;
  height: calc(1080 / 1920 * 100vw);
  overflow: hidden;
  margin-bottom: -5.5rem;
}
@media screen and (max-width: 767px) {
  .kv__container {
    height: calc(1312 / 768 * 100vw);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .kv__container canvas {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.kv__slide {
  position: absolute;
  display: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: calc(528 / 1920 * 100vw);
  left: calc(150 / 1920 * 100vw);
}
@media only screen and (min-width: 1920px) {
  .kv__slide {
    top: 528px;
    left: 150px;
  }
}
@media screen and (max-width: 767px) {
  .kv__slide {
    z-index: 2;
    top: auto;
    bottom: calc(200 / 768 * 100vw);
    left: 0;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.kv__copy {
  font-size: calc(52 / 1920 * 100vw);
  letter-spacing: 0.06em;
  line-height: 1.75;
  text-align: left;
  color: #005baa;
  white-space: nowrap;
  margin-bottom: calc(44 / 1920 * 100vw);
  display: none;
}
@media only screen and (min-width: 1920px) {
  .kv__copy {
    font-size: 52px;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 767px) {
  .kv__copy {
    font-size: calc(64 / 768 * 100vw);
    text-align: center;
    margin-bottom: calc(30 / 768 * 100vw);
  }
}
.kv__copy[data-animation-state=showing], .kv__copy[data-animation-state=shown], .kv__copy[data-animation-state=hiding] {
  display: block;
}

.kv__button {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: calc(21 / 1920 * 100vw);
  color: #fff;
  padding: 0 calc(60 / 1920 * 100vw);
  height: calc(80 / 1920 * 100vw);
  border-radius: calc(40 / 1920 * 100vw);
  width: calc(480 / 1920 * 100vw);
  background-image: url(../img/button.svg), linear-gradient(247deg, #005baa calc(-121 / 600 * 100%), #00b4ed calc(63 / 600 * 100%), #80ba17 calc(288 / 600 * 100%), #ffe900 calc(743 / 600 * 100%));
  background-repeat: no-repeat;
  background-size: calc(12 / 1920 * 100vw) calc(17 / 1920 * 100vw), cover;
  background-position: right calc(24 / 1920 * 100vw) center, center center;
  -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.16);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.kv__button[data-animation-state=showing], .kv__button[data-animation-state=shown], .kv__button[data-animation-state=hiding] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
_:-ms-lang(x)::-ms-backdrop, .kv__button {
  border-radius: 2.0833333333vw;
}

@media only screen and (min-width: 1920px) {
  .kv__button {
    font-size: 21px;
    padding: 0 80px;
    height: 50px;
    border-radius: 40px;
    width: 480px;
    background-size: 12px 17px, cover;
    background-position: right 24px center, center center;
  }
}
@media screen and (max-width: 767px) {
  .kv__button {
    font-size: calc(28 / 768 * 100vw);
    padding: 0 calc(84 / 768 * 100vw);
    height: calc(80 / 768 * 100vw);
    border-radius: calc(40 / 768 * 100vw);
    width: 80vw;
    margin: 0 auto;
    background-size: calc(9 / 768 * 100vw) calc(15 / 768 * 100vw), cover;
    background-position: right calc(24 / 768 * 100vw) center, center center;
  }
}

.kv__button:hover {
  opacity: 0.6;
}

.kv__button {
  position: relative;
}

.kv__button.outLink {
  background-image: url(none), linear-gradient(247deg, #005baa calc(-121 / 600 * 100%), #00b4ed calc(63 / 600 * 100%), #80ba17 calc(288 / 600 * 100%), #ffe900 calc(743 / 600 * 100%));
}

.kv__button i {
  width: 1rem;
  position: absolute;
  right: 1.5rem;
}

@media screen and (max-width: 767px) {
  .kv__button i {
    right: 1rem;
  }
}
.kv__dots {
  position: absolute;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 7rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .kv__dots {
    bottom: calc(98 / 768 * 100vw);
  }
}
.kv__dots[data-animation-state=showing], .kv__dots[data-animation-state=shown], .kv__dots[data-animation-state=hiding] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kv__dots > div {
  width: calc(15 / 1920 * 100vw);
  height: calc(15 / 1920 * 100vw);
  border-radius: calc(8 / 1920 * 100vw);
  margin: 0 calc(14 / 1920 * 100vw);
  background: #d1d1d1;
  -webkit-transition: background 0.2 ease;
  transition: background 0.2 ease;
}
_:-ms-lang(x)::-ms-backdrop, .kv__dots > div {
  border-radius: 0.4166666667vw;
}

@media only screen and (min-width: 1920px) {
  .kv__dots > div {
    width: 15px;
    height: 15px;
    border-radius: 8px;
    margin: 0 14px;
  }
}
@media screen and (max-width: 767px) {
  .kv__dots > div {
    width: calc(14 / 768 * 100vw);
    height: calc(14 / 768 * 100vw);
    border-radius: calc(7 / 768 * 100vw);
    margin: 0 calc(13 / 768 * 100vw);
  }
}
.kv__dots > div.active {
  background: #005baa;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes show {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*# sourceMappingURL=style.css.map */