@charset "utf-8";
/* CSS Document */


/*********************************************
 
	         　共通
 
*********************************************/
body{
	
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1 !important;
	display: block !important;
	z-index: 99999;
}

#easybebody{
	font-family:'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size:15px;	
	line-height:1.2rem;
	letter-spacing: 0.08em;
	color: #333333;
}

#easybebody .contents_wrapper{
	max-width: 990px;
	width: 100%;
	margin: 0 auto;
  /*padding-top: 30px;*/
	line-height: 1.4;	
}

/* 整列部分 */
ul.list{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.list img{width: 100%}

ul.list li{margin-bottom: 2%;text-align: center;}

#easybebody ul.list.cont2 li{
	width: 49%;
	font-size: 14px;
}
#easybebody ul.list.cont3 li{width: 30%;}
#easybebody ul.list.cont4 li{
	width: 23%;
	margin-bottom: 50px;
}
/* 見出し */
#easybebody h3{
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
	letter-spacing: 0.15em;
}

#easybebody h4{
	text-align: center;
  margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.1rem;
}


/* テキスト関連 */
#easybebody .contents_wrapper > p{
	text-align: center;
}
#easybebody p.about{
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.8em;
}


/*改行の調整*/
.sp_none{display: block;}
.pc_none{display: none;}
.txt_link span.sp_none{display: inline;}

@media screen and (max-width:480px) { 
.sp_none{display: none;}
.pc_none{display: block;}
.txt_link span.sp_none{display: none;}
}

/*positionの中央揃え*/
.center_box{position: relative;}
.x_center{/*左右中央*/
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform:　translateX(-50%);
}
.y_center{/*上下中央*/
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.xy_center{/*上下左右中央*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}


/* hover image
--------------------------------*/
a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* font
--------------------------------*/
.bold { font-weight:bold; }
.red {  color:#af0000; }
.white{color: #fff;}


/* bg
--------------------------------*/
#onayami{background: url("/img/usr/underwear/event/easybebody/onayami_bg.jpg") no-repeat top,#edf3fa;background-size: cover;}
#osusume{background: url("/img/usr/underwear/event/easybebody/osusume_bg.jpg") no-repeat top,#faedf7;background-size: cover;}
#bust{background: #faedf7;}
#kubire{background: #f3edfa;}
#hip{background: #edf3fa;}

.bg2{
	/*background-image: url("/img/usr/underwear/event/easybebody/bg2.jpg");
	background-repeat: repeat;*/
	background-color: #f5e8de;
	padding:0 0 50px;
}
	
div.more{
	text-align: center;
	margin-bottom: 50px;
}

div.more img{
	max-width: 668px;
	width: 100%;
}

#size h2 span, #category h2 span, #price h2 span, #recommend_bn h2 span{
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}


/*********************************************
 
	         　main
 
*********************************************/
#main h1{
	width: 100%;
	/*padding: 3% 0 2%;*/
	text-align: center;
  background: url("/img/usr/underwear/event/easybebody/main_bg_pc2.png") no-repeat center;background-size: cover;
}

#main h1 img{
  max-width: 1268px;
  width: 100%;
  margin: 0 auto;
}

#main div.read{
	padding: 60px 0;
	text-align: center;
	line-height: 1.8rem;
	background-color: #fff;
}
#main div.read h2{
  margin-bottom: 30px;
}
#main div.read ul.list{
	justify-content: space-between;
}
#main div.read ul.list li{
	width: 19%;
	margin-bottom: 0;
}
#main div.read ul.list li img{
	max-width: 470px;
	width: 100%;
}
#main div.read .read_posi{
  color: #e95069;
  font-weight: bold;
  background:linear-gradient(transparent 60%, #faedf7 60%);
}
#main div.read .read_nega{
  color: #4a6caf;
  font-weight: bold;
  background:linear-gradient(transparent 60%, #edf3fa 60%);
}


