@charset "UTF-8";

/***************************************************
festival_2024
***************************************************/

html, body {margin:0; padding:0}

body {
	position: relative;
	background: #ffffff;
	font-size: 14px;
	color: #000;
	line-height: 1.6;
	font-family: 'Noto Sans JP', sans-serif;
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
}

.clearfix:after  {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix  {
	min-height: 1px;
}

.mincho {
	font-family: 'Noto Serif JP', serif;
}

img {
	width: 100%;
	height: auto;
}

.pc-on {display: block;}
.sp-on {display: none;}

a {
	transition: all 0.2s linear;
}

a:hover {
	opacity: 0.8;
}

/********** コンテンツ **********/

.wrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}

.sat {
	color: #0068b5;
}

.sun {
	color: #ff1414;
}

header {
	background-image: url('../images/kv_bg01.webp');
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	padding: 0 0 48px;
	position: relative;

}

.webp header {
	background-image: url('../images/kv_bg01.webp');

}


header h1 {
	width: 100%;
	max-width: 1093px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

header .kv_access_link {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: -14px;
}

header .kv_access_link a {
	font-size: 19px;
	color: #000;
	line-height: 1;
	text-decoration: none;
	background: #fff;
	border: 1px solid #000;
	padding: 9px 17px;
}


header#list-header {
	background-image: url('../images/kv_bg01.webp');
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	padding: 0 0 0px;
	position: relative;
}
.webp header#list-header {
	background-image: url('../images/kv_bg01.webp');
}
header#list-header h1 {
	width: 100%;
	max-width: 548px;
	margin: 0 auto;
	padding: 10px 20px 0;
	box-sizing: border-box;
}

#main_caption {
	padding: 125px 0 0;
}

#main_caption h2 {
	text-align: center;
	margin: 0 0 80px;
	position: relative;
}

#main_caption h2::after {
	content: '';
	width: 300px;
	height: 5px;
	background-image: url('../images/line01.webp');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -28px;
	margin: auto;
}

.webp #main_caption h2::after {
	background-image: url('../images/line01.webp');
}

#main_caption h2 span {
	display: inline-block;
	font-size: 44px;
	font-weight: bold;
	line-height: 1.56;
	position: relative;
}

#main_caption h2 span::after,
#main_caption h2 span::before {
	content: '';
	width: 229px;
	height: 134px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	position: absolute;
	top: -38px;
}

#main_caption h2 span::before {
	background-image: url('../images/main_caption_h2_item01.webp');
	left: -256px;
}

#main_caption h2 span::after {
	background-image: url('../images/main_caption_h2_item02.webp');
	right: -256px;
}

.webp #main_caption h2 span::before {
	background-image: url('../images/main_caption_h2_item01.webp');
}

.webp #main_caption h2 span::after {
	background-image: url('../images/main_caption_h2_item02.webp');
}

#main_caption .caption p {
	text-align: center;
	font-size: 17px;
	line-height: 2.8;
	/*margin: 0 0 160px;*/
	margin: 0 0 60px;
}

#main_caption .product_introduction {
	background-repeat: no-repeat , no-repeat;
	background-position: bottom 0 left 50% , bottom 0  left 50%;
	background-size: 1700px , cover;
	background-image: url('../images/line02.webp') , url('../images/product_introduction_bg.webp');
	padding: 0 0 68px;
	position: relative;
}

.webp #main_caption .product_introduction {
	background-image: url('../images/line02.webp') , url('../images/product_introduction_bg.webp');
}

#main_caption .product_introduction .title {
	text-align: center;
	font-size: 44px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 20px;
	position: relative;
	top: -23px;
}

#main_caption .product_introduction .title ruby rb {
	font-weight: bold;
}

#main_caption .product_introduction .title ruby rt {
	font-size: 35%;
}

#main_caption .product_introduction .logo_image {
	width: 100%;
	max-width: 450px;
	margin: 0 auto 28px;
}

#main_caption .product_introduction .item_image_left {
	width: 100%;
	max-width: 220px;
	margin: 0 auto 28px;
}

#main_caption .product_introduction .product_introduction_main {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1050px;
	margin: 50px auto 20px;
}


#main_caption .product_introduction .item_image {
	width: 100%;
	max-width: 590px;
	margin: 0 auto 30px;
	position: relative;
}
#main_caption .product_introduction .item_image img {	
	overflow: hidden;
	border-radius: 40px 5px 40px 5px;
	width: 100%;
}
#main_caption .product_introduction .item_image img {
	box-shadow: 0px 0px 12px -1px #777777;
}
/* #main_caption .product_introduction .item_image::before {
	content: '';
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: bottom 0  left 0;
	background-size: contain;
	background-image: url('../images/product_seal_img02.webp');
	position: absolute;
	bottom: 24px;
	right: -24px;
}
#main_caption .product_introduction .item_image::after {
	content: '';
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: bottom 0  left 0;
	background-size: contain;
	background-image: url('../images/product_seal_img01.webp');
	position: absolute;
	top: 24px;
	left: -24px;
}

.webp #main_caption .product_introduction .item_image::after {
	background-image: url('../images/product_seal_img01.webp');
}

.webp #main_caption .product_introduction .item_image::before {
	background-image: url('../images/product_seal_img02.webp');
}
*/
#main_caption .product_introduction .ul01 {
	text-align: center;
}
#main_caption .product_introduction,
#main_caption .product_introduction .item_image_left { 
	font-size: 16px;
}
 
#main_caption .product_introduction figure.item_image_left figcaption span,
#main_caption .product_introduction .ul01 figure figcaption span {
	font-size: 12px;
}

#main_caption .product_introduction .ul01 li {
	display: inline-block;
	margin: 0 7px;
}

#main_caption .product_introduction .ul01 .li01 {
	display: none;
}

#main_caption .product_introduction .ul01 .li02 {
	width: 100%;
	max-width: 300px;
}

#main_caption .product_introduction .ul01 .li03 {
	width: 100%;
	max-width: 300px;
}

#main_caption .product_introduction .ul01 .li04 {
	width: 100%;
	max-width: 300px;
}

#main_caption .product_introduction .ul01 .li02 figcaption {
	font-size: 16px;
	text-align: left;
	/*padding-top: 8px;*/
}

#main_caption .product_introduction .ul01 .li03 figcaption {
	font-size: 16px;
	text-align: left;
}

#main_caption .product_introduction .ul01 .li04 figcaption {
	font-size: 16px;
	text-align: left;
}


#event_contents {
}

#event_contents .ul_wrapp {
	height: 300px;
	position: relative;
}

#event_contents .ul_wrapp::before {
	content: '';
	width: 147px;
	height: 229px;
	background-repeat: no-repeat;
	background-position: bottom 0  left 0;
	background-size: cover;
	background-image: url('../images/balloon_left.webp');
	position: absolute;
	top: 50%;
	left: 9%;
	transform: translate(0, -50%);
}

.webp #event_contents .ul_wrapp::before {
	background-image: url('../images/balloon_left.webp');
}

#event_contents .ul_wrapp::after {
	content: '';
	width: 164px;
	height: 229px;
	background-repeat: no-repeat;
	background-position: bottom 0  left 0;
	background-size: cover;
	background-image: url('../images/balloon_right.webp');
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translate(0, -50%);
	z-index: -1;
}

.webp #event_contents .ul_wrapp::after {
	background-image: url('../images/balloon_right.webp');
}

#event_contents .link_ul {
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}

#event_contents .link_ul.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	height: auto;
	transition: all 0.2s linear;
}

#event_contents .link_ul.fixed.none {
	opacity: 0;
	visibility:hidden;
}

#event_contents .link_ul li {
	display: inline-block;
	width: 220px;
	margin: 0 10px;
	vertical-align: top;
}

#event_contents .link_ul li a {
	display: block;
	text-align: center;
	background: #fff;
	position: relative;
	border-radius: 0 0 8px 8px;
	box-shadow: 0px 0px 12px -1px #777777;
	text-decoration: none;
	color: #fff;
	padding: 18px 30px;
}

#event_contents .link_ul li.li01 a {
	background: #ff72ff;
}

#event_contents .link_ul li.li02 a {
	background: #fcb400;
}

#event_contents .link_ul li.li03 a {
	background: #009744;
}

#event_contents .link_ul li a::after {
	content: '';
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-radius: 0 0 8px 8px;
	position: absolute;
	top: 0;
	bottom: 10px;
	left: 10px;
	right: 10px;
}

#event_contents .link_ul li a span {
	display: block;
}

#event_contents .link_ul li a .main {
	font-size: 29px;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
}

#event_contents .link_ul li a .main strong {
	font-size: 69px;
	font-weight: bold;
}

#event_contents .link_ul li a span.sub {
	position: relative;
}

#event_contents .link_ul li a span.sub::before {
	content: '';
	width: 80%;
	height: 4px;
	background: #fff;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	margin: auto;
}

#event_contents .link_ul li a .sub .text {
	font-size: 14px;
	font-weight: bold;
	margin: 18px 0 12px;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
}

#event_contents .link_ul li a .sub .arrow {
	width: 68px;
	margin: 0 auto;
}

#event_contents .link_ul.fixed li a {
	transition: all 0.2s linear;
	padding: 6px 30px 18px;
}

#event_contents .link_ul.fixed li a .main {
	transition: all 0.2s linear;
	font-size: 24px;
}

#event_contents .link_ul.fixed li a .main strong {
	font-size: 54px;
}

#event_contents .cont_wrapp {
	padding-top: 80px;
	margin-top: -80px;
}

#event_contents .anchor_position {
	padding: 100px 0 120px;
	margin: 0px 0 150px;
	position: relative;
	text-align: center;
}

#event_contents .anchor_position::before {
	content: '';
	width: 968px;
	height: 119px;
	background-repeat: no-repeat;
	background-position: bottom 0  left 50%;
	background-size: cover;
	background-image: url('../images/event_flag01.webp');
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	margin: auto;
}

#event_contents #event01 .anchor_position {
	background-repeat: no-repeat;
	background-position: 50%  0;
	background-size: cover;
	background-image: url('../images/event01_bg01.webp');
}

.webp #event_contents #event01 .anchor_position {
	background-image: url('../images/event01_bg01.webp');
}

#event_contents #event02 .anchor_position {
	background-repeat: no-repeat;
	background-position: 50%  0;
	background-size: cover;
	background-image: url('../images/event02_bg01.webp');
}

.webp #event_contents #event02 .anchor_position {
	background-image: url('../images/event02_bg01.webp');
}

#event_contents #event03 .anchor_position {
	background-repeat: no-repeat;
	background-position: 50%  0;
	background-size: cover;
	background-image: url('../images/event03_bg01.webp');
}

.webp #event_contents #event03 .anchor_position {
	background-image: url('../images/event03_bg01.webp');
}

#event_contents h2 {
	text-align: center;
}

#event_contents h2 span {
	display: inline-block;
	font-size: 44px;
	font-weight: bold;
	line-height: 1;
	padding: 18px 36px;
	background: #fff;
	box-shadow: 0px 0px 12px -1px #777777;
}

#event_contents #event01 h2 span {
	color: #ff72ff;
	border: 2px solid #ff72ff;
}

