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

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: calc(12 / 16 * 1rem);
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #000;
}
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;
  }
}
/* ==================================================
  Animation
================================================== */
.fadein {
  opacity: 0;
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.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;
  }
}
.fadeinL {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 1.2s ease;
}

.fadeinL.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeinR {
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 1.2s ease;
}

.fadeinR.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

/* ==================================================
  Layout
================================================== */
.lp-container {
  width: 100%;
  opacity: 0;
  animation: fadeIn 1.5s ease 0.15s forwards;
}
@media screen and (min-width: 769px) {
  .lp-container {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .lp-container .left-block {
    width: 50%;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
}
.lp-container .right-block {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .lp-container .right-block {
    width: 50%;
    padding: 0 40px;
    box-sizing: border-box;
  }
}

/* ==================================================
  Main Visual
================================================== */
.mv {
  position: relative;
  margin-bottom: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .mv {
    margin-bottom: 0;
  }
}

.logo-block {
  font-family: "clarendon-urw", serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(30 / 16 * 1rem);
  text-align: center;
  margin: 0 auto calc(30 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .logo-block {
    font-size: calc(40 / 16 * 1rem);
    margin: calc(100 / 16 * 1rem) auto calc(30 / 16 * 1rem);
  }
}

.lead-block {
  width: calc(360 / 390 * 100vw);
  font-size: calc(12 / 16 * 1rem);
  margin: 0 auto calc(50 / 16 * 1rem);
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .lead-block {
    width: 100%;
    font-size: calc(14 / 16 * 1rem);
    margin-bottom: 100px;
  }
}
.lead-block p {
  margin-bottom: calc(10 / 390 * 100vw);
}
@media screen and (min-width: 769px) {
  .lead-block p {
    margin-bottom: calc(20 / 16 * 1rem);
  }
}
.lead-block p:last-child {
  margin-bottom: 0;
}

.item {
  width: calc(370 / 390 * 100vw);
  margin: 0 auto calc(70 / 390 * 100vw);
}
@media screen and (min-width: 769px) {
  .item {
    width: 100%;
    margin: 0 auto 100px;
  }
}
.item__container {
  position: relative;
  margin: 0 auto calc(70 / 16 * 1rem);
}
.item .other1 {
  width: 22%;
  position: absolute;
  left: 5%;
  top: 14%;
}
.item .other2 {
  width: 19%;
  position: absolute;
  right: 5%;
  top: 2%;
}
.item .other3 {
  width: 68%;
  position: absolute;
  left: 1%;
  top: -44%;
  z-index: 1;
}
.item .other4 {
  width: 27%;
  position: absolute;
  left: 3%;
  top: -16%;
  z-index: 1;
}
.item .other5 {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 30%;
  z-index: 1;
}
.item .other6 {
  width: 30%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.item .other7 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.item .other8 {
  width: 82%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -40%;
  z-index: 1;
}
.item .other9 {
  width: 51%;
  position: absolute;
  right: -5%;
  margin: auto;
  top: -38%;
}
.item__block {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .item__block {
    width: 80%;
    margin: 0 auto calc(180 / 16 * 1rem);
  }
}
.item__block.item1 {
  width: 62%;
  margin-left: auto;
  margin-right: 4%;
  transform: rotate(1deg);
}
.item__block.item2 {
  width: 62%;
  transform: rotate(-4deg);
  margin-left: 5%;
  z-index: 5;
}
.item__block.item3 {
  width: 70%;
  margin-left: auto;
  margin-right: 3%;
  transform: rotate(3deg);
  z-index: 5;
}
.item__block.item4 {
  width: 68%;
  margin-left: auto;
  margin-right: 3%;
  transform: rotate(3deg);
}
.item__block.item5 {
  width: 62%;
  margin: 0 auto;
  transform: rotate(3deg);
  z-index: 5;
}
.item__block.item6 {
  width: 65%;
  margin-left: 2%;
  transform: rotate(-3deg);
}
.item__block.item7 {
  width: 60%;
  position: absolute;
  right: 3%;
  bottom: 2%;
  transform: rotate(1deg);
  z-index: 5;
  margin-bottom: 0;
}
.item__block.item8 {
  width: 74%;
  margin-left: auto;
  margin-right: 2%;
  transform: rotate(2deg);
  z-index: 5;
}
.item__block.item9 {
  width: 70%;
  margin-top: 24%;
  margin-left: 5%;
  transform: rotate(-4deg);
  z-index: 5;
}
.item__block.item10 {
  width: 68%;
  margin-top: 40%;
  margin-left: 5%;
  transform: rotate(-3deg);
}
.item__block::before, .item__block::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 20px;
  bottom: 30px;
  z-index: 99;
  transition: all 0.5s ease;
}
@media screen and (min-width: 769px) {
  .item__block::before, .item__block::after {
    width: 50px;
    right: 40px;
    bottom: 40px;
  }
}
.item__block::after {
  transform: rotate(-90deg);
}
.item__block.none {
  cursor: default;
}
.item__block.none::before, .item__block.none::after {
  display: none;
}
.item__block.white::before, .item__block.white::after {
  background-color: #FFF;
}
.item__block.active .credits {
  opacity: 1;
  z-index: 10;
}
.item__block.active::before {
  background-color: #FFF;
  z-index: 20;
}
.item__block.active::after {
  opacity: 0;
}

.credits {
  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;
}
.credits__block {
  font-size: calc(12 / 16 * 1rem);
  line-height: 1.4;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  color: #FFF;
  font-family: "baskerville-urw", serif;
}
.credits__block .yen {
  font-size: calc(10 / 16 * 1rem);
  margin: 0 1px 0 5px;
}
@media screen and (min-width: 769px) {
  .credits__block .yen {
    font-size: calc(12 / 16 * 1rem);
  }
}
.credits__block:last-child {
  margin-bottom: 0;
}
.credits__block .item-d-none {
  display: none;
}
@media screen and (min-width: 769px) {
  .credits__block {
    font-size: calc(14 / 16 * 1rem);
  }
}
.credits__buy {
  margin-left: 8px;
  text-decoration: underline;
}
.credits__buy:hover {
  text-decoration: none;
}

.footer {
  position: relative;
  padding-bottom: calc(40 / 16 * 1rem);
  font-family: "baskerville-urw", serif;
}
.footer__logo {
  width: calc(100 / 16 * 1rem);
  margin: 0 auto calc(40 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .footer__logo {
    width: calc(120 / 16 * 1rem);
  }
}
.footer__itemList {
  margin-bottom: calc(20 / 16 * 1rem);
}
.footer__item {
  font-size: calc(13 / 16 * 1rem);
  text-align: center;
  margin-bottom: calc(4 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .footer__item {
    font-size: calc(15 / 16 * 1rem);
  }
}
.footer__item a {
  transition: all 0.25s ease-in;
}
.footer__item a:hover {
  opacity: 0.6;
}
.footer__copyright {
  font-size: calc(10 / 16 * 1rem);
  text-align: center;
}
.footer__pagetop {
  font-size: calc(10 / 16 * 1rem);
  position: absolute;
  bottom: calc(40 / 16 * 1rem);
  right: calc(10 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .footer__pagetop {
    font-size: calc(12 / 16 * 1rem);
  }
}
.footer__pagetop a {
  text-decoration: underline;
}
.footer__pagetop a:hover {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */