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

/* ==================================================
BASE OVERWRITE
================================================== */
@media screen and (max-width: 1100px) {
}

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

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

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

.ticketPage {
	position: relative;
}

.ticketPage::after {
	content: "";
	width: 100%;
	height: 100vh;
	position: fixed;
	background: url("../img/bg.jpg") no-repeat 50% 50%;
	background-size: cover;
	top: 0;
	left: 0;
	z-index: -1;
}

@media screen and (max-width: 1100px) {
.ticketPage {
}

.ticketPage::after {
}
}

@media screen and (max-width: 768px) {
.ticketPage {
}

.ticketPage::after {
}
}



/* add @210902 */
.ticketPage #allWrap .cautionTxt {
	font-weight: 700;
	font-size: 160%;
	margin: 30px 0;
	color: #de0a16;
}

.ticketPage #allWrap .ticketBlk .cautionTxt {
	font-size: 120%;
}

.ticketPage #allWrap .qrBox {
	margin: 30px auto;
	animation: center;
}

.ticketPage #allWrap .qrBox img {
	margin: 0 auto;
	width: 180px;
}

.ticketPage #allWrap .finish {
	color: #de0a16;
	font-size: 2.2rem;
	font-weight: 700;
	display: inline-block;
	border: 2px solid #de0a16;
	line-height: 1.2;
	padding: 10px 20px;
	background: rgba(222, 10, 22, 0.05);
}
/* //add @210902 */



/* #variationArea
------------------------------ */
#variationArea {
	padding-bottom: 80px;
}
#variationArea h2 {
	font-size: 2.8rem;
	font-weight: 700;
	border-bottom: 4px solid #fbb03b;
	display: inline-block;
	padding: 0 15px 10px;
	margin-bottom: 15px;
	line-height: 1.4;
}
#variationArea .comment {
	margin-bottom: 70px;
	font-size: 1.6rem;
}
#variationArea .comment .border {
	border: 1px solid #000;
	display: inline-block;
	padding: 2px 15px;
	font-weight: 700;
	margin: 5px 0 10px;
	font-size: 120%;
}
#variationArea .comment p {
}
#variationArea .box {
	background: #0a0a50;
	position: relative;
	margin-bottom: 70px;
	padding: 10px 20px 30px;
}
#variationArea .box h3 {
	font-size: 2.8rem;
	font-weight: 700;
	color: #fff;
	text-align: left;
	padding: 0 0 0 60px;
	transform: translateY(-35px);
	line-height: 1.2;
}
#variationArea .box h3 span {
	display: inline-block;
	background: linear-gradient(20deg, #0c447f 0%, #4d94bf 50%, #a99cd5 100%);
	padding: 10px 40px;
}
#variationArea .box .head {
	color: #fff;
	margin-bottom: 30px;
	margin-top: -20px;
}
#variationArea .box .head dt {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 5px;
}
#variationArea .box .head dd {
	font-size: 1.6rem;
	font-weight: 700;
}
#variationArea .box .list {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
}
#variationArea .box .list li {
	background: #fff;
	max-width: 380px;
	width: 50%;
	margin: 0 15px 30px;
	position: relative;
	min-height: 180px;
	overflow: hidden;
}
#variationArea .box .list li::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 30px 0 0;
	border-color: #29abe2 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .2s ease-in-out;
}
#variationArea .box .list li::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 30px 30px;
	border-color: transparent transparent #29abe2 transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all .2s ease-in-out;
}

#variationArea .box .list li:hover::before {
	top: -5px;
	left: -5px;
}
#variationArea .box .list li:hover::after {
	bottom: -5px;
	right: -5px;
}

#variationArea .box .list li a {
	font-size: 2.8rem;
	font-weight: 700;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#variationArea .box .list li.pending,
#variationArea .box .list li.finish {
	pointer-events: none;
}

@media screen and (max-width: 1100px) {
#variationArea .box .list li.pending ,
#variationArea .box .list li.finish {
	order: 4;
}
}

#variationArea .box .list li.pending::before,
#variationArea .box .list li.pending::after,
#variationArea .box .list li.finish::before,
#variationArea .box .list li.finish::after {
	display: none;
}

#variationArea .box .list li.pending a,
#variationArea .box .list li.finish a {
	opacity: 0.2;
	pointer-events: none;
}

#variationArea .box .list li.pending::before {
	content: "現在、受付をしておりません。";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(10, 10, 80, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	border: none;
}

#variationArea .box .list li.finish::before {
	content: "販売を終了しました！";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(80, 10, 60, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	border: none;
}

#variationArea .box .list li.pending a::after,
#variationArea .box .list li.finish a::after {
	display: none !important;
}

#variationArea .box .list li a::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: calc(50% - 8px);
	right: 20px;
	border-top: 3px solid #0a0a50;
	border-right: 3px solid #0a0a50;
	transform: rotate(45deg);
}
#variationArea .box .list li a span {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	line-height: 1.4;
}
#variationArea .box .list li a span b {
	font-size: 2.8rem;
	font-weight: 700;
	width: 100%;
	margin-bottom: 10px;
}
#variationArea .box .list li a span i {
	font-size: 2.4rem;
	font-weight: 700;
	width: 100%;
}
#variationArea .box .list li a span .txtS {
	font-size: 1.6rem;
}

@media screen and (max-width: 1100px) {
#variationArea {
}
#variationArea h2 {
}
#variationArea .comment {
}
#variationArea .comment p {
}
#variationArea .box {
}
#variationArea .box h3 {
	padding: 0;
	text-align: center;
}
#variationArea .box h3 span {
}
#variationArea .box .head {
}
#variationArea .box .head dt {
}
#variationArea .box .head dd {
}
#variationArea .box .list {
}
#variationArea .box .list li {
	width: 100%;
	max-width: 640px;
	min-height: 150px;
	margin: 0 0 30px;
}
#variationArea .box .list li::before {
}
#variationArea .box .list li::after {
}
#variationArea .box .list li a {
}
#variationArea .box .list li a::after {
}
#variationArea .box .list li a span {
}
#variationArea .box .list li a span b {
}
#variationArea .box .list li a span i {
}
#variationArea .box .list li a span .txtS {
}
}

@media screen and (max-width: 768px) {
#variationArea {
}
#variationArea h2 {
	font-size: 2.2rem;
}
#variationArea .comment {
}
#variationArea .comment p {
}
#variationArea .box {
	margin-bottom: 50px;
}
#variationArea .box h3 {
	font-size: 2rem;
	/*! transform: translateY(-35px); */
}
#variationArea .box h3 span {
}
#variationArea .box .head {
}
#variationArea .box .head dt {
	font-size: 2rem;
}
#variationArea .box .head dd {
	font-size: 1.4rem;
}
#variationArea .box .list {
}
#variationArea .box .list li {
	min-height: auto;
	margin: 0 0 20px;
}
#variationArea .box .list li::before {
}
#variationArea .box .list li::after {
}
#variationArea .box .list li a {
	position: relative;
	padding: 10px 0;
}
#variationArea .box .list li a::after {
}
#variationArea .box .list li a span {
}
#variationArea .box .list li a span b {
	font-size: 2rem;
	margin-bottom: 5px;
}
#variationArea .box .list li a span i {
	font-size: 1.8rem;
}
#variationArea .box .list li a span .txtS {
}
}


/* #supporter
------------------------------ */
#supporter {
}
#supporter a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	background: #dbdbdb;
	padding: 20px 40px;
	position: relative;
	transition: all .4s ease-in-out;
}
#supporter a:hover {
	background: #fbb03b;
	/*color: #fff;*/
}

#supporter a::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: calc(50% - 8px);
	right: 30px;
	border-top: 3px solid #0a0a50;
	border-right: 3px solid #0a0a50;
	transform: rotate(45deg);
}
#supporter a span {
	margin: 0 20px;
}
#supporter a span b {
	font-size: 3rem;
	font-weight: 700;
}
#supporter a span b.txtS {
	font-size: 2.2rem;
	transform: translateY(-3px);
	margin-left: 10px;
}
#supporter a span i {
	font-size: 2.4rem;
	font-weight: 700;
}
#supporter a span i.txtS {
	font-size: 1.8rem;
	transform: translateY(-1px);
	margin-left: 5px;
}

@media screen and (max-width: 1100px) {
#supporter {
}
#supporter a {
}
#supporter a::after {
}
#supporter a span {
}
#supporter a span b {
}
#supporter a span b.txtS {
}
#supporter a span i {
}
#supporter a span i.txtS {
}
}

@media screen and (max-width: 768px) {
#supporter {
}
#supporter a {
	padding: 15px 20px;
}
#supporter a::after {
}
#supporter a span {
}
#supporter a span b {
	font-size: 2rem;
}
#supporter a span b.txtS {
	font-size: 1.6rem;
}
#supporter a span i {
	font-size: 2rem;
}
#supporter a span i.txtS {
	font-size: 1.4rem;
}
}

/* #ticketArea
------------------------------ */
.areaBg-child {
	background: rgba(0, 137, 137, 0.9);
	padding: 80px 50px;
}

/*
#ticketArea
│
├ #ticketReal (リアル入場チケット)
│	├ #ticket-seat (指定席)
│	├ #ticket-standing (スタンディング)
│	├ #ticket-specialsupporter (スペシャルサポーターVIP)
│	└ #ticket-supporter (サポーターVIP)
│
└ #ticketOnline (オンライン視聴チケット)
		├ #ticket-paidview (有料視聴)
		└ #ticket-freeview (無料視聴)
*/

#ticketArea {
	/*! padding-bottom: 0 !important; */
	margin-top: 80px !important;
}

#ticketArea .ticketBlk {
	background: #fff;
	margin-bottom: 60px;
	padding: 50px;
}

#ticketArea #ticketOnline.ticketBlk {
	margin-bottom: 0;
}
#ticketArea .ticketBlk h2 {
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
	background: linear-gradient(5deg, #0c447f 5%, #4d94bf 30%, #a99cd5 95%);
	line-height: 1.2;
	padding: 20px;
	margin-bottom: 30px;
}
#ticketArea .ticketBlk .head {
	margin-bottom: 30px;
}
#ticketArea .ticketBlk .head dt {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 10px;
}
#ticketArea .ticketBlk .head dd {
	font-size: 1.6rem;
	font-weight: 700;
}

#ticketArea .ticketBlk .box {
	background: #f2f2f2;
	margin-bottom: 40px;
	padding: 40px;
	position: relative;
	width: 100%;
}

#ticketArea .ticketBlk .orderBox {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
}
#ticketArea .ticketBlk .orderBox .box.pending,
#ticketArea .ticketBlk .orderBox .box.finish {
	order: 4;
}
#ticketArea .ticketBlk .box.pending,
#ticketArea .ticketBlk .box.finish  {
	pointer-events: none;
}
#ticketArea .ticketBlk .box.pending .main,
#ticketArea .ticketBlk .box.pending .announce,
#ticketArea .ticketBlk .box.pending .special,
#ticketArea .ticketBlk .box.finish .main,
#ticketArea .ticketBlk .box.finish .announce,
#ticketArea .ticketBlk .box.finish .special {
	pointer-events: none;
	opacity: 0.2;
}
#ticketArea .ticketBlk .box.pending::before {
	content: "現在、受付をしておりません。";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(10, 10, 80, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	border: none;
}

#ticketArea .ticketBlk .box.finish::before {
	content: "販売を終了しました！";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: rgba(80, 10, 60, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	border: none;
}

#ticketArea .ticketBlk .box.bgGreen {
	background: rgba(0, 137, 137, 0.2);
}
#ticketArea .ticketBlk .box.bgGreen::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
}
#ticketArea .dotLine {
	border-bottom: 2px dotted rgba(0, 137, 137, 0.3);
	margin-bottom: 40px;
}
#ticketArea .ticketBlk .box .main {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 40px;
}
#ticketArea .ticketBlk .box .main .txt {
	width: 55%;
	padding: 40px 30px 0 0;
}
#ticketArea .ticketBlk .box .txt h3 {
	font-size: 3.4rem;
	font-weight: 700;
	color: #0a0a50;
	line-height: 1.2;
	margin-bottom: 15px;
}

#ticketArea .ticketBlk .box .txt h3 .catch {
	font-size: 60%;
	line-height: 1.6; 
	margin-bottom: 10px;
	color: #008989;
}

#ticketArea .ticketBlk .box .txt .txtS {
	font-size: 2.2rem;
}
#ticketArea .ticketBlk .box .txt .price {
	font-size: 2.4rem;
	font-weight: 700;
	color: #0a0a50;
}
#ticketArea .ticketBlk .box .txt .price i {
	font-size: 1.8rem;
}
#ticketArea .ticketBlk .box .txt .price em {
}
#ticketArea .ticketBlk .box .txt .price em .txtRed {
	color: #de0a16;
}
#ticketArea .ticketBlk .box .txt .btn {
	font-size: 2.4rem;
	font-weight: 700;
	max-width: 380px;
	margin: 30px auto 0;
}
#ticketArea .ticketBlk .box .txt .btn a {
	color: #fff;
	position: relative;
	display: block;
	border-radius: 20px;
	background: #29abe2;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
	padding: 20px;
	transition: all .2s ease-in-out;
}
#ticketArea .ticketBlk .box .txt .btn a:hover {
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
	transform: scale(0.98);
	background: #fbb03b;
}
#ticketArea .ticketBlk .box .txt .btn a::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: calc(50% - 8px);
	right: 25px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}
#ticketArea .ticketBlk .box .main .imgs {
	width: 45%;
}
#ticketArea .ticketBlk .box .main .imgs .trimming {
	overflow: hidden;
	border-radius: 20px;
	width: 320px;
	height: 320px;
	margin: 0 auto;
}
#ticketArea .ticketBlk .box .main .imgs img {
	display: block;
	width: 100%;
}
#ticketArea .ticketBlk .box .announce {
	color: #de0a16;
	border: 4px solid #de0a16;
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 40px;
	
}
#ticketArea .ticketBlk .box .announce .label {
	color: #de0a16;
	border-bottom: 2px solid #de0a16;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 5px;
}
#ticketArea .ticketBlk .box .announce .inner {
	padding: 20px;
}
#ticketArea .ticketBlk .box .special {
	border: 4px solid #0a0a50;
	padding: 10px;
}
#ticketArea .ticketBlk .box .special .label {
	background: #0a0a50;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px;
	letter-spacing: 1em;
}
#ticketArea .ticketBlk .box .special ul {
}
#ticketArea .ticketBlk .box .special ul li {
	position: relative;
	z-index: 1;
	margin-top: 10px;
	text-align: left;
	padding: 10px 30px;
}
#ticketArea .ticketBlk .box .special ul li::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(15deg, #0c447f 5%, #81c0d0 22%, #4d94bf 52%, #9c8ad9 95%);
	opacity: 0.2;
	z-index: -1;
}
#ticketArea .ticketBlk .box .special ul li .ttl {
	color: #0a0a50;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: 1px dotted #0a0a50;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#ticketArea .ticketBlk .box .special ul li .ttl.no-line {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#ticketArea .ticketBlk .box .special ul li .note {
}

#ticketArea .ticketBlk .box .special .special-caution {
	margin-top: 15px;
	text-align: left;
	padding: 0 0 5px 10px;
}

#ticketOnline.ticketBlk .box {
}
#ticketOnline.ticketBlk .box .txt {
}
#ticketOnline.ticketBlk .box .txt h3 {
	font-size: 3.8rem;
}
#ticketOnline.ticketBlk .box .txt .price {
}
#ticketOnline.ticketBlk .box .txt .price i {
}
#ticketOnline.ticketBlk .box .txt .price em {
}
#ticketOnline.ticketBlk .box .txt .btn {
}
#ticketOnline.ticketBlk .box .txt .btn a {
}
#ticketOnline.ticketBlk .box .comment {
	margin-top: 30px;
}
#ticketOnline.ticketBlk .box .comment p {
	font-size: 2rem;
	font-weight: 700;
}

#ticketOnline.ticketBlk .box .comment p strong {
}
#ticketOnline.ticketBlk .box .comment p strong.border {
	display: inline-block;
	line-height: 1.2;
	border: 2px solid #0a0a50;
	color: #0a0a50;
	margin-bottom: 10px;
	padding: 5px 20px;
}

#ticketOnline.ticketBlk .box .comment .comment-caution {
	display: inline-block;
	text-align: left;
	margin-top: 20px;
}
#ticketOnline.ticketBlk .box .comment .comment-caution li {
	text-indent: -16px;
	padding-left: 16px;
	margin-bottom: 6px;
	line-height: 1.6;
	font-size: 1.6rem;
}
#ticketOnline.ticketBlk .box .comment .comment-caution li::before {
	content: "※";
	display: inline-block;
	width: 16px;
	text-indent: 0;
}
#ticketOnline.ticketBlk .box .comment .comment-caution li * {
	text-indent: 0;
}

#ticketOnline.ticketBlk .box .comment + .special {
	margin-top: 30px;
}

/* #sumachike */
#sumachike {
}
#sumachike.box {
	margin-bottom: 20px !important;
}
#sumachike h3 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: 4px solid #fbb03b;
	display: inline-block;
	padding: 0 15px 10px;
	margin-bottom: 40px;
}
#sumachike .guide {
	text-align:left;
	margin-bottom: 20px;
}
#sumachike .guide:last-child {
	margin-bottom: 0;
}

#sumachike .guide p {
}
#sumachike .guide p b {
	font-weight: 700;
}
#sumachike .attention {
	text-align:left;
	margin-bottom: 20px;
}
#sumachike .attention.type2 {
}
#sumachike .attention:last-child {
	margin-bottom: 0;
}
#sumachike .attention li {
	text-indent: -16px;
	padding-left: 16px;
	margin-bottom: 0.3em;
}
#sumachike .attention.type2 li {
	margin-bottom: 1em;
}
#sumachike .attention li::before {
	content: "※";
	text-indent: 0;
	display: inline-block;
	width: 16px;
}
#sumachike .attention.type2 li::before {
	content: "■";
}
#sumachike .attention.type3 li::before {
	content: "＊";
}

#sumachike .attention li b {
	font-weight: 700;
}
#sumachike .attention li * {
	text-indent: 0;
}


@media screen and (max-width: 1100px) {
.areaBg-child {
}

#ticketArea {
}

#ticketArea .ticketBlk {
}

#ticketArea #ticketOnline.ticketBlk {
}
#ticketArea .ticketBlk h2 {
}
#ticketArea .ticketBlk .head {
}
#ticketArea .ticketBlk .head dt {
}
#ticketArea .ticketBlk .head dd {
}

#ticketArea .ticketBlk .box {
}
#ticketArea .ticketBlk .box .main {
}
#ticketArea .ticketBlk .box .main .txt {
	width: 100%;
	padding-top: 0;
}
#ticketArea .ticketBlk .box .txt h3 {
}
#ticketArea .ticketBlk .box .txt .txtS {
}
#ticketArea .ticketBlk .box .txt .price {
}
#ticketArea .ticketBlk .box .txt .price i {
}
#ticketArea .ticketBlk .box .txt .price em {
}
#ticketArea .ticketBlk .box .txt .btn {
	font-size: 2rem;
}
#ticketArea .ticketBlk .box .txt .btn a {
}
#ticketArea .ticketBlk .box .txt .btn a::after {
}
#ticketArea .ticketBlk .box .main .imgs {
	width: 100%;
}
#ticketArea .ticketBlk .box .main .imgs .trimming {
}
#ticketArea .ticketBlk .box .main .imgs img {
}
#ticketArea .ticketBlk .box .announce {
	
}
#ticketArea .ticketBlk .box .announce .label {
}
#ticketArea .ticketBlk .box .announce .inner {
	padding: 20px 3%;
}
#ticketArea .ticketBlk .box .special {
}
#ticketArea .ticketBlk .box .special .label {
}
#ticketArea .ticketBlk .box .special ul {
}
#ticketArea .ticketBlk .box .special ul li {
}
#ticketArea .ticketBlk .box .special ul li::after {
}
#ticketArea .ticketBlk .box .special ul li .ttl {
}
#ticketArea .ticketBlk .box .special ul li .ttl.no-line {
}
#ticketArea .ticketBlk .box .special ul li .note {
}

#ticketOnline.ticketBlk .box {
}
#ticketOnline.ticketBlk .box .txt {
}
#ticketOnline.ticketBlk .box .txt h3 {
}
#ticketOnline.ticketBlk .box .txt .price {
}
#ticketOnline.ticketBlk .box .txt .price i {
}
#ticketOnline.ticketBlk .box .txt .price em {
}
#ticketOnline.ticketBlk .box .txt .btn {
}
#ticketOnline.ticketBlk .box .txt .btn a {
}
#ticketOnline.ticketBlk .box .comment {
}
#ticketOnline.ticketBlk .box .comment p {
}
#ticketOnline.ticketBlk .box .comment .comment-caution {
}
#ticketOnline.ticketBlk .box .comment .comment-caution li {
}
#ticketOnline.ticketBlk .box .comment .comment-caution li::before {
}
}

@media screen and (max-width: 768px) {
.areaBg-child {
	padding: 60px 3%;
}

#ticketArea {
}

#ticketArea .ticketBlk {
	padding: 40px 3%;
	background: rgba(255,255,255,0.8);
}

#ticketArea #ticketOnline.ticketBlk {
}
#ticketArea .ticketBlk h2 {
	font-size: 2.4rem;
}
#ticketArea .ticketBlk .head {
}
#ticketArea .ticketBlk .head dt {
	font-size: 2rem;
}
#ticketArea .ticketBlk .head dd {
	font-size: 1.4rem;
}

#ticketArea .ticketBlk .box {
	    background: #fff;
	    padding: 30px 3%;
}
#ticketArea .ticketBlk .box .main {
}
#ticketArea .ticketBlk .box .main .txt {
	padding: 0 0 40px;
}
#ticketArea .ticketBlk .box .txt h3 {
	font-size: 2.8rem;
	margin-bottom: 10px;
}
#ticketArea .ticketBlk .box .txt .txtS {
}
#ticketArea .ticketBlk .box .txt .price {
	font-size: 2rem;
}
#ticketArea .ticketBlk .box .txt .price i {
}
#ticketArea .ticketBlk .box .txt .price em {
}
#ticketArea .ticketBlk .box .txt .btn {
	font-size: 1.9rem;
}
#ticketArea .ticketBlk .box .txt .btn a {
	padding: 12px;
}
#ticketArea .ticketBlk .box .txt .btn a::after {
}
#ticketArea .ticketBlk .box .main .imgs {
}
#ticketArea .ticketBlk .box .main .imgs .trimming {
}
#ticketArea .ticketBlk .box .main .imgs img {
}
#ticketArea .ticketBlk .box .announce {
	font-size: 1.6rem;
}
#ticketArea .ticketBlk .box .announce .label {
}
#ticketArea .ticketBlk .box .announce .inner {
	padding: 20px 3%;
}
#ticketArea .ticketBlk .box .special {
}
#ticketArea .ticketBlk .box .special .label {
	font-size: 1.8rem;
}
#ticketArea .ticketBlk .box .special ul {
}
#ticketArea .ticketBlk .box .special ul li {
	padding: 10px 3%;
}
#ticketArea .ticketBlk .box .special ul li::after {
}
#ticketArea .ticketBlk .box .special ul li .ttl {
	font-size: 1.8rem;
}
#ticketArea .ticketBlk .box .special ul li .ttl.no-line {
}
#ticketArea .ticketBlk .box .special ul li .note {
}

#ticketOnline.ticketBlk .box {
}
#ticketOnline.ticketBlk .box .txt {
}
#ticketOnline.ticketBlk .box .txt h3 {
}
#ticketOnline.ticketBlk .box .txt .price {
}
#ticketOnline.ticketBlk .box .txt .price i {
}
#ticketOnline.ticketBlk .box .txt .price em {
}
#ticketOnline.ticketBlk .box .txt .btn {
}
#ticketOnline.ticketBlk .box .txt .btn a {
}
#ticketOnline.ticketBlk .box .comment {
}
#ticketOnline.ticketBlk .box .comment p {
	font-size: 1.6rem;
	text-align: left;
}
#ticketOnline.ticketBlk .box .comment p i {
	display: inline;
}
#ticketOnline.ticketBlk .box .comment p b {
	display: block;
}
#ticketOnline.ticketBlk .box .comment .comment-caution {
	text-align: left;
	display: block;
}
#ticketOnline.ticketBlk .box .comment .comment-caution li {
}
#ticketOnline.ticketBlk .box .comment .comment-caution li::before {
}
}

/* #entryArea
------------------------------ */
#entryArea {
	background: #fff;
	padding: 50px !important;
	margin-bottom: 0 !important;
}
#entryArea h2 {
	font-size: 3rem;
	font-weight: 700;
	border-bottom: 4px solid #fbb03b;
	display: inline-block;
	padding: 0 15px;
	margin-bottom: 60px;
}
#entryArea .period {
	margin-bottom: 30px;
}
#entryArea .period dt {
	display: inline-block;
	background: #0a0a50;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
	padding: 5px 10px;
}
#entryArea .period dd {
	font-size: 2rem;
	font-weight: 700;
	color: #0a0a50;
}
#entryArea .rule {
	margin-bottom: 40px;
}
#entryArea .links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}
#entryArea .links li {
	width: calc(50% - 40px);
	max-width: 260px;
	margin: 0 20px 60px;
	position: relative;
	border: 2px solid #000;
	overflow: hidden;
}
#entryArea .links li::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 24px 0 0;
	border-color: #29abe2 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .2s ease-in-out;
}
#entryArea .links li::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 24px 24px;
	border-color: transparent transparent #29abe2 transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all .2s ease-in-out;
}

#entryArea .links li:hover::before {
	top: -5px;
	left: -5px;
}
#entryArea .links li:hover::after {
	bottom: -5px;
	right: -5px;
}

#entryArea .links li a {
	font-size: 1.6rem;
	font-weight: 700;
	display: block;
	position: relative;
	z-index: 1;
	padding: 15px;
	line-height: 1.2;
}
#entryArea .links li a::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
	border-top: 2px solid #0a0a50;
	border-right: 2px solid #0a0a50;
	transform: rotate(45deg);
}
#entryArea .caution {
	background: #f2f2f2;
	padding: 30px;
	margin-bottom: 50px;
}
#entryArea .caution h3 {
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 25px;
}
#entryArea .caution .inner {
	background: #fff;
	text-align: left;
	padding: 20px 0 20px 20px;
}
#entryArea .caution .inner p {
	margin-bottom: 15px;
}
#entryArea .caution .inner p strong {
	font-size: 1.6rem;
	font-weight: 700;
}
#entryArea .caution .inner .scrollBox {
	overflow-y: scroll;
	height: 320px;
}
#entryArea .caution .inner ul {
	padding-right: 20px;
}
#entryArea .caution .inner ul li {
	text-indent: -16px;
	padding-left: 16px;
	margin-bottom: 12px;
	line-height: 1.4;
}
#entryArea .caution .inner ul li::before {
	content: "・";
	display: inline-block;
	width: 16px;
	text-indent: 0;
}
#entryArea .caution .inner ul li * {
	text-indent: 0;
}

#entryArea .caution .inner ul li b {
	font-weight: 700;
}

#entryArea .caution ul li a:link { text-decoration: underline; color: #008989; }
#entryArea .caution ul li a:visited { text-decoration: underline; color: #008989; }
#entryArea .caution ul li a:hover { text-decoration: none; color: #29ABE2; }
#entryArea .caution ul li a:active { text-decoration: none; color: #29ABE2; }

#entryArea .forget {
	margin-bottom: 30px;
}
#entryArea .forget a {
	font-size: 1.6rem;
	text-decoration: underline;
}
#entryArea .forget a:hover {
	text-decoration: none;
}
#entryArea .note {
	background: #f2f2f2;
	padding: 30px 40px;
	margin-top: 40px;
}
#entryArea .note ul {
	margin-bottom: 20px;
}
#entryArea .note ul li {
	border-bottom: 1px solid #0a0a50;
	font-size: 1.6rem;
	font-weight: 700;
	color: #0a0a50;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	text-align: left;
	padding-bottom: 8px;
	margin-bottom: 12px;
}
#entryArea .note ul li .ttl {
	width: 300px;
}
#entryArea .note ul li .txt {
	width: calc(100% - 300px);
}
#entryArea .note ul li .txt .txtRed {
	color: #de0a16;
}
#entryArea .note p {
	text-align: left;
}
#entryArea .note p a {
	text-decoration: underline;
}
#entryArea .note p a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1100px) {
#entryArea {
}
#entryArea h2 {
}
#entryArea .period {
}
#entryArea .period dt {
}
#entryArea .period dd {
}
#entryArea .rule {
}
#entryArea .links {
}
#entryArea .links li {
}
#entryArea .links li::before {
}
#entryArea .links li::after {
}
#entryArea .links li a {
}
#entryArea .links li a::after {
}
#entryArea .caution {
}
#entryArea .caution h3 {
}
#entryArea .caution .inner {
}
#entryArea .caution .inner p {
}
#entryArea .caution .inner p strong {
}
#entryArea .caution .inner .scrollBox {
}
#entryArea .caution .inner ul {
}
#entryArea .caution .inner ul li {
}
#entryArea .caution .inner ul li::before {
}
#entryArea .forget {
}
#entryArea .forget a {
}
#entryArea .forget a:hover {
}
#entryArea .note {
}
#entryArea .note ul {
}
#entryArea .note ul li {
	display: block;
	margin-bottom: 20px;
}
#entryArea .note ul li .ttl {
	width: 100%;
	margin-bottom: 5px;
}
#entryArea .note ul li .txt {
	width: 100%;
}
#entryArea .note ul li .txt .txtRed {
}
#entryArea .note p {
}
#entryArea .note p a {
}
#entryArea .note p a:hover {
}
}

@media screen and (max-width: 768px) {
#entryArea {
	padding: 40px 3% !important;
}
#entryArea h2 {
	font-size: 2rem;
}
#entryArea .period {
}
#entryArea .period dt {
}
#entryArea .period dd {
	font-size: 1.6rem;
}
#entryArea .rule {
}
#entryArea .links {
	margin-bottom: 30px;
}
#entryArea .links li {
	width: 90%;
	margin: 0 auto 20px;
	max-width: 320px;
}
#entryArea .links li::before {
}
#entryArea .links li::after {
}
#entryArea .links li a {
}
#entryArea .links li a::after {
}
#entryArea .caution {
	padding: 30px 3%;
}
#entryArea .caution h3 {
}
#entryArea .caution .inner {
	padding: 15px 0 15px 10px;
}
#entryArea .caution .inner p {
	margin-bottom: 10px;
}
#entryArea .caution .inner p strong {
}
#entryArea .caution .inner .scrollBox {
	height: 320px;
}
#entryArea .caution .inner ul {
}
#entryArea .caution .inner ul li {
}
#entryArea .caution .inner ul li::before {
}
#entryArea .forget {
}
#entryArea .forget a {
}
#entryArea .forget a:hover {
}
#entryArea .note {
}
#entryArea .note ul {
}
#entryArea .note ul li {
}
#entryArea .note ul li .ttl {
}
#entryArea .note ul li .txt {
}
#entryArea .note ul li .txt .txtRed {
}
#entryArea .note p {
}
#entryArea .note p a {
}
#entryArea .note p a:hover {
}
}

/* #formBox
------------------------------ */
#formBox {
	max-width: 640px;
	margin: 0 auto;
}
#formBox form {
}
#formBox dl {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}
#formBox dl dt {
	text-align: right;
	width: 160px;
	margin-bottom: 5px;
	line-height: 1.4;
	font-size: 1.6rem;
	font-weight: 700;
}
#formBox dl dt .txtS {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
#formBox dl dd {
	width: calc(100% - 190px);
	text-align: left;
}
#formBox dl dd input {
	width: 100%;
	max-width: 420px;
	padding: 6px 16px;
	background-color: #fff;
	border: 1px solid #000;
	box-shadow: 0 0 0 rgba(0,0,0,0) inset;
	font-size: 1.6rem;
	letter-spacing: 0.12em;
	line-height: 1.4;
	color: #222;
	transition: box-shadow 0.4s ease-out 0s, background-color 0.4s ease-out 0s;
}
#formBox dl dd input:focus {
	box-shadow: 0 1px 5px rgba(0,0,0,0.25) inset;
}
#formBox dl dd input.wrote {
	background-color: #f2fffc;
}
#formBox .btn {
	margin-top: 40px;
	margin-bottom: 20px;
}
#formBox .btn button {
	color: #fff;
	display: block;
	border-radius: 20px;
	background: #29abe2;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.35);
	padding: 24px;
	max-width: 480px;
	width: 90%;
	margin: 0 auto;
	font-size: 2.4rem;
	font-weight: 700;
	transition: all .2s ease-in-out;
	line-height: 1.4;
}

#formBox .btn button:hover {
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
	transform: scale(0.98);
	background: #fbb03b;
}

#formBox .btn button em {
	position: relative;
	display: block;
}
#formBox .btn button em::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: calc(50% - 8px);
	right: 0px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
}

@media screen and (max-width: 1100px) {
#formBox {
}
#formBox form {
}
#formBox dl {
}
#formBox dl dt {
}
#formBox dl dt .txtS {
}
#formBox dl dd {
}
#formBox dl dd input {
}
#formBox dl dd input:focus {
}
#formBox dl dd input.wrote {
}
#formBox .btn {
}
#formBox .btn button {
}
#formBox .btn button em {
}
#formBox .btn button em::after {
}
}

@media screen and (max-width: 768px) {
#formBox {
}
#formBox form {
}
#formBox dl {
	display: block;
	width: 90%;
	
	margin: 0 auto 20px;
}
#formBox dl dt {
	width: 100%;
	text-align: left;
	margin-bottom: 8px;
}
#formBox dl dt .txtS {
}
#formBox dl dd {
	width: 100%;
}
#formBox dl dd input {
}
#formBox dl dd input:focus {
}
#formBox dl dd input.wrote {
}
#formBox .btn {
}
#formBox .btn button {
	padding: 15px 35px;
	font-size: 1.9rem;
}
#formBox .btn button em {
}
#formBox .btn button em::after {
}
}



/* #lineupArea
------------------------------ */
#lineupArea {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 80px !important;
}
#lineupArea .lineupBox {
	background: rgba(0, 137, 137, 0.8);
	padding: 50px 40px 30px;
}
#lineupArea .lineupBox h2 {
	font-size: 2.2rem;
	font-weight: 700;
	border-bottom: 4px solid #fbb03b;
	display: inline-block;
	padding: 0 15px 10px;
	margin-bottom: 40px;
	line-height: 1.4;
	color: #fff;
}
#lineupArea .lineupBox .listBox {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
}
#lineupArea .lineupBox dl {
	width: calc(50% - 20px);
	border: 1px solid #0a0a50;
	margin: 0 10px 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: column;
	background: rgba(255,255,255,0.9);
}
#lineupArea .lineupBox dl dt {
	background: #0a0a50;
	color: #fff;
	line-height: 1.2;
	padding: 5px 15px 8px;
	margin-bottom: 20px;
	/*! text-align: left; */
	width: 100%;
}
#lineupArea .lineupBox dl dt b {
	font-size: 120%;
	font-weight: 700;
}
#lineupArea .lineupBox dl dd {
	text-align: left;
	padding: 0 10px 0 30px;
	width: 100%;
	font-size: 1.5rem;
	position: relative;
	line-height: 1.3;
	margin-bottom: 3px;
}
#lineupArea .lineupBox dl dd::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 15px;
	width: 6px;
	height: 6px;
	background: #0a0a50;
	border-radius: 50%;
}
#lineupArea .lineupBox dl dd.andmore::before {
	display: none;
}
#lineupArea .lineupBox dl dd i {
	font-size: 80%;
}
#lineupArea .lineupBox dl dd i b {
	font-weight: 700;
	color: #008989;
}
#lineupArea .lineupBox dl dd.andmore {
	margin-top: 15px;
	font-weight: 700;
	text-align: right;
	padding-right: 20px;
}

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

@media screen and (max-width: 768px) {
#lineupArea {
}
#lineupArea .lineupBox {
	padding: 50px 3% 30px;
}
#lineupArea .lineupBox h2 {
}
#lineupArea .lineupBox .listBox {
	display: block;
}
#lineupArea .lineupBox dl {
	width: 100%;
	margin: 0 auto 20px;
}
#lineupArea .lineupBox dl dt {
	text-align: left;
}
#lineupArea .lineupBox dl dt b {
}
#lineupArea .lineupBox dl dd {
}
#lineupArea .lineupBox dl dd::before {
}
#lineupArea .lineupBox dl dd.andmore::before {
}
#lineupArea .lineupBox dl dd i {
}
#lineupArea .lineupBox dl dd i b {
}
#lineupArea .lineupBox dl dd.andmore {
}
}

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

