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

html {
	scroll-behavior: smooth;
}

:root {
	--main-font: 'Oswald', sans-serif;
	--secondary-font: 'Lato', sans-serif;
	--jp-font: 'Noto Sans JP', sans-serif;
	--main-color: rgba(110,226,245,1.0);	/* #6ee2f5; */
	--secondary-color: #112e00;
	--third-color: #111;
	--main-backcolor: rgba(0,0,0,0.5);
}
body {
	background: var(--main-backcolor);
	overflow-x: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
	-webkit-overflow-style: none;
}

#main {
}
.topContentBox {
	font-family: var(--jp-font);
	width: 100vw;
}
.topContent {
	margin: 0 auto;
}
.topContentTitle {
	font-family: var(--main-font) !important;
	font-weight: normal;
	color: var(--third-color) !important;
}
.topContentTitle span {
	font-family: var(--main-font);
	color: var(--main-color);
}


/* modal
-------------------------------------------------- */
body.fixed {
	position: fixed;
	left: 0;
}
.modal {
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.overlay {
	position: absolute;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.9);
}
.closeBtn {
	position: absolute;
	cursor: pointer;
}
.closeBtn .modalClose {
	display: block;
}
.closeBtn .modalClose:before,
.closeBtn .modalClose:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	width: 100%;
	height: 2px;
	background: #fff;
}
.closeBtn .modalClose:before {
	transform: rotate(-45deg);
}
.closeBtn .modalClose:after {
	transform: rotate(45deg);
}


/* パララックス
-------------------------------------------------- */
.parallaxBox {
	position: relative;
}
.parallaxBox:before {
	background-image: url(/img/20261018/main.jpg);
}
.parallaxBox .parallaxInn {
}
.parallaxBox .mainImage01Box {
}
.parallaxBox .mainImage01 {
	display: block;
}
.parallaxBox .mainImage02 {
	display: block;
	margin: 0 auto;
}
#parallax_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	pointer-events: none;
}


/* トップイベント
-------------------------------------------------- */
#event {
	background: linear-gradient(to bottom,
	rgba(0,0,0,0.0) 0%,
	var(--main-backcolor) 10%,
	rgba(0,0,0,0.8) 50%,
	var(--main-backcolor) 100%);
}

/* eventTitle */
#event .eventTitle {
	font-family: var(--main-font);
	text-align: center;
}
#event .eventTitle .eventTitle01 {
	color: rgba(255,255,255,0.8);
	line-height: 1.0;
}
#event .eventTitle .eventTitle02 {
}
#event .eventTitle .eventTitle02 .eventTitle02_mini {
	display: block;
	color: rgba(255,255,255,0.8);
	font-weight: bold;
}
#event .eventTitle .eventTitle02_big {
	display: block;
	font-weight: 900;
	background: linear-gradient(90deg, #d381c8, #6ee2f5, #00ffca);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: 0 0 20px rgba(110, 226, 245, 0.5);
}
#event .eventTitle .eventTitle03 {
	color: rgba(255,255,255,0.8);
}

/* flyer */
.flyer {
}
.flyer .flyerImage {
	display: block;
	width: 100%;
}


/* eventInformation
-------------------------------------------------- */
.eventInformation {
}
.eventInformation .eventInformation_title {
	display: none;
}
.eventInformation .eventInformation_inn {
}
.eventInformation .eventInformation_bnr {
	aspect-ratio: 16/9;
	overflow: hidden;
	position: relative;
}
.eventInformation .eventInformation_bnr_image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.eventInformation .eventInformation_text {
	color: #ccc;
}
.eventInformation .eventInformation_text_en {
}
.eventInformation .eventInformation_text_link {
	color: var(--main-color);
	text-decoration: underline;
}
.eventInformation .eventMessage_more,
.eventInformation .eventMessage_close {
	/*css reset*/
	background-color: transparent;
	outline: none;
	appearance: none;

	display: block;
	color: #ccc;
	text-align: center;
	border-radius: 100px;
	border: 1px solid #ccc;
	cursor: pointer;
}
.eventInformation .eventMessage_close {
	display: none;
}
@media screen and (min-width: 768px) {
	.eventInformation {
		padding-bottom: 50px;
	}
	.eventInformation .eventInformation_title {
		max-width: 1280px;
		margin: 0 auto;
	}
	.eventInformation .eventInformation_inn {
		max-width: 1080px;
		margin: 0 auto;
	}
	.eventInformation .eventInformation_bnr {
		margin-bottom: 10px;
	}
	.eventInformation .eventInformation_bnr_image {
	}
	.eventInformation .eventInformation_text {
		font-size: 1.8rem;
		line-height: 1.8;
		padding: 0 10px;
	}
	.eventInformation .eventInformation_text_en {
	}
	.eventInformation .eventMessage_more,
	.eventInformation .eventMessage_close {
		width: 200px;
		height: 46px !important;
		font-size: 1.6rem;
		margin: 30px auto 0;
	}
}
@media all and (max-width: 767px) {
	.eventInformation {
		padding: 0 3vw;
	}
	.eventInformation .eventInformation_title {
	}
	.eventInformation .eventInformation_inn {
	}
	.eventInformation .eventInformation_bnr {
		margin-bottom: 2vw;
	}
	.eventInformation .eventInformation_bnr_image {
	}
	.eventInformation .eventInformation_text {
		font-size: 3.667vw;
		font-weight: 300;
		line-height: 1.6;
		padding: 0 2vw;
	}
	.eventInformation .eventInformation_text_en {
		font-size: 4.25vw;
	}
	.eventInformation .eventMessage_more,
	.eventInformation .eventMessage_close {
		width: 45.0vw;
		height: 8.3333vw !important;
		font-size: 3.125vw;
		margin: 4vw auto 0;
		padding: 2vw 0;
	}
}


