@charset "UTF-8";
/* CSS Document */


/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */
@font-face {
	font-family: 'sns_icon';
	src: url('../font/sns_icon.eot?hf355k');
	src: url('../font/sns_icon.eot?hf355k#iefix') format('embedded-opentype'),
	url('../font/sns_icon.ttf?hf355k') format('truetype'),
	url('../font/sns_icon.woff?hf355k') format('woff'),
	url('../font/sns_icon.svg?hf355k#sns_icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

i.snsIcon {
	font-family: 'sns_icon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	color: #fff;
}

.icon_hp:before { content: "\e902";}
.icon_blog:before { content: "\e900";}
.icon_facebook:before { content: "\e901";}
.icon_instagram:before { content: "\e903";}
.icon_line:before { content: "\e904";}
.icon_tiktok:before { content: "\e905";}
.icon_twitter:before { content: "\e906";}
.icon_youtube:before { content: "\e907";}


body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	letter-spacing: .05em;
	color: #fff;
}

img {
	max-width: 100%;
	height: auto;
}
ul { list-style: none;}

.wrap {
	max-width: 980px;
	margin: 0 auto;
}

.anim {
	opacity: 0;
	transition: all .8s ease-out;
	transform: translateY(60px);
}
.anim.on {
	opacity: 1;
	transform: translateY(0);
}

.ty {
	color: #ffcc00;
}


@media screen and (min-width: 813px) {
	
	.sp { display: none;}
	
	a { transition: all 0.3s ease-out;}
	a:hover { opacity: 0.5;}
	
	#globalNavi,
	#menuButton {
		display: none;
	}
	
}
@media screen and (max-width: 812px) {
	
	.pc { display: none;}
	
	
	#menuButton {
		display: block;
		width: 40px;
		height: 40px;
		position: fixed;
		top: 4vw;
		right: 4vw;
		z-index: 9999;
	}
	#menuButton span {
		display: block;
		background: #fff;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 5px;
		transition: all 0.4s;
	}

	#menuButton span:first-child { top: 12px;}
	#menuButton span:nth-child(2) { bottom: 12px;}
	#menuButton.active span:first-child {
		transform: translateY(7px) rotate(45deg);
	}
	#menuButton.active span:nth-child(2) {
		transform: translateY(-7px) rotate(-45deg);
	}
	
	#globalNavi {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 1000;
		background-color: #000;
	}
	#globalNavi .mainNav {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		height: 100%;
		padding-bottom: 20vw;
	}
	#globalNavi .mainNav li {
    	font-family: shackleton, serif;
    	font-size: 6.8vw;
		width: 80%;
		border-bottom: #666 solid 1px;
		padding: 4vw 0;
	}
	#globalNavi .mainNav li:last-child {
		border-bottom: none;
	}
	#globalNavi .mainNav li a {
    	font-family: shackleton, serif;
    	font-size: 6.8vw;
		color: #fff;
		text-decoration: none;
	}
	#globalNavi .mainNav li a.subNav {
		font-family: 'Noto Sans JP', sans-serif;
		color: #fff;
		text-decoration: none;
		display: block;
    	font-size: 4.2vw;
	}
	#globalNavi .mainNav li a.subNav::before {
		content: "-";
		margin-right: 2vw;
	} 
	
	.wrap {
		padding: 0 6vw;
	}
	
}



.main-visual {
	height: 100vh;
	width: 100vw;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.main-visual::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: rgba(0,0,0,1);
	animation: op1 2s linear .5s forwards;
}
@keyframes op1 {
	0% { background-color: rgba(0,0,0,1);}
	100% { background-color: rgba(0,0,0,0.40);}
}
.main-visual.movie .js-youtube-fullscreen {
	position: fixed;
}



.main-visual .mainTtl {
	max-width: 820px;
    width: calc(100% - 380px);
	position: relative;
	z-index: 2;
	padding-top: 6vh;
	opacity: 0;
	animation: op2 1s linear 3s forwards;
}
@keyframes op2 {
	0% { opacity: 0;}
	100% { opacity: 1;}
}
.main-visual .mainTtl .logo img {
	width: 100%;
	height: auto;
}

.main-visual .mainTtl .playBtn {
	width: 280px;
	margin: 6vh auto 0;
}
.main-visual .mainTtl .playBtn a {
	display: block;
	border: #fff solid 1px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 1.8vh;
	font-size: 2vh;
}
.main-visual .catch {
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 4.2vh;
	position: absolute;
	top: 40px;
	right: 30px;
	z-index: 1;
	color: #fff;
	opacity: 0;
	animation: op2 1s linear 4s forwards;
}
.main-visual .catch span {
    display: inline-block;
    padding-left: 2px;
    margin-left: 5px;
    border-left: #fff solid 2px;
    line-height: 1.4;
}
.main-visual .yazawaLogo {
	position: absolute;
	bottom: 40px;
	right: 40px;
	z-index: 1;
    line-height: 0;
	opacity: 0;
	animation: op2 1s linear 4s forwards;
}
.main-visual .yazawaLogo img {
	width: 100px;
}

@media screen and (min-width: 813px) {
	.main-visual .catch {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
	}
}
@media screen and (max-width: 812px) {
	
	.main-visual .mainTtl {
		width: 80%;
    	padding-top: 14vw;
	}
	.main-visual .catch {
		font-size: 6.2vw;
		top: 20vw;
		right: 50%;
		transform: translateX(50%);
		text-align: center;
		width: 80vw;
	}
	.main-visual .catch span {
		padding-left: 0;
		margin-left: 0;
		border-left: none;
		border-bottom: #fff solid 2px;
	}
	.main-visual .mainTtl .playBtn {
		width: 80%;
		margin: 8vw auto 0;
	}
	.main-visual .yazawaLogo {
		bottom: 8vw;
		right: 6vw;
	}
	.main-visual .yazawaLogo img {
		width: 20vw;
	}
	
}


footer {
	position: relative;
	z-index: 1;
	background-color: #000;
	padding: 80px 60px;
}
footer .ftrSns {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}
footer .ftrSns li {
	margin: 0 20px;
}
footer .ftrSns li a {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
}

footer .ftrLogo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 60px;
}
footer .ftrLogo li {
	margin: 0 30px;
}
footer .ftrLogo li:nth-child(1) img { width: 100px;}
footer .ftrLogo li:nth-child(2) img { width: 80px;}
footer .ftrLogo li:nth-child(3) img { width: 120px;}

footer .address {
	text-align: center;
	font-size: 12px;
}


/* ////////////////////////////////////////////////////////////////////////////////

	Top

//////////////////////////////////////////////////////////////////////////////// */
main {
	position: relative;
	z-index: 1;
	background: #000 url("../images/top_main_bg.jpg") no-repeat center top;
	background-size: 100%;
	overflow: hidden;
}

h2 {
	font-family: shackleton, serif;
	color: #fff;
	text-align: center;
	font-size: 36px;
	letter-spacing: .04em;
	margin-bottom: 40px;
}

section {
	padding: 80px 60px;
}

.sideNav {
	position: fixed;
	left: 0;
	top: 50%;
	z-index: 2;
	background-color: #000;
	padding: 10px 30px;
	transform: translateY(-50%);
	opacity: 0;
	animation: op2 1s linear 4s forwards;
}
.sideNav li {
	padding: 15px 30px 15px 0;
	border-bottom: #666 solid 1px;
	font-size: 16px;
	font-weight: 600;
}
.sideNav li:last-child {
	border-bottom: none;
}
.sideNav li a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
.sideNav li a.subNav {
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.sideNav li a.subNav::before {
	content: "-";
	margin-right: 4px;
}

.newsList {
	margin-bottom: 80px;
}
.newsList li {
	display: flex;
	justify-content: space-between;
	color: #fff;
	border-bottom: #666 solid 1px;
	padding: 15px 0;
}
.newsList li .date {
	width: 125px;
	font-size: 16px;
}
.newsList li .ttl {
	width: calc(100% - 125px);
	font-size: 16px;
}
.newsList li .ttl a {
	color: #fff;
	text-decoration: none;
}

.moreBtn {
	text-align: center;
	margin-bottom: 60px;
}
.moreBtn a {
	padding-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-bottom: #fff solid 2px;
}

.tikeboBtn {
	max-width: 640px;
    margin: 0 auto 80px;
}
.tikeboBtn a {
    display: block;
    background-color: #00d468;
    text-align: center;
    color: #fff;
    padding: 25px 10px;
    font-size: 36px;
    font-weight: 800;
    text-decoration: none;
    position: relative;
}
.tikeboBtn a::after {
	content: "";
	width: 15px;
	height: 15px;
    border-top: #FFF solid 3px;
    border-right: #FFF solid 3px;
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translateY(-50%) rotate(45deg);
}
.tkdlBtn {
	max-width: 740px;
	margin: 0 auto 60px;
}
.tkdlBtn a {
	display: block;
	background-color: #FFF;
	text-align: center;
	color: #000;
	padding: 25px 10px;
	font-size: 36px;
	font-weight: 800;
	text-decoration: none;
	position: relative;
}
.tkdlBtn a::after {
	content: "";
	width: 15px;
	height: 15px;
	border-top: #000 solid 3px;
	border-right: #000 solid 3px;
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translateY(-50%) rotate(45deg);
}
.dlCap{
	text-align: center;
    font-size: 22px;
    margin: 0 0 40px;

}
.subBtnList{

}
.subBtnList li{
    margin: 0 0 40px;
}
.subBtnList li:last-child{
    margin: 0;
}
.subBtnList li a{
	display: block;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    border: 1px solid;
    width: 580px;
    margin: 0 auto;
    position: relative;
}
.subBtnList li a.blank{
	pointer-events:none;
	opacity: 0.3;
}
.subBtnList li a::after {
	content: "";
    width: 15px;
    height: 15px;
    border-top: #FFF solid 3px;
    border-right: #FFF solid 3px;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%) rotate(45deg);
}
.boxbtn {
	margin: 0 auto 60px;
}
.boxbtn a {
	display: block;
	border: #ffcc00 solid 2px;
	text-align: center;
	color: #ffcc00;
	padding: 40px 10px;
	font-size: 22px;
	font-weight: 400;
	text-decoration: none;
	position: relative;
    background-color: rgba(255,255,255,0.1);
}
.boxbtn a::after {
	content: "";
	width: 15px;
	height: 15px;
	border-top: #fff solid 3px;
	border-right: #fff solid 3px;
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translateY(-50%) rotate(45deg);
}
.boxbtn a span {
	display: block;
	font-weight: bold;
    color: #cf1616;
}


#schedule h2 {
	margin-bottom: 80px;
}
#schedule h3 {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 40px;
}
.scheduleList {
	margin-bottom: 100px;
}
.scheduleList li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: #666 solid 1px;
	padding: 15px 0;
}
.scheduleList li .date {
	width: 120px;
	font-size: 28px;
	display: flex;
	align-items: center;
}
.scheduleList li .date span {
	font-size: 16px;
	margin-left: 10px;
}
.scheduleList li .place {
	width: calc(100% - 570px);
	font-size: 22px;
}
.scheduleList li .place .btnAdLive{

}
.scheduleList li .place .btnAdLive a{
    color: #ffcc00;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border: 2px solid;
    line-height: 1em;
    padding: 5px 30px 7px 15px;
    border-radius: 5px;
    position: relative;
}
.scheduleList li .place .btnAdLive a::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: #fc0 solid 2px;
    border-right: #fc0 solid 2px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(45deg);
}
.scheduleList li .time {
	width: 120px;
	font-size: 16px;
}
.scheduleList li .contact {
	width: 180px;
	font-size: 14px;
}
.scheduleList li .contact a {
	color: #fff;
	text-decoration: underline;
}
.scheduleList li .soldout{
    font-size: 10px;
    color: #CF111B;
    border: solid 2px #CF111B;
    content: "SOLD OUT";
    display: inline-block;
    padding: 0.2em 0.4em;
    font-weight: bold;
    margin: 0 20px;
    position: relative;
    transform: rotate( -10deg);
    text-align: center;
    opacity: 0;    
}
.scheduleList li .soldout.on{
    opacity: 1;  
}

#hall,
#arena {
	position: relative;
	color: #fff;
}
#hall::before,
#arena::before {
	font-size: 150px;
	font-weight: 900;
    line-height: 0.6;
	position: absolute;
	top: 0;
    right: -80px;
	transform-origin: left top;
	transform: translateX(100%) rotate(90deg);
}
#hall::before {
	content: "HALL";
	opacity: 0.1;
}
#arena::before {
	content: "ARENA";
	opacity: 0.1;
}

#schedule .btnArea {
	margin-top: 100px;
	text-align: center;
}
#schedule .btnArea p {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .05em;
	margin-bottom: 40px;
}
#schedule .btnArea p span {
	color: #cf1616;
}

#schedule .btnArea .guideLine {
	max-width: 640px;
	margin: 0 auto 30px;
}
#schedule .btnArea .guideLine a {
	display: block;
	text-align: center;
	color: #fff;
	padding: 40px 10px;
	font-size: 36px;
	font-weight: 900;
	text-decoration: none;
	position: relative;
	background-color: #9c0f0f;
}
#schedule .btnArea .guideLine a::after {
	content: "";
	width: 15px;
	height: 15px;
	border-top: #fff solid 3px;
	border-right: #fff solid 3px;
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translateY(-50%) rotate(45deg);
}
#schedule .btnArea .ticketBtn {
	max-width: 640px;
	margin: 0 auto;
}
#schedule .btnArea .ticketBtn a {
	display: block;
	text-align: center;
	border: #cf1616 solid 2px;
	color: #cf1616;
	padding: 40px 10px;
	font-size: 36px;
	font-weight: 900;
	text-decoration: none;
	position: relative;
}
#schedule .btnArea .ticketBtn a::after {
	content: "";
	width: 15px;
	height: 15px;
	border-top: #fff solid 3px;
	border-right: #fff solid 3px;
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translateY(-50%) rotate(45deg);
}


@media screen and (max-width: 812px) {
	section {
		padding: 14vw 0;
	}
	h2 {
		font-size: 6.8vw;
		letter-spacing: .04em;
		margin-bottom: 6vw;
	}
	.newsList {
		margin-bottom: 6vw;
	}
	.newsList li {
		padding: 4vw 0;
    	display: block;
	}
	.newsList li .date {
		width: 100%;
		font-size: 3.2vw;
		margin-bottom: 2vw;
	}
	.newsList li .ttl {
		width: 100%;
		font-size: 3.4vw;
	}
	
	.moreBtn {
		margin-bottom: 14vw;
	}
	.moreBtn a {
		padding-bottom: 1vw;
		font-size: 4.6vw;
	}
	.tikeboBtn {
		margin: 0 auto 6vw;
	}
	.tikeboBtn a {
		padding: 4vw 2vw;
		font-size: 6.2vw;
	}
	.tikeboBtn a::after {
		width: 3vw;
		height: 3vw;
		border-top: #fff solid 2px;
		border-right: #fff solid 2px;
		right: 6%;
		transform: translateY(-50%) rotate(45deg);
	}
	.tkdlBtn {
		margin: 0 auto 6vw;
	}
	.tkdlBtn a {
		padding: 4vw 2vw;
    	font-size: 4.5vw;
	}
	.tkdlBtn a::after {
		width: 3vw;
		height: 3vw;
		border-top: #000 solid 2px;
		border-right: #000 solid 2px;
		right: 6%;
		transform: translateY(-50%) rotate(45deg);
	}	
	.dlCap{
    	font-size: 4.2vw;
    	margin: 0 0 20px;
	}
	.subBtnList{

	}
	.subBtnList li{
    	margin: 0 0 20px;
	}
	.subBtnList li:last-child{
    	margin: 0;
	}
	.subBtnList li a{
	    width: 100%;
	    padding: 4vw 3vw;
	    font-size: 3.2vw;
	}
	.subBtnList li a::after {
    width: 3vw;
    height: 3vw;
    border-top: #fff solid 2px;
    border-right: #fff solid 2px;
    right: 4%;
    transform: translateY(-50%) rotate(45deg);
	}
	.boxbtn {
        margin: 0 auto 6vw;
	}
	.boxbtn a {
		padding: 4vw;
		font-size: 4.2vw;
	}
	.boxbtn a::after {
		width: 3vw;
		height: 3vw;
		border-top: #fff solid 2px;
		border-right: #fff solid 2px;
		right: 6%;
		transform: translateY(-50%) rotate(45deg);
	}
	
	
	#schedule h3 {
		font-size: 4.2vw;
		margin-bottom: 6vw;
	}
	.scheduleList {
		margin-bottom: 20vw;
	}
	.scheduleList li {
		display: block;
		padding: 4vw 0;
	}
	.scheduleList li .date {
		width: 100%;
		font-size: 5.2vw;
		padding-left: 25vw;
		position: relative;
	}
	.scheduleList li .date span {
		font-size: 3.2vw;
		margin-left: 3vw;
	}
	.scheduleList li .date::before {
		content: "DATE";
		font-size: 3vw;
		position: absolute;
		left: 0;
    	top: 6px;
	}
	.scheduleList li .place {
		width: 100%;
		font-size: 4.6vw;
		padding-left: 25vw;
		position: relative;
	}
	.scheduleList li .place .btnAdLive a {
    font-size: 3.6vw;
    border: 1px solid;
    margin: 0 0 10px;
    }
	.scheduleList li .place::before {
		content: "VENUE";
		font-size: 3vw;
		position: absolute;
		left: 0;
    	top: 4px;
	}
	.scheduleList li .soldout{
		top: 20%;
	    left: 83%;
	    width: 70px;
	    text-align: center;
	    transform: translate(-50%, -50%) rotate( 
	11deg);
	    position: absolute;
	}	
	.scheduleList li .time {
		width: 100%;
		font-size: 3.4vw;
		padding-left: 25vw;
		position: relative;
	}
	.scheduleList li .time::before {
		content: "OPEN/START";
		font-size: 3vw;
		position: absolute;
		left: 0;
		top: 2px;
	}
	.scheduleList li .contact {
		width: 100%;
		font-size: 3.4vw;
		padding-left: 25vw;
		position: relative;
	}
	.scheduleList li .contact::before {
		content: "INFO";
		font-size: 3vw;
		position: absolute;
		left: 0;
		top: 2px;
	}
	
	#hall::before,
	#arena::before {
		font-size: 18vw;
		right: -2vw;
	}
	
	#schedule .btnArea p {
		font-size: 3.6vw;
		margin-bottom: 6vw;
	}
	#schedule .btnArea .guideLine a,
	#schedule .btnArea .ticketBtn a {
		padding: 4vw 2vw;
		font-size: 5.4vw;
	}
	
	footer {
		padding: 20vw 6vw;
	}
	footer .ftrSns {
		display: flex;
		justify-content: center;
		margin-bottom: 10vw;
	}
	footer .ftrLogo {
		margin-bottom: 12vw;
	}
	footer .ftrLogo li {
		margin: 0 4vw;
	}
	footer .ftrLogo li:nth-child(1) img { width: 36vw;}
	footer .ftrLogo li:nth-child(2) img { width: 32vw;}
	footer .ftrLogo li:nth-child(3) img { width: 42vw;}
	footer .address {
		font-size: 2.8vw;
	}
}
#cboxOverlay {
	background-color: #000;
}
#colorbox,
#cboxOverlay,
#cboxWrapper,
#cboxContent {
	overflow: inherit;
}
#cboxLoadedContent {
    margin-bottom: 0;
}
#cboxClose {
	background: url("../images/btn_close.png") no-repeat center center;
	background-size: contain;
	position: absolute;
	top: -40px;
	bottom: inherit;
	right: 0;
    width: 30px;
    height: 30px;
	text-indent: -9999px;
}




