@charset "utf-8";
/* CSS Document */

@import url(scene.css);
	@import url(comm.css);
@import url(font.css);
@import url(reset.css);

#molu #main{
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-bottom: -50px;
}

#molu #main img{
	width: 100%;
	
}

#molu #intro{
	width: 100%;
	text-align: center;
	background-color: #E84A82;
	color: #FFF;
	margin-top: 0px;
}


#molu #cart{
	background-color:/* #F0F4FF*/#FFDEE9;
	display: flex;
 flex-wrap: wrap;
justify-content: center;

}


#molu #cart .primary{
	width: 50%;
	display: table-cell;
  vertical-align: middle;
	text-align: center;
}


#molu #cart .primary p{
	font-size: 34px;
	margin-top: 20px;

	
}

#molu #cart .primary p span{
	

}

#molu #cart .primary dl {
	display: flex;
 flex-wrap: wrap;
justify-content: center;

}



#molu #cart .primary dl dd{
	border: 1px solid #000;
	width: 30%;
display: table-cell;
  vertical-align: middle;
	text-align: center;
	margin: 50px 2% 30px;
	font-size:14px; 
}


@media only screen and (max-width: 798px) {
	#molu #main{
	
	margin-bottom:-20px;
}

	#molu #cart .primary{
	width: 94%;
		margin:0 3%;
	
}


#molu #cart .primary p{
	font-size: 16px;
}
	
	
	#molu #cart .primary dl {
		margin-top: 15px;
	}
#molu #cart .primary dl dd{
		width:46%;
	margin: 10px 1% ;
	font-size: 12px;
}
	
	#molu  #cart  #caption{
		margin-top: 30px;
	}
	
	
}/*@media閉*/


/*--------------------

ポイント

--------------------*/
#molu #point{
	/*background: url("../img/bg-07.jpg");
	background-size: cover;
	background-repeat: no-repeat;*/
	background-color: #E84A82;
	color: #FFF;
	position: relative;
}

#molu #point h3{
	border: 1px solid #FFF;
	width:50%;
	max-width: 800px;
	margin:0 auto;
	border-left:none;
	border-right: none;
	padding: 20px 0;
position: relative;
	z-index: 999;
}

#molu #point .ttl{
	font-size: 60px;
	font-family: heisei-mincho-stdn, serif;
font-style: normal;
font-weight: 300;
	vertical-align: top;
	vertical-align: text-top !important;
	position: relative;
	z-index: 999;
}



#molu #point .ttl span{
	font-family: mrs-eaves-xl-serif-narrow, serif;
font-weight: 700;
	font-size: 90px;

	
}
#molu #point .ttl br{
	display: none;
}
#molu #point .icon {
    font-size: 150px;
    font-family: milonguita, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #F36698;
    position: absolute;
    right: 10%;
    top: 30%;
	z-index: 2;
}

#molu #point #point-circle{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
 flex-wrap: wrap;
justify-content: center;
}

#molu #point dl{
	width:230px;
	height: 230px;
		color: #fff;
	/*background: linear-gradient(-135deg, #E84A82,#D390DF);*/
	background-color: #F46698;
	margin: 0 auto;
	padding:0;
	 border-radius: 50%;        /* CSS3草案 */  
    -webkit-border-radius: 50%;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 50%;   /* Firefox用 */
	display: table-cell;
  vertical-align: middle;
	text-align: center;

	
}


#molu #point dl dt{
	font-size: 32px;
	margin-top: 22%;
	
}


@media only screen and (max-width: 798px) {
	
	#molu #point{
		background-size: contain;

	

}

#molu #point h3{
	width:94%;
	margin:0 auto;
}
	
	
#molu #point .ttl{
	font-size: 40px;
	margin-top: 30px;
}

	#molu #point .ttl .baseline{
		vertical-align: bottom !important;
	
	}

