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

/* =========================================================
PAGE COMMON
========================================================= */
a {}
a:link {}
a:visited {}
a:hover {}
a:active {}

body {
}

#allWrap {
	/*min-width: 900px;*/
}

/* ==================================================
HEADER
================================================== */
#siteHdr {
	position: relative;
	z-index:11;
}

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (min-width: 921px) {
#siteHdr {
	padding: 90px 0 0;
	margin-bottom: 30px;
}

#siteHdr .inner {
	position: relative;
}

/* .comment1 */
#siteHdr .comment1 {
	color: #e3001a;
	border-color: #e3001a;
	padding: 12px 15px;
	width: 230px;
	margin-bottom: 10px;
	position: absolute;
	top: 20px;
	left: calc(50% + 245px);
	z-index: 10;
}

#siteHdr .comment1 .label {
	display: inline-block;
	background: #e3001a;
	color: #fff;
	border-radius: 30px;
	font-size: 1.6rem;
	padding: 1px 10px;
	min-width: 160px;
	margin-bottom: 6px;
}

#siteHdr .comment1 .txt1 {
	font-size: 1.7rem;
	/*font-size: 2.7rem;初期値*/
	color: #000;
}

#siteHdr .comment1 .txt2 {
	font-size: 1.6rem;
	/*font-size: 2.2rem;初期値*/
	position: relative;
}
	
#siteHdr .comment1 .txt2 a {
	color: #e3001a;
}

#siteHdr .comment1 .txt2::before {
	content: "";
	width: 100%;
	height: 6px;
	background: #e3001a;
	display: block;
	border-radius: 10px;
	margin: 5px 0;
}

#siteHdr .comment1 .txt2 b {
	border: 3px solid #e3001a;
	border-radius: 30px;
	font-size: 85%;
	display: inline-block;
	padding: 1px 10px;
	margin-left: 7px;
}

/* .comment2 */
#siteHdr .comment2 {
	width: 340px;
	border-color: #ffe400;
	padding: 8px 15px;
	font-size: 2.6rem;
	margin-bottom: 20px;
	display: inline-block;
	border-radius: 200px;
	position: absolute;
	top: 410px;
	right: calc(50% + 145px);
	z-index: 8;
}

/* .date */
#siteHdr .date {
	position: absolute;
	top: 255px;
	right: calc(50% + 150px);
	z-index: 9;
	width: 300px;
}

#siteHdr .date .date_add {
	display: block;
	text-align: center;
	width: 230px;
	margin-top: 6px;
	font-size: 16px;
}

#siteHdr .date img {
}

/* .logo */
#siteHdr h1.logo {
	position: relative;
	z-index: 50;
	width: 80%;
	margin: 0 auto;
	max-width: 440px;
}

#siteHdr h1.logo img {
	transform: translatex(10px);
}

/* .place */
#siteHdr .place {
	position: absolute;
	top: 255px;
	left: calc(50% + 220px);
	z-index: 7;
}

#siteHdr .place .circle {
	height: 240px;
	width: 240px;
	border-radius: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	overflow: hidden;
}

#siteHdr .place .circle .group {
	font-size: 2.8rem;
	width: 228px;
	transform: translateY(6px);
}

#siteHdr .place .circle i {
	display: block;
}

#siteHdr .place .circle i:nth-of-type(1) {
}
	
#siteHdr .place .circle i:nth-of-type(2) {
	border-top: 10px dotted #000;
	padding-top: 5px;
	margin-top: 5px;
}

#siteHdr .place .circle i:nth-of-type(2)::before {

}

#siteHdr .place .caption {
	font-size: 2.4rem
}

#siteHdr .place .caption i {
	margin: 0 3px;
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 920px) and (min-width: 769px) {
#siteHdr {
	padding: 90px 0 0;
	margin-bottom: 30px;
}

#siteHdr .inner {
	padding: 0 3%;
	position: relative;
}

#siteHdr .inner::before,
#siteHdr .inner::after {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	position: absolute;
}

#siteHdr .inner::before {
	background-image: url(../img/hdr_bg_left.png);
	width: 360px;
	height: 740px;
	top: 60px;
	right: 78%;
	z-index: -1;
}

#siteHdr .inner::after {
	background-image: url(../img/hdr_bg_right.png);
	width: 350px;
	height: 680px;
	top: 90px;
	left: 81%;
	z-index: -2;
}

/* .comment1 */
#siteHdr .comment1 {
	color: #e3001a;
	border-color: #e3001a;
	padding: 8px 35px;
	max-width: 640px;
	margin-bottom: 10px;
	border-radius: 28px;
	transition: all 0.4s ease-out 0s;
}

#siteHdr .comment1 .label {
	display: inline-block;
	background: #e3001a;
	color: #fff;
	border-radius: 30px;
	font-size: 1.6rem;
	/*! font-size: 1.8rem; */
	padding: 1px 10px;
	min-width: 160px;
	margin-bottom: 6px;
}

#siteHdr .comment1 .txt1 {
	font-size: 2rem;
	/*font-size: 3rem;初期値*/
	/*! font-size: 1.8rem; */
	color: #000;
}

#siteHdr .comment1 .txt1 br.pcOnly {
	display: none;
}

#siteHdr .comment1 .txt2 {
	font-size: 1.6rem;
	/*font-size: 2rem; 初期値*/
	position: relative;
}

#siteHdr .comment1 .txt2 a {
	color: #e3001a;
}

#siteHdr .comment1 .txt2 br.pcOnly {
	display: none;
}

#siteHdr .comment1 .txt2::before {
	content: "";
	width: 100%;
	height: 3px;
	background: #e3001a;
	display: block;
	border-radius: 10px;
	margin: 5px 0;
}

#siteHdr .comment1 .txt2 b {
	border: 3px solid #e3001a;
	border-radius: 30px;
	font-size: 85%;
	display: inline-block;
	padding: 1px 10px;
	margin-left: 7px;
}

/* .comment2 */
#siteHdr .comment2 {
	max-width: 540px;
	border-color: #ffe400;
	padding: 8px 15px;
	font-size: 2.4rem;
	margin-bottom: 20px;
	display: block;
	border-radius: 200px;
}

#siteHdr .comment2 br.pcOnly {
	display: none;
}

/* .date */
#siteHdr .date {
	margin: 0 auto 30px;
	padding: 0 10px;
	max-width: 440px;
}

#siteHdr .date img {
}