#event_contents #event02 h2 span {
	color: #fcb400;
	border: 2px solid #fcb400;
}

#event_contents #event03 h2 span {
	color: #009744;
	border: 2px solid #009744;
}

#event_contents .pdf_link {
	width: 362px;
	margin: 147px auto 0;
}

#event_contents .pdf_link a {
	display: block;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	padding: 22px 0 18px 54px;
	background: #ccc;
	border: 1px solid #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 12px -1px #777777;
	position: relative;
}

#event_contents .pdf_link a::before {
	content: '';
	width: 35px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: 50%  0;
	background-size: cover;
	background-image: url('../images/icon_pdf.webp');
	position: absolute;
	top: 50%;
	left: 79px;
	transform: translate(0, -50%);
}

.webp #event_contents .pdf_link a::before {
	background-image: url('../images/icon_pdf.webp');
}

#event_contents #event01 .pdf_link a {
	background: #ffb8ff;
}

#event_contents .pdf_link a::after {
	content: '';
	width: 200px;
	height: 93px;
	background-repeat: no-repeat;
	background-position: 50%  0;
	background-size: cover;
	position: absolute;
	top: -85px;
	right: -33px;
}

#event_contents #event01 .pdf_link a::after {
	background-image: url('../images/event_pdf_fukidashi01.webp');
}

.webp #event_contents #event01 .pdf_link a::after {
	background-image: url('../images/event_pdf_fukidashi01.webp');
}

#event_contents #event02 .pdf_link a::after {
	background-image: url('../images/event_pdf_fukidashi02.webp');
}

.webp #event_contents #event02 .pdf_link a::after {
	background-image: url('../images/event_pdf_fukidashi02.webp');
}

#event_contents #event02 #event02_02 .pdf_link a::after {
	background-image: url('../images/event_pdf_fukidashi02_02.webp');
}

.webp #event_contents #event02 #event02_02 .pdf_link a::after {
	background-image: url('../images/event_pdf_fukidashi02_02.webp');
}

#event_contents #event03 .pdf_link a::after {
	background-image: url('../images/event_pdf_fukidashi03.webp');
}

.webp #event_contents #event03 .pdf_link a::after {
	background-image: url('../images/event_pdf_fukidashi03.webp');
}

#event01 .copy_box {
	display: inline-block;
	margin: 20px 0 0;
	position: relative;
}

#event01 .copy_box .chra_left {
	width: 157px;
	position: absolute;
	bottom: -140px;
	left: -183px;
}

#event01 .copy_box .chra_right {
	width: 157px;
	position: absolute;
	bottom: -140px;
	right: -186px;
}

#event01 .copy_box .caption01 {
	font-size: 24px;
	line-height: 1;
	margin: 0 0 16px;
}

#event_contents #event01 #stageeventmap_area {
	display: block;
	margin: 12px 0;
	line-height: 1;
	font-size: 16px;
	position: relative;
}

#event_contents #event01 #stageeventmap_area::after {
	content: 'S';
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 0.8em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #ff72ff;
	border-radius: 50%;
	position: absolute;
}

#event01 .copy_box .caption02 {
	font-size: 16px;
	line-height: 1;
}

#event01 .event_details {

}

#event01 .event_details ul {
	width: 100%;
	max-width: 650px;
	margin: 46px auto 58px;
}

#event01 .event_details ul li {
	float: left;
	width: 46%;
	margin: 0 0 40px;
	text-align: left;
}

#event01 .event_details ul li:nth-child(even) {
	float: right;
}

#event01 .event_details ul li figure {
	margin: 0 0 14px;
}

#event01 .event_details ul li .title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 7px;
}

#event01 .event_details ul li .text {
	font-size: 14px;
	line-height: 1.7;
}

#event01 .event_schedule {
	width: 100%;
	max-width: 790px;
	margin: 0 auto 100px;
	padding: 0 20px;
	box-sizing: border-box;
}

#event01 .event_schedule .event_schedule_inner {
	padding: 70px 0 80px;
	background: #fff;
}

#event01 .event_schedule .title {
	font-size: 24px;
	line-height: 56px;
	height: 56px;
	text-align: center;
	background: #fff;
	border-radius: 30px;
	border: 3px solid #ff72ff;
	position: relative;
	bottom: -30px;
	z-index: 3;
}

/*
#event01 .event_schedule .title::after  {
	content: '';
	width: 0;
	height: 0;
	border: solid 12px transparent;
	border-left: solid 12px #ff72ff;
	position: absolute;
	top: 46%;
	right: 31px;
	transform: rotate(90deg) translate(0, 0);
	transition: all 0.2s linear;
}
*/
/*
#event01 .event_schedule .title.open::after {
	transform: rotate(-90deg) translate(0, 0);
	top: 19%;
}
*/

#event01 .event_schedule .date {
	font-size: 24px;
	line-height: 1;
	margin: 0 0 48px;
	position: relative;
}

#event01 .event_schedule .date::after  {
	content: '';
	width: 100px;
	height: 3px;
	background-image: url(../images/line01.webp);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -17px;
	margin: auto;
}

.webp #event01 .event_schedule .date::after  {
	background-image: url(../images/line01.webp);
}

#event01 .event_schedule ul {
	width: 100%;
	max-width: 590px;
	margin: 0 auto 80px;
}

#event01 .event_schedule ul:last-child {
	margin-bottom: 0;
}

#event01 .event_schedule ul li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
}

#event01 .event_schedule ul li:last-child {
	border-bottom: none;
}

#event01 .event_schedule ul li .cont,
#event01 .event_schedule ul li .time {
	display: table-cell;
	vertical-align: top;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 19px;
	line-height: 1.4;
}

#event01 .event_schedule ul li .time {
	width: 120px;
	border-right: 1px dashed #e5e5e5;
	text-align: center;
}

#event01 .event_schedule ul li .cont {
	padding-left: 33px;
}

#event01 .event_details02 {
	width: 300px;
	margin: 0 auto;
}

#event01 .event_details02 .area_position {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
	height: 38px;
	background: #be8bdc;
	border-radius: 6px;
	margin: 0 0 12px;
}

#event01 .event_details02 .map_area {
	display: inline-block;
	margin: 0 0 12px;
	line-height: 1;
	font-size: 16px;
	position: relative;
}

#event01 .event_details02 .map_area::after {
	content: 'H';
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 0.8em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #be8bdc;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: -1.6em;
}

#event01 .event_details02 figure {
	margin: 0 0 14px;
}

#event01 .event_details02 .title  {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 7px;
	text-align: left;
}

#event01 .event_details02 .text  {
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
}

#event02 {
	
}

#event02 #event02_01 {
	margin: 0 0 150px;
}

#event02 h2 {
	margin-bottom: 96px;
}

#event02 #event02_01 .event_cont01 {

}

#event02 #event02_01 .event_cont01 .chra_box {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	position: relative;
}

#event02 #event02_01 .event_cont01 .chra_box .chra_left {
	width: 164px;
	position: absolute;
	left: 0;
	bottom: -123px;
}

#event02 #event02_01 .event_cont01 .chra_box .chra_right {
	width: 192px;
	position: absolute;
	right: 0;
	bottom: -124px;
}

#event02 .cont_box {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
	position: relative;
	z-index: 10;
}

#event02 .cont_box .text,
#event02 .cont_box .image {
	width: 50%;
	box-sizing: border-box;
}

#event02 .cont_box .image {
	text-align: right;
}

#event02 .cont_box .image figure {
	display: inline-block;
	width: 300px;
	text-align: left;
}

#event02 .cont_box .image figcaption {
	font-size: 12px;
	margin-top: 4px;
}

#event02 .cont_box .text {
	text-align: left;
	padding-left: 30px;
}

#event02 .cont_box .text h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 28px;
	position: relative;
}

#event02 .cont_box .text h3::after  {
	content: '';
	width: 100px;
	height: 3px;
	background-image: url(../images/line01.webp);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: -17px;
	margin: auto;
}

.webp #event02 .cont_box .text h3::after  {
	background-image: url(../images/line01.webp);
}

#event02 .cont_box .text .map_area {
	display: inline-block;
	margin: 0 0 19px;
	line-height: 1;
	font-size: 16px;
	position: relative;
}

#event02 .cont_box .text .map_area::before  {
	content: 'ア';
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 0.8em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #d70c18;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: -1.8em;
}

#event02 .cont_box .text .date {
	margin: 0 0 18px;
	clear: both;
}

#event02 .cont_box .text .date li {
	font-size: 19px;
	line-height: 1.3;
	margin: 0 0 12px;
}

#event02 .cont_box .text .date li:last-child {
	margin-bottom: 0;
}

#event02 .cont_box .text .note li {
	font-size: 14px;
	line-height: 1.57;
	position: relative;
	padding-left: 1.3em;
}

#event02 .cont_box .text .note li::before {
	content: '※';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

#event02 #event02_01 .pdf_link a {
	background: #fcb400;
}

#event02 #event02_02 {
	padding: 100px 0 0;
	position: relative;
}

#event02 #event02_02::before  {
	content: '';
	width: 968px;
	height: 119px;
	background-repeat: no-repeat;
	background-position: bottom 0 left 50%;
	background-size: cover;
	background-image: url(../images/event_flag01.webp);
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	margin: auto;
}

#event_contents #event02 #event02_02 h2 span  {
	color: #e96e04;
	border: 2px solid #e96e04;
}

#event02 #event02_02 .cont_box .text .map_area::before  {
	content: 'イ';
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 0.8em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #d70c18;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: -1.8em;
}

#event02 #event02_02 .cont_box .text .map_area::after {
	content: 'ウ';
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 0.8em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #d70c18;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: -3.6em;
}
#event02 #event02_02 .cont_box.cont_box02 .text .map_area::before  {
	content: 'オ';
}
#event02 #event02_02 .cont_box.cont_box02 .text .map_area::after  {
	display:none;
}
#event02 #event02_02 .cont_box .icon {
	width: 92px;
	height: 92px;
	line-height: 92px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #e96e04;
	border-radius: 50%;
	margin: 13px 0 0;
	transform: rotate(21deg);
}


#event02 #event02_02 .cont_box.cont_box02 {margin-bottom: 30px;}

#event02 #event02_02 .pdf_link a {
	background: #e96e04;
}

#event03 {

}

#event03 h2 {
	margin-bottom: 80px;
}

#event03 #event03_cont01 {
	margin-bottom: 110px;
}

#event03 #event03_cont01 .chra_box {
	position: relative;
}

#event03 #event03_cont01 .chra_box .chra_left {
	width: 189px;
	position: absolute;
	top: -90px;
	left: 0;
}

#event03 #event03_cont01 .chra_box .chra_right {
	width: 159px;
	position: absolute;
	top: -120px;
	right: 0;
}

#event03 #event03_cont01 .cont_box {
	text-align: center;
}

#event03 #event03_cont01 .cont_box .title {
	font-size: 39px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 14px;
}

#event03 #event03_cont01 .cont_box .sub_title {
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 26px;
}

#event03 #event03_cont01 .cont_box figure {
	width: 100%;
	max-width: 590px;
	margin: 0 auto 40px;
	position: relative;
	z-index: 2;
}

