@charset 'utf-8';

html,
body {
	width: 100%;
	height: 100%;
}

html {
	background: url('images/bg_cartain.png') center center fixed;
	background-size: cover;
}

body {
	position: relative;
	font-family: 'Muli', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;

}

header,
footer {
	font-size: 80%;
}

a {
	color: #EB102F;
}

#infomation-area {
	position: absolute;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	text-align: center;
	z-index: 10000;

}

#infomation-area header a {
	text-decoration: none;
	color: #fff;
}


.impacted {
	display: -webkit-flex;
	display: flex;
	position: relative;
	justify-content: center;
	align-items: center;
	min-height: 100%;
	width: 100%;
}

h1 {
	width: 100%;
	position: relative;
	font-size: 5rem;
	text-align: center;
	font-weight: 100;
	color: #fff;
	letter-spacing: -.1ex;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	background: #8C0010;
}

.impacted>h1 {
	padding: 20px 0;
}

#first-contact h1 {
	height: 50vh;
	background: transparent;
}

#first-contact h1 img {
	max-width: 100%;
	max-height: 100%;
}

.members-area {
	z-index: 10000;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 10%;
	text-align: center;
}

.members-area li {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	font-size: 1.2em;
	background-position: center center;
	background-size: cover;
}

.members-area a {
	box-sizing: border-box;
	display: block;
	padding: 5px 10px;
	width: 100%;
	height: 100% font-weight: bold;
	text-decoration: none;
	text-shadow: -1px -1px #722f37, 1px -1px #722f37, -1px 1px #722f37, 1px 1px #722f37;
	color: #fff;
	background: rgba(0, 0, 0, 0.5)
}

.members-area a:hover {
	background: transparent;
}


.members-area li.sil {
	background-image: url(images/icon_moeclick.png);
}

.members-area li.scri {
	background-image: url(images/icon_scri.jpeg);
}

.members-area li.ctf {
	background-image: url(images/icon_curetypeface.png);
}

.conceptarea,
.judgearea {
	font-family: "Sawarabi Mincho", "Yu Mincho", "YuMincho";
	text-align: center;
	padding: 1em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	background: rgba(255, 255, 255, 0.8);
	line-height: 1.7;

}

.conceptarea h2,
.judgearea h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

.conceptarea a,
.judgearea a {
	color: inherit;
	text-decoration: underline;
}

.conceptarea a:hover,
.judgearea a:hover {
	color: inherit;
	text-decoration: underline;
	font-weight: bold;
}

.concepttext p {
	margin-bottom: 1.5em;
}

.concepttext p:last-child {
	margin-bottom: 0;
}

.judgearea dl {
	background: transparent;
	box-shadow: none;
}

.judgearea dt {
	font-size: 1.4em;
	font-weight: bold;
}

.judgearea dd {
	max-width: 1000px;
	margin-bottom: 3em;
}

.judgearea dd:last-child {
	margin-bottom: 0;
}

.judgearea .leadtext {
	margin-bottom: 1em;
	font-size: 1.2em;
	text-shadow: 0 0px 5px rgba(255, 255, 255, 1);
}


.crown,
.years {
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	color: #EB102F;
	letter-spacing: 1ex;
	font-size: 16px;
	background: gold;
	font-weight: bold;
	text-shadow: none;
}

.crown {
	top: -16px;
	padding: 1ex 0;
}

.years {
	bottom: -16px;
	padding: 1ex 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.prisetitle {
	font-size: .7em;
	display: block;
	letter-spacing: 0;
	background: #fff;
	color: #222;
}

.sugisarishi-kako-year {
	position: relative;
	width: 100%;
	height: 100%;
}

.lightspot {}

.sugisarishi-kako-year h1 {
	position: relative;
	font-size: 2em;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	z-index: 10000;
	margin: 0;
}

.sugisarishi-kako-year .navs {
	position: relative;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 10000;
	background: #fff;
}

.sugisarishi-kako-year .navs li {
	padding: 0 1em 1ex;
}

.sugisarishi-kako-year .navs li .shuyaku {
	font-size: 3em;
	font-weight: bold;
}

.sugisarishi-kako-year .navs li .shuyaku:after {
	content: "!";
}


.sugisarishi-kako-year iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

footer {
	position: fixed;
	bottom: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	text-align: center;
	z-index: 100001;
}

.now-on-air a {
	color: #fff;
}

.now-on-air a:hover {
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.years-of-omoide {
	margin-bottom: 1ex;
}

.years-of-omoide li {
	display: inline-block;
}

.book-image-opening {
	text-align: center;
	height: 30vh;
}

.book-image-opening img {
	height: 100%;
}

.concepttext .book-image-opening {
	margin-bottom: 1ex;
}

p.book-image-thumbnail-area {
	text-align: center;
}

p.book-image-thumbnail-area>img {
	height: 20vh;
}

.conceptarea h2.books-title-area {
	margin-bottom: 1ex;
}

.mb-break{
	display: block;
}

@media (max-width:640px) {
	h1 {
		font-size: 3em;
	}

	.members-area {
		bottom: 11%;
	}

	.members-area li {
		font-size: 12px !important;
	}

	.members-area a {
		padding: 5px 0;
	}

	.impacted {
		min-height: 100%;
		height: auto;
	}

	#concept,
	#judge {
		display: block;
		margin-bottom: 1em;
	}

	.conceptarea,
	.judgearea {
		text-align: left;
	}

	.conceptarea br {
		display: none;
	}

	.book-text-area br,
	.book-information-area br {
		display: block;
	}

	.judgearea {
		margin: 0;
	}

	.judgearea dd {
		padding: 1ex;
	}


	.sugisarishi-kako-year h1 {
		font-size: 1.5em;
	}

	.sugisarishi-kako-year .navs {
		font-size: .6em;
	}

	footer {
		padding: 5px;
	}

	.mb-break{
		display: block;
	}

	.mb-spacing{
		display: none;
	}

}