#molu #point .ttl span{
	font-size: 60px;

}
	
	#molu #point .ttl br{
	display: block;
}

	
#molu #point dl{
	width:180px;
	height:180px;
	margin-bottom: 20px;
	}

#molu #point dl dt{
	font-size:24px;
	margin-top:15%;

	
}
	
	
#molu #point .icon {
     font-size: 60px;
    right: 10%;
    top: 20%;
 
}
	

	
}/*@media 閉*/



/*--------------------

セカンド

--------------------*/
#molu #secondary{
	
	background: url("../img/bg_01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	

}

#molu #secondary .section{
	width: 50%;
	text-align: left;
	margin-left: 15%;
	
}

#molu #secondary .section p{
	font-size: 24px;
}
#molu #secondary .title span{
	color: #E74A81;
	font-style: italic; 
	font-size: 80px;
}

#molu #secondary .lead{
	margin-bottom: 50px;
}


@media only screen and (max-width: 1200px) {
#molu #secondary{
	
	background-position:60% top;

}
}

@media only screen and (max-width: 798px) {
	
	#molu #secondary{
		background-position:85% top;
		background-size:250%;
		padding-top: 140%;
}
	
	#molu #secondary .section{
	width: 90%;
		margin:0 5%;
		text-align: center;
	
}

#molu #secondary .title span{
		font-size: 60px;
}
	
#molu #secondary .lead{
	margin-bottom:20px;
}
	
	#molu #secondary .section p{
	font-size:16px;
}
	
}/*@media 閉*/



/*--------------------

お悩み

--------------------*/

#molu #nayami{
	background-color: #E8EBF0;
	padding-top: 150px;
	padding-bottom:150px; 
}


#molu #nayami .section{
	max-width: 1200px;
	height: 1000px;
	margin: 0 auto;
	position: relative;
}


#molu #nayami .section .nayami1{
	position: absolute;
	top: 0;
	left: 0;

}
#molu #nayami .section .nayami2{
	position: absolute;
	top: 20%;
	right: 0;
}

#molu #nayami .section .nayami3{
	position: absolute;
	bottom: 0;
	left:0;

	
}


#molu .triangle{
  width:0;
  height: 0;
  border-left: 500px solid transparent;
  border-right: 500px solid transparent;
  border-top: 120px solid #E8EBF0;
	margin: 0 auto;
	
}
#molu .triangle2_bg{
	width: 100%;
		background: #FFF2F7;
}

#molu .triangle2{
  width:0;
  height: 0;
  border-left: 500px solid transparent;
  border-right: 500px solid transparent;
  border-top: 120px solid /*#FDEDF2*/#E84A82;
	margin: 0 auto;

	
}

#molu #answer{
	background-color: /*#FDEDF2*/#E84A82;
	padding:0 0 100px ; 
	color: #FFF;
	position: relative;
}

#molu #answer span{
	color: #FFF;
}

#molu #answer h4{
	margin-top: 100px;
	position: relative;
	z-index: 99999;
}
#molu #answer .icon {
    font-size: 150px;
    font-family: milonguita, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #F36698;
    position: absolute;
    left: 30%;
    top: 40%;
	z-index: 2;
}


@media only screen and (max-width: 798px) {
	
	#molu #nayami{
		padding-top: 50px;
	padding-bottom:50px; 
}


#molu #nayami .section{
		height: 550px;
	
}
	
	#molu #nayami .section img{
		width: 60%;
	}
	
	
#molu #nayami .section .nayami2{
		top: 30%;

}

#molu .triangle{
  border-left: 180px solid transparent;
  border-right: 180px solid transparent;
  border-top: 40px solid #E8EBF0;

}
#molu .triangle2_bg{
	width: 100%;
		background: #FFF2F7;
}

#molu .triangle2{
    border-left: 180px solid transparent;
  border-right: 180px solid transparent;
  border-top: 40px solid /*#FDEDF2*/#E84A82;

}

