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

/* ==================================================
COMMON
================================================== */


/* ==================================================
HEADER
================================================== */
#home-hdrWrap {
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
	background-color: rgba(162, 118, 176, 0.5);
}

#home-hdrWrap h1 {
}

#home-hdrWrap h1 img {
}

#home-hdrWrap h1 img.pcHdr {
}

#home-hdrWrap h1 img.spHdr {
	display: none;
}

@media screen and (max-width: 640px) {
	#home-hdrWrap {
	}

	#home-hdrWrap h1 {
	}

	#home-hdrWrap h1 img {
	}

	#home-hdrWrap h1 img.pcHdr {
		display: none;
	}

	#home-hdrWrap h1 img.spHdr {
		display: block;
	}
}


/* ==================================================
TOKYO GUITAR JAMBOREE
================================================== */
#tgjArea {
	position: relative;
	padding: 60px 3% 360px;
}

/*#tgjArea::after {
	content: "";
	position: absolute;
	
	left: 0;
	bottom: 0;
	width: 100%;
	height: 6px;
	background: #d4de25;
	z-index: -10;
}*/

/* .infoBox */
#tgjArea .infoBox {
	max-width: 1000px;
	margin: 0 auto 60px;
	border: 8px solid #fff;
	color: #fff;
	position: relative;
}

#tgjArea .infoBox .ttl {
	position: absolute;
	top: -35px;
	width: 100%;
	left: 0;
}

#tgjArea .infoBox .ttl img {
}

#tgjArea .infoBox .inner {
	padding: 60px 3% 20px;
}

#tgjArea .infoBox .inner dl {
	margin-bottom: 12px;
	border-top: 2px solid #fff;
	padding-top: 3px;
	text-align: left;
}

#tgjArea .infoBox .inner dl dt {
	background-color: #8b5d9a;
	padding: 5px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
}

#tgjArea .infoBox .inner dl dt .date {
	width: 95px;
	opacity: 0.8;
	font-size: 1.3rem;
}

#tgjArea .infoBox .inner dl dt p {
	width: calc(100% - 100px);
	font-size: 1.6rem;
	line-height: 1.4;
}

#tgjArea .infoBox .inner dl dt p a {
	color: #fff;
	text-decoration: underline;
	font-size: 1.6rem;
	display: inline-block;
}

#tgjArea .infoBox .inner dl dt p a:hover {
	text-decoration: none;
}

#tgjArea .infoBox .inner dl dd {
}

#tgjArea .infoBox .inner dl dd p {
	padding: 8px 10px 10px;
	font-weight: 400;
	font-size: 1.4rem;
}

#tgjArea .infoBox .inner dl dd a {
	color: #d3de26;
	text-decoration: underline;
	font-weight: 700;
}

#tgjArea .infoBox .inner dl dd a:hover {
	text-decoration: none;
}

/* .leadBox */
#tgjArea .leadBox {
	max-width: 1000px;
	margin: 0 auto 60px;
	background: #d2de34;
	padding: 8px;
}

#tgjArea .leadBox .inner {
	border: 4px solid #000;
	background: #fff;
	padding: 40px 3% 50px;
}

#tgjArea .leadBox .inner .ttl {
	max-width: 680px;
	margin: 0 auto 10px;
}

#tgjArea .leadBox .inner .ttl img {
}

#tgjArea .leadBox .inner .supported {
	margin-bottom: 50px;
}

#tgjArea .leadBox .inner .supported a {
	display: block;
	border: 2px solid #000;
	border-radius: 100px;
	padding: 15px 50px;
	max-width: 380px;
	margin: 0 auto;
	position: relative;
	width: 70%;
	transition: all 0.6s ease-out 0s;
}

#tgjArea .leadBox .inner .supported a:hover {
	background-color: rgba(210, 222, 52, 0.6);
}

#tgjArea .leadBox .inner .supported a::before {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	right: 20px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
}

#tgjArea .leadBox .inner .supported a img {
}

#tgjArea .leadBox .inner .comment {
	border-top: 6px solid #fff358;
	border-bottom: 6px solid #fff358;
	padding: 2px 0;
}

#tgjArea .leadBox .inner .commentInner {
	border-top: 2px solid #fff358;
	border-bottom: 2px solid #fff358;
	padding: 30px 3%;
}

#tgjArea .leadBox .inner .comment p {
}

/* .bnrSet */
#tgjArea .bnrSet {
	max-width: 800px;
	margin: 0 auto;
}

#tgjArea .bnrSet li {
	margin-bottom: 40px;
}

#tgjArea .bnrSet li .column {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#tgjArea .bnrSet li .column a {
	width: calc(50% - 20px);
	display: block;
}

#tgjArea .bnrSet li .column a img {
}

#tgjArea .bnrSet li a {
	transition: all 0.6s ease-out 0s;
}

#tgjArea .bnrSet li a:hover {
	opacity: 0.8;
	filter: brightness(115%) contrast(110%) saturate(120%);	
}

#tgjArea .bnrSet li a img {
}

@media screen and (max-width: 640px) {
	#tgjArea {
	padding: 60px 3% 180px;
	}

	#tgjArea::after {
	}

	/* .infoBox */
	#tgjArea .infoBox {
	}

	#tgjArea .infoBox .ttl {
	top: -31px;
	width: 160px;
	left: 0;
	right: 0;
	margin: 0 auto;
	}

	#tgjArea .infoBox .ttl img {
	}

	#tgjArea .infoBox .inner {
	padding: 40px 3% 1px;
	}

	#tgjArea .infoBox .inner dl {
	}

	#tgjArea .infoBox .inner dl dt {
	display: block;
	padding: 6px 10px 5px;
	}

	#tgjArea .infoBox .inner dl dt .date {
	width: 100%;
	margin-bottom: 3px;
	font-size: 1.2rem;
	}

	#tgjArea .infoBox .inner dl dt p {
	font-size: 1.5rem;
	width: 100%;
	}

	#tgjArea .infoBox .inner dl dt p a {
	}

	#tgjArea .infoBox .inner dl dt p a:hover {
	}

	#tgjArea .infoBox .inner dl dd {
	}

	#tgjArea .infoBox .inner dl dd p {
	font-size: 1.3rem;
	}

	#tgjArea .infoBox .inner dl dd a {
	}

	#tgjArea .infoBox .inner dl dd a:hover {
	}

	/* .leadBox */
	#tgjArea .leadBox {
	}

	#tgjArea .leadBox .inner {
	}

	#tgjArea .leadBox .inner .ttl {
	}

	#tgjArea .leadBox .inner .ttl img {
	}

	#tgjArea .leadBox .inner .supported {
	margin-bottom: 40px;
	}

	#tgjArea .leadBox .inner .supported a {
	}

	#tgjArea .leadBox .inner .supported a::before {
	}

	#tgjArea .leadBox .inner .supported a img {
	}

	#tgjArea .leadBox .inner .comment {
	}

	#tgjArea .leadBox .inner .commentInner {
	padding: 20px 3%;
	}

	#tgjArea .leadBox .inner .comment p {
	font-size: 1.3rem;
	}

	/* .bnrSet */
	#tgjArea .bnrSet {
	}

	#tgjArea .bnrSet li {
	margin-bottom: 30px;
	}

	#tgjArea .bnrSet li .column {
	display: block;
	margin-bottom: 60px;
	}

	#tgjArea .bnrSet li .column a {
	width: 60%;
	max-width: 320px;
	margin: 0 auto 30px;
	}

	#tgjArea .bnrSet li .column a img {
	}

	#tgjArea .bnrSet li a {
	}

	#tgjArea .bnrSet li a img {
	}
}


/* アコーディオン 
------------------------------ */
#infoBox-more {
}

#infoBox-more .moreBtn {
	border-top: 2px solid #fff;
	padding: 15px 0 15px;
}

#infoBox-more .moreBtn span {
	border: 2px solid #fff;
	cursor: pointer;
	width: 120px;
	margin: 0 auto;
	text-align: center;
	padding: 8px 0;
	line-height: 1;
	display: block;
	transition: all 0.6s ease-out 0s;
}

#infoBox-more .moreBtn span:hover {
	background: rgba(255,255,255,0.2);
}

#infoBox-more .moreBtn span::before {
	content: "MORE";
}

#infoBox-more.open .moreBtn span::before {
	content: "CLOSE";
}

#infoBox-more .accordion {
	display: none;
}

#infoBox-more .accordion dl {
}

#infoBox-more .accordion dl dt {
}

#infoBox-more .accordion dl dt .date {
}

#infoBox-more .accordion dl dt p {
}

#infoBox-more .accordion dl dd {
}

#infoBox-more .accordion dl dd p {
}

