@charset "UTF-8";
.sclooll_navArea {
  position: fixed;
  right: 4%;
  bottom: 0;
  z-index: 20;
  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 */
/*=============================*/
.parallax-section {
  background-image: url(/base/pc/store/special/salonlechic/2026ss/img/summer/2026summer_bk_sp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (min-width: 768px) {
  .parallax-section {
    background-image: url(/base/pc/store/special/salonlechic/2026ss/img/summer/2026summer_bk_pc.webp);
  }
}

.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 h1.kv {
  flex-direction: column;
  align-items: stretch;
  height: auto;
  margin-bottom: 6rem;
  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;
}
@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;
  position: relative;
}
.collection .itemArea .inner .item.item01 .itemBox .itemPic01 {
  max-width: 275.0464px;
  margin-left: 3.5rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item01 .itemBox .itemPic01 {
    max-width: 480px;
    margin-left: 8rem;
  }
}
.collection .itemArea .inner .item.item01 .itemBox .itemPic02 {
  max-width: 169.112px;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item01 .itemBox .itemPic02 {
    max-width: 306.3228px;
  }
}
.collection .itemArea .inner .item.item01 .itemBox .flxBox {
  margin-top: 2rem;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item01 .itemBox .flxBox {
    margin-top: 0;
    flex-direction: column;
    gap: 4rem;
    margin-right: 8rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-25%);
  }
}
.collection .itemArea .inner .item.item01 .itemBox .detail {
  margin-top: 12rem;
  margin-left: 4rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item01 .itemBox .detail {
    margin-top: 0;
    margin-left: 0;
  }
}
.collection .itemArea .inner .item.item02 .itemBox .itemPic01 {
  max-width: 291.91155px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item02 .itemBox .itemPic01 {
    max-width: 703.3882px;
    margin-left: 5rem;
    margin-right: auto;
  }
}
.collection .itemArea .inner .item.item02 .itemBox .itemPic02 {
  max-width: 291.91155px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item02 .itemBox .itemPic02 {
    max-width: 460px;
    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-left: 0;
  }
  .collection .itemArea .inner .item.item02 .itemBox .detail .lead {
    text-align: left;
  }
}
.collection .itemArea .inner .item.item02 .itemBox .detail h3 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item02 .itemBox .detail h3 {
    text-align: left;
  }
}
.collection .itemArea .inner .item.item02 .itemBox .flxBox {
  flex-direction: column;
  gap: 16px;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item02 .itemBox .flxBox {
    flex-direction: row-reverse;
    margin-left: 8.7rem;
    margin-right: 7.5rem;
    transform: translateY(-43%);
  }
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item03.item {
    margin-top: 0;
  }
}
.collection .itemArea .inner .item.item03 .itemBox .itemPic01 {
  max-width: 223.9935px;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item03 .itemBox .itemPic01 {
    max-width: 920.5787px;
    margin: 0 auto;
  }
}
.collection .itemArea .inner .item.item03 .itemBox .itemPic02 {
  max-width: 223.9935px;
  margin-right: 0;
  margin-left: auto;
}
@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 .detail {
    margin-top: 3rem;
  }
}
.collection .itemArea .inner .item.item03 .itemBox .flxBox {
  flex-direction: column;
  margin-top: 5.4rem;
  position: relative;
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item04.item {
    margin-top: 25.8rem;
  }
}
.collection .itemArea .inner .item.item04 .itemBox .itemPic01 {
  max-width: 322.8062px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item04 .itemBox .itemPic01 {
    max-width: 703.3882px;
    margin-right: 8rem;
    margin-left: auto;
  }
}
.collection .itemArea .inner .item.item04 .itemBox .itemPic02 {
  max-width: 240px;
  margin-left: 0;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item04 .itemBox .itemPic02 {
    max-width: 460px;
    margin-left: auto;
    margin-right: 0;
  }
}
.collection .itemArea .inner .item.item04 .itemBox .detail {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item04 .itemBox .detail {
    margin-left: 0;
  }
  .collection .itemArea .inner .item.item04 .itemBox .detail .lead {
    text-align: left;
  }
}
.collection .itemArea .inner .item.item04 .itemBox .detail h3 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item04 .itemBox .detail h3 {
    text-align: left;
  }
}
.collection .itemArea .inner .item.item04 .itemBox .flxBox {
  flex-direction: column;
  margin-top: 5.4rem;
  gap: 5rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item04 .itemBox .flxBox {
    flex-direction: row;
    gap: 11.7rem;
    margin-top: 0;
    transform: translateY(-33%);
  }
}
.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;
  }
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item05.item {
    margin-top: 2rem;
  }
}
.collection .itemArea .inner .item.item05 .itemBox .itemPic01 {
  max-width: 298.39685px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item05 .itemBox .itemPic01 {
    max-width: 703.3882px;
  }
}
.collection .itemArea .inner .item.item05 .itemBox .itemPic02 {
  max-width: 298.39685px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item05 .itemBox .itemPic02 {
    max-width: 703.3882px;
  }
}
.collection .itemArea .inner .item.item05 .itemBox .detail {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item05 .itemBox .detail {
    margin-top: 4rem;
  }
}
.collection .itemArea .inner .item.item05 .itemBox .detail h3 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item06.item {
    margin-top: 25.8rem;
  }
}
.collection .itemArea .inner .item.item06 .itemBox .itemPic01 {
  max-width: 267.2932px;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item06 .itemBox .itemPic01 {
    max-width: 920px;
    margin: 0 auto;
  }
}
.collection .itemArea .inner .item.item06 .itemBox .itemPic02 {
  max-width: 202.1944px;
  margin-left: 0;
  margin-right: auto;
  margin-top: 5rem;
}
.collection .itemArea .inner .item.item06 .itemBox .detail {
  margin: 5rem auto 0;
}
@media screen and (min-width: 768px) {
  .collection .itemArea .inner .item.item06 .itemBox .detail {
    margin-top: 3rem;
  }
}
.collection .itemArea .inner .item.item06 .itemBox .detail h3 {
  text-align: center;
}
.collection .cautionWrap {
  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;
  }
}
.collection .splide__arrow {
  background: transparent;
}
@media screen and (min-width: 768px) {
  .collection .splide__arrow svg {
    width: 1.9em;
    height: 3.8em;
  }
}
.collection .splide__pagination__page {
  background: #fff;
  border: 1px solid #000000;
  height: 5px;
  width: 5px;
}
.collection .splide__pagination__page.is-active {
  background: #000000;
  transform: scale(1);
}
.collection .splide__pagination {
  gap: 0.5em;
  bottom: -2em;
}
@media screen and (min-width: 768px) {
  .collection .splide__pagination {
    gap: 0;
    bottom: -1em;
  }
}
.collection .splide__arrow--next {
  right: 3em;
}
@media screen and (min-width: 992px) {
  .collection .splide__arrow--next {
    right: 16em;
  }
}
.collection .splide__arrow--prev {
  left: 3em;
}
@media screen and (min-width: 992px) {
  .collection .splide__arrow--prev {
    left: 16em;
  }
} /*# sourceMappingURL=2026summer.css.map */
