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

h3 {
	font-size: 5.6rem;
	font-weight: 900;
	text-align: center;
	color: #5c196b;
	position: relative;
	margin-bottom: 6rem;
}
h3::before {
	content: '';
	width: 60px;
	height: 6px;
	background: #ba960e;
	position: absolute;
	bottom: -2rem;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	h3 {
		font-size: 2.8rem;
		margin-bottom: 2rem;
	}
	h3::before {
		width: 30px;
		height: 3px;
		bottom: -.6rem;
	}
}


/*-----------------------------------
main
-----------------------------------*/
.main {
	position: relative;
}
.main .fixedBtn {
	position: absolute;
	top: 3rem;
	right: 3rem;
	text-align: center;
}
.main .fixedBtn a {
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: url(../img/home/bg_mainBtn.jpg) center no-repeat;
	background-size: cover;
	display: block;
	border-radius: 10px;
	padding: .8rem 1.2rem;
	position: relative;
	border: 6px solid #69276b;
}
.main .fixedBtn a::after {
	content: '';
	border: 1px solid #fff;
	border-radius: 12px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -1px;
	left: -1px;
}
.main .fixedBtn a:hover {
	background: url(../img/home/bg_mainBtn_ov.jpg) center no-repeat;
	background-size: cover;
}
.main .fixedBtn a i {
	display: block;
	padding-top: .4rem;
}
.main_visual {
	width: 100%;
	background: url(../img/home/mainimg.jpg) center no-repeat;
	background-size: cover;
}
.main_visual .bg_cover {
	width: 100%;
	background: rgba(0, 0, 0, .6);
	padding: 15rem 1rem 13rem;
}
.main_visual h1,
.main_visual h2{
	text-align: center;
}
.main_visual h1 {
	max-width: 792px;
	margin: 0 auto;
}
.main_visual .sponsor {
	max-width: 100%;
    margin: 0 auto 6rem;
	color: #ffffff;
	font-size: 2rem;
	text-align: center;
	font-weight: 600;
	display: block;
}
.main_visual .sponsor span {
	display: inline-block;
}
.main_visual .sponsor p {
	/* padding-top: 20px; */
}
.main_visual .sponsor2 {
	margin: 0 auto;
	max-width: 150px;
	padding-bottom: 50px;
}
.main_visual h2 {
	color: #fff;
	font-size: 4.8rem;
	font-weight: 900;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.main_visual h2 .en {
	font-size: 3.6rem;
}
.main_visual h2.small {
	font-size: 3.6rem;
	margin-bottom: 3rem;
}
.main_visual .date,.artist {
	margin: 20px 0 20px 0;
	text-align: center;
	color: #fff;
	font-size: 3.6rem;
	font-weight: 900;
}
.main_visual p {
	text-align: center;
	color: #ffffff;
	font-weight: 800;
	font-size: 1.6rem;
	line-height: 2.2rem;
	margin-top: 1.9rem;
}
.main_visual p.signature {
	font-size: 1.3rem;
	margin-top: 2.5rem;
}
.main_visual p.bnr {
	width: 548px;
	margin: 80px auto 0;
}

.main .mainBnrArea {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6rem;
	max-width: 820px;
	margin: 0 auto;
}
.main .mainBnrArea ul {
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-weblit-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.main .mainBnrArea ul li {
	width: calc(100% / 2);
}
.main .mainBnrArea ul li a {
	max-width: 380px;
	display: block;
	text-align: center;
	font-weight: 900;
	font-size: 3.2rem;
	color: #fff;
	padding: 4.651rem 0;
}
.main .mainBnrArea ul li:first-child a {
	background: url(../img/home/btn2018.jpg) center no-repeat;
	background-size: cover;
}
.main .mainBnrArea ul li:last-child a {
	background: url(../img/home/btn2018report.jpg) center no-repeat;
	background-size: cover;
}
.main .mainBnrArea ul li:first-child a:hover {
	background: url(../img/home/btn2018_ov.jpg) center no-repeat;
	background-size: cover;
}
.main .mainBnrArea ul li:last-child a:hover {
	background: url(../img/home/btn2018report_ov.jpg) center no-repeat;
	background-size: cover;
}
.main .mainBnrArea ul li:last-child {
	padding-left: 3rem;
}

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

	.main_visual .bg_cover {
		padding: 6rem 2.4rem 8rem;
	}
	.main_visual h1 {
		max-width: 90%;
	}
	.main_visual .sponsor{
		font-size: 1.3rem;
		font-weight: 600;
		margin-bottom: 3rem;
	}
	.main_visual .sponsor2{
		max-width: 100px;
	}
	.main_visual h2 {
		font-size: 2.4rem;
	}
	.main_visual h2 .en {
		font-size: 2rem;
	}
	.main_visual h2.small,
	.main_visual .date,.artist {
	font-size: 2rem;
	}
	.main_visual p {
		text-align: center;
		color: #ffffff;
		font-weight: 800;
		font-size: 1.3rem;
		line-height: 1.8rem;
		margin-top: 1.4rem;
	}
	.main_visual p.bnr {
		width: 100%;
		margin: 40px auto 0;
	}
	.main .fixedBtn {
		top: 2rem;
		left: 0;
		right: 0;
		margin: 0 3rem;
	}
	.main .fixedBtn a {
		font-size: 1.4rem;
	}
	
	.main .mainBnrArea {
		bottom: -3rem;
	}
	.main .mainBnrArea ul li a {
		font-size: 1.8rem;
		padding: 2rem 1rem;
	}
	.main .mainBnrArea ul li {
		padding: 0 .5rem;
	}
	.main .mainBnrArea ul li:last-child {
		padding-left: .5rem;
	}
}


/*-----------------------------------
     about
-----------------------------------*/

.about {
	text-align: center;
	background: url(../img/home/round.png) repeat;
}
.about .bg_cover {
	padding: 7rem 1rem 5rem;
}

.about p.text {
	color: #495061;
	font-weight: 400;
	line-height: 1.7;
	margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
	.about .bg_cover {
		padding: 4rem 1rem 3rem;
	}
	.about p.text {
		font-size: 1.4rem;
	}
}
.movieWrap {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.4rem;
}
@media (max-width: 767px) {
  .movieWrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 300px;
    overflow: hidden;
  }
  .movieWrap iframe,
  .movieWrap object,
  .movieWrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.noticeWrap {
	background-color: #fff;
	padding: 40px;
	border: #ba960e solid;
	margin-top: 6rem;
	margin-bottom: 6rem;
}
.about h4 {
	margin-bottom: 2.4rem;
	font-weight: 600;
	color: #5c196b;
}
.noticeWrap ul {
	text-align: left;
}
.noticeWrap li {
	text-indent: -1.2rem;
}
@media (max-width: 767px) {
	.noticeWrap {
		font-size: 1.4rem;
		padding: 30px;
	}
	.about p.note {
		text-align: left;
	} 
}
/*-----------------------------------
     bnrArea
-----------------------------------*/

.bnrArea {
	text-align: center;
	background: url(../img/home/bg_bnrarea.jpg) center no-repeat;
	background-size: cover;
}
.bnrArea .bg_cover {
	width: 100%;
	background: rgba(123, 59, 140, .35);
	padding: 8.6rem 1rem;
}
.bnrArea ul {
	overflow: hidden;
	max-width: 830px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	flex-flow: row wrap;
	-weblit-flex-flow: row wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.bnrArea li {
	width: calc(100% / 2);
	margin: 1.5rem 0;
}
.bnrArea li a {
	max-width: 400px;
	border: 2px solid #868e96;
	border-radius: 5px;
	display: block;
	background: rgba(255,255,255,.88);
	color: #868e96;
	font-size: 3.4rem;
	font-weight: 900;
	padding: 2.5rem 0;
}
.bnrArea li a i {
	margin-right: 1rem;
}
.bnrArea li a:hover {
	background: rgba(255,255,255,1);
	color: #5c196b;
	border: 2px solid #5c196b;
}
.bnrArea li a:hover i {
	color: #5c196b;
}
.bnrArea li:nth-child(even) {
	padding-left: 1.5rem;
}
.bnr_curry {
    width:610px;
    margin-left:auto;
    margin-right:auto;
}

@media only screen and (max-width: 767px) {
	.bnrArea .bg_cover {
		padding: 5rem 1rem 4rem;
	}
	.bnrArea li {
		margin: 1rem 0;
	}
	.bnrArea li a {
		font-size: 1.8rem;
		text-align: center;
	}
	.bnrArea li a i {
		display: block;
		margin: 0 auto 5px;
	}
    .bnr_curry {
        width:100%;
        max-width:610px;
    }
}


/*-----------------------------------
#LINEUP
-----------------------------------*/

#lineup,#lineup-store {
	background: url(../img/home/bg_lineup.jpg) center no-repeat;
	background-size: cover;
}
#lineup .bg_cover,#lineup-store .bg_cover {
	width: 100%;
	background: rgba(16, 35, 44, .7);
	padding: 6rem 1rem;
}
#lineup h3,#lineup-store h3 {
	color:#fff;
}
.is-hide {display: none;}
.is-hideStore {display: none;}
.search-box {
	text-align: center;
}
.search-box li {
	display: inline-block;
	font-size: 2.4rem;
	margin: 0 1rem;
}
.checkbox {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: block;
	padding: 1rem;
	color: #fff;
	font-size: 2.4rem;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 50%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 16px;
	height: 16px;
	content: '';
}
.checkbox:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: inherit;
	right: -1rem;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
	border-right: 3px solid #ba960e;
	border-bottom: 3px solid #ba960e;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=checkbox]:checked+.checkbox:before {
	opacity: 1;
}
#lineup h4,#lineup-store h4{
	font-weight: 600;
	color: #fff;
	text-align: center;
}

#lineup-store .time {
	text-align: center;
	color: #ffffff;
	font-weight: 800;
	font-size: 1.6rem;
	line-height: 2.2rem;
	margin-top: 1.9rem;
}

@media only screen and (max-width: 767px) {
	#lineup,#lineup-store {
		background-position-x: left;
		background-position-y: top;
	}
	#lineup .bg_cover,#lineup-store .bg_cover {
		padding: 3rem 1rem;
	}
	#lineup h2,#lineup-store h2 {
		margin-bottom: 3rem;
	}
	.checkbox {
		font-size: 2rem;
		padding: 0 1rem;
	}
	form {
		margin-bottom: 2rem;
	}
}


/*  proflie Section  */

#proflie {
	background: #ebeeee;
	padding-top: 90px;
	padding-bottom: 60px;
}
#proflie h1 {
	font-size: 1.6rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 48px;
	color: #95A3A3;
}
/* proflie Content */

.twelve--mt {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

#proflie-wrapper {
	justify-content: center;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

#proflie-wrapper .columns {
	margin-bottom: 36px;
}
.proflie-item {
	cursor: pointer;
}
.proflie-item .item-wrap {
	background: #fff;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.proflie-item .item-wrap a {
	display: block;
	cursor: pointer;
}
/* overlay */

.proflie-item .item-wrap .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	background: rgba(0, 0, 0, .7);
}
.proflie-item .item-wrap .link-icon {
	display: block;
	color: #fff;
	height: 30px;
	width: 30px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
}
.proflie-item .item-wrap img {
	vertical-align: bottom;
}
.proflie-item .proflie-item-meta {
	padding: 15px;
}
.proflie-item .proflie-item-meta h5 {
	font-size: 1.6rem;
	font-weight: 700;
	color: #fff;
}
.proflie-item .proflie-item-meta h5 span {
	font-size: 1.4rem;
	display: block;
}
.proflie-item .proflie-item-meta p {
	font-size: 1.2rem;
	color: #ba960e;
	margin-bottom: 0;
}
/* on hover */

.proflie-item:hover .overlay {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.proflie-item:hover .link-icon {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

@media only screen and (max-width: 767px) {
	#proflie-wrapper {
		justify-content: flex-start;
	}
	#proflie-wrapper .columns {
		float: left;
		width: 50%;
		padding: 0 1rem;
		margin-bottom: 2rem;
	}
	.proflie-item .item-wrap {
		background: rgba(0, 0, 0, .5);
	}
	.proflie-item .item-wrap .overlay {
		opacity: 1;
		position: inherit;
		background: rgba(0, 0, 0, 0);
	}
	.proflie-item .proflie-item-meta {
		padding: 1rem;
	}
	.proflie-item .proflie-item-meta h5 {
		font-size: 1.4rem;
		font-weight: 500;
	}
	.proflie-item .proflie-item-meta h5 span {
		font-size: 1.2rem;
	}
	.proflie-item .item-wrap .link-icon {
		display: none;
	}
}



