@charset "UTF-8";


body{
	font-family:'Noto Sans JP','Barlow', sans-serif;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


.live_contents_wrap .delighter {
    transform:translatey(50%); opacity:0; transition: all 0.5s ease-out;

}

.live_contents_wrap .delighter.started {
    transform:none; opacity:1;
}

.release_wrap .delighter {
    transform:translatey(20%); opacity:0; transition: all 0.5s ease-out;

}
.release_wrap .delighter.started {
    transform:none; opacity:1;
}


.mv_box.delighter {
   transition: all .3s ease-out;
   transform:translatey(30%);
   opacity: 0;

}
.mv_box.delighter.started {
    transform:none; opacity:1;
}

.band.delighter {
   transition: all .3s ease-out;
   transform:translatey(30%);
   opacity: 0;

}
.band.delighter.started {
    transform:none; opacity:1;
}







/* 1280px〜：大型PC
------------------------------ */
@media screen and (min-width:1280px){
	

.logo{
	width: 200px;
	height: 80px;
    position: absolute;
	z-index: 98;
	line-height: 80px;
	position: fixed;
	margin: 0 0 0 20px;
	background: url(../img/logo.png) no-repeat;
	background-position: 50% 50%;
    background-size:contain;
	}
	

	

.sns{
    width: 100%;
    height: 80px;
    display: inline-block;
    text-align: center;
    padding: 0 0 0 0px;
    position: fixed;
    background-color: #fff;
    z-index: 97;
}

.sns p{
    display: inline-block;
    line-height: 90px;
}

.sns i{
    font-size: 30px;
    color:#6E6E6E;
    letter-spacing: 20px;
    line-height: 50px;
    margin: 0 0 0 0;
}

.sns i:hover{
    color:#F8E54C;
    transition: 0.19s;
}

	
	


/*menu*/


.menu{
    height: 50px;/*lineの位置調整_展開時＿通常時両方*/
    position: absolute;
    right: 50px;
    top: 0px;
    width: 30px;
    z-index: 99;
    position: fixed;

}
.menu__line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
    margin: 30px 0 0 0;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;/*lineの位置調整_展開時＿通常時両方*/
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}
/*gnav*/
.gnav{
    background: rgba(232,213,67,1);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
    text-align: center;
}

.gnav__wrap:focus-within{
  display: none;

}

.gnav__menu__item{
    margin: 40px 0;
}
.gnav__menu__item a{
    color: #000;
    font-size: 2em;
    font-weight: bold;
    padding: 40px;
    text-decoration: none;
    transition: .5s;
}
.gnav__menu__item a:hover{
    color: #fff;
}
	

.humsns{
    display: flex;
    text-align: left;
    padding: 0 0 0 0px;
    position: fixed;
    z-index: 97;
	position: absolute;
	bottom:20%;
	display: none;
	}
	
.humsns i{
	margin: 0 20px 0 20px;
	font-size: 30px;
	color: #000;
	
	}



.header_wrap{
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
}

	
.header_wrap span{
    background-color:#000;
}
	
	
#mv {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.mv-bg {
  -webkit-transform: translateX(-50%);
  left: 50%;
  max-height: initial;
  max-width: initial;
  min-height: 100vh;
  min-width: 100%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}	
	
.mv-content {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  text-align: center;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 24px;
  z-index: 1;
}

.mv-title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 5px;
  margin: 0 0 80px 0;
}
	
.mv-title p{
		font-size: 25px;
	    margin: 0 0 20px 0;
	}
	
.mv-title p span{
		border-bottom: 2px solid #fff;
		padding: 0 0 5px 0;
	}
	
.splogo{
		display: none;
	}	
	
