@charset "UTF-8";
/* ==================================================
  import
================================================== */
@font-face {
  font-family: "LFC Serif";
  src: url("https://feature-tool.like-s.com/assets/uploads/202603/22f93051-c8b4-4a6f-a491-76005addbde8/font/serif/WOFF2/LFCSerif-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LFC Serif";
  src: url("../font/serif/WOFF2/LFCSerif-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LFC Sans";
  src: url("../font/sans/woff2/LFCSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LFC Sans";
  src: url("..s/font/sans/woff2/LFCSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ==================================================
  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: #FFF;
  background-color: #000;
  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;
}

.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(40 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .mv {
    margin-bottom: calc(260 / 16 * 1rem);
  }
}
.mv__image {
  margin-bottom: calc(40 / 16 * 1rem);
  opacity: 0;
  animation: fadeIn 1.5s ease 0.2s forwards;
}
@media screen and (min-width: 769px) {
  .mv__image {
    margin-bottom: calc(120 / 16 * 1rem);
  }
}
.mv__title {
  font-family: "LFC Serif", serif !important;
  font-weight: 700 !important;
  position: absolute;
  text-align: center;
  font-size: 12.3vw;
  top: 119vw;
  width: 100%;
  line-height: 1;
  z-index: 5;
  opacity: 0;
  animation: fadeIn 1.5s ease 2s forwards;
}
@media screen and (min-width: 769px) {
  .mv__title {
    top: 44vw;
    font-size: 7vw;
  }
}
.mv__title span {
  display: block;
  margin-top: 13px;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .mv__title span {
    margin-top: 45px;
    font-size: 2vw;
  }
}
.mv__logo {
  position: absolute;
  width: 10vw;
  right: calc(15 / 16 * 1rem);
  top: calc(15 / 16 * 1rem);
  opacity: 0;
  animation: fadeIn 1.5s ease 1s forwards;
}
@media screen and (min-width: 769px) {
  .mv__logo {
    width: 6vw;
    right: 30px;
    top: 30px;
  }
}

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

.content-block {
  position: relative;
  margin-bottom: calc(120 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-block {
    margin-bottom: calc(200 / 16 * 1rem);
  }
}
.content-block div {
  position: relative;
}
.content-block .img-l {
  width: 93%;
  margin: 0 auto var(--space-m);
}
@media screen and (min-width: 769px) {
  .content-block .img-l {
    width: 1280px;
  }
}
.content-block .img-m {
  width: 75%;
  margin: 0 auto var(--space-m);
}
@media screen and (min-width: 769px) {
  .content-block .img-m {
    width: 680px;
  }
}
.content-block .img-full {
  width: 100%;
  margin: 0 auto var(--space-m);
}
@media screen and (min-width: 769px) {
  .content-block .img-full {
    max-width: 1280px;
  }
}
.content-block .img1-1 {
  width: 46%;
}
@media screen and (min-width: 769px) {
  .content-block .img1-1 {
    width: 48%;
  }
}
.content-block .img1-2 {
  width: 50%;
  margin-top: calc(100 / 16 * 1rem);
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .content-block .img1-2 {
    width: 48%;
    margin-top: calc(280 / 16 * 1rem);
  }
}
.content-block .img1-3 {
  width: 38%;
  margin: calc(-50 / 16 * 1rem) 0 0 20%;
  z-index: 10;
}
.content-block .img4-1 {
  width: 53%;
}
@media screen and (min-width: 769px) {
  .content-block .img4-1 {
    width: 48%;
  }
}
.content-block .img4-2 {
  width: 45%;
  margin-top: calc(80 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-block .img4-2 {
    width: 48%;
    margin-top: calc(220 / 16 * 1rem);
  }
}
.content-block .img6 {
  margin-top: calc(80 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-block .img6 {
    margin-top: calc(220 / 16 * 1rem);
  }
}
.content-block .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: calc(10 / 16 * 1rem);
       column-gap: calc(10 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-block .grid {
    -moz-column-gap: calc(28 / 16 * 1rem);
         column-gap: calc(28 / 16 * 1rem);
  }
}
.content-block .grid.gap0 {
  -moz-column-gap: 0;
       column-gap: 0;
}
@media screen and (min-width: 769px) {
  .content-block .grid-pc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: calc(28 / 16 * 1rem);
         column-gap: calc(28 / 16 * 1rem);
  }
}
.content-block .grid-pc.gap0 {
  -moz-column-gap: 0;
       column-gap: 0;
}
.content-block .flex {
  display: flex;
  justify-content: space-between;
}
.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 .is-mb {
  margin-bottom: calc(40 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-block .is-mb {
    margin-bottom: calc(120 / 16 * 1rem);
  }
}
.content-block .is-mb0 {
  margin-bottom: 0;
}
.content-block .hover-credit {
  cursor: pointer;
}
.content-block .hover-credit::before, .content-block .hover-credit::after {
  content: "";
  width: 24px;
  height: 1px;
  background-color: #FFF;
  position: absolute;
  right: 15px;
  bottom: 28px;
  z-index: 99;
  transition: all 0.5s ease;
}
@media screen and (min-width: 769px) {
  .content-block .hover-credit::before, .content-block .hover-credit::after {
    width: 40px;
    right: 30px;
    bottom: 50px;
  }
}
.content-block .hover-credit::after {
  transform: rotate(-90deg);
}
.content-block .hover-credit.active .creditWrap {
  opacity: 1;
  z-index: 10;
}
.content-block .hover-credit.active::before {
  background-color: #FFF;
  z-index: 20;
}
.content-block .hover-credit.active::after {
  opacity: 0;
}
.content-block .credit1 {
  margin-bottom: calc(30 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-block .credit1 {
    margin-bottom: calc(80 / 16 * 1rem);
  }
}
.content-block .creditWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 0.5s ease;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.content-block .credits {
  box-sizing: border-box;
}
.content-block .credits.is-pl {
  padding-left: 0;
}
@media screen and (min-width: 769px) {
  .content-block .credits.is-pl {
    padding-left: 0;
  }
}
.content-block .credits .item-d-none {
  display: none;
}
.content-block .credits__block {
  display: flex;
  align-items: center;
  font-size: calc(11 / 16 * 1rem);
  margin-bottom: 5px;
  letter-spacing: 0.02em;
  word-break: break-word;
}
@media screen and (min-width: 769px) {
  .content-block .credits__block {
    font-size: calc(14 / 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(13 / 16 * 1rem);
  }
}
.content-block .credits__buy {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  border: 1px solid #FFF;
  box-sizing: border-box;
  color: #000;
  font-size: 10px;
  line-height: 1;
  /*padding: 1px 1px 0px 3px;*/
  width: 32px;
  padding-left: 1px;
  padding-bottom: 1px;
  height: 18px;
  text-decoration: none;
  text-align: center;
}
.content-block .credits__buy:hover {
  text-decoration: none;
  background-color: #000;
  color: #FFF;
}
.content-block .credits .attention {
  margin-left: 4px;
  font-size: calc(10 / 16 * 1rem);
}

.footer {
  position: relative;
  font-family: "LFC Sans", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .footer {
    font-size: calc(15 / 16 * 1rem);
  }
}
.footer__staff, .footer__logo, .footer__link {
  position: absolute;
}
.footer__staff {
  width: 100%;
  text-align: center;
  top: calc(40 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .footer__staff {
    top: 6vw;
  }
}
.footer__logo {
  width: calc(60 / 16 * 1rem);
  left: 0;
  right: 0;
  margin: auto;
  bottom: calc(70 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .footer__logo {
    width: calc(80 / 16 * 1rem);
    bottom: calc(100 / 16 * 1rem);
  }
}
.footer__link {
  width: 80%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: calc(20 / 16 * 1rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (min-width: 769px) {
  .footer__link {
    width: 400px;
    bottom: calc(30 / 16 * 1rem);
  }
}
.footer__link li {
  text-align: center;
}
.footer__link li a {
  text-decoration: underline;
}
.footer__link li a:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */