/*=================================================
 * CSS for PC
 * ================================================= */

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: #fff;}
a[href^="tel:"]:hover{	text-decoration: none;}

h1, h2, h3, h4, h5{
	font-size	: 13px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

i, em{
	font-style		: normal;
}

body{
	min-width: 1100px;
	background: #010442;
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

div, p, ul, li{
	margin: 0;
	padding: 0;
}


/** header **/

header{
	width: 100%;
	height: 90px;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 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;
}
header.hesbg{
	background: rgba(140,66,0,0.4);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

h1{
	font-size: 10px;
	line-height: 20px;
	color: rgba(255,255,255,0.5);
	position: fixed;
	z-index: 10001;
	top: 0;
	left: 10px;
}
header #h_logo{
	position: absolute;
	z-index: 3;
	top: 22px;
	left: 15px;
	-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;
}
header #h_logo:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
header #h_logo img{
	width: auto;
	height: 50px;
}


@media screen and (max-width: 750px) {
	header #h_logo{
		position: absolute;
		z-index: 3;
		top: 23px;
		left: 10px;
	}
	header #h_logo img{
		width: auto;
		height: 33px;
	}
}
@media screen and (max-width: 365px) {
	header #h_logo{
		top: 28px;
		left: 10px;
		text-align: left;
	}
	header #h_logo img{
		width: calc(100% - 200px);
		height: auto;
	}
}

.top_right_menu{
	display: inline-flex;
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 10px;
	right: 10px;
}
.top_right_menu a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	color: #fff !important;
	border-radius: 3px;
	margin-left: 5px;
	padding: 38px 0 0 0;
	box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.3) inset;
	-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;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.top_right_menu a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

@media screen and (max-width: 750px) {
	.top_right_menu{
		position: absolute;
		top: 5px;
		right: 5px;
	}
	.top_right_menu a{
		width: 60px;
		height: 60px;
		font-size: 10px;
		line-height: 11px;
		margin-left: 2px;
		padding: 30px 0 0 0;
	}
}


/** main **/

main #pc_header,
main #pc_headerin{
	display: block;
	width: 100%;
	height: auto;
}
main #sp_header,
main #sp_headerin{	display: none;}

@media screen and (max-width: 750px) {
	main #pc_header,
	main #pc_headerin{	display: none;}
	main #sp_header,
	main #sp_headerin{	
		display: block;
		width: 100%;
		height: auto;
	}
}


.common_bt_trans{
	position: relative;
	z-index: 999;
	margin: -50px 0 0 0;
}
@media screen and (max-width: 750px) {
	.common_bt_trans{
		margin: -50px 0 0 0;
	}
}

.outlink{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	left: 10px;
}
.outlink a{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	border: 1px solid currentColor;
	border-radius: 3px;
	margin: 0 5px;
	-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;
}
.outlink a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.outlink a:nth-of-type(1){	color: #ffe400;}
.outlink a:nth-of-type(2){	color: #ff9300;}

#cnt{
	width: auto;
	margin: 0 auto;
	padding: 30px 0 50px 0;
}


/** footer **/

footer{
	text-align: center;
	color: #fff;
}

#footer_in{
	position: relative;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 50px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

#f_info{
	padding: 20px 0 18px 165px;
	background: url(../img/all/f_logo.png) no-repeat 0 50%;
	background-size: 155px auto;
}
#f_info h2,
#f_info p{
	position: relative;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
}
#f_info p a{	color: currentColor;}
#f_info p a:hover{	color: #37aada;}

