@charset "UTF-8";

@media print, screen and (min-width: 768px) {
#wrapper{
	background-image:url("../common/img/bg/minamo.gif");
}
#background {
	background-position:50% -80px;
}
.mv {
	position:relative;
	padding:120px 0 300px;
}
.mv .bg img {
	width:960px;
	height:auto;
}
.mv .btnReport {
	position:absolute;
	left:50%;
	top:350px;
	display:block;
	margin-left:290px;
	width:189px;
	height:189px;
}
.mv .btnTickets2 {
	position:absolute;
	left:50%;
	top:550px;
	display:block;
	margin-left:290px;
	width:189px;
	height:189px;
}
#thx {
	padding-top:100px;
	margin:0 auto;
	width:960px;
}
#thx a {
	display:block;
}
#thx a img {
	width:100%;
	height:auto;
}
#thx a:hover img {
	opacity:1 !important;
}
#video {
	margin:50px auto 0;
	width:684px;
}
#video .list li {
	float:left;
	padding-left:10px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:0;
	width: 327px;
	background-color: rgba(0,0,0,0.5);
}
#video .list li:nth-child(2n) {
	padding-left:5px;
	padding-right:10px;
}

#video .list li:nth-last-child(-n+2) {
	padding-bottom:10px;
}
#video .list li div {
	position: relative;
    padding-top: 56.25%;
	width: 100%;
}
#video .list li div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#video .list li div .blank {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:url(../img/video_comingsoon.png) center center no-repeat;
	background-size:320px auto;
}
#slide {
	margin-bottom:50px;
}
#slide img {
	width:960px;
	height:auto;
}

#slide .slick-next, #slide .slick-prev {
	position: absolute;
	width: 13px;
	height: 29px;
	bottom: -40px;;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size:13px 29px;
	text-indent: -9999px;
	border: none;
	padding: 0;
	outline: 0;
	z-index: 30;
	cursor:pointer;
}
#slide .slick-next {
	background-image:url(../img/slide/arrow_r.png);
	right: 55px;
}
#slide .slick-prev {
	background-image:url(../img/slide/arrow_l.png);
	left: 55px;
}

