@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: 100%;
	background: url("../img/bg_all.svg") no-repeat center center;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
}
#sideL {
	width: calc(50% - 320px);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
}
#sideR {
	width: calc(50% - 320px);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
}
#sideR p img {
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#sideL p img {
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* header
-------------------------------------------------------------*/
header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
}
#header {
	width: 100%;
	max-width: 640px;
	height: 60px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	position: relative;
	background: #fff;
}
#header p.logo {
	width: 150px;
	position: relative;
	z-index: 9999;
}
#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: 640px;
	height: 0px;
	background: #e85382;
	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: 640px;
	height: 60px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	background: #e85382;
	position: fixed;
	top: 0;
	left: 0;
	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: 640px;
	margin: 60px 0 0;
	padding: 0 40px;
	display: inline-block;
	text-align: left;
}
#globalNavSet ul li {
	margin-top: 1em;
}
#globalNavSet ul li a {
	display: inline-block;
	color: #fff;
	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 {}
#wrapper {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 60px 0 0;
	background: #fff;
	position: relative;
	z-index: 999;
	box-shadow: 0px 0px 7px -1px rgba(0, 0, 0, 0.6);
}
.section {
	width: 100%;
	max-width: 640px;
	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%;
	margin: 0 auto;
	position: relative;
	z-index: 1000;
}
#footerInner {}
#footer .copy {
	background-color: #fdd000;
	color: #000;
	text-align: center;
	padding: 3% 0 30%;
}
#footer .footerSns {
	width: 58%;
	margin: 0 auto 0;
	padding: 0 0 15%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer .footerSns li {
	width: 23%;
}
#footer .wh_base {
	width: 100%;
	padding: 3em 0;
	text-align: center;
	background-color: #fff;
}
#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: 140%;
	font-weight: 600;
	padding: 0 0 0 0.8em;
	background: url("../img/arw.png") no-repeat 0 center;
	background-size: auto 16px;
	line-height: 1.0;
}
#footer .ftrBtm {
	width: 72.5%;
	margin: 0 auto 0;
	padding: 3em 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer .ftrBtm .mark50th {
	width: 47.2%;
}
#footer .ftrBtm .logo {
	width: 36.5%;
}
#bottom_nav {
	width: 100%;
	height: 0px;
	position: fixed;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 100%;
	z-index: 9997;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
@media screen and (orientation: landscape) {
}
#bottom_nav .bottom_nav_inner {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	position: relative;
	transform: translateY(-100%);
}
#bottom_nav .top {
	width: 20%;
	max-width: 68px;
	margin: 0 2% 1% auto;
}

