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

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

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

[v-cloak] {
  display: none;
}

body {
  font-family: ff-meta-web-pro, sans-serif;
  font-weight: 300;
}

.l-main__top {
  width: 13.3333333333vw;
  aspect-ratio: 1/1;
  position: fixed;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
  z-index: 50;
}
@media screen and (min-width: 1025px) {
  .l-main__top {
    width: 80px;
    right: 2.7777777778vw;
    bottom: 2.7777777778vw;
  }
}
.l-main__top > * {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.6s;
  cursor: pointer;
}
.l-main__top > *:active {
  box-shadow: none;
  transform: translate(3px, 6px);
}
@media screen and (min-width: 1025px) {
  .l-main__top > *:hover {
    box-shadow: none;
    transform: translate(3px, 6px);
  }
}
.l-main__top img {
  width: 5.8666666667vw;
}
@media screen and (min-width: 1025px) {
  .l-main__top img {
    width: 24px;
  }
}

.p-loading {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}

.p-loading__bar {
  width: 100%;
}

.p-firstView {
  padding: 8vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .p-firstView {
    padding: 4.1666666667vw 0;
  }
}
.p-firstView__logo {
  width: 22.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-firstView__logo {
    width: 9.7222222222vw;
  }
}
.p-firstView__top {
  width: 70.9333333333vw;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-firstView__top {
    width: 25vw;
    margin-top: 2.0833333333vw;
  }
}
.p-firstView__title {
  margin-top: 5.3333333333vw;
  color: #000;
  font-size: 7.4666666667vw;
  font-family: schnebel-sans-me, sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 1025px) {
  .p-firstView__title {
    margin-top: 1.3888888889vw;
    font-size: 2.2222222222vw;
  }
}
.p-firstView__desc {
  margin-top: 2.6666666667vw;
  font-size: 2.1333333333vw;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .p-firstView__desc {
    margin-top: 1.0416666667vw;
    font-size: 0.6944444444vw;
  }
}

body {
  font-family: ff-meta-web-pro, sans-serif;
  font-weight: 300;
}

.p-contents {
  margin-top: 18.6666666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .p-contents {
    margin-top: 4.1666666667vw;
  }
}
.p-contents__wrap {
  width: 85.8666666667vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-contents__wrap {
    width: 800px;
    gap: 6px;
  }
}
.p-contents__wrap > li {
  width: 42.2666666667vw;
  transition: all 0.6s;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .p-contents__wrap > li {
    width: 262px;
  }
}
@media screen and (min-width: 1025px) {
  .p-contents__wrap > li:hover {
    opacity: 0.6;
  }
}
.p-contents__wrap > li:active {
  opacity: 0.6;
}
.p-contents__staff {
  width: 85.8666666667vw;
  margin-top: 4vw;
}
@media screen and (min-width: 1025px) {
  .p-contents__staff {
    width: 800px;
    margin-top: 30px;
  }
}
.p-contents__staffTtl {
  font-size: 2.6666666667vw;
  font-family: schnebel-sans-me, sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 1025px) {
  .p-contents__staffTtl {
    font-size: 12px;
  }
}
.p-contents__staffList {
  margin-top: 2.1333333333vw;
  display: flex;
  flex-direction: column;
  gap: 2.1333333333vw;
  font-size: 2.1333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-contents__staffList {
    margin-top: 15px;
    gap: 8px;
    font-size: 10px;
  }
}
.p-contents__all {
  width: 53.3333333333vw;
  aspect-ratio: 200/40;
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-contents__all {
    width: 300px;
    margin-top: 100px;
  }
}
.p-contents__all > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3.7333333333vw;
  font-family: schnebel-sans-me, sans-serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  background-color: #555;
  border: 1px solid #555;
}
@media screen and (min-width: 1025px) {
  .p-contents__all > a {
    font-size: 18px;
  }
}
.p-contents__all > a:active {
  color: #555;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .p-contents__all > a:hover {
    color: #555;
    background-color: #fff;
  }
}