/*********************************************
 
	         　osusume
 
*********************************************/
#osusume{
  position: relative;
}
#osusume .between_arrow{
  top: -50px;
}
#osusume .osusume_point_cont{
  margin: 6rem 0 3rem;
}
#osusume .osusume_check_cont{
  background: #fff;
  padding: 4rem;
  position: relative;
  margin-bottom: 40px;
}
#osusume .osusume_tape{
  top: -50px;
}
#osusume .osusume_check_cont ul{
  width: fit-content;
  margin: 0 auto;
}
#osusume .osusume_check_cont ul li{
  font-size: 1.3rem;
  font-weight: bold;
  color: #333333;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-bottom: 20px;
}
#osusume .osusume_check_cont ul li:last-child{
  margin-bottom: 0;
}
#osusume .osusume_check_cont ul li::before{
  content: "";
  display: inline-block;
  width: 37px;
  height: 36px;
  background: url("/img/usr/underwear/event/easybebody/osusume_check.png") no-repeat center;
  margin-right: 10px;
}
#osusume .osusume_check_cont ul li span{
  color: #f163a3;
}
#osusume .osusume_comment_ttl{
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #f163a3, #f56b6f);
  background: -webkit-linear-gradient(0deg, #f163a3, #f56b6f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#osusume .osusume_comment_ttl::before{
  content: "";
  display: inline-block;
  width: 62px;
  height: 69px;
  background: url("/img/usr/underwear/event/easybebody/osusume_com_left.png") no-repeat center;
  margin-right: 20px;
}
#osusume .osusume_comment_ttl::after{
  content: "";
  display: inline-block;
  width: 62px;
  height: 69px;
  background: url("/img/usr/underwear/event/easybebody/osusume_com_right.png") no-repeat center;
  margin-left: 10px;
}
#osusume .osusume_comment_txt{
  font-size: 1.4rem;
}
#osusume .osusume_comment_txt span{
  font-size: 140%;
}

/*********************************************
 
	         　navi
 
*********************************************/

#navi{
}
#navi ul.list{
  box-sizing: border-box;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.lineup li{
	width: 32%;
	margin-right: 2%;
  margin-top: 100px;
  position: relative;
  transition: .2s
}
.lineup li:first-child{
  background: #faedf7;
}
.lineup li:nth-child(2){
  background: #f3edfa;
}
.lineup li:last-child{
  background: #edf3fa;
	margin-right: 0;
}
.lineup li img{
  margin-top: -100px;
  margin-bottom: 20px;
  width: 80%;
}
.lineup .color_icon{
  margin-bottom: 10px;
}
.lineup .color_icon .black{
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 9px;
  background: #333333;
}
.lineup .color_icon .pink{
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 9px;
  background: #f2c3e7;
}
.lineup li p.lineup_name{
  padding-bottom: 70px;
}
.lineup li::after{
  content: "";
  display: block;
  position: absolute;
  left: 47%;
  bottom: 30px;
  width: 18px;
  height: 18px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.lineup li:hover{
  transform: translateY(-10px);
}


#navi .colorvari{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-top: 3rem;
}
#navi .colorvari .colorvari_txt{
  
}
#navi .colorvari p{
  font-size: 1.2rem;
  line-height: 1.8;
}
#navi .colorvari .colorvari_ttl{
  font-family: 'Oswald', sans-serif;
  font-size: 3rem;
}


/*********************************************
 
	         　recommend
 
*********************************************/

#navi h2,
.recommend h2{
	font-size: 2.2rem;
	margin-bottom: 40px;
	text-align: center;
	letter-spacing: 0.2rem;
  font-weight: 600;	
}

#navi h2 span,
.recommend h2 span,
#recommend_bn h2 span{
	display: block;
	font-size: 3.8rem;
	line-height: 2rem;
	margin:0 auto 30px;
	font-family: 'Oswald', sans-serif;
}

#recommend_bn h2{
	padding: 50px 0 50px;
}

#recommend_bn h2 span{
  margin-bottom: 0;
	border-radius: 0;
	border:none;
}

#navi,.recommend{
	padding: 6rem 0;
}


#navi h2{
	width: 50%;
	margin: 0 auto 3rem;
	position: relative;
}
.recommend h2{
	/*width: 50%;*/
	margin: 3rem auto 3rem;
	position: relative;
}

#onayami h2{
  margin-top: 0;
  color: #324f73;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#onayami h2::before,
