@charset "utf-8";
/*---------------reset------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0;vertical-align: bottom;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul,li{list-style:none;}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}
input,textarea,select{*font-size:100%}legend{color:#000}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
-webkit-text-size-adjust:100%;/* iPhoneでの文字サイズ自動修正 を使わない*/
}
body{
	font-size: 62.5%;
}
/*---------------base------------------*/
/* fp-ohp-customcss */
#fp-bhp.fpbhp-pc #fp-bhp-infomain h3 span{
	background-color:#d0181b;
}

@media print{
* {display: none;}
}

img {
  -webkit-touch-callout:none;
}

body {
    font-family:Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,メイリオ,sans-serif;
}
span.small{
	font-size: 80%;
}

.cx_smartphoneview .sp_small{
font-size: 86%;
}

/*#fp-wrap{
	background: url(../img/calendar_bg.png) repeat-x 0 425px, url(../img/main.png) no-repeat center 0,url(../img/mainbg_01.png) repeat-x,url(../img/main_bg02.png) fixed;
}*/
#fp-l{
	/*background: url(../img/main_visual.jpg) no-repeat;*/
	font-size: 160%;
	line-height: 1.5;
	color: #3e0800;
}
.theme,.nav,.sumarry,.lineup,.twitter,.cast,.data{
	margin-top: 135px;
}
.main-visual{
	position: relative;
}
.main-visual img{
	margin-top: -103px;
}
.main-visual>h1{
	display: none;
}
.main-visual p{
	position: absolute;
	width: 100%;
	color: #fff;
	top: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.3;
}
.main-visual p span{
	font-size: 40px;
}
.main-visual p span.text_jp{
	font-size: 33px;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.sp_space {
	display: none;
}
.cx_smartphoneview .pc {
	display: none;
}
.cx_smartphoneview .sp {
	display: block;
}
.cx_smartphoneview .sp_space {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* .cx_smartphoneview h2 img {
	width: 56%;
} */

/*---------------end------------------*/
.end .main-visual img{
	margin-top: 0;
}
/* #fp-wrap.end{
	background: url(../img/mainbg_02.jpg) repeat-x center top,#fff3d6;
} */
#fp-wrap.end{
	background-color: #000;
	background-image: url(../img/mainbg_01.jpg),url(../img/mainbg_02.jpg);
	background-repeat: no-repeat,repeat;
	background-position: center top,center top;
	-webkit-background-size: auto,contain;
	background-size: auto,contain;
	min-width: 1000px;
}
.end .data p.btn.data_end{
	box-sizing: border-box;
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
	display: inline-block;
	text-shadow: 2px 1px 0px #5B5B51;
	text-decoration: none;
	padding: 7px 0 7px 10px;
	text-align: center;
	border-radius: 5px;
	background-color: #8F8B79;
	width:400px;
	position: relative;
}
/*---------------calendar------------------*/

.calendar{
	position: relative;
	top:425px;
	color: #ffffff;
	font-weight: bold;
	font-size: 118%;
	height: 103px;
	background: url(../img/calendar_bg.png) repeat-x;
}
.calendar p{
	text-align: center;
}
.calendar p:first-child{
	padding:10px 0 0;
}
.calendar a:hover{
	background-color: #D0181B;
}
/*PC*/
.cx_smartphoneview .calendar_pc,
.cx_displaydevice .calendar_sp,
.cx_displaydevice .calendar_ios{
	display: none;
}
.cx_displaydevice .calendar_pc{
	display: block;
}
/*android*/
.calendar_ios.calendar_none{
	display: none;
}
/*iOs*/
.calendar_sp.calendar_none{
	display: none;
}

.cx_smartphoneview .line2_upper {
margin: 15px 0 0;
}

.cx_smartphoneview .line2_bottom {

margin: 0 0 15px;
}

.cx_smartphoneview .line2 {
margin: 0px 0;
}

.cx_smartphoneview .line2 dd{
    flex-grow: none;
}


.cx_smartphoneview .line2 dd,
.cx_smartphoneview .line2_bottom dd,
.cx_smartphoneview .line2_upper dd{
    flex-grow: none;
}


/*ボタン1つ*/
.calendar p a{
	box-sizing: border-box;
	color: #ffffff;
	display: inline-block;
	text-shadow: 2px 1px 0px #9C1214;
	text-decoration: none;
	margin-top: 7px;
	padding: 7px 0 7px 10px;
	text-align: center;
	border-radius: 5px;
	background-color: #e52124;
	width:400px;
	position: relative;
	box-shadow:0px 3px 0px 0px #9C1214;
}

.calendar p a:before{
	position: absolute;
	top:13px;
	left: 13px;
	content: url(../img/calendar_arrow.png);
	font-size: 50%;
	vertical-align: text-top;
}
/*ボタン2つ*/
.calendar ul{
	text-align: center;
	margin-top: 7px;
}
.calendar ul a{
	box-sizing: border-box;
	color: #ffffff;
	display: inline-block;
	text-shadow: 2px 1px 0px #9C1214;
	text-decoration: none;
	padding: 7px 0 7px 10px;
	text-align: center;
	border-radius: 5px;
	background-color: #e52124;
	width:305px;
	position: relative;
	box-shadow:0px 3px 0px 0px #9C1214;
}

.calendar ul a:first-child{
	margin-right: 10px;
}
.calendar ul li:before{
	position: absolute;
	top:13px;
	left: 13px;
	content: url(../img/calendar_arrow.png);
	font-size: 55%;
	color: #ffffff;
	vertical-align: text-top;
}
/*ボタン3つ*/
.calendar ul.btn03 p:first-child{
	padding:5px 0 0;
}
.calendar ul.btn03{
	margin-top: 2px;
	text-align: center;
}
.calendar ul.btn03 a:last-child{
	margin-left: 10px;
}
.calendar ul.btn03 a{
	font-size: 90%;
	line-height: 1.2;
	width: 200px;
	padding: 7px 0 7px 3px;
}
.calendar ul.btn03 li:before{
	position: absolute;
	top:22px;
	left: 7px;
}




/*---------------nav------------------*/

.nav ul.btn01{
	width: 600px;
	margin: 0 auto;
}
.nav ul.btn01 a li:after{
	content: "";
	display: block;
	width: 590px;
	height: 65px;
	border:#e0d3b8 solid 2px;
	position: absolute;
	top: 4px;
	left: 3px;
}
.nav ul.btn01 a li{
	width: 600px;
	padding: 20px 0;
	position: relative;
	vertical-align: top;
	text-align: center;
	background: #ec4b00;
	/*background: #ec4b00 url(../img/bg_japanese_03.png);*/

}

.nav ul.btn02 a{
	display: inline-block;
}
.nav ul.btn02 a:first-child{
	margin-right: 10px;
}
.nav ul.btn02 a li:after{
	content: "";
	display: block;
	width: 305px;
	height: 70px;
	border:#e0d3b8 solid 2px;
	position: absolute;
	top: 3px;
	left: 3px;
}
.nav ul.btn02 a li{
	display: inline-block;
	width: 315px;
	height: 80px;
	padding: 25px 0 25px 25px;
	position: relative;
	vertical-align: top;
	text-align: center;
	box-sizing: border-box;
	background: #ec4b00;
	/*background: #ec4b00 url(../img/bg_japanese_03.png);*/
}

.nav ul a:hover li,
.nav ul.btn04 a:hover li{
	background: #d10027;
	/*background: #e93c00 url(../img/bg_japanese_03.png);*/
}
.nav ul.btn02 a li:before,.nav ul.btn01 a li:before{
	position: absolute;
	top: 30px;
	left: 25px;
	display: inline-block;
	content: "";
	background: url(../img/lineup_arrow01.png) no-repeat;
	width: 26px;
	height: 24px;
}
.nav ul.btn02 a li.blank:before,.nav ul.btn01 a li.blank:before{
	display: inline-block;
	content: "";
	background: url(../img/nav_arrow_blank.png) no-repeat;
	width: 23px;
	height: 26px;
}

.nav ul.btn03 a li{
	display: inline-block;
	width: 206px;
	height: 70px;
	padding: 22px;
	position: relative;
	vertical-align: top;
	text-align: center;
	box-sizing: border-box;
	background: #ec4b00;
	/*background: #ec4b00 url(../img/bg_japanese_03.png);*/
}
.nav ul.btn03 a:nth-of-type(2) li{
	padding-top: 8px;
}
.nav ul.btn03 a li img{
	margin-left: 15px;
}
.nav ul.btn03 a li:before{
	position: absolute;
	top: 26px;
	left: 15px;
	display: inline-block;
	content: "";
	background: url(../img/nav_btn03_arrow.png) no-repeat;
	width: 21px;
	height: 19px;
}
.nav ul.btn03 a{
	margin-right: 10px;
}
.nav ul.btn03 a li:nth-child(2){
}
.nav ul.btn03 a:last-child{
	margin-right: 0;
}
.nav ul.btn03 a li:after{
	content: "";
	display: block;
	width: 196px;
	height: 60px;
	border:#e0d3b8 solid 2px;
	position: absolute;
	top: 3px;
	left: 3px;
}


.nav ul.btn04 a li{
	float: left;
	/* width: 210px; */
	width: 156px;
	height: 55px;
	/* height: 78px; */
	padding: 20px 0 0;
	/* padding: 4px 0 0; */
	vertical-align: top;
	text-align: center;
	background: #e10a32;
	border-radius: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}
.nav ul.btn04 a li.mg0{
	margin-right: 0;
}
.nav ul.btn04 a li img{
	width: 92%;
}

.nav ul.btn04 a li.nav_present {
    padding: 12px 0 8px;
}

.jidume05 {
letter-spacing: -0.5px;
}

.jidume1 {
letter-spacing: -1px;
}

.cx_smartphoneview .nav {
	/* margin: 135px 20px 0; */
	margin: 135px 0 0;
}
.cx_smartphoneview .nav ul.btn04 a li {
	width: 317px;
	/* width: 210px; */
	margin-right: 6px;
}
/* .cx_smartphoneview .nav li:nth-child(even) {
    margin-right: 0!important;
} */
.cx_smartphoneview .nav ul.btn04 a li.mg0_sp{
	margin-right: 0;
}
.cx_smartphoneview .nav ul.btn04 a li img {
    width: 56%;
}

/*---------------movie------------------*/
#movie {
margin: 20px 0 40px;
}
.movie .cx_video_player video{
padding: 0;
}
#movie .movBase{
border: solid 2px #ec4b00;
box-sizing: border-box;
width: 640px;
height: 362px;
padding: 0;
background: #000;
margin-bottom: 20px;
}
#movie .movBase .cx_video_player{
}

