@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: zen-old-mincho, sans-serif;
  background-color: #E8DFD6;
  color: #0D0D0D;
  position: relative;
}

body.is-stop,
body.is-modal,
body.is-open {
  overflow: hidden;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-en {
  font-family: forma-djr-deck, sans-serif;
  font-weight: 500;
}

.wf-loading {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

@media (max-width: 350px) {
  html {
    font-size: 4.5714285714vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.5;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.c-btn {
  font-size: 13px;
  font-size: 0.8125rem;
  width: 100%;
  max-width: 275px;
  max-width: 17.1875rem;
  min-height: 36px;
  min-height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  border-radius: 1.5625rem;
  border: 1px solid #0D0D0D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #0D0D0D;
  border-color: #0D0D0D;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (min-width: 768px) {
  .c-btn {
    max-width: 19.0625rem;
    min-height: 2.8125rem;
    font-size: clamp(12px, 0.875rem, 5vw);
  }
}

@media (any-hover: hover) {
  .c-btn:hover {
    background-color: #0D0D0D;
    color: #E8DFD6;
    opacity: 1;
  }
}
.c-stalker {
  border-radius: 50%;
  height: 10px;
  left: -115px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: -115px;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  width: 10px;
  z-index: 999;
}

.c-stalker span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  gap: 0.125rem;
  opacity: 0;
  height: 100%;
}

.c-stalker__text {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.c-stalker__arrow {
  width: 10px;
  width: 0.625rem;
  height: 6px;
  height: 0.375rem;
}

.c-stalker.js-hover {
  background-color: #fff;
  height: 45px;
  height: 2.8125rem;
  left: -42px;
  left: -2.625rem;
  top: -22px;
  top: -1.375rem;
  width: 45px;
  width: 2.8125rem;
}

.c-stalker.js-hover span {
  opacity: 1;
}

.wrapper-conteiner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-about {
  padding-top: 13px;
  padding-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-top: 11.5rem;
  }
}

.p-about__title {
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    font-size: 1.5rem;
  }
}

.p-about__contents {
  width: 69.3333333333%;
  margin-inline: auto;
  max-width: 550px;
  max-width: 34.375rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-about__contents {
    max-width: 39.375rem;
    margin-top: 4.125rem;
  }
}

.p-about__text {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  line-height: 2.1666666667;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: clamp(12px, 0.875rem, 5vw);
    max-width: 36.5625rem;
    line-height: 2.1428571429;
    margin-inline: auto;
  }
}

.p-about__text p:not(:first-child) {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-about__btns {
  display: grid;
  gap: 11px;
  gap: 0.6875rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 92.3076923077%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-about__btns {
    width: 100%;
    margin-top: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem;
  }
}

.p-drawer {
  background-color: transparent;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
@media screen and (min-width: 768px) {
  .p-drawer {
    -webkit-transition: opacity 1s ease-out, -webkit-transform 0.8s ease-out;
    transition: opacity 1s ease-out, -webkit-transform 0.8s ease-out;
    transition: opacity 1s ease-out, transform 0.8s ease-out;
    transition: opacity 1s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  }
}

.p-drawer.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}
@media screen and (min-width: 768px) {
  .p-drawer.is-open {
    -webkit-transition: opacity 1s ease-out, -webkit-transform 0.8s ease-out;
    transition: opacity 1s ease-out, -webkit-transform 0.8s ease-out;
    transition: opacity 1s ease-out, transform 0.8s ease-out;
    transition: opacity 1s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
  }
}

.p-drawer__inner {
  padding: 9px 13px 93px 11px;
  padding: 0.5625rem 0.8125rem 5.8125rem 0.6875rem;
  background-color: #fff;
  width: 88%;
  margin-left: auto;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .p-drawer__inner {
    width: 39%;
    padding: 1.1875rem 1.25rem 7.25rem 1.25rem;
  }
}

.p-drawer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-drawer__head {
    padding-left: 0.625rem;
  }
}

.p-drawer__logo {
  font-size: 11px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-drawer__logo {
    font-size: 0.9375rem;
  }
}

.p-drawer__title {
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .p-drawer__title {
    font-size: clamp(12.5px, 0.9375rem, 5vw);
  }
}

.p-drawer__close {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0D0D0D;
  border-color: #0D0D0D;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.p-drawer__close p {
  font-size: 9px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-drawer__close p {
    font-size: 10px;
  }
}

.p-drawer__close img {
  width: 26px;
  width: 1.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-drawer__close img {
    width: 1.9375rem;
  }
}

.p-drawer__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 580px;
  min-height: 36.25rem;
}

.p-drawer__title {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-drawer__title {
    font-size: 0.9375rem;
  }
}

.p-drawer__list {
  margin-top: 23px;
  margin-top: 1.4375rem;
  display: grid;
  gap: 25px;
  gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-drawer__list {
    gap: 1.6875rem;
    margin-top: 3.5rem;
  }
}

.p-drawer__store {
  text-align: center;
}