#event03 #event03_cont01 .cont_box figure img {
	box-shadow: 0px 0px 12px -1px #777777;
}

#event03 #event03_cont01 .cont_box .caption {
	font-size: 17px;
	line-height: 2.8;
}

#event03 #event03_cont02 h3 {
	font-size: 29px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 46px;
	position: relative;
}

#event03 #event03_cont02 h3::after  {
	content: '';
	width: 100px;
	height: 3px;
	background-image: url(../images/line01.webp);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: auto;
}

.webp #event03 #event03_cont02 h3::after  {
	background-image: url(../images/line01.webp);
}

#event03 #event03_cont02 .map_area {
	display: inline-block;
	margin: 0 0 28px;
	padding-right: 1.8em;
	line-height: 1;
	font-size: 16px;
	position: relative;
}

#event03 #event03_cont02 .map_area::before  {
	content: 'A';
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 0.8em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #32a900;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
}

#event03 #event03_cont02 .caption {
	font-size: 17px;
	line-height: 2.8;
	margin: 0 0 120px;
}

#event03 #event03_cont02 .list_wrapp {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: space-around;
	align-items: flex-start;
	width: 100%;
	max-width: 940px;
	margin: 0 auto 47px;
	padding: 0 20px;
	box-sizing: border-box
}

#event03 #event03_cont02 .list_wrapp ul {
	width: 47.2%;
	text-align: left;
}

#event03 #event03_cont02 .list_wrapp ul li {
	margin-bottom: 35px;
}

#event03 #event03_cont02 .list_wrapp ul li .name {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 28px;
	position: relative;
}

#event03 #event03_cont02 .list_wrapp ul li .name small {
	font-size: 19px
}

#event03 #event03_cont02 .list_wrapp ul li .name::after  {
	content: '';
	width: 100px;
	height: 3px;
	background-image: url(../images/line01.webp);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: -12px;
}

#event03 #event03_cont02 .list_wrapp ul li .area {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	position: relative;
}

#event03 #event03_cont02 .list_wrapp ul li .area::after {
	content: '';
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 0.8em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #32a900;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: -1.8em;
}

#event03 #event03_cont02 .list_wrapp ul li.li01 .area::after {
	content: 'B';
}

#event03 #event03_cont02 .list_wrapp ul li.li02 .area::after {
	content: 'D';
}

#event03 #event03_cont02 .list_wrapp ul li.li03 .area::after {
	content: 'E';
}

#event03 #event03_cont02 .list_wrapp ul li.li04 .area::after {
	content: 'C';
}

#event03 #event03_cont02 .list_wrapp ul li.li05 .area::after {
	content: 'F';
}

/*
#event03 #event03_cont02 .list_wrapp ul li.li05 .area::after {
	content: '16';
	width: 18px;
	height: 18px;
	line-height: 18px;
	color: #ffff00;
	background: #d70c18;
	border: 1px solid #fcce00;
	border-radius: 4px;
}
*/

#event03 #event03_cont02 .list_wrapp ul li.li06 .area::after {
	content: 'E';
}
#event03 #event03_cont02 .list_wrapp ul li.li07 .area::after {
	content: 'F';
}
#event03 #event03_cont02 .list_wrapp ul li.li08 .area::after {
	content: 'G';
}

#event03 #event03_cont02 .list_wrapp ul li.li09 .area::after {
	content: '9';
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 0.8em;
	color: #ffff00;
	font-weight: bold;
	text-align: center;
	background: #d70c18;
	border-radius: 3px;
	position: absolute;
	top: 0;
	right: -1.8em;
	border: 1px solid #ffff00;
}

#event03 #event03_cont02 .corner_wrapp {
	width: 100%;
	max-width: 790px;
	margin: 0 auto 42px;
	padding: 0 20px;
	box-sizing: border-box;
}

#event03 #event03_cont02 .corner_wrapp .corner_inner {
	padding: 70px 0 110px;
	background: #fff;
	position: relative;
}

#event03 #event03_cont02 .corner_wrapp .title  {
	font-size: 24px;
	line-height: 56px;
	height: 56px;
	text-align: center;
	background: #fff;
	border-radius: 30px;
	border: 3px solid #009744;
	position: relative;
	bottom: -30px;
	z-index: 3;
}

/*

#event03 #event03_cont02 .corner_wrapp .title::after  {
	content: '';
	width: 0;
	height: 0;
	border: solid 12px transparent;
	border-left: solid 12px #009744;
	position: absolute;
	top: 46%;
	right: 31px;
	transform: rotate(90deg) translate(0, 0);
	transition: all 0.2s linear;
}
*/
/*
#event03 #event03_cont02 .corner_wrapp .title.open::after {
	transform: rotate(-90deg) translate(0, 0);
	top: 19%;
}
*/

#event03 #event03_cont02 .corner_wrapp .corner_inner h4 {
	font-size: 24px;
	line-height: 1;
	margin: 0 0 50px;
	position: relative;
}

#event03 #event03_cont02 .corner_wrapp .corner_inner h4::after  {
	content: '';
	width: 100px;
	height: 3px;
	background-image: url(../images/line01.webp);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: auto;
}

.webp #event03 #event03_cont02 .corner_wrapp .corner_inner h4::after  {
	background-image: url(../images/line01.webp);
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list {
	width: 86.6%;
	margin: 0 auto 95px;
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: space-between;
	align-items: flex-start;
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list:last-child {
	margin-bottom: 0;
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul {
	width: 46.19%;
	text-align: left;
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: space-between;
	align-items: center;
	
	border-bottom: 1px solid #e5e5e5;
	padding: 13px 0;
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li .name {
	font-size: 19px;
	line-height: 1.2;
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li .name small {
	font-size: 14px;
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li .area {
	font-size: 14px;
	line-height: 1.2;
	position: relative;
	padding-right: 1.8em;
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li .area::after {
	content: '';
	width: 18px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	color: #ffff00;
	text-align: center;
	background: #d70c18;
	border: 1px solid #fcce00;
	border-radius: 4px;
	position: absolute;
	top: 0;
	right: 0;
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li01 .area::after {
	content: '1';
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li02 .area::after {
	content: '2';
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li03 .area::after {
	content: '3';
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li04 .area::after {
	content: '4';
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li05 .area::after {
	content: '5';
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li06 .area::after {
	content: '6';
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li07 .area::after {
	content: '7';
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li08 .area::after {
	content: '8';
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li09 .area::after {
	content: '9';
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li10 .area::after {
	content: '10';
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li11 .area::after {
	content: '11';
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li12 .area::after {
	content: '12';
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li13 .area::after {
	content: '13';
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li14 .area::after {
	content: '14';
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li15 .area::after {
	content: '15';
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li16 .area::after {
	content: '16';
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li17 .area::after {
	content: '17';
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li18 .area::after {
	content: '18';
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li19 .area::after {
	content: '19';
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li20 .area::after {
	content: '20';
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li21 .area::after {
	content: '21';
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li22 .area::after {
	content: '22';
}

#event03 .pdf_link a  {
	background: #009744;
}

#event03 #event03_cont02 {
	width: 100%;
	max-width: 1040px;
	margin: 140px auto 0;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}

#event03 #event03_cont02 .challenge_wrapp {
	background: #fff;
	border-top: 3px solid #009744;
	border-bottom: 3px solid #009744;
	padding: 78px 0 100px;
	position: relative;
}

#event03 #event03_cont02 .challenge_wrapp .head_icon {
	width: 197px;
	height: 86px;
	line-height: 86px;
	text-align: center;
	font-size: 44px;
	color: #fff;
	font-weight: bold;
	background: #e96e04;
	border-radius: 50%;
	position: absolute;
	top: -43px;
	left: 0;
	right: 0;
	margin: auto;
}

#event03 #event03_cont02 .challenge_wrapp .title {
	font-size: 29px;
	font-weight: bold;
	margin: 0 0 63px;
	position: relative;
	z-index: 2;
}

#event03 #event03_cont02 .challenge_wrapp .title strong {
	font-size: 39px;
	font-weight: bold;
}

#event03 #event03_cont02 .challenge_wrapp .title::after  {
	content: '';
	width: 100px;
	height: 3px;
	background-image: url(../images/line01.webp);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	margin: auto;
}

.webp #event03 #event03_cont02 .challenge_wrapp .title::after  {
	background-image: url(../images/line01.webp);
}

#event03 #event03_cont02 .challenge_wrapp .chra_left {
	width: 217px;
	position: absolute;
	top: -66px;
	left: 40px;
}

#event03 #event03_cont02 .challenge_wrapp .chra_right {
	width: 158px;
	position: absolute;
	top: 24px;
	right: 40px;
}

#event03 #event03_cont02 .challenge_wrapp .catch {
	font-size: 17px;
	line-height: 1.8;
	margin: 0 0 22px;
}


#event03 #event03_cont02 .challenge_wrapp .catch small {
	font-size: 14px;
	line-height: 1;
	display: block;
	padding-bottom: 1rem;
}

#event03 #event03_cont02 .challenge_wrapp .catch strong {
	font-size: 29px;
	color: #d70c18;
	font-weight: bold;
}

#event03 #event03_cont02 .challenge_wrapp .catch02 {
	font-size: 17px;
	line-height: 1.6;
	margin: 0 0 22px;
}

#event03 #event03_cont02 .challenge_wrapp .list_ul {
	width: 100%;
	max-width: 720px;
	margin: 0 auto 60px;
}

#event03 #event03_cont02 .challenge_wrapp .list_ul li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

#event03 #event03_cont02 .challenge_wrapp .list_ul li .num,
#event03 #event03_cont02 .challenge_wrapp .list_ul li .name,
#event03 #event03_cont02 .challenge_wrapp .list_ul li .item {
	display: table-cell;
	vertical-align: top;
	padding: 12px 0;
	line-height: 1.4;
}

#event03 #event03_cont02 .challenge_wrapp .list_ul li .item {
	font-size: 19px;
	font-weight: bold;
	width: 80px;
	text-align: center;
}

#event03 #event03_cont02 .challenge_wrapp .list_ul li .item strong {
	font-weight: bold;
	color: #d70c18;
}

#event03 #event03_cont02 .challenge_wrapp .list_ul li .name {
	font-size: 17px;
	text-align: left;
	padding-left: 40px;
}

#event03 #event03_cont02 .challenge_wrapp .list_ul li .num {
	font-size: 16px;
	width: 80px;
	text-align: right;
	padding-right: 20px;
}

#event03 #event03_cont02 .challenge_wrapp .list_ul li .num strong {
	font-size: 19px;
	font-weight: bold;
	color: #d70c18;
}

#event03 #event03_cont02 .challenge_wrapp .note {
	display: inline-block;
	margin: 0 0 86px;
}

#event03 #event03_cont02 .challenge_wrapp .note li {
	text-align: left;
	font-size: 12px;
	line-height: 2;
	padding-left: 1.4em;
	position: relative;
}

#event03 #event03_cont02 .challenge_wrapp .note li::before {
	content: '※';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

#event03 #event03_cont02 .challenge_wrapp .info {
	width: 100%;
	max-width: 720px;
	margin: 0 auto 0px;
	border-top: 1px solid #a1a1a1;
}

#event03 #event03_cont02 .challenge_wrapp .info p {
	display: inline-block;
	background: #fff;
	font-size: 16px;
	padding: 0 0.5em;
	position: relative;
	top: -12px;
}

#event03 #event03_cont02 .challenge_wrapp .info_list {
	font-size: 16px;
	line-height: 1.75;
	margin: 0 0 89px;
}

#event03 #event03_cont02 .challenge_wrapp .map {
	width: 500px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#event03 #event03_cont02 .challenge_wrapp .map figcaption {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.62;
	margin: 0 0 12px;
}

#event03 #event03_cont02 .challenge_wrapp .map img {
	border: 1px solid #a1a1a1;
}

