@charset "UTF-8";
/* ==================================================
  import
================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://use.typekit.net/kar3otf.css");
/* ==================================================
  Mixins / Functions
================================================== */
/* ---- Media Query ---- */
/* ---- VW (SP基準) ---- */
/* ==================================================
  Variables
================================================== */
/* ---- color ---- */
/* ---- font ---- */
/* ---- layout ---- */
/* ---- font-size ---- */
/* ==================================================
  Base
================================================== */
html {
  font-size: 100%;
}

body {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  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-block {
  position: relative;
  margin-bottom: calc(70 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .mv-block {
    display: flex;
    align-items: center;
    margin-bottom: calc(120 / 16 * 1rem);
  }
}
.mv-block .title {
  width: calc(298 / 390 * 100vw);
  margin: 0 auto calc(30 / 16 * 1rem);
  opacity: 0;
  animation: fadeIn 1.5s ease 1.6s forwards;
}
@media screen and (min-width: 769px) {
  .mv-block .title {
    width: 54.6%;
  }
}
.mv-block .lead {
  width: calc(350 / 390 * 100vw);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  animation: fadeIn 1.5s ease 2.2s forwards;
  gap: calc(8 / 16 * 1rem);
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mv-block .lead {
    width: 81.25%;
  }
}

.mv {
  position: relative;
  margin-bottom: calc(30 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .mv {
    width: 50%;
  }
}
.mv__image {
  margin-bottom: calc(40 / 16 * 1rem);
  opacity: 0;
  animation: fadeIn 1.5s ease 1s forwards;
}
@media screen and (min-width: 769px) {
  .mv__image {
    margin-bottom: 0;
  }
}
.mv__logo1, .mv__logo2 {
  position: absolute;
  z-index: 10;
}
.mv__logo1 {
  width: calc(300 / 390 * 100vw);
  left: 0;
  right: 0;
  margin: auto;
  top: calc(16 / 390 * 100vw);
  opacity: 0;
  animation: fadeIn 1.5s ease 0.15s forwards;
}
@media screen and (min-width: 769px) {
  .mv__logo1 {
    width: 76%;
    top: 5.9%;
  }
}
.mv__logo2 {
  width: calc(64 / 390 * 100vw);
  right: calc(10 / 390 * 100vw);
  bottom: calc(10 / 390 * 100vw);
  opacity: 0;
  animation: fadeIn 1.5s ease 1s forwards;
}
@media screen and (min-width: 769px) {
  .mv__logo2 {
    width: 15.9%;
    right: calc(15 / 16 * 1rem);
    bottom: calc(15 / 16 * 1rem);
  }
}
@media screen and (min-width: 769px) {
  .mv__right {
    width: 50%;
  }
}

/* ==================================================
  Content
================================================== */
.content-block {
  position: relative;
  margin-bottom: calc(50 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-block {
    margin-bottom: calc(120 / 16 * 1rem);
  }
}
.content-block div {
  position: relative;
}
.content-block .img-full {
  width: 100%;
  margin: 0 auto calc(50 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-block .img-full {
    max-width: 1280px;
    margin-bottom: calc(100 / 16 * 1rem);
  }
}
.content-block .img-large {
  width: calc(100% - 20px);
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .content-block .img-large {
    width: 740px;
  }
}
.content-block .grid-blockWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(35 / 16 * 1rem);
  margin-bottom: calc(35 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-block .grid-blockWrap {
    gap: calc(75 / 16 * 1rem);
    margin-bottom: calc(100 / 16 * 1rem);
  }
}
.content-block .grid-block {
  width: calc(100% - 20px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .content-block .grid-block {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .content-block .profile {
    width: 480px;
  }
}
.content-block .profile__img {
  margin-bottom: calc(20 / 16 * 1rem);
}
.content-block .profile__text {
  width: calc(350 / 16 * 1rem);
  margin-inline: auto;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ＭＳ ゴシック", sans-serif;
}
@media screen and (min-width: 769px) {
  .content-block .profile__text {
    width: 100%;
  }
}
.content-block .profile__text .name {
  font-size: calc(18 / 16 * 1rem);
  font-weight: bold;
  margin-bottom: calc(2 / 16 * 1rem);
}
.content-block .profile__text .name span {
  font-size: calc(11 / 16 * 1rem);
}
.content-block .movie__title {
  width: 100%;
  text-align: center;
  position: relative;
  margin: calc(30 / 16 * 1rem) 0 calc(50 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-block .movie__title {
    margin-bottom: calc(70 / 16 * 1rem);
  }
}
.content-block .movie__title span {
  font-size: calc(20 / 16 * 1rem);
  line-height: 1.8;
  text-align: center;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .content-block .movie__title span {
    font-size: calc(25 / 16 * 1rem);
  }
}
.content-block .movie__title span::before, .content-block .movie__title span::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 769px) {
  .content-block .movie__title span::before, .content-block .movie__title span::after {
    width: 20px;
    height: 20px;
  }
}
.content-block .movie__title span::before {
  top: -10px;
  left: -15px;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
}
@media screen and (min-width: 769px) {
  .content-block .movie__title span::before {
    top: -15px;
    left: -35px;
  }
}
.content-block .movie__title span::after {
  bottom: -10px;
  right: -20px;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
@media screen and (min-width: 769px) {
  .content-block .movie__title span::after {
    bottom: -15px;
    right: -35px;
  }
}
.content-block .movie__img {
  margin-bottom: calc(25 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-block .movie__img {
    width: 700px;
    margin: 0 auto calc(25 / 16 * 1rem);
  }
}
.content-block .movie__heading {
  font-size: calc(15 / 16 * 1rem);
  text-align: center;
  margin-bottom: calc(15 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-block .movie__heading {
    font-size: calc(21 / 16 * 1rem);
  }
}
.content-block .movie__inner {
  width: calc(100% - 40px);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: calc(25 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content-block .movie__inner {
    width: 640px;
    margin: 0 auto;
  }
}
.content-block .movie__youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  display: block;
}
.content-block .movie__copy {
  font-size: calc(10 / 16 * 1rem);
  text-align: left;
}

@media screen and (min-width: 769px) {
  .content {
    width: 982px;
    margin-inline: auto;
  }
}
.content__item {
  width: calc(180 / 390 * 100vw);
}
@media screen and (min-width: 769px) {
  .content__item {
    width: 480px;
  }
}
.content__credit {
  margin-top: calc(12 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content__credit {
    margin-top: calc(14 / 16 * 1rem);
  }
}
.content__credit {
  box-sizing: border-box;
}
.content__credit .item-d-none {
  display: none;
}
.content__credit p {
  line-height: 1.6;
}
.content__credit .price {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .content__credit .price {
    margin-top: 0;
  }
}
.content__credit .price span {
  font-size: calc(11 / 16 * 1rem);
}
.content__credit .price .buy {
  text-decoration: underline;
}
.content__credit .price .buy:hover {
  text-decoration: none;
}
.content__credit .attention {
  margin-left: 4px;
  font-size: calc(10 / 16 * 1rem);
}
.content__title {
  width: calc(100% - 20px);
  margin: 0 auto calc(10 / 16 * 1rem);
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: calc(37 / 16 * 1rem);
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .content__title {
    width: 950px;
    margin: 0 auto calc(50 / 16 * 1rem);
    font-size: calc(46 / 16 * 1rem);
  }
}
.content__title::before, .content__title::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #FFF;
}
.content__title::before {
  margin-right: calc(10 / 16 * 1rem);
}
.content__title::after {
  margin-left: calc(10 / 16 * 1rem);
}
.content__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(50 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content__profile {
    flex-direction: row;
  }
}
.content__logo1 {
  width: calc(210 / 390 * 100vw);
  margin: calc(30 / 16 * 1rem) auto calc(20 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content__logo1 {
    width: 210px;
  }
}
.content__logo2 {
  width: calc(175 / 390 * 100vw);
  margin: 0 auto calc(60 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .content__logo2 {
    width: 175px;
  }
}

.footer {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-bottom: calc(30 / 16 * 1rem);
  border-top: 1px solid #FFF;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .footer {
    width: 100%;
    max-width: 1280px;
  }
}
.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__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 */