#movie h2{
text-align: center;
background: #e10a32;
padding: 8px 0;
margin-bottom: 20px;
}
.cx_smartphoneview #movie h2{
margin-bottom: 10px;
}
#movie .mov_box h3{
text-align: center;
color:  #cc4700;
/*border-bottom: solid 4px  #4a9be6;*/
/*color:  #0060b9;*/
/*border-left: 4px solid #0060b9;*/
font-weight: bold;
font-size: 24px;
padding-left: 10px;
}
/*---------------sumarry------------------*/
.sumarry{
	background:url(../img/summary_bg.png) no-repeat 95% 88%;
	background-color: #F4EFE6;
	width: 640px;
	line-height: 1.3;
}
.sumarry h2{
	text-align: center;
	padding-top: 20px;
}
.sumarry p{
	text-align: center;
	margin-top: 20px;
}
.sumarry p:last-of-type{
	margin-bottom: 20px;
}
.sumarry:after{
	display: block;
	content: "";
	height: 30px;
	background: url(../img/summary_dots.png) no-repeat center 0%;
}
/*---------------recruitment------------------*/
h2#recruitment{
    margin: 25px 0 10px;
}
.recruitment{
	background:url(../img/summary_bg.png) no-repeat 95% 88%;
	background-color: #F4EFE6;
	width: 640px;
	line-height: 1.3;
    padding: 25px 0px 0px;
}
.recruitment:before {
    display: block;
    content: "";
    height: 30px;
    background: url(../img/summary_dots.png) no-repeat center 0%;
}
.recruitment:after {
    display: block;
    content: "";
    height: 30px;
    background: url(../img/summary_dots.png) no-repeat center 0%;
}
.recruitment p{
    margin: 0 20px;
}
.recruitment p:first-of-type{
    font-size: 19px;
    line-height: 1.6;
    font-weight: 600;
    text-align: center;
}
.recruitment p:first-of-type strong{
    font-size: 24px;
    color: #ec4b00;
    font-weight: 600;
}
.recruitment .destination{
    background: rgba(255,255,255,0.8);
    padding: 10px;
    font-size: 16px;
    line-height: 1.6;
    margin: 10px 20px 20px;
}
.recruitment .destination strong{
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    padding: 2px;
    background: rgba(62, 8, 0, 0.8);
    margin: 0 0 8px;
}
.recruitment .destination span{
    font-size: 14px;
}
/*----------ボタン-----------*/
.recruitment .btn a{
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background: #ec4b00;
    padding: 16px 0;
    margin: 30px auto 40px;
    width: 400px;
    border-radius: 10px;
}
.recruitment .btn a:after {
    content: "";
    display: block;
    position: absolute;
    top: 38%;
    right: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #fff;
}
.recruitment .btn a:hover{
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background: #ffb700;
    padding: 16px 0;
    margin: 30px auto 40px;
    width: 400px;
    border-radius: 10px;
}

/*----------コンテンツ見出し-----------*/
h2 img.pc {
	margin: 0 auto;
}

/*---------------お知らせ------------------*/
.notice p {
	background: #fff;
	color: #000;
	padding: 16px;
	margin-top: 16px;
	font-size: 16px;
}

.cx_smartphoneview .notice p {
	padding: 20px;
	margin: 20px 0 26px;
	font-size: 24px;
}


/*---------------lineup------------------*/

#app {
	padding: 0 20px 20px;
}

.lineup h2{
text-align: center;
background: #e10a32;
padding: 8px 0;
/* margin-bottom: 68px; */
margin-bottom: 56px;
}

.lineup{
	margin-top: 25px;
	background: rgba(255,255,255,0.7);
	/* padding-bottom: 20px; */
}

.lineup a{
	text-decoration: none;
}

.lineup .andMore {
    margin: 0 20px;
    text-align: center;
    font-size: 22px;
    color: #3e0800;
    font-weight: bold;
    /* background: #ffffff; */
    /* padding: 3px; */
	line-height: 100%;
}

.cx_smartphoneview .lineup {
    /* margin: 25px 20px 0; */
    margin: 25px 0;
}
.cx_smartphoneview .lineup .andMore {
    font-size: 30px;
}
.cx_smartphoneview #app {
    padding: 0;
}


/*----------------------------------色決め------------------------------------------*/

.obi{
	box-sizing: border-box;
	margin-top: 10px;
	padding: 13px 20px;
	height: 120px;
	width: 600px;
	line-height: 1.3;
	position: relative;
	z-index: 1;
}

.list01 .obi{
	background: url(../img/obi_bg_texture.png), #ff9900;
}
.list02 .obi{
	background: url(../img/obi_bg_texture.png), #ffbc00;
}
.list03 .obi{
	background: url(../img/obi_bg_texture.png), #eddb00;
}
.list04 .obi{
	background: url(../img/obi_bg_texture.png), #b4e100;
}
.list05 .obi{
	background: url(../img/obi_bg_texture.png), #4ddb12;
}
.list06 .obi{
	background: url(../img/obi_bg_texture.png), #11bd4e;
}
.list07 .obi{
	background: url(../img/obi_bg_texture.png), #04b191;
}
.list08 .obi{
	background: url(../img/obi_bg_texture.png), #008e9d;
}
.list09 .obi{
	background: url(../img/obi_bg_texture.png), #006595;
}
.list10 .obi{
	background: url(../img/obi_bg_texture.png), #004995;
}
.list11 .obi{
	background: url(../img/obi_bg_texture.png), #002795;
}
.list12 .obi{
	background: url(../img/obi_bg_texture.png), #100895;
}
.list13 .obi{
	background: url(../img/obi_bg_texture.png), #310893;
}
.list14 .obi{
	background: url(../img/obi_bg_texture.png), #590797;
}
.list15 .obi{
	background: url(../img/obi_bg_texture.png), #950797;
}
.list16 .obi{
	background: url(../img/obi_bg_texture.png), #a9097f;
}
.list17 .obi{
	background: url(../img/obi_bg_texture.png), #d30c68;
}
.list18 .obi{
	background: url(../img/obi_bg_texture.png), #d30c4c;
}
.list19 .obi{
	background: url(../img/obi_bg_texture.png), #c90808;
}
.list20 .obi{
	background: url(../img/obi_bg_texture.png), #e51500;
}

/* .golden .obi{
	background: url(../img/obi_bg_texture.png), #ff0000;
	border-bottom: solid 2px #880100;
} */
/* .night .obi{
	background: url(../img/obi_bg_texture.png), #0e439f;
	border-color: #060e1d;
} */
/* .mooning .obi{
	background: url(../img/obi_bg_texture.png), #0ac1ff;
	border-color: #066889;
} */
/* .noon .obi{
	background: url(../img/obi_bg_texture.png), #19c635;
	border-color: #052b0b;
} */
/* .evening .obi{
	background: url(../img/obi_bg_texture.png), #ff6c00;
	border-color: #713000;
} */
/* .tooshi .obi{
background: url(../img/obi_bg_texture.png), #804cd7;
	border-color: #190042;
} */

