@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, 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;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
caption, th{
	text-align:left;
	font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:500;
}
area {
	border:none;
	outline:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img{
	border:0;
	vertical-align:bottom;
}


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

html,body {
	height: 100%;
}
@media screen and (max-width: 767px) {

}

body {

}

a {
	color: inherit;
	outline: none;
	text-decoration:none;
}
a:hover,
a:hover span {
	text-decoration: none;
	outline: none;
}

.fade_none {
	pointer-events: none;
}

.fade {
	opacity: 1;
	transition: opacity 0.3s ease;
}
.fade:hover {
	opacity: 0.5;
}
@media screen and (max-width: 767px) {
	.fade {
		opacity: 1;
		transition: opacity 0.3s ease;
	}
	.fade:hover {
		opacity: 1;
	}
}

.fadein {
	opacity : 0;
	transition: opacity 1s;
}
.fadein.scrollin {
	opacity : 1;
}

.cf::before,
.cf::after,
.clearfix::after {
	content: " ";
	display: table;
}
.cf::after,
.clearfix::after {
	clear: both;
}
.cf {
	*zoom: 1;
}

.cb {
	clear: both;
}
#suntory_contents {
	background-color: #d7d8d8;
}

#wrapper {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	font-family: adobe-garamond-pro, ryo-text-plusn, "游ゴシック", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.4;
	letter-spacing: 0.06em;

	-webkit-text-size-adjust: 100%;
	font-feature-settings : "palt";

	margin: 0 auto;
	width: 100%;
	background-color: #ececec;
	min-width: 960px;
	position: relative;
}
@media screen and (max-width: 767px) {
	#wrapper {
		min-width: 375px;
	}

	#wrapper img {
		width: 100%;
		height: auto;
	}
}

#wrapper img.resp {
	width: 100%;
	height: auto;
}


/* ------------------------------------------------
  ヘッダー
------------------------------------------------ */
#header {
	background-color: #FFF;
	/*position: fixed;*/
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
}
#header .inner {
	max-width: 1164px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 7px;
}

#header .logo {
	display: block;
	width: 154px;
}
#header .logo img {
	width: 100%;
}

#menu ul {
	display: flex;
}
#menu ul li {
	
}
#menu ul li + li {
	margin-left: 0;
}

#menu ul li:last-child{
    margin-left: 20px;
}
#menu ul li a {
	font-size: 14px;
	color: #202020;
	line-height: 1;
	display: block;
	padding: 8px 18px;
}
#menu ul li.pick a {
	color: #FFF;
	line-height: 1;
/*  background-color: #d7d8d8;*/
	background-color: #d90615;
}


@media screen and (max-width: 767px) {
	#header .inner {
		width: 100%;
		padding: 10px 15px 10px 20px;
		box-sizing: border-box;
	}

	#header .logo {
		width: 75px;
	}

	#menu ul {
		display: flex;
	}
	#menu ul li {
		
	}
	#menu ul li + li {
		margin-left: 10px;
	}
	#menu ul li a {
		font-size: 10px;
		color: #353535;
		display: block;
		padding: 9px 10px;
	}

}


/* ------------------------------------------------
  コンテンツ
------------------------------------------------ */

.section .inner {
	max-width: 1000px;
	margin: 0 auto;
}

.title-head {
	background-color: #353535;
	text-align: center;
}
.title-head .inner {
	padding: 26px;
}
.title-head .inner .ttl {
	font-size: 24px;
	color: #FFF;
}
.title-head .inner .ttl + .jp {
	font-size: 10px;
	color: #FFF;
	margin-top: 12px;
}

#title-head {
	background-color: #353535;
	text-align: center;
}
#title-head .inner {
	padding: 26px;
}
#title-head .inner .ttl {
	font-size: 24px;
	color: #FFF;
}
#title-head .inner .ttl + .jp {
	font-size: 10px;
	color: #FFF;
	margin-top: 12px;
}

@media screen and (max-width: 767px) {
	.title-head .inner {
		padding: 20px 15px 15px;
	}
	.title-head .inner .ttl {
		font-size: 22px;
	}
	.title-head .inner .ttl + .jp {
		font-size: 11px;
		margin-top: 5px;
	}
	#title-head .inner {
		padding: 20px 15px 15px;
	}
	#title-head .inner .ttl {
		font-size: 22px;
	}
	#title-head .inner .ttl + .jp {
		font-size: 11px;
		margin-top: 5px;
	}    
}


#back_to_top {
	background-color: #353535;
	text-align: center;
	padding: 65px;
}
#back_to_top a {
	display: inline-block;
	font-size: 16px;
	color: #FFF;
}
#back_to_top a::before {
	content: "";
	display: block;
	margin: 0 auto 9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #786a4c transparent;
}
@media screen and (max-width: 767px) {
	#back_to_top {
		padding: 17px;
	}
	#back_to_top a {
		font-size: 10px
	}
}



