@charset "utf-8";

/* ----------------reset---------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul, li {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* ----------------common---------------- */

body {
	color: #000;
	min-width: 1287px;
	font-family: 'Noto Sans JP', sans-serif;
}

a:hover {
	opacity: 0.8;
}

/* ----------------header---------------- */

header {
#	background: rgba(93,197,232,1);
#	background: -moz-linear-gradient(top, rgba(93,197,232,1) 0%, rgba(255,255,255,1) 100%);
#	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(93,197,232,1)), color-stop(100%, rgba(255,255,255,1)));
#	background: -webkit-linear-gradient(top, rgba(93,197,232,1) 0%, rgba(255,255,255,1) 100%);
#	background: -o-linear-gradient(top, rgba(93,197,232,1) 0%, rgba(255,255,255,1) 100%);
#	background: -ms-linear-gradient(top, rgba(93,197,232,1) 0%, rgba(255,255,255,1) 100%);
#	background: linear-gradient(to bottom, rgba(93,197,232,1) 0%, rgba(255,255,255,1) 100%);
#	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5dc5e8', endColorstr='#ffffff', GradientType=0 );
}

header h1 {
	width: 1287px;
	height: 778px;
	margin: 0 auto;
	text-indent: -999em;
	background: url(../images/award2024.png) no-repeat;
	background-size: contain;
}

header p {
	font-size: 18px;
	text-align: center;
	line-height: 1.8em;
	margin-top: -225px;
}

span.note {
	font-size:70%;
}

/* ----------------nav---------------- */

nav {
	width: 1174px;
	margin: 45px auto 75px auto;
}

nav ul {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	background: white;
	border: 1px solid #cccccc;
	padding: 10px 0;
	box-sizing: border-box;
	display: table;
	width: 100%;
}

nav ul li a {
	display: block;
	text-decoration: none;
	color: black;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 0.5em;
	padding-bottom: 40px;
	background: url(../images/icon_anchor.png) no-repeat 50% 90%;
}

nav ul li:hover {
	background: rgb(247, 247, 247);
}

nav ul li a:hover {
	background: rgb(247, 247, 247) url(../images/icon_anchor.png) no-repeat 50% 90%;
}

nav ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1.3em;
	font-size: 22px;
	font-weight: 700;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 0.3em;
}

#nav ul li:nth-child(5) {
#	font-size: 18px;
#}

nav ul li:last-child {
	border-right: 0;
}

nav ul li span {
	font-weight: normal;
	display: block;
	font-size: 16px;
}


/* ----------------article---------------- */

article {
	width: 1174px;
	margin: 0 auto;
}


/* ----------------section---------------- */

#gold h2,
#category1 h2,
#category2 h2,
#category3 h2,
#category4 h2,
#tokubetsu h2 {
	display: table;
	position: relative;
	margin: 0 auto 1em auto;
	font-weight: 900;
	letter-spacing: 0.2em;
}

#gold h2 {
	font-size: 50px;
}

#category1 h2,
#category2 h2,
#category3 h2,
#category4 h2,
#tokubetsu h2 {
	font-size: 30px;
}

h2 span {
	font-size: 50%;
	letter-spacing: 0;
	display: block;
	margin: 0 auto 0.2em;
	text-align: center;
	font-weight: normal;
}

#nomination h2 {
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 45px;
}

#nomination h2 span {
	font-size: 20px;
}

#gold ul {
	margin: 0 auto 80px auto;
	display: table;
}

#gold h2:before,
#category1 h2:before,
#category2 h2:before,
#category3 h2:before,
#category4 h2:before,
#tokubetsu h2:before {
	display: block;
	width: 45px;
	height: 57px;
	position: absolute;
	bottom: 0;
	top: 0;
	content: "";
	background: url(../images/leaf_left.png) no-repeat;
}


#gold h2:before {
	left: -1.3em;
}

#category1 h2:before,
#category2 h2:before,
#category3 h2:before,
#category4 h2:before,
#tokubetsu h2:before {
	left: -1.9em;
}

#category1 h2:before,
#category2 h2:before,
#category3 h2:before,
#category4 h2:before,
#tokubetsu h2:before,
#category1 h2:after,
#category2 h2:after,
#category3 h2:after,
#category4 h2:after,
#tokubetsu h2:after {
	bottom: -5px !important;
	top: auto !important;
}