/* timetable
-------------------------------------------------- */
#timetable {
}
#timetable .timetableTitle {
	font-family: var(--main-font);
	color: var(--main-color);
}
#timetable .timetableLink {
	display: block;
}
#timetable picture {
	display: block;
	border-style: solid;
	border-color: var(--main-color);
}
#timetable .timetableImage {
	display: block;
	width: 100%;
}
#timetable img {
	width: 100%;
	height: auto;
}
#timetable .timetableTxt {
}
@media only screen and (min-width: 768px) {
	#timetable {
		padding: 50px 0;
	}
	#timetable .timetableTitle {
		font-size: 7.0rem;
		font-weight: normal;
		line-height: 1;
		margin-bottom: 10px;
	}
	#timetable .timetableTxt {
		font-size: 17px;
		margin-top: 10px;
		text-align: right;
	}
}
@media only screen and (max-width: 767px) {
	#timetable {
		scroll-margin-top: 20vw;
		padding-top: 8vw;
	}
	#timetable .timetableTitle {
		font-size: 9vw;
		font-weight: 500;
		line-height: 1;
		margin-bottom: 1vw;
	}
	.timetable picture {
		border-width: 2px;
	}
	#timetable .timetableTxt {
		font-size: 2.75vw;
		color: #454545;
		text-align: right;
		margin-top: 1.0vw;
	}
}

/* news
-------------------------------------------------- */
#news {
	background: var(--main-backcolor);
}
#news .newsTitle {
}
#news .new_newsitems {
}
#news .new_newsitem {
}
#news .new_newslink {
}
#news .new_newsthum {
}
#news .new_newsimage {
}
#news .new_newsinfo {
}
#news .new_newsday {
	color: #fff;
}
#news .new_newstitle {
	color: #fff;
}


/* eventInfo
-------------------------------------------------- */
#eventInfo {
	background: var(--main-backcolor);
}
#eventInfo .eventInfo_inn {
}
#eventInfo .eventInfo_lists {
}
#eventInfo .eventInfo_list {
}
#eventInfo .eventInfo_title {
	font-family: var(--main-font);
	color: var(--main-color);
	font-weight: normal;
}
#eventInfo .eventInfo_text {
	color: #fff;
}
#eventInfo .eventInfo_text_inn {
	display: flex;
	align-items: first baseline;
	font-family: var(--main-font);
}
#eventInfo .eventInfo_text_inn.yen:before {
	content: '¥';
}
#eventInfo .eventInfo_column {
}
#eventInfo .eventInfo_text_address {
	font-weight: bold;
}
#eventInfo .eventInfo_text_address small {
	display: block;
	font-weight: normal;
}





























/* lineup
-------------------------------------------------- */
#lineup {
	background: var(--main-backcolor);
}
#lineup .lineupInn {
}
#lineup .lineup_items {
}
#lineup .lineupBox {
}
#lineup .lineupBox .floorWrap {
}
#lineup .lineupBox .lineupBoxTitle {
	font-family: var(--main-font);
	color: var(--main-color);
}
#lineup .lineup_item {
	transform: none !important;
	border: 1px solid rgba(255,255,255,0.2);
	background: rgba(0,0,0,0.5);
}
#lineup .lineup_link {}
#lineup .lineupTmb {
	aspect-ratio: 1/1;
	overflow: hidden;
	position: relative;
}
#lineup .lineupTmb_img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#lineup .lineup_name {
	font-family: var(--main-font);
	color: #fff;
}
#lineup .lineup_name .artistName {
}
#lineup .lineup_name .lineup_nameInn {
	color: #eee;
	font-weight: 100;
	font-style: italic;
}