#molu #answer{
		padding:0 0 50px ; 

}
	
	#molu #answer p{
		width: 90%;
		margin: 0 auto;
	}
	
	#molu #answer h4 {
    margin-top: 50px;
}

#molu #answer .icon {
       font-size: 60px;
    left: 10%;
    top: 30%;
 
}
	

}/*@media 締*/

/*--------------------

HOWTO

--------------------*/
#molu #howto{
	padding-top: 0px;
	
}


#molu #howto #heading{
	
	background-image: url("../img/bg_02.jpg");
	background-repeat: no-repeat;	
	background-size: auto 100%;
	background-color: #F4EEEE;
	}

#molu #howto #heading .content{
	width: 50%;
	margin-left: 50%;
		position: relative;
	height:450px;

}

#molu #howto #heading .content .icon{
	position: absolute;
	top: 0px;
	left: 0;
	z-index:1;
}

#molu #howto #heading .content .title{
	z-index: 9;
		position: absolute;
	left: 150px;
	top: 100px;
}


#molu #howto #heading .content p{
	z-index: 8;
		position: absolute;
	left: 150px;
	top: 350px;
	text-align: left;
	font-size: 24px;
}

#molu #howto .area{
	font-size:24px;
	
}

#molu #howto .area .ttl{
	font-size: 50px;	
font-family: roboto, sans-serif;
font-weight: 700;
font-style: normal;
	letter-spacing: 0.15em;
	color: #E84A82;
	

}
#molu #howto .wrap{
display: flex;
 flex-wrap: wrap;
justify-content: center;	

}



#molu #howto .area dl{
	width: 30%;
	display: table-cell;
  vertical-align: middle;
	text-align: center;
	max-width: 320px;
	margin: 70px 1% 0 1%;
}

#molu #howto .area dt{
	background-color:#E84A82;
	color: #fff;
	font-size: 18px;	
font-family: roboto, sans-serif;
font-weight: 700;
	letter-spacing: 0.25em;
	margin-bottom: 50px;	
	border-radius: 10px;
}


#molu #howto .area dd{
	text-align: left;
	
}

#molu #howto .group_wrap{

display: flex;
 flex-wrap: wrap;
justify-content: center;	


}

#molu #howto .group{
	width: 50%;
	display: table-cell;
  vertical-align: middle;
	text-align: center;
	color: #fff;

}

#molu #howto .group_wrap .blue{
	background-color: /*#F5F8FF*/#F6629A;
	
}
#molu #howto .group_wrap .pink{
	background-color:/*#FEF3F7*/#ED5288;
}

#molu #howto .group h3{
	margin-bottom: 50px;
}

#molu #howto ul{
	display: inline-block;
	width: 48%;
}

#molu #howto ul li{
	/*color: #E84A82;*/
	font-size: 18px;	
font-family: roboto, sans-serif;
font-weight: 700;
letter-spacing: 0.25em;
}

#molu #howto ul li.before{
	/*color: #000;*/
}
#molu #howto ul li.before img{
	width:60%;
}
	
#molu #howto ul li.after img{
	width: 90%;
}

@media only screen and (max-width: 1200px) {
#molu #howto #heading {
    background-position: 40%;
}
}

@media only screen and (max-width: 798px) {
#molu #howto #heading{
		background-size: auto 60%;
  background-position: 20% top;
}

#molu #howto #heading .content{
	width: 90%;
	margin-left: 5%;
	height:600px;

}

#molu #howto #heading .content .icon{
	width: 40%;
    top: 45%;
    /* left: -8%;*/
}

#molu #howto #heading .content .title{
	width: 90%;
	left: 5%;
	top: 70%;
}


#molu #howto #heading .content p{
	width: 90%;
	left: 5%;
	top: 90%;
		font-size: 18px;
	text-align: center;
}	
	
	#molu #howto .area {
	font-size: 16px;	

	

}
#molu #howto .area .ttl{
	font-size: 24px;	

}
	
	
#molu #howto .area dl{
	width:90%;
	
	max-width: auto;
	margin: 20px 5%;
}

