@charset "UTF-8";
.skeleton_denim_2026 .text {
  text-align: center;
}
.skeleton_denim_2026 .btn_coord {
  text-align: center;
  font-size: 28px;
  width: 60%;
  margin: 3rem auto;
  border: 1px solid #000;
}
@media screen and (max-width: 750px) {
  .skeleton_denim_2026 .btn_coord {
    font-size: 16px;
    width: calc(100% - 30px);
    box-sizing: content-box;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.skeleton_denim_2026 .btn_coord a:hover {
  background-color: #000;
  color: #fff;
}
.skeleton_denim_2026 .btn_coord a {
  padding: 2rem;
  display: block;
}
@media screen and (max-width: 750px) {
  .skeleton_denim_2026 .btn_coord a {
    padding: 1rem 2rem;
  }
}
.skeleton_denim_2026 .fade-up {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1.5s;
}
.skeleton_denim_2026 .fade-right {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 1.5s;
}
.skeleton_denim_2026 .fade-left {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 1.5s;
}
.skeleton_denim_2026 .fade-dwn {
  opacity: 0;
  transform: translate(0, -100px);
  transition: all 1.5s;
}
.skeleton_denim_2026 .fade-in {
  opacity: 0;
  transform: translate(0, 0);
  /**表示位置**/
  transition: all 2.5s;
}
.skeleton_denim_2026 .scrollin {
  opacity: 1;
  transform: translate(0, 0);
  /**表示位置**/
}
.skeleton_denim_2026 .slick-dots li button::before {
  font-size: 23px;
}
.skeleton_denim_2026 .mainImg {
  margin-bottom: 40px;
}
@media screen and (min-width: 600px) {
  .skeleton_denim_2026 .mainImg {
    margin-bottom: 80px;
  }
}
.skeleton_denim_2026 .infoBlock {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .skeleton_denim_2026 .infoBlock {
    margin-bottom: 100px;
  }
}
.skeleton_denim_2026 .ttl_img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.skeleton_denim_2026 .howto {
  margin-bottom: 75px;
}
@media screen and (min-width: 600px) {
  .skeleton_denim_2026 .howto {
    margin-bottom: 160px;
  }
}
.skeleton_denim_2026 .howto .type-menu {
  margin-left: auto;
  margin-right: auto;
}
.skeleton_denim_2026 .howto .type-menu > ul {
  display: grid;
  align-items: center;
  gap: 30px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .skeleton_denim_2026 .howto .type-menu > ul {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    gap: 20px;
  }
}
@media screen and (min-width: 600px) {
  .skeleton_denim_2026 .howto .type-menu > ul li {
    width: 100%;
  }
}
.skeleton_denim_2026 .howto .type-menu .ttl {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .skeleton_denim_2026 .howto .type-menu .ttl {
    width: 55%;
  }
}
.skeleton_denim_2026 .howto .type-menu .text {
  line-height: 1.5em;
  margin-top: 10px;
}
.skeleton_denim_2026 .howto .type-menu .type-list {
  list-style: disc;
  text-align: left;
  margin: 0;
  padding-left: 1.4em;
}
@media screen and (max-width: 600px) {
  .skeleton_denim_2026 .howto .type-menu .type-list {
    text-align: center;
    list-style-type: none;
  }
}
.skeleton_denim_2026 .howto .type-menu .type-list li {
  width: auto;
}
@media screen and (max-width: 600px) {
  .skeleton_denim_2026 .howto .type-menu .type-list li:before {
    content: "・";
  }
}
.skeleton_denim_2026 .youtubeBlock {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 90%;
}
@media screen and (min-width: 600px) {
  .skeleton_denim_2026 .youtubeBlock {
    width: 70%;
  }
}
.skeleton_denim_2026 .youtubeBlock .ttl_img {
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .skeleton_denim_2026 .youtubeBlock .ttl_img {
    font-size: 28px;
    padding: 20px 0;
  }
}
@media screen and (min-width: 600px) {
  .skeleton_denim_2026 .youtubeBlock {
    margin-bottom: 100px;
  }
}
.skeleton_denim_2026 .profile {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .skeleton_denim_2026 .profile {
    width: 100%;
  }
}
.skeleton_denim_2026 .profile .profile_name {
  font-size: 16px;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 600px) {
  .skeleton_denim_2026 .profile .profile_img {
    width: 64%;
    margin-left: auto;
    margin-right: auto;
  }
}
.skeleton_denim_2026 .profile .profile_detail {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .skeleton_denim_2026 .profile .profile_detail {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.skeleton_denim_2026 .silhouette-type {
  margin-bottom: 75px;
}
.skeleton_denim_2026 .silhouette-type h2 {
  text-align: center;
  width: 64%;
  margin-left: auto;
  margin-right: auto;
}
.skeleton_denim_2026 .silhouette-type .type-mv {
  margin-bottom: 30px;
  width: 64%;
  margin-left: auto;
  margin-right: auto;
}
.skeleton_denim_2026 .silhouette-type .type-sub {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}
.skeleton_denim_2026 .silhouette-type .type-text {
  text-align: center;
  margin-bottom: 40px;
}
.skeleton_denim_2026 .silhouette-type .lineup {
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.skeleton_denim_2026 .silhouette-type .lineup h3 {
  text-align: center;
  margin-bottom: 0;
}
.skeleton_denim_2026 .silhouette-type .lineup .image,
.skeleton_denim_2026 .silhouette-type .lineup .text {
  margin-bottom: 20px;
}
.skeleton_denim_2026 .silhouette-type .lineup .lineup-item2 .text {
  margin-bottom: 5px;
}
.skeleton_denim_2026 .silhouette-type .lineup .buy {
  margin-bottom: 25px;
  text-align: center;
}
.skeleton_denim_2026 .silhouette-type .lineup .buy li {
  text-align: center;
}
.skeleton_denim_2026 .silhouette-type .lineup .btn_lineup {
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.skeleton_denim_2026 .silhouette-type .lineup.lea h3 {
  width: 232px;
  margin-left: auto;
  margin-right: auto;
}
.skeleton_denim_2026 .silhouette-type a.kart:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  background: url(https://yanuk.itembox.design/item/special/assets/img/buy_icon.svg) no-repeat;
  background-size: 70%;
}
.skeleton_denim_2026 .sec1 .type-mv {
  position: relative;
}
.skeleton_denim_2026 .sec1 .type-mv::after {
  content: "";
  width: 27.2108843537%;
  aspect-ratio: 1/1;
  background-image: url(https://yanuk.itembox.cloud/item/special/skeleton_denim_2026/img/01.png);
  background-size: contain;
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: -10%;
}
.skeleton_denim_2026 .sec2 .type-mv {
  position: relative;
}
.skeleton_denim_2026 .sec2 .type-mv::after {
  content: "";
  width: 27.2108843537%;
  aspect-ratio: 1/1;
  background-image: url(https://yanuk.itembox.cloud/item/special/skeleton_denim_2026/img/02.png);
  background-size: contain;
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  right: -10%;
}
@media screen and (min-width: 600px) {
  .skeleton_denim_2026 .silhouette-type {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 600px) {
  .skeleton_denim_2026 .silhouette-type .type-mv {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 600px) {
  .skeleton_denim_2026 .silhouette-type .ttl_straight img {
    width: auto;
  }
}
@media screen and (min-width: 600px) {
  .skeleton_denim_2026 .silhouette-type .ttl_natural img {
    width: auto;
  }
}
@media screen and (min-width: 600px) {
  .skeleton_denim_2026 .silhouette-type .ttl_wave img {
    width: auto;
  }
}
@media screen and (min-width: 600px) {
  .skeleton_denim_2026 .silhouette-type .lineup {
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 600px) {
  .skeleton_denim_2026 .silhouette-type .lineup .buy li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 600px) {
  .skeleton_denim_2026 .silhouette-type .lineup .buy li a {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 600px) {
  .skeleton_denim_2026 .silhouette-type .lineup .btn_lineup {
    width: auto;
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .skeleton_denim_2026 .silhouette-type .lineup {
    width: 64%;
  }
  .skeleton_denim_2026 .silhouette-type .lineup.lineup_02 {
    margin-left: auto;
  }
  .skeleton_denim_2026 .silhouette-type .slider {
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=style.css.map */