@charset "utf-8";
/*=============================================================
 tmpl Layout
=============================================================*/
/* animation
-------------------------------------------------------------*/
.setScMc{
	opacity:0;
	transform:translateY(40px);
	transition:all 0.6s ease 0.2s;
}
.setScMc.enter{
	opacity:1;
	transform:translateY(0);
}
/*=============================================================
 SIDE
=============================================================*/
#sideAll{
	width: calc(100%);
	background: url("../img/side_bg.png") no-repeat center center;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
}
#sideL{
	width: calc(50% - 300px);
	background: url("../img/side_bg_l.png") no-repeat center center;
	background-size: contain;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
}
#sideR{
	width: calc(50% - 300px);
	background: url("../img/side_bg_r.png") no-repeat center center;
	background-size: contain;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
}
#sideL div{
	height: 20%;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
#sideR div{
	height: 20%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#sideL div img,#sideR div img{
	width: auto !important;
	height: 100% !important;
}



/* header
-------------------------------------------------------------*/
header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
}
#header{
	width: 100%;
	max-width: 600px;
	height: 60px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	position: relative;
	background: #fff;
}
#header h1{
	width: 150px;
}
#header .btnMenu{
	width: 60px;
	height: 60px;
	background: url("../img/btn_menu.svg") no-repeat center center;
	background-size: 36px 20px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
/* globalNavSet
-------------------------------------------------------------*/
#globalNavSet{
	width: 100%;
	max-width: 600px;
	height: 0px;
	background: #fdd000;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 9999;
	text-align: center;
	overflow: hidden;
	transform: translateX(-50%);
	opacity: 0;
	transition:all 0.6s ease 0.2s;
}
#globalNavSet.open{
	height: 100%;
	opacity: 1;
}
#gbheader{
	width: 100%;
	max-width: 600px;
	height: 60px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	background: #fdd000;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
#gbheader p{
	width: 150px;
}
#gbheader .btnClose{
	width: 60px;
	height: 60px;
	background: url("../img/btn_close.svg") no-repeat center center;
	background-size: 28px 28px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}
#globalNavSet .boxGb{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	overflow-y: auto;
	position: relative;
	z-index: 1;
}
#globalNavSet ul{
	width: 100%;
	max-width: 600px;
	margin: 60px auto 0;
	padding: 0 40px;
	display: inline-block;
	text-align: left;
}
#globalNavSet ul li{
	margin-top: 1em;
}
#globalNavSet ul li a{
	display: inline-block;
	font-size: 145%;
	font-weight: 600;
	padding: 0 0 0 1.2em;
	background: url("../img/arw.png") no-repeat 0 center;
}

#globalNavSet .chara{
	width: 100%;
	padding-top: 30px;
}
#globalNavSet .chara img{
	width: 100%;
	max-width: 600px;
}


/* #wrapper
-------------------------------------------------------------*/
article{
	background: #000;
}
#wrapper{
	width: 100%;
	max-width: 600px;
	margin: 0 auto 0;
	padding: 60px 0 0;
	background:#000;
	position: relative;
	z-index: 999;
	box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.6);
}
.section{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	margin-top: clamp(40px, calc(40px + 0.0889 * (100vw - 375px)), 60px);
	padding: 0 20px;
}
.sectionInner{
	position: relative;
	z-index: 1;
}
/* footer
-------------------------------------------------------------*/
footer{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	background:#000;
	padding-top: 3em;
	position: relative;
	z-index: 1000;
}
#footer .copy {
	background-color: #fdd000;
	color: #000;
	text-align: center;
	padding: min(3.333vw, 20px) 0 min(20.667vw, 124px);
}
#footer .bk_base {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#footer .bk_base h3{
	font-size: 200%;
}
#footer .bk_base h4{
	font-size: 150%;
	padding-bottom: 0.8em;
	position: relative;
}
#footer .bk_base h4:after {
		content: "";
		background-color: #fff;
		width: 60px;
		height: 4px;
	border-radius: 9999px;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
}

#footer .bk_base h5{
	font-size: 110%;
}
#footer .bk_base a{
	color: #fff;
}
#footer .bk_base p{
	display: inline-block;
	text-align: left;
	padding: 0 3em;
}
#footer .wh_base {
	width: 100%;
	background: #fff;
	padding: 3em 0;
	text-align: center;
}
#footer .wh_base ul{
	display: inline-block;
	text-align: left;
}
#footer .wh_base ul li+li{
	margin-top: 1em;
}
#footer .wh_base ul li a{
	display: inline-block;
	font-size: 115%;
	font-weight: 600;
	padding: 0 0 0 1.2em;
	background: url("../img/arw.png") no-repeat 0 center;
}

#footer .wh_base .logo{
	width: 30%;
	max-width: 220px;
	margin: 3em auto 0;
	position: relative;
	text-align: center;
}
#bottom_nav{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 9997;
}
#footer #bottom_nav .bottom_nav_inner {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}
#bottom_nav .top{
	width: 12%;
	max-width: 68px;
	position: absolute;
	right: 2%;
	bottom: 110%;
	z-index: 9997;
}