#footer_menu {
	background: rgb(186,15,27);
	background: linear-gradient(90deg, rgba(186,15,27,1) 0%, rgba(120,5,0,1) 100%);
}
#footer_menu .inner {
	padding: 30px;
}
#footer_menu ul {
	display: flex;
	justify-content: center;
}
#footer_menu li {
	margin: 0 30px;
}
#footer_menu a {
	font-size: 16px;
	color: #FFF;
}
@media screen and (max-width: 767px) {
	#footer_menu .inner {
		padding: 20px 20px;
	}
	#footer_menu ul {
		display: flex;
		justify-content: space-between;
	}
	#footer_menu li {
		margin: 0;
	}
	#footer_menu a {
		font-size: 9px;
	}
}

/*------------------------------------------------
選考結果モーダル
------------------------------------------------*/

.remodal-overlay {
	background-color: rgba(0,0,0,0.8);
}
.remodal.remodal_result {
	max-width: 1030px;
	width: 100%!important;
	font-size: 0;

	font-family: adobe-garamond-pro, ryo-text-plusn, "游ゴシック", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.4;
	letter-spacing: 0.06em;

	-webkit-text-size-adjust: 100%;
}

.txt{
    text-align: left;
}

.txt .sm_txt{
    display: inline-block;
    font-size: 14px;
    line-height: 1.6;
    padding-top: 30px;
}

.remodal.remodal_result .tit {
	font-size: 24px;
	color: #FFF;
	padding: 45px;
	background: linear-gradient(90deg, rgba(216,6,21) 0%, rgba(139,1,0,1) 100%);
}

.remodal.remodal_result .body {
	padding: 40px;
}

.remodal.remodal_result .txt {
    text-align: center;
	font-size: 16px;
	color: #000;
	line-height: 1.8;
}

.remodal.remodal_result .internal .btn_close {
	display: block;
	width: 30px;
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 10;
}

.remodal.remodal_result .internal .btn_close img {
	width: 100%;
	height: auto;
}

.remodal.remodal_result .internal {
	background-color: #fff;
	position: relative;
}

@media screen and (max-width: 767px) {
	.remodal.remodal_result .tit {
		font-size: 18px;
		padding: 15px;
	}
	.remodal.remodal_result .body {
		padding: 15px;
	}
	.remodal.remodal_result .txt {
		font-size: 10px;
	}
    
    .txt .sm_txt{
        font-size: 10px;
        line-height: 1.8;
    }    
    
	.remodal.remodal_result .internal .btn_close {
		width: 20px;
		top: 0;
		right: 0;
	}
}

/* 出場者一覧 */

.remodal.remodal_result .item {
	margin-top: 45px;
    margin-bottom: 50px;
	text-align: left;
}

.remodal.remodal_result .s_tit {
	font-size: 24px;
	text-align: center;
	margin-bottom: -30px;
}

.remodal.remodal_result table {
	width: 100%;
}

.remodal.remodal_result table,
.remodal.remodal_result table tbody {
	line-height: 1.6;
	letter-spacing: 0.06em;
}
.remodal.remodal_result table + table:not(.sp) {
	margin-top: 2px;
}
.remodal.remodal_result table tr.head {
	border-bottom: 4px solid #FFF;
}

.remodal.remodal_result table tr > *:nth-child(1) {
	width: 60px;
}
.remodal.remodal_result table tr > *:nth-child(2) {
	width: 190px;
}
.remodal.remodal_result table tr > *:nth-child(3) {
	width: 460px;
}

.remodal.remodal_result table tr.head {
	border-left: 1px solid #cccccc;
}
.remodal.remodal_result table tr.head + tr {
	border-left: 1px solid #ececec;
}

.remodal.remodal_result table th {
	font-size: 14px;
	border-right: 1px solid #cccccc;
	padding: 7px 10px;
}
.remodal.remodal_result table td {
	font-size: 14px;
	background-color: #ececec;
	padding: 8px 10px;
}
.remodal.remodal_result table td + td {
	border-left: 1px solid #FFF;
}
.remodal.remodal_result table td a {
	color: #74694a;
}

