@charset "utf-8";
/* CSS Document */

/*リセット*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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 {
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;
}

/*==============================
全体
==============================*/
body,html {
	width:100%;
	height:100%;
}

html {
	font-size:62.5%; /*基本サイズ10px*/	
}

body {
	color:#3A3A3A;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1.4rem;
	line-height:2.4rem;
}

@media screen and (max-width:1024px) {
body {
	font-size:1.6rem;
	line-height:2.6rem;
	-webkit-text-size-adjust:100%;
}
}

a:link {
	color:#44AEE0;
	text-decoration:none;
}

a:visited {
	color:#61bbe5;
	text-decoration:none;
}

a:hover,a:active {
	color:#61bbe5;
	text-decoration:underline;
}

/*==============================
共通
==============================*/
/*クリア*/
.clear {
	clear:both;
}

/*マージン*/
.bottom5 {
	margin-bottom:5px;
}

.bottom10 {
	margin-bottom:10px;
}

.bottom15 {
	margin-bottom:15px;
}

.bottom20 {
	margin-bottom:20px;
}

.bottom25 {
	margin-bottom:25px;
}

.bottom30 {
	margin-bottom:30px;
}

.bottom35 {	
	margin-bottom:35px;
}

.bottom40 {	
	margin-bottom:40px;
}

.bottom50 {	
	margin-bottom:50px;
}

.top5 {
	margin-top:5px;
}

.top10 {
	margin-top:10px;
}

.top15 {
	margin-top:15px;
}

.top20 {
	margin-top:20px;
}

.top25 {
	margin-top:25px;
}

.top30 {
	margin-top:30px;
}

.top35 {
	margin-top:35px;
}

.top50 {
	margin-top:50px;
}

.left5 {
	margin-left:5px;
}

.left10 {
	margin-left:10px;
}

.left15 {
	margin-left:15px;
}

.left20 {
	margin-left:20px;
}

.right5 {
	margin-right:5px;
}

.right10 {
	margin-right:10px;
}

.right15 {
	margin-right:15px;
}

.right20 {
	margin-right:20px;
}

/*パディング*/
.pTop5 {
	padding-top:10px;
}

.pTop10 {
	padding-top:10px;
}

.pTop15 {
	padding-top:15px;
}

.pTop20 {
	padding-top:20px;
}

.pBottom5 {
	padding-bottom:5px;
}

.pBottom10 {
	padding-bottom:10px;
}

.pBottom15 {
	padding-bottom:12px;
}

.pBottom20 {
	padding-bottom:20px;
}

/*揃え*/
.taLeft {
	text-align:left;
}

.taRight {
	text-align:right;
}

.taCenter {
	text-align:center;
}

/*フォント*/
.fwBold {
	font-weight:bold;
}

/*float*/
.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

/*==============================
枠組み
==============================*/
#bg {
	background:url(../images/main_gray.jpg) no-repeat center top;
	background-size:contain;
}

@media screen and (max-width:1024px) { 
#bg {
	background:url(../images/main_gray_sp.jpg) no-repeat center top;
}
}

#top {
	width:100%;
	height:100%;
	min-height:900px;
	background-size:cover;
	background-position:center;
	background-image:url(../images/main.jpg);
	position:relative;
}

@media screen and (max-width:480px) { 
#top {
	min-height:0;
}

#topWrap {
	margin:0 4%;	
}
}

#results {
	padding:65px 0 20px;
}

#outline {
	background:#1C1F21;
	color:#FFF;
	padding:80px 0;
}

#report {
	background:#FFF;
	padding:80px 0 0;
}

#awardCeremony {
	background:#FFF;
	padding:80px 0 50px;
}

#awardCeremonyTop {
	margin-top:65px;
    padding:0 4%;
	/*margin-bottom:60px;*/
}

@media screen and (max-width:480px) {
#awardCeremonyTop {
	margin-top:40px;
	margin-bottom:-10px;
    
}
}

#kuramoto {
	background:#FFF;
	padding-bottom:52px;
}

#concept {
	background:#1C1F21;
	color:#FFF;
	overflow:hidden;
}

#history {
	background:#44AEE0;
	color:#FFF;
	padding:80px 0 42px;
}

.contents {
	width:1000px;
	margin:0 auto;
}

footer {
	background:#000;
	text-align:center;
	padding:30px 0 20px;
}

#policy {
	padding:80px 0;
}

@media screen and (max-width:1024px) {
#results {
	padding:40px 4% 0;
}

#outline {
	padding:40px 4%;
}

#report {
	padding:40px 4%;
}

#awardCeremony {
	padding:40px 4%;
}

#kuramoto {
	padding:0 4%;
}

#concept {
	background:#1C1F21 url(../images/concept_tablet.jpg) no-repeat center center;
	background-size:cover;
	padding:25px 4%;
}

#history {
	padding:40px 4% 12px;
}

.contents {
	width:100%;
}

footer {
	padding:40px 4%;
}

#policy {
	padding:40px 4%;
}
}

@media screen and (max-width:480px) {
#results {
	padding:30px 4% 0;
}

#report {
	padding:30px 4% 20px;
}

#awardCeremony {
	padding:20px 4%;
}

#kuramoto {
	padding:0 4%;
}

#concept {
	background:#1C1F21 url(../images/concept_sp.jpg) no-repeat right top;
	padding:0 4%;
}

#history {
	padding:20px 4% 18px;
}

footer {
	padding:20px 4%;
}

#policy {
	padding:30px 4%;
}
}

/*==============================
見出し
==============================*/
.headlineMain {
	font-size:4rem;
	line-height:5rem;
	margin-top:-3px;
	text-align:center;
	font-family:"ヒラギノ明朝 W4 JIS2004", "Hiragino Mincho W4 JIS2004", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

@media screen and (max-width:480px) { 
.headlineMain {
	font-size:3rem;
	line-height:4rem;
}
}

.headlineSub {
	font-size:2.6rem;
	line-height:3.2rem;
	text-align:center;
	margin-top:-3px;
	font-family:"新ゴ EL", "Shin Go ExLight", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width:480px) { 
.headlineSub {
	font-size:2.2rem;
	line-height:2.6rem;
}
}

.stationHl2 {
	margin-top:30px;
}

@media screen and (max-width:480px) { 
.stationHl2 {
	margin-top:10px;
	margin-bottom:20px !important;
}
}

/*==============================
メインイメージ部分
==============================*/
h1 {
	text-align:center;
	padding-top:180px;/*1つの場合*/
	/*padding-top:130px;2つの場合*/
	/*padding-top:130px;エントリー受付中の場合*/
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
/*iPad横向き*/
h1 {
	text-align:center;
	padding-top:140px;/*1つの場合*/
	/*padding-top:110px;2つの場合*/
	/*padding-top:100px;エントリー受付中の場合*/
}
}

h1 img {
	width:390px;
	height:492px;
}

@media screen and (max-width:1024px) { 
h1 {
	padding-top:110px;/*1つの場合*/
	/*padding-top:80px;2つの場合*/
	/*padding-top:50px;エントリー受付中の場合*/
}
}

@media screen and (max-width:480px) { 
h1 {
	padding-top:100px;/*1つの場合*/
	/*padding-top:60px;2つの場合*/
	/*padding-top:25px;エントリー受付中の場合*/
}

h1 img {
	width:72%;
	height:auto;
}
}

ul#mainLink {
	width:500px;
	margin:60px auto 0;/*1つの場合*/
	/*margin:40px auto 20px;2つの場合*/
	/*margin:30px auto 0;エントリー受付中の場合*/
	font-size:2.4rem;
	line-height:3rem;
	font-family:"ヒラギノ明朝 W4 JIS2004", "Hiragino Mincho W4 JIS2004", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

@media screen and (max-width:1024px) { 
ul#mainLink {
	/*margin:80px auto 0; 1つの場合*/
	margin:40px auto 0; /*2つの場合*/
	/*margin:20px auto 0;エントリー受付中の場合*/
}
}

@media screen and (max-width:480px) { 
ul#mainLink {
	width:100%;
	margin:45px auto 0;/*1つの場合*/
	/*margin:40px auto 0; 2つの場合*/
	/*margin:15px auto 0;エントリー受付中の場合*/
	font-size:2rem;
	line-height:2.6rem;
}
}

ul#mainLink li {
	display:block;
	border:2px solid #FFF;
	text-align:center;
	margin-bottom:15px;
}

@media screen and (max-width:480px) { 
ul#mainLink li {
	margin-bottom:10px;
}
}

ul#mainLink a:link,ul#mainLink a:visited {
	display:block;
	color:#FFFFFF;
	padding:20px;
}

/*IE11の文字上がり対策*/
@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, ul#mainLink a:link,ul#mainLink a:visited  {
	padding:20px 0 14px;
}
}

/*IE10の文字上がり対策*/
@media all and (-ms-high-contrast:none) {
ul#mainLink a:link,ul#mainLink a:visited {
	padding:20px 0 14px;
}
}

@media screen and (max-width:480px) { 
ul#mainLink a:link,ul#mainLink a:visited {
	padding:10px;
}
}

ul#mainLink a:hover,ul#mainLink a:active {
	text-decoration:none;
}

/*スクロール矢印*/
#scrollArrow {
    position:absolute;
    z-index:30;
    bottom:20px;
    left:50%;
    display:block;
    text-align:center;
}

#scrollArrow img {
    animation-name:home_banner_btn_contact_movement;
    animation-duration:2s;
    animation-iteration-count:infinite;
	width:21px;
	height:13px;
}

@keyframes home_banner_btn_contact_movement {
    0%   {margin-top:20px;margin-bottom: 0;}
    50%  {margin-top:10px;margin-bottom: 10px;}
    100% {margin-top:20px;margin-bottom: 0;}
}

/*バナーエリア*/
.topBanner {
	text-align:center;
}

@media screen and (max-width:480px) { 
.topBanner img {
	width:100%;
	height:auto;
}
}

@media screen and (max-width:480px) { 
.entry {
	font-size:1.8rem;
}
}

/*==============================
ナビ
==============================*/
nav {
    position:fixed;
    top:0;
    width:100%;
    z-index:999;
	background:#000;
	height:80px;
}

@media screen and (max-width:1024px) { 
nav {
	height:100vh;
	padding-top:80px;
	background:rgba(255,255,255,0.95);
}
}

@media screen and (max-width:480px) { 
nav {
	padding-top:70px;
}
}

nav a:link,nav a:visited {
	color:#FFF;
	text-decoration:none;
}

@media screen and (max-width:1024px) { 
nav a:link,nav a:visited {
	color:#3A3A3A;
}
}

nav a:hover,nav a:active {
	color:#44AEE0;
}

nav ul {
	text-align:right;
	font-size:0;
	margin-right:100px;
	padding-top:30px;
}

nav ul li {
	display:inline-block;
	font-size:1.8rem;
	line-height:2rem;	
	margin-left:50px;
	font-family:"ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

@media screen and (max-width:1024px) { 
nav ul {
	text-align:center;
	margin-right:0;
	padding-top:0;
	overflow:hidden;
	margin:0 4%;
}

nav ul li {
	margin-left:0;
	display:block;
	width:48%;
	float:left;
	border-bottom: 1px dotted #CCCCCC;
}

nav ul li:nth-child(2n) {
	margin-left:4%;
}

nav ul li a {
	display:block;
	padding:18px 0;
}
}

nav ul li:last-child {
	font-style:italic;
}

#navFBicon {
	background:url(../images/nav_facebook_icon.png) no-repeat left top;
	width:8px;
	height:18px;
	/*テキスト飛ばし*/
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-size:8px 18px;
}

#navFBicon a {
	display:block;
}

@media screen and (max-width:1024px) { 
#navFBicon {
	background:url(../images/nav_facebook_icon.png) no-repeat center center;
	width:48%;
	height:auto;
	background-size:8px 18px;
}
}

/*アンカーズレ調整*/
/*for IE & EDGE*/
#aTop,#aResluts,#aOutline,#aReport,#aAwardCeremony {
	padding: 80px 0 0;
}

#grandGoldOneuchiNurukan,#grandGoldOneuchiAtsukan,#grandGoldGokujyoNurukan,#grandGoldGokujyoAtsukan,#grandGoldPremium,#grandGoldNigori,#grandGoldKoshu,#goldOneuchiNurukan,#goldOneuchiAtsukan,#goldGokujyoNurukan,#goldGokujyoAtsukan,#goldPremium,#goldNigori,#goldKoshu,#suishoOneuchiNurukan,#suishoOneuchiAtsukan,#suishoGokujyoNurukan,#suishoGokujyoAtsukan,#suishoPremium,#suishoNigori,#suishoKoshu {
	padding: 120px 0 0;
}

#aHistory,#aConcept {
	padding:79px 0 0;
}

/*for Firefox*/
@-moz-document url-prefix() {
#aTop,#aResluts,#aOutline,#aReport,#aConcept,#aHistory,#aAwardCeremony {
		padding: 65px 0 0;
	}
    
#grandGoldOneuchiNurukan,#grandGoldOneuchiAtsukan,#grandGoldGokujyoNurukan,#grandGoldGokujyoAtsukan,#grandGoldPremium,#grandGoldNigori,#grandGoldKoshu,#goldOneuchiNurukan,#goldOneuchiAtsukan,#goldGokujyoNurukan,#goldGokujyoAtsukan,#goldPremium,#goldNigori,#goldKoshu,#suishoOneuchiNurukan,#suishoOneuchiAtsukan,#suishoGokujyoNurukan,#suishoGokujyoAtsukan,#suishoPremium,#suishoNigori,#suishoKoshu {
		padding: 120px 0 0;
	}

	#aReport {
		padding: 64px 0 0;
	}
}

/*for Google Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
#aTop,#aResluts,#aOutline,#aReport,#aConcept,#aAwardCeremony {
		position: relative;
		top: -80px;
		display: block;
		margin: 0 0 -80px;
	}
    
#grandGoldOneuchiNurukan,#grandGoldOneuchiAtsukan,#grandGoldGokujyoNurukan,#grandGoldGokujyoAtsukan,#grandGoldPremium,#grandGoldNigori,#grandGoldKoshu,#goldOneuchiNurukan,#goldOneuchiAtsukan,#goldGokujyoNurukan,#goldGokujyoAtsukan,#goldPremium,#goldNigori,#goldKoshu,#suishoOneuchiNurukan,#suishoOneuchiAtsukan,#suishoGokujyoNurukan,#suishoGokujyoAtsukan,#suishoPremium,#suishoNigori,#suishoKoshu {
		position: relative;
		top: -120px;
		display: block;
		margin: 0 0 -120px;
	}
	
	#aHistory {
		position: relative;
		top: -79px;
		display: block;
		margin: 0 0 -79px;
	}
}

@media screen and (max-width:1024px) { 
/*for IE & EDGE*/
#aTop,#aResluts,#aOutline,#aReport,#aConcept,#aHistory,#grandGoldOneuchiNurukan,#grandGoldOneuchiAtsukan,#grandGoldGokujyoNurukan,#grandGoldGokujyoAtsukan,#grandGoldPremium,#grandGoldNigori,#grandGoldKoshu,#goldOneuchiNurukan,#goldOneuchiAtsukan,#goldGokujyoNurukan,#goldGokujyoAtsukan,#goldPremium,#goldNigori,#goldKoshu,#suishoOneuchiNurukan,#suishoOneuchiAtsukan,#suishoGokujyoNurukan,#suishoGokujyoAtsukan,#suishoPremium,#suishoNigori,#suishoKoshu,#aAwardCeremony {
	padding: 0 0 0;
}

/*for Firefox*/
@-moz-document url-prefix() {
#aTop,#aResluts,#aReport,#aOutline,#aConcept,#aHistory,#grandGoldOneuchiNurukan,#grandGoldOneuchiAtsukan,#grandGoldGokujyoNurukan,#grandGoldGokujyoAtsukan,#grandGoldPremium,#grandGoldNigori,#grandGoldKoshu,#goldOneuchiNurukan,#goldOneuchiAtsukan,#goldGokujyoNurukan,#goldGokujyoAtsukan,#goldPremium,#goldNigori,#goldKoshu,#suishoOneuchiNurukan,#suishoOneuchiAtsukan,#suishoGokujyoNurukan,#suishoGokujyoAtsukan,#suishoPremium,#suishoNigori,#suishoKoshu,#aAwardCeremony {
		padding: 0 0 0;
	}
}

/*for Google Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#aTop,#aResluts,#aReport,#aOutline,#aConcept,#aHistory,#aAwardCeremony {
		position: relative;
		top: 0px;
		display: block;
		margin: 0 0 0px;
	}
    #grandGoldOneuchiNurukan,#grandGoldOneuchiAtsukan,#grandGoldGokujyoNurukan,#grandGoldGokujyoAtsukan,#grandGoldPremium,#grandGoldNigori,#grandGoldKoshu,#goldOneuchiNurukan,#goldOneuchiAtsukan,#goldGokujyoNurukan,#goldGokujyoAtsukan,#goldPremium,#goldNigori,#goldKoshu,#suishoOneuchiNurukan,#suishoOneuchiAtsukan,#suishoGokujyoNurukan,#suishoGokujyoAtsukan,#suishoPremium,#suishoNigori,#suishoKoshu {
		position: relative;
		top:-30px;
		display: block;
		margin: 0 0 0;
	}
}
}

/*ハンバーガーボタン*/
@media screen and (max-width:1024px) { 
.icon-animation {
	height:100px;
	width: 100%;
	display: block;
	background:none;
	position:fixed;
	z-index:9999;
 }
 
.icon-animation span {
    width: 40px;
    height: 2px;
    display: block;
    background: #6d6d6d;
    position: absolute;
    right:5%;
    top:50%;
}

.type-1 span {
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

.type-1 .top {
  -webkit-transform: translateY(-12px);
      -ms-transform: translateY(-12px);
          transform: translateY(-12px); }

.type-1 .bottom {
  -webkit-transform: translateY(12px);
      -ms-transform: translateY(12px);
          transform: translateY(12px); }

.type-1.is-open .middle {
  background: rgba(0, 0, 0, 0); }

.type-1.is-open .top {
  -webkit-transform: rotate(-45deg) translateY(0px);
      -ms-transform: rotate(-45deg) translateY(0px);
          transform: rotate(-45deg) translateY(0px); }

.type-1.is-open .bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
      -ms-transform: rotate(45deg) translateY(0px);
          transform: rotate(45deg) translateY(0px); }
}

@media screen and (max-width:480px) { 
.icon-animation {
	height:70px;
 }
}

@media screen and (min-width:1025px) { 
.icon-animation {
	display:none;
}
}

/*==============================
審査結果
==============================*/
#results h2 {
	font-size:4.6rem;
	line-height:5rem;
	margin:0 auto 50px;
	text-align:center;
	border-bottom:4px solid #44AEE0;
	padding-bottom:5px;
	width:20%;
	font-family:"ヒラギノ明朝 W4 JIS2004", "Hiragino Mincho W4 JIS2004", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#results h2#topH2 {
	width:20%;
}

@media screen and (max-width:1024px) { 
#results h2 {
	margin:0 auto 40px;
	width:30%;
}

#results h2#topH2 {
	width:30%;
}
}

@media screen and (max-width:480px) { 
#results h2 {
	font-size:4rem;
	line-height:4.4rem;
	margin:0 auto 30px;
	width:52%;
}

#results h2#topH2 {
	width:50%;
}

}

#results h3 {
	font-size:3.2rem;
	/* [disabled]line-height:4rem; */
	margin-bottom:32px;
	text-align:center;
	font-family:"ヒラギノ明朝 W4 JIS2004", "Hiragino Mincho W4 JIS2004", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

@media screen and (max-width:1024px) { 
#results h3 {
	margin-bottom:20px;
}
}

@media screen and (max-width:480px) { 
#results h3 {
	font-size:2.8rem;
	line-height:3.8rem;
	margin-bottom:15px;
}
}

#results p {
	text-align:center;
	margin-bottom:40px;
}

@media screen and (max-width:480px) { 
#results p {
	margin-bottom:20px;
}
}

#results p.newest {
    text-align: left;
    width: 80%;
    margin: 0 auto 50px;
}

@media screen and (max-width:1024px) { 
#results p.newest {
    width: 100%;
    margin-bottom:20px;
}

#results p.newest br:first-child,#results p.newest br:nth-child(2),#results p.newest br:nth-child(3) {
	display:none;
}
}


h4.categoryHeadline {
	color:#FFF;
	font-size:3.4rem;
	line-height:3rem;
	padding:10px 0 12px;
	margin:0 0 20px;
	vertical-align:middle;
	text-align:center;
	font-family:"ヒラギノ明朝 W4 JIS2004", "Hiragino Mincho W4 JIS2004", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background:#44AEE0;
}

/*IE11の文字上がり対策*/
@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, h4.categoryHeadline {
	padding:20px 0 12px;
}
}

/*IE10の文字上がり対策*/
@media all and (-ms-high-contrast:none) {
h4.categoryHeadline {
	padding:20px 0 12px;
}
}

@media screen and (max-width:480px) { 
h4.categoryHeadline {
	font-size:2.8rem;
	line-height:3.2rem;
	padding:14px 0;
	margin:30px 0 10px;
}
}

h5.headlineCategory {
	font-size:3rem;
	text-align:center;
	font-family:"新ゴ L", "Shin Go Light", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-bottom: 30px;
}

@media screen and (max-width:1024px) { 
h5.headlineCategory {
	margin:15px 0 30px;
}
}

@media screen and (max-width:480px) { 
h5.headlineCategory {
	font-size:2.4rem;
	line-height:3.4rem;
	margin:15px 0;
}
}

.categoryExplanation {
	font-weight:bold;
	text-align:center;
}

@media screen and (max-width:480px) { 
.categoryExplanation {
	font-size:1.4rem;
	line-height:2.2rem;
}
}

/*結果のテーブル*/
#tableResults {
	width:100%;
	margin:0 0 60px;
}

#tableResults caption {
	text-align:left;
	font-weight:bold;
	margin-bottom:3px;
}

@media screen and (max-width:480px) { 
.scrollWrap {
	width:100%;
	overflow-x:scroll;
	-webkit-overflow-scrolling: touch;
}

#tableResults {
	width:768px;
	font-size:1.4rem;
	margin:0;
}
}

#tableResults th,#tableResults td {
	border:1px solid #6F6F6F;
	padding:8px 8px 4px;
	vertical-align:middle;
	line-height:2rem;
	background:#FFF;
}

#tableResults th {
	background:#1C1F21;
	color:#FFF;
	font-weight:normal;
}

#tableResults td.tableCategory {
	font-weight:bold;
	background:#daeff9;
}

.tableCategory a:link,.tableCategory a:visited {
	color:#3A3A3A;
	text-decoration:none;
}

.tableCategory a:hover,.tableCategory a:active {
	color:#3A3A3A;
	text-decoration:underline;
}

.tableCategory span {
	font-weight:normal;
}

#tableResults tfoot tr {
	border-top:4px double #6F6F6F !important;
}

.thWidth01 {
	width:25%;
 }
 
.thWidth02 {
	width:30%;
 }
 
.thWidth03 {
	width:9%;
 }
 
.thWidth04 {
	width:9%;
 }
 
.thWidth05 {
	width:9%;
 }
 
.thWidth06 {
	width:9%;
 }
 
.thWidth07 {
	width:9%;
 }

@media screen and (max-width:1024px) { 
 .thWidth01 {
	width:25%;
 }
 
.thWidth02 {
	width:30%;
 }
 
.thWidth03 {
	width:10%;
 }
 
.thWidth04 {
	width:12%;
 }
 
.thWidth05 {
	width:7%;
 }
 
.thWidth06 {
	width:7%;
 }
 
.thWidth07 {
	width:9%;
 }
}

@media screen and (max-width:480px) { 
.thWidth01 {
	width:22%;
 }
 
.thWidth02 {
	width:32%;
 }
 
.thWidth03 {
	width:9%;
 }
 
.thWidth04 {
	width:10%;
 }
 
.thWidth05 {
	width:9%;
 }
 
.thWidth06 {
	width:9%;
 }
 
.thWidth07 {
	width:9%;
 }
}

/*結果のテーブル推奨あり*/
.pointTableWrap {
    display: flex;
    align-items: stretch;
    gap: 30px;
    margin-bottom: 20px;
}

@media screen and (max-width:1024px) { 
.pointTableWrap {
    display: inherit;
    gap:0;
    margin-bottom: 20px;
}
}

.pointTableWrap h4 {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #000000;
    font-family: "ヒラギノ明朝 W4 JIS2004", "Hiragino Mincho W4 JIS2004", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

@media screen and (max-width:1024px) { 
.pointTableWrap h4 {
    display: inherit;
    padding: 6px 0;
    margin-bottom: 8px;
}
}

.tableResults {
    width: 100%;
    table-layout: fixed;
}
    
@media screen and (max-width:1024px) { 
.tableResults {
    width: 100%;
}
    }

@media screen and (max-width:480px) { 
.tableResults {
    min-width: 580px;
}
}

.tableResults tr {
    padding: 2px 0;
}

.tableResults td:nth-child(1){
    font-weight: bold;
}

.tableResults td:nth-child(2){
    width: 15%;
    text-align: right;
}

.tableResults td:nth-child(3){
    width: 25%;
    text-align: left;
}

.tableResults td:nth-child(4){
    width: 20%;
    text-align: left;
}

@media screen and (max-width:480px) { 
.tableResults td:nth-child(1){
    width: 37%;
}
    
.tableResults td:nth-child(2){
    width: 13%;
}

.tableResults td:nth-child(3){
    width: 22%;
}

.tableResults td:nth-child(4){
    width: 18%;
}
}

.tableResults td span {
    color: #44AEE0;
    font-weight: bold;
    margin-left: 5px;
}

.tableResults a:link,.tableResults a:visited {
    color: #000000;
}

.tableResults a:hover,.tableResults a:active {
    color: #44AEE0;
    text-decoration: underline;
}

.star {
	text-align:center;
	color:#FE9E1B;
	font-size:3.4rem;
	margin:30px 0 0;
}

@media screen and (max-width:1024px) { 
.star {
	margin:30px 0 5px;
}
}

@media screen and (max-width:480px) { 
.star {
	margin:20px 0 5px;
}
}

.comment {
    padding-left: calc(25% + 30px);
    color:#666666;
    font-size: 1.2rem;
    line-height: 1.8rem;
    margin-bottom: 60px;
}

@media screen and (max-width:1024px) { 
.comment {
    padding-left:0;
    font-size: 1.3rem;
    line-height: 2.0rem;
}
}

@media screen and (max-width:480px) { 
.comment {
    margin-bottom: 30px;
}
}

.comment div {
    margin-bottom: 8px;
}

.comment dl {
    display: flex;
    flex-wrap: wrap;
    argin: 0 auto;
}

.comment dt {
    color: #44AEE0;
     width: 10%;
    font-weight: bold;
}

@media screen and (max-width:480px) { 
.comment dt {
     width: 20%;
}
}

.comment dd {
  width: 90%;
  margin: 0;
}

@media screen and (max-width:480px) { 
.comment dd {
  width: 80%;
}
}

.point {
	color:#6F6F6F;
	font-weight:bold;
	border-bottom:1px solid #FE9E1B;
	text-align:center;
	width:18%;
	margin:25px auto 0;
}

@media screen and (max-width:1024px) { 
.point {
	width:28%;
	margin:20px auto 0;
}
}

@media screen and (max-width:480px) { 
.point {
	width:50%;
	margin:10px auto 0;
}
}

.explanatory {
	font-size:1.2rem;
	text-align:right;
	margin:0 0 40px;
}

@media screen and (max-width:1024px) { 
.explanatory {
	margin:0 0 40px;
}
}

@media screen and (max-width:480px) { 
.explanatory {
	margin:0 0 30px;
}
}

.scrollComment {
	display:none;
}

@media screen and (max-width:480px) { 
.scrollComment {
	display:block;
    margin-bottom: 15px;
	color:#999;
}
}

/*入賞酒リスト*/
.resultsList div {
	display:inline-block;
	vertical-align:middle;
}

.resultsList {
	border-bottom:1px dotted #CCCCCC;
	padding:20px 0;
	font-size:0;
}

@media screen and (max-width:480px) { 
.resultsList {
	padding:15px 0 20px;
}
}

.resultListWrap {
	border-top:1px dotted #CCCCCC;
	margin-bottom:60px;
}

@media screen and (max-width:480px) { 
.resultListWrap {
	margin-bottom:30px;
}
}

.sakeName {
	font-size:1.8rem;
	line-height:2.2rem;
	width:350px;
	margin-right:35px;
	font-family:"ヒラギノ明朝 W5 JIS2004", "Hiragino Mincho W5 JIS2004", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

@media screen and (max-width:1024px) { 
.sakeName {
	width:94%;
	margin-bottom:10px;
	font-size:2rem;
	line-height:2.4rem;
}
}

@media screen and (max-width:480px) { 
.sakeName {
	margin-bottom:0;
}
}

.sakeName span {
	font-family:"リュウミン B-KL", "Ryumin Bold KL", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;	
}

.company,.location {
	font-size:1.6rem;
	line-height:2rem;
	font-family:"ヒラギノ明朝 W2 JIS2004", "Hiragino Mincho W2 JIS2004", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.company {
	width:200px;
	margin-right:35px;
}

@media screen and (max-width:1024px) { 
.company {
	width:auto;
	margin-right:3%;
	font-size:1.8rem;
	line-height:2.2rem;
}
}

.location {
	width:65px;
	margin-right:35px;
}

@media screen and (max-width:1024px) { 
.location {
	width:auto;
	margin-right:3%;
	font-size:1.8rem;
	line-height:2.2rem;
}
}

.shopping {
	width:285px;
	margin-right:-5px;
}

@media screen and (max-width:1024px) { 
.shopping {
	width:auto;
	margin-right:0;
	text-align:right;
	float:right;
}
}

@media screen and (max-width:480px) { 
.shopping {
	width:100%;
	margin-top:10px;
	float:none;
}
}

.shopping img {
	vertical-align:bottom;
}

.shopping ul {
	overflow:hidden;
}

.shopping ul li {
	float:left;
	margin-right:5px;
}

.btn_amazon,.btn_masuki,.btn_kuramoto {
	width:90px;
	height:26px;
	display:block;
	/*テキスト飛ばし*/
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.btn_amazon {
	background:url(../images/button_amazon.png) no-repeat left top;
	background-size:90px 26px;
}

.btn_masuki {
	background:url(../images/button_masuki.png) no-repeat left top;
	background-size:90px 26px;
}

.btn_kuramoto {
	background:url(../images/button_kuramoto.png) no-repeat left top;
	background-size:90px 26px;
}

.btn_amazon a,.btn_masuki a,.btn_kuramoto a {
	display:block;
}

/*過去の販売サイトリンクなし*/
body.past .sakeName {
	width:470px;
}

@media screen and (max-width:1024px) { 
body.past .sakeName {
	width:48%;
	margin-bottom:0px;
	margin-right:3%;
}
}

@media screen and (max-width:480px) { 
body.past .sakeName {
	width:94%;
	margin-bottom:0;
	margin-right:0;
}
}

body.past .company {
	width:320px;
}

@media screen and (max-width:1024px) { 
body.past .company {
	width:30%;
}
}

@media screen and (max-width:480px) { 
body.past .company {
	width:auto;
}
}

body.past .location {
	width:140px;
	margin-right:0;
}

@media screen and (max-width:1024px) { 
body.past .location {
	width:12%;
	margin-right:0;
}
}

@media screen and (max-width:480px) { 
body.past .location {
	width:auto;
}
}

/*==============================
審査会の様子
==============================*/
#report h2 {
	margin-bottom:40px;
}

@media screen and (max-width:1024px) {
#report h2 {
	margin-bottom:20px;
}
}

@media screen and (max-width:480px) { 
#report h2 {
	margin-bottom:10px;
}
}

#report h3 {
	font-weight:bold;
	margin-top:20px;
}