/* ////////////////////////////////////////////////////////////////////////////////

	lower

//////////////////////////////////////////////////////////////////////////////// */
.underHead {
	background: #000 url("../images/hdr_pic.jpg") no-repeat top center;
	background-size: 100%;
    padding-top: 36%;
	position: relative;
}
.underHead h1 {
	position: absolute;
	top: 40px;
	right: 40px;
}
.underHead h1 img {
	width: 200px;
}


@media screen and (max-width: 812px) {
	
	.underHead h1 {
		top: 5vw;
		right: inherit;
		left: 4vw;
	}
	.underHead h1 img {
		width: 30vw;
	}
	
}


/* ////////////////////////////////////////////////////////////////////////////////

	ticket

//////////////////////////////////////////////////////////////////////////////// */
#ticketPage {
	background: #000;
	padding: 60px 0;
}


#ticketPage .ticketLead {
	text-align: center;
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	padding: 40px 0;
	margin-bottom: 60px;
}
#ticketPage .ticketLead p {
	font-size: 20px;
}

#ticketPage p {
	font-size: 16px;
}

#ticketPage hr {
	border: none;
	height: 1px;
	margin: 80px 0;
	background-color: #666;
}



#ticketPage .btnArea {
	margin-bottom: 80px;
}
#ticketPage .btnArea p {
	text-align: center;
	color: #e70606;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
}
#ticketPage .btnArea .guideLine {
	max-width: 640px;
	margin: 0 auto 30px;
}
#ticketPage .btnArea .guideLine a {
	display: block;
	text-align: center;
	color: #fff;
	padding: 40px 10px;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	background-color: #9c0f0f;
	max-width: inherit;
}
#ticketPage .btnArea .guideLine a::after {
	content: "";
	width: 15px;
	height: 15px;
	border-top: #fff solid 3px;
	border-right: #fff solid 3px;
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translateY(-50%) rotate(45deg);
}

.tikebo {
	border: #666 solid 1px;
	padding: 50px;
	margin-bottom: 30px;
}
.tikebo .tikeboLogo {
	width: 280px;
	margin: 0 auto 30px;
}
.tikebo ul {
	display: flex;
	justify-content: space-between;
}
.tikebo ul li {
	width: 47%;
}
.tikebo ul li a {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 25px;
	position: relative;
	font-size: 16px;
	font-weight: bold;
}
.tikebo ul li:nth-child(1) a {
	background-color: #00d468;
}
.tikebo ul li:nth-child(2) a {
	background-color: #00be89;
}
.tikebo ul li a::after {
	content: "";
	width: 12px;
	height: 12px;
	border-top: #fff solid 3px;
	border-right: #fff solid 3px;
	position: absolute;
	top: 50%;
	right: 7%;
	transform: translateY(-50%) rotate(45deg);
}

