@charset "UTF-8";

@layer components {
/*======================================================================
Child Page
======================================================================*/
.child_page_wrap{
	position: relative;
	padding-top: 134px;
	padding-bottom: 200px;
}
.child_page_wrap #breadcrumb,
.child_page_wrap .child-main-title,
.child_page_wrap .child-main-content{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/*======================================================================
パンくず
======================================================================*/
#breadcrumb{
	color: #f04169;
	font-size: 14px;
}
#breadcrumb a{
	color: #000;
}

/*======================================================================
Main Content
======================================================================*/
.child-main-title{
	margin-top: 30px;
	padding: 15px 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #f04169;
}

.child-main-content{
	padding: 40px 40px 100px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #fff;
}

/*======================================================================
Footer
======================================================================*/
.child_page_wrap ~ .spLinkBlockInPc{
	margin-top: auto;
}

.child_page_wrap ~ #footerFixed{
	margin-top: auto;
}

/*======================================================================
Pager
======================================================================*/
nav#pager{
	width: 100%;
	margin: 40px auto 0;
	text-align: center;
}
nav#pager a{
	display: inline-block;
	width: 30px;
	margin: 0 2px 0 0;
	padding: 0;
	border: 1px solid #f04169;
	line-height: 30px;
	color: #f04169;
	font-size: 14px;
}
nav#pager a:hover{
	background: #f04169;
	color: #fff;
}
nav#pager a:last-child{
	margin: 0;
}
nav#pager a.active{
	background-color: #f04169;
	border: 1px solid #f04169;
	color: #fff;
	font-weight: bold;
}
nav#pager span{
	display: inline-block;
	margin: 0 8px;
}

/*======================================================================
Detail Page
======================================================================*/
h2#detail-top{
	margin-bottom: 20px;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

h3#detail-title{
	color: #f04169;
	font-size: 20px;
	font-weight: bold;
}

.section-detail{
	position: relative;
}
.section-detail hr.title-line{
	width: 100%;
	height: 2px;
	margin: 20px 0 40px;

	border-color: #f04169;
}
.section-detail #content{
	line-height: 170%;
	font-size: 16px;
}

/*
.section-detail #content a{
	display: inline !important;
	color: #f04169;
	text-decoration: underline;
}*/

#sns-box{
	position: absolute;
	top: 0;
	right: 0;
	letter-spacing: -1em;
	display: flex;
	flex-wrap: wrap;
}
#sns-box .btn_twitter,
#sns-box .btn_facebook,
#sns-box .btn_google{
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: top;
	letter-spacing: normal;
}

#sns-box #fb-root{
	display: inline-block;
	margin: 0;
	vertical-align: top;
	letter-spacing: normal;
}

#detail-ctr{
	position: relative;
	width: 100%;
	height: 20px;
	margin: 0 auto;
	text-align: center;
}
#detail-ctr a{
	display: inline-block;
	width: 80px;
	height: 30px;
	background: url(../image/common/parts.png) no-repeat;
	vertical-align: top;
	text-indent: -9999px;
}

#detail-ctr a#prev{
	float: left;
	background-position: 0 -210px;
}

#detail-ctr a#prev:hover{
	background-position: 0 -240px;
}

#detail-ctr a#top{
	background-position: -90px -210px;
}

#detail-ctr a#top:hover{
	background-position: -90px -240px;
}

#detail-ctr a#next{
	float: right;
	background-position: -180px -210px;
}

#detail-ctr a#next:hover{
	background-position: -180px -240px;
}

/*======================================================================
News
======================================================================*/
#news{
	margin: 0 auto;
}
#news a{
	display: block;
	margin: 0;
	padding: 0;
	line-height: 22px;
	color: #000;
	font-size: 14px;
}
#news a:hover{
	background: #fcd9e1;
}
#news p{
	display: inline-block;
	vertical-align: top;
}
#news p.date{
	width: 90px;
}
#news p.title{
	display: inline-block;
	padding: 0 0 0 19px;
	border-left: 1px dotted #ccc;
}