/* popup modal */

.popup-modal {
	max-width: 640px;
	background: #fff;
	position: relative;
	margin: 0 auto;
}
.popup-modal .description-box {
	padding: 12px 36px 18px 36px;
}
.popup-modal .description-box h4 {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 1.4rem;
	color: #000033;
}
.popup-modal .description-box h4 span {
	font-size: 1.4rem;
	color: #ba960e;
	display: inline-block;
	margin-left: 1rem;
}
.popup-modal .description-box p {
	font-size: 1.4rem;
	color: #A1A1A1;
	margin-bottom: 1.6rem;
	line-height: 1.6;
}
.popup-modal .description-box .categories {
	font-size: 1.2rem;
	color: #A1A1A1;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	text-align: left;
}
.popup-modal .description-box .categories i {
	margin-right: 8px;
}
.popup-modal .link-box {
	padding: 1.4rem 2rem;
	background: #1c2935;
	text-align: left;
	position: relative;
}
.popup-modal .link-box a {
	color: #fff;
	font-size: 1.4rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	font-weight: 700;
}
.popup-modal .link-box a:first-child,
.popup-modal .link-box .second,
.link-box a.link-box-siteLink {
	color: #ba960e;
	cursor: pointer;
	display: block;
	max-width: 70%;
}
.popup-modal .link-box a.popup-modal-dismiss-notIcon:first-child {
	color: #fff;
	max-width: 100%;
	position:relative;
	text-align: right;
	right: 0;
}
.popup-modal .link-box a:first-child::after,
.popup-modal .link-box .second::after,
.link-box a.link-box-siteLink::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f35d';
	margin-left: .6rem;
}
.popup-modal .link-box a.popup-modal-dismiss-notIcon:first-child::after{
	display: none;
}
.popup-modal a:hover {
	color: #00CCCC;
}
.popup-modal .link-box a:hover:first-child,
.popup-modal .link-box .second:hover,
.link-box a.link-box-siteLink:hover {
	color: #f4c40e;
}
.popup-modal a.popup-modal-dismiss {
	position: absolute;
	top: 30%;
	right: 2rem;
	cursor: pointer;
}

