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

/* ---- 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;
  transform: translateY(15px);
  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;
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* ==================================================
  Layout
================================================== */
.lp-container {
  width: 100%;
  overflow: hidden;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  color: #000;
  background-color: #FFF;
  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;
}
.lp-container a {
  color: inherit;
  text-decoration: none;
}

/* ==================================================
  Main Visual
================================================== */
.mv {
  position: relative;
  margin-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .mv {
    margin-bottom: calc(120 / 16 * 1rem);
  }
}
.mv div {
  position: relative;
}
.mv__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .mv__image {
    margin-bottom: calc(100 / 16 * 1rem);
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.mv__image-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 28s linear infinite;
}
@media screen and (min-width: 769px) {
  .mv__image-track {
    animation: marquee 33s linear infinite;
  }
}
.mv__image-track ul {
  display: flex;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}
.mv__image-track ul li {
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}
.mv__image-track ul li img {
  display: block;
  width: auto;
  height: 280px;
}
@media screen and (min-width: 769px) {
  .mv__image-track ul li img {
    height: 400px;
  }
}
.mv__text {
  width: calc(100% - 50px);
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .mv__text {
    width: 600px;
  }
}
.mv__title {
  font-family: adobe-jenson-pro-display, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  font-size: calc(38 / 16 * 1rem);
  margin-bottom: calc(20 / 16 * 1rem);
}
.mv__title span {
  display: block;
  margin-top: calc(8 / 16 * 1rem);
  font-size: calc(14 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .mv__title {
    font-size: calc(54 / 16 * 1rem);
    margin-bottom: calc(40 / 16 * 1rem);
  }
  .mv__title span {
    margin-top: calc(14 / 16 * 1rem);
    font-size: calc(18 / 16 * 1rem);
  }
}
.mv__lead {
  font-size: calc(12 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .mv__lead {
    width: 100%;
    font-size: calc(14 / 16 * 1rem);
    line-height: 2;
  }
}

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

.content-inner {
  width: calc(100% - 50px);
  margin-inline: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: calc(90 / 16 * 1rem);
  margin-bottom: calc(80 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-inner {
    width: 600px;
    gap: calc(180 / 16 * 1rem);
    margin-bottom: calc(160 / 16 * 1rem);
  }
}
.content-inner div {
  position: relative;
}
.content-inner .item__name {
  font-family: "adobe-jenson-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  font-size: calc(21 / 16 * 1rem);
  line-height: 1.1;
  margin-bottom: calc(10 / 16 * 1rem);
}
.content-inner .item__name span {
  display: block;
  line-height: 1;
  font-size: calc(15 / 16 * 1rem);
  margin-bottom: calc(5 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-inner .item__name {
    font-size: calc(24 / 16 * 1rem);
  }
  .content-inner .item__name span {
    font-size: calc(18 / 16 * 1rem);
  }
}
.content-inner .item__img {
  width: calc(310 / 390 * 100vw);
  margin-bottom: calc(18 / 16 * 1rem);
  position: relative;
}
@media screen and (min-width: 769px) {
  .content-inner .item__img {
    width: 100%;
  }
}
.content-inner .item__heading {
  position: absolute;
  top: calc(10 / 16 * 1rem);
  right: calc(-43 / 16 * 1rem);
  font-size: calc(22 / 16 * 1rem);
  font-style: italic;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}
.content-inner .item__heading span {
  display: flex;
  flex-direction: column;
  font-style: normal;
  text-orientation: upright;
}
@media screen and (min-width: 769px) {
  .content-inner .item__heading {
    font-size: calc(26 / 16 * 1rem);
    top: calc(20 / 16 * 1rem);
    right: calc(-53 / 16 * 1rem);
  }
}
.content-inner .item__text {
  width: calc(310 / 390 * 100vw);
  font-size: calc(11 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-inner .item__text {
    width: 100%;
    font-size: calc(13 / 16 * 1rem);
    line-height: 2;
  }
}
.content-inner .item__btn {
  display: block;
  width: calc(310 / 16 * 1rem);
  font-size: calc(12 / 16 * 1rem);
  text-align: center;
  border: 1px solid #000;
  line-height: 1;
  padding: 9px 0 10px;
  border-radius: calc(40 / 16 * 1rem);
  margin-top: calc(28 / 16 * 1rem);
  transition: all 0.3s ease;
}
.content-inner .item__btn:hover {
  text-decoration: none;
  background-color: #000;
  color: #FFF;
}
@media screen and (min-width: 769px) {
  .content-inner .item__btn {
    width: 480px;
    font-size: calc(14 / 16 * 1rem);
    padding: 13px 0 14px;
  }
}
.content-inner .content__credit {
  width: 100%;
  margin: calc(10 / 16 * 1rem) auto 0;
}
@media screen and (min-width: 769px) {
  .content-inner .content__credit {
    width: 400px;
    margin: calc(25 / 16 * 1rem) 0 0 0;
  }
}
.content-inner .credits {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.content-inner .credits .item-d-none {
  display: none;
}
.content-inner .credits__block {
  font-family: "adobe-jenson-pro", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: calc(15 / 16 * 1rem);
  letter-spacing: 0.02em;
  word-break: break-word;
}
@media screen and (min-width: 769px) {
  .content-inner .credits__block {
    font-size: calc(14 / 16 * 1rem);
  }
}
.content-inner .credits__block p {
  line-height: 1.2;
}
.content-inner .credits__block p span.yen {
  font-size: calc(14 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-inner .credits__block p span.yen {
    font-size: calc(15 / 16 * 1rem);
  }
}
.content-inner .credits__block p span.tax {
  font-size: calc(12 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-inner .credits__block p span.tax {
    font-size: calc(13 / 16 * 1rem);
  }
}
.content-inner .credits__buy {
  position: relative;
  display: block;
  text-decoration: none;
  line-height: 1;
  font-size: calc(12 / 16 * 1rem);
  width: calc(50 / 16 * 1rem);
  text-align: center;
  border: 1px solid #000;
  border-radius: 40px;
  padding: 4px 0 3px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .content-inner .credits__buy {
    width: calc(60 / 16 * 1rem);
    padding: 7px 0;
    font-size: calc(12 / 16 * 1rem);
  }
}
.content-inner .credits__buy:hover {
  color: #FFF;
  background-color: #000;
  text-decoration: none;
}

.staff {
  font-size: calc(13 / 16 * 1rem);
  text-align: center;
  font-family: "adobe-jenson-pro", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7;
}
@media screen and (min-width: 769px) {
  .staff {
    font-size: calc(16 / 16 * 1rem);
  }
}/*# sourceMappingURL=style.css.map */