* {
	margin: 0;
	padding: 0;
	font-weight:300;
	line-height: 100%;
	-webkit-text-size-adjust: 100%;
	list-style-type: none;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	
}
html {
	overflow-y: scroll;
	min-height: 100%;
}

body{
}

body {
	font-family: "Metropolis", Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-family:  "Overpass", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	line-height: 1.75;
letter-spacing: 0.1rem;
	background: #fff;
	background:none;
}
a {
	color:inherit;
}
.fb_iframe_widget > span {
	vertical-align: baseline !important;
	position: relative;
	top: -5px;
}
@media screen and (min-width: 736px) {
.pc {
	display: block;
}
.sp {
	display: none !important;
}
body {
	font-size: 16px;
	text-align: center;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-width: 1080px;
	color:#444;
}
/* _________________________________________ gnav*/
.gnav {
	position:absolute;
	height: 55px;
	width: 100%;
	top: 545px;
	z-index: 10;
	background:#fff;
    box-shadow:0px 2px 30px 0px rgba(0,0,0,0.04);
}
.gnav.fixed{
	top: 0;
	position: fixed;
}
.gnav .inner{
	overflow:visible !important;
}
.gnav .menu {
	padding-left: 0px;
	
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	}
.gnav .menu li {
	display:block;
	position:relative;
}
.gnav .menu li a {
	display: block;
	text-decoration: none;
	line-height:55px;
	padding:8px 35px 0;
	transition: opacity 0.2s;
}
.gnav .menu li a:hover {
	opacity:0.7;
}

.gnav .menu li a img{
	height:21px;
}
.gnav .menu li.new:after{
	content:"NEW!";
	color:#FFB900;
	width:60px;
	height:60px;
	line-height:97px;
	font-size:8px;
	letter-spacing:0.2em;
	font-weight:bold;
	border-radius:30px;
	position:absolute;
	top:-35px;
	z-index:0;
	left:50%;
	margin-left:-30px;
	

}
.mark_new{
	color:#FFB900;
	font-size:11px;
	letter-spacing:0.2em;
	font-weight:bold;
	margin-left:5px;
	

}
/* _________________________________________*/
.head{
	height:545px;
	position:relative;
	background-position:center top;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
}
.head .badge{
	left:25px;
	top:15px;
	position:fixed;
	z-index:11;
}
.head .badge2{
	top:240px;
}
.head .badge.hide{
}
.head .badge img{
	width:250px;
}
	
	
.head h1{
	position:relative;
	padding:0;
	margin:0;
	line-height:1;
}
.head h1 img{
	display:inline-block;
	padding:0;
	margin:0;
}
.head h1 .grad{
	position:absolute;
	width:100%;
	height:50px;
	left:0;
	bottom:0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.00) , rgba(255,255,255,1.00 ));
	
}
.contents {
	min-height: 100%;
	position: relative;
	z-index: 5;
	}
.contents:after{
	width:100%;
}
.inner {
	width:980px;
	margin: 0 auto;
}
.section {
	padding: 50px 0 40px;
	position: relative;
	background-image:url(../img/bg_dot_w.png);
	background-repeat:repeat;
}
.section h2 {
	margin: 0 0 50px;
	padding-top: 40px;
	background-image:url(../img/h2_icon.png);
	background-size:16px auto;
	background-repeat:no-repeat;
	background-position:center top;
}
.section h2 img{
	height:38px;
}
.bar{
	height:103px;
	background-image:url(../img/bar.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	margin:80px 0 0px;
}
/* _________________________________________*/
.section.news{
	padding-top:135px;
}
.section.news .item_wrap{
	width:750px;
	margin:0 auto;
	padding:0 20px;
}
.slick-list{
	overflow:hidden !important;
	position:relative;
}
.section.news .item_wrap .item{
	width:240px;
	height:331px;
	text-align:left;
	margin:0 20px 40px;
	box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.04);
	padding-bottom:20px;
	border-radius:5px;
	position:relative;
	overflow:hidden;
}
.section.news .item_wrap .item a{
	display:block;
	text-decoration:none;
	transition: all 0.2s;
}

.section.news .item_wrap .item a:hover{color: #8ea0d2;
}
.section.news .item_wrap .item .pic{
	width:	240px;
	height: 160px;
}
.section.news .item_wrap .item .pic img{
	width:	240px;
	height: 160px;
	object-fit: cover;
}
.section.news .item_wrap .item .date{
	color:#ABABAB;
	font-size:12px;
	margin:20px 0 15px;
	padding:0 20px;
	letter-spacing:0.1em;
	}
.section.news .item_wrap .item .exp{
	font-size:13px;
	line-height:160%;
	padding:0 20px;
	}
.section.news .item_wrap .item .exp a{
	display:inline;
	text-decoration:underline;
}
#movie{
	overflow:hidden;
	position:relative;
}
.chorusmovie{
	position:relative;
	margin-bottom:40px;
}
.chorusmovie:before{
	content:"";
	position:absolute;
	left:50%;
	margin-left:-550px;
	top:-30px;
	width:1100px;
	height:300px;
	z-index:-1;
	border-radius:20px;
}
.chorusmovie .slider_movie{
	position:relative;
}
/*--  --*/

.livemovie{
	position:relative;
	margin-bottom:60px;
}
.livemovie:before{
	content:"";
	position:absolute;
	left:50%;
	margin-left:-550px;
	top:-30px;
	width:1100px;
	height:300px;
	background: linear-gradient(135deg, rgba(145,205,188,0.3) 20%,rgba(142,160,210,0.3) 50%, rgba(236,169,157,0.3) 80%) no-repeat;
	z-index:-1;
	border-radius:20px;
}
.livemovie .slider_movie{
	position:relative;
}
.stream .slider_movie{
	position:relative;
	left:176px;
	left:0;
	width:900px;
	margin:0 auto;
 }

.stream .slider_movie .movie_frame {
	width:250px;
}
/*--  --*/
.movie_frame {
	padding:0 0 0;
	margin-top:20px;
	margin-bottom:40px;
}
.movie_frame a{
	display:block;
	position:relative;
	text-decoration:none;
}
.movie_frame .pic{
	box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.1);
	border-radius:20px;
	overflow:hidden;
	position:relative;
	transition: all 0.4s;
}
.movie_frame a:hover .pic{
}
.movie_frame img{
	display:block;
	width:100%;
	transition: all 0.4s;
	transition-timing-function:ease;
}
.movie_frame a:hover img{
	transform:scale(1.05);
	transform-origin:center center;
}
.movie_frame a .pic:after{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgb(236, 169, 157,0.0);
	z-index:2;
}
.movie_frame a .pic:before {
  content: "\f04b";
  font-family: FontAwesome;
  color:rgb(255, 255, 255,1);
	text-shadow: 5px 5px 20px rgb(0, 0, 0,0.2);
  font-size:50px;
    position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index:5;


}
.movie_frame .title{
	font-size:11px;
	text-align:left;
	line-height:160%;
	margin-top:20px;
	transition: all 0.4s;
	color:#555;
}
.movie_frame a:hover .title{
	color:rgb(236, 169, 157);
}
.chorusmovie .movie_frame a:hover .title,
.livemovie .movie_frame a:hover .title{
	color:#555;
}
.movie_frame iframe{
	width:300px;
	height:168px;
}
/* _________________________________________*/
.timeline{
margin:0 auto;
height:403px;
	}
	.section.sns h3{
		margin:80px 0 40px;
	}
	.section.sns h3 img{
		height:35px;
	}
	.sns .btn_yt{
		margin-bottom:30px;
	}
	.section.sns .stream .title_h{
		font-size:28px;
		font-weight:bold;
		background: linear-gradient(135deg, #91cdbc 20%,#8ea0d2 50%, #eca99d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
margin-bottom:40px;
font-family:'DM Sans',"Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	}
	.section.sns .stream .title_h span{
		font-weight:bold;
		display:block;
		font-size:44px;
		margin-top:10px;
		line-height:130%;

}
	.section.sns .block_youtube{
	}
	.section.sns .stream{
		box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.04);
	margin:0 0 40px;
	padding:40px 0;
background:#fff;
overflow:visible;
}
	.section.sns .stream a{
	color:#3b94d9;
	text-decoration:none;
}
	.section.sns .stream .camp{
width:680px;
padding:20px;
line-height:180%;


-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
margin: 20px auto;
}
	.section.sns .stream .camp span{
font-weight:500;
		background: linear-gradient(transparent 50%,rgba(145,205,188,0.5)   50%);
	}
	.section.sns .stream h4{
		font-weight:bold;
		margin:50px auto 30px;
		padding-bottom:15px;
		position:relative;
	}
	.section.sns .stream h4:before{
		content:"";
		border-top:solid 2px #444;
		width:12px;
		position:absolute;
		bottom:0;
		left:50%;
		margin-left:-6px;
		
	}
	.section.sns .stream h4 span{
		font-weight:bold;
		font-size:18px;

}
	.section.sns .stream strong{
		background: linear-gradient(transparent 50%,rgba(236,169,157,0.5)  50%);
		padding:0 5px;
		font-weight:bold;
		font-size:16px;

}
	.section.sns .stream p{
		font-size:16px;
		line-height:160%;
	}
	.section.sns .stream p.caution{
		font-size:12px;
		margin-top:10px;
		line-height:160%;
	}
	.section.sns .stream dl {
		margin-left:150px;
		margin-top:20px;
	}
	.section.sns .stream dl:after { content: ""; clear: both; display: block; }
	.section.sns .stream dl  dt,
	.section.sns .stream dl  dd{
		font-size:15px;
		line-height:160%;
		margin-bottom:10px;
		text-align:left;
	}
	.section.sns .stream dl dt{
		float:left;
		clear:left;
		width:100px;
		font-weight:bold;
		text-align:right;
	}
	.section.sns .stream dl dt .caution{
		font-size:11px;
	}
	.section.sns .stream dl dd{
		margin-left:120px;
	}
	.section.sns .stream .form{
		width:660px;
		background: linear-gradient(135deg, #91cdbc 20%,#8ea0d2 50%, #eca99d 80%) no-repeat;
		padding:10px;
		margin:30px auto 0;
	}
	.section.sns .stream .form_inner{
		padding:20px 40px 20px 30px;
		background:#fff;
	}
	
	.section.sns .stream .form dl{
		margin-left:0;
	}
	.section.sns .stream .form dl  dt,
	.section.sns .stream .form dl  dd{
		font-size:15px;
		line-height:160%;
		margin-bottom:10px;
		text-align:left;
	}
	.section.sns .stream .form dl dt{
		float:left;
		clear:left;
		width:6em;
		text-align:right;
		padding-top:6px;
	}
	.section.sns .stream .form dl dd .caution{
		font-size:11px;
		display:block;
		margin-top:10px;
	}
	.section.sns .stream .form dl dd{
		margin-left:8em;
	}
	.section.sns .stream .form .h{
		font-size:16px;
		font-weight:bold;
		padding:3px 0 10px;
		color:#fff;
	}
.section.sns .stream input,
.section.sns .stream textarea{
	font-size:14px;
	line-height:30px;
	padding:0 5px;
	width:100%;
	border:solid 1px #ccc;
	border-radius:5px;
    box-shadow:2px 2px 6px 1px rgba(0,0,0,0.05);
}
.section.sns .stream .btn_submit input{
	width:150px;
	line-height:40px;
	margin-top:20px;
}
.section.sns .stream .stream_frame{
	margin-bottom:20px;
}
		
	
/* _________________________________________*/
.section.profile .logo{
	padding-top:20px;
}

.section.profile .logo img{
	width:261px;
}
.section.profile .profile_text{
	font-size:17px;
	line-height:200%;
	margin-top:60px;
	margin-bottom:60px;
	letter-spacing:0.04em;
}
.section.profile .h3_wrap{
	text-align:center;
}
.section.profile h3{
	display:inline-block;
	border:solid 1px #e4e4e4;
	height:55px;
	padding:0 5px;
	margin-bottom:42px;
}
.section.profile h3 span{
	display:block;
	font-size:17px;
	letter-spacing:0.2em;
	font-weight:bold;
	line-height:55px;
	padding:5px 35px;
	position:relative;
	top:-5px;
	background:#fff;
}
.section.profile .item_wrap{
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: center;/*-- 中央揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	margin:0 80px 0;
}
.section.profile .item_wrap .item{
	width:203px;
	height:262px;
	background-repeat:no-repeat;
	background-size:203px auto;
	transition: all 0.4s;
	position:relative;
	cursor:pointer;
	border:solid 1px rgba(179,221,209,0);
	border-radius:5px;

}
.section.profile .item_wrap .item .bg{
	width:203px;
	height:262px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	opacity:0;
	transition: all 0.2s;
	border-radius:5px;
	overflow:hidden;
}
.section.profile .item_wrap .item.on .bg{
	opacity:1;
}
.section.profile .item_wrap .item.on .bg{
}
.section.profile .item_wrap .item.s{background-image:url(../img/bg_s.jpg);}
.section.profile .item_wrap .item.n{background-image:url(../img/bg_n.jpg);}
.section.profile .item_wrap .item.u{background-image:url(../img/bg_u.jpg);}

.section.profile .item_wrap .item a{
	display:block;
	height:262px;
	transition: all 0.4s;
	position:relative;
	z-index:2;
}
.section.profile .item_wrap .item a{
	pointer-events:none;
}

.section.profile .item_wrap .item.s:hover {
	border:solid 1px rgba(179,221,209,0.6);
}
.section.profile .item_wrap .item.n:hover {
	border:solid 1px rgba(182,194,227,0.6);
}
.section.profile .item_wrap .item.u:hover {
	border:solid 1px rgba(245,206,199,0.6);
}
.section.profile .item_wrap .item .pic{
	padding:40px 0 0;
}
.section.profile .item_wrap .item .pic img{
	width:132px;
}
.section.profile .item_wrap .item h4{
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.2em;
	padding:30px 0 0;
	transition: all 0.2s;
}
.section.profile .item_wrap .item.s h4{
	color:#91cdbc;
}
.section.profile .item_wrap .item.n h4{
	color:#8ea0d2;
}
.section.profile .item_wrap .item.u h4{
	color:#eca99d;
}
.section.profile .item_wrap .item.on h4{
	color:#fff;
}
.section.profile {
	position:relative;
	overflow:hidden;
}
.section.profile .slider_wrap{
	width:980px;
	margin:50px auto 0;
	position:relative;
	
}

.section.profile .slider_wrap .slider_inner{
	padding:55px 0 0 50px;
	
	
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: center;/*-- 中央揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
height:570px;
border-radius:5px;
}
.slick-list {
	overflow:visible;
}
/* the slides */
.slick-slide {
    margin: 0 40px;
}
/* the parent */
.slick-list {
    margin: 0 -40px;
}
.section.profile .slider_wrap .slider_inner.slide01{
	border:solid 5px rgba(179,221,209,0.3);
box-shadow:0px 0px 30px 0px rgba(179,221,209,0.2);
}
.section.profile .slider_wrap .slider_inner.slide02{
	border:solid 5px rgba(182,194,227,0.3);
box-shadow:0px 0px 30px 0px rgba(182,194,227,0.2);
}
.section.profile .slider_wrap .slider_inner.slide03{
	border:solid 5px rgba(245,206,199,0.3);
box-shadow:0px 0px 30px 0px rgba(245,206,199,0.2);
}
.section.profile .slider_wrap .slider_inner .pic{
	width:240px;
	overflow:hidden;
}
.section.profile .slider_wrap .slider_inner .pic img{
	display:block;
	border-radius:5px;
}
.section.profile .slider_wrap .slider_inner .clm{
	width:615px;
	text-align:left;
	margin-left:45px;
}
.section.profile .slider_wrap .slider_inner .clm h4{
	font-size:40px;
}
.section.profile .slider_wrap .slider_inner .clm h4 span{
	font-size:13px;
	margin-left:20px;
}
.section.profile .slider_wrap .slider_inner .clm .exp{
	margin:30px 0 0;
}
.section.profile .slider_wrap .slider_inner .clm .exp p{
	font-size:12px;
	line-height:175%;
	margin-bottom:15px;
}
.section.profile .slider_wrap .slider_inner .clm h5{
	margin-top:25px;
	
}
.section.profile .slider_wrap .slider_inner .clm h5 span{
	font-size:15px;
	font-weight:bold;
}
.section.profile .slider_wrap .slider_inner.slide01 .clm h5 span{
	background: linear-gradient(transparent 40%, #b3ddd1 40%);
}
.section.profile .slider_wrap .slider_inner.slide02 .clm h5 span{
	background: linear-gradient(transparent 40%, rgba(182,194,227,1) 40%);
}
.section.profile .slider_wrap .slider_inner.slide03 .clm h5 span{
	background: linear-gradient(transparent 40%, #f5cec7 40%);
}
.section.profile .slider_wrap .slider_inner .clm .work_list{
	margin-top:18px;
}
.section.profile .slider_wrap .slider_inner .clm .work_list li{
	font-size:10px;
	line-height:140%;
	margin-bottom:3px;
}
.section.profile .slider_wrap .slider_inner .clm .link{
	margin:25px 0 0;
}
.section.profile .slider_wrap .slider_inner .clm .link a{
	display:inline-block;
	margin-right:30px;
	text-decoration:none;
	font-size:11px;
	line-height:240%;
	padding:0 15px;
	border-radius:3px;
	letter-spacing:0.1em;
	transition: all 0.2s;
}
.section.profile .slider_wrap .slider_inner.slide01 .clm .link a{
border:solid 1px rgba(179,221,209,0.6);
background:#fff;
box-shadow:2px 2px 8px 0px rgba(179,221,209,0.2);
color:#91cdbc;
}
.section.profile .slider_wrap .slider_inner.slide01 .clm .link a:hover{
background:rgba(179,221,209,0.2);
}
.section.profile .slider_wrap .slider_inner.slide02 .clm .link a{
	border:solid 1px rgba(182,194,227,0.6);
background:#fff;
box-shadow:2px 2px 8px 0px rgba(182,194,227,0.2);
	color:#8ea0d2;
}
.section.profile .slider_wrap .slider_inner.slide02 .clm .link a:hover{
background:rgba(182,194,227,0.2);
}
.section.profile .slider_wrap .slider_inner.slide03 .clm .link a{
	border:solid 1px rgba(245,206,199,0.6);
background:#fff;
box-shadow:2px 2px 8px 0px rgba(245,206,199,0.2);
	color:#eca99d;
}
.section.profile .slider_wrap .slider_inner.slide03 .clm .link a:hover{
background:rgba(245,206,199,0.2);
}
.section.profile .slider_wrap .slider_inner.slide01{
}
.section.profile .slider_wrap .slider_inner.slide02{
}
.section.profile .slider_wrap .slider_inner.slide03{
}

.slick-prev:before, .slick-next:before{
	 font-size:15px;
	 width:71px;
	 height:105px;
	 z-index:5;
	 position:absolute;
	 top:0;
	 left:0;
	 opacity:1;
 }
.slick-prev:before{
	 content:url(../img/arr_prev.png);
 }
.slick-next:before{
	 content:url(../img/arr_next.png);
 }
 
 .slick-prev,
 .slick-next{
	 width:71px;
	 height:105px;
	 background-size:42px auto;
	 background-position:0 0;
	 background-repeat:no-repeat;
	 
 }
 .slick-prev{
	 left:50%;
	 margin-left:-520px;
	 z-index:5;
 }
 .slick-next{
	 right:50%;
	 margin-right:-520px;
	 z-index:5;
 }
 .chorusmovie .slick-prev,
 .livemovie .slick-prev{
	 top:105px;
	 margin-left:-580px;
 }
.chorusmovie .slick-next,
.livemovie .slick-next{
	 top:105px;
	 margin-right:-588px;
 }
.chorusmovie .slick-prev:before,
.livemovie .slick-prev:before{
	 content:url(../img/arr_prev_b.png);
 }
.chorusmovie .slick-next:before,
.livemovie .slick-next:before{
	 content:url(../img/arr_next_b.png);
 }
 
.section.profile .creator_wrap {
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: center;/*-- 中央揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	margin:90px 80px 0;
}
.section.profile .creator_wrap .creator{
	width:380px;
}
.section.profile .creator_wrap .creator h4{
	font-size:28px;
}
.section.profile .creator_wrap .creator .exp{
	font-size:12px;
	text-align:left;
	line-height:175%;
	margin-top:50px;
}
.section.profile .creator_wrap .creator  h5{
	margin-top:15px;
	font-weight:bold;
	font-size:13px;
	text-align:left;
	
}
.section.profile .creator_wrap .creator  .work_list{
	margin-top:10px;
	text-align:left;
}
.section.profile .creator_wrap .creator .work_list li{
	font-size:10px;
	line-height:170%;
	margin-bottom:3px;
}
.section.profile .creator_wrap .creator .link{
	margin:30px 0 0;
	text-align:left;
}
.section.profile .creator_wrap .creator .link a{
	display:inline-block;
	margin-right:30px;
	text-decoration:none;
	font-size:11px;
	line-height:240%;
	padding:0 20px;
	border-radius:3px;
	letter-spacing:0.1em;
	transition: all 0.2s;
border:solid 1px rgba(0,0,0,0.05);
background:#fff;
box-shadow:2px 2px 8px 0px rgba(0,0,0,0.03);
color:rgba(0,0,0,0.6);
border-radius:20px;
}
.section.profile .creator_wrap .creator .link a:hover{
background:rgba(0,0,0,0.03);
}
/* _________________________________________*/
.section.disco .btn{
	margin-top:20px;
	text-align:center;
}
.section.disco .btn a{
	margin:0 auto !important;
	display:inline-block !important;
	text-align:center;
	border:solid 1px #eca99d;
	color:#eca99d;
	font-size:13px;
	line-height:200%;
	padding:0 10px;
}
.section.disco .btn.sicho a{
	border:solid 1px #8ea0d2;
	color:#8ea0d2;
	
}
.section.disco .btn a:hover{
	background:rgba(236,169,157,0.1);
}
.section.disco .btn.sicho a:hover{
	background:rgba(142,160,210,0.1);
	color:#8ea0d2 !important;
}
.section.disco .item_wrap{
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: left;/*-- 左揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	padding:0 0;
	padding-top:30px;
}
.section.disco .item_wrap .item{
	width:260px;
	text-align:left;
	margin:0 20px 40px;
}
.section.disco .item_wrap .item:first-child,
.section.disco .item_wrap .item:nth-child(2){
}
.section.disco .item_wrap .item a{
	display:block;
	text-decoration:none;
	transition: all 0.3s;
	padding:0 20px;
	border-radius:50px;
}
.section.disco .item_wrap .item .pic{
box-shadow:0px 0px 20px 0px rgba(0,0,0,0.05);
	padding:10px;
	line-height:0;
	transition: all 0.3s;
	border-radius:5px;
}
.section.disco .item_wrap .item a:hover .pic{
box-shadow:0px 0px 20px 0px rgba(182,194,227,0.6);
}
.section.disco .item_wrap .item:nth-child(0) a:hover .pic{
box-shadow:0px 0px 20px 0px rgba(245,206,199,0.6);
}
.section.disco .item_wrap .item a:hover {
color: #8ea0d2;
}
.section.disco .item_wrap .item:nth-child(0) a:hover {
color: #eca99d;
}
.section.disco .item_wrap .item .pic img{
	width:100%;
	display:block;
}
.section.disco .item_wrap .item h3{
	font-weight:bold;
	text-align:center;
	letter-spacing:0.01em;
	font-size:16px;
	margin:30px 0 0;
	line-height:170%;
	}

/* _________________________________________*/
.section.event .btn{
	margin-top:20px;
	text-align:center;
}
.section.event .btn a{
	margin:0 auto !important;
	display:inline-block !important;
	text-align:center;
	border:solid 1px #eca99d;
	color:#eca99d;
	font-size:13px;
	line-height:200%;
	padding:0 10px;
}
.section.event .btn.sicho a{
	border:solid 1px #8ea0d2;
	color:#8ea0d2;
	
}
.section.event .btn a:hover{
	background:rgba(236,169,157,0.1);
}
.section.event .btn.sicho a:hover{
	background:rgba(142,160,210,0.1);
	color:#8ea0d2 !important;
}
.section.event .item_wrap{
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: left;/*-- 左揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	padding:0 0;
	padding-top:30px;
}
.section.event .item_wrap .item{
	width:260px;
	text-align:left;
	margin:0 20px 40px;
}
.section.event .item_wrap .item:first-child,
.section.event .item_wrap .item:nth-child(2){
}
.section.event .item_wrap .item a{
	display:block;
	text-decoration:none;
	transition: all 0.3s;
	padding:0 20px;
	border-radius:50px;
}
.section.event .item_wrap .item .pic{
box-shadow:0px 0px 20px 0px rgba(0,0,0,0.05);
	padding:10px;
	line-height:0;
	transition: all 0.3s;
	border-radius:5px;
}
.section.event .item_wrap .item a:hover .pic{
box-shadow:0px 0px 20px 0px rgba(182,194,227,0.6);
}
.section.event .item_wrap .item:nth-child(0) a:hover .pic{
box-shadow:0px 0px 20px 0px rgba(245,206,199,0.6);
}
.section.event .item_wrap .item a:hover {
color: #8ea0d2;
}
.section.event .item_wrap .item:nth-child(0) a:hover {
color: #eca99d;
}
.section.event .item_wrap .item .pic img{
	width:100%;
	display:block;
}
.section.event .item_wrap .item p{
	text-align:center;	
	font-size:14px;
	margin:30px 0 0;
	color:#B781B8;
}
.section.event .item_wrap .item h3{
	font-weight:bold;
	text-align:center;
	letter-spacing:0.01em;
	font-size:16px;
	margin:20px 0 0;
	line-height:170%;
	}
/* _________________________________________*/
.section.contact dl{
	width:500px;
	margin:0 auto;
}
.section.contact dl dt{
	font-size:14px;
	width:150px;
	text-align:right;
	float:left;
	line-height:30px;
	clear:left;
	margin-bottom:20px;
	}
.section.contact dl dd{
	margin-left:150px;
	padding-left:30px;
	text-align:left;
	margin-bottom:20px;
}
.section.contact input,
.section.contact textarea{
	font-size:14px;
	line-height:30px;
	padding:0 5px;
	width:100%;
	border:solid 1px #ccc;
	border-radius:5px;
    box-shadow:2px 2px 6px 1px rgba(0,0,0,0.05);
}
.section.contact .btn_submit input{
	width:150px;
	line-height:40px;
	margin-top:20px;
}

/* _________________________________________ footer*/
.footer {
	width: 100%;
	top: 0;
	background: #e4e4e4;
	z-index: 5;
	padding:30px 0 0;
	margin-top:80px;
}
.footer .copy {
	position: relative;
	margin-top: 20px;
	color: rgba(0,0,0,0.5);
	font-size: 11px;
	text-align: center;
	width: 100%;
	padding-bottom:15px;
	letter-spacing:0.1em;
}
 .social img {
	width: 30px;
}
 .social {
	overflow: hidden;
}
 .social li {
	display:inline-block;
	margin: 0 20px;
}
.footer .socisal li:last-child {
	clear: both;
}
 .social li p{
	 display:block;
}
 .social li.youtube a{
background: linear-gradient(to bottom right, #FF7577 , #FF5656 ); 
background:#91CDBC;
 }
 .social li.twitter a{
background: linear-gradient(to bottom right, #79BEFF , #5BB0FF ); 
background:#8EA0D2;
 }
 .social li.booth a{
background: linear-gradient(to bottom right, #FF7C7E , #FF6366 ); 
background:#ECA99D;
 }
 .social li.haishin a{
background: linear-gradient(to bottom right, #FF7C7E , #FF6366 ); 
background:#C399B9;
 }
 
 .social li a{
	 display:block;
	 color:#333;
	 color:#fff;
	 font-weight:bold;
	 text-decoration:none;
	 padding:20px 30px;
	 border-radius:10px;
	 border:solid 1px #ccc;
	 border:solid 0px #ccc;
}
 .social li p{
	 color:#ECA99D;
	 padding-bottom:10px;
	 padding-top:10px;
}
/* _________________________________________*/

.a1l{
	margin:-10px 0 60px;
	position:relative;	
  padding:0px 0 20px;
}
.a1l .bg{
  background: linear-gradient(135deg, #91cdbc 20%,#8ea0d2 50%, #eca99d 80%) no-repeat;/*グラデーション①*/
padding-top:5px;
  padding-bottom:1px;
	
}
.a1l .livekeyvisual img{
	width:1920px;
	display:block;
	  position: absolute;
	  left:50%;
	  margin-left:-960px;
	  top:0;
}
.a1l .livekeyvisual{
	height:1250px;
	position:relative;
	overflow:hidden;
}
.a1l h3 img{
	width:600px;
}
.a1l .catch{
	color:#fff;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	font-weight:bold;
	font-size:20px;
	line-height:200%;
	margin:40px 0 20px;
	letter-spacing:0.04em;
	
	}
.a1l .senmomo{
	color:#fff;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
	font-weight:bold;
	font-size:22px;
	line-height:200%;
	margin:0 0 0px;
	letter-spacing:0.04em;
	
	}
.a1l .greeting{
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: center;/*-- 中央揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	width:980px;
	background:rgba(255,255,255,0.95);

border-radius: 3px;

border: solid 1px #fff;

box-shadow: 10px 10px 20px 1px rgba(0,0,0,0.05);
	margin:0 auto 40px;
	padding: 30px 30px 10px;
	
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
.a1l .greeting .clm{
	width:280px;
	
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
.a1l .greeting .clm .pic img{
	width:200px;
	display:block;
	margin:0 auto;
}
.a1l .greeting .clm .name{
	font-size:17px;
	margin-top:5px;
	font-weight:bold;
}
.a1l .greeting .clm .text{
	text-align:left;
	font-size:14px;
}
	.a1l .senmomo .line{
	background: linear-gradient(transparent 40%, #f5cec7 40%);
}
.a1l .social{
	margin-bottom:30px;
	margin-top:30px;
}
.a1l .block_wrap{
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: center;/*-- 中央揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
}
.a1l .block{
	background:rgba(255,255,255,0.95);
	border-radius:3px;
	border:solid 1px #fff;
    box-shadow:10px 10px 20px 1px rgba(0,0,0,0.05);
	margin-bottom:60px;
	padding:0 50px 30px;
}
.a1l .block_wrap .block{
	width:300px;
	padding:0 0 10px;
}
.a1l:befores{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 500px;/*ずらす*/
  left: -500px;/*ずらす*/
  width: 1500px;/*グラデーションカバーの幅*/
  height: 1000px;/*グラデーションカバーの高さ*/
  background: radial-gradient(rgba(255, 105, 34, 0.65) 0%, rgba(255, 88, 96, 0) 100%);/*グラデーション②*/
}
.a1l h4 >div{
	position:absolute;
	top:0;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: center;/*-- 中央揃え --*/
	width:100%;
}
.a1l h4 >div>div{
	height:3px;
	width:3px;
	display:block;
	margin:0 3px;
	border-radius:1px;
}
.a1l h4 >div>div:nth-child(1){
	background:#91cdbc;
}
.a1l h4 >div>div:nth-child(2){
	background:#8ea0d2;
}
.a1l h4 >div>div:nth-child(3){
	background:#eca99d;
}
.a1l h4{
	font-size:22px;
	margin:40px 0 40px;
	letter-spacing:0.2em;
	position:relative;
	padding-top:18px;
	
}
.a1l h4:after{
	content:"";
	width:16px;
	border-top:solid 2px #555;
	height:2px;
	
  background1: linear-gradient(135deg, #91cdbc 20%,#8ea0d2 50%, #eca99d 80%) no-repeat;/*グラデーション①*/
	position:absolute;
	top:0;
	left:50%;
	margin-left:-8px;
}
.a1l h4 span{
	margin:14px 0 0;
	display:block;
	font-size:11px;
	letter-spacing:0.2em;
	color:rgba(0,0,0,0.5);
}
.a1l .caution{font-size:11px;
}
.a1l h5{
	font-size:19px;
	font-weight:bold;
	margin:50px 0 30px;
	padding-bottom:9px;
	border-bottom:solid 1px rgba(0,0,0,0.5);
	letter-spacing:0.1em;
}
.a1l h6{
	font-size:16px;
	font-weight:bold;
	margin:30px 0 15px;
}
/*--  --*/
.a1l .datetime{
}
.a1l .datetime .date{
	margin-bottom:15px;
	font-size:30px;
	line-height:100%;
}
.a1l .datetime .date span{
	font-size:22px;
	padding-right:1px;
}
.a1l .datetime .date span.youbi{
	font-size:18px;
	margin-right:-1em;
}
.a1l .datetime .time{
	font-size:15px;
}
/*--  --*/

.a1l .venue p.name{
	font-size:20px;
	padding-top:10px;
}
.a1l .venue p.access{
	font-size:14px;
}
	
/*--  --*/
.a1l .artist p.vocal{
	font-size:30px;
}
.a1l .artist p.vocal span{
	font-size:15px;
	display:block;
	margin-top:5px;
}
.a1l .artist p.band{
	font-size:13px;
	line-height:180%;
}
/*--  --*/
.a1l .ticket .ticket_wrap{
	border:solid 1px #ccc;
	margin:0 0 40px;
	border-radius:3px;
	position:relative;
	
}
/*.a1l .ticket .ticket_wrap:after{
	content:"SPECIAL";
	display:block;
	position:absolute;
	right:10px;
	bottom:10px;
	transform:rotate(0deg);
	color:#eee;
	font-size:50px;
	letter-spacing:0.1em;
	text-align:right;
	z-index:0;
}*/

.a1l .ticket .ticket_wrap.standard:after{
	content:"STANDARD";
}
.a1l .ticket .ticket_wrap  dl{
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: center;/*-- 中央揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	padding:30px 0;
}
.a1l .ticket .ticket_wrap dt{
	width:230px;
  display: flex;
  justify-content: center;
  align-items: center;
	border-right:dashed 1px #ccc;
}
.a1l .ticket .ticket_wrap dt div{
}
.a1l .ticket .ticket_wrap dd{
	width:620px;
	padding-left:40px;
	
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
text-align:left;
}

.a1l .ticket .ticket_wrap h6{
	font-size:20px;
	line-height:140%;
	margin:0 0 20px;
	letter-spacing:0;
}

.a1l .ticket .ticket_wrap .price{
	font-size:16px;
	margin-bottom:0;
}
.a1l .ticket .ticket_wrap .price span{
	font-size:14px;
}
.a1l .ticket .ticket_wrap.standard dd{
  display: flex;
  justify-content: left;
  align-items: center;
}
.a1l .ticket .ticket_wrap dd .tokuten_h{
	font-weight:bold;
	font-size:16px;
	margin-bottom:5px;
}.a1l .ticket .ticket_wrap dd .exp{
	font-size:15px;
}
.a1l .ticket .ticket_wrap dd .caution{
	margin-bottom:0;
	position:relative;
	z-index:2;
}
.a1l .ticket .ticket_wrap .popup a{
	font-size:13px;
}

.a1l .ticket .ticket_wrap dd .tokuten_goods {
	margin-top:20px;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: center;/*-- 中央揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
}
.a1l .ticket .ticket_wrap dd .tokuten_goods .item{
	width:180px;
}
.a1l .ticket .ticket_wrap dd .tokuten_goods .item .pic{
	width:160px;
	margin:0 auto;
	height:200px;
	margin-bottom:20px;
}
.a1l .ticket .ticket_wrap dd .tokuten_goods .item .pic img{
	width:100%;
	height:100%;
	object-fit: contain;
}

.a1l .ticket .ticket_wrap dd .tokuten_goods .item .name{
	font-size:13px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
.a1l .ticket .ticket_wrap dd .tokuten_goods .item .name span{
	font-size:11px;
	font-weight:bold;
	display:block;
	line-height:160%;
}

.a1l .ticket .ticket_wrap dd .tokuten_goods .item .text{
	font-size:12px;
}

.a1l .ticket .ticket_wrap dd .tokutenwatashi_h{
	font-size:17px;
	margin:40px 0 0;
	font-weight:bold;
	background: linear-gradient(transparent 50%,rgba(145,205,188,0.3) 50%);
}
.a1l .ticket .ticket_wrap dd .tokutenwatashi_exp{
	font-size:14px;
	margin:20px 0 0;
	position:relative;
	z-index:2;
}

.a1l .ticket .ticket_wrap dd .caution_h{
	font-size:14px;
	font-weight:bold;
	margin:15px 0 5px;
}
.a1l .ticket .ticket_wrap dd .tokutenwatashi{
	position:relative;
	z-index:2;
}
.a1l .ticket .ticket_wrap dd .tokutenwatashi li{
	font-size:12px;
	line-height:160%;
	padding-left:1em;
	text-indent:-1em;
}
.a1l .ticket .ticket_wrap dd .tokutenwatashi li em{
	font-style:normal;
	font-weight:bold;
	background: linear-gradient(transparent 50%, rgba(241,160,195,0.5) 50%);
}



.a1l .ticket .ticket_sale{
}
.a1l .ticket .ticket_sale .exp{
	font-size:15px;
	line-height:160%;
}
.a1l .ticket .ticket_sale dl{
	margin:0 auto;
}
.a1l .ticket .ticket_sale dl{
	margin:30px 0 0px;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: center;/*-- 中央揃え --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/  align-items: center;
}
.a1l .ticket .ticket_sale dl dt,
.a1l .ticket .ticket_sale dl dd{
	margin-bottom:20px;
	line-height:35px;
}
.a1l .ticket .ticket_sale dl dt{
	text-align:right;
	font-size:16px;
	font-weight:bold;
	width:200px;
	line-height:22px;
}
.a1l .ticket .ticket_sale dl dd{
	text-align:left;
	padding-left:20px;
	width:600px;
	font-size:20px;
}
.a1l .ticket .ticket_sale dl dd span{
	font-size:17px;
}
.a1l .btn_apply{
	margin-top:30px;
	margin-bottom:60px;
}
.a1l .btn_apply a{display:block;
  background: linear-gradient(135deg, #AF73CD 0%, #F45A8C 70%) no-repeat;/*グラデーション①*/
  border-radius:5px;
  color:#fff;
  font-size:22px;
  line-height:70px;
  text-decoration:none;
  width:600px;
  margin:0 auto;
  position:relative;
    box-shadow:5px 5px 10px 1px rgba(0,0,0,0.09);
	transition: all 0.4s;
}
.a1l .btn_apply a img {
    display: block;
    width: 10px;
    position: absolute;
    right: 35px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	transition: all 0.4s;
}
.a1l .btn_apply a:hover{
	letter-spacing:0.04em;
}
.a1l .btn_apply a:hover img{
    right: 25px;
}
.a1l .finished{
	display:block;
	font-size:12px !important;
}
/*--  --*/

.a1l .btn_apply.btn_zadankai a{
  background: linear-gradient(135deg, #aba3d0 0%, #8a82b8 100%) no-repeat;/*グラデーション①*/
  width:700px;
  padding-right:20px;
  font-size:18px;
	letter-spacing:0.04em;
}
.a1l .btn_apply.btn_zadankai a:hover{
	letter-spacing:0.04em;
}
/*--  --*/
	
.a1l .message .item_wrap{
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
}
.a1l .message .item_wrap .item{
	width:300px;
	width:410px;
	margin:0 0 40px;
}
.a1l .message .item_wrap .item .pic{
	width:300px;
	margin:0 auto 20px;
}
.a1l .message .item_wrap .item .pic img{
	display:block;
	width:100%;
}
.a1l .message .item_wrap .item .name{
	font-size:16px;
	font-weight:bold;
}
.a1l .message .item_wrap .item .name span{
	font-weight:normal;
	font-size:13px;
	padding-right:1em;
}
.a1l .message .item_wrap .item:nth-child(3),
.a1l .message .item_wrap .item:nth-child(4){
}
.a1l .message .item_wrap .item:nth-child(2n-1){
	margin-right:30px;
}
.a1l .message .item_wrap .item .text{
	font-size:13px;
	letter-spacing:0.04em;
}
	
/*--  --*/
	
.a1l .attention p{
	font-size:13px;
	text-align:left;
	line-height:150%;
	margin-bottom:10px;
	padding-left:1em;
	text-indent:-1em;
}
.a1l .attention p.caution{
	font-size:12px;
}
/*--  --*/
.a1l .faq dl dt, .a1l .faq dl dd, .a1l .faq p {
	font-size: 15px;
	text-indent: -1.5em;
	padding-left: 1.5em;
	line-height: 150%;
	text-align: left;
}
.a1l .faq dl dt {
	font-weight: bold;
}
.a1l .faq dl dt:before {
	content: "Q.";
	margin-right: 0.5em;
	font-weight: normal;
}
.a1l .faq dl dd:before {
	content: "A.";
	margin-right: 0.5em;
}
.a1l .faq dl dd {
	margin-bottom: 20px;
}
.a1l .faq .caution {
	text-align: left;
	font-size: 12px;
	margin-top: 20px;
}
.goods_wrap{
	padding-bottom:30px;
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	justify-content: left;/*-- 中央揃え --*/
}
.section.goods .goods_wrap{
	width:900px;
	margin:0 auto;
}
.goods_wrap p{    line-height: 160%;
    margin-bottom: 15px;
	
}
.goods_wrap .item {
	width:279px;
	
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
padding-top:20px;
padding-bottom:15px;
padding-left:20px;
padding-right:20px;
margin:0 0 30px 20px;
}
.goods_wrap .item:nth-child(3n-2){
	margin-left:0;
}
.goods_wrap .item .pic{
height:220px;
position:relative;
}
.goods_wrap .item .pic img{
	max-width:220px;
	max-height:220px;
	width:auto;
	height:auto;
	  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);

}
.goods_wrap .item.lumica img{
}
.goods_wrap .item.towel img{
}
.goods_wrap .item .name{
	margin-top:0;
}
.goods_wrap .item .name .sub{
	display:block;
	padding:0 0 9px;
	font-size:12px;
	font-weight:bold;
	line-height:150%;
}
.goods_wrap .item .name .cdsub{
	font-size:14px;
	font-weight:bold;
	line-height:150%;
}
.goods_wrap .item .name .line{
	font-size:16px;
}
.goods_wrap .item  .exp{
	text-align:left;
	font-size:12px;
	margin-bottom:3px;
}
.goods_wrap .item  .size{
	text-align:left;
	font-size:10px;
	line-height:160%;
}
.goods_wrap .item .btn{
	padding:0 0px;
	margin-top:20px;
}
.goods_wrap .item .btn a{
	display: block;
    background:rgba(244,90,140,0.95);
	border-radius: 5px;
color:#fff;
font-size: 9px;
line-height: 30px;
text-decoration: none;
margin: 0 auto;
position: relative;
box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.09);
transition: all 0.4s;
}
.goods_wrap .item .btn a:hover{
    background:rgba(244,90,140,0.8);
}
.goods_wrap .item .btn a img {

    display: block;
    width: 5px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    transition: all 0.4s;
	padding-top:0;

}

.a1l  .btn_jigo{
	padding:0 0px;
	margin-top:20px;
}
.a1l .btn_jigo a{
	display: inline-block;
    background:rgba(244,90,140,0.95);
	border-radius: 5px;
color:#fff;
font-size: 14px;
text-decoration: none;
margin: 0 auto;
position: relative;
box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.09);
transition: all 0.4s;
padding:15px 40px;
}
.a1l  .btn_jigo a:hover{
    background:rgba(244,90,140,0.8);
}
.a1l .btn_jigo a img {

    display: block;
    width: 5px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    transition: all 0.4s;
	padding-top:0;

}
.a1l .andmore{
	font-size:20px;
}
 .goods_exp{
	font-size:15px;
	margin-bottom:30px;
}
 .goods_caution {
	margin-top:10px;
	padding-top:15px;
	border-top:solid 1px #ddd;
}
 .goods_caution li{
	font-size:11px;
	line-height:160%;
	text-align:left;;
}
.a1l  p.small {

    font-size: 13px;
    line-height: 160%;

}
.a1l .caution_goods_wrap{
	
}
.a1l .caution_goods_wrap p{
	text-align:left;
	font-size:13px;
	line-height:160%;
	margin-bottom:5px;
	padding-left:1em;
	text-indent:-1em;
}
/* _________________________________________*/
.mfp-content{
	width:600px !important;
}
.popup_artist {
	margin: 0 auto;
	background:#fff;
	padding: 60px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 10px 3px rgba(255,83,115,0.1);
	-moz-box-shadow: 0px 0px 10px 3px rgba(255,83,115,0.1);
	-webkit-box-shadow: 0px 0px 10px 3px rgba(255,83,115,0.1);
}
.popup_artist h3 {
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
}
.popup_artist .pic {
	float: left;
	padding-right: 30px;
	padding-bottom: 10px;
}
.popup_artist .pic img {
	width: 250px;
}
.popup_artist .exp p {
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 180%;
}
.popup_artist .exp p.btn {
	margin-top: 20px;
}
.popup_artist .exp p.btn a {
	display: inline-block;
	background: #ff5373;
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 20px;
	font-size: 13px;
}
}
/*-- 
 --*/
@keyframes crossfade {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.insta_btn  {
  display: inline-block;
  text-align: center;/*中央揃え*/
  text-decoration: none;/*下線消す*/
  height:50px;
  overflow:hidden;
}
.insta_btn .text{
  line-height:50px;
  display:inline-block;
  padding-left:10px;
  color: #2e6ca5;/*文字色*/
  font-size: 18px;/*文字サイズ*/
  height:50px;
}

.insta_btn:hover {/*ホバー時*/
  color:#668ad8;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}

.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: block;
  float:left;
  width: 50px;/*幅*/
  height: 50px;/*高さ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 13px;/*角丸に*/

}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 30px;/*アイコンサイズ*/
  line-height: 50px;/*高さと合わせる*/
}
	/* _________________________________________*/
	.btn_play {
	display:inline-block;
	margin-left:15px;
	position:relative;
	top:-1px;
	margin-bottom:0;
	padding:0;
}
.btn_play a{
	display:inline-block;
	border-radius:10px;
	height:15px;
	color:#fff;
	text-decoration:none;
	padding:0 10px;
	font-size:9px;
	line-height:15px;
	transition: all 0.2s;
	cursor:pointer;
	text-align:center;
box-shadow: 4px 4px 4px rgba(0,0,0,0.05);
}

.btn_play a{
	background:rgba(255,83,115,0.7);
}
.btn_play a:hover{
	background:rgba(255,83,115,0.9);
}
.btn_play a i{
	font-size:7px;
	display:inline-block;
	width:10px;}
	
.btn_play  .play,
.btn_play  .stop{
	line-height:15px;
}
.btn_play  .play{
	display:block;
}
.btn_play .stop{
	display:none;
}
.btn_play .stop i{
	margin-right:3px;
	
}
.btn_play .playing .stop{
	display:block;
}
.btn_play .playing .play{
	display:none;
}
.btn_wrap{
	display:inline-block;
}
/*--  --*/
	.btn_sicho {
	display:inline-block;
	margin-left:15px;
	position:relative;
	top:-1px;
	margin-bottom:0;
	padding:0;
}
.btn_sicho a{
	display:inline-block;
	border-radius:10px;
	color:#fff;
	text-decoration:none;
	padding:0 10px;
	font-size:9px;
	line-height:15px;
	transition: all 0.2s;
	cursor:pointer;
	text-align:center;
box-shadow: 4px 4px 4px rgba(0,0,0,0.05);
}

.btn_sicho a{
	background:rgba(142,160,210,0.7);
}
.btn_sicho a:hover{
	background:rgba(142,160,210,0.9);
}
.btn_live a{
	background:rgba(106,193,135,0.70);
}
.btn_live a:hover{
	background:rgba(106,193,135,0.9);
}




/*===============================
　　2020.11.17 event情報追加分
================================*/

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

.greeting p.messages {
	padding: 50px;
	line-height: 2em;
}
.streaming p {
 	font-size: 30px;
}

}



/*===============================
　　2020.11.17 event情報追加分
================================*/

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

.head .badge5{
	top:240px;
}

#seclive .bg {
background: rgb(80,57,62);
background: radial-gradient(circle, rgba(80,57,62,1) 0%, rgba(0,0,0,1) 70%);
}
#seclive .gr-photos {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}
#seclive .btn_order a{
background: #91cdbc;
 background:linear-gradient(135deg, #91cdbc 20%,#8ea0d2 50%, #eca99d 80%) no-repeat;
  width:700px;
  padding-right:20px;
  font-size:18px;
}
#seclive .btn_order a:hover{
	letter-spacing:0.04em;
}

#seclive .greeting p.messages {
	padding: 50px;
	line-height: 2em;
}
#seclive .streaming p {
 	font-size: 30px;
}
#seclive .streaming p.caution {
 	font-size: 15px;
}

/*--  --*/
.head_img {
	width:100%;
  overflow:hidden;
  background-image:url(../img/photo/photobg.jpg);
  background-position:0 0;
  background-size:auto 330px;
  padding:0;
  margin:0;
  line-height:1;
}
.head_img .photos img{
	width:500px;
	display:inline-block;
display:block;
}
.head_img .photos{
	width:calc(500px * 17);/*-- 画像横幅×17枚×2 --*/
animation :infinity-scroll-left 350s infinite linear 0s both;
	height:333px;
	display: flex;
}
}
#seclive .greeting .clm {
	margin-bottom: 0;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


		