/*
.hero{
	width:90%;
	margin: auto;
    background:url(../img/IMG_7357_b.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 100vh;

}
*/
	
	
.mv-content a {
  padding-top: 40px;
  text-decoration: none;
  color: #fff;
  font-size: 24px; 
  letter-spacing: 4px;
  font-weight: 600
  
}
.mv-content a span {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
  padding: 0px 0 0 0;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
	
	#contents_title{
		font-size: 50px;
		letter-spacing: 10px;
		height: 100px;
		margin: 0px 0 0px 0;
		padding: 40px 0 0 40px;
		text-align: center;
	}
	
	#contents_title span{
		border-bottom: 10px solid #000;
		padding: 0 0 10px 0;
		font-weight: bold;
		
	}
	
	
	
	/*live_info*/
	
	.liveinfo_wrap{
		background-color: #F8E54C;
		padding: 0 0 80px 0;
		
	}
	
	
	.live_wrap{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 80vh;
	}
	
	
	
	
	
	/*スケジュール調整CSS---------------------------------------------------*/
	
	.liveinfo_card1,.liveinfo_card2,.liveinfo_card3{
		background-color: #fff;
		width:350px;
		height: 530px;
		margin: 0px 40px 0 40px;
		border-radius:20px;
		box-shadow:2px 2px 16px 0px #000;
		display: flex;
	
	}
	
	
	.liveinfo_card1 .content_btn{
		position: relative;
		top:55px;
	}
	
	.liveinfo_card2 .content_btn{
		position: relative;
		top:30px;
	}
	
	.liveinfo_card3 .content_btn{
		position: relative;
		top:5px;
	}
	
	
	.liveinfo_card3 .liveinfo_act{
		font-size: 16px;
		line-height: 25px;
	}
	
	
	/*スケジュール調整CSS---------------------------------------------------------*/
	
	
	
	
	
	.liveinfo_title{
		font-weight: bold;
		font-size: 25px;
		letter-spacing: 1px;
	}
	
	
	.liveinfo_text{
		padding: 40px 50px;
	}
	
	
	.liveinfo_event{
		margin: 10px 0 10px 0;
		letter-spacing: 0.05em;
		line-height: 20px;
	}
	
	.liveinfo_act{
		margin: 0 0 10px 0;
		letter-spacing: 0.05em;
		line-height: 25px
	}
	
	.liveinfo_other{
		margin: 0 0 30px 0;
		letter-spacing: 0.05em;
		line-height: 25px
	}
	
	.content_btn{
		width:250px;
		height: 55px;
		border-radius: 30px;
		background-color: #000;
		text-align: center;
		line-height: 55px;
		color: #fff;
		
	}
	
	

	.content_btn a{
		color: #fff;
		text-decoration: none;
		display: block;
	}
	
	.content_btn a:hover{
		width:250px;
		height: 55px;
		border-radius: 30px;
		background-color: #fff;
		text-align: center;
		line-height: 50px;
		color: #000;
		border: 2px solid #000;
		transition: 0.2s;
		box-sizing: border-box;
	}

	
	.content_btn_live{
		width: 600px;
		height: 80px;
		background-color: #000;
		border-radius: 40px;
		color: #fff;
		text-align: center;
		line-height: 80px;
		margin: 70px auto 70px auto;
		font-size: 20px;
		letter-spacing: 0.05em;
		padding: 0 0 0 0;
	}
	
	.content_btn_live a{
		text-decoration: none;
		color: #fff;
		display: block;
	}
	
	.content_btn_live a:hover{
		width: 600px;
		height: 80px;
		background-color: #fff;
		border-radius: 40px;
		color: #000;
		text-align: center;
		line-height: 75px;
		margin: 70px auto 70px auto;
		font-size: 20px;
		letter-spacing: 0.05em;
		padding: 0 0 0 0;
		border: 3px solid #000;
		transition: 0.2s;
		box-sizing: border-box;
	}
	
	
	
	
	
	/*live_info*/	
	
	
	
	/*release*/	
	
	.release_wrap{
		width:100%;
		height: 100vh;
	}
	
	.leftimg1{
		width:300px;
		height: 300px;
		background-color: #f5f5f5;
		margin: 0 0 0 0px;
		background: url("../img/kurashi@2x.png") no-repeat;
		background-size: contain;
	
	}
	
	.leftimg2{
		width:300px;
		height: 300px;
		background-color: #f5f5f5;
		margin: 0 0 0 0px;
		background: url("../img/mogaku@2x.png") no-repeat;
		background-size: contain;
	
	}
	
	.right_contents{
		width: 200px; 
		height: 300px;
		margin: 0 0 0 30px;
		font-size: 14px;
		flex-direction: column;
	}
	
	.release_card_wrap{
		display: flex;
		background-color: #fff;
		box-shadow: 1px 2px 6px 1px #BCBCBC;
		border-radius: 22px;
		width: 650px;
		height: 400px;
		justify-content: center;
		align-items: center;
		margin: 0 30px 0 30px;
	}
	
	.release_contents_wrap{
		display: flex;
		margin: 50px 0 0 0;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	
	
	.album_title{
		width:250px;
		letter-spacing: 0.05em;
		margin: 0 0 30px 0;
	}
	
	.setlist{
		width:250px;
		line-height: 25px;
	}
	
	.day{
		width:250px;
		margin: 20px 0 0 0;
		letter-spacing: 0.05em;
		font-weight: 500;
	}
	
	
	.content_btn_big{
		width: 600px;
		height: 80px;
		background-color: #000;
		border-radius: 40px;
		color: #fff;
		text-align: center;
		line-height: 80px;
		margin: 70px auto 70px auto;
		font-size: 20px;
		letter-spacing: 0.05em;
		padding: 0 0 0 0;
	}
	
	.content_btn_big a{
		text-decoration: none;
		color: #fff;
		display: block;
	}
	
	.content_btn_big a:hover{
		width: 600px;
		height: 80px;
		background-color: #fff;
		border-radius: 40px;
		color: #000;
		text-align: center;
		line-height: 75px;
		margin: 70px auto 70px auto;
		font-size: 20px;
		letter-spacing: 0.05em;
		padding: 0 0 0 0;
		border: 3px solid #000;
		transition: 0.2s;
		box-sizing: border-box;
	}
	
	
	
	/*release*/	
	
	
	/*movie*/
	
	.movie_wrap{
		background-color:#000;
		height: 100vh;
	}
	
	
	#contents_title_wht{
		font-size: 50px;
		letter-spacing: 10px;
		height: 100px;
		margin: 20px 0 50px 0;
	    color: #fff;
		padding: 40px 0 0 40px;
		text-align: center;
		
	}
	
	#contents_title_wht span{
		border-bottom: 10px solid #fff;
		padding: 0 0 10px 0;
		font-weight: bold;
		
	}
	
	
	.movie_contens_wrap{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 70vh;
	}
	
	
	.mvlink1{
		width:500px;
		height:300px;
		background-color: #eee;
		display: flex;
		justify-content: center;
		align-items: center;
		background: url("../img/shokimv@2x@2x.png") no-repeat;
		background-size: contain;
	}
	

	.mvlink2{
		width:500px;
		height:300px;
		background-color: #eee;
		display: flex;
		justify-content: center;
		align-items: center;
		background: url("../img/summer_mv@2x.png") no-repeat;
		background-size: contain;
		
	}
	
	.mv_box a:hover{
		display: block;
		opacity: 0.5;
	}
	
	
	.mv_title{
		color: #fff;
		margin: 30px 0 0 0 ;
	}
	
	.mv_box{
		margin: 0 30px 0 30px;
		
	}
	
	
	
	/*movie*/
	
	/*footer*/
	
	
	.band{
		display: flex;
		justify-content: center;
		align-items:flex-start;
	    margin: 100px 0 0 0;
	}
	
	.logo_foot_band{
		width:250px;
		height: 50px;
		font-size: 25px;
		font-weight: 700;
		letter-spacing: 2px;
	}
	
	.a_shot{
		width:400px;
		height: 300px;
		background-color: #ccc;
		margin: 0 30px 0 0;
		background: url("../img/a_shot_foot@2x.png") no-repeat;
		background-size: contain;
	}
	
	.band_info{
		width:500px;
		line-height: 28px;
	}
	
	
	.furtherlogo{
		width: 300px;
		height: 140px;
		text-align: center;
		display: block;
		margin: 50px auto 0px auto;
		background: url("../img/furthur_logo.png") no-repeat;
		background-size: contain;
	}
	
	
	footer{
		height: 40px;
		text-align: center;
		margin: 20px 0 0 0;
	}
	
	/*footer*/


}


/* 960px〜1279px：小型PC
------------------------------ */
@media screen and (min-width:960px) and (max-width:1279px)  {


.logo{
	width: 200px;
	height: 80px;
    position: absolute;
	z-index: 98;
	line-height: 80px;
	position: fixed;
	margin: 0 0 0 20px;
	background: url(../img/logo.png) no-repeat;
	background-position: 50% 50%;
    background-size:contain;
	}
	
.sns{
    width: 100%;
    height: 80px;
    display: inline-block;
    text-align: center;
    padding: 0 0 0 0px;
    position: fixed;
    background-color: #fff;
    z-index: 97;
}

.sns p{
    display: inline-block;
    line-height: 90px;
}

.sns i{
    font-size: 30px;
    color:#6E6E6E;
    letter-spacing: 20px;
    line-height: 50px;
    margin: 0 0 0 0;
}

.sns i:hover{
    color:#F8E54C;
    transition: 0.19s;
}

	
	


/*menu*/


.menu{
    height: 50px;/*lineの位置調整_展開時＿通常時両方*/
    position: absolute;
    right: 60px;
    top: 0px;
    width: 30px;
    z-index: 99;
    position: fixed;

}
.menu__line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
    margin: 30px 0 0 0;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;/*lineの位置調整_展開時＿通常時両方*/
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}
/*gnav*/
.gnav{
    background: rgba(232,213,67,1);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
    text-align: center;
}