@media screen and (max-width: 1050px) {
	.remodal.remodal_result .item {
		margin-top: 40px;
	}

	.remodal.remodal_result .s_tit {
		font-size: 18px;
		margin-bottom: -20px;
	}  

	.remodal.remodal_result table + table:not(.sp) {
		margin-top: 0;
	}
	.remodal.remodal_result table tr.head {
		border-bottom: none;
	}

	.remodal.remodal_result table tr > *:nth-child(1) {
		width: 20%;
	}
	.remodal.remodal_result table tr > *:nth-child(2) {
		width: 35%;
	}
	.remodal.remodal_result table tr > *:nth-child(3) {
		width: 45%;
	}
	.remodal.remodal_result table tr > *:nth-child(4) {
		display: none !important;
	}

	.remodal.remodal_result table tr.head {
		border-left: none;
	}
	.remodal.remodal_result table th {
		font-size: 10px;
		border-right: none;
		border-left: 1px solid #333;
		padding: 1px 0;
		padding-left: 5px
	}
	.remodal.remodal_result table td {
		font-size: 10px;
		background-color: #ececec;
		padding: 7px;
	}
	.remodal.remodal_result table td + td {
		border-left: 1px solid #FFF;
	}
}

.remodal.remodal_result table.sp,
.remodal.remodal_result .sp_head {
	display: none;
}

@media screen and (max-width: 1050px) {
	.remodal.remodal_result table.sp {
		margin-top: 5px
	}
	.remodal.remodal_result table.sp,
	.remodal.remodal_result table.sp tbody {
		width: 100%;
		display: table;
	}
	.remodal.remodal_result .sp_head {
		display: table-row;
	}
	.remodal.remodal_result table + table:not(.sp) {
		margin-top: 20px;
	}
}

.remodal.remodal_result .award_ttl {
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	padding: 10px 20px;
	margin-bottom: 17px;
	background-color: #403c3b;
}
.remodal.remodal_result .award_ttl::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 40px;
	background-image: url(/wnb/event/award/img/past/modal_ico.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 15px;
}

.remodal.remodal_result .award_ttl.gold {
	background-color: #7E6A49;
}
.remodal.remodal_result .award_ttl.silver {
	background-color: #848484;
}
.remodal.remodal_result .award_ttl.bronze {
	background-color: #7e5448;
}

@media screen and (max-width: 767px) {
	.remodal.remodal_result .award_ttl {
		font-size: 10px;
		padding: 6px 10px;
		margin-bottom: 10px;
	}
	.remodal.remodal_result .award_ttl::before {
		width: 12px;
		height: 24px;
		margin-right: 8px;
		margin-top: 0;
	}
}

/*------------------------------------------------
フィナルレポート モーダル
------------------------------------------------*/

.remodal.remodal_report {
	max-width: 1030px;
	width: 100%!important;
	font-size: 0;

	font-family: adobe-garamond-pro, ryo-text-plusn, "游ゴシック", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.4;
	letter-spacing: 0.06em;

	-webkit-text-size-adjust: 100%;
}
.remodal.remodal_report .internal {
	background-color: #fff;
	position: relative;
}
.remodal.remodal_report .tit {
	font-size: 24px;
	color: #FFF;
	padding: 45px;
	background: rgb(216,6,21);
	background: linear-gradient(90deg, rgba(216,6,21) 0%, rgba(139,1,0,1) 100%);
}
.remodal.remodal_report .body {
	padding: 40px;
}
.remodal.remodal_report .txt {
	font-size: 16px;
	color: #000;
	line-height: 1.8;
    text-align: center; 
}
.remodal.remodal_report .internal .btn_close {
	display: block;
	width: 30px;
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 10;
}
.remodal.remodal_report .internal .btn_close img {
	width: 100%;
	height: auto;
}

.remodal.remodal_report .internal .link {
	text-align: center;
	margin-top: 30px;
}
.remodal.remodal_report .internal .link a {
	font-size: 20px;
	color: #FFF;
	display: inline-block;
	padding: 14px 60px 12px;

	background: rgb(216,6,21);
	background: linear-gradient(90deg, rgba(251,1,14,1) 0%, rgba(162,0,0,1) 100%);
}

@media screen and (max-width: 767px) {
	.remodal.remodal_report .tit {
		font-size: 18px;
		padding: 15px;
	}
	.remodal.remodal_report .body {
		padding: 15px;
	}
	.remodal.remodal_report .txt {
		font-size: 10px;
		text-align: center;
	}
	.remodal.remodal_report .internal .btn_close {
		width: 20px;
		top: 0;
		right: 0;
	}

	.remodal.remodal_report .internal .link {
		margin-top: 20px
	}
	.remodal.remodal_report .internal .link a {
		font-size: 12px;
		padding: 9px 33px;
	}
}



/*------------------------------------------------
その他
------------------------------------------------*/

.sp_disp {
	display: none!important;
}

@media screen and (max-width: 767px) {
	.pc_disp {
		display: none!important;
	}
	.sp_disp {
		display: block!important;
	}
	table.sp_disp {
		display: table!important;
	}
	tbody.sp_disp {
		display: table-row-group!important;
	}
	img.sp_disp {
		display: inline-block!important;
	}
	br.sp_disp {
		display: inline!important;
	}
}