@charset "utf-8";
@media only screen  and (min-width:769px){
	
	
/*=========== top =============*/

.top_bg {
	width:1100px !important;
	height:100%;
	margin:0 auto;
	background:url(../img/top/top_bg.png) repeat-x;
}

.body_top {
	width:980px !important;
	padding-top:10px;
}


/*== body_top ==*/

#main_image {
	margin:10px auto 19px auto;
	background:url(../img/top/main_image_bg.png) no-repeat;
	width:980px;
	height:298px;
}


.main_box {padding:10px;}
.mainimglist {margin-bottom:10px; height:228px;}
.thumbnaillist ul {margin-left:2px; }
.thumbnaillist ul li {float:left; margin-right:10px; display:block;}
.thumbnaillist ul li a {display:block; width:231px; height:40px; }

.thumbnaillist ul li a img {
	width:100%;
	max-width:100%;
	height:auto;
-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-ms-transition: .6s;
	transition: .6s;
}
	
.thumbnaillist ul li a:hover img {
	-webkit-box-shadow: 0px 0px 10px #3b9de2;
	-moz-box-shadow: 0px 0px 10px #3b9de2;
	box-shadow: 0px 0px 10px #3b9de2;
	filter: alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;
}


/*== body_middle==*/

#body_middle {margin-bottom:20px;}


.banner_block01 {
	width:230px;
	display:block;
	float:left;
	}
	
.banner_block01 a {
	width:980px;
	height:64px;
	display:block;
	
}

.banner_block01 a img {
	display:block;
	width:100%;
	max-width:100%;
	height:auto;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-ms-transition: .6s;
	transition: .6s;
}

.banner_block01 a:hover img {filter: alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}


.banner_block_sp {display:none;}


	
	
.banner_block02 a {
	width:263px;
	height:64px;
	display:block;
}

.banner_block02 a img {
	width:100%;
	max-width:100%;
	height:auto;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-ms-transition: .6s;
	transition: .6s;
}

.banner_block02 a:hover img {filter: alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}

/*== body_bottom ==*/

#body_bottom {
	background-color:#ececec;
	padding:10px 0;
	
	
}

.bottom_innerbox {
	
	width:932px;
	margin:0 auto;
}

#top_fcAria {
	border:1px solid #dcdbdb;
	width:671px;
	background:url(../img/top/detail_fc_bg.png) repeat-X;
	float:left;
}

.top_fc_inner {
	width:653px;
	margin:10px auto;
	
}

.fc_title {
	font-size:15px;
	color:#fff !important;
	line-height:30px;
	background:url(../img/top/fc_title_bg.png) repeat-X;
	text-indent:10px;
	font-family: 'Lato', sans-serif;
	font-weight:100 !important;
	}

.fc_txt {
	padding: 10px;
	font-size: 12px;
	color: #000;
	background-color: #fff;
	background-image: url(../img/top/fc_icon.jpg);
	background-repeat: no-repeat;
	background-position: 500px 10px;
}
	
#fc_btn {
	background-color:#a8a8a8;
	padding:5px 0;
	}


#fc_btn a {
	display:block;
	width:250px;
	height:33px;
	margin:0 auto;

}

#fc_btn a img {
	width:100%;
	max-width:100%;
	height:auto;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	-o-transition: .7s;
	-ms-transition: .7s;
	transition: .7s;
}

#fc_btn a:hover img {
	filter: alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;
	-webkit-box-shadow: 0px 0px 10px #3b9de2;
	-moz-box-shadow: 0px 0px 10px #3b9de2;
	box-shadow: 0px 0px 10px #3b9de2;
	
}

#top_side{
	float: left;
	width: 230x;
	margin-left: 10px;
	}

.banner_block_pc a img {
	display:block;
	width:230px;
	height:auto;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	-o-transition: .7s;
	-ms-transition: .7s;
	transition: .7s;
	margin-left:15px;
	margin-bottom:10px;
}

.banner_block_pc a:hover img {
	filter: alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;
	-webkit-box-shadow: 0px 0px 10px #3b9de2;
	-moz-box-shadow: 0px 0px 10px #3b9de2;
	box-shadow: 0px 0px 10px #3b9de2;
	
}

.banner_block  {
	display:none;
}