.gnav__wrap:focus-within{
  display: none;

}

.gnav__menu__item{
    margin: 40px 0;
}
.gnav__menu__item a{
    color: #000;
    font-size: 2em;
    font-weight: bold;
    padding: 40px;
    text-decoration: none;
    transition: .5s;
}
.gnav__menu__item a:hover{
    color: #fff;
}
	

.humsns{
    display: flex;
    text-align: left;
    padding: 0 0 0 0px;
    position: fixed;
    z-index: 97;
	position: absolute;
	bottom:20%;
	display: none;
	}
	
.humsns i{
	margin: 0 20px 0 20px;
	font-size: 30px;
	color: #000;
	
	}



.header_wrap{
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
}

	
.header_wrap span{
    background-color:#000;
}

	
#mv {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.mv-bg {
  -webkit-transform: translateX(-50%);
  left: 50%;
  max-height: initial;
  max-width: initial;
  min-height: 100vh;
  min-width: 100%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}	
	
.mv-content {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  text-align: center;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 24px;
  z-index: 1;
}

.mv-title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: 5px;
  margin: 0 0 80px 0;
}
	
.mv-title p{
		font-size: 25px;
	    margin: 0 0 20px 0;
	}
	
.mv-title p span{
		border-bottom: 2px solid #fff;
		padding: 0 0 5px 0;
	}
	
.splogo{
		display: none;
	}	
	
/*
.hero{
	width:90%;
	margin: auto;
    background:url(../img/IMG_7357_b.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 100vh;

}
*/
	
	
.mv-content a {
  padding-top: 40px;
  text-decoration: none;
  color: #fff;
  font-size: 24px; 
  letter-spacing: 4px;
  font-weight: 600
  
}
.mv-content a span {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
  padding: 0px 0 0 0;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
	
	#contents_title{
		font-size: 50px;
		letter-spacing: 10px;
		height: 120px;
		margin: 0px 0 0px 0;
		padding: 40px 0 0 40px;
		text-align: center;
	}
	
	#contents_title span{
		border-bottom: 10px solid #000;
		font-weight: bold;
		
	}
	
	/*live_info*/
	
	.liveinfo_wrap{
		background-color: #F8E54C;
		padding: 0 0 80px 0;
	}
	
	
	.live_wrap{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	/*スケジュール調整CSS-------------------------*/
	
	.liveinfo_card1,.liveinfo_card2,.liveinfo_card3{
		background-color: #fff;
		width:300px;
		height: 460px;
		margin: 0px 20px 0 20px;
		border-radius:20px;
		box-shadow:2px 1px 10px 0px #898989;
		display: flex;
	}
	
	.liveinfo_card1 .content_btn{
		position: relative;
		top:40px;
	}

	
	.liveinfo_card2 .content_btn{
		position: relative;
		top:43px;
	}
	
	.liveinfo_card3 .content_btn{
		position: relative;
		top:205px;
	}
	
	
	.liveinfo_card3 .liveinfo_act{
		font-size: 14px;
		line-height: 20px;
	}
	
	
	/*スケジュール調整CSS-------------------------*/
	
	
	.liveinfo_title{
		font-weight: bold;
		font-size: 18px;
		letter-spacing: 1px;
	}
	
	
	.liveinfo_text{
		padding: 25px 22px;
	}
	
	
	.liveinfo_event{
		margin: 10px 0 10px 0;
		letter-spacing: 0.05em;
		line-height: 20px;
		font-size: 14px;
	}
	
	.liveinfo_act{
		margin: 0 0 10px 0;
		letter-spacing: 0.05em;
		line-height: 22px;
		font-size: 13px;
	}
	
	.liveinfo_other{
		margin: 0 0 20px 0;
		letter-spacing: 0.05em;
		line-height: 20px;
		font-size:14px;
	}
	
	.content_btn{
		width:250px;
		height: 55px;
		border-radius: 30px;
		background-color: #000;
		text-align: center;
		line-height: 55px;
		color: #fff;
	}
	

	.content_btn a{
		color: #fff;
		display: block;
		text-decoration: none;
	}
	
	.content_btn a:hover{
		width:250px;
		height: 55px;
		border-radius: 30px;
		background-color: #fff;
		text-align: center;
		line-height: 50px;
		color: #000;
		border: 2px solid #000;
		box-sizing: border-box;
		transition: 0.2s;
	}
	
	
	
	.content_btn_live{
		width: 600px;
		height: 80px;
		background-color: #000;
		border-radius: 40px;
		color: #fff;
		text-align: center;
		line-height: 80px;
		margin: 70px auto 70px auto;
		font-size: 20px;
		letter-spacing: 0.05em;
		padding: 0 0 0 0;
	}
	
	.content_btn_live a{
		color: #fff;
		display: block;
		text-decoration: none;
	}
	
	.content_btn_live a:hover{
		width: 600px;
		height: 80px;
		background-color: #fff;
		border-radius: 40px;
		color: #000;
		text-align: center;
		line-height: 75px;
		margin: 70px auto 70px auto;
		font-size: 20px;
		letter-spacing: 0.05em;
		padding: 0 0 0 0;
		border: 2px solid #000;
		box-sizing: border-box;
		transition: 0.2s;
	}
	
	
	/*live_info*/	
	
	
	
	/*release*/	
	
	.release_wrap{
		width:100%;
		padding: 0 0 40px 0;
		
	}
	
	.leftimg1{
		width:200px;
		height: 200px;
		background-color: #f5f5f5;
		margin: 0 15px 0 10px;
		background: url("../img/kurashi@2x.png") no-repeat;
		background-size: contain;
	}
	
	.leftimg2{
		width:200px;
		height: 200px;
		background-color: #f5f5f5;
		margin: 0 15px 0 10px;
		background: url("../img/mogaku@2x.png") no-repeat;
		background-size: contain;
	}
	

	
	.right_contents{
		width: 150px; 
		height: 200px;
		margin: 0 20px 0 0px;
		font-size: 12px;
		flex-direction: column;
	}
	
	.release_card_wrap{
		display: flex;
		background-color: #fff;
		box-shadow: 1px 2px 6px 1px #BCBCBC;
		border-radius: 22px;
		width: 420px;
		height: 280px;
		justify-content: center;
		align-items: center;
		margin: 0 10px 0 20px;
	}
	
	.release_contents_wrap{
		display: flex;
		margin: 50px 0px 0 0px;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	
	
	.album_title{
		width:250px;
		letter-spacing: 0.01em;
		margin: 0 0 10px 0;
		font-size: 12px;
	}
	
	.setlist{
		width:200px;
		line-height: 18px;
		font-size: 11px;
	}
	
	.day{
		width:250px;
		margin: 10px 0 0 0;
		letter-spacing: 0.05em;
		font-weight: 500;
	}
	
	
	.content_btn_big{
		width: 600px;
		height: 80px;
		background-color: #000;
		border-radius: 40px;
		color: #fff;
		text-align: center;
		line-height: 80px;
		margin: 70px auto 70px auto;
		font-size: 20px;
		letter-spacing: 0.05em;
		padding: 0 0 0 0;
	}
	
	.content_btn_big a{
		color: #fff;
		display: block;
		text-decoration: none;
	}
	
	.content_btn_big a:hover{
		width: 600px;
		height: 80px;
		background-color: #fff;
		border-radius: 40px;
		color: #000;
		text-align: center;
		line-height: 75px;
		margin: 70px auto 70px auto;
		font-size: 20px;
		letter-spacing: 0.05em;
		padding: 0 0 0 0;
		border: 2px solid #000;
		box-sizing: border-box;
		transition: 0.2s;
	}
	
	
	/*release*/	
	
	
	/*movie*/
	
	.movie_wrap{
		background-color:#000;
	
	}
	
	
	#contents_title_wht{
		font-size: 50px;
		letter-spacing: 10px;
		height: 100px;
		margin: 20px 0 0px 0;
	    color: #fff;
		padding: 40px 0 0 0px;
		text-align: center;
		
	}
	
	#contents_title_wht span{
		border-bottom: 10px solid #fff;
		padding: 0 0 10px 0;
		font-weight: bold;
	}
	
	
	.movie_contens_wrap{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60vh;
	}
	
	
	.mvlink1{
		width:380px;
		height:200px;
		background-color: #eee;
		display: flex;
		justify-content: center;
		align-items: center;
		background: url("../img/shokimv@2x@2x.png") no-repeat;
		background-size: contain;
	}
	
	.mvlink2{
		width:380px;
		height:200px;
		background-color: #eee;
		display: flex;
		justify-content: center;
		align-items: center;
		background: url("../img/summer_mv@2x.png") no-repeat;
		background-size: contain;
	}
	
	.mv_box a:hover{
		display: block;
		opacity: 0.5;
	}
	
	.mv_title{
		color: #fff;
		margin: 30px 0 0 0;
	}
	
	.mv_box{
		margin: 0 15px 0 15px;
	}
	
	/*movie*/
	
	/*footer*/
	
	
	.band{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items:flex-start;
	    margin: 100px 0 0 0;
	}
	
	.logo_foot_band{
		height: 50px;
		font-size: 20px;
		font-weight: 700;
		letter-spacing: 1px;
		
	}
	
	.a_shot{
		width:400px;
		height: 300px;
		background-color: #ccc;
		margin: 0 30px 0 0;
		background: url("../img/a_shot_foot@2x.png") no-repeat;
		background-size: contain;
	}
	
	.band_info{
		width:380px;
		font-size: 12px;
		line-height: 26px;
		
	}
	
	
	.furtherlogo{
		width: 250px;
		height: 150px;
		text-align: center;
		display: block;
		margin: 60px auto 0px auto;
		background: url("../img/furthur_logo.png") no-repeat;
		background-size: contain;
	}
	
	
	
	footer{
		text-align: center;
		margin: 30px 0 0 0;
	}
	
	/*footer*/

}