/* キャンセルのお知らせ
------------------------------ */
#cancelInfo {
	max-width: 1000px;
	margin: 0 auto 80px;
	border: 8px solid #eb2828;
	color: #fff;
	position: relative;
	background: #fff;
	color: #000;
	padding: 30px 3% 20px;
}

#cancelInfo .head {
	color: #eb2828;
	font-weight: 900;
	font-size: 2.2rem;
	margin-bottom: 20px;
	line-height: 1.4;
}

#cancelInfo .comment {
	font-size: 1.5rem;
	line-height: 1.6;
}

#cancelInfo .comment .update {
	margin-top: 15px;
	text-align: right;
	font-size: 90%;
	font-weight: 400;
}

@media screen and (max-width: 900px) {
#cancelInfo {
}

#cancelInfo .head {
	font-size: 1.8rem;
}

#cancelInfo .comment {
	font-size: 1.4rem;
}

#cancelInfo .comment .update {
}
}


/* ==================================================
LINE UP
================================================== */
#lineupArea {
	position: relative;
	z-index: 1;
	padding: 100px 3% 100px;
	overflow: hidden;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

#lineupArea::before {
	content: "";
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	width: 100%;
	height: 74vw;
	background: url("../img/lineup/lineup_bg.png") no-repeat center bottom;
	background-size: cover;
}

#lineupArea::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: calc(74vw - 2px);
	left: 0;
	width: 100%;
	height: 70%;
	background: rgba(234, 251, 40, 0.8);
	border-top: 2px solid #000;
}

#lineupArea .areaTtl {
	margin-bottom: 80px;
}

#lineupArea .areaTtl img {
}

#lineupArea .lineupWrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 1020px;
	margin: 0 auto;
}


/* .lineupSet
------------------------------ */
#lineupArea .lineupSet {
	max-width: 480px;
	width: 47.1%;
	position: relative;
	z-index: 1;
}

#lineupArea .lineupSet.dateA {
}

#lineupArea .lineupSet.dateB {
}

#lineupArea .lineupSet::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 76%;
	height: calc(100% - 20px);
	background: #000;
	transform: translate(10px, 20px);
	z-index: -1;
}

/* .head */
#lineupArea .lineupSet .inner {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 60px 0 60px;
	margin-bottom: 10px;
}

#lineupArea .lineupSet .inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -2;
	width: 76%;
	height: 100%;
	border: 2px solid #000;
	background: #f2a7c8;
}

#lineupArea .lineupSet .inner::after {
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: -1;
	width: calc(76% - 26px);
	height: calc(100% - 26px);
	border: 1px solid #000;
	background: #fff;
}

#lineupArea .lineupSet .inner .date {
	margin-bottom: 40px;
}

#lineupArea .lineupSet .inner .date img {
	width: 55.8%;
	max-width: 268px;
}

#lineupArea .lineupSet .inner ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
}

#lineupArea .lineupSet .inner ul li {
	width: 48%;
	margin-bottom: 20px;
	max-width: 230px;
}

#lineupArea .lineupSet .inner ul li a {
	position: relative;
	display: block;
	transition: filter 0.6s ease-out 0s;
}

#lineupArea .lineupSet .inner ul li a:hover {
	opacity: 1;
	filter: brightness(115%) contrast(110%) saturate(120%);
}

#lineupArea .lineupSet .inner ul li.new a::before {
	content: "NEW";
	position: absolute;
	background: #eb2828;
	color: #fff;
	font-size: 1.2rem;
	width: 50px;
	height: 22px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	top: -4px;
	right: -5px;
	border: 2px solid #000;
	font-weight: 900;
}

#lineupArea .lineupSet .inner ul li a img {
}

#lineupArea .lineupSet .inner .caption {
	margin: 0 auto 20px;
}

#lineupArea .lineupSet .inner .caption img {
}

#lineupArea .lineupSet .inner .and {
	margin: 0 auto 20px;
}

#lineupArea .lineupSet .inner .and a {
}

#lineupArea .lineupSet .inner .guest {
	text-align: center;
	margin-bottom: 30px;
}

#lineupArea .lineupSet .inner .guest a {
	display: inline-block;
	margin: 0 auto;
	transition: filter 0.6s ease-out 0s;
}

#lineupArea .lineupSet .inner .guest a:hover {
	filter: brightness(115%) contrast(110%) saturate(120%);
}

#lineupArea .lineupSet .inner .mc {
	text-align: center;
}

#lineupArea .lineupSet .inner .mc a {
	display: block;
	width: calc(76% - 66px);
	margin: 0 auto;
	background-color: #f7f7f7;
	padding: 10px;
	max-width: 500px;
	transition: background-color 0.6s ease-out 0s;
}

#lineupArea .lineupSet .inner .mc a:hover {
	background-color: #dadada;
}


@media screen and (max-width: 900px) {
	#lineupArea {
	padding: 100px 3% 60px;
	}

	#lineupArea::before {
	background: url("../img/lineup/lineup_bg_sp.png") no-repeat center bottom;
	background-size: cover;
	height: 840px;
	}

	#lineupArea::after {
	top: calc(840px - 2px);
	height: calc(100% - 840px + 10px);
	}

	#lineupArea .areaTtl {
	}

	#lineupArea .areaTtl img {
	}

	#lineupArea .lineupWrap {
	}


	/* .lineupSet
	------------------------------ */
	#lineupArea .lineupSet {
	max-width: 900px;
	width: 100%;
	margin-bottom: 40px;
	}

	#lineupArea .lineupSet.dateA {
	margin-bottom: 70px;
	}

	#lineupArea .lineupSet.dateB {
	}

	#lineupArea .lineupSet::after {
	}

	/* .head */
	#lineupArea .lineupSet .inner {
	}

	#lineupArea .lineupSet .inner::before {
	}

	#lineupArea .lineupSet .inner::after {
	}

	#lineupArea .lineupSet .inner .date {
	}

	#lineupArea .lineupSet .inner .date img {
	}

	#lineupArea .lineupSet .inner ul {
	justify-content: center;
	}

	#lineupArea .lineupSet .inner ul li {
	margin: 0 1.5% 30px;
	width: calc((100% / 3) - 3%);
	}

	#lineupArea .lineupSet .inner ul li a {
	}

	#lineupArea .lineupSet .inner ul li a:hover {
	}

	#lineupArea .lineupSet .inner ul li a img {
	}

	#lineupArea .lineupSet .inner .caption {
	}

	#lineupArea .lineupSet .inner .caption img {
	}

	#lineupArea .lineupSet .inner .and {
	}

	#lineupArea .lineupSet .inner .and a {
	}

	#lineupArea .lineupSet .inner .guest {
	}

	#lineupArea .lineupSet .inner .guest a {
	width: calc((100% / 3) - 3%);
	max-width: 200px;
	}

	#lineupArea .lineupSet .inner .guest a:hover {
	}

	#lineupArea .lineupSet .inner .mc {
	}

	#lineupArea .lineupSet .inner .mc a {
	}

	#lineupArea .lineupSet .inner .mc a:hover {
	}
}


@media screen and (max-width: 560px) {
	#lineupArea {
	}

	#lineupArea::before {
	background: url("../img/lineup/lineup_bg_sp2.png") no-repeat center bottom;
	background-size: cover;
	}

	#lineupArea::after {
	}

	#lineupArea .areaTtl {
	}

	#lineupArea .areaTtl img {
	}

	#lineupArea .lineupWrap {
	}


	/* .lineupSet
	------------------------------ */
	#lineupArea .lineupSet {
	}

	#lineupArea .lineupSet.dateA {
	}

	#lineupArea .lineupSet.dateB {
	}

	#lineupArea .lineupSet::after {
	}

	/* .head */
	#lineupArea .lineupSet .inner {
	}

	#lineupArea .lineupSet .inner::before {
	}

	#lineupArea .lineupSet .inner::after {
	}

	#lineupArea .lineupSet .inner .date {
	}

	#lineupArea .lineupSet .inner .date img {
	}

	#lineupArea .lineupSet .inner ul {
	}

	#lineupArea .lineupSet .inner ul li {
	margin: 0 10px 20px;
	width: calc(50% - 20px);
	}

	#lineupArea .lineupSet .inner ul li a {
	}

	#lineupArea .lineupSet .inner ul li a:hover {
	}

	#lineupArea .lineupSet .inner ul li a img {
	}

	#lineupArea .lineupSet .inner .caption {
	}

	#lineupArea .lineupSet .inner .caption img {
	}

	#lineupArea .lineupSet .inner .and {
	}

	#lineupArea .lineupSet .inner .and a {
	}

	#lineupArea .lineupSet .inner .guest {
	}

	#lineupArea .lineupSet .inner .guest a {
	width: calc(46% - 20px);
	}

	#lineupArea .lineupSet .inner .guest a:hover {
	}

	#lineupArea .lineupSet .inner .mc {
	}

	#lineupArea .lineupSet .inner .mc a {
	}

	#lineupArea .lineupSet .inner .mc a:hover {
	}
}