.box01 {
	border: #666 solid 1px;
	padding: 50px;
	text-align: center;
}
.box01 p {
	margin-bottom: 30px;
}
.box01 ul {
	display: flex;
	justify-content: space-between;
	padding-bottom: 30px;
	border-bottom: #666 solid 1px;
	margin-bottom: 30px;
}
.box01 ul li:nth-child(1) {
	width: 40%;
	padding-right: 5%;
	border-right: #666 solid 1px;
}
.box01 ul li:nth-child(2) {
	width: 55%;
}
.box01 ul li h4 {
	background-color: #222;
	padding: 5px;
	font-size: 16px;
}
.box01 ul li .flBox {
	height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.box01 ul li .flBox p {
	margin-bottom: 0;
}

.box01 p span {
	font-size: 18px;
	text-decoration: none;
	color: #ff0000;
	padding-bottom: 4px;
	border-bottom: #ff0000 solid 2px;
}
.box01 p span.yel {
	border-bottom: none;;
}
.box01 p.btnKumamoto{
    margin: 0;
}
.box01 p span.yel a{
    text-decoration: none;
    color: #fa0;
    border: 2px solid;
    padding: 10px;
    display: block;
    position:relative;
}
.box01 p span.yel a:after{
content: "";
    width: 15px;
    height: 15px;
    border-top: #fa0 solid 3px;
    border-right: #fa0 solid 3px;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%) rotate(45deg);
}
.faqBox {
	text-align: center;
	padding: 60px 0;
}

.faqBox a {
	max-width: 480px;
	display: block;
	text-align: center;
	color: #000;
	margin: 25px auto;
	padding: 30px 10px;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	background-color: #fff;
}
.faqBox a::after {
	content: "";
	width: 15px;
	height: 15px;
	border-top: #000 solid 3px;
	border-right: #000 solid 3px;
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translateY(-50%) rotate(45deg);
}

.ticketContact {
	border: #666 solid 1px;
	margin-bottom: 80px;
}
.ticketContact dt {
	border-bottom: #666 solid 1px;
	text-align: center;
	padding: 10px;
	font-size: 16px;
}
.ticketContact dd {
	font-size: 14px;
	padding: 30px 20px;
}


.ticketScheduleWrap {
	margin-bottom: 80px;
}

#ticketPage h3 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
#ticketPage .kumamotoGuid {
	text-align: center;
    margin: 0 0 30px;
}
#ticketPage .kumamotoGuid a{
    color: #ffcc00;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-bottom: 1px solid;
    line-height: 1em;
    padding: 0 0 12px 0;
    position: relative;
}
.ticketSchedule {
	border-bottom: #666 solid 1px;
}
.ticketSchedule dt {
	border-top: #666 solid 1px;
	display: flex;
	padding: 20px 0;
	justify-content: space-between;
	align-items: center;
}
#ticketPage .ticketSchedule dt .date {
	width: 180px;
	font-size: 24px;
	font-weight: bold;
}
#ticketPage .ticketSchedule dt .ttl {
	width: calc(100% - 360px);
	font-size: 16px;
}
#ticketPage .ticketSchedule dt .more {
	width: 130px;
	position: relative;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
#ticketPage .ticketSchedule dt .more::after {
	content: "";
	display: block;
	position: absolute;
	top: 35%;
	right: 0;
	width: 14px;
	height: 14px;
	border-right: #fff solid 1px;
	border-bottom: #fff solid 1px;
	transform: translate(-50%, -50%) rotate(45deg);
}
.ticketSchedule dd {
	display: none;
}

.priceWrap {
	margin-bottom: 80px;
}
.priceList {
	border-bottom: #666 solid 1px;
	margin-bottom: 60px;
}
.priceList li {
	display: flex;
	align-items: center;
	border-top: #666 solid 1px;
	padding: 15px 0;
}
.priceList li p {
	width: 20%;
	text-align: center;
	padding: 0 2%;
}
.priceList li p.all {
	width: 80%;
}
.priceList li p .c1,
.priceList li p .c2,
.priceList li p .c3 {
	display: block;
	margin: 0 auto 4px;
	border-radius: 20px;
	font-size: 12px;
	padding: 2px;
}
.priceList li p .c1 {
	color: #fff;
	background-color: #ff6633;
}
.priceList li p .c2 {
	color: #fff;
	background-color: #0099ff;
}
.priceList li p .c3 {
	color: #000;
	background-color: #fff;
}
.priceList li p span {
	font-size: 12px;
}

.seatMap {
	background-color: #111;
	padding: 30px;
	text-align: center;
	margin-bottom: 60px;
}
.seatMap h5 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.seatMap .map + h5 {
	margin-top: 60px;
}
.seatMap .map {
	line-height: 0;
	margin-bottom: 15px;
}
.seatMap img {
	max-width: 340px;
}
#ticketPage .seatMap .note {
	font-size: 12px;
}


#ticketPage .btnArea a {
	max-width: 480px;
	display: block;
	text-align: center;
	color: #000;
	margin: 25px auto;
	padding: 30px 10px;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	position: relative;
	background-color: #fff;
}
#ticketPage .btnArea a::after {
	content: "";
	width: 15px;
	height: 15px;
	border-top: #000 solid 3px;
	border-right: #000 solid 3px;
	position: absolute;
	top: 50%;
	right: 8%;
	transform: translateY(-50%) rotate(45deg);
}


.fanclub {
	background-color: #111111;
	padding: 80px 0;
}
.fanclub h4 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: .1em;
	margin-bottom: 30px;
}
.fanclub h4 span {
	font-size: 18px;
}

.fanclubInfo {
	border: #666 solid 1px;
	padding: 20px 40px;
	margin-bottom: 80px;
}
.fanclubInfo li {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	border-bottom: #666 solid 1px;
}
.fanclubInfo li:last-child {
	border-bottom: none;
}
.fanclubInfo li .ttl {
	width: 180px;
}
.fanclubInfo li p {
	width: calc(100% - 200px);
}

.idCard {
	border: #666 solid 1px;
    padding: 50px;
    margin-top: 60px;
}
.idCard .idCardList {
	display: flex;
	justify-content: space-between;
}
.idCard .idCardList li {
    width: 48%;
}
.idCard .idCardList li h5 {
	font-size: 16px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: #666 solid 1px;
}
#ticketPage .idCard .idCardList li p {
	font-size: 15px;
	margin-bottom: 15px;
}