.lineup_inner dt{
	vertical-align: top;
	display: inline-block;
	background: #e91413;
	width: 100px;
	height: 1.5em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

.lineup_inner:after{
	width: 600px;
	margin-left: -20px;
	display: block;
	content: "";
	height: 15px;
	background: #e91413;
	/*background: #5a6e00 url(../img/bg_japanese_03.png);*/
}

.lineup_inner dt.long{
	width: 200px;
}


/*.over.golden .obi {
	background: url(../img/obi_bg_texture_over.png), #ff0000;
	border-bottom: solid 2px #880100;
}

.over.night .obi{
	background: url(../img/obi_bg_texture_over.png), #0e439f;
	border-color: #060e1d;
}
.over.mooning .obi{
	background: url(../img/obi_bg_texture_over.png), #0ac1ff;
	border-color: #066889;
}
.over.noon .obi{
	background: url(../img/obi_bg_texture_over.png), #19c635;
	border-color: #052b0b;
}
.over.evening .obi{
	background: url(../img/obi_bg_texture_over.png), #ff6c00;
	border-color: #713000;
}

.over.tooshi .obi{
background: url(../img/obi_bg_texture_over.png), #804cd7;
	border-color: #190042;
}*/

/* .over .obi{
	background: url(../img/obi_bg_texture_over.png), #8c7d77;
	border-color: #060e1d;
} */



.mooning .lineup_inner dt{
	background: #40aed2;
}

.mooning .lineup_inner:after{
	background: #40aed2;
}

.noon .lineup_inner dt{
	background: #3bb148;
}

.noon .lineup_inner:after{
	background: #3bb148;
}

.evening .lineup_inner dt{
	background: #e06207;
}

.evening .lineup_inner:after{
	background: #e06207;
}

.tooshi .lineup_inner dt{
	background: #421490;
}

.tooshi .lineup_inner:after{
	background: #421490;
}

.over .lineup_inner dt{
	background: #3c3c3c!important;
}

.over .lineup_inner:after{
	background: #3c3c3c!important;
}


.obi p{
margin-right: 40px;
padding-top: 5px;
color: #fff;
font-weight: bold;
text-shadow: 2px 1px 0px #501e00;
}

.obi h3{
	margin-right:40px;
	font-size: 118%;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 0px #501e00;
}
.lineup01 .obi .arrow{
	width: 26px;
	height: 24px;
	background: url(../img/lineup_arrow01.png) no-repeat;
	position: absolute;
	right: 10px;
	top:93px;
}
.lineup01 .obi .arrow_show{
	width: 26px;
	height: 24px;
	background: url(../img/lineup_arrow01.png) no-repeat;
	position: absolute;
	right: 10px;
	top:93px;
}
.lineup01 .obi .arrow_hide{
	width: 26px;
	height: 24px;
	background: url(../img/lineup_arrow02.png) no-repeat;
	position: absolute;
	right: 10px;
	top:93px;
}

.lineup02 .obi .arrow{
	width: 26px;
	height: 24px;
	background: url(../img/lineup_arrow01.png) no-repeat;
	position: absolute;
	right: 10px;
	top:93px;
}
.lineup02 .obi .arrow_show{
	width: 26px;
	height: 24px;
	background: url(../img/lineup_arrow01.png) no-repeat;
	position: absolute;
	right: 10px;
	top:93px;
}
.lineup02 .obi .arrow_hide{
	width: 26px;
	height: 24px;
	background: url(../img/lineup_arrow02.png) no-repeat;
	position: absolute;
	right: 10px;
	top:93px;
}
.lineup_inner{
	display: none;
	box-sizing: border-box;
	background: #ffffff;
	width: 600px;
	padding:20px 20px 0 20px;
}

.lineup_inner h4{
	font-size: 110%;
	font-weight: bold;
	color: #EC4B00;
}
.lineup_inner p{
	margin-bottom: 20px;
}
.lineup_inner p span{
	color: #3032b3;
	/* font-weight: bold; */
	/* background: #fdfa99; */
}
.lineup_inner dl:before{
	display: block;
	content: "";
	border-bottom: 1px dotted #5a6e00;
	margin-bottom: 20px;
}

.lineup_inner dd{
	display: inline-block;
	width: 445px;
	min-height: 1.5em;
	margin-bottom: 10px;
}
.lineup_inner dd span{
	color: #3032b3;
	/* font-weight: bold; */
	/* background: #fdfa99; */
}

.Venue101 .obi h3 {
	margin-top: 0!important;
}

.cx_smartphoneview .lineup_inner dd{
	width: 100%;
	font-size: 26px;
}




.lineup_inner dd.long{
	width: 365px;
}
.cx_smartphoneview .lineup_inner dd.long{
	width: 100%;
}
.lineup_inner dd.l_margin{
	margin-left: 115px;
}
.lineup_inner dd:last-child{
	margin-bottom: 20px;
}
.lineup_inner .long dt{
	width: 150px;
}
.lineup_inner .long dd{
	width: 435px;
}

.cx_smartphoneview .lineup_inner .long dd{
	width: 100%;
}

.lineup_inner ol{
	margin-bottom: 20px;
}
.lineup_inner ol li{
	display: inline-block;
	width: 295px;
	margin: 0 10px 3px 0;
}
.lineup_inner ol li:nth-child(2n){
	margin-right: 0;

}

.cx_smartphoneview .obi{
	/* width: 560px; */
	width: 640px;
}
.cx_smartphoneview .lineup_inner {
    /* width: 560px; */
    width: 640px;
}
.cx_smartphoneview .lineup_inner:after {
    /* width: 560px; */
    width: 640px;
}
.cx_smartphoneview .lineup_inner p{
	font-size: 26px;
}
.cx_smartphoneview .over .lineup_inner dt{
	font-size: 26px;
}

.cx_smartphoneview .list01 p.onair_date,
.cx_smartphoneview .list08 p.onair_date
{
    top: -30%;
    width: 640px;
    font-size: 26px;
}
.cx_smartphoneview .lineup h2 {
    margin-bottom: 64px;
}
.cx_smartphoneview .list07 {
    margin-bottom: 64px;
}




/*---------------lineup02------------------*/
.lineup02 .obi{
	height: 128px;
	box-sizing: border-box;
	padding-top: 20px;
	border-bottom: 2px solid #6d5213;
}

.lineup02 .obi p.time{
	/* display: none; */
	width: 74px;
	padding: 0 2px;
	margin-bottom: 3px;
	margin: -10px 10px 0 0;
	text-shadow: none;
	color: #e10a32;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	background-color: #fff;
	position: absolute;
	left: 25%;
	top: 24%;
	letter-spacing: -0.6px;
}
.lineup01 .obi p.time{
	width: 90px;
	padding: 2px;
	margin-bottom: 3px;
	margin: -10px 10px 0 0;
	text-shadow: none;
	color: #EC4B00;
	text-align: center;
	font-weight: bold;
	font-size: 130%;
	background-color: #fff;
	position: absolute;
	right: 0;
	letter-spacing: -0.6px;
}

.lineup02 .obi p.time span{
font-size: 80%;
}

.lineup01 .obi p.time span{
font-size: 70%;
}


.lineup02 .obi p{
	padding-top: 0;
}

.marathon p.time span,.marathon_oa p.time span,
.sugowaza p.time span,.sugowaza_oa p.time span {
	display: none;
}

/*------------------画像いれるのここです------------------*/
.lineup02 .obi p,
.lineup02 .obi h3{
	margin: 30px 20px 0 130px;
}

.lineup02 .obi.lines02{
	padding-top: 13px;
}
.lineup02 .obi ul.time {
	margin-left: 130px
}
.lineup02 .obi ul.time li{
	display: inline-block;
	width: 120px;
	font-size: 130%;
	padding: 4px 5px 2px;
	text-shadow: none;
	color: #EC4B00;
	text-align: center;
	font-weight: bold;
	background-color: #fff;
    letter-spacing: -1px;
	margin: -10px 10px 0 0;
	position: absolute;
    right: 0;
	line-height: 1.1;
}
#main-area .lineup02 .obi ul.time li:nth-child(2){
top: 20px;
}

#main-area .lineup02 .obi ul.time li span{
font-size: 70%;
}

.lineup02 .obi ul.time+p{
	padding-top: 0;
}

/*------------------放送日------------------*/
/* .list01 p.onair_date{
	position: absolute;
    top: -38%;
	left: 0;
    margin: 0;
    text-align: center;
    display: inline-block;
    width: 600px;
    font-size: 20px;
    text-shadow: none;
    background: #e10a32;
	padding: 5px;
    box-sizing: border-box;
	pointer-events: none;
	letter-spacing: 0.02em;
} */
.list01 p.onair_date,
.list08 p.onair_date {
	position: absolute;
    top: -32%;
	left: 0;
    margin: 0;
    text-align: center;
	display:flex;
	align-items: center;
	justify-content: center;
    width: 600px;
    font-size: 20px;
    text-shadow: none;
    box-sizing: border-box;
	pointer-events: none;
	letter-spacing: 0.02em;
	color: #e10a32;
}
.list01 p.onair_date::before,
.list01 p.onair_date::after{
	content: "";
	flex-grow:1;
	border-top: 2px solid #e10a32;
}
.list08 p.onair_date::before,
.list08 p.onair_date::after{
	content: "";
	flex-grow:1;
	border-top: 2px solid #e10a32;
}
.list01 p.onair_date:before,
.list08 p.onair_date:before {
	margin-right: 1rem;
}
.list01 p.onair_date:after,
.list08 p.onair_date:after {
	margin-left: 1rem;
}


/* .list07 p.onair_date{
	position: absolute;
    top: -38%;
	left: 0;
    margin: 0;
    text-align: center;
    display: inline-block;
    width: 600px;
    font-size: 20px;
    text-shadow: none;
    background: #e10a32;
	padding: 5px;
    box-sizing: border-box;
	pointer-events: none;
	letter-spacing: 0.02em;
} */
.list07 {
	margin-bottom: 56px;
}



/*---------------news------------------*/
h2#news{
	margin-top: 30px;
}
.news{
	margin-top: 0px;
}

.news .obi.news{
	margin-top: 0px;
	/*height: 120px;*/
}
.news a{
	text-decoration: none;
}
.news .obi h3 {
    padding-top: 25px;
}

.news_inner{
	display: none;
	box-sizing: border-box;
	background: #f4efe6;
	width: 640px;
	padding:20px 20px 0 20px;
}
.news_inner:after{
	width: 640px;
	margin-left: -20px;
	display: block;
	content: "";
	height: 15px;
	background: #5a6e00;
	/*background: #5a6e00 url(../img/bg_japanese_03.png);*/
}
.news_inner h4{
	font-size: 110%;
	font-weight: bold;
	color: #EC4B00;
}
.news_inner p{
	margin-bottom: 20px;
}
.news_inner dl:before{
	display: block;
	content: "";
	border-bottom: 1px dotted #5a6e00;
	margin-bottom: 20px;
}
.news_inner dt{
	vertical-align: top;
	background: #5a6e00;
	width: 600px;
	height: 1.5em;
	color: #f4efe6;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}
.news_inner dd{
	width: 485px;
	min-height: 1.5em;
	margin-bottom: 10px;
}

.news_inner dd.l_margin{
	margin-left: 115px;
}
.news_inner dd:last-child{
	margin-bottom: 20px;
}
.news_inner .long dt{
	width: 600px;
}
.news_inner .long dd{
	width: 435px;
}
.news_inner ol{
	margin-bottom: 20px;
}
.news_inner ol li{
	display: inline-block;
	width: 295px;
	margin: 0 10px 3px 0;
}
.news_inner ol li:nth-child(2n){
	margin-right: 0;

}
.news_inner h3 {
    font-size: 110%;
    font-weight: bold;
    color: #EC4B00;
	margin-bottom: 15px;
}

.news_inner dd.font-bold{
	font-weight: bold;
}
.news p .font-bold{
	font-weight: bold;
}


.lineup01 .obi.news .arrow{
	width: 26px;
	height: 24px;
	background: url(../img/lineup_arrow01.png) no-repeat;
	position: absolute;
/*	right: 20px;
	top:50px;*/
}
.lineup01 .obi.news .arrow_show{
	width: 26px;
	height: 24px;
	background: url(../img/lineup_arrow01.png) no-repeat;
	position: absolute;
	/*right: 20px;
	top:50px;*/
}
.lineup01 .obi.news .arrow_hide{
	width: 26px;
	height: 24px;
	background: url(../img/lineup_arrow02.png) no-repeat;
	position: absolute;
	/*right: 20px;
	top:50px;*/
}


/*---------------night------------------*/

.night .lineup_inner:after{
	background-color: #31405d;
}
.night .lineup_inner dt{
	background-color: #31405d;
}
.night .lineup_inner dl:before{
	border-bottom-color:#31405d;
}
.night .obi p,
.night .obi h3{
	text-shadow: 2px 1px 0px #4D4D4D;
}
/*---------------旧石器------------------*/
.kyusekki .obi{
	background-color: #0a7a61;
	border-color: #08624e;
}
.kyusekki .lineup_inner:after{
	background-color: #0a7a61;
}
.kyusekki .lineup_inner dt{
	background-color: #0a7a61;
}
.kyusekki .lineup_inner dl:before{
	border-bottom-color:#0a7a61;
}
.kyusekki .obi p,
.kyusekki .obi h3{
	text-shadow: 2px 1px 0px #085f4b;
}
.kyusekki .obi{
	position: relative;
}
.kyusekki .obi:before{
	display: inline-block;
	content: " ";
	width: 116px;
	height: 108px;
	/*background: url(../img/lineup_kyusekki_icon.png) no-repeat;*/
	position: absolute;
	top:6px;
	left: 15px;
}

/*---------------飛鳥・奈良------------------*/

.gol .lineup_inner:after{
	background-color: #dcaa00;
}
.gol .lineup_inner dt{
	background-color: #dcaa00;
}
.gol .lineup_inner dl:before{
	border-bottom-color:#dcaa00;
}
.gol .obi p{
text-shadow: 2px 1px 0px #a37e00;
}
.gol .obi h3{
color: #501e00;
	text-shadow: 2px 1px 0px #fff3cb;
}
.gol .obi{
	position: relative;
}
.gol .obi:before{
	display: inline-block;
	content: " ";
	width: 118px;
	height: 112px;

	position: absolute;
	top:2px;
	left: 20px;
}

/*---------------平安------------------*/

.heian .obi{
	background-color: #ff963c;
	border-color: #f07d0a;
}
.heian .lineup_inner:after{
	background-color: #ff963c;
}
.heian .lineup_inner dt{
	background-color: #ff963c;
}
.heian .lineup_inner dl:before{
	border-bottom-color:#ff963c;
	border-bottom-color:#ff963c;
}
.heian .obi p{

text-shadow: 2px 1px 0px #b45a01;
}
.heian .obi h3{
color: #501e00;
text-shadow: 2px 1px 0px #fff3cb;
}
.heian .obi{
	position: relative;
}
.heian .obi:before{
	display: inline-block;
	content: " ";
	width: 124px;
	height: 109px;
	position: absolute;
	top:5px;
	left: 5px;
}

/*---------------鎌倉------------------*/
.kamakura .obi{
	background-color: #ff645a;
	border-color: #e1411e;
}
.kamakura .lineup_inner:after{
	background-color: #ff645a;
}
.kamakura .lineup_inner dt{
	background-color: #ff645a;
}
.kamakura .lineup_inner dl:before{
	border-bottom-color:#ff645a;
}
.kamakura .obi p,
.kamakura .obi h3{
	text-shadow: 2px 1px 0px #e1411e;
}
.kamakura .obi{
	position: relative;
}
.kamakura .obi:before{
	display: inline-block;
	content: " ";
	width: 124px;
	height: 113px;
	position: absolute;
	top:4px;
	left: 15px;
}
/*---------------室町------------------*/
.muromachi .obi{
	background-color: #ea6061;
	border-color: #c45051;
}
.muromachi .lineup_inner:after{
	background-color: #ea6061;
}
.muromachi .lineup_inner dt{
	background-color: #ea6061;
}
.muromachi .lineup_inner dl:before{
	border-bottom-color:#ea6061;
}
.muromachi .obi p,
.muromachi .obi h3{
	text-shadow: 2px 1px 0px #cb5354;
}
.muromachi .obi{
	position: relative;
}
.muromachi .obi:before{
	display: inline-block;
	content: " ";
	width: 124px;
	height: 113px;
	background: url(../img/lineup_muromachi_icon.png) no-repeat;
	position: absolute;
	top:4px;
	left: 20px;
}
/*---------------戦国------------------*/
.sengoku .obi{
	background-color: #e33171;
	border-color: #ba285d;
}
.sengoku .lineup_inner:after{
	background-color: #e33171;
}
.sengoku .lineup_inner dt{
	background-color: #e33171;
}
.sengoku .lineup_inner dl:before{
	border-bottom-color:#e33171;
}
.sengoku .obi p,
.sengoku .obi h3{
	text-shadow: 2px 1px 0px #ba285d;
}
.sengoku .obi{
	position: relative;
}
.sengoku .obi:before{
	display: inline-block;
	content: " ";
	width: 124px;
	height: 113px;
	background: url(../img/lineup_sengoku_icon.png) no-repeat;
	position: absolute;
	top:4px;
	left: 14px;
}
/*---------------安土桃山------------------*/
.aduchi .obi{
	background-color: #eb50cd;
	border-color: #d228b4;
}
.aduchi .lineup_inner:after{
	background-color: #eb50cd;
}
.aduchi .lineup_inner dt{
	background-color: #eb50cd;
}
.aduchi .lineup_inner dl:before{
	border-bottom-color:#eb50cd;
}
.aduchi .obi p,
.aduchi .obi h3{
	text-shadow: 2px 1px 0px #d228b4;
}
.aduchi .obi{
	position: relative;
}
.aduchi .obi:before{
	display: inline-block;
	content: " ";
	width: 110px;
	height: 109px;
	position: absolute;
	top:6px;
	left: 20px;
}
/*---------------江戸------------------*/
.edo .obi{
	background-color: #b428c8;
	border-color: #8c00a0;
}
.edo .lineup_inner:after{
	background-color: #b428c8;
}
.edo .lineup_inner dt{
	background-color: #b428c8;
}
.edo .lineup_inner dl:before{
	border-bottom-color:#8c00a0;
}
.edo .obi p,
.edo .obi h3{
	text-shadow: 2px 1px 0px #8c00a0;
}
.edo .obi{
	position: relative;
}
.edo .obi:before{
	display: inline-block;
	content: " ";
	width: 122px;
	height: 112px;

	position: absolute;
	top:4px;
	left: 20px;
}
/*---------------明治・大正------------------*/
.meiji .obi{
	background-color: #6e4bff;
	border-color: #5028e6;
}
.meiji .lineup_inner:after{
	background-color:#6e4bff;
}
.meiji .lineup_inner dt{
	background-color: #6e4bff;
}
.meiji .lineup_inner dl:before{
	border-bottom-color:#5028e6;
}
.meiji .lineup_inner dd span{
	color: #605ea7;
	font-weight: bold;
}
.meiji .obi p,
.meiji .obi h3{
	text-shadow: 2px 1px 0px #4d4b86;
}
.meiji .obi{
	position: relative;
}
.meiji .obi:before{
	display: inline-block;
	content: " ";
	width: 118px;
	height: 112px;
	/*background: url(../img/lineup_meiji_icon.png) no-repeat;*/
	position: absolute;
	top:4px;
	left: 20px;
}
/*---------------昭和------------------*/
.showa .obi{
	background-color: #3071b7;
	border-color: #245386;
}
.showa .lineup_inner:after{
	background-color: #3071b7;
}
.showa .lineup_inner dt{
	background-color: #3071b7;
}
.showa .lineup_inner dl:before{
	border-bottom-color:#3071b7;
}
.showa .obi p,
.showa .obi h3{
	text-shadow: 2px 1px 0px #245386;
}
.showa .obi{
	position: relative;
}
.showa .obi:before{
	display: inline-block;
	content: " ";
	width: 126px;
	height: 113px;
	position: absolute;
	top:2px;
	left: 20px;
}


/*---------------平成------------------*/
.heisei .obi{
	background-color: #5587f0;
	border-color: #0064dc;
}
.heisei .lineup_inner:after{
	background-color: #5587f0;
}
.heisei .lineup_inner dt{
	background-color: #5587f0;
}
.heisei .lineup_inner dl:before{
	border-bottom-color:#5587f0;
}
.heisei .obi p,
.heisei .obi h3{
	text-shadow: 2px 1px 0px #0064dc;
}
.heisei .obi{
	position: relative;
}
.heisei .obi:before{
	display: inline-block;
	content: " ";
	width: 126px;
	height: 113px;
	position: absolute;
	top:2px;
	left: 20px;
}


/*---------------アイコンなし------------------*/
.no_icon .obi:before{
	display: inherit;
	content: " ";
	width: auto;
	height: auto;
	position: inherit;
}

.no_icon.lineup01 .obi p,
.no_icon.lineup01 .obi h3{
	margin-left:0;
/*	padding-top: 35px;*/
}


.no_icon.lineup01 .obi p,
.no_icon.lineup01 .obi h3.mg20{
	margin-left:0;
	/*padding-top: 20px;*/
}

.no_icon.lineup02 .obi p,
.no_icon.lineup02 .obi h3{
	margin-left:0;
	margin-right:40px;
}

/*--------------------------------放送中アイコン-------------------------------*/
.on_air_icon .obi::after{
	display: inline-block;
    content: " ";
    width: 84px;
    height: 30px;
    background: url(../img/onair_icon.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
	background-size: contain;
}

.cx_smartphoneview .on_air_icon .obi::after{
	display: inline-block;
    content: " ";
    width: 112px;
    height: 40px;
    background: url(../img/onair_icon.png) no-repeat;
    position: absolute;
    top: 0;
    right: 0;
	background-size: contain;
}


/*----放送中赤枠----*/

.sugowaza_oa .obi,
.marathon_oa .obi,
.onirenchan_sabi_oa .obi,
.gottsu_oa .obi,
.Venue101_oa .obi,
.lovemate_oa .obi,
.mayonaka_oa .obi,
.mezamashi_oa .obi,
.itazura_oa .obi,
.tousouchu_oa .obi,
.onirenchan_oa .obi,
.senryu_oa .obi,
.ariyoshi10_oa .obi,
.dokkiriGP_oa .obi,
.renchan400m_first_oa .obi,
.sazaesan_oa .obi,
.renchan400m_second_oa .obi,
.renchanonawa_oa .obi,
.taikyu_oa .obi,
.finale_oa .obi {
	border: 4px solid #e10a32;
}


/*---------------FNSスゴ技鬼レンチャン------------------*/
.sugowaza .obi::before,.sugowaza_oa .obi::before {
	display: inline-block;
    content: " ";
    width: 115px;
    height: 85px;
    background: url(../img/lineup_sugowaza.jpg) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
	background-size: contain;
}

/*---------------100kmサバイバルマラソン------------------*/
.marathon .obi::before,.marathon_oa .obi::before {
	display: inline-block;
    content: " ";
    width: 115px;
    height: 85px;
    background: url(../img/lineup_marathon.jpg) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
	background-size: contain;
}

/*---------------千鳥の鬼レンチャン サビだけカラオケ タッグモード大会------------------*/
.onirenchan_sabi .obi::before,.onirenchan_sabi_oa .obi::before {
	display: inline-block;
    content: " ";
    width: 115px;
    height: 85px;
    background: url(../img/lineup_onirenchan_sabi.jpg) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
	background-size: contain;
}

/*---------------VSほぼごっつ軍団------------------*/
.gottsu .obi::before,.gottsu_oa .obi::before {
	display: inline-block;
    content: " ";
    width: 115px;
    height: 85px;
    background: url(../img/lineup_gottsu.jpg) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
	background-size: contain;
}

/*---------------Venue101と生コラボ------------------*/
.Venue101 .obi::before,.Venue101_oa .obi::before {
	display: inline-block;
    content: " ";
    width: 115px;
    height: 85px;
    background: url(../img/lineup_Venue101.jpg) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
	background-size: contain;
}

/*---------------さんまのラブメイト10------------------*/
.lovemate .obi::before,.lovemate_oa .obi::before {
	display: inline-block;
    content: " ";
    width: 115px;
    height: 85px;
    background: url(../img/lineup_lovemate.jpg) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
	background-size: contain;
}

/*---------------真夜中のお笑い鬼レンチャン------------------*/
.mayonaka .obi::before,.mayonaka_oa .obi::before {
	display: inline-block;
    content: " ";
    width: 115px;
    height: 85px;
    background: url(../img/lineup_mayonaka.jpg) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
	background-size: contain;
}

/*---------------めざましテレビ------------------*/
.mezamashi .obi::before,.mezamashi_oa .obi::before {
	display: inline-block;
    content: " ";
    width: 115px;
    height: 85px;
    background: url(../img/lineup_mezamashi.jpg) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
	background-size: contain;
}

/*---------------イタズラジャーニー------------------*/
.itazura .obi::before,.itazura_oa .obi::before {
	display: inline-block;
    content: " ";
    width: 115px;
    height: 85px;
    background: url(../img/lineup_itazura.jpg) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
	background-size: contain;
}

/*---------------FNS逃走中------------------*/
.tousouchu .obi::before,.tousouchu_oa .obi::before {
	display: inline-block;
    content: " ";
    width: 115px;
    height: 85px;
    background: url(../img/lineup_tousouchu.jpg) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
	background-size: contain;
}

/*---------------FNS鬼レンチャン歌謡祭------------------*/
.onirenchan .obi::before,.onirenchan_oa .obi::before {
	display: inline-block;
    content: " ";
    width: 115px;
    height: 85px;
    background: url(../img/lineup_onirenchan.jpg) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
	background-size: contain;
}

/*---------------ナゾトレ川柳------------------*/
.senryu .obi::before,.senryu_oa .obi::before {
	display: inline-block;
    content: " ";
    width: 115px;
    height: 85px;
    background: url(../img/lineup_senryu.jpg) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
	background-size: contain;
}

/*---------------有吉ダマせたら10万円------------------*/
.ariyoshi10 .obi::before,.ariyoshi10_oa .obi::before {
	display: inline-block;
    content: " ";
    width: 115px;
    height: 85px;
    background: url(../img/lineup_ariyoshi10.jpg) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
	background-size: contain;
}

/*---------------芸能人が本気で考えた！ドッキリGP------------------*/
.dokkiriGP .obi::before,.dokkiriGP_oa .obi::before {
	display: inline-block;
    content: " ";
    width: 115px;
    height: 85px;
    background: url(../img/lineup_dokkiriGP.jpg) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
	background-size: contain;
}

/*---------------400m走サバイバルレンチャン 前半戦------------------*/
.renchan400m_first .obi::before,.renchan400m_first_oa .obi::before {
	display: inline-block;
    content: " ";
    width: 115px;
    height: 85px;
    background: url(../img/lineup_400m.jpg) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
	background-size: contain;
}

/*---------------サザエさん------------------*/
.sazaesan .obi::before,.sazaesan_oa .obi::before {
	display: inline-block;
    content: " ";
    width: 115px;
    height: 85px;
    background: url(../img/lineup_sazaesan.jpg) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
	background-size: contain;
}
/* .sazaesan a {
	pointer-events: none;
} */
/* .sazaesan .obi .arrow_show {
    display: none;
} */

/*---------------400m走サバイバルレンチャン 後半戦------------------*/
.renchan400m_second .obi::before,.renchan400m_second_oa .obi::before {
	display: inline-block;
    content: " ";
    width: 115px;
    height: 85px;
    background: url(../img/lineup_400m.jpg) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
	background-size: contain;
}
.renchan400m_second a,.renchan400m_second_oa a {
	pointer-events: none;
}
.renchan400m_second .obi .arrow_show,.renchan400m_second_oa .obi .arrow_show {
    display: none;
}

/*---------------大縄レンチャン------------------*/
.renchanonawa .obi::before,.renchanonawa_oa .obi::before {
	display: inline-block;
    content: " ";
    width: 115px;
    height: 85px;
    background: url(../img/lineup_onawa.jpg) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
	background-size: contain;
}

/*---------------耐久フィナーレ漫才------------------*/
.taikyu .obi::before,.taikyu_oa .obi::before {
	display: inline-block;
    content: " ";
    width: 115px;
    height: 85px;
    background: url(../img/lineup_taikyu.jpg) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
	background-size: contain;
}

/*---------------グランドフィナーレ------------------*/
.finale .obi::before,.finale_oa .obi::before {
	display: inline-block;
    content: " ";
    width: 115px;
    height: 85px;
    background: url(../img/lineup_finale.jpg) no-repeat;
    position: absolute;
    top: 20px;
    left: 20px;
	background-size: contain;
}
.finale a,.finale_oa a {
	pointer-events: none;
}
.finale .obi .arrow_show,.finale_oa .obi .arrow_show {
    display: none;
}


/*---------------区分無し------------------*/

.kubunnashi .obi{
	    background-color: #ffaf00;
    border-color: #d7b400;
}
.kubunnashi .obi h3{
	color: #501e00;
text-shadow: 2px 1px 0px #fff3cb;
}

.kubunnashi .obi p {
    color: #5a6e00;
    text-shadow: none;
    text-shadow: 2px 1px 0px #fff3cb;
}

.kubunnashi .lineup_inner::after {
    background-color: #ffaf00;
}
.kubunnashi .lineup_inner dt {
    background-color: #ffaf00;
	color: #501e00;
}

.lineup02.kubunnashi .obi .arrow{
	width: 26px;
	height: 24px;
	background: url(../img/lineup_gol_arrow01.png) no-repeat;
	position: absolute;
	right: 20px;
	top:54px;
}
.lineup02.kubunnashi .obi .arrow.arrow_show{
	width: 26px;
	height: 24px;
	background: url(../img/lineup_gol_arrow01.png) no-repeat;
	position: absolute;
	right: 20px;
	top:54px;
}
.lineup02.kubunnashi .obi .arrow.arrow_hide{
	width: 26px;
	height: 24px;
	background: url(../img/lineup_gol_arrow02.png) no-repeat;
	position: absolute;
	right: 20px;
	top:54px;
}
.lineup01.kubunnashi .obi .arrow{
	width: 26px;
	height: 24px;
	background: url(../img/lineup_gol_arrow01.png) no-repeat;
	position: absolute;
	right: 20px;
	/*top:54px;*/
}
.lineup01.kubunnashi .obi .arrow.arrow_show{
	width: 26px;
	height: 24px;
	background: url(../img/lineup_gol_arrow01.png) no-repeat;
	position: absolute;
	right: 20px;
	/*top:54px;*/
}
.lineup01.kubunnashi .obi .arrow.arrow_hide{
	width: 26px;
	height: 24px;
	background: url(../img/lineup_gol_arrow02.png) no-repeat;
	position: absolute;
	right: 20px;
	/*top:54px;*/
}

/*---------------data------------------*/
.data:before,
.data:after{
	display: block;
	content: "";
	width: 640px;
	height: 15px;
	background: #cd1b1b url(../img/bg_ichimatsu.png);
	margin-bottom: 20px;
}
.data{
	background: #F4EFE6;
	text-align: center;
}
.data h2{
	margin-top: 5px;
}
.data h2:after{
	display: block;
	content: "";
	background: url(../img/summary_dots.png) no-repeat;
	margin: 10px auto 10px;
	width: 600px;
	height: 5px;
}
.data hr{
	border: none;
	background: url(../img/summary_dots.png) no-repeat;
	width: 600px;
	height: 5px;
	margin-bottom: 20px;
}
.data_img,
.data_txt{
/*	display: inline-block;
	width: 300px;
	vertical-align: top;*/
	margin-bottom: 10px;
}
.data_img img{
	width: 300px;
}
.data .data_txt p{
	margin-bottom: 10px;
	padding: 0 20px;
}
.data .data_txt p:last-child{
	margin-bottom: 0;
}
.data .data_txt{
	box-sizing: border-box;
	padding: 0 0 20px 5px;
	text-align: center;
}
.data_txt span{
	color: #ec4b00;
	font-weight: bold;
}
/*on_air*/
.data.on_air h2{
	margin-bottom: 20px;
}
.data.on_air h2:after{
	display: none;
}
.data.on_air h3{
	color: #E01E1E;
	font-size: 120%;
	text-align: left;
	font-weight: bold;
}
.data.on_air h3:before{
	content: "◆";
	margin-left: 20px;
}
.data.on_air h3{
	text-align: left;
	padding: 0 20px;
	color: #ec4b00;
	font-weight: bold;
}
.data.on_air p{
	text-align: center;
	padding: 0 20px 10px;
}
.data.on_air p.btn{
	text-align: center;
	margin-bottom: 20px;
}
.data.on_air p.btn a{
	box-sizing: border-box;
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
	display: inline-block;
	text-shadow: 2px 1px 0px #9C1214;
	text-decoration: none;
	padding: 7px 0 7px 10px;
	text-align: center;
	border-radius: 5px;
	background-color: #e52124;
	width:400px;
	position: relative;
	box-shadow:0px 3px 0px 0px #9C1214;
}
.data.on_air p a:before{
	position: absolute;
	top:13px;
	left: 13px;
	content: url(../img/calendar_arrow.png);
	font-size: 50%;
	vertical-align: text-top;
}
.data.on_air p a:hover{
	background-color: #D0181B;
}
.data.on_air p a{
	text-align: center;
	padding: 0;
}
/*---------------twitter------------------*/
.twitter{
	width: 640px;
	padding: 10px 20px 20px;
    margin-bottom: 40px;
	margin-top: 25px;
	box-sizing: border-box;
	background: #e10a32;
	/*background: #EC4B00 url(../img/bg_japanese_03.png);*/
}
.twitter h2{
	vertical-align: middle;
	display: inline-block;
	margin-right: 189px;
}
.twitter a p{
	display: inline-block;
	color: #1d9bf0;
	font-size: 140%;
	text-align: center;
	border-radius: 20px;
	font-weight: bold;
	background-color: #fff;
	padding: 5px 10px;
	width: 200px;
	box-shadow:1px 1px 0px 0px #C3C0AF inset;
-moz-box-shadow:1px 1px 0px 0px #C3C0AF inset;
-webkit-box-shadow:1px 1px 0px 0px #C3C0AF inset;
}
.twitter a:hover p{
	text-decoration: underline;
}
#fns27h_twi{
	background: #F4EFE6;
	margin-top: 13px;
	height:300px;
	overflow-y:auto;
}
.twitter .mutters .spouting .txt,
.twitter .mutters .nam a{
	color: #3e0800;
}
.twitter .mutters .spouting .txt a{
	color: #ec4b00;
}
.cx_smartphoneview .mutters .thn img{
	width: 50px !important;
	height: 50px !important;
}
.cx_smartphoneview .mutters .nam {
	font-size: 150%;
	margin-left: 30px;
}
.cx_smartphoneview .mutters .spouting .txt{
	font-size: 150%;
}
.cx_smartphoneview .muttersWrap .more a{
	font-size: 150%;
}
.cx_smartphoneview .mutters .spouting .twFunc li a,
.cx_smartphoneview .mutters .tim{
	font-size: 120%;
}

#ttl_twitter .pc,.sp{
	margin-top: 13px;
}
#cx-twiter-widget {
    overflow: hidden;
    display: flex;
    justify-content: center;
}
#cx-twiter-widget .scale-adjust {
    scale: 1.6;
    transform-origin: top;
    min-height: 543px;
}

.cx_smartphoneview .twitter {
    /* width: 600px; */
    /* margin: 25px 20px 40px; */
    width: 640px;
    margin: 25px 0 40px;
}
.cx_smartphoneview .twitter h2 {
    margin-right: 149px;
}
.cx_smartphoneview .twitter h2 img {
    width: 100%;
}




/*---------------insta------------------*/
.insta{
	width: 640px;
	padding: 20px;
	box-sizing: border-box;
	background: #EC4B00;
	/*background: #EC4B00 url(../img/bg_japanese_03.png);*/
	margin: 25px 0 0 0;
}
.insta h2{
	vertical-align: middle;
	display: inline-block;
	margin-right: 187px;
}
.insta a p{
	display: inline-block;
	color: #EC4B00;
	font-size: 140%;
	text-align: center;
	border-radius: 20px;
	font-weight: bold;
	background-color: #F4EFE6;
	padding: 5px 10px;
	width: 200px;
	box-shadow:1px 1px 0px 0px #C3C0AF inset;
-moz-box-shadow:1px 1px 0px 0px #C3C0AF inset;
-webkit-box-shadow:1px 1px 0px 0px #C3C0AF inset;
}
.insta a:hover p{
	text-decoration: underline;
}

.insta p.text{
	margin: 10px 0;
	color: #fff;
	font-size: 115%;

}

