@charset "UTF-8";
/* ==================================================
  import
================================================== */
@import url("https://use.typekit.net/ald5rft.css"); /*Neue Haas Unica_R&M*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap"); /*Noto Sans JP 400*/
@import url("https://use.typekit.net/pjf1qcl.css"); /*Adobe Garamond Pro/

/* ==================================================
  Mixins / Functions
================================================== */
/* ---- Media Query ---- */
/* ---- VW (SP基準) ---- */
/* ==================================================
  Variables
================================================== */
/* ---- color ---- */
/* ---- font ---- */
/* ---- layout ---- */
/* ---- font-size ---- */
/* ==================================================
  Base
================================================== */
html {
  font-size: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: calc(12 / 16 * 1rem);
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #000;
  background-color: #FFF;
  opacity: 0;
  animation: fadeIn 1.5s ease 0.15s forwards;
}
@media screen and (min-width: 769px) {
  body {
    font-size: calc(13 / 16 * 1rem);
  }
}
body img,
body video,
body svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

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: none;
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fadein2.is-visible {
  opacity: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ==================================================
  Layout
================================================== */
.lp-container {
  width: 100%;
  /*opacity: 0; animation: fadeIn 1.5s ease 0.15s forwards;*/
}
/* ==================================================
  Main Visual
================================================== */
.mv {
  position: relative;
  margin-bottom: calc(40 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .mv {
    margin-bottom: calc(80 / 16 * 1rem);
  }
}
.mv__image {
  margin-bottom: calc(40 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .mv__image {
    margin-bottom: calc(80 / 16 * 1rem);
  }
}
.mv__title {
  position: relative;
  margin-bottom: calc(24 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .mv__title {
    position: absolute;
    top: 25vw;
    left: 63vw;
    margin-bottom: 0;
  }
}
.mv__logo {
  width: 48%;
  margin: 0 auto calc(10 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .mv__logo {
    width: 20vw;
    margin: 0 auto calc(22 / 16 * 1rem);
  }
}
.mv__text {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(13 / 16 * 1rem);
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .mv__text {
    font-family: "neue-haas-unica", sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 1.2vw;
    color: #FFF;
  }
}
.mv__lead {
  width: calc(100% - 50px);
  margin-inline: auto;
  text-align: center;
  line-height: 2;
  font-size: calc(12 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .mv__lead {
    font-size: calc(13 / 16 * 1rem);
  }
}
.mv__lead p {
  margin-bottom: calc(8 / 16 * 1rem);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .mv__lead p {
    margin-bottom: calc(12 / 16 * 1rem);
  }
}

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

.content__logo li {
  margin: 0 auto;
}
.content__logo li:first-child {
  width: 50%;
  margin-bottom: calc(2 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content__logo li:first-child {
    width: 260px;
    margin-bottom: calc(2 / 16 * 1rem);
  }
}
.content__logo li:nth-child(2) {
  font-size: calc(20 / 16 * 1rem);
  text-align: center;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .content__logo li:nth-child(2) {
    font-size: calc(24 / 16 * 1rem);
  }
}
.content__logo li:last-child {
  width: 28%;
}
@media screen and (min-width: 769px) {
  .content__logo li:last-child {
    width: 140px;
  }
}

.content-block {
  position: relative;
}
.content-block .img-m {
  width: 85%;
  margin: 0 auto var(--space-m);
}
@media screen and (min-width: 769px) {
  .content-block .img-m {
    width: 800px;
  }
}
.content-block .img-full {
  width: 100%;
  margin: 0 auto var(--space-m);
}
@media screen and (min-width: 769px) {
  .content-block .img-full {
    max-width: 1180px;
  }
}
.content-block .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: calc(10 / 16 * 1rem);
       column-gap: calc(10 / 16 * 1rem);
  margin-bottom: var(--space-m);
}
@media screen and (min-width: 769px) {
  .content-block .grid {
    -moz-column-gap: calc(28 / 16 * 1rem);
         column-gap: calc(28 / 16 * 1rem);
  }
}
.content-block__credit {
  margin-top: calc(12 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-block__credit {
    margin-top: calc(20 / 16 * 1rem);
  }
}
.content-block .credits .item-d-none {
  display: none;
}
.content-block .credits__block {
  font-family: "neue-haas-unica", sans-serif;
  font-weight: 300;
  font-style: normal;
  display: flex;
  align-items: center;
  font-size: calc(11 / 16 * 1rem);
  margin-bottom: 3px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 769px) {
  .content-block .credits__block {
    font-size: calc(13 / 16 * 1rem);
  }
}
.content-block .credits__block p {
  line-height: 1.2;
}
.content-block .credits__block p span {
  font-size: calc(10 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-block .credits__block p span {
    font-size: calc(12 / 16 * 1rem);
  }
}
.content-block .credits__buy {
  margin-left: calc(8 / 16 * 1rem);
  text-decoration: underline;
}
.content-block .credits__buy:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */