
/* ==============================================================================
    CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family: var(--font-base);
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:#121212;
}

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: var(--font-base);
    -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: #000}
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: 1200px;
	background: url(../img/index/pc_bg.jpg) no-repeat top center fixed;
	background-size: cover;
}


/** header **/

header{
	height: 70px;
}
header h1{
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	color: #999;
	padding: 10px 0 0 0;
}
nav{
	position: relative;
	width: 400px;
	height: 700px;
	margin: 0 auto 100px auto;
	padding: 340px 0 0 0;
	border-radius: 200px;
	background: rgba(255, 255, 255, 0.7);
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
nav:after{
	content: "";
	width: 554px;
	height: 154px;
	background: url(../img/index/logo.png) no-repeat top;
	background-size: cover;
	position: absolute;
	top: 140px;
	left: calc(50% - 277px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
nav > a{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	color: currentColor;
	-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:hover{
	color: currentColor;
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
nav > a span{
	width: 100%;
	font-family: "FontA";
	font-size: 70px;
	line-height: 1;
}
nav > a em{
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
}
nav p{
	position: relative;
	font-size: 12px;
	line-height: 20px;
	margin: 40px 0 0 0;
	padding: 40px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
nav p:after{
	content: "";
	width: 150px;
	border-top: 1px solid #000;
	position: absolute;
	top: 0;
	left: calc(50% - 75px);
}
nav p a{
	color: currentColor;
	text-decoration: underline;
}
nav p a:hover{
	color: currentColor;
	text-decoration: none;
}


/** outlink **/

.outlink{
}
.outlink_in{
	width: 1200px;
	margin: 0 auto 80px auto;
}

#fgo{	padding-bottom: 40px;}
#fgo2{	padding-bottom: 40px;}
.fgo{
	width: 1060px;
	display: table;
	font-size: 0;
	line-height: 0;
	table-layout: fixed;
	margin: 0 auto 10px auto;
}
.fgo_in{
	display: table-cell;
	vertical-align: top;
}
.fgo_in table{	margin: 0 auto;}

.link_list{
	font-size: 0;
	line-height: 0;
	padding: 0 0 30px 0;
}

.link_list a{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px 5px;
}

.fgo_pc{	display: block;}
.fgo_sp{	display: none;}


/** footer **/

footer{
	position: relative;
	width: 100%;
	text-align: center;
	padding: 0 0 50px 0;
}
footer #f_menu{
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 50px 0;
}
footer #f_menu a{	color: currentColor;}
footer #f_menu a:hover{
	color: currentColor;
	text-decoration: underline;
}
footer #copy,
footer #des{
	font-family: "FontA";
	font-size: 12px;
	line-height: 25px;
	letter-spacing: 1.1px;
	color: #000;
}
footer #des a{	color: #000;}
footer #des a:hover{	text-decoration: none;}
footer #copy br{	display: none;}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	body{
		overflow: hidden;
		min-width: auto;
		padding-top: 0;
		padding-left: 0;
		background: none;
	}
	body:before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		height:100dvh;
		background: url(../img/index/sp_bg.jpg) no-repeat top center;
		-webkit-background-size: cover;
		background-size: cover;
	}
	a[href^="tel:"] { cursor: pointer;}
	a:hover{	text-decoration: none;}

	/** header **/
	nav{
		position: relative;
		width: 280px;
		height: 500px;
		margin: 0 auto 50px auto;
		padding: 220px 0 0 0;
		border-radius: 150px;
	}
	nav:after{
		content: "";
		width: 330px;
		height: 94px;
		background: url(../img/index/logo.png) no-repeat top;
		background-size: cover;
		position: absolute;
		top: 100px;
		left: calc(50% - 165px);
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	nav > a span{
		font-size: 50px;
		line-height: 1;
	}
	nav > a em{
		font-size: 15px;
		line-height: 1;
	}
	nav p{
		position: relative;
		font-size: 10px;
		line-height: 18px;
		margin: 30px 0 0 0;
		padding: 30px 0 0 0;
	}

	/** outlink **/
	.outlink{
		padding: 0 0 10px 0;
	}
	.outlink_in{
		width: auto;
		margin: 0;
		padding: 0;
	}
	#fgo{	padding-bottom: 10px;}
	#fgo2{padding:0 0 10px 0;}
	.fgo{
		width: auto;
		display: block;
		margin: 0;
	}
	.fgo_in{
		display: block;
		margin: 0 0 5px 0;
		padding: 0 10px;
	}
	.link_list{
		padding: 0 0 5px 0;
	}
	.link_list:last-child{
		padding: 0 0 5px 0;
	}
	.link_list a{
		margin: 0 2px 5px 2px;
	}
	.fgo_pc{	display: none;}
	.fgo_sp{	display: block;}
	.bnr46860 img,
	#bnr46860 img{	width: 300px; height: auto;}
	#bnr468 img{	width: 300px; height: auto;}


	/** footer **/
	footer{
		position: relative;
		width: 100%;
		text-align: center;
		padding: 50px 0 30px 0;
	}
	footer #f_menu{
		font-size: 11px;
		line-height: 20px;
		margin: 0 0 30px 0;
	}
	footer #f_menu a{	color: currentColor;}
	footer #f_menu a:hover{
		color: currentColor;
		text-decoration: underline;
	}
	footer #copy,
	footer #des{
		font-size: 10px;
		line-height: 18px;
	}
	.sp_no{
		display: none;
	}
}