@charset "UTF-8";
html {
	position: relative;
	min-height: 100%;
	width: 100%;
}
body {
	font-size: 1.2rem;
	line-height: 1.6;
	font-weight: bold;
	font-family: "Yu Gothic",YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	color: #fff;
	width: 98%;
	background-color: #000;
	overflow-y: scroll;
	position: fixed;
	padding: 1%;
}
* {margin: 0;padding: 0;}
a {color: #000;}
img {display: block;}
a img {border: none;}
a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.clearfix {display: block;}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {clear: both;}
ul,ol,li {list-style-type: none;}
.pc-view{display: block;}
.sp-view{display: none;}
section{
	position: relative;
	text-align: center;
}

.loading{
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
}
.loading-contents{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.loading-contents-gauge{position: relative;}
.loading-contents-gauge>span{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0px;
	height: 207px;
	overflow: hidden;
}
.loading-contents-gauge>span img{
	position: absolute;
	left: 0;
	bottom: 0;
}

.wrapper{
	min-width: 1240px;
	max-width: 1360px;
	overflow: hidden;
	margin: 0 auto;
	font-size: 0;
}
header{padding: 20px 8px 17px;}
header h1 img{cursor: pointer;}
nav.menu h1,
a.sp-menu{display: none;}

nav.menu{width: 20%;}
nav.menu ul{padding-left: 20px;}
nav.menu ul li{
	margin-bottom: 20px;
	position: relative;
}
nav.menu ul li img{display: inline;}
nav.menu ul li a.yt{
	width: 24px;
	position: absolute;
	top: 0;
	left: 70px;
}
nav.menu ul li a.yt img{
	width: 100%;
}
nav.menu,
main{
	display: inline-block;
	vertical-align: top;
}
main{
	width: 78%;
	min-height: 75vh;
	font-size: 18px;
	line-height: 30px;
}
h2.ttl{
	margin-top: -50px;
	margin-bottom: 50px;
	z-index: 2;
	position: relative;
}
h2.ttl img{margin: 0 auto;}
.footer{
	font-size: 1rem;
	font-weight: normal;
	background-color: #000;
	color: #fff;
	height: 100px;
	line-height: 30px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: -1%;
}
ul.pager{
	font-size: 0;
	text-align: center;
	margin-top: 60px;
}
ul.pager li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
ul.pager li.page a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	display: block;
	text-align: center;
}
.news-list li{
	border-style: solid;
	border-width: 3px;
	border-color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	box-shadow: 4px 5px 0px 0px rgba(0, 0, 0, 1);
	-webkit-box-shadow: 4px 5px 0px 0px rgba(0, 0, 0, 1);
	position: relative;
	margin-bottom: 30px;
	text-align: left;
}
.news-list li:last-child{
	margin-bottom: 0px;
}
.news-list li>a{
	display: block;
	padding: 30px 25px 15px;
}
.news-list li>a:hover{
	opacity: 1;
}
.news-date{
	font-size: 14px;
	background-image: url(../img/news/date.png);
	color: #fff;
	background-size: contain;
	background-repeat: no-repeat;
	width: 113px;
	height: 45px;
	display: block;
	line-height: 45px;
	text-align: center;
	position: absolute;
	top: -20px;
	left: 20px;
}

/** smart phone **/
@media screen and (max-width: 767px){
	.pc-view{display: none;}
	.sp-view{display: block;}

	body{
		font-size: 1rem;
		width: 94%;
		padding: 3% 3% 0;
	}
	.loading{z-index: 10000;}
	.loading-contents img{width: 190px;}
	.wrapper{
		min-width: initial;
		max-width: initial;
		margin: 0;
	}
	header{display: none;}
	nav.menu {
		display: none;
		position: fixed;
		background-color: #000;
		width: 100%;
		height: 100%;
		z-index: 9998;
		top: 0;
		left: 0 !important;
		right: 0;
		bottom: 0;
	}
	nav.menu ul{
		margin-top: 5%;
		padding: 0 5%;
		text-align: left;
	}
	nav.menu ul li{
		margin-bottom: 0;
		display: inline-block !important;
		vertical-align: top;
		width: 45%;
		margin: 4% 2%;
/*		width: 50%;
		margin: 4% 0%;*/
	}
	nav.menu ul li:nth-last-child(2) img{margin: 3% 0;}
	nav.menu ul li img{width: 100%;}
	nav.menu ul li a{
		display: block;
		padding: 3% 0;
	}
	nav.menu ul li a.yt{
		top: 50%;
		left: 52%;
		-webkit-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
	}
	nav.menu h1{display: block;}
	nav.menu h1 img{
		width: 50%;
		margin: 10% auto 3%;
	}
	a.sp-menu{
		display: block;
		width: 55px;
		height: 55px;
		background-color: #000;
		text-align: center;
		position: fixed;
		top: 1.5%;
		right: 2%;
		z-index: 9999;
	}
	a.sp-menu:hover{
		opacity: 1;
	}
	a.sp-menu img{
		width: 21px;
		display: block;
		margin: 0px auto;
		padding: 11.5px 0 11px;
	}
	main{
		padding: 22% 5% 0;
		font-size: 13px;
		line-height: 20px;
	}
	.footer{
		height: 50px;
		line-height: 16px;
		font-size: 11px;
		margin-bottom: 0%;
	}
	h2.ttl {
		margin-top: 0;
		margin-bottom: 15%;
	}
		ul.pager{
		margin-top: 10%;
		margin-bottom: 10%;
	}
	ul.pager .next img,
	ul.pager .prev img{
		width: 67%;
	}
	ul.pager li.page{
		margin: 0 2.5%;
	}
	ul.pager li.page a{
		width: 28px;
		height: 28px;
		line-height: 28px;
		font-size: 13px;
	}
	.news-list li {
		width: auto;
		margin-left: auto;
		margin-right: auto;
		box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 1);
		-webkit-box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 1);
		border-width: 2px;
	}
	.news-list li>a {
		padding: 20px 13px 9px;
	}
	.news-date {
		left: 5px;
		width: 100px;
		top: -23px;
		height: 33px;
		line-height: 38px;
		font-size: 13px;
	}
}