@charset "UTF-8";
.sclooll_navArea {
  position: fixed;
  right: 4%;
  bottom: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  writing-mode: vertical-rl;
  font-family: miller-banner, serif;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .sclooll_navArea {
    right: 100%;
    left: 7%;
  }
}
.sclooll_navArea #scloll_nav {
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 150px;
}
.sclooll_navArea #scloll_nav.on .scloll {
  transform: rotateY(-90deg) translateX(-100%);
}
.sclooll_navArea #scloll_nav.on .pagetop {
  transform: rotateY(0) translateX(0);
}
.sclooll_navArea #scloll_nav .scloll {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  transform-origin: left center;
  transition: transform 0.3s ease 0s;
  transform: rotateY(0) translateX(0);
}
.sclooll_navArea #scloll_nav .scloll p {
  font-size: 3rem;
  margin: 0 0 1em 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .sclooll_navArea #scloll_nav .scloll p {
    font-size: 1.3rem;
  }
}
.sclooll_navArea #scloll_nav .scloll span {
  overflow: hidden;
  position: relative;
  width: 9px;
  height: 170px;
}
.sclooll_navArea #scloll_nav .scloll span::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0;
  width: 1px;
  height: 115px;
  background: #fff;
  animation: lineAniTop 1.5s cubic-bezier(0.45, 0.05, 0.3, 0.93) 1s infinite;
}
.sclooll_navArea #scloll_nav .pagetop {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  transform-origin: left center;
  transition: transform 0.3s ease 0s;
  transform: rotateY(-90deg) translateX(-100%);
}
@media (any-hover: hover) {
  .sclooll_navArea #scloll_nav .pagetop:hover span {
    transform: translate(0, -5px);
  }
}
.sclooll_navArea #scloll_nav .pagetop span {
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #838890;
  margin-bottom: 1em;
  transition: all 0.5s;
}
.sclooll_navArea #scloll_nav .pagetop a {
  font-size: 3rem;
  color: #838890;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .sclooll_navArea #scloll_nav .pagetop a {
    font-size: 1.3rem;
  }
}
@keyframes lineAniTop {
  0% {
    transform: scaleY(0);
    transform-origin: center top;
  }
  30% {
    transform: scaleY(1);
    transform-origin: center top;
  }
  30.001% {
    transform: scaleY(1);
    transform-origin: center bottom;
  }
  60% {
    transform: scaleY(0);
    transform-origin: center bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: center bottom;
  }
}

