@charset "utf-8";

@media print {

	dl#profile {
  background-color: #eaeaea;
  padding: 20px;
	}
	#wrapContent #wrap_mainContent dl#profile img {
	  line-height: 0;
	  width: 120px;
	  height: 40px;
	}
}
/*--------------------------------------------------
  state
--------------------------------------------------*/
.is_current{
	background-color: #000000;
}
.is_current img{
	opacity: 0.5 !important;
	filter: alpha(opacity=50) !important;
	cursor: default !important;
}

/*--------------------------------------------------
  interview_bnr
--------------------------------------------------*/
#interview_nav_bnr_wrap{
	border: 4px #e8e8e8 solid;
	padding: 26px;
	margin: 50px 0;
}
#interview_nav_bnr_wrap h3{
	margin-bottom: 15px;
}
#interview_nav_bnr_wrap h3 img {
	width: 27%;
	height: auto;
}

#interview_nav_bnr_wrap li + li{
	margin-top: 10px;
}
#interview_nav_bnr_wrap li img{
	display: block;
	width: 100%;
}

/*--------------------------------------------------------------------
	interview_coming soon
--------------------------------------------------------------------*/
.comingsoon{
	background: #eaeaea;
	padding: 0 20px 30px;
	width: 100%;
	box-sizing: border-box;
    margin-top: 20px;
}
.comingsoon img{
    width: 100%;
	vertical-align: bottom;
}
.comingsoon h3 {
    padding-top: 30px;
    font-size: 24px;
    font-family: "DIN Regular", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}
#interview .comingsoon h4{
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
    line-height: 1.6;
}
.comingsoon dt{
	font-size: 16px;
	margin-bottom: 20px;
}
.comingsoon_left{
	float: left;
	width: 50%;
	box-sizing: border-box;
	position: relative;
}
.comingsoon_right{
	float: right;
	width: 50%;
	box-sizing: border-box;
	position: relative;
	padding-left: 20px;
}
.comingsoon_person {
    font-weight: bold;
    font-family: "DIN Regular", Arial, Helvetica, sans-serif;
}
#interview p.comingsoon_txt{
	margin-bottom: 10px;
    font-size: 13px;
}
.comingsoon_txt:last-child{
	margin-bottom: 0;
}
@media screen and (max-width:640px) {
.comingsoon{
	background: #eaeaea;
    margin-top: 20px;
}
.comingsoon h3 {
    font-size: 20px;
	margin-bottom: 10px;
}
#interview .comingsoon h4{
	margin-top: 20px;
	font-size: 16px;
}
.comingsoon dt{
    font-size: 14px;
	margin-bottom: 20px;
}
.comingsoon_left{
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.comingsoon_right{
	float: none;
	width: 100%;
	padding-left: 0;
}
.comingsoon_txt{
	margin-bottom: 15px;
}
.comingsoon_txt:last-child{
	margin-bottom: 0;
}
}

	/*--------------------------------------------------------------------
	interview_top
	--------------------------------------------------------------------*/
#interview .kvArea  {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}
.kvArea h1 img{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

#interview h2{
	width: 100%;
	margin:40px 0 20px 0;
	border-bottom: 1px solid #ccc;
	font-size: 24px;
	padding-bottom: 15px;
}
#interview p{
	font-size: 14px;
}
#interview ul#list_musician {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD -Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW, Spec - OPera 12.1, Firefox 20+ */
	display: flex;
    flex-flow: wrap;
    align-items: stretch;
}
#interview ul#list_musician li{
	font-size: 14px;
	float: left;
	width:30%;
	margin: 0 5% 0 0; /*2016-01-12*/
}
/*2016-01-12*/
#interview ul#list_musician li a:nth-child(2) {
	display: inline-block;
	margin-bottom: 15%;
}
#interview ul#list_musician li:nth-child(3n){
	margin-right: 0;
}

#interview ul#list_musician li img{
	width: 100%;
	height: auto;
}
#interview ul#list_review li{
	font-size: 14px;
	float: left;
}
#interview ul#list_review li img{
	width: 100%;
	height: auto;
}
#interview ul#list_review li a{
	display: block;
}
#interview ul#list_review li.list_review3{
	width:30%;
	margin-bottom:5%;
}

#interview ul#list_review li.list_review2{
	width:30%;
	margin: 0 0 5% 5%;
}
#interview ul#list_review li.list_review1{
	width:65%;
	clear:both;
/*	margin: 0 0 0 5%;*/
}

#interview ul#list_review li.list_review4{
	width:65%;
	clear:both;
	margin-bottom: 5%;
}

#interview ul#list_musician li.first.right, #interview ul#list_musician li.first.left{
	margin-left: 0;
	clear: both;
}
#interview ul#list_musician li.bottom.right, #interview ul#list_musician li.bottom.left{
	margin-bottom: 0;
}


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

#interview h2{
	font-size: 18px;
	padding-bottom: 5px;
}
#interview ul#list_musician li{
	width:50%;
	margin: 0;
	box-sizing:border-box;
	padding-bottom: 20px;
}
#interview ul#list_musician li a:nth-child(2) {
	margin-bottom: 0;
}
	#interview ul#list_musician li:nth-child(odd){
		padding-right: 10px;
	}
	#interview ul#list_musician li:nth-child(even){
		padding-left: 10px;
	}
