@charset "utf-8";
@media screen and (min-width: 769px) {
	.pc{
		display: none;
	}
}
@media screen and (min-width:641px) and (max-width:768px) { 
	.tab{
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.sp{
		display: none;
	}	
}
@media screen and (max-width: 640px) {
body	{
	margin: 0;
	background-color: #000;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	font-size: 16px;
	color: #fff;
}
img {
width:100%;
max-width: 100%;
height: auto;
}
a {
	text-decoration: none;
	color: #eed985;
}
a:hover {
	text-decoration: none;
}
/* nav------------------------------------------------------ */
#head_nav_sp {
    top: 0;
    position: fixed;
    width: 100%;
	height: auto;
    margin: 0px auto 0;
    padding: 0;
    line-height: 1;
    z-index: 999;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	background: none;
	border: none;
	box-sizing: border-box;
}
#head_nav_sp .inner {
    width: 100%;
    margin: 0 auto;
}
/* Fixed reset */
#head_nav_sp.fixed {
	padding-top: 0;
	border: none;
	background: transparent;
}
#mobile-head {
	width: 100%;
	height: 56px;
	z-index: 999;
    }

#global-nav-sp {
	display:none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0 0 0;
	background: rgba(0,0,0,0.8);
}
.base_nav {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translateY(-50%) translateX(-50%);
	transform : translateY(-50%) translateX(-50%);
}
#global-nav-sp ul {
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
	-webkit-justify-content: center;
	justify-content: center;
}
#global-nav-sp ul li {
	margin: 0 0 20px 0;
}
#global-nav-sp ul li:last-child {
	margin: 0 0 0 0;
}

#global-nav-sp .top a {
    width: 144px;
    height: 51px;
    margin: 0 0 0;
    background-image: url("../images/nav_top.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav-sp .ov a {
    width: 144px;
    height: 51px;
    margin: 0 0 0;
    background-image: url("../images/nav_requirement.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav-sp .judge a {
    width: 144px;
    height: 51px;
    margin: 0 0 0;
    background-image: url("../images/nav_judge.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav-sp .flow a {
    width: 144px;
    height: 51px;
    margin: 0 0 0;
    background-image: url("../images/nav_flow.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav-sp .howto a {
    width: 144px;
    height: 51px;
    margin: 0 0 0;
    background-image: url("../images/nav_method.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav-sp .contact a {
    width: 144px;
    height: 51px;
    margin: 0 0 0;
    background-image: url("../images/nav_contact.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#nav-toggle {
	display: block;
}
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
/* ---------------------------------------------------------- */
	
/* mv-------------------------------------------------------- */
.wrapper {
	position: relative;
	width: 100%;
	overflow-x: hidden;
}

#header{
	position: relative;
	width: 100%;
	background: url("../images/bg_main.jpg") no-repeat top center;
	background-size: cover;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}
#header h1 {
	position: absolute;
	top: 34%;
    left: -50%;
	right: -50%;
	margin: 0 auto;
	width: 100%;
	height: 0;
	padding-bottom: 42%;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: top center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
}
.header_txt {
	position: absolute;
	top: 64%;
    left: -50%;
	right: -50%;
	margin: 0 auto;
	width: 96%;
	height: auto;
	z-index: 9;
}
.header_character {
	position: absolute;
	top: 20%;
    left: -50%;
	right: -50%;
	margin: 0 auto;
	width: 96%;
	height: 660px;
	-webkit-mix-blend-mode: normal;
	mix-blend-mode: normal;
	z-index: 8;
}
/* ---------------------------------------------------------- */

/* band------------------------------------------------------ */
#band {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 30px 0 100px;
}
#band .inner {
	width: 94%;
	margin: 0 auto;
	padding: 0;
}
.ttl_band {
	width: 70%;
	margin: 0 auto 20px;
}
.txt_band {
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 1.8em;
	text-align: left;
	color: #fff;
}
.txt_bandarea {
	width: 100%;
	margin: 0 0 40px;
	padding: 20px 16px;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 2.4em;
	text-align: left;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	border: 2px solid #01353b;
	box-sizing: border-box;
}
.txt_band02 {
	margin: 0 0 10px;
	font-size: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	line-height: 1.0em;
	text-align: center;
	color: #fff;
}
.tw {
		height: 400px; width:100%; 
}
/* ---------------------------------------------------------- */

/* ov-------------------------------------------------------- */
#ov {
	position: relative;
	width: 120%;
	height: auto;
	margin: -60px 0 0 -10%;
	padding: 30px 10% 30px;
	background: rgba(0,71,94,0.48);
	box-sizing: border-box;
	-webkit-transform: rotate(-3deg) translate3d(0, 0, 0);
	transform: rotate(-3deg) translate3d(0, 0, 0);
	z-index: 1;
}
#ov .inner {
	width: 94%;
	margin: 0 auto;
	padding: 0 0;
	-webkit-transform: rotate(3deg) translate3d(0, 0, 0);
	transform: rotate(3deg) translate3d(0, 0, 0);
}
.ttl_ov {
	width: 20%;
	margin: 0 auto 20px;
}
.txt_ov {
	width: 100%;
	margin: 0 0 40px;
	padding: 20px 16px;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 2.0em;
	text-align: left;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	border: 2px solid #01353b;
	box-sizing: border-box;
}
.ttl_oubo {
	width: 32%;
	margin: 0 auto 20px;
}
.txt_oubo {
	width: 100%;
	margin: 0 0 20px;
	padding: 20px 16px;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	line-height: 2.0em;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	border: 2px solid #01353b;
	box-sizing: border-box;
}
.txt_att {
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 2.0em;
	text-align: left;
	color: #fff;
}
/* ---------------------------------------------------------- */