#event03 #event03_cont02 .icon_img {
	position: absolute;
}

#event03 #event03_cont02 .icon_img.icon01 {
	width: 114px;
	bottom: 433px;
	left: -41px;
}

#event03 #event03_cont02 .icon_img.icon02 {
	width: 86px;
	bottom: 425px;
	right: 10px;
}

#event03 #event03_cont02 .icon_img.icon03 {
	width: 206px;
	bottom: 64px;
	left: 2px;
}

#event03 #event03_cont02 .icon_img.icon04 {
	width: 218px;
	bottom: 59px;
	right: -38px;
}

/*--- 追加2024  ---*/
#event03 #event03_cont02 h3.h3List {
	margin-top: 80px;
}
#event03 #event03_cont02 .caption.caption_list {
	margin: 0 auto 30px;
}


#access {
	text-align: center;
	padding-top: 50px;
	margin-top: -50px;
}

#access h2 {
	font-size: 44px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 80px;
	position: relative;
}

#access h2::after  {
	content: '';
	width: 300px;
	height: 5px;
	background-image: url(../images/line01.webp);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -28px;
	margin: auto;
}

#access .map_area {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 42px;
	padding: 0 20px;
	box-sizing: border-box;
}

#access .map_area iframe {
	width: 100%;
	height: 380px;
}

#access .name {
	font-size: 24px;
	line-height: 1;
	margin: 0 0 12px;
}

#access .add {
	font-size: 16px;
	line-height: 1;
	margin: 0 0 12px;
}

#access .text_note {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	margin: 0 0 50px;
	padding: 7px 13px;
	border: 1px solid #000;
}

#access .info_area {
	background: #e5e5e5;
	padding: 50px 0;
}

#access .info_area .info_data {
	display: inline-block;
	text-align: left;
	margin: 0 0 18px;
}

#access .info_area .info_data li {
	margin: 0 0 8px;
	font-size: 16px;
}

#access .info_area .info_data li:last-child {
	margin-bottom: 0;
}

#access .info_area .info_data li .logo {
	width: 192px;
	display: inline-block;
	vertical-align: bottom;
}

#access .info_area .note {
	display: inline-block;
	text-align: left;
}

#access .info_area .note li {
	font-size: 14px;
	line-height: 1.75;
	padding-left: 1.4em;
	position: relative;
}

#access .info_area .note li::before  {
	content: '※';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

#sponser_area {
	margin: 100px 0 90px;
}

#sponser_area .cont01 {
	background-repeat: repeat-y;
	background-position: 0 0;
	background-size: 100%;
	background-image: url('../images/sponser_area_bg01.webp');
	padding-bottom: 100px;
}

.webp #sponser_area .cont01 {
	background-image: url('../images/sponser_area_bg01.webp');
}

#sponser_area .cont01 .cont01_wrapp {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

#sponser_area .cont01 .cont01_wrapp .cont01_wrapp_inner {
	width: 100%;
	padding: 0 0 0;
	background: #fff;
	box-shadow: 0px 12px 12px -1px #b1aeae;
	text-align: center;
}

#sponser_area .cont01 .cont01_wrapp h2 {
	margin: 0 0 55px;
	position: relative;
	top: -23px;
}

#sponser_area .cont01 .cont01_wrapp h2::after  {
	content: '';
	width: 100px;
	height: 3px;
	background-image: url(../images/line01.webp);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -28px;
	margin: auto;
}

.webp #sponser_area .cont01 .cont01_wrapp h2::after  {
	background-image: url(../images/line01.webp);
}

#sponser_area .cont01 .cont01_wrapp h2 span {
	display: inline-block;
	font-size: 29px;
	font-weight: bold;
	position: relative;
}

#sponser_area .cont01 .cont01_wrapp h2 span strong {
	font-size: 39px;
	font-weight: bold;
}

#sponser_area .cont01 .cont01_wrapp h2 span::after,
#sponser_area .cont01 .cont01_wrapp h2 span::before {
	display: inline-block;
	font-size: 1.6em;
	position: absolute;
	top: -11px;
}

#sponser_area .cont01 .cont01_wrapp h2 span::before {
	content: '＼';
	left: -67px;
}

#sponser_area .cont01 .cont01_wrapp h2 span::after {
	content: '／';
	right: -67px;
}

#sponser_area .cont01 .cont01_wrapp .map {
	width: 100%;
	max-width: 426px;
	margin: 0 auto 80px;
	padding: 0 20px;
	box-sizing: border-box;
}

#sponser_area .shop_area {
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

#sponser_area .shop_area .shop_cont {
	padding: 70px 0;
	border-bottom: 1px dashed #e5e5e5;
}

#sponser_area .shop_area .shop_cont:first-child {
	padding-top: 0;
}

#sponser_area .shop_area .shop_cont:last-child {
	border-bottom: none;
}

#sponser_area .shop_area .shop_cont h3 {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 23px;
	padding-left: 2.0em;
	position: relative;
}
#sponser_area .shop_area .shop_cont.other_shop h3 {
	padding-left: 0em;
}
#sponser_area .shop_area .shop_cont h3::before {
	content: '';
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #d70c18;
	display: inline-block;
	border: 3px solid #d70c18;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}
#sponser_area .shop_area .shop_cont.other_shop h3::before {
	content: '';
	width: 0px;
	height: 0px;
	line-height: 1px;
	border: none;
	position: relative;
}
#sponser_area .shop_area .shop_cont .position {
	font-size: 14px;
	line-height: 1;
	margin: 0 0 20px;
}

#sponser_area .shop_area .shop_cont .logo {
	width: 112px;
	margin: 0 auto 16px;
}

#sponser_area .shop_area .shop_cont .link {
	line-height: 1;
	margin: 0 auto 16px;
}

#sponser_area .shop_area .shop_cont .link a {
	line-height: 1;
	font-size: 14px;
	color: #000;
}

#sponser_area .shop_area .shop_cont .image {
	width: 390px;
	margin: 0 auto 4px;
}

#sponser_area .shop_area .shop_cont .caption {
	font-size: 14px;
	line-height: 1.75;
}

#sponser_area .shop_area .shop_cont.atre h3::before {
	content: 'A';
}

#sponser_area .shop_area .shop_cont.ecute h3::before {
	content: 'B';
}

#sponser_area .shop_area .shop_cont.ecute .logo {
	width: 140px;
}

#sponser_area .shop_area .shop_cont.sicity h3::before {
	content: 'B';
}

#sponser_area .shop_area .shop_cont.sicity .logo {
	width: 90px;
}

#sponser_area .s_title {
	display: inline-block;
	line-height: 1;
	font-size: 16px;
	color: #fff;
	padding: 5px 13px;
	background: #a1a1a1;
	margin: 50px 0 17px;
}

#sponser_area img.store {
	margin: 20px 0 0 0;
}

#sponser_area img.store2 {
	margin: 20px 0 100px 0;
}

#sponser_area .shop_logo_ul {
	margin: 0 0 50px;
}

#sponser_area .shop_logo_ul li {
	float: left;
	width: 14.45%;
	margin: 37px 2.5% 0 0;
	padding: 4px 7px;
	border: 1px solid #a1a1a1;
	position: relative;
	box-sizing: border-box;
}

#sponser_area .shop_logo_ul li:nth-child(6n + 6) {
	margin-right: 0;
}

#sponser_area .shop_logo_ul li::before {
	content: '';
	display: inline-block;
	font-size: 14px;
	position: absolute;
	top: -24px;
	left: 0;
}

#sponser_area .shop_logo_ul li.li01::before {
	content: '5F';
}

#sponser_area .shop_logo_ul li.li03::before,
#sponser_area .shop_logo_ul li.li02::before {
	content: '4F';
}

#sponser_area .shop_logo_ul li.li09::before,
#sponser_area .shop_logo_ul li.li08::before,
#sponser_area .shop_logo_ul li.li07::before,
#sponser_area .shop_logo_ul li.li06::before,
#sponser_area .shop_logo_ul li.li05::before,
#sponser_area .shop_logo_ul li.li04::before {
	content: '3F';
}

#sponser_area .shop_logo_ul li.li24::before,
#sponser_area .shop_logo_ul li.li23::before,
#sponser_area .shop_logo_ul li.li22::before,
#sponser_area .shop_logo_ul li.li12::before,
#sponser_area .shop_logo_ul li.li11::before,
#sponser_area .shop_logo_ul li.li10::before {
	content: '2F';
}

#sponser_area .shop_logo_ul li.li30::before,
#sponser_area .shop_logo_ul li.li29::before,
#sponser_area .shop_logo_ul li.li28::before,
#sponser_area .shop_logo_ul li.li27::before,
#sponser_area .shop_logo_ul li.li26::before,
#sponser_area .shop_logo_ul li.li25::before,
#sponser_area .shop_logo_ul li.li14::before,
#sponser_area .shop_logo_ul li.li13::before {
	content: '1F';
}

#sponser_area .shop_logo_ul li.li21::before,
#sponser_area .shop_logo_ul li.li20::before,
#sponser_area .shop_logo_ul li.li19::before,
#sponser_area .shop_logo_ul li.li18::before,
#sponser_area .shop_logo_ul li.li17::before,
#sponser_area .shop_logo_ul li.li16::before,
#sponser_area .shop_logo_ul li.li15::before {
	content: 'B1F';
}

#sponser_area .parking_info {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	background: #e5e5e5;
	padding: 50px;
	text-align: left;
}

#sponser_area .parking_info .title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	border-bottom: 1px solid #000;
	padding: 0 0 16px;
	margin: 0 0 16px;
}

#sponser_area .parking_info .title small {
	display: inline-block;
	margin-left: 30px;
	font-size: 16px;
	font-weight: bold;
}

#sponser_area .parking_info .title small strong {
	font-size: 24px;
	font-weight: bold;
}

#sponser_area .parking_info .title small strong span {
	margin: 0 4px;
	font-weight: bold;
}

#sponser_area .parking_info dl {
	margin: 0 0 12px;
	font-size: 16px;
}

#sponser_area .parking_info dl dt {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#sponser_area .parking_info dl dd {
	margin: -26px 0 6px 0;
	/*padding: 0 0 0 83px;*/
	padding: 0 0 0 103px;
}

#sponser_area .parking_info .note {
	margin: 0 0 12px;
}

#sponser_area .parking_info .note li {
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 8px;
	padding-left: 1.4em;
	position: relative;
}

#sponser_area .parking_info .note li:last-child {
	margin-bottom: 0;
}

#sponser_area .parking_info .note li::before {
	content: '※';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