#molu #howto .area dt{
	font-size: 16px;	
	margin-bottom: 20px;	

}

#molu #howto .area dd br{
	display: none;
	}
#molu #howto .group{
	width: 100%;


}
	
#molu #howto .group h3 {
    margin-bottom: 10px;
}
	
#molu #howto ul{
	width: 49%;
	margin: 0px;
	padding: 0px;
}

#molu #howto ul li.before img{
	width:80%;
}
	
#molu #howto ul li.after img{
	width: 110%;
}

}/*@media */


/*--------------------

それぞれ詳細部分

--------------------*/


#molu #moist{
	margin-top: -150px;
	color: #FFF;
	padding-bottom: 100px;

}
#molu #smooth{
	color: #FFF;
padding-bottom: 100px;

}


#molu .cach .series-image img{
	display: none;
}

#molu #moist #heading{
	width: 100%;
	background-color: #F993BF;

	/*background-image: url("../img/bg-03.jpg");*/
	background-image: url("../img/moist-image.jpg");
	/*background-size:cover;
	background-position: 50% 0;*/
	background-position: 90% 50%;
	background-size:35%;
	background-repeat: no-repeat;
position: relative;
	z-index: 1;


}

#molu #smooth #heading {
	width: 100%;
	background-color: #F993BF;
	background-image: url("../img/smooth-image.jpg");
	background-position: 10% 50%;
	background-size:35%;
	background-repeat: no-repeat;
	/*background-image: url("../img/bg-04.jpg");
	background-size:cover;
	background-position: 50% 0;
	background-repeat: no-repeat;*/
position: relative;
	z-index: 2;


}

#molu .cach {
	
}


#molu .cach .content{
	width: 70%;
	max-width: 700px;
	text-align: left;
	left:10%;
		position: relative;
}


#molu #smooth .content{
	left:45%;
	
	
}

#molu .cach .content .title{
	letter-spacing:-0.15em;
	font-size: 60px;
}

#molu .cach .content p{
	font-size: 30px;
	font-weight: 700;
}

#molu .cach ul {
	max-width: 410px;
}
#molu .cach ul li.mark{
	border: 1px solid #FFF;
	text-align: center;
	margin-top: 30px;
	
}

#molu .cach ul li.mark br{
	display: none;
}

#molu .cach ul li.name {
	font-size: 30px;
	line-height: 1.5;
	margin: 20px 0;
	
}


#molu .cach ul li.price{
	font-size: 16px;
	font-weight: 700;
}
#molu .cach .cart_btn a{
	margin: 0 !important;
	text-align: center;
	background: none;
	border: 2px solid #FFF !important;
	

}





#molu .cach .photo{
	
	position: absolute;
	top: 150px;
	left:400px;
	
}


#molu .cach .seibun{
	display: flex;
 flex-wrap: wrap;
justify-content: center;
	width:100%;
	max-width: 1200px;
	margin: 0 auto;
	/* */margin-top: -50px;
	position: relative;
	z-index: 3;
	color: #fff;
		
}


#molu .cach .seibun dl{
		width: 25%;
	margin:0px 2% 80px 2%;
	display: table-cell;
  vertical-align: middle;
	text-align: center;
	  position:relative;
	padding: 20px;

}


#molu #moist .seibun dl.bg{
	
	 position:relative;
	border: 1px solid #000;
	

}

#molu #moist .seibun dl.bg:after{
	background-color: /*#FAF5EA*/#E84A82;
 position: absolute;
  top:10px;
  left:-10px;
	content:"";
  height:100%;
  width:100%;
  z-index:-999;
  -webkit-transform: rotate(-1deg);
     -moz-transform: rotate(0deg);

	
	
}


#molu #smooth .seibun dl.bg{
	
	 position:relative;
	border: 1px solid #000;
	

}

