@charset "UTF-8";
/*******************************************
	@共通項目
********************************************/
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 1.25vw, 1rem);
  line-height: 1.8;
  font-style: 400;
  color: #1a1a1a;
  background-color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
}
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

a {
  outline: none;
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 768px), print {
  a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  a:hover {
    color: #fff;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

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

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

/*　ふわっとフェードイン　*/
.fadein {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.6s, 0.6s;
          transition-duration: 0.6s, 0.6s;
  -webkit-transition-timing-function: ease, ease;
          transition-timing-function: ease, ease;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*******************************************
	@TOP
********************************************/
.video-wrapper {
  position: relative;
  background-color: rgb(0, 0, 0);
  height: 100vh;
}
.video-wrapper .copyright {
  position: absolute;
  z-index: 10;
  bottom: 1%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: clamp(0.6875rem, 1.015625vw, 0.8125rem);
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  opacity: 0.5;
}

.video-container video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-content {
  position: relative;
  z-index: 5;
  top: 10%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  letter-spacing: 0.075em;
}
.video-content .logo {
  width: 65%;
  margin: auto;
}
.video-content .head {
  margin-top: 1em;
  font-size: clamp(1rem, 2.03125vw, 1.625rem);
  font-weight: 400;
}
.video-content .body {
  margin-top: 2em;
  font-size: clamp(0.875rem, 1.40625vw, 1.125rem);
}
.video-content .btn a,
.video-content .btn-shop a {
  display: block;
  width: 55%;
  height: 2.2;
  margin: 1.5em auto;
  padding: 0;
  color: #fff;
  font-size: clamp(0.875rem, 1.40625vw, 1.125rem);
  font-weight: 500;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.1em;
  border-radius: 1.75em;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-image: url(../img/btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 0.7em center;
  background-size: 1em;
}
.video-content .btn-shop {
  margin-top: 4em;
}
@media screen and (min-width: 768px), print {
  .video-content {
    top: 8%;
    right: 7%;
    left: auto;
    text-align: right;
  }
  .video-content .logo {
    max-width: 32%;
    margin-left: auto;
    margin-right: 0;
  }
  .video-content .head {
    margin-top: 0.5em;
    margin-right: 0.75em;
  }
  .video-content .body {
    margin-top: 2em;
  }
  .video-content .btn a,
  .video-content .btn-shop a {
    max-width: 19em;
    height: 2.5;
    margin-left: auto;
    margin-right: 1em;
    padding: 0;
    color: #fff;
    line-height: 2.5;
    letter-spacing: 0.2em;
    border-radius: 1.65em;
    background-position: right 14px center;
    background-size: 1.15em;
    background-repeat: no-repeat;
  }
  .video-content .btn a:hover,
  .video-content .btn-shop a:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }
  .video-content .btn-shop {
    margin-top: 3em;
  }
}
/*# sourceMappingURL=style.css.map */