@media screen and (max-width:480px) { 
#report h3 {
	margin-top:0;
}
}

#report ul {
	list-style:outside disc;
	margin-left:3.6rem;
	margin-bottom:20px;
}

@media screen and (max-width:480px) { 
#report ul {
	margin-bottom:15px;
}
}

/*審査会の表示のときのみのマージンPCのみ*/
.reportMarginPc {
	margin-bottom:30px;
}

@media screen and (max-width:1024px) {
	.reportMarginPc {
	margin-bottom:0;
}
}

.reportCS {
	margin-bottom:100px;
}

@media screen and (max-width:1024px) {
.reportCS {
	margin-bottom:0;
}
}

@media screen and (max-width:480px) { 
.reportCS {
	margin-bottom:10px;
}
}

.reportCS h4 {
	font-weight:normal;
	font-size:3rem;
	text-align:center;
	font-family:"ヒラギノ明朝 W4 JIS2004", "Hiragino Mincho W4 JIS2004", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#666666;
}

.reportCS p {
	font-weight:2rem;
	text-align:center;
	margin-top:15px;
}

/*==============================
表彰式＆入賞酒お披露目会
==============================*/
#awardCeremony h2 {
	margin-bottom:38px;
}

@media screen and (max-width:1024px) { 
#awardCeremony h2 {
	margin-bottom:20px;
}
}

@media screen and (max-width:480px) { 
#awardCeremony h2 {
	margin-bottom:10px;
}
}

#awardCeremonyTop h2 {
	margin-bottom:38px;
	font-size:4rem;
	line-height:5rem;
	border-bottom:none;
	width:100%;
}

@media screen and (max-width:480px) { 
#awardCeremonyTop h2 {
	margin-bottom:10px;
	font-size:3rem;
	line-height:4rem;
}
}

#awardCeremony p {
	margin-bottom:25px;
}

@media screen and (max-width:480px) { 
#awardCeremony p {
	margin-bottom:15px;
}
}

#awardCeremonyTop p {
	text-align:left;
	margin-bottom:25px;
}

@media screen and (max-width:480px) { 
#awardCeremonyTop p {
	margin-bottom:15px;
}
}

#awardCeremony p:last-child {
	margin-bottom:0;
}

/*==============================
蔵元の皆さま
==============================*/
#kuramoto h2 {
	margin-bottom:32px;
}

/*==============================
審査概要
==============================*/
#outline h2 {
	margin-bottom:38px;
}

@media screen and (max-width:1024px) { 
#outline h2 {
	margin-bottom:20px;
}
}

#outline dt {
	width:7.5em;
	line-height:1.6em;
	margin-bottom:1.12em;
}

#outline dd {
	padding-left:7.5em;
	margin-top:-2.72em;
	margin-bottom:1.12em;
	word-break:break-all;
}

@media screen and (max-width:480px) { 
#outline dt {
	width:auto;
	margin-bottom:0;
	font-weight:bold;
}

#outline dd {
	padding-left:0;
	margin-top:0;
	margin-bottom:15px;
}
}

#outline dt:last-child,#outline dd:last-child {
	margin-bottom:0;
}

#outline dl div:first-child {
	margin-bottom:15px;
}

#outline dl div h4 {
	font-weight:bold;
	margin-left:-0.5em;
}

#outline span {
	font-size:1.2rem;
	font-weight:normal;
}

/*==============================
コンセプト
==============================*/
#concept h3 {
	font-family:"新ゴ EL", "Shin Go ExLight", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:2.2rem;
	line-height:3.2rem;
	margin:45px 0 40px;
	text-align:center;
}

@media screen and (max-width:1024px) { 
#concept h3 {
	font-size:2.6rem;
	line-height:3.6rem;
	margin:45px 0 40px;
}
}

@media screen and (max-width:480px) { 
#concept h3 {
	font-size:2.2rem;
	line-height:3.2rem;
	margin:20px 0;
}
}


#conceptImage {
	background:url(../images/concept.jpg) no-repeat left top;
	background-size:cover;
	width:50%;
	float:left;
}

@media screen and (max-width:1024px) { 
#conceptImage {
	display:none;
	background-size:contain;
	width:100%;
	height:auto;
	float:none;
}
}

#conceptText {
	width:44%;
	float:right;
	padding:4% 3%;
}

@media screen and (max-width:1024px) { 
#conceptText {
	width:100%;
	float:none;
	padding:0 0;
	margin:30px 0;
}
}

#concept p {
	margin-bottom:35px;
	text-indent:1em;
}

@media screen and (max-width:480px) { 
#concept p {
	margin-bottom:15px;
}
}

#concept p:last-child {
	margin-bottom:0;
}

/*==============================
過去の入賞酒
==============================*/
#history ol {
	overflow:hidden;
	margin-top:40px;
}