#internationalguest .lineup_item {
	width: 500px;
}

/* モーダル内 */
#lineup .userModal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	white-space: nowrap;
}
#lineup .userModal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
#lineup .userModal.active {
}
#lineup .modalContentInn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: auto;
	background: initial !important;
}
#lineup .modalContentInn.active {
}
#lineup .userModal_wrap {}
#lineup .userModalInfo {
}
#lineup .userModalInfo_wrap {
}
#lineup .userModalInfo_img {
}

/* modalArtistBox */
#lineup .modalArtistBox {
}
#lineup .modalArtistBox .userModal_name {
	font-family: var(--main-font);
	color: #fff;
}
#lineup .modalArtistBox .userModal_label {
	font-family: var(--main-font);
	color: #fff;
	font-weight: 100;
}
#lineup .modalArtistBox .sns_items {
	position: initial !important;
	width: initial !important;
	justify-content: initial !important;
	background: initial !important;
}
#lineup .modalArtistBox .sns_item {
}
#lineup .modalArtistBox .sns_link {
	background: rgba(255,255,255,0.88);
}
.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; }
.sns_link .fa-twitter { color: #1DA1F2; }
.sns_link .fa-spotify { color: #000; }
.sns_link .fa-bandcamp { color: #000; }

#lineup .sns_link .label_icon {
	display: block;
	height: auto;
}
#lineup .userModalInfo_txt {
	color: #fff;
}
#lineup .userModalInfo_txt a {
	color: #6cf;
}

html.fixed,
body.fixed {
	overflow: hidden;
}


/* stage
-------------------------------------------------- */
#stage {
	background-image: url(/img/20230503/main.jpg);
	background-color: rgba(0,0,0,0.8);
	background-blend-mode: darken;
}
#stage .list {
}
#stage .listItem {
	border: 1px solid var(--third-color);
}
#stage .listTitle {
	font-family: var(--main-font);
	color: var(--third-color);
}
#stage .listTitle:after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	content: '';
	height: 1px;
	background: rgba(170,170,170,1.0);
}

/* listMiniBox */
#stage .listMiniBox {
}
#stage .listMiniBox:last-child {
	margin-bottom: 0;
}
#stage .listMiniTxt {
	font-family: var(--main-font);
	color: #bad000;
	font-weight: 300;
}
#stage .listMiniBox .listMiniTitle {
	font-family: var(--main-font);
	color: var(--secondary-color);
	font-weight: 300;
	font-style: italic;
}
#stage .listMiniBox .playerList {
}
#stage .listMiniBox .playerListItem {
	font-family: var(--main-font);
}
#stage .listMiniBox .playerListItem:last-child {
	margin-bottom: 0;
}
#stage .listMiniBox .playerListItem01 {
	color: #eee;
}
#stage .listMiniBox .playerListItem02 {
	color: #999;
	font-style: italic;
}


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

	/* eventInfo
	-------------------------------------------------- */
	#eventInfo {
	}
	#eventInfo .eventInfo_inn {
		margin-bottom: 50px;
	}
	#eventInfo .eventInfo_lists {
	}
	#eventInfo .eventInfo_list {
		display: flex;
	}
	#eventInfo .eventInfo_title {
		font-size: 7.0rem;
		margin-right: 30px;
	}
	#eventInfo .eventInfo_text {
	}
	#eventInfo .eventInfo_text_inn {
		font-size: 7.0rem;
	}
	#eventInfo .eventInfo_text_inn.yen:before {
		font-size: 4.5rem;
		margin-right: 5px;
	}
	#eventInfo .eventInfo_column {
		display: flex;
		flex-wrap: wrap;
	}
	#eventInfo .eventInfo_column .eventInfo_list {
		margin-right: 45px;
	}
	#eventInfo .eventInfo_column .eventInfo_list:last-child {
		margin-right: 0;
	}
	#eventInfo .eventInfo_text_address {
		font-size: 5.8rem;
	}
	#eventInfo .eventInfo_text_address small {
		font-size: 2.4rem;
	}
}
@media all and (max-width: 767px) {

	/* eventInfo
	-------------------------------------------------- */
	#eventInfo {
	}
	#eventInfo .eventInfo_inn {
		margin-bottom: 6vw;
	}
	#eventInfo .eventInfo_lists {
	}
	#eventInfo .eventInfo_list {
		margin-bottom: 3.5vw;
	}
	#eventInfo .eventInfo_list:last-child {
		margin-bottom: 0;
	}
	#eventInfo .eventInfo_title {
		font-size: 4.5vw;
		font-weight: 500;
		line-height: 1;
	}
	#eventInfo .eventInfo_text {
		line-height: 1.4;
	}
	#eventInfo .eventInfo_text_inn {
		font-size: 7.0vw;
		font-weight: 500;
	}
	#eventInfo .eventInfo_text_inn.yen:before {
		font-size: 5.0vw;
		margin-right: 0.667vw;
	}
	#eventInfo .eventInfo_column {
		display: flex;
		flex-wrap: wrap;
	}
	#eventInfo .eventInfo_column .eventInfo_list {
		margin-right: 5vw;
	}
	#eventInfo .eventInfo_column .eventInfo_list:last-child {
		margin-right: 0;
	}
	#eventInfo .eventInfo_text_address {
		font-size: 5.9vw;
	}
	#eventInfo .eventInfo_text_address small {
		font-size: 3.75vw;
	}
}


