html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 1401px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 0.5208333vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333vw;
  }
}
:root {
  --letterspacing: 0.02em;
}

body {
  width: 100%;
}

.l-container {
  width: 100%;
}

.f-container {
  scroll-margin-top: 80px;
  width: 100%;
  overflow: clip;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  text-transform: uppercase;
  color: #333;
  font-feature-settings: "palt";
  text-align: center;
}
.f-container * {
  box-sizing: border-box;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-family: "Bitcount Grid Single", system-ui;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "slnt" 0, "CRSV" 0.5, "ELSH" 0, "ELXP" 0;
}
.f-container a.mask-img {
  position: relative;
}
.f-container a.mask-img::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
  -webkit-mask-size: cover;
          mask-size: cover;
  will-change: opacity;
}
.f-container a.mask-img:hover {
  opacity: 1;
}
.f-container a.mask-img:hover::after {
  background: rgb(255, 255, 255);
  opacity: 0.3;
}
.f-container img,
.f-container video {
  width: 100%;
  height: auto;
  vertical-align: top;
  pointer-events: none;
}
.f-container svg {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
}
.f-container a {
  color: #333;
  display: block;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.f-container a:hover {
  opacity: 0.7;
}
.f-container figure {
  display: block;
}
.f-container .f-left, .f-container .f-right {
  position: relative;
  background-color: #fffff3;
  width: calc((100% - 75rem) / 2);
  height: calc(100vh - 80px);
  position: sticky;
  top: 80px;
  overflow: clip;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.f-container .f-left__name {
  width: 52.1367521368%;
  height: auto;
  position: absolute;
  top: calc((100vh - 80px) * 0.0439454545);
  left: 7.0085470085%;
}
.f-container .f-left__title {
  width: 23.0769230769%;
}
.f-container .f-right__btn {
  width: 48.547008547%;
}
.f-container .f-main {
  position: relative;
  z-index: 2;
  max-width: 75rem;
  width: 100%;
}
.f-container .f-main-wrap {
  scroll-margin-top: 80px;
  width: 100%;
  background-color: #fff;
  background-size: 100% auto;
  margin: 0 auto;
  overflow: clip;
}
@media screen and (max-width: 768px) {
  .f-container .f-main {
    max-width: 100%;
  }
  .f-container .f-main-wrap {
    width: 75rem;
    margin: 0 auto;
  }
  .f-container .f-left, .f-container .f-right {
    display: none;
  }
}
.f-container .fadeIn {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.f-container .fadeIn.showed {
  opacity: 1;
}
.f-container .typing {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.f-container .typing .js-typing span {
  display: inline-block;
  white-space: pre;
}
.f-container .hero__box {
  position: relative;
  overflow: clip;
  margin-bottom: 3.1rem;
}
.f-container .hero__brand {
  width: 37.877rem;
  position: absolute;
  top: 49rem;
  left: 18.478rem;
  transition-delay: 1s;
}
.f-container .hero__name {
  width: 34.544rem;
  margin-left: 2rem;
  margin-bottom: 18.5rem;
}
.f-container .hero__title {
  font-size: 12rem;
  line-height: 12.803rem;
  letter-spacing: var(--letterspacing);
  font-weight: 400;
  margin-bottom: 10.4rem;
}
.f-container .hero__title > span:nth-of-type(3) span:nth-of-type(1) {
  margin-right: -0.5rem;
}
.f-container .hero__title > span:nth-of-type(4) span:nth-of-type(1) {
  transform: translateX(0.5rem);
}
.f-container .hero__text {
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: var(--letterspacing);
  margin-bottom: 19rem;
}
.f-container .hero__movie {
  position: relative;
  z-index: 3;
  width: 54rem;
  margin: 0 auto 20rem;
}
.f-container .hero__movie video {
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
}
.f-container .hero__movie-btn {
  width: 6.3rem;
  height: 6.3rem;
  position: absolute;
  right: 0.934rem;
  bottom: 0.475rem;
  z-index: 5;
  background: no-repeat url(../img/sound_on.png) 0 0/contain;
}
.f-container .hero__movie-btn.on {
  right: 1.18rem;
  bottom: 0.538rem;
  background: no-repeat url(../img/sound_off.png) 0 0/contain;
}
.f-container .sec {
  padding-bottom: 30rem;
}
.f-container .sec__box {
  position: relative;
}
.f-container .sec__box .sec__img,
.f-container .sec__box .sec__slide {
  margin-bottom: 0 !important;
}
.f-container .sec__img {
  position: relative;
  margin: 0 auto 20rem;
}
.f-container .sec__slide {
  position: relative;
  margin: 0 auto 20rem;
}
.f-container .sec__slide .splide {
  position: relative;
}
.f-container .sec__slide .splide .sec__img {
  margin-bottom: 0;
}
.f-container .sec__slide .splide .splide__pagination {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 0;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-left: auto;
  bottom: 0.6rem;
  right: 2rem;
}
.f-container .sec__slide .splide .splide__pagination .splide__pagination__page {
  transform: scale(1);
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  opacity: 1;
  border: max(0.1rem, 1px) solid #fff;
  background-color: transparent;
  margin: 0;
}
.f-container .sec__slide .splide .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fff;
}
.f-container .sec .credit-trigger::before {
  display: inline-block;
  content: "";
  width: 11.1rem;
  height: 1.5rem;
  background: no-repeat url(../img/credit.png) 0 0/contain;
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 5;
}
.f-container .sec .credit-trigger .sec__credit.hidden {
  opacity: 0;
  pointer-events: none;
}
.f-container .sec__credit {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.f-container .sec__credit .credit {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.f-container .sec__credit .item {
  color: #fff;
  font-size: 2.8rem;
  line-height: 3.6rem;
  letter-spacing: var(--letterspacing);
}
.f-container .sec__credit .item a {
  display: flex;
  justify-content: center;
  color: #fff;
}
.f-container .sec__credit-btn {
  cursor: pointer;
  margin-top: 3rem;
  transform: translateY(0.5rem);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2.4rem;
  line-height: 3.4rem;
  letter-spacing: var(--letterspacing);
}
.f-container .sec__credit-btn::before {
  margin-top: -0.6rem;
  margin-right: 1rem;
  display: inline-block;
  content: "";
  width: 1.285rem;
  height: 1.285rem;
  background: no-repeat url(../img/close.png) 0 0/contain;
}
.f-container .sec__text {
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: var(--letterspacing);
}
.f-container .sec__ball {
  position: absolute;
  z-index: 5;
  width: 5.223rem;
  height: 5.223rem;
}
.f-container .sec__ball img {
  animation: yurayura 5s infinite ease-in-out;
}
@keyframes yurayura {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 15%, 0);
  }
}
.f-container .sec .img02 {
  width: 60rem;
}
.f-container .sec .slide02 {
  margin-bottom: 19.8rem;
}
.f-container .sec .text01 {
  margin-bottom: 18.8rem;
}
.f-container .sec .img05 {
  width: 67rem;
}
.f-container .sec .slide04 {
  width: 50rem;
}
.f-container .sec .slide05 {
  width: 60rem;
  margin-bottom: 10rem;
}
.f-container .sec .img10 {
  width: 60rem;
  margin-bottom: 10rem;
}
.f-container .sec .box01 {
  margin-bottom: 19rem;
}
.f-container .sec .box01 .img12 {
  width: 60rem;
}
.f-container .sec .box01 .ball01 {
  top: -12.148rem;
  left: 26.6rem;
}
.f-container .sec .box01 .ball02 {
  bottom: -3.2rem;
  left: 19.4rem;
}
.f-container .sec .box01 .ball03 {
  bottom: -22.4rem;
  left: 61.2rem;
}
.f-container .sec .box01 .ball04 {
  bottom: -46.5rem;
  left: 8.3rem;
}
.f-container .sec .text02 {
  margin-bottom: 20rem;
}
.f-container .sec .img14 {
  width: 60rem;
}
.f-container .sec .box02 {
  margin-bottom: 20rem;
}
.f-container .sec .box02 .ball01 {
  top: -3.4rem;
  left: 53.1rem;
}
.f-container .sec .box02 .ball02 {
  top: 44.4rem;
  left: -0.86rem;
}
.f-container .sec .box02 .ball03 {
  top: 82.9rem;
  right: -1.5rem;
}
.f-container .sec .box02 .ball04 {
  top: 119.3rem;
  left: 9.5rem;
}
.f-container .sec .box02 .ball05 {
  bottom: 26.1rem;
  right: -2.56rem;
}
.f-container .sec .img17 {
  width: 60rem;
}
.f-container .sec .img18 {
  margin-bottom: 20.5rem;
}
.f-container .sec .box03 {
  width: 60rem;
  margin-left: 8.66rem;
  margin-bottom: 20.45rem;
}
.f-container .sec .box03 .slide07 {
  margin: 0;
}
.f-container .sec .box03 .credit19 {
  width: 38rem;
}
.f-container .sec .all-btn {
  width: 28.407rem;
  margin: 0 auto 19.2rem;
}
.f-container .sec .text03 {
  font-size: 2rem;
  line-height: 4rem;
  letter-spacing: 0.01em;
  margin-bottom: 19.5rem;
}
.f-container .sec .box04 {
  width: 50rem;
  margin: 0 auto;
}
.f-container .sec .box04 .ball01 {
  top: -11.96rem;
  left: 15.4rem;
}
.f-container .sec .box04 .ball02 {
  top: 7.15rem;
  right: 8.86rem;
}
.f-container .sec .box04 .ball03 {
  top: 39.1rem;
  left: -2.6rem;
}
.f-container .sec .box04 .ball04 {
  bottom: -8.17rem;
  left: 33.1rem;
}
.f-container .sec .box04 .ball05 {
  bottom: -20.6rem;
  left: 12.8rem;
}

.pc-footer {
  margin-top: 0;
}

.l-footer {
  padding-top: 0;
}