@charset "utf-8";
/* CSS Document */

.FS2_PageTitle {
    display: none;
}
#light_ounce_series article {
  margin-bottom: 10rem;
}
#light_ounce_series{
	width:1000px;
	margin:0 auto;
}

#light_ounce_series .text{
    text-align: center;
    margin: 1rem 0 3rem;
}


#light_ounce_series picture {
  display: block;
  max-width: 100%;
  margin-bottom: 5rem;
}
#light_ounce_series .text_buy{
	width: 600px;
	margin-bottom: 5rem;
}

#light_ounce_series .text_buy_r{
	margin: 0 0 5rem auto;
}


#light_ounce_series .w50{width:50%}
#light_ounce_series .w80{width: 80%;}
#light_ounce_series .w60{width: 60%;}


#light_ounce_series .m_auto{
	margin:0 auto;
}

#light_ounce_series .ma_r{
	margin: 0 0 0 auto;
    display: block;
}
#light_ounce_series .ma_c{
	margin: 0 auto;
    display: block;
}

/**** mv ***/

#light_ounce_series .mv .text{
    margin: 3rem 0;
	line-height: 2;
}


/****カート アイコン****/
#light_ounce_series .cash {
	position:relative;
	margin: 1rem 0;
}
#light_ounce_series .cash a {
	display:block;
	position: relative;
	margin-right: 1rem; /*見切り対策用*/
}

#light_ounce_series .cash 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%;
}

/*無しの場合*/
#light_ounce_series .cash a.xx:after{
		display: none;
}


/*フェードUP　js絡み*/
#light_ounce_series .fade-up {
	opacity: 0;
	transform: translate(0, 100px);
	transition: all 1.5s;
}
#light_ounce_series .scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
/*******/

/*フェードイン　js絡み*/
#light_ounce_series .fade-in {
	opacity: 0;
	transform: translate(0, 0);/**表示位置**/
	transition: all 2.5s;
}
#light_ounce_series .scrollin {
	opacity: 1;
	transform: translate(0, 0);/**表示位置**/
}
/*******/








 @media screen and (max-width: 900px) {
	 #light_ounce_series{
	width:100%;
}
#light_ounce_series article {
  margin-bottom: 5rem;
}
#light_ounce_series article:not(.mv) {
  margin: 0 1rem 5rem;
}


#light_ounce_series .w60{
	width:80%;
}

#light_ounce_series .item2 {
  flex-wrap: wrap;
}
#light_ounce_series .item2 p {
  order: 2;
  width: 100%;
  margin-right: 0;
}

#light_ounce_series .item2 picture{
	  order: 1;
  width: 100%;
}

#light_ounce_series .patricia3{
top: -3rem;
}

#light_ounce_series .patricia p {
	margin-top: -3rem;
    width: 100%;
    text-align: justify;
}
#light_ounce_series .text_buy {
    width: 100%;
}

/****カート アイコン****/
#light_ounce_series .cash a:after {
	background-size: 60%;
	margin-left: 8px;
	bottom: -5px;
	}



 }
 