#onayami h2::after{
  content: "";
	display: inline-block;
  width: 56px;
  height: 128px;
  margin: 0 20px;
}
#onayami h2::before{	background-image: url("/img/usr/underwear/event/easybebody/water_left.png");}
#onayami h2::after{	background-image: url("/img/usr/underwear/event/easybebody/water_right.png");}

.recommend h3{
	margin-bottom: 1.8rem;;
}

#bust h3{color: #e68bbc;}
#kubire h3{color: #9a7cbf;}
#hip h3{color: #6ba6c2;}


.recommend .item_desc_box{
  margin-bottom: 100px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  position: relative;
}

.recommend .item_desc_box .item_txt{
  width: 46%;
  z-index: 1;
}
.recommend .item_desc_box .item_txt .item_desc{
  margin-bottom: 3rem;
  line-height: 1.8;
}
.recommend .item_desc_box .item_img{
  width: 50%;
  max-width: 497px;
  position: relative;
}
.recommend .item_desc_box .item_img::before{
  content: "";
  display: block;
  position: absolute;
}
.recommend#bust .item_desc_box .item_img::before{
  background: url("/img/usr/underwear/event/easybebody/bustmake_text.png") no-repeat;
  width: 69px;
  height: 403px;
  right: -67px;
  top: 10px
}
.recommend#kubire .item_desc_box .item_img::before{
  background: url("/img/usr/underwear/event/easybebody/kubiremake_text.png") no-repeat;
  width: 69px;
  height: 413px;
  right: -67px;
  top: 10px
}
.recommend#hip .item_desc_box .item_img::before{
  background: url("/img/usr/underwear/event/easybebody/hipmake_text.png") no-repeat;
  width: 67px;
  height: 344px;
  right: -65px;
  top: 10px
}

.recommend .item_desc_box .bg_shape01,
.recommend .item_desc_box .bg_shape02,
.recommend .item_desc_box .bg_shape03{
  position: absolute;
}
.recommend .item_desc_box .bg_shape01{top: -2rem;left: -5rem}
.recommend .item_desc_box .bg_shape02{bottom: 10%;left: 3rem}
.recommend .item_desc_box .bg_shape03{bottom: 0;right: -4rem}


/*商品一覧*/


.recommend .contents_wrapper ul.list{
	justify-content: space-around;
}

.recommend p.item_name{
	margin-bottom: 1rem;
}


.recommend div.btn{
	width: 100%;
}
.recommend div.btn a{
	display: block;
	color: #111;
	padding: 3% 0;
	text-align: center;
	width: 60%;
	margin: 0 auto;
  position: relative;
}
.recommend div.btn a::after{
  content: "";
  display: block;
  position: absolute;
  right: -16px;
  top: 32%;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: skew(45deg);
}

.recommend div.btn a:hover::after{
  right: -26px;
	transition: 0.3s;
}

.recommend#bust div.btn a{ background: #f0b7d7;}
.recommend#kubire div.btn a{ background: #cfbce6;}
.recommend#hip div.btn a{ background: #93bdd1;}
.recommend#hip div.btn.noitem a{ background: none;border: solid 1px #6ba6c2;pointer-events: none;}
.recommend#hip div.btn.noitem a:hover{ opacity: none;color: #111;transition: inherit;}
.recommend#hip div.btn.noitem a::after{display: none;}
  



/*　画面サイズが990pxからはここを読み込む　*/
@media screen and (max-width:990px) {

}

.txt_link{
	  color: #e9398c;
    border-bottom: solid 1px #e9398c;
    display: table;
    margin: 0.5rem auto 0;
}





/*　画面サイズが1000pxからはここを読み込む　*/
@media screen and (max-width:1000px) { 
	
	
}

/*　画面サイズが990pxからはここを読み込む　*/
@media screen and (max-width:990px) { 
	#easybebody .contents_wrapper{
		padding: 0 3%;
		box-sizing: border-box;
	}
	
}

/*　画面サイズが800pxからはここを読み込む　*/
@media screen and (max-width:800px) { 
	
	
}

/*　画面サイズが760pxからはここを読み込む　*/
@media screen and (max-width:760px) { 
	 .recommend{
		padding: 3rem 0;
	}
	 #navi{
		padding: 3rem 0;
	}
	#navi h2, .recommend h2 {
    width: 100%;
}
#navi h2 img,
#column h2 img,
.recommend h2 img{
	width: 100%;
	max-width: 190px;
}
	.recommend h2 .ttl_img{
	width: 22%;
	left: 64px;
	top: -60px;
}
#easybebody h3{
	font-size: 1.5rem;
}
	
}

