@charset "UTF-8";
/*
=========================================
Animation
=========================================
*/
/*----------------------------
ローディング
----------------------------
#loading {
	width: 100vw;
	height: 100vh;
	background-color: #F5F5F5;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}
#loading img {
	width: 160px;
}

/*
=========================================
UTILITY
=========================================
*/
.spring25 {
  --color: #101010;
  --color-white: #F9F9F9;
  --bgcolor: #101010;
  --bgcolor-white: #F9F9F9;
  --bgcolor-gray: #ebe9e9;
  --bgcolor-new: #F8E6A3;
  --bgcolor-price: #BDDDEE;
  --bgcolor-collabo: #f3e4df;
  --bgcolor-sale: #daeae0;
}

.spring25-mt {
  margin-top: 2rem;
}

.spring25-mt-xs {
  margin-top: 1rem;
}

.spring25-mt-s {
  margin-top: 1rem;
}

.spring25-mt-m {
  margin-top: 2.4rem;
}

.spring25-mt-l {
  margin-top: 4rem;
}

/* PC */
@media (min-width: 768px) {
  .spring25-mt {
    margin-top: 0;
  }
  .spring25-mt-s {
    margin-top: 2rem;
  }
  .spring25-mt-m {
    margin-top: 3.2rem;
  }
  .spring25-mt-l {
    margin-top: 5.6rem;
  }
}
.bg-white {
  background: var(--bgcolor-white);
}

.bg-gray {
  background: var(--bgcolor-gray);
}

.bg-new {
  background: var(--bgcolor-new);
}

.bg-price {
  background: var(--bgcolor-price);
}

.bg-collabo {
  background: var(--bgcolor-collabo);
}

.bg-sale {
  background: var(--bgcolor-sale);
}

.color-white {
  color: var(--color-white);
}

.container {
  padding: 12px;
}

.section-margin {
  margin-top: clamp(3rem, 1.818rem + 5.91vw, 6.25rem);
}

.max-760 {
  width: 100%;
  max-width: 760px;
  margin-inline: auto;
}

.max-480 {
  width: 100%;
  max-width: 480px;
  margin-inline: auto;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.flex {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .collaborations-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .collaborations-sp {
    display: none;
  }
}
.img-radius {
  border-radius: 8px;
}

.font-small {
  font-size: 0.8em;
}

.fa-arrow-right, .fa-circle-arrow-right {
  margin-left: 0.4em;
  font-size: 1.1rem;
}

.fa-caret-down, .fa-circle-chevron-right {
  margin-right: 0.4em;
  font-size: 0.9rem;
}

/*
=========================================
Base_Layout
=========================================
*/
::-moz-selection {
  background: #303030;
  color: #FAF9F7;
}
::selection {
  background: #303030;
  color: #FAF9F7;
}

/*
=========================================
CONTENTS
=========================================
*/
.spring25 {
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  overflow-wrap: anywhere;
  word-break: initial;
  line-break: strict;
  overflow-wrap: anywhere;
  -webkit-hyphens: auto;
          hyphens: auto;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  font-family: "YakuHanRPs", "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.01em;
}

.spring25__h {
  line-height: 1;
}
.spring25-index__h {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  line-height: 1.2;
  letter-spacing: 0;
}
.spring25__h3 {
  font-size: clamp(2.5rem, 1.955rem + 2.73vw, 4rem);
  letter-spacing: 0.05em;
}
.spring25__h4 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}
.spring25__h5 {
  margin-top: 0.25em;
  font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  line-height: 1.2;
}

@media (min-width: 768px) {
  .spring25__h3 {
    text-align: left;
  }
  .spring25__h3--before {
    padding: 0.3em 1.5em;
    display: block;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.spring25-mv {
  position: relative;
}
.spring25-mv__h2 {
  width: 95%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
.spring25-mv__h2--before {
  width: 80%;
  margin-bottom: 0.5em;
}
.spring25-mv__img {
  margin-top: -6%;
}

/* PC */
@media (min-width: 768px) {
  .spring25-mv__h2 {
    width: 80%;
  }
  .spring25-mv__h2--before {
    width: 60%;
    margin-bottom: 1em;
  }
}
.spring25-index__body {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}
.spring25-index img {
  margin-bottom: 0.5em;
}
.spring25-index__txt {
  font-size: 0.875rem;
}

/* PC */
@media (min-width: 768px) {
  .spring25-index__body {
    grid-template-columns: repeat(4, 1fr);
  }
}
.spring25-txt {
  font-size: 1rem;
  letter-spacing: -0.03em;
  line-height: 1.6;
}

.spring25-present {
  padding: 2rem 1rem;
}
.spring25-present__h {
  text-align: center;
  font-size: clamp(2rem, 1.636rem + 1.82vw, 3rem);
  letter-spacing: 0.05em;
}
.spring25-present__body {
  display: grid;
  grid-template-columns: 1fr;
}

/* PC */
@media (min-width: 768px) {
  .spring25-present {
    padding: 2.4rem 1rem 2.4rem 2rem;
  }
  .spring25-present__h {
    text-align: left;
  }
  .spring25-present__body {
    grid-template-columns: 1fr 1.6fr;
    gap: 16px;
  }
}
.spring25-category {
  padding: 2rem 1rem;
  display: grid;
  grid-template-columns: 1fr;
}
.spring25-category__cards {
  display: grid;
  gap: 8px;
}
.spring25-category__cards--col2 {
  grid-template-columns: repeat(2, 1fr);
}
.spring25-category__cards--col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
.spring25-category__item--price {
  padding: 1.4rem 1rem;
  background: var(--bgcolor-white);
  border-radius: 12px;
}

/* PC */
@media (min-width: 768px) {
  .spring25-category {
    grid-template-columns: minmax(180px, 1fr) 3fr;
    gap: 40px;
    padding: 2.4rem 1rem 2.4rem 2rem;
  }
}
.spring25__btn {
  padding: 1em 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bgcolor);
  border: 2px solid var(--bgcolor);
  border-radius: 40px;
}
.spring25__btn--txt {
  color: var(--color-white);
  font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem);
  letter-spacing: 0;
}

.spring25-present__btn {
  padding: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bgcolor);
  border: 2px solid var(--bgcolor);
  border-radius: 40px;
}
.spring25-present__btn--txt {
  color: var(--color-white);
  font-size: 0.875rem;
  letter-spacing: 0;
}

/*
=========================================
TOPへ
=========================================
*/
#page-top {
  position: fixed;
  bottom: 16px;
  right: 0;
  font-size: 2rem;
  line-height: 1;
  z-index: 99;
}

#page-top a {
  display: block;
  color: #bfbfbf;
  text-align: center;
  opacity: 0.9;
  transition: all 0.3s ease;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.5;
}

/* PC */
@media (min-width: 768px) {
  #page-top {
    bottom: 24px;
    right: 10px;
  }
}/*# sourceMappingURL=spring_style.css.map */