/* --------------------------------------------------
 shopBox
-------------------------------------------------- */
.shopBox {
}
.shopBox .shopTitle {
	font-family: var(--main-font);
	color: var(--main-color);
	font-weight: normal;
}
.shopBox .shopBosyuLink {
	display: block;
	position: relative;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.shopBox .shopBosyuLink picture {
}
.shopBox .shopBosyuImage {
	display: block;
}
.shopBox .shopBosyuLink_text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: rgba(255,255,255,0.67);
}
.shopBox .shopBosyuLink_text .shopBosyuLink_text_big {
	color: #f11;
	font-weight: bold;
}
.shopBox .shopBosyuLink_text .shopBosyuLink_text_small {
	display: block;
	color: #f11;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
	.shopBox {
		margin-bottom: 50px;
	}
	.shopBox .shopTitle {
		font-size: 7.0rem;
	}
	.shopBox .shopBosyuLink {
		width: 99%;
		background: #fff;
		margin: 0 auto 4px;
		padding: 1%;
	}
	.shopBox .shopBosyuLink picture {
	}
	.shopBox .shopBosyuImage {
		width: 100%;
	}
	.shopBox .shopBosyuLink_text {
		width: 95%;
		height: 75%;
	}
	.shopBox .shopBosyuLink_text .shopBosyuLink_text_big {
		font-size: 4.9rem;
	}
	.shopBox .shopBosyuLink_text .shopBosyuLink_text_small {
		font-size: 2.0rem;
		margin-top: 4px;
	}
}
@media all and (max-width: 767px) {
	.shopBox {
		margin-bottom: 6vw;
	}
	.shopBox .shopTitle {
		font-size: 9vw;
		line-height: 1;
	}
	.shopBox .shopBosyuLink {
	}
	.shopBox .shopBosyuLink picture {
		display: block;
		border: 3px solid #fff;
	}
	.shopBox .shopBosyuImage {
		width: 100%;
	}
	.shopBox .shopBosyuLink_text {
		width: 88vw;
		height: 57vw;
	}
	.shopBox .shopBosyuLink_text .shopBosyuLink_text_big {
		font-size: 8vw;
	}
	.shopBox .shopBosyuLink_text .shopBosyuLink_text_small {
		font-size: 3.25vw;
	}
}






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

	header {
		z-index: 10000;
		background: transparent;
		box-shadow: none;
		transition: background-color 0.3s ease, box-shadow 0.3s ease;
	}
	header.is-scroll {
		background: #fff;
		box-shadow: 0 1px 3px rgba(0,0,0,0.3);
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	}

	header a.headMenuLink,
	header .headSns a {
		color: #fff;
	}
	header span.headMenuLink {
		color: rgba(255,255,255,0.3);
	}
	header.is-scroll a.headMenuLink {
		color: #4c4c4c;
	}
	header.is-scroll span.headMenuLink {
	color: #d2d2d2;
	}
	header.is-scroll .headSns a {
		color: rgba(0,104,16,1.0);
	}

	.topContentBox {
		padding: 50px 0;
	}
	.topContent {
		max-width: 1280px;
		padding: 0;
	}
	.topContentTitle {
		font-size: 7.0rem !important;
		text-align: left !important;
	}
	.pcNone {
		display: none;
	}
	.pcBlock {
		display: block;
	}

	/* modal
	-------------------------------------------------- */
	.closeBtn {
		top: -30px;
		right: -30px;
	}
	.closeBtn .modalClose {
		width: 30px;
		height: 30px;
	}

	/* パララックス
	-------------------------------------------------- */
	.parallaxBox {
		overflow: hidden;
	}
	.parallaxBox:before {
		background-position: center center;
	}
	.parallaxBox .parallaxInn {
		top: 52.5%;
	}
	.parallaxBox .mainImage01Box {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit-transform: translateY(-50%) translateX(-50%);
		width: 1000px;
	}
	.parallaxBox .mainImage01 {
		width: 660px;
		max-width: 90%;
		height: auto;
		margin: -100px auto 40px;
	}
	.parallaxBox .mainImage02 {
		width: 65%;
	}

	/* トップイベント
	-------------------------------------------------- */
	#event {
		padding-bottom: 0 !important;
	}

	/* eventTitle */
	#event .eventTitle {
		padding: 40px 0 60px;
	}
	#event .eventTitle .eventTitle01 {
		font-size: 80px;
		font-weight: 700;
		margin-bottom: 70px;
	}
	#event .eventTitle .eventTitle02 {
		line-height: 1.0;
		margin-bottom: 60px;
	}
	#event .eventTitle .eventTitle02 .eventTitle02_mini {
		font-size: 60px;
		margin-bottom: 30px;
	}
	#event .eventTitle .eventTitle02_big {
		font-size: 166px;
		font-weight: 400;
	}
	#event .eventTitle .eventTitle03 {
		font-size: 60px;
		color: rgba(255,255,255,0.8);
		font-weight: 700;
	}

	/* flyer */
	.flyer {
	}
	.flyer .flyerImage {
	}


	/* eventInfoList
	-------------------------------------------------- */
	#eventInfo,
	#important {
		background: var(--main-backcolor);
	}






	/* news
	-------------------------------------------------- */
	#news {
		width: 100%;
	}
	#news .newsTitle {
	}
	#news .new_newsitems {
	}
	#news .new_newsitem {
	}
	#news .new_newslink {
	}
	#news .new_newsthum {
	}
	#news .new_newsimage {
	}
	#news .new_newsinfo {
	}
	#news .new_newsday {
	}
	#news .new_newstitle {
	}

	/* lineup
	-------------------------------------------------- */
	#lineup {
	}
	#lineup .lineup_wrap {
	}
	#lineup .lineupInn {
		display: flex;
		flex-wrap: wrap;
	}
	#lineup .lineupBox {
		width: 100%;
		margin-bottom: 30px;
	}
	#lineup .lineupBox:last-child {
		margin-bottom: 0;
	}
	#lineup .lineupBox .floorWrap {
		display: flex;
		flex-wrap: wrap;
	}
	#lineup .lineupBox .lineupBoxTitle {
		font-size: 4.0rem;
		line-height: 1.0;
		text-align: center;
		margin-bottom: 10px;
	}
	#lineup .lineupBox .border {
		width: 100%;
		height: 2px;
		background-color: rgba(0,179,255,0.4);
	}
	#lineup .lineup_items {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#lineup .lineup_item {
		width: 310px;
		min-height: 365px;
		margin: 0 5px 10px;
		padding: 10px;
	}
	#lineup .lineup_link {
	}
	#lineup .lineupTmb {
		margin: 0 0 5px;
	}
	#lineup .lineupTmb_img {
	}
	.lineup_link .lineupTmb_img:hover {
	}
	#lineup .lineup_name {
		display: flex;
		flex-direction: column;
		margin-top: 2px;
		padding: 6px 2px;
	}
	#lineup .lineup_name .artistName {
		font-size: 2.3rem;
		line-height: 1.0;
	}
	#lineup .lineup_name .lineup_nameInn {
		display: inline-block;
		font-size: 1.5rem;
		margin-left: 1px;
	}

	/* アーティストが1人だった場合 */
	#lineup .lineupBox.oneArtist {
		width: 320px;
	}
	/* アーティストが2人だった場合 */
	#lineup .lineupBox.twoArtist {
		width: 640px;
	}
	/* アーティストが3人だった場合 */
	#lineup .lineupBox.threeArtist {
		width: 960px;
		margin: auto;
	}

	#mainFloor #visual {
		margin-right: 10px;
	}

	/* モーダル内 */
	#lineup .userModal {
		opacity: 0;
		background: rgba(0,0,0,0.9);
		z-index: -1;
	}
	#lineup .userModal:before {
	}
	#lineup .userModal.active {
		opacity: 1;
		z-index: 99999998;
	}
	#lineup .modalContentInn {
		width: 90%;
		max-width: 970px;
		max-height: 90%;
	}
	#lineup .modalContentInn.active {
		opacity: 1 !important;
		transform: scale(1) !important;
		z-index: 99999999 !important;
	}
	#lineup .userModal_wrap {
		padding: 30px;
		cursor: auto;
		text-align: left;
	}
	#lineup .userModalInfo {
		min-height: 440px;
		max-height: 75vh;
		overflow-y: auto;
		border: 1px solid rgba(255,255,255,0.8);
		margin-top: 10px;
		padding: 20px;
	}
	#lineup .userModalInfo_wrap {
		position: relative;
		float: left;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	#lineup .userModalInfo_img {
		float: left;
		max-width: 400px;
	}

	/* modalArtistBox */
	#lineup .modalArtistBox {
	}
	#lineup .modalArtistBox .userModal_name {
		font-size: 6.0rem;
		line-height: 1.0;
	}
	#lineup .modalArtistBox .userModal_name--small {
		font-size: 5rem;
	}
	#lineup .modalArtistBox .userModal_label {
		font-size: 2.2rem;
		font-weight: bold;
	}
	#lineup .modalArtistBox .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;
	}
	#lineup .modalArtistBox .sns_item {
		margin-right: 10px;
	}
	#lineup .modalArtistBox .sns_item:last-child {
		margin-right: 0;
	}
	#lineup .modalArtistBox .sns_link {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 35px;
		height: 35px;
		font-size: 20px;
	}
	#lineup .sns_link .label_icon {
		width: 22px;
	}
	#lineup .userModalInfo_txt {
		font-size: 1.5rem;
		line-height: 1.6;
	}


	#internationalguest .lineupBoxTitle {
		font-size: 10.0rem !important;
		margin-bottom: 25px !important;
	}
	#internationalguest .lineup_items {
		justify-content: center;
	}
	#internationalguest .lineup_item {
		width: 500px;
		margin-right: 20px;
		margin-left: 20px;
	}
	#internationalguest .artistName {
		font-size: calc( 2.3rem * 1.5 ) !important;
	}
	#internationalguest .lineup_nameInn {
		font-size: 1.5rem !important;
	}


	#lineup .lineupBox_column {
		display: flex;
		justify-content: center;
	}

	/* stage
	-------------------------------------------------- */
	#stage {
	}
	#stage .list {
		display: flex;
	}
	#stage .listItem {
		width: 32.66%;
		padding: 25px 20px 20px;
	}
	#stage .listItem:nth-child(3n+2) {
		margin-right: 1%;
		margin-left: 1%;
	}
	#stage .listTitle {
		font-size: 5.0rem;
		line-height: 1.0;
		text-align: center;
		margin: 0 0 30px;
		position: relative;
	}
	#stage .listTitle:after {
		bottom: -15px;
		width: 50px;
	}

	/* listMiniBox */
	#stage .listMiniBox {
		margin: 0 0 20px;
	}
	#stage .listMiniTxt {
		font-size: 2.4rem;
		margin-bottom: 10px;
	}
	#stage .listMiniBox .listMiniTitle {
		font-size: 2.4rem;
		line-height: 1.0;
		margin-bottom: 5px;
	}
	#stage .listMiniBox .playerList {
	}
	#stage .listMiniBox .playerListItem {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		margin-bottom: 5px;
	}
	#stage .listMiniBox .playerListItem01 {
		font-size: 2.6rem;
		margin-right: 10px;
	}
	#stage .listMiniBox .playerListItem02 {
		font-size: 1.8rem;
		font-weight: 100;
	}


}

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

	.topContentBox {
		padding: 8vw 0;
	}
	.topContent {
		padding: 0 3vw;
	}
	.topContentTitle {
		font-size: 7.5vw !important;
		text-align: left !important;
	}
	.spBlock {
		display: block;
	}
	.spNone {
		display: none;
	}

	/* modal
	-------------------------------------------------- */
	.closeBtn {
		top: -1.5vw;
		right: -6vw;
	}
	.closeBtn .modalClose {
		width: 5vw;
		height: 5vw;
	}
	.closeBtn .modalClose:before,
	.closeBtn .modalClose:after {
		background: #ccc;
	}

	/* パララックス
	-------------------------------------------------- */
	.parallaxBox {
		height: 95vh !important;
	}
	.parallaxBox:before {
		background-position: center center;
	}
	.parallaxBox .parallaxInn {
	}
	.parallaxBox .mainImage01Box {
	}
	.parallaxBox .mainImage01 {
		max-width: 66.667vw;
		margin: 0 auto 3vw;
	}
	.parallaxBox .mainImage02 {
		width: 85vw;
	}
	/* トップイベント
	-------------------------------------------------- */
	#event {
		padding-top: 17vw !important;
		padding-bottom: 12vw !important;
	}

	/* eventTitle */
	#event .eventTitle {
		margin-bottom: 5vw;
	}
	#event .eventTitle .eventTitle01 {
		font-size: 7.5vw;
		margin-bottom: 5vw;
	}
	#event .eventTitle .eventTitle02 {
		font-size: 20vw;
		line-height: 1.2;
		margin-bottom: 4vw;
	}
	#event .eventTitle .eventTitle02 .eventTitle02_mini {
		font-size: 6vw;
		margin-bottom: 3vw;
	}
	#event .eventTitle .eventTitle02_big {
		font-size: 21vw;
		font-weight: 400;
		line-height: 1.1;
	}
	#event .eventTitle .eventTitle03 {
		font-size: 5.5vw;
		line-height: 1;
	}


	/* flyer */
	.flyer {
	}
	.flyer .flyerImage {
	}

















	/* news
	-------------------------------------------------- */
	#news {
	}
	#news .newsTitle {
	}
	#news .new_newsitems {
		display: flex;
		gap: 2vw;
		max-height: 140vw;
		overflow: auto;
		padding: 0 0.5vw;
	}
	#news .new_newsitem {
		width: 70vw;
		min-width: 70vw;
		margin-bottom: 5vw;
	}
	#news .new_newsitem:last-child {
		margin-bottom: 0;
	}
	#news .new_newslink {
	}
	#news .new_newsthum {
		margin-bottom: 1.5vw;
	}
	#news .new_newsday {
		font-size: 4.75vw;
	}
	#news .new_newstitle {
		font-size: 4.5vw;
	}

	/* lineup
	-------------------------------------------------- */
	#lineup {
	}
	#lineup .lineup_wrap {
	}
	#lineup .lineupInn {}
	#lineup .lineup_items {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 3vw;
	}
	#lineup .lineupBox {
		width: 100%;
	}
	#lineup .lineupBox .floorWrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#lineup .lineupBox .lineupBoxTitle {
		font-size: 5vw;
		line-height: 1.0;
		margin-bottom: 2.5vw;
	}
	#lineup .lineup_item {
		width: calc((100% - 2vw) / 2);
		margin-bottom: 2vw;
		padding: 1vw 1vw 3vw;
	}
	#lineup .lineup_link {}
	#lineup .lineupTmb {}
	#lineup .lineupTmb_img {
	}
	#lineup .lineup_name {
		display: flex;
		flex-direction: column;
		line-height: 1.3;
		margin-top: 1.25vw;
	}
	#lineup .lineup_name .artistName {
		font-size: 5vw;
		margin-right: 1vw;
	}
	#lineup .lineup_name .lineup_nameInn {
		font-size: 3vw;
	}

	/* アーティストが一人だった場合 */
	#lineup .lineupBox.oneArtist {
		width: calc((100% - 2vw) / 2);
	}
	#lineup .lineupBox.oneArtist .lineup_item {
		width: 100% !important;
	}

	/* モーダル内 */
	#lineup .userModal {
		display: none;
		background: rgba(0,0,0,0.9);
		z-index: 99998;
	}
	#lineup .userModal:before {
	}
	#lineup .userModal.active {
		display: block;
	}
	#lineup .modalContentInn {
		top: 45% !important;
		display: inline-block;
		width: 85vw;
		vertical-align: middle;
		cursor: auto;
		white-space: normal;
		z-index: 999999;
		margin: 0 auto;
		padding: 2.5vw 0;
		position: relative;
	}
	#lineup .modalContentInn.active {
	}
	#lineup .userModal_wrap {
		padding: 4vw;
		cursor: auto;
		text-align: left;
	}
	#lineup .userModalInfo {
		margin-top: 2vw;
	}
	#lineup .userModalInfoInn {
		height: 70vh;
		overflow: auto;
		border: 1px solid #444;
		padding: 4vw;
		scrollbar-width: none;
		-ms-overflow-style: none;
		-webkit-overflow-style: none;
	}
	#lineup .userModalInfo_wrap {
		width: 80%;
		margin: 0 auto;
		position: relative;
	}
	#lineup .userModalInfo_img {
		width: 100%;
		height: 100%;
		margin-bottom: 2vw;
	}

	/* modalArtistBox */
	#lineup .modalArtistBox {
		margin-bottom: 1vw;
	}
	#lineup  .modalArtistBox .userModal_name {
		font-size: 6vw;
		line-height: 1.0;
		margin-bottom: 1vw;
	}
	#lineup .modalArtistBox .userModal_label {
		font-size: 4vw;
		line-height: 1.0;
	}
	#lineup .modalArtistBox .sns_items {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.75);
		padding: 3vw 0;
	}
	#lineup .modalArtistBox .sns_item {
		margin-right: 10px;
	}
	#lineup .modalArtistBox .sns_item:last-child {
		margin-right: 0;
	}
	#lineup .modalArtistBox .sns_link {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 10vw;
		height: 10vw;
		font-size: 4vw;
		background: #FFF;
		border-radius: 100%;
	}
	#lineup .sns_link .label_icon {
		width: 5vw;
	}
	#lineup .userModalInfo_txt {
		font-size: 3.75vw;
		line-height: 1.7;
	}

	#lineup .lineupBox_column {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#eventInfo .soldTxt {
		font-size: 6.5vw !important;
		color: #f00;
		font-weight: bold;
		line-height: 1.0;
	}






	/* shopBosyuBox
	-------------------------------------------------- */
	.spBlock {
		display: block;
	}






	/* stage
	-------------------------------------------------- */
	#stage {
	}
	#stage.topContentBox {
		padding: 0 !important;
	}
	#stage .stageInn {
		background: rgba(0,0,0,0.8);
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
	#stage .list {
		display: flex;
		flex-direction: column;
	}
	#stage .listItem {
		border: 1px solid #666;
		margin: 0 0 2.5vw;
		padding: 2.5vw;
	}
	#stage .listItem:last-child {
		margin-bottom: 0;
	}
	#stage .listTitle {
		font-size: 10vw;
		line-height: 1.0;
		text-align: center;
		margin-bottom: 5vw;
		position: relative;
	}
	#stage .listTitle:after {
		bottom: -3vw;
		width: 10vw;
	}

	/* listMiniBox */
	#stage .listMiniBox {
		margin: 0 0 3.75vw;
		padding: 0;
	}
	#stage .listMiniTxt {
		font-size: 4.5vw;
		margin-bottom: 1.5vw;
	}
	#stage .listMiniBox .listMiniTitle {
		font-size: 4.5vw;
		font-weight: 300;
		line-height: 1.0;
		margin: 0 0 1.5vw;
		padding: 0;
	}
	#stage .listMiniBox .playerList {
	}
	#stage .listMiniBox .playerListItem {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		margin-bottom: 0.5	vw;
		padding: 0 0.5vw;
	}
	#stage .listMiniBox .playerListItem01 {
		font-size: 5.75vw;
		margin-right: 2vw;
	}
	#stage .listMiniBox .playerListItem02 {
		font-size: 4vw;
		font-weight: 300;
	}
}




