@charset "utf-8";

ul#ppp li a{color:black;}
ul#ppp li.current a{color:red}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}


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

#sp_ttl{
	margin: 40px auto;
	width: 80%;
	max-width: 100%;
	padding: 1em;
	box-sizing: border-box;
	display: block;
	text-align: center;
	position: relative;
	height: auto;
	min-height: 70vh;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
#sp_ttl .ttls{
	width: 100%;
	position: absolute;
	top: 90%;
	left: 50%;
	-webkit-transform: translate(-50%, -90%);
	-ms-transform: translate(-50%, -90%);
	transform: translate(-50%, -90%);
	overflow: hidden;
}
#sp_ttl h1{
	margin: 0 auto;
	padding: 10px;
	font-weight: 400;
	font-size: 3.2em;
	font-family: 'Cantarell', sans-serif;
	color: #fff;
	line-height: 1.35em;
}
#sp_ttl .ttls h1 span{
	margin-left: 0.5em;
}
#sp_ttl p{
	margin: 0 auto 0;
	padding: 10px;
	color: #fff;
	width: 100%;
	box-sizing: border-box;
}

#spw100{
	margin: 420px auto;
	padding: 20px 20px 100px;
	width: 100%;
	height: auto;
	min-height: 100vh;
	color: #fff;
	position: relative;
	text-align: center;
	background: rgba(255,255,255,0.77);
	box-sizing: border-box;
	clip-path: polygon(0 calc(100% - 99%), 100% 0, 100% 99%, 0 100%);

/*
	clip-path: polygon(0 calc(100% - 99%), 100% 0, 100% 99%, 50% 100%, 0 99%);
*/
}
/*
#spw100:before{
	content: '';
	position: absolute;
	top: -100px;
	left: 0;
	height: 100px;
	background: url(../../special/img042/bgt.png) top left no-repeat;
	width: 100%;
}
*/
#spw100 h2{
	margin: 100px auto;
	text-align: center;
	letter-spacing: 0.35em;
}
#spw100 h2 span{
	border-bottom: solid 1px #333;
	padding: 0.5em 1em;
	color: #333;
	position: relative;
}
#spw100 h2 span:after {
	content: "";
	display: block;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: -4px;
	width: 50%;
	border-bottom: 4px solid #E80600;
}

#kok_imgs{
	margin: 0 auto 40px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}
#kok_imgs img{
	margin: 0 auto;
	padding: 10px;
	width: 50%;
	height: auto;
	box-sizing: border-box;
}

dl#sp_kok{
	margin: 40px auto 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}
dl#sp_kok dt{
	font-weight: bold;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.75em;
	font-size: 1em;
	padding: 0 0 2em;
	color: #000;
}
dl#sp_kok dt:before{
	content: "Q";
	font-size: 2em;
	margin: 0 0.2em 0 0;
	padding: .1em 0;
	font-weight: 700;
	font-family: 'Lucida Grande', 'Cantarell', sans-serif;
	float: left;
}

/*
dl#sp_kok dt:first-letter{
	font-size: 2em;
	margin: 0 0.2em 0 0;
	float: left;
	padding: .1em 0;
	font-weight: 700;
	font-family: 'Lucida Grande', 'Cantarell', sans-serif;
}
*/

dl#sp_kok dd{
	letter-spacing: 0.05em;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.75em;
	padding: 0 0 4em;
	color: #111;
	letter-spacing: 0.05em;
/*
	letter-spacing: 0.03em;
	font-feature-settings: "palt" 1;
*/
}
dl#sp_kok dd img{
	margin: 20px auto;
	display: block;
	width: 50%;
	height: auto;
	max-width: 640px;
}

#nextprev{
	margin: 2em auto;
	padding: 20px;
	box-sizing: border-box;;
	clear: both;
}
#nextprev a{
	display: block;
	text-align: center;
	border: solid 1px #000;
	padding: 1.5em 0;
	background: #fff;
}
#nextprev a:hover{
	text-decoration: none;
	color: #fff;
	background: #d33130;
	border-color: #d33130;
}

#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%;
}



/*  sp sp sp sp sp sp sp spsp sp sp spsp sp sp spsp sp sp spsp sp sp spsp sp sp sp  */


@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(../../special/img048/main_sp.jpg) center top no-repeat;
	background-size:cover;
	}
	body{
	background-image: none;
	}
	#sp_ttl{
	margin: 240px auto 240px;
	min-height: 400px;
	max-width: 100%;
	width: 100%;
	}
	#sp_ttl .ttls h1{
	font-size: 2em;
	}
	#sp_ttl .ttls h1 span{
	margin-left: 0;
	display: block;
	}
	#sp_ttl .ttls p{
	margin: 0 auto;
	padding: 10px;
	width: 100%;
	}
	#kok_imgs img{
	margin: 0 auto ;
	padding: 10px;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	}
#sp_ttl .ttls{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: hidden;
}
}