/*======================================================================
Profile
======================================================================*/
#profile{
	margin: 0 auto;
	line-height: 160%;
	font-size: 16px;
}
#profile h1{
	margin: 0 0 5px 0;
	font-size: 14px;
}
#profile .description{
	padding: 8px 0 38px;
	background-repeat: no-repeat;
	background-position: 30px 0;
}
#profile .description .sns_btns{
	top: 0;
	left: 438px;
}
#profile dl{
	padding-top: 38px;
	border-top: 1px solid #f04169;
}
#profile dt{
	position: relative;
	float: left;
	width: 380px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #f04169;
}
#profile dt .triangle-bg{
	top: 0;
	right: 0;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transform-origin: top left;
	    -ms-transform-origin: top left;
	        transform-origin: top left;
}
#profile dt .triangle-bg:before{
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transform-origin: top left;
	    -ms-transform-origin: top left;
	        transform-origin: top left;
	background-image: url(../img/common/dot_white.png);
}
#profile dt img{
	position: relative;
	display: block;
}
#profile dd{
	position: relative;
	float: left;
	width: 480px;
	margin-left: 50px;
	padding-bottom: 80px;
}
#profile dd p.name{
	color: #f04169;
	font-size: 24px;
	font-weight: bold;
}
#profile dd p.name span{
	font-weight: normal;
}
#profile dd .data1{
	margin: 28px 0;
	line-height: 22px;
	font-size: 14px;
}
#profile dd .data1 .data1-section{
	display: block;
}
#profile dd .data1 a{
	color: #f04169;
	text-decoration: underline;
}
#profile dd .data1 a:hover{
	background-color: #fcd9e1;
}
#profile dd .data2{
	line-height: 160%;
}
#profile dd .sns_btns{
	position: absolute;
	bottom: 0;
	line-height: 1;
	font-size: 0;
}
#profile dd .sns_btns a{
	display: inline-block;
	margin-right: 15px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
#profile dd .sns_btns a:hover{
	opacity: 0.6;
}
#profile dd .sns_btns a img{
	display: block;
}

/*======================================================================
Event
======================================================================*/
#event a{
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	line-height: 16px;
	color: #000;
	font-size: 14px;
}

#event a:hover{
	background-color: #fcd9e1;
}

#event hr:last-child{
	margin-bottom: auto;
}

#event p{
	display: inline-block;
	vertical-align: top;
	box-sizing: content-box;
}

#event p.date,
#event p.icon{
	width: 84px;
}

#event p.date{
	padding-right: 20px;
	border-right: 1px solid #ccc;
}

#event p.icon{
	padding-left: 40px;
}

#event p.title{
	width: 660px;
	padding-left: 20px;
}

#event p.s_text,
#event p.e_text{
	margin-bottom: 20px;
}

#event #concert_schedule{
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

#event #concert_schedule th,
#event #concert_schedule td{
	border: 1px solid #999;
}

#event #concert_schedule th{
	padding: 5px 0;
	background: #efefef;
	text-align: center;
	font-weight:normal;
}

#event #concert_schedule td{
	padding: 5px;
	vertical-align: middle;
}

#event #concert_schedule td.open_time,
#event #concert_schedule td.start_time,
#event #concert_schedule td.date, #event #concert_schedule td.type{
	text-align: center;
}

#event #concert_schedule tr.done{
	color: #bbb;
}

#event #concert_schedule .icon-done{
	display: inline-block;
	height: 11px;
	padding: 1px 10px 0;
	background: #ff7373;
	line-height: 12px;
	vertical-align: top;
	color: #fff;
	font-size: 8px;
}

/*======================================================================
MEDIA
======================================================================*/
#media .list-block{
	display: block;
	width: 100%;
	line-height: 22px;
	font-size: 14px;
}

#media .list-block a{
	color: #f04169;
	text-decoration: underline;
}
#media .list-block a:hover{
	background-color: #fcd9e1;
}

#media .list-block.regular_bar{
	margin: 0px auto;
	padding: 5px 10px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color: #f04169;
	color: #fff;
	font-size: 14px;
}