#gold h2:after,
#category1 h2:after,
#category2 h2:after,
#category3 h2:after,
#category4 h2:after,
#tokubetsu h2:after {
	display: block;
	width: 45px;
	height: 57px;
	position: absolute;
	bottom: 0;
	top: 0;
	content: "";
	background: url(../images/leaf_right.png) no-repeat;
}

#gold h2:after {
	right: -1.1em;
}

#category1 h2:after,
#category2 h2:after,
#category3 h2:after,
#category4 h2:after,
#tokubetsu h2:after {
	right: -1.7em;
}

#category1 ul,
#category2 ul,
#category3 ul,
#category4 ul,
#tokubetsu ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: table;
	justify-content: space-between;
	margin: 0 auto 80px auto;
}

#tokubetsu ul {
	justify-content: space-around;
#	width: 850px;
}

#gold ul li,
#category1 ul li,
#category2 ul li,
#category3 ul li,
#category4 ul li,
#tokubetsu ul li {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
	width: 400px;
}

#gold ul li img,
#category1 ul li img,
#category2 ul li img,
#category3 ul li img,
#category4 ul li img,
#tokubetsu ul li img {
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	margin-bottom: 25px;
}

#gold ul li h3,
#category1 ul li h3,
#category2 ul li h3,
#category3 ul li h3,
#category4 ul li h3,
#tokubetsu ul li h3 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0;
} 

#gold ul li h4,
#category1 ul li h4,
#category2 ul li h4,
#category3 ul li h4,
#category4 ul li h4,
#tokubetsu ul li h4 {
	font-size: 18px;
	padding: 1em;
	margin-bottom: 0;
	text-align: center;
	line-height: 1.5em;
}

#gold ul li p,
#category1 ul li p,
#category2 ul li p,
#category3 ul li p,
#category4 ul li p,
#tokubetsu ul li p {
	font-size: 15px;
	color: #6f6f6f;
	padding: 1em;
	line-height: 1.5em;
}

#category1 ul li p,
#category2 ul li p,
#category3 ul li p,
#category4 ul li p,
#tokubetsu ul li p {
	text-align: center;
}

.inner-nomi {
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 1px solid #cccccc;
	padding: 2.5em;
	box-sizing: border-box;
	height: 420px;
	overflow-y: scroll;
}

.inner-nomi ul {
	width: 100%;
	column-count: 3;
}

.inner-nomi li {
	font-size: 18px;
	line-height: 1.8em;
}

/* ----------------footer---------------- */

footer {
	background: url(../images/footerbg.jpg) no-repeat;
	width: 1287px;
	min-height: 357px;
	margin: 0 auto;
	padding-top: 85px;
}

.btop a {
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 2px solid #7ccbf2;
	text-decoration: none;
	display: table;
	background: rgba(255, 255, 255, 0.8) url(../images/icon_btn.png) no-repeat 95% 50%;
	padding: 1em 5em;
	font-weight: 900;
	color: black;
	font-size: 20px;
	margin: 0 auto;
}


