@charset "utf-8";

/* WEBFONT Firefox, Opera, Safari */
@font-face{
	/*
	font-family: bokutachi;
	src: url('./bokutachi.otf') format("opentype");
	*/
}

body{
	font-family: bokutachi;
	margin:0 auto;
	border:0;
	padding:0;	
	width:100%;
}

body{
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -10;
	background: url("../img/poster.jpg") no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}

.line{
	position: fixed;
	background: url("../img/line.png") repeat;
	margin: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -9;
	opacity: 0.15;
}

article{
	box-sizing: border-box;
	margin:auto;
	border:0;
	padding:0;
	width:100%;
}

header{
	text-align:center;
}

h1{
	color:#fff;
	margin: auto;
	padding: 3rem 0 2rem;
	font-size:3rem;
	text-shadow:0 0 8px #bbb ,0 0 15px #fff ,0 0 30px #fff;
}
h1.top-h{
	color:#fff;
	margin: auto;
	padding: 6rem 0 15rem;
	font-size:3rem;
	text-shadow: none;
}
h1.top-h img{
	box-shadow: none;
	width: 35%;
}
h1.top-h img.date{
	margin-top: 3rem;
	box-shadow: none;
	width: 25%;
}

h2{
	color:#fff;
	margin:auto;
	margin-top:5rem;
	width:70%;
	font-size:1.5rem;
}
h2.category{
	margin:0 auto;
	padding: 10rem 0 0;
	text-align: center;
	text-shadow:1px 1px 1px #000;
}

div#main{
	background-image: url(../img/background.png);
	background-size: 50%;
	background-position: top center;
	margin: 10rem auto 0;
	padding: 5rem 0;
	text-align: center;
}
div#main h2{
	margin:0 auto;
	padding: 2rem;
	text-align: center;
	text-shadow:1px 1px 1px #000;
}
div#main p{
	background: rgba(100, 100, 100, 0.5);
	margin:0 auto;
	border-radius: 5px;
	padding: 2rem;
}
div#main p.reproduction-prohibited{
	background: 0;
	font-size: 0.8rem;
}
div#main p.reproduction-prohibited img{
	width: 30px;
}
div#main a{
	font-size: 1.5rem;
	text-shadow:1px 1px 1px #000;
}
div#main a.footer{
	display: inline-block;
	margin: 0 0 2rem;
}
div#main a img.top{
	width: 10%;
}
p{
	margin:auto;
	margin-top:1rem;
	width:70%;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	line-height:2.5rem;
	text-align: center;
}

ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	overflow: hidden;
	margin:2rem auto 5rem;
	padding: 0 10rem;
}

li{
	margin:0.3rem 1rem 1rem;
	width:46%;
	list-style:none;
}
li a{
	display: inline-block;
	position: relative;
}
li a img{
	width:100%;
}
li a img.thumbnail{
	box-shadow: 0px 0px 10px #111;
	height: 150px;
	object-fit: cover;
}
li a img.unit{
	position: absolute;
	width: auto;
	height: 40px;
	top: 10%;
	left: 3%;
	z-index: 1;
}

ul.gallery-cp li a{
	display: block;
	background: rgba(0,0,0,.3);
	padding: 0.75rem 0 0.5rem;
	border-radius: 15px 0px;
	box-shadow: 4px 4px 0px rgba(255,255,255,.75);
}
ul.gallery-cp li a:hover{
	display: block;
	background: rgba(255,255,255,.3);
	padding: 0.75rem 0 0.5rem;
	border-radius: 15px 0px;
}
ul.gallery-cp li a img{
	width:100%;
}
ul.gallery-cp li a img.unit{
	position: static;
	width: auto;
	height: 40px;
	top: 10%;
	left: 3%;
	z-index: 0;
}

#largeImg {
	display: none;
	width: 1000px;
	
}

#cover {
	background: rgba(0, 0, 0, 0.5);
	display: none;
	position: absolute;
}

footer{
	background-image: url(../img/background.png);
	background-size: 50%;
	background-position: top center;
	text-align: center;
	margin: 0;
	padding: 0 0 5rem;
}
a{
	color:#fff;
	text-decoration: none;
}
a:hover{
	color:#aaa;
	text-decoration: none;
}


/* スマホ */
@media only screen and (max-width:800px){
	body{
		background: url("../img/poster_sp.jpg") no-repeat;
		background-attachment: fixed;
		background-size: 100%;
	}
	h1{
		padding: 5rem 0 4rem;
		font-size:1rem;
	}
	h1.top-h{
		color:#fff;
		margin: 0 auto -9rem;
		padding: 6rem 0 0;
		font-size:1.7rem;
		text-shadow: none;
	}
	h1.top-h img{
		box-shadow: none;
		width: 80%;
	}
	h1.top-h img.date{
		margin-top: 3rem;
		box-shadow: none;
		width: 60%;
	}
	h1.cate img{
		margin-top: 0;
		box-shadow: none;
		max-width: 85%;
		max-height: 100%;
	}
	
	div#main{
		background-size: 130%;
	}
	div#main{
		margin: 14rem auto 0;
		padding: 0 0 3rem;
		text-align: center;
		width: 100%;
	}
	div#main h2{
		margin:0 auto;
		padding: 2rem 0 0;
		text-align: center;
		text-shadow:1px 1px 1px #000;
	}
	div#main a{
		font-size: 1.3rem;
	}
	div#main a img.top{
		width: 40%;
	}
	div#main p.reproduction-prohibited{
		box-sizing: border-box;
		padding: 2rem 1rem;
		font-size: 1rem;
	}

	
	h2{
		font-size:1rem;
	}
	
	p{
		width:100%;
	}

	ul{
		padding: 0;
	}
	li{
		width:80%;
	}
	li a img.thumbnail{
		box-shadow: 0px 0px 10px #111;
		height: 100px;
		object-fit: cover;
	}
	li a img.unit{
		position: absolute;
		max-width:  width: 80%;
		height: 20px;
		top: 10%;
		left: 3%;
		z-index: 1;
	}

	
	ul.gallery-cp li a img.unit{
		position: static;
		width: 80%;
		height: 30px;
		top: 10%;
		left: 3%;
		z-index: 0;
	}

}
