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

:root {
	/* --main-font: 'Righteous', cursive; */
	/* --main-font: 'League Gothic', 'メイリオ', sans-serif; */
	--main-font: 'Heebo', sans-serif;
	--main-color: #00552e;
}

#main {
	background: #fff;
}
.topContentBox {
}
.topContentBox:nth-child(2n+2) {
	background: #f5f5f5 !important;
}
.topContent {
	margin: 0 auto;
}

/* パララックス
-------------------------------------------------- */
.parallaxBox {
}
.parallaxBox:before {
	background-image: url(/img/20221103/main.jpg);
	background-position: 50% 50% !important;
}
.parallaxBox .parallaxInn {
}
.parallaxBox .mainImage04,
.parallaxBox .mainImage01,
.parallaxBox .mainImage02 {
	display: block;
	margin: 0 auto;
}
.parallaxBox .mainImage04 {}
.parallaxBox .mainImage01 {
	width: 70%;
	max-width: 1736px;
}


/* main
-------------------------------------------------- */
#main {
}


/* event
-------------------------------------------------- */
#event {
}
#event .eventTitle {
	font-family: var(--main-font);
	font-weight: 800;
	line-height: 1.0;
	text-align: center;
}
#event .eventTitle01 {}
#event .eventTitle02 {}
#event .eventTitle02 .eventTitle02_inn {
	display: block;
}
#event .eventTitle03 {}

#event .introductionTxt:before {
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
#event .introductionBtn {
	color: #484848;
	background: rgb(251,251,251);
	background: -moz-linear-gradient(top,  rgba(251,251,251,1) 0%, rgba(201,201,201,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(201,201,201,1) 100%);
	background: linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(201,201,201,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#c9c9c9',GradientType=0 );
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#event .introductionTxt {
	color: #484848;
}
#event .top01Image {
	width: 100%;
}
#event .top01Image img {
	display: block;
	width: 100%;
}


/* eventInfo
-------------------------------------------------- */
#eventInfo {
}
#eventInfo .eventInfo_title,
.eventInfoList .eventInfoTitle,
.timetableBox .timetableTitle {
	font-family: var(--main-font);
}
.eventInfoList {
	font-family: 'Noto Sans JP', sans-serif;
}
.eventInfoList .eventInfoListItem {
}
.eventInfoList .eventInfoTitle {
	color: var(--main-color);
}
.eventInfoList .eventInfoTxt {
	color: #111;
	font-weight: bold;
}
.eventInfoList .price {
	position: relative;
}
.eventInfoList .price:before {
	content: "¥";
	position: absolute;
}
.eventInfoList .eventInfoInn {
	color: var(--third-color);
}
.eventInfoList .eventInfoInnTxt {
}
.eventInfoList .eventInfoInnTable {	
}
.eventInfoList .eventInfoInnTable01 {
}
.eventInfoList .eventInfoInnTable02 {
}
.eventInfoList .eventInfoInnLink {
}
.eventInfoList .eventInfoNote {
	color: var(--third-color);
}
.eventInfoList .eventInfoNoteList {}
.eventInfoList .eventInfoNoteList.jp {}
.eventInfoList .eventInfoNoteList.en {}
.eventInfoList .eventInfoNoteListItem {}
#eventInfo .ticket01 {
	border: 1px solid #000;
}


/* lineup
-------------------------------------------------- */
#lineup .lineup_title {
	font-family: 'Righteous', cursive;
}
#lineup .lineupBoxTitle {
	font-family: 'Righteous', cursive;
}
#lineup .lineup_name {
	color: #111;
	font-weight: 300;
}

#lineup .userModal {
	background: rgba(0,0,0,0.9);
}

/* モーダル内 */
#lineup .userModal_outer {
	height: auto;
}
#lineup .userModal_name {
	font-weight: 900;
}
#lineup .userModal_label {
	font-family: var(--main-font);
	font-weight: 100;
}
#lineup .userModalInfo {
	border: 1px solid rgba(255,255,255,0.8);
}
#lineup .sns_link {
	background: rgba(255,255,255,0.88);
}


.label_items {
	display: flex;
	flex-wrap: wrap;
}
.label_items .label_item {
}
.label_items .label_item:last-child {
}
.label_items .label_link {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid rgba(255,255,255,0.3);
}
.label_items .label_link.back_white {
	background: rgba(255,255,255,0.88);
}
.label_items .label_link.back_black {
	background: rgba(255,255,255,0.05);
}
.label_items .label_icon {
	display: block;
}

.list .listMini_listItem {
	font-family: 'Noto Sans Mono', monospace;
}


.list .listTitle {
	font-family: var(--main-font);
	text-shadow:
		#fff 1px 1px 0px,
		#fff -1px 1px 0px,
		#fff 1px -1px 0px,
		#fff -1px -1px 0px,
		#fff 1px 0px 0px,
		#fff -1px 0px 0px,
		#fff 0px 1px 0px,
		#fff 0px -1px 0px,
		#fff 2px 2px 0px,
		#fff -2px 2px 0px,
		#fff 2px -2px 0px,
		#fff -2px -2px 0px,
		#fff 2px 0px 0px,
		#fff -2px 0px 0px,
		#fff 0px 2px 0px,
		#fff 0px -2px 0px;
}
.list .listMiniTitle {
	font-family: var(--main-font);
}

.lineup_linkTitle {
	font-family: 'Righteous', cursive;
}

@media screen and (min-width: 768px) {
	.topContentBox {
		padding: 50px 0;
	}
	.topContent {
		width: 1280px;
		padding: 0;
	}
	.ma-10 { margin: -10px; }

	/* パララックス
	-------------------------------------------------- */
	.parallaxBox {
	}
	.parallaxBox:before {
	}
	.parallaxBox .parallaxInn {
		top: 50%;
	}
	.parallaxBox .mainImage04,
	.parallaxBox .mainImage01,
	.parallaxBox .mainImage02 {
		display: block;
		margin: 0 auto;
	}
	.parallaxBox .mainImage04 {
		width: 17%;
		max-width: 742px;
		margin-top: 0;
	}
	.parallaxBox .mainImage01 {}
	.parallaxBox .mainImage02Box {
		width: 100%;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+10,000000+50,000000+90&0+10,1+50,0+90 */
		background: -moz-linear-gradient(left,  rgba(0,0,0,0) 10%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 90%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 10%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 90%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(0,0,0,0) 10%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
		padding: 20px 0;
	}
	.parallaxBox .mainImage02 {
		width: 40%;
	}

	/* main
	-------------------------------------------------- */
	#main {
	}
	
	/* event
	-------------------------------------------------- */
	#event {
		padding-bottom: 80px;
	}
	#event .eventTitle {
		margin-bottom: 15px;
	}
	#event .eventTitle01 { font-size: 80px; }
	#event .eventTitle02 {
		font-size: 200px;
		padding: 35px 0;
	}
	#event .eventTitle02 .eventTitle02_inn {
		font-size: 60px;
	}
	#event .eventTitle03 {
		font-size: 80px;
		margin-bottom: 20px;
	}
	#event .top01Image {
		margin-bottom: 10px;
	}

	.timetableBox {
		margin-top: -80px;
		padding: 140px 0 50px;
	}
	.timetableBox .timetableTitle {
		font-size: 100px;
		font-weight: bold;
		text-align: center;
		line-height: 1.0;
	}
	.timetableBox .timetable_img {
		display: block;
		width: 100%;
	}

    /* lineup
	-------------------------------------------------- */
	#lineup .lineup_title {
		font-size: 8.8rem;
		text-align: center;
	}
	#lineup .lineupBox {
		margin-bottom: 30px;
	}
	#lineup .lineupBoxTitle {
		font-size: 4.8rem;
		position: relative;
	}
	#lineup .lineupBoxTitle:after {
		position: absolute;
		bottom: 9px;
		content: '';
		width: 100%;
		height: 1px;
		display: block;
		background-color: #000;
	}
    #lineup .lineup_items {
        display: flex;
        flex-wrap: wrap;
		padding: 0 1px;
    }
    #lineup .lineup_item {
        width: 312px;
        margin-bottom: 20px;
    }
    #lineup .lineup_item:not(:nth-child(4n)) {
        margin-right: 10px;
    }
	#lineup .lineupTmb {
		width: 310px;
		height: 310px;
		overflow: hidden;
		margin: 0 0 5px;
	}
	.lineup_linkTitle {
		font-size: 32px;
		color: #000;
		font-weight: 800;
		margin-top: 10px;
	}

	.lineupTmb_img {
		width: 310px;
		height: 310px;
		object-fit: cover;
		transition: .4s all;
		opacity: 1.0;
	}
	a.lineup_link .lineupTmb_img:hover {
		transform: scale(1.15,1.15);
		opacity: 1.0;
	}
    .lineup_name {
        font-size: 2.0rem;
		font-weight: bold;
		line-height: 1.0;
		margin-top: 2px;
		padding: 0 2px;
    }
	.lineup_name .lineup_nameInn {
		display: inline-block;
		font-size: 1.4rem;
		font-style: italic;
		margin-left: 5px;
	}
	.lineup_name .lineup_nameInn:before {
		content: '-';
		margin-right: 5px;
	}
    .userModal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

	/* モーダル内 */
    .userModal_label {
        font-size: 2.2rem;
    }
    .userModalInfo {
        margin-top: 10px;
    }
	.userModalInfo_txt {
		font-size: 1.6rem;
		line-height: 1.6;
	}
    .userModalInfo_wrap {
        position: relative;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .sns_items {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        padding: 15px 0;
    }
    .sns_item:not(:last-child) {
        margin-right: 10px;
    }
    .sns_link .fa-facebook-f {
        color: #3B5998;
    }
    .sns_link .fa-soundcloud {
        color: #FE5000;
    }
    .sns_link .fa-mixcloud {
        color: #000;
    }
    .sns_link .fa-paperclip {
        color: rgba(0,104,16,1.0);
    }
    .sns_link .fa-instagram {
        color: #E1306C;
    }
    .sns_link .fa-youtube {
        color: #F80103;
    }
    .userModalInfo_img {
        float: left;
        max-width: 400px;
    }
    .userModal_close {
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0,104,16,1.0);
        cursor: pointer;
    }
    .userModal_close i {
        font-weight: 600;
        font-size: 3.6rem;
        color: #FFF;
    }
    .userModal_close {
        position: absolute;
        top: 0;
        right: 0;
    }

    .userModal {
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center;
        cursor: pointer;
        white-space: nowrap;
        z-index: -1;
    }
    .userModal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    .userModal.active {
        opacity: 1;
        z-index: 99999998;
    }
    .userModal_outer {
        opacity: 0;
        transform: scale(0.6);
        transition: all .2s;
        /* transition-delay: 250ms; */
        position: relative;
        width: 90%;
        max-width: 970px;
        height: 90%;
        display: inline-block;
        vertical-align: middle;
        background: #FFF;
        overflow: auto;
        cursor: auto;
        white-space: normal;
        z-index: -1;
    }
    .userModal_outer.active {
        opacity: 1;
        transform: scale(1);
        z-index: 99999999;
    }
    .userModal_wrap {
        padding: 30px;
        cursor: auto;
        text-align: left;
    }
	.userModalInfo_txt {
		font-size: 1.5rem;
		line-height: 1.6;
	}
    .userModal_name {
        font-size: 64px;
		line-height: 1.0;
    }
    .userModal_label {
        font-size: 22px;
        font-weight: bold;
    }
    .userModalInfo {
		min-height: 440px;
		max-height: 86vh;
		overflow: scroll;
        margin-top: 10px;
		padding: 20px;
    }
    .userModalInfo_txt a {
        color: #6cf;
    }
    .userModalInfo_wrap {
        position: relative;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .sns_items {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        padding: 15px 0;
    }
    .sns_item:not(:last-child) {
        margin-right: 10px;
    }
    .sns_link {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 35px;
        height: 35px;
        font-size: 20px;
    }
    .sns_link .fa-facebook-f {
        color: #3B5998;
    }
    .sns_link .fa-soundcloud {
        color: #FE5000;
    }
    .sns_link .fa-mixcloud {
        color: #000;
    }
    .sns_link .fa-twitter {
        color: #1DA1F2;
    }
    .sns_link .fa-paperclip {
        color: rgba(0,104,16,1.0);
    }
    .sns_link .fa-instagram {
        color: #E1306C;
    }
    .sns_link .fa-youtube {
        color: #F80103;
    }
    .userModalInfo_img {
        float: left;
        max-width: 400px;
    }
    .userModal_close {
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .userModal_close i {
        font-weight: 300;
        font-size: 30px;
        color: #FFF;
    }
    .userModal_close {
        position: absolute;
        top: 0;
        right: 0;
    }
    .lineupMovie {
        margin-top: 80px;
    }
    .lineupMovie_item iframe {
        width: 100%;
        height: 400px;
        vertical-align: top;
    }


	.label_items {
		margin-bottom: 15px;
	}
	.label_items .label_item {
		margin-right: 10px;
	}
	.label_items .label_item:last-child {
		margin-right: 0;
	}
	.label_items .label_link {
		width: 80px;
		height: 40px;
	}
	.label_items .label_icon {
		max-width: 72px;
		max-height: 34px;
		height: auto;
	}

	.label_icon {
		width: 22px;
	}


	/* introduction
	-------------------------------------------------- */
	.introduction {
	}
	.introduction .introductionBtn {
		position: absolute;
		right: 0;
		bottom: -30px;
		left: 0;
		display: block;
		width: 400px;
		font-size: 14px;
		text-align: center;
		margin: auto;
		padding: 10px 0;
		z-index: 2;
		cursor: pointer;
		transition: .2s ease;
	}

	.introduction .introductionTxt {
		font-size: 1.7rem;
		line-height: 1.8;
		overflow: hidden;
		letter-spacing: 0.07em;
		margin: 0 0 10px;
		padding: 0 2px;
	}
	.introduction .introductionTxt a {
		color: #0E94FB;
	}
	.introduction .introductionTxt.is-hide {
		height: 180px; /*隠した後の高さ*/
	}
	.introduction .introductionTxt:before {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		width: 100%;
		height: 90px; /*グラデーションで隠す高さ*/
		
	}
	.introduction .introductionBtn.is-show {
		bottom: -35px;
	}
	.introduction .introductionBtn.is-show:after {
		content: "close";
	}


	/* eventInfo
	-------------------------------------------------- */
	#eventInfo {
	}
	#eventInfo .eventInfo_title {
		font-size: 8.8rem;
		text-align: center;
		margin-bottom: 30px;
	}
	.eventInfoList {
		font-family: 'Noto Sans JP', sans-serif;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.eventInfoList .eventInfoListItem {
		width: 48%;
		border-bottom: 5px solid #000;
		padding: 20px 10px 20px ;
	}
	.eventInfoList .eventInfoTitle {
		font-size: 32px;
		color: var(--main-color);
		font-weight: 900;
		margin-bottom: 2px;
	}
	.eventInfoList .eventInfoTxtBox {
		display: flex;
		align-items: center;
	}
	.eventInfoList .eventInfoTxt {
		font-size: 30px;
		line-height: 1.0;
		margin-right: 5px;
	}
	.eventInfoList .eventInfoTxt_mini {
		font-size: 18px;
	}
	.eventInfoList .eventInfoTxt_link {
		display: flex;
		align-items: center;
		font-size: 16px;
		color: #0e94fb;
		background: #fff;
		border-bottom: 1px solid #0e94fb;
		margin: 4px 0 0 12px;
		padding: 4px;
	}
	.eventInfoList .eventInfoTxt_link:after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f04b";
		font-size: 10px;
		margin-top: 1px;
		margin-left: 4px;
	}
	.eventInfoList .price {
		position: relative;
	}
	.eventInfoList .price:before {
		content: "¥";
		position: absolute;
	}
	.eventInfoList .eventInfoInn {
		color: var(--third-color);
	}
	.eventInfoList .eventInfoInnTxt {
	}
	.eventInfoList .eventInfoInnTable {	
	}
	.eventInfoList .eventInfoInnTable01 {
	}
	.eventInfoList .eventInfoInnTable02 {
	}
	.eventInfoList .eventInfoInnLink {
	}
	.eventInfoList .eventInfoNote {
		color: var(--third-color);
	}
	.eventInfoList .eventInfoNoteList {}
	.eventInfoList .eventInfoNoteList.jp {}
	.eventInfoList .eventInfoNoteList.en {}
	.eventInfoList .eventInfoNoteListItem {}

	/* ticket01 */
	#eventInfo .ticket01 {
		width: 400px;
		padding: 5px 15px 15px;
	}
	#eventInfo .ticketTxt {
		display: flex;
		align-items: baseline;
	}
	#eventInfo .ticketTxt01 {
		font-size: 18px;
		font-weight: bold;
		margin-right: 25px;
	}
	#eventInfo .ticketTxt02 {
		font-size: 32px;
		font-weight: 700;
	}

	/* maeuri */
	#eventInfo .maeuri {
		width: 750px;
		margin: 25px 0 0;
	}
	#eventInfo .maeuri .maeuriTitle {
		font-size: 24px;
		font-weight: 700;
		line-height: 1.0;
		margin: 0 0 5px;
	}
	#eventInfo .maeuri .maeuriInn {
	}
	#eventInfo .maeuri .maeuriTicket {
		font-size: 32px;
		font-weight: 700;
		line-height: 1.0;
		margin: 15px 0 0;
	}
	#eventInfo .maeuri .maeuriTicketTxt {
		font-size: 16px;
		line-height: 1.6;
		margin: 15px 0 0;
	}
	#eventInfo .maeuri .maeuriLink {
		color: #0e94fb;
	}
	#eventInfo .maeuri .maeuriTicketTxtInn {
	}
	#eventInfo .maeuri .maeuriTicketTxtInn .maeuriTicketTxtInnTitle {
		font-size: 16px;
	}
	#eventInfo .soldTxt {
		font-size: 30px;
		color: #f00;
		font-weight: bold;
		line-height: 1.0;
	}

	/* todayTicketBox */
	.todayTicketBox {
		font-family: 'Noto Sans JP', sans-serif;
		margin-bottom: 50px;
	}
	.todayTicketBox .todayTicketBoxInn {
	}
	.todayTicketBox .todayTicket {
		font-size: 32px;
		font-weight: 700;
	}
	.todayTicketBox .todayTicketTxt {
		font-size: 17px;
		line-height: 1.5;
	}
	.todayTicketBox .todayTicketTxt.jp {
		color: #000;
		margin-bottom: 4px;
	}
	.todayTicketBox .todayTicketTxt.en {
		color: #666;
	}
	.todayTicketBox .vipTicket {
		font-size: 17px;
		margin: 10px 0 0;
	}
	.todayTicketBox .mailLink {
		color: #0e94fb;
	}


	/* LINE UP
	-------------------------------------------------- */
    .lineupModal {
        display: none;
    }
    .lineupModal.active {
        display: block;
    }
    .lineupModal_wrap {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        transform: translateX(-50%);
        left: 50%;
        z-index: 99999;
    }
    .lineupModal_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.8);
        z-index: 99998;
        cursor: pointer;
    }
    .lineupModalTmb {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .lineupModalTmb video {
        max-width: 800px;
    }
    .lineupModal_close {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0 10px 0;
        text-align: right;
        color: #FFF;
        z-index: 99999;
        cursor: pointer;
    }
    .lineupModalTitle {
        color: #fff;
        font-family: var(--main-font);
    }
    .lineupModal_close i {
        font-size: 36px;
    }

	/* importantList
	-------------------------------------------------- */
	.important {
		border: 1px solid #000;
		padding: 10px 15px;
	}
	.importantTitle {
		font-family: var(--main-font);
		font-size: 40px;
		color: #000;
		line-height: 1.0;
		margin: 0;
		padding: 0;
	}
	.importantInn {
		border-bottom: 1px dashed #999;
		padding: 12px 0;
	}
	.importantInn:last-child {
		border-bottom: none;
	}
	.importantList {
	}
	.importantListItem {
		font-size: 1.7rem;
		color: #050505;
		margin: 0 0 3px;
		padding: 0 0 0 20px;
		position: relative;
	}
	.importantListItem:before {
		position: absolute;
		top: 0;
		left: 0;
		content: "・";
	}
	.importantListItem .importantListItem01 {
	}
	.importantListItem .importantListItem01 span {
		display: block;
		font-size: 0.9em;
		font-weight: bold;
		margin: 5px 1px;
	}
	.important02 {
		font-size: 1.7rem;
		line-height: 1.4;
		padding: 10px 8px;
	}
	.important02 a {
		color: #0e94fb;
	}
	.important02.kome {
		position: relative;
		padding-left: 20px;
	}
	.important02.kome:before {
		position: absolute;
		top: 9px;
		left: 5px;
		content: "※";
	}
	.importantInnTxt {
		font-size: 17px;
		line-height: 1.5;
		margin: 0;
		padding: 0;
	}
	.importantInnTxt.jp {
		color: #000;
		margin-bottom: 4px;
	}
	.importantInnTxt.en {
		color: #666;
	}
	.importantInnTxt .bold {
		font-size: 16px;
		font-weight: bold;
	}


	.list {
		display: flex;
		justify-content: center;
		margin-bottom: 50px;
	}
	.list .listItem {
		width: 45%;
		border: 15px solid #000;
		margin-right: 5%;
		padding: 2.5%;
	}
	.list .listItem:last-child {
		margin-right: 0;
	}
	.list .listTitle {
		/* font-size: 60px; */
		font-size: 54px;
		color: #000;
		line-height: 1.0;
		text-align: center;
		margin: 0 0 15px;
		padding: 0 0 5px;
	}
	.list .listTitle span {
		display: block;
		background: linear-gradient( transparent 90%, rgba(0,85,46,0.75) 90% );
		padding: 0 10px 20px;
	}
	.list .listMiniBox {
		margin: 0 0 10px;
		padding: 0;
	}
	.list .listMiniTitle {
		/* font-size: 40px; */
		font-size: 38px;
		line-height: 1.0;
		margin: 0 0 5px;
		padding: 0;
	}
	.list .listMini_list {
	}
	.list .listMini_listItem {
		font-size: 22px;
		color: #111;
		line-height: 1.4;
		letter-spacing: -0.03em;
		margin: 0;
		padding: 0 3px;
	}
	.list .listMiniTxt_mini {
		font-size: 16px;
		margin-left: 8px;
	}
	.list .listLink {
	}
	.list .castList {
	}
	.list .castListItem {
		font-size: 17px;
		margin: 0 0 3px 4px;
		padding-left: 15px;
		position: relative;
	}
	.list .castListItem:before {
		position: absolute;
		top: 0;
		left: 0;
		content: "●";
	}
	.list .castListItem:last-child {
		margin-bottom: 0;
	}
	.castList02 {
		font-size: 17px;
		line-height: 1.3;
		padding: 5px 4px 0;
	}
	.castList02 em {
		display: block;
		font-style: normal;
		font-weight: bold;
	}

	.thankyouMsg {
		font-size: 18px;
		color: #363636;
		line-height: 1.5;
		overflow: hidden;
		letter-spacing: 0.02em;
		margin: 5px 0 50px;
		padding: 0 5px;
	}
	.thankyouMsg01 {
		font-size: 26px;
		color: rgba(0,104,16,1.0);
		font-weight: bold;
		margin-bottom: 3px;
	}
}