@media screen and (max-width: 812px) {
	
	#ticketPage .ticketLead {
		padding: 4vw 0;
		margin-bottom: 8vw;
	}
	#ticketPage .ticketLead p {
		font-size: 3.8vw;
	}
	#ticketPage p {
		font-size: 3.4vw;
	}
	#ticketPage hr {
		margin: 12vw 0;
	}
	#ticketPage .btnArea p {
		font-size: 3.8vw;
		margin-bottom: 6vw;
	}
	#ticketPage .btnArea .guideLine a {
		padding: 8vw 2vw;
		font-size: 3.2vw;
	}
	#ticketPage .btnArea .guideLine a::after {
		width: 12px;
		height: 12px;
		top: 50%;
		right: 6%;
	}
	#ticketPage .btnArea {
		margin-bottom: 12vw;
	}
	.tikebo {
		padding: 6vw;
		margin-bottom: 6vw;
	}
	.tikebo ul {
		display: block;
	}
	.tikebo ul li {
		width: 100%;
		margin-bottom: 4vw;
	}
	.tikebo ul li a {
		padding: 4vw;
		font-size: 3.4vw;
	}
	
	.box01 {
		padding: 6vw;
	}
	.box01 ul {
		padding-bottom: 6vw;
		margin-bottom: 6vw;
	}
	.box01 ul li:nth-child(1) {
		width: 100%;
		padding-right: 0;
		border-right: none;
	}
	.box01 ul li h4 {
		padding: 2vw;
		font-size: 3.4vw;
	}
	.box01 ul li .flBox {
		height: auto;
		padding: 6vw 0;
	}
	.box01 ul li:nth-child(2) {
		width: 100%;
	}
	.box01 a {
		font-size: 3.6vw;
		padding-bottom: 1vw;
		margin-bottom: 5vw;
	}
	.faqBox a {
		margin: 4vw auto;
		padding: 6vw 2vw;
		font-size: 3.6vw;
	}
	.ticketContact dt {
		padding: 2vw;
		font-size: 3.4vw;
	}
	.ticketContact dd {
		font-size: 3vw;
		padding: 4vw 4vw;
	}
	#ticketPage h3 {
		font-size: 4vw;
		margin-bottom: 6vw;
	}
	#ticketPage .kumamotoGuid {
	    margin: 0 0 20px;
	}
	#ticketPage .kumamotoGuid a {
		color: #ffcc00;
	    display: inline-block;
	    font-size: 3vw;
	    border-bottom: none;
	    padding: 0;
	    text-decoration: underline;
	    line-height: 1.5em;
	}
	.ticketSchedule dt {
    	display: block;
		padding: 4vw 0;
    	position: relative;
	}
	#ticketPage .ticketSchedule dt .date {
		width: 100%;
		font-size: 4.6vw;
	}
	#ticketPage .ticketSchedule dt .ttl {
		width: 100%;
		font-size: 3.2vw;
    	padding-right: 10vw;
	}
	#ticketPage .ticketSchedule dt .more {
		width: auto;
		position: absolute;
		top: 40%;
		right: 0;
		margin: 0 auto;
		text-indent: -9999px;
	}
	
	.seatMap {
		padding: 8vw;
		margin-bottom: 10vw;
	}
	.seatMap img {
		max-width: 100%;
	}
	.seatMap h5 {
		font-size: 3.6vw;
		margin-bottom: 4vw;
	}
	.seatMap .map + h5 {
		margin-top: 8vw;
	}
	#ticketPage .seatMap .note {
		font-size: 3vw;
	}
	#ticketPage .btnArea a {
		margin: 25px auto;
		padding: 6vw 12vw;
		font-size: 4vw;
	}
	
	.priceWrap {
		margin-bottom: 10vw;
	}
	.priceList {
		margin-bottom: 6vw;
	}
	.priceList li p {
		padding: 0 1%;
	}
	.priceList li p .c1, .priceList li p .c2, .priceList li p .c3 {
		margin: 0 auto 4px;
		font-size: 2.8vw;
		padding: 3px 2vw;
		line-height: 1.2;
	}
	
	.fanclub h4 {
		font-size: 5.6vw;
		margin-bottom: 6vw;
	}
	.fanclubInfo {
		padding: 4vw 6vw;
		margin-bottom: 10vw;
	}
	.fanclubInfo li {
		padding: 4vw 0;
		display: block;
	}
	#ticketPage .fanclubInfo li .ttl {
		width: 100%;
		font-weight: bold;
		font-size: 3.2vw;
		margin-bottom: 2vw;
	}
	#ticketPage .fanclubInfo li p {
		width: 100%;
		font-size: 3.2vw;
	}
	
	.idCard {
		padding: 6vw;
		margin-top: 6vw;
	}
	.idCard .idCardList {
		display: block;
	}
	.idCard .idCardList li {
		width: 100%;
		margin-bottom: 10vw
	}
	.idCard .idCardList li h5 {
		font-size: 3.2vw;
		margin-bottom: 6vw;
		padding-bottom: 3vw;
	}
	#ticketPage .idCard .idCardList li p {
		font-size: 3.4vw;
		margin-bottom: 4vw;
	}
	.box01 p span.yel a {
    text-align: left;
    padding: 10px 35px 10px 10px;
	}
	.box01 p span.yel a:after {
    width: 10px;
    height: 10px;
    border-top: #fa0 solid 2px;
    border-right: #F90 solid 2px;
    right: 5%;
    transform: translateY(-50%) rotate(45deg);
    }
}


/* ////////////////////////////////////////////////////////////////////////////////

	Guideline

//////////////////////////////////////////////////////////////////////////////// */

#guide {
	background: #000;
	padding: 60px 0;
}

#guide .guideLead {
	text-align: center;
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	padding: 40px 0;
	margin-bottom: 60px;
}
#guide .guideLead p {
	font-size: 20px;
}
#guide .firstTxt {
	font-size: 14px;
	line-height: 2.4;
	margin-bottom: 65px;
}

