/***
    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.2vw;
  letter-spacing: 0;
  line-height: 1;
  background-color: #183184;
  overflow-x: clip;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 1.7361111111vw;
  }
}

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

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

[v-cloak] {
  display: none;
}

body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
}

.p-firstView__inner {
  overflow: hidden;
}
.p-firstView__top {
  aspect-ratio: 750/312;
  padding: 2.4vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .p-firstView__top {
    aspect-ratio: 1440/373;
    padding: 1.5277777778vw 0;
  }
}
.p-firstView__top .demand {
  width: 29.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-firstView__top .demand {
    width: 18.4027777778vw;
  }
}
.p-firstView__top .bestforwear {
  width: 62.1333333333vw;
  margin-top: 3.2vw;
}
@media screen and (min-width: 1025px) {
  .p-firstView__top .bestforwear {
    width: 38.75vw;
    margin-top: 2.0833333333vw;
  }
}
.p-firstView__title {
  width: fit-content;
  height: 22.4vw;
  margin-top: 2.6666666667vw;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .p-firstView__title {
    width: 62.5vw;
    height: 13.8888888889vw;
    margin-top: 1.6666666667vw;
  }
}
.p-firstView__title > span:not(:nth-child(5), :nth-child(8)) {
  margin-right: 1.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-firstView__title > span:not(:nth-child(5), :nth-child(8)) {
    margin-right: 1.0416666667vw;
  }
}
.p-firstView__title > span > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-firstView__image {
  background-color: #fff;
  position: relative;
}
.p-firstView__image .unionmade {
  width: 73.8666666667vw;
  position: absolute;
  top: 1.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .p-firstView__image .unionmade {
    width: 45.9722222222vw;
    top: 0.9722222222vw;
  }
}

.p-about {
  padding: 8vw 0 10.6666666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .p-about {
    padding: 4.5833333333vw 0 4.1666666667vw;
  }
}
.p-about__logo {
  width: 53.8666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-about__logo {
    width: 27.9861111111vw;
  }
}
.p-about__season {
  margin-top: 1.3333333333vw;
  font-size: 2.9333333333vw;
  font-family: field-gothic-wide, sans-serif;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 1025px) {
  .p-about__season {
    margin-top: 0.8333333333vw;
    font-size: 1.5277777778vw;
  }
}
.p-about__text {
  margin-top: 4vw;
  font-size: 2.6666666667vw;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1025px) {
  .p-about__text {
    width: 45.1388888889vw;
    margin-top: 2.0833333333vw;
    font-size: 1.1805555556vw;
  }
}

body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
}

.p-contents {
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  .p-contents__wrap {
    aspect-ratio: 1440/3235;
    position: relative;
  }
  .p-contents__wrap > *:nth-child(1) {
    top: 0;
    left: 0;
  }
  .p-contents__wrap > *:nth-child(2) {
    top: 0;
    right: 0;
  }
  .p-contents__wrap > *:nth-child(3) {
    top: 26.6666666667vw;
    right: 0;
  }
  .p-contents__wrap > *:nth-child(4) {
    top: 60vw;
    left: 0;
  }
  .p-contents__wrap > *:nth-child(5) {
    top: 86.6666666667vw;
    left: 0;
  }
  .p-contents__wrap > *:nth-child(6) {
    top: 77.9861111111vw;
    right: 0;
  }
  .p-contents__wrap > *:nth-child(7) {
    bottom: 60vw;
    right: 0;
  }
  .p-contents__wrap > *:nth-child(8) {
    bottom: 47.9861111111vw;
    left: 0;
  }
  .p-contents__wrap > *:nth-child(9) {
    right: 0;
    bottom: 0;
  }
  .p-contents__wrap > *:nth-child(10) {
    bottom: 0;
    left: 0;
  }
}
.p-contents__look {
  position: relative;
  cursor: pointer;
  transition: all 0.6s;
}
.p-contents__look:hover {
  opacity: 0.6;
}
@media screen and (min-width: 1025px) {
  .p-contents__look {
    width: 50%;
    position: absolute;
  }
}
.p-contents__look .tag {
  padding: 0.8vw 1.6vw 0.5333333333vw;
  font-family: garamond-premier-pro-subhead, serif;
  font-weight: 400;
  background-color: #183184;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .p-contents__look .tag {
    padding: 0.3472222222vw 0.8333333333vw 0.1388888889vw;
  }
}
.p-contents__look .check {
  width: 52.2666666667vw;
  aspect-ratio: 393/51;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  background-image: url(../images/contents/arrow.png);
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .p-contents__look .check {
    width: 26.1805555556vw;
    font-size: 1.3888888889vw;
  }
}
.p-contents__look.look-1 .tag:nth-of-type(1) {
  top: 40.2666666667vw;
  left: 5.6vw;
}
@media screen and (min-width: 1025px) {
  .p-contents__look.look-1 .tag:nth-of-type(1) {
    top: 20.1388888889vw;
    left: 2.7777777778vw;
  }
}
.p-contents__look.look-1 .tag:nth-of-type(2) {
  top: 65.8666666667vw;
  left: 9.0666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-contents__look.look-1 .tag:nth-of-type(2) {
    top: 32.9166666667vw;
    left: 4.5833333333vw;
  }
}
.p-contents__look.look-1 .tag:nth-of-type(3) {
  top: 37.8666666667vw;
  right: 16.5333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-contents__look.look-1 .tag:nth-of-type(3) {
    top: 18.9583333333vw;
    right: 8.3333333333vw;
  }
}
.p-contents__look.look-1 .tag:nth-of-type(4) {
  top: 72vw;
  right: 4vw;
}
@media screen and (min-width: 1025px) {
  .p-contents__look.look-1 .tag:nth-of-type(4) {
    top: 36.1111111111vw;
    right: 2.0833333333vw;
  }
}
.p-contents__look.look-1 .check {
  bottom: 7.7333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-contents__look.look-1 .check {
    bottom: 3.8194444444vw;
  }
}
.p-contents__look.look-2 .tag:nth-of-type(1) {
  top: 32.2666666667vw;
  right: 5.0666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-contents__look.look-2 .tag:nth-of-type(1) {
    top: 16.1805555556vw;
    right: 2.5vw;
  }
}
.p-contents__look.look-2 .check {
  bottom: 5.8666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-contents__look.look-2 .check {
    bottom: 2.3611111111vw;
  }
}
.p-contents__look.look-3 .tag:nth-of-type(1) {
  top: 26.6666666667vw;
  left: 4.2666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-contents__look.look-3 .tag:nth-of-type(1) {
    top: 13.3333333333vw;
    left: 2.0833333333vw;
  }
}
.p-contents__look.look-3 .tag:nth-of-type(2) {
  top: 43.4666666667vw;
  right: 9.8666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-contents__look.look-3 .tag:nth-of-type(2) {
    top: 21.6666666667vw;
    right: 5vw;
  }
}
.p-contents__look.look-3 .check {
  bottom: 7.7333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-contents__look.look-3 .check {
    bottom: 3.8194444444vw;
  }
}
.p-contents__look.look-4 .tag:nth-of-type(1) {
  top: 57.6vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .p-contents__look.look-4 .tag:nth-of-type(1) {
    top: 28.75vw;
  }
}
.p-contents__look.look-4 .check {
  bottom: 8.8vw;
}
@media screen and (min-width: 1025px) {
  .p-contents__look.look-4 .check {
    bottom: 4.4444444444vw;
  }
}
.p-contents__look.look-5 .tag:nth-of-type(1) {
  top: 18.4vw;
  right: 16vw;
}
@media screen and (min-width: 1025px) {
  .p-contents__look.look-5 .tag:nth-of-type(1) {
    top: 9.2361111111vw;
    right: 8.0555555556vw;
  }
}
.p-contents__look.look-5 .tag:nth-of-type(2) {
  top: 22.6666666667vw;
  right: 5.6vw;
}
@media screen and (min-width: 1025px) {
  .p-contents__look.look-5 .tag:nth-of-type(2) {
    top: 11.3888888889vw;
    right: 2.7777777778vw;
  }
}
.p-contents__look.look-5 .check {
  bottom: 8.8vw;
}
@media screen and (min-width: 1025px) {
  .p-contents__look.look-5 .check {
    bottom: 4.4444444444vw;
  }
}
.p-contents__look.look-6 .tag:nth-of-type(1) {
  top: 44.5333333333vw;
  left: 12vw;
}
@media screen and (min-width: 1025px) {
  .p-contents__look.look-6 .tag:nth-of-type(1) {
    top: 22.2916666667vw;
    left: 6.0416666667vw;
  }
}
.p-contents__look.look-6 .check {
  bottom: 8.8vw;
}
@media screen and (min-width: 1025px) {
  .p-contents__look.look-6 .check {
    bottom: 4.4444444444vw;
  }
}
@media screen and (min-width: 1025px) {
  .p-contents__photo {
    width: 50%;
    position: absolute;
  }
}

.p-modal {
  width: 100vw;
  height: 100vh;
  padding: 4.8vw 4vw 21.3333333333vw;
  background-color: #C30D23;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow-y: scroll;
}
@media screen and (min-width: 1025px) {
  .p-modal {
    padding: 2.5vw 0 5.2083333333vw;
  }
}
.p-modal__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .p-modal__inner {
    width: 47.9166666667vw;
    margin-inline: auto;
  }
}
.p-modal__images {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4vw;
}
@media screen and (min-width: 1025px) {
  .p-modal__images {
    gap: 2.0833333333vw;
  }
}
.p-modal__images .image {
  position: sticky;
  top: 0;
  left: 0;
}
.p-modal__credit {
  width: 100%;
  margin-top: 11.2vw;
  display: flex;
  flex-direction: column;
  gap: 9.0666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-modal__credit {
    margin-top: 5.9027777778vw;
    gap: 4.7222222222vw;
  }
}
.p-modal__creditWrap {
  display: flex;
  flex-direction: column;
  gap: 1.6vw;
}
@media screen and (min-width: 1025px) {
  .p-modal__creditWrap {
    gap: 0.9722222222vw;
  }
}
.p-modal__creditWrap .title {
  padding-bottom: 0.5333333333vw;
  font-family: garamond-premier-pro-caption, serif;
  font-weight: 500;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 1025px) {
  .p-modal__creditWrap .title {
    padding-bottom: 0.1388888889vw;
  }
}
.p-modal__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4.8vw 3.4666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-modal__list {
    gap: 2.5vw 1.8055555556vw;
  }
}
.p-modal__list > li {
  width: 27.2vw;
}
@media screen and (min-width: 1025px) {
  .p-modal__list > li {
    width: 14.1666666667vw;
  }
}
.p-modal__list > li > a:hover {
  opacity: 0.6;
}
.p-modal__list > li .text {
  font-size: 2.6666666667vw;
  font-family: garamond-premier-pro-caption, serif;
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 1025px) {
  .p-modal__list > li .text {
    font-size: 1.5972222222vw;
  }
}
.p-modal__list > li .text.text {
  margin-top: 0.8vw;
}
@media screen and (min-width: 1025px) {
  .p-modal__list > li .text.text {
    margin-top: 0.2083333333vw;
  }
}
.p-modal__list > li .buy {
  width: 100%;
  aspect-ratio: 204/60;
  margin-top: 1.6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  background-color: #fff;
  transition: all 0.6s;
}
@media screen and (min-width: 1025px) {
  .p-modal__list > li .buy {
    margin-top: 0.9722222222vw;
  }
}
.p-modal__list > li .buy.is-antiWarp {
  color: #fff;
  background-color: #183184;
}
.p-modal__close {
  width: 34.6666666667vw;
  aspect-ratio: 260/60;
  margin-top: 12.8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 3.4666666667vw;
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
  transition: all 0.6s;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .p-modal__close {
    width: 18.0555555556vw;
    margin-top: 6.5972222222vw;
    font-size: 1.3888888889vw;
  }
}
.p-modal__close::before {
  content: "";
  width: 9.0666666667vw;
  aspect-ratio: 68/8;
  background-image: url(../images/modal/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -5.3333333333vw;
  transform: translateY(-50%);
  transition: all 0.6s;
}
@media screen and (min-width: 1025px) {
  .p-modal__close::before {
    width: 4.7222222222vw;
    left: -2.7777777778vw;
  }
}
.p-modal__close:hover {
  color: #fff;
  background-color: #000;
}
.p-modal__close:hover::before {
  transform: translate(-50%, -50%);
}

.p-footer {
  aspect-ratio: 750/744;
  padding-top: 22.9333333333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url(../images/footer/bg-sp.jpg);
  background-size: contain;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-footer {
    aspect-ratio: 1440/502;
    padding-top: 7.0833333333vw;
    background-image: url(../images/footer/bg-pc.jpg);
  }
}
.p-footer__logo {
  width: 46.6666666667vw;
}
@media screen and (min-width: 1025px) {
  .p-footer__logo {
    width: 24.3055555556vw;
  }
}
.p-footer__season {
  margin-top: 1.3333333333vw;
  font-size: 2.6666666667vw;
  font-family: field-gothic-wide, sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1025px) {
  .p-footer__season {
    margin-top: 0.8333333333vw;
    font-size: 1.3194444444vw;
    letter-spacing: 0.08em;
  }
}
.p-footer__link {
  width: 53.6vw;
  aspect-ratio: 402/90;
  margin-top: 10.1333333333vw;
}
@media screen and (min-width: 1025px) {
  .p-footer__link {
    width: 27.9166666667vw;
    margin-top: 3.125vw;
  }
}
.p-footer__link > a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 4.5333333333vw;
  font-family: garamond-premier-pro-caption, serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  background-color: #183184;
  border: 1px solid #183184;
}
@media screen and (min-width: 1025px) {
  .p-footer__link > a {
    font-size: 2.3611111111vw;
  }
}
.p-footer__link > a:hover {
  color: #183184;
  background-color: #fff;
}
.p-footer__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: firelli-variable, sans-serif;
  font-variation-settings: "wght" 400;
  position: absolute;
  bottom: 5.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .p-footer__copy {
    bottom: 2.0833333333vw;
  }
}
.p-footer__copy .brand {
  font-size: 3.2vw;
}
@media screen and (min-width: 1025px) {
  .p-footer__copy .brand {
    font-size: 1.7361111111vw;
  }
}
.p-footer__copy .small {
  font-size: 1.6vw;
}
@media screen and (min-width: 1025px) {
  .p-footer__copy .small {
    font-size: 0.7638888889vw;
  }
}

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