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

body {
  font-family: "LFC Sans", sans-serif;
  font-weight: 400;
  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: 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;
  /*opacity: 0; animation: fadeIn 1.5s ease 0.15s forwards;*/
}
/* ==================================================
  Main Visual
================================================== */
.mv {
  position: relative;
  margin-bottom: calc(120 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .mv {
    margin-bottom: calc(280 / 16 * 1rem);
  }
}
.mv__title, .mv__logo, .mv__lead {
  position: absolute;
}
.mv__title {
  width: calc(110 / 390 * 100vw);
  top: calc(330 / 390 * 100vw);
  left: calc(20 / 390 * 100vw);
}
@media screen and (min-width: 769px) {
  .mv__title {
    width: calc(220 / 1920 * 100vw);
    top: calc(35 / 1920 * 100vw);
    left: calc(40 / 1920 * 100vw);
  }
}
.mv__logo {
  width: calc(80 / 390 * 100vw);
  top: calc(38 / 390 * 100vw);
  left: calc(20 / 390 * 100vw);
}
@media screen and (min-width: 769px) {
  .mv__logo {
    width: calc(150 / 1920 * 100vw);
    top: calc(33 / 1920 * 100vw);
    left: auto;
    right: calc(42 / 1920 * 100vw);
  }
}
.mv__lead {
  width: calc(350 / 390 * 100vw);
  left: calc(20 / 390 * 100vw);
  bottom: calc(20 / 390 * 100vw);
}
@media screen and (min-width: 769px) {
  .mv__lead {
    width: calc(902 / 1920 * 100vw);
    left: auto;
    right: calc(22 / 1920 * 100vw);
    bottom: calc(40 / 1920 * 100vw);
  }
}

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

.content {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .content {
    max-width: 1280px;
    margin: 0 auto;
  }
}
.content .content-block {
  margin-bottom: 200px;
}
@media screen and (min-width: 769px) {
  .content .content-block {
    margin-bottom: 400px;
  }
}
.content .content-block.mb {
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .content .content-block.mb {
    margin-bottom: 200px;
  }
}
.content div {
  position: relative;
}
.content .img-l {
  width: 100%;
  margin: 0 auto var(--space-m);
}
.content .img-m {
  width: 70%;
  margin: 0 auto var(--space-m);
}
@media screen and (min-width: 769px) {
  .content .img-m {
    width: 100%;
  }
}
.content .img-full {
  width: 100%;
  margin: 0 auto var(--space-m);
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .content .img-full {
    width: 70%;
  }
}
.content .img-half {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .content .img-half {
    width: 50%;
  }
}
.content .img6 {
  margin-bottom: var(--space-m);
}
@media screen and (min-width: 769px) {
  .content .img6 {
    margin-bottom: 0;
  }
}
.content .mb {
  margin-bottom: var(--space-m);
}
.content .mb2 {
  margin-bottom: 200px;
}
.content .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .content .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (min-width: 769px) {
  .content .grid.gap0 {
    gap: 0;
  }
}
.content .flex {
  display: flex;
  gap: 0;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .content .flex {
    flex-direction: row;
    align-items: flex-end;
    gap: 40px;
  }
}
@media screen and (min-width: 769px) {
  .content .flex.center {
    align-items: center;
    gap: 40px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 769px) {
  .content .flex.top {
    align-items: flex-start;
    align-items: stretch;
  }
}
@media screen and (min-width: 769px) {
  .content .flexInner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .content .is-order1 {
    order: 1;
  }
}
@media screen and (min-width: 769px) {
  .content .is-order2 {
    order: 2;
  }
}
.content__credit {
  width: calc(100% - 40px);
  margin: calc(20 / 16 * 1rem) auto 0;
}
@media screen and (min-width: 769px) {
  .content__credit {
    width: 400px;
    margin: calc(20 / 16 * 1rem) 0 0 0;
  }
  .content__credit.is-right {
    margin-left: auto;
  }
  .content__credit.is-center {
    margin: calc(20 / 16 * 1rem) auto 0;
  }
}
.content__credit.credit6 {
  margin: auto 0 0 auto;
  /*position: absolute;
  bottom: 0;
  right: 0;*/
}
.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-mb2 {
  margin-bottom: calc(24 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content .is-mb2 {
    margin-bottom: calc(120 / 16 * 1rem);
  }
}
.content .is-mb0 {
  margin-bottom: 0;
}
.content .credits {
  box-sizing: border-box;
}
.content .credits.is-pl {
  padding-left: 0;
}
@media screen and (min-width: 769px) {
  .content .credits.is-pl {
    padding-left: 0;
  }
}
.content .credits .item-d-none {
  display: none;
}
.content .credits__block {
  font-family: neue-haas-unica, sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: calc(13 / 16 * 1rem);
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  word-break: break-word;
  padding-bottom: 6px;
  background-image: repeating-linear-gradient(to right, #AAA 0px, #AAA 2px, transparent 2px, transparent 4px);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: auto 1px;
}
@media screen and (min-width: 769px) {
  .content .credits__block {
    font-size: calc(14 / 16 * 1rem);
  }
}
.content .credits__block:last-child {
  margin-bottom: 0;
}
.content .credits__block p {
  line-height: 1.2;
}
.content .credits__block p span {
  font-size: calc(12 / 16 * 1rem);
  margin-left: 8px;
}
@media screen and (min-width: 769px) {
  .content .credits__block p span {
    font-size: calc(13 / 16 * 1rem);
  }
}
.content .credits__buy {
  position: relative;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border: 1px solid #000;
  box-sizing: border-box;
  color: #FFF;
  font-size: 11px;
  line-height: 1;
  width: 34px;
  height: 22px;
  text-decoration: none;
  text-align: center;
}
.content .credits__buy span {
  transform: translateY(0);
}
.content .credits__buy:hover {
  text-decoration: none;
  background-color: #FFF;
  color: #000;
}

.footer {
  position: relative;
  font-family: neue-haas-unica, sans-serif;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-bottom: calc(30 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .footer {
    width: 100%;
    max-width: 1280px;
  }
}
.footer__inner {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: calc(100 / 16 * 1rem) 0;
}
@media screen and (min-width: 769px) {
  .footer__inner {
    padding: calc(80 / 16 * 1rem) 0;
  }
}
.footer__logo {
  width: calc(70 / 16 * 1rem);
  margin-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .footer__logo {
    width: calc(120 / 16 * 1rem);
  }
}
.footer__staff {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .footer__staff {
    font-size: calc(15 / 16 * 1rem);
    gap: 24px 40px;
    margin-bottom: calc(80 / 16 * 1rem);
  }
}
.footer__staff dt {
  text-align: right;
  font-weight: 400;
}
.footer__title {
  width: calc(150 / 16 * 1rem);
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .footer__title {
    width: calc(200 / 16 * 1rem);
  }
}
.footer__link {
  margin: calc(30 / 16 * 1rem) 0 calc(25 / 16 * 1rem);
  font-size: calc(12 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .footer__link {
    font-size: calc(13 / 16 * 1rem);
  }
}
.footer__link li {
  margin-bottom: 5px;
}
.footer__copyright {
  font-size: calc(10 / 16 * 1rem);
}
.footer__pgtop {
  position: absolute;
  right: 0;
  bottom: calc(30 / 16 * 1rem);
  font-size: calc(10 / 16 * 1rem);
  writing-mode: vertical-rl;
}
@media screen and (min-width: 769px) {
  .footer__pgtop {
    font-size: calc(12 / 16 * 1rem);
  }
}/*# sourceMappingURL=style.css.map */