@charset "UTF-8";
/* CSS Document */
.entry-content h3{
	position: unset;
	font-size: unset !important;
	line-height: unset !important;
	letter-spacing: unset !important;
	text-align: unset !important;
	margin: unset !important;
	box-sizing: unset !important;
	font-weight: unset !important;
	clear:unset;
}
.entry-content h4 {
	font-weight:bold;
	font-size: unset !important;
	padding:unset  !important;
	margin: unset  !important;
	position: unset !important;
	border-bottom: unset !important;
}
.entry-content p{
	width:100%  !important;
}
.mainV{
	background:url(/event/wp-content/uploads/2026/03/0320/main.webp) center / 100%;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	position:relative;
	padding:100px 0;
	
}
.mainV:after{
	content:"";
	display:block;
	background:#0009;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.mainV .wrap{
	width:90%;
	max-width:1200px;
	margin:auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
	z-index:1;
	position:relative;
}
.mainV .wrap .titlebox{
	width:40%;
}
.mainV .wrap .titlebox img{
	width:90%;
	max-width:400px;
	margin:auto;
	display:block;
}
.mainV .wrap .detailbox{
	width:55%;
	height:fit-content;
}
.mainV .wrap .detailbox h3{
	color:#fff !important;
	font-size:1.7rem !important;
	font-weight:bold !important;
	line-height:1.7em !important;
	margin-bottom:0.5em !important;
}
.mainV .wrap .detailbox h4{
	font-size:1.2rem !important;
	color:#fff !important;
	margin:0 0 1em 0 !important;
}
.mainV .wrap .detailbox p{
	color:#fff;
}
.mainV .wrap .detailbox .image{
	margin:30px 0 0 0;
	border:2px solid #fff;
}
@media screen and (max-width: 959px) {
	.mainV .wrap .detailbox h3{
		font-size:1.3rem !important;
	}
	.mainV .wrap .detailbox h4{
		font-size:1.1rem !important;
	}
}
@media screen and (max-width: 768px) {
	.mainV{
		background:url(/event/wp-content/uploads/2025/10/1004/main.webp) center / cover;
	}
	.mainV .wrap{
		display:block;
		justify-content:unset;
		align-items:unset;
	}
	.mainV .wrap .titlebox{
		width:100%;
		padding:100px 0 0;
	}
	.mainV .wrap .titlebox img{
		width:90%;
		max-width:300px;
		margin:auto;
		display:block;
	}
	.mainV .wrap .detailbox{
		width:100%;
		height:fit-content;
		padding:70px 0;
	}
}


.ep{
	width: 100vw;
	margin: 0 calc(50% - 50vw) 0px;
	background:#ece8e2;
}
.ep .wrap{
	margin:auto;
	display:flex;
	justify-content:space-between;
}
.ep .wrap .titlebox{
	width:50%;
	background:url(/event/wp-content/uploads/2026/03/0320/ep_image.webp) center / cover;
}
.ep .wrap .detailbox{
	width:50%;
	padding:100px 0;
	
}
.ep .wrap .detailbox .inner{
	width:80%;
	margin:auto;
	max-width:600px;
}
.ep .wrap .detailbox h3{
	font-size:2.0rem !important;
	margin-bottom:0.5em !important;
	font-weight:bold !important;
	line-height:1em !important;
}
.ep .wrap .detailbox h3 span{
	font-family: 'Jost', sans-serif;
	font-size:130%;
}
.ep .wrap .detailbox h4{
	font-size:1.2rem !important;
	margin-bottom:0.5em !important;
}
.ep .wrap .detailbox .merit{
	margin:30px 0 0 0;
	background:#ece8e2;
	padding:30px 20px 10px;
	box-sizing:border-box;
	border:1px solid #000;
	position:relative;
}
.ep .wrap .detailbox .merit h4{
	position:absolute !important;
	top:-0.7em;
	font-size:1.4rem !important;
	background:#ece8e2 !important;
	padding:0 0.4em !important;
	width:unset !important;
}
.ep .wrap .detailbox .merit li{
	font-size:1rem;
	list-style:none;
	border-bottom:1px dotted #ccc;
	padding:5px 0;
	font-weight:bold !important;
	counter-increment: mycounter;
}
.ep .wrap .detailbox .merit li:last-child{
	border-bottom:none;
}
.ep .wrap .detailbox .merit li:before{
	content: counter(mycounter, decimal-leading-zero);
	font-family: 'Jost', sans-serif;
	margin-right:0.5em;
}