.insta .insta_btn{
	background: #fff300;
	width: 245px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	border-radius: 30px;

}
.insta .insta_btn:hover{
	background: #ffcc00;
}



.insta ul li{
	width: 188px;
height: 188px;
float: left;
margin-right: 18px;
	margin-bottom: 20px;
	background: #fff;
	overflow: hidden;
}

.insta  ul li:nth-child(3n){
margin-right: 0;
	font-weight: bold;
}

.insta ul li a{
	display: block;
	font-weight: bold;
}

.insta  ul li a:hover{
	opacity: 0.7;
}

.apology{
	margin-top: 20px;
}
.apology img{
	width: 640px;
	height: 184px;

}

/*---------------cast------------------*/
#cast h2 {
    text-align: center;
    background: #e10a32;
    padding: 8px 0;
    margin-bottom: 20px;
}
.cast{
	margin-top: 25px;
	padding: 0 0 20px;
	background: rgba(255,255,255,0.7);
}
.cast dl{
	box-sizing: border-box;
    /* display: flex; */
    flex-wrap: wrap;
	margin-top: 20px;
	padding: 0 20px;
	line-height: 1.4;
}
.cast dl:last-child {
	padding-bottom: 20px;
}
.cast dl dt{
	box-sizing: border-box;
    padding: 5px;
    margin: 0px;
    background-color: #e10a32;
    color: #fff;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
	font-size: 20px;
    font-weight: bold;
	text-align: center;
    /* width: 30%; */
}
.cast dl dd{
	box-sizing: border-box;
    padding: 8px;
    margin: 0px;
    background-color: #fff;
	font-size: 22px;
    font-weight: bold;
	text-align: center;
}
.cast .cast_photo {
	box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
}

.photo{
	margin-top:15px;
}

.cx_smartphoneview .cast {
    /* margin: 25px 20px 0; */
    margin: 25px 0 0;
}
.cx_smartphoneview .cast dl dt {
	font-size: 26px;
}
.cx_smartphoneview .cast dl dt {
    /* width: 28%; */
}
.cx_smartphoneview .cast dl dd {
    /* width: 72%; */
	font-size: 26px;
}
.cx_smartphoneview .cast dl {
    padding: 0;
}
.cx_smartphoneview .cast .cast_photo {
    padding: 0;
}
.cx_smartphoneview .cast {
    padding: 0;
}

/*---------------データ放送プレゼント------------------*/
#dfes_inr .contents {
	padding: 0 20px;
}
#dfes_inr h2 {
    text-align: center;
    background: #e10a32;
    padding: 8px 0;
    margin-bottom: 20px;
}
#dfes_inr {
	margin-top: 25px;
	padding: 0 0 20px;
	background: rgba(255,255,255,0.7);
}
#dfes_inr .contents h3{
	background: #e10a32;
    font-weight: bold;
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
    padding: 8px 0;
    text-align: center;
}
#dfes_inr .contents .item {
    margin: 0 auto;
    padding: 20px 0;
    background: url(../img/dpresent/box_boder_01.jpg) repeat-x left bottom #fff;
}
#dfes_inr .contents .item:last-child {
    background: #fff;
}
.explanation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.explanation .logo {
    border: solid 2px #cecece;
	margin-right: 10px;
}
.explanation .logo img{
	width: 270px;
}
.explanation p {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
	margin-right: 6px;
    line-height: 1.4;

}
#dfes_inr .present {
    height: 140px;
    border: solid 2px #ffaf84;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-shrink: -webkit-0;
    flex-shrink: -ms-0;
    flex-shrink: 0;
    flex-basis: -webkit-auto;
    flex-basis: -ms-auto;
    flex-basis: auto;
	margin: 0 10px;
}
.present {
    margin: 0 auto;
    padding: 0px;
    background: url(../img/dpresent/present_bg.jpg) no-repeat left center!important;
}
.present .present_img {
    margin-left: 10px;
}
#dfes_inr .present .present_txt {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    font-weight: bold;
    line-height: 1.5;
    padding-right: 20px;
}
.present_txt dl {
    width: 360px;
    text-align: left;
	display: flex;
}
.present_txt dl dt {
    flex-grow: 0;
}
.apply_box {
    width: 440px;
    margin: 0 auto;
}
.apply {
    background: url(../img/dpresent/apply_txt.png) no-repeat center center, url(../img/dpresent/arrow.png) no-repeat 400px center, url(../img/dpresent/apply_bg01.jpg) repeat left top;
    padding: 15px 20px;
    display: inline-block;
    width: 440px;
    box-sizing: border-box;
    margin: 20px auto 0;
    text-align: center;
    color: #fff;
    font-size: 160%;
    font-weight: bold;
    border-radius: 10px;
    border: 4px solid #ef2000;
    text-indent: -9999px;
}

.cx_smartphoneview #dfes_inr .contents h3 {
    font-size: 26px;
}
.cx_smartphoneview #dfes_inr .contents {
    padding: 0;
}
.cx_smartphoneview .explanation {
    display: block;
    margin-bottom: 20px;
}
.cx_smartphoneview .explanation p {
    font-size: 24px;
}
.cx_smartphoneview .explanation .logo {
    margin: 16px 10px;
}
.cx_smartphoneview .explanation .logo img {
    width: 100%;
}
.cx_smartphoneview .present .present_img img {
    width: 80px;
}
.cx_smartphoneview .present {
    background: url(../img/dpresent/present_bg.jpg) no-repeat -80px center!important;
	height: 160px;
}
.cx_smartphoneview .present_txt dl {
    width: 490px;
}
.cx_smartphoneview #dfes_inr .present .present_txt {
    font-size: 22px;
	padding-right: 6px;
}

/*---------------番組へのメッセージ------------------*/
#message h2 {
    text-align: center;
    background: #e10a32;
    padding: 8px 0;
    margin-bottom: 30px;
}
#message {
	margin-bottom: 40px;
	padding: 0 0 30px;
	background: rgba(255,255,255,0.7);
}
#message::after {
	content: "";
    display: block;
    clear: both;
}
#message .btn {
    width: 13em;
    margin: 0 auto;
	float: left;
}
#message .btn:first-child {
    margin-right: 10px;
}
#message .btn a {
    color: #fff;
    background-color: #0661e5;
    box-shadow: 0 4px 0 #0253cc, inset 0 0 2px rgba(255, 255, 255, 0.6);
	text-align: center;
    text-decoration: none;
    padding: 0 1.5em;
    font-size: 1.05em;
    font-weight: bold;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .3);
    border-radius: 0.5em;
    height: 2.2em;
    display: block;
    line-height: 2.4;
}
#message .btn a:hover {
    background-color: #1e72f0;
	box-shadow: 0 4px 0 #0253cc, inset 0 0 2px rgba(255, 255, 255, 0.6);
}
.box378 {
    width: 430px;
    margin: 0 auto;
}

