.full-width{
	padding: 120px 5vw 0;
	width:100%;
}

.full-width > .inner{
	margin: 0 auto;
	width: 100%;
	max-width:960px;
}


@media(max-width:960px){
	
	.full-width{
		padding-top: 80px;
	}
}

@media(max-width:640px){
	
	.full-width{
		padding-top: 60px;
	}
}


.title-main{
	margin-bottom: 40px;
	text-align: center;
	font-size: 40px;
	line-height: 1.5;
	letter-spacing: 3px;
	font-weight: 600;
	font-style: italic;
}

.title-main em{
	color: #F90;
}

.title-main:after{
	content: "";
	display: block;
	margin: 40px auto;
	width: 4em;
	height: 2px;
	background: linear-gradient(to left,rgba(255,0,0,0) 0%,rgba(255,0,0,1) 50%,rgba(255,0,0,0) 100%);
}


@media(max-width:960px){
	
	.title-main{
		margin-bottom: 30px;
		font-size: 30px;
	}

	.title-main:after{
		margin-top: 30px;
		margin-bottom: 30px;
	}
}

@media(max-width:640px){
	
	.title-main{
		margin-bottom: 20px;
		font-size: 20px;
	}

	.title-main:after{
		margin-top: 20px;
		margin-bottom: 20px;
	}
}



.flex{
	display: flex;
}