#sponser_area .parking_info .attr li {
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 0px;
	position: relative;
}

#sponser_area .ps_bibarejji {
	width: 100%;
	max-width: 600px;
	margin: 70px auto 0
}

#sponser_area .ps_bibarejji .box {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	
	padding: 24px;
	margin: 0 0 14px;
	border: 1px solid #a1a1a1;
}

#sponser_area .ps_bibarejji .box .text_area .text01 {
	font-size: 19px;
	line-height: 1.75;
}

#sponser_area .ps_bibarejji .box .text_area .text02 {
	font-size: 24px;
	line-height: 1;
	margin: 8px 0;
}

#sponser_area .ps_bibarejji .ps_info {
	font-size: 14px;
	line-height: 2.0;
	margin: 0 0 12px;
}

#sponser_area .ps_bibarejji .note li {
	font-size: 11px;
	line-height: 1.4;
	padding-left: 1.4em;
	margin: 0 0 4px;
	position: relative;
}

#sponser_area .ps_bibarejji .note li:last-child {
	margin-bottom: 0;
}

#sponser_area .ps_bibarejji .note li::before {
	content: '※';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

#page-top {
	width: 69px;
	position: fixed;
	bottom: 10px;
	right: 80px;
	cursor: pointer;
	z-index: 99;
}

footer {
	text-align: center;
	font-size: 12px;
	line-height: 1;
	padding: 14px 0;
}

.toggle_trigger {
	cursor: pointer;
}



/********************************************************************************
	リキッド調整用 CSS
********************************************************************************/

@media (max-width: 1400px)  {


}


@media (max-width: 1280px)  {


}



@media (max-width: 1210px)  {


}



/********************************************************************************
	スマートフォン用 CSS
********************************************************************************/

@media screen and (max-width: 767px)  {

.pc-on {display: none;}
.sp-on {display: block;}

.wrapper {
	padding: 0 6%;
}

.webp header,
header {
	background-image: none;
	padding: 0;
	
}

header h1 {
	padding: 0;
}

header .kv_access_link {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: -14px;
}

header .kv_access_link a {
	font-size: 4.8vw;
	padding: 9px 12px;
}

#main_caption {
	padding: 75px 0 0;
}

#main_caption h2 {
	margin: 0 0 55px;
}

#main_caption h2::after {
	width: 170px;
	height: 4px;
	bottom: -22px;
}

#main_caption h2 span {
	font-size: 8vw;
	line-height: 1.5;
}

#main_caption h2 span::after,
#main_caption h2 span::before {
	width: 114px;
	height: 67px;
	top: -36px;
}

#main_caption h2 span::before {
	left: -42px;
}

#main_caption h2 span::after {
	right: -42px;
}

#main_caption .caption p {
	font-size: 3.733333vw;
	line-height: 2.35;
	margin: 0 0 60px;
}

#main_caption .product_introduction .logo_image {
	width: 82%;
	margin: 0 auto 43px;
}

#main_caption .product_introduction {
	background-position: top 0  left 50%;
	background-image: url('../images/product_introduction_bg_sp.webp');
	padding: 0 0 45px;
	margin: 0 0 40px;
}

.webp #main_caption .product_introduction {
	background-image: url('../images/product_introduction_bg_sp.webp');
}

#main_caption .product_introduction .title {
	text-align: center;
	font-size: 8vw;
	margin: 0 0 18px;
	top: -17px;
}

#main_caption .product_introduction .item_image_left{
	width: 62%;
	margin: 0 auto 13px;
}

#main_caption .product_introduction .product_introduction_main {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 590px;
	margin: 0 auto;
	padding: 0 10px;
}


#main_caption .product_introduction .item_image {
	width: 100%;
	max-width: 590px;
	margin: 0 auto 25px;
	position: relative;
}

#main_caption .product_introduction .item_image {
	width: 78.6%;
	margin: 0 auto 27px;
}
#main_caption .product_introduction .item_image img {
	box-shadow: 0px 0px 9px 1px #777777;
}

#main_caption .product_introduction .item_image_left {
	display: none;
}

/* #main_caption .product_introduction .item_image::before {
	content: '';
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: bottom 0  left 0;
	background-size: contain;
	background-image: url('../images/product_seal_img02.webp');
	position: absolute;
	bottom: -20px;
	right: -20px;
}
#main_caption .product_introduction .item_image::after {
	content: '';
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: bottom 0  left 0;
	background-size: contain;
	background-image: url('../images/product_seal_img01.webp');
	position: absolute;
	top: -20px;
	left: -20px;
}

.webp #main_caption .product_introduction .item_image::after {
	background-image: url('../images/product_seal_img01.webp');
}

.webp #main_caption .product_introduction .item_image::before {
	background-image: url('../images/product_seal_img02.webp');
}
*/

#main_caption .product_introduction .ul01 {
	display: flex;
	justify-content: center;
	align-items: center;
	justify-items: stretch;
	gap: 14px 14px;
	grid-template-columns: 55.4% 1fr;
	margin: 0;
	flex-wrap: wrap;
}

#main_caption .product_introduction .ul01 li {
	display: block;
	margin: 0;
}

#main_caption .product_introduction .ul01 .li01 {
	display: block;
	width: 45%;
}

#main_caption .product_introduction .ul01 .li02 {
	width: 45%;
}

#main_caption .product_introduction .ul01 .li03 {
	width: 45%;
}

#main_caption .product_introduction .ul01 .li04 {
	width: 45%;
}
#main_caption .product_introduction .item_image figcaption,
#main_caption .product_introduction .ul01 .li01 figcaption,
#main_caption .product_introduction .ul01 .li02 figcaption,
#main_caption .product_introduction .ul01 .li03 figcaption,
#main_caption .product_introduction .ul01 .li04 figcaption  {
	text-align: left;
	font-size: 12px;
}
#main_caption .product_introduction .ul01 .li01 figcaption span,
#main_caption .product_introduction .ul01 .li02 figcaption span,
#main_caption .product_introduction .ul01 .li03 figcaption span,
#main_caption .product_introduction .ul01 .li04 figcaption span {
	font-size: 10px;
	padding-top: 0;
}


#event_contents {
	position: relative;
}

#event_contents::before {
content: '';
	width: 600px;
	padding-top: 60px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/line02.webp);
	background-size: contain;
	position: absolute;
	top: -60px;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, 0);
}

#event_contents .ul_wrapp {
	height: 150px;
}

#event_contents .ul_wrapp::before {
	content: none;
}

#event_contents .ul_wrapp::after {
	content: none;
}

#event_contents .link_ul.fixed {
	display: none;
}

#event_contents .link_ul  {

}

#event_contents .link_ul li {
	width: 29.3%;
	margin: 0 1%;
}

#event_contents .link_ul li a {
	border-radius: 0 0 8px 8px;
	box-shadow: 0px 0px 12px -1px #777777;
	padding: 8px 0px 12px;
	height: 100%;
}

#event_contents .link_ul li a::after {
	bottom: 5px;
	left: 5px;
	right: 5px;
}

#event_contents .link_ul li a span {
	display: block;
}

#event_contents .link_ul li a .main {
	font-size: 16px;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
}

#event_contents .link_ul li a .main strong {
	font-size: 35px;
}

#event_contents .link_ul li a span.sub  {
	position: static;
}

#event_contents .link_ul li a span.sub::before {
	width: 70%;
	height: 2px;
	top: -8px;
}

#event_contents .link_ul li a .sub .text {
	font-size: 2.666667vw;
	line-height: 1.56;
	margin: 13px 0 3px;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
}

#event_contents .link_ul li a .sub .arrow {
	width: 40%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#event_contents .cont_wrapp {
	padding-top: 0px;
	margin-top: 0px;
}

#event_contents .anchor_position {
	padding: 50px 0 70px;
	margin: 0px 0 0px;
}

#event_contents .anchor_position::before {
	content: '';
	width: 100%;
	height: auto;
	padding-top: 13%;
	background-size: contain;
	top: -9px;
}

#event_contents #event01 .anchor_position {
	background-image: url('../images/event01_bg01_sp.webp');
}

.webp #event_contents #event01 .anchor_position {
	background-image: url('../images/event01_bg01_sp.webp');
}

#event_contents #event02 .anchor_position {
	background-image: url('../images/event02_bg01_sp.webp');
}

.webp #event_contents #event02 .anchor_position {
	background-image: url('../images/event02_bg01_sp.webp');
}

#event_contents #event03 .anchor_position {
	background-image: url('../images/event03_bg01_sp.webp');
}

.webp #event_contents #event03 .anchor_position {
	background-image: url('../images/event03_bg01_sp.webp');
}

#event_contents h2 span {
	font-size: 7.466667vw;
	padding: 10px 17px;
	box-shadow: 0px 0px 12px -1px #777777;
}

#event_contents .pdf_link {
	width: 72.4%;
	margin: 102px auto 0;
}

#event_contents .pdf_link a {
	font-size: 4.533333vw;
	padding: 15px 0 15px 32px;
	border-radius: 8px;
	box-shadow: 0px 0px 12px -1px #777777;
}

#event_contents .pdf_link a::before {
	width: 25px;
	height: 27px;
	left: 57px;
}

#event_contents .pdf_link a::after {
	width: 130px;
	height: 61px;
	background-size: contain;
	top: -55px;
	right: 29px;
}

#event01 .copy_box {
	display: block;
	margin: 20px 0 0;
	position: relative;
}

#event01 .copy_box .chra_left {
	width: 17.7%;
	bottom: -85px;
	left: 4%;
}

#event01 .copy_box .chra_right {
	width: 18.1%;
	bottom: -85px;
	right: 4%;
}

#event01 .copy_box .caption01 {
	font-size: 4.533333vw;
	margin: 0 0 15px;
}

#event01 .copy_box .caption02 {
	font-size: 2.666667vw;
}

#event_contents #event01 #stageeventmap_area {
	margin: 12px 0 40px;
	font-size: 3.2vw;
}

#event_contents #event01 #stageeventmap_area::after {
	width: 14px;
	height: 14px;
	line-height: 14px;
}

#event01 .event_details {
}

#event01 .event_details ul {
	width: auto;
	margin: 16px 4% 15px;
}

#event01 .event_details ul li {
	width: 46.6%;
	margin: 0 0 30px;
}

#event01 .event_details ul li figure {
	margin: 0 0 10px;
}

#event01 .event_details ul li .title {
	font-size: 3.2vw;
	line-height: 1.3;
	margin: 0 0 5px;
}

#event01 .event_details ul li .text {
	font-size: 2.666667vw;
}

#event01 .event_schedule {
	width: auto;
	margin: 0 4% 25px;
	padding: 0px 0;
}

#event01 .event_schedule .event_schedule_inner {
	padding: 40px 0 33px;
}

#event01 .event_schedule .title {
	font-size: 4.533333vw;
	line-height: 37px;
	height: 37px;
	border: 2px solid #ff72ff;
	bottom: -18px;
}

#event01 .event_schedule .title::after  {
	border: solid 10px transparent;
	border-left: solid 10px #ff72ff;
	top: 42%;
	right: 16px;
}

#event01 .event_schedule .date {
	font-size: 4vw;
	margin: 0 0 23px;
}

