@charset "utf-8";
/* --------------------------------------------------------------

   top.css
   本当にあった怖い話
   トップページcss
   2016/08   

-------------------------------------------------------------- */
html, body {
	font-size: 62.5%;
}
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	vertical-align: baseline;
}
.honkowa-content #honkowa38_1 dd p {
}
article, header, footer, aside, figure, figcaption, nav, section {
	display: block;
}
body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
	list-style-type: none;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", "ＭＳ Ｐゴシック", Verdana, Helvetica, Arial;
	color: rgba(255, 255, 255, .8);
	font-size: 12px;
}
#honkowa-back {
	background-image: url(../img/bg.png);
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
}
h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
a img {
	border: none;
}
/*各見出し*/

h4#honkowa-oshirase {
	margin: 0 0 -48px -16px;
}
.honkowa-content.file h4 {
	font-size: 24px;
	margin: -16px 0 16px 0;
	color: rgba(181,150,96,1.00);
}
.honkowa-content.file h4:before {
	content: "";
	position: absolute;
	height: 1px;
	background: #b59660; /* Old browsers */
	background: -moz-linear-gradient(left, #b59660 20%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #b59660 20%, #000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #b59660 20%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b59660', endColorstr='#000000', GradientType=1 ); /* IE6-9 */
	top: 41px;
	width: 92%;
}
.honkowa-content.file h4:before {
	right: 22px;
	margin-left: 10px;
}
.honkowa-content.file h4:after {
	content: "";
	position: absolute;
	height: 1px;
	background: #b59660; /* Old browsers */
	background: -moz-linear-gradient(left, #b59660 20%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #b59660 20%, #000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #b59660 20%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b59660', endColorstr='#000000', GradientType=1 ); /* IE6-9 */
	top: 45px;
	width: 92%;
}
.honkowa-content.file h4:after {
	right: 22px;
	margin-left: 10px;
}
.honkowa-content.file h4 span {
	background-color: rgba(0,0,0,1.00);
	z-index: 1;
	position: relative;
	padding-right: 8px;
}
.honkowa-content h5 {
	color: rgba(181,150,96,1.00);
	line-height: 1.5;
	font-size: 18px;
	background-image: url(../img/line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 16px;
	padding-bottom: 8px;
	font-weight: bold;
}
.honkowa-content h6 {
	color: rgba(206,197,168,1.00);
	padding: 24px 0 12px 0;
	font-size: 16px;
	font-weight: bold;
}
.honkowa-content >h6:first-of-type {
	padding: 0 0 24px 0;
}
.honkowa-content >h6:nth-of-type(2) {
	padding: 24px 0 0 0;
}
h3#file {
	height: 56px;
	position: relative;
	z-index: 2;
}
h3#file img {
	margin: -4px 0 0 -24px;
}
h3#topics {
	height: 56px;
	position: relative;
	z-index: 2;
}
h3#topics img {
	margin: -4px 0 0 -24px;
}
/*トップナビメニュー*/
#topnavi {
	padding: 0px;
	width: 640px;
	height: 168px;
	letter-spacing: -0.5em;
	position: relative;
	font-size: 0;
}
#topnavi li {
	margin: 0px;
	padding: 0px;
	width: 208px;
	height: 80px;
	list-style-type: none;
	display: inline-block;
	letter-spacing: normal;
	overflow: hidden;
	transition: opacity 0.6s ease-out;
	background-position: left top;
	position: relative;
	margin-left: 8px;
	margin-bottom: 8px;
}
#topnavi li:nth-child(3n+1) {
	margin-left: 0;
}
#topnavi li a {
	width: 208px;
	height: 80px;
	display: block;
	position: relative;
	z-index: 2;
}
#topnavi li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 208px;
	height: 80px;
　　 /** ここにopacityを書いておきましょう。**/
 opacity: 1;
	z-index: 1;
	background-image: url(../img/menu.png);
	background-repeat: no-repeat;
	transition: opacity 0.6s ease-out;
}
#topnavi li.story:before {
	background-position: -6px -6px;
}
#topnavi li.file:before {
	background-position: -222px -6px;
}
#topnavi li.topics:before {
	background-position: -438px -6px;
}
#topnavi li.interview:before {
	background-position: -6px -94px;
}
#topnavi li.member:before {
	background-position: -222px -94px;
}
#topnavi li.messe:before {
	background-position: -438px -94px;
}
#topnavi li:hover:before, #topnavi li.active:before {
	opacity: 0;
}
#topnavi li img {
	opacity: 0;
	transition: opacity 0.6s ease-out;
}
#topnavi li:hover {
}
#topnavi li:hover img, #topnavi li.active img {
	-webkit-backface-visibility: hidden; /* 追加 */
	backface-visibility: hidden; /* 追加 */
	opacity: 1;
	transition: opacity 0.6s ease-out;
}
#topnavi li.story img {
	margin: -6px;
}
#topnavi li.file img {
	-webkit-transform: translate(-222px, -6px);
	-ms-transform: translate(-222px, -6px);
	transform: translate(-222px, -6px);
}
#topnavi li.topics img {
	-webkit-transform: translate(-438px, -6px);
	-ms-transform: translate(-438px, -6px);
	transform: translate(-438px, -6px);
}
#topnavi li.interview img {
	-webkit-transform: translate(-6px, -94px);
	-ms-transform: translate(-6px, -94px);
	transform: translate(-6px, -94px);
}
#topnavi li.member img {
	-webkit-transform: translate(-222px, -94px);
	-ms-transform: translate(-222px, -94px);
	transform: translate(-222px, -94px);
}
#topnavi li.messe img {
	-webkit-transform: translate(-438px, -94px);
	-ms-transform: translate(-438px, -94px);
	transform: translate(-438px, -94px);
}
/*トップページお知らせ*/
.honkowa-oshirase {
	background-repeat: repeat-y;
	background-position: left bottom;
	background-image: url(../img/block_mdl.png);
	padding-top: 24px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 24px;
	margin-bottom: 35px;
	z-index: 1;
	position: relative;
	transform: rotate(0.001deg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.honkowa-oshirase:before {
	content: url(../img/block_top.png);
	display: block;
	margin: -24px 0 16px -16px;
}
.honkowa-oshirase:after {
	content: url(../img/block_btm.png);
	display: block;
	margin: 16px 0 -24px -16px;
}
.honkowa-oshirase dl {
	clear: both;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-variant: normal;
}
.honkowa-oshirase .line {
	background: linear-gradient(transparent 60%, #270000 60%);
	margin-bottom: 18px;
	line-height: 1;
	padding: 0 0 4px 0;
}
.honkowa-oshirase dt {
	float: left;
	margin-right: 10px;
	color: #afafaf;
	font-size: 16px;
}
.honkowa-oshirase dd a {
	color: #afafaf;
	font-size: 15px;
	text-decoration: none;
	transition: color 0.6s ease-out;
}
.honkowa-oshirase dd a:hover {
	color: rgba(183,153,99,.7);
	transition: color 0.6s ease-out;
	text-decoration: underline;
}
/*番組タイトル*/

h1#honkowa-logo_top {
	height: 200px;
	width: 640px;
	margin: 10px 0 0 0;
}
h2#honkowa-logo_sub {
	text-align: center;
}
h2#honkowa-logo {
	padding-top: 8px;
	height: 88px;
	width: 640px;
}
h3.oa_schedule img {
	margin: -72px -72px -42px -72px;
}
/*コンテンツページ*/
.honkowa-content {
	transform: rotate(0.001deg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-repeat: repeat-y;
	background-position: left bottom;
	background-image: url(../img/block_mdl.png);
	padding-top: 40px;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 24px;
	margin-bottom: 35px;
	z-index: 1;
	position: relative;
	font-size: 14px;
	line-height: 1.7;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}
.honkowa-content:before {
	content: url(../img/block_top.png);
	display: block;
	margin: -40px 0 32px -24px;
}
.honkowa-content:after {
	content: url(../img/block_btm.png);
	display: block;
	margin: 16px 0 -24px -24px;
}
.honkowa-content dl img {
	float: right;
	margin: 0 0 16px 16px;
}
.honkowa-content dd a:hover {
	text-decoration: none;
}
.honkowa-content dd .cast {
	margin-bottom: 16px;
}
.honkowa-content dd .cast li {
	font-size: 15px;
	color: #b1b1b1;
	line-height: 1.6;
	text-indent: 3em;
}
.honkowa-content .title_biock {
	margin: 16px 0;
	text-align: left;
}
.honkowa-content .text_block {
	padding: 16px;
	border: 1px solid rgb(140, 0, 7);
	margin: 0 0 12px 0;
}
.honkowa-content .mfont3 {
	color: rgba(206,197,168,1.00);
}
.honkowa-content .sfont3 {
	color: rgba(206,197,168,1.00);
	font-size: 80%;
}
.honkowa-content a {
	color: rgba(183,153,99,1.00);
	transition: color 0.6s ease-out;
}
.honkowa-content .text_w {
	font-weight: bold;
}
.honkowa-content a:hover, .honkowa-content .con_box ul li a:hover {
	color: rgba(183,153,99,.7);
	transition: color 0.6s ease-out;
}
.honkowa-content .over {
	text-align: left;
	padding: 8px;
	display: block;
	line-height: 1;
}
.honkowa-content dd .cast li span {
	font-size: 11px;
	letter-spacing: -0.14em;
}
.honkowa-content dd .cast li.title {
	text-indent: inherit;
}
.honkowa-content .text_block_s {
	font-size: 12px;
	margin-top: 16px;
	margin-bottom: 24px;
	padding-bottom: 24px;
	background-image: url(../img/line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: rgba(199,199,199,1.00);
}
.honkowa-content span.text_block_s {
	background: none;
	padding: 0;
}
.honkowa-content .con_box .season_ttl {
	color: rgba(228,0,12,1.00);
	font-size: 16px;
	background-image: url(../img/line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 1;
	padding-left: 8px;
	margin-bottom: 12px;
	padding-bottom: 8px;
	letter-spacing: normal;
	padding-top: 0;
}
.honkowa-content .con_box .season_ttl a {
	color: rgba(228,0,12,1.00);
	font-size: 16px;
	background-image: url(../img/line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 1;
	padding-left: 0;
	margin-bottom: 12px;
	padding-bottom: 8px;
	letter-spacing: normal;
	padding-top: 0;
}
/*コンテンツページ共通写真設定*/
.honkowa-content .cx_imgProtect {
	float: right;
	margin: 0 0 16px 16px;
}
.honkowa-content .cx_imgProtect.photo-f {
	display: block;
}
.honkowa-content dd >span:after {
	content: " ";
	background-image: url(../img/photo-f.png);
	display: block;
	height: 200px;
	width: 300px;
	position: absolute;
	right: 0;
}
.honkowa-content dd >span.lengthwise:after {
	content: " ";
	background-image: url(../img/photo-f_l.png);
	display: block;
	height: 300px;
	width: 200px;
	position: absolute;
}
.honkowa-content .cx_imgProtect.photoleft {
	float: left;
	margin: 0 16px 16px 0;
}
.honkowa-content .cx_imgProtect.center {
	float: none;
	margin: 0 8px 16px 0;
}
.honkowa-content .photo {
	width: 266px;
	float: right;
}
.honkowa-content .photo.center {
	width: 100%;
	float: none;
}
.honkowa-content .photo .caption {
	float: right;
	margin-bottom: 16px;
	color: rgba(183,153,99,1.00);
}
.honkowa-content .img_boder {
	margin-top: 16px;
	margin-bottom: 16px;
	border-bottom: 1px dotted #ffffff;
	display: block;
	padding-bottom: 8px;
}
.honkowa-content.interview >p {
	padding: 0 0 24px 0;
}
.honkowa-content #topics47 dd {
	border: 1px dotted #983335;
	padding: 8px;
	margin: 10px;
	background-color: #13120A;
}
/*各コンテンツ共通*/

.honkowa-content.backnamber .con_box, .honkowa-content.interview .con_box {
	background-image: url(../img/con_boxBg.png);
	background-repeat: repeat;
	padding: 12px 8px 0;
	float: left;
	width: 288px;
	letter-spacing: -0.5em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	margin: 0 16px 16px 0;
}
.honkowa-content.backnamber .con_box:nth-child(even), .honkowa-content.interview .con_box:nth-child(even) {
	margin-right: 0;
}
.honkowa-content.backnamber .regular .con_box, .honkowa-content.interview .regular .con_box {
	width: 192px;
}
.honkowa-content.backnamber .con_box dd, .honkowa-content.topics .con_box dd, .honkowa-content.interview .con_box dd {
	line-height: 1;
	padding-bottom: 12px;
	font-size: 14px;
	padding-left: 12px;
	letter-spacing: normal;
	color: rgba(255,255,255,1.00);
}
.honkowa-content.backnamber .con_box dd a, .honkowa-content.topics .con_box dd a, .honkowa-content.interview .con_box dd a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	transition: color 0.6s ease-out;
}
.honkowa-content.backnamber .con_box dd a:hover, .honkowa-content.topics .con_box dd a:hover, .honkowa-content.interview .con_box dd a:hover {
	color: rgba(183,153,99,.7);
	transition: color 0.6s ease-out;
	text-decoration: underline;
}
p.season, .honkowa-content.interview >p.season, .honkowa-content.interview >p.season:first-of-type, .honkowa-content >p.season:first-of-type {
	background: linear-gradient(transparent 40%, rgba(53,9,10,1.00) 40%);
	color: rgba(183,153,99,1.00);
	padding: 0;
	margin: 0 0 16px;
}
.text_block p {
	color: rgba(206,197,168,1.00);
	margin: 0 0 8px 0;
	padding-top: 8px;
	font-size: 16px;
}
.mfont5 {
	color: rgba(183,153,99,1.00);
}
.text_block p.mfont5 {
	margin: 0 0 8px 0;
	padding-top: 0px;
}
.fileList {
	margin: 0;
	padding: 0;
	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;
	list-style: none;
}
.fileList .con_box ul .season_ttl {
	margin-top: 0;
	font-size: 16px;
}
.fileList .con_box ul .season_ttl a {
	color: rgba(228,0,12,1.00);
}
.fileList .con_box ul .season_ttl a:hover {
	color: rgba(228,0,12,1.00);
}
.btn {
	width: 240px;
	margin: 0 auto 56px;
}
.btn a {
	background-color: rgba(136,24,26,1.00);
	display: block;
	width: 240px;
	height: 56px;
	transition: all 0.6s ease-out;
}
.btn a:hover {
	background-color: rgba(35,31,31,1.00);
	transition: all 0.6s ease-out;
}
/*ストーリー*/

.honkowa-content.file dl {
	background-image: url(../img/line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0 0 24px 0;
	margin: 0 0 24px 0;
	min-height: 228px;
}
.honkowa-content.file > h4+dl:before {
	content: "";
	display: block;
	margin-bottom: 24px;
	width: 592px;
	height: 1px;
	background-image: url(../img/line.png);
	background-size: cover;
}
.honkowa-content.file dt {
	font-size: 20px;
	color: #e4000c;
	line-height: 1;
	padding-bottom: 10px;
	background-image: none;
	margin-bottom: 0;
	font-weight: bold;
}
.honkowa-content.file dd {
	position: relative;
}
.honkowa-content.file dd p {
	font-size: 14px;
	color: #ededed;
	margin: 14px 0 0 0;
	line-height: 1.5;
}
/*トピックス*/

.honkowa-content.topics dl.con_box {
	margin-bottom: 8px;
}
.honkowa-content.topics .text_block_s dt {
	color: #e4000c;
	line-height: 1;
	padding-bottom: 10px;
	background-image: none;
	margin-bottom: 0;
	font-weight: bold;
}
.honkowa-content.topics dd .cast, .honkowa-content.topics dd .cast li {
	font-size: 12px;
}
.honkowa-content.topics dd .topics60 li {
	text-indent: 5em;
}
.honkowa-content.topics dd .topics60 li.title {
	padding-left: 5em;
	text-indent: -5em;
}
.honkowa-content.topics p {
	padding: 24px 0 12px 0;
}
.honkowa-content.topics >p:first-of-type, .honkowa-content.topics >p:nth-of-type(2){
	padding: 0;
}
/*バックナンバー*/


.honkowa-content.backnamber .regular {
	margin-bottom: 8px;
}
.honkowa-content.backnamber .regular .con_box {
	margin: 0 8px 8px 0;
}
.honkowa-content.backnamber .fileList.regular .con_box:nth-child(3n) {
	margin-right: 0;
}
.honkowa-content.backnamber .con_box ul {
	list-style: none;
	letter-spacing: normal;
}
.honkowa-content.backnamber .con_box ul li a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	transition: color 0.6s ease-out;
	font-size: 16px;
}
.honkowa-content.backnamber .con_box ul li a:hover {
	text-decoration: underline;
	transition: color 0.6s ease-out;
}
li.season_ttl {
	padding-top: 16px;
	text-indent: inherit;
}
.honkowa-content .con_box .season_ttl a {
	color: rgba(228,0,12,1.00);
	text-decoration: none;
}
/*ほんこわメンバー*/

#menber {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 520px;
}
#menber li {
	float: left;
	width: 130px;
	text-align: center;
	list-style-type: none;
	margin-bottom: 16px;
	line-height: 1;
}
#menber li .mfont3 {
	font-size: 12px;
}
#menber li img {
	margin-bottom: 8px;
}