/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:600px) and (max-width:959px) {
	
.logo{
	width: 150px;
	height: 80px;
    position: absolute;
	z-index: 98;
	line-height: 80px;
	position: fixed;
	margin: 0 0 0 20px;
	background: url(../img/logo.png) no-repeat;
	background-position: 50% 50%;
    background-size:contain;
	}
	
.sns{
    width: 100%;
    height: 80px;
    display: inline-block;
    text-align: center;
    padding: 0 0 0 20px;
    position: fixed;
    background-color: #fff;
    z-index: 97;
}

.sns p{
    display: inline-block;
    line-height: 80px;
}

.sns i{
    font-size: 30px;
    color:#6E6E6E;
    letter-spacing: 20px;
    line-height: 50px;
    margin: 0 0 0 0;
}

.sns i:hover{
    color:#F8E54C;
    transition: 0.19s;
}

	
	


/*menu*/


.menu{
    height: 50px;/*lineの位置調整_展開時＿通常時両方*/
    position: absolute;
    right: 50px;
    top: 0px;
    width: 30px;
    z-index: 99;
    position: fixed;

}
.menu__line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
    margin: 30px 0 0 0;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;/*lineの位置調整_展開時＿通常時両方*/
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}
/*gnav*/
.gnav{
    background: rgba(232,213,67,1);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
    text-align: center;
}

.gnav__wrap:focus-within{
  display: none;

}

.gnav__menu__item{
    margin: 40px 0;
}
.gnav__menu__item a{
    color: #000;
    font-size: 2em;
    font-weight: bold;
    padding: 40px;
    text-decoration: none;
    transition: .5s;
}
.gnav__menu__item a:hover{
    color: #fff;
}

.humsns{
    display: flex;
    text-align: left;
    padding: 0 0 0 0px;
    position: fixed;
    z-index: 97;
	position: absolute;
	bottom:20%;
	display: none;
	}
	
.humsns i{
	margin: 0 20px 0 20px;
	font-size: 30px;
	color: #000;
	
	}

.header_wrap{
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
}

	
.header_wrap span{
    background-color:#000;
}

#mv {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.mv-bg {
  -webkit-transform: translateX(-50%);
  left: 50%;
  max-height: initial;
  max-width: initial;
  min-height: 100vh;
  min-width: 100%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}	
	
.mv-content {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  text-align: center;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 24px;
  z-index: 1;
}

.mv-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 2px;
  margin: 0 0 40px 0;
}
	
.mv-title p{
		font-size: 18px;
	    margin: 0 0 20px 0;
	}
	
.mv-title p span{
		border-bottom: 2px solid #fff;
		padding: 0 0 5px 0;
	}
	
.splogo{
		display: none;
	}	
	