.p-drawer__name {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-drawer__name {
    font-size: clamp(11.5px, 0.8125rem, 5vw);
  }
}

.p-drawer__sns {
  margin-top: 7px;
  margin-top: 0.4375rem;
  font-family: forma-djr-deck, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-drawer__sns {
    font-size: clamp(11.5px, 0.8125rem, 5vw);
  }
}

.p-drawer__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
  font-size: 11px;
  line-height: 1.3636363636;
}
@media screen and (min-width: 768px) {
  .p-drawer__text {
    margin-top: 2.875rem;
  }
}

.p-drawer__link {
  width: 78%;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-drawer__link {
    width: 19.0625rem;
    margin-top: 3.3125rem;
  }
}

@media (any-hover: hover) {
  .p-drawer__close:hover {
    opacity: 0.5;
  }
}
.p-footer {
  height: 100vh;
  margin-top: 200px;
  margin-top: 12.5rem;
  position: relative;
  min-height: 600px;
  min-height: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    margin-top: 15.625rem;
  }
}

.p-footer__link {
  position: absolute;
  content: "";
  top: 16px;
  top: 1rem;
  right: 24px;
  right: 1.5rem;
  color: #fff;
  font-family: forma-djr-deck, sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  gap: 0.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  z-index: 2;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-footer__link {
    font-size: 1rem;
  }
}

.p-footer__arrow {
  width: 10px;
  width: 0.625rem;
  height: 6px;
  height: 0.375rem;
}

.p-footer__inner {
  width: 100vw;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    width: 100vw;
  }
}

.p-footer__movie {
  position: relative;
  aspect-ratio: 375/556;
  width: 100%;
  height: inherit;
}
.p-footer__movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1) translate3d(-50%, -50%, 0);
          transform: scale(1) translate3d(-50%, -50%, 0);
  width: 100%;
  height: calc(100% + 9.375rem);
  min-width: 1700px;
  min-width: 106.25rem;
  min-height: 60vw;
  aspect-ratio: 375/556;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-footer__movie video {
    min-width: 125rem;
  }
}

.p-footer__video {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-footer__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 460%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-footer__video iframe {
    height: 150%;
    width: 270%;
  }
}

.p-footer__copy {
  font-size: 10px;
  color: #fff;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}

.p-gallery {
  margin-top: calc(8.75rem - 10%);
  padding-top: 10%;
}
@media screen and (min-width: 768px) {
  .p-gallery {
    margin-top: calc(23.6875rem - 10%);
  }
}

.p-gallery__image {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #E8DFD6;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.p-gallery__image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.p-gallery__list {
  padding-top: 10% !important;
  background-color: #E8DFD6;
}
@media screen and (min-width: 768px) {
  .p-gallery__list {
    padding-top: 5% !important;
  }
}

.p-gallery__track {
  background-color: #E8DFD6;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.p-galley__image--01 {
  width: 96%;
}
@media screen and (min-width: 768px) {
  .p-galley__image--01 {
    width: 33.4375%;
  }
}

.p-galley__image--02 {
  width: 84%;
  margin-left: -139px;
  margin-left: -8.6875rem;
  margin-top: -10%;
}
@media screen and (min-width: 768px) {
  .p-galley__image--02 {
    width: 29.0625%;
    margin-top: -5%;
  }
}

.p-galley__image--03 {
  width: 50.6666666667%;
  margin-left: 84px;
  margin-left: 5.25rem;
}
@media screen and (min-width: 768px) {
  .p-galley__image--03 {
    width: 17.65625%;
  }
}

.p-galley__image--04 {
  width: 69.3333333333%;
  margin-top: -10%;
  margin-left: -30px;
  margin-left: -1.875rem;
}
@media screen and (min-width: 768px) {
  .p-galley__image--04 {
    width: 24.0625%;
    margin-top: -5%;
  }
}

.p-gallery__list--second .p-gallery__image {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.p-galley__image--05 {
  width: 50.1333333333%;
  margin-left: 48px;
  margin-left: 3rem;
  margin-top: 105%;
}
@media screen and (min-width: 768px) {
  .p-galley__image--05 {
    width: 17.1875%;
    margin-top: 38%;
  }
}

.p-galley__image--06 {
  width: 64%;
  margin-left: -120px;
  margin-left: -7.5rem;
  margin-top: 80%;
}
@media screen and (min-width: 768px) {
  .p-galley__image--06 {
    width: 22.5%;
    margin-top: 26%;
  }
}

.p-galley__image--07 {
  width: 73.0666666667%;
  margin-left: -110px;
  margin-left: -6.875rem;
  margin-top: 105%;
}
@media screen and (min-width: 768px) {
  .p-galley__image--07 {
    width: 25.234375%;
    margin-top: 35%;
  }
}

.p-galley__image--08 {
  width: 83.7333333333%;
  margin-left: -130px;
  margin-left: -8.125rem;
  margin-top: 90%;
  padding-right: 74px;
  padding-right: 4.625rem;
}
@media screen and (min-width: 768px) {
  .p-galley__image--08 {
    width: 28.4375%;
    margin-top: 30%;
  }
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #000;
  font-size: 40px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* マウスストーカーのスタイル */
.stalker {
  border-radius: 50%; /* 正円 */
  height: 10px; /* 円の高さ */
  left: -115px; /* widthの半分 */
  opacity: 0; /* カーソルを画面内に入れるまでは透明 */
  pointer-events: none; /* 直下のリンクをクリック可能にする */
  position: fixed; /* スクロールしてもカーソルの位置で固定 */
  top: -115px; /* widthの半分 */
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out; /* 遅れてついてくる時間 */
  width: 10px; /* 円の幅 */
  z-index: 999; /* 一番上に来るように */
}

.stalker.js-hover {
  background-color: #fff; /* カーソルがリンク上に乗ったときの背景色 */
  height: 45px;
  height: 2.8125rem; /* カーソルがリンク上に乗ったときの高さ */
  left: -42px;
  left: -2.625rem; /* 円の幅の半分 */
  top: -22px;
  top: -1.375rem; /* 円の高さの半分 */
  width: 45px;
  width: 2.8125rem; /* カーソルがリンク上に乗ったときの幅 */
}

.stalker span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  gap: 0.125rem;
  opacity: 0;
  height: 100%;
}

.c-stalker__text {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.c-stalker__arrow {
  width: 10px;
  width: 0.625rem;
  height: 6px;
  height: 0.375rem;
}

.stalker.js-hover span {
  opacity: 1;
}

.p-main {
  height: 100%;
  width: 100%;
  min-height: 100vh;
}
@media screen and (min-width: 768px) {
  .p-main {
    height: 100%;
  }
}

.p-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  position: relative;
  height: inherit;
}

.p-image__bg {
  height: inherit;
  display: block;
  width: 100%;
}

.p-image__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: inherit;
}

.p-main__contents {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 25px;
  bottom: 1.5625rem;
  -webkit-transform: translate(-50%, 1.875rem);
          transform: translate(-50%, 1.875rem);
  opacity: 0;
  width: 100%;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.p-main__contents.is-visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0rem);
          transform: translate(-50%, 0rem);
}