/* judge----------------------------------------------------- */
#judge {
	width: 100%;
	height: auto;
	margin: 0 0;
	padding: 30px 0 80px;
	box-sizing: border-box;
}
#judge .inner {
	width: 94%;
	margin: 0 auto;
	padding: 0 0;
}
.ttl_judge {
	width: 28%;
	margin: 0 auto 20px;
}
.judge_area {
	width: 100%;
	margin: 0 auto;
}
.judge_area ul {
	margin: 0 0 30px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;;
	justify-content: space-between;
}
.judge_area ul li:first-child {
	width: 40%;
	margin: 0 auto 10px;
}
.judge_area ul li:last-child {
	width: 100%;
	margin: 0 auto;
	padding: 20px 16px;
	background-color: rgba(0,0,0,0.6);
	border: 2px solid #01353b;
	box-sizing: border-box;
}
.prof_name {
	margin: 0 0 6px;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	line-height: 1.0em;
	text-align: left;
	color: #fff;
}
.prof_name span {
	font-size: 12px;
}
.prof_txt {
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 2.0em;
	text-align: left;
	color: #fff;
}
.andmore {
	font-size: 26px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	line-height: 1.0em;
	text-align: center;
	color: #fff;
}
/* ---------------------------------------------------------- */

/* flow------------------------------------------------------ */
#flow {
	position: relative;
	width: 120%;
	height: auto;
	margin: -60px 0 0 -10%;
	padding: 30px 10% 30px;
	background: rgba(50,35,94,0.48);
	box-sizing: border-box;
	-webkit-transform: rotate(-3deg) translate3d(0, 0, 0);
	transform: rotate(-3deg) translate3d(0, 0, 0);
	z-index: 1;
}
#flow .inner {
	width: 94%;
	margin: 0 auto;
	padding: 0 0;
	-webkit-transform: rotate(3deg) translate3d(0, 0, 0);
	transform: rotate(3deg) translate3d(0, 0, 0);
}
.ttl_flow {
	width: 40%;
	margin: 0 auto 20px;
}
.flow_area {
	width: 100%;
	margin: 0 auto;
	padding: 30px 16px 30px;
	background-color: rgba(0,0,0,0.6);
	border: 2px solid #01353b;
	box-sizing: border-box;
}
.ttl_shinsa {
	width: 200px;
	margin: 0 auto 10px;
	padding: 10px 0;
	background-color: rgba(0,0,0,0.6);
	border: 2px solid #01353b;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	line-height: 1.0em;
	text-align: center;
	color: #1bbdd6;
	box-sizing: border-box;
}
.txt_flow {
	margin: 0 0 30px;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 1.8em;
	text-align: center;
	color: #fff;
}
/* ---------------------------------------------------------- */

/* howto----------------------------------------------------- */
#howto {
	position: relative;
	width: 120%;
	height: auto;
	margin: -60px 0 0 -10%;
	padding: 30px 10%;
	background: rgba(55,56,0,0.48);
	box-sizing: border-box;
	-webkit-transform: rotate(-3deg) translate3d(0, 0, 0);
	transform: rotate(-3deg) translate3d(0, 0, 0);
	z-index: 1;
}
#howto .inner {
	width: 94%;
	margin: 0 auto;
	padding: 0 0;
	-webkit-transform: rotate(3deg) translate3d(0, 0, 0);
	transform: rotate(3deg) translate3d(0, 0, 0);
}
.ttl_howto {
	width: 40%;
	margin: 0 auto 20px;
}
.txt_howto {
	margin: 0 0 20px;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 1.8em;
	text-align: left;
	color: #fff;
}
.btn_form {
	width: 90%;
	margin: 0 auto 30px;
}
/* ---------------------------------------------------------- */

/* contact -------------------------------------------------- */
#contact {
	width: 100%;
	height: auto;
	margin: 0 0;
	padding: 30px 0 80px;
	box-sizing: border-box;
}
#contact .inner {
	width: 94%;
	margin: 0 auto;
	padding: 0 0;
}
.ttl_contact {
	width: 44%;
	margin: 0 auto 30px;
}
.btn_contact {
	width: 90%;
	margin: 0 auto;
}
/* ---------------------------------------------------------- */

/* footer---------------------------------------------------- */
#footer {
	position: relative;
	width: 100%;
	margin: 0 0 0;
	padding: 40px 0;
	background: #0f0f0f;
	z-index: 10;
	border-top: 1px solid #01353b;
}
.copy {
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #fff;
}
/* ---------------------------------------------------------- */
}