/*
.hero{
	width:90%;
	margin: auto;
    background:url(../img/IMG_7357_b.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 100vh;

}
*/
	
	
.mv-content a {
  padding-top: 40px;
  text-decoration: none;
  color: #fff;
  font-size: 15px; 
  letter-spacing: 4px;
  font-weight: 600
  
}
.mv-content a span {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
  padding: 0px 0 0 0;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
	
	#contents_title{
		font-size: 40px;
		letter-spacing: 10px;
		height: 120px;
		margin: 0px 0 0px 0;
		padding: 25px 0 0px 0px;
		text-align: center;
		
}
	
	#contents_title span{
		border-bottom: 5px solid #000;
		font-weight: bolder;
		
	}
	
	/*live_info*/
	
	.liveinfo_wrap{
		background-color: #F8E54C;
		padding: 0 0 60px 0;
		
	}
	
	
	.live_wrap{
		display: flex;
		justify-content: center;
		align-items: center;
	
		
	}
	
	
	/*スケジュール調整CSS-------------------------*/
	
	.liveinfo_card1,.liveinfo_card2{
		background-color: #fff;
		width:270px;
		height: 450px;
		margin: 0px 20px 30px 20px;
		border-radius:20px;
		box-shadow:2px 2px 16px 0px #000;
		display: flex;
	}
	
	.liveinfo_card1 .content_btn{
		position: relative;
		top:20px;
	}
	
	.liveinfo_card2 .content_btn{
		position: relative;
		top:25px;
	}
	
	
	/*スケジュール調整CSS-------------------------*/
	
	.liveinfo_card3{
		display: none;
	}
	
	.liveinfo_title{
		font-weight: bold;
		font-size: 20px;
		letter-spacing: 1px;
	}
	
	
	.liveinfo_text{
		padding: 25px 22px;
	}
	
	
	.liveinfo_event{
		margin: 10px 0 10px 0;
		letter-spacing: 0.05em;
		line-height: 20px;
		font-size: 13px;
	}
	
	.liveinfo_act{
		margin: 0 0 10px 0;
		letter-spacing: 0.05em;
		line-height: 22px;
		font-size: 14px;
	}
	
	.liveinfo_other{
		margin: 0 auto 20px auto;
		letter-spacing: 0.05em;
		line-height: 20px;
		font-size: 14px;
	}
	
	.content_btn{
		width:230px;
		height: 55px;
		border-radius: 35px;
		background-color: #000;
		text-align: center;
		line-height: 55px;
		color: #fff;
	}
	
	
	
	.content_btn a{
		text-decoration: none;
		display: block;
		color:#fff;
	}
	
	.content_btn a:hover{
		width:230px;
		height: 55px;
		border-radius: 35px;
		background-color: #fff;
		text-align: center;
		line-height: 55px;
		color: #000;
		border: 2px solid #000;
		transition: 0.2s;
		
	}
	
	
	
	
	.content_btn_live{
		width: 400px;
		height: 80px;
		background-color: #000;
		border-radius: 40px;
		color: #fff;
		text-align: center;
		line-height: 80px;
		margin: 40px auto 10px auto;
		font-size: 20px;
		letter-spacing: 0.05em;
		padding: 0 0 0 0;
	}
	
	.content_btn_live a{
		text-decoration: none;
		display: block;
		color:#fff;
	}
	
	.content_btn_live a:hover{
		width: 400px;
		height: 80px;
		background-color: #fff;
		border-radius: 40px;
		color: #000;
		text-align: center;
		line-height: 75px;
		margin: 40px auto 10px auto;
		font-size: 20px;
		letter-spacing: 0.05em;
		transition: 0.2s;
		border: 3px solid #000;
		box-sizing: border-box;
	}
	
	
	/*live_info*/	
	
	
	
	/*release*/	
	
	.release_wrap{
		width:100%;
		padding: 0 0 60px 0;
	}
	
	.leftimg1{
		width:200px;
		height:200px;
		margin: 0 0px 0 15px;
		background: url("../img/kurashi@2x.png") no-repeat;
        background-size:contain;
	}
	
	.leftimg2{
		width:200px;
		height:200px;
		margin: 0 0px 0 15px;
		background: url("../img/mogaku@2x.png") no-repeat;
        background-size:contain;
	}
	
	.right_contents{
		width: 180px; 
		height: 200px;
		margin: 0 15px 0 15px;
		font-size: 12px;
		flex-direction: column;
	}
	
	.release_card_wrap{
		display: flex;
		background-color: #fff;
		box-shadow: 1px 2px 6px 1px #BCBCBC;
		border-radius: 22px;
		width: 460px;
		height: 250px;
		justify-content: center;
		align-items: center;
		margin: 0px 14px 40px 14px;
	}
	
	.release_contents_wrap{
		display: flex;
		flex-direction: column;
		margin: 10px 0 0 0;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	
	
	.album_title{
		width:250px;
		letter-spacing: 0.05em;
		margin: 0 0 10px 0;
	}
	
	.setlist{
		width:200px;
		line-height: 18px;
	}
	
	.day{
		width:250px;
		margin: 10px 0 0 0;
		letter-spacing: 0.05em;
		font-weight: 500;
	}
	
	

	.content_btn_big{
		width: 400px;
		height: 80px;
		background-color: #000;
		border-radius: 40px;
		color: #fff;
		text-align: center;
		line-height: 80px;
		margin: 40px auto 10px auto;
		font-size: 20px;
		letter-spacing: 0.05em;
		padding: 0 0 0 0;
	}
	
	.content_btn_big a{
		text-decoration: none;
		display: block;
		color:#fff;
	}
	
	.content_btn_big a:hover{
		width: 400px;
		height: 80px;
		background-color: #fff;
		border-radius: 40px;
		color: #000;
		text-align: center;
		line-height: 75px;
		margin: 40px auto 10px auto;
		font-size: 20px;
		letter-spacing: 0.05em;
		transition: 0.2s;
		border: 2px solid #000;
		box-sizing: border-box;
	}
	
	/*release*/	
	
	
	/*movie*/
	
	.movie_wrap{
		background-color:#000;
		padding: 30px 0 30px 0;

	}
	
	
	#contents_title_wht{
		font-size: 40px;
		letter-spacing: 10px;
		height: 100px;
		margin: 0px 0 0px 0;
	    color: #fff;
		padding: 0px 0 0 0px;
		text-align: center;
		
	}
	
	#contents_title_wht span{
		border-bottom: 5px solid #fff;
		padding: 0 0 10px 0;
		font-weight: bolder;
		
	}
	
	
	.movie_contens_wrap{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 400px;
	}
	
	
	.mvlink1{
		width:300px;
		height:150px;
		background-color: #eee;
		display: flex;
		justify-content: center;
		align-items: center;
		background: url("../img/shokimv@2x@2x.png") no-repeat;
		background-size:contain;
	}
	
	.mvlink2{
		width:300px;
		height:150px;
		background-color: #eee;
		display: flex;
		justify-content: center;
		align-items: center;
		background: url("../img/summer_mv@2x.png") no-repeat;
		background-size:contain;
	}
	
	.mv_title{
		color: #fff;
		margin: 10px 0 60px 0 ;
	}
	
	.mv_box{
		margin: 0 15px 0 15px;
	}
	
	
	
	/*movie*/
	
	/*footer*/
	
	
	.band{
		display: flex;
		justify-content: center;
		align-items:center;
		flex-direction: column;
	    margin: 100px 0 0 0;
	}
	
	.logo_foot_band{
		font-size: 22px;
		height: 40px;
		font-weight: 600;
		letter-spacing: 1px;
	}
	
	.a_shot{
		width:400px;
		height: 300px;
		background-color: #ccc;
		margin: 0 30px 0 0;
		background: url("../img/a_shot_foot@2x.png") no-repeat;
		background-size: contain;
	}
	
	.band_info{
		width:440px;
		text-align: center;
		margin: 20px 0 0 0;
		font-size: 14px;
		line-height: 25px
	}
	
	
	.furtherlogo{
		width: 200px;
		height: 100px;
		text-align: center;
		display: block;
		margin: 30px auto 30px auto;
		background: url("../img/furthur_logo.png") no-repeat;
		background-size: contain;
	}
	
	
	
	footer{
		text-align: center;
		margin: 30px 0 0 0;
	}
	
	/*footer*/
	
	
}




/* 480px〜599px：SP横
------------------------------ */
@media screen and (min-width:480px) and (max-width:599px) {
	
@import url('https://fonts.googleapis.com/css?family=Barlow:400,700&display=swap');	

	
body{
	font-family:'Barlow', sans-serif;
		
	}
	
.logo{
	width: 120px;
	height: 60px;
    position: absolute;
	z-index: 98;
	line-height: 60px;
	position: fixed;
	margin: 0 0 0 20px;
	background: url(../img/logo.png) no-repeat;
	background-position: 50% 50%;
    background-size:contain;
	}
	
.sns{
    width: 100%;
    height: 60px;
    display: inline-block;
    text-align: center;
    padding: 0 0 0 20px;
    position: fixed;
    background-color: #fff;
    z-index: 97;
}

.sns p{
    display: inline-block;
    line-height: 65px;
}

.sns i{
    font-size: 30px;
    color:#6E6E6E;
    letter-spacing: 20px;
    line-height: 50px;
    margin: 0 0 0 0;
}

.sns i:hover{
    color:#F8E54C;
    transition: 0.19s;
}

	
	


/*menu*/


.menu{
    height: 40px;/*lineの位置調整_展開時＿通常時両方*/
    position: absolute;
    right: 50px;
    top: 0px;
    width: 30px;
    z-index: 99;
    position: fixed;

}
.menu__line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
    margin: 20px 0 0 0;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;/*lineの位置調整_展開時＿通常時両方*/
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}
/*gnav*/
.gnav{
    background: rgba(232,213,67,1);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
    text-align: center;
}

.gnav__wrap:focus-within{
  display: none;

}

.gnav__menu__item{
    margin: 40px 0;
}
.gnav__menu__item a{
    color: #000;
    font-size: 2em;
    font-weight: bold;
    padding: 40px;
    text-decoration: none;
    transition: .5s;
}
.gnav__menu__item a:hover{
    color: #fff;
}

	.humsns{
		display: none;
	}


.header_wrap{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
}

	
.header_wrap span{
    background-color:#000;
}

#mv {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.mv-bg {
  -webkit-transform: translateX(-50%);
  left: 50%;
  max-height: initial;
  max-width: initial;
  min-height: 100vh;
  min-width: 100%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}	
	
.mv-content {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  text-align: center;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 24px;
  z-index: 1;
}

.mv-title {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 2px;
  margin: 0 0 20px 0;
}
	
.mv-title p{
		font-size: 16px;
	    margin: 0 0 20px 0;
	}
	
.mv-title p span{
		border-bottom: 2px solid #fff;
		padding: 0 0 5px 0;
	}
	
.splogo{
		display: none;
	}	
	
/*
.hero{
	width:90%;
	margin: auto;
    background:url(../img/IMG_7357_b.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 100vh;

}
*/
	
	
.mv-content a {
  padding-top: 40px;
  text-decoration: none;
  color: #fff;
  font-size: 15px; 
  letter-spacing: 4px;
  font-weight: 600
  
}
.mv-content a span {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
  padding: 0px 0 0 0;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
	
	#contents_title{
		font-size: 30px;
		letter-spacing: 5px;
		height: 70px;
		margin: 0px 0 20px 0;
		padding: 35px 0 0px 0px;
		text-align: center;
	}
	
	#contents_title span{
		border-bottom: 7px solid #000;
		font-weight: bold;
		
	}
	
	/*live_info*/
	
	.liveinfo_wrap{
		background-color: #F8E54C;
		padding: 0 0 60px 0;
		
	}
	
	
	.live_wrap{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100vh;
		
	}
	
		/*スケジュール調整CSS-------------------------*/
	
	.liveinfo_card1{
		background-color: #fff;
		width:370px;
		height: 380px;
		margin: 50px 0px 40px 0px;
		border-radius:20px;
		box-shadow:2px 2px 16px 0px #000;
		display: flex;
		position: relative;
		top:40px;
	
	}
	
	
	
	.liveinfo_card3,.liveinfo_card2{
		display: none;
	}
	
	
		/*スケジュール調整CSS-------------------------*/
	
	.liveinfo_title{
		font-weight: bold;
		font-size: 20px;
		letter-spacing: 1px;
	}
	
	
	.liveinfo_text{
		padding: 20px 70px;
	}
	
	
	.liveinfo_event{
		margin: 10px 0 10px 0;
		letter-spacing: 0.05em;
		line-height: 20px;
		font-size: 12px;
	}
	
	.liveinfo_act{
		margin: 0 0 10px 0;
		letter-spacing: 0.05em;
		line-height: 17px;
		font-size: 12px;
	}
	
	.liveinfo_other{
		margin: 0 auto 20px auto;
		letter-spacing: 0.05em;
		line-height: 15px;
		font-size: 12px;
		
	}
	
	.content_btn{
		width:230px;
		height: 55px;
		border-radius: 30px;
		background-color: #000;
		text-align: center;
		line-height: 55px;
		color: #fff;
		margin: 0 auto;
	}
	
	.content_btn a{
		display: block;
		text-decoration: none;
		color: #fff;
	}
	
	.content_btn_live{
		width: 400px;
		height: 65px;
		background-color: #000;
		border-radius: 40px;
		color: #fff;
		text-align: center;
		line-height: 70px;
		margin: 100px auto 10px auto;
		font-size: 20px;
		letter-spacing: 0.05em;
		padding: 0 0 0 0;
	}
	
	.content_btn_live a{
		display: block;
		text-decoration: none;
		color: #fff;
	}
	
	
	/*live_info*/	
	
	
	
	/*release*/	
	
	.release_wrap{
		width:100%;
		padding: 0 0 20px 0;
	}
	
	.leftimg1{
		width:200px;
		height: 200px;
		background-color: #f5f5f5;
		margin: 0 0px 0 15px;
		background:url("../img/kurashi@2x.png") no-repeat;
		background-size: contain;
	
	}
	
	.leftimg2{
		width:200px;
		height: 200px;
		background-color: #f5f5f5;
		margin: 0 0px 0 15px;
		background:url("../img/mogaku@2x.png") no-repeat;
		background-size: contain;
	
	}
	
	.right_contents{
		width: 180px; 
		height: 200px;
		margin: 0 15px 0 15px;
		font-size: 12px;
		flex-direction: column;
	}
	
	.release_card_wrap{
		display: flex;
		background-color: #fff;
		box-shadow: 1px 2px 6px 1px #BCBCBC;
		border-radius: 22px;
		width: 420px;
		height: 230px;
		justify-content: center;
		align-items: center;
		margin: 0px 14px 30px 14px;
	}
	
	.release_contents_wrap{
		display: flex;
		flex-direction: column;
		margin: 10px 0 0 0;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	
	
	.album_title{
		width:250px;
		letter-spacing: 0.05em;
		margin: 0 0 10px 0;
	}
	
	.setlist{
		width:200px;
		line-height: 18px;
	}
	
	.day{
		width:250px;
		margin: 10px 0 0 0;
		letter-spacing: 0.05em;
		font-weight: 500;
	}
	
	
	.content_btn_big{
		width: 400px;
		height: 65px;
		background-color: #000;
		border-radius: 40px;
		color: #fff;
		text-align: center;
		line-height: 65px;
		margin: 20px auto 30px auto;
		font-size: 20px;
		letter-spacing: 0.05em;
	}
	
	
	.content_btn_big a{
		display: block;
		text-decoration: none;
		color: #fff;
	}
	
	
	/*release*/	
	
	
	/*movie*/
	
	.movie_wrap{
		background-color:#000;
		padding: 50px 0 80px 0;
	}
	
	
	.contents_title_wht{
		font-size: 30px;
		letter-spacing: 10px;
		height: 80px;
		margin: 0px 0 60px 0;
	    color: #fff;
		padding: 0px 0 0 0px;
		text-align: center;
		
	}
	
	.contents_title_wht span{
		border-bottom: 4px solid #fff;
		padding: 0 0 10px 0;
		font-weight: bold;
		
	}
	
	
	.movie_contens_wrap{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 100px 0 0 0;
	}
	
	
	.mvlink1{
		width:250px;
		height:150px;
		background-color: #eee;
		display: flex;
		justify-content: center;
		align-items: center;
		background:url("../img/shokimv@2x@2x.png") no-repeat;
		background-size: contain;
	}
	
	.mvlink2{
		width:250px;
		height:150px;
		background-color: #eee;
		display: flex;
		justify-content: center;
		align-items: center;
		background:url("../img/summer_mv@2x.png") no-repeat;
		background-size: contain;
	}
	
	.mv_title{
		color: #fff;
		margin: 10px 0 50px 0 ;
		font-size: 14px;
	}
	
	.mv_box{
		margin: 0 15px 0 15px;
		
	}
	
	
	
	/*movie*/
	
	/*footer*/
	
	
	.band{
		display: flex;
		justify-content: center;
		align-items:center;
		flex-direction: column;
	    margin: 100px 0 0 0;
	}
	
	.logo_foot_band{
		font-size: 18px;
		height: 35px;
		font-weight: 600;
		letter-spacing: 1px;
	}
	
	.a_shot{
		width:330px;
		height: 250px;
		background-color: #ccc;
		margin: 0 0px 0 0;
		background:url("../img/a_shot_foot@2x.png") no-repeat;
		background-size: contain;
	}
	
	.band_info{
		width:400px;
		text-align: center;
		margin: 20px 0 0 0;
		font-size: 12px;
	}
	
	
	.furtherlogo{
		width: 200px;
		height: 100px;
		text-align: center;
		display: block;
		margin: 30px auto 30px auto;
		background: url("../img/furthur_logo.png") no-repeat;
		background-size: contain;
	}
	
	
	
	footer{
		text-align: center;
		margin: 30px 0 0 0;
	}
	
	/*footer*/
	
	
}
	
	
/* 〜479px：スマートフォン縦
------------------------------ */
@media screen and (max-width:479px) {
	
	
body{
		font-family: 'Noto Sans JP', sans-serif;
font-family: 'Barlow', sans-serif;
	}
	
.logo{
	width: 120px;
	height: 60px;
    position: absolute;
	z-index: 98;
	line-height: 60px;
	position: fixed;
	margin: 0 0 0 20px;
	background: url(../img/logo.png) no-repeat;
	background-position: 50% 50%;
    background-size:contain;
	}
	
	
.sns{
    width: 100%;
    height: 60px;
    display: inline-block;
    text-align: left;
    padding: 0 0 0 20px;
    position: fixed;
    background-color: #fff;
    z-index: 97;
}

.sns p{
    display: inline-block;
    line-height: 65px;
	display: none;
}

.sns i{
    font-size: 25px;
    color:#6E6E6E;
    letter-spacing: 20px;
    line-height: 50px;
    margin: 0 0 0 0;
}

.sns i:hover{
    color:#F8E54C;
    transition: 0.19s;
}

	
	


/*menu*/


.menu{
    height: 40px;/*lineの位置調整_展開時＿通常時両方*/
    position: absolute;
    right: 30px;
    top: 0px;
    width: 30px;
    z-index: 99;
    position: fixed;

}
.menu__line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
    margin: 20px 0 0 0;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;/*lineの位置調整_展開時＿通常時両方*/
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}
/*gnav*/
.gnav{
    background: rgba(232,213,67,1);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
	
.humsns{
    display: flex;
    text-align: left;
    padding: 0 0 0 0px;
    position: fixed;
    z-index: 97;
	position: absolute;
	bottom:1%;
	}
	
.humsns i{
	margin: 0px 20px 0 20px;
	font-size: 30px;
	color: #000;
	
	}
	
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 85%;
    justify-content: center;
    position: absolute;
    width: 100%;
    text-align: center;
}

.gnav__wrap:focus-within{
  display: none;

}

.gnav__menu__item{
    margin: 40px 0;
}
.gnav__menu__item a{
    color: #000;
    font-size: 2em;
    font-weight: bold;
    padding: 40px;
    text-decoration: none;
    transition: .5s;
}
.gnav__menu__item a:hover{
    color: #fff;
}



.header_wrap{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
}

	
.header_wrap span{
    background-color:#000;
}

#mv {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
}

.mv-bg {
  -webkit-transform: translateX(-50%);
  left: 50%;
  max-height: initial;
  max-width: initial;
  min-height: 100vh;
  min-width: 100%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}	
	
.mv-content {
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 24px;
  z-index: 1;
}

.mv-title {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 5px;
  margin: 0 0 80px 0;
}
	
.mv-title p{
		font-size: 18px;
	    margin: 30px 0 20px 0;
	}
	
.mv-title p span{
		border-bottom: 2px solid #fff;
		padding: 0 0 5px 0;
	}
	
