
/* ==============================================================================
    CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
overflow-y:scroll;
-webkit-text-size-adjust:none;
-webkit-font-smoothing: antialiased;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote,th,td{
margin:0;
padding:0;
}

div,h2,h3,h4,h5,h6,p,li,dt,dd,pre,code,blockquote,th,td{
word-break:break-all;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
font-style:normal;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#333;
}

input[type="submit"]{
cursor:pointer;
}

select{
background-color:#ffffff !important;
}

address,caption,cite,code,dfn,var{
font-style:normal;
font-weight:normal;
}

abbr,acronym{
border:0;
font-variant:normal;
}

del,u{
text-decoration:none;
}

/*=================================================
 * CSS MAIN
 * ================================================= */

body{
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
    -webkit-text-size-adjust: 100%;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased;
}

a{
	text-decoration	: none;
}

a:hover{
	text-decoration	: underline;
}

a[href^="tel:"] { cursor: default; text-decoration: none; color: #333}
a[href^="tel:"]:hover{	text-decoration: none;}

h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

i, em{
	font-style		: normal;
}


/*=================================================
 * CSS for PC
 * ================================================= */

body{
	min-width: 1100px;
	background:
	url(../img/all/header.png) no-repeat 50% 105px,
	url(../img/all/bg.jpg) no-repeat top center fixed;
	-webkit-background-size: auto, cover;
	background-size: auto, cover;
	background-color: #000000;
}


/** header **/

header{
	position: relative;
	height: 25px;
	margin: 0;
	background:
	url(../img/all/menu.png) no-repeat top center,
	url(../img/all/menu_bg.png) repeat-x top center;
}

header h1{
	font-size: 10px;
	font-weight: normal;
	line-height: 25px;
	color: #917a43;
	text-align: center;
}

.hd_info{
	text-align: center;
	border-top: 1px solid #231d16;
	border-bottom: 1px solid #231d16;
	margin: 145px 0 0 0;
	padding: 10px 0;
}

.hd_info p{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 25px;
	color: #c1b07b;
	background: #231d16;
	border-radius: 13px;
	padding: 0 15px;
}

.hd_info a,
.hd_info em{
	font-size: 18px;
	color: #fff;
}

.hd_info br{	display: none;}
#navToggle{	display: none;}


/** menu **/

nav{
	width: 100%;
	height: 80px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 0 0 0 0;
	background:
	url(../img/all/menu.png) no-repeat 50% -25px,
	url(../img/all/menu_bg.png) repeat-x 50% -25px;
	position: -webkit-sticky;
	position: sticky;
	z-index: 100;
	top: -10px;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

nav a{
	display: inline-block;
	vertical-align: top;
	width: 170px;
	height: 80px;
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	margin: 0;
	padding: 24px 0 0 0;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

nav a span{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

nav a em{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: "FontA";
	font-size: 16px;
	line-height: 18px;
	color: #fff;
}
nav a em:before{
	position:absolute;
	top:0;
	left:0;
	display:block;
	content:attr(title);
	color:#b5aa89;
	-webkit-mask-image:-webkit-linear-gradient(top, rgba(181,170,137,0) 20%, rgba(181,170,137,1) 40%, rgba(181,170,137,0) 80%);
}

nav a:hover{
	text-decoration: none;
}

nav a:hover span{
	color: #c1b07b;
	text-shadow:
	0 0 10px rgba(255, 255, 255, 0.3),
	0 0 6px rgba(255, 255, 255, 0.3),
	0 0 3px rgba(255, 255, 255, 0.3);
}


nav #menu_a{	display: none;}


/** pan **/

.pan{
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	color: #43372c;
	padding: 35px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.pan a, .pan span{	color: #fff;}


/** title **/

.page_title{
	position: relative;
	width: 1100px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	padding: 15px 0 60px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.page_title:after{
	content: 'MENS ESTHE';
	display: inline-block;
	vertical-align: top;
	width: 200px;
	font-family: "FontA";
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 1px;
	text-align: center;
	color: #837555;
	position: absolute;
	bottom: 35px;
	left: calc(50% - 100px);
}
.page_title em{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 46px;
	line-height: 46px;
	letter-spacing: 2px;
	z-index: 2;
}
.page_title em:before{
	position:absolute;
	top:0;
	left:0;
	display:block;
	content:attr(title);
	color:#b5aa89;
	-webkit-mask-image:-webkit-linear-gradient(top, rgba(181,170,137,0) 20%, rgba(181,170,137,1) 40%, rgba(181,170,137,0) 80%);
}
.page_title span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
}


/** main **/

main{
	display: block;
	padding: 0 0 30px 0;
}


/** main **/

#topimg{	display: none;}


/** footer **/

footer{
	width: 100%;
	height: 300px;
	text-align: center;
	background:
	url(../img/all/footer.png) no-repeat top center,
	url(../img/all/footer_bg.png) repeat-x top center;
}
}

footer div{
	width: auto;
	height: 300px;
	position: relative;
	font-size: 12px;
	line-height: 28px;
	margin: 0 auto;
}

footer .s_title{	display: none;}

footer .textlink{
	font-size: 11px;
	line-height: 30px;
	color: #4f4539;
	padding: 5px 0 4px 0;
}

footer .textlink a{	color: #c1b07b;}
footer .textlink a br{	display: none;}

footer .up{
	position: relative;
	margin: 0 0 100px 0;
	padding: 0;
}

footer .up a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	z-index: 2;
	width: 80px;
	height: 80px;
	font-size: 14px;
	font-family: "FontA";
	line-height: 20px;
	color: #fff;
	padding-top: 33px;
	border: solid 1px #4d4223;
	background: #000;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
footer .up a:hover{
	text-decoration: none;
	background: #4d4223;
}
footer .up a:after{
	content: '';
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	z-index: 3;
	top: 24px;
	left: calc(50% - 3px);
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	     -o-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
footer .up a:hover:after{	border-color: #fff;}

footer #copyright{	height: auto;}

footer #copy br{	display: none;}
footer #copy,
footer #des{
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}
footer #des a{	color: #fff;}
footer #des a:hover{	text-decoration: none;}


#page-top{
	position: absolute;
	top: -9999px;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	body{
		overflow: hidden;
		min-width: auto;
		background: #000;
		padding-top: 55px;
	}
	body::before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background: url(../img/all/sp_bg.jpg) top center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	a[href^="tel:"] { cursor: pointer;}
	a:hover{	text-decoration: none;}

	/** header **/
	header{
		width: 100%;
		height: auto;
		position: relative;
		margin: 0 0 0 0;
		padding-top: calc(125 / 320 * 100%);
		background: url(../img/all/sp_header.png) top center / cover no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
	}
	header h1{
		position: absolute;
		top: -100px;
	}
	.hd_info{
		border: none;
		margin: 0 0 0 0;
		padding: 0;
	}
	.hd_info p{
		display: block;
		font-size: 11px;
		line-height: 15px;
		border-radius: 0;
		padding: 5px 0;
	}
	.hd_info em,
	.hd_info a{	font-size: 16px;}
	.hd_info:before,
	.hd_info:after{	display: none;}

	/** navToggle **/
	#navToggle{
		display: block;
		width: 100%;
		background: url(../img/all/sp_sub.png) no-repeat top left, #231d16; /* Old browsers */
		background: url(../img/all/sp_sub.png) no-repeat top left, -moz-linear-gradient(left, #231d16 20%, #352d22 50%, #231d16 80%); /* FF3.6-15 */
		background: url(../img/all/sp_sub.png) no-repeat top left, -webkit-linear-gradient(left, #231d16 20%,#352d22 50%,#231d16 80%); /* Chrome10-25,Safari5.1-6 */
		background: url(../img/all/sp_sub.png) no-repeat top left, linear-gradient(to right, #231d16 20%,#352d22 50%,#231d16 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231d16', endColorstr='#231d16',GradientType=1 ); /* IE6-9 */
		-webkit-background-size: 115px auto, auto;
		background-size: 115px auto, auto;
		position: fixed;
		z-index: 1000;
		top: 0;
		left: 0;
	}
	#navToggle div{
		height: 55px;
	}
	#navToggle button{
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		display:block;
		background: url(../img/all/sp_navi.png) no-repeat top center;
		-webkit-background-size: 60px 55px;
		background-size: 60px 55px;
		width: 60px;
		height: 55px;/** header,nav,SAME HEIGHT **/
		text-indent: -9999px;
		border: none;
	}
	nav{
		width: 210px;
		height: 100vh;
		text-align: left;
		font-size: 0;
		line-height: 0;
		position: fixed;
		left: auto;
		right: -210px;
		top: 55px;/** header,nav,SAME HEIGHT **/
		background: #000;
		background-repeat: repeat;
		z-index: 1000;
		overflow: hidden;
		-webkit-transition	: 0.2s ease-in-out;
		-moz-transition	: 0.2s ease-in-out;
		-o-transition	: 0.2s ease-in-out;
		transition		: 0.2s ease-in-out;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		padding: 0 0 55px 0;
	}
	nav.opennav{
		width: 210px;
		height: 100vh;
		overflow: visible;
		right: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	nav.opennav::-webkit-scrollbar {
	  display: none;
	}
	nav div{
		padding: 0 10px;
		margin: 0 0 10px 0;
	}
	nav a{
		display: block;
		width: auto;
		height: auto;
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 1px;
		text-decoration: none;
		color: #fff;
		margin: 0 !important;
		padding: 15px 0 14px 5px;
		border-bottom: 1px solid #222;
		background: url(../img/all/i2.png) no-repeat 100% 50% !important;
		-webkit-background-size: 18px 48px !important;
		background-size: 18px 48px !important;
	}
	nav a:hover{	color: #fff;}
	nav a em, nav a br{	display: none;}

	/** pan **/
	.pan{
		width: 100%;
		font-size: 10px;
		line-height: 12px;
		margin: 0;
		padding: 10px 5px;
	}

	/** main **/
	main{
		display: block;
		width: auto;
		margin: 0;
		background: none;
		padding: 0;
	}

	/** page_title **/
	.page_title{
		position: relative;
		width: auto;
		font-size: 0;
		line-height: 0;
		text-align: center;
		padding: 0 0 35px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.page_title:after{
		bottom: 15px;
	}
	.page_title em{
		position: relative;
		display: inline-block;
		font-size: 40px;
		line-height: 40px;
		letter-spacing: 1px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	.page_title span{
		font-size: 14px;
		line-height: 14px;
	}

	/** main **/
	main{
		display: block;
		width: 100%;
		padding: 0;
		text-align: left;
	}
	#left{	display: none;}
	#right{	display: block;}

	/** page-top **/
	#page-top{
		display: none;
		width: 100%;
		vertical-align: top;
		font-size: 0;
		line-height: 0;
		text-align: right;
		position: fixed;
		z-index: 10;
		top: auto;
		right: 0;
		bottom: 0;
		padding: 10px 6px;
		background: rgba(35, 29, 22, 0.9);
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#page-top > div{
		display: table;
		width: 100%;
		table-layout: fixed;
		border-collapse: separate;
		border-spacing: 4px 0;
	}
	#page-top > div a{
		display: table-cell;
		vertical-align: top;
		height: 60px;
		border-radius: 3px;
	}
	#page-top > div a:nth-of-type(1){	background: url(../img/all/sp_f1.png) no-repeat top center #3d3224; -webkit-background-size: 72px auto; background-size: 72px auto;}
	#page-top > div a:nth-of-type(2){	background: url(../img/all/sp_f2.png) no-repeat top center #3d3224; -webkit-background-size: 72px auto; background-size: 72px auto;}
	#page-top > div a:nth-of-type(3){	background: url(../img/all/sp_f3.png) no-repeat top center #3d3224; -webkit-background-size: 72px auto; background-size: 72px auto;}
	#page-top > div a:nth-of-type(4){	background: url(../img/all/sp_f4.png) no-repeat top center #000; -webkit-background-size: 72px auto; background-size: 72px auto;}

	/** footer **/
	footer{
		width: 100%;
		height: auto;
		text-align: center;
		background: #000;
	}
	footer .s_title{	display: block;}
	footer div{
		width: auto;
		height: auto;
		font-size: 10px;
		line-height: 14px;
		margin: 0;
	}
	footer .textlink{
		line-height: 12px;
		padding: 0;
	}
	footer .textlink a{
		display: inline-block;
		vertical-align: top;
		width: 50%;
		height: 50px;
		font-size: 12px;
		line-height: 30px;
		text-align: left;
		color: #fff;
		padding: 10px 0 10px 10px;
		border-bottom: 1px solid #222;
		background: url(../img/all/i1.png) no-repeat 100% 50%;
		-webkit-background-size: 25px 50px;
		background-size: 25px 50px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	footer .textlink a br{	display: inline;}
	footer .textlink a:nth-of-type(even){	border-left: 1px solid #222;}
	footer .textlink span{	display: none;}
	footer .up{
		margin: 0;
		padding: 10px 0;
	}
	footer .up a{
		width: 180px;
		height: 40px;
		font-size: 14px;
		font-family: "FontA";
		line-height: 20px;
		color: #fff;
		padding-top: 14px;
	}
	footer .up a:after{
		position: absolute;
		z-index: 3;
		top: 8px;
		left: calc(50% - 3px);
	}
	footer #copyright{
		padding: 95px 0 95px 0;
		background:
		url(../img/all/sp_footer.png) no-repeat top center;
		-webkit-background-size: 320px 235px;
		background-size: 320px 235px;
	}
	footer #copy{	margin: 0 0 10px 0;}
	footer #copy br{	display: inline;}
	footer #copy,
	footer #des{
		font-size: 11px;
		line-height: 14px;
	}
}