/* ==================================================
TICKET
================================================== */
#ticketArea {
	padding: 80px 3% 140px;
}

#ticketArea .areaTtl {
	margin-bottom: 60px;
}

#ticketArea .areaTtl img {
}

@media screen and (max-width: 900px) {
	#ticketArea {
		padding-bottom: 80px;
	}

	#ticketArea .areaTtl {
	}

	#ticketArea .areaTtl img {
	}
}


/* フロアガイド
------------------------------ */
#floorGuide {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 1000px;
	margin: 0 auto 70px;
	position: relative;
	background: #fff;
	padding: 40px 3%;
}

#floorGuide .img {
	width: 420px;
}

#floorGuide .img img {
}

#floorGuide .img .map {
	margin-bottom: 80px;
}

#floorGuide .img .yunomi {
	border: 2px solid #000;
	border-radius: 8px;
}

#floorGuide .img .map img {
}

#floorGuide .img .yunomi img {
	max-width: 240px;
}

#floorGuide .txt {
	width: calc(100% - 460px);
	text-align: left;
	padding: 0;
}

#floorGuide .txt .yunomi {
}

#floorGuide .txt .yunomi img {
}

#floorGuide .yunomi.pcImg {
}

#floorGuide .yunomi.spImg {
	display: none;
}

#floorGuide .txt p {
	line-height: 1.5;
}

#floorGuide .txt p.red {
	color: #eb2828;
	font-size: 1.8rem;
	font-weight: 900;
}

#floorGuide .txt ul {
}

#floorGuide .txt ul li {
	text-indent: -30px;
	padding: 0 0 0 30px;
	margin-bottom: 25px;
	font-size: 1.5rem;
	line-height: 1.5;
}

#floorGuide .txt ul li:last-child {
	margin-bottom: 0;
}

#floorGuide .txt ul li::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 18px;
	text-indent: 0;
	vertical-align: middle;
	transform: translateY(-1px);
}

#floorGuide .txt ul li em {
	display: inline-block;
	text-indent: 0;
	border: 2px solid #0069b8;
	border-radius: 6px;
	line-height: 1;
	padding: 2px 6px;
	margin: 0 3px;
}

/* typeA */
#floorGuide .txt ul .typeA {
}

#floorGuide .txt ul .typeA::before {
	background: url(../img/ticket_icon_point1.png) no-repeat left center;
}

#floorGuide .txt ul .typeA em {
	border: 2px solid #f6aa00;
}

/* typeB */
#floorGuide .txt ul .typeB {
}

#floorGuide .txt ul .typeB::before {
	background: url(../img/ticket_icon_point2.png) no-repeat left center;
}

#floorGuide .txt ul .typeB em {
	border: 2px solid #6fb92c;
}

/* typeC */
#floorGuide .txt ul .typeC {
}

#floorGuide .txt ul .typeC::before {
	background: url(../img/ticket_icon_point3.png) no-repeat left center;
}

#floorGuide .txt ul .typeC em {
	border: 2px solid #1dade5;
}

/* typeD */
#floorGuide .txt ul .typeD {
}

#floorGuide .txt ul .typeD::before {
	background: url(../img/ticket_icon_point4.png) no-repeat left center;
}

#floorGuide .txt ul .typeD em {
	border: 2px solid #f2a7c8;
}
/**/

#floorGuide .txt ul .soldout {
	position: relative;
	z-index: 1;
	color: rgba(0,0,0,0.6);
	font-weight: 400;
}

#floorGuide .txt ul .soldout::after {
	content: "";
	position: absolute;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	background-color: #cecece;
	top: -5px;
	left: -5px;
	z-index: -1;
	border-radius: 8px;
}

#floorGuide .txt ul .soldout .tag {
	font-weight: 900;
	color: #fff;
	transform: translateX(-10px) translateY(-1px);
	display: inline-block;
	text-indent: 0;
	margin-bottom: 3px;
}

#floorGuide .txt ul .soldout em {
}


@media screen and (max-width: 900px) {
	#floorGuide {
		display: block;
		padding: 40px 3%;
	}

	#floorGuide .img {
		width: 100%;
		margin-bottom: 40px;
	}

	#floorGuide .img img {
	}

	#floorGuide .img .map {
	width: 90%;
	margin: 0 auto;
	}

	#floorGuide .img .yunomi {
	}
	
	#floorGuide .yunomi.pcImg {
		display: none;
	}

	#floorGuide .yunomi.spImg {
		display: block;
	}

	#floorGuide .img .map img {
	}

	#floorGuide .img .yunomi img {
	}

	#floorGuide .txt {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	}

	#floorGuide .txt .yunomi {
	border: 2px solid #000;
	border-radius: 8px;
	max-width: 320px;
	margin: 40px auto 0;
	padding: 10px 30px;
	width: 70%;
	}

	#floorGuide .txt .yunomi img {
	}

	#floorGuide .txt p {
	}

	#floorGuide .txt p.red {
	font-size: 1.6rem;
	}

	#floorGuide .txt ul {
	}

	#floorGuide .txt ul li {
	font-size: 1.4rem;
	line-height: 1.4;
	}

	#floorGuide .txt ul li:last-child {
	}

	#floorGuide .txt ul li::before {
	}

	#floorGuide .txt ul li em {
	}

	/* typeA */
	#floorGuide .txt ul .typeA {
	}

	#floorGuide .txt ul .typeA::before {
	}

	#floorGuide .txt ul .typeA em {
	}

	/* typeB */
	#floorGuide .txt ul .typeB {
	}

	#floorGuide .txt ul .typeB::before {
	}

	#floorGuide .txt ul .typeB em {
	}

	/* typeC */
	#floorGuide .txt ul .typeC {
	}

	#floorGuide .txt ul .typeC::before {
	}

	#floorGuide .txt ul .typeC em {
	}

	/* typeD */
	#floorGuide .txt ul .typeD {
	}

	#floorGuide .txt ul .typeD::before {
	}

	#floorGuide .txt ul .typeD em {
	}
	/**/

	#floorGuide .txt ul .soldout {
	}

	#floorGuide .txt ul .soldout::after {
	}

	#floorGuide .txt ul .soldout .tag {
	}

	#floorGuide .txt ul .soldout em {
	}
}


@media screen and (max-width: 640px) {
	#floorGuide {
	}

	#floorGuide .img {
	}

	#floorGuide .img img {
	}

	#floorGuide .img .map {
	}

	#floorGuide .img .yunomi {
	}
	
	#floorGuide .yunomi.pcImg {
		display: none;
	}

	#floorGuide .yunomi.spImg {
		display: block;
	}

	#floorGuide .img .map img {
	}

	#floorGuide .img .yunomi img {
	}

	#floorGuide .txt {
	}

	#floorGuide .txt .yunomi {
	}

	#floorGuide .txt .yunomi img {
	}

	#floorGuide .txt p {
	}

	#floorGuide .txt p.red {
	}

	#floorGuide .txt ul {
	}

	#floorGuide .txt ul li {
	}

	#floorGuide .txt ul li:last-child {
	}

	#floorGuide .txt ul li::before {
	}

	#floorGuide .txt ul li em {
	}

	/* typeA */
	#floorGuide .txt ul .typeA {
	}

	#floorGuide .txt ul .typeA::before {
	}

	#floorGuide .txt ul .typeA em {
	}

	/* typeB */
	#floorGuide .txt ul .typeB {
	}

	#floorGuide .txt ul .typeB::before {
	}

	#floorGuide .txt ul .typeB em {
	}

	/* typeC */
	#floorGuide .txt ul .typeC {
	}

	#floorGuide .txt ul .typeC::before {
	}

	#floorGuide .txt ul .typeC em {
	}

	/* typeD */
	#floorGuide .txt ul .typeD {
	}

	#floorGuide .txt ul .typeD::before {
	}

	#floorGuide .txt ul .typeD em {
	}
	/**/

	#floorGuide .txt ul .soldout {
	}

	#floorGuide .txt ul .soldout::after {
	}

	#floorGuide .txt ul .soldout .tag {
	}

	#floorGuide .txt ul .soldout em {
	}
}


/* 料金表
------------------------------ */
.priceTable {
	max-width: 1000px;
	margin: 0 auto 60px;
}

.priceTable .title {
	margin-bottom: 30px;
}

.priceTable .table {
	background: #fff;
	padding: 2px;
}

