@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*--------default----------*/
img{
	border:0;
	vertical-align:bottom;
	max-width:100%;
}
a img{
	transition: all 0.3s;
}
a img:hover{
	opacity: 0.7;
}
a{
	color:#3366CC;
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	color:#ff4b7c;
	text-decoration:underline;
}
ul,
ol {
	margin:0;
	padding:0;
	list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
	padding:0;
	line-height:1.3;
}
p{
	margin:0 0 1.5em;
}
h2, h3{
	font-size:1.2em;
}

/*--------parts----------*/
.t-l{
	text-align:left;
}
.t-c{
	text-align:center;
}
.t-r{
	text-align:right;
}
.a-left, .fl{
	float:left;
}
.a-right, .fr{
	float:right;
}
.tbi img.flm, .tbi1 img.flm, .tbi2 img.flm{
	float:left;
	margin-right:2px;
}
span.a-right{
	margin-left:10px;
}
.clearBoth{
	clear:both;
	line-height:0;
	height:1px;
}
.mb0{
	margin-bottom:0;
}
.mb1{
	margin-bottom:1px;
}
.mb5{
	margin-bottom:5px;
}
.mr5{
	margin-right:5px;
}
.mb10{
	margin-bottom:10px;
}
.mr10{
	margin-right:10px;
}
.profPm{
	margin-right:5px;
	margin-bottom:10px;
}
.padT0{
	padding-top:0;
}
.pad10{
	padding:0 10px 10px 0;
}
.pB20{
	padding-bottom:15px;
}
.pad-L30{
	padding-left:30px;
}
.hr{
	width:100%;
	border:0;
	border-bottom:3px dotted #FF9933;	
	margin:15px 0 25px;
}
.hr2{
	width:100%;
	margin:2px 0;
	border:0;
	border-bottom:1px dotted #66CC00;
}
.hr3{
	width:100%;
	margin:4em 0;
	border:0;
	border-bottom:3px dotted #999;
}
a.simple {
	color:#666666;
	text-decoration:none;
}
a.simple:hover {
	text-decoration:underline;
}

/* clearfix *****************************************************************/

/* clearfix (Firefox)
------------------------------- */
.clearfix:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
}

/* WinIE7
------------------------------- */
.clearfix{
	display:inline-block;
}

/* WinIE6
------------------------------- */
/* Hides from IE-mac \*/
* html .clearfix{
	height:1px;
}

.clearfix{
	display:block;
}
html:\66irst-child p, html:\66irst-child div{
}
/*--------main----------*/

body {
	font-family: Arial, Helvetica,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 15px;
	color:#333;
	line-height:160%;
	background-image: url('/img/back.gif');
	background-repeat: repeat;
	width:100%;
	margin: 0;
	padding: 0;
}
body #mainwrap {
	margin:0;
}
.spBg{
	position: fixed;
	left:0;
	top:0;
	width:100vw;
	height:100vh;
	z-index: -1;
	background: no-repeat url('/img/back_head_sp.png') center top;
	background-size: 100% auto;
}
#main {
	margin:0 auto;
	width:100%;
	max-width:960px;
}
#header {
	text-align:left;
	margin:0 10px;
}
#navi {
	height:40px;
	position:fixed;
	z-index:10;
	top:0;

}
#header,
#navi{
	display: none;
}
#navi ul, #navi ul li{
	margin:0;
	padding:0;
}
#navi ul li{
	list-style-type: none;
	float:left;
}
#logo {
	height:74px;
	margin:45px 10px 15px ;
}
.t-bird{
	margin-left:87px;
	padding-bottom:30px;
}

/*spNavWrap*/

.spHeader{
	margin-bottom: 2em;
}
.logoWrap{
	padding:0.3em;
}
.logoWrap img{
	max-width: 196px;
}
.spNavWrap{
    position: fixed;
    top: 50px;
    max-width: 1200px;
    width: 100%;
    z-index: 6;
}
.spNavWrap.scrollOn{
	overflow-y: auto;
	bottom: 0;
	left:0;
	right:0;
}

.sp_menuBtn{
	position: absolute;
	top: -50px;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 10;
	background-color: #ff4b7c;
}
.sp_menuBtn:hover{
	cursor: pointer;
}
.sp_menuBtn span.l1,
.sp_menuBtn span.l15,
.sp_menuBtn span.l2{
	position: absolute;
	top: calc(50% - 1.5px);
	left: 12px;
	width: 26px;
	height: 3px;
	margin-top: -10px;
	background-color: #fff;
	transform-origin: center center;
	-webkit-transform-origin: center center;
	-webkit-transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);
	transition: all 0.6s 0s cubic-bezier(0.875, 0.005, 0.090, 0.990);

}
.sp_menuBtn span.l15{
	margin-top: 0;
}
.sp_menuBtn span.l2{
	position: absolute;
	margin-top: 10px;
}
.sp_menuBtn .text{
	position: absolute;
	font-size: 12px;
	bottom: 0;
	margin-left: 2px;
	color:#222;
}


.sp_menuBtn.iconSwich span.l1{
	margin-top: 0px;
	-webkit-transform: scale(1,1) translate(-0%,-0%) rotate(45deg);
		transform: scale(1,1) translate(-0%,-0%) rotate(45deg);
  }
.sp_menuBtn.iconSwich span.l15{
	-webkit-transform: scale(1,1) translate(-0%,-0%) rotate(-720deg);
		transform: scale(1,1) translate(-0%,-0%) rotate(-720deg);
	opacity: 0;
  }
.sp_menuBtn.iconSwich span.l2{
	margin-top: 0px;
	-webkit-transform: scale(1,1) translate(-0%,-0%) rotate(-45deg);
		transform: scale(1,1) translate(-0%,-0%) rotate(-45deg);
  }

.navMenu{
	display: none;
	opacity: 0;
	max-width: 1200px;
	width:100%;
	margin:0 auto;
	padding:5px 0;
	text-align: center;
	background-color: #ff4b7c;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	z-index: 2;
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.15);
}
.navMenu.openMenu{
	opacity: 1;
}
.navMenu ul{
	margin-left:0;
	padding-right: 1px;
	padding-left:  1px;
	background-color: rgba(255,143,0,0.12);
}
.navMenu li{
	list-style: none;
}
.navMenu li:last-child{
	border-bottom-width: 0;
}
.navMenu a{
	display: block;
	padding:8px 10px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
}
.navMenu ul a{
	padding:7px 10px;
	background-color: #ebe7f3;
	color:#333;
}
.navMenu a:hover{
	opacity:0.6;
}
.navMenu .fbicon a{
	display: inline-block;
}
.bgOn{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	position: fixed; 
    z-index: 5;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
	background-color: rgba(255, 255, 255, 0.67);
	display: none;
}
.bgOn.oN{
	display: block;
}

#content {}


#footer {
	margin:0 auto 0;
	padding:2px 0 8px;
	height:240px;
	background-image: url(../img/footer_back.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 100%;
}
* html #footer {
	background-position: center 54px;
}
#copyright {
	margin:132px auto 0;
	padding:0 0 10px;
	max-width:960px;
	text-align: center;
}
#footer-u {
	height:89px;
	background-image: url(../img/footer_u.jpg);
	background-repeat: repeat-x;	
}


/* ---------------------------------------- */

#mainT td{
vertical-align:top;
}

/* ---------------------------------------- */

.box-wrap, .box-wrap2, .box-wrap3, .box-wrap0{
	margin:0 10px 20px;
	text-align:left;
}
.box-wrap{
	width:220px;
}
.box-wrap2{
	width:460px;
}
.box-wrap3{
	width:700px;
}
.box-wrap-w{
	margin:0 10px 20px;
	text-align:left;
}
.box-wrap0{
	width:940px;
	margin:0 10px 20px;
	text-align:left;
}
.box-top0{
	height:7px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-image: url(../img/wrap0.png);
}
.box0{
	padding:0 20px 5px;
	background-image: url(../img/wrap0_midle.png);
}
.box-bottom0{
	height:8px;
	overflow:hidden;
	background-repeat: no-repeat;
	background-image: url(../img/wrap0_bottom.png);
}
.box-top, .box-top2, .box-top3, .box-bottom, .box-bottom2, .box-bottom3{
	height:8px;
	overflow:hidden;
	background-repeat: no-repeat;
}
.box-top-h, .box-top2-h, .box-top3-h{
	height:50px;
	margin-top:0px;
	background-repeat: no-repeat;
}
.box-top{
	background-image: url(../img/box_top.gif);
}
.box-top-h{
	background-image: url(../img/box_top_h.gif);
}
.box-top2{
	background-image: url(../img/box_top_w2.gif);
}
.box-top2-h{
	background-image: url(../img/box_top_w2_h.gif);
}
.box-top3{
	background-image: url(../img/box_top_w3.gif);
}
.box-top3-h{
	background-image: url(../img/box_top_w3_h.gif);
}

.box-bottom{
	background-image: url(../img/box_bottom.gif);
	}
.box-bottom2{
	background-image: url(../img/box_bottom_w2.gif);
}
.box-bottom3{
	background-image: url(../img/box_bottom_w3.gif);
}

.box, .box2, .box3 {
	padding:10px 20px 10px;
	background-repeat: repeat-y;
}
.box{
	padding:0 10px 5px;
	background-image: url(../img/box_cont.gif);
}
.box2{
	background-image: url(../img/box_cont_w2.gif);
}
.box3{
	background-image: url(../img/box_cont_w3.gif);
}

.box-m20{
	margin-top:20px;
}
.box-mb10{
	margin-bottom:10px;
}

ul.boxWrap{
	display: table;
	padding:0 5px;
	margin:0 0 20px;
}
.boxWrap > li{
	display: table-cell;
	vertical-align: top;
	list-style: none;
}
.boxWrap > li > div{
	border:1px solid #ccc;
	background-color: #fff;
	padding:10px;
	margin:0 5px 20px;
	border-radius: 5px;
	text-align: left;
}
.boxWrap.type2 > li{
	width: 50%;
}
.boxWrap.type3 > li{
	width: 33.3333%;
}
.boxWrap figure img{
	width:100%;
	height:auto;
}
.boxWrap figure img.pickup{
	width:533px;
}
.boxWrap figure.sSize img{
	width:70%;
}
figure{
	margin: 0;
	padding: 0;
}
.profTit {
	margin:15px 0;
	font-size: 16px;
	font-weight: 900;
	line-height: 21px;
	text-align: center;
}
.profTit span{
	font-weight: 400;
	display: inline-block;
}
.profTit a{
	font-size: 14px;
	padding-left:11px;
	display: inline-block;
	background: url("../img/bow_pink.gif") left 6px no-repeat;
	margin-right: 8px;
}
.taiup{
	text-align: center;
}
.bandProf{
	font-weight: 900;
	line-height: 1.6;
	font-size: 13px;
}
.bandProf span{
	font-weight: normal;
	padding-left: 10px;
}
.profPhoto{
	margin-top:35px;
	width:340px;
	padding:0 0 15px 20px;
}

/* ---------------boxs---------------------- */
.boxHeadImg{
	margin:0 0 10px;
	padding-top:0;
}
.box-news{
	border:1px solid #32A7CC;
	background-color:#ffffff;
	background-image: url(../img/news_b_foot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height:260px;
	padding-bottom:10px;
}
.newBox{
	border:1px solid #32A7CC;
	background-color:#fff;
	background-image: url(/img/newsbox_top.jpg),  url(/img/newsbox_bottom.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position:
		right top,
		left bottom;
	height:300px;
	padding:10px;
	margin-bottom: 1em;
}
.newBox .topNewstable{
	width:100%;
}

.news-b-t{
	margin-left:5px;
	margin-right:5px;
	overflow:auto;
	height:240px;
}
.news-b-t td{
	border-bottom:1px solid #a3d7e8;
}
.topNewstable td{
	line-height:1.4;
	padding:2px 0 2px 2px;
}
.next-L{
	background-image: url(../img/next_live_back.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height:220px;
}
.next-L-box{
	margin:0;
	padding:5px 10px 0;
	border-left:1px solid #DCD1C1;
	border-right:1px solid #DCD1C1;
	background-color:#A3D417;
	line-height:140%;
}
.pa-box{
	border-left:1px solid #DCD1C1;
	border-right:1px solid #DCD1C1;
	background-color:#000;
	padding:2px 0px 5px 7px;
	margin:0;
	height: 270px;
}
.pa-box ul {
	padding:0;
	margin:0;
}
.pa-box a img{
	padding:0;
	width:110px;
}
.pa-box li{
	display: inline;
	float: left;
	padding:0;
	margin: 0 5px 5px 0px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 64px;
	height: 64px;
}
.pa-box-bottom{
	height:8px;
	background-image: url(../img/pa_bottom.png);
	background-repeat: no-repeat;
}

.tensen,
.tensen2{
	border: 0;
	border-bottom: 1px dotted #999;
	margin: 50px 0 30px;
}
.tensen2{
	border-bottom: 1px dotted #aaa;
	margin:-6px 0 -5px;
	width:230px;
}
a.ablock{
	width:480px;
	display:block;
	margin:20px 0 -15px;
}
.ablock img{
	width:100%;
}
div.textRight{
	text-align: right;
}
div.aCenter{
	text-align: center;
	width:400px;
}
.aCenter img{
	width: 100%;
}


/* ---------------disc---------------------- */
.box-wrap ul{
	margin:0;
	padding:0;
}
ul.disc-li{
	margin:5px 0 15px 0px;
	list-style: url(../img/bow_pink.gif);
}
.d-title{
	padding:0 0 0.2em;
	font-size: 28px;
	font-weight: bold;
	border-bottom:1px solid #ff9933;
}
.discsPage h3.d-title{
	line-height: 1;
	margin:1.5em 0 0.5em;
	font-weight: 900;
}
.d-title.blue{
	border-bottom-color: #3399CC;
}
.d-title.green{
	border-bottom-color: #99CC00;
}
.d-title.purple{
	border-bottom-color: #9966FF;
}
.orange{
	color:#ff9933;
}
.blue{
	color:#3399CC;
}
.green{
	color:#99CC00;
}
.purple{
	color:#9966FF;
}
.newmark{
	display:inline-block;
	padding:1px 4px 1px 4px;
	font-size:14px;
	margin-right:5px;
	margin-bottom:10px;
	color:#fff;
	-webkit-border-radius: 14px;
    border-radius: 14px;
	text-shadow: 0px 0px 5px #fff;
	filter: dropshadow(color=#fff, offx=2, offy=0);
	background:#FF4779;
}
.newmark_live{
	display:inline-block;
	padding:2px 5px 1px 3px;
	line-height:10px;
	font-size:10px;
	font-weight:normal;
	vertical-align:middle;
	margin-right:5px;
	color:#fff;
	-webkit-border-radius: 7px;
    border-radius: 7px;
	background:#FF4779;
}
.p10n{
	font-size:10px;
	color:#777;
}
.p10{
	font-size:10px;
	font-weight:bold;
}
.p14{
	font-size:14px;
}
.p16{
	font-size:16px;
	font-weight:bold;
	line-height:26px;
}
.disc-head{
	padding:0;
	font-size: 18px;
	line-height:1.4;
	margin-bottom: 1em;
}
ol.track-li{
	list-style: decimal;
	padding-left: 1.3em;
}
ol.track-li li{
	font-size: 0.95em;
	margin-bottom: .8em;
	line-height: 1.35;
}
ol.track-li li a.sm2_button{
}
.r-data{
	font-size:14px;
	font-weight:normal;
	color:#666;
	line-height:1.4;
}
.iconLink a{
	margin-right:10px;
}
.iconLink img{
	vertical-align:middle;	
}

/* ---------------show---------------------- */
#shows table{
	padding-bottom:30px;
}

.showTitle-h, .ticketInfo-h, .showTitle2-h{
	color:white;
	font-weight:bold;
} 
.showTitle-h, .showTitle2-h{
	background: url(../img/show_title.gif) no-repeat;
	width:380px;
	height:41px;
	padding:9px 10px 0 20px;
	line-height:17px;
	font-size:16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.showTitle2-h{
	background-image: url(../img/show_tit2.jpg);
	height:60px;
}
.showTitle-h.new, .showTitle2-h.new{
	position: relative;
	padding-left: 45px;
}
.new:before{
	position: absolute;
	display: inline-block;
	background-color: #fff;
	padding: 3px 4px 3px;
	content: "New!";
	font-size: 10px;
	line-height: 1;
	margin-right: 5px;
	color: #6700de;
	border-radius: 2px;
	left: 6px;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
}
.showT-hhh{
	width:370px;
	padding-left: 10px;
	font-size:15px;
}
.showT-h16{
	width:373px;
	padding-left: 7px;
	font-size:16px;
}
.font14{
	font-size:15px;
	display: inline-block;
	line-height: 1.75;
}
.showTitle-b1{
	width:100px;
	color:#FF4779;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:1px;
	line-height:1;
	text-align:center;
	margin-top:4px;
	padding:0;
	float:left;
}
.showTitle-b2{
	width:270px;
	padding-right:10px;
	float:left;
}
.showTitle-b1.none,
.showTitle-b2.none{
	text-align:left;
	width:auto;
	float:none;
	margin-left:20px;
}
.sFont{
	font-size: 16px;
}
.showTitle-b2.none{
	margin: 7px 20px 20px;
}
.showTitle-b2.none.pdr{
	margin-right:0px;
	padding-right:5px;
}
.bottomTd{
	padding-top:20px;

}
.bottomTd a{

}
.bottomTd a img{
	vertical-align: top;	
	padding-bottom: 10px;
	}
.showTitle-h.f15,
.showTitle2-h.f15{
	font-size: 15px;
}
.showTitle-h.f14,
.showTitle2-h.f14{
	font-size: 14px;
}
.showTitle-h .ssSize,
.showTitle2-h .ssSize{
	font-size: 10px;
}


.ticketInfo-h{
	background-image: url(../img/ticket_info_h.gif);
	background-repeat: no-repeat;
	width:265px;
	line-height:25px;
	padding-left:15px;
	vertical-align:baseline;
	font-size:14px;
}
.ticketInfo-b{
	background-image: url(../img/ticket_info_b.gif);
	background-repeat: repeat-y;
	max-width:260px;
	padding:10px 15px;
}
.ticketInfo-b ul{
	margin-left:15px;
	line-height:150%;
	margin-top:5px;
	}
.ticketInfo-f{
	background-image: url(../img/ticket_info_f.gif);
	background-repeat: no-repeat;
	height:5px;
}
.lHo{
	font-size:14px;
	font-weight:bold;
}
.lArchive_year{
	font-weight:bold;
	color:#ffb552;
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	line-height:32px;
	padding-bottom:10px;
	margin-bottom:15px;
	background: url(../img/border_dot.jpg) left bottom;
	background-repeat:repeat-x;
}
a.lAml20, a.lAml0{
	color:#ccc;
	margin-left:20px;
}
a.lAml0{
	margin-left:0;
}
a.lAml20:hover, a.lAml0:hover{
	color:#ffb552;
	text-decoration:none;
}
.lAon{
	margin-left:20px;
}
.lAml0{
	margin-left:0;
}
ul.lAcon{
	width:100%;
}
.lAcon li{
	list-style-type:none;
	float:left;
	width:500px;
	border-bottom:1px solid #ddd;
	font-size:13px;
	margin-bottom:5px;
}
.lAcon li.noborder{
	border-bottom:0;
}
.lAcon li.topborder{
	border-top:1px solid #ddd;
}
.lAcon li.w640{
	width:640px;
}
.lAcon li p, .lAcon li div{
	float:left;
	padding:5px 0 15px;
}
.lAcon li p{
	display:block;
	width: 60px;	
	color:#777;
	margin-top:0;
	width:60px;
	font-family: 'Roboto Slab', serif;
}
.lAcon li div{
	width: 410px;
}
.lAcon li.topborder p, .lAcon li.topborder div{
	padding-top:10px;
}
.lAcon li.w640 div{
	width:570px;
}
.lAcon li.lAcon_r{
	float:right;
	width:140px;
	text-align:center;
	margin-bottom:5px;
	margin-right:15px;
	border:0;
}
.lAcon li a:hover{
	text-decoration:none;
}
.lAcon li a.place{
	color:#0099FF;
	text-decoration:none;
}
.lAcon li span.place{
	color:#0099FF;
}
.lAcon li a.place:hover{
	text-decoration:underline;
}
.tourt{
	font-weight:bold;
	color:#FF3399;
}
.place{
	font-weight:bold;
	padding-right:15px;
}

.lc{
	clear:left;
	height:0;
	line-height:0;
}
.rc{
	clear:right;
	height:1;
	line-height:1;
}

/* ---------------media---------------------- */
.inBox2{
	background-color:#eeeeee;
	border:1px solid #cccccc;
	padding:10px;
}
.v-col{
	padding:10px 0;
	border-bottom:1px dotted #cccccc;
}
.v-col img{
	margin-right:10px;
	float:left;
}
.pa-col{
	padding:5px 0 10px;
	border-bottom:1px dotted #cccccc;
}
.pa-col img{
	margin:4px 4px 0 0;
	vertical-align:top;
}
.pa-title{
	padding-left:12px;
	background-image: url(../img/bow_pink2.gif);
	background-repeat: no-repeat;
}
.iv-col{
	padding:5px 0 10px;
	border-bottom:1px dotted #cccccc;
}
.pa-col .picList li a img{
	margin:0;
	width:80px;
}
.picList{
	margin:0 0 5px;
	padding: 0;
}
.picList li{
	float: left;
	margin: 4px 4px 0 0;
	list-style-type: none;
}
.newEm{
	font-weight:900;
	font-family: 'Comic Sans MS',Arial,Helvetica,cursive;
	color: #ff1414;
	margin-left:7px;
}

/* ---------------news---------------------- */

#news-T td,
.news-T td{
	border-bottom:1px dotted #cccccc;
	padding:30px 5px 30px 0;
}
#news-T td.news-day,
.news-T td.news-day{
	padding-right:0;
	padding-left:5px;
	font-weight:normal;
	font-size: 11px;
}
#news-T .news-title,
.news-T .news-title{
	margin-top:0;
	font-weight:bold;
	font-size:18px;
	color:#FF4779;
}
#news-T .news-title span.enTit,
.news-T .news-title span.enTit{
	display: block;
	margin-bottom: 25px;
	padding-top: 10px;
	color: #666;
	font-weight: normal;
}
#news-T .syoki td,
.news-T .syoki td{
	border-bottom:0;
	padding:5px 0 0;
	line-height:120%;
}
#news-T .syoki td img,
.news-T .syoki td img{
	margin-top:5px;
	margin-bottom:5px;
}
#news-T .imgB,
.news-T .imgB{
	border:1px solid #cccccc;
}
#news-T p,
.news-T p{
	padding:1.3em 0 1em;
	font-size: 13px;
	line-height: 1.7;
}
#news-T h1,
.news-T h1{
	font-size:1.2em;
	margin:2em 0 0;
}
#news-T h2.en,
.news-T h2.en{
	color:#FF4779;
	font-size:18px;
	margin-top:50px;
}
#news-T p.newsEn,
.news-T p.newsEn{
	padding:0.8em 0 1em;
}
#news-T p strong.f16,
.news-T p strong.f16 {
	font-size:1.2em;
}
#news-T h3,
#news-T h4,
.news-T h3,
.news-T h4{
	margin:10px 0 5px;
	font-weight:normal;
	color:#000;
}
#news-T h4,
.news-T h4{
	font-size: 1.2em;	
}
#news-T h4 a,
.news-T h4 a{
	color:#000;
}


/* ---------------bio---------------------- */
.bio-history{}
.bio-history a img{
/*	margin:0 3px 4px 0;*/
	margin:0 1px 1px 0;
	paddin:0;
}
.pad-R0{
	padding-right:0;
}
.bioTit{
	font-size: 30px;
	font-weight: 900;
	color: #8bd500;
}
/* ---------------history---------------------- */
#history{
	margin-top:10px;
}
#history td{
	padding:10px;
	border-bottom:2px dotted #cccccc;
}
#history td.h-day{
	padding-left:0;
	border-bottom:2px solid #A3D417;
	vertical-align: top;
	font-size: 0.9em;
}
/* ---------------plofile---------------------- */
ul.plo-li{
	margin:5px 0 15px 118px;
	list-style: url(../img/bow_pink.gif);

}
/* ---------------scroll box---------------------- */
#theme-box {
	margin:0;
	padding: 0;
	}