#molu #smooth .seibun dl.bg:after{
	background-color: /*#ECE8EC*/#E84A82;
 position: absolute;
  top:-10px;
  left:10px;
	content:"";
  height:100%;
  width:100%;
  z-index:-999;
  -webkit-transform: rotate(-1deg);
     -moz-transform: rotate(0deg);

	
	
}


#molu .cach .seibun dl dt{
	font-weight: 700;
	font-size:24px; 
	
}
#molu .cach .seibun dl dd {
	text-align: left;
	
}


#molu .cach .seibun dl dd sup{
	font-size: 12px;
}


@media only screen and (max-width: 1200px) {
#molu #moist .content {
    width: 80%;
	max-width: auto;
    left: 3%;
 
}
#molu #smooth .content{
	width: 80%;
	left:40%;
	
	
}
	
#molu .cach .content .title {
    font-size: 40px;
}	

#molu .cach .photo{
	width: 40%;

}
	
	

#molu #moist #heading{
	background-position:100% 0%;


}
	
	#molu #smooth #heading{
	background-position:0% 0%;


}

}
	
@media only screen and (max-width: 798px) {
#molu #smooth{
	
padding-bottom: 50px;

}
#molu .cach .content{
	width:90%;
	max-width: auto;
		left:5%;
}
#molu #moist .content {
    width: 90%;
    left: 5%;
 
}

#molu #smooth .content{
	width: 90%;
	left:5%;
	
	
}
	
#molu .cach .series-image img {
    display: block;
    width: 90%;
    margin:0 5% 5% 5%;
}

	
#molu #moist #heading{
	width: 100%;
		background-image:none; 
	margin-top: 100px;
	padding-bottom: 200px;
}


	#molu #smooth #heading {
		width: 100%;
	background-image:none; 
		padding-bottom: 200px;
		margin-top: -50px !important;
	}
	
#molu .cach .content .title{	
	font-size: 30px;
}

#molu .cach .content p{
	font-size: 16px;

}

#molu .cach ul {
	max-width: 410px;
}
#molu .cach ul li.mark{
	border: 1px solid #FFF;
	text-align: center;
	margin-top: 30px;
	
}
	
	#molu .cach ul li.mark br{
	display: block;
}

#molu .cach ul li.name {
	font-size: 20px;
	margin: 15px 0;
	text-align: center;
	
}


#molu .cach ul li.price{
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
#molu .cach .cart_btn a{
	margin: 0 !important;
	text-align: center;
	background: none;
	border: 2px solid #FFF !important;


}
	
	#molu #moist .seibun{
		margin-top: -150px;
	}
	
	#molu #smooth  .seibun{
		margin-top: -150px;
		}

#molu .cach .seibun dl {
    width: 45%;
    margin: 0px 1% 20px 1%;
	padding: 10px 0 0 0;
   
}

#molu .cach .seibun dl dt{
	font-size:15px; 
	
}

	#molu .cach .seibun dl dd{
		font-size: 12px;
	}
	
	#molu #moist .seibun dl.bg:after,#molu #smooth .seibun dl.bg:after{
	
  top:4px;
  left:-3px;
	
	
}
	
	#molu .cach .photo{
		display: none;
}

	
}/*@media 閉*/

/*--------------------

インタビュー

--------------------*/


#molu #interview{
background-image: url("../img/bg-05.jpg");
	background-size:cover;
	
display: flex;
 flex-wrap: wrap;
justify-content: center;
	color: #FFF;

}




#molu #interview .area{
	width: 45%;
	max-width: 600px;
	display: table-cell;
  vertical-align: middle;
		text-align: left;
	vertical-align: top;
}

#molu #interview .area .title p{ 

	line-height: 1.4em;
  padding: 5px;
	color: #FFF;
	

}


#molu #interview .area .title p span {
  background: #000;
  padding: 5px;
	
}


#molu #interview  ul.stylist{
	width:80%;
	background-color: #FFF;
	margin-top: 80px;
	padding: 5%;
}


