@charset "utf-8";

*{
	margin:0;
	padding:0;
}

.unav img{
	width:25px;
}

.logo img{
	width:200px;
}

.items img{
	height:300px;
}


#cosmetis_img .cosmetic img{
	height:180px;
}

div,h1,h2{
    font-family: "HelveticaNeueLTStd-Lt", "LatoThin", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ W3", "Hiragino Sans", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}


/*----------------------------------------------  */
body{
	width:1280px;
	/*padding:0;*/
	margin:0 auto;
	background-color:#000;
	color:#fff;
}


header{
	width:100%;
	height:120px;
	/*margin:0;
    padding:0;*/
    background-color:#000;
	color:#fff;
	display:flex;
	align-items:center;
    justify-content:space-between;
}
	


/*
#main lota{
	display:flex;
	border:1px solid #000;
	align-items:center;
    justify-content:space-between;
}
*/


.logo{
	display:block;
	/*padding:0;
	margin:0;*/
}

.menu{
	list-style-type:none;
	width:500px;
	height:100px;
	display:flex;
	align-items:center;
    justify-content:space-between;
    padding:0;
}

ul .menu li{
	display:block;
	margin:20px;
}

.unav{
	list-style-type:none;
	width:300px;
	height:100px;
	/*padding:0;*/
	display:flex;
	align-items:center;
    justify-content:space-between;
}

ul .unav li{
	display:block;
	/*padding:0;*/
	margin:5px;
}

#mainimage{
	width:1280px;
	margin:0 auto;
	/*padding:0;*/
}


#new,#shimazome,#hanagasa,#churaumi,#cosmetis_img,#ranking,#instagram,#infomation{
	height:480px;
	width:1280px;
	/*border:solid 1px #ccc;*/
	/*padding:0;*/
	margin:20px auto;
}

h1{
	text-align:center;
	/*padding:0;*/
	margin:3px;
}



h2{
	text-align:center;
	/*padding-top:30px;*/
	margin-top:30px;
}

a:link{
	text-decoration:none;
	color:#fff;
}

a:visited{
	text-decoration:under-line;
	color:#fff;
}

a:hover {
	font-weight :bold;
	color:#bbbbbb;
}

#kind{
	background-color:#000;
	height:960px;
	width:1280px;
	border:solid 1px #ccc;
	/*padding:0;*/
	margin:0 auto;
	display:flex;
	flex-flow:row wrap;
	align-items:center;
	
	
}

.kind{
	display:block;
	
}

#kind .kind video{
	 width:640px;
}

#kind .kind a{
	display:flex;
}


form{
	height:100px;
	width:1280px;
	border:solid 1px #ccc;
	padding:0;
	margin:20px auto;
	text-align:center;
	line-height:100px;
}

#new,#ranking{
	background-color:#fff;
	color:#000;
}

.new,.rank{
	border:solid 1px #000;
	height:400px;
	width:1200px;
	padding:0;
	margin:0 auto;
	background-color:#fff;
	color:#000;
	display:flex;
	align-items:center;
    justify-content:space-between;

	
	}

.items{
	display:block;
	height:380px;
	width:285px;
	margin:0;
	padding:0;
	text-align:center;
}

.item_img img{
	height:300px;
}

#logo_img img{
	height:300px;
}


.gototop{
	text-align:right;
}


.hana,.shima,.chura{
	margin:50px auto 0 auto;
	display:flex;
	justify-content:space-around;
	align-items:center;

}

.item_img{
	height:300px;
	display:block;
	
}

.a{
	width:500px;
	height:300px;
	display:block;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:110%;
	margin:0;
}

.b{
	display:block;
	
}

.logo_img{
	height:300px;
	width:400px;
	display:block;
	
}






/*------トップページここまで--------*/
/*----ここからcosmetis_img------*/

#cosmetis_img{
	background-color:#fff;
	display:flex;
	flex-flow:row wrap;
	align-items:center;

}

.cosmetic{
	display:block;
	border:1px solid #000;
	background-color:#fff;
	color:#000;
	height:180px;
	width:500px;
	margin:0 auto;
	padding:0;
	display:flex;
	justify-content:center;
	

}

.cosme1{
	display:block;
	height:60px;
	width:300px;
	margin:auto;
}


/*----ここまでcosmetis_img------*/

/*----ここからfollow------*/

.inst{
	height:400px;
	width:1270px;
	display:flex;
	flex-flow:row wrap;
	align-items:flex-start;
}

.inst_page{
	height:200px;
	width:240px;
	display:block;
	margin:0 auto;
	padding:0;
	text-align:center;
}



/*----ここまでfollow------*/

/*----ここからinfo------*/

#infomation{
	background-color:#fff;
	color:#000;
}

.if{
	height:300px;
	width:1000px;
	margin:30px auto 20px auto;
	text-align:left;
	font-size:10px;
	line-height:50px;
	overflow-y:scroll;
}

.if div{
	border-bottom:dotted;
}

#inf h2{
	padding-top:60px;
}

/*----ここまでinfo------*/

/*----ここからfooter------*/

footer{
	height:250px;
	width:1280px;
	/*border:solid 1px #ccc;*/
	margin:0 auto;

}

.foot ul{
	list-style-type:none;
}	
	
	
.foot{
	padding-top:30px;
	display:flex;
	justify-content:space-around;
}


.f1,.f2,.f3{
	display:block;
	width:30%;
	height:200px;
	line-height:40px;
	text-align:center;
}



/*----ここまでfooter------*/



/*----ここからconcept------*/

#mainconcept{
	border:solid 1px #000;
	margin:0 auto;
	text-align:center;
	text-indent:5px;
	line-height:50px;
}

#con h1,#con h2{
	margin-top:80px;
}

.maincon{
	font-size:40px;
}


.subcon{
	font-size:40px;
	letter-spacing:150%;
}

.text{
	line-height:20px;
	margin-bottom:40px;
}

/*----ここまでconcept------*/

/*----ここからinfomation.html------*/

#inf #infomation .if div{
	font-size:20px;
}

/*----ここまでinfomation.html------*/


/*----ここからproducuts.html------*/

#pro{
	background-color:#fff;
}

#container,.gototop{
	color:#000;
}

#container{
	margin-top:10px;
}

.en,.ja,.sl {
	color:#000;
	}


#sec #csm-box{
	width:900px;
	height:800px;
	margin:30px auto 0;
	background-color:#fff;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;

}



.ml{
	list-style-type:none;
	/*border:solid 1px #ccc;*/
	width:215px;
	display:flex;
	flex-direction:column;
	margin-top:5px;
	

	
}


.name{
	display:flex;
	flex-direction:column;
	text-align:center;
}


.en{
	font-size:20px;
	margin-top:10px;
}


.en p,.ja p{
		margin:0 auto;
		padding:0;
	}



.ml a{
	display:flex;
}


.sl{
	display:none;/*通常は非表示*/
	width:215px;
	position:absolute;
	text-align:center;
	list-style-type:none;
	transform: translate(0%, 215px);	
	/*left:0;*/
	}

.ml:hover .sl{
	display:block;
	
}

.dwl{
	background-color:#f5f5f5;
	height:40px;
	transition:all .3s;
	position:relative;
	line-height:40px;
}

.dwl:not(:first-child)::before{
	content:"";
	width:100%;
	height:1px;
	background-color:#fff;
	position:absolute;
	top:0;
	left:0;
}

.dwl:hover{
	background-color:#fff;
}


#pro #ranking{
	border-style:none;
}
/*----ここまでproducuts.html------*/