/*
.hero{
	width:90%;
	margin: auto;
    background:url(../img/IMG_7357_b.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 100vh;

}
*/
	
	
.mv-content a {
  padding-top: 40px;
  text-decoration: none;
  color: #fff;
  font-size: 18px; 
  letter-spacing: 4px;
  font-weight: 600
  
}
.mv-content a span {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
  padding: 0px 0 0 0;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
	
	#contents_title{
		font-size: 30px;
		letter-spacing: 5px;
		height: 70px;
		margin: 0px 0 20px 0;
		padding: 35px 0 0px 0px;
		text-align: center;
	}
	
	#contents_title span{
		border-bottom: 4px solid #000;
		font-weight: bold;
		padding: 0 0 10px 0;
		
	}
	
	/*live_info*/
	
	.liveinfo_wrap{
		background-color: #F8E54C;
		padding: 0 0 60px 0;
		margin: 0 0 0 0;
		
	}
	
	
	.live_wrap{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 400px;
		
	}
	
		/*スケジュール調整CSS-------------------------*/
	
	.liveinfo_card1{
		background-color: #fff;
		width:280px;
		height: 430px;
		margin: 10px 0px 0px 0px;
		border-radius:20px;
		box-shadow:2px 2px 16px 0px #000;
		display: flex;
	
	}
	
	
	
	.liveinfo_card3,.liveinfo_card2{
		display: none;
	}
	
	
	
		/*スケジュール調整CSS-------------------------*/
	
	.liveinfo_title{
		font-weight: bold;
		font-size: 20px;
		letter-spacing: 1px;
	}
	
	
	.liveinfo_text{
		padding: 30px 20px 0 20px;
	}
	
	
	.liveinfo_event{
		margin: 10px 0 10px 0;
		letter-spacing: 0.05em;
		line-height: 20px;
		font-size: 14px;
	}
	
	.liveinfo_act{
		margin: 0 0 15px 0;
		letter-spacing: 0.05em;
		line-height: 19px;
		font-size: 13px;
	}
	
	.liveinfo_other{
		margin: 0 auto 30px auto;
		letter-spacing: 0.05em;
		line-height: 20px;
		font-size: 13px;
		
	}
	
	.content_btn{
		width:230px;
		height: 55px;
		border-radius: 30px;
		background-color: #000;
		text-align: center;
		line-height: 55px;
		color: #fff;
		margin: 0 auto;
	}
	
	.content_btn a{
		display: block;
		color: #fff;
		text-decoration: none;
	}
	
	.content_btn_live{
		width: 300px;
		height: 65px;
		background-color: #000;
		border-radius: 40px;
		color: #fff;
		text-align: center;
		line-height: 70px;
		margin: 50px auto 10px auto;
		font-size: 18px;
		letter-spacing: 0.05em;
		padding: 0 0 0 0;
	}
	
	.content_btn_live a{
		display: block;
		color: #fff;
		text-decoration: none;
	}
	
	
	/*live_info*/	
	
	
	
	/*release*/	
	
	.release_wrap{
		width:100%;
		padding: 0 0 20px 0;
	}
	
	.leftimg1{
		width:150px;
		height: 150px;
		background-color: #f5f5f5;
		margin: 30px auto 0 auto;
		text-align: center;
		background:url("../img/kurashi@2x.png") no-repeat;
		background-size: contain;
		
	}
	
	.leftimg2{
		width:150px;
		height: 150px;
		background-color: #f5f5f5;
		margin: 30px auto 0 auto;
		text-align: center;
		background:url("../img/mogaku@2x.png") no-repeat;
		background-size: contain;
		
	}
	
	
	
	.right_contents{
		width: 150px;
		height: 200px;
		margin: 0  auto;
		font-size: 11px;
		text-align: left;
		
	}
	
	.release_card_wrap{
		background-color: #fff;
		box-shadow: 1px 2px 6px 1px #BCBCBC;
		border-radius: 22px;
		width: 280px;
		height: 400px;
		margin: 0px auto 30px auto;
	}
	
	.release_contents_wrap{
		display: flex;
		flex-direction: column;
		margin: 0 auto;
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	
	
	.album_title{
		letter-spacing: 0.05em;
		margin: 10px 0 10px 0;
		text-align: left;
		font-weight: bold;
	}
	
	.setlist{

		line-height: 15px;
		margin: 0 auto;
		font-size: 11px;
		text-align: left;
		
		
	}
	
	.day{
		width:240px;
		margin: 10px 0 0 0;
		letter-spacing: 0.05em;
		font-weight: 500;
	}
	
	
	.content_btn_big{
		width: 300px;
		height: 65px;
		background-color: #000;
		border-radius: 40px;
		color: #fff;
		text-align: center;
		line-height: 65px;
		margin: 20px auto 20px auto;
		font-size: 18px;
		letter-spacing: 0.05em;
	}
	
	.content_btn_big a{
		display: block;
		color: #fff;
		text-decoration: none;
	}
	
	/*release*/	
	
	
	/*movie*/
	
	.movie_wrap{
		background-color:#000;
		padding: 50px 0 40px 0;
	}
	
	
	#contents_title_wht{
		font-size: 30px;
		letter-spacing: 10px;
		height: 100px;
		margin: 0px 0 30px 0;
	    color: #fff;
		padding: 0px 0 0 0px;
		text-align: center;
		
	}
	
	#contents_title_wht span{
		border-bottom: 4px solid #fff;
		padding: 0 0 10px 0;
		font-weight: bold;
		
	}
	
	
	.movie_contens_wrap{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 0 0 0 ;
	
	}
	
	
	.mvlink1{
		width:300px;
		height:180px;
		background-color: #eee;
		display: flex;
		justify-content: center;
		align-items: center;
		background:url("../img/shokimv@2x@2x.png") no-repeat;
		background-size: contain;
		
	}
	
	.mvlink2{
		width:300px;
		height:180px;
		background-color: #eee;
		display: flex;
		justify-content: center;
		align-items: center;
		background:url("../img/summer_mv@2x.png") no-repeat;
		background-size: contain;
		
	}
	
	
	.mv_title{
		color: #fff;
		margin: 10px 0 40px 0 ;
		font-size: 14px;
	}
	
	.mv_box{
		margin: 0 15px 0 15px;
		
	}
	
	
	
	/*movie*/
	
	/*footer*/
	
	
	.band{
		display: flex;
		justify-content: center;
		align-items:center;
		flex-direction: column;
	    margin: 100px 0 0 0;
	}
	
	.logo_foot_band{
		height: 30px;
		font-size: 17px;
		font-weight: 600;
	}
	
	.a_shot{
		width:280px;
		height: 200px;
		background-color: #ccc;
		margin: 0 0px 0 0;
		background:url("../img/a_shot_foot@2x.png") no-repeat;
		background-size: contain;
	}
	
	.band_info{
		width:270px;
		text-align: center;
		margin: 20px 0 0 0;
		font-size: 13px;
		line-height: 22px;
	}
	
	
	.furtherlogo{
		width: 200px;
		height: 100px;
		text-align: center;
		display: block;
		margin: 30px auto 30px auto;
		background: url("../img/furthur_logo.png") no-repeat;
		background-size: contain;
	}
	
	
	
	footer{
		text-align: center;
		margin: 30px 0 0 0;
	}
	
	
	
	
	
	
	
	
}
	



















