@charset "UTF-8";

/* =========================================================
COMMON
========================================================= */
body#pageHome {
}


/* ==================================================
GLOBAL NAVIGATION
================================================== */
@keyframes navSlidein {
	0% {top: -100px; opacity: 0;}
	100% {top: 0; opacity: 1;}
}

@media screen and (min-width: 641px) {
	#pageHome #globalNav {
		top: -100px;
		opacity: 0;
	}

	#pageHome.introSkip #globalNav {
		top: -100px;
		opacity: 0;
		will-change: animation;
		animation: navSlidein 1.0s ease-out 0.6s both;
	}
}

@media screen and (max-width: 640px) {
	#pageHome	#hamburgerBtn {
		top: -100px;
		opacity: 0;
	}

	#pageHome.introSkip	#hamburgerBtn {
		/*top: -100px;
		opacity: 0;
		transform: translate3d(0,0,0);*/
		will-change: animation;
		animation: navSlidein 1.0s ease-out 0.6s both;
	}

	#pageHome #globalNav #menuTicket {
		top: -100px;
		opacity: 0;
	}

	#pageHome.introSkip #globalNav #menuTicket {
		/*top: -100px;
		opacity: 0;
		transform: translate3d(0,0,0);*/
		will-change: animation;
		animation: navSlidein 1.0s ease-out 0.6s both;
	}
}


/* ==================================================
HEADER
================================================== */
@media screen and (min-width:769px) {
	.spView {display: none !important;}
}
@media screen and (max-width:768px) {
	.pcView {display: none !important;}
}

#hdrWrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	min-height: 480px;
}

@keyframes viewFadein {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.viewFadein {
	opacity: 0;
	will-change: animation;
	animation: viewFadein 1.2s ease-out 0s both;
}

.viewFadein-delay {
	will-change: animation;
	animation: viewFadein 1.2s ease-out 2s both;
}


/* イントロムービー
------------------------------ */
#introMov {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: #000;
}

@keyframes introSkip {
  0% {opacity: 1;}
  99% {opacity: 0; transform: scale(1.8);}
  100% {opacity: 0; visibility: hidden;}
}

.introSkip #introMov {
	will-change: animation;
	animation: introSkip 0.6s ease-in 0s both;
}

/*#introMov::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/home/movie_cover.png);
	background-repeat: repeat;
	background-position: left top;
	background-size: auto;
	z-index: 1;
}*/

#introMov video {
	/*position: absolute;
	top: 50%;
	left: 50%;
	max-width: inherit;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);*/
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

/*@media screen and (max-width: 768px) {
	#introMov video {
		object-fit: contain;
		font-family: 'object-fit: contain;';
	}
}*/

#introMov video p {
}

#introMov .skipBtn {
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 1;
}

@media screen and (max-width: 768px) {
	#introMov .skipBtn {
		bottom: 30px;
		right: 20px;
	}
}

#introMov .skipBtn a {
}

#introMov .skipBtn a img {
}

/* 常駐ヘッダー
------------------------------ */
#headMov {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
}

@keyframes hdrFadein {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

#headMov.heightFit {
	will-change: animation;
	animation: hdrFadein 1.6s ease-out 0s both;
}

#headMov::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/home/movie_cover.png);
	background-repeat: repeat;
	background-position: left top;
	background-size: auto;
	z-index: 1;
}

#headMov video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}


#headMov video p {
}

#headMov .siteTitle {
	position: absolute;
	top: calc(50% + 46px);
	left: 0;
	right: 0;
	margin: auto;
	height: 85%;
	max-height: 698px;
	/*max-height: 706px;*/
	z-index: 5;
	transform: translate(0, calc(-50% - 23px));
	transition: all 0.6s ease-out 0s;
}

#headMov .siteTitle img {
	width: auto;
	height: 100%;
}

@media screen and (max-width: 768px) {
	#headMov .siteTitle {
		height: 75%;
		max-height: 653px;
		min-height: 408px;
	}

	#headMov .siteTitle img {
		width: auto;
		height: 100%;
	}
}

@media screen and (max-width: 500px) {
	#headMov .siteTitle {
		height: auto;
		max-height: 420px;
		min-height: 360px;
		width: 60%;
		max-width: 480px;
		min-width: 260px;
		top: 50%;
		transform: translate(0, -50%);
	}

	#headMov .siteTitle img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 500px) and (min-height: 600px) {
	#headMov .siteTitle {
		height: 75%;
		max-height: 420px;
		min-height: auto;
		width: auto;
		top: 50%;
		transform: translate(0, -50%);
	}

	#headMov .siteTitle img {
		width: auto;
		height: 100%;
	}
}

@media screen and (max-width: 500px) and (max-height: 480px) {
	#headMov .siteTitle {
		/*! top: calc(50% + 46px); */
		transform: translate(0, calc(-50% + 25px));
		min-height: 360px;
	}
}

/*@media screen and (max-width: 768px) and (orientation: landscape) {
	#headMov .siteTitle {
	}

	#headMov .siteTitle img {
	}
}

@media screen and (max-width: 768px) and (orientation: portrait) {
	#headMov .siteTitle {
		height: auto;
		max-height: auto;
		width: 80%;
		max-width: 480px;
	}

	#headMov .siteTitle img {
		width: 100%;
		height: auto;
	}
}*/

/* スクロールボタン */
#headMov .scrollBtn {
	font-size: 12px;
	color: #fff !important;
	line-height: 1;
	letter-spacing: 0.1em;
	padding: 0 0 12px;
	position: absolute;
	bottom: 30px;
	right: 20px;
	margin: auto;
	z-index: 2;
	opacity: 1;
}

#headMov .scrollBtn {
	bottom: -24px;
	opacity: 0;
}

@keyframes btnSlidein {
	0% {opacity: 0; bottom: -24px;}
	100% {opacity: 1; bottom: 30px;}
}

@keyframes btnSlideout {
	0% {opacity: 1; bottom: 30px;}
	100% {opacity: 0; bottom: -24px;}
}

@media screen and (min-height: 480px) {
	.introSkip #headMov .scrollBtn {
		bottom: -24px;
		opacity: 0;
		will-change: animation;
		animation: btnSlidein 1.0s ease-out 0.6s both;
	}
}

@media screen and (max-height: 479px) {
	.introSkip #headMov .scrollBtn {
		bottom: 30px;
		opacity: 1;
		will-change: animation;
		animation: btnSlideout 1.0s ease-out 0s both;
	}
}

@keyframes scrollAllow {
	0% { transform: translate(0,0) rotate(45deg); }
	60% { transform: translate(0,4px) rotate(45deg); }
	100% { transform: translate(0,0) rotate(45deg); }
}

#headMov .scrollBtn::before{
	content: "";
	border-right: 2px solid;
	border-bottom: 2px solid;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	position: absolute;
	bottom: -3px;
	left: 0;
	right: 0;
	margin: 0 auto;
	will-change: animation;
	animation: scrollAllow 2.0s infinite;
	z-index: 1;
}

/* =========================================================
CONTENTS
========================================================= */
#allWrap {
}

#cntWrap {
}

#mainWrap {
	position: relative;
}

#welcome {
	position: absolute;
	top: -46px;
	left: 0;
	z-index: -1000;
}

section {
}

section:last-child {
}



/* リードエリア
------------------------------ */
#leadArea {
	padding: 40px 0 100px;
	background: #fff;
}

#snsArea {
	margin-bottom: 40px;
}

#gigyaShare {
}

#jme-point-img {
	width: 180px;
	height: 26px;
	margin: 0 20px 0px 0px;
	background-size: contain;
}

/* ver. Original Color */
#gigyaShare-reaction0-facebook_img {
	width: 24px !important;
	height: 24px !important;
	background-size: contain !important;
}
#gigyaShare-reaction1-twitter_img {
	width: 24px !important;
	height: 24px !important;
	background-size: contain !important;
}
#gigyaShare-reaction2-mixi_img {
	width: 24px !important;
	height: 24px !important;
	background-size: contain !important;
}
#gigyaShare-reaction3-linkedin_img {
	width: 24px !important;
	height: 24px !important;
	background-size: contain !important;
}


#leadArea .message {
}

#leadArea .message .ttl {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.4;
	color: #09325c;
	margin-bottom: 30px;
	padding: 0 40px;
	max-width: 1400px;
	margin: 0 auto 30px;
}

#leadArea .message .box {
	border-top: 1px solid #09325c;;
	padding: 40px 40px 0;
	/*! text-align: left; */
}

#leadArea .message .box p {
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.6;
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
}


/* HOW TO
------------------------------ */
#howtoArea {
	margin: 40px 0 0;
}

#howtoArea .inner {
}

#howtoArea h2 {
	border: 2px solid #09325c;
	font-size: 2rem;
	color: #fff;
	border-bottom: none;
	padding: 5px;
	background-color: #09325c;
}

#howtoArea .ticketSet {
	text-align: left;
	border: 2px solid #09325c;
	font-size: 1.5rem;
	color: #09325c;
}

#howtoArea .ticketSet .head p{
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}

#howtoArea .head {
	border-bottom: 2px solid #09325c;
	padding: 20px 15px 30px;
	font-weight: 700;
}

#howtoArea .head p {
	color: #09325c;
}

#howtoArea .ticketSet dl {
	border-bottom: 2px solid #09325c;
	padding: 20px 15px 30px;
}

#howtoArea .ticketSet dl:last-child {
	border-bottom: none;
}

#howtoArea .ticketSet dl dt {
	border: 2px solid #09325c;
	display: block;
	width: 220px;
	padding: 5px 20px;
	text-align: center;
	margin: 0 0 10px;
	font-weight: 700;
}

#howtoArea .ticketSet dl dt em {
	font-size: 90%;
}

#howtoArea .ticketSet dl dd {
}

#howtoArea .ticketSet dl dd ul {
}

#howtoArea .ticketSet dl dd ul li {
	text-indent: -20px;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
}

#howtoArea .ticketSet dl dd ul li::before {
	content: "＊";
	display: inline-block;
	text-indent: 0;
	width: 20px;
}

#howtoArea .ticketSet dl dd ul li b {
	text-indent: 0;
	font-size: 90%;
}

#howtoArea .ticketSet dl dd .link {
	margin-top: 20px;
}

#howtoArea .ticketSet dl dd .link a {
	padding: 8px 10px;
	background-color: #09325c;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.6rem;
	width: 90%;
	margin: 0 auto;
	position: relative;
}

#howtoArea .ticketSet dl.ticket1 dd .link a {
	background-color: #d41c1c;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 14px 10px;
}

#howtoArea .ticketSet dl dd .link a::after {
	content: "";
	display: block;
	width: 12px;
	height: 10px;
	background-image: url("../img/common/icon_arrow_fff.svg");
	background-size: contain;
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
}

#howtoArea .ticketSet dl dd .note {
	/*! text-align: center; */
}

#howtoArea .ticketSet dl dd .note p {
	font-size: 90%;
	display: inline-block;
	margin: 20px auto 0;
}

#howtoArea .ticketSet dl dd .note b {
}

#howtoArea .ticketSet dl.ticket1 {
}

#howtoArea .ticketSet dl.ticket2 {
}

#howtoArea .ticketSet dl.ticket3 {
}


#howtoArea .ticketSet dl.ticket1 dd ul li {
}

#howtoArea .ticketSet dl.ticket1 dd ul li:nth-child(1)::before { content: "①"; }
#howtoArea .ticketSet dl.ticket1 dd ul li:nth-child(2)::before { content: "②"; }
#howtoArea .ticketSet dl.ticket1 dd ul li:nth-child(3)::before { content: "③"; }
#howtoArea .ticketSet dl.ticket1 dd ul li:nth-child(4)::before { content: "④"; }
#howtoArea .ticketSet dl.ticket1 dd ul li:nth-child(5)::before { content: "⑤"; }

#howtoArea .ticketSet dl.ticket1 dd ul li span {
}


@media screen and (min-width: 769px) {
	#howtoArea {
	max-width: 900px;
	margin: 60px auto 0px;
	}

	#howtoArea .inner {
	}

	#howtoArea h2 {
	}

	#howtoArea .ticketSet {
	}

	#howtoArea .head {
	}

	#howtoArea .head p {
	}

	#howtoArea .column {

	display: flex;
	justify-content: center;
	align-items: stretch;
	}

	#howtoArea .ticketSet dl {
	border: none;
	width: 50%;
	position: relative;
	padding-bottom: 80px;
	}

	#howtoArea .ticketSet dl:last-child {
	}

	#howtoArea .ticketSet dl dt {
	}

	#howtoArea .ticketSet dl dt em {
	}

	#howtoArea .ticketSet dl dd {
	}

	#howtoArea .ticketSet dl dd ul {
	}

	#howtoArea .ticketSet dl dd ul li {
	}

	#howtoArea .ticketSet dl dd ul li::before {
	}

	#howtoArea .ticketSet dl dd ul li b {
	}

	#howtoArea .ticketSet dl dd .link {
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	}

	#howtoArea .ticketSet dl dd .link a {
	height: 50px;
	}

	#howtoArea .ticketSet dl.ticket2 dd .link a {
	background-color: #fff;
	color: #09325c;
	border: 1px solid #09325c;
	}

	#howtoArea .ticketSet dl.ticket2 dd .link a::after {
		background-image: url("../img/common/icon_arrow.svg");
		background-size: contain;
	}

	#howtoArea .ticketSet dl.ticket2 dd .link a:hover {
	background-color: #b5d2f0;
	}

	#howtoArea .ticketSet dl dd .note {
	}

	#howtoArea .ticketSet dl dd .note p {
	}

	#howtoArea .ticketSet dl dd .note b {
	}

	#howtoArea .ticketSet dl.ticket1 {
	}

	#howtoArea .ticketSet dl.ticket2 {
		border-left: 2px solid #09325c;
	}

	#howtoArea .ticketSet dl.ticket3 {
	}


	#howtoArea .ticketSet dl.ticket1 dd ul li {
	}

	#howtoArea .ticketSet dl.ticket1 dd ul li:nth-child(1)::before {
	}
	#howtoArea .ticketSet dl.ticket1 dd ul li:nth-child(2)::before {
	}
	#howtoArea .ticketSet dl.ticket1 dd ul li:nth-child(3)::before {
	}
	#howtoArea .ticketSet dl.ticket1 dd ul li:nth-child(4)::before {
	}
	#howtoArea .ticketSet dl.ticket1 dd ul li:nth-child(5)::before {
	}

	#howtoArea .ticketSet dl.ticket1 dd ul li span {
	}
}



@media screen and (max-width: 768px) {
	#leadArea {
	padding: 40px 0 60px;
}
#leadArea .message .ttl {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.4;
	color: #09325c;
	margin-bottom: 20px;
	padding: 0 20px;
}

#leadArea .message .box {
	border-top: 1px solid #09325c;;
	padding: 20px 20px 0;
	/*! text-align: left; */
}

#leadArea .message .box p {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.6;
	max-width: 1100px;
	margin: 0 auto;
}

#leadAttention {
	margin: 50px auto 0;
	padding: 25px 20px 15px;
}

#leadAttention .label {
	font-size: 1.8rem;
}

#leadAttention p {
	font-size: 1.6rem !important;
}

#leadAttention p i {
}

#leadAttention p i s {
}

#leadAttention p .attention-ttl {
	margin-bottom: 10px;
}

#leadAttention p .attention-note {
}

#leadAttention p .note i {
}
}


/* スライダー＆トピックスエリア
------------------------------ */
#topicsArea {
	padding-bottom: 30px;
	background: #fff;
}

#topicsArea .sliderWrap {
	max-width: 1920px;
	margin: 0 auto;
}

#mainSlider {
}

#mainSlider .list {
	padding: 0 10px;
	width: 640px;
}

@media screen and (max-width: 768px) {
#mainSlider .list {
	padding: 0 10px;
	width: 420px;
}
}

#mainSlider .list a {
	display: block;
}

#mainSlider .list a .pct {
	border: 1px solid #ececec;
}

#mainSlider .list a .pct img {
}

#mainSlider .list a .caption {
	text-align: left;
	color: #fff;
	background: #09325c;
	font-size: 1.6rem;
	font-weight: 700;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 84px;
	padding: 15px;
	transition: all 1.2s ease-out 0s;
	margin-top: 5px;
}

#mainSlider .list:not(.slick-current) a .caption {
	opacity: 0;
}

#topicsArea .sliderWrap .sliderController {
}

#topicsArea .sliderWrap .sliderController .dots {
}

#topicsArea .sliderWrap .sliderController .arrows {
}


/* テーマエリア
------------------------------ */
#themeArea {
	background: rgba(9,50,92,0.9) url("../img/home/bg_cover.png");
	padding: 80px 0;
}

#themeArea .box {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 1200px;
	margin: 0 auto;
}

#themeArea .box .pct {
	position: relative;
	width: 50%;
	padding: 0 80px 80px;
}

#themeArea .box .pct .label {
	position: relative;
	background: url("../img/home/theme_img.jpg") no-repeat center center;
	background-size: cover;
	height: 620px;
}

#themeArea .box .pct .label img {
	position: absolute;
	top: 40px;
	left: -20px;
	width: 90%;
}

#themeArea .box .txt {
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	text-align: left;
	width: 50%;
	padding-right: 60px;
}

#themeArea .box .txt p {
}

#themeArea .box .txt p:not(:last-child) {
	margin-bottom: 50px;
}

#themeArea .box .txt .label {
	margin-bottom: 50px;;
}

#themeArea .box .txt .label img {
}

@media screen and (max-width: 768px) {
#themeArea {
	background: rgba(9,50,92,0.9) url("../img/home/bg_cover.png");
	padding: 80px 0;
}

#themeArea .box {
	display: block;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 1200px;
	margin: 0 auto;
}

#themeArea .box .pct {
	position: relative;
	width: 100%;
	padding: 0 60px 60px;
}

#themeArea .box .pct .label {
	position: relative;
	background: url("../img/home/theme_img.jpg") no-repeat center center;
	background-size: cover;
	height: 420px;
}

#themeArea .box .pct .label img {
	position: absolute;
	top: 40px;
	left: -20px;
	width: 90%;
}

#themeArea .box .txt {
	color: #fff;
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	text-align: left;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}

#themeArea .box .txt p {
}

#themeArea .box .txt p:not(:last-child) {
	margin-bottom: 50px;
}

#themeArea .box .txt .label {
	margin-bottom: 50px;;
}

#themeArea .box .txt .label img {
}
}


/* アバウトエリア
------------------------------ */
#aboutArea {
	padding: 160px 0 300px;
}

#aboutArea h2 {
	font-size: 7rem;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	margin-bottom: 60px;
}

#aboutArea .board {
	max-width: 1100px;
	margin: 0 auto 2px;
	text-align: left;
	color: #000;
	line-height: 1.8;
	background: #fff;
	padding: 70px 60px 50px;
	letter-spacing: 0.02em;
}

#aboutArea .board.type2 {
	padding-top: 50px;
}

#aboutArea .board dl {
	border-top: 1px solid #09325c;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

#aboutArea .board dl dt {
	border-top: 2px solid #09325c;
	padding: 20px 0 40px 20px;
	width: 180px;
	color: #09325c;
	font-weight: 700;
}

#aboutArea .board dl dd {
	padding: 22px 0 40px 40px;
	width: calc(100% - 180px);
}

#aboutArea .board dl dd .date-note {
	color: #d41c1c;
	font-size: 90%;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 25px;
}

#aboutArea .board dl dd .date-label {
	color: #000;
	font-size: 90%;
	display: inline-block;
	border: 1px solid #000;;
	line-height: 1;
	padding: 4px 10px;
	margin-right: 10px;
}

#aboutArea .board dl dd b {
	/*font-weight: 600;*/
}

#aboutArea .board dl dd .label {
	color: #000;
	font-size: 90%;
	display: inline-block;
	border: 1px solid #000;;
	line-height: 1;
	padding: 4px 10px;
	margin-right: 10px;
}

#aboutArea .board dl dd .box {
}

#aboutArea .board dl dd .box .group {
}

#aboutArea .board dl dd .box .group .label {
	font-size: 1.4rem;
	border: 1px solid #000;
	display: inline-block;
	line-height: 1;
	padding: 4px 12px;
	margin-bottom: 10px;
}

#aboutArea .board dl dd .box .group .note {
	margin-bottom: 30px;
}

#aboutArea .board dl dd .box .group .note .link {
}

#aboutArea .board dl dd .box .group .note .link a {
}

#aboutArea .board dl dd .box .group .note .link a img {
}

#aboutArea .board dl dd .box .group .note .txt {
}

#aboutArea .board dl dd a {
	display: inline-block;
}

#aboutArea .board dl dd a img {
}

#aboutArea .board dl dd .btnSet {
	margin-bottom: 30px;
}

#aboutArea .board dl dd .btnSet a {
	display: inline-block;
}

#aboutArea .board dl dd .btnSet:not(:last-child) a {
	margin-right: 15px;
}

#aboutArea .board dl dd .btnSet a img {
}

#aboutArea .board dl dd .attention {
}

#aboutArea .board dl dd .attention li {
	padding-left: 20px;
	text-indent: -20px;
}

#aboutArea .board dl dd .attention li::before {
	text-indent: 0;
	content: "※";
	width: 20px;
	display: inline-block;
}

#aboutArea .board dl dd .attention li b {
	text-indent: 0;
	color: #d41c1c;
	font-weight: 700;
	display: inline;
}

#aboutArea .board .btn {
	border: 1px solid #09325c;
	color: #09325c;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.4rem;
	max-width: 560px;
	margin: 0 auto;
	line-height: 1.2;
	height: 80px;
	position: relative;
}

#aboutArea .board .btn::after {
	content: "";
	background: url(../img/common/icon_arrow.png) no-repeat center center;
	background-size: contain;
	width: 12px;
	height: 10px;
	position: absolute;
	right: 15px;
	top: calc(50% - 5px);
}

#aboutArea .board .btn:hover {
	background-color: #e9eef2;
	opacity: 1;
}


#aboutArea .board .btn span {
}

#aboutArea .board .btn span i {
	transform: translateY(-4px);
}

#aboutArea .board .btn span strong {
	font-size: 4rem;
	display: inline-block;
	margin-left: 12px;
}

@media screen and (max-width: 768px) {
#aboutArea {
	padding: 160px 0 180px;
}

#aboutArea h2 {
	font-size: 7rem;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	margin-bottom: 60px;
}

#aboutArea .board {
	max-width: 1100px;
	margin: 0 auto 2px;
	text-align: left;
	color: #000;
	line-height: 1.8;
	background: #fff;
	padding: 70px 20px 50px;
	letter-spacing: 0.02em;
}

#aboutArea .board.type2 {
	padding-top: 50px;
}

#aboutArea .board dl {
	border-top: 1px solid #09325c;
	display: block;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

#aboutArea .board dl dt {
	border-top: none;
	padding: 30px 10px 0px 10px;
	width: 100%;
	color: #09325c;
	font-weight: 700;
}

#aboutArea .board dl dd {
	padding: 20px 10px 40px 10px;
	width: 100%;
}

#aboutArea .board dl dd .label {
}

#aboutArea .board dl dd .box {
}

#aboutArea .board dl dd .box .group {
}

#aboutArea .board dl dd .box .group .label {
	font-size: 1.4rem;
	border: 1px solid #000;
	display: inline-block;
	line-height: 1;
	padding: 4px 12px;
	margin-bottom: 10px;
}

#aboutArea .board dl dd .box .group .note {
	margin-bottom: 30px;
}

#aboutArea .board dl dd .box .group .note .link {
}

#aboutArea .board dl dd .box .group .note .link a {
}

#aboutArea .board dl dd .box .group .note .link a img {
}

#aboutArea .board dl dd .box .group .note .txt {
}

#aboutArea .board dl dd a {
}

#aboutArea .board dl dd a img {
}

#aboutArea .board dl dd .btnSet {
	margin-bottom: 30px;
}

#aboutArea .board dl dd .btnSet a {
	display: inline-block;
}

#aboutArea .board dl dd .btnSet:not(:last-child) a {
	margin-right: 15px;
	margin-bottom: 30px;
}

#aboutArea .board dl dd .btnSet a img {
}

#aboutArea .board dl dd .attention {
}

#aboutArea .board dl dd .attention li {
	padding-left: 20px;
	text-indent: -20px;
}

#aboutArea .board dl dd .attention li::before {
	text-indent: 0;
	content: "※";
	width: 20px;
	display: inline-block;
}

#aboutArea .board dl dd .attention li b {
	text-indent: 0;
	color: #d41c1c;
	font-weight: 700;
}

#aboutArea .board .btn {
	border: 1px solid #09325c;
	color: #09325c;
	font-weight: 700;
	display: block;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	max-width: 560px;
	margin: 0 auto;
	line-height: 1.2;
	height: 80px;
	position: relative;
	padding: 12px 0;
}

#aboutArea .board .btn::after {
	content: "";
	background: url(../img/common/icon_arrow.png) no-repeat center center;
	background-size: contain;
	width: 12px;
	height: 10px;
	position: absolute;
	right: 15px;
	top: calc(50% - 5px);
}

#aboutArea .board .btn:hover {
	background-color: #e9eef2;
	opacity: 1;
}


#aboutArea .board .btn span {
}

#aboutArea .board .btn span i {
	transform: translateY(-4px);
	width: 100%;
	text-align: center;
}

#aboutArea .board .btn span strong {
	font-size: 3rem;
	display: inline-block;
	margin-left: 0;
	width: 100%;
	text-align: center;
}
}

#aboutArea .streaming-set {
	/*! margin-top: 10px; */
	/*! border: 1px solid #d41c1c; */
}

#aboutArea .streaming-set .streaming-box {
	border: 1px solid #d41c1c;
	margin-top: 10px;
	color: #d41c1c;
	font-size: 90%;
	line-height: 1.4;
	padding: 8px;
}

#aboutArea .streaming-set .streaming-box .streaming-ttl {
	font-weight: 700;
	font-size: 90%;
	margin-bottom: 8px;
	border-bottom: 1px solid #d41c1c;
	padding-bottom: 5px;
}

#aboutArea .streaming-set .streaming-box .streaming-date {
}


/* コンテンツエリア
------------------------------ */
#contentsArea {
	padding: 160px 0 0;
	/*! margin-bottom: 180px; */
}

#contentsArea h2 {
	font-size: 6rem;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	margin-bottom: 60px;
}

#contentsArea h2 .sub {
	font-size: 4rem;
	margin-bottom:  10px;
}

#contentsArea h2 .main {
}

#contentsArea .infoSet {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;
}

#contentsArea .infoSet .contentsInfo {
  background-color: rgba(9,50,92,0.9);
	text-align: left;
  position: relative;
  padding: 60px 130px 50px 50px;
	width: 760px;
	margin: 0;
  z-index: 1;
}

#contentsArea .infoSet .contentsInfo:nth-child(2) {
  padding: 60px 40px 50px 90px;
	width: 760px;
	margin-left: auto;
}

#contentsArea .infoSet .contentsInfo:not(:first-child) {
	margin-top: 120px;
}

#contentsArea .infoSet .contentsInfo .ttlSet {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 30px;
}

#contentsArea .infoSet .contentsInfo .ttlSet .number {
	margin-right: 2px;
}

#contentsArea .infoSet .contentsInfo .ttlSet .number img {
}

#contentsArea .infoSet .contentsInfo .ttlSet .ttl {
}

#contentsArea .infoSet .contentsInfo .ttlSet .ttl img {
}

#contentsArea .infoSet .contentsInfo .txt {
	color: #fff;
	font-size: 1.7rem;
	line-height: 1.7;
}

#contentsArea .infoSet .contentsInfo:nth-child(2) .txt {
}

#contentsArea .infoSet .contentsInfo .txt p {
}

#contentsArea .infoSet .contentsInfo .pct {
	position: absolute;
	z-index: 1;
	top: -30px;
	right: -320px;
	width: 370px;
}

#contentsArea .infoSet .contentsInfo:nth-child(2) .pct {
  left: -320px;
  top: 20px;
}

#contentsArea .infoSet .contentsInfo .pct img {
}

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

#contentsArea h2 {
}

#contentsArea h2 .sub {
}

#contentsArea h2 .main {
}

#contentsArea .infoSet {
}

#contentsArea .infoSet .contentsInfo {
	max-width: 760px;
	width: calc(100% - 320px);
	padding: 40px 70px 40px 20px;
}

#contentsArea .infoSet .contentsInfo:nth-child(2) {
	max-width: 760px;
	width: calc(100% - 320px);
	padding: 40px 20px 40px 70px;
}

#contentsArea .infoSet .contentsInfo:not(:first-child) {
	margin-top: 100px;
}

#contentsArea .infoSet .contentsInfo .ttlSet {
	display: block;
}

#contentsArea .infoSet .contentsInfo .ttlSet .number {
	margin-bottom: 15px;
}

#contentsArea .infoSet .contentsInfo .ttlSet .number img {
	width: auto;
	height: 32px;
}

#contentsArea .infoSet .contentsInfo .ttlSet .ttl {
}

#contentsArea .infoSet .contentsInfo .ttlSet .ttl img {
	width: auto;
	height: 28px;
}

#contentsArea .infoSet .contentsInfo .txt {
}

#contentsArea .infoSet .contentsInfo:nth-child(2) .txt {
}

#contentsArea .infoSet .contentsInfo .txt p {
}

#contentsArea .infoSet .contentsInfo .pct {
}

#contentsArea .infoSet .contentsInfo:nth-child(2) .pct {
}

#contentsArea .infoSet .contentsInfo .pct img {
}
}


@media screen and (max-width: 768px) {
#contentsArea {
	padding: 120px 0 0;
}
#contentsArea h2 {
}

#contentsArea h2 .sub {
}

#contentsArea h2 .main {
}

#contentsArea .infoSet {
	padding: 0 20px;
}

#contentsArea .infoSet .contentsInfo {
	max-width: 760px;
	width: 100%;
	padding: 30px 10px 0;
	background: none;
}

#contentsArea .infoSet .contentsInfo::after {
	content: "";
	width: 100%;
	height: 60%;
	background-color: rgba(9,50,92,0.9);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#contentsArea .infoSet .contentsInfo:nth-child(2) {
	width: 100%;
	padding: 50px 10px;
}

#contentsArea .infoSet .contentsInfo:not(:first-child) {
	margin-top: 40px;
}

#contentsArea .infoSet .contentsInfo .ttlSet {
	text-align: center;
	margin-bottom: 25px;
}

#contentsArea .infoSet .contentsInfo .ttlSet .number {
	margin-bottom: 15px;
}

#contentsArea .infoSet .contentsInfo .ttlSet .number img {
	width: auto;
	height: 32px;
}

#contentsArea .infoSet .contentsInfo .ttlSet .ttl {
}

#contentsArea .infoSet .contentsInfo .ttlSet .ttl img {
	width: auto;
	height: 28px;
}

#contentsArea .infoSet .contentsInfo .txt {
	font-size: 1.6rem;
	line-height: 1.6;
	max-width: 580px;
	margin: 0 auto 30px;
}

#contentsArea .infoSet .contentsInfo:nth-child(2) .txt {
}

#contentsArea .infoSet .contentsInfo .txt p {
}

#contentsArea .infoSet .contentsInfo .pct {
	position: static;
	width: 80vw;
	text-align: center;
	max-width: 480px;
	margin: 0 auto;
	right: 0;
	left: 0;
	top: calc(100% - 200px);
}

#contentsArea .infoSet .contentsInfo:nth-child(2) .pct {
}

#contentsArea .infoSet .contentsInfo .pct img {
}
}

/* --- 追加 --- */
#contentsArea .linkBtn {
	margin-top: 15%;
}

#contentsArea .linkBtn a {
	width: 80%;
	max-width: 580px;
	background-color: transparent;
	font-weight: 700;
	font-size: 3.6rem;
	padding: 15px 10px;
	margin: 0 auto;
	position: relative;
	line-height: 1.2;
	display: block;
	font-family: din-2014, sans-serif;
	border: 2px solid #fff;
}

#contentsArea .linkBtn a:link,
#contentsArea .linkBtn a:visited,
#contentsArea .linkBtn a:hover,
#contentsArea .linkBtn a:active {
	color: #fff;
}

#contentsArea .linkBtn a:hover {
	opacity: 1;
	background-color: rgba(255,255,255,0.4);
}

#contentsArea .linkBtn a::after {
	content: "";
	display: block;
	width: 12px;
	height: 10px;
	background-image: url("../img/common/icon_arrow_fff.svg");
	background-size: contain;
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
}

@media screen and (min-width: 1201px) {
#contentsArea .linkBtn {
	margin-top: 180px;
}
#contentsArea .linkBtn a {
	font-size: 2.8rem;
}
}

@media screen and (max-width: 768px) {
#contentsArea .linkBtn {
	margin-top: 40px;
}
#contentsArea .linkBtn a {
	font-size: 2.8rem;
}

#contentsArea .linkBtn a:link,
#contentsArea .linkBtn a:visited,
#contentsArea .linkBtn a:hover,
#contentsArea .linkBtn a:active {
}

#contentsArea .linkBtn a:hover {
}

#contentsArea .linkBtn a::after {
}
}

/* // */

/* チケットエリア
------------------------------ */
/* ※別CSS */


/* アーカイブエリア
------------------------------ */

#archivesArea {
	padding: 160px 40px 180px;
}

#archivesArea h2 {
	font-size: 7rem;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	margin-bottom: 60px;
}

#archivesArea ul {
	max-width: 1200px;
	margin: 0 auto;

	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

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

#archivesArea ul li a {
}

#archivesArea ul li a img {
}

@media screen and (max-width: 768px) {
#archivesArea {
	padding: 120px 20px 180px;
}

#archivesArea h2 {
	font-size: 6rem;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	margin-bottom: 60px;
}

#archivesArea ul {
	max-width: 1200px;
	margin: 0 auto;

	display: block;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#archivesArea ul li {
	margin: 0 0 30px;
	width: 100%;
}

#archivesArea ul li a {
}

#archivesArea ul li a img {
}
}


/* 協賛エリア
------------------------------ */
#sponsorArea {
	background: #fff;
	padding: 120px 0;
}

#sponsorArea .ttl {
	font-size: 2rem;
	letter-spacing: 0.2em;
	/*! border-bottom: 2px solid #09325c; */
	display: inline-block;
	padding: 0 30px 20px;
	line-height: 1.2;
}

#sponsorArea .bg {
	border-top: 1px solid #09325c;
	border-bottom: 1px solid #09325c;
	margin-bottom: 60px;
	background: #f9fafa;
}

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

#sponsorArea .bg ul li {
	border-right: 1px solid #09325c;
	max-width: 360px;
	width: calc(90% / 3);
	border-left: 1px solid #fff;
}

#sponsorArea .bg ul.small li {
	border-right: 1px solid #09325c;
	max-width: 260px;
	width: calc(90% / 4);
	border-left: 1px solid #fff;
}

#sponsorArea .bg ul li:first-child {
	border-left: 1px solid #09325c;
}

#sponsorArea .bg ul li a {
}

#sponsorArea .bg ul li a img {
}


#sponsorArea .sp_bnr {
	margin-top: 60px;
	margin-bottom: 0;
}

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

#sponsorArea .sp_bnr ul li {
	max-width: 360px;
	width: calc(90% / 3);
}

#sponsorArea .sp_bnr ul.small li {
	max-width: 260px;
	width: calc(90% / 4);
	margin: 0 20px;
}

#sponsorArea .sp_bnr ul li:first-child {
}

#sponsorArea .sp_bnr ul li a {
}

#sponsorArea .sp_bnr ul li a img {
}

#sponsorArea .credit {
	border:1px solid #09325c;
	padding: 10px 20px;
	display: inline-block;
	margin: 30px auto 0;
	font-size: 1.4rem;
}

#sponsorArea .credit i {
}



@media screen and (max-width: 768px) {
#sponsorArea {
	background: #fff;
	padding: 60px 0;
}

#sponsorArea .ttl {
	font-size: 2rem;
	letter-spacing: 0.2em;
	/*border-bottom: 2px solid #09325c;*/
	display: inline-block;
	padding: 0 30px 20px;
	line-height: 1.2;
}

#sponsorArea .bg {
	border-top: 1px solid #09325c;
	border-bottom: 1px solid #09325c;
	margin-bottom: 40px;
	background: #f9fafa;
}

#sponsorArea .bg ul {
	display: block;
}

#sponsorArea .bg ul li {
	margin: 0 auto;
	border: 1px solid #09325c;
	border-bottom: 1px solid #fff;
	max-width: 360px;
	width:70%;
}

#sponsorArea .bg ul li:first-child {
	border-top: 1px solid #fff;
}

#sponsorArea .bg ul.small {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#sponsorArea .bg ul.small li {
	border-right: 1px solid #09325c;
	max-width: 260px;
	width: 46%;
	margin: 0;
}

#sponsorArea .bg ul.small li {
	border-top: 1px solid #fff;
}

#sponsorArea .bg ul.small li:not(:first-child) {
	border-left: 1px solid #fff;
}


#sponsorArea .bg ul {
	display: block;
}

#sponsorArea .bg ul li {
	margin: 0 auto;
	border: 1px solid #09325c;
	border-bottom: 1px solid #fff;
	max-width: 360px;
	width:70%;
}

#sponsorArea .bg ul li:first-child {
	border-top: 1px solid #fff;
}

#sponsorArea .bg ul.small {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#sponsorArea .bg ul.small li {
	border-right: 1px solid #09325c;
	max-width: 260px;
	width: 46%;
	margin: 0;
}

#sponsorArea .bg ul.small li {
	border-top: 1px solid #fff;
}

#sponsorArea .bg ul.small li:not(:first-child) {
	border-left: 1px solid #fff;
}

#sponsorArea .sp_bnr ul {
	display: block;
}

#sponsorArea .sp_bnr ul li {
	margin: 0 auto;
	max-width: 360px;
	width:70%;
}

#sponsorArea .sp_bnr ul li:first-child {
}

#sponsorArea .sp_bnr ul.small {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#sponsorArea .sp_bnr ul.small li {
	max-width: 260px;
	width: 46%;
	margin: 0;
}

#sponsorArea .sp_bnr ul.small li {
	margin:20px 5px;
}

#sponsorArea .sp_bnr ul.small li:not(:first-child) {
}

#sponsorArea .credit {
	width: 90%;
}

#sponsorArea .credit i {
}
}


/* 追従背景
------------------------------ */
#bg1 {
}

#bg1 .bgInner {
	padding: 200px 0 0;
}

#bg2 {
}

#bg2 .bgInner {
}

#bg1.bgFixed,
#bg2.bgFixed {
}

#bg1.bgFixed.bgSwitch,
#bg2.bgFixed.bgSwitch {
}

#bg1.bgFixed.bgSwitch::before,
#bg2.bgFixed.bgSwitch::before {
	content: "";
	width: 100%;
	height: 100vh;
	background-image: url("../img/home/bg1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -2;
}

#bg2.bgFixed.bgSwitch::before {
	background-image: url("../img/home/bg2.jpg");
}

#bg1.bgFixed.bgSwitch::after,
#bg2.bgFixed.bgSwitch::after {
	content: "";
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.05);
	background-image: url("../img/home/bg_cover.png");
	background-repeat: repeat;
	background-position: left top;
	background-size: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	#bg1 .bgInner {
		padding: 120px 0 0;
	}

	#bg2 .bgInner {
		padding: 0;
	}
}


/* ==================================================
CONTENTS - TICKET AREA
================================================== */
#ticketArea {
	background: #fff;
	padding: 100px 30px 80px;
	margin-bottom: 0;
}

#ticketArea h2 {
	font-size: 7rem;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 40px;
}

#ticketArea > .comment {
	font-size: 1.8rem;
	line-height: 1.8;
	margin-bottom: 60px;
	max-width: 1000px;
	margin: 0 auto 80px;
	font-weight: 700;
}

#ticketArea > .comment p {
}

#ticketArea > .comment p i {
	white-space: nowrap;
}

#ticketArea > .comment a {
}

#ticketArea > .comment a:link {
	text-decoration: underline;
	color: #09325c;
	display: inline-block;
}

#ticketArea > .comment a:hover {
	text-decoration: none;
}

#ticketArea .ticketLink {
}

#ticketArea > .ticketLink {
	margin-bottom: 90px;
}

#ticketArea .ticketLink a {
	width: 80%;
	max-width: 580px;
	background-color: #f3b113;
	font-weight: 700;
	font-size: 2.4rem;
	padding: 25px 30px;
	margin: 0 auto;
	position: relative;
	line-height: 1.2;
	display: block;
}

#ticketArea .ticketLink.bg-red a {
	background-color: #d41c1c;
}

#ticketArea .ticketLink a:link,
#ticketArea .ticketLink a:visited,
#ticketArea .ticketLink a:hover,
#ticketArea .ticketLink a:active {
	color: #fff;
}

#ticketArea .ticketLink a:hover {
	opacity: 1;
	background-color: #f1c355;
}

#ticketArea .ticketLink.bg-red a:hover {
	background-color: #ff3a3a;
}

#ticketArea .ticketLink a::after {
	content: "";
	display: block;
	width: 12px;
	height: 10px;
	background-image: url("../img/common/icon_arrow_fff.svg");
	background-size: contain;
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
}

#ticketArea .anchor {
	position: absolute;
	width: 0;
	height: 0;
	z-index: -9999;
	top: -70px;
	left: 0;
	opacity: 0;
}

#ticketArea .ticketType {
	font-weight: 700;
	font-size: 3rem;
	color: #fff;
	padding: 15px;
	border: 1px solid #09325c;
	background-color: #f3b113;
	width: 280px;
	line-height: 1.2;
	position: absolute;
	top: -20px;
	left: -1px;
}

#ticketArea .ticketBox {
	padding-bottom: 40px;
	position: relative;
}

@media screen and (max-width: 768px) {
	#ticketArea {
		padding: 100px 20px 80px;
	}

	#ticketArea h2 {
	}

	#ticketArea > .comment {
		font-size: 1.6rem;
		line-height: 1.6;
		margin-bottom: 80px;
	}

	#ticketArea > .comment p {
	}

	#ticketArea > .comment p i {
	}

	#ticketArea > .comment a {
	}

	#ticketArea > .comment a:link {
	}

	#ticketArea > .comment a:hover {
	}

	#ticketArea .ticketLink {
	}

	#ticketArea > .ticketLink {
		margin-bottom: 80px;
	}

	#ticketArea .ticketLink a {
	}

	#ticketArea .ticketLink a:link {
		width: 100%;
		font-size: 2rem;
	}

	#ticketArea .ticketLink a:hover {
	}

	#ticketArea .ticketLink a::after {
	}

	#ticketArea .anchor {
	}

	#ticketArea .ticketType {
		font-size: 2rem;
		width: 190px;
	}

	#ticketArea .ticketBox {
		padding-bottom: 10px;
	}
}

/* .borderBox */
#ticketArea .borderBox {
	position: relative;
	border: 1px solid #09325c;
	background-color: #fff;
	padding: 80px 0 0;
	max-width: 1000px;
	margin: 0 auto 150px;
}

#ticketArea .borderBox .ticketType {
}

#ticketArea .borderBox .comment {
}

#ticketArea .borderBox .comment p {
}

#ticketArea .borderBox .comment p em {
display: inline-block;
border-bottom: 1px solid #d41c1c;
padding-bottom: 3px;
}

#ticketArea .borderBox .head {
	border-top: 1px solid #09325c;
	border-bottom: 1px solid #09325c;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	background-color: #e9eef2;
}

#ticketArea .borderBox .head .name {
	background-color: #09325c;
	padding: 25px 30px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	width: calc(100% - 220px);
}

#ticketArea .borderBox .head .name .number {
	width: 60px;
	font-size: 4.7rem;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
}

#ticketArea .borderBox .head .name .number span {
	transform: translateY(-4px);
	display: inline-block;
}

#ticketArea .borderBox .head .name .title {
	font-family: din-2014, sans-serif;
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	color: #fff;
	line-height: 1.2;
	text-align: left;
}

#ticketArea .borderBox .head .name .title .note {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.6rem;
	margin-top: 5px;
}

#ticketArea .borderBox .head .price {
	font-family: din-2014, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	text-align: right;
	width: 220px;
	font-size: 3.2rem;
	padding: 0 25px;
}

#ticketArea .borderBox .head .price em {
}

#ticketArea .borderBox .head .price b {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.4rem;
	margin-top: 5px;
	display: block;
}

#ticketArea .borderBox .date {
	border-bottom: 1px solid #09325c;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 20px 30px;
	font-weight: 700;
}

#ticketArea .borderBox .date .label {
	font-size: 1.6rem;
	width: 140px;
	text-align: left;
}

#ticketArea .borderBox .date .txt {
	width: calc(100% - 140px);
	text-align: left;
	letter-spacing: 0;
}

#ticketArea .borderBox .date .txt p {
	display: inline-block;
}

#deluxeWrap .date .txt {
}

#deluxeWrap .date .txt p {
	margin-right: 20px;
}

#ticketArea .red {
	color: #d41c1c;
}

@media screen and (max-width: 768px) {
	#ticketArea .borderBox {
		padding-top: 60px;
		margin-bottom: 120px;
	}

	#ticketArea .borderBox .ticketType {
	}

	#ticketArea .borderBox .comment {
	}

	#ticketArea .borderBox .comment p {
	}

	#ticketArea .borderBox .comment p em {
	}

	#ticketArea .borderBox .comment p em i {
		display: inline-block;
	}

	#ticketArea .borderBox .head {
		display: block;
	}

	#ticketArea .borderBox .head .name {
		width: 100%;
		padding: 15px;
	}

	#ticketArea .borderBox .head .name .number {
		width: 40px;
		font-size: 3rem;
		text-align: left;
	}

	#ticketArea .borderBox .head .name .number span {
		transform: translateY(0px);
	}

	#ticketArea .borderBox .head .name .title {
		font-size: 3rem;
	}

	#ticketArea .borderBox .head .name .title .note {
	}

	#ticketArea .borderBox .head .price {
		width: 100%;
		padding: 5px 10px;
	}

	#ticketArea .borderBox .head .price em {
	}

	#ticketArea .borderBox .head .price b {
		display: inline-block;
	}

	#ticketArea .borderBox .date {
		padding: 10px 10px;
		display: block;
	}

	#ticketArea .borderBox .date .label {
		width: 100%;
		margin-bottom: 5px;
	}

	#ticketArea .borderBox .date .txt {
		width: 100%;
	}

	#ticketArea .borderBox .date .txt p {
	}

	#deluxeWrap .date .txt {
	}

	#deluxeWrap .date .txt p {
		margin-right: 0;
	}

	#ticketArea .red {
	}
}

/* 特典リスト */
#ticketArea .borderBox .privilege {
	position: relative;
	padding: 60px 30px 30px;
}

#ticketArea .borderBox .privilege .pct {
	position: absolute;
	top: 40px;
	right: -40px;
	width: 400px;
	border: 1px solid #09325c;
}

#ticketArea .borderBox .privilege .pct img {
}

#ticketArea .borderBox .privilege .listSet {
	text-align: left;
}

#ticketArea .borderBox .privilege .listSet li {
	margin-bottom: 30px;
}

#ticketArea .borderBox .privilege .listSet li .title {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	color: #fff;
}

#ticketArea .borderBox .privilege .listSet li .title .number {
	width: 121px;
	position: relative;
	z-index: 1;
}

#ticketArea .borderBox .privilege .listSet li .title .number::after {
	content: "";
	width: calc(100% - 1px);
	height: 42px;
	background-color: #09325c;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

#ticketArea .borderBox .privilege .listSet li .title .number img {
	transform: translateY(-12px);
}

#ticketArea .borderBox .privilege .listSet li .title .txt {
	width: calc(100% - 121px);
}

#ticketArea .borderBox .privilege .listSet li:nth-of-type(-n+3) .title .txt {
	width: calc(100% - 520px);
}

#ticketArea .borderBox .privilege .listSet li .title .txt p {
	background-color: #09325c;
	display: inline-block;
	min-height: 42px;
	padding: 6px 25px;
	font-weight: 700;
	font-size: 1.8rem;
}

#ticketArea .borderBox .privilege .listSet li > p {
	font-size: 1.4rem;
	font-weight: 700;
}

#ticketArea .borderBox .privilege .listSet li:nth-of-type(-n+2) > p {
	width: calc(100% - 400px);
	letter-spacing: 0;
	line-height: 1.8;
}

/**/
@media screen and (max-width: 1000px) {
#ticketArea .borderBox .privilege {
	padding-top: 40px;
}

#ticketArea .borderBox .privilege .pct {
	position: static;
	width: 100%;
	margin: 0 auto 50px;
	max-width: 540px;
}

#ticketArea .borderBox .privilege .listSet li .title .txt {
	margin-bottom: 15px;
}

#ticketArea .borderBox .privilege .listSet li:nth-of-type(-n+3) .title .txt {
	width: calc(100% - 121px);
}

#ticketArea .borderBox .privilege .listSet li:nth-of-type(-n+2) > p {
	width: 100%;
}
}
/**/

#ticketArea .borderBox .noteList {
	text-align: left;
	position: relative;
}

#ticketInfo.borderBox .noteList {
	padding: 0px 30px 40px;
	border-bottom: 1px solid #09325c;
}

#ticketArea .borderBox .noteList li {
	font-size: 1.4rem;
	letter-spacing: 0;
	margin-bottom: 5px;
	padding-left: 20px;
	text-indent: -20px;
}

#ticketArea .borderBox .noteList li::before {
	content: "●";
	display: inline-block;
	text-indent: 0;
	width: 20px;
}

#ticketArea .borderBox .noteList li * {
	text-indent: 0;
}

#ticketArea .borderBox .noteList li b {
	font-weight: 700;
	margin: 0 5px;
}

#ticketArea .borderBox .noteList li a {
}

#ticketArea .borderBox .noteList li a:link {
	text-decoration: underline;
}

#ticketArea .borderBox .noteList li a:hover {
	text-decoration: none;
}

#ticketArea .borderBox .noteSet {
}

#ticketArea .borderBox .noteSet .label {
}

#ticketArea .borderBox .noteSet .noteList {
}

#ticketArea .borderBox .noteSet .noteList li {
}

#ticketArea .borderBox .noteSet .noteList li a {
}

#ticketArea .borderBox .ticketLink {
	transform: translateY(21px);
}

#ticketArea .borderBox .ticketLink a {
}

@media screen and (max-width: 768px) {
	#ticketArea .borderBox .privilege {
		padding: 10px 10px 10px;
	}

	#ticketArea .borderBox .privilege .pct {
		margin: 0 auto 30px;
	}

	#ticketArea .borderBox .privilege .pct img {
	}

	#ticketArea .borderBox .privilege .listSet {
	}

	#ticketArea .borderBox .privilege .listSet li {
	}

	#ticketArea .borderBox .privilege .listSet li .title {
		display: block;
	}

	#ticketArea .borderBox .privilege .listSet li .title .number {
		width: 100px;
	}

	#ticketArea .borderBox .privilege .listSet li .title .number::after {
		height: 32px;
		top: 2px;
	}

	#ticketArea .borderBox .privilege .listSet li .title .number img {
		transform: translateY(-10px);
	}

	#ticketArea .borderBox .privilege .listSet li .title .txt {
		width: 100% !important;
		margin-top: -5px;
	}

	#ticketArea .borderBox .privilege .listSet li:nth-of-type(-n+3) .title .txt {
	}

	#ticketArea .borderBox .privilege .listSet li .title .txt p {
		padding: 10px 10px;
		font-size: 1.7rem;
	}

	#ticketArea .borderBox .privilege .listSet li > p {
	}

	#ticketArea .borderBox .privilege .listSet li:nth-of-type(-n+2) > p {
	}

	#ticketArea .borderBox .noteList {
		width: 100%;
	}

	#ticketInfo.borderBox .noteList {
		padding: 0px 10px 30px;
	}

	#ticketArea .borderBox .noteList li {
		line-height: 1.4;
	}

	#ticketArea .borderBox .noteList li::before {
	}

	#ticketArea .borderBox .noteList li * {
	}

	#ticketArea .borderBox .noteList li a {
	}

	#ticketArea .borderBox .noteSet {
	}

	#ticketArea .borderBox .noteSet .label {
	}

	#ticketArea .borderBox .noteSet .noteList {
	}

	#ticketArea .borderBox .noteSet .noteList li {
	}

	#ticketArea .borderBox .noteSet .noteList li a {
	}

	#ticketArea .borderBox .ticketLink {
	}

	#ticketArea .borderBox .ticketLink a {
		width: 90%;
	}
}


/* 有料チケット
------------------------------ */
#ticketInfo {
}

#ticketInfo .ticketType {
}

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

	#ticketInfo .ticketType {
	}
}


/* [DELUXE TICKET] */
/*#deluxeWrap {
	padding-bottom: 80px !important;
}

#deluxeWrap .head {
}

#deluxeWrap .head .name {
}

#deluxeWrap .head .name .number {
}

#deluxeWrap .head .name .number span {
}

#deluxeWrap .head .name .title {
}

#deluxeWrap .head .name .title .note {
}

#deluxeWrap .head .price {
}

#deluxeWrap .head .price em {
}

#deluxeWrap .head .price b {
}

#deluxeWrap .date {
}

#deluxeWrap .date .label {
}

#deluxeWrap .date .txt {
}

#deluxeWrap .date .txt p {
}

#deluxeWrap .date .txt p i {
}

#deluxeWrap .date .txt p i em {
	border-bottom: 2px solid #d41c1c;
	padding-bottom: 3px;
}

#deluxeWrap .date .txt .attention {
	color: #d41c1c;
	display: inline-block;
}

#deluxeWrap .date .txt .attention i {
}

#deluxeWrap .privilege {
}

#deluxeWrap .privilege .pct {
}

#deluxeWrap .privilege .pct img {
}

#deluxeWrap .privilege .listSet {
}

#deluxeWrap .privilege .listSet li {
}

#deluxeWrap .privilege .listSet li .title {
}

#deluxeWrap .privilege .listSet li .title .number {
}

#deluxeWrap .privilege .listSet li .title .number img {
}

#deluxeWrap .privilege .listSet li .title .txt {
}

#deluxeWrap .privilege .listSet li p {
}

#deluxeWrap .tableWrap {
	margin: 10px 0 10px;
}

#deluxeWrap .tableWrap .unit {
	display: inline-block;
	margin-top: 5px;
	font-size: 1.2rem;
}

#deluxeWrap .sizeTable {
	border: 1px solid #09325c;
	border-bottom: none;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}

#deluxeWrap .sizeTable tr {
	border-bottom: 1px solid #09325c;
}

#deluxeWrap .sizeTable tr:nth-of-type(1) {
	background-color: #e5e5e5;
	font-weight: 700;
}

#deluxeWrap .sizeTable tr th {
	text-align: center;
	padding: 2px 10px
}

#deluxeWrap .sizeTable tr:nth-of-type(1) th:not(:first-child) {
	border-left: 1px solid #09325c;
}

#deluxeWrap .sizeTable tr td {
	border-left: 1px solid #09325c;
	text-align: center;
	padding: 2px 15px
}

#deluxeWrap .noteList {
}

#deluxeWrap .noteList li {
}

#deluxeWrap .noteList li a {
}

#deluxeWrap .noteList li b {
	font-weight: 700;
	margin: 0 5px;
}*/


/*@media screen and (max-width: 768px) {
	#deluxeWrap {
		padding-bottom: 60px !important;
	}

	#deluxeWrap .date .txt .attention {
		margin-top: 10px;
	}
}*/
/**/


/* 無料視聴券
------------------------------ */
#freeticketInfo {
}

#freeticketInfo .ticketType {
	color: #09325c;
	background-color: #fff;
}

#freeticketInfo .comment {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.8;
	padding: 0 30px 50px;
	border-bottom: 1px solid #09325c;
	margin-bottom: 0;
}

#freeticketInfo .comment p {
}

#freeticketInfo .comment p em {
	border-bottom: 2px solid #09325c !important;
	margin-top: 15px;
}

#freeticketInfo .noteSet {
	padding-top: 40px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	border-bottom: 1px solid #09325c;
	padding: 40px 30px 40px;
	margin-bottom: 40px;
}

#freeticketInfo .noteSet .label {
	border: 1px solid #09325c;
	line-height: 1.2;
	width: 130px;
	padding: 5px;
	font-size: 1.4rem;
	margin-right: 30px;
}

#freeticketInfo .noteSet .noteList {
	width: calc(100% - 160px);
}

#freeticketInfo .noteSet .noteList li {
}

#freeticketInfo .noteSet .noteList li a {
}

#freeticketInfo .ticketLink {
}

#freeticketInfo .ticketLink a {
	background-color: #09325c;
}

#freeticketInfo .ticketLink a:hover {
	background-color: #2d6095;
}

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

	#freeticketInfo .ticketType {
	}

	#freeticketInfo .comment {
		padding: 0 10px 40px;
	}

	#freeticketInfo .comment p {
		text-align: left;
	}

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

	#freeticketInfo .comment p em {
	}

	#freeticketInfo .noteSet {
		margin-bottom: 10px;
		padding: 30px 10px 30px;
		display: block;
	}

	#freeticketInfo .noteSet .label {
		margin-right: 0;
		margin-bottom: 15px;
	}

	#freeticketInfo .noteSet .noteList {
	width: 100%;
	}

	#freeticketInfo .noteSet .noteList li {
	}

	#freeticketInfo .noteSet .noteList li a {
	}

	#freeticketInfo .ticketLink {
	}

	#freeticketInfo .ticketLink a {
	}

	#freeticketInfo .ticketLink a:hover {
	}
}


/* T-SHIRT SLIDER
------------------------------ */
/*#teeshirtArea {
}

#teeshirtArea .set {
	margin-bottom: 60px;
}

#teeshirtArea .set .sliderWrap {
	position: relative;
}

#teeshirtArea .teeshirtSlider {
	margin-bottom: 30px;
}

#teeshirtArea .teeshirtSlider .list {
}

#teeshirtArea .teeshirtSlider .list .pct {
	max-width: 480px;
	margin: 0 10px;
	border: 1px solid #09325c;
}

#teeshirtArea .teeshirtSlider .list .pct img {
}

#teeshirtArea .sliderController {
	position: relative;
	text-align: center;
	height: 30px;
	display: inline-block;
	width: calc(100% - 120px);
}

#teeshirtArea .sliderController .arrows {
	top: 8px;
}

#teeshirtArea  .slider .sliderController {
	position: relative;
	text-align: center;
}

#teeshirtArea .caption {
	width: 80%;
	margin: 0 auto;
}

#teeshirtArea .caption .label {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	border: 1px solid #09325c;
	line-height: 1.2;
	width: 300px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#teeshirtArea .caption .label .type {
	border-right: 1px solid #09325c;
	background-color: #e5e5e5;
	width: 100px;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-size: 2.4rem;
	padding: 5px 10px;
}

#teeshirtArea .caption .label .type b {
	font-size: 1.6rem;
	transform: translateY(-1px);
}

#teeshirtArea .caption .label .type em {
}

#teeshirtArea .caption .label .name {
	width: calc(100% - 100px);
	font-weight: 700;
	font-size: 1.8rem;
	padding: 10px 10px;
	background-color: #fff;
}

#teeshirtArea .caption .comment {
	background-color: #caa54d;
	color: #fff;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0;
	padding: 25px 10px 10px;
	border: 1px solid #09325c;
	margin-top: -15px;
	margin-bottom: 0;
}

#teeshirtArea .typeB .caption .comment {
	background-color: #e3cc96;
}

#teeshirtArea .caption .comment i {
}*/


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

	#teeshirtArea .set {
		margin-bottom: 40px;
	}

	#teeshirtArea .set .sliderWrap {
	}

	#teeshirtArea .teeshirtSlider {
		margin-bottom: 10px;
	}

	#teeshirtArea .teeshirtSlider .list {
	}

	#teeshirtArea .teeshirtSlider .list .pct {
		width: calc(100vw - 100px);
		margin: 0 5px;
	}

	#teeshirtArea .teeshirtSlider .list .pct img {
	}

	#teeshirtArea .sliderController {
		width: calc(100vw - 100px);
	}

	#teeshirtArea .sliderController .arrows {
	}

	#teeshirtArea  .slider .sliderController {
	}

	#teeshirtArea .caption {
		width: 100%;
	}

	#teeshirtArea .caption .label {
		width: 260px;
	}

	#teeshirtArea .caption .label .type {
		width: 80px;
		font-size: 2rem;
		padding: 8px 5px 0;
	}

	#teeshirtArea .caption .label .type b {
		font-size: 1.4rem;
		transform: translateY(-1px);
	}

	#teeshirtArea .caption .label .type em {
	}

	#teeshirtArea .caption .label .name {
		width: calc(100% - 80px);
		font-size: 1.6rem;
	}

	#teeshirtArea .caption .comment {
		font-size: 1.8rem;
		padding: 25px 10px 10px;
	}

	#teeshirtArea .typeB .caption .comment {
	}

	#teeshirtArea .caption .comment i {
	}*/
}

/**/
.viewing-period {
	margin: 6px 0;
	line-height: 1.8 !important;
	font-size: 85%;
}

.viewing-period b {
}

.viewing-period span {
	display: inline-block;
}

.viewing-period .label-block {
	font-size: 1.2rem;
	border-radius: 20px;
	line-height: 1 !important;
	padding: 3px 10px;
	margin-right: 8px;
	margin-top: 5px;
	border: 1px solid #09325c;
	letter-spacing: 0;
}

.viewing-period .date-block {
}

/**/
.noteList .viewing-period {
	font-weight: 400 !important;
	font-size: 90%;
}

.noteList .viewing-period b {
}

.noteList .viewing-period span {
}

.noteList .viewing-period .label-block {
}

.noteList .viewing-period .date-block {
}

/**/
#ticketArea-archive .viewing-period {
	font-size: 90%;
}

#ticketArea-archive .viewing-period b {
}

#ticketArea-archive .viewing-period span {
}

#ticketArea-archive .viewing-period .label-block {
	border: 1px solid #919191;
	padding: 2px 10px;
}

#ticketArea-archive .viewing-period .date-block {
}



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

/*
####################################################################################################
##########　HTML コメントアウト記述ルール　#########################################################
####################################################################################################

▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
///// メインコンテンツエリア（編集エリア） /////////////////////////
////////////////////////////////////////////////////////////////////

////////////////////////////////////////////////////////////////////
▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲

<!-- ==================== 大ブロックエリア ==================== -->
<!-- ==================== //大ブロックエリア ==================== -->

<!-- ***** 中ブロックエリア *************** -->
<!-- ***** //中ブロックエリア *************** -->

<!-- #ID名 -->
<!-- //#ID名 -->

<!-- .class名 -->
<!-- //.class名 -->

<!-- [memo] -->
<!-- //[memo] -->


<!-- ※※※※※ INCLUDE - HEADER ※※※※※ -->
<!-- #include virtual="/common/inc_header.html" -->
<!-- ※※※※※ //INCLUDE - HEADER ※※※※※ -->

<!-- ※※※※※ INCLUDE - FOOTER ※※※※※ -->
<!-- #include virtual="/common/inc_footer.html" -->
<!-- ※※※※※ //INCLUDE - FOOTER ※※※※※ -->


[ id/class Name List ]
wrap > area > group > set > box

[ memmo ]
TOPページ → <body id="pageHome">
Newsページ(第2階層) → <body id="pageNews" class="subPage">
*/


/* ############################################################################################## */
/* ##########　CSS コメントアウト記述ルール　#################################################### */
/* ############################################################################################## */


/* //////////////////////////////////////////////////////////////////// */
/* ///// ブロック区切り /////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////// */

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

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

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

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


/**/

#eventBoard ul.links li.archive:nth-child(1) a {
background-color: #1d86f1;

}