@media screen and (max-width: 959px) {
	.ep .wrap{
		margin:auto;
		display:block;
		justify-content:unset;
	}
	.ep .wrap .titlebox{
		width:100%;
		height:70vh;
	}
	.ep .wrap .detailbox{
		width:90%;
		max-width:600px;
		margin:auto;
	}
	.ep .wrap .detailbox .inner{
		width:100%;
		margin:auto;
		max-width:unset;
	}
}
@media screen and (max-width: 768px) {

}



.info_wrap{
	display:flex;
	justify-content:space-between;
	margin: 0 calc(50% - 50vw) 100px;
	width:100vw;
}
@media screen and (max-width: 959px) {
	.info_wrap{
		display:block;
		justify-content:unset;
		margin: 0 0;
		width:100%;
	}
}


.intoro{
	width:100%;
	background:linear-gradient(170deg, #b4273c 30%,#ca233d 33%,#5c2029 82%);
	padding:100px 0;
	box-sizing:border-box;
}
.intoro .inner{
	width:90%;
	max-width:1400px;
	margin:auto;
}
.intoro .inner .detail{
	width:100%;
	color:#fff;
}
.intoro .inner .detail h3{
	color:#fff !important;
	font-size:1.2rem !important;
	font-weight:bold  !important;
	margin:0 0 0.5em 0 !important;
}
.intoro .inner .image{
	width:100%;
	overflow:hidden;
	height:100%;
	margin:20px 0 0 0;
	box-shadow: 10px 10px 20px rgb(66 23 30);
	position:relative;
}
.intoro .inner .image img{
	object-fit:cover;
	height:100%;
	width:100%;
}
.intoro .inner .image:after{
	font-family: 'Jost', sans-serif;
	content:"COMING SOON";
	position:absolute;
	bottom:0.5em;
	right:0.5em;
	color:#fff;
	font-size:1.2rem;
	font-weight:inherit
}
@media screen and (max-width:959px) {
	.intoro .inner{
		width:90%;
		max-width:600px;
	}
}




.info{
	padding:100px 0px;
	box-sizing:border-box;
	width: 100%;
}
.info h3{
	font-size:1.2rem !important;
	font-weight:bold !important;
	display: flex !important;
	align-items: center !important;
	width:90% !important;
	margin:0 auto 1em !important;
}
.info h3::after {
	content: '';
	flex-grow: 1;
	height: 1px;
	background-color: #000000;
	margin-left: 20px;
}
.info .wrap{
	width:90%;
	margin:auto;
}
.info .wrap .map {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
	margin:20px 0 0 0;
}
.info .wrap .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info .wrap .detail{
}
.info .wrap .detail table {
    width: 100%;
    margin-bottom: 20px;
}
.info .wrap .detail table tr td{
	padding:5px 0;
	padding-left: 1em; 
}
.info .wrap .detail table tr{
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #666;
}
.info .wrap .detail table tr th{
	font-size:90%;
	color:#fff;
	font-weight:bold;
	width: 20%;
    text-align: center;
    letter-spacing: 0.1em;
    background: #000000;
    padding: 5px 0;
    margin-right: 16px;
}
@media screen and (max-width: 959px) {
	.info h3{
		max-width:600px;
	}
	.info .wrap{
		width:90%;
		max-width:600px;
	}
}
@media screen and (max-width: 768px) {
	.info .wrap{
		width:96%;
		max-width:1000px;
		margin:auto;
		display:block;
		justify-content:unset;
	}
}


.form_title{
  font-size:150%;
  font-weight:bold;
  letter-spacing:0.2em;
  text-align:center;
  border:1px solid #ccc;
  padding:10px 0;
  border-radius:50px;
  margin-bottom:50px;
}
.form_box{
  padding: 2%;
}

@media screen and (max-width: 650px) {
	.form_box{
		width:94%!important;
		margin: auto;
	}
}