#molu #interview  ul.stylist li{
	display: inline-block;
	width: 48%;
	vertical-align: top;
	color: #000;
	font-size: 14px;
	
}


#molu #interview .area h4{
	margin-bottom: 50px;
}
	
@media only screen and (max-width: 798px) {
	
#molu #interview .area{
	width:90%;
	max-width: auto;
	margin: 0 5%;
	display: block;
	
}
	
#molu #interview ul.stylist {
    width: 90%;
       margin-top: 20px;
    padding: 5%;
}
	
	#molu #interview ul.stylist li{
		font-size: 12px;
	}

	#molu #interview .area h4{
		font-size: 30px;
		margin: 20px 0 ;
	}
	
	#molu #interview .area p{
		font: 14px;
	}
}/*@media 閉*/
	
	
	
/*--------------------

もっとかわいく

--------------------*/
#molu #cute{
	width: 100%;
	
	
}
#molu #cute_bg{
	width: auto;
	background-image: url("../img/bg-06.jpg");
	background-repeat: no-repeat;
	background-position:150px bottom;
	background-size:45%;
	height: 700px;
	
	
}
	#molu #cute .title span{
	color: #E74A81;
	font-style: italic; 
	font-size: 80px;
}
	
#molu #cute ul{	
	/* */max-width: 1400px;
	margin: 0 auto;
	/*display: flex;
 flex-wrap: wrap;
justify-content: center;
	*/

}




#molu #cute ul li{	
	width:50%;
	margin-left: 50%;

	/*display: table-cell;
  vertical-align: middle;
	text-align: center;

	vertical-align: top;*/
}

@media only screen and (max-width: 1200px) {

#molu #cute_bg{
	background-size:60%;
	
}
}
@media only screen and (max-width: 798px) {
	#molu #cute ul li{	
	width:90%;
	margin-left: 5%;
}
	
#molu #cute .title span{
	
	font-size: 40px;
}
#molu #cute_bg {
    background-position: 100% bottom;
    background-size: 95%;
    height: 400px;
}

}/*@media 閉*/
/*--------------------

シリーズ別カート

--------------------*/
	
	
#molu #series{
display: flex;
 flex-wrap: wrap;
justify-content: center;
	color: #FFF;
	
}
	
	
#molu #series dl{
	width: 50%;
display: table-cell;
  vertical-align: middle;
	text-align: center;
	
}
#molu #series dl dt,#molu #series dl dd{
	max-width: 450px;
	margin: 0 auto;
}
	
#molu #series dl#moist-pink{
	background-color: #F6629A;
}
	
	
	
#molu #series dl#smooth-pink{
	background-color: #ED5288;
}
		


#molu #series dl li.mark{
	/*background-color: #FFF;*/
	
	color: #FFF;
	margin: 10x 0 20x;
	
	
}

#molu #series dl#moist-pink li.mark{
	background-color: #ED5288;
}
	
	
	
#molu #series dl#smooth-pink li.mark{
	background-color:#F6629A ;
}
		
#molu #series .mark br{
	display: none;
	
	}	

	
	
#molu #series dl li.cach{
	font-size: 24px;
	margin: 30px auto;
	
}
	
#molu #series dl li.price{
	font-size: 18px;
	font-weight: normal;
	
}

/**/
#molu #series .cart_btn a{
		/* */background: none;
	border: 1px solid #FFF !important;
	

}
@media only screen and (max-width: 798px) {
#molu #series dl dt,#molu #series dl dd{
	max-width: 90%;

}
		
#molu #series dl li.name{
	font-size:12px;
	
}		
	#molu #series dl li.name img{
		width: 70%;
	}
	
#molu #series dl li.cach{
	font-size:16px;
	text-align: left;
	
}
	
	#molu #series dl li.cach br{
		display: none;
		
	}
	
#molu #series dl li.price{
	font-size:14px;
	
}

#molu #series dl li.mark {
	font-size: 11px;
	letter-spacing: -0.1em;
	margin-top: 10px;
	}
	
	