#scroller a img{
	border:0;
}
/* ---------------contact-links--------------------- */
.linkhead{
	margin-bottom:25px;
	margin-top:10px;
	padding-left:10px;
	line-height:120%;
	color:#FF9933;
	font-size:16px;
	font-weight:bold;
	border-left:5px double #FF9933;
	width:120px;
}
.contact-links h2{
	line-height:1.5;
}
.contact-links p{
	margin: 0;
	padding:5px 0 15px;
}
.contact-links .mail{
	background-image: url(../img/mail.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left:60px;
}
.contact-links a .mail{
	color:#FF4779;
	font-weight:bold;
}
.hp{	
	width:170px;
	background-image: url(../img/hp0.gif);
	background-repeat: no-repeat;
	background-position:0px 3px;
	padding-left:30px;
	padding-top:2px;
	font-weight:bold;
	line-height:100%;
}
.hp-title{
	width:370px;
	font-size:14px;
	padding-right:10px;
	padding-left:5px;
	line-height:100%;
}
.blogW {
	font-size:10px;
	background:#ffffff;
}
.linksUl ul{
	display: flex;
	padding:1em 0;
	border-bottom: 3px dotted #FF9933;
}
.linksUl h3{
	font-weight:bold;
	color:#ff4779;
}
.linksUl a{
	display: block;
	padding-left:35px;
	background: no-repeat url(../img/hp0.gif) left 8px;
}
.linksUl ul li{
	flex-basis: 65%;
}
.linksUl ul li:last-child{
	flex-basis: 35%;
}

/* ---------------.tour blog --------------------- */
.tourBlogMapWrap{
	display: table;
	width: 100%;
	margin:0;
	padding:0 0 5px;
	background-color: #ddd;

}
.tourBlogMapWrap li{
	display: table-cell;
	vertical-align: top;
}
.tourList{
	width:260px;
	padding:0;
}
.tourList p{
	margin: 0;
}
.tourList p a{
	font-size:14px;
	display: block;
	padding:8px 0 8px 10px;
	font-weight: 900;
	line-height: 1;
}
.iframeWrap{
	border: 1px #fff solid;
	border-top-width: 0;
	border-right-width: 0;
}
.tourList a:hover{
	text-decoration:none;
}
.tourList a.on{
	background-color:#70E110;
	color:#fff;
}
.tourList a:hover{
	background-color:#70E110;
	color:#fff;
}
.relativeBox{
	position: relative;
}
.pressTourBlogPress{
	position: absolute;
	background:url(../img/press_head_b.gif) left top no-repeat;
	width:120px;
	height:50px;
	top:-20px;
	left: 0;
}
h2.tit{
	margin: 0;
	line-height: 1;
	padding:0px 0 10px 0;
	font-family: Arial, 'Tahoma', sans-serif;
	font-weight: 900;
	color: #81d642;
	font-size: 32px;
	text-align: left;
}
ul.tB001{
	margin:0;
	padding:0;
	display:table;
	width: 900px;
	border-bottom:5px solid #70E110;
	background-color:#ddd;
	table-layout: fixed;
}
.tB001 li{
	display:table-cell;
	vertical-align: middle;
	word-wrap: break-word;
}
.tB001 li a{
	display:block;
	vertical-align: middle;
	background-color:#ddd;
	height:48px;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	padding:14px 0px 0px;
	text-align:center;
	-webkit-transition: background-color .2s linear;
	-moz-transition: 	background-color .2s linear;
	transition: 		background-color .2s linear;
}
.tB001 li a.auNz{
	padding:6px 0px 8px;
}

.tB001 li a:hover{
	text-decoration:none;
}
.tB001 li a.on{
	background-color:#70E110;
}
.tB001 li a:hover{
	background-color:#70E110;
	color:#0033FF;
}
.tB001Twrap{
	overflow:auto;
	max-height:200vh;
	margin-top:10px;
	margin-bottom:10px;
}
.scrolldown{
	position: sticky;
	bottom:5px;
	left:90%;
	background: no-repeat url(/img/scroll.png) right bottom;
	background-size: 100% auto;
	width:30px;
	height:30px;
	opacity: 0.5;
	transition: all 0.2s;
	animation: scrollDown 3s linear 0s 10;
}
.scrolldown:hover{
	transform: translate(0, 10px);
	opacity: 0.4;
}
@keyframes scrollDown {
  0% {
    transform: translate(0, 0);
  }
  90% {
    transform: translate(0, 0);
  }
  94% {
    transform: translate(0, 10px);
  }
  96% {
    transform: translate(0, 10px);
  }
  100% {
	transform: translate(0, 0);
  }
}
.addWin{
	padding:0;
}
.addWin a{
	color:#00f;
}
.addWin a:hover{
	color:#FF4B7C;
}
.blog_li_table{
	width:100%;
	border-top:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	line-height:120%;
	min-width: 450px;
}
.blog_li_table td{
	padding:5px 5px 8px 5px;
	font-size:12px;
	line-height:120%;
	border-right:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
}
.blog_li_table td.tdbbw{
	border-bottom:1px solid #fff;
}
.blog_li_table td:nth-of-type(2){
	font-size:12px;
}
.blog_li_table td.blog_bold{
	font-size:12px;
	font-weight:bold;
}
.blog_li_table td.blog_bold p{
	font-weight: normal;
	margin:0;
	color:#666;
	overflow-wrap: anywhere !important;
}
.blog_li_table td a{
	overflow-wrap: anywhere !important;
}
.sat {color: #FF9933}
.sun {color: #ff4779}
.yoka {color: #bbb}
img.live_i{
	margin-right:5px;
}
a.tbi span, a.tbi1 span, a.tbi2 span, a.tbi3 span{
	display:block;
	font-size:10px;
	line-height:15px;
	color:#000;
}
a.tbi:hover, a.tbi1:hover, a.tbi2:hover, a.tbi3:hover{
	text-decoration:none;
}
a.tbi:hover span, a.tbi1:hover span, a.tbi2:hover span, a.tbi3:hover span{
	color:#666;
}
.tbi img, .tbi1 img, .tbi2 img, .tbi3 img, img.tbiimg{
	display:block;
	vertical-align:bottom;
	border:0px solid #eee;
	margin:2px 0 0;
	padding:0;
	max-width:79px;
	max-height:100px;
}
.tbi1 img{
	max-width:70px;
	max-height:120px;
}
.tbi2 img{
	max-width:70px;
	max-height:160px;
}
table.us2014 tr td a.tbi img{
	max-width:70px;
}
.us2015 .tbi1 img{
	max-width:70px;
}
.us2015 .tbi2 img{
	max-width:78px;	
	max-height:160px;
}
.us2015 .tbi3 img{
	max-width:70px;	
	max-height:220px;
}
.jp2015 .tbi1 img{
	border-radius: 50%;
	max-width:70px;
}
.jp2015 .emiPhotoBox {
	margin-bottom:50px;
	padding:5px 5px;
}
.jp2015 .emiPhotoBox img{
	border-radius: 20px;
	max-width:70px;
	height: auto;
	padding:0 2px 2px 0;
	vertical-align: bottom;
	float: left;
}
h3.indexDisc{
	padding:5px 0 5px;
	margin:0;
	font-size:1.15em;
	line-height:1.2;
	position: relative;
	text-indent: 20px;
}
h3.indexDisc a:hover{
	text-decoration:none;
}
h3.topNew:before {
	position: absolute;
    display: inline-block;
    font-family: "Arial";
    content: "New!!";
    line-height: 1;
    margin-right: 5px;
    color: rgba(255,0,0,0.8);
    font-size: 8px;
    left:-25px;
    top:8px;
    /*-webkit-transform: skewX(5deg);
    transform: skewX(5deg);*/
 }
.hNy{
	padding:5px 15px 5px;
}
.hNy p{
	line-height:1.2;
	margin:0 0 2px 0;
	padding:2px;
	font-size:12px;
	border-bottom:dotted 2px #ddd;
}
.mb1{
	margin-bottom:1px;
}
.mb5{
	margin-bottom:5px;
}
.mtb15{
	margin-top:15px;
	margin-bottom:15px;
}
.mtb10{
	margin-top:15px;
	margin-bottom:10px;
}
#yoshimura{
	background:#FFFFFF;
	margin-bottom:80px;
}
div.yoshi{
	width:560px;
	margin:30px auto;
	text-align:left;
}
h1#topy{
	font-size:16px;
	font-weight:normal;
	line-height:26px;
	padding:0 30px 0;
	margin-top:50px;
}
div.yoshi p{
	font-size:12px;
	line-height:1.6;
	padding:0 30px;
}
div.yoshi p.sou{
	margin-top:30px;
	text-align:right;
}
div.naifu p{
	text-align:center;
	font-size:16px;
}
.naifu a{
text-decoration:underline;
}
.naifu a:hover{
text-decoration:none;
}
.paddTblog{
	padding-right:60px;
}
.yokonarabi li{
	list-style-type:none;
	display:block;
	float:left;
}

.knifeT{
	background:#666;
	text-align:center;
	padding:0;
	width:531px;
}
.knifeT img{
	max-width:530px;
	margin-bottom:1px;
}
img.knifeColor{
	width:176px;
	margin:0 1px 1px 0;
}
.iframe001{
	margin:15px 0 0;
	width:530px;
	height:298px;
}
.pager{
	text-align: center;
	margin:30px 5px;
	font-family:Verdana, Helvetica, "ＭＳ Ｐゴシック", sans-serif;
}
.pager a,
.pager span{
	font-size:14px;
	margin-right:1px;
	padding:6px 6px;
	border:1px solid #ccc;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.pager a.bow{
}
.pager a:link,
.pager a:visited{
	background-color:#f8f4e6;
}
.pager a:focus,
.pager a:hover,
.pager a:active{
	color:#fff;
	background-color:#f19072;
	text-decoration:none;
}
.pager span{
	font-weight:900;
	background-color:#fff;
	color:#000;
}

.withb a{
	display: inline-block;
}
.livePage td{
	line-height: 1.6;
	font-size: 13px;
}
.livePage td p{
	margin:8px 0 5px;
	line-height: 1.6;
	font-size: 13px;
}
.livePage td p strong{
	display: inline-block;
	margin-bottom:5px;
}
.liveLocation{
	display: block;
	font-size:16px;
	font-weight:900;
	color: #03F;
	line-height: 1.1;
	margin:5px 0 0px;
}
.posterBox{
	display: block;
	clear: both;
	padding:5px 0 0 100px;
	margin: 0;
}
.posterBox li {
	list-style: none;
	display: block;
	float:left;
	width:160px;
	margin: 0 5px 0 0;
}
.posterBox.cj{
	padding-left: 100px;
}
.posterBox.cj li{
	width:120px;
}
.posterBox li.cjPhoto{
	width:134px;	
}
.posterBox li a img{
	width: 100%;
}
.newsPhotoBox{
	margin: 0;
}
.newsPhotoBox li{
	list-style: none;
	display: block;
	float: left;
	width:200px;
	padding-right:10px;
}
.newsPhotoBox li:first-child{
	width:178px;
}
.newsPhotoBox li img{
	width:100%;
}
.colossalcon{
	display: inline-block;
	width:180px;
}
.colossalcon img{
	width: 100%;
}
.ticketInfo-b ul li{
	list-style-type: none;
	position: relative;
}
.ticketInfo-b ul li:before {
	font-family: 'Genericons';
	content: '\f442';
	font-size:18px;
	position: absolute;
	display: list-item;
	left: -18px;
	top: 2px;
	color:#ff8c00;
}
.newsPticket{
	font-weight:bold;
	color:#ff8c00;
}
.overdrive, .overdrive li{
	margin:0;
	padding:0;
}
.overdrive{
	margin:30px 0 10px;
}
.overdrive li{
	list-style-type:none;
	float:left;
	margin-right:5px;
	text-align:center;
}
.overdrive li img{
	padding-bottom:5px;
}

ul.momiji, ul.momiji li{
	text-align:center;
	margin:0;
	padding:0;
}
ul.momiji{
	margin-left:0;
}
ul.momiji li{
	list-style-type:none;
	float:left;
	width:176px;
}
ul.momiji li img{
	width:175px;
}
.happy1000th td{
	background-color:#fffacd;
}
.happy1000th td span{
	font-size:10px;
	font-weight:normal;
	color:#FF4779
}

.linkwrap div a{
	font-size:16px;
	display:inline-block;
	padding-right:10px;
}
#page{
	min-height:300px;

}
#page ul{
	clear:both;
}
#page ul li{
	float:left;
	list-style-type:none;
	margin-bottom:10px;
	line-height:1.3;
}
#page ul li h2{
	margin:0;
	padding:0;
	font-size:12px;
}
#page ul li p{
	margin:0;
	font-size:10px;
	line-height:1.4;
}
.sDate{
	font-size:8px;
	line-height:1;
	display:inline-block;
	margin-top:10px;
	float:right;
	color:#aaa;
}
.spanA a, .spanBlue, .spanBlue2{
	color: #FF8C00;
	font-size:16px;
}
.spanA a{
	font-size:12px;
}
.spanBlue2{
	font-size:12px;
}
.spanA img{
border-radius: 4px;
height: 24px;
margin: 0px 6px 0px 0px;
width: 24px;
}
a.sNext{
	font-size:10px;
	display:inline-block;
	margin-left:7px;
	color:#333;
}
.subText{
	color:#777;
	font-size: 10px;
}
.oneBox{
	display: inline-block;
	width:240px;
}
.oneBox a img{
	width:100%;
}