.banner_block2_pc a img {
	display:block;
	width:230px;
	height:auto;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	-o-transition: .7s;
	-ms-transition: .7s;
	transition: .7s;
	margin-left:15px;
	margin-bottom:10px;
}

.banner_block2_pc a:hover img {
	filter: alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;
	
	
}

.banner_block2_sp {
	display:none;
}


/*=========== PROFILE =============*/
#profile_topBox {
	width:655px;
	height:500px;
	margin:0 auto;
}

.btn_member {
	width:163px;
	height:500px;
	float:left;
}


.btn_member a {
	display:block;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-ms-transition: .6s;
	transition: .6s;
}


.btn_member a:hover {
	filter: alpha(opacity=60); -moz-opacity:0.6; opacity:0.6;
}


.prof_box {
	width: 50%;
	height: 390px;
	}

.member_name {
	font-size:18px !important;
	margin-bottom:20px;
	color:#673401;
	font-weight:400;
	font-family: 'Lato', sans-serif;
}

.member_detail {
	font-size:12px;
	color:#000;
	margin-bottom:15px;
}

.btn_prof {
	display:block;
	width:78px;
	height:18px;
	text-align:center;
	font-weight:400;
	font-family: 'Lato', sans-serif;
	
}

.btn_prof a {
	text-decoration:none;
	display:block;
	width:100%;
	line-height:18px;
	height:18px;
	font-size:12px;
	color:#000;
	background-color:#dfdfdf;
	background: -webkit-gradient(linear,left top, left bottom,from(#d5d5d5),color-stop(0.45, #dfdfdf),color-stop(0.52, #e5e5e5),to(#fff));
	background: -moz-linear-gradient(top,#d5d5d5 0%,#dfdfdf 40%,#e5e5e5 50%,#fff 100%);
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-ms-transition: .6s;
	transition: .6s;
}
	
.btn_prof a:hover {
	text-decoration:none;
	background-color:#000;
	background:#000;
	color:#dfdfdf;
	-webkit-box-shadow: 0px 0px 5px #4bdbff;
	-moz-box-shadow: 0px 0px 5px #4bdbff;
	box-shadow: 0px 0px 5px #4bdbff;
	
}
	
	
.ka-yu {
	background:url(../img/profile/bg_ka-yu.jpg) no-repeat;
	padding-top:85px;
}

.shuji {
	background:url(../img/profile/bg_shuji.jpg) no-repeat;
	padding-top:85px;
}

.yasu {
	background:url(../img/profile/bg_yasu.jpg) no-repeat;
	padding-top:85px;
}
	
.kiyo {
	background:url(../img/profile/bg_kiyo.jpg) no-repeat;
	padding-top:85px;
}

.you {
	background:url(../img/profile/bg_you.jpg) no-repeat;
	padding-top:85px;
}


/*=========== fanclub =============*/
.fan_txt {
	margin: 0 auto 35px auto;
}


.fan_box {
	padding:10px;
	}
	
.fan_box p {
	font-size:12px;
	color:#000;
}

#fan_content {
	margin-bottom:30px;
	border-bottom:1px dotted #b6b6b6;
}

.trigger {
	color:#000 !important;
	margin-bottom:15px;
	font-size:12px!important;
	border-bottom:1px solid #e4e4e4;
	cursor:pointer;
	line-height:30px;
	-moz-transition: .6s;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-ms-transition: .6s;
	transition: .6s;
}


.trigger:hover {
	color:#d20101 !important;
	cursor:pointer;
}

#btn_login {
	width: 25%;
	margin: 15px auto;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	_background-color:#8d8d8d;

	}

#btn_login a {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	height:30px;
	display:block;
	text-decoration:none !important;
	color:#fff;
	background-color:#8d8d8d;
	filter: progid:DXImageTransform.Microsoft .gradient(GradientType=0,startColorstr='#afafaf', endColorstr='#8d8d8d');
	background: -webkit-gradient(linear,left top, left bottom,from(#afafaf),color-stop(0.45, #a0a0a0),color-stop(0.52, #989898),to(#8d8d8d));
	background: -moz-linear-gradient(top,#afafaf 0%,#a0a0a0 45%,#989898 52%,#8d8d8d 100%);
	border:1px solid #8d8d8d;
}

#btn_login a:hover {
	color:#8d8d8d;
	background-color:#fff;
	background: -webkit-gradient(linear,left top, left bottom,from(#fff),color-stop(0.45, #fff),color-stop(0.52, #fff),to(#fff));
	background: -moz-linear-gradient(top,#fff 0%,#fff 45%,#fff 52%,#fff 100%);
	border:1px solid #8d8d8d;
	-webkit-text-shadow: 0px 0px 3px #4bdbff;
	-moz-text-shadow: 0px 0px 3px #4bdbff;
	text-shadow: 0px 0px 3px #4bdbff;
	-webkit-box-shadow: 0px 0px 5px #4bdbff;
	-moz-box-shadow: 0px 0px 5px #4bdbff;
	box-shadow: 0px 0px 5px #4bdbff;
	
	
}

.kiyau_box {
	width:97%;
	padding:10px;
	margin:15px 0;
	height:150px;
	overflow-y:scroll;
	-webkit-box-shadow: 1x 1px 3px #ccc;
	-moz-box-shadow: 1px 1px 3px #ccc;
	box-shadow: 1px 1px 3px #ccc;
	
}


.kiyau_box p {
	font-size:11px !important;
}


/*=========== Live =============*/
.live_caution {
	width:96%;
	margin:20px auto;
	background:url(../img/public/side_bg.png) repeat-X;
	padding:10px;
}

.live_caution p {
	font-size:12px;
}

.caution {
	display:block;
	font-size:18px;
	font-weight:lighter;
	margin-bottom:20px;
	padding:5px 0;
	border-bottom:1px solid #efefef;
}

.caution span {
	font-size:12px !important;
	color:#d20101;
	padding-left:30px;
}



/*========================================================================
2019.06.04 CUSTOM
========================================================================*/
ul#top_bannerList {display: none !important;}

/* ----------------------------------------------------------------------------------- */
ul#long_bannerList {list-style-type: none; letter-spacing: -.4em;}
ul#long_bannerList li {
display: inline-block;
letter-spacing: 0;
vertical-align: top;
width: 49%;
height: auto;
margin: 0 2% 15px 0;
}
ul#long_bannerList li:nth-of-type(even)  {margin-right: 0;}

ul#long_bannerList li  a, ul#long_bannerList li  img {width: 100%; height: auto; display: block;}
ul#long_bannerList li  a:hover {	filter: alpha(opacity=80); -moz-opacity:.8; opacity:.8;}


/* ----------------------------------------------------------------------------------- */
#mainVisual {	margin-top:10px; margin-bottom: 10px;	max-width: 980px;}
#mainVisual img {width: 100%; height: auto; display: block;}

/* ----------------------------------------------------------------------------------- */
ul#profile_biographyList li { margin-bottom: 20px; font-size: 12px;}


/*========================================================================
LINK：2020.01.07 CUSTOM
========================================================================*/
ul#linkList  {padding-bottom: 30px;}
ul#linkList li {font-size: 12px; margin-bottom: 10px;}
ul#linkList li a {font-size: 14px;}

ul#linkList.live li {font-size: 12px; margin-bottom: 15px;}


/*========================================================================
DISCOGRAPHY：2020.01.07 CUSTOM
========================================================================*/
#disco_mn {margin:0 0 20px 20px;}

#disco_mn ul li {font-size: 14px;width: 12%; min-width: 105px;}
#disco_mn ul li a {padding: 2px 0;}

#discoBody {
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}



#disco_contents {float: left;;width: 49%;margin: 0 2% 30px 0; padding: 10px 0;}
#disco_contents:nth-of-type(even) {margin-right: 0;}

#disco_contents .model {font-size: 11px;margin-bottom:10px}
#disco_contents .detail {font-size: 12px;}

#left_img,#left_dvd_img {float: left;margin:0 3% 0 2%;}
#disco_inner , #disco_inner_dvd {float: right; margin-right: 2%; padding: 1.4em 0;}

#left_img {width: 18%; }
#left_dvd_img {width: 28%;}

#disco_inner {width: 75%;}
#disco_inner_dvd {width: 65%;}


.style1 {font-size:10px !important;}

#disco_day {font-size: 11px;}

#disco_title {font-size:16px; padding:0 60px 5px 0; margin-bottom: 15px;}
#disco_title span {font-size: 13px !important;}
#disco_title a {font-size: 12px;}



}
