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

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


@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;
}

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

.title-main:after{
	content: "";
	display: block;
	margin: 40px auto;
	width: 2em;
	height: 1px;
	background: #FFF;
}


@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: #DE4034;
	text-decoration: none;
	-webkit-border-radius: 60px;
	        border-radius: 60px;
}

.button a:hover{
	opacity: 0.9;
}

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

@media(max-width:640px){

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




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



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

.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,.1);
	padding: 1em;
	text-align: left;
	line-height: 1.5;
}

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



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

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

.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-section .image{
	margin-bottom: 40px;
}

.about-section > .inner > .lead{
	margin-bottom: 40px;
}

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

.about-section .basic-table th{
	text-align: right;
	color: rgba(255,255,255,.5)
}

@media(max-width:960px){
	
	.about-section .image{
		margin-bottom: 30px;
		margin-left: -5vw;
		margin-right: -5vw;
	}

	.about-section > .inner > .lead{
		margin-bottom: 30px;
	}

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

@media(max-width:640px){
	
	.about-section .image{
		margin-bottom: 20px;
	}

	.about-section > .inner > .lead{
		margin-bottom: 20px;
	}

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



.hanabishi-section .image{
	width: 40%;
	margin-right: 40px;
}

.hanabishi-section .text{
	width: 60%;
}

.hanabishi-section .text p{
	line-height: 2;
}

.hanabishi-section .button{
	margin-top: 20px;
}

@media(max-width:640px){
	
	.hanabishi-section .image{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.hanabishi-section .text{
		width: 100%;
	}
}


.sponsorship-section{
	
}

.sponsorship--introduce{
	text-align: center;
	margin-bottom: 20px;
}

.sponsorship--list{
	display: flex;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 20px;
}

.sponsorship--list .item{
	width: calc(20% - 16px);
}

@media(max-width:960px){
	
	.sponsorship--list{
		gap: 10px;
	}

	.sponsorship--list .item{
		width: calc(20% - 8px);
	}
}

@media(max-width:640px){
	
	.sponsorship--list{
		gap: 5px;
	}

	.sponsorship--list .item{
		width: calc(20% - 4px);
	}
}


.mc-section{
	
}

.mc--subtitle{
	margin-bottom: 1em;
	font-size: 32px;
	text-align: center;
	color: #FF0;
}

.mc--list{
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

.mc--list > .item{
	width: 47.5%;
}

.mc--list .image{
	width: 75%;
	margin: 0 auto;
}

.mc--list .name{
	margin-top: 1em;
	margin-bottom: 1em;
	text-align: center;
	font-size: 24px;
}

.mc--list .name small{
	font-size: 14px;
}

.mc--list .profile{
	line-height: 1.75;
}

.mc--introduce{
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	line-height: 2;
	text-align: center;
}

@media(max-width:960px){

	.mc--subtitle{
		font-size: 24px;
	}
	
	.mc--list .name{
		font-size: 20px;
	}

	.mc--list .name small{
		font-size: 13px;
	}
}

@media(max-width:640px){

	.mc--subtitle{
		font-size: 20px;
	}
	
	.mc--list{
		gap: 40px;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}

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

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

	.mc--list .name small{
		font-size: 12px;
	}
}


.event-section{
}

.event-section .notes{
	margin-top: 3em;
	font-size: 12px;
}

.event-category{
	margin-bottom: 100px;
}

.event-category .title{
	margin-top: 40px;
	text-align: center;
	font-size: 24px;
	margin-bottom: 1em;
}

.event-category .content{
	position: relative;
	overflow: hidden;
	height: auto;
}

.event-category .content.is-close{
	height: 200px;
	transition: all 0.5s 0s ease;
}

.event-category .content.is-close:after{
	content: "詳しく見る";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 40px 20px 0;
	text-align: center;
	color: #FFF;
	background: linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
}

.event-category .content.is-close:after:hover{
	color: #FF0;
}

.event-category .place{
	margin-bottom: 1em;
	text-align: center;
	line-height: 1.5;
}

.event-category--wrap{
	display: flex;
	gap: 20px;
	flex-shrink: 0;
}

.event--list{
	display: flex;
	gap: 30px;
	flex-shrink: 0;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.event--list .item{
	width: calc(33.3% - 20px);
}

.event--list .item.full{
	width: 100%;
}

.event--list .name{
	margin: 1em 0 0;
	text-align: center;
	font-size: 18px;
}

.event--list .name small{
	display: block;
	margin-top: 1em;
	text-align: center;
	font-size: 12px;
}

.event--list .text{
	margin: 1em 0 0;
	line-height: 1.75;
}

.event--introduce{
	margin: 0 auto;
	width: 100%;
	max-width: 600px;
	line-height: 2;
	text-align: center;
}

.event-comingsoon{
	margin-top: 40px;
	padding: 40px;
	text-align: center;
	background: #111;
	color: #999;
}

.event-comingsoon .label_en{
	margin-bottom: 10px;
	font-size: 32px;
}

.event-comingsoon .label_ja{
	margin-bottom: 20px;
	font-size: 20px;
}

.event-comingsoon .message{
	font-size: 18px;
}

@media(max-width:960px){

	.event-category .title{
		font-size: 20px;
	}

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

	.event--list .name small{
		font-size: 12px;
	}
}

@media(max-width:640px){

	.event-category .title{
		font-size: 18px;
	}

	.event--list .item{
		width: calc(50% - 15px);
	}

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

	.event--list .name small{
		font-size: 10px;
	}

	.event-comingsoon{
		padding: 20px;
	}

	.event-comingsoon .label_en{
		margin-bottom: 5px;
		font-size: 20px;
	}

	.event-comingsoon .label_ja{
		margin-bottom: 10px;
		font-size: 16px;
	}

	.event-comingsoon .message{
		font-size: 14px;
	}
}


.exhibit-section{
	
}

.exhibit-message{
	margin-top: 60px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #FF0;
}

.exhibit-notes{
	margin-top: 20px;
	text-align: center;
	line-height: 1.2;
	font-size: 12px;
	color: #999;
}

.exhibit{
	margin-top: 60px;
}

.exhibit--title{
	position: relative;
	text-align: center;
	font-size: 24px;
}

.exhibit--title span{
	position: relative;
	display: inline-block;
	padding: 0 20px;
	background: #000;
	z-index: 999;
}

.exhibit--title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 0;
	width: 100%;
	height: 2px;
	background: #333;
}

.exhibit--notes{
	margin-top:10px;
	text-align: center;
	font-size: 14px;
	color: #999;
}

.exhibit--list{
	display: flex;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 30px 15px;
	margin-top: 40px;
}

.exhibit--list .item{
	display: flex;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	gap: 20px;
	width: calc(33.3% - 10px);
}

.exhibit--list .icon{
	width: 40px;
	-webkit-flex-shrink: 0;
	        flex-shrink: 0;
}

.exhibit--list .text{
}

.exhibit--list .label{
	line-height: 1.2;
	font-size: 20px;
	font-weight: bold;
}

.exhibit--list .detail{
	margin-top: 5px;
	line-height: 1.25;
	font-size: 12px;
	color: #999;
}


@media(max-width:960px){

	.exhibit-message{
		margin-top: 40px;
		font-size: 20px;
	}

	.exhibit-notes{
		margin-top: 15px;
	}

	.exhibit{
		margin-top: 40px;
	}

	.exhibit--title{
		font-size: 20px;
	}

	.exhibit--title span{
		padding: 0 15px;
	}

	.exhibit--notes{
		font-size: 12px;
	}

	.exhibit--list{
		margin-top: 30px;
	}

	.exhibit--list .item{
		gap: 15px;
	}

	.exhibit--list .icon{
		width: 30px;
	}

	.exhibit--list .label{
		font-size: 18px;
	}

	.exhibit--list .detail{
		font-size: 12px;
	}
}

@media(max-width:640px){

	.exhibit-message{
		margin-top: 30px;
		font-size: 18px;
	}

	.exhibit-notes{
		margin-top: 10px;
	}

	.exhibit{
		margin-top: 30px;
	}

	.exhibit--title{
		font-size: 18px;
	}

	.exhibit--title span{
		padding: 0 10px;
	}

	.exhibit--notes{
		font-size: 10px;
	}

	.exhibit--list{
		margin-top: 20px;
		gap: 20px;
	}

	.exhibit--list .item{
		gap: 10px;
		width: calc(50% - 10px);
	}

	.exhibit--list .icon{
		width: 30px;
	}

	.exhibit--list .label{
		font-size: 16px;
	}

	.exhibit--list .detail{
		font-size: 10px;
	}
}

@media(max-width:480px){
	
	.exhibit--list .label{
		font-size: 14px;
	}
}


.pamphlet-section .pamphlet-image{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.pamphlet-section .pamphlet-text{
	margin-top: 1em;
	text-align: center;
}


.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: calc(50% - 20px);
}

.ticket-section .price-table .name{
	padding: 40px;
	text-align: center;
	background: linear-gradient(45deg,#1c2241 0%,#0a0e25 100%);
}

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

.ticket-section .price-table .name .title{
	font-size: 24px;
	font-weight: bold;
}

.ticket-section .price-table .name .period{
	margin-bottom: 0;
	font-size: 18px;
	font-weight: normal;
}

.ticket-section .price-table .name .notes{
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
}

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

.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 th .limited{
	display: inline-block;
	margin-left: 10px;
	padding: 4px 2em;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	background: #FF0;
	color: #000;
}

.ticket-section .price-table td .good-deal{
	display: inline-block;
	margin-bottom: 5px;
	padding: 4px 2em;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	color: #000;
}

.ticket-section .price-table td .soldout{
	display: inline-block;
	padding: 4px 2em;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	background: #C00;
	color: #FFF;
}

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

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

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

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

@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--detail > .title{
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
}

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

@media(max-width:960px){
	
	.ticket-section--detail > .title{
		font-size: 18px;
	}

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

@media(max-width:640px){
	
	.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;
	background: linear-gradient(45deg,#1c2241 0%,#0a0e25 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: #FF0;
}

.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: #FF0;
}

.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;
	}
}




.bus-area:not(.last){
	margin-bottom: 40px;
}

.bus-area > .title{
	margin-bottom: 20px;
	border-left: 3px solid #FFF;
	padding: .5em 1em;
	font-weight: bold;
	font-size: 20px;
}

.bus-list > .item{
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-bottom: 20px;
	border-top: 1px solid rgba(255,255,255,.2);
	padding-top: 20px;
	padding-bottom: 20px;
}

.bus-list > .item:last-child{
	border-bottom: 1px solid rgba(255,255,255,.2);
}

.bus-list .banner{
	width: 400px;
}

.bus-list .text{
	line-height: 1.5;
/*	width: calc(100% - 440px);*/
}

.bus-list .name{
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}

@media(max-width:960px){
	
	.bus-area:not(.last){
		margin-bottom: 30px;
	}

	.bus-area > .title{
		font-size: 18px;
	}

	.bus-list .banner{
		width: 40%;
	}

	.bus-list .text{
		width: calc(60% - 30px);
	}

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

@media(max-width:640px){
	
	.bus-area:not(.last){
		margin-bottom: 20px;
	}

	.bus-area > .title{
		font-size: 16px;
	}

	.bus-list .banner{
		width: 100%;
	}

	.bus-list .text{
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}

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


.faq-category{
	margin-bottom: 40px;
}

.faq-category > .title{
	margin-bottom: 1em;
	font-size: 24px;
}

.faq-category > .title:before{
	content: "■ ";
}

@media(max-width:960px){
	
	.faq-category > .title{
		font-size: 20px;
	}
}


.faq-unit{
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding-bottom: 20px;
	line-height: 1.75;
}

.faq-unit > .question{
	margin-bottom: 1em;
	font-size: 18px;
}

.faq-unit > .question:before{
	content: "Q：";
}

.faq-unit > .answer{
	padding-left: 2.15em;
}

@media(max-width:960px){

	.faq-unit > .question{
		font-size: 16px;
	}
	
	.faq-unit > .answer{
		padding-left: 2.2em;
	}
}









.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%;
	}
}


.playguide-list{
	display: flex;
	gap: 40px;
}

.playguide-list--item{
	text-align: center;
}

.playguide-list--link:hover{
	opacity: .75;
}

.playguide-list--logo{
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}

.playguide-list--label{
	margin-top: 1em;
	font-size: 20px;
}

.playguide-list--code{
	margin-top: .25em;
	font-size: 16px;
}

@media(max-width:960px){
	
	.playguide-list{
		gap: 30px;
	}

	.playguide-list--logo{
		-webkit-border-radius: 10px;
		        border-radius: 10px;
	}

	.playguide-list--label{
		font-size: 18px;
	}

	.playguide-list--code{
		font-size: 14px;
	}
}

@media(max-width:640px){
	
	.playguide-list{
		gap: 20px;
	}

	.playguide-list--logo{
		-webkit-border-radius: 5px;
		        border-radius: 5px;
	}

	.playguide-list--label{
		font-size: 16px;
	}

	.playguide-list--code{
		font-size: 12px;
	}
}

@media(max-width:480px){

	.playguide-list{
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

.ticket-special-notice{
	margin-top: 1em;
	padding: 10px;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	background: #FF0;
	color: #000;
}