/* default settings */
/* CUSTOM STYLES */
/* =================================================================== */
@media (min-width: 751px) and (max-width: 1199px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  position: relative;
}

.txt-default {
  font-family: "Zen Old Mincho", serif;
}

p, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, html, body {
  margin: 0;
  list-style: none;
  padding: 0;
}

p, h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd {
  font-size: inherit;
}

main {
  font-family: "Zen Old Mincho", serif;
}
main img {
  max-width: 100%;
}

.fnt-basker {
  font-family: "Baskervville", serif;
  font-weight: 500;
}

.txt-gara {
  font-family: "EB Garamond", serif;
}

.fnt-noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.txt-red {
  color: #E8374A;
}

.container {
  width: 100%;
  padding: 0 1.25rem;
  max-width: 65rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

header {
  position: absolute;
  padding: 0.9375rem 1.5625rem;
  z-index: 2;
}
@media (max-width: 750px) {
  header {
    padding: 1.0625rem 1.25rem;
  }
}
header a {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (min-width: 751px) and (hover: hover) {
  header a:hover {
    opacity: 0.7;
  }
}

@media (min-width: 751px) {
  .only-sp {
    display: none !important;
  }
}

@media (max-width: 750px) {
  .only-pc {
    display: none !important;
  }
}

body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
body.is-opening {
  overflow: hidden;
}
body.loaded {
  position: relative;
}

body.is-modal-open {
  overflow: hidden;
}

.opening {
  position: fixed;
  inset: 0;
  z-index: 8;
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.opening .opening-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 17.1875rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 750px) {
  .opening .opening-logo {
    width: 9.1875rem;
  }
}
.opening .layer1 {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
.opening .layer1 .opening-logo {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.opening .layer1 span {
  position: absolute;
  z-index: 1;
  background-color: #004EA8;
  opacity: 1;
  -webkit-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media (min-width: 751px) {
  .opening .layer1 span {
    width: calc(100% / 6);
    height: calc(100% / 5);
  }
  .opening .layer1 span:nth-of-type(1) {
    top: calc(100% / 5 * 0);
    left: calc(100% / 6 * 0);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .opening .layer1 span:nth-of-type(2) {
    top: calc(100% / 5 * 0);
    left: calc(100% / 6 * 1);
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .opening .layer1 span:nth-of-type(3) {
    top: calc(100% / 5 * 0);
    left: calc(100% / 6 * 2);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .opening .layer1 span:nth-of-type(4) {
    top: calc(100% / 5 * 0);
    left: calc(100% / 6 * 3);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .opening .layer1 span:nth-of-type(5) {
    top: calc(100% / 5 * 0);
    left: calc(100% / 6 * 4);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .opening .layer1 span:nth-of-type(6) {
    top: calc(100% / 5 * 0);
    left: calc(100% / 6 * 5);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .opening .layer1 span:nth-of-type(7) {
    top: calc(100% / 5 * 1);
    left: calc(100% / 6 * 0);
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .opening .layer1 span:nth-of-type(8) {
    top: calc(100% / 5 * 1);
    left: calc(100% / 6 * 1);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .opening .layer1 span:nth-of-type(9) {
    top: calc(100% / 5 * 1);
    left: calc(100% / 6 * 2);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .opening .layer1 span:nth-of-type(10) {
    top: calc(100% / 5 * 1);
    left: calc(100% / 6 * 3);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .opening .layer1 span:nth-of-type(11) {
    top: calc(100% / 5 * 1);
    left: calc(100% / 6 * 4);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .opening .layer1 span:nth-of-type(12) {
    top: calc(100% / 5 * 1);
    left: calc(100% / 6 * 5);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .opening .layer1 span:nth-of-type(13) {
    top: calc(100% / 5 * 2);
    left: calc(100% / 6 * 0);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .opening .layer1 span:nth-of-type(14) {
    top: calc(100% / 5 * 2);
    left: calc(100% / 6 * 1);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .opening .layer1 span:nth-of-type(15) {
    top: calc(100% / 5 * 2);
    left: calc(100% / 6 * 2);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .opening .layer1 span:nth-of-type(16) {
    top: calc(100% / 5 * 2);
    left: calc(100% / 6 * 3);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .opening .layer1 span:nth-of-type(17) {
    top: calc(100% / 5 * 2);
    left: calc(100% / 6 * 4);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .opening .layer1 span:nth-of-type(18) {
    top: calc(100% / 5 * 2);
    left: calc(100% / 6 * 5);
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .opening .layer1 span:nth-of-type(19) {
    top: calc(100% / 5 * 3);
    left: calc(100% / 6 * 0);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .opening .layer1 span:nth-of-type(20) {
    top: calc(100% / 5 * 3);
    left: calc(100% / 6 * 1);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .opening .layer1 span:nth-of-type(21) {
    top: calc(100% / 5 * 3);
    left: calc(100% / 6 * 2);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .opening .layer1 span:nth-of-type(22) {
    top: calc(100% / 5 * 3);
    left: calc(100% / 6 * 3);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .opening .layer1 span:nth-of-type(23) {
    top: calc(100% / 5 * 3);
    left: calc(100% / 6 * 4);
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .opening .layer1 span:nth-of-type(24) {
    top: calc(100% / 5 * 3);
    left: calc(100% / 6 * 5);
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .opening .layer1 span:nth-of-type(25) {
    top: calc(100% / 5 * 4);
    left: calc(100% / 6 * 0);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .opening .layer1 span:nth-of-type(26) {
    top: calc(100% / 5 * 4);
    left: calc(100% / 6 * 1);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .opening .layer1 span:nth-of-type(27) {
    top: calc(100% / 5 * 4);
    left: calc(100% / 6 * 2);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .opening .layer1 span:nth-of-type(28) {
    top: calc(100% / 5 * 4);
    left: calc(100% / 6 * 3);
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .opening .layer1 span:nth-of-type(29) {
    top: calc(100% / 5 * 4);
    left: calc(100% / 6 * 4);
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .opening .layer1 span:nth-of-type(30) {
    top: calc(100% / 5 * 4);
    left: calc(100% / 6 * 5);
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
}
@media (max-width: 750px) {
  .opening .layer1 span {
    width: calc(100% / 4);
    height: calc(100% / 13);
  }
  .opening .layer1 span:nth-of-type(1) {
    top: calc(100% / 13 * 0);
    left: calc(100% / 4 * 0);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .opening .layer1 span:nth-of-type(2) {
    top: calc(100% / 13 * 0);
    left: calc(100% / 4 * 1);
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .opening .layer1 span:nth-of-type(3) {
    top: calc(100% / 13 * 0);
    left: calc(100% / 4 * 2);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .opening .layer1 span:nth-of-type(4) {
    top: calc(100% / 13 * 0);
    left: calc(100% / 4 * 3);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .opening .layer1 span:nth-of-type(5) {
    top: calc(100% / 13 * 1);
    left: calc(100% / 4 * 0);
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .opening .layer1 span:nth-of-type(6) {
    top: calc(100% / 13 * 1);
    left: calc(100% / 4 * 1);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .opening .layer1 span:nth-of-type(7) {
    top: calc(100% / 13 * 1);
    left: calc(100% / 4 * 2);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .opening .layer1 span:nth-of-type(8) {
    top: calc(100% / 13 * 1);
    left: calc(100% / 4 * 3);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .opening .layer1 span:nth-of-type(9) {
    top: calc(100% / 13 * 2);
    left: calc(100% / 4 * 0);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .opening .layer1 span:nth-of-type(10) {
    top: calc(100% / 13 * 2);
    left: calc(100% / 4 * 1);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .opening .layer1 span:nth-of-type(11) {
    top: calc(100% / 13 * 2);
    left: calc(100% / 4 * 2);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .opening .layer1 span:nth-of-type(12) {
    top: calc(100% / 13 * 2);
    left: calc(100% / 4 * 3);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .opening .layer1 span:nth-of-type(13) {
    top: calc(100% / 13 * 3);
    left: calc(100% / 4 * 0);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .opening .layer1 span:nth-of-type(14) {
    top: calc(100% / 13 * 3);
    left: calc(100% / 4 * 1);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .opening .layer1 span:nth-of-type(15) {
    top: calc(100% / 13 * 3);
    left: calc(100% / 4 * 2);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .opening .layer1 span:nth-of-type(16) {
    top: calc(100% / 13 * 3);
    left: calc(100% / 4 * 3);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .opening .layer1 span:nth-of-type(17) {
    top: calc(100% / 13 * 4);
    left: calc(100% / 4 * 0);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .opening .layer1 span:nth-of-type(18) {
    top: calc(100% / 13 * 4);
    left: calc(100% / 4 * 1);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .opening .layer1 span:nth-of-type(19) {
    top: calc(100% / 13 * 4);
    left: calc(100% / 4 * 2);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .opening .layer1 span:nth-of-type(20) {
    top: calc(100% / 13 * 4);
    left: calc(100% / 4 * 3);
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .opening .layer1 span:nth-of-type(21) {
    top: calc(100% / 13 * 5);
    left: calc(100% / 4 * 0);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .opening .layer1 span:nth-of-type(22) {
    top: calc(100% / 13 * 5);
    left: calc(100% / 4 * 1);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .opening .layer1 span:nth-of-type(23) {
    top: calc(100% / 13 * 5);
    left: calc(100% / 4 * 2);
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .opening .layer1 span:nth-of-type(24) {
    top: calc(100% / 13 * 5);
    left: calc(100% / 4 * 3);
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .opening .layer1 span:nth-of-type(25) {
    top: calc(100% / 13 * 6);
    left: calc(100% / 4 * 0);
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .opening .layer1 span:nth-of-type(26) {
    top: calc(100% / 13 * 6);
    left: calc(100% / 4 * 1);
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .opening .layer1 span:nth-of-type(27) {
    top: calc(100% / 13 * 6);
    left: calc(100% / 4 * 2);
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .opening .layer1 span:nth-of-type(28) {
    top: calc(100% / 13 * 6);
    left: calc(100% / 4 * 3);
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .opening .layer1 span:nth-of-type(29) {
    top: calc(100% / 13 * 7);
    left: calc(100% / 4 * 0);
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s;
  }
  .opening .layer1 span:nth-of-type(30) {
    top: calc(100% / 13 * 7);
    left: calc(100% / 4 * 1);
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .opening .layer1 span:nth-of-type(31) {
    top: calc(100% / 13 * 7);
    left: calc(100% / 4 * 2);
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .opening .layer1 span:nth-of-type(32) {
    top: calc(100% / 13 * 7);
    left: calc(100% / 4 * 3);
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .opening .layer1 span:nth-of-type(33) {
    top: calc(100% / 13 * 8);
    left: calc(100% / 4 * 0);
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .opening .layer1 span:nth-of-type(34) {
    top: calc(100% / 13 * 8);
    left: calc(100% / 4 * 1);
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .opening .layer1 span:nth-of-type(35) {
    top: calc(100% / 13 * 8);
    left: calc(100% / 4 * 2);
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .opening .layer1 span:nth-of-type(36) {
    top: calc(100% / 13 * 8);
    left: calc(100% / 4 * 3);
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .opening .layer1 span:nth-of-type(37) {
    top: calc(100% / 13 * 9);
    left: calc(100% / 4 * 0);
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
  .opening .layer1 span:nth-of-type(38) {
    top: calc(100% / 13 * 9);
    left: calc(100% / 4 * 1);
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .opening .layer1 span:nth-of-type(39) {
    top: calc(100% / 13 * 9);
    left: calc(100% / 4 * 2);
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .opening .layer1 span:nth-of-type(40) {
    top: calc(100% / 13 * 9);
    left: calc(100% / 4 * 3);
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .opening .layer1 span:nth-of-type(41) {
    top: calc(100% / 13 * 10);
    left: calc(100% / 4 * 0);
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  .opening .layer1 span:nth-of-type(42) {
    top: calc(100% / 13 * 10);
    left: calc(100% / 4 * 1);
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .opening .layer1 span:nth-of-type(43) {
    top: calc(100% / 13 * 10);
    left: calc(100% / 4 * 2);
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .opening .layer1 span:nth-of-type(44) {
    top: calc(100% / 13 * 10);
    left: calc(100% / 4 * 3);
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .opening .layer1 span:nth-of-type(45) {
    top: calc(100% / 13 * 11);
    left: calc(100% / 4 * 0);
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s;
  }
  .opening .layer1 span:nth-of-type(46) {
    top: calc(100% / 13 * 11);
    left: calc(100% / 4 * 1);
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .opening .layer1 span:nth-of-type(47) {
    top: calc(100% / 13 * 11);
    left: calc(100% / 4 * 2);
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .opening .layer1 span:nth-of-type(48) {
    top: calc(100% / 13 * 11);
    left: calc(100% / 4 * 3);
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .opening .layer1 span:nth-of-type(49) {
    top: calc(100% / 13 * 12);
    left: calc(100% / 4 * 0);
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .opening .layer1 span:nth-of-type(50) {
    top: calc(100% / 13 * 12);
    left: calc(100% / 4 * 1);
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s;
  }
  .opening .layer1 span:nth-of-type(51) {
    top: calc(100% / 13 * 12);
    left: calc(100% / 4 * 2);
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .opening .layer1 span:nth-of-type(52) {
    top: calc(100% / 13 * 12);
    left: calc(100% / 4 * 3);
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s;
  }
}
.opening .layer2 {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #fff;
  opacity: 1;
  visibility: visible;
}
.opening .layer2 .opening-logo {
  opacity: 1;
}
.opening.is-logo-visible .layer1 .opening-logo {
  opacity: 1;
}
.opening.is-revealing .layer1 span {
  opacity: 0;
}
.opening.is-logo-fadeout .layer1 .opening-logo {
  opacity: 0;
}
.opening.is-layer1-complete .layer1 {
  opacity: 0;
  visibility: hidden;
}
.opening.is-fadeout {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  pointer-events: none;
}
.opening.is-complete {
  display: none;
  pointer-events: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.modal .modal-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal .modal-inner {
  position: relative;
  width: calc(100% + 2px);
  margin: 0 -1px;
}
.modal .modal-inner .video-frame {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
.modal .modal-inner .video-frame video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal .modal-inner .video-control {
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  letter-spacing: 0.04em;
  color: #004EA8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 2.2;
  top: calc(100% + 0.875rem);
  white-space: nowrap;
}
.modal .modal-inner .video-control p + p {
  margin-left: 1.4375rem;
}
.modal .modal-inner .video-control a {
  color: #fff !important;
}
.modal .modal-inner .video-control .control-video {
  cursor: pointer;
  text-decoration: none;
}
.modal .modal-inner .video-control .control-video.active {
  pointer-events: none;
  text-decoration: underline;
}
.modal .modal-inner .btn-close {
  position: absolute;
  bottom: calc(100% + 0.6875rem);
  right: 1.375rem;
  width: 1.25rem;
  height: 1.25rem;
}
.modal .modal-inner .btn-close:before, .modal .modal-inner .btn-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -17%;
  width: 1.7675rem;
  height: 0.0625rem;
  background: #004EA8;
}
.modal .modal-inner .btn-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal .modal-inner .btn-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.video-open {
  height: 100vh;
  position: relative;
  overflow: hidden;
  line-height: 0;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .video-open {
    height: 42.25rem;
  }
}
@media (max-width: 750px) {
  .video-open {
    height: 13.1875rem;
  }
}
.video-open .video-frame {
  z-index: 1;
  background: #000;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .video-open .video-frame {
    top: -1px;
    left: -1px;
    right: -1px;
  }
}
.video-open .video-frame video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 22%;
     object-position: center 22%;
}
.video-open .video-control {
  position: absolute;
  z-index: 2;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  mix-blend-mode: difference;
}
@media (max-width: 750px) {
  .video-open .video-control {
    font-size: 0.75rem;
    line-height: 2.2;
    bottom: 0;
  }
}
.video-open .video-control p + p {
  margin-left: 1.4375rem;
}
.video-open .video-control a {
  color: #fff !important;
}
.video-open .video-control .control-video {
  cursor: pointer;
  text-decoration: none;
}
.video-open .video-control .control-video.active {
  pointer-events: none;
  text-decoration: underline;
}

.kv {
  background: url("/change-the-world/assets/img/kv-photo.jpg") center no-repeat;
  background-size: cover;
  margin-top: -1px;
  line-height: 0;
  letter-spacing: 0;
  position: relative;
}
@media (max-width: 750px) {
  .kv {
    background: url("/change-the-world/assets/img/kv-sp.jpg") center no-repeat;
    background-size: cover;
  }
}
.kv .logoKv {
  position: absolute;
  width: 8.75rem;
  display: block;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  clip-path: inset(0 100% 0 0);
  padding: 1.25rem 0.1875rem 0.1875rem 1.625rem;
  z-index: 5;
}
.kv .logoKv img {
  width: 100%;
}
.kv .logoKv.anim {
  clip-path: inset(0 0 0 0);
}
.kv .logoKv.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media (max-width: 750px) {
  .kv .logoKv {
    padding: 1rem 0 0 1.25rem;
    width: 5rem;
  }
}
.kv .logoKv .logo2 {
  position: absolute;
  top: 1.25rem;
  left: 1.625rem;
  width: 8.75rem;
  opacity: 0;
}
@media (max-width: 750px) {
  .kv .logoKv .logo2 {
    top: 1rem;
    left: 1.25rem;
    width: 5rem;
  }
}
.kv .logoKv a {
  display: block;
}
.kv .logoKv.active2 .logo1 {
  opacity: 0;
}
.kv .logoKv.active2 .logo2 {
  opacity: 0;
}
.kv__top {
  height: 45.375rem;
  position: relative;
}
@media (max-width: 750px) {
  .kv__top {
    height: 31.375rem;
  }
}
.kv__bottom {
  height: 31.8125rem;
  position: relative;
}
@media (max-width: 750px) {
  .kv__bottom {
    height: 31.875rem;
  }
}
.kv__txt {
  position: absolute;
  top: 47.3%;
  left: calc(50% - 7.8125rem);
  width: 40.625rem;
}
.kv__txt img {
  width: 100%;
}
@media (max-width: 750px) {
  .kv__txt {
    width: 17.8125rem;
    left: calc(50% - 6.875rem);
    top: 50%;
    max-width: calc(50% + 6.875rem);
  }
}
.kv__txt--hori {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 1s ease;
  transition: clip-path 1s ease;
}
.kv__txt--verti {
  position: absolute;
  right: 2.625rem;
  bottom: -4.5rem;
  width: 3.75rem;
  clip-path: inset(0 0 100% 0);
  -webkit-transition: clip-path 1.2s ease;
  transition: clip-path 1.2s ease;
}
@media (max-width: 750px) {
  .kv__txt--verti {
    right: 7.0175438596%;
    bottom: -2.019375rem;
    width: 1.6375rem;
  }
}
.kv__txt.anim .kv__txt--hori, .kv__txt.anim .kv__txt--verti {
  clip-path: inset(0 0 0 0);
}
.kv--desc {
  position: absolute;
  top: 0%;
  left: calc(50% - 7.8125rem);
  width: 28.75rem;
}
.kv--desc img {
  width: 100%;
}
@media (max-width: 750px) {
  .kv--desc {
    left: calc(50% - 6.875rem);
    width: 16.0625rem;
  }
}

.brand, .cast, .perovskite {
  color: #004EA8;
}

.section .section-ttl {
  position: relative;
}
.section .section-ttl h2 {
  font-size: 5.3125rem;
  letter-spacing: 0.04em;
  line-height: 1;
  overflow: hidden;
  padding-bottom: 0.3125rem;
}
.section .section-ttl h2 span {
  display: inline-block;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
@media (max-width: 750px) {
  .section .section-ttl h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
    letter-spacing: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 750px) and (max-width: 374px) {
  .section .section-ttl h2 {
    font-size: 2rem;
  }
}
.section .section-ttl h2 span:nth-child(1) {
  -webkit-transition-delay: calc(0.05s + 1 * 0.04s);
          transition-delay: calc(0.05s + 1 * 0.04s);
}
.section .section-ttl h2 span:nth-child(2) {
  -webkit-transition-delay: calc(0.05s + 2 * 0.04s);
          transition-delay: calc(0.05s + 2 * 0.04s);
}
.section .section-ttl h2 span:nth-child(3) {
  -webkit-transition-delay: calc(0.05s + 3 * 0.04s);
          transition-delay: calc(0.05s + 3 * 0.04s);
}
.section .section-ttl h2 span:nth-child(4) {
  -webkit-transition-delay: calc(0.05s + 4 * 0.04s);
          transition-delay: calc(0.05s + 4 * 0.04s);
}
.section .section-ttl h2 span:nth-child(5) {
  -webkit-transition-delay: calc(0.05s + 5 * 0.04s);
          transition-delay: calc(0.05s + 5 * 0.04s);
}
.section .section-ttl h2 span:nth-child(6) {
  -webkit-transition-delay: calc(0.05s + 6 * 0.04s);
          transition-delay: calc(0.05s + 6 * 0.04s);
}
.section .section-ttl h2 span:nth-child(7) {
  -webkit-transition-delay: calc(0.05s + 7 * 0.04s);
          transition-delay: calc(0.05s + 7 * 0.04s);
}
.section .section-ttl h2 span:nth-child(8) {
  -webkit-transition-delay: calc(0.05s + 8 * 0.04s);
          transition-delay: calc(0.05s + 8 * 0.04s);
}
.section .section-ttl h2 span:nth-child(9) {
  -webkit-transition-delay: calc(0.05s + 9 * 0.04s);
          transition-delay: calc(0.05s + 9 * 0.04s);
}
.section .section-ttl h2 span:nth-child(10) {
  -webkit-transition-delay: calc(0.05s + 10 * 0.04s);
          transition-delay: calc(0.05s + 10 * 0.04s);
}
.section .section-ttl h2 span:nth-child(11) {
  -webkit-transition-delay: calc(0.05s + 11 * 0.04s);
          transition-delay: calc(0.05s + 11 * 0.04s);
}
.section .section-ttl h2 span:nth-child(12) {
  -webkit-transition-delay: calc(0.05s + 12 * 0.04s);
          transition-delay: calc(0.05s + 12 * 0.04s);
}
.section .section-ttl h2 span:nth-child(13) {
  -webkit-transition-delay: calc(0.05s + 13 * 0.04s);
          transition-delay: calc(0.05s + 13 * 0.04s);
}
.section .section-ttl h2 span:nth-child(14) {
  -webkit-transition-delay: calc(0.05s + 14 * 0.04s);
          transition-delay: calc(0.05s + 14 * 0.04s);
}
.section .section-ttl h2 span:nth-child(15) {
  -webkit-transition-delay: calc(0.05s + 15 * 0.04s);
          transition-delay: calc(0.05s + 15 * 0.04s);
}
.section .section-ttl h2 span:nth-child(16) {
  -webkit-transition-delay: calc(0.05s + 16 * 0.04s);
          transition-delay: calc(0.05s + 16 * 0.04s);
}
.section .section-ttl h2 span:nth-child(17) {
  -webkit-transition-delay: calc(0.05s + 17 * 0.04s);
          transition-delay: calc(0.05s + 17 * 0.04s);
}
.section .section-ttl h2 span:nth-child(18) {
  -webkit-transition-delay: calc(0.05s + 18 * 0.04s);
          transition-delay: calc(0.05s + 18 * 0.04s);
}
.section .section-ttl h2 span:nth-child(19) {
  -webkit-transition-delay: calc(0.05s + 19 * 0.04s);
          transition-delay: calc(0.05s + 19 * 0.04s);
}
.section .section-ttl h2 span:nth-child(20) {
  -webkit-transition-delay: calc(0.05s + 20 * 0.04s);
          transition-delay: calc(0.05s + 20 * 0.04s);
}
.section .section-ttl .underline {
  position: absolute;
  left: 0;
  top: 98%;
  right: 0;
  height: 0.625rem;
  background: #E8374A;
}
@media (max-width: 750px) {
  .section .section-ttl .underline {
    height: 0.375rem;
    top: 100%;
  }
}
.section .section-ttl .space-r {
  margin-right: 1.875rem;
}
@media (max-width: 750px) {
  .section .section-ttl .space-r {
    margin-right: 0.625rem;
  }
}
.section .section-ttl .only-sm {
  display: none;
}
@media (max-width: 374px) {
  .section .section-ttl .only-sm {
    display: block;
  }
}
.section .section-ttl.visible h2 span {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.brand {
  padding: 10.9375rem 0 6.25rem;
}
@media (max-width: 750px) {
  .brand {
    padding: 6.9375rem 0 2.125rem;
  }
}
.brand-desc {
  letter-spacing: 0.05em;
  margin-top: 4.375rem;
  margin-bottom: 2.5rem;
  font-weight: 700;
  display: inline-block;
  width: 50.5rem;
}
@media (max-width: 750px) {
  .brand-desc {
    font-size: 1.5rem;
    margin: 1.9375rem 0 1.0625rem;
    width: 17.375rem;
  }
}
.brand .video-frame {
  line-height: 0;
}
@media (max-width: 750px) {
  .brand .video-frame {
    width: 100%;
    margin: 0 auto;
  }
}
.brand .video-frame .thumbnail {
  position: relative;
  cursor: pointer;
  display: block;
  background: #000;
  outline-offset: -1px;
}
.brand .video-frame .thumbnail:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8.25rem;
  height: 8.25rem;
  background: url("/change-the-world/assets/img/icon-play.svg") center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 750px) {
  .brand .video-frame .thumbnail:before {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.brand .video-frame .thumbnail.playing {
  background: #fff;
  -webkit-transition: background 0s linear 1s;
  transition: background 0s linear 1s;
}
.brand .video-frame .thumbnail.playing img {
  opacity: 0;
}
.brand .video-frame .thumbnail.playing:before {
  opacity: 0;
}
.brand .video-frame .thumbnail.playing .video-frame {
  opacity: 1;
  pointer-events: auto;
}
.brand .video-frame .thumbnail .video-frame {
  position: absolute;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.brand .video-frame .thumbnail .video-frame video, .brand .video-frame .thumbnail .video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cast {
  padding: 4.6875rem 0 11.25rem;
}
@media (max-width: 750px) {
  .cast {
    padding: 3.75rem 0 5.125rem;
  }
}
.cast .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 54rem;
  margin: 6.625rem auto 0;
  max-width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 750px) {
  .cast .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 3rem auto 0;
  }
}
.cast .cast-img {
  width: 30.375rem;
  max-width: 100%;
  line-height: 0;
}
@media (max-width: 750px) {
  .cast .cast-img {
    width: 100%;
    margin: 0 auto;
  }
}
.cast .cast-info {
  width: calc(100% - 30.375rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1.5rem;
  padding-top: 0.125rem;
}
@media (max-width: 750px) {
  .cast .cast-info {
    width: 100%;
    padding-inline: 0;
    padding-top: 0.5625rem;
  }
}
.cast .cast-info .cast-name {
  margin-bottom: 0.9375rem;
}
@media (max-width: 750px) {
  .cast .cast-info .cast-name {
    margin-top: 1rem;
    margin-bottom: 1.25rem;
  }
}
.cast .cast-info .cast-name h3 {
  width: 6.25%rem;
}
@media (max-width: 750px) {
  .cast .cast-info .cast-name h3 {
    width: 14.5rem;
  }
}
.cast .cast-info .cast-name .subname {
  font-size: 1rem;
  line-height: 1;
}
.cast .cast-info .cast-description {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .cast .cast-info .cast-description {
    letter-spacing: 0;
  }
}

.perovskite {
  padding-bottom: 9.375rem;
}
@media (max-width: 750px) {
  .perovskite {
    padding-bottom: 7.8125rem;
  }
}
.perovskite .section-ttl {
  margin-bottom: 5rem;
}
.perovskite .section-ttl h2 {
  letter-spacing: -0.01em;
  line-height: 1;
}
@media (max-width: 750px) {
  .perovskite .section-ttl h2 {
    line-height: 1;
  }
}
@media (max-width: 750px) {
  .perovskite .section-ttl {
    margin-bottom: 3.5rem;
  }
}
.perovskite-desc {
  width: 40.3125rem;
  margin-bottom: 4.1875rem;
  font-weight: 500;
  display: inline-block;
}
@media (max-width: 750px) {
  .perovskite-desc {
    width: 100%;
    margin-bottom: 3.1875rem;
  }
}
.perovskite .shape__ttl {
  font-size: 1.125rem;
  line-height: 1.3125rem;
  position: relative;
  z-index: 1;
  margin-bottom: 2.4375rem;
}
@media (max-width: 750px) {
  .perovskite .shape__ttl {
    font-size: 0.75rem;
    line-height: 1;
    margin-bottom: 1.4375rem;
  }
}
.perovskite .shape__ttl:before {
  content: "";
  position: absolute;
  top: 54%;
  right: 0;
  left: 10px;
  height: 1px;
  background: #004EA8;
  z-index: -1;
}
.perovskite .shape__ttl h3 {
  background: #fff;
  padding-right: 1.25rem;
  display: inline-block;
  font-weight: 400;
}
@media (max-width: 750px) {
  .perovskite .shape__ttl h3 {
    padding-right: 0.3125rem;
  }
}
.perovskite .shape__ttl span {
  font-size: 1.5rem;
  font-weight: 500;
}
@media (max-width: 750px) {
  .perovskite .shape__ttl span {
    font-size: 1.125rem;
  }
}
.perovskite .shape .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 750px) {
  .perovskite .shape .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.perovskite .shape__info {
  width: 34.375rem;
  min-height: 20rem;
}
@media (max-width: 750px) {
  .perovskite .shape__info {
    width: 100%;
    min-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.perovskite .shape__info--ttl {
  font-size: 1.75rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 1.6875rem;
}
@media (max-width: 750px) {
  .perovskite .shape__info--ttl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.perovskite .shape__info--ttl.ttl1 img {
  width: 18rem;
}
@media (max-width: 750px) {
  .perovskite .shape__info--ttl.ttl1 img {
    width: 12.875rem;
  }
}
@media (max-width: 750px) {
  .perovskite .shape__info--ttl {
    font-size: 1.25rem;
  }
  .perovskite .shape__info--ttl.ttl2 {
    margin-bottom: 1.125rem;
  }
}
.perovskite .shape__info--desc {
  font-size: 0.875rem;
  line-height: 1.6;
}
@media (max-width: 750px) {
  .perovskite .shape__info--desc {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.perovskite .shape__info--img {
  width: 22.1875rem;
  margin-top: 2rem;
  line-height: 0;
  max-width: 100%;
}
@media (max-width: 750px) {
  .perovskite .shape__info--img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 1rem;
    margin-top: 0;
  }
}
.perovskite .shape__photo {
  width: 26rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  line-height: 0;
}
.perovskite .shape__photo p {
  position: relative;
}
.perovskite .shape__photo p + p {
  margin-top: 0.5625rem;
}
@media (max-width: 750px) {
  .perovskite .shape__photo {
    width: 100%;
    position: relative;
    margin-top: 1.3125rem;
  }
}
.perovskite .shape__gallery {
  width: 26rem;
  max-width: 100%;
}
@media (max-width: 750px) {
  .perovskite .shape__gallery {
    width: 100%;
    margin-top: 1.5rem;
  }
}
.perovskite .shape__gallery--ttl {
  font-size: 1.125rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  .perovskite .shape__gallery--ttl {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
.perovskite .shape__gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.perovskite .shape__gallery-list dl dt {
  line-height: 0;
}
.perovskite .shape__gallery-list dl dd {
  font-size: 0.75rem;
  line-height: 1.3;
  margin-top: 0.1875rem;
}
@media (max-width: 750px) {
  .perovskite .shape__gallery-list dl dd {
    margin-top: 0.5rem;
    line-height: 1.35;
  }
}
.perovskite .shape__gallery-list .img1, .perovskite .shape__gallery-list .img3 {
  width: 12.6875rem;
}
@media (max-width: 750px) {
  .perovskite .shape__gallery-list .img1, .perovskite .shape__gallery-list .img3 {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .perovskite .shape__gallery-list .img1 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 1rem;
  }
}
.perovskite .shape__gallery-list .img3 {
  margin-top: 0.5rem;
}
@media (max-width: 750px) {
  .perovskite .shape__gallery-list .img3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
  }
}
.perovskite .shape__gallery-list .img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.25rem;
}
@media (max-width: 750px) {
  .perovskite .shape__gallery-list .img2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: static;
    width: 100%;
    margin-top: 1rem;
  }
}
.perovskite .shape + .shape {
  margin-top: 6.125rem;
}
@media (max-width: 750px) {
  .perovskite .shape + .shape {
    margin-top: 4.125rem;
  }
}
.perovskite .shape__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.75rem;
  margin-top: 2.625rem;
}
@media (max-width: 750px) {
  .perovskite .shape__link {
    width: 100%;
    margin-top: 1.5rem;
    gap: 0.4375rem 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.perovskite .shape__link a, .perovskite .shape__link > p {
  width: 15.0625rem;
  letter-spacing: 0;
  position: relative;
  line-height: 0;
}
@media (max-width: 750px) {
  .perovskite .shape__link a, .perovskite .shape__link > p {
    width: 48.6567164179%;
  }
}
.perovskite .shape__link a .block-txt, .perovskite .shape__link > p .block-txt {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  color: #004EA8;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .perovskite .shape__link a .block-txt, .perovskite .shape__link > p .block-txt {
    display: none;
  }
}
.perovskite .shape__link a .block-txt p, .perovskite .shape__link > p .block-txt p {
  font-size: 1rem;
  line-height: 1.6;
}
.perovskite .shape__link a .block-txt span, .perovskite .shape__link > p .block-txt span {
  display: inline-block;
}
.perovskite .shape__link a .block-txt .sml, .perovskite .shape__link > p .block-txt .sml {
  font-size: 0.75rem;
}
.perovskite .shape__link a .block-txt.sml-lh p, .perovskite .shape__link > p .block-txt.sml-lh p {
  line-height: 1.2;
}
.perovskite .shape__link a .block-txt .txt-transform, .perovskite .shape__link > p .block-txt .txt-transform {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.perovskite .shape__link a .block-txt .txt-transform span, .perovskite .shape__link > p .block-txt .txt-transform span {
  -webkit-transform: translate(0, 200%);
          transform: translate(0, 200%);
}
.perovskite .shape__link a {
  outline-offset: -1px;
}
.perovskite .shape__link a:hover .txt-static span {
  -webkit-transform: translate(0, -400%);
          transform: translate(0, -400%);
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
}
.perovskite .shape__link a:hover .txt-static span:nth-child(1) {
  -webkit-transition-delay: calc(0.2s + 0.015 * 1s);
          transition-delay: calc(0.2s + 0.015 * 1s);
}
.perovskite .shape__link a:hover .txt-static span:nth-child(2) {
  -webkit-transition-delay: calc(0.2s + 0.015 * 2s);
          transition-delay: calc(0.2s + 0.015 * 2s);
}
.perovskite .shape__link a:hover .txt-static span:nth-child(3) {
  -webkit-transition-delay: calc(0.2s + 0.015 * 3s);
          transition-delay: calc(0.2s + 0.015 * 3s);
}
.perovskite .shape__link a:hover .txt-static span:nth-child(4) {
  -webkit-transition-delay: calc(0.2s + 0.015 * 4s);
          transition-delay: calc(0.2s + 0.015 * 4s);
}
.perovskite .shape__link a:hover .txt-static span:nth-child(5) {
  -webkit-transition-delay: calc(0.2s + 0.015 * 5s);
          transition-delay: calc(0.2s + 0.015 * 5s);
}
.perovskite .shape__link a:hover .txt-static span:nth-child(6) {
  -webkit-transition-delay: calc(0.2s + 0.015 * 6s);
          transition-delay: calc(0.2s + 0.015 * 6s);
}
.perovskite .shape__link a:hover .txt-static span:nth-child(7) {
  -webkit-transition-delay: calc(0.2s + 0.015 * 7s);
          transition-delay: calc(0.2s + 0.015 * 7s);
}
.perovskite .shape__link a:hover .txt-static span:nth-child(8) {
  -webkit-transition-delay: calc(0.2s + 0.015 * 8s);
          transition-delay: calc(0.2s + 0.015 * 8s);
}
.perovskite .shape__link a:hover .txt-static span:nth-child(9) {
  -webkit-transition-delay: calc(0.2s + 0.015 * 9s);
          transition-delay: calc(0.2s + 0.015 * 9s);
}
.perovskite .shape__link a:hover .txt-static span:nth-child(10) {
  -webkit-transition-delay: calc(0.2s + 0.015 * 10s);
          transition-delay: calc(0.2s + 0.015 * 10s);
}
.perovskite .shape__link a:hover .txt-static span:nth-child(11) {
  -webkit-transition-delay: calc(0.2s + 0.015 * 11s);
          transition-delay: calc(0.2s + 0.015 * 11s);
}
.perovskite .shape__link a:hover .txt-static span:nth-child(12) {
  -webkit-transition-delay: calc(0.2s + 0.015 * 12s);
          transition-delay: calc(0.2s + 0.015 * 12s);
}
.perovskite .shape__link a:hover .txt-static span:nth-child(13) {
  -webkit-transition-delay: calc(0.2s + 0.015 * 13s);
          transition-delay: calc(0.2s + 0.015 * 13s);
}
.perovskite .shape__link a:hover .txt-static span:nth-child(14) {
  -webkit-transition-delay: calc(0.2s + 0.015 * 14s);
          transition-delay: calc(0.2s + 0.015 * 14s);
}
.perovskite .shape__link a:hover .txt-static span:nth-child(15) {
  -webkit-transition-delay: calc(0.2s + 0.015 * 15s);
          transition-delay: calc(0.2s + 0.015 * 15s);
}
.perovskite .shape__link a:hover .txt-static span:nth-child(16) {
  -webkit-transition-delay: calc(0.2s + 0.015 * 16s);
          transition-delay: calc(0.2s + 0.015 * 16s);
}
.perovskite .shape__link a:hover .txt-static span:nth-child(17) {
  -webkit-transition-delay: calc(0.2s + 0.015 * 17s);
          transition-delay: calc(0.2s + 0.015 * 17s);
}
.perovskite .shape__link a:hover .txt-static span:nth-child(18) {
  -webkit-transition-delay: calc(0.2s + 0.015 * 18s);
          transition-delay: calc(0.2s + 0.015 * 18s);
}
.perovskite .shape__link a:hover .txt-static span:nth-child(19) {
  -webkit-transition-delay: calc(0.2s + 0.015 * 19s);
          transition-delay: calc(0.2s + 0.015 * 19s);
}
.perovskite .shape__link a:hover .txt-static span:nth-child(20) {
  -webkit-transition-delay: calc(0.2s + 0.015 * 20s);
          transition-delay: calc(0.2s + 0.015 * 20s);
}
.perovskite .shape__link a:hover .txt-transform span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.5s ease 0.4s;
  transition: all 0.5s ease 0.4s;
}
.perovskite .shape__link a:hover .txt-transform span:nth-child(1) {
  -webkit-transition-delay: calc(0.4s + 0.015 * 1s);
          transition-delay: calc(0.4s + 0.015 * 1s);
}
.perovskite .shape__link a:hover .txt-transform span:nth-child(2) {
  -webkit-transition-delay: calc(0.4s + 0.015 * 2s);
          transition-delay: calc(0.4s + 0.015 * 2s);
}
.perovskite .shape__link a:hover .txt-transform span:nth-child(3) {
  -webkit-transition-delay: calc(0.4s + 0.015 * 3s);
          transition-delay: calc(0.4s + 0.015 * 3s);
}
.perovskite .shape__link a:hover .txt-transform span:nth-child(4) {
  -webkit-transition-delay: calc(0.4s + 0.015 * 4s);
          transition-delay: calc(0.4s + 0.015 * 4s);
}
.perovskite .shape__link a:hover .txt-transform span:nth-child(5) {
  -webkit-transition-delay: calc(0.4s + 0.015 * 5s);
          transition-delay: calc(0.4s + 0.015 * 5s);
}
.perovskite .shape__link a:hover .txt-transform span:nth-child(6) {
  -webkit-transition-delay: calc(0.4s + 0.015 * 6s);
          transition-delay: calc(0.4s + 0.015 * 6s);
}
.perovskite .shape__link a:hover .txt-transform span:nth-child(7) {
  -webkit-transition-delay: calc(0.4s + 0.015 * 7s);
          transition-delay: calc(0.4s + 0.015 * 7s);
}
.perovskite .shape__link a:hover .txt-transform span:nth-child(8) {
  -webkit-transition-delay: calc(0.4s + 0.015 * 8s);
          transition-delay: calc(0.4s + 0.015 * 8s);
}
.perovskite .shape__link a:hover .txt-transform span:nth-child(9) {
  -webkit-transition-delay: calc(0.4s + 0.015 * 9s);
          transition-delay: calc(0.4s + 0.015 * 9s);
}
.perovskite .shape__link a:hover .txt-transform span:nth-child(10) {
  -webkit-transition-delay: calc(0.4s + 0.015 * 10s);
          transition-delay: calc(0.4s + 0.015 * 10s);
}
.perovskite .shape__link a:hover .txt-transform span:nth-child(11) {
  -webkit-transition-delay: calc(0.4s + 0.015 * 11s);
          transition-delay: calc(0.4s + 0.015 * 11s);
}
.perovskite .shape__link a:hover .txt-transform span:nth-child(12) {
  -webkit-transition-delay: calc(0.4s + 0.015 * 12s);
          transition-delay: calc(0.4s + 0.015 * 12s);
}
.perovskite .shape__link a:hover .txt-transform span:nth-child(13) {
  -webkit-transition-delay: calc(0.4s + 0.015 * 13s);
          transition-delay: calc(0.4s + 0.015 * 13s);
}
.perovskite .shape__link a:hover .txt-transform span:nth-child(14) {
  -webkit-transition-delay: calc(0.4s + 0.015 * 14s);
          transition-delay: calc(0.4s + 0.015 * 14s);
}
.perovskite .shape__link a:hover .txt-transform span:nth-child(15) {
  -webkit-transition-delay: calc(0.4s + 0.015 * 15s);
          transition-delay: calc(0.4s + 0.015 * 15s);
}
.perovskite .shape__link a:hover .txt-transform span:nth-child(16) {
  -webkit-transition-delay: calc(0.4s + 0.015 * 16s);
          transition-delay: calc(0.4s + 0.015 * 16s);
}
.perovskite .shape__link a:hover .txt-transform span:nth-child(17) {
  -webkit-transition-delay: calc(0.4s + 0.015 * 17s);
          transition-delay: calc(0.4s + 0.015 * 17s);
}
.perovskite .shape__link a:hover .txt-transform span:nth-child(18) {
  -webkit-transition-delay: calc(0.4s + 0.015 * 18s);
          transition-delay: calc(0.4s + 0.015 * 18s);
}
.perovskite .shape__link a:hover .txt-transform span:nth-child(19) {
  -webkit-transition-delay: calc(0.4s + 0.015 * 19s);
          transition-delay: calc(0.4s + 0.015 * 19s);
}
.perovskite .shape__link a:hover .txt-transform span:nth-child(20) {
  -webkit-transition-delay: calc(0.4s + 0.015 * 20s);
          transition-delay: calc(0.4s + 0.015 * 20s);
}
.perovskite .shape--sublink {
  margin-top: 1.5625rem;
  font-size: 1.125rem;
}
@media (max-width: 750px) {
  .perovskite .shape--sublink {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}
.perovskite .shape--sublink a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  position: relative;
}
.perovskite .shape--sublink a i {
  width: 0.625rem;
  position: absolute;
  left: calc(100% + 0.9375rem);
}
@media (max-width: 750px) {
  .perovskite .shape--sublink a i {
    width: 0.5rem;
  }
}
@media (min-width: 751px) and (hover: hover) {
  .perovskite .shape--sublink a:hover {
    text-decoration: none;
  }
}

footer {
  padding: 5.375rem 0 1.3125rem;
  color: #fff;
  background: #004EA8;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  footer {
    padding: 3.75rem 0 0.75rem;
  }
}
footer .f-button--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 58.25rem;
  margin: 0 auto 3.875rem;
}
@media (max-width: 750px) {
  footer .f-button--list {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    margin-bottom: 3.6875rem;
  }
}
footer .f-button--list .col {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.625rem;
}
@media (max-width: 750px) {
  footer .f-button--list .col {
    width: 14.5625rem;
  }
}
footer .f-button--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.78125rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border: 0.0625rem solid #fff;
  border-radius: 0.5rem;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
footer .f-button--item .txt-static {
  position: relative;
}
footer .f-button--item i {
  position: absolute;
  top: 52%;
  right: 0.6875rem;
  width: 0.6875rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
footer .f-button--item i img {
  max-width: 100%;
}
footer .f-button--item p {
  overflow: hidden;
  display: inline-block;
}
footer .f-button--item p span {
  display: inline-block;
}
footer .f-button--item .txt-transform {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
}
footer .f-button--item .txt-transform span {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
footer .f-button--item:hover p span {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer .f-button--item:hover p span:nth-child(1) {
  -webkit-transition-delay: calc(0.05s + 0.012 * 1s);
          transition-delay: calc(0.05s + 0.012 * 1s);
}
footer .f-button--item:hover p span:nth-child(2) {
  -webkit-transition-delay: calc(0.05s + 0.012 * 2s);
          transition-delay: calc(0.05s + 0.012 * 2s);
}
footer .f-button--item:hover p span:nth-child(3) {
  -webkit-transition-delay: calc(0.05s + 0.012 * 3s);
          transition-delay: calc(0.05s + 0.012 * 3s);
}
footer .f-button--item:hover p span:nth-child(4) {
  -webkit-transition-delay: calc(0.05s + 0.012 * 4s);
          transition-delay: calc(0.05s + 0.012 * 4s);
}
footer .f-button--item:hover p span:nth-child(5) {
  -webkit-transition-delay: calc(0.05s + 0.012 * 5s);
          transition-delay: calc(0.05s + 0.012 * 5s);
}
footer .f-button--item:hover p span:nth-child(6) {
  -webkit-transition-delay: calc(0.05s + 0.012 * 6s);
          transition-delay: calc(0.05s + 0.012 * 6s);
}
footer .f-button--item:hover p span:nth-child(7) {
  -webkit-transition-delay: calc(0.05s + 0.012 * 7s);
          transition-delay: calc(0.05s + 0.012 * 7s);
}
footer .f-button--item:hover p span:nth-child(8) {
  -webkit-transition-delay: calc(0.05s + 0.012 * 8s);
          transition-delay: calc(0.05s + 0.012 * 8s);
}
footer .f-button--item:hover p span:nth-child(9) {
  -webkit-transition-delay: calc(0.05s + 0.012 * 9s);
          transition-delay: calc(0.05s + 0.012 * 9s);
}
footer .f-button--item:hover p span:nth-child(10) {
  -webkit-transition-delay: calc(0.05s + 0.012 * 10s);
          transition-delay: calc(0.05s + 0.012 * 10s);
}
footer .f-button--item:hover p span:nth-child(11) {
  -webkit-transition-delay: calc(0.05s + 0.012 * 11s);
          transition-delay: calc(0.05s + 0.012 * 11s);
}
footer .f-button--item:hover p span:nth-child(12) {
  -webkit-transition-delay: calc(0.05s + 0.012 * 12s);
          transition-delay: calc(0.05s + 0.012 * 12s);
}
footer .f-button--item:hover p span:nth-child(13) {
  -webkit-transition-delay: calc(0.05s + 0.012 * 13s);
          transition-delay: calc(0.05s + 0.012 * 13s);
}
footer .f-button--item:hover p span:nth-child(14) {
  -webkit-transition-delay: calc(0.05s + 0.012 * 14s);
          transition-delay: calc(0.05s + 0.012 * 14s);
}
footer .f-button--item:hover p span:nth-child(15) {
  -webkit-transition-delay: calc(0.05s + 0.012 * 15s);
          transition-delay: calc(0.05s + 0.012 * 15s);
}
footer .f-button--item:hover p span:nth-child(16) {
  -webkit-transition-delay: calc(0.05s + 0.012 * 16s);
          transition-delay: calc(0.05s + 0.012 * 16s);
}
footer .f-button--item:hover p span:nth-child(17) {
  -webkit-transition-delay: calc(0.05s + 0.012 * 17s);
          transition-delay: calc(0.05s + 0.012 * 17s);
}
footer .f-button--item:hover p span:nth-child(18) {
  -webkit-transition-delay: calc(0.05s + 0.012 * 18s);
          transition-delay: calc(0.05s + 0.012 * 18s);
}
footer .f-button--item:hover p span:nth-child(19) {
  -webkit-transition-delay: calc(0.05s + 0.012 * 19s);
          transition-delay: calc(0.05s + 0.012 * 19s);
}
footer .f-button--item:hover p span:nth-child(20) {
  -webkit-transition-delay: calc(0.05s + 0.012 * 20s);
          transition-delay: calc(0.05s + 0.012 * 20s);
}
footer .f-button--item:hover .txt-transform span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 0.35s ease 0.3s;
  transition: all 0.35s ease 0.3s;
}
footer .f-button--item:hover .txt-transform span:nth-child(1) {
  -webkit-transition-delay: calc(0.3s + 0.012 * 1s);
          transition-delay: calc(0.3s + 0.012 * 1s);
}
footer .f-button--item:hover .txt-transform span:nth-child(2) {
  -webkit-transition-delay: calc(0.3s + 0.012 * 2s);
          transition-delay: calc(0.3s + 0.012 * 2s);
}
footer .f-button--item:hover .txt-transform span:nth-child(3) {
  -webkit-transition-delay: calc(0.3s + 0.012 * 3s);
          transition-delay: calc(0.3s + 0.012 * 3s);
}
footer .f-button--item:hover .txt-transform span:nth-child(4) {
  -webkit-transition-delay: calc(0.3s + 0.012 * 4s);
          transition-delay: calc(0.3s + 0.012 * 4s);
}
footer .f-button--item:hover .txt-transform span:nth-child(5) {
  -webkit-transition-delay: calc(0.3s + 0.012 * 5s);
          transition-delay: calc(0.3s + 0.012 * 5s);
}
footer .f-button--item:hover .txt-transform span:nth-child(6) {
  -webkit-transition-delay: calc(0.3s + 0.012 * 6s);
          transition-delay: calc(0.3s + 0.012 * 6s);
}
footer .f-button--item:hover .txt-transform span:nth-child(7) {
  -webkit-transition-delay: calc(0.3s + 0.012 * 7s);
          transition-delay: calc(0.3s + 0.012 * 7s);
}
footer .f-button--item:hover .txt-transform span:nth-child(8) {
  -webkit-transition-delay: calc(0.3s + 0.012 * 8s);
          transition-delay: calc(0.3s + 0.012 * 8s);
}
footer .f-button--item:hover .txt-transform span:nth-child(9) {
  -webkit-transition-delay: calc(0.3s + 0.012 * 9s);
          transition-delay: calc(0.3s + 0.012 * 9s);
}
footer .f-button--item:hover .txt-transform span:nth-child(10) {
  -webkit-transition-delay: calc(0.3s + 0.012 * 10s);
          transition-delay: calc(0.3s + 0.012 * 10s);
}
footer .f-button--item:hover .txt-transform span:nth-child(11) {
  -webkit-transition-delay: calc(0.3s + 0.012 * 11s);
          transition-delay: calc(0.3s + 0.012 * 11s);
}
footer .f-button--item:hover .txt-transform span:nth-child(12) {
  -webkit-transition-delay: calc(0.3s + 0.012 * 12s);
          transition-delay: calc(0.3s + 0.012 * 12s);
}
footer .f-button--item:hover .txt-transform span:nth-child(13) {
  -webkit-transition-delay: calc(0.3s + 0.012 * 13s);
          transition-delay: calc(0.3s + 0.012 * 13s);
}
footer .f-button--item:hover .txt-transform span:nth-child(14) {
  -webkit-transition-delay: calc(0.3s + 0.012 * 14s);
          transition-delay: calc(0.3s + 0.012 * 14s);
}
footer .f-button--item:hover .txt-transform span:nth-child(15) {
  -webkit-transition-delay: calc(0.3s + 0.012 * 15s);
          transition-delay: calc(0.3s + 0.012 * 15s);
}
footer .f-button--item:hover .txt-transform span:nth-child(16) {
  -webkit-transition-delay: calc(0.3s + 0.012 * 16s);
          transition-delay: calc(0.3s + 0.012 * 16s);
}
footer .f-button--item:hover .txt-transform span:nth-child(17) {
  -webkit-transition-delay: calc(0.3s + 0.012 * 17s);
          transition-delay: calc(0.3s + 0.012 * 17s);
}
footer .f-button--item:hover .txt-transform span:nth-child(18) {
  -webkit-transition-delay: calc(0.3s + 0.012 * 18s);
          transition-delay: calc(0.3s + 0.012 * 18s);
}
footer .f-button--item:hover .txt-transform span:nth-child(19) {
  -webkit-transition-delay: calc(0.3s + 0.012 * 19s);
          transition-delay: calc(0.3s + 0.012 * 19s);
}
footer .f-button--item:hover .txt-transform span:nth-child(20) {
  -webkit-transition-delay: calc(0.3s + 0.012 * 20s);
          transition-delay: calc(0.3s + 0.012 * 20s);
}
footer .f-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .f-social .list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin-left: 2rem;
}
@media (max-width: 750px) {
  footer .f-social .list-social {
    margin-left: 1.375rem;
    gap: 1.25rem;
  }
}
footer .f-social .list-social img {
  width: 100%;
}
footer .f-social .list-social .logoX {
  width: 1.875rem;
}
footer .f-social .list-social .logoY {
  width: 2.21875rem;
}
footer .f-social .list-social .logoL {
  width: 2.1875rem;
}
footer .f-social .list-social a {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: block;
}
@media (min-width: 751px) and (hover: hover) {
  footer .f-social .list-social a:hover {
    opacity: 0.7;
  }
}
footer .f-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
  margin: 1.375rem 0 3.4375rem;
}
@media (max-width: 750px) {
  footer .f-menu {
    margin: 0.8125rem 0 3.8125rem;
    gap: 1.0625rem 1.4375rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .f-menu a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: block;
}
@media (min-width: 751px) and (hover: hover) {
  footer .f-menu a:hover {
    opacity: 0.7;
  }
}
footer .f-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .f-logo a {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  display: block;
}
@media (min-width: 751px) and (hover: hover) {
  footer .f-logo a:hover {
    opacity: 0.7;
  }
}
footer .f-logo img {
  width: 11.8125rem;
  margin: 0 auto 1.4375rem;
}
footer .copyright {
  margin-top: 4rem;
  text-align: center;
  font-size: 0.625rem;
  line-height: 1.4;
}
@media (max-width: 750px) {
  footer .copyright {
    margin-top: 3.8125rem;
  }
}

.js-inview {
  position: relative;
}
.js-inview .slideAnim {
  position: relative;
}
.js-inview .line-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #004EA8;
  z-index: 2;
  -webkit-transition: all 1s ease, opacity 0s ease 1s;
  transition: all 1s ease, opacity 0s ease 1s;
}
.js-inview.visible .line-bg {
  width: 0;
  opacity: 0;
}
.js-inview.clipAnim {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.js-inview.clipAnim.visible {
  clip-path: inset(0 -2px 0 0);
}