@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300&family=Open+Sans:wght@300&display=swap");
#ctm_2026ss_collection {
  overflow: hidden;
  margin-bottom: 100px;
}
#ctm_2026ss_collection .hero p {
  text-align: center;
  line-height: 2;
  margin: 50px auto;
}
#ctm_2026ss_collection .ctm_profile {
  max-width: 426px;
  margin-left: auto;
  margin-right: auto;
}
#ctm_2026ss_collection .ctm_profile .image {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  #ctm_2026ss_collection .ctm_profile {
    width: 80%;
  }
}
#ctm_2026ss_collection .ctm_profile .ctm_profile_ttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#ctm_2026ss_collection .ctm_profile .name {
  font-size: 1.6rem;
  margin-bottom: 10px;
  text-align: left;
}
#ctm_2026ss_collection .ctm_profile .ctm_profile_text {
  text-align: left;
}
#ctm_2026ss_collection .review {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  #ctm_2026ss_collection .review {
    width: 100%;
  }
}
#ctm_2026ss_collection .review .text {
  text-align: center;
  line-height: 2;
}
#ctm_2026ss_collection .m30 {
  margin-bottom: 30px;
}
#ctm_2026ss_collection .m50 {
  margin-bottom: 50px;
}
#ctm_2026ss_collection .m100 {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #ctm_2026ss_collection .m100 {
    margin-bottom: 50px;
  }
}
#ctm_2026ss_collection .buy {
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
}
#ctm_2026ss_collection .buy li {
  margin-bottom: 2rem;
}
#ctm_2026ss_collection .buy li:last-of-type {
  margin-bottom: 0;
}
#ctm_2026ss_collection .fade-up {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1.5s;
}
#ctm_2026ss_collection .fade-right {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 1.5s;
}
#ctm_2026ss_collection .fade-left {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 1.5s;
}
#ctm_2026ss_collection .fade-dwn {
  opacity: 0;
  transform: translate(0, -100px);
  transition: all 1.5s;
}
#ctm_2026ss_collection .scrollin {
  opacity: 1;
  transform: translate(0, 0);
  /**表示位置**/
}
#ctm_2026ss_collection .cash {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #ctm_2026ss_collection .cash {
    width: 100%;
  }
}
#ctm_2026ss_collection a.cart {
  display: flex;
  align-items: center;
}
#ctm_2026ss_collection a.cart:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(https://yanuk.itembox.design/item/special/assets/img/buy_icon.svg) no-repeat;
  background-size: 70%;
}
@media screen and (max-width: 750px) {
  #ctm_2026ss_collection a.cart:after {
    background-size: 100%;
  }
}
#ctm_2026ss_collection .slider {
  margin: 0 auto 50px;
}
#ctm_2026ss_collection .slider img {
  height: auto;
  width: 100%;
}
#ctm_2026ss_collection .slick-prev {
  display: none;
}
#ctm_2026ss_collection .ctm_content {
  padding: 0 20px;
}
#ctm_2026ss_collection .ctm_content .lineup {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 750px) {
  #ctm_2026ss_collection .ctm_content .lineup {
    gap: 10px;
  }
}
#ctm_2026ss_collection .ctm_content .lineup .image {
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  #ctm_2026ss_collection .ctm_content_RUTH .img_b {
    margin-left: auto;
  }
}

@media screen and (min-width: 751px) {
  #ctm_2026ss_collection .teitl {
    width: 60%;
    display: block;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
  #ctm_2026ss_collection .SP_only {
    display: none;
  }
  .ctm_movie {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 750px) {
  .close_image {
    padding: 0 20px;
  }
  .ctm_movie {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
/***slick***/
/*slick setting*/
.slick-prev,
.slick-next {
  display: none;
}

#ctm_2026ss_collection .slick-dots li button::before {
  font-size: 23px;
}/*# sourceMappingURL=style.css.map */