/***
    The new CSS reset - version 1.11.2 (last updated 15.11.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Fix mobile Safari increase font-size on landscape mode */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu,
summary {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
  box-sizing: border-box;
}

/* reset default text opacity of input placeholder */
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
 display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
	- fix for the content editable attribute will work properly.
- webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

/* Remove details summary webkit styles */
::-webkit-details-marker {
  display: none;
}

body {
  color: #363636;
  font-size: 3.2vw;
  line-height: 1.3;
  letter-spacing: 0.022em;
  background-color: #FAF9F4;
  overflow-x: hidden;
}
@media screen and (min-width: 751px) {
  body {
    font-size: 16px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.6s;
}
a:active {
  opacity: 0.6;
}
@media screen and (min-width: 751px) {
  a:hover {
    opacity: 0.6;
  }
}

img {
  width: 100%;
  display: block;
}

body {
  font-family: garamond-premier-pro, serif;
}

.l-sectionWrap {
  margin-top: 20%;
}
@media screen and (min-width: 751px) {
  .l-sectionWrap {
    margin-top: 120px;
  }
}

.l-flower {
  width: 40%;
  margin: 66.6666666667% auto 0;
}
@media screen and (min-width: 751px) {
  .l-flower {
    width: 300px;
    margin-top: 350px;
  }
}

.p-firstView {
  width: 100%;
  height: 100svh;
  padding-top: 4.4977511244svh;
  color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 751px) {
  .p-firstView {
    padding-top: 0;
  }
}
.p-firstView__main {
  width: 87.2%;
  margin: 0 auto;
  display: flex;
  gap: 2.43%;
}
@media screen and (min-width: 751px) {
  .p-firstView__main {
    width: auto;
    height: 38.5svh;
    position: absolute;
    top: 3.4722222222vw;
    left: 3.4722222222vw;
  }
}
.p-firstView__mainText {
  padding-top: 2.53%;
  font-size: 2.8vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .p-firstView__mainText {
    font-size: clamp(14px, 1.25vw, 18px);
  }
}
.p-firstView__logo {
  width: 60%;
}
.p-firstView__sub {
  font-size: min(4.27vw, 32px);
  position: absolute;
  bottom: 3.75%;
  left: 6.67%;
}
@media screen and (min-width: 751px) {
  .p-firstView__sub {
    font-size: clamp(23px, 1.87vw, 27px);
    bottom: 3.4722222222vw;
    left: 3.4722222222vw;
  }
}
.p-firstView__bg {
  width: 100vw;
  height: 100svh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-firstView__bg > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-lead {
  padding: 16.67% 0 13.33%;
  font-family: yu-mincho-pr6n, sans-serif;
  text-align: center;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) {
  .p-lead {
    padding: 150px 0;
  }
}

@media screen and (min-width: 751px) {
  .p-section {
    width: 750px;
    margin: 0 auto;
  }
}
.p-section + .p-section {
  margin-top: 33.3333333333%;
}
@media screen and (min-width: 751px) {
  .p-section + .p-section {
    margin-top: 234px;
  }
}
.p-section__title {
  font-size: clamp(25.5px, 6.8vw, 51px);
  text-align: center;
}
@media screen and (min-width: 751px) {
  .p-section__title {
    font-size: 29px;
  }
}
.p-section__num {
  margin-bottom: 2.8%;
  display: block;
  font-size: 5.6vw;
}
@media screen and (min-width: 751px) {
  .p-section__num {
    font-size: 26px;
    margin-bottom: 28px;
  }
}
.p-section__itemImage {
  margin-top: 13.3333333333%;
}
@media screen and (min-width: 751px) {
  .p-section__itemImage {
    width: 80%;
    margin: 95px auto 0;
  }
}
.p-section__code {
  width: 69.3333333333%;
  margin: 16.6666666667% auto 0;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 751px) {
  .p-section__code {
    width: 420px;
    margin-top: 110px;
    justify-content: space-between;
  }
}
.p-section__code::before {
  content: "";
  width: 100vw;
  height: 17.3333333333%;
  background: linear-gradient(-45deg, #C2CCE9 50%, #BCBBBB 0);
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 751px) {
  .p-section__code::before {
    height: 60px;
    background: linear-gradient(-35deg, #C2CCE9 50%, #BCBBBB 0);
    top: 48%;
  }
}
.p-section__code > span {
  font-size: 2.4vw;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 62%;
  transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .p-section__code > span {
    font-size: 26px;
    top: 48%;
  }
}
.p-section__code > span:nth-of-type(1) {
  left: -15%;
}
@media screen and (min-width: 751px) {
  .p-section__code > span:nth-of-type(1) {
    left: -40%;
  }
}
.p-section__code > span:nth-of-type(2) {
  right: -15%;
}
@media screen and (min-width: 751px) {
  .p-section__code > span:nth-of-type(2) {
    right: -40%;
  }
}
.p-section__lg {
  font-size: 5.6vw;
}
@media screen and (min-width: 751px) {
  .p-section__lg {
    font-size: 26px;
  }
}
.p-section__scene:nth-of-type(1) {
  margin-top: 19.2%;
}
@media screen and (min-width: 751px) {
  .p-section__scene:nth-of-type(1) {
    margin-top: 175px;
  }
}
.p-section__scene:nth-of-type(1) .p-section__slide::before {
  background-color: #BCBBBB;
}
.p-section__scene:nth-of-type(2) {
  margin-top: 26.6666666667%;
}
@media screen and (min-width: 751px) {
  .p-section__scene:nth-of-type(2) {
    margin-top: 200px;
  }
}
.p-section__scene:nth-of-type(2) .p-section__slide::before {
  background-color: #C2CCE9;
}
.p-section__slide {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 751px) {
  .p-section__slide {
    width: 488px;
  }
}
.p-section__slide::before {
  content: "";
  width: 100vw;
  height: 20%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 751px) {
  .p-section__slide::before {
    height: 60px;
  }
}
.p-section__slideText {
  color: #fff;
  font-size: 4.8vw;
  writing-mode: vertical-lr;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
  .p-section__slideText {
    font-size: 29px;
    right: 16px;
  }
}
.p-section__description {
  margin-top: 16.6666666667%;
  font-family: yu-mincho-pr6n, sans-serif;
  text-align: center;
  line-height: 1.75;
}
@media screen and (min-width: 751px) {
  .p-section__description {
    margin-top: 80px;
  }
}
.p-section__credit {
  width: 73.3333333333%;
  margin: 16.6666666667% auto 0;
}
@media screen and (min-width: 751px) {
  .p-section__credit {
    width: 420px;
    margin-top: 50px;
  }
}
.p-section__credit li + li {
  margin-top: 4.6511627907%;
}
@media screen and (min-width: 751px) {
  .p-section__credit li + li {
    margin-top: 12px;
  }
}
.p-section__creditLink {
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.075em;
}
.p-section__creditLink > p {
  display: inline-block;
  font-size: 2.8vw;
  border-bottom: 1px solid #363636;
}
@media screen and (min-width: 751px) {
  .p-section__creditLink > p {
    font-size: 14px;
  }
}
.p-section__creditLink > span {
  line-height: 1;
}
.p-section__buy {
  padding: 2px 1.2vw 0;
  border: 1px solid #363636;
  font-size: 2.4vw;
}
@media screen and (min-width: 751px) {
  .p-section__buy {
    padding: 2px 6px 0;
    font-size: 14px;
  }
}
.p-section__comison {
  padding: 0;
  font-size: 2vw;
  border: none;
}
@media screen and (min-width: 751px) {
  .p-section__comison {
    padding: 2px 6px 0;
    font-size: 10px;
  }
}
.p-section--1 .p-section__code {
  gap: 10%;
}
@media screen and (min-width: 751px) {
  .p-section--1 .p-section__code {
    gap: 90px;
  }
}
.p-section--2 .p-section__code {
  gap: 17.19%;
}
@media screen and (min-width: 751px) {
  .p-section--2 .p-section__code {
    gap: 110px;
  }
}
.p-section--3 .p-section__code {
  gap: 7.6%;
}
@media screen and (min-width: 751px) {
  .p-section--3 .p-section__code {
    gap: 80px;
  }
}
.p-section--3 .p-section__code li:nth-of-type(1) {
  transform: translateX(-10%);
}
.p-section--4 .p-section__code {
  gap: 2.1%;
}
@media screen and (min-width: 751px) {
  .p-section--4 .p-section__code {
    gap: 65px;
  }
}
.p-section--5 .p-section__code {
  gap: 9.6%;
}
@media screen and (min-width: 751px) {
  .p-section--5 .p-section__code {
    gap: 100px;
  }
}
@media screen and (min-width: 751px) {
  .p-section--6 .p-section__code {
    gap: 60px;
  }
}
.p-section--6 .p-section__code li:nth-of-type(2) {
  transform: translateX(10%);
}

.p-footer {
  margin: 66.6666666667% auto 0;
  padding-bottom: 33.3333333333%;
}
@media screen and (min-width: 751px) {
  .p-footer {
    margin-top: 500px;
    padding-bottom: 200px;
  }
}
.p-footer__link {
  width: min(60%, 250px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.p-footer__link li {
  width: 16%;
}
.p-footer__logo {
  width: min(33.3%, 150px);
  margin: 20% auto 0;
  display: block;
}
@media screen and (min-width: 751px) {
  .p-footer__logo {
    margin-top: 67px;
  }
}
.p-footer__copy {
  margin-top: 8%;
  display: block;
  color: #000;
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .p-footer__copy {
    margin-top: 27px;
  }
}

@media screen and (min-width: 751px) and (min-width: 751px) {
  .u-hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .u-hidden-sp {
    display: none !important;
  }
}
.u-bg-wh {
  position: relative;
}
.u-bg-wh::before {
  content: "";
  width: 100vw;
  height: 105%;
  background-color: #fff;
  position: absolute;
  top: 2.5%;
  left: 50%;
  transform: translateX(-50%) skewY(-30deg);
  transform-origin: center;
  z-index: -10;
}
@media screen and (min-width: 751px) {
  .u-bg-wh::before {
    transform: translateX(-50%) skewY(-15deg);
  }
}

.u-border-none {
  border-bottom: none !important;
}/*# sourceMappingURL=app.css.map */