.priceTable .tableCaption {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.priceTable .tableCaption li {
	color: #fff;
	margin: 0 10px;
	font-size: 1.3rem;
}

/**/
.priceTable .col1 {
	margin: 0 0 2px;
	width: 280px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.priceTable .col2 {
	margin: 0 2px 2px;
	width: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.priceTable .col2 b {
	font-size: 70%;
}

.priceTable .col3 {
	margin: 0 0 2px;
	width: calc(100% - 424px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.priceTable .rowGroup.typeSoldout .row:last-child .col1,
.priceTable .rowGroup.typeSoldout .row:last-child .col2,
.priceTable .rowGroup.typeSoldout .row:last-child .col3 {
	margin-bottom: 0;
}

/**/
.priceTable .head {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	color: #fff;
}

.priceTable.onlineStyle .head {
	color: #000;
}

.priceTable .head div {
	background: #032353;
	padding: 6px 10px;
	line-height: 1;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.priceTable .head .col2 {
	justify-content: center;
}

.priceTable.premiumStyle .head div {
	background: #f2a7c8;
}

.priceTable.onlineStyle .head div {
	background: #d4de25;
}

.priceTable .head div img {
	display: block;
	margin: 0 auto;
}


/**/
.priceTable .rowGroup {
}

.priceTable .rowGroup.typeSoldout {
	border-bottom: none;
}

.priceTable .rowGroup .row {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	line-height: 1.4;
}

.priceTable .rowGroup .row .col1 {
	font-size: 1.6rem;
}

.priceTable .rowGroup .row .col1 span {
	padding: 10px 15px;
}

.priceTable .rowGroup .row .col1 b {
	font-size: 80%;
}

.priceTable .rowGroup .row .col1 strong {
	font-size: 1.2rem;
	font-weight: 700;
	display: inline-block;
	background: #666;
	color: #fff;
	border-radius: 30px;
	padding: 3px 12px;
	line-height: 1;
	margin-bottom: 4px;
}

.priceTable .rowGroup .row .col1 strong.color {
	background: #f29c7c;
}

.priceTable .rowGroup .row .col1 em {
}

.priceTable .rowGroup .row .col1 em::after {
	content: "・";
}

.priceTable .rowGroup .row .col2 {
	font-size: 1.8rem;
}

.priceTable .rowGroup .row .col2 span {
	padding: 10px;
	text-align: center;
}

.priceTable .rowGroup .row .col2 s {
}

.priceTable .rowGroup .row .col2 b {
	font-size: 80%;
}

.priceTable .rowGroup .row .col2 b.red {
	color: #f29c7c;
	font-weight: 700;
}

.priceTable .rowGroup .row .col2 b.white {
	color: #fff;
	font-weight: 900;
}

.priceTable .rowGroup .row .col3 {
	font-size: 1.4rem;
	font-weight: 400;
}

.priceTable .rowGroup .row .col3 span {
	padding: 10px 15px;
}

.priceTable .rowGroup .row .col3 i {
	display: inline-block;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	padding: 0 2px;
}

/* ### .typeA ### */
.priceTable .rowGroup.typeA .row .col1,
.priceTable .rowGroup.typeA .row .col2,
.priceTable .rowGroup.typeA .row .col3 {
	background-color: rgb(251, 246, 198);
}

.priceTable .rowGroup.typeA .row .col1 {
	border-left: 14px solid #f6aa00;
}

/* ### .typeB ### */
.priceTable .rowGroup.typeB .row .col1,
.priceTable .rowGroup.typeB .row .col2,
.priceTable .rowGroup.typeB .row .col3 {
	background-color: rgba(223, 240, 207, 1);
}

.priceTable .rowGroup.typeB .row .col1 {
	border-left: 14px solid #6fb92c;
}

/* ### .typeC ### */
.priceTable .rowGroup.typeC .row .col1,
.priceTable .rowGroup.typeC .row .col2,
.priceTable .rowGroup.typeC .row .col3 {
	background-color: rgba(218, 237, 243, 1);
}

.priceTable .rowGroup.typeC .row .col1 {
	border-left: 14px solid #1dade5;
}

/* ### .typeE ### */
.priceTable .rowGroup.typeE .row .col1,
.priceTable .rowGroup.typeE .row .col2,
.priceTable .rowGroup.typeE .row .col3 {
	background-color: #f6dbff;
}

.priceTable .rowGroup.typeE .row .col1 {
	border-left: 14px solid #b549d8;
}

/* ### .typeSoldout ### */
.priceTable .rowGroup.typeSoldout .row .col1,
.priceTable .rowGroup.typeSoldout .row .col2,
.priceTable .rowGroup.typeSoldout .row .col3 {
	background-color: #8a8a8a;
	color: #d9d9d9;
}

.priceTable .rowGroup.typeSoldout .row .col1 {
	border-left: 14px solid #828282;
}


@media screen and (max-width: 900px) {
	.priceTable {
	}

	.priceTable .title {
	}

	.priceTable .table {
	}

	.priceTable .tableCaption {
	}

	.priceTable .tableCaption li {
	}

	/**/
	.priceTable .col1 {
	width: calc(100% - 92px);
	}

	.priceTable .col2 {
	margin: 0 0 2px 2px;
	width: 90px;
	}

	.priceTable .col2 b {
	}

	.priceTable .col3 {
	width: 100%;
	margin-bottom: 8px;
	}

	.priceTable .rowGroup.typeSoldout .row:last-child .col1,
	.priceTable .rowGroup.typeSoldout .row:last-child .col2 {
	margin-bottom: 2px;
	}
	
	.priceTable .rowGroup.typeSoldout .row:last-child .col3 {
	margin-bottom: 0;
	}
	
	.priceTable .rowGroup.typeE .row:last-child .col3 {
	margin-bottom: 0;
	}

	/**/
	.priceTable .head {
	margin-bottom: 6px;
	}

	.priceTable.onlineStyle .head {
	}

	.priceTable .head div {
	}

	.priceTable .head .col2 {
	}
	
	.priceTable .head .col3 {
	display: none;
	}

	.priceTable.premiumStyle .head div {
	}

	.priceTable.onlineStyle .head div {
	}

	.priceTable .head div img {
	}


	/**/
	.priceTable .rowGroup {
	}

	.priceTable .rowGroup.typeSoldout {
	}

	.priceTable .rowGroup .row {
	}

	.priceTable .rowGroup .row .col1 {
	font-size: 1.4rem;
	}

	.priceTable .rowGroup .row .col1 span {
	width: 100%;
	text-align: left;
	padding: 10px;
	}

	.priceTable .rowGroup .row .col1 b {
	}

	.priceTable .rowGroup .row .col1 strong {
	font-size: 1.1rem;
	padding: 3px 6px;
	}

	.priceTable .rowGroup .row .col1 strong.color {
	}

	.priceTable .rowGroup .row .col1 em {
	width: 100%;
	display: inline-block;
	}

	.priceTable .rowGroup .row .col1 em::after {
	display: none;
	}

	.priceTable .rowGroup .row .col2 {
	font-size: 1.4rem;
	}

	.priceTable .rowGroup .row .col2 span {
	}

	.priceTable .rowGroup .row .col2 s {
	}

	.priceTable .rowGroup .row .col2 b {
	}

	.priceTable .rowGroup .row .col2 b.red {
	}

	.priceTable .rowGroup .row .col2 b.white {
	}

	.priceTable .rowGroup .row .col3 {
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	}

	.priceTable .rowGroup .row .col3 span {
	width: 100%;
	text-align: left;
	padding: 5px 5px 5px 10px;
	}

	.priceTable .rowGroup .row .col3 i {
	}

	/* ### .typeA ### */
	.priceTable .rowGroup.typeA {
	}
	.priceTable .rowGroup.typeA .row .col1,
	.priceTable .rowGroup.typeA .row .col2,
	.priceTable .rowGroup.typeA .row .col3 {
	}

	.priceTable .rowGroup.typeA .row .col1 {
	border-left: 8px solid #f6aa00;
	}

	/* ### .typeB ### */
	.priceTable .rowGroup.typeB {
	}
	.priceTable .rowGroup.typeB .row .col1,
	.priceTable .rowGroup.typeB .row .col2,
	.priceTable .rowGroup.typeB .row .col3 {
	}

	.priceTable .rowGroup.typeB .row .col1 {
	border-left: 8px solid #6fb92c;
	}

	/* ### .typeC ### */
	.priceTable .rowGroup.typeC {
	}
	.priceTable .rowGroup.typeC .row .col1,
	.priceTable .rowGroup.typeC .row .col2,
	.priceTable .rowGroup.typeC .row .col3 {
	}

	.priceTable .rowGroup.typeC .row .col1 {
	border-left: 8px solid #1dade5;
	}

	/* ### .typeE ### */
	.priceTable .rowGroup.typeE .row .col1,
	.priceTable .rowGroup.typeE .row .col2,
	.priceTable .rowGroup.typeE .row .col3 {
	}

	.priceTable .rowGroup.typeE .row .col1 {
	border-left: 8px solid #b549d8;
	}

	/* ### .typeSoldout ### */
	.priceTable .rowGroup.typeSoldout .row .col1,
	.priceTable .rowGroup.typeSoldout .row .col2,
	.priceTable .rowGroup.typeSoldout .row .col3 {
	}

	.priceTable .rowGroup.typeSoldout .row .col1 {
	border-left: 8px solid #828282;
	}
}


/* BLANKET
------------------------------ */
#blanketBox {
	margin-bottom: 80px;
}

#blanketBox .borderStyle {
	position: relative;
	z-index: 1;
	border: 2px solid #000;
	background-color: #d2de34;
	padding: 9px;
	max-width: 800px;
	margin: 0 auto;
}

#blanketBox .borderStyle .inner {
	text-align: center;
	border: 1px solid #000;
	background-color: #fff;
	padding: 30px 3%;
}

#blanketBox .borderStyle .inner .head {
	margin-bottom: 20px;
	font-size: 2.4rem;
}

#blanketBox .borderStyle .inner .head i {
	margin: 10px 0;
}

#blanketBox .borderStyle .inner .head i b {
	position: relative;
	display: inline-block;
	/*! font-size: 2.4rem; */
	padding: 0 5px;
	z-index: 1;
	line-height: 1.6;
}