/*4discs*/
.h1Tit{
	margin: 10px 0 30px;
	text-align: left;
}
.h1Tit h1{
	margin: 0;
	padding:0;
	line-height: 1.3;
	font-size:18px;
}
h2.selfReview{
	font-size: 20px;
	line-height: 1;
	margin:0 auto 2em;
	background-color: #00a968;
	color: #FFF;
	padding: 0.8em 0;
	text-align: center;
	border-radius: 3px;
	/* box-shadow */
	box-shadow:rgba(113, 135, 164, 0.3) 1px 4px 12px 0px;
}
.pad4Discs{
	padding:0 0 1.5em 1.5em;
}
.imgTop{
	padding-bottom: 1.5em;
}
.trackBuy{
	margin: 20px 0 30px 0px;
	padding: 0;
}
.trackBuy > li{
	list-style: none;
	margin: 0 0 20px;
}

.trackBuy a{
	font-weight: 900;
	line-height: 1;
	display: inline-block;
	text-decoration: none;
	padding: 10px 35px 10px 15px;
	border-radius: 3px;
	position: relative;
	background-color: #ddd;
	border: 1px solid #ccc;
	color: #333;
	transition: all 0.3s;
}
.trackBuy a:after{
	position: absolute;
	right:10px;
	top:11px;
	font-family: "Genericons";
	content: '\f104';
	font-size: 16px;

}
.trackBuy a:hover{
	background-color: #222;
	color: #fff;
	border-color: #222;
}
.trackBuy ul{
	margin-left: 20px;
}
.trackBuy ul li{
	list-style: circle;
	margin:4px 0;
	color: #000;
}
.trackBuy ul li span{
	color: #666;
	margin-left: 5px;
}
.f4Discs .r-data{
	margin-left:10px;
}
.f4Discs .bakagai{
	margin-left: 0;
}
.h3Wrap{
	margin-left: 10px;
	margin-bottom: 60px;
}
.grayBox .h3Wrap{
	margin-left: 0;
}
.h3Wrap.last{
	margin-bottom: 0;
}
h3.titComennt{
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.h3Wrap h4{
	margin: 5px 0 15px;
	padding: 0;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
.h3Wrap p{
	line-height: 1.8;
}
.h3Wrap .disc-head{
	line-height: 1;
	font-size: 20px;
	font-weight: 900;
}
.grayBox{
	border: 1px solid #ddd;
	background-color: #f0f0f0;
	padding: 30px 20px 10px;
}
.imgBox, .imgBox li{
	margin:0;
	padding: 0;
	list-style: none;
}
.imgBox{
	display: table;
	box-sizing:border-box;
	width: 100%;
	margin: 10px 0 30px;
	padding: 1px;
	background-color: #000;
}
.imgBox li{
	display: table-cell;
}
.imgBox li:first-child{
	width:53.63%;
}
.imgBox li img{
	width:100%;
	height: auto;
	vertical-align: bottom;
}
.titText{
	border: 0px solid #ccc;
	margin: 0 0 40px;
}
.titText p{
	line-height: 1.7;
	margin-bottom: 18px;
}
.titText h2{
	line-height: 1.4;
}
p.detailp{
	margin:0 0 30px;
}
.twWrap{
	background-color: #fff;
	padding:0 0 5px 5px;
}
.twH2{
	line-height: 1;
	font-size: 14px;
	margin: 0;
	padding: 10px 0 5px 5px;
	color: #000;
	letter-spacing: -0.02em;
	background-color: #fff;
}
.linkwrap div.linkBox{
	line-height: 1;
	margin-bottom: -2px;
}
.linkwrap div.linkBox h2,
.linkwrap div.linkBox h3{
	margin:0;
	display: inline;
	font-weight: 14px;
}
.linkwrap div.linkBox h3{
	font-size: 13px;
	padding:0 10px 0 0px;
}
.linkwrap div.linkBox a{
    font-size: 12px;
    font-weight: normal;
    padding: 0 10px 0 10px;
    border-left:1px solid #333;
}
.threeUl,
.threeUl li,
.twoUl,
.twoUl li{
	margin:0;
	padding:0;
	list-style: none;
}
.twoUl li,
.threeUl li{
	float: left;
}
.twoUl{
	margin:30px 0 40px;
}
.twoUl li{
	padding:0 20px;
	width:50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.threeUl li{
	width:173px;
	margin-left:5px;
	text-align: center;
}
.threeUl.liveBlock li{
	width:123px;
	margin-left:2px;

}
.threeUl li:first-child{
	margin-left: 0;
}
.threeUl li img,
.twoUl li img{
	width:100%;
}
.flyer20160326{
	display: block;
	padding:10px 0px 0 0px;
	text-align: center;
}
.flyer20160326 img{
	width:90%;
}

.commentWrap {
	position: relative;
}
.comment{
	display: block;
	position: absolute;
	bottom:0;
	z-index: 3;
	background-color: rgba(0,0,0,.6);
	width:100%;
	box-sizing: border-box;
	padding: 15px 0px;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	text-align: center;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.comment:hover{
	color:#ff8c00;
	background-color: rgba(0,0,0,.2);
}

/*20160919*/
ul.sliding-navigation li.sliding-element a span{
    line-height: 1.3;
    font-weight: normal;
    font-size: 11px;
    display: inline-block;
}

/*20160919*/

.ul3,
.ul3 li{
	margin:0;
	padding: 0;
	display: table;
}
.ul3{
	width:100%;
}
.ul3 li{
	vertical-align: top;
	display: table-cell;
	text-align: center;
}
.ul3 img{
	max-width: 100%;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	opacity: 1;
	cursor: pointer;
	visibility: visible;
	transition: .15s linear;
	transform: scale(1);
}
.overlay.is-open {
	opacity: 0;
	visibility: hidden;
	transform: scale(.2);
}
.overlayWrap{
	max-width: 720px;
	margin:10vh auto 0;
}
.overlayWrap p{
	text-align: right;
	font-weight: bold;
	font-size: 48px;
	color: #999;
	margin: 0;
	padding:0 10px 10px;
	cursor: pointer;
}
.overlayWrap iframe{
	max-width: 100%;
}
.youtubePlay{
	cursor: pointer;
}

/*20190620*/
.tourBlogList{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin:1em 0;
    box-sizing: border-box;
}
.tourBlogList li{
    flex-basis: 25%;
    padding:1px;
    box-sizing: inherit;
}
.tourBlogList a{
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #000;
    padding:5px 0;
    font-size: 13px;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}
.tourBlogList a:hover,
.tourBlogList a.on:hover{
    color:#fff;
    text-shadow: 0px 0px 4px #fff;
    text-decoration: none;
    background-color: rgba(255,105,162,0.95);
}
.tourBlogList a.on{
    background-color: rgba(255,105,162,0.95);
}
.tourTit{
    margin: 0.5em 0;
    padding:0.6em 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-color: rgba(255,105,162,1);
}


/*new_site*/
.mainBlock{
	display: block;
	list-style: none;
	box-sizing: border-box;
}
.mainBlock *{
	box-sizing: inherit;
}
.mainBlock > li{
	display: block;
	padding:0 8px;
	margin-top: 25px;
}
.topPage .mainBlock > li{
	margin-top: 0;
}
.pressPage .mainBlock,
.topPage .mainBlock{
	display: flex;
	flex-wrap: wrap;
}
.discsPage .mainBlock,
.bioPage .mainBlock{
	display: flex;
	flex-direction: column-reverse;
}
.pressPage .mainBlock > li,
.topPage .mainBlock > li,
.discsPage .mainBlock > li,
.bioPage .mainBlock > li{
	flex-basis: 100%;
}
.pressPage .mainBlock > li.mainContent,
.discsPage .mainBlock > li.mainContent,
.bioPage .mainBlock > li.mainContent{
	margin-top: 0;
}

.borderBox{
	position: relative;
	background-color: #fff;
	border:1px solid #dcd0c0;
	border-radius: 5px;
}
.liveBox{
	max-width: 600px;
	margin:0 auto;
}
.videoBox,
.mediaBox{
	padding:20px;
}
.discsBox,
.newsBox,
.pressBox,
.contentBox,
.bioContent,
.bioBox,
.liveBox,
.discContent{
	padding:40px 20px 20px;
}
.newsBox::before,
.contentBox::before,
.bioContent::before,
.bioBox::before,
.mediaBox::before,
.liveBox::before,
.discsBox::before,
.discContent::before{
	position: absolute;
	content: '';
	background: no-repeat url('/img/live_head.png') left top;
	width:100%;
	height:50px;
	left:0;
	top:-20px;
}

/*news Page*/
.newsBox::before{
	background-image: url('/img/news_head.png');
}
.newsBox > section{
	padding-bottom:2em;
	border-bottom:1px dotted #999;
	margin-bottom: 3em;
}
.newsBox > section:last-child{
	border-bottom-width: 0;
	margin-bottom: 0;
}
.newsBlock{
	display: flex;
	flex-wrap: wrap;
}
.upBi{
	font-size: 14px;
}
.newsCont h2{
	color:#FF4779;
	margin-bottom: 0.75em;
}
.newsCont h2.en{
	margin:2em 0 0.75em;
	border-top:1px dotted #999;
	padding-top:2em;
}

/*old css*/
.liveSp{border:0;border-bottom:3px dotted #ccc;width:100%;margin:0px;padding:0;}
ul.livebeat{margin:10px 5px 15px 15px;}
ul.sonota{margin:10px 5px 30px 0px;}
ul.sonota2 {margin:20px 5px 30px 15px;}
ul.livebeat li {margin:5px 0px 5px 15px;}
ul.sonota li, ul.sonota2 li {list-style-type: none;margin:5px 0;}
.style4 {
	color: #FF4779;
	font-weight: bold;
}
.news-T h3{
  font-size:18px;
  line-height: 1.3;
  color:#333;
}
.news-T h3.titAd{
  line-height: 1.5;
  margin-bottom: -24px;
  padding:0;
}
.news-T p.top0{
  padding-top:0;
  margin-top:10px;
}
p,
a {
  word-wrap: break-word !important;
}
li.convex{
  width:66%;
}
.threeUl.four li{
  width:25%;
  margin:10px 0;
}
.papalion{
  display: inline-block;
  text-align: center;
  float: right;
  width: 260px
}
.papalion img{
  width:100%;
}
.twoUl.live20170122 li,
.twoUl.live201703 li,
.twoUl.live2017-712day li{
  padding:0;
  text-align: center;
}
.twoUl.live201703 li{
  width:62%;
}
.twoUl.live201703 li.fc{
  width:38%;
}
.twoUl.ver2 li{
  padding:0 2px;
  margin-bottom: 20px;
  text-align: center;
}
.news-T h4{
  margin:30px 0 0;
  font-size: 16px;
}
.live20180210{
  margin-bottom: 0;
}
.twoUl.live20180210 li{
  padding:0;
  text-align: center;
}
.boxfig{
  text-align: center;
  float: right;
  padding:0 0 7px 7px;
}
.boxfig:link{
  color: #333;
}
.ultable{
  display: table;
  margin:0;
}
.ultable li{
  width:50%;
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.ultable img{
  width: 100%;
}
.newmark2{
  color: red;
  font-weight: bold;
  font-size: 11px;
  display: inline-block;
  padding:0 5px 0 0;
}
.flex{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.flex li{
  flex-basis: 50%;
  box-sizing: border-box;
  padding:5px;
}
.flex img{
  max-width: 100%;
}
.flex a{
  display: block;
  text-align: center;
  color:#000;
  line-height: 2;
}
/* old css EOF */

/* top Page */
.topMainUl{
	display: flex;
	flex-direction: column-reverse;
}
.topMainUl > li{
	margin:0 auto;
	flex-basis: 100%;
	max-width: 460px;
}
.topFm{
	max-width: 460px;
	margin:0 auto 1em;
}

/* bios Page */
.bioContent::before,
.bioBox::before{
	background-image: url('/img/bio_head.png');
}
.profLink,
.hisH3{
	display: block;
	background-color: #FF4779;
	color:#fff;
	font-weight:900;
	text-align: left;
	font-size: 18px;
	padding:5px;
}
.profLink:hover{
	color:#fff;
}
.sideContent h3.hisH3{
	margin:10px 0 1px;
	background-color: #99CC00;
}
h2.proH2{
	color:#8bd500;
	font-weight:900;
	font-size: 28px;
}
h2.proH2.pink{
	color:#FF4779;
}
.pPhoto{
	display: block;
	margin:0.5em auto 1em;
}
.member{
	font-weight: bold;
}
.member span{
	font-size: 14px;
	display: inline-block;
	padding-left:10px;
	font-weight: normal;
}
.col3,
.col2{
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}
.col3 > li,
.col2 > li{
	flex-basis: 100%;
}
.bioPage .smallBox{
	padding:20px;
}

/* contact */

.contentBox::before{
	background-image: url('/img/contact_head.png');
}

.genericonLink,
.genericonMail{
	position: relative;
	padding-left: 18px;
}
.genericonMail{
	padding-left: 20px;
}
.genericonLink:before,
.genericonMail:before{
	position: absolute;
	left:-2px;
	top:0;
	display: inline-block;
	width:16px;
	height: 20px;
	font-family: 'Genericons';
	content: '\f107';
	font-size: 20px;
	color: #ff8c00;
}
.genericonMail:before{
	left:0;
	content: '\f410';
	color: #ff8c00;
	font-size: 18px;
}
.contact-links p{
	padding:0;
	margin:0 0 10px;
}
.contact-links .hr{
	margin: 25px 0 25px;
}
.contact-links h2{
	line-height: 1;
	margin-bottom: 15px;
}

.contentBox.linkBox::before{
	background-image: url('/img/links_head.png');
}


.mediaBox::before{
	background-image: url('/img/media_head.png');
}

/* press */

.linkBox,
.newsBox,
.contentBox,
.pressBox,
.videoBox{
	max-width: 600px;
	margin:0 auto 1em;
}
.mediaBox.pressBox::before{
	background-image: url('/img/press_head.png');
}
h3.bigH3{
	font-size: 28px;
	display: inline-block;
}
.subCol{
	display: flex;
	flex-wrap: wrap;
	margin:1em auto;
	max-width: 600px;
}
.subCol > li{
	display: block;
	flex-basis: 100%;
}
.subCol .borderBox{
	max-width: 360px;
	margin:0 auto 1em;
}
.albumsearchMini{
	max-width: 358px;
}



/* discs page */
.discsBox::before,
.discContent::before{
	background-image: url('/img/discs_head.png');
}
.songsWrap > li{
	margin-bottom: 2em;
}
.albumJake{
	text-align: center;
}
.album{
	background-color:#ff9933;
	color:#fff;
	font-size: 14px;
	font-weight: 900;
	padding:5px;
	line-height: 1;
	margin-bottom: 1em;
}
.album.single{
	background-color: #3399CC;
}
.album.dvd{
	background-color: #99CC00;
}
.album.other{
	background-color: #9966FF;
}
.trackList{
	background-color: #a8d725;
	color:#fff;
	font-size: 14px;
	line-height: 1;
	border-radius: 50vh;
	max-width: 100px;
	text-align: center;
	padding:5px 0;
	margin: 2em 0 1em;
}

/* live page */
.gigBox{
	margin-bottom: 5em;
}
.gig_ul{
	display: flex;
	flex-wrap: wrap;
}
.gig_detail,
.gig_info{
	flex-basis: 100%;
}
.gig_detail h2{
	max-width: 512px;
	background: no-repeat url('/img/img_gig_tit_sp.png') left top;
	background-size: 100% auto;
	font-size: 18px;
	line-height: 1;
	color:#fff;
	padding:0.8em 0.8em 1.5em;
	min-height: 78px;
}
.gig_detail h3{
	color: #FF4779;
	letter-spacing: 2px;
	font-size: 30px;
	padding:0 0 0.1em 10px;
}
.gig_detail h4{
	font-size: 26px;
	padding:0 0 0.5em 10px;
}
.gig_detail h4 a{
	text-decoration: none;
}
.gig_info{
	margin-bottom: 2em;
}
.gig_info > div{
	border-radius: 4px;
	padding:5px;
	background-size: auto auto;
	background-color: rgba(164, 212, 25, 1);
	background-image: repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(189, 224, 88, 1) 3px, rgba(189, 224, 88, 1) 4px );
}
.gig_info h5{
	color:#fff;
	font-weight: bold;
	font-size: 15px;
	padding:0.2em 0 0.5em 0.6em;
}
.gig_info > div > div{
	background-color: #fff;
	padding:10px;
}
.gig_info p{
	line-height: 1.3;
}
.sideContent{
	text-align: center;
}
.sideContent #page{
	text-align: left;
}

.mainContentWrap,
.sideContentWrap{
	max-width: 600px;
	margin:0 auto;
}
.mainContentWrap{
	max-width: 860px;
}
.bioPage .mainContentWrap,
.discsPage .mainContentWrap{
	max-width: 600px;
}
.sideContent p,
.sideContent h3,
.sideContent h4{
	margin:0;
	text-align: left;
	line-height: 1.3;
}
.sideContent p{
	font-size: 0.9em;
}
.sideContent h4{
	padding-top:0.2em;
	font-size: 1.1em;
}
.smallBox{
	padding:10px;
	margin-bottom: 1em;
}
.normalBox{
	padding:10px;
	margin-bottom: 1em;
}
.normalBox p,
.smallBox p{
	margin-bottom: 0;
	font-size: .9em;
}
.greenLiveBox{
	background-color: #A3D417;
	position: relative;
	max-width: 460px;
	margin:0 auto 1em;
}
.greenLiveBox h3{
	color:#fff;
	font-size: 24px;
	padding:5px 10px 15px;
}
.greenLiveBox a{
	position: absolute;
	top:38px;
	width:100%;
	display: block;
	padding:0 10px 44px;
	text-align: left;
	background: no-repeat url('/img/fukidashi.png') left bottom transparent;
	background-size: 100% auto;
}
.backPhoto{
	padding:10px;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
}
.backPhoto img{
	display: block;
	max-width: 100%;
}
.sp{
	max-width: 360px;
	margin:0 auto;
}
.spNextlive{
	margin-top:1em;
}
.pcNextlive,
.subCol > li.pc{
	display: none;
}


.tit{
	font-weight: 900;
	margin-bottom: 0.2em;
}
.sideContent .tit{

}
a.imgA{
	display: block;
	color:#333;
}
a.small{
	max-width: 370px;
}
.sideContent a.imgA{
	color:#3366CC;
}
.pink{
	color:#ff4779;
}
.twBox,
.boxDef,
.boxDef2{
	max-width: 320px;
	margin:0 auto;
}
.twBox{
	margin-bottom: 1px;
}
.boxDef{
	margin-bottom: 1em;
}
.twBox img,
.boxDef img{
	width:100%;
}
.boxDef2{
	margin: 1em auto;
}
.simply-scroll {
	max-width: 100%;
	width:100%;
	height:145px;
	margin:0;
}
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height:145px;
}
.simply-scroll .simply-scroll-list li{
	width:100px;
	height:145px;
	font-size: 13px;
	line-height: 1;
}
.simply-scroll-list li img {
  border: none;
  padding:0 1px 5px;
  display: block;
}
.variable{
	padding:0 1em;
	margin:0 auto;
	width:auto;
}
.slick-slide {
	margin:0 2px;
}
.slick-prev:before,
.slick-next:before {
	color: black;
}
.slick-prev{left: -8px;}
.slick-next{right: -8px;}
.slick-slide a{
	display: block;
	font-size: 10px;
	line-height: 1;
	text-align: center;
}
.slick-slide img{
	display: block;
	margin-bottom: 5px;
}

.ticketUl{
	list-style: none;
}
.ticketUl li{
	padding-left:1.2em;
	position: relative;
}
.ticketUl li:before{
	position: absolute;
	left:-6px;
	top:3px;
	font-family: 'Genericons';
	content: '\f442';
	font-size: 23px;
	color: #3366cc;
}
.ticketUl a{
	text-decoration: none;
	font-weight: 900;
	font-size: 1.2em;
}
.spFooterFix{
	position: fixed;
	bottom:0;
	z-index: 1;
	width:100vw;
	padding:10px 5px 8px;
	background-color: rgba(255, 255, 255, 0);
}
.spFooterFix ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.spFooterFix li{
	padding:0 0.35em;
}
.spFooterFix a{
	display: block;
	background-color: rgba(255, 75, 124, 0.8);
	color:#fff;
	padding:4px 6px;
	border-radius: 50vw;
}
.spFooterFix span{
	display: inline-block;
	font-size: 22px;
	line-height: 1;
}
.spFooterFix span:before{
	display: inline-block;
	font-family: 'dashicons';
	font-size: 22px;
	vertical-align: -26%;
}
.spFooterFix span.dashicons-twitter{
	vertical-align: middle;
	width:17px;
	height:17px;
	margin:2px;
}
.dashicons-twitter {
    background-image:  url(https://upload.wikimedia.org/wikipedia/commons/5/53/X_logo_2023_original.svg);
    background-size: contain;
    filter: invert(100%);
}
.dashicons-twitter:before {
    content: " ";
}
.facebook:before{
	content: "\f304";
}
.instagram:before{
	content: "\f12d";
}
.youtube:before{
	content: "\f19b";
}
.spotify:before{
	content: "\f196";
}

.tourBlogList li{
	padding:1px;
    box-sizing: inherit;
}
.tourBlogList li,
.tourBlogList li.list1,
.tourBlogList li.list100{
    flex-basis: 100%;
}
.blog_li_table td{
	overflow-wrap: anywhere;
	vertical-align: top;
}
.seu2023 .first td{
	font-size: 12px;
}
.seu2023 .first td{
	padding:0.2em;
}
.uk2016 td a h3,
.us2016 td a h3,
.an2017 td a h3,
.seu2023 td a h3{
	font-size: 12px;
	overflow-wrap: anywhere !important;
}
.us2016 td a,
.seu2023 td a{
	padding:0;
}
.tourBlogHeader #find{
	display: none;
}
.tourmemu{
	display: block;
	position: fixed;
	padding:8px;
	background-color: rgba(0,0,0, 0.7);
	border-radius: 8px 0 0 8px;
	color:#fff;
	font-size: 13px;
	line-height:1.1;
	top:60px;
	right:0;
	z-index: 1;
}
.an2017 td a div{
	float: none;
	width:100%;
}
.uk2016 td a div,
.us2016 td a div{
	width:70px;
	height:70px;
}

@media screen and (min-width: 25em) {
	.gig_detail h2{
		min-height: 86px;
	}
}
@media screen and (min-width: 30em) {

	.gig_detail h2{
		min-height: 95px;
	}
}
@media screen and (min-width: 512px) {

	.spHeader{
		margin-bottom: 4em;
	}
	.spNavWrap{
    	top: 60px;
}
	.sp_menuBtn{
		width: 60px;
		height: 60px;
		top: -60px;
	}
	.sp_menuBtn span.l1,
	.sp_menuBtn span.l15,
	.sp_menuBtn span.l2{
		left:10px;
		width: 40px;
		margin-top: -12px;
	}
	.sp_menuBtn span.l15{
		margin-top: 0;
	}
	.sp_menuBtn span.l2{
		margin-top: 12px;
	}
	.logoWrap img{
		max-width: 250px;
	}

	.gig_detail h2{
		background-image: url('/img/img_gig_tit.png');
		min-height: 102px;
	}
	.tourBlogList li{
    	flex-basis: 50%;
	}
}


@media screen and (min-width: 48em) {
	#footer{
		height:160px;
		background-image: url('/img/footer_back.gif');
		background-size: auto auto;
	}
	.col3,
	.col2{
		margin: 10px -5px;
	}
	.col3 > li{
		flex-basis: calc(100% / 3);
		padding:0 5px;
	}
	.col2 > li{
		flex-basis: calc(100% * 2 / 3);
		padding:0 5px;
	}
	.col2 > li.col2_last{
		flex-basis: calc(100% / 3);
	}
	.bioPage .smallBox{
		padding:10px;
	}
	.seu2023 .first td{
		font-size: 15px;
	}
	.seu2023 td a h3{
		font-size: 14px;
	}
	.seu2023 td a{
		padding:0 8px;
	}
	.logoWrap img{
		max-width: 268px;
	}
	.scrolldown{
		bottom:10px;
		left:94%;
		width:50px;
		height:50px;
	}
	.uk2016 td a h3,
	.us2016 td a h3,
	.an2017 td a h3{
		font-size: 16px;
	}
	.uk2016 td a div,
	.us2016 td a div{
		width:96px;
		height:96px;
	}
	.us2016 td a div.s3{
		width:68px;
		height: 68px;
	}
	.us2015 .tbi1 img{
		max-width:110px;
	}
	.us2015 .tbi2 img{
		max-width:118px;
	}
	.us2015 .tbi3 img{
		max-width:190px;
	}
	.jp2015 .tbi1 img{
		max-width:110px;
	}
	.jp2015 .emiPhotoBox img{
		max-width:100px;
	}
	.tbi img, .tbi1 img, .tbi2 img, .tbi3 img, img.tbiimg{
		max-width:105px;
	}
	.tbi1 img{
		max-width:160px;
	}
	tbi2 img{
		max-width:200px;
	}
	table.us2014 tr td a.tbi img{
		max-width:116px;
	}
}
@media screen and (min-width: 940px) {
	body #mainwrap{
		background: no-repeat url('/img/back_head.png') center -5px;
	}
	#header,
	#navi{
		display: block;
	}
	.spHeader{
		display: none;
	}
	.spFooterFix{
		bottom: calc(50% - 100px);
		right:0;
		width:40px;
		height:200px;
	}
	.spFooterFix ul{
		flex-direction: column;
		align-items: flex-end;
	}
	.spFooterFix li{
		padding:0.3em;
	}
	.spFooterFix a{
		padding:6px 8px;
	}
}
@media screen and (min-width: 60em) {
	.linkBox,
	.newsBox,
	.contentBox,
	.liveBox{
		max-width: 100%;
	}
	.gig_detail{
		flex-basis: 62%;
		padding-right:0.5em;
	}
	.gig_info{
		flex-basis: 38%;
	}
	.gig_detail h2{
		padding:0.6em 0.8em 1.5em;
		min-height: 78px;
	}
	.bioPage .mainContentWrap,
	.discsPage .mainContentWrap,
	.mainContentWrap{
		max-width: 100%;
	}
	.mainBlock{
		display: flex;
		flex-wrap: wrap;
	}
	.pressPage .mainBlock > li.mainContent,
	.discsPage .mainBlock > li.mainContent,
	.bioPage .mainBlock > li.mainContent,
	.topPage .mainBlock > li{
		margin-top: 25px;
	}
	.bioPage .mainBlock,
	.discsPage .mainBlock {
		flex-direction: row;
	}
	.mainBlock > li.mainContent{
		flex-basis: calc(100% - 276px);
	}
	.mainBlock > li.oneCol{
		flex-basis: 100%;
	}
	.mainBlock > li.twoCol{
		flex-basis: 50%;
	}
	.mainBlock > li.sideContent{
		flex-basis: 276px;
	}
	.topPage .mainBlock > li.mainContent{
		flex-basis: calc(100% - 240px);
	}
	.topPage .mainBlock > li.sideContent{
		flex-basis: 240px;
	}
	.topMainUl{
		flex-wrap: wrap;
		flex-direction: row;
		margin:0 -8px;
	}
	.topMainUl > li{
		padding:0 8px;
		max-width: 480px;
	}
	.topMainUl > li.mainCol{
		flex-basis: calc(100% - 240px);
	}
	.topMainUl > li.leftCol{
		flex-basis: 240px;
	}
	.subCol{
		margin:1em -8px;
	}
	.subCol > li{
		flex-basis: 50%;
		padding:0 8px;
	}
	.subCol .variable{
		max-width: 200px;
		padding:0em 1em 0;
	}
	.discsBox::before{
		background-image: url('/img/discs_head.png');
	}
	.normalBox{
		padding:20px;
	}
	.bioContent,
	.discContent{
		padding:20px;
	}
	.bioContent::before,
	.discContent::before{
		background-image: none;
	}
   	.sideContentWrap,
    .variable{
    	max-width: 260px;
	}
	.leftCol .variable{
		max-width: 200px;
	}
	.pPhoto{
		float:right;
		padding:0 0 1em 1.5em;
		max-width: 380px;
		margin:0;
	}
	.songsWrap{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
	}
	.songsWrap > li{
		flex-basis: 50%;
	}
	.songsWrap > li:last-child{
		padding-right: 1em;
	}
	.tourBlogList li{
    	flex-basis: 25%;
	}
	.tourBlogList li.list1{
    	flex-basis: 50%;
	}
	.tourBlogHeader #find{
		display: block;
	}
	.tourmemu{
		display: none;
	}
	.greenLiveBox a{
		line-height: 1.4;
		font-size: 14px;
		padding-bottom: 30px;
	}
	.newsBlock > li{
		flex-basis: 17%;
	}
	.newsBlock > li.newsCont{
		flex-basis: 83%;
	}
	.sp,
	.spNextlive{
		display: none;
	}
	.subCol > li.pc,
	.pcNextlive{
		display: block;
	}
	.blog_li_table td{
		font-size: 13px;
	}
	.boxDef2{
		max-width: 216px;
		margin-left:0;
	}
}
@media screen and (min-width: 65em) {

}