#molu #series .cart_btn a{
	padding: 10px 0;
	

}
	
#molu #series .mark br{
	display: block;
	
	}	

}/*@medi閉*/
	
/*--------------------

オフィシャルショップ

--------------------*/
	
#molu #official-shop{

}

	
#molu #official-shop .ttl{
	max-width: 1000px;
	margin: 0 auto;
	border: 1px solid #000;
	border-left:none;
	border-right:none; 
	padding: 35px ;
font-size: 34px;
}	
	
	
	#molu #official-shop .ttl p{
		font-size: 18px;
}

#molu #official-shop ul{
	max-width: 1000px;
	margin: 0 auto;
} 


	#molu #official-shop ul li {
	display: inline-table;
		width:30%;
		margin: 80px auto 0;

}

	

#molu #official-shop ul li a {
	text-decoration: none;
}
#molu #official-shop ul li img{
	border: 1px solid #000;
	padding: 50px 20px;
}


@media only screen and (max-width: 798px) {
	#molu #official-shop{
		width: 90%;
		margin: 0 5%;

}

	
	#molu #official-shop .ttl{
		width: 100%;
		max-width: auto;
	padding: 20px 0px ;
font-size: 16px;
		font-weight: bold;
}	
	
	
	#molu #official-shop .ttl p{
		font-size: 14px;
}

#molu #official-shop ul{
	max-width: auto;
	
} 


#molu #official-shop ul li {
	width: 32%;
		margin: 30px auto 0;
	font-size: 14px;

}

	

#molu #official-shop ul li img{
	padding:25px 3%;
	width: 90%;
}

	
}/*@media 閉じる*/
	
	
	
	
	
/*--------------------

フッター

--------------------*/

footer{
	background-color: #F6629A;
	color: #FFF;
font-family: roboto, sans-serif;
font-weight: 700;
font-style: normal;
	letter-spacing: 0.4em;
	font-size: 14px;
	padding: 80px 0 20px;
}
footer ul li.logo img{
	margin-top: 18px;
}


footer ul li.sns{
	width: 100%;
	max-width: 450px;
	margin:45px auto;
	padding-top:45px; 
	border-top: 1px solid #FAABC9;
	
}	



footer ul li.sns p{
	display: inline-block;
	vertical-align: middle;
}
	
#molu p#copyright{
font-family: roboto, sans-serif;
font-weight: 700;
font-style: normal;
	letter-spacing: 0.25em;
	font-size: 14px;
	color: #F6629A;
	line-height: 5.0;
}
	
	

@media only screen and (max-width: 798px) {

footer{
		font-size: 12px;
	padding: 50px 0 20px;
}
footer ul li.logo img{
	margin-top: 18px;
}


footer ul li.sns{
	width: 100%;
	max-width: auto;
	margin:25px auto;
	padding-top:25px; 
	
}	


#molu p#copyright{

	letter-spacing: 0.25em;
	font-size: 10px;

}
	
	
}


/*メディア掲載情報*/

#molu #media{
	background-image: url("../img/bg_press.jpg");
	background-size: cover;
	
	background-repeat: no-repeat;


}
#molu #media h2{
	color: #fff;
	
}
 
	#molu #media p.ttl{
		    font-size: 24px;
		margin-bottom: 50px;
}
#molu #media p.ttl br{
	display: none;
}

	#molu #media p{
		max-width: 800px;
		margin: 0 auto;
		color: #fff;
		font-size: 14px;
}
	
	



	@media only screen and (max-width: 798px) {
#molu #media{
	background-position: center;
	
}
		
	#molu #media p.ttl{
		    font-size:16px;
		margin-bottom: 30px;
}
	#molu #media p.ttl br{
	display: block;
}
#molu #media p{
	width: 90%;
		max-width:auto;
				font-size: 11px;
}
	
		
}/*media締*/
	
	
	
	
	



	
	
	
	
	
	



	
	
	
	
	
	



