
/*-----------------
top
-----------------*/
#main_v{
	background-color: #fff;
	position:relative;
	width:100%;
	height:auto;
	margin: 0 auto;
	padding: 10px 0;
}
#top .body_unit{
	background-color: var(--bgsubcolor);
	padding-top:0;
}
.slide{
	height: auto;
	margin:0 auto;
}
.body_unit .live_artist{
	background-color:#ebedea;
	padding:0 0 120px 0;
	margin:0;
	z-index:0;
}
.body_unit .ws_activity{
	background-color:#fff;
	padding:0 0 120px 0;
	margin:0;
	z-index:0;
}
#mv2024{
	background-color:#ebedea;
}
.body_unit > section.archives,
.body_unit > section.links{
	padding:120px 0;
}
#top .contents_body{
	padding-top:0;
}
main h1{
	display:inline-block;
	/*border-bottom:#000 solid 3px;*/
	padding-bottom:3px;
	margin:0 0 30px 0;
	text-align:left;
}
/*#top aside h1{
	margin:0 0 30px 0;
}*/
	
.contents_body > section{
	padding:90px 0 0 0;
	margin-top: 0;
}
.top_event_ticket+section{
	margin-top:0;
}
section+section.links{
	margin-top:30px;
}
.contents_body p+p{
	margin-top:1em;
}


.mainvisual{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	/*-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;*/
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
	margin-bottom: 90px;
}
#visual{
	box-sizing: border-box;
	width: 55%;
	position: sticky;
	top: 0;
	left: 0;
}
.top_event_information_wrap{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	box-sizing: border-box;
	padding: 90px 5% 90px;
	margin-bottom: 120px;
}
.top_event_information{
	width: 50%;
	margin-right: 5%;
}

.contents_body section.news_headline{
	/*border:#000 solid 1px;*/
	background-color:#fff;
	border-radius: 20px;
	letter-spacing:-.4em;
	margin:0;
	padding:15px;
}
.news_headline h1 {
	border-right:#bbb solid 1px;
	border-bottom:none!important;
	box-sizing:border-box;
	display: inline-block;
	font-size:12px;
	letter-spacing:0.06em;
	line-height:50px;
	padding:0;
	margin:0!important;
	text-align:center!important;
	vertical-align: middle;
	height:50px;
	width: 140px;
}
.news_headline ul{
	box-sizing:border-box;
	display: inline-block;
	font-size:12px;
	letter-spacing:0.06em;
	line-height:34px;
	padding:0 0 0 25px;
	margin:0;
	height:102px;
	width: calc( 100% - 140px );
	overflow:hidden;
	overflow-y: scroll;
	vertical-align: middle;
}
.news_headline ul::-webkit-scrollbar{
	width:5px;
	height: 30px;
	border-radius: 0;
}
.news_headline ul::-webkit-scrollbar-track{
	border-radius: 0;
	background: #ddd;
}
.news_headline ul::-webkit-scrollbar-thumb{
	background: #20253c;
	border-radius: 0;
}
.news_headline ul li{
	/*display:none;*/
	margin:0.5em 0;
}
.news_headline ul li:first-child{
	display:block;
}

.top_ticket_information{
	width:47%;
}
.sns_share{
	border-radius: 15px;
	box-sizing:border-box;
	/*width:47%;*/
}
.top_event_ticket {
	overflow:hidden;
}
.top_event_information .logo{
	width: 50%;
	margin: 0 auto 60px;
}
.top_ticket_information p img{
	display:inline-block;
	margin: 0 27px 14px 0;
}
.top_event_information p,
.top_event_ticket p{
	font-size: 20px;
	font-weight:700;
	line-height:1.5;
}
.top_event_ticket p+p,
.top_event_information p span,
.top_event_ticket p span{
	display: inline-block;
	font-size: 15px;
}
.top_event_information p span{
	margin-top: 0.75em;
}
.fleft{
	float:left;
	width:47%;
}
#top .topBtn{
	font-size:20px;
	line-height:1;
	text-align:center;
}
#top .topBtn+.topBtn{
	margin-top:30px;
}
.top_event_ticket .fright{
	float:right;
	width:47%;
}
.topBtn a{
	letter-spacing:0.08em;
	min-height:2em;
}
.checkin_sheet_link{
	margin-top: 20px;
	text-align:center;
	width:470px;
}
.checkin_sheet_link a{
	padding:15px;
	font-size:15px;
}