#interview ul#list_musician li.left, #interview ul#list_musician li.left.first, #interview ul#list_musician li.left.bottom{
	padding: 0 10px 20px 0;
	clear:both;
	margin: 0;
	float: left;
}
#interview ul#list_musician li.right, #interview ul#list_musician li.right.first, #interview ul#list_musician li.right.bottom{
	padding: 0 0 20px 10px;
	clear: none;
	margin: 0;
	float: right;
}

#interview ul#list_review li{
	float: none;
}
#interview ul#list_review li.list_review3{
	float:left;
	width:47.5%;
		margin-bottom:20px;
	box-sizing:border-box;
}

#interview ul#list_review li.list_review2{
	float:right;
	width:47.5%;
	margin-bottom:20px;
	box-sizing:border-box;
}
#interview ul#list_review li.list_review1{
	width:100%;
	margin: 20px 0 0 0;
	clear:both;
}

}

/*--------------------------------------------------------------------
interview_common
--------------------------------------------------------------------*/
.sp_none{
	display:none !important;
}

.pc_none{
	display:none !important;
}

.inContents_inner {
	width: 100%;
	padding: 0  8.15%;
	box-sizing: border-box;
}
.kvArea  {
	width: 100%;
	padding: 0  8.15%;
	box-sizing: border-box;
}
.kvArea h1 img, .interview_picture img, #interview_nav_foot dt img, #interview_nav_foot dd img, #interview_btn_eventreport a img
{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.interview_h2{
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	padding: 16px 0;
	border-top: 1px #666 solid;
	border-bottom: 1px #666 solid;
	margin: 60px 0 30px 0;
}

.interview_h3{
	font-size: 14px;
	font-weight: bold;
	margin-top: 30px;
}
.interview_p{
	width: 100%;
	font-size: 14px;
	margin-top: 30px;
}
.interview_picture{
width: 100%;
margin: 60px 0;
}
.interview_name{
	font-weight: bold;
}
.interview_asterisk{
	vertical-align: -3px;
}
.interview_movie img{
display: block;
margin: 0 auto;
}
.eventMovie iframe {
  border: 1px solid  #eaeaea;
}
#interview_btn_back_top{
	margin: 30px 0;
}
#interview_btn_back_top a{
	display: block;
	width: 154px;
	float: right;
}

#interview_nav_foot dt{
	width: 185px;
	height: 28px;
	margin-bottom: 15px;
}
#interview_nav_foot dd{
	width: 100%;
	margin-top: 10px;
}
#interview_nav_foot dd img{
	width: 100%;
	height: auto;
}
#interview_btn_back a{
	display: block;
	width: 184px;
	float: right;
}
#interview_btn_eventreport img{
	width: 100%;
	height: auto;
}
#interview_nav_foot{
	border: 4px #e8e8e8 solid;
	padding: 26px;
	margin: 50px 0;
}
#interview_btn_eventreport{
	width: 384px;
	height: 90px;
	margin: 30px 0;
}


@media screen and (max-width:640px) {
	.pc_none{
	display:block !important;
}
.inContents_inner {
	padding: 0;
}
.kvArea  {
	padding: 0;
}
.interview_h2{
	font-size: 16px;
	line-height: 24px;
	margin: 30px 0 20px 0;
}
.interview_picture{
margin: 30px 0;
}

#interview_nav_foot{
	padding: 20px 15px;
	margin: 30px 0;
}
#interview_btn_eventreport{
	width: 100%;
	height: auto;
}
	#interview_nav_bnr_wrap{
		padding: 20px 15px;
		margin: 30px 0;
	}
	#interview_nav_bnr_wrap h3 img{
		width: 61%;
	}
}


/*20170712*/
.bnr_area {
	width: 100%;
	margin: 0 0 50px;
}

.bnr_area li+li{
	margin-top: 10px;
}



/*!-- 200720 added */
.bnr_area .bnr_kakubarhythm {
	margin-bottom: 50px;
}

#interview .bnr_area .bnr_kakubarhythm h2 {
	border-left: 3px solid #B2B2B2;
	padding-left: 10px;
	padding-bottom: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: none;
	line-height: 1.8;
}
.bnr_area .bnr_kakubarhythm ul{
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.bnr_area .bnr_kakubarhythm li {
	width: 32.5%;
	max-width: 300px;
	float: left;
	margin-top: 0;
}

.bnr_area .bnr_kakubarhythm li:nth-child(3n-1) {
	padding-left: 1.25%;
	padding-right: 1.25%;
}

.bnr_area .bnr_kakubarhythm li:nth-child(n+4) {
	margin-top: 1.25%;
}

.bnr_area .bnr_kakubarhythm li a img {
	margin-bottom: 1.25%;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width:640px) {
	.bnr_area .bnr_kakubarhythm li {
		width: 50%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.bnr_area .bnr_kakubarhythm li:nth-child(3n-1) {
		padding-left: 0;
		padding-right: 0;
	}

	.bnr_area .bnr_kakubarhythm li:nth-child(odd) {
		padding-right: 10px;
	}

	.bnr_area .bnr_kakubarhythm li:nth-child(even) {
		padding-left: 10px;
	}

	.bnr_area .bnr_kakubarhythm li:nth-child(n+3) {
		margin-top: 20px;
	}
}

/* 200720 added --!*/