.c-pagetitle {
  display: none;
}
#print_leggings {
  overflow: hidden;
}
#print_leggings picture,
#print_leggings img {
  display: block;
  max-width: 100%;
}


#print_leggings .teitl {
  text-align: center;
}

#print_leggings .m1 {
  margin-bottom: 1rem;
}
#print_leggings .m2 {
  margin-bottom: 2rem;
}
#print_leggings .m3 {
  margin-bottom: 3rem;
}
#print_leggings .m4 {
  margin-bottom: 4rem;
}
#print_leggings .m5 {
  margin-bottom: 5rem;
}
#print_leggings .m10 {
  margin-bottom: 10rem;
}
#print_leggings .m16 {
  margin-bottom: 16rem;
}
#print_leggings .m24 {
  margin-bottom: 24rem;
}
#print_leggings .m_aut {
  margin: 0 auto;
}


#print_leggings .f_14 {
  font-size: 14px;
}
#print_leggings .w30 {
  width: 30%;
}
#print_leggings .w40 {
  width: 40%;
}
#print_leggings .w48 {
  width: 48%;
}
#print_leggings .w50 {
  width: 50%;
}
#print_leggings .w60 {
  width: 60%;
}
#print_leggings .w80 {
  width: 80%;
}
/****カート アイコン****/
#print_leggings .buy {
  line-height: 1.5;
  text-align: center;
}
#print_leggings .sec1 .buy {
  margin: -23px auto 20px 1px;
}
#print_leggings .sec2 .buy {
  margin: -23px 1px 20px auto;
}
#print_leggings .buy li {
  margin-bottom: 10px;
}
#print_leggings .buy li:last-of-type {
  margin-bottom: 0;
}
#print_leggings .botum a {
  text-align: center;
  margin: 50px auto;
  border: 1px solid #333;
  width: 30%;
  padding: 20px;
  display: block;
}
#print_leggings .cash a {
  display: block;
  position: relative;
  margin-right: 1px; /*見切り対策用*/
}

#print_leggings span.cash.d_flex {
  justify-content: left;
  gap: 1rem;
}
/***slick***/
#print_leggings .slider img {
  height: auto;
  width: 100%;
}

#print_leggings .slick-arrow{
	z-index: 10;
	top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#print_leggings .slick-prev{
	left: 4%;
}

#print_leggings .slick-next {
    right: 1%;
}

@media screen and (max-width: 750px) {
#print_leggings .slick-arrow{
	height: 20px;
	}
#print_leggings .slick-prev{
	left: 6%;
}

#print_leggings .slick-next {
    right: 0;
}
}

#print_leggings .slick-prev:before{
	 content: '';
    background-image: url(./img/R.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 22px;
    height: 53px;
    display: block;
}
#print_leggings .slick-next:before{
     content: '';
    background-image: url(./img/L.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 22px;
    height: 53px;
    display: block;
}

#print_leggings .slider .slick-dots,
#print_leggings .mvslider .slick-dots {
    bottom: -20px;
}
#print_leggings .slider .slick-dots li.slick-active button,
#print_leggings .mvslider .slick-dots li.slick-active button {
    background-color: #868686;
}

/*slick setting*/
#print_leggings .slick-dots li button::before {
  font-size: 23px;
}
/*フェード 無しの場合*/
#print_leggings .cash a.xx:after {
  display: none;
}
/*フェードイン　上　js絡み*/
#print_leggings .fade-up {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1.5s;
}
/*フェード右　js絡み*/
#print_leggings .fade-right {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 2s;
}
/*フェード左　js絡み*/
#print_leggings .fade-left {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 2s;
}
/*フェード下　js絡み*/
#print_leggings .fade-dwn {
  opacity: 0;
  transform: translate(0, -100px);
  transition: all 1.5s;
}
/*フェードin　js絡み*/
#print_leggings .fade-in {
  opacity: 0;
  transform: translate(0, 0); /**表示位置**/
  transition: all 1.5s;
}
#print_leggings .scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/***ここから本文***/
#print_leggings .mv div picture img {
  margin: 0 auto;
}
#print_leggings .intro .teitl {
  font-size: 16px;
}

#print_leggings .style_box{
  width: 90%;
  margin: 0 auto 15rem;
  text-align: center;
  font-size: 10px;
}

#print_leggings .style_box .teitl{
  font-size: 47px;
  /* font-size: 36px; */
  font-weight: bold;
  text-align: center;
  /* text-align: left; */
}

#print_leggings .text{
  font-size: 16px;
	margin-top: 5rem;
}


/***PC****/
@media screen and (min-width: 900px) {
  #print_leggings .SP_only {
    display: none;
  }
  #print_leggings .style_box{
    width: 60%;
  }

}
/***TB 500～899****/
@media (min-width:500px) and (max-width:899px) {


}


/***SP****/
@media screen and (max-width: 900px) {

  #print_leggings .m16 {
    margin-bottom: 8rem;
}

  #print_leggings .intro .teitl{
    font-size: 12px;
  }

  #print_leggings .style_box {
	          width: 100%;
    margin: 0 auto 6rem;
  }

  #print_leggings .style_box .teitl{
    font-size: 26px;
    /* font-size: 20px; */
}
#print_leggings .text{
  font-size: 12px;
}



	

}