#event01 .event_schedule .date::after  {
	width: 65px;
	height: 2px;
	bottom: -12px;
}

#event01 .event_schedule ul {
	width: auto;
	margin: 0 4% 28px;
}

#event01 .event_schedule ul li .cont,
#event01 .event_schedule ul li .time {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 3.2vw;
	line-height: 1.4;
}

#event01 .event_schedule ul li .time {
	width: 33%;
}

#event01 .event_schedule ul li .cont {
	padding-left: 10px;
}

#event01 .event_details02 {
	width: 44%;
}

#event01 .event_details02 .area_position {
	font-size: 3.733333vw;
	line-height: 40px;
	height: 40px;
	margin: 0 0 7px;
}

#event01 .event_details02 .map_area {
	margin: 0 0 12px;
	font-size: 3.2vw;
}

#event01 .event_details02 .map_area::after  {
	width: 14px;
	height: 14px;
	line-height: 14px;
}

#event01 .event_details02 figure {
	margin: 0 0 10px;
}

#event01 .event_details02 .title  {
	font-size: 3.2vw;
	line-height: 1.3;
	margin: 0 0 5px;
}

#event01 .event_details02 .text  {
	font-size: 2.666667vw;
}

#event_contents .bottom_link .link_ul02 {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	text-align: center;
	transition: all 0.2s linear;
}

#event_contents .bottom_link .link_ul02.none {
	opacity: 0;
	visibility:hidden;
}

#event_contents .bottom_link .link_ul02 li  {
	display: inline-block;
	width: 29.3%;
	margin: 0 1%;
	vertical-align: top;
}

#event_contents .bottom_link .link_ul02 li a  {
	display: block;
	border-radius: 8px 8px 0 0;
	box-shadow: 0px 0px 12px -1px #777777;
	padding: 0 0px 0;
	height: 100%;
	color: #fff;
	text-decoration: none;
	position: relative;
}

#event_contents .bottom_link .link_ul02 li.li01 a  {
	background: #ff72ff;
}

#event_contents .bottom_link .link_ul02 li.li02 a  {
	background: #fcb400;
}

#event_contents .bottom_link .link_ul02 li.li03 a  {
	background: #009744;
}

#event_contents .bottom_link .link_ul02 li a::after  {
	content: '';
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	border-radius: 8px 8px 0 0;
	position: absolute;
	top: 5px;
	bottom: 0;
	left: 5px;
	right: 5px;
}

#event_contents .bottom_link .link_ul02 li a .main  {
	font-size: 16px;
	text-shadow: 0px 0px 7px rgb(0 0 0 / 80%);
}

#event_contents .bottom_link .link_ul02 li a .main strong  {
	font-size: 35px;
}

#event02 {
	
}

#event02 #event02_01 {
	margin: 0 0 60px;
}

#event02 h2 {
	margin-bottom: 35px;
}

#event02 #event02_01 h2 {
	margin-bottom: 9px;
}

#event02 #event02_01 .event_cont01 {

}

#event02 #event02_01 .event_cont01 .chra_box {
	width: 60%;
	margin: 0 auto 9px;
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-end;
	align-items: flex-end;
	justify-content: space-between;
}

#event02 #event02_01 .event_cont01 .chra_box .chra_left {
	width: 32%;
	position: static;
}

#event02 #event02_01 .event_cont01 .chra_box .chra_right {
	width: 38%;
	position: static;
}

#event02 .cont_box {
	padding: 0 4%;
	display: block;
}

#event02 .cont_box .text,
#event02 .cont_box .image {
	width: auto;
}

#event02 .cont_box .image {
	text-align: left;
	width: 47.8%;
	float: left;
	margin: 0 15px 15px 0;
}

#event02 .cont_box .image figure {
	width: auto;
}

#event02 .cont_box .image figcaption {
	font-size: 12px;
	margin-top: 4px;
}

#event02 .cont_box .text {
	padding-left: 0;
}

#event02 .cont_box .text h3 {
	font-size: 4vw;
	line-height: 1.5;
	margin: 0 0 12px;
}

#event02 .cont_box .text h3::after  {
	width: 65px;
	height: 2px;
	bottom: -5px;
	left: 52.5%;
}

#event02 .cont_box .text .map_area {
	margin: 0 0 10px;
	font-size: 3.2vw;
}

#event02 .cont_box .text .map_area::before  {
	width: 14px;
	height: 14px;
	line-height: 14px;
}

#event02 .cont_box .text .date {
	margin: 0 0 18px;
}

#event02 .cont_box .text .date li {
	font-size: 3.466667vw;
	line-height: 1.3;
	margin: 0 0 4px;
}

#event02 .cont_box .text .note li {
	font-size: 2.666667vw;
	line-height: 1.3;
	padding-left: 1.3em;
}

#event02 #event02_02 {
	padding: 50px 0 0;
}

#event02 #event02_02::before  {
	content: '';
	width: 100%;
	height: auto;
	padding-top: 13%;
	background-size: contain;
	top: -9px;
}

#event02 #event02_02 .cont_box .text .map_area::before  {
	width: 14px;
	height: 14px;
	line-height: 14px;
}

#event02 #event02_02 .cont_box .text .map_area::after {
	width: 14px;
	height: 14px;
	line-height: 14px;
}

#event02 #event02_02 .cont_box .icon {
	width: 68px;
	height: 68px;
	line-height: 68px;
	font-size: 22px;
	position: absolute;
	right: 4%;
	bottom: -46px;
}
#event02 #event02_02 .cont_box.cont_box02 .icon {
	bottom: 0px;
}

#event02 #event02_02 .pdf_link a {
	background: #e96e04;
}

#event03 {

}

#event03 h2 {
	margin-bottom: 5px;
}

#event03 #event03_cont01 {
	margin-bottom: 75px;
}

#event03 #event03_cont01 .chra_box {
	width: 58%;
	margin: 0 auto 9px;
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-end;
	align-items: flex-end;
	justify-content: space-between;
}

#event03 #event03_cont01 .chra_box .chra_left {
	width: 44%;
	position: static;
}

#event03 #event03_cont01 .chra_box .chra_right {
	width: 37%;
	position: static;
}

#event03 #event03_cont01 .cont_box .title {
	font-size: 8vw;
	margin: 0 0 8px;
}

#event03 #event03_cont01 .cont_box .sub_title {
	font-size: 5.066667vw;
	margin: 0 0 18px;
}

#event03 #event03_cont01 .cont_box figure {
	width: 78.6%;
	margin: 0 auto 60px;
}

#event03 #event03_cont01 .cont_box figure img {
	box-shadow: 0px 0px 12px -1px #777777;
}

#event03 #event03_cont01 .cont_box .caption {
	font-size: 3.733333vw;
	line-height: 2.35;
}

#event03 #event03_cont02 h3 {
	font-size: 5.333333vw;
	margin: 0 0 23px;
}

#event03 #event03_cont02 h3::after  {
	width: 65px;
	height: 2px;
	bottom: -14px;
}

#event03 #event03_cont02 .map_area {
	margin: 0 0 24px;
	font-size: 3.2vw;
}

#event03 #event03_cont02 .map_area::before  {
	width: 14px;
	height: 14px;
	line-height: 14px;
}

#event03 #event03_cont02 .caption {
	font-size: 3.733333vw;
	line-height: 2.35;
	margin: 0 0 35px;
	
}

#event03 #event03_cont02 .list_wrapp {
	display: block;
	margin: 0 auto 35px;
	padding: 0 4%;
}

#event03 #event03_cont02 .list_wrapp ul {
	width: auto;
}

#event03 #event03_cont02 .list_wrapp ul li {
	margin-bottom: 25px;
	text-align: center;
}

#event03 #event03_cont02 .list_wrapp ul li .name {
	font-size: 4vw;
	margin: 0 0 22px;
}

#event03 #event03_cont02 .list_wrapp ul li .name small {
	font-size: 4vw;
}

#event03 #event03_cont02 .list_wrapp ul li .name::after  {
	width: 65px;
	height: 2px;
	right: 0;
	bottom: -12px;
	margin: auto;
}

#event03 #event03_cont02 .list_wrapp ul li .area {
	font-size: 3.2vw;
	padding-right: 1.8em;
}

#event03 #event03_cont02 .list_wrapp ul li .area::after {
	width: 14px;
	height: 14px;
	line-height: 14px;
	right: 0;
}

#event03 #event03_cont02 .list_wrapp ul li.li05 .area::after {
	width: 14px;
	height: 14px;
	line-height: 14px;
}

#event03 #event03_cont02 .corner_wrapp {
	margin: 0 auto 28px;
	padding: 0 0;
}

#event03 #event03_cont02 .corner_wrapp .corner_inner {
	padding: 40px 0 35px;
}

#event03 #event03_cont02 .corner_wrapp .title  {
	font-size: 4.533333vw;
	line-height: 37px;
	height: 37px;
	border: 2px solid #009744;
	bottom: -18px;
}

#event03 #event03_cont02 .corner_wrapp .title::after  {
	border: solid 8px transparent;
	border-left: solid 8px #009744;
	top: 42%;
	right: 10px;
}

#event03 #event03_cont02 .corner_wrapp .corner_inner h4 {
	font-size: 4vw;
	margin: 0 0 22px;
}

#event03 #event03_cont02 .corner_wrapp .corner_inner h4::after  {
	width: 65px;
	height: 2px;
	right: 0;
	bottom: -12px;
	margin: auto;
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list {
	width: auto;
	margin: 0 4% 37px;
	
	display: block;
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul {
	width: auto;
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li {
	padding: 9px 0;
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li .name {
	font-size: 3.2vw;
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li .name small {
	font-size: 14px;
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li .area {
	font-size: 3.2vw;
}

#event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li .area::after {
	width: 14px;
	height: 14px;
	line-height: 14px;
}

#event03 #event03_cont02 {
	margin: 75px auto 0;
	padding: 0 4%;
}

#event03 #event03_cont02 .challenge_wrapp {
	padding: 50px 0 40px;
}

#event03 #event03_cont02 .challenge_wrapp .head_icon {
	width: 133px;
	height: 58px;
	line-height: 58px;
	font-size: 30px;
	top: -29px;
}

#event03 #event03_cont02 .challenge_wrapp .title {
	font-size: 5.066667vw;
	margin: 0 0 40px;
}

#event03 #event03_cont02 .challenge_wrapp .title strong {
	font-size: 6.666667vw;
}

#event03 #event03_cont02 .challenge_wrapp .title::after  {
	width: 65px;
	height: 2px;
	bottom: -20px;
}

#event03 #event03_cont02 .challenge_wrapp .chra_left {
	width: 109px;
	top: -57px;
	left: -4%;
}

#event03 #event03_cont02 .challenge_wrapp .chra_right {
	width: 89px;
	top: -33px;
	right: -4%;
}

#event03 #event03_cont02 .challenge_wrapp .catch {
	font-size: 3.733333vw;
	line-height: 1.8;
	margin: 0 0 25px;
}

#event03 #event03_cont02 .challenge_wrapp .catch strong {
	font-size: 5.333333vw;
}

#event03 #event03_cont02 .challenge_wrapp .catch02 {
	font-size: 3.2vw;
	line-height: 1.6;
	margin: 0 0 30px;
}