.sns_share div{
	border-radius: 20px;
	background:var(--bgsubcolor);
	padding:40px 60px;
}
#top .sns_share h1{
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	border:none;
	display:block;
	padding-bottom:0;
	text-align: center;
	margin:0;
}
.sns_share ul{
	margin:0;
}
.sns_share li{
	display:block;
	font-size: 16px;
	font-weight:bold;
	line-height:1.5;
	margin:20px 0 0 0;
	overflow:hidden;
}
/*.sns_share li.shareFb{
	font-size: 15px;
	line-height:25px;
}*/
.sns_share ul li span{
	display:inline-block;
	float:left;
	margin:0 30px 0 0;
	vertical-align:top;
	width:30px;
}
.sns_share span a{
	background:none!important;
}

.mv2017{
	float:left;
	width:64.7%;
}
.mv2017+div{
	float:right;
	width:29.3%;
}
.mv2017+div div+div{
	margin-top:30px;
}
.links li a{
	border: none;
	background: none;
}

.live_artist{
	margin:120px 0 0 0!important;
}
.bgbox,
.bgbox2,
.bgbox3{
	display:table;
	width:100%;
	height:500px;
	margin-bottom:120px;
}
.live_artist div,
.ws_activity div,
.food_shop div{
	background-position:center!important;
	background-repeat:no-repeat!important;
	background-size:cover!important;
}
.bgbox h1,
.bgbox2 h1,
.bgbox3 h1{
	background: rgba(0,0,0,0.1);
	color:#fff;
	display:table-cell;
	font-size:50px;
	line-height:1;
	letter-spacing:0.08em;
	text-align:center;
	vertical-align:middle;
}
.bgbox h1 span,
.bgbox2 h1 span,
.bgbox3 h1 span{
	display:inline-block;
	padding:0 0.25em;
	text-shadow: rgba(0,0,0,0.15) 0 0 15px;
}
.contents_lineup{
	margin:0 -30px 0 -30px;
}
.contents_lineup div a{
	color: #000;
	display: inline-block;
	position: relative;
	padding:0;
	text-decoration: none;
}
.contents_lineup .slick-slide{
	margin:0 30px;
}
.contents_lineup div p,
.live_artist li p{
	font-weight: bold;
	font-size: 14px;
	letter-spacing:0.06em;
	margin-top:10px;
	text-align:center;
}
.contents_lineup div p{
	font-size: 12px;
}
.live_artist div.btn,
.ws_activity div.btn{
	margin-top:60px;
	font-size:30px;
	letter-spacing:0.1em;
}

.readMore{
	font-size:18px;
	font-weight:bold;
	margin-top:60px;
	text-align:right;
}
.readMore a{
	background:none;
	display:inline-block;
	width:auto;
}
.readMore a::before{
	content:"> ";
}
.readMore a+a{
	margin-left:60px;
}

.secWrap section{
	float:left;
}
.secWrap section+section{
	float:right;
	margin-top:0;
}

/*slick*/
.slick-slide img{
	/*border:#000 solid 1px;*/
	box-sizing:border-box;
}
.slick-slide a:hover img{
	/*border:#fff solid 1px;*/
}
/*
#main_v::after{
	content: "";
	display: block;
	position: absolute;
	top: 9.3625vw;
	left: 30vw;
	background-image: url(../../img/2025/logo_y.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 40vw;
	height: 22.4vw;
}
*/
#main_v .slick-prev:before {
	color:#fff;
    content: '<';
	font-size:30px;
}
#main_v .slick-next:before {
	color:#fff;
    content: '>';
	font-size:30px;
}
#main_v .slick-next {
    right:calc(10% - 30px);
}
#main_v .slick-prev {
    left:calc(10% - 30px);
}
#main_v .slick-prev,
#main_v .slick-next{
	top:50%;
	margin-top:-15px;
}
#main_v .slick-slide{ margin:0 5px; }
.contents_lineup .slick-slide .cl_icon{
	position: absolute;
	width: 79px;
	top: 10px;
	left: 0;
}
.contents_lineup .slick-prev,.contents_lineup .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    z-index: 999;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.contents_lineup .slick-next {
    right: 0;
}
.contents_lineup .slick-prev {
    left: 0;
}