#media p{
	display: inline-block;
	vertical-align: top;
}

#media p.icon{
	display: inline-block;
	width: 80px;
	vertical-align: top;
}

#media p.date{
	width: 180px;
	text-align: center;
}

#media p.title{
	width: 610px;
	padding-left: 30px;
	border-left: 1px solid #ccc;
}

/*======================================================================
MEDIA
======================================================================*/
.discography{
	line-height: 140%;
}
.discography .left{
	float: left;
	width: 250px;
}
.discography .right{
	float: right;
	width: 620px;
}
.discography .banner-box{
	margin: 20px 0 0 0;
}
.discography .banner-box a{
	display: block;
	width: 250px;
	margin: 5px 0 0 0;
}
.discography .banner-box a:first-child{
	margin-top: 10px;
}
.discography .banner-box a:hover{
	opacity: 0.70;
}
.discography .banner-box a img{
	width: 100%;
}
.discography h1.title{
	margin-bottom: 16px;
	line-height: 1.25;
	color: #ff516c;
	font-size: 24px;
}
.discography h2.notes{
	margin: 20px 0 5px;
	line-height: 1.25;
	font-size: 20px;
}
.discography h3.genre{
	padding: 5px 10px;
	background: #ff516c;
	text-align: left;
	color: #fff;
}
.discography table{
	width: 100%;
}
.discography table td{
	padding: 10px 5px;
	border: 1px solid #ff516c;
}
.discography table.data1{
	margin-bottom: 20px;
}
.discography table.data1 td{
	font-size: 14px;
}
.discography table.data1 td.columnA{
	width: percent(100, 620);
	text-align: center;
	color: #999;
}
.discography table.data1 td.columnB{
	width: percent(520, 620);
	text-align: left;
}
.discography table.data2{
	font-size: 12px;
}
.discography table.data2 tr.head{
	color: #999;
}
.discography table.data2 td{
	border-top: 0;
	text-align: center;
}
.discography table.data2 td.columnA{
	width: percent(30, 720);
}
.discography table.data2 td.columnB{
	width: percent(250, 720);
}
.discography table.data2 td.columnC{
	width: percent(70, 720);
}
.discography table.data2 td.columnD, .discography table.data2 td.columnE, .discography table.data2 td.columnF{
	width: percent(105, 720);
}
.discography table.data2 td.columnG{
	width: percent(65, 720);
}
.discography table.data2 .hide_cell{
	padding: 0;
	border: 0;
}
.discography table.data2 .hide_cell p{
	display: none;
	margin-right: -1px;
	padding: 15px 20px;
	border: 1px solid #ff516c;
	border-top: 0;
	text-align: left;
	vertical-align: middle;
}
.discography .btn_accordion{
	display: inline-block;
	width: 18px;
	height: 18px;
	border: 1px solid #ff516c;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	color: #ff516c;
	font-size: 8px;
}
.discography .btn_accordion:hover{
	background: #ff516c;
	color: #fff;

	cursor: pointer;
}
.discography .release-content hr{
	height: 3px;
	border: 0;
}
.discography .jacket-box{
	display: block;
	width: 250px;
	text-align: center;
}
.discography .jacket-box figure{
	position: relative;
}
.discography .jacket-box figure:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #8c8c8c;
}
.discography .jacket-box figure:hover:before{
	border: 4px solid #f37348;
}
.discography .jacket-box img{
	display: block;
	width: 100%;
}
.discography .sub-jacket{
	margin-top: 10px;
	font-size: 0;
}
.discography .sub-jacket a{
	display: inline-block;
	width: 48.5%;
	margin-bottom: 3%;
	text-align: center;
}
.discography .sub-jacket a:nth-child(odd){
	margin-right: 3%;
}
.discography a .wrap-img{
	position: relative;
}
.discography a .wrap-img:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #8c8c8c;
}
.discography a:hover .wrap-img:before{
	border: 4px solid #ff516c;
}
.discography a .sub_title{
	margin-top: 2px;
	line-height: 130%;
	color: #ff516c;
	font-size: 11px;
}
	