/***
    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: #fff;
  font-size: 3.7333333333vw;
  letter-spacing: 0.02em;
  line-height: 1;
  background-color: #E5CA82;
  overflow-x: clip;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 24px;
  }
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: all 0.6s;
}

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

[v-cloak] {
  display: none;
}

body {
  font-family: geller-headline, serif;
  font-weight: 300;
}

.fixed_bg {
  position: fixed;
  inset: 0;
  z-index: -5;
  height: 100vh;
}
.fixed_bg li {
  height: 100vh;
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1s;
}
.fixed_bg li.active {
  opacity: 1;
}
.fixed_bg img {
  object-fit: cover;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .fixed_bg li img {
    max-width: 650px;
    margin: 0 auto;
  }
  .fixed_bg li {
    background-position: center;
    background-size: cover;
  }
  .fixed_bg li:nth-child(1) {
    background-image: url(../images/contents/top/bg-gr.jpg);
  }
  .fixed_bg li:nth-child(2) {
    background-image: url(../images/contents/1/bg-gr.jpg);
  }
  .fixed_bg li:nth-child(3) {
    background-image: url(../images/contents/2/bg-gr.jpg);
  }
  .fixed_bg li:nth-child(4) {
    background-image: url(../images/contents/3/bg-gr.jpg);
  }
  .fixed_bg li:nth-child(5) {
    background-image: url(../images/contents/4/bg-gr.jpg);
  }
  .fixed_bg li:nth-child(6) {
    background-image: url(../images/contents/5/bg-gr.jpg);
  }
}

.l-text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .l-text {
    width: 25.7638888889vw;
    gap: 3.125vw;
    position: absolute;
    left: 9.9305555556vw;
  }
}
.l-text__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9.6vw;
}
@media screen and (min-width: 1025px) {
  .l-text__logo {
    gap: 4.7222222222vw;
  }
}
.l-text__logo .she {
  width: 51.7333333333vw;
}
@media screen and (min-width: 1025px) {
  .l-text__logo .she {
    width: 25.7638888889vw;
  }
}
.l-text__logo .uness {
  width: 44.2666666667vw;
}
@media screen and (min-width: 1025px) {
  .l-text__logo .uness {
    width: 22.0138888889vw;
  }
}
.l-text__title {
  font-size: 6.4vw;
}
@media screen and (min-width: 1025px) {
  .l-text__title {
    font-size: 3.1944444444vw;
  }
}

.l-contents__gallery {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .l-contents__gallery::before {
    content: "";
    width: 100%;
    height: 100vh;
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    z-index: -20;
  }
}
.l-contents__gallery .c-gallery {
  aspect-ratio: 750/2520;
}
.l-contents__gallery .c-gallery > li:nth-child(1) {
  width: 47.6%;
  top: 10.6746031746%;
  right: 0;
}
.l-contents__gallery .c-gallery > li:nth-child(2) {
  width: 75.7333333333%;
  top: 38.6111111111%;
  left: 0;
}
.l-contents__gallery .c-gallery > li:nth-child(3) {
  width: 83.7333333333%;
  top: 62.619047619%;
  left: 9.6%;
}

.c-gallery {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .c-gallery {
    width: 650px;
    margin-top: -100vh;
    margin-inline: auto;
  }
}
.c-gallery::after {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -10;
}
.c-gallery > * {
  position: absolute;
}

.p-firstView {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: -2;
}
.p-firstView::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/firstView/fv-sp.jpg);
  background-size: cover;
  background-position: top 20% center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
@media screen and (min-width: 1025px) {
  .p-firstView::before {
    background-image: url(../images/firstView/fv-pc.jpg);
  }
}
.p-firstView__scroll {
  position: absolute;
  bottom: 13.9430284858%;
  left: 50%;
  transform: translateX(-50%);
}
.p-firstView__scroll .text {
  font-size: 2.6666666667vw;
  font-family: brother-1816, sans-serif;
  font-weight: 400;
  letter-spacing: 0.22em;
  writing-mode: vertical-lr;
}
@media screen and (min-width: 1025px) {
  .p-firstView__scroll .text {
    font-size: 1.25vw;
  }
}
.p-firstView__scroll::after {
  content: "";
  width: 1px;
  height: 10vh;
  background-color: #fff;
  position: absolute;
  bottom: -1.4992503748vh;
  left: 50%;
  transform: translateY(100%);
  animation: scroll 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

body {
  font-family: geller-headline, serif;
  font-weight: 300;
}

.p-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
}
.p-section__credit {
  width: 86%;
  position: sticky;
  z-index: 1;
  height: 100vh;
  top: 0;
}
@media screen and (min-width: 1025px) {
  .p-section__credit {
    width: 559px;
  }
}
.p-section__creditList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 6.4vw;
  row-gap: 4vw;
  position: absolute;
  text-outline: 0 0 #000;
  bottom: 40px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .p-section__creditList {
    bottom: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .p-section__creditList {
    column-gap: 42px;
    row-gap: 20px;
  }
}
.p-section__creditList > li {
  width: 39.7333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-section__creditList > li {
    width: 258px;
  }
}
.p-section__creditList > li > * {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .p-section__creditList > li > a:hover {
    opacity: 0.6;
  }
}
.p-section__creditList > li .brand {
  font-size: 2.4vw;
  font-family: urw-din, sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1025px) {
  .p-section__creditList > li .brand {
    font-size: 15px;
  }
}
.p-section__creditList > li .buy {
  width: 10vw;
  aspect-ratio: 75/26;
  padding-bottom: 0.2666666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #c30d23;
  font-size: 3.2vw;
  font-family: geller-text, serif;
  font-weight: 400;
  border: 1px solid #c30d23;
}
@media screen and (min-width: 1025px) {
  .p-section__creditList > li .buy {
    width: 65px;
    font-size: 20px;
    padding-bottom: 2px;
  }
}
.p-section__creditList > li .sample {
  font-size: 3.2vw;
  font-family: geller-text, serif;
  font-weight: 400;
}
@media screen and (min-width: 1025px) {
  .p-section__creditList > li .sample {
    font-size: 20px;
  }
}
.p-section__look {
  margin-top: -100vh;
}
@media screen and (min-width: 1025px) {
  .p-section__look {
    width: 650px;
  }
}
.p-section__gallery {
  width: 100%;
  height: fit-content;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-section__gallery::before {
    content: "";
    width: 100%;
    height: 100vh;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: sticky;
    top: 0;
    left: 0;
    z-index: -20;
  }
}

.p-section#section-1 {
  z-index: 10;
}
.p-section#section-1 .c-gallery {
  aspect-ratio: 750/5150;
}
.p-section#section-1 .c-gallery > li:nth-child(1) {
  width: 48.5333333333%;
  top: 1.5339805825%;
  right: 6.6666666667%;
}
.p-section#section-1 .c-gallery > li:nth-child(2) {
  width: 62.2666666667%;
  top: 24.854368932%;
  left: 50%;
  transform: translateX(-50%);
}
.p-section#section-1 .c-gallery > li:nth-child(3) {
  width: 45.2%;
  top: 41.2427184466%;
  left: 7.3333333333%;
}
.p-section#section-1 .c-gallery > li:nth-child(4) {
  width: 64.5333333333%;
  top: 50.0388349515%;
  right: 6.6666666667%;
}
.p-section#section-1 .c-gallery > li:nth-child(5) {
  width: 50.4%;
  top: 70.932038835%;
  left: 50%;
  transform: translateX(-50%);
}

.p-section#section-2 {
  z-index: 20;
}
.p-section#section-2 .c-gallery {
  aspect-ratio: 750/4000;
}
.p-section#section-2 .c-gallery > li:nth-child(1) {
  width: 53.6%;
  top: 2.95%;
  left: 0;
}
.p-section#section-2 .c-gallery > li:nth-child(2) {
  width: 63.7333333333%;
  top: 43.025%;
  right: 4.1333333333%;
}
.p-section#section-2 .c-gallery > li:nth-child(3) {
  width: 60.5333333333%;
  top: 57.725%;
  left: 2.9333333333%;
}
.p-section#section-2 .c-gallery > li:nth-child(4) {
  width: 50.4%;
  top: 68.5%;
  right: 10.6666666667%;
}
.p-section#section-2 .c-gallery > li:nth-child(5) {
  width: 45.3333333333%;
  top: 84.875%;
  left: 50%;
  transform: translateX(-50%);
}
.p-section#section-2 .c-gallery > li:nth-child(6) {
  width: 30.4%;
  top: 23.8%;
  left: 3.6%;
}
.p-section#section-2 .c-gallery > li:nth-child(7) {
  width: 21.8666666667%;
  top: 23.8%;
  left: 41.7333333333%;
}
.p-section#section-2 .c-gallery > li:nth-child(8) {
  width: 32.4%;
  top: 23.8%;
  right: 5.7333333333%;
}

.p-section#section-3 {
  z-index: 30;
}
.p-section#section-3 .c-gallery {
  aspect-ratio: 750/3470;
}
.p-section#section-3 .c-gallery > li:nth-child(1) {
  width: 40.5333333333%;
  top: 1.3832853026%;
  left: 0;
}
.p-section#section-3 .c-gallery > li:nth-child(2) {
  width: 44.2666666667%;
  top: 30.9221902017%;
  left: 4.9333333333%;
}
.p-section#section-3 .c-gallery > li:nth-child(3) {
  width: 64.4%;
  top: 48.0979827089%;
  right: 6.5333333333%;
}
.p-section#section-3 .c-gallery > li:nth-child(4) {
  width: 70.1333333333%;
  top: 66.1095100865%;
  left: 50%;
  transform: translateX(-50%);
}
.p-section#section-3 .c-gallery > li:nth-child(5) {
  width: 76%;
  top: 18.0691642651%;
  right: 0;
}

.p-section#section-4 {
  z-index: 40;
}
.p-section#section-4 .c-gallery {
  aspect-ratio: 750/3550;
}
.p-section#section-4 .c-gallery > li:nth-child(1) {
  width: 70.6666666667%;
  top: 10.5633802817%;
  left: 50%;
  transform: translateX(-50%);
}
.p-section#section-4 .c-gallery > li:nth-child(2) {
  width: 48.9333333333%;
  top: 34.4225352113%;
  right: 5.3333333333%;
}
.p-section#section-4 .c-gallery > li:nth-child(3) {
  width: 52.1333333333%;
  top: 42.8450704225%;
  left: 0;
}
.p-section#section-4 .c-gallery > li:nth-child(4) {
  width: 100%;
  top: 67.9718309859%;
  left: 50%;
  transform: translateX(-50%);
}
.p-section#section-4 .c-gallery .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2.6666666667%;
  row-gap: 2.6666666667vw;
}
.p-section#section-4 .c-gallery .flex > li {
  width: 42.5333333333%;
}

.p-section#section-5 {
  z-index: 50;
}
.p-section#section-5 .c-gallery {
  aspect-ratio: 750/5010;
}
.p-section#section-5 .c-gallery > li:nth-child(1) {
  width: 52.2666666667%;
  top: 3.5528942116%;
  right: 4.2666666667%;
}
.p-section#section-5 .c-gallery > li:nth-child(2) {
  width: 58.1333333333%;
  top: 21.0778443114%;
  left: 7.4666666667%;
}
.p-section#section-5 .c-gallery > li:nth-child(3) {
  width: 49.0666666667%;
  top: 32.8143712575%;
  right: 0;
}
.p-section#section-5 .c-gallery > li:nth-child(4) {
  width: 76.2666666667%;
  top: 69.7405189621%;
  left: 50%;
  transform: translateX(-50%);
}
.p-section#section-5 .c-gallery > li:nth-child(5) {
  width: 52.9333333333%;
  top: 48.1037924152%;
  left: 7.7333333333%;
}

.p-footer {
  width: 100%;
  min-height: 100vh;
  padding: 36.9333333333vw 0 14.6666666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 19.3333333333vw;
  background-image: url(../images/footer/bg-sp.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 1025px) {
  .p-footer {
    min-height: none;
    padding: 34.4444444444vw 0 11.5972222222vw;
    gap: 11.1111111111vw;
    background-image: url(../images/footer/bg-pc.jpg);
  }
}
.p-footer__list {
  width: 82.6666666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20.9333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-footer__list {
    width: auto;
    flex-direction: row;
    gap: 8.8194444444vw;
  }
}
.p-footer__list > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8vw;
}
@media screen and (min-width: 1025px) {
  .p-footer__list > li {
    gap: 3.8194444444vw;
  }
}
.p-footer__list > li:nth-child(1) .name {
  width: 51.7333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-footer__list > li:nth-child(1) .name {
    width: 22.9166666667vw;
  }
}
.p-footer__list > li:nth-child(2) .name {
  width: 38.2666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-footer__list > li:nth-child(2) .name {
    width: 17.2222222222vw;
  }
}
.p-footer__list > li .name {
  position: relative;
}
.p-footer__list > li .name::after {
  content: "";
  width: 10.6666666667vw;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -4.6666666667vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .p-footer__list > li .name::after {
    width: 4.8611111111vw;
    bottom: -2.0833333333vw;
  }
}
.p-footer__list > li .desc {
  font-size: 2.6666666667vw;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
  white-space: pre-line;
}
@media screen and (min-width: 1025px) {
  .p-footer__list > li .desc {
    font-size: 1.1805555556vw;
  }
}
.p-footer__logo {
  width: 58.4vw;
}
@media screen and (min-width: 1025px) {
  .p-footer__logo {
    width: 26.3888888889vw;
  }
}
.p-footer__logo > a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .p-footer__logo > a:hover {
    opacity: 0.6;
  }
}
.p-footer__logo > a .icon {
  width: 11.4666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-footer__logo > a .icon {
    width: 5.2083333333vw;
  }
}
.p-footer__logo > a .logo {
  width: 44.2666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-footer__logo > a .logo {
    width: 20vw;
  }
}

@media screen and (min-width: 1025px) {
  .u-hidden-pc {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-hidden-sp {
    display: none !important;
  }
}/*# sourceMappingURL=app.css.map */