@charset "utf-8";
.FS2_PageTitle {
    display: none;
}
#Really_Light img {
	max-width: 100%;
}
/*メイン*/
#Really_Light .mv>picture {
	margin: 0 0 80px;
	display: block;
	position: relative;
}
#Really_Light .mv img {
	display: block;
}
#Really_Light .mv img:nth-of-type(1) {
 z-index: 1;
 position: relative;
}
#Really_Light .mv img:nth-of-type(2) {
 position: absolute;
 z-index: 10;
 bottom: 28%;
 left: 9%;
}
#Really_Light .mv>p {
	margin: 0 auto;
	text-align: center;
	font-size: 17px;
	line-height: 37px;
}
#Really_Light article {
	margin: 0 0 80px;
}
/*商品内容箇所*/

#Really_Light p.teitl {
	text-align: center;
	margin-bottom: 5px;
}
#Really_Light .flex {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin: 20px 0 100px;
	justify-content: space-between;
}
#Really_Light .flex>picture {
	width: calc(100%/2);
}

#Really_Light .buy {
	width: 46%;
	padding: 0 10px 10px;
	text-align: justify;
	word-break: break-all;
}
#Really_Light .buy li {
	line-height: 1.8;
}
 #Really_Light .buy li:nth-of-type(-n+3) {
margin: 0 0 10px;
}
#Really_Light .flex_order>picture {
	order: 2;
}
#Really_Light .flex_order>.buy {
	order: 1;
}
/***
カートマーク
***/
#Really_Light .cash {
	position:relative;
}
#Really_Light .cash a:after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute;
	background: url(./img/buy_icon.png) no-repeat;
	margin-left: 10px;
	background-size: 80%;
}

/*フェードイン　js絡み*/
#Really_Light .fade-up {
	opacity: 0;
	transform: translate(0, 100px);
	transition: all 1.5s;
}
#Really_Light .scrollin {
	opacity: 1;
	transform: translate(0, 0);
}


 @media screen and (max-width: 900px) {
 #Really_Light .mv img:nth-of-type(2) {
 max-width: 60%;
 left: 6%;
}
 #Really_Light .mv>p,  #Really_Light .flex>picture,  #Really_Light .buy {
 width: 100%;
}
#Really_Light .mv > p {
 width: 80%;
 font-size: 13px;
line-height: 2.06;
}
#Really_Light .mv > picture {
 margin: 0 0 50px;
}
#Really_Light p.teitl {
 margin: 0 0 10px;
}
#Really_Light .flex {
 margin: 20px 20px 100px;
}
#Really_Light .teitl img {
 max-width: 80%;
}
#Really_Light .buy{
	padding:0;
}

#Really_Light .flex_order>picture {
 order: 1;
}
#Really_Light .flex_order>.buy {
 order: 2;
}
}
