@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP:wght@500&display=swap");
.ctm__article {
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  gap: 100px;
}
@media screen and (max-width: 750px) {
  .ctm__article {
    gap: 50px;
  }
}
.ctm__article :is(picture, span) {
  display: block;
}
.ctm__article .grid_box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.ctm__article .intro p {
  text-align: center;
  line-height: 2;
  margin: 50px auto 0;
}
@media screen and (max-width: 750px) {
  .ctm__article .intro p {
    margin-top: 20px;
  }
}
.ctm__article .buy {
  line-height: 1.5;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.ctm__article .buy:first-of-type {
  margin-bottom: 25px;
}
.ctm__article .buy a {
  margin-bottom: 10px;
}
.ctm__article .buy a:last-of-type {
  margin-bottom: 0;
}
.ctm__article .cash a {
  position: relative;
  margin-right: 1rem;
  /*見切り対策用*/
}
.ctm__article .cash a: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;
  margin-left: 10px;
  background-size: 70%;
}
.ctm__article .fade-up {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1.5s;
}
.ctm__article .fade-right {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 1.5s;
}
.ctm__article .fade-left {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 1.5s;
}
.ctm__article .scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.ctm__article .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.ctm__article .slick-prev,
.ctm__article .slick-next {
  display: none;
}
.ctm__article .slick-dots {
  bottom: 0;
}
.ctm__article .slick-dots li button::before {
  font-size: 23px;
}

#the_jeans_25aw .card__shop > div {
  margin-bottom: 60px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #the_jeans_25aw .card__shop > div {
    margin-bottom: 30px;
  }
}
#the_jeans_25aw .card__shop .text {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  #the_jeans_25aw .card__shop .text {
    margin-top: 25px;
    padding: 0 10px;
  }
}
#the_jeans_25aw .shop01 .shop01_mv {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  #the_jeans_25aw .shop01 .shop01_mv {
    margin-bottom: 10px;
  }
}
#the_jeans_25aw .shop01 .list__image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 750px) {
  #the_jeans_25aw .shop01 .list__image {
    gap: 10px;
  }
}
#the_jeans_25aw .sho02_01 {
  width: 48%;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  #the_jeans_25aw .sho02_01 {
    width: 60%;
    margin-bottom: 20px;
  }
}
#the_jeans_25aw .sho02_02 {
  margin-left: auto;
  width: 48%;
}
@media screen and (max-width: 750px) {
  #the_jeans_25aw .sho02_02 {
    width: 60%;
  }
}
#the_jeans_25aw .shop03 .grid_box,
#the_jeans_25aw .shop05 .grid_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#the_jeans_25aw .sho04_01 {
  width: 48%;
  margin-bottom: 30px;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  #the_jeans_25aw .sho04_01 {
    width: 60%;
    margin-bottom: 20px;
  }
}
#the_jeans_25aw .sho04_02 {
  width: 48%;
}
@media screen and (max-width: 750px) {
  #the_jeans_25aw .sho04_02 {
    width: 60%;
  }
}
#the_jeans_25aw .styling {
  overflow: hidden;
}
#the_jeans_25aw .style01_01 {
  width: 50%;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  #the_jeans_25aw .style01_01 {
    width: 60%;
    margin-bottom: 20px;
  }
}
#the_jeans_25aw .style01 .grid_box {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  #the_jeans_25aw .style01 .grid_box {
    grid-template-columns: 1fr;
  }
  #the_jeans_25aw .style01 .grid_box .txBlock {
    order: 1;
  }
  #the_jeans_25aw .style01 .grid_box .style01_02 {
    width: 60%;
    margin-left: auto;
  }
}
#the_jeans_25aw .style02_01 {
  width: 50%;
  margin-bottom: 50px;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  #the_jeans_25aw .style02_01 {
    width: 60%;
    margin-bottom: 20px;
  }
}
#the_jeans_25aw .style02 .grid_box {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: flex-end;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  #the_jeans_25aw .style02 .grid_box {
    grid-template-columns: 1fr;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
#the_jeans_25aw .style02 .grid_box > div {
  width: 50%;
}
@media screen and (max-width: 750px) {
  #the_jeans_25aw .style02 .grid_box .txBlock {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 750px) {
  #the_jeans_25aw .style02 .grid_box .style02_02 {
    width: 60%;
  }
}
#the_jeans_25aw .style01_tx_img {
  text-align: left;
  margin-bottom: 30px;
  margin-left: 10px;
}
@media screen and (max-width: 750px) {
  #the_jeans_25aw .style01_tx_img {
    margin-bottom: 10px;
  }
}
#the_jeans_25aw .style01_tx_img img {
  width: 76.65%;
}
#the_jeans_25aw .style02_tx_img {
  text-align: left;
  margin-bottom: 30px;
  margin-left: 10px;
}
@media screen and (max-width: 750px) {
  #the_jeans_25aw .style02_tx_img {
    margin-bottom: 10px;
  }
}
#the_jeans_25aw .style02_tx_img img {
  width: 43.2%;
}
#the_jeans_25aw .style03_tx_img {
  text-align: left;
  margin-bottom: 30px;
  margin-left: 10px;
}
@media screen and (max-width: 750px) {
  #the_jeans_25aw .style03_tx_img {
    margin-bottom: 10px;
  }
}
#the_jeans_25aw .style03_tx_img img {
  width: 46.5%;
}
#the_jeans_25aw .card__buy {
  margin-bottom: 50px;
}
#the_jeans_25aw .card__buy .grid_box {
  grid-template-columns: 70% 1fr;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #the_jeans_25aw .card__buy .grid_box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#the_jeans_25aw .card__buy .btn_buy a {
  border: 1px solid #000;
  padding: 10px;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 750px) {
  #the_jeans_25aw .SP_only {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */