/*
Theme Name: KEIO Seiseki Basic
*/

body {margin: 0;}

/* リセッター */
#ksc_main div,#ksc_main span,#ksc_main applet,#ksc_main object,#ksc_main iframe,
#ksc_main h1,#ksc_main h2,#ksc_main h3,#ksc_main h4,#ksc_main h5,#ksc_main h6,#ksc_main p,#ksc_main blockquote,#ksc_main pre,
#ksc_main a,#ksc_main abbr,#ksc_main acronym,#ksc_main address,#ksc_main big,#ksc_main cite,#ksc_main code,
#ksc_main del,#ksc_main dfn,#ksc_main em,#ksc_main font,#ksc_main ins,#ksc_main kbd,#ksc_main q,#ksc_main s,#ksc_main samp,
#ksc_main small,#ksc_main strike,#ksc_main strong,#ksc_main sub,#ksc_main sup,#ksc_main tt,#ksc_main var,
#ksc_main dl,#ksc_main dt,#ksc_main dd,#ksc_main ol,#ksc_main ul,#ksc_main li,
#ksc_main fieldset,#ksc_main form,#ksc_main label,#ksc_main legend,
#ksc_main table,#ksc_main caption,#ksc_main tbody,#ksc_main tfoot,#ksc_main thead,#ksc_main tr,#ksc_main th,#ksc_main td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
#ksc_main ol,#ksc_main ul {
	list-style: none;
}
#ksc_main table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
#ksc_main caption,#ksc_main th,#ksc_main td {
	font-weight: normal;
	text-align: left;
}
#ksc_main blockquote:before,#ksc_main blockquote:after,
#ksc_main q:before,#ksc_main q:after {
	content: "";
}
#ksc_main blockquote,#ksc_main q {
	quotes: "" "";
}
#ksc_main a img {
	border: 0;
}
#ksc_main article,#ksc_main aside,#ksc_main details,#ksc_main figcaption,#ksc_main figure,
#ksc_main footer,#ksc_main header,#ksc_main hgroup,#ksc_main menu,#ksc_main nav,#ksc_main section {
	display: block;
	padding: 0;
}
#ksc_main img {
	display: inline;
	vertical-align: bottom;
	width: auto;
}
#ksc_main figure {
	margin: 0;
}
#ksc_main header {
	z-index: 1;
}

/**********************************************************************************************************************************************/
/* メイン設定
/**********************************************************************************************************************************************/

/* html.body {
} */

#ksc_main {
	font-family: 'Kiwi Maru',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, sans-serif;
	background: #ffffff;
	font-size: 16px;
	font-weight: 300;
	color: #a62e00;
	line-height: 1;
	letter-spacing: 0;
	text-align: left;
	font-feature-settings: "palt";
	word-break: normal;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
@media (max-width: 480px) {
}
#ksc_main a {
	text-decoration:none;
}
#ksc_main a:hover {
}

/**********************************************************************************************************************************************/
/* common */
#ksc_main .clearfix:before,#ksc_main .clearfix:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0px;
	font-size:0px;
	content:"";
}
#ksc_main .clearfix { display:inline-table;}
#ksc_main .clearfix { display:block;}

#ksc_main .fclear {clear: both;}
/* 改行制御 */
/*.pcbr:before {content: "\A";white-space: pre;}
@media (max-width: 480px) {
	.pcbr:before {content: none;}
	.spbr:before{content: "\A";white-space: pre;}
}*/
#ksc_main .pcbr { display: block; }
#ksc_main .spbr { display: none; }
@media (max-width: 480px) {
	#ksc_main .pcbr { display: none; }
	#ksc_main .spbr { display: block; }
}
/* 字揃え制御 */
#ksc_main .pctc {text-align: center;}
#ksc_main .pctr {text-align: right;}
@media (max-width: 480px) {
	#ksc_main .pctc {text-align: left;}
	#ksc_main .pctr {text-align: left;}
	#ksc_main .sptc {text-align: center;}
	#ksc_main .sptr {text-align: right;}
}
/* アウトライナー */
#ksc_main .outliner {display: none;}


/**********************************************************************************************************************************************/
/* 本文（#ksc_main） */
#ksc_main {
	overflow: hidden;
}
@media (max-width: 480px) {
}
#ksc_main .ksc_cmn_wrapper {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0px auto;
	position: relative;
	box-sizing: border-box;
}
#ksc_main .ksc_cmn_wrapper_960 {
	max-width: 1000px;
	padding: 0 20px;
	margin: 0px auto;
	position: relative;
	box-sizing: border-box;
}
#ksc_main .ksc_cmn_wrapper_800 {
	max-width: 840px;
	padding: 0 20px;
	margin: 0px auto;
	position: relative;
	box-sizing: border-box;
}
#ksc_main .ksc_cmn_wrapper_600 {
	max-width: 640px;
	padding: 0 20px;
	margin: 0px auto;
	position: relative;
	box-sizing: border-box;
}
@media (max-width: 820px) {
	#ksc_main .ksc_cmn_wrapper,
	#ksc_main .ksc_cmn_wrapper_960,
	#ksc_main .ksc_cmn_wrapper_800,
	#ksc_main .ksc_cmn_wrapper_600 {
		max-width: 100%;
		padding: 0 20px;
	}
}
@media (max-width: 480px) {
	#ksc_main .ksc_cmn_wrapper,
	#ksc_main .ksc_cmn_wrapper_960,
	#ksc_main .ksc_cmn_wrapper_800,
	#ksc_main .ksc_cmn_wrapper_600 {
		padding: 0 10px;
	}
}


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

/* メインビジュアル */
#ksc_main #ksc_beerfes2024a_header {
	background: #fabe00;
	position: relative;
}
#ksc_main #ksc_beerfes2024a_header:after {
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	background: url(../images/cmn_img_border_yellow_rev.png) repeat-x center bottom;
	background-size: 70px;
	position: absolute;
	bottom: -1px;
	left: 0;
}
#ksc_main #ksc_beerfes2024a_header_mainvisual {}
#ksc_main #ksc_beerfes2024a_header_mainvisual figure {
	text-align: center;
}
#ksc_main #ksc_beerfes2024a_header_mainvisual figure img {
	max-width: 100%;
}
#ksc_main #ksc_beerfes2024a_header_catch {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
#ksc_main #ksc_beerfes2024a_header_catchbox {
	font-weight: 300;
	text-align: center;
	width: 600px;
	padding-bottom: 60px;
	margin: 0 auto;
}
#ksc_main #ksc_beerfes2024a_header_catchbox:before {
	font-size: 40px;
	color: #ffffff;
	text-shadow: 5px 0 0 #a62e00;
	width: 50px;
	padding-right: 50px;
	position: absolute;
	top: -39px;
	right: 0;
	left: 0;
	margin: auto;
}
#ksc_main #ksc_beerfes2024a_header_catchbox span {
	display: inline-block;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 50px;
	width: 100%;
	height: 50px;
	background: #ffffff;
	border-radius: 100px;
	box-shadow: 5px 0 0 #a62e00;
	position: relative;
	z-index: 10;
}
#ksc_main #ksc_beerfes2024a_header_catchbox span:nth-of-type(2) {
	margin-top: -10px;
	width: calc(100% - 100px);
	z-index: 9;
}
#ksc_main #ksc_beerfes2024a_header_catchbox span:nth-of-type(3) {
	margin-top: -10px;
	width: calc(100% - 200px);
	z-index: 8;
}
#ksc_main #ksc_beerfes2024a_header_catchbox span:nth-of-type(3):after {
	font-size: 20px;
	color: #ffffff;
	text-shadow: 5px 0 0 #a62e00;
	position: absolute;
	right: -60px;
	bottom: 0;
}
@media (max-width: 480px) {
	#ksc_main #ksc_beerfes2024a_header:after {
		height: 13px;
		background-size: 35px;
	}
	#ksc_main #ksc_beerfes2024a_header_mainvisual figure {
		width: 360px;
		margin: 0 auto;
	}
	#ksc_main #ksc_beerfes2024a_header_catchbox {
		text-align: center;
		width: 360px;
		padding-bottom: 20px;
		margin: 0 auto;
	}
	#ksc_main #ksc_beerfes2024a_header_catchbox:before {
		font-size: 20px;
		text-shadow: 3px 0 0 #a62e00;
		width: 25px;
		padding-right: 25px;
		top: -19px;
	}
	#ksc_main #ksc_beerfes2024a_header_catchbox span {
		font-size: 14px;
		letter-spacing: 0;
		line-height: 30px;
		height: 30px;
		box-shadow: 3px 0 0 #a62e00;
	}
	#ksc_main #ksc_beerfes2024a_header_catchbox span:nth-of-type(2) {
		margin-top: -10px;
		width: calc(100% - 70px);
	}
	#ksc_main #ksc_beerfes2024a_header_catchbox span:nth-of-type(3) {
		margin-top: -10px;
		width: calc(100% - 140px);
	}
	#ksc_main #ksc_beerfes2024a_header_catchbox span:nth-of-type(3):after {
		font-size: 10px;
		text-shadow: 3px 0 0 #a62e00;
		right: -30px;
	}
}


/* 開催日時 */
#ksc_main #ksc_beerfes2024a_leader {
	padding: 40px 0 30px;
	background: #fbf478;
}
#ksc_main #ksc_beerfes2024a_leader_place {
	position: relative;
	margin-bottom: 40px;
}
#ksc_main #ksc_beerfes2024a_leader_place:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 3px solid #a62e00;
	border-radius: 5px;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#ksc_main #ksc_beerfes2024a_leader_place:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #ee7700;
	border-radius: 5px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 0;
}
#ksc_main #ksc_beerfes2024a_leader_place .title {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 40px;
	width: 100px;
	height: 40px;
	padding-left: 5px;
	background: #a62e00;
	border-radius: 5px;
	position: absolute;
	z-index: 100;
	top: -20px;
	right: 0;
	left: 0;
	margin: auto;
}
#ksc_main #ksc_beerfes2024a_leader_place .title:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #fbf478;
	position: absolute;
	top: 0;
	left: -20px;
	bottom: 0;
	margin: auto;
}
#ksc_main #ksc_beerfes2024a_leader_place .innerwrapper {
	padding: 20px 0;
	position: relative;
	z-index: 1;
}
#ksc_main #ksc_beerfes2024a_leader_place .text {
	font-size: 44px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}
#ksc_main #ksc_beerfes2024a_leader_place .text span {
	font-size: 32px;
}
#ksc_main #ksc_beerfes2024a_leader_catch {
	text-align: center;
	margin-bottom: 20px;
}
#ksc_main #ksc_beerfes2024a_leader_catch span {
	display: inline-block;
	font-size: 36px;
	letter-spacing: 0.1em;
	position: relative;
}
#ksc_main #ksc_beerfes2024a_leader_catch span:before,
#ksc_main #ksc_beerfes2024a_leader_catch span:after {
	font-size: 50px;
	color: #ee7700;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -0px;
}
#ksc_main #ksc_beerfes2024a_leader_catch span:before {left: -60px;}
#ksc_main #ksc_beerfes2024a_leader_catch span:after {right: -60px;}
#ksc_main #ksc_beerfes2024a_leader_datetime {}
#ksc_main #ksc_beerfes2024a_leader_datetime .datetime {
	font-family: "M PLUS Rounded 1c";
	font-weight: 800;
	text-align: center;
	margin-bottom: 20px;
}
#ksc_main #ksc_beerfes2024a_leader_datetime .datetime span {
	display: inline-block;
	vertical-align: bottom;
}
#ksc_main #ksc_beerfes2024a_leader_datetime .datetime .year {
	font-size: 48px;
}
#ksc_main #ksc_beerfes2024a_leader_datetime .datetime .date {
	font-size: 80px;
	margin-right: 5px;
}
#ksc_main #ksc_beerfes2024a_leader_datetime .datetime .date.dateto {
	margin-left: 50px;
	position: relative;
}
#ksc_main #ksc_beerfes2024a_leader_datetime .datetime .date.dateto:before {
	font-size: 20px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -30px;
	margin: auto;
}
#ksc_main #ksc_beerfes2024a_leader_datetime .datetime .dow {
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	width: 50px;
	height: 50px;
	background: #a62e00;
	margin-bottom: 8px;
	border-radius: 100px;
}
#ksc_main #ksc_beerfes2024a_leader_datetime .datetime .dow.sunday {
	background: #ee7700;
}
#ksc_main #ksc_beerfes2024a_leader_datetime dl {
	width: 600px;
	margin: 0 auto;
}
#ksc_main #ksc_beerfes2024a_leader_datetime dl div {
	margin-bottom: 20px;
}
#ksc_main #ksc_beerfes2024a_leader_datetime dl div dt {
	display: inline-block;
	vertical-align: bottom;
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 40px;
	width: 140px;
	height: 40px;
	padding-left: 5px;
	background: #a62e00;
	border-radius: 5px;
	box-sizing: border-box;
}
#ksc_main #ksc_beerfes2024a_leader_datetime dl div dt.saturday {
	background: #52c3f1;
}
#ksc_main #ksc_beerfes2024a_leader_datetime dl div dt.sunday {
	background: #ee7700;
}
#ksc_main #ksc_beerfes2024a_leader_datetime dl div dd {
	display: inline-block;
	vertical-align: bottom;
	font-family: "M PLUS Rounded 1c";
	font-size: 44px;
	font-weight: 800;
	height: 40px;
	padding-left: 20px;
}
#ksc_main #ksc_beerfes2024a_leader_datetime dl div dd .time {
	margin-right: 10px;
}
#ksc_main #ksc_beerfes2024a_leader_datetime dl div dd .lo {
	font-size: 26px;
}
@media (max-width: 480px) {
	#ksc_main #ksc_beerfes2024a_leader {
		padding: 30px 0 20px;
	}
	#ksc_main #ksc_beerfes2024a_leader_place {
		margin-bottom: 20px;
	}
	#ksc_main #ksc_beerfes2024a_leader_place:before {
		border-width: 2px;
		border-radius: 5px;
	}
	#ksc_main #ksc_beerfes2024a_leader_place:after {
		border-radius: 5px;
		top: 5px;
		left: 5px;
	}
	#ksc_main #ksc_beerfes2024a_leader_place .title {
		font-size: 18px;
		letter-spacing: 0.2em;
		line-height: 30px;
		width: 60px;
		height: 30px;
		padding-left: 5px;
		border-radius: 5px;
		top: -15px;
	}
	#ksc_main #ksc_beerfes2024a_leader_place .title:before {
		width: 10px;
		height: 10px;
		left: -20px;
	}
	#ksc_main #ksc_beerfes2024a_leader_place .innerwrapper {
		padding: 20px 0;
	}
	#ksc_main #ksc_beerfes2024a_leader_place .text {
		font-size: 20px;
	}
	#ksc_main #ksc_beerfes2024a_leader_place .text span {
		font-size: 18px;
	}
	#ksc_main #ksc_beerfes2024a_leader_catch {
		margin-bottom: 20px;
	}
	#ksc_main #ksc_beerfes2024a_leader_catch span {
		font-size: 20px;
		letter-spacing: 0.1em;
	}
	#ksc_main #ksc_beerfes2024a_leader_catch span:before,
	#ksc_main #ksc_beerfes2024a_leader_catch span:after {
		font-size: 30px;
		width: 30px;
		height: 30px;
	}
	#ksc_main #ksc_beerfes2024a_leader_catch span:before {left: -40px;}
	#ksc_main #ksc_beerfes2024a_leader_catch span:after {right: -40px;}
	#ksc_main #ksc_beerfes2024a_leader_datetime {}
	#ksc_main #ksc_beerfes2024a_leader_datetime .datetime {
		margin-bottom: 20px;
	}
	#ksc_main #ksc_beerfes2024a_leader_datetime .datetime .year {
		font-size: 20px;
	}
	#ksc_main #ksc_beerfes2024a_leader_datetime .datetime .date {
		font-size: 36px;
		margin-right: 5px;
	}
	#ksc_main #ksc_beerfes2024a_leader_datetime .datetime .date.dateto {
		margin-left: 30px;
	}
	#ksc_main #ksc_beerfes2024a_leader_datetime .datetime .date.dateto:before {
		font-size: 10px;
		width: 10px;
		height: 10px;
		left: -20px;
	}
	#ksc_main #ksc_beerfes2024a_leader_datetime .datetime .dow {
		font-size: 14px;
		line-height: 25px;
		width: 25px;
		height: 25px;
		margin-bottom: 5px;
	}
	#ksc_main #ksc_beerfes2024a_leader_datetime dl {
		width: 100%;
	}
	#ksc_main #ksc_beerfes2024a_leader_datetime dl div {
		margin-bottom: 10px;
	}
	#ksc_main #ksc_beerfes2024a_leader_datetime dl div dt {
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 30px;
		width: 80px;
		height: 30px;
		padding-left: 2px;
	}
	#ksc_main #ksc_beerfes2024a_leader_datetime dl div dd {
		font-size: 24px;
		font-weight: 800;
		line-height: 30px;
		height: 30px;
		padding-left: 10px;
		/* background: #ffffff; */
	}
	#ksc_main #ksc_beerfes2024a_leader_datetime dl div dd .time {
		margin-right: 10px;
	}
	#ksc_main #ksc_beerfes2024a_leader_datetime dl div dd .lo {
		font-size: 16px;
	}
}


/* 出店者一覧 */
#ksc_main #ksc_beerfes2024a_shoplist {
	padding: 60px 0 40px;
	background: #fdd000;
	position: relative;
}
#ksc_main #ksc_beerfes2024a_shoplist:before {
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	background: url(../images/cmn_img_border_yellow.png) repeat-x center bottom;
	background-size: 70px;
	position: absolute;
	top: -1px;
	left: 0;
}
#ksc_main #ksc_beerfes2024a_shoplist header {
	margin-bottom: 30px;
}
#ksc_main #ksc_beerfes2024a_shoplist header h1 {
	text-align: center;
}
#ksc_main #ksc_beerfes2024a_shoplist header h1>span {
	display: inline-block;
	font-size: 36px;
	font-weight: 400;
	padding: 0 70px 10px;
	position: relative;
}
#ksc_main #ksc_beerfes2024a_shoplist header h1>span span {
	position: relative;
	z-index: 10;
}
#ksc_main #ksc_beerfes2024a_shoplist header h1>span:before {
	content: "";
	display: block;
	width: calc(100% - 60px);
	height: 20px;
	background: #ffffff;
	border-radius: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
#ksc_main #ksc_beerfes2024a_shoplist header h1>span:after {
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	right: 0;
	bottom: 0;
}
#ksc_main #ksc_beerfes2024a_shoplist_listwrapper {
	padding: 30px 30px 20px;
	background: #ffffff;
	margin-bottom: 50px;
	border-radius: 10px;
	box-sizing: border-box;
}
#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .shoplist_title {
	margin-bottom: 20px;
	position: relative;
}
#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .shoplist_title:not(:first-child) {
	margin-top: 30px;
}
#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .shoplist_title:before {
	font-size: 40px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	z-index: 10;
}
#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .shoplist_title>span {
	display: inline-block;
	font-size: 24px;
	font-weight: 400;
	padding: 0 30px 8px 60px;
	position: relative;
}
.shoplist_title>span:before {
	content: "";
	display: block;
	width: 100%;
	height: 15px;
	background: #f5e859;
	border-radius: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.shoplist_title>span:after {
	font-size: 15px;
	color: #f5e859;
	position: absolute;
	right: -46px;
	bottom: 0;
}
#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .shoplist_title>span span {
	position: relative;
	z-index: 10;
}
#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .shoplist_title.title_brewery:before {color: #ee7700;}
#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .shoplist_title.title_brewery>span:before {background: #ffe400;}
#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .shoplist_title.title_brewery>span:after {color: #ffe400;}
#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .shoplist_title.title_food:before {color: #90c31f;}
#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .shoplist_title.title_food>span:before {background: #c1d969;}
#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .shoplist_title.title_food>span:after {color: #c1d969;}
#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .dl_shoplist {
	font-size: 0;
}
#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .dl_shoplist div {
	display: inline-block;
	width: 50%;
	padding-right: 20px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .dl_shoplist div dt {
	display: inline-block;
	vertical-align: top;
	font-size: 19px;
	line-height: 30px;
	width: 180px;
}
#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .dl_shoplist div dt a {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .dl_shoplist div dt a span {
	display: block;
	font-size: 0;
	width: 30px;
	height: 30px;
	position: relative;
}
#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .dl_shoplist div dt a span:before {
	font-size: 30px;
	color: #a62e00;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .dl_shoplist div dt a span:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	background: #ffe400;
	position: absolute;
	top: 3px;
	left: 3px;
}
#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .dl_shoplist.shoplist_brewery div dt a span:after {
	background: #ffe400;
}
#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .dl_shoplist.shoplist_food div dt a span:after {
	background: #c1d969;
}
#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .dl_shoplist div dd {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 1.2;
	padding-top: 3px;
	width: calc(100% - 180px);
}
#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .dl_shoplist div dd span.atte {
	display: block;
	font-size: 14px;
	color: #ee7700;
}
@media (max-width: 480px) {
	#ksc_main #ksc_beerfes2024a_shoplist {
		padding: 30px 0 1px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist:before {
		height: 13px;
		background-size: 35px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist header {
		margin-bottom: 20px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist header h1>span {
		font-size: 20px;
		padding: 0 30px 8px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist header h1>span:before {
		width: calc(100% - 46px);
		height: 15px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist header h1>span:after {
		font-size: 15px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_listwrapper {
		padding: 20px 10px 10px;
		margin-bottom: 30px;
		border-radius: 5px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .shoplist_title {
		margin-bottom: 10px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .shoplist_title:not(:first-child) {
		margin-top: 20px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .shoplist_title:before {
		font-size: 30px;
		bottom: 3px;
		left: 5px;
		z-index: 10;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .shoplist_title>span {
		font-size: 18px;
		padding: 0 20px 5px 40px;
	}
	.shoplist_title>span:before {
		height: 10px;
	}
	.shoplist_title>span:after {
		font-size: 10px;
		right: -30px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .dl_shoplist div {
		display: block;
		width: 100%;
		padding-right: 0px;
		margin-bottom: 10px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .dl_shoplist div dt {
		display: block;
		font-size: 16px;
		line-height: 30px;
		width: 180px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .dl_shoplist div dt a {
		margin-right: 10px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_listwrapper .dl_shoplist div dd {
		display: block;
		font-size: 14px;
		line-height: 1.4;
		padding-top: 0px;
		width: 100%;
		padding-left: 40px;
		box-sizing: border-box;
	}
}


/* 出店者個別 */
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper {}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox_pairwrapper {
	font-size: 0;
	width: 1160px;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: calc(50% - 20px);
	min-height: 460px;
	margin-bottom: 50px;
	position: relative;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .anchor {
	display: block;
	position: absolute;
	top: -130px;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox:before,
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox:before {
	border: 2px solid #a62e00;
	box-sizing: border-box;
	z-index: 9;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox:after {
	background: #ffffff;
	top: 10px;
	left: 10px;
	z-index: 8;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox:nth-of-type(odd) {
	margin-right: 40px;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .category {
	font-family: "M PLUS Rounded 1c";
	font-size: 14px;
	font-weight: 800;
	color: #ffffff;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.2ex;
	width: 80px;
	height: 80px;
	background: #fdd000;
	border-radius: 100px;
	position: absolute;
	top: -30px;
	left: 30px;
	z-index: 20;
	box-shadow: 2px 2px 0 #a62e00;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .category span {
	padding-left: 3px;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .category:before {
	display: block;
	font-size: 40px;
	text-align: center;
	width: 100%;
	height: 50px;
	padding-top: 10px;
	box-sizing: border-box;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .category:after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #fdd000;
	position: absolute;
	top: 25px;
	left: -15px;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .innerwrapper {
	padding: 30px 20px 20px;
	position: relative;
	z-index: 10;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_primary {
	display: table;
	margin-bottom: 30px;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_primary .photoarea {
	display: table-cell;
	vertical-align: top;
	width: 250px;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_primary .photoarea figure {
	min-height: 100px;
	background: #cccccc;
	box-shadow: 5px 5px 0 #ee7700;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_primary figure img {
	max-width: 100%;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_primary .textarea {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_primary .textarea .station {
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 10px;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_primary .textarea h1 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 20px;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_primary .textarea ul {}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_primary .textarea ul li {
	line-height: 1.3;
	padding-left: 20px;
	position: relative;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_primary .textarea ul li:not(:last-child) {
	margin-bottom: 5px;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_primary .textarea ul li:before {
	font-size: 18px;
	color: #ee7700;
	position: absolute;
	top: 2px;
	left: 0;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_secondary {}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_secondary p.catch {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_secondary p {
	line-height: 1.5;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_secondary .atte {
	color: #ee7700;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_secondary .atte strong {
	font-size: 120%;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox.shopbox_brewery .category {
	background: #ee7700;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox.shopbox_brewery .shopbox_primary figure {
	box-shadow: 5px 5px 0 #ee7700;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox.shopbox_brewery .shopbox_primary .textarea ul li:before {
	color: #ee7700;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox.shopbox_food .category {
	background: #90c31f;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox.shopbox_food .shopbox_primary figure {
	box-shadow: 5px 5px 0 #90c31f;
}
#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox.shopbox_food .shopbox_primary .textarea ul li:before {
	color: #90c31f;
}
@media (max-width: 480px) {
	#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox_pairwrapper {
		width: 100%;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox {
		display: block;
		font-size: 14px;
		width: calc(100% - 5px);
		height: auto;
		margin-bottom: 30px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .anchor {
		top: -90px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox:after {
		top: 6px;
		left: 6px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox:nth-of-type(odd) {
		margin-right: 40px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .category {
		font-size: 11px;
		line-height: 1.4;
		letter-spacing: 0.2ex;
		width: 60px;
		height: 60px;
		top: -20px;
		left: 25px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .category:after {
		top: 15px;
		left: -15px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .category span {
		padding-left: 3px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .category:before {
		font-size: 26px;
		height: 35px;
		padding-top: 10px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .innerwrapper {
		padding: 15px 15px 15px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_primary {
		display: block;
		margin-bottom: 10px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_primary .photoarea {
		display: block;
		width: 250px;
		margin-bottom: 15px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_primary .textarea {
		display: block;
		padding-left: 0px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_primary .textarea .station {
		font-size: 14px;
		margin-bottom: 5px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_primary .textarea h1 {
		font-size: 18px;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_primary .textarea ul {}
	#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_primary .textarea ul li {
		line-height: 1.3;
		padding-left: 20px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_primary .textarea ul li:before {
		font-size: 18px;
		top: 0px;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox.shopbox_brewery .shopbox_primary figure {
		box-shadow: 3px 3px 0 #f1cc4d;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox.shopbox_food .shopbox_primary figure {
		box-shadow: 3px 3px 0 #c6d645;
	}
	#ksc_main #ksc_beerfes2024a_shoplist_shopboxwrapper .shopbox .shopbox_secondary p.catch {
		font-size: 16px;
	}
}


/* コンテンツ共通 */
/* イベント情報：tether */
#ksc_main #ksc_beerfes2024a_event_tether {
	padding: 50px 0;
	background: #f1cc4d;
}
#ksc_main #ksc_beerfes2024a_event_tether_body {
	position: relative;
}
#ksc_main #ksc_beerfes2024a_event_tether_body:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 3px solid #a62e00;
	border-radius: 5px;
	box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#ksc_main #ksc_beerfes2024a_event_tether_body:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #ffffff;
	border-radius: 5px;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 0;
}
#ksc_main #ksc_beerfes2024a_event_tether_body .title {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 40px;
	width: 200px;
	height: 40px;
	padding-left: 5px;
	background: #a62e00;
	border-radius: 5px;
	position: absolute;
	z-index: 100;
	top: -20px;
	right: 0;
	left: 0;
	margin: auto;
}
#ksc_main #ksc_beerfes2024a_event_tether_body .title:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #f1cc4d;
	position: absolute;
	top: 0;
	left: -20px;
	bottom: 0;
	margin: auto;
}
#ksc_main #ksc_beerfes2024a_event_tether_body .innerwrapper {
	padding: 20px 0;
	position: relative;
	z-index: 1;
}
#ksc_main #ksc_beerfes2024a_event_tether_body .text {
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
}
@media (max-width: 480px) {
	#ksc_main #ksc_beerfes2024a_event_tether {
		padding: 30px 0 20px;
	}
	#ksc_main #ksc_beerfes2024a_event_tether_body:before {
		border-width: 2px;
	}
	#ksc_main #ksc_beerfes2024a_event_tether_body:after {
		top: 6px;
		left: 6px;
	}
	#ksc_main #ksc_beerfes2024a_event_tether_body .title {
		font-size: 16px;
		line-height: 30px;
		width: 140px;
		height: 30px;
		padding-left: 5px;
		top: -15px;
	}
	#ksc_main #ksc_beerfes2024a_event_tether_body .innerwrapper {
		padding: 20px 0 15px;
	}
	#ksc_main #ksc_beerfes2024a_event_tether_body .text {
		font-size: 15px;
	}
}


/* イベント */
#ksc_main .sec_ksc_beerfes2024a_event {
	padding: 75px 0 50px;
	position: relative;
}
#ksc_main .sec_ksc_beerfes2024a_event:before {
	content: "";
	display: block;
	width: 100%;
	height: 25px;
	position: absolute;
	top: -1px;
	left: 0;
}
#ksc_main #ksc_beerfes2024a_event_a {
	background-color: #fbf478;
}
#ksc_main #ksc_beerfes2024a_event_a:before {
	background: url(../images/cmn_img_border_orange.png) repeat-x center bottom;
	background-size: 70px;
}
#ksc_main #ksc_beerfes2024a_event_b {
	background-color: #fabe00;
}
#ksc_main #ksc_beerfes2024a_event_b:before {
	background: url(../images/cmn_img_border_yellow.png) repeat-x center bottom;
	background-size: 70px;
}
#ksc_main #ksc_beerfes2024a_event_c {
	background-color: #f6f6f6;
}
#ksc_main #ksc_beerfes2024a_event_c:before {
	background: url(../images/cmn_img_border_yellow.png) repeat-x center bottom;
	background-size: 70px;
}
#ksc_main .sec_ksc_beerfes2024a_event header {
	margin-bottom: 30px;
}
#ksc_main .sec_ksc_beerfes2024a_event header h1 {
	text-align: center;
}
#ksc_main .sec_ksc_beerfes2024a_event header h1>span {
	display: inline-block;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 70px 5px;
	position: relative;
}
#ksc_main .sec_ksc_beerfes2024a_event header h1>span:before {
	content: "";
	display: block;
	width: calc(100% - 60px);
	height: 20px;
	background: #ffffff;
	border-radius: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
#ksc_main .sec_ksc_beerfes2024a_event header h1>span:after {
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	right: 0;
	bottom: 0;
}
#ksc_main .sec_ksc_beerfes2024a_event header h1>span span {
	position: relative;
	z-index: 10;
}
#ksc_main #ksc_beerfes2024a_event_c header h1>span:before {
	background: #f5e859;
}
#ksc_main #ksc_beerfes2024a_event_c header h1>span:after {
	color: #f5e859;
}
#ksc_main .ksc_beerfes2024a_eventbox {
	position: relative;
}
#ksc_main .ksc_beerfes2024a_eventbox:not(:last-child) {
	margin-bottom: 40px;
}
#ksc_main .ksc_beerfes2024a_eventbox:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #ffffff;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 99;
}
#ksc_main .ksc_beerfes2024a_eventbox .anchor {
	position: absolute;
	top: -130px;
}
#ksc_main .ksc_beerfes2024a_eventbox .innerwrapper {
	padding: 40px 50px 30px;
	border: 2px solid #a62e00;
	position: relative;
	z-index: 100;
}
#ksc_main .ksc_beerfes2024a_eventbox h1 {
	font-size: 30px;
	/* font-weight: bold; */
	color: #a62e00;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 30px;
}
#ksc_main .ksc_beerfes2024a_eventbox h1 span {}
#ksc_main .ksc_beerfes2024a_eventbox h2 {
	font-size: 22px;
	color: #a62e00;
	line-height: 1.2;
	margin-bottom: 30px;
	position: relative;
}
#ksc_main .ksc_beerfes2024a_eventbox h2 span {
	position: relative;
	z-index: 100;
}
#ksc_main .ksc_beerfes2024a_eventbox h2:after {
	content: "";
	display: block;
	width: 100%;
	height: 15px;
	background: #fdd000;
	border-radius: 100px;
	position: absolute;
	bottom: -7px;
	left: 0;
	z-index: 1;
}
#ksc_main .ksc_beerfes2024a_eventbox .photoarea {
	font-size: 0;
	text-align: center;
	margin-bottom: 30px;
}
#ksc_main .ksc_beerfes2024a_eventbox .photoarea figure {
	display: inline-block;
	/* min-height: 100px; */
}
#ksc_main .ksc_beerfes2024a_eventbox .photoarea figure img {
	max-width: 100%;
}
#ksc_main .ksc_beerfes2024a_eventbox .photoarea.photoarea_2 figure {
	max-width: 300px;
}
#ksc_main .ksc_beerfes2024a_eventbox .photoarea.photoarea_2 figure:not(:last-child) {
	margin-right: 30px;
}
#ksc_main .ksc_beerfes2024a_eventbox .photoarea.photoarea_flat figure {
	max-width: 400px;
}
#ksc_main .ksc_beerfes2024a_eventbox .photoarea.photoarea_flat figure img {
	height: 230px;
}
#ksc_main .ksc_beerfes2024a_eventbox .photoarea.photoarea_artists figure {
    margin: 0 5px 10px;
}
#ksc_main .ksc_beerfes2024a_eventbox .photoarea.photoarea_artists figure img {
    max-width: 160px;
}

#ksc_main .ksc_beerfes2024a_eventbox .leadarea {
	margin-bottom: 30px;
}
#ksc_main .ksc_beerfes2024a_eventbox .leadarea p {
	font-size: 20px;
	text-align: left;
	line-height: 1.5;
}
#ksc_main .ksc_beerfes2024a_eventbox .leadarea p:not(:last-child) {
	margin-bottom: 10px;
}
#ksc_main .ksc_beerfes2024a_eventbox .leadarea_uc {
	margin-bottom: 0;
}
#ksc_main .ksc_beerfes2024a_eventbox .leadarea_uc p {
	font-size: 20px;
	text-align: center;
}
#ksc_main .ksc_beerfes2024a_eventbox .timetable {
}
#ksc_main .ksc_beerfes2024a_eventbox .timetable h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 7px 20px;
    background-color: #f3f3f3;
    margin-bottom: 10px;
}
#ksc_main .ksc_beerfes2024a_eventbox .timetable h3:not(:first-child) {
    margin-top: 20px;
}
#ksc_main .ksc_beerfes2024a_eventbox .timetable dl {
    margin-left: 20px;
}
#ksc_main .ksc_beerfes2024a_eventbox .timetable dl>div{
    display: grid;
    grid-template-columns: 100px 1fr;
    margin-bottom: 10px;
}
#ksc_main .ksc_beerfes2024a_eventbox .timetable dl dt {
    font-weight: bold;
    padding-top: 7px;
}
#ksc_main .ksc_beerfes2024a_eventbox .timetable dl dd {
    line-height: 1.5;
}
#ksc_main .ksc_beerfes2024a_eventbox .timetable dl dd .tt_program {
	display: inline-block;
    font-size: 20px;
	width: 220px;
}
#ksc_main .ksc_beerfes2024a_eventbox .timetable dl dd .tt_artist {
    font-size: 16px;
    white-space: nowrap;
    margin-left: 1em;
}

#ksc_main .ksc_beerfes2024a_eventbox .columnbox {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
#ksc_main .ksc_beerfes2024a_eventbox .columnbox:not(:last-child) {
	margin-bottom: 40px;
}
#ksc_main .ksc_beerfes2024a_eventbox .columnbox figure {}
#ksc_main .ksc_beerfes2024a_eventbox .columnbox figure img {
	max-width: 100%;
}
#ksc_main .ksc_beerfes2024a_eventbox .columnbox .textarea {}
#ksc_main .ksc_beerfes2024a_eventbox .columnbox .textarea h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#ksc_main .ksc_beerfes2024a_eventbox .columnbox .textarea p {
	line-height: 1.5;;
}
#ksc_main .ksc_beerfes2024a_eventbox .overviewarea {
	margin-bottom: 30px;
}
#ksc_main .ksc_beerfes2024a_eventbox .overviewarea dl {}
#ksc_main .ksc_beerfes2024a_eventbox .overviewarea dl>div {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
#ksc_main .ksc_beerfes2024a_eventbox .overviewarea dl>div dt {
	display: table-cell;
	vertical-align: top;
	font-size: 16px;
	/* font-weight: bold; */
	width: 200px;
	padding-left: 10px;
	position: relative;
}
#ksc_main .ksc_beerfes2024a_eventbox .overviewarea dl>div dt:before {
	content: "";
	display: block;
	width: 140px;
	height: 10px;
	background: #fdd000;
	border-radius: 100px;
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 90;
}
#ksc_main .ksc_beerfes2024a_eventbox .overviewarea dl>div dt:after {
	font-size: 10px;
	color: #fdd000;
	position: absolute;
	top: 12px;
	left: 145px;
	z-index: 90;
}
#ksc_main .ksc_beerfes2024a_eventbox .overviewarea dl>div dt span {
	position: relative;
	z-index: 100;
}
#ksc_main .ksc_beerfes2024a_eventbox .overviewarea dl>div dd {
	line-height: 1.5;
}
#ksc_main .ksc_beerfes2024a_eventbox .descarea {
	width: 600px;
	margin: 0 auto;
}
#ksc_main .ksc_beerfes2024a_eventbox .descarea ul:not(:last-child) {
	margin-bottom: 20px;
}
#ksc_main .ksc_beerfes2024a_eventbox .descarea ul li {
	font-size: 14px;
	line-height: 1.5;
	padding-left: 1em;
	position: relative;
}
#ksc_main .ksc_beerfes2024a_eventbox .descarea ul li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
#ksc_main .ksc_beerfes2024a_eventbox .descarea ul li:not(:last-child) {
	margin-bottom: 5px;
}
#ksc_main .ksc_beerfes2024a_eventbox .descarea .btn_doc {
    text-align: center;
}
#ksc_main .ksc_beerfes2024a_eventbox .descarea .btn_doc a {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #a62e00;
    line-height: 56px;
    width: 360px;
    height: 60px;
    border: 2px solid #a62e00;
    border-radius: 100px;
}
#ksc_main .ksc_beerfes2024a_eventbox .descarea .btn_doc a:hover {
    color: #ffffff;
    background-color: #a62e00;
    transition: 0.2s linear;
}
#ksc_main .ksc_beerfes2024a_eventbox .pickup {
	max-width: 600px;
	padding: 30px;
	margin: 40px auto 0;
	position: relative;
	z-index: 1;
}
#ksc_main .ksc_beerfes2024a_eventbox .pickup_innerwrapper {
	position: relative;
	z-index: 1;
}
#ksc_main .ksc_beerfes2024a_eventbox .pickup:before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #a62e00;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
#ksc_main .ksc_beerfes2024a_eventbox .pickup:after {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #ee7700;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 0;
}
#ksc_main .ksc_beerfes2024a_eventbox .pickup .catch {
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 20px;
}
#ksc_main .ksc_beerfes2024a_eventbox .pickup .btn_link {
	text-align: center;
}
#ksc_main .ksc_beerfes2024a_eventbox .pickup .btn_link a {
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
	line-height: 36px;
	width: 360px;
	height: 40px;
	border: 2px solid #ffffff;
	border-radius: 100px;
	box-sizing: border-box;
}
#ksc_main .ksc_beerfes2024a_eventbox .pickup .btn_link a:hover {
	color: #ee7700;
	background: #ffffff;
	transition: 0.2s linear;
	opacity: 1;
}
@media (max-width: 480px) {
	#ksc_main .sec_ksc_beerfes2024a_event {
		padding: 35px 0 20px;
	}
	#ksc_main .sec_ksc_beerfes2024a_event:before {
		height: 13px;
	}
	#ksc_main #ksc_beerfes2024a_event_a:before {
		background-size: 35px;
	}
	#ksc_main #ksc_beerfes2024a_event_b:before {
		background-size: 35px;
	}
	#ksc_main #ksc_beerfes2024a_event_c:before {
		background-size: 35px;
	}
	#ksc_main .sec_ksc_beerfes2024a_event header {
		margin-bottom: 20px;
	}
	#ksc_main .sec_ksc_beerfes2024a_event header h1>span {
		font-size: 16px;
		padding: 0 30px 5px;
	}
	#ksc_main .sec_ksc_beerfes2024a_event header h1>span:before {
		width: calc(100% - 46px);
		height: 15px;
	}
	#ksc_main .sec_ksc_beerfes2024a_event header h1>span:after {
		font-size: 15px;
	}
	#ksc_main .ksc_beerfes2024a_eventbox h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#ksc_main .ksc_beerfes2024a_eventbox h2:after {
		height: 10px;
		bottom: -3px;
	}
		#ksc_main .ksc_beerfes2024a_eventbox:not(:last-child) {
		margin-bottom: 20px;
	}
	#ksc_main .ksc_beerfes2024a_eventbox:before {
		top: 5px;
		left: 5px;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .anchor {
		top: -90px;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .innerwrapper {
		padding: 20px 15px 20px;
	}
	#ksc_main .ksc_beerfes2024a_eventbox h1 {
		font-size: 18px;
		text-align: left;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .photoarea {
		margin-bottom: 10px;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .photoarea figure {
		display: block;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .photoarea figure:not(:last-child) {
		margin-bottom: 10px;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .photoarea.photoarea_2 figure {
		width: 250px;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .photoarea.photoarea_2 figure:not(:last-child) {
		margin-right: 0px;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .photoarea.photoarea_flat figure {
		max-width: 100%;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .photoarea.photoarea_flat figure img {
		height: auto;
	}
    #ksc_main .ksc_beerfes2024a_eventbox .photoarea.photoarea_artists {
        text-align: left;
    }
    #ksc_main .ksc_beerfes2024a_eventbox .photoarea.photoarea_artists figure {
        display: inline-block;
        margin: 0 5px 10px;
    }
    #ksc_main .ksc_beerfes2024a_eventbox .photoarea.photoarea_artists figure img {
        max-width: calc(calc(calc(100vw - 54px) / 2) - 10px);
        /* max-width: 160px; */
    }
    
    #ksc_main .ksc_beerfes2024a_eventbox .leadarea {
		margin-bottom: 20px;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .leadarea p {
		font-size: 14px;
		text-align: left;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .leadarea_uc {
		margin-bottom: 0;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .leadarea_uc p {
		font-size: 16px;
		text-align: center;
	}
    #ksc_main .ksc_beerfes2024a_eventbox .timetable h3 {
        font-size: 16px;
        padding: 7px 10px;
    }
    #ksc_main .ksc_beerfes2024a_eventbox .timetable h3:not(:first-child) {
        margin-top: 20px;
    }
    #ksc_main .ksc_beerfes2024a_eventbox .timetable dl {
        margin-left: 10px;
    }
    #ksc_main .ksc_beerfes2024a_eventbox .timetable dl>div{
        display: grid;
        font-size: 14px;
        grid-template-columns: 70px 1fr;
        margin-bottom: 10px;
    }
    #ksc_main .ksc_beerfes2024a_eventbox .timetable dl dt {
        padding-top: 0px;
        line-height: 1.5;
    }
    #ksc_main .ksc_beerfes2024a_eventbox .timetable dl dd {
        line-height: 1.5;
    }
    #ksc_main .ksc_beerfes2024a_eventbox .timetable dl dd .tt_program {
        display: block;
        font-size: 15px;
		width: auto;
    }
    #ksc_main .ksc_beerfes2024a_eventbox .timetable dl dd .tt_artist {
        display: block;
        font-size: 14px;
        white-space: normal;
        margin-left: 0;
    }

    #ksc_main .ksc_beerfes2024a_eventbox .columnbox {
		display: block;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .columnbox:not(:last-child) {
		margin-bottom: 20px;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .columnbox figure {
		width: 250px;
		margin-bottom: 10px;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .columnbox .textarea {}
	#ksc_main .ksc_beerfes2024a_eventbox .columnbox .textarea h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .overviewarea {
		margin-bottom: 20px;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .overviewarea dl>div {
		display: block;
		margin-bottom: 10px;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .overviewarea dl>div dt {
		display: block;
		font-size: 14px;
		width: 200px;
		padding-left: 6px;
		margin-bottom: 5px;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .overviewarea dl>div dt:before {
		width: 100px;
		height: 7px;
		top: 10px;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .overviewarea dl>div dt:after {
		font-size: 7px;
		top: 10px;
		left: 104px;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .descarea {
		width: 100%;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .descarea ul li:not(:last-child) {
		margin-bottom: 5px;
	}
    #ksc_main .ksc_beerfes2024a_eventbox .descarea .btn_doc a {
        font-size: 14px;
        line-height: 36px;
        width: 300px;
        height: 40px;
        border: 2px solid #a62e00;
    }
    #ksc_main .ksc_beerfes2024a_eventbox .pickup {
		padding: 20px 10px;
		margin: 20px auto 0;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .pickup:after {
		top: 5px;
		left: 5px;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .pickup .catch {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .pickup .btn_link {
		text-align: center;
	}
	#ksc_main .ksc_beerfes2024a_eventbox .pickup .btn_link a {
		font-size: 14px;
		width: 240px;
	}
}
/* ピーアール */
#ksc_main #ksc_beerfes2024a_pr_title {
	font-size: 18px;
	font-weight: bold;
	color: #00a0e9;
	line-height: 40px;
	width: 400px;
	margin: 50px auto 10px;
	border: 4px solid #00a0e9;
	box-sizing: border-box;
}
#ksc_main #ksc_beerfes2024a_pr_banner {
	text-align: center;
}
#ksc_main #ksc_beerfes2024a_pr_banner img {
	width: 400px;
	max-width: 100%;
}
@media (max-width: 480px) {
	#ksc_main #ksc_beerfes2024a_pr_title {
		font-size: 16px;
		line-height: 40px;
		width: 100%;
		margin: 50px auto 10px;
		border-width: 4px;
	}
	#ksc_main #ksc_beerfes2024a_pr_banner img {
		width: 400px;
		max-width: 100%;
	}
}

#ksc_main #ksc_beerfes2025a_event_a {
	color: #ffffff;
	text-align: center;
	padding: 50px;
	background-color: #ee7700;
}
#ksc_main #ksc_beerfes2025a_event_comingsoon {}
#ksc_main #ksc_beerfes2025a_event_comingsoon h1 {
	margin-bottom: 20px;
}
#ksc_main #ksc_beerfes2025a_event_comingsoon h1 span {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	color: #ee7700;
	line-height: 40px;
	height: 40px;
	padding: 0 30px;
	background-color: #ffffff;
	border-radius: 100px;
}
#ksc_main #ksc_beerfes2025a_event_comingsoon p {
	font-size: 28px;
	line-height: 1.2;
}
@media (max-width: 480px) {
	#ksc_main #ksc_beerfes2025a_event_a {
		padding: 20px;
	}
	#ksc_main #ksc_beerfes2025a_event_comingsoon h1 {
		margin-bottom: 10px;
	}
	#ksc_main #ksc_beerfes2025a_event_comingsoon h1 span {
		font-size: 14px;
		line-height: 30px;
		height: 30px;
		padding: 0 20px;
	}
	#ksc_main #ksc_beerfes2025a_event_comingsoon p {
		font-size: 18px;
		line-height: 1.2;
	}
}


