@charset "UTF-8";
img {
	max-width:100%;
}
.mainvisual {
	background: #fff;
	padding: 0;
}
.mainvisual h1 {
	width:100%;
	margin-bottom: 0;
	padding-bottom: 0;
}
.mainvisual h1 img {
	width: 100%;
	height: 100vh;
	object-fit:cover;
}
.mainvisual h1 img.sp{
	display: none;
}
.mainvisual a.next {
	position: absolute;
	left: 50%;
	bottom: 1%;
	display: flex;
	align-items:center;
	margin-left: -19.5px;
	background: rgba(247,240,235,.7);
	width: 70px;
	height: 70px;
	border-radius: 50%;
}
.mainvisual a.next img {
	width: 60%;
	height: auto;
	display: block;
}
.mainvisual a.next:hover {
	background: rgba(247,240,235,1);
}
.gnavi {
	background: #00ac97;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
.gnavi.fixed {
	position: fixed;
}
.gnavi ul {
	width: 980px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}
.gnavi ul li {
	display: block;
	width: 33.3%;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 0;
	position: relative;
}
.gnavi ul li::after {
	content: "";
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.gnavi ul li:last-child::before {
	content: "";
	width: 1px;
	height: 100%;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

.gnavi ul li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-weight: bold;
}
.gnavi ul li a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.pt {
	padding-top: 87px;
}
.concept {
	background: radial-gradient(#fffac3,#fff57f);
	padding-top: 100px;
	padding-bottom: 130px;
}
.concept h2 {
	text-align: center;
	font-size: 40px;
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000;
}
.concept p {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	line-height: 2.3em;
	width: 800px;
	text-align: center;
	margin: auto;
}
.concept a {
	display: block;
	width: 200px;
	line-height: 50px;
	color: #fff;
	border: #fff 2px solid;
	margin: 30px auto 0 auto;
	border-radius: 60px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	transition: .3s;
}
.concept a:hover {
	background: #ea7552;
	border: #000 2px solid;
	transition: .3s;
	color: #000;
}
.ticket {
	padding:60px 0;
	background: #e8fffc;
}
.ticket h2,.schedule h2,.info h2 {
	text-align: center;
	color: #f48;
	font-size: 50px;
	padding-bottom: 30px;
	font-family: 'Anton', sans-serif;
	text-shadow: 2px 2px 0 #1e1616,
             -2px 2px 0 #1e1616,
             2px -2px 0 #1e1616,
             -2px -2px 0 #1e1616;
	letter-spacing: 6px;
	position: relative;
	z-index: 3;
}
.info h2 {
	color: #fff;
}
.ticket h3 {
	background: #1e1616;
	color: #fff;
	font-size: 22px;
	padding: 10px 20px;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 35px;
}
.ticket h3 span {
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
}
.ticket h4 {
	color: #81511c;
	font-size: 18px;
	font-weight: bold;
}
.ticket table {
	width: 100%;
	margin-bottom: 15px;
}
.ticket table th,.ticket table td {
	border-bottom: #1e1616 1px solid;
	text-align: left;
	padding: 15px 0;
	font-size: 16px;
	vertical-align: top;
}
.ticket table th {
	width: 175px;
	font-weight: bold;
}
.ticket div.memo {
	padding-bottom: 30px;
}
.ticket div.memo p {
	font-size: 14px;
}
.schedule {
	background: #f6ea2a;
	padding: 60px 0;
	position: relative;
}
.schedule::before,.schedule::after {
	content: "";
	display: block;
	width: 200px;
	height: 100%;
	background: url(../images/etc2026/rep.webp) repeat-y;
	background-size: 100% auto;
	position: absolute;
	top: 0;
}
.schedule::before {
	left: 0;
}
.schedule::after {
	right: 0;
}
.schedule .inner {
	position: relative;
	z-index: 2;
}
.schedule div.tourlist,.ticket div.tourlist {
	background: rgba(255,255,255,1);
	border: #502d21 1px solid;
	border-radius: 5px;
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	padding: 20px;
	align-items: center;
	position: relative;
}
.ticket div.tourlist {
	background:#fff;
	border: #996c33 2px solid;
}
.schedule div.tourlist .ttl {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom: 10px;
}
.schedule div.tourlist h3 {
	color: #502d21;
	width: 200px;
	font-size: 18px;
	font-weight: 700;
	
}
.schedule div.tourlist h4 {
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #222;
	background: #f39a00;
	border: #222 1px solid;
	border-radius: 5px;
	padding: 5px 0;
	margin-right: 20px;
	width: 80px;
	letter-spacing: 0.04em;
}
.schedule div.tourlist p {
	color: #000;
	display: block;
	padding-top: 0;
}
.schedule div.tourlist p.place {
	font-weight: bold;
	margin-right: 20px;
	width: auto;
	padding-left: 0;
}
.schedule div.tourlist p.time {
	margin-left: auto;
	text-align: right;
	width: 23%;
}
.schedule div.tourlist p.memo {
	display: block;
	margin-right: 0;
	width: 100%;
	text-align: right;
}
.schedule div.tourlist p.memo a {
		color: #000;
}
.schedule div.tourlist p.memo i,.ticket div.tourlist p.memo i {
	color: #502d21;
	font-weight: bold;
	margin-right: 10px;
}
.schedule div.tourlist p.soldout {
	background: #e60012;
	display: block;
	width: 120px;
	line-height: 36px;
	height:36px;	
	color: #fff;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
	font-weight: bold;
	position: absolute;
	bottom: 14px;
	left: 20px;
}
.schedule ul.band {
	display: flex;
	justify-content: flex-start;
	padding-left: 200px;
	margin-right: auto;
}
.schedule ul.band li {
	display: block;
	width: 100px;
	margin-right: 20px;
}
.schedule div.tourlist a {
	color: #fff;
	display: inline-block;
	margin-right: 10px;
}
.schedule div.inner {
	position: relative;
}
.schedule div.inner div.sout {
	background: rgba(0,0,0,0.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	text-align: center;
	box-sizing: border-box;
	padding-top: 100px;
	border-radius: 10px;
}
.schedule div.inner div.sout h3 {
	color: #fff;
	font-size: 80px;
	font-family: 'Anton', sans-serif;
	line-height: 1.2em;
	text-shadow: 2px 2px 0 #000,
             -2px 2px 0 #000,
             2px -2px 0 #000,
             -2px -2px 0 #000;
}
.schedule div.inner div.sout h4 {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	padding-bottom: 45px;
}
.schedule div.inner div.sout p {
	color: #fff;
	display: block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	margin: auto;
	background: #1686ca;
	border-radius: 25px;
	cursor: pointer;
}
.schedule div.inner div.sout p:hover {
	opacity: 0.8;
}
.info {
	background: #9cc813;
	padding: 60px 0;
	text-align: center;
}
.info p,.info h3,.info a {
	font-size: 16px;
	color: #fff;
}
.info h3 {
	font-weight: bold;
	line-height: 2em;
	color: #fff;
}
.info ul {
	padding-top: 80px;
}
.info ul li {
	display: inline-block;
	background: #222;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	margin: 0 5px;
}
.info ul li:hover {
	opacity: 0.8;
}
.info ul li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.info ul li i {
	color: #fff;
}
.info ul li img {
	vertical-align: -4px;
}
footer {
	background: #222;
}
footer p {
	color: #fff;
}
#notice {
	margin-top: -87px;
	padding-top: 87px;
}
.etcfinal1 {
	padding: 100px 0;
	background: rgba(248,182,23,.1);
}
.etcfinal .lead {
	text-align: center;
}
.etcfinal .lead h2,.etcfinal p,.etcfinal th,.etcfinal td,.etcfinal td p,.etcfinal a  {
	/*color: #fff;*/
}
.etcfinal .lead img {
	display: block;
	width: 40%;
	margin: 0 auto 50px auto;
}
.etcfinal .lead h2 {
	font-size: 50px;
	padding-bottom: 30px;
	line-height: 1.3em;
	letter-spacing: 0.1em;
	font-weight: 900;
	font-family: 'Noto Sans JP', sans-serif;
}
.etcfinal .lead h2 span {
	font-size: 40px;
	font-weight: 900;
}
.etcfinal .lead p {
	font-size: 20px;
	font-weight: bold;
	line-height: 2em;
}
.ticket table {
	margin-bottom: 50px;
}
.ticket table td p {
	font-size: 14px;
	padding-top: 5px;
}
.ticket table td ul {
	padding-top: 10px;
}
.ticket table td ul li {
	line-height: 2.2em;
}
.ticket table td ul li b {
	font-weight: 700;
}
 @media screen and (max-width:680px) {
 	.etcfinal1 {
	 	padding: 40px 0;
 	}
 	.etcfinal .lead img {
	 	width: 80%;
 	}
	.etcfinal .lead h2 {
		 font-size:28px;
		 font-weight: bold;
		 padding-bottom: 20px;
	 }
	 .etcfinal .lead h2 span {
		 font-size: 20px;
	 }
	 .etcfinal .lead p {
		 font-size: 16px;
	 }
	 .ticket table td ul li b {
		 display: block;
	 }
 }
.etcfinal .ticket {
	background: none;
}
.etcfinal .ticket div.tourlist {
	background: rgba(236,233,228,0.7);
	border: #000 2px solid;
	margin-bottom: 50px;
	justify-content: space-between;
}
.etcfinal .ticket div.tourlist h4 {
	color: #502d21;
	text-align: left;
}
.etcfinal .ticket div.tourlist p,.etcfinal .ticket div.tourlist a {
	font-weight: bold;
}
.etcfinal .ticket div.tourlist h5 {
	background:  #fcebcf;
	border: #222 1px solid;
}
.etcfinal .ticket div.tourlist .memo {
	width: 150px;
}
.etcfinal .ticket div.tourlist p.place {
	width: 250px;
}
.continue {
	color: #986068;
	font-family: 'Anton', sans-serif;
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.2em;
	text-shadow: 1px 1px 0 #1e1616, -1px 1px 0 #1e1616, 1px -1px 0 #1e1616, -1px -1px 0 #1e1616;
	padding-top: 30px;
}