#guide h4 {
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	padding: 10px;
	color: #000;
	text-align: center;
	margin-bottom: 40px;
}
#guide .guideList {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 40px;
}
#guide .guideList li {
	font-size: 14px;
	margin-bottom: 10px;
}

#guide .guideWrap {
	margin-bottom: 80px;
}
#guide .guideWrap p {
	font-size: 14px;
	margin-bottom: 40px;
}

#guide .ticketGuideBtn {
    max-width: 640px;
    margin: 0 auto;
}
#guide .ticketGuideBtn a {
    display: block;
    text-align: center;
    border: #cf1616 solid 2px;
    color: #cf1616;
    padding: 40px 10px;
    font-size: 36px;
    font-weight: 900;
    text-decoration: none;
    position: relative;
}


@media screen and (max-width: 812px) {
	#guide {
		padding: 10vw 0;
	}
	
	#guide .guideWrap {
		margin-bottom: 12vw;
	}
	
	#guide .guideLead {
		padding: 6vw 0;
		margin-bottom: 8vw;
	}
	#guide .guideLead p {
		font-size: 3.8vw;
	}
	#guide .firstTxt {
		font-size: 3vw;
		margin-bottom: 10vw;
	}
	#guide .ticketGuideBtn a {
		padding: 4vw;
		font-size: 5.8vw;
	}

}



/* ////////////////////////////////////////////////////////////////////////////////

	covid-19

//////////////////////////////////////////////////////////////////////////////// */

#guide h3 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 40px;
}
#guide .co-note {
	font-size: 12px;
	text-align: center;
	margin-bottom: 30px;
}

#guide .coLead {
	padding: 40px;
    background-color: #222;
}
#guide .coLead p {
	font-size: 16px;
	line-height: 2.4;
}

#guide hr {
	border: none;
	height: 1px;
	margin: 80px 0;
	background-color: #666;
}

.storeList {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.storeList li {
	width: 46%;
	border: #999 solid 1px;
	padding: 30px;
}
#guide .storeList li p {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}
#guide .storebtn {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#guide p a {
	color: #fff;
	text-decoration: underline;
}

.iconList {
	display: flex;
	justify-content: space-between;
}
.iconList li {
	width: 16%;
}
.iconList li div {
	line-height: 0;
	margin-bottom: 15px;
}
.iconList li p {
	text-align: center;
	font-size: 18px;
}

#guide .guidelineBtn {
    max-width: 640px;
    margin: 0 auto;
}
#guide .guidelineBtn p {
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
}
#guide .guidelineBtn a {
    display: block;
    text-align: center;
	background-color: #cf1616;
    color: #fff;
    padding: 30px 10px;
    font-size: 36px;
    font-weight: 900;
    text-decoration: none;
    position: relative;
}


#guide .seatGuide {
	background-color: #fff;
	padding: 30px;
	color: #000;
	margin-bottom: 30px;
}

#guide .seatGuide h5 {
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 10px;
}
#guide .seatGuide h5.c1 {
	background-color: #c00000;
}
#guide .seatGuide h5.c2 {
	background-color: #2e75b6;
}
#guide .seatGuide p {
	margin-bottom: 10px;
	font-size: 14px;
}
#guide .seatGuide .note {
	font-size: 12px;
}

@media screen and (max-width: 812px) {

	#guide hr {
		margin: 14vw 0;
	}
	#guide .coLead {
		padding: 5vw;
	}
	#guide .coLead p {
		font-size: 3.2vw;
	}
	#guide h3 {
		font-size: 4.2vw;
		margin-bottom: 6vw;
	}
	#guide h4 {
		font-size: 3.4vw;
    	padding: 2vw;
		margin-bottom: 6vw;
		line-height: 1.8;
	}
	#guide .guideWrap p {
		font-size: 3.2vw;
		margin-bottom: 8vw;
	}
	
	.storeList {
		display: block;
		margin-bottom: 8vw;
	}
	.storeList li {
		width: 100%;
		padding: 5vw 6vw;
		margin-bottom: 4vw;
	}
	#guide .storeList li p {
		font-size: 3.8vw;
		margin-bottom: 4vw;
	}
	.storeList li .storebtn .qr {
		line-height: 0;
		width: 34%;
	}
	.storeList li .storebtn .btn {
		width: 58%;
    	text-align: center;
	}
	.storeList li:nth-child(1) .storebtn .btn img {
		width: 32vw;
	}
	.storeList li:nth-child(2) .storebtn .btn img {
		width: 40vw;
	}
	
	#guide .guideList {
		padding-left: 4vw;
		margin-bottom: 8vw;
	}
	#guide .guideList li {
		font-size: 3vw;
		margin-bottom: 3vw;
	}
	
	.iconList {
		flex-wrap: wrap;
		justify-content: center;
	}
	.iconList li {
		width: 30%;
    	margin: 0 1.5%;
	}
	.iconList li div {
		margin-bottom: 2vw;
	}
	#guide .iconList li p {
		margin-bottom: 6vw;
	}
	#guide .guidelineBtn p {
		margin-bottom: 4vw;
		font-size: 3.6vw;
	}
	#guide .guidelineBtn a {
		padding: 4vw;
		font-size: 5.8vw;
	}
	
	#guide .seatGuide {
		padding: 5vw;
		margin-bottom: 6vw;
	}

	#guide .seatGuide h5 {
		font-size: 3.4vw;
		line-height: 1.4;
		padding: 1.5vw;
		margin-bottom: 10px;
	}
	#guide .seatGuide p {
		margin-bottom: 2vw;
		font-size: 3vw;
	}
	#guide .seatGuide .note {
		font-size: 2.8vw;
	}
}


/* ////////////////////////////////////////////////////////////////////////////////

	kumamotoTicket

//////////////////////////////////////////////////////////////////////////////// */

