@charset "utf-8";
/* CSS Document */

/****後で削除**
#back_to_basic_mens{
margin-bottom: 1000px;
}
**/
/***必要***/
.FS2_PageTitle {
    display: none;
}
#back_to_basic_mens img {
    max-width: 100%;
}

#back_to_basic_mens article{
	margin-bottom:100px;
}
#back_to_basic_mens .img_L{
display: block;
    width: 70%;
    margin-left: auto;
}
#back_to_basic_mens .img_R{
display: block;
    width: 70%;
	margin-right:: auto;
}
#back_to_basic_mens .img_ol{
	display: block;
    margin: 0 15%;
}

#back_to_basic_mens .text_ol{
margin: 10px 15%;
}
#back_to_basic_mens .pic_box{
	justify-content: space-between;
    display: flex;
}

#back_to_basic_mens .pic_box picture {
    margin: 0 50px 0 0;
}
#back_to_basic_mens .pic_box picture:nth-child(2n){
	margin-right:0;
}


#back_to_basic_mens .mv p{text-align:center;line-height: 1.8;}
#back_to_basic_mens p{margin: 10px 0 30px;}
#back_to_basic_mens p.text_l{text-align: left;}
#back_to_basic_mens img:not(.m100_not){
	margin-bottom: 100px;
}

@media screen and (min-width: 900px){

#back_to_basic_mens .img_ol {
    width: 455px;
    margin: 0 auto;
}
#back_to_basic_mens .SP_only{
	display:none;
}
}




/****フェードインさせない***/
#back_to_basic_mens .mv img{opacity: 1;
	transform: translate(0, 0);}

/****フェードイン　js絡み　#back_to_basic_mens****/
#back_to_basic_mens p,
#back_to_basic_mens img{
	opacity: 0;
	transform: translate(0, 100px);
	transition: all 1.5s;
}
#back_to_basic_mens .scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
/****ここまでフェードイン****/

/****カート アイコン****/
#back_to_basic_mens .buynow a {
	display:block;
	position: relative;
	padding: 1rem 2.5rem 0 0;/*見切り対策用*/
    box-sizing: border-box;
    width: 100%;
}


#back_to_basic_mens .buynow a:after {
content: "";
display: inline-block;
width: 25px;
height: 25px;
position: absolute;
background: url(img/buy_icon.svg) no-repeat;
margin-left: 10px;
background-size: 80%;
}

/*アイコンなし*/
#back_to_basic_mens .buynow a.XX:after {
content: none;
}

/****ここまでカート アイコン****/





@media screen and (max-width: 900px){
#back_to_basic_mens .mv p{margin: 50px 20px 0;}
#back_to_basic_mens p{font-size: 12px;margin: 10px 10px 30px;}
#back_to_basic_mens article {
    margin-bottom: 80px;
}
#back_to_basic_mens img:not(.m100_not) {
    margin-bottom: 50px;
}
#back_to_basic_mens p.img_L,
#back_to_basic_mens p.img_R,
#back_to_basic_mens .text_ol{
    width: calc(100% - 20px);
}
#back_to_basic_mens .pic_box picture {
    margin: 0 30px 0 0;
}
#back_to_basic_mens .text_ol {
    margin: 0;
padding: 0 20px;
box-sizing: border-box;
width: 100%;
}
#back_to_basic_mens .img_ol {
    width: 50%;
    margin: 0 auto;
}


}