/* importantList
-------------------------------------------------- */
#important {
	background: rgba(0,0,0,0.75);
}
#important .importantTitle {
	font-family: var(--main-font);
	font-weight: normal;
	color: var(--main-color);
	line-height: 1.0;
}
#important .importantBox {
	font-size: 1.4rem;
	line-height: 1.7;
}
#important .important_miniTitle {
	font-family: var(--jp-font);
	color: #eee;
	font-weight: normal;
}
#important .importantList {
}
#important .importantListItem {
	font-family: var(--jp-font);
	color: #eee;
	font-weight: 300;
}
#important .importantListItem:before {
	font-family: "Font Awesome 6 Free";
	font-weight: bold;
	content: "\f111";
}
#important .importantTxt {
}
@media screen and (min-width: 768px) {
	#important {
	}
	#important .importantTitle {
		font-size: 8.8rem;
		margin: 0 0 7px;
		padding: 0;
	}
	#important .importantBox {
	}
	#important .important_miniTitle {
		font-size: 2.4rem;
		margin-bottom: 5px;
	}
	#important .importantList {
		margin-bottom: 20px;
	}
	#important .importantListItem {
		display: flex;
		align-items: self-start;
		font-size: 1.7rem;
	}
	#important .importantListItem:before {
		font-size: 0.4rem;
		margin: 13px 12px 0 12px;
	}
	#important .importantTxt {
		font-size: 1.8rem;
		padding: 0 22px;
	}
}
@media all and (max-width: 767px) {
	#important {
	}
	#important .importantTitle {
		font-size: 12vw;
		margin: 0 0 2vw;
		padding: 0;
	}
	#important .importantBox {
	}
	#important .important_miniTitle {
		font-size: 4.25vw;
		margin-bottom: 2vw;
	}
	#important .importantList {
		margin-bottom: 4vw;
	}
	#important .importantListItem {
		display: flex;
		align-items: self-start;
		font-size: 3.33vw;
		line-height: 1.45;
		margin-bottom: 2.25vw;
	}
	#important .importantListItem:last-child {
		margin-bottom: 0;
	}
	#important .importantListItem:before {
		font-size: 1.0vw;
		margin: 2.0vw 1.125vw 0 1vw;
	}
	#important .importantTxt {
		font-size: 4vw;
		line-height: 1.3;
		padding: 0 3vw;
	}
}