/*　画面サイズが480pxからはここを読み込む　*/
@media screen and (max-width:480px) { 

/*********************************************
 
	         　共通
 
*********************************************/

#easybebody .contents_wrapper{
    margin: 0 auto;
}
#navi h2, .recommend h2 {
    padding: 0;
}
	#navi h2{
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
.recommend h2, .recommend_bn h2 {
    font-size: 1.6rem;
    margin-bottom: 30px;
}
#easybebody .lineup {
	padding: 0;
}
#easybebody .lineup li {
    width: 30%;
}
	
.recommend_bn h2{
	background-size: contain;
	background-position: top;
	font-size: 4vw;
	padding: 8% 0 4%;
}



.recommend_bn h2 span{
	font-size: 10vw;
	margin: 0 auto 3%;
	line-height: 7.5vw;
}

.recommend_bn h2{
    padding: 10% 0 5%;	
}

.recommend_bn h2 span{
    margin: 0 auto 2%
}
#easybebody h3{
	margin: 2% auto;
	font-size: 1.25rem;
  line-height: 1.8rem;
	}

#main h1{
	/*padding: 4% 0;*/
  background: url("/img/usr/underwear/event/easybebody/main_bg_sp2.png") no-repeat center;background-size: cover;
}

#main div.read{
	font-size: 13px;
	padding: 30px 3%;
	box-sizing: border-box;
}

.recommend nav{
	width: 100%;
}

.recommend nav ul li{
	display: inherit;
}

.recommend nav ul.list li a{
	padding: 0.4rem;
	font-size: 1.2em;
}
  #onayami h2{
   font-size: 1.4rem;
  }
  #onayami h2::before, 
  #onayami h2::after{
    width: 38px;
    height: 88px;
    background-size: cover;
  }
  #onayami ul{
    display: block;
  }
  #onayami li{
    width: 100%!important;
  }
  #osusume .between_arrow{
    width: 50%;
    top: -24px;
  }
  #osusume .osusume_point_cont{
    margin: 3rem 0;
    padding: 0 4%;
  }
  #osusume .osusume_point_cont li{
    width: 46%!important;
    margin-bottom: 4%!important;
  }
  #osusume .osusume_point_cont li img{
    width: 100%;
  }
  #osusume .osusume_tape{
    width: 80%;
    top: -30px;
  }
  #osusume .osusume_check_cont{
    padding: 2rem 1.4rem;
  }
  #osusume .osusume_check_cont ul li{
    font-size: 1rem;
    display: inline-block;
    margin-bottom: 12px;
  }
  #osusume .osusume_check_cont ul li::before{
    width: 20px;
    height: 20px;
    background-size: cover;    
  }
  #osusume .osusume_comment_ttl{
    font-size: 1.4rem;
  }
  #osusume .osusume_comment_ttl::before,
  #osusume .osusume_comment_ttl::after{
    width: 52px;
    height: 59px;
    background-size: cover;
    margin: 0;
  }
  #osusume .osusume_comment_txt{
    font-size: 1rem;
  }
  .lineup .color_icon .black,
  .lineup .color_icon .pink{
    width: 12px;
    height: 12px;
  }
  #navi .lineup li{
    width: 32%!important;
    padding: 2%!important;
    box-sizing: border-box;
    font-size: 0.8rem;
    letter-spacing: 0;
  }
  .lineup li{margin-top: 60px;}
  .lineup li img{
    margin-top: -60px;
  }
  .lineup li p.lineup_name{
    padding-bottom: 50px;
  }
  .lineup li::after{
    width: 10px;
    height: 10px
  }
  
  .recommend#bust .item_desc_box .item_img::before{
    background-size: cover;
    width: 49px;
    height: 286px;
    right: -47px;
    top: 10px
  }
  .recommend#kubire .item_desc_box .item_img::before{
    background-size: cover;
    width: 49px;
    height: 297px;
    right: -47px;
    top: 10px
  }
  .recommend#hip .item_desc_box .item_img::before{
    background-size: cover;
    width: 47px;
    height: 241px;
    right: -45px;
    top: 10px
  }
  .recommend .item_desc_box .bg_shape01{top: 24rem;left: 0;width: 26%;}
  .recommend .item_desc_box .bg_shape02{bottom: 4rem;left: 80%;width: 20%;}
  .recommend .item_desc_box .bg_shape03{bottom: 0;top: 19rem;right: 6%;width: 28%;}
	
