@charset "UTF-8";
/* ==================================================
  import
================================================== */
@import url("https://use.typekit.net/zlt2upg.css"); /*Neue Haas Grotesk Display*/
/* ==================================================
  Mixins / Functions
================================================== */
/* ---- Media Query ---- */
/* ---- VW (SP基準) ---- */
/* ==================================================
  Variables
================================================== */
/* ---- color ---- */
/* ---- font ---- */
/* ---- layout ---- */
/* ---- font-size ---- */
/* ==================================================
  Base
================================================== */
html {
  font-size: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ---- Utility ---- */
.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/* ---- CMS:header ---- */
.ftool-wrapper p {
  margin-bottom: 0;
}

/* ==================================================
  Animation
================================================== */
.fadein {
  opacity: 0;
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}

.fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fadein2 {
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}

.fadein2.is-visible {
  opacity: 1;
  transform: scale(1);
}

.fadein {
  opacity: 0;
  transition: all 1s ease;
}

.fadein.scrollin {
  opacity: 1;
}

.fadeinL {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 1s ease;
}

.fadeinL.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeinR {
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 1s ease;
}

.fadeinR.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ==================================================
  Layout
================================================== */
.lp-container {
  width: 100%;
  overflow: hidden;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: calc(12 / 16 * 1rem);
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #8D9CF7;
  opacity: 0;
  animation: fadeIn 1.5s ease 0.15s forwards;
}
@media screen and (min-width: 769px) {
  .lp-container {
    font-size: calc(13 / 16 * 1rem);
  }
}
.lp-container {
  /*opacity: 0; animation: fadeIn 1.5s ease 0.15s forwards;*/
}
.lp-container img,
.lp-container video,
.lp-container svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ==================================================
  Main Visual
================================================== */
.mv {
  position: relative;
  padding: calc(44 / 390 * 100vw) 0 calc(65 / 390 * 100vw);
  margin-bottom: calc(20 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .mv {
    padding: calc(120 / 16 * 1rem) 0 calc(120 / 16 * 1rem);
    margin-bottom: calc(60 / 16 * 1rem);
  }
}
.mv__title {
  width: calc(264 / 390 * 100vw);
  margin-inline: auto;
  opacity: 0;
  animation: fadeIn 1.3s ease 2.15s forwards;
}
@media screen and (min-width: 769px) {
  .mv__title {
    width: calc(620 / 1920 * 100vw);
  }
}
.mv .ema {
  position: absolute;
  opacity: 0;
}
.mv .ema1 {
  width: calc(66 / 390 * 100vw);
  bottom: calc(7 / 390 * 100vw);
  right: calc(10 / 390 * 100vw);
  animation: fadeIn 1.3s ease 0.65s forwards;
}
@media screen and (min-width: 769px) {
  .mv .ema1 {
    width: calc(190 / 1920 * 100vw);
    bottom: calc(7 / 1920 * 100vw);
    right: calc(360 / 1920 * 100vw);
  }
}
.mv .ema2 {
  width: calc(30 / 390 * 100vw);
  top: calc(22 / 390 * 100vw);
  left: calc(14 / 390 * 100vw);
  animation: fadeIn 1.3s ease 0.15s forwards;
}
@media screen and (min-width: 769px) {
  .mv .ema2 {
    width: calc(80 / 1920 * 100vw);
    top: calc(38 / 1920 * 100vw);
    left: calc(338 / 1920 * 100vw);
  }
}
.mv .ema3 {
  width: calc(40 / 390 * 100vw);
  top: calc(34 / 390 * 100vw);
  right: calc(46 / 390 * 100vw);
  animation: fadeIn 1.3s ease 1.65s forwards;
}
@media screen and (min-width: 769px) {
  .mv .ema3 {
    width: calc(132 / 1920 * 100vw);
    top: calc(34 / 1920 * 100vw);
    right: calc(506 / 1920 * 100vw);
  }
}
.mv .ema4 {
  width: calc(40 / 390 * 100vw);
  bottom: calc(32 / 390 * 100vw);
  left: calc(58 / 390 * 100vw);
  animation: fadeIn 1.3s ease 1.15s forwards;
}
@media screen and (min-width: 769px) {
  .mv .ema4 {
    width: calc(132 / 1920 * 100vw);
    bottom: calc(32 / 1920 * 100vw);
    left: calc(478 / 1920 * 100vw);
  }
}

/* ==================================================
  Content
================================================== */
:root {
  --space-m: 30px;
}
@media screen and (min-width: 769px) {
  :root {
    --space-m: 100px;
  }
}

.main-content {
  width: 100%;
  position: relative;
}
.content div {
  position: relative;
}
.content .img-m {
  width: calc(330 / 390 * 100vw);
  margin: 0 auto var(--space-m);
}
@media screen and (min-width: 769px) {
  .content .img-m {
    width: 720px;
  }
}
.content .img-full {
  width: 100%;
  margin: 0 auto var(--space-m);
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .content .img-full {
    max-width: 1080px;
  }
}
.content .is-mb {
  margin-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content .is-mb {
    margin-bottom: calc(120 / 16 * 1rem);
  }
}
.content .is-mb0 {
  margin-bottom: 0;
}
.content .staff {
  width: 160px;
  margin: 0 auto;
  font-size: calc(10 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content .staff {
    width: 180px;
    font-size: calc(13 / 16 * 1rem);
  }
}
.content__credit {
  margin: calc(12 / 16 * 1rem) auto 0;
}
@media screen and (min-width: 769px) {
  .content__credit {
    margin: calc(20 / 16 * 1rem) 0 0 0;
  }
}
.content .credits {
  box-sizing: border-box;
}
.content .credits .item-d-none {
  display: none;
}
.content .credits__block {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: calc(11 / 16 * 1rem);
  word-break: break-word;
  margin-bottom: calc(1 / 16 * 1rem);
}
.content .credits__block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .content .credits__block {
    font-size: calc(13 / 16 * 1rem);
  }
}
.content .credits__block p {
  line-height: 1.2;
}
.content .credits__block p span {
  font-size: calc(10 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content .credits__block p span {
    font-size: calc(12 / 16 * 1rem);
  }
}
.content .credits__buy {
  font-size: calc(11 / 16 * 1rem);
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .content .credits__buy {
    font-size: calc(12 / 16 * 1rem);
  }
}
.content .credits__buy:hover {
  text-decoration: none;
  background-color: #FFF;
}
.content .marqueeWrap {
  margin: 40px 0;
}
@media screen and (min-width: 769px) {
  .content .marqueeWrap {
    margin: 100px 0;
  }
}
.content .logoMarquee {
  overflow: hidden;
  width: 100%;
}
.content .logoMarquee__track {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  animation: marqueeL 15s linear infinite;
}
.content .logo {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 28px;
}
.content .logoMarquee__track img {
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 36px;
}
@media screen and (min-width: 769px) {
  .content .logoMarquee__track img {
    margin-right: 50px;
  }
}
.content .ema1 {
  width: calc(66 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content .ema1 {
    width: 132px;
  }
}
.content .ema2 {
  width: calc(71 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content .ema2 {
    width: 142px;
  }
}
.content .ema3 {
  width: calc(28 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content .ema3 {
    width: 58px;
  }
}
@keyframes marqueeL {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes marqueeR {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}/*# sourceMappingURL=style.css.map */