#event03 #event03_cont02 .challenge_wrapp .list_ul {
	width: auto;
	margin: 0 4% 30px;
}

#event03 #event03_cont02 .challenge_wrapp .list_ul li .item {
	font-size: 3.2vw;
	width: 10%;
	text-align: left;
}

#event03 #event03_cont02 .challenge_wrapp .list_ul li .name {
	font-size: 3.2vw;
	padding-left: 0;
}

#event03 #event03_cont02 .challenge_wrapp .list_ul li .num {
	font-size: 3.2vw;
	width: 15%;
	padding-right: 0;
}

#event03 #event03_cont02 .challenge_wrapp .list_ul li .num strong {
	font-size: 3.2vw;
}

#event03 #event03_cont02 .challenge_wrapp .note {
	margin: 0 0 53px;
}

#event03 #event03_cont02 .challenge_wrapp .note li {
	font-size: 2.666667vw;
	line-height: 1.3;
}

#event03 #event03_cont02 .challenge_wrapp .info  {
	width: auto;
	margin: 0 4% 0px;
}

#event03 #event03_cont02 .challenge_wrapp .info p {
	font-size: 3.2vw;
	padding: 0 0.5em;
	top: -12px;
}

#event03 #event03_cont02 .challenge_wrapp .info_list {
	font-size: 3.2vw;
	line-height: 1.7;
	margin: 0 0 45px;
}

#event03 #event03_cont02 .challenge_wrapp .map {
	width: auto;
	margin: 0 4%;
}

#event03 #event03_cont02 .challenge_wrapp .map figcaption {
	font-size: 4.4vw;
	line-height: 1.57;
	margin: 0 0 10px;
}

#event03 #event03_cont02 .icon_img {
	position: absolute;
}

#event03 #event03_cont02 .icon_img.icon01 {
	width: 57px;
	bottom: 345px;
	left: -2px;
}

#event03 #event03_cont02 .icon_img.icon02 {
	width: 43px;
	bottom: 343px;
	right: 10px;
}

#event03 #event03_cont02 .icon_img.icon03 {
	width: 67px;
	bottom: auto;
	top: 100px;
	left: 0%;
}

#event03 #event03_cont02 .icon_img.icon04 {
	width: 71px;
	bottom: auto;
	top: 89px;
	right: 0%;
}

#access {
	text-align: center;
	padding-top: 10px;
	margin-top: -10px;
}

#access h2 {
font-size: 8vw;
	line-height: 1.5;
	margin: 45px 0 55px;
}

#access h2::after  {
	width: 170px;
	height: 4px;
	bottom: -22px;
}

#access .map_area {
	margin: 0 auto 15px;
	padding: 0 4%;
}

#access .map_area iframe {
	height: 193px;
}

#access .name {
	font-size: 3.733333vw;
	margin: 0 0 8px;
}

#access .add {
	font-size: 2.666667vw;
	margin: 0 0 8px;
}

#access .text_note {
	font-size: 2.666667vw;
	margin: 0 0 40px;
	padding: 4px 12px;
}

#access .info_area {
	padding: 28px 0;
}

#access .info_area .info_data {
	display: block;
	margin: 0 4% 10px;
}

#access .info_area .info_data li {
	margin: 0 0 6px;
	font-size: 3.2vw;
}

#access .info_area .info_data li .logo {
	width: 47.3%;
}

#access .info_area .note {
	display: block;
	margin: 0 4%;
}

#access .info_area .note li {
	font-size: 2.666667vw;
}


#sponser_area {
	margin: 50px 0 75px;
}

#sponser_area .cont01  {
	padding-bottom: 20px;
}

#sponser_area .cont01 .cont01_wrapp {
	margin: 0 auto 25px;
	padding: 0 4%;
}

#sponser_area .cont01 .cont01_wrapp .cont01_wrapp_inner {
	padding: 0 0 0;
	box-shadow: 0px 12px 12px -1px #777777;
}


#sponser_area .cont01 .cont01_wrapp h2 {
	margin: 0 0 43px;
	top: -12px;
}

#sponser_area .cont01 .cont01_wrapp h2::after  {
	width: 65px;
	height: 2px;
	bottom: -28px;
}

#sponser_area .cont01 .cont01_wrapp h2 span {
	font-size: 5.333333vw;
	line-height: 1.5;
}

#sponser_area .cont01 .cont01_wrapp h2 span strong {
	font-size: 8vw;
	line-height: 1.25;
}

#sponser_area .cont01 .cont01_wrapp h2 span::after,
#sponser_area .cont01 .cont01_wrapp h2 span::before {
	font-size: 1.4em;
	top: -4px;
}

#sponser_area .cont01 .cont01_wrapp h2 span::before {
	left: -14%;
}

#sponser_area .cont01 .cont01_wrapp h2 span::after {
	right: -14%;
}

#sponser_area .cont01 .cont01_wrapp .map {
	margin: 0 auto 50px;
	padding: 0 7.3%;
}

#sponser_area .shop_area {
	padding: 0 7.3%;
}

#sponser_area .shop_area .shop_cont {
	padding: 45px 0;
}

#sponser_area .shop_area .shop_cont h3 {
	font-size: 5.333333vw;
	line-height: 1.25;
	margin: 0 0 13px;
	padding-left: 38px;
	text-align: left;
}

#sponser_area .shop_area .shop_cont h3::before {
	width: 27px;
	height: 27px;
	line-height: 27px;
	border: 2px solid #d70c18;
	font-size: 20px;
}

#sponser_area .shop_area .shop_cont .position {
	font-size: 2.666667vw;
	margin: 0 0 17px;
}

#sponser_area .shop_area .shop_cont .logo {
	width: 112px;
	margin: 0 auto 12px;
}

#sponser_area .shop_area .shop_cont .link {
	margin: 0 auto 20px;
}

#sponser_area .shop_area .shop_cont .link a {
	font-size: 2.666667vw;
}

#sponser_area .shop_area .shop_cont .image {
	width: 100%;
	margin: 0 auto 10px;
}

#sponser_area .shop_area .shop_cont .caption {
	font-size: 3.2vw;
}

#sponser_area img.store {
}

#sponser_area img.store2 {
	margin: 30px 0 60px 0;
}

#sponser_area .shop_area .shop_cont.ecute .logo {
	width: 140px;
}

#sponser_area .shop_area .shop_cont.sicity .logo {
	width: 90px;
}

#sponser_area .s_title {
	font-size: 3.733333vw;
	padding: 4px 13px;
	margin: 35px 0 6px;
}

#sponser_area .shop_logo_ul {
	margin: 0 0 50px;
}

#sponser_area .shop_logo_ul li {
	width: 29.15%;
	margin: 35px 6.1% 0 0;
}

#sponser_area .shop_logo_ul li::before {
	font-size: 12px;
	top: -22px;
}

#sponser_area .shop_logo_ul li:nth-child(3n + 3),
#sponser_area .shop_logo_ul li:nth-child(6n + 6)  {
	margin-right: 0;
}

#sponser_area .parking_info {
	width: auto;
	padding: 20px 15px;
}

#sponser_area .parking_info .title {
	font-size: 4vw;
	padding: 0 0 11px;
	margin: 0 0 11px;
}

#sponser_area .parking_info .title small {
	margin-left: 1.5em;
	font-size: 3.2vw;
}

#sponser_area .parking_info .title small strong {
	font-size: 4vw;
}

#sponser_area .parking_info .title small strong span {
	margin: 0 3px;
}

#sponser_area .parking_info dl {
	margin: 0 0 12px;
	font-size: 3.2vw;
}

#sponser_area .parking_info dl dd {
	margin: -6.8% 0 4px 0;
	padding: 0 0 0 23%;
}

#sponser_area .parking_info dl dd:nth-child(4),
#sponser_area .parking_info dl dd:nth-child(6) {
	margin: 0% 0 4px 0;
	padding: 0 0 0 0%;
}

#sponser_area .parking_info .note {
	margin: 0 0 10px;
}

#sponser_area .parking_info .note li {
	font-size: 2.666667vw;
	margin: 0 0 6px;

}

#sponser_area .parking_info .attr li {
	font-size: 2.666667vw;
	margin: 0 0 6px;
}

#sponser_area .ps_bibarejji {
	width: auto;
	margin: 25px 11.3% 0
}

#sponser_area .ps_bibarejji .box {
	display: block;

	padding: 20px 3.3%;
	margin: 0 0 25px;
}

#sponser_area .ps_bibarejji .box .text_area {
	margin: 0 0 10px;
}

#sponser_area .ps_bibarejji .box .text_area .text01 {
	font-size: 4vw;
	line-height: 1.4;
}

#sponser_area .ps_bibarejji .box .text_area .text01.type02 {
	font-size: 3.2vw;
}

#sponser_area .ps_bibarejji .box .text_area .text02 {
	font-size: 5.066667vw;
	margin: 4px 0;
}

#sponser_area .ps_bibarejji .box .image_area {
	width: 61%;
	margin: 0 auto;
}

#sponser_area .ps_bibarejji .ps_info {
	font-size: 3.2vwpx;
	line-height: 1.875;
	margin: 0 0 10px;
}

#sponser_area .ps_bibarejji .note li {
	font-size: 2.666667vw;
	line-height: 1.8;
	margin: 0 0 4px;
}

#page-top {
	width: 50px;
	bottom: 55px;
	right: 4%;
}

footer {
	font-size: 2.666667vw;
	padding: 12px 0;
}

}

/*-- SNS Content --*/
#main_caption .sns-line * {
	box-sizing: border-box;
}
#main_caption .sns-line {
	width: calc(100% - 30px);
	max-width: 740px;
	margin: 0px 10px 160px;
	padding:0;
	border: 5px solid #00B900;
	border-radius: 15px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

#main_caption .sns-line h3 {
	background: #00B900;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 1rem;
	font-weight: 700;
}
#main_caption .sns-line .inner {
	display: flex;
	flex-wrap: wrap;
	margin:0;
	padding: 20px;
	width: 100%;
}
#main_caption .sns-line .inner .inner-text {
	width: 100%;
	font-size: 1rem;
}
#main_caption .sns-line .inner .inner-qr {
	width: 100%;
	text-align: center;
}
#main_caption .sns-line .inner .inner-qr img {
	max-width: 280px;
}
.benefit {
	display: inline-block;
	background: #eb0000;
	color: #fff;
	padding: 5px 20px;
	border-radius: 20px;
	margin-bottom: .5rem;
	font-weight: 700;
	font-size: 1.2rem;
}
#btn-meatshop {
	position: fixed;
	display:block;
	bottom: 110px;
	right: 0;
	width: 35px;
	z-index: 299;
}
#main_caption .sns-line .note strong {
	color: #c00;
	font-weight:700;
}
@media print, screen and (min-width: 768px)  {
	#main_caption .sns-line h3 {
		font-size: 1.2rem;
	}
	#main_caption .sns-line {
	width: calc(100% - 20px);
		margin: 0px auto 120px;
		padding: 0;
	}
	#main_caption .sns-line .inner .inner-text {
		width: 80%;
		font-size: 1rem;
	}
	#main_caption .sns-line .inner .inner-qr {
		width: 20%;
		text-align: center;
	}
	#btn-meatshop {
		width: 45px;
		bottom: 50px;
	}
		
}




