:root {
  --color-bg: #000;
  --color-bg-white: #fff;
  --color-font-white: #fff;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  background-color: var(--color-bg);
}

.l-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-wrapper {
    overflow: auto;
  }
}

.l-main {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .l-main {
    transition: all 0.7s var(--out-cubic) 2.5s;
    height: 100%;
  }
  body.is-player-play .l-main {
    height: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    display: block;
    height: auto;
    background: var(--color-bg-white);
  }
}

.p-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-bg {
    position: relative;
    z-index: 0;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-bg::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    background: url(../img/movie_play.png) center center no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
  }
}
.p-bg > div {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-bg > div {
    top: 0 !important;
    transform: scale(1.01);
  }
}
.p-bg > div::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../img/dot.png) center center repeat;
  background-size: 2px;
}
.p-bg > div > div {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-bg > div > div {
    transform: scale(1.1);
    transition: all 7s var(--out-cubic) 0s;
  }
}
body.is-player-play .p-bg > div > div {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  body.is-player-play .p-bg > div > div {
    transform: scale(1);
  }
}
body.is-player-play .p-bg {
  opacity: 1;
}

.p-hero {
  position: relative;
  transition: all 1.4s var(--out-cubic) 1s;
  opacity: 0;
  transform: scale(1.1);
}
body.is-player-play .p-hero {
  opacity: 1;
  transform: scale(1);
}
@media screen and (max-width: 767px) {
  .p-hero {
    padding: 80px 0 72px;
    transition-delay: 0s;
  }
}
@media screen and (max-width: 767px) {
  .p-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/cross_pattern.png) center center repeat;
    background-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .p-hero::after {
    content: "";
    position: absolute;
    bottom: -25vw;
    right: -25vw;
    width: 80vw;
    height: 80vw;
    background: url(../img/bg_motif.png) center center no-repeat;
    background-size: contain;
  }
}
.p-hero-logo {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .p-hero-logo {
    width: 96%;
    margin: 0 auto 50px;
  }
}
.p-hero-sns {
  position: relative;
  z-index: 1;
  width: 70%;
  max-width: 160px;
  margin: 0 auto 56px;
}
@media screen and (max-width: 767px) {
  .p-hero-sns {
    width: 30%;
    margin: 0 auto 48px;
  }
}
.p-hero-sns__title {
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .p-hero-sns__title {
    margin-bottom: 16px;
  }
}
.p-hero-sns__list ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.p-hero-sns__list ul li {
  height: 30px;
  margin: 0 18px;
}
@media screen and (max-width: 767px) {
  .p-hero-sns__list ul li {
    height: 23px;
    margin: 0 22px;
  }
}
.p-hero-sns__list ul li a {
  width: auto;
  height: 30px;
  display: block;
  transition: all 0.4s var(--out-cubic) 0s;
}
@media screen and (max-width: 767px) {
  .p-hero-sns__list ul li a {
    height: 23px;
  }
}
.p-hero-sns__list ul li a img {
  width: auto;
  height: 100%;
}
.p-hero-sns__list ul li a svg {
  width: auto;
  height: 30px;
  fill: #fff;
  fill-rule: evenodd;
}
@media screen and (max-width: 767px) {
  .p-hero-sns__list ul li a svg {
    height: 23px;
    fill: var(--color-bg);
    fill-rule: evenodd;
  }
}
@media (hover: hover) {
  .p-hero-sns__list ul li a {
    cursor: pointer;
  }
  .p-hero-sns__list ul li a:hover {
    filter: brightness(0.5);
    transform: scale(0.98);
  }
}
.p-hero-platform {
  position: relative;
  z-index: 1;
  width: 80%;
  max-width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-hero-platform {
    width: 67%;
  }
}
.p-hero-bnr {
  position: relative;
  z-index: 1;
  width: 80%;
  max-width: 276px;
  margin: 48px auto 0 auto;
  transition: all 0.4s var(--out-cubic) 0s;
}
@media (hover: hover) {
  .p-hero-bnr {
    cursor: pointer;
  }
  .p-hero-bnr:hover {
    filter: brightness(0.5);
    transform: scale(0.98);
  }
}
@media screen and (max-width: 767px) {
  .p-hero-bnr {
    width: 80%;
  }
}
.p-hero-movie {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 1;
  width: 200px;
  transition: all 0.7s var(--out-cubic) 2.5s;
  opacity: 0;
  transform: translateX(-50%) rotate(-45deg);
}
body.is-player-play .p-hero-movie {
  opacity: 1;
  transform: translateX(0) rotate(0deg);
}
.p-hero-movie img {
  transition: all 0.4s var(--out-cubic) 0s;
}
@media (hover: hover) {
  .p-hero-movie {
    cursor: pointer;
  }
  .p-hero-movie:hover img {
    filter: grayscale(100%);
    transform: scale(0.98);
  }
}
.p-hero-attention {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  color: var(--color-font-white);
  font-size: 12px;
  transition: all 0.7s var(--out-cubic) 2.5s;
  opacity: 0;
}
body.is-player-play .p-hero-attention {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-hero-attention {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: center;
    font-size: 8px;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
    padding: 0 5px;
    line-height: 1.2em;
  }
}

.p-bg-movie-label {
  transition: all 0.7s var(--out-cubic) 0s;
  opacity: 0;
}
body.is-player-play .p-bg-movie-label {
  opacity: 1;
}

.l-footer {
  position: relative;
  width: 100%;
  height: 80px;
  background-color: var(--color-bg);
  transition: all 0.7s var(--out-cubic) 1.5s;
  opacity: 0;
  transform: translateY(10px);
}
body.is-player-play .l-footer {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .l-footer {
    height: auto;
  }
}

.p-footer-links {
  padding: 22px 0;
}
@media screen and (max-width: 767px) {
  .p-footer-links {
    padding: 16px 0;
  }
}
.p-footer-links ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.p-footer-links ul li {
  width: auto;
  height: 42px;
  margin: 0 25px;
  transition: all 0.4s var(--out-cubic) 0s;
}
@media screen and (max-width: 767px) {
  .p-footer-links ul li {
    height: 20px;
    margin: 0 10px;
  }
}
.p-footer-links ul li img {
  width: auto;
  height: 100%;
}
@media (hover: hover) {
  .p-footer-links ul li {
    cursor: pointer;
  }
  .p-footer-links ul li:hover {
    filter: brightness(0.5);
    transform: scale(0.98);
  }
}

@media screen and (max-width: 767px) {
  .m-modal.m-modal-custom .m-modal__close-btn {
    width: 40px;
    height: 40px;
    top: -40px;
    right: -4px;
  }
}
@media screen and (max-width: 767px) {
  .m-modal.m-modal-custom .m-modal__close-btn:before {
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .m-modal.m-modal-custom .m-modal__close-btn:after {
    height: 40px;
  }
}

.l-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  pointer-events: none;
  transition: all 0.4s var(--out-cubic) 0s;
}
body.is-player-play .l-loader {
  opacity: 0;
}

.loader {
  width: 80px;
  height: 80px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #0cb2fc 94%, rgba(0, 0, 0, 0)) top/4px 4px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #0cb2fc);
  -webkit-mask: radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - 4px), #0cb2fc 0);
  animation: motionLoader 0.6s infinite linear;
}
@keyframes motionLoader {
  100% {
    transform: rotate(1turn);
  }
}