@charset "utf-8";

body	{
	margin: 0;
	background-color: #000;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	color: #000;
	background: url(../images/bg_all.jpg) repeat top center;
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: #eed985;
}
a:hover {
	text-decoration: underline;
	color: #fff3c5;
}
img {
	vertical-align: bottom;
}
/* nav------------------------------------------------------ */
 
#head_nav {
    top: 0;
    position: absolute;
    width: 100%;
	height: 51px;
    margin: 0px auto 0;
    padding: 19px 0 0;
    line-height: 1;
    z-index: 999;
	box-sizing: border-box;
}
#head_nav .inner {
    width: 940px;
    margin: 0 auto;
}
#global-nav {
	position: relative;
    width: 100%;
	height: 51px;
	margin: 0 auto;
}
#global-nav ul {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#global-nav ul li {
	margin: 0 0 0 0;
}
#global-nav ul li:last-child {
	margin: 0 0 0 0;
}
#global-nav .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 .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 .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 .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 .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 .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;
}

#global-nav a:hover{
	filter: brightness(70%);
}
/* Fixed */
#head_nav.fixed {
    top: 0;
    position: fixed;
	margin: 0;
    padding: 0px 0px 0;
	height: auto;
	background: linear-gradient(to bottom, rgba(0,0,0,.8), rgba(0,0,0,0) 90%);
    -moz-transition: top 1s ease-in;
	box-sizing: border-box;
}


/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    right: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
	box-shadow:0px 0px 3px 0px #000000;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
	width: 42px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
	width: 34px;
}
/* ---------------------------------------------------------- */

/* mv-------------------------------------------------------- */
.wrapper {
	position: relative;
	width: 100%;
	overflow-x: hidden;
}
#header{
	position: relative;
	width: 100%;
	height: 900px;
	background: url("../images/bg_main.jpg") no-repeat top center;
	background-size: cover;
	overflow: hidden;
	z-index: 0;
}
#header h1 {
	position: absolute;
	top: 216px;
    left: -50%;
	right: -50%;
	width: 1000px;
	height: 420px;
	margin: 0 auto;
	background: url("../images/logo.png") no-repeat top center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 10;
}
.header_txt {
	position: absolute;
	top: 509px;
    left: -50%;
	right: -50%;
	margin: 0 auto;
	width: 1000px;
	height: 277px;
	z-index: 9;
}
.header_character {
	position: absolute;
	top: 94px;
    left: -50%;
	right: -50%;
	margin: 0 auto;
	width: 1100px;
	height: 660px;
	-webkit-mix-blend-mode: normal;
	mix-blend-mode: normal;
	z-index: 8;
}
/* ---------------------------------------------------------- */

/* band------------------------------------------------------ */
#band {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 60px 0 140px;

}
#band .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.ttl_band {
	width: 628px;
	margin: 0 auto 40px;
}
.txt_band {
	margin: 0 0 40px;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 2.4em;
	text-align: left;
	color: #fff;
}
.txt_bandarea {
	width: 100%;
	margin: 0 0 40px;
	padding: 30px 40px;
	font-size: 16px;
	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: 20px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	line-height: 1.0em;
	text-align: center;
	color: #fff;
}
.tw {
	width:1000px;
	height: 400px;
	margin: 0 auto 0;
	display: block;
	vertical-align: baseline;
	background-color: rgba(0,0,0,0.6);
	border: 2px solid #01353b;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */

/* ov-------------------------------------------------------- */
#ov {
	position: relative;
	width: 120%;
	height: auto;
	margin: -60px 0 0 -10%;
	padding: 100px 10%;
	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: 1000px;
	margin: 0 auto;
	padding: 0 0;
	-webkit-transform: rotate(3deg) translate3d(0, 0, 0);
	transform: rotate(3deg) translate3d(0, 0, 0);

}
.ttl_ov {
	width: 169px;
	margin: 0 auto 30px;
}
.txt_ov {
	width: 100%;
	margin: 0 0 60px;
	padding: 50px 30px;
	font-size: 16px;
	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;
}
.ttl_oubo {
	width: 292px;
	margin: 0 auto 30px;
}
.txt_oubo {
	width: 100%;
	margin: 0 0 60px;
	padding: 50px 30px;
	font-size: 18px;
	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: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 2.4em;
	text-align: center;
	color: #fff;
}
/* ---------------------------------------------------------- */

/* judge----------------------------------------------------- */
#judge {
	
	width: 100%;
	height: auto;
	margin: 0 0;
	padding: 60px 0 160px;
	box-sizing: border-box;
}
#judge .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0;
}
.ttl_judge {
	width: 237px;
	margin: 0 auto 40px;
}
.judge_area {
	width: 100%;
	margin: 0 auto;
}
.judge_area ul {
	margin: 0 0 40px;
	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-justify-content: space-between;;
	justify-content: space-between;
}
.judge_area ul li:first-child {
	width: 166px;
	margin: 0;
}
.judge_area ul li:last-child {
	width: 800px;
	margin: 0;
	padding: 30px 40px;
	background-color: rgba(0,0,0,0.6);
	border: 2px solid #01353b;
	box-sizing: border-box;
}
.prof_name {
	margin: 0 0 8px;
	font-size: 18px;
	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: 14px;
}
.prof_txt {
	font-size: 16px;
	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: 38px;
	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: 100px 10%;
	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: 1000px;
	margin: 0 auto;
	padding: 0 0;
	-webkit-transform: rotate(3deg) translate3d(0, 0, 0);
	transform: rotate(3deg) translate3d(0, 0, 0);
}
.ttl_flow {
	width: 350px;
	margin: 0 auto 40px;
}
.flow_area {
	width: 940px;
	margin: 0 auto;
	padding: 80px 0 60px;
	background-color: rgba(0,0,0,0.6);
	border: 2px solid #01353b;
	box-sizing: border-box;
}
.ttl_shinsa {
	width: 200px;
	margin: 0 auto 20px;
	padding: 10px 0;
	background-color: rgba(0,0,0,0.6);
	border: 2px solid #01353b;
	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: #1bbdd6;
	box-sizing: border-box;
}
.txt_flow {
	margin: 0 0 40px;
	font-size: 18px;
	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: 100px 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: 1000px;
	margin: 0 auto;
	padding: 0 0;
	-webkit-transform: rotate(3deg) translate3d(0, 0, 0);
	transform: rotate(3deg) translate3d(0, 0, 0);
}
.ttl_howto {
	width: 293px;
	margin: 0 auto 40px;
}
.txt_howto {
	margin: 0 0 40px;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	line-height: 1.8em;
	text-align: center;
	color: #fff;
}
.btn_form {
	width: 508px;
	margin: 0 auto 40px;
}
/* ---------------------------------------------------------- */

/* contact -------------------------------------------------- */
#contact {
	width: 100%;
	height: auto;
	margin: 0 0;
	padding: 120px 0 280px;
	box-sizing: border-box;
}
#contact .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0;
}
.ttl_contact {
	width: 424px;
	margin: 0 auto 40px;
}
.btn_contact {
	width: 508px;
	margin: 0 auto;
}
/* ---------------------------------------------------------- */

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


#movie {
	width: 100%;
	height: auto;
	margin: 0 0;
	padding: 80px 0 80px;
	box-sizing: border-box;
}
#movie .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0 0;
}
.yt_area {
	width: 1000px;
	margin: 0 auto 40px;
}