/*-- List Page --*/
#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li .name {
	display: inline-block;
	font-size: 19px;
	line-height: 1.2;
	width: calc(100% - 130px);
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li .detail {
	display: inline-block;
	line-height: 1;
	position: relative;
	width: 50px;
	font-size: 12px;
	line-height: 1.2;
}
#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li .detail.detail-pre {
	display: inline-block;
	line-height: 1;
	width: 45px;
	color: #fff;
	background: #0068b5;
	font-size: 12px;
	padding: 3px 7px;
	border-radius: 5px;
	text-align:center;
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li .homepage {
	display: inline-block;
	line-height: 1;
	position: relative;
	width: 50px;
	font-size: 12px;
	line-height: 1.2;
}
#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li .detail a {
	text-decoration: none;
	display: inline-block;
	width: 34px;
	color: #fff;
	background: #eb0000;
	padding: 3px 7px;
	border-radius: 5px;
	text-align:center;
}

#event03 #event03_cont02 .detail-corner {
	display: inline-block;
	line-height: 1;
	position: relative;
	width: 50px;
	font-size: 12px;
	line-height: 1.2;
	margin-left: 1.7rem;
}
#event03 #event03_cont02 .detail-corner.detail-corner-preparation {
	display: inline-block;
	width: 45px;
	color: #fff;
	background: #0068b5;
	padding: 3px 7px;
	border-radius: 5px;
	text-align:center;
}

#event03 #event03_cont02 .detail-corner a {
	text-decoration: none;
	display: inline-block;
	width: 34px;
	color: #fff;
	background: #eb0000;
	padding: 3px 7px;
	border-radius: 5px;
	text-align:center;
}
#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li .homepage a {
	text-decoration: none;
	display: inline-block;
	width: 34px;
	color: #fff;
	background: #265892;
	padding: 3px 7px;
	border-radius: 5px;
	text-align:center;
}

#body-list #event_contents .anchor_position {
	padding: 60px 0 60px;
	margin: 0px 0 50px
}


#body-list #event03 h2 {
	margin-bottom: 0px;
}


#body-list #event03 #event03_cont02 {
	width: 100%;
	max-width: 1040px;
	margin: 20px auto 0;
	padding: 0 20px;
	box-sizing: border-box;
	position: relative;
}
.list_link {
	width: 362px;
	max-width: 60%;
	margin: 47px auto 0;
}

.list_link a {
	display: block;
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	padding: 15px 0 15px;
	background: #ccc;
	border: 1px solid #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 12px -1px #777777;
	position: relative;
    background: #009744;
}
@media screen and (min-width: 768px)  {
	.list_link {
		width: 362px;
		max-width: auto;
	}
	
	.list_link a {
		display: block;
		font-size: 22px;
		padding: 22px 0 18px;
	}
}

@media screen and (max-width: 767px)  {
	#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li .name,
	#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li .detail,
	#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li .homepage {
		font-size: 14px;
	}
	
	#body-list #event03 #event03_cont02 {
		margin: 0px auto 0;
		padding: 0 4%;
	}

}

.cont_shopinfo {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	margin: 40px auto 20px;
	
}
.cont_shopinfo_image {
	width: 100%;
}
.cont_shopinfo_text {
	width: 100%;
	text-align: left;
	padding: 30px 0;
	font-size: 1rem;
}

dl.detail_shop * {
	box-sizing:border-box;
}
dl.detail_shop {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	background: #fff;
	border-radius: 10px;
	align-items: start;
}
dl.detail_shop dt {
	width: 100%;
	padding: 20px 20px 5px 20px;
	text-align: left;
	border-top: 1px dotted #ccc;
	font-weight: 700;
	font-size: 1rem;
}
dl.detail_shop dd {
	width: 100%;
	padding: 0px 20px 20px 20px;
	text-align: left;
	font-size: 1rem;
}
dl.detail_shop dt:first-child,
dl.detail_shop dd:nth-child(2) {
	border: none;
}

@media print, screen and (min-width: 768px)  {
	.cont_shopinfo_image {
		width: 320px;
	}
	.cont_shopinfo_text {
		width: calc(100% - 380px);
		padding: 0 30px;
	}
	.cont_shopinfo_text.cont_shopinfo_noimg {
		width: 100%;
	}
	dl.detail_shop dt {
		width: 9rem;
		padding: 20px;
	}
	dl.detail_shop dd {
		width: calc(100% - 9rem);
		border-top: 1px dotted #ccc;
		padding: 20px;
	}
}

.c-button._shiny {
    display: block;
    position: relative;
    padding: 1.5rem .8rem;
    background-color: #eb0000;
    box-shadow: 0 3px 0 0 #770e0e;
    border-radius: 20px 0 0 20px;
	width: 15px;
	max-width:50px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
  transition: 300ms;
}
.c-button._shiny::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #ffc5c5;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}

.c-button._shiny:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@media print, screen and (min-width: 768px)  {
	.c-button._shiny {
		padding: 1.5rem .8rem;
		max-width:20px;
	width: 25px;
	}
}

h4.h4-shopinfo {
	font-size: 1.5rem;
	font-weight: 700;
	padding: 60px 0 40px;
}
.shop-map {
	margin: 0px 0px;
	border-radius:10px;
	overflow: hidden;
}


#event03 #event03_cont02.event03_cont02-2 .corner_wrapp {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 42px;
	padding: 0 20px;
	box-sizing: border-box;
}


#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li .name {
	position: relative;
	padding-left: 1.5rem;
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li .name::before {
	content: '';
	width: 18px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	color: #ffff00;
	text-align: center;
	background: #d70c18;
	border: 1px solid #fcce00;
	border-radius: 4px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: .9rem;
	font-weight: 700;
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li01 .name::before {
	content: '1';
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li02 .name::before {
	content: '2';
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li03 .name::before {
	content: '3';
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li04 .name::before {
	content: '4';
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li05 .name::before {
	content: '5';
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li06 .name::before {
	content: '6';
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li07 .name::before {
	content: '7';
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li08 .name::before {
	content: '8';
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li09 .name::before {
	content: '9';
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li10 .name::before {
	content: '10';
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li11 .name::before {
	content: '11';
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li12 .name::before {
	content: '12';
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li13 .name::before {
	content: '13';
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li14 .name::before {
	content: '14';
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li15 .name::before {
	content: '15';
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li16 .name::before {
	content: '16';
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li17 .name::before {
	content: '17';
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li18 .name::before {
	content: '18';
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li19 .name::before {
	content: '19';
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li20 .name::before {
	content: '20';
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li21 .name::before {
	content: '21';
}

#body-list #event03 #event03_cont02 .corner_wrapp .corner_inner .corner_list ul li.li22 .name::before {
	content: '22';
}

/* shop */
.detail_shop dd strong {font-weight:700;}
.red {color: #c00;}
.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

ul.kyosan-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0 0 60px;
	padding: 0px;
    list-style: none;
	align-items: center;
	justify-content: space-around;
}
ul.kyosan-list li {
	width: 100%;
	box-sizing: border-box;
	padding: 0 20px 20px 20px;

}
ul.kyosan-list li span {
    position: relative;
	

}
ul.kyosan-list li span::before {
      position:absolute;
  content:'';
  top: 0.5rem;
  left: -.9rem;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #32a900;
}
@media print, screen and (min-width: 768px)  {
	ul.kyosan-list li {
		width: 22rem;
		font-size: 1.2rem;
		text-align: left;
	}
}

/* LINE 公開前 */
a.line-preview {
	position: relative;
}
a.line-preview:after {
	position: absolute;
	content: '準備中';
	font-weight: 700;
	font-size: 2rem;
	color: #000;
	text-shadow:
		3px 3px 2px #fff,
		-3px 3px 2px #fff,
		-3px -3px 0 #fff,
		3px -3px 0 #fff;
	display: flex;
	width: 100%;
	aspect-ratio: 1 / 1;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,.85);
	top: 0;
	left:0;
}

/*-------------------------------------------------
	Kitchen cars
-------------------------------------------------*/
.link-wrapper {
	display:flex;
	flex-wrap:wrap;
	align-items:end;
	justify-content:center!important;
	max-width:860px;
	margin:0 auto;
}
#event02 .list_link a {
    background: #e96e04;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	#event02 .list_link {
		width: 72.4%;
		max-width: 72.4%;
		margin: 64px auto 0;
	}
}
#body-kitchen #event02 #event02_02 {
	padding-top: 0;
}
#body-kitchen #event02 #event02_02::before {
	background-image: none;
}
@media screen and (max-width: 767px) {
	#body-kitchen #event_contents #event02 #event02_02 h2 span  {
		font-size: 6.466667vw;
	}
}
.tab-area {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:stretch;
}
/* 最後のコンテンツを左寄せにする指定 */
.tab-area:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}
h3.kitchencar-date {
	width:100%;
	padding: 2rem;
	font-size: 2rem;
	font-weight:700;
}
.kitchencar-card {
	display:block;
	width:100%;
	background:#fff;
	border-radius:10px;
	overflow:hidden;
	text-align:left;
	margin-bottom: 30px;
}
.kitchencar-card * {
	box-sizing: border-box;
}
.kitchencar-card img {
	width: 100%;

}
.kitchencar-card h3{
	 padding: 1rem 1rem .5rem;
	 font-weight: 700;
	width:100%;

	
}
.kitchencar-card p {
	 padding: 0 1rem 1rem;
	width:100%;
}
.kitchencar-card dl {
	padding: 0 1rem 1rem;
	font-size: .8rem;
	width:100%;
}
.kitchencar-card dl dt{
	border-bottom: 1px solid #ccc;
	padding: .3rem 0;
	font-weight: 700;
	}
.kitchencar-card dl dd {
	color: #333;
	padding: .3rem 0 .5rem;
}
@media print, screen and (min-width: 768px)  {
	.kitchencar-card {
		width:32%;
	}
}

.tab_set {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.tab_label {
    color: #fff;
    background: #ccc;
    padding: 15px 50px;
    margin-right: 10px;
    order: -1;
    position: relative;
    line-height: 1;
    cursor: pointer;
	font-size: 1.5rem;
	border-radius: 10px 10px 0 0;
	transition: .5s;
}
.tab_content {
    display: none;
    padding: 20px 0;
	transition: .5s;

}
.tab_switch:checked+.tab_label.tab_label01 {
    background: #083795;
}
.tab_switch:checked+.tab_label.tab_label02 {
    background: #c00;
}
.tab_switch:checked+.tab_label+.tab_content {
    display: block;
	transition: .5s;
}
.tab_switch {
    display: none;
}
@media print,screen and (max-width:767px) {
    .tab_set {
        display: block;
    }
    .tab_label {
        display: block;
        margin-right: 0;
	border-radius: 0;
    }
    .travelclinic .tab_label.last {
        border-bottom: none;
    }
    .travelclinic .tab_switch:checked+.tab_label {
        border-bottom: 1px solid #59A8B7;
    }
	.tab_content {
		padding: 20px 20px 0;
		border: 1px solid #ccc;
	}
}