@charset "utf-8";
#sub body{
    position: relative;
X    overflow: hidden;
    visibility: hidden;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.interviewPage, .interviewMain{
	background: url(../img/bg_pc.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#stage{
	height: 100%;

}
/* 
--------------------------- */
#conBoxWrap{
	height: 100%;
    width:100%;
    min-width: 1024px;
}
.conBox {
    width: 100%;
	height: 100%;
	box-sizing: border-box;
    position: relative;
}
.conBox .in {
    width: 740px;
}
.conMain{
	height: 100%;
    min-height: 620px;
	box-sizing: border-box;
	width: 100%;
	background:url(../../img/bg_over.png);
	box-sizing: border-box;
	padding: 40px 20px;
}
.conMain .ttl{
	text-align: right;
	font-family: 'Libre Baskerville', serif;
	font-weight:lighter;
	color: #ce0066;
	line-height: 1.5;
	font-size: 30px;
	font-size: 3.0rem;
	filter:dropshadow(color=#000000,offX= 0,offY=-1)
	dropshadow(color=#000000,offX= 1,offY= 0)
	dropshadow(color=#000000,offX= 0,offY= 1)
	dropshadow(color=#000000,offX=-1,offY= 0);
	 
	text-shadow: black 1px 1px 0px, black -1px 1px 0px,
				 black 1px -1px 0px, black -1px -1px 0px;
}
.conMain .ttl span{
	font-family: 'Libre Baskerville',"游明朝体", "Yu Mincho","ヒラギノ明朝 Pro W3","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	color: #FFFFFF;
	font-size: 10px;
	font-size: 1.0rem;
	display: block;
}
.conMain .in{
	width: 740px;
	margin: 0 auto;
}
.txtArea .txL{
	font-size: 130%;
}
.txtArea .tx_p{
	color: #ce0066;
}
.txtArea .txS{
	font-size: 60%;
}






#newsListWrap{
	position: absolute;
	width: 780px;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 460px;
}
#newsList li{
	display: block;
	border-bottom: 1px solid #FFFFFF;
}
#newsList li a{
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 10px 50px 10px 0;
	position: relative;
}
#newsList li a::after{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 15px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
}
#newsList li .date{
	display: block;
	color: #e0006f;
	font-size: 14px;
	font-size: 1.4rem;
}












#archiveBox{
	width: 180px;
	position: absolute;
	top: 130px;
	right: 20px;
	z-index: 100;
	border: 2px solid #000000;
	box-sizing: border-box;
}
#archiveBox dt{
	color: #FFFFFF;
	text-align: left;
	background: #000000;
	box-sizing: border-box;
	padding: 15px;
	line-height: 1;
}
#archiveBox dd{
	padding: 15px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.8);
	font-size: 12px;
	font-size: 1.2rem;
}
#archiveBox ul li{
	border-bottom: 1px dotted #000000;
	margin-bottom:15px;
	padding-bottom: 15px;
}
#archiveBox ul li .date{
	display: block;
	color: #e0006f;
}


/*NEWS
-----------------------------*/

.newsOnce{
	color: #FFFFFF;
	padding-bottom: 100px;
	margin-bottom: 100px;
	border-bottom: 1px solid #FFFFFF;
}
.newsOnce{
	filter:dropshadow(color=#000000,offX= 0,offY=-1)
	dropshadow(color=#000000,offX= 1,offY= 0)
	dropshadow(color=#000000,offX= 0,offY= 1)
	dropshadow(color=#000000,offX=-1,offY= 0);
	text-shadow: black 1px 1px 0px, black -1px 1px 0px,
				 black 1px -1px 0px, black -1px -1px 0px;
}
.newsOnce .newsTxt{
	position: relative;
}
.newsOnce .newsTxt p{
	margin-bottom: 30px;
	text-indent: -3em;
	padding-left: 3em;
}
.vol4 .newsOnce .newsTxt p{
	text-indent: -2em;
	padding-left: 2em;
}
.newsOnce .newsTxt p.firstBlock{
	text-indent: -12em;
	padding-left: 12em;
}
.newsOnce .newsTxt a{
	color: #e0006f;
	text-decoration: underline;
}
.newsOnce .newsTxt img{
	display: block;
	margin: 0 auto 30px auto;
	max-width: 680px;
	height: auto;
}
.newsTtl{
	font-size: 18px;
	font-size: 1.8rem;
	padding: 10px 50px 10px 0;
	margin-bottom: 40px;
	display: block;
	border-bottom: 1px solid #FFFFFF;
}
.newsTtl .date{
	display: block;
	color: #e0006f;
	font-size: 14px;
	font-size: 1.4rem;
}
.shareOnce{
	text-align: right;
}
.shareOnce li{
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.share_tw iframe{
	position: relative !important;
	bottom:-6px !important;

}


/*
-------------------------------*/
.mgn5 {
    margin-top: 5px;
}
.mgn10 {
    margin-top: 10px;
}
.mgn15 {
    margin-top: 15px;
}
.mgn30 {
    margin-top: 30px;
}
.mgn40 {
    margin-top: 40px;
}
.mgn50 {
    margin-top: 50px;
}
figcaption {
    text-align: left;
}
.bgbox,
.borderbox {
    padding: 20px;
	border: 1px solid #FFFFFF;
	margin-bottom: 30px;
}
.shikiri {
    margin-top: 60px;
    border: none;
    border-top: 1px dotted #626262;
    height: 1px;
}
.midashi{
	background: #ce0066;
	line-height: 2em;
	display: inline-block;
	padding: 0 10px;
}
.mainImg{
	margin-bottom: 30px;

}
.i_box{
	margin-bottom: 60px;

}
.sTtl{
	color: #e0006f;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 15px;
}


/*vol5*/

.vol5 .boxWrap{
	overflow: hidden;
	margin-bottom: 50px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #FFF;
}
.vol5 .boxWrap:last-child{
	margin-bottom: 0;
	border-bottom: none;
}
.vol5 .ph{
	float: left;
	margin-right: 20px;
	text-align: center;
}
.vol5 .ph img{
	margin-bottom: 1px;
	display: block;
	width: 200px;
	height: auto;
}
.vol5 .newsTxtRight{
	float: left;
	width:500px;
}
.vol5 .newsOnce .newsTxt p{
	text-indent: -2em;
	padding-left: 2em;
}
.vol5 .sTtl{
	color: #e0006f;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 15px;
	text-indent: -2.5em;
	padding-left: 2.5em;
}
.vol5 .i_box{
	margin-bottom: 20px;

}
.vol5 .name{
	border: 1px solid #FFF;
	background: #FFF;
	color: #000;
	padding: 5px 0;
	text-align: center;
	display: block;
	margin: 0 auto;
	filter: 0;
	text-shadow: none;
}
.vol5 .name .txL{
	color: #e0006f;
	font-size: 18px;
	font-size: 1.8rem;
	
}