#blanketBox .borderStyle .inner .head i b::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 60%;
	background-color: rgba(242, 167, 200,0.5);
	bottom: -1px;
	left: 0;
	z-index: -1;
}

#blanketBox .borderStyle .inner .column {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#blanketBox .borderStyle .inner .column .img {
	width: 240px;
	border: 2px solid #000;
	border-radius: 8px;
	padding: 10px;
}

#blanketBox .borderStyle .inner .column .img img {
}

#blanketBox .borderStyle .inner .column .txt {
	text-align: left;
	width: calc(100% - 270px);
}

#blanketBox .borderStyle .inner .column .txt p {
}


@media screen and (max-width: 900px) {
	#blanketBox {
	}

	#blanketBox .borderStyle {
	max-width: 520px;
	}

	#blanketBox .borderStyle .inner {
	}

	#blanketBox .borderStyle .inner .head {
	font-size: 1.8rem;
	margin-bottom: 25px;
	}

	#blanketBox .borderStyle .inner .head i {
	margin: 5px 0;
	}

	#blanketBox .borderStyle .inner .head i b {
	}

	#blanketBox .borderStyle .inner .head i b::after {
	}

	#blanketBox .borderStyle .inner .column {
	display: block;
	}

	#blanketBox .borderStyle .inner .column .img {
	width: 80%;
	max-width: 320px;
	margin: 0 auto 30px;
	}

	#blanketBox .borderStyle .inner .column .img img {
	}

	#blanketBox .borderStyle .inner .column .txt {
	width: 100%;
	}

	#blanketBox .borderStyle .inner .column .txt p {
	font-size: 1.3rem;
	}
}


/* BANNER
------------------------------ */
#ticketArea .bannerBox {
	margin-bottom: 120px;
}

#ticketArea .bannerBox .comment {
	text-align: center;
}

#ticketArea .bannerBox .comment .commentInner {
	display: inline-block;
}

#ticketArea .bannerBox .comment p {
	color: #d2de34;
	font-size: 1.8rem;
	font-weight: 900;
	margin-bottom: 5px;
	letter-spacing: 0;
	line-height: 1.4;
}

#ticketArea .bannerBox .comment p .box {
	display: inline-block;
	border: 2px solid #d2de34;
	margin-bottom: 15px;
	padding: 5px 15px;
	line-height: 1;
	font-size: 116%;
}

#ticketArea .bannerBox .comment .note {
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
}

#ticketArea .bannerBox .bnr {
	text-align: center;
	margin-top: 20px;
}

#ticketArea .bannerBox .bnr a {
	display: inline-block;
	margin: 0 auto;
	transition: all 0.6s ease-out 0s;
}

#ticketArea .bannerBox .bnr a:hover {
	opacity: 0.8;
	filter: brightness(115%) contrast(110%) saturate(120%);
}

#ticketArea .bannerBox .bnr a img {
}


@media screen and (max-width: 640px) {
	#ticketArea .bannerBox {
		margin-bottom: 100px;
	}

	#ticketArea .bannerBox .comment {
	}
	
	#ticketArea .bannerBox .comment .commentInner {
	}

	#ticketArea .bannerBox .comment p {
	}
	
	#ticketArea .bannerBox .comment p .box {
	}

	#ticketArea .bannerBox .comment .note {
	}

	#ticketArea .bannerBox .bnr {
	}

	#ticketArea .bannerBox .bnr a {
	}

	#ticketArea .bannerBox .bnr a img {
	}
}


#ticketInfo {
position: relative;
z-index: 1;
border-top: 6px solid #d2de34;
/*! background-color: #d2de34; */
padding: 2px 0;
max-width: 800px;
margin: 20px auto 120px;
border-bottom: 6px solid #d2de34;
}

#ticketInfo .ticketInfo-inner {
border-bottom: 1px solid #d2de34;
/*! background-color: #fff; */
padding: 20px 0 0px;
text-align: left;
color: #fff;
border-top: 1px solid #d2de34;
}

#ticketInfo .ticketInfo-inner p {
}

#ticketInfo .ticketInfo-inner p b {
}

#ticketInfo .ticketInfo-inner .p1 {
}

#ticketInfo .ticketInfo-inner .p1 b {
	display: inline-block;
	position: relative;
}

#ticketInfo .ticketInfo-inner .p1 b::after {
	content: "";
	border-bottom: 2px solid #d2de34;
	display: block;
	/*! transform: translateY(0px); */
}

#ticketInfo .ticketInfo-inner .p2 {
}

#ticketInfo .ticketInfo-inner .ticketInfo-link {
	margin: 0 auto 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#ticketInfo .ticketInfo-inner .ticketInfo-link li {
	width: 260px;
	margin: 0 10px;
}

#ticketInfo .ticketInfo-inner .ticketInfo-link li a {
	border: 2px solid #fff;
	border-radius: 100px;
	display: block;
	/*! max-width: 300px; */
	/*! margin: 0 auto; */
	padding: 16px 30px 16px 20px;
	/*! width: 80%; */
	background-color: #d2de34;
	position: relative;
	transition: background-color 0.6s ease-out 0s;
	text-align: center;
	color: #000;
	font-weight: 900;
}

#ticketInfo .ticketInfo-inner .ticketInfo-link li a::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(45deg);
	top: calc(50% - 7px);
	right: 15px;
}

#ticketInfo .ticketInfo-inner .ticketInfo-link li a:hover {
	background-color: #f2a7c8;
}

#ticketInfo .ticketInfo-inner .ticketInfo-link li a:hover::after {
}

#ticketInfo .ticketInfo-inner .ticketInfo-note {
}

#ticketInfo .ticketInfo-inner .ticketInfo-note li {
	padding-left: 18px;
	text-indent: -18px;
	font-weight: 400;
	font-size: 1.3rem;
	margin-bottom: 8px;
	line-height: 1.3;
	letter-spacing: 0;
}

#ticketInfo .ticketInfo-inner .ticketInfo-note li * {
	text-indent: 0;
}

#ticketInfo .ticketInfo-inner .ticketInfo-note li::before {
	content: "※";
	text-indent: 0;
	display: inline-block;
	width: 18px;
}

#ticketInfo .ticketInfo-head {
	text-align: center;
	background: #fff;
	padding: 15px;
	margin-bottom: 20px;
	border: 3px solid #d2de34;
}

#ticketInfo .ticketInfo-head p {
	/*! color: #d2de34; */
	font-size: 1.8rem;
	font-weight: 900;
	margin-bottom: 5px;
	letter-spacing: 0;
	line-height: 1.4;
	color: #000;
}

#ticketInfo .ticketInfo-head .box {
	display: inline-block;
	/*! border: 2px solid #eb2828; */
	margin-bottom: 15px;
	padding: 5px 15px;
	line-height: 1.2;
	font-size: 116%;
	background: #eb2828;
	color: #fff;
}

#ticketInfo .ticketInfo-head .date {
	color: #eb2828;
}

#ticketInfo .ticketInfo-head .note {
	font-size: 1.4rem;
	font-weight: 400;
}

#ticketInfo .ticketInfo-head .link {
	width: 300px;
	margin: 0 auto;
}

#ticketInfo .ticketInfo-head .link a {
	border: 2px solid #fff;
	border-radius: 100px;
	display: block;
	/*! max-width: 300px; */
	/*! margin: 0 auto; */
	padding: 16px 30px 16px 20px;
	/*! width: 80%; */
	background-color: #d2de34;
	position: relative;
	transition: background-color 0.6s ease-out 0s;
	text-align: center;
	color: #000;
	font-weight: 900;
	font-size: 1.4rem;
}

#ticketInfo .ticketInfo-head .link a::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(45deg);
	top: calc(50% - 7px);
	right: 15px;
}

#ticketInfo .ticketInfo-head .link a:hover {
	background-color: #f2a7c8;
}


@media screen and (max-width: 640px) {
	#ticketInfo {
		margin-bottom: 100px;
	}

	#ticketInfo .ticketInfo-inner {
	/*! padding: 15px 3%; */
	}

	#ticketInfo .ticketInfo-inner .p1 {
	}

	#ticketInfo .ticketInfo-inner .p1 b {
	}

	#ticketInfo .ticketInfo-inner .p2 {
	}

	#ticketInfo .ticketInfo-inner .ticketInfo-link {
	display: block;
	}

	#ticketInfo .ticketInfo-inner .ticketInfo-link li {
	margin: 0 auto 20px;
	}

	#ticketInfo .ticketInfo-inner .ticketInfo-link li a {
	}

	#ticketInfo .ticketInfo-inner .ticketInfo-note {
	}

	#ticketInfo .ticketInfo-inner .ticketInfo-note li {
	}
	
	#ticketInfo .ticketInfo-head {
	}

	#ticketInfo .ticketInfo-head p {
	}

	#ticketInfo .ticketInfo-head .box {
	}

	#ticketInfo .ticketInfo-head .date {
	}

	#ticketInfo .ticketInfo-head .note {
	}
	
	#ticketInfo .ticketInfo-head .link {
		width: 270px;
	}

	#ticketInfo .ticketInfo-head .link a {
		font-size: 1.3rem;
	}

	#ticketInfo .ticketInfo-head .link a::after {
	}

	#ticketInfo .ticketInfo-head .link a:hover {
	}
}

/* NOTICE（注意事項）
------------------------------ */
#noticeBox {
	margin-bottom: 80px;
}

#noticeBox .box {
	background: #fff;
	border: 6px solid #000000;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

#noticeBox .box .boxTtl {
	position: absolute;
	width: 100%;
	left: 0;
	top: -30px;
}

#noticeBox .box .boxTtl img {
}

#noticeBox .boxInner {
	padding: 60px 3% 30px;
}

#noticeBox .box .intro {
	margin-bottom: 40px;
}

#noticeBox .box .intro p {
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.4;
}

#noticeBox .box .main {
	border-top: 6px solid #000;
	border-bottom: 6px solid #000;
	padding: 2px 0;
	margin-bottom: 40px;
}

#noticeBox .box .main .mainInner {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 10px 0;
}

#noticeBox .box .main .circleList {
}

#noticeBox .box .main .circleList li {
}

#noticeBox .box .main .circleList li::before {
}

#noticeBox .box .purple {
	color: #a276b0;
	margin-bottom: 20px;
}

#noticeBox .box .circleList {
	margin: 15px auto;
}

#noticeBox .box .circleList li {
	padding-left: 20px;
	text-indent: -20px;
	font-weight: 400;
	font-size: 1.3rem;
	margin-bottom: 8px;
	line-height: 1.3;
	letter-spacing: 0;
}

#noticeBox .box .circleList li::before {
	content: "●";
	text-indent: 0;
	display: inline-block;
	width: 20px;
}

#noticeBox .box .circleList li.blank {
	height: 2rem;
}

#noticeBox .box .circleList li.blank::before {
	display: none;
	height: 2rem;
}

#noticeBox .box .circleList li * {
	text-indent: 0;
}

#noticeBox .box p {
	font-size: 1.6rem;
}

#noticeBox .box .update {
	text-align: right;
	font-weight: 400;
	font-size: 1.3rem;
}


@media screen and (max-width: 640px) {
	#noticeBox {
	}

	#noticeBox .box {
	}

	#noticeBox .box .boxTtl {
	}

	#noticeBox .box .boxTtl img {
	}

	#noticeBox .boxInner {
	}

	#noticeBox .box .intro {
	margin-bottom: 20px;
	}

	#noticeBox .box .intro p {
	text-align: left;
	font-size: 1.5rem;
	}
	
	#noticeBox .box .intro p i {
	display: inline;
	}

	#noticeBox .box .main {
	margin-bottom: 20px;
	}

	#noticeBox .box .main .mainInner {
	}

	#noticeBox .box .main .circleList {
	}

	#noticeBox .box .main .circleList li {
	}

	#noticeBox .box .main .circleList li::before {
	}

	#noticeBox .box .purple {
	margin-bottom: 15px;
	}

	#noticeBox .box .circleList {
	margin: 10px auto;
	}

	#noticeBox .box .circleList li {
	}

	#noticeBox .box .circleList li::before {
	}

	#noticeBox .box .circleList li.blank {
	}

	#noticeBox .box .circleList li.blank::before {
	}

	#noticeBox .box .circleList li * {
	}

	#noticeBox .box p {
	font-size: 1.5rem;
	}

	#noticeBox .box .update {
	font-size: 1.2rem;
	}
}


/* ONLINE LIVE STREAMING
------------------------------ */
#streamingticketArea {
}

#streamingticketArea .titleEn {
	margin-bottom: 40px;
}

#streamingticketArea .titleEn img {
}

#streamingticketArea .title {
}

#streamingticketArea .title img {
}

#streamingticketArea .info {
	background: #fff;
	margin-bottom: 40px;
	padding: 30px 3%;
}

#streamingticketArea .info p {
	font-weight: 400;
	line-height: 1.4;
}

#streamingticketArea .info p strong {
	font-size: 1.6rem;
	font-weight: 700;
}

#streamingticketArea .note {
}

#streamingticketArea .ticketLinks {
	text-align: center;
	margin-top: 60px;
}

#streamingticketArea .ticketLinks h4 {
	font-size: 2.4rem;
	background-color: #fff358;
	display: inline-block;
	padding: 8px 30px;
	margin: 0 auto 30px;
	line-height: 1;
}

#streamingticketArea .ticketLinks ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#streamingticketArea .ticketLinks ul li {
	width: calc(100% / 3 - 30px);
	margin: 0 15px;
	max-width: 300px;
}

#streamingticketArea .ticketLinks ul li a {
	transition: all 0.6s ease-out 0s;
}

#streamingticketArea .ticketLinks ul li a:hover {
	opacity: 0.8;
	filter: brightness(115%) contrast(110%) saturate(120%);
}

#streamingticketArea .ticketLinks ul li a img {
}


@media screen and (max-width: 900px) {
	#streamingticketArea {
	}

	#streamingticketArea .titleEn {
	}

	#streamingticketArea .titleEn img {
	}

	#streamingticketArea .title {
	}

	#streamingticketArea .title img {
	}

	#streamingticketArea .info {
	}

	#streamingticketArea .info p {
	}

	#streamingticketArea .info p strong {
	}

	#streamingticketArea .note {
	}

	#streamingticketArea .ticketLinks {
	}

	#streamingticketArea .ticketLinks h4 {
	margin-bottom: 40px;
	font-size: 2rem;
	padding: 5px 15px;
	}

	#streamingticketArea .ticketLinks ul {
	align-items: flex-start;
	}

	#streamingticketArea .ticketLinks ul li {
	width: calc(50% - 20px);
	margin: 0 10px 20px;
	}

	#streamingticketArea .ticketLinks ul li a {
	}

	#streamingticketArea .ticketLinks ul li a img {
	}
}


/* ==================================================
OMIYAGE
================================================== */
#omiyageArea {
	padding: 180px 3% 100px;
	/*background-color: #d2de34;*/
	background-color: rgba(234, 251, 40, 0.8);
}

#omiyageArea .areaTtl {
	margin-bottom: 60px;
}

#omiyageArea .areaTtl img {
}

#omiyageArea .comment {
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
	padding: 2px 0;
	max-width: 800px;
	margin: 0 auto 60px;
}

#omiyageArea .commentInner {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	padding: 30px 3%;
	text-align: center;
}

#omiyageArea .comment p {
}

#omiyageArea .comment p:not(:last-child) {
	margin-bottom: 10px;
}


#omiyageArea .comment p.note {
	font-size: 1.3rem;
}

#omiyageArea .comment p.red {
	font-size: 1.8rem;
	color: #eb2828;
	margin-top: 10px;
	font-weight: 900;
}

#omiyageArea .comment p strong {
	color: #a477b2;
	font-size: 1.8rem;
	font-weight: 900;
}

#omiyageArea .comment .btn {
	margin: 30px auto;
}

#omiyageArea .comment .btn a {
	border: 2px solid #fff;
	border-radius: 100px;
	display: block;
	max-width: 300px;
	margin: 0 auto;
	padding: 10px 30px;
	width: 80%;
	background-color: #fff358;
	position: relative;
	transition: background-color 0.6s ease-out 0s;
}

#omiyageArea .comment .btn a::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	transform: rotate(45deg);
	top: calc(50% - 7px);
	right: 15px;
}

#omiyageArea .comment .btn a:hover {
	background-color: #f3c717;
}

#omiyageArea .comment .btn a:hover::after {
}

#omiyageArea .comment .btn a img {
}

#omiyageArea .bnr {
	text-align: center;
}

#omiyageArea .bnr a {
	display: inline-block;
	margin: 0 auto;
	transition: all 0.6s ease-out 0s;
}

#omiyageArea .bnr a:hover {
	opacity: 0.8;
	filter: brightness(115%) contrast(110%) saturate(120%);
}

#omiyageArea .bnr a img {
}

@media screen and (max-width: 900px) {
	#omiyageArea {
	}

	#omiyageArea .areaTtl {
	}

	#omiyageArea .areaTtl img {
	}

	#omiyageArea .comment {
	}

	#omiyageArea .commentInner {
	}

	#omiyageArea .comment p {
	}

	#omiyageArea .comment p:not(:last-child) {
	}


	#omiyageArea .comment p.note {
	}

	#omiyageArea .comment p.red {
	}

	#omiyageArea .comment p strong {
	}

	#omiyageArea .comment .btn {
	}

	#omiyageArea .comment .btn a {
	}

	#omiyageArea .comment .btn a::after {
	}

	#omiyageArea .comment .btn a:hover {
	}

	#omiyageArea .comment .btn a:hover::after {
	}

	#omiyageArea .comment .btn a img {
	}

	#omiyageArea .bnr {
	}

	#omiyageArea .bnr a {
	}

	#omiyageArea .bnr a img {
	}
}


@media screen and (max-width: 640px) {
	#omiyageArea {
	padding: 150px 3% 100px;
	}

	#omiyageArea .areaTtl {
	}

	#omiyageArea .areaTtl img {
	}

	#omiyageArea .comment {
	}

	#omiyageArea .commentInner {
	text-align: left;
	}

	#omiyageArea .comment p {
	}
	
	#omiyageArea .comment p i {
		display: inline;
	}

	#omiyageArea .comment p:not(:last-child) {
	margin-bottom: 5px;
	}

	#omiyageArea .comment p.note {
	}

	#omiyageArea .comment p.red {
	font-size: 1.6rem;
	}

	#omiyageArea .comment p strong {
	font-size: 1.6rem;
	}

	#omiyageArea .comment .btn {
	}

	#omiyageArea .comment .btn a {
	}

	#omiyageArea .comment .btn a::after {
	}

	#omiyageArea .comment .btn a:hover {
	}

	#omiyageArea .comment .btn a:hover::after {
	}

	#omiyageArea .comment .btn a img {
	}

	#omiyageArea .bnr {
	}

	#omiyageArea .bnr a {
	}

	#omiyageArea .bnr a img {
	}
}


/* ==================================================
ABOUT
================================================== */
#aboutArea {
	padding-bottom: 0;
	border-bottom: none;
	padding: 80px 3% 0;
}

#aboutArea .areaTtl {
	margin-bottom: 60px;
}

#aboutArea .areaTtl img {
}

#aboutArea .closeInfo {
	color: #f29c7c;
	font-weight: 700;
	display: inline-block;
	cursor: pointer;
	border-bottom: 2px solid #f29c7c;
	padding: 0 3px 8px;
	margin-bottom: 8px;
	line-height: 1.2;
}

/* .lead
------------------------------ */
#aboutArea .lead {
	margin-bottom: 70px;
}

#aboutArea .lead p {
}

/* .table
------------------------------ */
#aboutArea .table {
	max-width: 900px;
	margin: 0 auto;
	border: 2px solid #000;
	background: #000;
}

#aboutArea .table .ttl {
	background: #f2a7c8;
	color: #fff;
	font-family: tandelle,ryo-gothic-plusn,sans-serif;
	font-weight: 700;
	letter-spacing: 0.08em;
	max-width: 1100px;
	margin: 0 auto 2px;
	padding: 10px;
	text-align: center;
	font-size: 2.4rem;
}

#aboutArea .table .ttl em {
}

#aboutArea .table .ttl em b {
	font-size: 90%;
}

/* ### .credit ### */
#aboutArea .credit {
}

#aboutArea .credit dl {
	background: #d2de34;
	margin: 0 auto 2px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#aboutArea .credit dl:last-child {
	margin-bottom: 0;
}

#aboutArea .credit dl dt {
	width: 140px;
	font-weight: 700;
	font-size: 1.6rem;
	color: #000;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#aboutArea .credit dl dt img {
	display: block;
	margin: 0 auto;
}

#aboutArea .credit dl dd {
	font-size: 1.4rem;
	width: calc(100% - 140px);
	text-align: left;
	border-left: 2px solid #000;
	padding: 10px 3%;
	background: #fff;
	line-height: 1.4;
}

#aboutArea .credit dl dd a {
}

#aboutArea .credit dl dd em {
	font-size: 86%;
}

#aboutArea .credit dl dd .links {
	margin-top: 10px;
}

#aboutArea .credit dl dd .links li {
	line-height: 1.4;
	font-size: 1.4rem;
	margin-bottom: 8px;
}

#aboutArea .credit dl dd .links li .name {
	display: inline-block;
	width: 150px;
	position: relative;
}

#aboutArea .credit dl dd .links li .name::before {
	content: "■";
}

#aboutArea .credit dl dd .links li .name::after {
	content: ":";
	display: block;
	width: 10px;
	position: absolute;
	top: 0;
	right: 0;
}

#aboutArea .credit dl dd .links li a {
}

#aboutArea .credit dl dd .links li i {
}

#aboutArea .credit dl dd .group {
	padding: 10px 0;
}

#aboutArea .credit dl dd .group:first-child {
	border-bottom: 2px dotted #000;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

#aboutArea .credit dl dd .date {
	display: inline-block;
	border: 1px solid #a276b0;
	padding: 5px 10px;
	line-height: 1.4;
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 1.3rem;
}

#aboutArea .credit dl dd .date span {
}

#aboutArea .credit dl dd .date span.sale {
	color: #f29c7c;
}

#aboutArea .credit dl dd .artist {
}

#aboutArea .credit dl dd .artist em {
}

#aboutArea .credit dl dd .artist b {
	display: inline-block;
	font-size: 90%;
}

#aboutArea .credit dl dd .cast {
	margin-top: 15px;
}

#aboutArea .credit dl dd .cast em {
}

#aboutArea .credit .info {
}

#aboutArea .credit .info dt {
}

#aboutArea .credit .info dt img {
}

#aboutArea .credit .info dd {
}

#aboutArea .credit .info dd .box {
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	border: 1px solid #a276b0;
	padding: 5px 10px;
}

#aboutArea .credit .info dd .box strong {
	display: inline-block;
	background: #a276b0;
	color: #fff;
	line-height: 1.2;
	font-size: 1.4rem;
	padding: 2px 10px;
}

#aboutArea .credit .info dd .box span {
	padding: 0 0 0 15px;
}

#aboutArea .credit .info dd .box span i {
	font-size: 86%;
}