.p-main__logo {
  width: 133px;
  width: 8.3125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-main__logo {
    width: 12.5rem;
  }
}

.p-main__text {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: forma-djr-deck, sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin-top: 24px;
  margin-top: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.2307692308;
}
@media screen and (min-width: 768px) {
  .p-main__text {
    margin-top: 3.4375rem;
    font-size: 1rem;
  }
}

.p-modal {
  position: fixed;
  display: none;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, .65);
}

.p-modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.p-modal__inner.is-modal {
  opacity: 1;
}

.p-modal__content {
  margin-inline: auto;
  display: block;
  padding-left: 13px;
  padding-left: 0.8125rem;
  padding-right: 13px;
  padding-right: 0.8125rem;
  position: relative;
  z-index: 2000;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-modal__content {
    width: 35.46875%;
    padding: 0 0 1.25rem;
    margin-top: 2.5rem;
  }
}

.p-modal__content img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-modal__content p {
  font-size: 10px;
  padding-top: 15px;
  padding-top: 0.9375rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-modal__content p {
    font-size: 11px;
    padding-top: 2.5rem;
  }
}

.p-thumbnail {
  margin-top: 66px;
  margin-top: 4.125rem;
}
@media screen and (min-width: 768px) {
  .p-thumbnail {
    margin-top: 15.1875rem;
  }
}

.p-thumbnail__first {
  width: 75.7%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-thumbnail__first {
    width: 100%;
    max-width: 37.375rem;
  }
}

.p-thumbnail__second {
  width: 92.8%;
  margin-inline: auto;
  margin-top: 151px;
  margin-top: 9.4375rem;
}
@media screen and (min-width: 768px) {
  .p-thumbnail__second {
    width: 100%;
    max-width: 49.375rem;
    margin-top: 27.5rem;
  }
}

.p-view {
  height: 100svh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #E8DFD6;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition: -webkit-clip-path 0.3s ease-out;
  transition: -webkit-clip-path 0.3s ease-out;
  transition: clip-path 0.3s ease-out;
  transition: clip-path 0.3s ease-out, -webkit-clip-path 0.3s ease-out;
}

.p-view__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-bottom: 28px;
  padding-bottom: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-view__item {
    padding-bottom: 2.6875rem;
  }
}

.p-view__logo {
  width: 184px;
  width: 11.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-view__logo {
    width: 20.3125rem;
  }
}

.p-view__logo img {
  opacity: 0;
  -webkit-clip-path: inset(100% 0px 0px);
          clip-path: inset(100% 0px 0px);
}

.p-view__text {
  font-size: 19px;
  font-size: 1.1875rem;
  font-family: forma-djr-deck, sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  opacity: 0;
  -webkit-transform: translateY(25%);
          transform: translateY(25%);
}
@media screen and (min-width: 768px) {
  .p-view__text {
    font-size: 1.4375rem;
  }
}
/*# sourceMappingURL=styles.css.map */