#navi li.itemlist_contents{
	margin-bottom: 3%;
}
  
#navi .colorvari{
  display: block;
}
#navi .colorvari .colorvari_img img{
  width: 100%;
  margin: 20px 0;
}
#navi .colorvari p{
  font-size: 0.9rem;
}
#navi .colorvari .colorvari_ttl{
  font-size: 2rem;
}
  
.recommend .item_desc_box{
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.recommend .item_desc_box .item_txt{
  width: 100%;
}
  .recommend .item_desc_box .item_img{
    margin-bottom: 40px;
    width: 86%;
  }
	
#easybebody ul.list.cont4 li {
	width: 44%;
	margin-bottom: 10%;
}


#easybebody ul.list.cont3 li{
	width: 48%;
	margin-bottom: 1rem;
}

.bg2{
	padding: 0 0 10%;
	margin-top: -1%;
}

	
	#navi ul.list li{
		width: 32%;
	}

	
	
#easybebody p.about{
	font-size: 1rem;
}


#easybebody p.about, .recommend p.about{
    font-size: 15px;
	margin-top: 2%;
}
	#easybebody h4 {
    margin-bottom: 10px;
}
	
	
	.recommend div.btn a {
		width: 70%;
    font-size: 1rem;
}
	

}



/*********************************************
 
	         　floating
 
*********************************************/
#floating{
		display: none;
		background-color: rgba(20,20,20,0.5);
		height: 100%;
	}

#floating > ul{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 5% 20% 5%;
		box-sizing: border-box;
		/*align-items: flex-end;*/
	}
	
	#floating > ul li{
		width: 18%;
		margin-bottom: 2%;
		text-align: center;
	}
	#floating > ul li img{
		width: 100%;
	}
	#floating.fixed{
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		z-index: 9999;
	}
	.floating_close{
		color: #fff;
		text-align: center;
		cursor: pointer;
		width: 20%;
    margin: 0 auto;
    padding: 10px;
    background-color: #000000;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.floating_btn{
		width: 30%;
	  max-width: 160px;
		display: none;
		
	}
.flo_img{
	border-radius: 50%;
}

.fixed_sp{
  display: block;
  position: fixed;
  bottom: 20px;
  left: 10px;
  z-index: 9998;
  cursor: pointer;
}
#floating.Active_sp{
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
}

/*かんたん美ボディ用*/
#floating .lineup li {
    width: 32%!important;
}
#floating .lineup li img {
    margin-top: -100px;
    margin-bottom: 20px;
    width: 60%;
}
@media screen and (max-width:1200px) {
	#floating > ul{
		padding: 5% 18% 5%;
	}
} 
@media screen and (max-width:990px) {
	#floating > ul{
		padding: 5% 8% 5%;
	}
} 
@media screen and (max-width:480px) { 
#floating > ul{
	padding: 10% 8% 8%;
	}
	#floating > ul li{
		width: 30%;
		margin-bottom: 4%;
		text-align: center;
	}
	.fixed_sp img{
		width: 80px;
	}
	.floating_close{
		width: 34%;
    margin-top: 40px;
	}
  /*かんたん美ボディ用*/
  #floating .lineup {
      padding: 10% 4% 0;
  }
  #floating .lineup li {
    width: 100%!important;
    margin-top: 20px!important;
    margin-right: 0!important;
    margin-bottom: 0!important;
  }
  #floating .lineup li::after{
    display: none;
  }
  #floating .lineup li a{
    display: -webkit-flex;
		display: -ms-flex;
		display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8%;
  }
  #floating .lineup li a .floating_img {
    width: 30%;
  }
  #floating .lineup li a .floating_txt {
    width: 70%;
  }
  #floating .lineup li p.lineup_name {
    padding-bottom: 0;
}
  #floating .lineup li img {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }
	
}