/*=============================*/
/* spring */
/*=============================*/
.collection {
  overflow: hidden;
  font-weight: 500;
  color: #000000;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .collection {
    font-size: 2rem;
  }
}
.collection img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.collection .backGroundColor {
  background-color: #ffffff;
}
.collection h1.kv {
  flex-direction: column;
  align-items: stretch;
  height: auto;
  margin-bottom: 6rem;
  background: #e8e7ed;
  position: relative;
  z-index: 1;
}
.collection h1.kv img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .collection h1.kv {
    margin-bottom: 8rem;
  }
}
.collection .main_lead,
.collection .lead {
  font-family: "Prata", serif;
  font-style: normal;
  text-align: center;
  font-size: 2.2rem;
  line-height: 3.5rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .collection .main_lead,
  .collection .lead {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.collection .main_lead {
  padding-top: 3rem;
  line-height: 4.5rem;
}
.collection .itemArea {
  padding-bottom: 10rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea {
    padding-bottom: 20rem;
  }
}
.collection .itemArea .inner {
  max-width: 100%;
  padding: 0 0 9.5rem 0;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner {
    margin: 0 auto;
    max-width: 1100px;
  }
}
.collection .itemArea .inner .item {
  margin-top: 10rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item {
    margin-top: 9rem;
  }
}
.collection .itemArea .inner .item + .item {
  margin-top: 35rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item + .item {
    margin-top: 50rem;
  }
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item .detail {
    margin-left: 0;
  }
}
.collection .itemArea .inner .item .detail h3 {
  font-size: 2.6rem;
  font-family: "Prata", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: left;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item .detail h3 {
    font-size: 2rem;
  }
}
.collection .itemArea .inner .item p[class*="itemPic"]:nth-of-type(1) {
  margin-top: 0;
}
.collection .itemArea .inner .item p[class*="itemPic"] {
  margin-top: 20rem;
}
.collection .itemArea .inner .item ._textLeft {
  text-align: left;
}
.collection .itemArea .inner .item.item01 {
  margin-top: 15rem;
}
.collection .itemArea .inner .item.item01 .itemBox {
  position: relative;
  z-index: 0;
}
.collection .itemArea .inner .item.item01 .itemBox::before {
  content: "";
  width: 156.33905px;
  height: 629.14005px;
  background-image: url("/base/pc/store/special/salonlechic/2026ss/img/spring/2026spring_bk01_sp.webp");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: -51rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item01 .itemBox::before {
    width: 312.6781px;
    height: 1258.2801px;
    background-image: url("/base/pc/store/special/salonlechic/2026ss/img/spring/2026spring_bk01_pc.webp");
  }
}
.collection .itemArea .inner .item.item01 .itemBox .itemPic01 {
  max-width: 231.7664px;
  margin-left: 7.6rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item01 .itemBox .itemPic01 {
    max-width: 463.5328px;
  }
}
.collection .itemArea .inner .item.item01 .itemBox .itemPic01::after {
  content: "";
  width: 115px;
  aspect-ratio: 1/1;
  background-image: url("/base/pc/store/special/salonlechic/2026ss/img/spring/2026spring_bk02_sp.webp");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: -18%;
  bottom: -10%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item01 .itemBox .itemPic01::after {
    width: 229.7747px;
    background-image: url("/base/pc/store/special/salonlechic/2026ss/img/spring/2026spring_bk02_pc.webp");
  }
}
.collection .itemArea .inner .item.item01 .itemBox .itemPic02 {
  max-width: 201.51265px;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item01 .itemBox .itemPic02 {
    max-width: 403.0253px;
    margin: 0 auto;
    position: absolute;
    left: 49%;
    top: 50%;
    transform: translateX(-50%);
  }
}
.collection .itemArea .inner .item.item01 .itemBox .flxBox {
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item01 .itemBox .flxBox {
    align-items: center;
  }
}
.collection .itemArea .inner .item.item01 .itemBox .detail {
  position: absolute;
  left: 4.4rem;
  bottom: -12rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item01 .itemBox .detail {
    left: 53%;
    bottom: 50%;
    transform: translateY(-30%);
  }
}
.collection .itemArea .inner .item.item02 .itemBox {
  position: relative;
  z-index: 0;
}
.collection .itemArea .inner .item.item02 .itemBox::before {
  content: "";
  width: 374.91505px;
  height: 612.96975px;
  background-image: url("/base/pc/store/special/salonlechic/2026ss/img/spring/2026spring_bk03_sp.webp");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -6rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item02 .itemBox::before {
    width: 1100.0928px;
    height: 1309.6756px;
    background-image: url("/base/pc/store/special/salonlechic/2026ss/img/spring/2026spring_bk03_pc.webp");
    top: -4rem;
  }
}
.collection .itemArea .inner .item.item02 .itemBox .itemPic01 {
  max-width: 294.22105px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item02 .itemBox .itemPic01 {
    max-width: 529.9774px;
  }
}
.collection .itemArea .inner .item.item02 .itemBox .itemPic02 {
  max-width: 199.69295px;
  margin: 5.4rem auto 0;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item02 .itemBox .itemPic02 {
    max-width: 352.0748px;
    margin: 0;
  }
}
.collection .itemArea .inner .item.item02 .itemBox .detail {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item02 .itemBox .detail {
    margin: 0;
  }
}
.collection .itemArea .inner .item.item02 .itemBox .flxBox {
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item02 .itemBox .flxBox {
    flex-direction: row;
    align-items: flex-start;
    gap: 49px;
    justify-content: center;
    margin-top: 5.5rem;
  }
}
.collection .itemArea .inner .item.item03.item {
  margin-top: 19rem;
}
.collection .itemArea .inner .item.item03 .itemBox .itemPic01 {
  max-width: 399.08795px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item03 .itemBox .itemPic01 {
    max-width: 1100.1856px;
  }
}
.collection .itemArea .inner .item.item03 .itemBox .itemPic02 {
  max-width: 256.25595px;
  margin-left: auto;
  margin-right: auto;
}
.collection .itemArea .inner .item.item03 .itemBox .itemPic02::after {
  content: "";
  display: block;
  width: 253.2648px;
  height: 147.0237px;
  background-image: url("/base/pc/store/special/salonlechic/2026ss/img/spring/2026spring_bk05_sp.webp");
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -7%;
  transform: translateX(-20%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item03 .itemBox .itemPic02::after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item03 .itemBox .itemPic02 {
    max-width: 545.161px;
    margin-right: 6rem;
    margin-left: 0;
  }
}
.collection .itemArea .inner .item.item03 .itemBox h3,
.collection .itemArea .inner .item.item03 .itemBox .detail {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item03 .itemBox h3,
  .collection .itemArea .inner .item.item03 .itemBox .detail {
    text-align: left;
    margin-right: 0;
  }
  .collection .itemArea .inner .item.item03 .itemBox h3 .lead,
  .collection .itemArea .inner .item.item03 .itemBox .detail .lead {
    text-align: left;
  }
}
.collection .itemArea .inner .item.item03 .itemBox .flxBox {
  flex-direction: column-reverse;
  margin-top: 5.4rem;
  gap: 9rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item03 .itemBox .flxBox {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
    justify-content: center;
  }
  .collection .itemArea .inner .item.item03 .itemBox .flxBox .detail {
    padding-left: 2rem;
  }
}
.collection .itemArea .inner .item.item04 {
  position: relative;
  z-index: 0;
}
.collection .itemArea .inner .item.item04.item {
  margin-top: 19rem;
}
.collection .itemArea .inner .item.item04 .itemBox::before {
  content: "";
  width: 170.69965px;
  height: 996.56405px;
  background-image: url("/base/pc/store/special/salonlechic/2026ss/img/spring/2026spring_bk06_sp.webp");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: -7rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item04 .itemBox::before {
    width: 341.3993px;
    height: 1087.4134px;
    background-image: url("/base/pc/store/special/salonlechic/2026ss/img/spring/2026spring_bk01_pc.webp");
    top: 0;
    transform: translateY(-5%);
  }
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item04 .itemBox {
    margin-left: 9.8rem;
    margin-right: 9.8rem;
  }
}
.collection .itemArea .inner .item.item04 .itemBox .itemPic01 {
  max-width: 231.7552px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item04 .itemBox .itemPic01 {
    max-width: 927.0207px;
  }
}
.collection .itemArea .inner .item.item04 .itemBox .detail {
  width: 65%;
  margin: 4rem auto 0;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item04 .itemBox .detail {
    margin-left: 29rem;
  }
}
.collection .itemArea .inner .item .flxBox {
  display: flex;
  align-items: start;
  justify-content: start;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item .flxBox {
    align-items: end;
  }
}
.collection .itemArea .inner .item.item05.item {
  margin-top: 19rem;
}
.collection .itemArea .inner .item.item05 .itemBox .itemPic01 {
  max-width: 374.7894px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item05 .itemBox .itemPic01 {
    max-width: 704.2244px;
  }
}
.collection .itemArea .inner .item.item05 .itemBox .detail {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item05 .itemBox .detail {
    margin: 2.8rem;
  }
}
.collection .itemArea .inner .item.item05 .itemBox .detail h3 {
  text-align: center;
}
.collection .itemArea .inner .item.item06.item {
  margin-top: 19rem;
}
.collection .itemArea .inner .item.item06 .itemBox {
  position: relative;
  z-index: 0;
}
.collection .itemArea .inner .item.item06 .itemBox::before {
  content: "";
  width: 170.69965px;
  height: 834.5951px;
  background-image: url("/base/pc/store/special/salonlechic/2026ss/img/spring/2026spring_bk07_sp.webp");
  background-repeat: no-repeat;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-28%);
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item06 .itemBox::before {
    width: 341.3993px;
    height: 909.8024px;
    background-image: url("/base/pc/store/special/salonlechic/2026ss/img/spring/2026spring_bk07_pc.webp");
  }
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item06 .itemBox {
    width: 100%;
  }
}
.collection .itemArea .inner .item.item06 .itemBox .itemPic01 {
  max-width: 270.4788px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item06 .itemBox .itemPic01 {
    max-width: 1100.1856px;
  }
}
.collection .itemArea .inner .item.item06 .itemBox .detail {
  margin: 3rem auto 0;
  width: 73%;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item06 .itemBox .detail {
    margin-top: 4.5rem;
  }
}
.collection .cautionWrap {
  background-color: #fff;
  margin: 5rem;
}
@media screen and (min-width: 768px) {
  .collection .cautionWrap {
    margin-left: 11rem;
  }
}
.collection .caution {
  max-width: 78rem;
}
@media screen and (min-width: 768px) {
  .collection .caution {
    max-width: 100%;
  }
}
.collection .caution li {
  line-height: 2.9rem;
}
@media screen and (min-width: 768px) {
  .collection .caution li {
    font-size: 1.4rem;
    line-height: 3rem;
  }
}
.collection .effFIU {
  opacity: 0;
}
.collection .effFIU.effanm {
  animation: effFIU 1.5s both;
}
.collection {
  /*下から上へフェードイン*/
}
@keyframes effFIU {
  0% {
    opacity: 0;
    transform: translate3d(0, 25px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
} /*# sourceMappingURL=2026spring.css.map */