.cx_smartphoneview .box378 {
    width: 312px;
}
.cx_smartphoneview #message .btn:first-child {
    margin-right: 0;
    margin-bottom: 20px;
}
.cx_smartphoneview #message .btn a {
    color: #fff;
    font-size: 25px;
}
.cx_smartphoneview #message .btn {
    width: 20em;
}

/*---------------ニュース------------------*/
.news_photo li,.news_photo2 li{
	float: left;
	margin-right: 6px;
    margin-bottom: 20px;
}
.news_photo li img{
	width: 295px;
	border: 1px solid #ccc;
}

.news_photo2 li img{
	width: 598px;
	border: 1px solid #ccc;
}
.news_photo li:nth-child(2n){
	margin-right: 0;
}

.cx_smartphoneview .news_photo li{
	float: none;
	margin-right: 0px;
    margin-bottom: 20px;
}
.cx_smartphoneview .news_photo li img{
	width: 600px;
	border: 1px solid #ccc;
}
.cx_smartphoneview .title_small{
	font-size:86%;
}

/*---------------トピックス------------------*/
#topics {
margin-top: 25px;
background: rgba(255,255,255,0.7);
}
#topics h2{
text-align: center;
background: #e10a32;
padding: 8px 0;
margin-bottom: 20px;
}

#topics .topics_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row;
	flex-direction: -webkit-row;
	flex-direction: -ms-row;
	flex-wrap: wrap;
	flex-wrap: -webkit-wrap;
	flex-wrap: -ms-wrap;
	flex-shrink:-webkit-0;
flex-shrink:-ms-0;
flex-shrink:0;
flex-basis:-webkit-auto;
flex-basis:-ms-auto;
flex-basis:auto;
}
#topics .topics_list li{
flex-shrink:-webkit-0;
flex-shrink:-ms-0;
flex-shrink:0;
flex-basis:-webkit-auto;
flex-basis:-ms-auto;
flex-basis:auto;
}
#topics .topics_list li a {
border-radius: 5px;
display: block;
color: #3e0800;
width: 310px;
background: #fff;
margin-bottom: 20px;
/*border: 1px solid #ffbc9d;*/
box-sizing: border-box;
flex-shrink:-webkit-0;
flex-shrink:-ms-0;
flex-shrink:0;
flex-basis:-webkit-auto;
flex-basis:-ms-auto;
flex-basis:auto;

}

.cx_smartphoneview #topics .topics_list li a {
margin-bottom: 0px;
}

#topics .topics_list li a:link{
text-decoration:none;

}
#topics .topics_list li:nth-child(2n){
margin-left: 20px;
}
#topics .topics_list li a:hover{
opacity: 0.9;
}
#topics .topics_list li .topi_img{
width: 310px;
height: 174px;
overflow: hidden;
}

#topics .topics_list li img{
width: 310px;

border-radius: 5px 5px 0 0;
}

#topics .topics_list li .topi_cap{
padding: 10px 10px 8px;
line-height: 1.3;
min-height: 94px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: -ms-flex;
display: flex;
flex-direction: -webkit-column;
flex-direction: -ms-column;
flex-direction: column;
flex-shrink:-webkit-0;
flex-shrink:-ms-0;
flex-shrink:0;
flex-basis:-webkit-auto;
flex-basis:-ms-auto;
flex-basis:auto;
}

#topics .topics_list li .topi_cap .topi_date {
font-size: 14px;
margin-top: auto;
color: #ee5300;
font-weight: bold;
}

#topics .read_more a{
display: block;
text-align: center;
width: 260px;
background: #ec4b00;
padding: 18px 0 13px;
box-sizing: border-box;
margin: 10px auto 0;
border-radius: 15px;
}

#topics .read_more a:hover{
background: #ff661e;
}

#topics .topics_list li img.heysay_txt{
width: 120px;
border-radius: 0 0;
}

.cx_smartphoneview #topics .topics_list li{
    margin: 10px;}
.cx_smartphoneview #topics .topics_list li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row;
	flex-direction: -webkit-row;
	flex-direction: -ms-row;
	width: auto;
	flex-shrink:-webkit-0;
flex-shrink:-ms-0;
flex-shrink:0;
flex-basis:-webkit-auto;
flex-basis:-ms-auto;
flex-basis:auto;
}

.cx_smartphoneview #topics .topics_list li .topi_img {

}
.cx_smartphoneview #topics .topics_list li .topi_img img{
width: 310px;
border-radius: 5px 0px 0px 5px;
}
.cx_smartphoneview #topics .topics_list li .topi_cap{
width: 310px;
padding: 15px 15px 8px 15px;
box-sizing: border-box;
font-size: 120%;
}
.cx_smartphoneview #topics .topics_list li .topi_cap .topi_date {
font-size: 120%;
}

.cx_smartphoneview #topics {
    /* margin: 25px 20px 0; */
    margin: 25px 0 0;
}

/* fujitv-view ---------- */

/**
 * RSSフィードカルーセルのスタイル設定
 *
 * コンテナのクラスでsp,pcの対象を切替
 *   cx-fujitv-view-feed-carousel-container: PC、SP共通設定
 *   cx-fujitv-view-feed-carousel-container-pc: PCのみ対象
 *   cx-fujitv-view-feed-carousel-container-sp: SPのみ対象
*/

/* カルーセルエリアコンテナ */
.cx-fujitv-view-feed-carousel-container {
    position: relative;
}
  /* スライダーエリア */
  /* text長が可変のため特に問題ない限りheightの設定はしないでください */
.cx-fujitv-view-feed-carousel-container .cx-fujitv-view-feed-carousel {
    width: calc(100% - 104px);
}
.cx-fujitv-view-feed-carousel-container-sp .cx-fujitv-view-feed-carousel {
    width: 100%;
}
  /* スライドエリア */
  /* text長が可変のため特に問題ない限りheight:autoの設定は変更しないでください */
.cx-fujitv-view-feed-carousel-container .cx-fujitv-view-feed-carousel-item {
    background-color: #fff;
    display: flex;
    height: auto;
}
.cx-fujitv-view-feed-carousel-container-sp .cx-fujitv-view-feed-carousel-item {
    width: 72.5%;
}
.cx-fujitv-view-feed-carousel-container-sp .cx-fujitv-view-feed-carousel-item.swiper-slide-next,
.cx-fujitv-view-feed-carousel-container-sp .cx-fujitv-view-feed-carousel-item.swiper-slide-prev {
    opacity: 0.6; /* 前後のスライドを薄く for sp */
}
  /* スライド内リンクエリア */
.cx-fujitv-view-feed-carousel-container .cx-fujitv-view-feed-carousel-item-link {
    padding: 0px;
    text-decoration: none;
}
.cx-fujitv-view-feed-carousel-container .cx-fujitv-view-feed-carousel-item-link:hover {
    text-decoration: underline;
	color: #4e4e4e;
}
  /* スライド内画像エリア */
.cx-fujitv-view-feed-carousel-container .cx-fujitv-view-feed-carousel-item-img {
    margin: 0;
}
  /* スライド内 img */
.cx-fujitv-view-feed-carousel-container .cx-fujitv-view-feed-carousel-item-img img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}
.cx-fujitv-view-feed-carousel-container .cx-fujitv-view-feed-carousel-item-link:hover .cx-fujitv-view-feed-carousel-item-img img {
    opacity: 0.6;
}
  /* スライド内日付 */
.cx-fujitv-view-feed-carousel-container .cx-fujitv-view-feed-carousel-item-date {
    display: inline-block;
    margin: 5px 0 0 0;
    color: #4e4e4e;
    padding: 0 10px;
}
  /* スライド内テキスト */
.cx-fujitv-view-feed-carousel-container .cx-fujitv-view-feed-carousel-item-text {
    margin: 5px 0 0 0;
    padding: 0 10px;
	color: #000;
}
  /* ナビゲーション共通 */
.cx-fujitv-view-feed-carousel-container .cx-fujitv-view-feed-carousel-navi {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 1;
}
.cx-fujitv-view-feed-carousel-container-sp .cx-fujitv-view-feed-carousel-navi {
    width: 64px;
    height: 64px;
}
.cx-fujitv-view-feed-carousel-container .cx-fujitv-view-feed-carousel-navi.swiper-button-disabled {
    opacity: 0;
}
  /* ナビゲーション 前へ */
.cx-fujitv-view-feed-carousel-container .cx-fujitv-view-feed-carousel-prev {
    left: 10px;
}
  /* ナビゲーション 次へ */
.cx-fujitv-view-feed-carousel-container .cx-fujitv-view-feed-carousel-next {
    right: 10px;
}
  /* ナビゲーション SVGアイコン */
.cx-fujitv-view-feed-carousel-container .cx-fujitv-view-feed-carousel-navi .icon_svg {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #404040;
    fill: #fff;
}

/**
   * ナビゲーションをアイコン画像に変更する場合
   * 以下のCSSで設定可能
  */
/*
.cx-fujitv-view-feed-carousel-container .cx-fujitv-view-feed-carousel-navi {
    background-size: contain;
    background-position: center;
}
.cx-fujitv-view-feed-carousel-container .cx-fujitv-view-feed-carousel-navi .icon_svg {
    display: none
}
.cx-fujitv-view-feed-carousel-container .cx-fujitv-view-feed-carousel-prev {
    background-image: url("アイコン画像のURL");
}
.cx-fujitv-view-feed-carousel-container .cx-fujitv-view-feed-carousel-next {
    background-image: url("アイコン画像のURL");
}
  */


