@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Cantarell:400,700);

p.navip{
	background-image: none;
}
p.navip a{
}
.fadeIn{
	animation-name:fadeInAnime;
	animation-duration: 1s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeInAnime{
	from {
	opacity: 0;
	}
	to {
	opacity: 1;
	}
}
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration: 1s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeUpAnime{
	from {
	opacity: 0;
	transform: translateY(100px);
	}
	to {
	opacity: 1;
	transform: translateY(0);
	}
}

body{
	background: url(img/main.jpg) center top no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}

#contentsBox{
	min-height: 50vh;
}

#spttl{
	margin: 100px auto 0;
	width: auto;
	padding: 0;
	box-sizing: border-box;
	display: block;
	text-align: center;
	position: relative;
}
#spttl h2{
	margin: 0;
	padding: 0 10px;
	font-size: 3em;
	font-weight: 400;
	font-family: 'Cantarell', sans-serif;
	letter-spacing: 0;
	text-align: center;
	line-height: 1.35em;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	color: #fff;
/*
	background: rgba(182,0,25,1);
*/
/* c b60019 */
}
#spttl h2 span{
	margin-left: 0.5em;
}




#spKK{
	margin: 120px auto 120px;
	padding: 100px 20px;
	width: 100%;
	height: auto;
	min-height: 100vh;
	position: relative;
	text-align: center;
	background: rgba(255,255,255,0.75);
	box-sizing: border-box;
	clip-path: polygon(0 70px, 100% 0, 100% calc(100% - 70px), 0 100%);
}


#spKKcontent{
	margin: 0 auto 40px;
	padding: 0 40px;
	width: 100%;
	height: auto;
	color: #000;
	position: relative;
	text-align: center;
	box-sizing: border-box;
}

#spKKcontent h3{
	font-size: 1.2em;
}
#spKKcontent h3 span{
	font-size: 0.85em;
	margin-right: 1em;
}


#spKKcontent p{
	margin: 2em auto;
	padding: 0;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.75em;
}
#spKKcontent p.hh{
	width: 100%;
	letter-spacing: 0.075em;
	padding: 0 40px;
	box-sizing: border-box;
}

#spKKcontent p a{
	text-decoration: underline;
	color: #000;

}
.caption{
	font-size: 0.85em;
	line-height: 1.5em;
}

.formbtnsp{
}
.formbtnsp a{
	display: inline-block;
	margin: 0;
	letter-spacing: 0.1em;
	background: #E41D1F;
	padding: 2em;
	color: #fff;
	box-sizing: border-box;
}
.formbtnsp a:hover{
	background: #51318f;
	color: #fff;
/*
	color: #33ED5B;
*/
	text-decoration: none;
}

#present{
	margin: 60px auto;
	padding: 0;
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	display: block;
}
#present h4{
	margin: 4em auto;
	padding: 10px;
	text-align: center;
	border: solid 1px #000;
	box-sizing: border-box;
	max-width: 90%;
	letter-spacing: 0.5em;
}
#present h4 span{
}
#present table{
	margin: 40px auto;
	border-collapse: separate;
	border-spacing: 1px;
	empty-cells: show;
	width: auto;
	max-width: 99%;
	line-height: 1.5em;
	box-sizing: border-box;
	padding: 0 10px;
}
#present table th{
	border-bottom: 1px solid #000;
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
#present table th:before{
	content: "";
}
#present table th span{
	font-size: 0.85em;
	margin-left: 1em;
}
#present table td{
	border-bottom: 1px solid #000;
	padding: 0.5em;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
#present h5{
	line-height: 1.5em;
	padding: 0 20px;
}

#present .present_ph{
	margin: 20px auto;
	display: flex;
}
#present .present_ph ul{
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	width: 80%;
}
#present .present_ph ul li{
	margin: 0 auto;
	width: calc((100% - 6px) / 2);
	box-sizing: border-box;
}
#present .present_ph ul li img{
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

#ytmv-wrap{
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 560px;
}

#ytmv{
	position: relative;
	width:100%; /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
	height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
	padding-top: 56.25%; /* 高さを指定(16:9) */
}
#ytmv iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
}




@media screen and (max-width:720px) {
	body:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url(img/main_sp.jpg) center top no-repeat;
	background-size:cover;
	}
	body{
	background-image: none;
	}
	#spttl{
	margin-top: 180px;
	}
	#spttl h2{
	font-size: 2em;
	}
	p.navip{
	display: none;
	}
	#spKK{
	margin: 120px auto;
	}
	#spKKcontent{
	padding: 0 0px;
	}
	#spKKcontent h3 span{
	line-height: 1.75em;
	}
	#spKKcontent h3 span{
	font-size: 0.85em;
	margin-right: 0;
	display: block;
	}
	#spKKcontent p.hh{
	padding: 0 16px;
	}
	#present h4{
	max-width: 100%;
	letter-spacing: 0.15em;
	}
	#present .present_ph ul{
	width: 100%;
	}
	#spttl h2 span{
	margin-left: 0;
	display: block;
	}
	#present table{
	width: auto;
	max-width: 100%;
	padding: 0 0;
	}

}