@media screen and (max-width:1024px) { 
#history ol {
	margin-top:20px;
}
}

#history li {
	border:2px solid #FFF;
	font-size:3rem;
	line-height:2.5rem;
	text-align:center;
	display:block;
	font-family:"ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	float:left;
	width:22%;
	margin-right:4%;
	margin-bottom:4%;
	box-sizing:border-box;
}

#history li:nth-child(4n) {
	margin-right:0;
}

@media screen and (max-width:480px) { 
#history li {
	width:48%;
}

#history li:nth-child(2n) {
	margin-right:0;
}
}

#history li a:link,#history li a:visited,#history li a:hover,#history li a:active {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	padding:20px;
}

/*IE11の文字上がり対策*/
@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, #history li a:link,#history li a:visited,#history li a:hover,#history li a:active {
	padding:20px 0 12px;
}
}

/*IE10の文字上がり対策*/
@media all and (-ms-high-contrast:none) {
#history li a:link,#history li a:visited,#history li a:hover,#history li a:active {
	padding:20px 0 12px;
}
}

/*==============================
フッター
==============================*/
#footerFBicon {
	background:url(../images/footer_facebook_icon.png) no-repeat left top;
	width:9px;
	height:18px;
	margin:0 auto;
	/*テキスト飛ばし*/
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-size:9px 18px;
}

#footerFBicon a {
	display:block;
}

#subNav {
	font-size:1.6rem;
	line-height:2rem;
	color:#FFF;
	font-style:normal;
	margin:30px 0 0;
}

@media screen and (max-width:1024px) {
#subNav {
	font-size:1.8rem;
	line-height:2.2rem;
}
}

#subNav a:link,#subNav a:visited,#subNav a:hover,#subNav a:active {
	color:#FFF;
	text-decoration:none;
}

#subNav li,#subNav address {
	display:inline;
}

#subNav li {
	margin-right:40px;
	font-family:"ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#subNav li:last-child {
	margin-right:0;
}

footer small {
	display:block;
	color:#686B6B;
	font-size:1.2rem;
	line-height:1.8rem;
}

/*運営*/
#management {
	overflow:hidden;
	color:#FFF;
	text-align:left;
	margin:40px auto 25px;
	width:460px;
}

@media screen and (max-width:480px) { 
#management {
	text-align:center;
	margin:20px 0 10px;
	width:auto;
}
}

#management h3 {
	font-size:2.2rem;
	line-height:6rem;
	float:left;
	font-family:"ヒラギノ明朝 W3 JIS2004", "Hiragino Mincho W3 JIS2004", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	padding-right:20px;
	margin-right:20px;
	border-right:1px solid #3A3A3A;
}

@media screen and (max-width:480px) {
#management h3 {
	font-size:1.8rem;
	line-height:2.2rem;
	float:none;
	padding-right:0;
	margin-right:0;
	border-right:none;
}
}

#management address {
	font-size:1.2rem;
	line-height:1.8rem;
}

.blockR {
	float:left;
}

/*==============================
ページトップ
==============================*/
.pagetop {
  display: none;
  position: fixed;
  bottom:40px;
  right:60px;
}

.pagetop img {
	width:40px;
	height:40px;
}

@media screen and (max-width:1024px) { 
.pagetop {
  bottom:2%;
  right:4%;
}
}

/*==============================
フェイドアップ
==============================*/
.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}

#del {
	display:none;
}

/*==============================
サイトポリシー
==============================*/
#policy p {
	margin-bottom:30px;
}

@media screen and (max-width:480px) { 
#policy p {
	margin-bottom:15px;
}
}

#policy h2 {
	font-size:3.2rem;
	line-height:4rem;
	margin-bottom:32px;
	text-align:center;
	font-family:"ヒラギノ明朝 W4 JIS2004", "Hiragino Mincho W4 JIS2004", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

@media screen and (max-width:1024px) { 
#policy h2  {
	margin-bottom:20px;
}
}

@media screen and (max-width:480px) { 
#policy h2  {
	font-size:2.8rem;
	line-height:3.8rem;
	margin-bottom:15px;
}
}

#policy h3 {
	font-size:2.6rem;
	line-height:3.6rem;
	text-align:center;
	margin:80px 0 40px;
	font-family:"新ゴ EL", "Shin Go ExLight", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom:1px solid #6F6F6F;
	padding-bottom:10px;
}

@media screen and (max-width:1024px) { 
#policy h3 {
	margin:50px 0 20px;
}
}

@media screen and (max-width:480px) { 
#policy h3 {
	font-size:2.4rem;
	line-height:3.4rem;
	margin:45px 0 15px;
}
}

#policy ul {
	list-style-type:disc;
	list-style-position:outside;
	margin-left:1.5em;
	margin-bottom:30px;
}

#policy ol {
	list-style-type:decimal;
	list-style-position:outside;
	margin-left:1.5em;
	margin-bottom:30px;
}

#policy dt {
	font-weight:bold;
}

#policy dd {
	margin-bottom:20px;
}

#policy dd:last-child {
	margin-bottom:0;
}


/*==============================
写真レイアウト
==============================*/
.photoWrap2column {
	font-size:0; /*inline-blockの余白消し*/
}

.photoWrap2column figure:nth-child(odd) {
	margin-right:2%;
}

.photoWrap2column figure,.photoWrap1column figure {
	margin-bottom:2%;
	display:inline-block;
	vertical-align:top;
}

@media screen and (max-width:480px) { 
.photoWrap2column figure,.photoWrap1column figure {
	margin-bottom:4%;
}
}

.photoWrap2column figure {
	width:49%;
}

.photoWrap1column figure {
	width:100%;
}

.photoWrap2column figure img,.photoWrap1column figure img {
	display:block;
	width:100%;
	height:auto;
}

.photoWrap2column figure figcaption,.photoWrap1column figure figcaption {
	font-size:1.2rem;
	line-height:1.8rem;
	margin-top:10px;
}

figure.awardSingle {
	float:left;
	width:49%;
	margin-right:2%;
	margin-bottom:2%;
}

@media screen and (max-width:480px) { 
figure.awardSingle {
	margin-right:4%;
}
}

figure.awardSingleTate {
	float:left;
	width:26%;
	margin-right:3%;
	margin-bottom:2%;
}