@media all and (max-width: 767px) {
	.spBlock {
		display: block;
	}
	.topContentBox {
		padding: 8vw 0;
	}
	.topContent {
		padding: 0 3vw;
	}
	.ma-10 { margin: -0.5em; }

	/* パララックス
	-------------------------------------------------- */
	.parallaxBox {
	}
	.parallaxBox:before {
	}
	.parallaxBox .parallaxInn {
		top: 48%;
	}
	.parallaxBox .mainImage04,
	.parallaxBox .mainImage01,
	.parallaxBox .mainImage02 {
		display: block;
		margin: 0 auto;
	}
	.parallaxBox .mainImage04 {
		width: 40%;
	}
	.parallaxBox .mainImage01 {
		width: 98%;
		margin-bottom: 3.5vw;
	}
	.parallaxBox .mainImage02Box {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+10,000000+50,000000+90&0+10,1+50,0+90 */
		background: -moz-linear-gradient(left,  rgba(0,0,0,0) 10%, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 90%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 10%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 90%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(0,0,0,0) 10%,rgba(0,0,0,1) 50%,rgba(0,0,0,0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
		padding: 3.5vw 0;
	}
	.parallaxBox .mainImage02 {
		width: 70%;
	}

	/* main
	-------------------------------------------------- */
	#main {
	}
	
	/* event
	-------------------------------------------------- */
	#event {
		padding-bottom: 18vw;
	}
	#event .eventTitle {
		margin-bottom: 2.5vw;
	}
	#event .eventTitle01 {
		font-size: 8vw;
		margin: 0 0 2.5vw;
	}
	#event .eventTitle02 {
		font-size: 14vw;
		line-height: 1.0;
		padding: 2.5vw 0;
	}
	#event .eventTitle02 .eventTitle02_inn {
		font-size: 7vw;
	}
	#event .eventTitle03 { font-size: 10.0vw; }
	#event .introduction {
	}
	#event .introduction .introductionBtn {
		bottom: -7.0vw;
		width: 70vw;
		font-size: 3.5vw;
		padding: 2vw 0;
	}

	#event .introduction .introductionTxt {
		font-size: 3.75vw;
		line-height: 1.6;
		overflow: hidden;
	}
	#event .introduction .introductionTxt a {
		color: #0E94FB;
	}
	#event .introduction .introductionTxt.is-hide {
		height: 15vh; /*隠した後の高さ*/
	}
	#event .introduction .introductionTxt:before {
		bottom: 0;
		height: 7.5vh; /*グラデーションで隠す高さ*/
	}
	#event .introduction .introductionBtn.is-show {
	}


	/* eventInfo
	-------------------------------------------------- */
	#eventInfo {
	}
	#eventInfo .eventInfo_title {
		/* font-size: 12.0vw; */
		font-size: 8.5vw;
		text-align: center;
		margin-bottom: 4vw;
	}
	.eventInfoList {
		font-family: 'Noto Sans JP', sans-serif;
	}
	.eventInfoList .eventInfoListItem {
		border-bottom: 1px solid #ddd;
		padding: 3vw 1.5vw;
	}
	.eventInfoList .eventInfoListItem:last-child {
		border-bottom: none;
	}
	.eventInfoList .eventInfoTitle {
		font-size: 6.0vw;
		color: var(--main-color);
		font-weight: 900;
		line-height: 1.0;
	}
	.eventInfoList .eventInfoTxtBox {
		display: flex;
		align-items: center;
	}
	.eventInfoList .eventInfoTxt {
		font-size: 6.0vw;
		line-height: 1.5;
		margin-right: 1vw;
	}
	.eventInfoList .eventInfoTxt_mini {
		font-size: 3.5vw;
	}
	.eventInfoList .eventInfoTxt_link {
		display: flex;
		align-items: center;
		font-size: 3vw;
		color: #0e94fb;
		background: #fff;
		border-bottom: 1px solid #0e94fb;
		margin: 1vw 0 0 2vw;
		padding: 0.5vw;
	}
	.eventInfoList .eventInfoTxt_link:after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f04b";
		font-size: 10px;
		margin-top: 1px;
		margin-left: 4px;
	}
	.eventInfoList .price {
		position: relative;
	}
	.eventInfoList .price:before {
		content: "¥";
		position: absolute;
	}
	.eventInfoList .eventInfoInn {
		color: var(--third-color);
	}
	.eventInfoList .eventInfoInnTxt {
	}
	.eventInfoList .eventInfoInnTable {	
	}
	.eventInfoList .eventInfoInnTable01 {
	}
	.eventInfoList .eventInfoInnTable02 {
	}
	.eventInfoList .eventInfoInnLink {
	}
	.eventInfoList .eventInfoNote {
		color: var(--third-color);
	}
	.eventInfoList .eventInfoNoteList {}
	.eventInfoList .eventInfoNoteList.jp {}
	.eventInfoList .eventInfoNoteList.en {}
	.eventInfoList .eventInfoNoteListItem {}

	/* ticket01 */
	#eventInfo .ticket01 {
		padding: 2.75vw 3.75vw 3.75vw;
	}
	#eventInfo .ticketTxt {
		display: flex;
		justify-content: space-between;
		align-items: center;
		line-height: 1.0;
		margin: 0;
	}
	#eventInfo .soldTxt {
		font-size: 6.5vw !important;
		color: #f00;
		font-weight: bold;
		line-height: 1.0;
	}
	#eventInfo .ticketTxt01 {
		font-size: 4.0vw;
		font-weight: bold;
	}
	#eventInfo .ticketTxt02 {
		font-size: 7.5vw;
		font-weight: 700;
	}

	/* maeuri */
	#eventInfo .maeuri {
		width: 99%;
		margin: 5vw auto 0;
	}
	#eventInfo .maeuri .maeuriTitle {
		font-size: 5vw;
		font-weight: 700;
		line-height: 1.0;
	}
	#eventInfo .maeuri .maeuriInn {
	}
	#eventInfo .maeuri .maeuriTicket {
		font-size: 7.5vw;
		font-weight: 700;
		line-height: 1.0;
		margin: 2.5vw 0 0;
	}
	#eventInfo .maeuri .maeuriTicketTxt {
		font-size: 3.615vw;
		line-height: 1.6;
		margin: 3vw 0 0;
	}
	#eventInfo .maeuri .maeuriLink {
		color: #0e94fb;
		text-decoration: underline;
	}
	#eventInfo .maeuri .maeuriTicketTxtInn {
		border-top: 3px double #111;
		border-bottom: 3px double #111;
		margin: 2vw 0 7.5vw;
		padding: 1.25vw 1vw;
	}
	#eventInfo .maeuri .maeuriTicketTxtInn .maeuriTicketTxtInnTitle {
		font-size: 3.615vw;
	}

	/* todayTicketBox */
	.todayTicketBox {
	}
	.todayTicketBox .todayTicketBoxInn {
	}
	.todayTicketBox .todayTicket {
		font-size: 7.5vw;
		font-weight: 700;
	}
	.todayTicketBox .todayTicketTxt {
		font-size: 4.25vw;
		line-height: 1.5;
	}
	.todayTicketBox .todayTicketTxt.jp {
		color: #000;
		margin-bottom: 1vw;
	}
	.todayTicketBox .todayTicketTxt.en {
		color: #666;
	}
	.todayTicketBox .vipTicket {
		font-size: 4.25vw;
		margin: 2.5vw 0 0;
	}
	.todayTicketBox .mailLink {
		color: #0e94fb;
	}


	.timetableBox {
		margin-top: -15vw;
		padding: 20vw 0 3.33vw;
	}
	.timetableBox .timetableTitle {
		font-size: 10.0vw;
		font-weight: bold;
		text-align: center;
		line-height: 1.0;
	}
	.timetableBox .timetable_img {
		display: block;
		width: 100%;
	}

	/*--------------------------------------------------
    /* lineup
	-------------------------------------------------- */
    .lineup_title {
        font-size: 12.0vw;
        color: #111;
        text-align: center;
		letter-spacing: -0.03em;
    }
	#lineup .lineupBox {
		margin-bottom: 8vw;
	}
	#lineup .lineupBoxTitle {
		font-size: 7.5vw;
		position: relative;
	}
	#lineup .lineupBoxTitle::after {
		position: absolute;
		bottom: 1.4vw;
		content: '';
		width: 100%;
		height: 1px;
		display: block;
		background-color: #000;
	}
    .lineup_items {
        display: flex;
        flex-wrap: wrap;
    }
    .lineup_item {
        width: calc((100% - 2vw) / 2);
    }
    .lineup_item:nth-child(odd) {
        margin-right: 2vw;
		margin-bottom: 4vw;
    }
	.lineup_linkTitle {
		font-size: 4.5vw;
		color: #000;
		font-weight: 800;
		margin-top: 2.0vw;
	}
    .lineupTmb_img {
        width: 100%;
    }
    .lineup_name {
		font-size: 4vw;
        margin-top: 0.5vw;
    }
	.lineup_name .lineup_nameInn {
		display: block;
		font-size: 3vw;
		font-style: italic;
	}
    .userModal {
        display: none;
        background: rgba(0,0,0,0.8);
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center;
        cursor: pointer;
        white-space: nowrap;
        z-index: 99998;
    }
    .userModal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    .userModal.active {
        display: block;
    }
    .userModal_outer {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        background: #FFF;
        overflow: auto;
        cursor: auto;
        white-space: normal;
        z-index: 999999;
    }
    .userModal_wrap {
        padding: 10vw 8vw;
        cursor: auto;
        text-align: left;
    }
    .userModal_name {
        font-size: 9vw;
		letter-spacing: -0.03em;
    }
    .userModal_label {
        font-size: 5vw;
        font-weight: bold;
		letter-spacing: -0.03em;
    }
    .userModalInfo {
		max-height: 75vh;
		overflow: auto;
		padding: 4vw;
    }
    .userModalInfo_wrap {
        position: relative;
    }
    .sns_items {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
        padding: 2vw 0;
    }
    .sns_item:not(:last-child) {
        margin-right: 10px;
    }
    .sns_link {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 10vw;
        height: 10vw;
        font-size: 4vw;
        background: #FFF;
        border-radius: 100%;
    }
    .sns_link .fa-facebook-f {
        color: #3B5998;
    }
    .sns_link .fa-soundcloud {
        color: #FE5000;
    }
    .sns_link .fa-mixcloud {
        color: #000;
    }
    .sns_link .fa-paperclip {
        color: rgba(0,104,16,1.0);
    }
    .sns_link .fa-instagram {
        color: #E1306C;
    }
    .sns_link .fa-youtube {
        color: #F80103;
    }
    .userModalInfo_txt {
        margin-top: 2vw;
        font-size: 4vw;
    }
    .userModalInfo_txt a {
        color: rgba(0,104,16,1.0);
    }
    .userModalInfo_img {
        width: 100%;
    }
    .userModal_close {
		position: absolute;
        top: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 10vw;
        height: 10vw;
        background: rgba(0,104,16,1.0);
        cursor: pointer;
    }
    .userModal_close i {
        font-weight: 600;
        font-size: 6vw;
        color: #FFF;
    }

    .lineupMovie_item iframe {
        width: 100%;
        height: 200px;
        vertical-align: top;
    }

    .lineupModal {
        display: none;
    }
    .lineupModal.active {
        display: block;
    }
    .lineupModal_wrap {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        left: 50%;
        z-index: 99999;
    }
    .lineupModal_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.8);
        z-index: 99998;
        cursor: pointer;
    }
    .lineupModalTmb video {
        width: 80vw;
    }
    .lineupModal_close {
        display: flex;
        justify-content: space-between;
        padding: 2vw 0 2vw 0;
        text-align: right;
        color: #FFF;
        z-index: 99999;
        cursor: pointer;
    }
    .lineupModal_close {
        font-size: 3.8vw;
    }
    .lineupModalTitle {
        font-family: var(--main-font);
    }
    .lineupModal_close i {
        font-size: 8vw;
    }


	.list {
		display: flex;
		flex-direction: column;
		margin-bottom: 7.5vw;
	}
	.list .listItem {
		border: 10px solid #000;
		margin: 0 0 2.5vw;
		padding: 2.5vw;
	}
	.list .listItem:last-child {
		margin-right: 0;
	}
	.list .listTitle {
		font-size: 9vw;
		color: #000;
		line-height: 1.0;
		text-align: center;
		margin: 2.5vw 0 3.5vw;
		padding: 0;
	}
	.list .listTitle span {
		display: block;
		background: linear-gradient( transparent 90%, rgba(0,85,46,0.75) 90% );
		padding: 0 0 3vw;
	}
	.list .listMiniBox {
		margin: 0 0 3.75vw;
		padding: 0;
	}
	.list .listMiniTitle {
		font-size: 6.5vw;
		line-height: 1.0;
		letter-spacing: -0.03em;
		margin: 0 0 0.5vw;
		padding: 0;
	}
	.list .listMiniTxt {
	}
	.list .listMini_list {
	}
	.list .listMini_listItem {
		font-size: 4.25vw;
		color: #111;
		line-height: 1.4;
		word-break: break-all;
		letter-spacing: -0.03em;
		margin: 0;
		padding: 0 0.5vw;
	}
	.list .listMiniTxt_mini {
		font-size: 3.5vw;
		margin-left: 1.5vw;
	}
	.list .listLink {
	}
	.list .castList {
	}
	.list .castListItem {
		font-size: 4.25vw;
		margin: 0 0 0.75vw 1vw;
		padding-left: 3.75vw;
		position: relative;
	}
	.list .castListItem:before {
		position: absolute;
		top: 0;
		left: 0;
		content: "●";
	}
	.list .castListItem:last-child {
		margin-bottom: 0;
	}
	.castList02 {
		font-size: 4.25vw;
		line-height: 1.4;
		padding: 1.25vw 1vw 0;
	}
	.castList02 em {
		display: block;
		font-style: normal;
		font-weight: bold;
	}
	

	/* importantList
	-------------------------------------------------- */
	.important {
		border: 1px solid #000;
		padding: 2.5vw 3.75vw;
	}
	.importantTitle {
		font-family: var(--main-font);
		font-size: 7.5vw;
		color: #000;
		line-height: 1.0;
		margin: 0;
		padding: 0;
	}
	.importantInn {
		padding: 3vw 1.5vw;
	}
	.importantList {
	}
	.importantListItem {
		font-size: 3.5vw;
		color: #050505;
		line-height: 1.5;
		margin: 0 0 1vw;
		padding: 0;
	}
	.importantListItem .importantListItem01 {
	}
	.importantListItem .importantListItem01 span {
		display: block;
		font-weight: bold;
		margin: 1vw 0.2vw;
	}
	.important02 {
		font-size: 3.5vw;
		line-height: 1.4;
		padding: 2vw 1.6vw;
	}
	.important02 a {
		color: #0e94fb;
	}
	.important02.kome {
		position: relative;
	}
	.important02.kome:before {
		position: absolute;
		top: 1.5vw;
		left: -0.8em;
		content: "※";
	}
	.importantInnTxt {
		font-size: 4.25vw;
		line-height: 1.5;
		margin: 0;
		padding: 0;
	}
	.importantInnTxt.jp {
		color: #000;
		margin-bottom: 1vw;
	}
	.importantInnTxt.en {
		color: #666;
	}
	.importantInnTxt .bold {
		font-size: 4vw;
		font-weight: bold;
	}

	.thankyouMsg {
		font-size: 3.61vw;
		color: #363636;
		line-height: 1.5;
		overflow: hidden;
		letter-spacing: 0.02em;
		margin: 1vw 0 10vw;
		padding: 0 1vw;
	}
	.thankyouMsg01 {
		font-size: 5.75vw;
		color: rgba(0,104,16,1.0);
		font-weight: bold;
		margin-bottom: 0.75vw;
	}

}