/* ----------------media query---------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 
	
	footer {
		background: url(../images/footerbg@2x.jpg) no-repeat;
		background-size: contain;
	}
	
	.btop a {
		background: rgba(255, 255, 255, 0.8) url(../images/icon_btn@2x.png) no-repeat 95% 50%;
		background-size: 25px 25px;
	}
	
	header h1 {
		background: url("../images/award2024.png");
		background-size: contain;

	}
	
	header p {
		line-height: 1.5em;
	}
	
}

@media(max-width:812px) {
	
	body {
		min-width: 100%;
	}
	
	header h1 {
		text-indent: 0;
		background: none;
		width: 100%;
		height: auto;
		overflow-x: hidden;
	}
	
	header h1 img {
		width: 200%;
		position: relative;
		left: -50%;
	}
	
	article {
		width: 95%;
	}
	
	header p {
		font-size: 0.8rem;
		line-height: 1.5em;
		margin: -8em auto 2em auto;
		width: 90%;
		text-align: left;
		z-index: 2;
		position: relative;
	}

	nav {
		width: 90%;
		margin: 1em auto 2em auto;
	}

	nav ul {
		background: none;
		border: 0;
		width: 100%;
		padding: 0 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	nav ul li {
		display: block;
		font-size: 1rem;
		border-right: 0;
		margin-bottom: 10px;
		width: 48.5%;
	}	

	nav ul li a {
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px 5px 5px 5px;
		-webkit-border-radius: 5px 5px 5px 5px;
		display: block;
		border: 1px solid #cccccc;
		padding-right: 1.5em;
		padding-left: 0.5em;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		background: white url(../images/icon_anchor.png) no-repeat 93% 50%;
		background-size: 12px;
	}

	nav ul li:first-child a,
	nav ul li:last-child a {
		background-position: 97% 50%;
	}

#	nav ul li:nth-child(5) {
#		font-size: 0.8rem;
#	}

	nav ul li span {
		font-size: 80%;
	}

	nav ul li:first-child {
		font-size: 1.5rem;
		width: 100%;
	}

	nav ul li:last-child {
		width: 100%;
	}
	
	#gold h2 {
		margin: 0 auto 0.6em auto;
		font-size: 1.8rem;
	}
	
	#category1 h2,
	#category2 h2,
	#category3 h2,
	#category4 h2,
	#tokubetsu h2 {
		margin: 0 auto 0.6em auto;
		font-size: 1.1rem;
		letter-spacing: 0;
	}

	#gold h2:before,
	#category1 h2:before,
	#category2 h2:before,
	#category3 h2:before,
	#category4 h2:before,
	#tokubetsu h2:before,
	#gold h2:after,
	#category1 h2:after,
	#category2 h2:after,
	#category3 h2:after,
	#category4 h2:after,
	#tokubetsu h2:after {
		width: 30px;
		height: 38px;
		background-size: contain;
		background-position: bottom;
	}

	#category1 h2:before,
	#category2 h2:before,
	#category3 h2:before,
	#category4 h2:before,
	#tokubetsu h2:before {
		left: -2.2em;
	}

	#category1 h2:after,
	#category2 h2:after,
	#category3 h2:after,
	#category4 h2:after,
	#tokubetsu h2:after {
		right: -2.3em;
	}	
	
	#gold ul {
		margin: 0 auto 3em auto;
	}
	
	#category1 ul,
	#category2 ul,
	#category3 ul,
	#category4 ul,
	#tokubetsu ul {
		flex-wrap: wrap;
		margin: 0 auto 3em auto;
		width: 100%;
	}

	#tokubetsu ul {
		justify-content: center;
		width: 100%;
	}

	#gold ul li,
	#category1 ul li,
	#category2 ul li,
	#category3 ul li,
	#category4 ul li,
	#tokubetsu ul li {
		margin: 0 auto 1em auto;
		width:90vw;
	}	
	
	#gold ul li img,
	#category1 ul li img,
	#category2 ul li img,
	#category3 ul li img,
	#category4 ul li img,
	#tokubetsu ul li img {
		width: 100%;
		margin-bottom: 1em;
	}
	
	#gold ul li h3,
	#category1 ul li h3,
	#category2 ul li h3,
	#category3 ul li h3,
	#category4 ul li h3,
	#tokubetsu ul li h3 {
		font-size: 1.2rem;
	} 

	#gold ul li h4,
	#category1 ul li h4,
	#category2 ul li h4,
	#category3 ul li h4,
	#category4 ul li h4,
	#tokubetsu ul li h4 {
		font-size: 1rem;
		padding: 1em 1em 0 1em;
	}

	#gold ul li p,
	#category1 ul li p,
	#category2 ul li p,
	#category3 ul li p,
	#category4 ul li p,
	#tokubetsu ul li p {
		font-size: 0.8rem;
	}
	
	.inner-nomi {
		padding: 1.5em;
		height: 300px;
	}


	.inner-nomi ul {
		width: 100%;
		column-count: 2;
	}

	.inner-nomi li {
		font-size: 0.8rem;
		line-height: 2em;
	}
	
	.btop a {
		border: 1px solid #7ccbf2;
		font-size: 1rem;
	}
	
	footer {
		width: 100%;
		min-height: auto;
		padding-bottom: 2em;
	}
	
}