@media(max-width:640px){
	
	.flex{
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}



.button a{
	display: block;
	border: 1px solid rgba(255,255,255,.5);
	padding: 1em 2em;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background: #F90;
	color: #FFF;
	text-decoration: none;
	-webkit-border-radius: 60px;
	        border-radius: 60px;
}

.button.small a{
	padding: .5em 1em;
	font-size: 16px;
}

.button a:hover{
	opacity: 0.9;
}

@media(max-width:960px){
	
	.button a{
		font-size: 18px;
	}

	.button.small a{
		font-size: 14px;
	}
}

@media(max-width:640px){

	.button a{
		font-size: 16px;
	}

	.button.small a{
		font-size: 12px;
	}
}




.image-button{
	margin-top: 20px;
}



.basic-table{
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-bottom: 1px solid rgba(255,255,255,.2);
}

.basic-table caption{
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: bold;
}

.basic-table th,
.basic-table td{
	border-top: 1px solid rgba(255,255,255,.2);
	padding: 1em;
	text-align: left;
	line-height: 1.5;
}

.basic-table th{
	width: 11em;
	color: #AAA;
}



.notice-group{
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	border: 2px solid #F90;
	padding: 1em;
}

.notice-group .label{
	width: 8em;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
	text-align: center;
	font-weight: bold;
	color: #F90;
}

.notice-group .detail{
	margin-left: 20px;
	border-left: 1px solid #FFF;
	padding-left: 20px;
	font-size: 14px;
}


@media(max-width:960px){
	
	.notice-group{
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

	.notice-group .label{
		margin-bottom: 1em;
	}

	.notice-group .detail{
		margin-left: 0;
		border-left: none;
		padding-left: 0;
	}
}

@media(max-width:640px){
	
	.notice-group .detail{
		font-size: 12px;
	}
}


.about-section{
	padding-bottom: 0;
}

.about-intro .image{
	margin-bottom: 40px;
	margin-left: 20px;
	width: 30%;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

.about-intro .lead{
	margin-bottom: 40px;
}

.about-section .basic-table{
	margin-bottom: 40px;
}

.about-section .basic-table th{
	text-align: right;
}

@media(max-width:960px){
	
	.about-intro .image{
		margin-bottom: 30px;
	}

	.about-intro .lead{
		margin-bottom: 30px;
	}

	.about-section .basic-table{
		margin-bottom: 30px;
	}
}

@media(max-width:640px){
	
	.about-intro .image{
		margin-bottom: 20px;
		margin-left: 0;
		width: 100%;
	}

	.about-intro .lead{
		margin-bottom: 20px;
	}

	.about-section .basic-table{
		margin-bottom: 20px;
	}
}


.youtube-list{
	margin-bottom: 40px;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.youtube-list .item{
	width: calc(50% - 20px);
}

.youtube-list .youtube{
	aspect-ratio: 16 / 9;
	max-width: 100%;
}

.youtube-list .youtube iframe{
	width: 100%;
	height: 100%;
}

.youtube-list .title{
	margin-top: 1em;
	text-align: center;
}

@media(max-width:960px){
	
	.youtube-list .item{
		width: calc(50% - 15px);
	}
}

@media(max-width:640px){
	
	.youtube-list .item{
		width: 100%;
	}

	.youtube-list .item:not(:last-child){
		margin-bottom: 20px;
	}
}

.race-list{
	
}

.race-list > .item:not(:last-child){
	margin-bottom: 40px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding-bottom: 40px;
}

.race-list .image{
	margin-right: 20px;
	width: 30%;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

.race-list .text{
	line-height: 1.5;
}

.race-list .title{
	margin-bottom: 1em;
	font-size: 24px;
	font-weight: 600;
}

.race-list .text p{
	line-height: 1.75;
}

@media(max-width:960px){

	.race-list .image{
		width: 40%;
	}
	
	.race-list > .item:not(:last-child){
		margin-bottom: 30px;
		padding-bottom: 30px;
	}

	.race-list .title{
		font-size: 20px;
	}
}

@media(max-width:640px){

	.race-list .image{
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	
	.race-list > .item:not(:last-child){
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.race-list .title{
		font-size: 16px;
	}
}





.ticket-section .flex{
	-webkit-align-items: start;
	        align-items: start;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.ticket-section .price-table{
	table-layout: auto;
	width: 100%;
}

.ticket-section .price-table .name{
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	font-size: 20px;
	text-align: center;
	color: #FFF;
	background: #000;
}

.ticket-section .price-table .name small{
	font-weight: normal;
	font-size: 12px;
	color: inherit;
}

.ticket-section .price-table th{
	font-weight: bold;
	color: #FFF;
}

.ticket-section .price-table th small{
	font-weight: normal;
	color: #CCC;
}

.ticket-section .price-table td{
	text-align: right;
	width: 5em;
}

.ticket-section .price-table td .loppi{
	display: inline-block;
	margin-right: .5em;
	height: 1.5em;
	width: auto;
}

.ticket-section .price-table th a{
	color: #F90;
}

.ticket-section .price-table caption{
	font-size: 32px;
}

.ticket-section .price-table .notes{
	text-align: left;
	font-size: 13px;
	color: #AAA;
}

@media(max-width:960px){
	
	.ticket-section .price-table .name{
		font-size: 18px;
	}

	.ticket-section .price-table caption{
		margin-bottom: .5em;
		font-size: 28px;
	}

	.ticket-section .price-table .notes{
		font-size: 12px;
	}
}

@media(max-width:640px){
	
	.ticket-section .price-table{
		width: 100%;
		margin-bottom: 40px;
	}

	.ticket-section .price-table .name{
		font-size: 16px;
	}

	.ticket-section .price-table caption{
		font-size: 24px;
	}

	.ticket-section .price-table .notes{
		font-size: 11px;
	}
}



.ticket-section--detail > .title{
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
}

.ticket-section .period{
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.5;
	font-size: 20px;
}

.ticket-section .notes{
	text-align: center;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 1.5;
}

@media(max-width:960px){

	.ticket-section .period{
		margin-bottom: 30px;
		font-size: 18px;
	}

	.ticket-section .notes{
		margin-bottom: 30px;
		font-size: 13px;
	}
	
	.ticket-section--detail > .title{
		font-size: 18px;
	}

	.ticket-section--detail .period{
		margin-bottom: 30px;
		font-size: 18px;
	}
}

@media(max-width:640px){

	.ticket-section .period{
		margin-bottom: 20px;
		font-size: 16px;
	}

	.ticket-section .notes{
		margin-bottom: 20px;
		font-size: 12px;
	}
	
	.ticket-section--detail > .title{
		font-size: 16px;
	}

	.ticket-section--detail .period{
		margin-bottom: 20px;
		font-size: 16px;
	}
}




.ticket-section--kind{
	margin-top: 40px;
	margin-bottom: 40px;
	border: 1px solid rgba(255,255,255,.2);
	padding: 40px;
	color: #FFF;
	background: linear-gradient(45deg,#000 0%,#444 100%);
}

.ticket-section--kind > .header{
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding-bottom: 20px;
}

.ticket-section--kind > .header .title{
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: bold;
	color: #F90;
}

.ticket-section--kind > .header .lead{
	font-weight: bold;
}

.ticket-section--kind > .header + .notes{
	margin-bottom: 1em;
}

.ticket-section--kind .button{
	text-align: center;
}

.ticket-section--kind .button a{
	font-size: 24px;
}

.ticket-section--kind .image-button a:hover{
	opacity: 0.9;
}

.ticket-section--kind .period{
	text-align: center;
	margin-top: 20px;
	line-height: 1.5;
	font-size: 24px;
}

.ticket-section--kind .notice{
	margin-top: 10px;
	line-height: 1.5;
	text-align: center;
}

.ticket-section--kind .contact{
	margin-top: 20px;
	line-height: 1.5;
}

@media(max-width:960px){
	
	.ticket-section--kind{
		margin-top: 30px;
		margin-bottom: 30px;
		padding: 30px;
	}

	.ticket-section--kind > .header .title{
		font-size: 24px;
	}

	.ticket-section--kind .button a{
		font-size: 20px;
	}

	.ticket-section--kind .period{
		font-size: 20px;
	}
}

@media(max-width:640px){
	
	.ticket-section--kind{
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.ticket-section--kind > .header .title{
		font-size: 20px;
	}

	.ticket-section--kind .button a{
		font-size: 16px;
	}

	.ticket-section--kind .period{
		font-size: 16px;
	}
}




.ticket-list{
	display: flex;
	margin-bottom: 20px;
}

.ticket-list > .item{
	position: relative;
	margin-right: 30px;
	width: calc(33.3% - 20px);
	background: #FFF;
	padding: 20px;
	text-align: center;
	color: #333;
}

.ticket-list .image{
	margin: -20px -20px 20px;
}

.ticket-list .name{
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

.ticket-list .name .label{
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	padding: 8px 10px;
	font-size: 13px;
	background: #F90;
}

.ticket-list .detail{
	margin-bottom: 10px;
}

.ticket-list .price{
	color: #D00;
}

.ticket-list .notes{
	margin-top: 5px;
	font-size: 12px;
}

.ticket-list > .item:nth-child(3n){
	margin-right: 0;
}

@media(max-width:960px){
	
	.ticket-list > .item{
		margin-right: 15px;
		width: calc(33.3% - 10px);
		padding: 15px;
	}

	.ticket-list .image{
		margin: -15px -15px 15px;
	}

	.ticket-list .name{
		font-size: 18px;
	}

	.ticket-list .name .label{
		padding: 6px 8px;
		font-size: 12px;
	}
}

@media(max-width:640px){
	
	.ticket-list{
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	    gap: 10px;
	}

	.ticket-list > .item{
		width: 100%;
	}

	.ticket-list .name{
		font-size: 16px;
	}

	.ticket-list .name .label{
		padding: 4px 5px;
		font-size: 10px;
	}
}




.access-section .access-iframe{
	aspect-ratio: 16 / 9;
	max-width: 100%;
}

.access-section .access-iframe iframe{
	width: 100%;
	height: 100%;
}

.access-section address{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.access-list{
	
}

.access-list .title{
	margin-bottom: 1em;
	font-size: 20px;
}

.access-list > .item:not(:last-child){
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding-bottom: 20px;
}

.access-list .label{
	margin-bottom: .5em;
	font-size: 20px;
	font-weight: 600;
}

.access-list .detail{
	margin-bottom: .25em;
}

@media(max-width:960px){
	
	.access-list .label{
		font-size: 18px;
	}
}

@media(max-width:640px){
	
	.access-list .label{
		font-size: 16px;
	}
}








.ticket-notice{
	width: 100%;
	max-width: 800px;
	background: #F00;
	color: #333;
	letter-spacing: 0;
}

.ticket-notice h2,
.ticket-notice .lead{
	text-align: center;
}

.ticket-notice .lead{
	margin-bottom: 1em;
}

.ticket-notice h2{
	margin-bottom: 10px;
	font-size: 24px;
}

.ticket-notice h3{
	margin: 1.5em 0 .5em;
	border-bottom: 1px solid #CCC;
	padding-bottom: .5em;
	font-size: 20px;
}

.ticket-notice > .wrap{
	line-height: 1.5;
}

.ticket-notice .button{
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	gap: 10px;
	margin-top: 40px;
	text-align: center;
}

.ticket-notice .button a{
	outline: none;
}

.ticket-notice .button a.no{
	width: calc(30% - 10px);
	background: #EEE;
	color: #333;
}

.ticket-notice .button a.yes{
	width: calc(70% - 10px);
}


.fancybox-button svg{
	color: #FFF;
}


@media(max-width:640px){
	.ticket-notice{
		padding: 20px !important;
	}

	.ticket-notice h2{
		font-size: 20px;
	}

	.ticket-notice h3{
		font-size: 16px;
	}

	.ticket-notice .button{
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-top: 20px;
	}

	.ticket-notice .button a.no{
		width: 100%;
	}

	.ticket-notice .button a.yes{
		width: 100%;
	}
}