/* fadein/fadeout effect for modal popup / content at start */
.mfp-fade.mfp-wrap .mfp-content .popup-modal {
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
/* content fadein */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content .popup-modal {
	opacity: 1;
}
/* content fadeout */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content .popup-modal {
	opacity: 0;
}

@media only screen and (max-width: 767px) {
	.popup-modal .description-box {
		padding: 1rem 2rem;
	}
	.popup-modal .description-box h4 {
		font-size: 1.8rem;
	}
	.mfp-container {
		padding: 0 1rem;
	}
	
	
}


/*-----------------------------------
#TIMETABLE
-----------------------------------*/
#timetable {
	background: url(../img/home/bg_timetable.jpg) center no-repeat;
	background-size: cover;
}
#timetable h3 {
	color:#fff;
}
#timetable .bg_cover {
	width: 100%;
	background: rgba(193, 185, 158, .8);
	padding: 6rem 1rem;
}
.days_select {
	overflow: hidden;
	width: 1020px;
}
.days_select .tabContent {
	float: left;
	width: 24.25%;
	margin-right: 1rem;
	margin-bottom: 1rem;
}
.days_select .tabContent:last-child {
	margin-right: 0;
}
.days_select h4 {
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background: #ba960e;
	border-radius: 5px 5px 0 0;
	padding: 1rem;
}
.day_block {
	background: rgba(255, 255, 255, .8);
	padding: 1rem 1.6rem;
}
.day_block h5 {
	font-weight: 700;
	color: #495057;
	padding: 5px 0;
	margin-bottom: 1.6rem;
	border-bottom: 1px dotted #ba960e;
}
.day_block h5::before {
	font-family: 'Font Awesome 5 Free';
	content: '\f3c5';
	margin-right: 5px;
	color: #ba960e;
}
.day_block dl {
	clear: both;
	overflow: hidden;
	margin-bottom: 1.6rem;
}
.day_block dt {
	max-width: 56px;
	float: left;
	margin-right: 1.2rem;
}
.day_block dt img {
	width: 100%;
	border-radius: 50%;
}
.day_block dd {
	color: #495057;
	font-size: 1.6rem;
	font-weight: 700;
	overflow: auto;
}
.day_block dd span {
	display: block;
	color: #868e96;
	font-size: 1.4rem;
	font-weight: 500;
}
.day_block dd small {
	display: block;
}

@media only screen and (max-width: 767px) {
	#timetable .bg_cover {
		padding: 3rem 1rem;
	}
	#timetable h2 {
		margin-bottom: 3.6rem;
	}
	.days_select {
		width: 100%;
	}
	.days_select .tabContent {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.tab.sp_view li {
		float: left;
		width: 49%;
		margin: 1px 1px;
		text-align: center;
	}
	.tab.sp_view li.two {
		float: left;
		width: 49.2%;
		margin: 0 1px;
		text-align: center;
	}
	.tab.sp_view li span {
		display: block;
		background: #d6b235;
		border-radius: 5px 5px 0 0;
		padding: 5px;
		color: #fff;
		font-weight: 500;
		cursor: pointer;
	}
	/* tabContent */
	.tabContent {
		clear: both;
		display: none;
		overflow: hidden;
	}
	.active {
		display: block;
	}
	.tab.sp_view .active span {
		background: #ba960e;
	}
	.tab h3 {
		display: none;
	}

}



/*-----------------------------------
#ACCESS
-----------------------------------*/

#access {
	background: #1c2935;
	color: #fff;
	padding: 6rem 1rem;
}
#access h3 {
    color:#fff;
}
#access h4 {
	color: #ba960e;
	font-size: 2.2rem;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 1.4rem;
}
#access .sub {
	color: #ba960e;
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	margin-top: 80px;
}
#access  p.text {
	text-align: center;
	font-weight: 400;
	line-height: 1.7;
	margin-bottom: 2.4rem;
}
.map_list {
	width: 100%;
	padding: 0;
	float: none;
	display: flex;
	justify-content: center;
}
.map_list .column {
	padding: 0 10px;
}
.map_list  p span {
	font-size: 1.4rem;
}
.map_list li ul li{
	text-indent: -1.2rem;
	padding-left: 1.2rem;
}
.maps {
	width: 100%;
	height: 220px;
	margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
	#access {
		padding: 3rem 1rem 2rem;
	}
	#access .row {
		width: 100%;
		max-width: 640px;
	}
	#access .row .six,
	#access .row .eight {
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 4rem;
	}
	#access .map_list {
		padding: 0 1.6rem;
		display: inline-block;
	}
	#access h4 {
		font-size: 2rem;
		margin-bottom: 1rem;
	}
	.maps {
		height: 240px;
	}
	
}