#news{
    float:left;
}
#news-text{
	background-image:url("../img/news_bg.png");
	width:400px;
}
#concept{
    float:right;
}
span.ARTIST-title {
	color: #FFFFFF;
	font-size: 70px;
	font-family: ＤＦ極太ゴシック体, Arial Black;
	font-weight: 200;
	line-height: 1.2;
}
span.ARTIST-big {
	color: #FFFFFF;
	font-size: 50px;
	font-family: ＤＦ極太ゴシック体, Arial Black;
	font-weight: 200;
	line-height: 1.2;
}
span.ARTIST-small {
	color: #BD0003;
	font-size: 40px;
	font-family: san-serif;
	line-height: 1.5;
}
.infobox {
   height: 380px; 
   width:  375px;    
   overflow: auto; /* スクロールバーを表示(※) */
   background-color: rgba(0,0,0,0.0); /* 背景色を追加 */
}
.infobox span.news-date {
	color:#2F2F2F;
	font-size:9px;
	font-family:san-serif;
	line-height:1.5;
}
.infobox span.news-big {
	color:#2F2F2F;
	font-size:16px;
	font-family:san-serif;
	font-weight: 900;
	line-height:1.5;
}
.infobox span.news-small {
	color: #4E4E4E;
	font-size: 10px;
	font-family: san-serif;
	line-height: 1.5;
	text-align: left;
}
.infobox a, .infobox a:link{
	color: #CC0003;} /* 未訪問 緑 */
.infobox a:visited{
	color: #960002;} /* 訪問済 青 */
.infobox a:hover{
	color:#FF0000;} /* マウスオーバー 赤 */
.infobox a:active{
	color:#800080;}	/* クリック 紫 */

}
/* min-width: 768px */

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

#wrapper {
	background-image:none;
	background-color:#7dc4e2;
}
#background {
	padding-top:50px;
	background-image:none;
}
.mv {
	position:relative;
}
.mv .bg img {
	width:100%;
	height:auto;
}
.mv .btnReport {
	position:absolute;
	right:10px;
	bottom:58px;
	display:block;
	width:50px;
}
.mv .btnReport img {
	width:100%;
	height:auto;
}
.mv .btnTickets2 {
	position:absolute;
	right:10px;
	bottom:5px;
	display:block;
	width:50px;
}
.mv .btnTickets2 img {
	width:100%;
	height:auto;
}
#thx {
	padding-top:0;
}
#thx a {
	display:block;
}
#thx a img {
	width:100%;
	height:auto;
}
#thx a:hover img {
	opacity:1 !important;
}
#video {
	margin-top:25px;
	padding-left:2%;
	padding-right:2%;
}
#video .list li {
	float:left;
	padding-left:1%;
	padding-right:1%;
	padding-top:5px;
	padding-bottom:0;
	width: 48%;
	background-color: rgba(0,0,0,0.5);
}
#video .list li:nth-last-child(-n+2) {
	padding-bottom:5px;
}
#video .list li div {
	position: relative;
    padding-top: 56.25%;
	width: 100%;
}
#video .list li div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#video .list li div .blank {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:url(../img/video_comingsoon.png) center center no-repeat;
	background-size:160px auto;
}
#slide {
	margin-bottom:25px;
}
#slide img {
	width:100%;
	height:auto;
}
#slide .slick-next, #slide .slick-prev {
	display:none !important;
}
#news{
	margin:0 auto;
	width:96%;
}
#news table{
 width:100% !important;
}
#news table td{
 width:auto !important;
}
#news table img{
 width:100% !important;
 height:auto !important;
}
#news-text{
	background-image:url("../img/news_bg_sp.png");
	background-size:100% auto;
	border-bottom: 4px solid #567d7c;
	padding:0 5px 0 10px;
}
#news-text table {
	height:auto;
}
.infobox {
   height: 200px; 
   width:  100%;    
   overflow-y:scroll;
   
   background-color: rgba(0,0,0,0.0); /* 背景色を追加 */
}
.infobox::-webkit-scrollbar{ 
    width: 10px;
}
.infobox::-webkit-scrollbar-thumb{ 
    background: #989898;
    border-radius: 5px;
}
.infobox::-webkit-scrollbar-track-piece:start{
    background: #eaeaea;
}
.infobox::-webkit-scrollbar-track-piece:end{
    background: #eaeaea;
}
.infobox span.news-date {
	color:#2F2F2F;
	line-height:1.5;
	font-weight:bold;
}
.infobox span.news-big {
	color:#2F2F2F;
	font-size:16px;
	font-weight: 900;
	line-height:1.5;
}
.infobox span.news-small {
	color: #4E4E4E;
	line-height: 1.5;
	text-align: left;
	font-weight:bold;
}
.infobox a, .infobox a:link{
	color: #CC0003;} /* 未訪問 緑 */
.infobox a:visited{
	color: #960002;} /* 訪問済 青 */
.infobox a:hover{
	color:#FF0000;} /* マウスオーバー 赤 */
.infobox a:active{
	color:#800080;}	/* クリック 紫 */

#concept{
	margin:20px auto 0;
	width:96%;
}
#concept table{
	width:100% !important;
}
#concept table img{
 width:100% !important;
 height:auto !important;
}
.btnTickets {
	display:block;
	margin:0 auto;
	width:90%;
}
.btnTickets img {
	width:100% !important;
	height:auto !important;
}
#wrapper03 {
	text-align:center;
}
span.ARTIST-title {
	color: #FFFFFF;
	font-size: 3.0rem;
	font-weight: bold;
	line-height: 1.2;
}
span.ARTIST-big {
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.5;
}
span.ARTIST-small {
	color: #BD0003;
	font-size: 1.6rem;
	line-height: 1.5;
}

}
/* max-width: 767px */