/* 協賛 */
#ksc_main #ksc_beerfes2024a_credit {
	padding: 60px;
	background: #ffffff;
}
#ksc_main #ksc_beerfes2024a_credit_dl {
	text-align: left;
	line-height: 1.4;
	margin-bottom: 30px;
}
#ksc_main #ksc_beerfes2024a_credit_dl>div {
	display: table;
}
#ksc_main #ksc_beerfes2024a_credit_dl>div:not(:last-child) {
	margin-bottom: 10px;
}
#ksc_main #ksc_beerfes2024a_credit_dl>div>dt {
	display: table-cell;
	vertical-align: top;
	width: 120px;
}
#ksc_main #ksc_beerfes2024a_credit_dl>div>dd {
	display: table-cell;
	vertical-align: top;
}
#ksc_main #ksc_beerfes2024a_credit_dl>div>dd span {
	display: inline-block;
}
#ksc_main #ksc_beerfes2024a_credit_dl>div>dd span:not(:last-child):after {
	content: "、";
}
#ksc_main #ksc_beerfes2024a_credit p {
	text-align: center;
}
#ksc_main #ksc_beerfes2024a_credit p img {
	max-width: 100%;
}
@media (max-width: 480px) {
	#ksc_main #ksc_beerfes2024a_credit {
		padding: 30px 10px;
	}
	#ksc_main #ksc_beerfes2024a_credit_dl {
		margin-bottom: 20px;
	}
	#ksc_main #ksc_beerfes2024a_credit_dl>div {
		display: block;
	}
	#ksc_main #ksc_beerfes2024a_credit_dl>div:not(:last-child) {
		margin-bottom: 10px;
	}
	#ksc_main #ksc_beerfes2024a_credit_dl>div>dt {
		display: block;
		width: auto;
	}
	#ksc_main #ksc_beerfes2024a_credit_dl>div>dd {
		display: block;
		padding-left: 20px;
	}
	#ksc_main #ksc_beerfes2024a_credit p img {
	}
}



/* タブレット （iPad Portrait想定）*/
@media (max-width: 768px) {
}

/* スマートフォン */
@media (max-width: 480px) {
	#ksc_main {
		font-size: 14px;
	}
}


/**********************************************************************************************************************************************/