.p-modal {
  width: 100vw;
  height: 100dvh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow-y: scroll;
}
.p-modal__head {
  width: 100%;
  aspect-ratio: 375/50;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 3.7333333333vw;
  font-family: schnebel-sans-me, sans-serif;
  font-weight: 300;
  background-color: #fff;
  box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.16);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 150;
}
@media screen and (min-width: 1025px) {
  .p-modal__head {
    aspect-ratio: 1440/60;
    font-size: 18px;
  }
}
.p-modal__list {
  padding-bottom: 26.6666666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .p-modal__list {
    width: 800px;
    margin-inline: auto;
    padding-bottom: 150px;
  }
}
.p-modal__list > li {
  padding-top: 26.6666666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8vw;
}
@media screen and (min-width: 1025px) {
  .p-modal__list > li {
    padding-top: 150px;
    align-items: flex-end;
    gap: 50px;
  }
}
.p-modal__slide {
  width: 100vw;
}
@media screen and (min-width: 1025px) {
  .p-modal__slide {
    width: 800px;
  }
}
@media screen and (min-width: 1025px) {
  .p-modal__slide .swiper-wrapper {
    gap: 16px;
  }
}
.p-modal__slide .swiper-slide {
  width: 65.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-modal__slide .swiper-slide {
    width: 256px;
  }
}
.p-modal__text {
  width: 85.8666666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-direction: column;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-modal__text {
    width: 380px;
    align-items: flex-end;
    gap: 15px;
  }
}
.p-modal__index {
  width: 100%;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-modal__index {
    font-size: 16px;
  }
}
.p-modal__credit {
  width: 74.6666666667vw;
  display: flex;
  flex-direction: column;
  gap: 1.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-modal__credit {
    width: 350px;
    gap: 10px;
  }
}
.p-modal__credit > li {
  aspect-ratio: 280/20;
}
@media screen and (min-width: 1025px) {
  .p-modal__credit > li {
    aspect-ratio: 350/24;
  }
}
.p-modal__credit > li > * {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-modal__credit .link:active .desc {
  opacity: 0.6;
}
.p-modal__credit .link:active .buy {
  color: #fff;
  background-color: #555;
}
@media screen and (min-width: 1025px) {
  .p-modal__credit .link:hover .desc {
    opacity: 0.6;
  }
  .p-modal__credit .link:hover .buy {
    color: #fff;
    background-color: #555;
  }
}
.p-modal__credit .desc {
  transition: all 0.6s;
}
.p-modal__credit .buy {
  width: 10.6666666667vw;
  aspect-ratio: 40/20;
  padding-bottom: 0.2666666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 2.6666666667vw;
  border: 1px solid #555;
  transition: all 0.6s;
}
@media screen and (min-width: 1025px) {
  .p-modal__credit .buy {
    width: 50px;
    padding-bottom: 1px;
    font-size: 12px;
  }
}
.p-modal__credit .notBuy {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-modal__credit .notBuy {
    font-size: 12px;
  }
}
.p-modal__close {
  width: 13.3333333333vw;
  aspect-ratio: 1/1;
  position: fixed;
  right: 2.6666666667vw;
  bottom: 2.6666666667vw;
  z-index: 150;
}
@media screen and (min-width: 1025px) {
  .p-modal__close {
    width: 80px;
    right: 2.7777777778vw;
    bottom: 2.7777777778vw;
  }
}
.p-modal__close > * {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.6s;
  cursor: pointer;
}
.p-modal__close > *:active {
  box-shadow: none;
  transform: translate(3px, 6px);
}
@media screen and (min-width: 1025px) {
  .p-modal__close > *:hover {
    box-shadow: none;
    transform: translate(3px, 6px);
  }
}
.p-modal__close img {
  width: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-modal__close img {
    width: 1.8055555556vw;
  }
}

.p-footer {
  margin-top: 26.6666666667vw;
  padding-bottom: 8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .p-footer {
    margin-top: 150px;
    padding-bottom: 30px;
  }
}
.p-footer__insta {
  width: 8vw;
}
@media screen and (min-width: 1025px) {
  .p-footer__insta {
    width: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .p-footer__insta > a:hover {
    opacity: 0.6;
  }
}
.p-footer__logo {
  width: 20vw;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-footer__logo {
    width: 120px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .p-footer__logo > a:hover {
    opacity: 0.6;
  }
}
.p-footer__copy {
  margin-top: 8vw;
  display: block;
  font-size: 2.1333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-footer__copy {
    margin-top: 60px;
    font-size: 10px;
  }
}

@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 */