@charset "UTF-8";

/* #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# PC・スマホ 共通設定 #=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=# */

@keyframes spinOpen {
	0%   { transform: rotate(0); }
	100% { transform: rotate(180deg); }
}

@keyframes spinClose {
	0%   { transform: rotate(180deg); }
	100% { transform: rotate(0); }
}

body {
	background: #f9f9f9 url(../images/private/back_body.jpg) 50% 50% no-repeat fixed;
	background-size: cover;
}

hr.clear {
	clear: both;
	display: block;
	visibility: hidden;
	margin: 0;
	padding: 15px 0;
	width: 50%;
}


#TECA-13836 {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	padding: 0 2%;
	
	box-sizing: border-box;
}

#TECA-13836 h2 {
	position: relative;
	float: left;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 0.4em 20px;
	font-family: "Century Gothic", "メイリオ", "Trebuchet MS";
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.0;
	letter-spacing: 0.2em;
	
	border-radius: 22px;
	background: rgba(0, 0, 0, 0.85);
}
#TECA-13836 h2::before {
	content: "\f05a";
	margin-right: 6px;
	font-family: "FontAwesome";
}
#TECA-13836 h2::after {
	content: "－ 「面影今いずこ」特設ページ －";
	margin-left: 6px;
	color: #ffffff;
	font-family: "メイリオ", "Meryo", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0;
}

#TECA-13836 h2 + div {
	clear: both;
	padding-top: 1em;
}

#TECA-13836 p.interview {
	margin-left: 4.5em;
	padding: 0.5em 0;
	border-bottom: 1px #c1c1c1 dotted;
}
#TECA-13836 p.interview span {
	display: inline-block;
	float: left;
	margin-left: -5em;
	width: 4.5em;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	border-radius: 5px;
}
#TECA-13836 p.interview span.black { background: rgba(68, 68, 68, 0.8); }
#TECA-13836 p.interview span.green { background: rgba(0, 128, 0, 0.8); }
#TECA-13836 p.interview span.navy { background: rgba(36, 88, 166, 0.8); }

div.message {
	margin: 1px 0;
}

div.message > h3 {
	cursor: pointer;
	position: relative;
	padding: 0.5em 80px 0.5em 3%;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.25;
	border: 1px solid #ffffff;
	background: #112233;
	background-image: linear-gradient(45deg,  rgba(255, 255, 255, 0.04) 25%, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.04) 75%, rgba(255, 255, 255, 0.04) 75%), linear-gradient(-45deg, rgba(255, 255, 255, 0.04) 25%, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 75%, rgba(255, 255, 255, 0.04) 75%, rgba(255, 255, 255, 0.04) 75%);
	background-size: 20px 20px;
}
div.message > h3::before {
	content: "\f13a";
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 26px;
	height: 25px;
	font-family: "FontAwesome";
	font-size: 2.4rem;
	line-height: 1.0;
	text-indent: 3px;
}
div.message > h3::after {
	content: "続きを読むにはクリック";
	position: absolute;
	bottom: 0;
	left: 0;
	margin: auto;
	padding: 0.5em 15px;;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1.0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 0 5px 0 0;
	opacity: 1;
	transition: opacity 0.5s linear;
}

div.message > h3 p {
	margin: 0.5em 0;
}

div.message > h3 i {
	position: relative;
	top: -2px;
	margin-right: 3px;
	font-size: 75%;
}

div.message > h3.closed::before {
	animation: spinClose 0.3s linear forwards;
}
div.message > h3.opened::before {
	animation: spinOpen 0.3s linear forwards;
}

div.message > h3.opened::after {
	opacity: 0;
}

div.message > div.wrapper {
	overflow: hidden;
	height: 0;
	margin: 0 2%;
	transition: height 0.5s ease-in-out;
}

div.message > div.wrapper p {
	margin: 1em 0;
	font-size: 1.4rem;
}

#live-report {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	padding: 0 2%;
	
	box-sizing: border-box;
}

#live-report h2 {
	position: relative;
	float: left;
	color: #ffffff;
	margin-bottom: 5px;
	padding: 0.4em 20px;
	font-family: "Century Gothic", "メイリオ", "Trebuchet MS";
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1.0;
	letter-spacing: 0.2em;
	
	border-radius: 22px;
	background: rgba(0, 0, 0, 0.85);
}
#live-report h2::before {
	content: "\f05a";
	margin-right: 6px;
	font-family: "FontAwesome";
}
#live-report h2::after {
	content: "－ ライブレポート －";
	margin-left: 6px;
	color: #ffffff;
	font-family: "メイリオ", "Meryo", "HiraKakuProN-W3", "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0;
}

#live-report h2 + div {
	clear: both;
	padding-top: 1em;
}