#kumamotoTicket {
	background: #000;
	padding: 60px 0;
}
#kumamotoTicket h3{
    text-align: center;
    font-size: 24px;
    margin-bottom: 40px;
}
#kumamotoTicket .subTit{
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}
#kumamotoTicket .leadList{
    padding: 40px;
    background-color: #222;
    margin: 0 0 40px;
}
#kumamotoTicket .leadList li{
    margin: 0 0 10px;
    font-size: 15px;
}
#kumamotoTicket .leadList li:last-child{
    margin: 0;
}
#kumamotoTicket .leadList li span{
    color: #ffcc00;
}
#kumamotoTicket .innerBox{
    border: #666 solid 1px;
    padding: 40px;
    margin-bottom: 60px;
}
#kumamotoTicket .innerTit{
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
}
#kumamotoTicket .condition{
    background: #222;
    margin: 0 0 40px;
    padding: 40px;
}
#kumamotoTicket .condition:last-child{
    margin: 0 ;
}
#kumamotoTicket .condSep{
    display: flex;
    margin: 0 0 40px;
}
#kumamotoTicket .sepLeft{

}
#kumamotoTicket .sepRight{
    padding: 0 0 0 40px;
}
#kumamotoTicket .condTit{
    background: #222;
    font-size: 18px;
    margin: 0 0 20px;
    border-bottom: 1px solid #666;
    padding: 0 0 20px;
}
#kumamotoTicket .condTit .yel{
	color: #ffcc00;
}
#kumamotoTicket .condTit .mini{
    display: block;
    font-size: 12px;
}
#kumamotoTicket .condTxt{
    font-size: 14px;
    margin: 0 0 20px;
}
#kumamotoTicket .condTxt span{
    display: block;
    font-size: 12px;
}
#kumamotoTicket .sampleImg{
	line-height: 0;
    width: 270px;
    margin: 0 auto;
}
#kumamotoTicket .imgCap{
	text-align: center;
    font-size: 12px;
    padding: 10px 0 0;
    margin: 0 0 30px;
    color: #DDD;
}
#kumamotoTicket .checkArea{
    background: #000;
    padding: 40px;
    text-align: center;
}
#kumamotoTicket .checkTxt{
    font-size: 18px;
    margin: 0 0 10px;
}
#kumamotoTicket .itme{
	font-size: 18px;
    margin: 0 0 40px;
}
#kumamotoTicket .checkImg{
    margin: 0 0 20px;
}
#kumamotoTicket .linkTxt{
    font-size: 12px;
}
#kumamotoTicket .linkTxt a{
    color: #FFF;
}
#kumamotoTicket .attentionList{
    margin: 0 0 40px;
}
#kumamotoTicket .attentionList li{
    margin: 0 0 10px;
    text-indent: -1.3em;
    padding: 0 0 0 1.3em;
}
#kumamotoTicket .attentionList li:last-child{
    margin: 0 ;
}
#kumamotoTicket .attentionList li .yel{
	color:#fc0;
}
#kumamotoTicket .caution{

}
#kumamotoTicket .caution li{
    font-size: 14px;
    margin: 0 0 10px;
}
#kumamotoTicket .caution li:last-child{
    margin: 0;
}
#kumamotoTicket .btnGuid a{
    display: block;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    border: 1px solid;
    width: 580px;
    margin: 0 auto;
    position: relative;
}
#kumamotoTicket .btnGuid a:after{
    content: "";
    width: 15px;
    height: 15px;
    border-top: #FFF solid 3px;
    border-right: #FFF solid 3px;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 812px) {


#kumamotoTicket h3 {
    text-align: center;
    font-size: 4vw;
    margin-bottom: 20px;
}
#kumamotoTicket .subTit {
    font-size: 3.4vw;
    margin-bottom: 15px;
}
#kumamotoTicket .leadList {
    padding: 5vw;
    margin: 0 0 20px;
}
#kumamotoTicket .leadList li {
    margin: 0 0 10px;
    font-size: 3.2vw;
    line-height: 2em;
}
#kumamotoTicket .innerBox {
    padding: 5vw;
    margin-bottom: 20px;
}
#kumamotoTicket .innerTit {
    font-size: 4vw;
    margin-bottom: 20px;
}
#kumamotoTicket .condition {
    padding: 5vw;
    margin: 0 0 20px;
}
#kumamotoTicket .condTit {
	font-size: 3.6vw;
    text-indent: -1.3em;
    margin: 0 0 15px;
    padding: 0 0 15px 1.3em;
}
#kumamotoTicket .condTit .mini {
	display: block;
    font-size: 3vw;
    text-indent: -1.1em;
    padding: 10px 0 0 4vw;
}
#kumamotoTicket .condTxt {
    font-size: 3.4vw;
    margin: 0 0 20px;
}
#kumamotoTicket .condTxt span {
    font-size: 3vw;
    padding: 5px 0 0 0;
}
#kumamotoTicket .sampleImg {
    width: 100%;
}
#kumamotoTicket .imgCap {
    margin: 0 0 20px;
}
#kumamotoTicket .checkArea {
    padding: 5vw;
    line-height: 1.5em;
}
#kumamotoTicket .checkTxt {
    font-size: 4vw;
    margin: 0 0 10px;
    text-align: left;
    line-height: 1.5em;
}
#kumamotoTicket .itme {
    font-size: 4vw;
    text-align: left;
    margin: 0 0 20px;
    line-height: 1.5em;
}
#kumamotoTicket .attentionList {
    margin: 0 0 20px;
}
#kumamotoTicket .attentionList li {
    text-indent: -1.1em;
    padding: 0 0 0 1.3em;
}
#kumamotoTicket .caution li {
    font-size: 3.4vw;
    text-indent: -1.1em;
    line-height: 1.6em;
    margin: 0 0 10px;
}
#kumamotoTicket .btnGuid a {
    padding: 10px;
    font-size: 4vw;
    border: 1px solid;
    width: 100%;
    margin: 0 auto;

}
#kumamotoTicket .btnGuid a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: #FFF solid 2px;
    border-right: #FFF solid 2px;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%) rotate(
45deg);
}


}