.member_title{
	color: rgba(206,197,168,1.00);
	text-align: center;
	padding: 0 0 10px 0;
	font-size: 20px;
	font-weight: bold;
}
/*トピックス*/

.topics_ttl li {
	line-height: 1.5;
	margin-bottom: 8px;
	text-indent: 1em;
}
.topics_ttl li a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	line-height: 1;
	font-size: 16px;
}
.topics_ttl li a:hover {
	text-decoration: underline;
}
/*トピックスページ内FAQ*/

.honkowa-content dl.topicsfaq {
	background: none;
	margin-bottom: 24px;
}
.honkowa-content dl.topicsfaq dt {
	color: rgba(228,0,12,1.00);
	margin-top: 16px;
	font-weight: bold;
}
.honkowa-content dl.topicsfaq.name_c dt {
	color: rgba(206,197,168,1.00);
	font-weight: bold;
}
.honkowa-content dl.topicsfaq dd {
	margin-top: 8px;
}
/*トピックス43用*/

.honkowa-content .text_block.topics43 {
	font-size: 0;
}
.honkowa-content .text_block.topics43 dl {
	background-image: none;
	width: 120px;
	display: inline-block;
	margin: 16px 9px;
	padding: 0;
}
.honkowa-content .text_block.topics43 dl img {
	margin: 0;
	float: none;
}
.honkowa-content .text_block.topics43 dt {
	height: 160px;
}
.honkowa-content .text_block.topics43 dd {
	margin: 8px 0 0;
	text-align: center;
	font-size: 14px;
	line-height: 1;
}
.honkowa-content .text_block.topics43 dd span {
	font-size: 12px;
	padding-top: 4px;
	margin-top: 0px;
	display: block;
}
/*その他*/