/* .logo */
#siteHdr h1.logo {
	max-width: 500px;
	margin: 0 auto 10px;
	width: 90%;
	position: relative;
}

#siteHdr h1.logo img {
}

/* .place */
#siteHdr .place {
	display: inline-block;
	padding: 8px 15px;
	background: rgba(255,255,255,0.9);
}

#siteHdr .place .circle {
	max-width: 260px;
	border: none;
	border-bottom: 9px dotted #000;
	font-size: 2.8rem;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-radius: 0;
}

#siteHdr .place .circle i {
}

#siteHdr .place .circle i:nth-of-type(1) {
}

#siteHdr .place .circle i:nth-of-type(2) {
}

#siteHdr .place .caption {
	font-size: 2rem;
}

#siteHdr .place .caption i {
	margin: 0 3px;
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
#siteHdr {
	padding: 90px 0 0;
	margin-bottom: 25px;
}

#siteHdr .inner {
	padding: 0 3%;
	position: relative;
}

#siteHdr .inner::before,
#siteHdr .inner::after {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	position: absolute;
}

#siteHdr .inner::before {
	background-image: url(../img/hdr_bg_left.png);
	width: 290px;
	height: 740px;
	top: 50px;
	right: 79%;
	z-index: -1;
}

#siteHdr .inner::after {
	background-image: url(../img/hdr_bg_right.png);
	width: 280px;
	height: 680px;
	top: 100px;
	left: 84%;
	z-index: -2;
}

/* .comment1 */
#siteHdr .comment1 {
	color: #e3001a;
	border-color: #e3001a;
	padding: 8px 15px;
	max-width: 400px;
	margin-bottom: 10px;
	border-radius: 28px;
	/*! transform: translateY(-15px); */
	transition: all 0.4s ease-out 0s;
}

#siteHdr .comment1 .label {
	display: inline-block;
	background: #e3001a;
	color: #fff;
	border-radius: 30px;
	/*! font-size: 2.2rem; */
	font-size: 1.4rem;
	padding: 1px 10px;
	min-width: 160px;
	margin-bottom: 6px;
}

#siteHdr .comment1 .txt1 {
	/*! font-size: 3rem; */
	font-size: 1.8rem;
	color: #000;
}

#siteHdr .comment1 .txt2 {
	/*! font-size: 2.4rem; */
	font-size: 1.5rem;
	position: relative;
	line-height: 1.4;
	padding: 0 15px;
}

#siteHdr .comment1 .txt2::before {
	content: "";
	width: 100%;
	height: 3px;
	background: #e3001a;
	display: block;
	border-radius: 10px;
	margin: 5px 0;
}

#siteHdr .comment1 .txt2 b {
	border: 3px solid #e3001a;
	border-radius: 30px;
	font-size: 85%;
	display: inline-block;
	padding: 1px 10px;
	margin-left: 7px;
}

/* .comment2 */
#siteHdr .comment2 {
	max-width: 420px;
	border-color: #ffe400;
	padding: 8px 25px;
	font-size: 1.8rem;
	margin-bottom: 20px;
	display: block;
	border-radius: 200px;
	width: 80%;
}

/* .date */
#siteHdr .date {
	margin: 0 auto 20px;
	padding: 8px 20px;
	max-width: 430px;
	background: rgba(255,255,255,0.9);
	border-radius: 12px;
}

#siteHdr .date .date_add {
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 6px;
	font-size: 20px;
}

#siteHdr .date img {
}

/* .logo */
#siteHdr h1.logo {
	max-width: 460px;
	margin: 0 auto 10px;
	width: 70%;
	position: relative;
}

#siteHdr h1.logo img {
}

/* .place */
#siteHdr .place {
	background: rgba(255,255,255,0.9);
	padding: 8px 10px;
	border-radius: 12px;
	display: inline-block;
}

#siteHdr .place .circle {
	max-width: 260px;
	border: none;
	border-bottom: 9px dotted #000;
	font-size: 2rem;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-radius: 0;
}

#siteHdr .place .circle i {
}

#siteHdr .place .circle i:nth-of-type(1) {
}

#siteHdr .place .circle i:nth-of-type(2) {
}

#siteHdr .place .caption {
	font-size: 1.5rem;
}

#siteHdr .place .caption i {
	margin: 0 3px;
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


@media screen and (max-width: 480px) {
#siteHdr .inner::before {
	width: 240px;
	top: 84px;
	right: 74%;
}

#siteHdr .inner::after {
	width: 200px;
	top: 90px;
	left: 84%;
}
}


/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (min-width: 921px) {
/* LIVE REPORT */
#siteHdr .liveReport {
	position: absolute;
	top: 50px;
	right: calc(50% + 200px);
	width: 260px;
}

#siteHdr .liveReport a {
	display: block;
	background: #0095e2;
	border-radius: 28px;
	color: #fff;
	padding: 20px 15px;
}

#siteHdr .liveReport a:hover {
	opacity: 1;
	transform: scale(1.1);
}

#siteHdr .liveReport a .ttl {
	position: relative;
	font-size: 2.8rem;
	padding: 0 20px 0 0;
}

#siteHdr .liveReport a .ttl::after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url(../img/icon_arrow_white.svg) no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 8px);
	right: 10px;
}

#siteHdr .liveReport a > p {
	position: relative;
	margin-top: 8px;
	font-size: 2rem;
	padding-top: 12px;
}

#siteHdr .liveReport a > p::before {
	content: "";
	display: 100%;
	width: 100%;
	height: 4px;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
}

#siteHdr .liveReport a p i {
}
/* */
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 920px) and (min-width: 769px) {
/* LIVE REPORT */
#siteHdr .liveReport {
	margin: 20px auto;
}

#siteHdr .liveReport a {
	color: #fff;
	display: block;
	background: #0095e2;
	padding: 15px 35px;
	max-width: 640px;
	border-radius: 28px;
	margin: 0 auto;
}

#siteHdr .liveReport a:hover {
	opacity: 1;
	transform: scale(1.1);
}

#siteHdr .liveReport a .ttl {
	position: relative;
	font-size: 2.8rem;
}

#siteHdr .liveReport a .ttl::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/icon_arrow_white.svg) no-repeat center center;
	background-size: 100%;
	position: relative;
	margin-left: 15px;
}

#siteHdr .liveReport a > p {
	position: relative;
	margin-top: 4px;
	font-size: 1.8rem;
	padding-top: 8px;
}

#siteHdr .liveReport a > p::before {
	content: "";
	display: 100%;
	width: 100%;
	height: 2px;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
}

#siteHdr .liveReport a p i {
}
/* */
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
/* LIVE REPORT */
#siteHdr .liveReport {
	margin: 20px auto;
}

#siteHdr .liveReport a {
	color: #fff;
	display: block;
	background: #0095e2;
	padding: 10px 35px;
	max-width: 400px;
	border-radius: 28px;
	margin: 0 auto;
}

#siteHdr .liveReport a:hover {
	opacity: 1;
	transform: scale(1.1);
}

#siteHdr .liveReport a .ttl {
	position: relative;
	font-size: 2.6rem;
}

#siteHdr .liveReport a .ttl::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/icon_arrow_white.svg) no-repeat center center;
	background-size: 100%;
	position: relative;
	margin-left: 15px;
}

#siteHdr .liveReport a > p {
	position: relative;
	margin-top: 4px;
	font-size: 1.6rem;
	padding-top: 8px;
}

#siteHdr .liveReport a > p::before {
	content: "";
	display: 100%;
	width: 100%;
	height: 2px;
	background: #fff;
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
}

#siteHdr .liveReport a p i {
}
/* */
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */



/* ==================================================
CONTENTS
================================================== */

main {}

article {}


/* ==================================================
LEAD
================================================== */

#leadArea {
	margin-bottom: 80px;
	padding: 0 60px;
	position: relative;
	z-index: 10;
}

#leadArea::before {
	content: "";
	display: block;
	width: 1140px;
	height: 315px;
	background: url("../img/lead_bg.png") no-repeat center top;
	background-size: 100%;
	position: absolute;
	z-index: -1;
	top: -120px;
	left: calc(50% - 570px);
	/*! right: 0; */
	margin: auto;
}

#leadArea .ticketInfo {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 960px;
	margin: 0 auto 40px;
}

#leadArea .ticketInfo h2 {
	background: #e3001a;
	border-radius: 1000px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	width: 220px;
	min-height: 90px;
	color: #fff;
	font-size: 3rem;
}

#leadArea .ticketInfo a.linkBox {
	width: calc(100% - 220px);
	color: #000;
	border: 10px solid #e3001a;
	border-radius: 1000px;
	padding: 8px 35px 10px 30px;
	display: block;
	position: relative;
	background: #fff;
}

#leadArea .ticketInfo a.linkBox:hover {
	opacity: 1;
	transform: scale(1.05);
}

#leadArea .ticketInfo a.linkBox::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/icon_arrow_red.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	#leadArea .link a::after {
		width: 20px;
		height: 20px;
	}
}

#leadArea .ticketInfo a.linkBox .ttl {
	font-size: 3.2rem;
}

#leadArea .ticketInfo a.linkBox .ttl .label {
	font-size: 80%;
	display: inline-block;
	background: #e3001a;
	border-radius: 100px;
	color: #fff;
	padding: 2px 15px;
	transform: translateY(-2px);
}

#leadArea .ticketInfo a.linkBox .date {
	font-size: 2.2rem;
}

#leadArea .comment {
	background: rgba(255,255,255,0.8);
	padding: 5px;
	border-radius: 12px;
	display: inline-block;
}

#leadArea .comment p {
	font-size: 2.4rem;
	line-height: 1.3;
}

#leadArea .comment p i {
}

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
#leadArea {
	padding: 0 3%;
}

#leadArea::before {
}
	
#leadArea .ticketInfo {
	/*! justify-content: center; */
	/*! flex-direction: column; */
	margin-bottom: 30px;
}

#leadArea .ticketInfo h2 {
	width: 220px;
	min-height: 40px;
	color: #fff;
	font-size: 2.6rem;
}

#leadArea .ticketInfo a.linkBox {
	width: 100%;
	margin-top: -6px;
	border-width: 6px;
	border-radius: 28px;
	max-width: 540px;
}

#leadArea .ticketInfo a.linkBox::after {
	width: 20px;
	height: 20px;
}

#leadArea .ticketInfo a.linkBox .ttl {
	font-size: 1.8rem;
}

#leadArea .ticketInfo a.linkBox .ttl .label {
}

#leadArea .ticketInfo a.linkBox .date {
	font-size: 1.6rem;
	margin-top: 8px;
}

#leadArea .comment {
}

#leadArea .comment p {
	font-size: 1.8rem;
}

#leadArea .comment p i {
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* ==================================================
NEWS
================================================== */
#newsArea {
	padding: 0 70px;
	margin-bottom: 70px;
	z-index: 9;
}

#newsArea .borderBox {
	border-color: #0095e2;
	max-width: 1200px;
	padding: 50px 20px 10px;
	margin-bottom: 35px;
}

#newsArea .borderBox::before {
	content: "";
	display: block;
	background: url(../img/bg_flower_set2.png) no-repeat left top;
	background-size: 100%;
	transform: scale(-1, 1);
	width: 380px;
	height: 744px;
	position: absolute;
	top: -100px;
	right: -200px;
	z-index: -1;
}

#newsArea .borderBox::after {
	content: "";
	display: block;
	background: url(../img/bg_flower_set4.png) no-repeat left top;
	background-size: 100%;
	/*transform: scale(-1, 1);*/
	width: 450px;
	height: 380px;
	position: absolute;
	top: -100px;
	left: -200px;
	z-index: -2;
}

#newsArea .borderBox h2 {
	width: 80%;
	max-width: 420px;
	background: #0095e2;
	border-radius: 100px;
	color: #fff;
	font-size: 4.6rem;
	padding: 3px 10px 6px;
	display: inline-block;
	position: absolute;
	margin: auto;
	top: -40px;
	left: 0;
	right: 0;
}

#newsArea .borderBox ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

#newsArea .borderBox ul li {
	width: calc(100% / 3 - 20px);
	margin: 0 10px 20px;
}

#newsArea .borderBox ul li:not(:last-child) {
}

#newsArea .borderBox ul li a {
	text-align: left;
}

#newsArea .borderBox ul li a .pct {
	border: 3px solid #000;
	border-radius: 12px;
	margin-bottom: 8px;
	overflow: hidden;
}

#newsArea .borderBox ul li a .pct img {
	transition: all 0.4s ease-out 0s;
}

#newsArea .borderBox ul li a .date {
	font-size: 1.6rem;
	margin-bottom: 10px;
}

#newsArea .borderBox ul li a .ttl {
	font-size: 1.8rem;
	color: #0095e2;
}

#newsArea .borderBox ul li a:hover {
	opacity: 1;
}

#newsArea .borderBox ul li a:hover .pct img {
	transform: scale(1.08);
}

#newsArea .borderBox ul li a:hover .ttl {
	color: #009444;
}


#newsArea .links {
}

#newsArea .links a.linkBtn {
	display: inline-block;
	background: #000;
	color: #fff;
	font-size: 2.6rem;
	border-radius: 100px;
	padding: 6px 40px 10px;
	position: relative;
	width: 80%;
	max-width: 260px;
}

#newsArea .links a.linkBtn::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/icon_arrow_white.svg) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	z-index: 1;
}

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
#newsArea {
	padding: 0 3%;
}

#newsArea .borderBox {
	max-width: 540px;
}

#newsArea .borderBox h2 {
	font-size: 2.6rem;
	top: -24px;
}

#newsArea .borderBox ul {
}

#newsArea .borderBox ul li {
	width: 100%;
}

#newsArea .borderBox ul li:not(:last-child) {
}

#newsArea .borderBox ul li a {
}

#newsArea .borderBox ul li a .pct {
}

#newsArea .borderBox ul li a .pct img {
}

#newsArea .borderBox ul li a .date {
	font-size: 1.4rem;
	margin-bottom: 5px;
}

#newsArea .borderBox ul li a .ttl {
	font-size: 1.6rem;
}

#newsArea .links {
}

#newsArea .links a.linkBtn {
}

#newsArea .links a.linkBtn::after {
	content: "";
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */



/* ==================================================
LINEUP
================================================== */
#lineupArea {
	padding: 0 100px;
	margin: 0 auto 60px;
	max-width: 1600px;
	z-index: 8;
	position: relative;
}

#lineupArea h2 {
	font-size: 4.6rem;
	position: relative;
	z-index: 4;
}

#lineupArea h2 span {
	border: 10px solid #009444;
	border-radius: 100px;
	padding: 2px 60px;
	display: block;
	line-height: 1;
	max-width: 320px;
	margin: 0 0 0 8%;
	background: #fff;
}

#lineupArea .area:not(:last-child) {
	margin-bottom: 40px;
}

#lineupArea #lineup713.area {
	margin-top: -10px;
	z-index: 3;
}

#lineupArea #lineup714.area {
	z-index: 2;
}

#lineupArea #lineup715.area {
	z-index: 1;
}

#lineupArea .area:not(:last-child) {

}

#lineupArea .borderBox {
	position: relative;
	/*! max-width: 1200px; */
	padding: 30px 60px 50px;
	border-color: #009444;
	margin: 0 auto;
}

#lineupArea .area:nth-of-type(even) .borderBox {
	margin-right: 15%;
}

#lineupArea .area:nth-of-type(odd) .borderBox {
	margin-left: 15%;
}

/* 背景設定 */
#lineupArea #lineup713.area .borderBox::after {
	content: "";
	display: block;
	background: url(../img/bg_flower_set6.png) no-repeat left top;
	background-size: 100%;
	/*transform: scale(-1, 1);*/
	width: 540px;
	height: 924px;
	position: absolute;
	top: -240px;
	left: -300px;
	z-index: -1;
}

#lineupArea #lineup714.area .borderBox::after {
	content: "";
	display: block;
	background: url(../img/bg_flower_set5.png) no-repeat left top;
	background-size: 100%;
	/*transform: scale(-1, 1);*/
	width: 380px;
	height: 744px;
	position: absolute;
	top: 100px;
	right: -310px;
	z-index: -1;
}

#lineupArea #lineup715.area .borderBox::after {
	content: "";
	display: block;
	background: url(../img/bg_flower_set6.png) no-repeat left top;
	background-size: 100%;
	/*transform: scale(-1, 1);*/
	width: 540px;
	height: 924px;
	position: absolute;
	top: -240px;
	left: -300px;
	z-index: -1;
}

#lineupArea #lineup715.area .borderBox::before {
	content: "";
	display: block;
	background: url(../img/bg_flower_set4.png) no-repeat left bottom;
	background-size: 100%;
	/*transform: scale(-1, 1);*/
	width: 450px;
	height: 380px;
	position: absolute;
	bottom: -230px;
	right: -325px;
	z-index: -2;
}

#lineupArea .borderBox h3 {
	width: 150px;
	height: 150px;
	background: #fff;
	border: 10px solid #009444;
	border-radius: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 60px;
	/*right: -100px;*/
	z-index: 20;
}

#lineupArea .area:nth-of-type(even) .borderBox h3 {
	right: -100px;
}

#lineupArea .area:nth-of-type(odd) .borderBox h3 {
	left: -100px;
}

/*#lineupArea #lineup714.area .borderBox h3 {
	top: calc(29vw);
}*/

#lineupArea .borderBox ul {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	/*! padding: 0 10px; */
	width: 99%;
	margin: 0 auto;
}

#lineupArea .borderBox ul li {
	width: calc(100% / 2 - 20px);
	margin: 0 10px 20px;
	/*! max-width: 400px; */
}

/*#lineupArea .borderBox ul.max3column {}*/

/*#lineupArea .borderBox ul.max2column {
	width: 66%;
}

#lineupArea .borderBox ul.max2column li {
	width: calc(100% / 2 - 10px);
}*/

#lineupArea .borderBox ul li a {
	display: block;
}

#lineupArea .borderBox ul li a:hover {
	opacity: 1;
}

#lineupArea .borderBox ul li a .pct {
	display: block;
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 5px;
	position: relative;
	border: 2px solid #000;
}

#lineupArea .borderBox ul li.new a .pct {
}

#lineupArea .borderBox ul li.new a .pct::before {
	content: "NEW";
	display: block;
	width: 46px;
	background: #e3001a;
	border-radius: 20px;
	padding: 1px 5px 2px;
	font-size: 1.2rem;
	color: #fff;
	position: absolute;
	bottom: 8px;
	left: 8px;
	z-index: 10;
}

#lineupArea .borderBox ul li a .pct::after {
/*	content: "OFFICIAL SITE";*/
	content: url("../img/lineup/txt_site.png");
	display: block;
	width: 112px;
	background: #000;
	border-radius: 20px;
	padding: 1px 5px 2px;
	font-size: 1.2rem;
	color: #fff;
	position: absolute;
	bottom: 8px;
	right: 8px;
	z-index: 10;
	opacity: 0;
	transition: all 0.8s ease-out 0s;
}

#lineupArea .borderBox ul li a:hover .pct::after {
	opacity: 1;
}

#lineupArea .borderBox ul li a .pct img {
	transition: all 0.4s ease-out 0s;
}

#lineupArea .borderBox ul li a:hover .pct img {
	transform: scale(1.1);
}

#lineupArea .borderBox ul li a .name {
	font-size: 2rem;
	transition: all 0.4s ease-out 0s;
}

#lineupArea .borderBox ul li a:hover .name {
	color: #009444;
}

#lineupArea .borderBox ul li a .name span {
	font-size: 1.2rem;
	display: block;
	margin-top:  3px;
}

#lineupArea .borderBox .andMore {
	margin: 0 auto;
}

#lineupArea .borderBox .comment {
	margin-top: 30px;
}

#lineupArea .borderBox .comment p {
	font-size: 2.2rem;
	color: #009444;
}

#lineupArea .borderBox .comment .reportLink {
}

#lineupArea .borderBox .comment .reportLink a {
	position: relative;
	display: block;
	width: 85%;
	max-width: 280px;
	margin: 0 auto;
	background: #0095e2;
	border-radius: 100px;
	font-size: 2.2rem;
	color: #fff;
	line-height: 1;
	padding: 10px 35px 12px 10px;
	transition: all 0.3s ease-out 0s;
}

#lineupArea .borderBox .comment .reportLink a:hover {
	opacity: 1;
	transform: scale(1.15);
}

#lineupArea .borderBox .comment .reportLink a::after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/icon_arrow_white.svg) no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 10px);
	right: 15px;
}


/* .openingAct */
#lineupArea .borderBox .openingAct {
	margin-top: 15px;
	margin-bottom: 45px;
	padding: 20px 20px;
	position: relative;
}

#lineupArea .borderBox ul + .openingAct {
	margin-top: 20px;
}

#lineupArea .borderBox .openingAct::before {
	content: "";
	display: block;
	width: 80%;
	max-width: 320px;
	height: 6px;
	background: #009444;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#lineupArea .borderBox .openingAct::after {
	content: "";
	display: block;
	width: 80%;
	max-width: 320px;
	height: 6px;
	background: #009444;
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

#lineupArea .borderBox .openingAct dl {
}

#lineupArea .borderBox .openingAct dl dt {
	font-size: 1.8rem;
	margin-bottom: 10px;
	color: #009444;
}

#lineupArea .borderBox .openingAct dl dd {
	font-size: 2.2rem;
}

#lineupArea .borderBox .openingAct dl dd a {
}

#lineupArea .borderBox .openingAct dl dd a .linkBtn {
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 2px 15px;
	border-radius: 30px;
	font-size: 1.2rem;
}

#lineupArea .borderBox .openingAct dl dd a .linkBtn::after {
	content: "";
	display: inline-block;
	width: 11px;
	height: 8px;
	background: url(../img/icon_window.svg) no-repeat center center;
	background-size: 100%;
	margin-left: 8px;
	transform: translateY(-1px);
}

#lineupArea .borderBox .openingAct dl dd a:hover .linkBtn {
}

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
#lineupArea {
	padding: 0 3%;
}

#lineupArea h2 {
	font-size: 2.6rem;
	max-width: 580px;
	margin: 0 auto;
}

#lineupArea h2 span {
	border-width: 6px;
	margin: 0 6% 0 auto;
	max-width: 200px;
	padding: 2px 30px;
}

#lineupArea .area:not(:last-child) {
}

#lineupArea #lineup713.area {
	margin-top: -6px;
}

#lineupArea .borderBox {
	padding: 30px 15px 30px;
	/*! max-width: 540px; */
}

#lineupArea .area:nth-of-type(even) .borderBox {
	margin-right: 50px;
}

#lineupArea .area:nth-of-type(odd) .borderBox {
	margin-left: 50px;
}

/* 背景設定 */
#lineupArea #lineup713.area .borderBox::after {
	content: "";
	display: block;
	background: url(../img/bg_flower_set6.png) no-repeat left top;
	background-size: 100%;
	width: 540px;
	height: 924px;
	position: absolute;
	top: -210px;
	left: -300px;
	z-index: -1;
}

#lineupArea #lineup714.area .borderBox::after {
	content: "";
	display: block;
	background: url(../img/bg_flower_set5.png) no-repeat left top;
	background-size: 100%;
	width: 380px;
	height: 744px;
	position: absolute;
	top: 100px;
	right: -310px;
	z-index: -1;
}

#lineupArea #lineup715.area .borderBox::after {
	content: "";
	display: block;
	background: url(../img/bg_flower_set6.png) no-repeat left top;
	background-size: 100%;
	width: 540px;
	height: 924px;
	position: absolute;
	top: -200px;
	left: -300px;
	z-index: -1;
}

#lineupArea #lineup715.area .borderBox::before {
	content: "";
	display: block;
	background: url(../img/bg_flower_set4.png) no-repeat left bottom;
	background-size: 100%;
	/*transform: scale(-1, 1);*/
	width: 450px;
	height: 380px;
	position: absolute;
	bottom: -230px;
	right: -325px;
	z-index: -2;
}
/**/

#lineupArea .borderBox h3 {
	border-width: 6px;
	width: 100px;
	height: 100px;
}

#lineupArea .area:nth-of-type(even) .borderBox h3 {
	right: -65px;
}

#lineupArea .area:nth-of-type(odd) .borderBox h3 {
	left: -65px;
}

#lineupArea .borderBox ul {
	width: 100%;
}

#lineupArea .borderBox ul li {
	width: 100%;
	margin: 0 0 20px;
}

/*#lineupArea .borderBox ul.max3column {}*/

/*#lineupArea .borderBox ul.max2column {
	width: 100%;
}

#lineupArea .borderBox ul.max2column li {
}*/

#lineupArea .borderBox ul li a {
}

#lineupArea .borderBox ul li a:hover {
}

#lineupArea .borderBox ul li a .pct {
}

#lineupArea .borderBox ul li.new a .pct {
}

#lineupArea .borderBox ul li.new a .pct::before {
}

#lineupArea .borderBox ul li a .pct::after {
}

#lineupArea .borderBox ul li a:hover .pct::after {
}

#lineupArea .borderBox ul li a .pct img {
}

#lineupArea .borderBox ul li a:hover .pct img {
}

#lineupArea .borderBox ul li a .name {
	font-size: 1.8rem;
}

#lineupArea .borderBox ul li a:hover .name {
}

#lineupArea .borderBox ul li a .name span {
}

#lineupArea .borderBox .andMore {
	max-width: 140px;
}

#lineupArea .borderBox .comment {
	margin-top: 20px;
}

#lineupArea .borderBox .comment p {
	font-size: 1.8rem;
}

/* .openingAct */
#lineupArea .borderBox .openingAct {
	margin-top: 10px;
	margin-bottom: 35px;
}

#lineupArea .borderBox ul + .openingAct {
	margin-top: 10px;
}

#lineupArea .borderBox .openingAct::before {
}

#lineupArea .borderBox .openingAct::after {
}

#lineupArea .borderBox .openingAct dl {
}

#lineupArea .borderBox .openingAct dl dt {
	font-size: 1.6rem;
}

#lineupArea .borderBox .openingAct dl dd {
	font-size: 2rem;
}

#lineupArea .borderBox .openingAct dl dd a {
}

#lineupArea .borderBox .openingAct dl dd a .linkBtn {
}

#lineupArea .borderBox .openingAct dl dd a .linkBtn::after {
}

#lineupArea .borderBox .openingAct dl dd a:hover .linkBtn {
}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* ==================================================
TICKET
================================================== */

#ticketArea {
	margin-bottom: 45px;
	z-index: 9;
}

#ticketArea .wrap {
	padding: 0 3%
}

/* .box
------------------------------ */

#ticketArea .box {
	border: 10px solid #e3001a;
	border-radius: 28px;
	padding: 20px 5%;
	max-width: 980px;
	width: 100%;
	margin: 0 auto 20px;
	background: #fff;
	position: relative;
}

#pageHome #ticketArea .box::after {
	content: "";
	display: block;
	background: url(../img/bg_flower_set3.png) no-repeat left top;
	background-size: 100%;
	width: 540px;
	height: 924px;
	position: absolute;
	top: -400px;
	left: -300px;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	#pageHome #ticketArea .box::after {
		top: -43.5%;
		right: -52.5%;
	}
}

#pageTicket #ticketArea .box::after {
	content: "";
	display: block;
	background: url(../img/bg_2nd2.png) no-repeat left top;
	background-size: contain;
	width: 333px;
	height: 394px;
	position: absolute;
	top: -10.8%;
	right: -16.6%;
	z-index: -2;
}

#pageTicket #ticketArea .box::before {
	content: "";
	display: block;
	background: url(../img/bg_2nd1.png) no-repeat left top;
	background-size: contain;
	width: 335px;
	height: 544px;
	position: absolute;
	top: 10.6%;
	left: -15.8%;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	#pageTicket #ticketArea .box::before {
		top: -11.4%;
		left: -45.8%;
	}
}

#ticketArea .box h2 {
	display: inline-block;
	margin-bottom: 25px;
}

#ticketArea .box h2::after {
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	background: #e3001a;
	border-radius: 10px;
	margin-top: 5px;
}

#ticketArea dl {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: nowrap;
	flex-direction: row;
}

#ticketArea dl:not(:first-child) {
	margin-top: 20px
}

#ticketArea .box h2 img {}

#ticketArea .box .inner {
	max-width: 820px;
	margin: 0 auto;
}

#ticketArea dl dt {
	background: #e3001a;
	border-radius: 100px;
	padding: 5px 10px;
	margin: 0 15px;
	font-size: 2.1rem;
	letter-spacing: -0.05em;
	color: #fff;
	width: 190px;
}

#ticketArea dl dd {
	width: calc(100% - 220px);
	text-align: left;
	padding: 0;
	margin: 0 15px;
	letter-spacing: -0.05em;
}

/* 開催日程 */

#ticketArea .box .date {}

#ticketArea .box .date dt {}

#ticketArea .box .date dd {
	font-size: 3.2rem;
	transform: translateY(-2px);
}

#ticketArea .box .date dd i {}

#ticketArea .box .date dd b {
	display: inline-block;
	letter-spacing: -0.05em;
	transform: translateX(5px);
	text-indent: -8px;
	font-size: 85%;
}

#ticketArea .box .date dd b b {
	display: inline;
	letter-spacing: -0.02em;
	font-size: 110%;
}

#ticketArea .box .date dd span {
	display: inline;
}

/* 各日、指定席 */

#ticketArea .box .price {}

#ticketArea .box .price dt {}

#ticketArea .box .price dd {
	font-size: 3.6rem;
	transform: translateY(-6px);
}

#ticketArea .box .price dd .txt {}

#ticketArea .box .price dd .txt:not(:first-child) {
	margin-top: 8px;
}

#ticketArea .box .price dd .txt em {
	display: inline-block;
	margin-right: 16px;
}

#ticketArea .box .price dd .txt i>b.yen {
	letter-spacing: -0.01em;
	display: inline-block;
	margin-left: 5px;
}

#ticketArea .box .price dd .txt span, #ticketArea .box .date dd .txt span {
	display: inline-block;
	letter-spacing: 0.05em;
	font-size: 60%;
}

#ticketArea .box .price dd .txt span b {
	display: inline;
	letter-spacing: -0.02em;
	font-size: 110%;
}



/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
	#ticketArea {}
	#ticketArea .wrap {
		padding: 0 8%;
	}
	/* .box
------------------------------ */
	#ticketArea .box {
		border-radius: 28px;
		padding: 20px 3%;
		border: 6px solid #e3001a;
	}
	#ticketArea .box::after {}
	#ticketArea .box::after {}
	#ticketArea .box::after {}
	#ticketArea .box h2 {}
	#ticketArea .box h2::after {
		height: 6px;
	}
	#ticketArea dl {
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	#ticketArea dl:not(:first-child) {}
	#ticketArea .box h2 img {
		height: 26px;
	}
	#ticketArea .box .inner {}
	#ticketArea dl dt {
		margin: 0 0 8px;
		font-size: 2.2rem;
	}
	#ticketArea dl dd {
		width: 100%;
		text-align: center;
	}
	
	/* 開催日程 */
	#ticketArea .box .date {}
	#ticketArea .box .date dt {}
	#ticketArea .box .date dd {
		font-size: 2.4rem;
		transform: translateY(0);
	}
	#ticketArea .box .date dd i {}
	#ticketArea .box .date dd b {}
	#ticketArea .box .date dd b b {}
	#ticketArea .box .date dd span {}
	
	/* 各日、指定席 */
	#ticketArea .box .price {}
	#ticketArea .box .price dt {}
	#ticketArea .box .price dd {
		font-size: 2.4rem;
		transform: translateY(0);
	}
	#ticketArea .box .price dd .txt {}
	#ticketArea .box .price dd .txt:not(:first-child) {}
	#ticketArea .box .price dd .txt em {}
	#ticketArea .box .price dd .txt i>b.yen {}
	#ticketArea .box .price dd .txt span {}
	#ticketArea .box .price dd .txt span b {}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

/* .note
------------------------------ */

#ticketArea .note {
	margin: 0 auto;
	width: 80%;
}

#ticketArea .note ul {
	display: inline-block;
	margin: 0 auto;
}

#ticketArea .note ul li {
	font-size: 1.8rem;
	text-align: left;
	letter-spacing: -0.04em;
	text-indent: -20px;
	padding-left: 20px;
}

#ticketArea .note ul li::before {
	content: "※";
	display: inline-block;
	width: 20px;
	text-indent: 0;
}

#ticketArea .note ul li em {
	font-size: 90%;
}

#ticketArea .note ul li b {
	letter-spacing: 0.05em;
}

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
	#ticketArea .note {
		width: 100%;
		padding: 10px;
		background: rgba(255,255,255,0.8);
		border-radius: 28px;
	}
	#ticketArea .note ul {}
	#ticketArea .note ul li {
		font-size: 1.5rem;
	}
	#ticketArea .note ul li::before {}
	#ticketArea .note ul li em {}
	#ticketArea .note ul li b {}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

/* .place
------------------------------ */

#ticketArea .place {
	margin-top: 30px;
}

#ticketArea .place a {
	display: inline-block;
	border-radius: 1000px;
	background: #0095e2;
	padding: 20px 40px;
	max-width: 460px;
	width: 80%;
	font-size: 2.8rem;
	color: #fff;
	position: relative;
}

#ticketArea .place a::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/icon_arrow_fff.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	z-index: 1;
}

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
	#ticketArea .place {}
	#ticketArea .place a {
		min-width: 280px;
		padding: 15px 28px 15px 12px;
		font-size: 2.2rem;
	}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

/* .link
------------------------------ */

#ticketArea .link {
	max-width: 1200px;
	margin: 30px auto 0;
	padding-right: 60px;
	/*transition: all 1s ease-out 0s;
	opacity: 0;
	transform: translateX(-100vw);*/
}

/*#ticketArea .link.fixed {
	transform: translateX(0);
	opacity: 1;
}*/

#ticketArea .link a {
	color: #fff;
	background: #e3001a;
	width: 100%;
	max-width: 940px;
	border-top-right-radius: 1000px;
	border-bottom-right-radius: 1000px;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	flex-wrap: nowrap;
	flex-direction: row;
	position: relative;
}

#ticketArea .link a::before {
	content: "";
	width: 80vw;
	height: 100%;
	background: #e3001a;
	position: absolute;
	top: 0;
	right: 100%;
	z-index: -1;
}

#ticketArea .link a::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/icon_arrow_fff.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	z-index: 1;
}

#ticketArea .link a .group {
	width: 100%;
	padding: 10px 50px 14px 70px;
}

#ticketArea .link a .group .txt1 {
	font-size: 3.4rem;
	letter-spacing: -0.05em;
}

#ticketArea .link a .group .txt1 i {
	vertical-align: middle;
}

#ticketArea .link a .group .txt1 strong {
	display: inline-block;
	background: #fff;
	color: #e3001a;
	padding: 1px 15px 2px;
	vertical-align: middle;
	border-radius: 50px;
	font-size: 90%;
}

#ticketArea .link a .group .txt2 {
	font-size: 2.2rem;
}

#ticketArea .link a .group .txt2 i {}

#ticketArea .link a .group .txt2 b {
	letter-spacing: -0.02em;
	font-size: 90%;
}

#ticketArea .link a .group .txt3 {
	font-size: 2.2rem;
	margin-top: 8px;
}

#ticketArea .link a .group .txt3 i {}

#ticketArea .link a .group .txt3 b {
	letter-spacing: -0.02em;
	font-size: 90%;
}

#ticketArea .link a .group .txt3 em {
	letter-spacing: 0.02em;
	display: inline-block;
}

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
	#ticketArea .link {
		padding-right: 20px;
	}
	/*#ticketArea .link.fixed {
}*/
	#ticketArea .link a {
		border-top-right-radius: 100px;
		border-bottom-right-radius: 100px;
	}
	#ticketArea .link a::before {
		display: none;
	}
	#ticketArea .link a .group {
		padding: 10px 50px 14px 20px;
	}
	#ticketArea .link a .group .txt1 {
		font-size: 2.4rem;
	}
	#ticketArea .link a .group .txt1 i {}
	#ticketArea .link a .group .txt1 strong {}
	#ticketArea .link a .group .txt2 {
		font-size: 1.6rem;
	}
	#ticketArea .link a .group .txt2 i {}
	#ticketArea .link a .group .txt2 b {}
	#ticketArea .link a .group .txt3 {
		font-size: 1.8rem;
	}
	#ticketArea .link a .group .txt3 i {}
	#ticketArea .link a .group .txt3 b {}
	#ticketArea .link a .group .txt3 em {}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

@media screen and (max-width: 360px) {
	#ticketArea .link a {
		border-top-right-radius: 28px;
		border-bottom-right-radius: 28px;
	}
}

/* ==================================================
INFORMATION
================================================== */

#infoArea {
	padding: 0 60px;
	margin-bottom: 60px;
	z-index: 5;
}

#infoArea .set {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	max-width: 1000px;
	margin: 0 auto;
}

#infoArea .set h2 {
	border: 10px solid #0095e2;
	border-radius: 1000px;
	padding: 8px 30px;
	max-width: 460px;
	width: 46%;
	background: #fff;
}

#infoArea .set h2 img {}

#infoArea .set .box {
	border: 10px solid #0095e2;
	border-radius: 28px;
	padding: 12px 20px;
	width: 90%;
	max-width: 900px;
	text-align: left;
	margin-top: -10px;
	align-self: flex-end;
	background: #fff;
	position: relative;
}

#infoArea .set .box::after {
	content: "";
	display: block;
	background: url(../img/bg_flower_set2.png) no-repeat left top;
	background-size: 100%;
	width: 380px;
	height: 744px;
	position: absolute;
	top: -200px;
	right: -200px;
	z-index: -1;
}

#infoArea .set .box>dl {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	letter-spacing: -0.05em;
}

#infoArea .set .box>dl:nth-of-type(2) {
	position: relative;
	padding-top: 18px;
	margin-top: 16px;
}

#infoArea .set .box>dl:nth-of-type(2)::before {
	content: "";
	width: 100%;
	height: 4px;
	background: #0095e2;
	border-radius: 10px;
	position: absolute;
	top: 0;
}

#infoArea .set .box>dl dt {
	font-size: 2.2rem;
	line-height: 1.1;
	width: 135px;
	padding-left: 25px;
}

#infoArea .set .box>dl dd {
	width: calc(100% - 135px);
	font-size: 1.8rem;
}

#infoArea .set .box>dl dd ul {}

#infoArea .set .box>dl dd ul li {
	text-indent: -20px;
	padding-left: 20px;
}

#infoArea .set .box>dl dd ul li:before {
	content: "・";
	display: inline-block;
	width: 20px;
	text-indent: 0;
	text-align: center;
}

#infoArea .set .box>dl dd p {
	margin-bottom: 5px;
}

#infoArea .set .box>dl dd a {
	color: #0095e2;
}

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
	#infoArea {
		padding: 0 3%;
	}
	#infoArea .set {}
	#infoArea .set h2 {
		width: 80%;
		border: 6px solid #0095e2;
	}
	#infoArea .set h2 img {}
	#infoArea .set .box {
		padding: 12px 15px;
		width: 93%;
		border: 6px solid #0095e2;
		margin-top: -6px;
	}
	#infoArea .set .box>dl {
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	#infoArea .set .box>dl:nth-of-type(2) {}
	#infoArea .set .box>dl:nth-of-type(2)::before {}
	#infoArea .set .box>dl dt {
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
		font-size: 2rem;
	}
	#infoArea .set .box>dl dd {
		width: 100%;
		font-size: 1.6rem;
	}
	#infoArea .set .box>dl dd ul {}
	#infoArea .set .box>dl dd ul li {}
	#infoArea .set .box>dl dd ul li:before {}
	#infoArea .set .box>dl dd p {}
	#infoArea .set .box>dl dd a {}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* @2019/04/24 追加 */
/* TICKET BACK NUMBER
------------------------------ */
#backnumberArea {
	padding: 0 80px;
	z-index: 6;
	position: relative;
}

#backnumberArea .ttl {
	margin-bottom: 25px;
}

#backnumberArea .ttl h2 {
	display: inline-block;
}

#backnumberArea .ttl h2::after {
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	background: #000;
	border-radius: 10px;
	margin-top: 5px;
}

#backnumberArea .inner {
}

#backnumberArea .link {
	max-width: 1200px;
	margin: 0 auto;
	/*! padding-right: 60px; */
}

#backnumberArea .link:not(:first-child) {
	margin-top: 20px;
}

#backnumberArea .link a {
	color: #fff;
	background: #c3c3c3;
	width: 100%;
	max-width: 940px;
	border-radius: 1000px;
	display: block;
	position: relative;
	margin: 0 auto;
}

#backnumberArea .link a::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/icon_arrow_fff.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	z-index: 1;
}

#backnumberArea .link a .group {
	width: 100%;
	padding: 10px 50px 14px 50px;
}

#backnumberArea .link a .group .txt1 {
	font-size: 3rem;
	letter-spacing: -0.05em;
}

#backnumberArea .link a .group .txt1 i {
	vertical-align: middle;
}

#backnumberArea .link a .group .txt1 strong {
	display: inline-block;
	background: #fff;
	color: #e3001a;
	padding: 1px 15px 2px;
	vertical-align: middle;
	border-radius: 50px;
	font-size: 90%;
}

#backnumberArea .link a .group .txt2 {
	font-size: 2.2rem;
}

#backnumberArea .link a .group .txt2 i {}

#backnumberArea .link a .group .txt2 b {
	letter-spacing: -0.02em;
	font-size: 90%;
}

#backnumberArea .link a .group .txt3 {
	font-size: 2rem;
	margin-top: 6px;
}

#backnumberArea .link a .group .txt3 i {}

#backnumberArea .link a .group .txt3 b {
	letter-spacing: -0.02em;
	font-size: 90%;
}

#backnumberArea .link a .group .txt3 em {
	letter-spacing: 0.02em;
	display: inline-block;
}

#backnumberArea .link a .group .closed {
	/*! letter-spacing: 0.02em; */
	display: inline-block;
	color: #e3001a;
	font-size: 2.2rem;
}

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {
	#backnumberArea {padding: 0 5%;}
	#backnumberArea .ttl h2 {}
	#backnumberArea .ttl h2::after {
		height: 6px;
	}
	#backnumberArea .link {}
	#backnumberArea .link a {
		border-radius: 28px;
	}
	#backnumberArea .link a::after {
		right: 15px;
	}
	#backnumberArea .link a .group {
		padding: 10px 45px 14px 15px;
	}
	#backnumberArea .link a .group .txt1 {
		font-size: 1.8rem;
	}
	#backnumberArea .link a .group .txt1 i {}
	#backnumberArea .link a .group .txt1 strong {}
	#backnumberArea .link a .group .txt2 {
		font-size: 1.5rem;
	}
	#backnumberArea .link a .group .txt2 i {}
	#backnumberArea .link a .group .txt2 b {}
	#backnumberArea .link a .group .txt3 {
		font-size: 1.8rem;
	}
	#backnumberArea .link a .group .txt3 i {}
	#backnumberArea .link a .group .txt3 b {}
	#backnumberArea .link a .group .txt3 em {}
	#backnumberArea .link a .group .closed {
		font-size: 1.6rem;
	}
} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */


/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* #################################################################################################### */
/* ##########　MEMO　################################################################################## */
/* #################################################################################################### */
/* #################################################################################################### */

/* ==================================================
大見出し
================================================== */

/* 中見出し（他、説明など）
------------------------------ */

/* ### 小見出し 1 ### */
/* ### ----- ### */

/* 小見出し 2 */
/* ----- */

/* ############ ↓↓↓ MEDIAQUERY ↓↓↓ ############ */ @media screen and (max-width: 768px) {

} /* ############ ↑↑↑ MEDIAQUERY ↑↑↑ ############ */