@media screen and (max-width: 900px) {
	#aboutArea {
	}

	#aboutArea .areaTtl {
	}

	#aboutArea .areaTtl img {
	}

	#aboutArea .closeInfo {
	}

	/* .lead
	------------------------------ */
	#aboutArea .lead {
	}

	#aboutArea .lead p {
	}

	/* .table
	------------------------------ */
	#aboutArea .table {
	}

	#aboutArea .table .ttl {
	}

	#aboutArea .table .ttl em {
	}

	#aboutArea .table .ttl em b {
	}

	/* ### .credit ### */
	#aboutArea .credit {
	}

	#aboutArea .credit dl {
	}

	#aboutArea .credit dl:last-child {
	}

	#aboutArea .credit dl dt {
	}

	#aboutArea .credit dl dt img {
	}

	#aboutArea .credit dl dd {
	}

	#aboutArea .credit dl dd a {
	}

	#aboutArea .credit dl dd em {
	}

	#aboutArea .credit dl dd .links {
	}

	#aboutArea .credit dl dd .links li {
	}

	#aboutArea .credit dl dd .links li .name {
	}

	#aboutArea .credit dl dd .links li .name::before {
	}

	#aboutArea .credit dl dd .links li .name::after {
	}

	#aboutArea .credit dl dd .links li a {
	}

	#aboutArea .credit dl dd .links li i {
	}

	#aboutArea .credit dl dd .group {
	}

	#aboutArea .credit dl dd .group:first-child {
	}

	#aboutArea .credit dl dd .date {
	}

	#aboutArea .credit dl dd .date span {
	}

	#aboutArea .credit dl dd .date span.sale {
	}

	#aboutArea .credit dl dd .artist {
	}

	#aboutArea .credit dl dd .artist em {
	}

	#aboutArea .credit dl dd .artist b {
	}

	#aboutArea .credit dl dd .cast {
	}

	#aboutArea .credit dl dd .cast em {
	}

	#aboutArea .credit .info {
	}

	#aboutArea .credit .info dt {
	}

	#aboutArea .credit .info dt img {
	}

	#aboutArea .credit .info dd {
	}

	#aboutArea .credit .info dd .box {
	}

	#aboutArea .credit .info dd .box strong {
	}

	#aboutArea .credit .info dd .box span {
	}

	#aboutArea .credit .info dd .box span i {
	}
}


@media screen and (max-width: 640px) {
	#aboutArea {
	}

	#aboutArea .areaTtl {
	}

	#aboutArea .areaTtl img {
	}

	#aboutArea .closeInfo {
	}

	/* .lead
	------------------------------ */
	#aboutArea .lead {
	}

	#aboutArea .lead p {
	}

	/* .table
	------------------------------ */
	#aboutArea .table {
	}

	#aboutArea .table .ttl {
	font-size: 1.8rem;
	}

	#aboutArea .table .ttl em {
	}

	#aboutArea .table .ttl em b {
	}

	/* ### .credit ### */
	#aboutArea .credit {
	}

	#aboutArea .credit dl {
	display: block;
	padding: 15px 3%;
	background: #fff;
	}

	#aboutArea .credit dl:last-child {
	}

	#aboutArea .credit dl dt {
	width: 100%;
	padding: 0 3% 10px;
	border-bottom: 1px dotted #000;
	text-align: left;
	display: block;
	margin-bottom: 10px;
	font-size: 1.4rem;
	}

	#aboutArea .credit dl dt img {
	}

	#aboutArea .credit dl dd {
	border: none;
	width: 100%;
	padding: 0 3%;
	font-size: 1.3rem;
	font-weight: 400;
	}

	#aboutArea .credit dl dd a {
	}

	#aboutArea .credit dl dd em {
	}

	#aboutArea .credit dl dd .links {
	}

	#aboutArea .credit dl dd .links li {
	}

	#aboutArea .credit dl dd .links li .name {
	}

	#aboutArea .credit dl dd .links li .name::before {
	}

	#aboutArea .credit dl dd .links li .name::after {
	}

	#aboutArea .credit dl dd .links li a {
	}

	#aboutArea .credit dl dd .links li i {
	}

	#aboutArea .credit dl dd .group {
	padding: 5px 0 0;
	}

	#aboutArea .credit dl dd .group:first-child {
	border-bottom: none;
	margin-bottom: 15px;
	padding-bottom: 0;
	}

	#aboutArea .credit dl dd .date {
	}

	#aboutArea .credit dl dd .date span {
	}

	#aboutArea .credit dl dd .date span.sale {
	}

	#aboutArea .credit dl dd .artist {
	}

	#aboutArea .credit dl dd .artist em {
	}

	#aboutArea .credit dl dd .artist b {
	}

	#aboutArea .credit dl dd .cast {
	}

	#aboutArea .credit dl dd .cast em {
	}

	#aboutArea .credit .info {
	}

	#aboutArea .credit .info dt {
	}

	#aboutArea .credit .info dt img {
	}

	#aboutArea .credit .info dd {
	}

	#aboutArea .credit .info dd .box {
	display: block;
	padding: 8px;
	}

	#aboutArea .credit .info dd .box strong {
	font-size: 1.3rem;
	padding: 2px 8px;
	margin-bottom: 3px;
	}

	#aboutArea .credit .info dd .box span {
	display: block;
	padding: 0;
	}

	#aboutArea .credit .info dd .box span i {
	}
}

/* .sponsorBnr
------------------------------ */
.sponsorBnr {
	max-width: 900px;
	margin: 40px auto 0;
	padding: 20px 3% 10px;
	background: #fff;
	border: 2px solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.sponsorBnr ul {
}

.sponsorBnr li {
	margin: 0 3% 10px;
}

.sponsorBnr li a {
}

.sponsorBnr li a:hover {
}

.sponsorBnr li a img {
}

.sponsorBnr ul.main {
	width: 22%;
}

.sponsorBnr ul.main li {
}

.sponsorBnr ul.sub {
	width: 78%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

.sponsorBnr ul.sub li {
	width: calc(100% / 4 - 6%);
}

@media screen and (max-width: 640px) {
.sponsorBnr {
	padding: 20px 6% 10px;
	}
	
.sponsorBnr ul {
	}
	
	.sponsorBnr li {
		margin: 0 3% 10px;
	}
	
	.sponsorBnr li a {
		transition: all 0.4s ease-out 0s;
	}
	
	.sponsorBnr li a:hover {
		opacity: 0.7;
	}
	
	.sponsorBnr li a img {
	}
	
	.sponsorBnr ul.main {
		max-width: 320px;
		width: 45%;
	}
	
	.sponsorBnr ul.main li {
	}
	
	.sponsorBnr ul.sub {
		width: 55%;
		max-width: 420px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: row;
	}
	
	.sponsorBnr ul.sub li {
		width: calc(50% - 6%);
	}
}


/* .sponsorBnr-type2
------------------------------ */
.sponsorBnr-type2 {
max-width: 900px;
margin: 40px auto 0;
padding: 20px 6% 10px;
background: #fff;
border: 2px solid #000;
}


.sponsorBnr-type2 ul {
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
flex-direction: row;
}

@media screen and (min-width: 521px) {
.sponsorBnr-type2 li {
	width: calc(20% - 1%);
}

.sponsorBnr-type2 li:nth-child(1) { order: 3; }
.sponsorBnr-type2 li:nth-child(2) { order: 1; }
.sponsorBnr-type2 li:nth-child(3) { order: 2; }
.sponsorBnr-type2 li:nth-child(4) { order: 4; }
.sponsorBnr-type2 li:nth-child(5) { order: 5; }

.sponsorBnr-type2 li:nth-child(1) {
	width: 24%;
}
}

.sponsorBnr-type2 li a {
	display: block;
	transition: all 0.4s ease-out 0s;
}

.sponsorBnr-type2 li a:hover {
	opacity: 0.7;
}

.sponsorBnr-type2 li a img {
}


@media screen and (max-width: 520px) {
	.sponsorBnr-type2 {
	}
	
	.sponsorBnr-type2 ul {
	}
	
	.sponsorBnr-type2 li {
		width: 46%;
		max-width: 180px;
		margin: 0 2% 10px;
	}
	
	.sponsorBnr-type2 li:nth-child(1) {
		width: 56%;
		max-width: 220px;
		margin: 0 22% 10px;
	}
	
	.sponsorBnr-type2 li a {
	}
	
	.sponsorBnr-type2 li a:hover {
	}
	
	.sponsorBnr-type2 li a img {
	}
}


/* ==================================================
ARCHIVE
================================================== */
#archiveArea {
	padding: 100px 3% 0;
}

#archiveArea h2 {
	margin-bottom: 60px;
}

#archiveArea h2 img {
}

#archiveArea .bnr {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 900px;
	margin: 0 auto;
}

#archiveArea .bnr li {
	width: calc(50% - 30px);
	max-width: 400px;
	margin: 0 15px 30px;
}

#archiveArea .bnr li:first-child {
}

#archiveArea .bnr li a {
	transition: all 0.6s ease-out 0s;
}

#archiveArea .bnr li a:hover {
	opacity: 0.7;
	filter: brightness(115%) contrast(110%) saturate(120%);
}

#archiveArea .bnr li a img {
}




@media screen and (max-width: 640px) {
	#archiveArea {
	}

	#archiveArea h2 {
	}

	#archiveArea h2 img {
	}

	#archiveArea .bnr {
	}

	#archiveArea .bnr li {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 20px;
	}

	#archiveArea .bnr li:first-child {
	}

	#archiveArea .bnr li a {
	}

	#archiveArea .bnr li a::after {
	}

	#archiveArea .bnr li a img {
	}

	#archiveArea .bnr li a:hover img {
	}
}