@media screen and (max-width:480px) { 
figure.awardSingleTate {
    width:38%;
	margin-right:4%;
}
}

.photoWrap3column figure  {
	width:32%;
	margin-right:2%;
}

@media screen and (max-width:480px) { 
.photoWrap3column figure {
	width:49%;
}
}

.photoWrap3column figure:nth-child(3n) {
	margin-right:0;
}

@media screen and (max-width:480px) {
.photoWrap3column figure:nth-child(3n) {
	margin-right:2%;
}

.photoWrap3column figure:nth-child(2n) {
	margin-right:0;
}
}

figure.awardSingle img,figure.awardSingleTate img,.photoWrap3column figure img {
	display:block;
	width:100%;
	height:auto;
}

figure.awardSingle figcaption,figure.awardSingleTate figcaption {
	font-size:1.2rem;
	line-height:1.8rem;
	margin-top:10px;
}

.photoWrap3column {
	clear:both;
	padding-top:30px;
	font-size:0; /*inline-blockの余白消し*/
}

@media screen and (max-width:480px) { 
.photoWrap3column {
	padding-top:20px;
}
}

.photoWrap3column figure  {
	margin-bottom:2%;
	display:inline-block;
	vertical-align:top;
}

@media screen and (max-width:480px) { 
.photoWrap3column figure  {
	margin-bottom:4%;
}
}

.photoWrap3column figure figcaption {
	font-size:1.2rem;
	line-height:1.8rem;
	margin-top:10px;
}


.photoWrap5column {
	display:flex;
	flex-wrap:wrap;
}

.photoWrap5column figure {
	width:18.5%;
	margin-right:1.875%;
	margin-bottom:20px;
}

@media screen and (max-width:480px) {
.photoWrap5column figure {
	width:31%;
	margin-right:1.75%;
	margin-bottom:5px;
}
}

.photoWrap5column figure:nth-child(5n) {
	margin-right:0;
}

@media screen and (max-width:480px) {
.photoWrap5column figure:nth-child(5n) {
	margin-right:1.75%;
}

.photoWrap5column figure:nth-child(3n) {
	margin-right:0;
}
}

.photoWrap5column figure img {
	width:100%;
	vertical-align:bottom;
}

.photoWrap5column figure figcaption {
	font-size:1.2rem;
	line-height:1.8rem;
	margin-top:10px;
}

.photoWrap6column {
	font-size:0; /*inline-blockの余白消し*/
}

.photoWrap6column figure {
	display:inline-block;
	vertical-align:top;
	width:15%;
	margin-right:2%;
	margin-bottom:2%;
}

@media screen and (max-width:480px) { 
.photoWrap6column figure {
	width:23.5%;
}
}

.photoWrap6column  figure:nth-child(6n) {
	margin-right:0;
}

@media screen and (max-width:480px) { 
.photoWrap6column  figure:nth-child(6n)  {
	margin-right:2%;
}

.photoWrap6column figure:nth-child(4n) {
	margin-right:0;
}
}

.photoWrap6column figure img {
	display:block;
	width:100%;
	height:auto;
}

.photoWrap6column figure figcaption {
	font-size:1.2rem;
	line-height:1.8rem;
	margin-top:10px;
}

.photoWrapSingleCenter {
	margin:0 auto;
}

figcaption.captionLong {
	width:204%;
}

/*重なり対策*/
#grandGoldOneuchiNurukan,#grandGoldOneuchiAtsukan,#grandGoldGokujyoNurukan,#grandGoldGokujyoAtsukan,#grandGoldPremium,#grandGoldNigori,#grandGoldKoshu,#goldOneuchiNurukan,#goldOneuchiAtsukan,#goldGokujyoNurukan,#goldGokujyoAtsukan,#goldPremium,#goldNigori,#goldKoshu,#suishoOneuchiNurukan,#suishoOneuchiAtsukan,#suishoGokujyoNurukan,#suishoGokujyoAtsukan,#suishoPremium,#suishoNigori,#suishoKoshu {
	z-index:-10;
}

/*受賞リストテーブル*/
.awardKuramotoList {
	width:100%;
	margin:0 auto;
}

.awardKuramotoList th {
	font-weight:normal;
	background:#daeff9;
}

.awardKuramotoList th,.awardKuramotoList td {
	border-collapse:collapse;
	border:1px solid #6F6F6F;
	padding:4px;
}

/*次年度エントリー*/
/*エントリーが短い場合*/
#entryShort {
	text-align:center;
	z-index:30;
	background: rgba(255,255,255,0.85);
	margin:20px 0 5px;
	padding:15px;
}

@media screen and (max-width:1024px) { 
#entryShort {
	padding:15px 40px;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
/*iPad横向き*/
#entryShort {
	padding:10px 0;
	margin:15px 0 0;
}
}

@media screen and (max-width:480px) { 
#entryShort {
	padding:10px 20px;
	margin:10px 0 5px;
}
}

#entryShort h3 {
	font-size: 2.4rem;
    line-height: 3rem;
    font-family: "ヒラギノ明朝 W4 JIS2004", "Hiragino Mincho W4 JIS2004", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom:5px;
	font-feature-settings: "palt";
	color:#333;
}

#entryShort h3 br {
	display:none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
/*iPad横向き*/
#entryShort h3 {
	font-size: 2.2rem;
    line-height:2.6rem;
	margin-bottom:0;
}
}

@media screen and (max-width:480px) { 
#entryShort h3 {
	font-size: 1.8rem;
    line-height: 2.2rem;
}

#entryShort h3 br {
	display:inline;
}
}

#entryShort p {
	font-size:1.6rem;
	line-height:2.4rem;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
/*iPad横向き*/
#entryShort p {
	font-size:1.6rem;
	line-height:2.0rem;
}
}

@media screen and (max-width:480px) { 
#entryShort p {
	font-size:1.4rem;
	line-height:1.8rem;
}
}

#entryShort a {
	text-decoration:underline;
	font-weight:bold;
}

/*金賞バッジ*/
.badge {
    text-align: center;
}

.badge img {
    user-select: none;
    -webkit-user-drag: none;
}

@media screen and (max-width:480px) { 
.badge img {
    width: 126px;
    height: auto;
}
}

/*集計*/
#results p.resultsTotal {
    font-weight: bold !important;
    margin-bottom: 20px;
}