.f_menu{
	font-size: 11px;
	line-height: 18px;
	color: #242b35;
	position: absolute;
	top: 65px;
	right: 50px;
}
.f_menu a,
.f_menu span{
	display: inline-block;
	vertical-align: top;
	color: #fff !important;
	margin-left: 19px;
}
.f_sns_bt{
	display: inline-flex;
	align-items: center;
	align-content: center;
	position: absolute;
	bottom: 77px;
	right: 50px;
}
.f_sns_bt a{
	position: relative;
	width: 25px;
	height: 25px;
	border-radius: 2px;
	margin-right: 10px;
	-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;
}
.f_sns_bt a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.f_sns_bt .bt_x{	background: url(../img/all/sns_bt2.png) no-repeat #000; background-size: 25px auto; filter: invert();}
.f_sns_bt .bt_sche{	background: url(../img/all/sns_bt3.png) no-repeat #17bba6; background-size: 25px auto;}
.f_sns_bt .bt_tik{	background: url(../img/all/sns_bt4.png) no-repeat #fff; background-size: 25px auto;}
.f_sns_bt .bt_insta{
	background-image:
	url(../img/all/sns_bt5.png),
	linear-gradient(45deg, rgba(255,207,0,1) 15%, rgba(255,55,0,1) 37%, rgba(255,0,197,1) 63%, rgba(118,9,255,1) 85%) !important;
	background-repeat: no-repeat, no-repeat;
	background-size: 25px auto, 25px auto;
}
.f_sns_bt p{
	font-size: 11px;
	line-height: 25px;
	padding: 0 5px;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

footer address{
	font-style: normal;
	line-height: 18px;
	text-align: right;
	color: #fff;
	padding-top: 73px;
}
footer address a{	color: #fff;}
footer address a:hover{	color: #9bc93a;}
footer p:nth-of-type(1){	font-size: 11px;}
footer p:nth-of-type(2){	font-size: 10px;}

br.pc_none{	display: none;}

a.disabled{
    pointer-events: none;
}

.anchor{
	display: block;
	padding-top: 90px;
	margin-top: -90px;
}

br.pc_none{	display: none;}


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

@media screen and (max-width: 750px) {
	a[href^="tel:"] { cursor: pointer;}
	a:hover{	text-decoration: none;}
	body{	min-width: 0;}

	header{
		height: 70px;
	}

	.anchor{
		display: block;
		padding-top: 75px;
		margin-top: -75px;
	}

	/** header **
	body{}
	header{
		width: 100%;
		height: 65px;
		text-align: left;
		margin: 0;
		padding: 0;
	}
	h1{
		width: auto;
		margin: 0 0 21px 0;
		padding: 0;
		font-size: 10px;
		line-height: 14px;
		text-align: center;
		top: -100vh;
		left: 0;
	}
	header #h_logo{
		top: 22px;
		left: 10px;
	}
	header #h_logo img{
		width: 170px;
		height: auto;
	}
	body#mode_live header #h_logo{
		top: 8px;
		left: 10px;
	}
	body#mode_live header #h_logo img{
		width: 170px;
		height: auto;
	}
	header #header_menu{
		font-size: 0;
		line-height: 0;
		position: absolute;
		top: 7.5px;
		right: 60px;
	}
	header #header_menu li a{
		width: 62px;
		height: 50px;
		font-size: 10px;
		padding-top: 38px;
	}
	header #header_menu li.hbt_login a{	background: url(../img/all/i_login.png) no-repeat 50% 3px; background-size: 26px auto;}
	header #header_menu li.hbt_prime a{	background: url(../img/all/i_prime2.png) no-repeat 50% 3px; background-size: 26px auto;}
	header #header_menu li.hbt_super a{	background: url(../img/all/i_super.png) no-repeat 50% 3px; background-size: 26px auto;}
	header #header_menu li.hbt_hiroba a{	background: url(../img/all/i_hiroba.png) no-repeat 50% 3px; background-size: 26px auto;}
	header #header_menu li.hbt_schedule a{	background: url(../img/all/i_schedule.png) no-repeat 50% 3px; background-size: 26px auto;}
	*/


	/** main **/
	.bt_trans+main{	padding-top: 115px;}
	.outlink{
		text-align: center;
		position: static;
		margin: 0 0 20px 0;
	}
	#cnt{
		width: auto;
		margin: 0;
		padding: 20px 0 30px 0;
	}


	/** footer **/
	footer{
	}
	#footer_in{
		display: block;
		width: auto;
		text-align: center;
		margin: 0;
		padding: 35px 5px 40px 5px;
	}
	#f_info{
		position: relative;
		width: 290px;
		margin: 0 auto 25px auto;
		padding: 10px 0 10px 100px;
		background: url(../img/all/f_logo.png) no-repeat 10px 50%;
		background-size: 80px auto;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#f_info:after{
		display: none;
	}
	#f_info h2,
	#f_info p{
		font-size: 11px;
		line-height: 18px;
		text-align: left;
	}
	.f_menu{
		position: static;
		margin: 0 0 30px 0;
	}
	.f_menu a,
	.f_menu span{
		margin: 0 5px;
	}
	#f_info p br{	display: inline;}
	.f_sns_bt{
		position: static;
		margin: 0 auto 35px auto;
	}
	footer address{
		font-style: normal;
		line-height: 18px;
		text-align: center;
		padding-top: 0;
	}

	br.pc_none{	display: inline;}
	br.sp_none{	display: none;}
}