.slider:after {
	content: "";
    display: block;
    clear: both;
}
/* .top-contentsLineY-all {
    border: 4px solid #e10a32;
    overflow: hidden;
} */
/* .bgWhite {
	background: #fff;
} */
.mt-0 {
	margin-top: 0px !important;
}
/* .pt-30 {
	padding-top: 30px !important;
} */
.pb-30 {
	padding-bottom: 20px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.btn_fujitv-view {
	display: inline-block;
	float: right;
	margin: 0 20px 20px 0;
}
.btn_fujitv-view a {
	display: inline-block;
	padding: 4px 10px;
	color: #fff!important;
	font-size: 90%;
	font-weight: bold;
	background-color: #3032b3;
	text-decoration: none;
}
.btn_fujitv-view a:hover {
	text-decoration: none;
}
.btn_fujitv-view a img {
	display: inline-block;
	width: 110px;
	margin-left: 0.5em;
	vertical-align: text-bottom;
}
.cx_smartphoneview .btn_fujitv-view a img {
	width: 120px;
}
.btn_fujitv-view a:hover {
	opacity: 0.5;
}
.cx_smartphoneview .swiper-slide {
	padding: 18px;
}
.cx_smartphoneview .slider {
	font-size: 24px;
}


/*---------------smartphone------------------*/
.cx_smartphoneview .calendar{
	font-size: 120%;
}
.cx_smartphoneview .sumarry p,
.cx_smartphoneview .lineup_inner,
.cx_smartphoneview .news_inner,
.cx_smartphoneview .data_txt,
.cx_smartphoneview .data.on_air h3,
.cx_smartphoneview .data.on_air p{
	font-size: 135%;
}
/*.cx_smartphoneview .lineup_cast dt{
	width: 150px;
}
.cx_smartphoneview .lineup_cast dd{
	width: 430px;
}

.cx_smartphoneview .news_inner dd{
	width: 600px;
}

.cx_smartphoneview .news_cast dt{
	width: 150px;
}
.cx_smartphoneview .news_cast dd{
	width: 600px;
}*/

.cx_smartphoneview .lineup_inner dd.l_margin{
	margin-left: 165px;
}
.cx_smartphoneview .lineup_cast dl.long dt{
	/*width: 205px;*/
}
.cx_smartphoneview .lineup_cast dl.long dd{
	/*width: 375px;*/
}
.cx_smartphoneview .news.lineup_cast dl.long dt {
	width: 600px;
}
.cx_smartphoneview .news.lineup_cast dl.long dd {
    width: 600px;
}
.cx_smartphoneview .obi{
	line-height: 1.3;
	height: 166px;
	padding: 18px;
}
.cx_smartphoneview .obi p{
	font-size: 120%;
}
.cx_smartphoneview .obi p.time{
	font-size: 140%;
	padding: 4px 0px 2px;
	width: 100px;
	left: 32%;
	top: 18%;
}
.cx_smartphoneview .obi h3{
	font-size: 26px;
	line-height: 1.18;
}
.cx_smartphoneview .obi h3 span{
	font-size: 90%;
}
.cx_smartphoneview .lineup_inner ol li{
	display: block;
	width: inherit;
}
.cx_smartphoneview .lineup01 .obi.lines02 p{
	padding-top: 6px;
}
.cx_smartphoneview .data_txt,
.cx_smartphoneview .data_img,
.cx_smartphoneview .data_img img{
	display: inherit;
	margin: 0 auto;
	width: 600px;
}
.cx_smartphoneview .data_txt{
	margin-top: 10px;
	width: 600px;
}
.cx_smartphoneview .data.on_air h3{
	font-size: 150%;
}
.cx_smartphoneview .data.on_air p a:before{
	position: absolute;
	top:18px;
	left: 18px;
}

.cx_smartphoneview .news .obi h3 {
font-size: 128%;
}

.cx_smartphoneview .news p .news_fontsize{
	font-size: 95%;
}
/*---------------recruitment------------------*/
.cx_smartphoneview .recruitment p:first-of-type{
    font-size: 28px;
    line-height: 1.6;
    font-weight: 600;
    text-align: center;
}
.cx_smartphoneview .recruitment p:first-of-type strong{
    font-size: 32px;
    color: #ec4b00;
    font-weight: 600;
}
.cx_smartphoneview .recruitment .destination{
    background: rgba(255,255,255,0.8);
    padding: 20px;
    font-size: 24px;
    line-height: 1.6;
    margin: 10px 20px 20px;
}
.cx_smartphoneview .recruitment .destination strong{
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #ffffff;
    padding: 2px;
    background: rgba(62, 8, 0, 0.8);
    margin: 0 0 8px;
}
.cx_smartphoneview .recruitment .destination span{
    font-size: 20px;
}
/*----------ボタン-----------*/
.cx_smartphoneview .recruitment .btn a{
    position: relative;
    display: block;
    font-size: 32px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background: #ec4b00;
    padding: 20px 0;
    margin: 30px auto 40px;
    width: 600px;
    border-radius: 10px;
}
.cx_smartphoneview .recruitment .btn a:after {
    content: "";
    display: block;
    position: absolute;
    top: 38%;
    right: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent #fff;
}
.cx_smartphoneview .recruitment .btn a:hover{
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    display: block;
    font-size: 32px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background: #ffb700;
    padding: 20px 0;
    margin: 30px auto 40px;
    width: 600px;
    border-radius: 10px;
}
.cx_smartphoneview .lineup02 .obi h3 {
    margin: 44px 20px 0 184px;
	letter-spacing: -0.04em;
}

.cx_smartphoneview .lineup02 .obi .arrow_show {
	top: 130px;
}
.cx_smartphoneview .lineup02 .obi .arrow_hide {
	top: 130px;
}


/*----------コンテンツ見出し-----------*/
.cx_smartphoneview h2 img.sp {
	margin: 0 auto;
}

/*---------------FNSスゴ技鬼レンチャン------------------*/
.cx_smartphoneview .sugowaza .obi::before,.cx_smartphoneview .sugowaza_oa .obi::before {
    /* width: 130px; */
    /* height: 99px; */
	width: 170px;
    height: 126px;
}

/*---------------100kmサバイバルマラソン------------------*/
.cx_smartphoneview .marathon .obi::before,.cx_smartphoneview .marathon_oa .obi::before {
    /* width: 130px; */
    /* height: 99px; */
	width: 170px;
    height: 126px;
}

/*---------------千鳥の鬼レンチャン サビだけカラオケ タッグモード大会------------------*/
.cx_smartphoneview .onirenchan_sabi .obi::before,.cx_smartphoneview .onirenchan_sabi_oa .obi::before {
	width: 170px;
    height: 126px;
}

/*---------------VSほぼごっつ軍団------------------*/
.cx_smartphoneview .gottsu .obi::before,.cx_smartphoneview .gottsu_oa .obi::before {
	width: 170px;
    height: 126px;
}

/*---------------Venue101と生コラボ------------------*/
.cx_smartphoneview .Venue101 .obi::before,.cx_smartphoneview .Venue101_oa .obi::before {
	width: 170px;
    height: 126px;
}

/*---------------さんまのラブメイト10------------------*/
.cx_smartphoneview .lovemate .obi::before,.cx_smartphoneview .lovemate_oa .obi::before {
	width: 170px;
    height: 126px;
}

/*---------------真夜中のお笑い鬼レンチャン------------------*/
.cx_smartphoneview .mayonaka .obi::before,.cx_smartphoneview .mayonaka_oa .obi::before {
	width: 170px;
    height: 126px;
}

/*---------------めざましテレビ------------------*/
.cx_smartphoneview .mezamashi .obi::before,.cx_smartphoneview .mezamashi_oa .obi::before {
	width: 170px;
    height: 126px;
}

/*---------------イタズラジャーニー------------------*/
.cx_smartphoneview .itazura .obi::before,.cx_smartphoneview .itazura_oa .obi::before {
	width: 170px;
    height: 126px;
}

/*---------------FNS逃走中------------------*/
.cx_smartphoneview .tousouchu .obi::before,.cx_smartphoneview .tousouchu_oa .obi::before {
	width: 170px;
    height: 126px;
}

/*---------------FNS鬼レンチャン歌謡祭------------------*/
.cx_smartphoneview .onirenchan .obi::before,.cx_smartphoneview .onirenchan_oa .obi::before {
	width: 170px;
    height: 126px;
}

/*---------------ナゾトレ川柳------------------*/
.cx_smartphoneview .senryu .obi::before,.cx_smartphoneview .senryu_oa .obi::before {
	width: 170px;
    height: 126px;
}

/*---------------有吉ダマせたら10万円------------------*/
.cx_smartphoneview .ariyoshi10 .obi::before,.cx_smartphoneview .ariyoshi10_oa .obi::before {
	width: 170px;
    height: 126px;
}

/*---------------芸能人が本気で考えた！ドッキリGP------------------*/
.cx_smartphoneview .dokkiriGP .obi::before,.cx_smartphoneview .dokkiriGP_oa .obi::before {
	width: 170px;
    height: 126px;
}

/*---------------400m走サバイバルレンチャン 前半戦------------------*/
.cx_smartphoneview .renchan400m_first .obi::before,.cx_smartphoneview .renchan400m_first_oa .obi::before {
	width: 170px;
    height: 126px;
}

/*---------------サザエさん------------------*/
.cx_smartphoneview .sazaesan .obi::before,.cx_smartphoneview .sazaesan_oa .obi::before {
	width: 170px;
    height: 126px;
}

/*---------------400m走サバイバルレンチャン 後半戦------------------*/
.cx_smartphoneview .renchan400m_second .obi::before,.cx_smartphoneview .renchan400m_second_oa .obi::before {
	width: 170px;
    height: 126px;
}

/*---------------大縄レンチャン------------------*/
.cx_smartphoneview .renchanonawa .obi::before,.cx_smartphoneview .renchanonawa_oa .obi::before {
	width: 170px;
    height: 126px;
}

/*---------------耐久フィナーレ漫才------------------*/
.cx_smartphoneview .taikyu .obi::before,.cx_smartphoneview .taikyu_oa .obi::before {
	width: 170px;
    height: 126px;
}

/*---------------グランドフィナーレ------------------*/
.cx_smartphoneview .finale .obi::before,.cx_smartphoneview .finale_oa .obi::before {
	width: 170px;
    height: 126px;
}

/*---------------bnr------------------*/
.bnr{
margin: 20px 0px;
}
.bnr a:hover{
opacity: 0.8;
}

/* .bnr_marathon{
	position: relative;
    background-color: #454545;
    display: inline-block;
} */
/* .bnr_marathon img{
	opacity: 0.5;
    display: block;
} */
/* .bnr_marathon p{
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding: 4px 0;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	width: 640px;
	display: inline-block;
    background: rgba(0,0,0,0.7);
    text-align: center;
} */

.theme{
margin-bottom: 40px;
}



.dspecial #movie .movBase{
width: 622px;
    height: 352px;
}

.dspecial .mov_box{
width: 620px;
margin: 0 auto;

}