#honkowa #cx_commonOverlayWrap #cx_commonOverlayWindow {
	padding: 0;
}
/*ご意見*/
.honkowa-content.messe {
	color: rgba(169,169,169,1.00);
}
#messe {
	width: 592px;
}
.honkowa-content.messe h5, .honkowa-content.messe div {
	transform: rotate(0.001deg);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.honkowa-content .messe_txt {
	color: rgba(228,0,12,1.00);
	font-size: 16px;
}
.honkowa-content.messe .btn {
	width: 240px;
	margin: 24px auto 56px;
}
.honkowa-content.messe .text_block_s {
	background: none;
	margin: 24px 0;
	padding: 0px;
}

@media print {
#honkowa-logo_top img {
	display: none;
}
}
/*cx_smartphoneview*/

.cx_smartphoneview h4 {
	margin: 0 0 -48px 8px;
}
.cx_smartphoneview .honkowa-oshirase {
	margin: 0 24px 35px 24px;
	background-size: contain;
}
.cx_smartphoneview .honkowa-oshirase dt {
	width: 100%;
	margin-bottom: 8px;
}
.cx_smartphoneview .honkowa-oshirase:before {
	content: "";
	display: block;
	margin: -24px 0 16px -16px;
	width: 592px;
	height: 7px;
	background-image: url(../img/block_top.png);
	background-size: cover;
}
.cx_smartphoneview .honkowa-oshirase:after {
	content: "";
	background-image: url(../img/block_btm.png);
	background-size: cover;
	display: block;
	margin: 16px 0 -24px -16px;
	width: 592px;
	height: 7px;
}
.cx_smartphoneview .honkowa-oshirase dt, .cx_smartphoneview .honkowa-oshirase dd a, .cx_smartphoneview .honkowa-content dl, .cx_smartphoneview .honkowa-content dl dd, .cx_smartphoneview .honkowa-content .fileList .con_box ul li.season_ttl a, .cx_smartphoneview .honkowa-content .con_box ul li.season_ttl, .cx_smartphoneview li.season_ttl, .cx_smartphoneview .honkowa-content >p, .cx_smartphoneview .text_block p, .cx_smartphoneview .honkowa-content dl dd ul li, .cx_smartphoneview .honkowa-content dl dd p, .cx_smartphoneview .honkowa-content.backnamber .con_box dd, .cx_smartphoneview .honkowa-content.topics .con_box dd, .cx_smartphoneview .honkowa-content.interview .con_box dd, .cx_smartphoneview .honkowa-content h6, .cx_smartphoneview .honkowa-content, .cx_smartphoneview .honkowa-content .text_block, .cx_smartphoneview .honkowa-content .mfont3, .cx_smartphoneview .honkowa-content .messe_txt, .cx_smartphoneview .honkowa-content dl dt, .cx_smartphoneview .honkowa-content .fileList .con_box ul li a, .cx_smartphoneview .topics_ttl li a {
	font-size: 2.4rem;
}
.cx_smartphoneview .honkowa-content h5, .cx_smartphoneview .honkowa-content .con_box .season_ttl, .cx_smartphoneview .honkowa-content .con_box .season_ttl a {
	font-size: 2.8rem
}
.cx_smartphoneview .honkowa-content .text_block_s {
	font-size: 1.6rem;
}
.cx_smartphoneview .honkowa-content .text_block.topics43 {
	font-size: 0;
}
.cx_smartphoneview .honkowa-content .text_block.topics43 dd, .cx_smartphoneview .honkowa-content #menber li .mfont3 {
	font-size: 1.5rem;
}
.cx_smartphoneview .honkowa-content dd .cast li span {
	font-size: 16px;
	letter-spacing: normal;
}
.cx_smartphoneview #topnavi {
	padding: 0px;
	width: 592px;
	height: 155px;
	letter-spacing: -0.5em;
	position: relative;
	font-size: 0;
	margin: 0 24px;
}
.cx_smartphoneview #topnavi li {
	width: 192px;
	height: 74px;
}
.cx_smartphoneview #topnavi li a {
	width: 192px;
	height: 74px;
}
.cx_smartphoneview #topnavi li img {
	width: 605px;
	height: 168px;
}
.cx_smartphoneview #topnavi li:before {
	width: 192px;
	height: 74px;
	background-size: 604px 168px;
}
.cx_smartphoneview #topnavi li.file:before {
	background-position: -207px -7px;
}
.cx_smartphoneview #topnavi li.topics:before {
	background-position: -407px -7px;
}
.cx_smartphoneview #topnavi li.interview:before {
	background-position: -6px -88px;
}
.cx_smartphoneview #topnavi li.member:before {
	background-position: -207px -88px;
}
.cx_smartphoneview #topnavi li.messe:before {
	background-position: -407px -88px;
}
.cx_smartphoneview #topnavi li.file img {
	-webkit-transform: translate(-208px, -7px);
	-ms-transform: translate(-208px, -7px);
	transform: translate(-208px, -7px);
}
.cx_smartphoneview #topnavi li.topics img {
	-webkit-transform: translate(-408px, -7px);
	-ms-transform: translate(-408px, -7px);
	transform: translate(-408px, -7px);
}
.cx_smartphoneview #topnavi li.interview img {
	-webkit-transform: translate(-6px, -88px);
	-ms-transform: translate(-6px, -88px);
	transform: translate(-6px, -88px);
}
.cx_smartphoneview #topnavi li.member img {
	-webkit-transform: translate(-208px, -88px);
	-ms-transform: translate(-208px, -88px);
	transform: translate(-208px, -88px);
}
.cx_smartphoneview #topnavi li.messe img {
	-webkit-transform: translate(-407px, -94px);
	-ms-transform: translate(-407px, -94px);
	transform: translate(-407px, -88px);
}
.cx_smartphoneview h2#honkowa-logo {
	width: 592px;
	margin: 0 auto;
}
.cx_smartphoneview #honkowa-logo a img {
	width: 100%;
}
.cx_smartphoneview h3#topics img, .cx_smartphoneview h3#file img, .cx_smartphoneview h3#topics img {
	margin: -4px 0 0 -4px;
}
.cx_smartphoneview .honkowa-content {
	width: 546px;
	margin: 0 24px 32px;
	background-size: contain;
}
.cx_smartphoneview .honkowa-content:before {
	content: "";
	display: block;
	margin: -40px 0 32px -22px;
	width: 592px;
	height: 7px;
	background-image: url(../img/block_top.png);
	background-size: cover;
}
.cx_smartphoneview .honkowa-content:after {
	content: "";
	background-image: url(../img/block_btm.png);
	background-size: cover;
	display: block;
	margin: 16px 0 -24px -24px;
	width: 592px;
	height: 8px;
}
.cx_smartphoneview .honkowa-content .cx_imgProtect {
	float: inherit;
	margin: 0 0 16px 0;
	width: 100%;
	height: inherit;
}
.cx_smartphoneview .honkowa-content .photo {
	/* width: 266px; */
    /* float: right; */
	width: 100%;
}
.cx_smartphoneview .honkowa-content .photo img {
	/* float: right; */
	margin: 0 0 16px 0;
	width: 100%;
	height: inherit;
}
.cx_smartphoneview .photo-sp {
	display: none;
}
.cx_smartphoneview .topics_ttl li {
	text-indent: inherit;
	margin-bottom: 32px;
}
.cx_smartphoneview .honkowa-content.backnamber .con_box, .cx_smartphoneview .honkowa-content.topics .con_box, .cx_smartphoneview .honkowa-content.interview .con_box {
	width: 100%;
	margin: 0 0 16px 0;
}
.cx_smartphoneview .honkowa-content .con_box .season_ttl {
	margin-bottom: 24px;
	padding-top: 16px;
	position: relative;
}
.cx_smartphoneview .honkowa-content.backnamber .con_box dd, .cx_smartphoneview .honkowa-content.topics .con_box dd, .cx_smartphoneview .honkowa-content.interview .con_box dd {
	margin-bottom: 24px;
	position: relative;
	padding-left: 1.5em;
}
.cx_smartphoneview .honkowa-content.backnamber .con_box dd:before, .cx_smartphoneview .honkowa-content.topics .con_box dd:before, .cx_smartphoneview .honkowa-content.interview .con_box dd:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #b59760;
	top: 10px;
	left: 14px;
}
.cx_smartphoneview .honkowa-content .text_block.topics43 dl {
	margin: 16px 4px;
	padding: 0;
}
.cx_smartphoneview #messe {
	width: 546px;
}
.cx_smartphoneview .honkowa-content dd >span:after {
	content: " ";
	background-image: url(../img/photo-f.png);
	display: block;
	height: 364px;
	width: 546px;
	position: absolute;
	right: 0;
	top: 0;
	background-size: contain;
}
.cx_smartphoneview .honkowa-content dd >span.lengthwise:after {
    content: " ";
    background-image: url(../img/photo-f.png);
    display: block;
    height: 546px;
    width: 819px;
    position: absolute;
    right: -137px;
    top: 136px;
    background-size: cover;
    transform: rotate(-90deg);
}


