@media screen and (min-width: 769px) {
  .pagetop_anchor {
    margin-top: -20.5rem;
  }
}
@media screen and (max-width: 768px) {
  .pagetop_anchor {
    margin-top: -19.5rem;
  }
}

.footer {
  position: relative;
  margin-top: 2rem;
  overflow: hidden;
}
.footer::before, .footer::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  scale: -1;
  pointer-events: none;
  z-index: 1;
}
.footer::before {
  background-position: center top;
  background-repeat: no-repeat;
  top: 0;
}
@media screen and (min-width: 769px) {
  .footer::before {
    background-image: url(../img/index/bg2_pc.png);
    background-size: 200rem auto;
    height: 18rem;
  }
}
@media screen and (min-width: 2001px) {
  .footer::before {
    background-position: center bottom;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .footer::before {
    background-image: url(../img/index/bg2_sp.png);
    background-position: center bottom;
    background-size: 100% auto;
    height: 39rem;
  }
}
.footer::after {
  background-position: center bottom;
  background-repeat: repeat-y;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .footer::after {
    background-image: url(../img/index/bg1_pc.jpg);
    background-size: 200rem auto;
    top: 18rem;
  }
}
@media screen and (min-width: 2001px) {
  .footer::after {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .footer::after {
    background-image: url(../img/index/bg1_sp.jpg);
    background-size: 100% auto;
  }
}
.footer .top {
  position: relative;
  background: none;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .footer .top {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .top {
    padding-top: 7rem;
  }
}
.footer .bottom {
  position: relative;
  z-index: 2;
}

.intros {
  position: relative;
  background-position: center bottom;
  background-repeat: repeat-y;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .intros {
    background-image: url(../img/index/bg1_pc.jpg);
    background-size: 200rem auto;
  }
}
@media screen and (min-width: 2001px) {
  .intros {
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .intros {
    background-image: url(../img/index/bg1_sp.jpg);
    background-size: 100% auto;
  }
}
.intros::after {
  content: "";
  position: absolute;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  left: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .intros::after {
    background-image: url(../img/index/bg2_pc.png);
    background-size: 200rem auto;
    height: 18rem;
    top: calc(100% - 1px);
  }
}
@media screen and (min-width: 2001px) {
  .intros::after {
    background-position: center bottom;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .intros::after {
    background-image: url(../img/index/bg2_sp.png);
    background-position: center bottom;
    background-size: 100% auto;
    height: 39rem;
    bottom: -8rem;
  }
}

.kv {
  position: relative;
  width: 100%;
  z-index: 10;
}
.kv .outer {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .kv .outer {
    padding: 0 calc(50vw - 64rem) 8.9rem;
  }
}
@media screen and (max-width: 768px) {
  .kv .outer {
    padding: 0 0 4.8rem;
  }
}
.kv .inner {
  position: relative;
}
.kv .img1 {
  position: relative;
  translate: 0 -10px;
}
@media screen and (min-width: 769px) {
  .kv .img1 {
    width: 90.9rem;
    margin: 0 -1rem 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .kv .img1 {
    width: 48.8rem;
    margin: 0 0 0 auto;
  }
}
.kv .img2 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .kv .img2 {
    width: 46rem;
    left: -4rem;
    top: 35.2rem;
  }
}
@media screen and (max-width: 768px) {
  .kv .img2 {
    width: 33.4rem;
    left: 0;
    top: 29.7rem;
  }
}
.kv .copy {
  position: absolute;
  scale: 0.98;
  transition: opacity 0.3s linear 0s, filter 0.6s ease 0.3s, scale 0.9s ease-out 0s;
}
@media screen and (min-width: 769px) {
  .kv .copy {
    width: 35.8rem;
    left: 3.9rem;
    top: 6.3rem;
  }
}
@media screen and (max-width: 768px) {
  .kv .copy {
    width: 28.3rem;
    left: 3.1rem;
    top: 6rem;
  }
}
.kv .copy.is-animated {
  scale: 1;
}
.kv .products {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .kv .products {
    width: 25.9rem;
    right: 4.8rem;
    top: 43.8rem;
  }
}
@media screen and (max-width: 768px) {
  .kv .products {
    width: 18.7rem;
    right: 2.4rem;
    top: 48.4rem;
  }
}
.kv .note {
  position: absolute;
  width: 20.4rem;
}
@media screen and (min-width: 769px) {
  .kv .note {
    left: calc(50vw - 56rem);
    bottom: 8.9rem;
  }
}
@media screen and (max-width: 768px) {
  .kv .note {
    left: 3.8rem;
    bottom: 16.3rem;
  }
}
.kv .note img {
  transition: opacity 0.2s linear 0s;
}
.kv .note.is-fixed {
  position: fixed;
  opacity: 1;
  z-index: 900;
}
@media screen and (min-width: 769px) {
  .kv .note.is-fixed {
    left: calc(50vw - 64rem);
    bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .kv .note.is-fixed {
    left: 2rem;
    bottom: 2rem;
  }
  .kv .note.is-fixed.is-bottom {
    bottom: 0.8rem;
  }
}
.kv .note.is-fixed.is-hidden img {
  opacity: 0;
}
.kv .title {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .kv .title {
    width: 36.6rem;
    margin-top: -2.2rem;
    transition-delay: 0.6s;
  }
}
@media screen and (max-width: 768px) {
  .kv .title {
    width: 47.2rem;
    margin-top: 8.4rem;
  }
}

.movie {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (min-width: 769px) {
  .movie {
    background-image: url(../img/index/movie_bg_pc.png);
    height: 83.6rem;
  }
}
@media screen and (min-width: 2001px) {
  .movie {
    height: 41.8vw;
  }
}
@media screen and (max-width: 768px) {
  .movie {
    background-image: url(../img/index/movie_bg_sp.png);
    height: 68rem;
  }
}
.movie .frame {
  position: relative;
  aspect-ratio: 16/9;
  box-shadow: 2rem 2rem 0.7rem rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 769px) {
  .movie .frame {
    width: 75rem;
  }
}
@media screen and (max-width: 768px) {
  .movie .frame {
    width: 60rem;
  }
}
.movie .frame > iframe {
  position: absolute;
  background: #aaa;
  border: 0;
  width: 100%;
  height: 100%;
  inset: 0;
}
.movie .frame > figure {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  inset: 0;
  cursor: pointer;
}
.movie .frame > figure > img {
  pointer-events: none;
}
.movie .frame > figure::after {
  content: "";
  position: absolute;
  background-image: url(../img/index/movie_play.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  inset: 0;
  margin: auto;
  transition: opacity 0.2s linear 0s;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .movie .frame > figure::after {
    width: 13rem;
    height: 10.5rem;
    filter: drop-shadow(1.04rem 0.96rem 0.16rem rgba(114, 114, 114, 0.5));
  }
}
@media screen and (max-width: 768px) {
  .movie .frame > figure::after {
    width: 10.5rem;
    height: 8.4rem;
    filter: drop-shadow(0.83rem 0.76rem 0.12rem rgba(114, 114, 114, 0.5));
  }
}
.movie .frame > figure:hover::after {
  opacity: 0.7;
}
.movie .frame > figure.is-hidden {
  display: none;
}

.intro {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .intro {
    padding: 9.4rem calc(50vw - 64rem) 4rem;
  }
}
@media screen and (max-width: 768px) {
  .intro {
    padding: 10.2rem 0 20rem;
  }
}
.intro .detail {
  position: relative;
}
.intro .detail > p {
  margin: 0 auto;
}
.intro .detail > figure {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .intro .detail1 > p {
    width: 44rem;
    margin-left: 19.5rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .detail1 > p {
    width: 47.9rem;
    margin-left: 5.3rem;
  }
}
@media screen and (min-width: 769px) {
  .intro .detail1 > figure {
    width: 62.5rem;
    right: -11.2rem;
    top: -5.1rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .detail1 > figure {
    width: 28.2rem;
    right: 0;
    top: -2.3rem;
  }
}
@media screen and (min-width: 769px) {
  .intro .detail2 {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .detail2 {
    margin-top: 6.4rem;
  }
}
@media screen and (min-width: 769px) {
  .intro .detail2 > figure {
    width: 53.6rem;
    left: -0.8rem;
    top: -2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .detail2 > figure {
    width: 29.4rem;
    left: 0;
    top: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .intro .detail2 > p {
    width: 49.8rem;
    margin-left: 56.8rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .detail2 > p {
    width: 37.3rem;
    margin-left: 33.5rem;
  }
}
@media screen and (min-width: 769px) {
  .intro .detail3 {
    margin-top: 21.5rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .detail3 {
    margin-top: 53.1rem;
  }
}
@media screen and (min-width: 769px) {
  .intro .detail3 > p {
    width: 41.8rem;
    margin-left: 22.4rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .detail3 > p {
    width: 50.4rem;
    margin-left: 12.6rem;
  }
}
@media screen and (min-width: 769px) {
  .intro .detail3 > figure {
    width: 43.6rem;
    right: 5.7rem;
    top: -21.2rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .detail3 > figure {
    width: 44.5rem;
    right: 1.9rem;
    top: -47rem;
  }
}
.intro .products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .intro .products {
    margin-top: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .products {
    margin-top: 0.6rem;
  }
}
.intro .products > figure {
  position: relative;
}
@media screen and (min-width: 769px) {
  .intro .products > figure > img {
    filter: drop-shadow(2rem 2rem 0.7rem rgba(0, 0, 0, 0.2));
  }
}
@media screen and (max-width: 768px) {
  .intro .products > figure > img {
    filter: drop-shadow(1.74rem 1.74rem 0.6rem rgba(0, 0, 0, 0.2));
  }
}
.intro .products > figure > figcaption {
  position: absolute;
  opacity: 0;
  transition: opacity 0.6s linear 0.6s;
}
@media screen and (min-width: 769px) {
  .intro .products > figure > figcaption {
    height: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .products > figure > figcaption {
    height: 3.1rem;
  }
}
.intro .products > figure.is-animated > figcaption {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .intro .products .product1 {
    width: 40.9rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .products .product1 {
    width: 35.6rem;
  }
}
@media screen and (min-width: 769px) {
  .intro .products .product1 > figcaption {
    left: -13.8rem;
    bottom: 14.2rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .products .product1 > figcaption {
    left: 13.5rem;
    bottom: -2.3rem;
  }
}
@media screen and (min-width: 769px) {
  .intro .products .product2 {
    width: 35.7rem;
    margin-left: -4.6rem;
    margin-top: 7.3rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .products .product2 {
    width: 31.1rem;
    margin-left: -4.8rem;
    margin-top: 6.3rem;
  }
}
@media screen and (min-width: 769px) {
  .intro .products .product2 > figcaption {
    right: -9.9rem;
    bottom: 11.9rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .products .product2 > figcaption {
    right: 15.2rem;
    bottom: -2rem;
  }
}
.intro .products .buttons {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .intro .products .buttons {
    margin-top: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .products .buttons {
    margin-top: 7rem;
    padding: 0 2rem;
  }
}
.intro .products .buttons .button span > span {
  margin-left: -0.3em;
}
.intro .summary {
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .intro .summary {
    width: 95rem;
    height: 90.6rem;
    margin-left: 9.6rem;
    margin-top: 12.5rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .summary {
    width: 64.3rem;
    height: 64rem;
    margin-left: 5.3rem;
    margin-top: 11.8rem;
  }
}
@media screen and (min-width: 769px) {
  .intro .summary .img4 {
    width: 34.2rem;
    left: -3.8rem;
    top: 15.1rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .summary .img4 {
    width: 22rem;
    left: 0.6rem;
    top: -2rem;
  }
}
.intro .summary .img4 img {
  filter: drop-shadow(2rem 5rem 2.8rem rgba(35, 24, 21, 0.1));
}
@media screen and (min-width: 769px) {
  .intro .summary .img5 {
    width: 45.2rem;
    right: -12rem;
    bottom: -1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .intro .summary .img5 {
    width: 30.1rem;
    right: -3.2rem;
    bottom: -5.4rem;
  }
}
.intro .summary .img5 img {
  filter: drop-shadow(0 0 0.35rem rgba(35, 24, 21, 0.1));
}
.intro .summary .img4, .intro .summary .img5 {
  position: absolute;
}
.intro .summary .img4 img, .intro .summary .img5 img {
  transition: filter 0.6s ease 0s;
}
.intro .summary .img4.is-animated img, .intro .summary .img5.is-animated img {
  filter: drop-shadow(2rem 2rem 0.7rem rgba(35, 24, 21, 0.2));
}
.intro .summary .text {
  position: relative;
  margin: 0 auto;
}
.intro .summary .note {
  position: absolute;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .intro .summary .note {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .intro .summary .note {
    width: 52.4rem;
    left: 0;
    right: 0;
    bottom: -13.5rem;
  }
}

.about {
  position: relative;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .about {
    background-image: url(../img/index/bg3_pc.jpg);
    padding: 28rem 0 20rem;
  }
}
@media screen and (max-width: 768px) {
  .about {
    background-image: url(../img/index/bg3_sp.jpg);
    padding: 19.7rem 0 21.8rem;
  }
}
.about .lead {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .about .lead {
    width: 63.4rem;
  }
}
@media screen and (max-width: 768px) {
  .about .lead {
    width: 67.2rem;
  }
}
.about .lead img {
  filter: drop-shadow(0.37rem 0.8rem 0.13rem rgba(45, 58, 96, 0.2));
}
.about .copy {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .about .copy {
    width: 56.4rem;
    margin-top: 5.2rem;
  }
}
@media screen and (max-width: 768px) {
  .about .copy {
    width: 59.6rem;
    margin-top: 6.9rem;
  }
}
.about .copy img {
  filter: drop-shadow(0.7rem 1.1rem 0.2rem rgba(45, 58, 96, 0.2));
}
.about .logo {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .about .logo {
    width: 27.8rem;
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  .about .logo {
    width: 29.3rem;
    margin-top: 2.9rem;
  }
}
.about .logo img {
  filter: drop-shadow(0.7rem 1.1rem 0.2rem rgba(45, 58, 96, 0.2));
}
@media screen and (min-width: 769px) {
  .about .buttons {
    margin-top: 22.5rem;
  }
}
@media screen and (max-width: 768px) {
  .about .buttons {
    margin-top: 9.1rem;
  }
}