html {
	font-family:Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, Helvetica, sans-serif ;
	word-break:break-all;
	font-size:62.5%;
	}
body{
	background:#fff;
	color:#444;
	line-height:1.8;
	text-align:center;
	font-size:1.6rem;
/*
            background-image: url( "../img/present/bgch3.png");
    background-repeat: repeat;
    background-size: auto;
*/

	}

h1 {
	font-size: 2.4rem;
	font-weight: 700;
	color:#e84483;

	line-height: 1;
/*	position: relative;*/
	margin: 0;
	padding: 20px;
	text-align: center;
	border-bottom: 1px solid #edecec;
/*
	background-image: url(../img/bg.jpg);
	background-position:center;
	background-repeat:repeat-x;
	background-size: cover;	
*/
	background-image: url(../img/top-bg.jpg);
	background-repeat: repeat;
	background-size: auto;
	}


h2{
	color:#e84382;
	text-align:left;
	}
h2 img{
	vertical-align:middle;
	}
h3{
	margin-top:30px;
	}

img{
	vertical-align:top;
	max-width:100%;
	}
a{	color:#028FD4; }
a:hover,a:active,a:focus{	color:#FF781D; }


table{
	table-layout:fixed;
	}



header {
	text-align:center;
	}

footer {
	}

section{
/*	padding-top:20px;*/
/*	margin: 0 auto 30px auto;*/
	}

/* 全ページ共通 */
.sp{
	display:block;
	}
/*
.pc{
	display:none;
	}
*/
#adv{
	display:none;
	}


#container{
/*	width:96%;*/
	margin:0 auto;
	overflow:hidden;
	}

#main_container{
/*	width:96%;*/
	margin:4px auto;
/*    background-color: #f8dde5;*/
/*
	background-image:url(../img/../img/top/bg.png) ;
	background-repeat: repeat;
	background-size: auto;
*/
	}

#top_img{
	margin:0 auto;
	display: block;
	}

#page-top{
	display:none;
	}

.YoutubeWrapper{
	position: relative ;
	margin-top: 0 ;
	margin-bottom: 1.2em ;
	padding-top: 69px ;
	padding-bottom: 50% ;
	overflow: hidden ;
	}

.YoutubeWrapper iframe {
	position: absolute ;
	top: 0 ;
	left: 0 ;
	height: 100% ;
	width: 100% ;
	}

/*aタグ無効化
=============================================== */
a.disabled{
    pointer-events: none;
}



/* メニュー2
=============================================== */
#nav2{
/*	height:40px;*/
	background:#fff;
	overflow:hidden;
	position:relative;
/*	padding-bottom:40px;*/
	background-color: #000000;
	}
/* 左よせロゴ */
#logo_bg{
	position: inherit;
	width: 1200px;
	margin: 0 auto;
}
#nav_logo2{
	position: absolute;
	float:left;
	margin-top: -150px;
	z-index: 999;
	padding:2px 0 2px 4px;
	}
#nav_logo2 img{
	vertical-align:middle;
	margin:0;
	padding:0;
	}
#nav_logo2 a:hover{
text-decoration:none;
opacity: 0.7;
filter: alpha(opacity=70);
}
nav li{
	display:block;
	}
nav li a{
	color:#fff;
	text-decoration:none;
	transition:none;
	}
nav li a:hover{
	color:#ffec41;
	text-decoration:none;
	}
#nav_container{
	width:100%;
	
	position:relative;
	}

#mb_menu{
	display:block;
	width:100px;
	float:right;
	margin-top: 20px;
	}
#mb_menu a{
	text-decoration:none !important;
	color:#fff;
	}
#mb_menu a:hover,#mb_menu a:active{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.menu{
	background:#999;
	border:1px #999 solid;
	color:#fff;
	border-radius:3px;
	vertical-align: top;
	padding: 0;
	}


#nav_close{
	display:block;
	}



/* SNS用 */
#nav_sns{
	width: 100%;
	position:absolute;
	top:40px;
	right:13px;
	}
#nav_sns p{
	margin:0;
	padding:0;
	width:40px;
	float: right;
	}
#nav_sns img{
	vertical-align:middle;
	}
#nav_sns a{
	display:block;
	}
#nav_sns a:hover,#nav_sns a:active{
	opacity: 0.7;
	filter: alpha(opacity=70);
	}



/* Sidr のデザイン変更 */
#mobile_menu {
	display: block;
	font-size:12px;
}
#mobile_menu:after {
    content: url(../img/nav_hamburger.png);
    margin: 5px;
    position: relative;
}

#navigation{
	display: none;
}
.sidr ul li{
	color:#999;
	text-align:left !important;
	}
.sidr ul li:first-child a:after{
	content: url(../img/nav_close.png);
    margin: 5px;
    position: relative;
	vertical-align:top;
	}
.sidr ul li a, .sidr ul li span {
    color: #fff;
    display: block;
    padding: 0 15px;
    text-decoration: none;
}
.sidr ul li span{
	color:#999 !important;
	}
.sidr ul li a:hover{
	color:#ffec41;
	}


.nextoa{
	clear:both;
	display:block;
	text-align: center;
	margin:0 0 15px 0;
	
	}
.nextoa p{
	display: inline;
	background:#47bcc6;
	color:#fff;
	border-radius:15px;
	padding: 2px 8px;
	}



main{
	display:block;
/*	width:96%;*/
/*	margin:0 auto 30px auto;*/
	}

main h2{
	margin:0;
	padding:0;
	font-size:1.8rem;
	font-weight:normal;
	}
main h2:before{
	content: url(../img/h_icon.png);
    margin: 5px;
/*    position: relative;*/
	vertical-align:top;
	text-shadow:none;
	}
h2.nomark:before{
	content: normal;
	}

aside{
	width:96%;
	margin:0 auto;
	}
article{
	}
article a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
article p{
	width:96%;
	text-align:left;
	margin:15px auto;
	}

article ul{
	list-style:none;
	text-align:left;
	margin:0 auto;
	padding:0 0 0 0.5em;
	text-indent: -0.5em;
	line-height:1.8;
	}
article li{
	padding: 5px;
	margin-bottom:5px;
	color:#333;
	font-size: 1.6rem;
	text-align:left;
	}




/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}


.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
/*  position: relative;*/
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  border-radius: 0.5rem;
    margin-top: 20px;
  

}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #e84382;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #F176A5;
     text-decoration: none;
}

a.btn--radius {
   border-radius: 100vh;
}







/* クチコミ投稿
=============================================== */
.toukou_info{
	width:96%;
	margin:0 auto;
	padding:5px;
	text-align:left;
	
/*	border: #47bcc6 2px solid;*/
	border-radius:5px;
	}
.toukou_info img{
	display:block;
	text-align:center;
	margin:0 auto;
	}
.toukou_info p{
	padding:4px;
	color:#666;
	text-align: left;
	}

.toukou_info2{
	width:96%;
	margin:0 auto 30px auto;
	padding:5px;
	text-align:left;
	
/*
	border: #47bcc6 2px solid;
	border-radius:5px;
*/
	}
.toukou_info2 img{
	display:block;
	text-align:center;
	margin:0 auto;
	}

.toukou_info2 p{
	padding:4px;
	color:#666;
	text-align: left;
	}


/* 動画投稿
=============================================== */
.toukou_info{
	width:96%;
	margin:0 auto;
	padding:5px;
	text-align:left;
	
/*	border: #47bcc6 2px solid;*/
	border-radius:5px;
	}
.toukou_info img{
	display:block;
	text-align:center;
	margin:0 auto;
	}
.toukou_info p{
	padding:4px;
	color:#666;
	text-align: left;
	}

.toukou_info2{
	width:96%;
	margin:0 auto 30px auto;
	padding:5px;
	text-align:left;
	
/*
	border: #47bcc6 2px solid;
	border-radius:5px;
*/
	}
.toukou_info2 img{
	display:block;
	text-align:center;
	margin:0 auto;
	}

.toukou_info2 p{
	padding:4px;
	color:#666;
	text-align: left;
	}





/* スタッフが選ぶクチコミ
=============================================== */
.staff_info{
	width:96%;
	margin:0 auto;
	padding:5px;
	text-align:left;
	
/*	border: #47bcc6 2px solid;*/
	border-radius:5px;
	}
.staff_info img{
	display:block;
	text-align:center;
	margin-top: -24px;
/*	margin:0 auto;*/
	}
.staff_info p{
/*	padding:4px;*/
	color:#000000;
/*	text-align: left;*/
	}


.staff_info2{
	width:96%;
	margin:0 auto 30px auto;
	padding:5px;
	text-align:left;
	
/*
	border: #47bcc6 2px solid;
	border-radius:5px;
*/
	}
.staff_info2 img{
	display:block;
	text-align:center;
	margin:0 auto;
	}

.staff_info2 p{
	padding:4px;
	color:#666;
	text-align: left;
	}

.staff_box01{
	
	margin:15px auto 30px auto;
	padding:10px 10px;
	text-align:left;
	width:90%;
	color:#444;
	font-size:1.6rem;
	line-height:1.8;
	
	background:#fff;
/*	background-image: url(../img/staff/bg_btm01.png);*/
	background-repeat: no-repeat;
	background-position: right bottom;
	
	border-radius:10px;
	border: 2px solid #ffe100;
/*	box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);*/

	
/*
	background-color: #FFFFFF;
	border: 2px dotted #FFC079;
*/
}

.staff_box02{
	
	margin:15px auto 30px auto;
	padding:10px 10px;
	text-align:left;
	width:90%;
	color:#444;
	font-size:1.6rem;
	line-height:1.8;
	
	background:#fff;
		background-image: url(../img/staff/bg_btm.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	
	border-radius:10px;
	border: 2px solid #ffe100;
/*	box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);*/

	
/*
	background-color: #FFFFFF;
	border: 2px dotted #FFC079;
*/
}





#flow_sp{
	margin:0 auto 30px auto;
	}
#flow_sp ul{
	width: 96%;
	margin:0 auto ;
	list-style:none;
	}
#flow_sp li{
	padding:5px;
	margin: 0 auto 10px auto;
	color:#666;
	font-size:1.4rem;
	text-align:left;
	line-height:1.5;
	border:#68c9d5 1px solid;
	border-radius:5px;
	background:#fff;
	}
#flow_sp li img{
	display:block;
	text-align:center;
	margin:5px auto;
	}

#toukou_audrey{
	margin:0 auto;
	}
#toukou_audrey img{
	text-align:center;
	}

	#section_toukou{
	width:96%;
	margin: 0 auto;
		margin-top: -13%;
}

#section_toukou a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	}


.rule{
	width:90%;
	padding:5px;
	background:#fff;
	border: 1px solid #ddd;
	font-size:1.4rem;
	font-weight:bold;
	text-align:center;
	margin:30px auto 0 auto;
	}


.kojin-info{
	width:90%;
	background:#eee;
	border:1px solid #ddd;
	list-style:none;
	text-align:left;
	padding: 5px 5px 5px 1em;
	margin:0 auto 30px auto;
	}
.kojin-info li{
	text-indent: -1em;
	padding:5px 5px 0 5px;
	margin-bottom:0;
	line-height:1.4;
	color:#333;
	font-size: 1.4rem;
	text-align:left;
	}

table.t_schedule{	
	width:96%;
	margin: 0 auto 30px auto;
	
	border-collapse:collapse;
	border:#ddd 1px solid;
	}
table.t_schedule th{
	padding:5px;
	background:#47bcc6;
	color:#fff;
	border:#ddd 1px solid;
	font-size:1.4rem;
	text-align:center;
	}
table.t_schedule td{
	padding:5px;
	background:#fff;
	color:#444;
	border:#ddd 1px solid;
	font-size:1.4rem;
	text-align:left;
	}

#chukyo_map{
	margin:0 auto 30px auto;
    display: inline-block;
	}
#chukyo_map p{
	text-align:left;
	color:#444;
	}
#chukyo_map iframe{
	width:96%;
	}



/* 番組紹介
=============================================== */
#outline img{
	max-width:100%;
	}
#outline p{
	margin:15px auto 30px auto;
	padding:10px 10px;
	text-align:left;
	width:90%;
	color:#444;
	font-size:1.6rem;
	line-height:1.8;
	
	background:#fff;
	border-radius:10px;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.5);
	}


#outline table{
	width:96%;
	margin:15px auto;
	background:#fff;
	border:#666 1px solid;
	border-bottom:none;
	border-collapse:collapse;
	color:#444;
	}

#outline table th{
	padding:6px;
	background:url(../img/bg_yellow.gif);
	
	display: block;
	
	}

#outline table td{
	padding:6px;
	text-align:left;
	border-top:#666 1px solid;
	border-bottom:#666 1px solid;
	
	display: block;
	}


#outline #icchi{
	display:block;
	padding:6px;
	background-color: #FFF7AF;
	color: #e84483;
	font-weight:bold;
	}

/* 東京面談　終わったら消す
=============================================== */

#interview table{
	width:96%;
	margin:15px auto;
	background:#fff;
	border:#666 1px solid;
	border-bottom:none;
	border-collapse:collapse;
	color:#444;
	}

#interview table th{
	padding:6px;
	background:url(../img/bg_yellow.gif);
	
	display: block;
	
	}

#interview table td{
	padding:6px;
	text-align:left;
	border-top:#666 1px solid;
	border-bottom:#666 1px solid;
	
	display: block;
	}



/* アーカイブ
=============================================== */

#container_archive{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	}

.now{
	color:#444;
	font-weight:bold;
	font-size:2.4rem;
	text-align:center;
	}

.guest{
	margin:15px auto;
	display:block;
	border-bottom: #ddd 2px dotted;
	}
.guest:last-child{
	border-bottom:none;
	}

.pic_container{ 
	margin:0 auto;
	padding: 0;
	overflow:hidden;
	}
.pic_container img{
	margin:5px 0 ;
	max-width:100%;
	}



.btn_container{
	margin: 0 auto 15px auto;
	overflow:hidden;
	}
.btn_container p{
	float:left;
/*	margin:0 10px 0 0;*/
	}
.yt img{
	border:#999 1px solid;
	border-radius:5px;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
	}
.yt a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
.chuun img{
	border:#999 1px solid;
	border-radius:5px;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
	}
.chuun a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	}




#inner_today{
	padding:20px 0 0 0; 
	}
#inner_archive{
	margin:15px auto;
	}
#inner_archive_center{
	width: 90%;
	margin:0 auto;
	padding:10px 0;
	}


.pic_box{
	width:600px;
	margin:0;
	padding:0;
	border-bottom:#999 2px dashed;
	clear:both;
	}
.pic_box img{
	margin:0 3px;
	float:left;
	display:inline;
	}

.movie_box{
	margin:0 0 0 20px;
	float:left;
	}
.movie_box p{
	float:left;
	margin:0 10px 0 0;
	
	}

.btn_push{
	width:86px;
	height:86px;
	display:block;
	float:right;
	margin: 0;
	}



ul.accordion{
	width:80%;
	margin:0 auto 15px auto;
	padding:0;
	list-style:none;
	
	}

ul.accordion a {
	display:block;
	padding:5px;
	background-position:97% center;
	background-repeat:no-repeat;
	text-decoration:none;
	color:#444;
	font-weight:bold;
	cursor:pointer;
	}
ul.accordion span {
	display:block;
	padding:10px;
	background-position:97% center;
	background-repeat:no-repeat;
	color:#333;
	font-weight:bold;
	
	border: #999 1px solid;

	cursor:pointer;
	}
ul.accordion ul { display:none;}
ul.accordion > li {
	background:#fff;
	padding:0;
	margin:0;
	}
ul.accordion > li > p {
	background:#eee;
	margin-bottom:0;
	}
ul.accordion > li > p:hover {
	background:#fff;
	}
ul.accordion > li > p span {
	background-image:url(../img/archive/open.png);
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
	}
ul.accordion > li > p span.open {
	background-image:url(../img/archive/close.png);
	background-color:#ccc;
	box-shadow: none;
	}
ul.accordion > li > ul {
	list-style:none;
	margin:0;
	padding: 0;
	}
ul.accordion > li > ul > li {
	text-align:left;
	list-style:none;
	margin:0;
	padding: 2px 0;
	background:#fff;
	border-bottom:1px solid #EEE;
	font-size:1.4rem;
	}
ul.accordion > li > ul > li > p {
	background:#999;
	}
ul.accordion > li > ul > li > a {
	background:url(../img/archive/go.png) no-repeat 98% center;
	color:#e84483;
	font-weight:normal;
	}
ul.accordion > li > ul > li > a:hover {
	background-color:#FFFADB;
	}

ul.accordion > li > ul > li > ul > li {
	background:#FFF;
	border-bottom:1px dotted #888;
	}
ul.accordion > li > ul > li > ul > li:last-child { border:none;}

.year{
	padding:8px 0;
	background:#F8F3CF;
	}
.year_c{
	overflow:hidden;
	margin-bottom:30px ;
	}





/* Tシャツプレゼント
=============================================== */
.cf:before,
.cf:after{
 content:"";
 display:table;
}
 
.cf:after{
 clear:both;
}
 
.cf{
 zoom:1;
}


#featured_img img{
 max-width: 90%;
margin: 0 auto;
}


#thumb_img {
 margin-top:2%;
    padding: 2%;
 img {
 float:left;
 max-width: 32%;
 width: 32%;
 cursor: pointer;
 margin-right:2%;
 border:2px solid #eee;
 box-sizing:border-box;
 
 &.active{
 border:2px solid #cac6b8;
 }
 
 &:last-child{
 margin-right:0;
 }
 }
}

.sample08 {
    background: linear-gradient(transparent 60%, #ffe33b 60%);
}

.img_wrap{
/*  border: 1px solid #ddd;*/
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
    float: left;
}
.img_wrap img{
  width: 100%;
  transition-duration: 0.5s;
}
.img_wrap:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}





/* エージェンシーリスト
=============================================== */
#agency_list{
	background: url(../img/bg_blue.gif);
	margin-bottom:30px;
	padding:15px 0;
	}
#haken_title{
	margin:0 auto 15px auto;
	background:#27a9b4;
	color:#fff;
	text-align:center;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.5);
	}
/* list */
table.a_list01{
	width:90%;
	margin:10px auto;
	overflow:hidden;
	background-color: rgba(255, 255, 255, 0.8);
	display:inline-table;
	}
table.a_list01 th{
	padding:6px;
	color:#ea5493;
	font-weight:bold;
	text-align:center;
	border-bottom: 1px solid #ddd;
	}
table.a_list01 td{
	width:50%;
	font-size:1.4rem;
	padding:6px;
	text-align:left;
	border-bottom: 1px solid #ddd;
	}
table.a_list01 a{
	color:#178993;
	}
table.a_list01 a:hover,table.a_list01 a:active{
	color:#e84483;
	}

.yt img{
	width:80px;
	border:#999 1px solid;
	border-radius:5px;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
	}


.bn{
	margin:0 auto;
	}
.bn_title{
	color:#666;
	font-size:1.4rem;
	border-bottom:#999 1px dotted;
	padding: 5px ;
	margin:0;
	}
.link{
	color:#069;
	font-size:1.4rem;
	border-bottom:#999 1px dotted;
	padding: 5px ;
	margin:0;
	background-color:#FFF;
	}
.nolink{
	background-color:#C6EDFF;
	font-weight:bold;
	font-size:1.4rem;
	border-bottom:#069 2px solid;
	padding: 5px ;
	margin:0;
	}

/* 派遣動画アーカイブ */
#recently_agency{
	/*width:100%;*/
	overflow:hidden;
	}
table.movie img{
	max-width:100%;
	}
table.movie {
	width:46%;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	background: #FFF;
	padding: 0;
	border: #999 1px solid;
	text-align:center;
	
	vertical-align:top;
	display:inline-table;	
	}
table.movie td {
	width:100%;
	font-size: 1.4rem;
	margin: 0;
	padding: 6px;
	line-height: 1.2em;
}
table.movie td p {
	text-align: left;
}



.haken_archive {
	text-align:left;
	overflow: hidden;
}
table.movie2 {
	width:46%;
	margin-bottom: 10px;
	margin-left: 1%;
	margin-right: 0;
	background: #FFF;
	padding: 0;
	border: #999 1px solid;
	vertical-align:top;
	text-align:center;

	display:inline-table;	
}
table.movie2 a {
	color: #333;
	text-decoration: none;
}
table.movie2 a:hover {
	color: #333;
}
table.movie2 td {
	font-size: 1.4rem;
	margin: 0;
	padding: 2px;
	line-height: 1.2em;
}
table.movie2 td p {
	text-align: left;
}


/* アコーディオン */
.ac-container{
    width: 100%;
    margin: 10px auto 30px auto;
}

.ac-container label{
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 33px;
    font-size: 1.9rem;
    background: #eee;
    box-shadow:
        0px 0px 0px 1px rgba(155,155,155,0.3),
        1px 0px 0px 0px rgba(255,255,255,0.9) inset,
        0px 2px 2px rgba(0,0,0,0.1);
}

.ac-container label:hover{
    background: #fff;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: #c6e1ec;
    color: #3d7489;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow:
        0px 0px 0px 1px rgba(155,155,155,0.3),
        0px 2px 2px rgba(0,0,0,0.1);
}

.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../img/agency/arrow_down.png) no-repeat center center;
}

.ac-container input:checked + label:hover:after{
    background-image: url(../img/agency/arrow_up.png);
}

.ac-container input{
    display: none;
}

/* アコーディオン中身 */
.ac-container .ac-large{
    margin-top: 4px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    transition:
        height 0.3s ease-in-out,
        box-shadow 0.6s linear;
}
.ac-container input:checked ~ .ac-large{
    transition:
        height 0.5s ease-in-out;
}
.ac-container input:checked ~ .ac-large{
    height: 500px;
	overflow: auto;
}

.oshimen{
	width:90%;
	padding:4px;
	background:#fff;
	border: 2px solid #47bcc6;
	border-radius: 5px;
	margin-bottom: 15px;
	
	display:inline-table;
	}


/* オリジナルグッズ
=============================================== */
#present{
	}
.present_thums{
	text-align:center;
	}
.present_thums iframe{
	max-width:100%;
	text-align:center;
	margin:0 auto;
	}
.present_info{
	width:90%;
	margin:0 auto 30px auto;
	text-align:left;
	}
.present_info_detail{
	font-size:1.4rem;
	}
.present_info_detail img{
	max-width:100%;
	}
.color2{
	max-width:160px;
	}
#present table{
	width:96%;
	margin:15px auto;
	background:#fff;
	border:#ddd 1px solid;
	border-bottom:none;
	border-collapse:collapse;
	color:#444;
	}

#present table th{
	padding:6px;
	background:url(../img/bg_yellow.gif);

	border-bottom:#ddd 1px solid;
	
	display: block;
	
	}

#present table td{
	padding:6px;
	text-align:left;
	border-top: none;
	border-bottom:#ddd 1px solid;
	
	display: block;
	}

#prbox{
	width: 620px;
	float: left;
}

/* 利きシリーズ
=============================================== */
#kiki{
	}
#kiki section{
	text-align:left;
	}
#kiki section article h3{
	margin:15px auto;
	font-size:1.8rem;
	color:#721CC5;
	text-align:left;
	}

.kiki_inner{
	width:94%;
	margin:0 auto 30px auto;
	border: 2px solid #C485F3;
	border-radius:5px;
	padding:5px;
	background:#fff;
	}

.kiki-container-text1{
	color:#666;
	margin-bottom:15px;
	}

.kiki-container-text2{
	color:#369;
	}


/* 若手プレゼン
=============================================== */
#wakate{
	}
#wakate section{
	text-align:left;
	}
#wakate section article h3{
	margin:15px auto;
	font-size:1.8rem;
	color:#721CC5;
	text-align:left;
	}

.wakate_inner{
	width:94%;
	margin:0 auto 30px auto;
	border: 2px solid #B4B4B4;
	border-radius:5px;
	padding:5px;
	background:#fff;
	}

.wakate_inner2{
	width:94%;
	margin:0 auto 30px auto;
	border: 2px solid #FF9906;
	border-radius:5px;
	padding:5px;
	background:#FFFDEB;
	}
.wakate_inner h3,.wakate_inner2 h3{
	overflow:hidden;
	}
.wakate_inner h3 img,.wakate_inner2 h3 img{
	float:left;
	}

#wakate p{
	color:#666;
	margin-bottom:15px;
	}
.hanko{
	display:none;
	}


/* 盆オードリー
=============================================== */
#bon_audrey{
	}

#dl_container{
	overflow:hidden;
	margin-bottom:15px;
	}
#dl_container div{
	}
#dl_container p{
	text-align:center;
	color:#666;
	margin-top:24px;
	}

.dl a:after{
	content: normal;
		}
.info_box01{
	width:80%;
	margin: 15px auto;
	padding:4px;
	text-align:left;
	color:#666;
	font-size:1.4rem;
	border:1px dotted #999;
	}
.info_box02{
	width:80%;
	margin: 15px auto;
	padding:4px;
	text-align:left;
	color:#666;
	font-size:1.4rem;
	border:1px solid #999;
	}
.info_box02 h2{
	font-weight:bold;
	font-size:1.6rem;
	color:#444;
	margin-bottom:0;
	}
.info_box02 ul{
	list-style:none;
	margin:0 auto;
	}
.info_box02 li{
	text-align:left;
	margin: 0 auto 15px auto;
	color:#666;
	font-size:1.6rem;
	}


/* アシスタント戦国時代
=============================================== */
#bg-asi{
	background:url(../img/assistant/bg.gif);
	}

#back-asi-h1{
	background:#000;
	}
#asi-links{
	text-align:center;
	margin-bottom:30px;
	}
#asi-links a{
	display:block;
	background: #333;
	padding:5px;
	border-radius:5px;
	color:#fff;
	text-decoration:none;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
	}
#asi-links a:hover{
	color: #FFB71D;
	}

#asi_h1{
	background:#000;
	}
#name_fukumitsu{
	color: #1e2d8f;
	font-weight:bold;
	text-align:center;
	}
#name_ichinose{
	color: #c13461;
	font-weight:bold;
	text-align:center;
	}
.asi_archives{
	margin: 0 auto 15px auto;
	display:block;
	border-bottom: #ddd 2px dotted;
	}
.asi_archives:last-child{
	border-bottom:none;
	}

.pic_container{ 
	margin:0 auto;
	padding: 0;
	overflow:hidden;
	}
.pic_container img{
	margin:5px 0;
	max-width:100%;
	}


.btn_container{
	margin: 0 auto 15px auto;
	overflow:hidden;
    /*max-width:260px;*//*クチコミ画像なし*/
	max-width:665px;/*元に戻す*/
   
	}


.btn_container02{
	margin: 0 auto 15px auto;
	overflow:hidden;
	padding-left: 55px;
	}

/* ↑10月13日スギちゃん用 */

.btn_container p{
	float:left;
	margin:0 10px 0 0;
	
	width:auto;
	/* ↑articleのwidth:96%を打ち消し */
	}
.yt img{
	border:#999 1px solid;
	border-radius:5px;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
	}

#q_wrapper {
	width: 96%;
	padding: 5px;
	margin: 15px auto;
  
  	border: 2px solid #526a37;
	border-radius:5px;

	overflow-x:hidden;
	}
#q_wrapper h3{
	margin:0 auto;
	padding:5px 0;
	background:#526a37;
	text-align:center;
	color:#fff;
	border-radius:5px;
	}
#comment_container{
	margin:15px auto;
	}
#comment01{
	width: 96%;
	border: 2px solid #1e2d8f;
	border-radius:5px;
	margin:15px auto;
	padding: 5px;
	}
#comment01 img{
	margin:5px 0;
	}
#comment01 iframe{
	width:94%;
	margin:0 auto;
	}
#comment02{
	width: 96%;
	border: 2px solid #c13461;
	border-radius:5px;
	margin:15px auto;
	padding: 5px;
	}
#comment02 iframe{
	width:94%;
	margin:0 auto;
	}
#archives_wrapper {
	width: 96%;
	padding: 5px;
	margin: 15px auto;
  
  	border: 2px solid #526a37;
	border-radius:5px;

	overflow-x:hidden;
	}
#archives_wrapper h3{
	margin:0 auto;
	padding:5px 0;
	background:#526a37;
	text-align:center;
	color:#fff;
	border-radius:5px;
	}
.isutori{
	margin: 15px auto;
	}











/* Page Top
=================================== */

.page-topLink{
  bottom: 5px;
  right: 5px;
  width: 20px;
  padding: 13px 10px;
  }


.page-topLink{
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 5px;
	width: 14px;
	padding: 13px 13px;
	background: rgba(255,255,255,.7);
	border-radius: 80%;
	border: 4px solid #47bcc6;
	color: #47bcc6;
	font-size:16px;
	text-align: center;
	text-decoration: none; 
	line-height: 1;
	cursor:pointer;
	behavior: url(PIE.htc); 
	}
.page-topLink a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#47bcc6;
	text-decoration:none;
	}
.page-topLink:hover{
	background: rgba(255,255,255,1) !important;
	}
.page-topLink:focus{
	background: rgba(255,255,255,1) !important;
	}





/* clear */
.clear {
	clear: both;
}

.center {
	text-align: center;
}

.red {
	color: #F03;
}
.pink {
	color: #e84483;
}
.blue {
	color: #24a1ac;
}
.orange {
	color: #F63;
}

.f08{
	font-size:1.4rem;
	}
.f09{
	font-size:1.5rem;
	}
.f10 {
	font-size: 1.6rem;
}
.f11 {
	font-size: 1.7rem;
}
.f12 {
	font-size: 1.8rem;
}
.f13 {
	font-size: 1.9rem;
}
.f14 {
	font-size: 2.0rem;
}
.f15 {
	font-size: 2.2rem;
}
.bold {
	font-weight: bold;
}
.b-yellow {
	background-color: #FF9;
}
.t-align-r {
	text-align: right;
}
.t-align-c {
	text-align: center;
}


/*mp4ポップアップ
=============================================== */

#movie_test video {
  width: 80vw;
  height: auto;
  display: block;
}









@media screen and (min-width : 640px) {
	
			  .pc {
    display:none;
  }
  .tb {
    display: block;
  }
  .sp {
    display: block;
	  
  }
  .pcBr {
    display: none;
  }
  .spBr {
    display: block;
  }

	

		/* メニュー
=============================================== */
	
	#header-contents{
		background-color: #FFFFFF;
		width: 100%;
		height: 70px;
		position: fixed;
		top: 0px;
		left: 0;
	}
	
	.header_logo{
		float: left;
		margin-left: 2%;
		margin-top: 2%;
	}
	
	
	.staff_chuun{
/*	margin: 0 auto 15px auto;*/
/*	overflow:hidden;*/
	max-width:350px;
	padding-top: 45px;
	margin-bottom: 20px;
	padding-left: 10px;
	}


.staff_p{
	float: right;
	margin-top: -215px;
	width: 235px;
}


    


}


/*SP 縦*/
@media (orientation: portrait) {
  .pc {
    display:none;
  }
  .tb {
    display: block;
  }
  .sp {
    display: block;
  }
  .pcBr {
    display: none;
  }
  .spBr {
    display: block;
  }
    
    body{
    }

	#main_container{
	width:100%;
	display:block;
	overflow:hidden;
/*
	background-image:url(../img/../img/top/bg.png) ;
	background-repeat: repeat;
	background-size: auto;
*/
/*	background-size:contain;*/
	margin:0 auto;
	}

	#container{
	width:100%;
	margin:0 auto;
	overflow: hidden;
/*	background-color: rgba(255, 255, 255, 0.5);*/
	}


	
/* メニュー
=============================================== */
	
	
	#header-contents{
		background-color: #FFFFFF;
		width: 100%;
		height: 70px;
  		position: fixed;
  		top: 0px;
  		left: 0;
	}
	
	.header_logo{
		float: left;
		margin-left: 2%;
		margin-top: 3%;
	}

	
	
	.staff_chuun{
/*	margin: 0 auto 15px auto;*/
/*	overflow:hidden;*/
		width: 100%;
		margin: 0 auto;
		margin-top: 13%;
/*		margin-left: 3%;*/
	}


.staff_p{
	width: 100%;
/*
	float: right;
	margin-top: -140px;
	width: 460px;
*/
}
	
	
		/* スタッフ　ページャー  */

.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#ffe100;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #000000;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #FFFFFF;
  background: #e84382;
}






    
    
    
        		/*年末特番
=============================================== */
        .titl{
        background-image: url("../img/special2021/top_bg_sp.png");
        background-repeat: no-repeat;
            background-size: cover;
    background-position: bottom;
    }
    
    .titl img{
        width: 50%;
        border: solid #ba8d32 5px;
        margin: 30px 0;
    }
    
        .time{
        background-color: #BB8D2C;
        padding: 10px 0;
        margin: 0 auto;
    }
    
    .time img{
        width: 95%;
    }


    
    #content{
             width: 100%;
    margin: 0 auto;
/*        background-color: #FFF;*/
        background-image: url("../img/special2021/episode_bg.png");
        background-repeat: repeat;
            padding-top: 30px;
    padding-bottom: 30px;
        
        
/*
         background-color: #abcece;
  background-image:
    radial-gradient(#FFF 20%, transparent 20%),
    radial-gradient(#FFF 20%, transparent 20%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
*/
        
    }
    
    
    
        .about{
                    background-image: url("../img/special2021/about_bg.jpeg");
        background-repeat: repeat;
        padding: 5% 0;
            margin: 0 auto;
    }
    
        .cast{
        margin-top: 10%;
    }
    
    .cast_titl{width: 70%;}
    
    .cast_list{
        margin: 0 auto;
        display: flex;
        background-image: url("../img/special2021/about_bg.png");
        background-repeat: repeat;
        margin-bottom: 30px;
    padding-bottom: 10px;
        margin-top: -60px;
    }
    
    .cast_width{
        width: 95%;
        margin: 0 auto;
        padding-top: 50px;
    }
    
        .cast_list img{
        width: 49%;
        margin: 0 auto;
    }

    
    
    .cast01{
                border-top: #ca4375 solid 4px;
        border-bottom: #ca4375 solid 4px;
    }
    
    .cast02{
                border-top: #d06d34 solid 4px;
        border-bottom: #d06d34 solid 4px;
    }
    
    .cast03{
                border-top: #45a2aa solid 4px;
        border-bottom: #45a2aa solid 4px;
    }
    
    
        .sensu{
        width: 30%;
        margin: 20px 0;
    }
    

    .minogashi{
	color:#000000;
	font-weight:bold;
	font-size:1.5rem;
	text-align:center;
	}
    
        .minogashi_banner{
        width: 100%;
        margin: 0 auto;
            margin-bottom: 5%;
    }
    
    .minogashi_banner img{
        width: 80%;
        margin: 0 2%;
    }

        .episode_heading{
        width: 85%;
       margin: 0 auto;
        padding-bottom: 20px;
}


    
    .episode{
        width: 100%;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    
            .episode_top{
        width: 90%;
        margin: 0 auto;
        background-image: url("../img/special2021/episode_top.png");
                background-repeat: no-repeat;
                	 background-size: contain;
	  height : 4%;



    }

    
    .episode_info{
        width: 90%;
        margin: 0 auto;
        background-image: url("../img/special2021/episode_info.png");
        background-size: contain;
        background-repeat: repeat-y;
        margin-top: -3%;
    }
    
        .episode_bottom{
        width: 90%;
        margin: 0 auto;
        background-image: url("../img/special2021/episode_bottom.png");
                background-repeat: no-repeat;
                	 background-size: contain;
        	height: 30px;

    }

    
    .episode_titl{
        font-weight: 700;
        font-size: 1.1em;
        color: #ba8d32;
       padding: 10px 10px 0 10px;
        text-align: left;
    }
    
    .episode_img{
/*	margin: 0 auto 15px auto;*/
/*	overflow:hidden;*/
	max-width:350px;
	padding-top: 45px;
/*	margin-bottom: 20px;*/
	padding: 20px 30px;
	}
    
    .episode_text{
/*	float: right;*/
/*    margin-top: -210px;*/
    width: 95%;
    text-align: left;
        margin: 0 auto;
}
	
}


/*SP 横*/
@media (orientation: landscape) {
  .pc {
    display:none;
  }
  .tb {
    display: block;
  }
  .sp {
    display: block;
      margin: 0 auto;
  }
  .pcBr {
    display: none;
  }
  .spBr {
    display: block;
  }
    
    body{
    }

	#main_container{
	width:100%;
	display:block;
	overflow:hidden;
/*
	background-image:url(../img/../img/top/bg.png) ;
	background-repeat: repeat;
	background-size: auto;
*/
/*	background-size:contain;*/
	margin:0 auto;
	}

	#container{
	width:100%;
	margin:0 auto;
	overflow: hidden;
/*	background-color: rgba(255, 255, 255, 0.5);*/
	}


	
/* メニュー
=============================================== */
	
	
	#header-contents{
		background-color: #FFFFFF;
		width: 100%;
		height: 70px;
  		position: fixed;
  		top: 0px;
  		left: 0;
	}
	
	.header_logo{
		float: left;
		margin-left: 2%;
		margin-top: 3%;
	}

	
	
	.staff_chuun{
/*	margin: 0 auto 15px auto;*/
/*	overflow:hidden;*/
		width: 100%;
		margin: 0 auto;
		margin-top: 13%;
/*		margin-left: 3%;*/
	}


.staff_p{
	width: 100%;
/*
	float: right;
	margin-top: -140px;
	width: 460px;
*/
}
	
	
		/* スタッフ　ページャー  */

.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#ffe100;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #000000;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #FFFFFF;
  background: #e84382;
}






    
    
    
        		/*年末特番
=============================================== */
        .titl{
        background-image: url("../img/special2021/top_bg_sp.png");
        background-repeat: no-repeat;
            background-size: cover;
    background-position: bottom;
    }
    
    .titl img{
        width: 50%;
        border: solid #ba8d32 5px;
        margin: 30px 0;
    }
    
            .time{
        background-color: #BB8D2C;
        padding: 10px 0;
        margin: 0 auto;
    }


    
    #content{
             width: 100%;
    margin: 0 auto;
/*        background-color: #FFF;*/
        background-image: url("../img/special2021/episode_bg.png");
        background-repeat: repeat;
            padding-top: 30px;
    padding-bottom: 30px;
        
        
/*
         background-color: #abcece;
  background-image:
    radial-gradient(#FFF 20%, transparent 20%),
    radial-gradient(#FFF 20%, transparent 20%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
*/
        
    }
    
        .about{
                    background-image: url("../img/special2021/about_bg.jpeg");
        background-repeat: repeat;
        padding: 5% 0;
    }
    
    .cast{
        margin-top: 10%;
    }
    
    .cast_titl{
/*        width: 50%;*/
    }
    
    
        .cast_list{
        margin: 0 auto;
        display: flex;
        background-image: url("../img/special2021/about_bg.png");
        background-repeat: repeat;
        margin-bottom: 30px;
    padding-bottom: 10px;
        margin-top: -60px;
    }
    
    .cast_width{
        width: 95%;
        margin: 0 auto;
        padding-top: 50px;
    }
    
        .cast_list img{
        width: 45%;
        margin: 0 auto;
    }

    
    
    .cast01{
                border-top: #ca4375 solid 4px;
        border-bottom: #ca4375 solid 4px;
    }
    
    .cast02{
                border-top: #d06d34 solid 4px;
        border-bottom: #d06d34 solid 4px;
    }
    
    .cast03{
                border-top: #45a2aa solid 4px;
        border-bottom: #45a2aa solid 4px;
    }
    
        .minogashi{
	color:#000000;
	font-weight:bold;
	font-size:1.5rem;
	text-align:center;
        margin-bottom: 40px;
	}

    
    
        .sensu{
        width: 30%;
        margin: 20px 0;
    }

    
            .episode_heading{
        width: 85%;
       margin: 0 auto;
        padding-bottom: 20px;
}


    
    .episode{
        width: 100%;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    

    
        .minogashi_banner img{
        width: 45%;
        margin: 0 2%;
    }


    

    
            .episode_top{
        width: 90%;
        margin: 0 auto;
        background-image: url("../img/special2021/episode_top.png");
                background-repeat: no-repeat;
                	 background-size: contain;
	  height : 15%;



    }

    
    .episode_info{
        width: 90%;
        margin: 0 auto;
        background-image: url("../img/special2021/episode_info.png");
        background-size: contain;
        background-repeat: repeat-y;
        margin-top: -3%;
    }
    
        .episode_bottom{
        width: 90%;
        margin: 0 auto;
        background-image: url("../img/special2021/episode_bottom.png");
                background-repeat: no-repeat;
                	 background-size: contain;
        	height: 15%;

    }

    
    .episode_titl{
        font-weight: 700;
        font-size: 1.1em;
        color: #ba8d32;
       padding: 10px 10px 0 10px;
        text-align: left;
    }
    
    .episode_img{
/*	margin: 0 auto 15px auto;*/
/*	overflow:hidden;*/
	max-width:350px;
	padding-top: 45px;
/*	margin-bottom: 20px;*/
	padding: 20px 30px;
	}
    
    .episode_text{
/*	float: right;*/
/*    margin-top: -210px;*/
    width: 95%;
    text-align: left;
        margin: 0 auto;
}
	
}


/* iPad 縦 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
  .pc {
    display:none;
  }
  .tb {
    display: block;
  }
  .sp {
    display: block;
  }
  .pcBr {
    display: none;
  }
  .spBr {
    display: block;
  }
    
    body{
    }

	#main_container{
	width:100%;
	display:block;
	overflow:hidden;
/*
	background-image:url(../img/../img/top/bg.png) ;
	background-repeat: repeat;
	background-size: auto;
*/
/*	background-size:contain;*/
	margin:0 auto;
	}

	#container{
	width:100%;
	margin:0 auto;
	overflow: hidden;
/*	background-color: rgba(255, 255, 255, 0.5);*/
	}


	
/* メニュー
=============================================== */
	
	
	#header-contents{
		background-color: #FFFFFF;
		width: 100%;
		height: 70px;
  		position: fixed;
  		top: 0px;
  		left: 0;
	}
	
	.header_logo{
		float: left;
		margin-left: 2%;
		margin-top: 3%;
	}

	
	
	.staff_chuun{
/*	margin: 0 auto 15px auto;*/
/*	overflow:hidden;*/
		width: 100%;
		margin: 0 auto;
		margin-top: 13%;
/*		margin-left: 3%;*/
	}


.staff_p{
	width: 100%;
/*
	float: right;
	margin-top: -140px;
	width: 460px;
*/
}
	
	
		/* スタッフ　ページャー  */

.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#ffe100;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #000000;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #FFFFFF;
  background: #e84382;
}






    
    
    
        		/*年末特番
=============================================== */
        .titl{
        background-image: url("../img/special2021/top_bg_sp.png");
        background-repeat: no-repeat;
            background-size: cover;
    background-position: bottom;
    }
    
    .titl img{
        width: 50%;
        border: solid #ba8d32 5px;
        margin: 30px 0;
    }

    
    #content{
             width: 100%;
    margin: 0 auto;
/*        background-color: #FFF;*/
        background-image: url("../img/special2021/episode_bg.png");
        background-repeat: repeat;
            padding-top: 30px;
    padding-bottom: 30px;
        
        
/*
         background-color: #abcece;
  background-image:
    radial-gradient(#FFF 20%, transparent 20%),
    radial-gradient(#FFF 20%, transparent 20%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
*/
        
    }
    
        .about{
                    background-image: url("../img/special2021/about_bg.jpeg");
        background-repeat: repeat;

        padding: 5% 0;
    }

    
    .episode{
        width: 100%;
        margin: 0 auto;
        margin-bottom: 50px;
    }
    
            .episode_top{
        width: 90%;
        margin: 0 auto;
        background-image: url("../img/special2021/episode_top.png");
                background-repeat: no-repeat;
                	 background-size: contain;
	  height : 6%;



    }

    
    .episode_info{
        width: 90%;
        margin: 0 auto;
        background-image: url("../img/special2021/episode_info.png");
        background-size: contain;
        background-repeat: repeat-y;
        margin-top: -3%;
    }
    
        .episode_bottom{
        width: 90%;
        margin: 0 auto;
        background-image: url("../img/special2021/episode_bottom.png");
                background-repeat: no-repeat;
                	 background-size: contain;
        	height: 6%;

    }

    
    .episode_titl{
        font-weight: 700;
        font-size: 1.1em;
        color: #ba8d32;
       padding: 10px 10px 0 10px;
        text-align: left;
    }
    
    .episode_img{
/*	margin: 0 auto 15px auto;*/
/*	overflow:hidden;*/
	max-width:350px;
	padding-top: 45px;
/*	margin-bottom: 20px;*/
	padding: 20px 30px;
	}
    
    .episode_text{
/*	float: right;*/
/*    margin-top: -210px;*/
    width: 95%;
    text-align: left;
        margin: 0 auto;
}

}




	

@media screen and (min-width : 960px) {

/* 全ページ共通 */
.sp{
	display:none;
	}
	
	  .tb {
    display: none;
  }



.pc{
	display:block;
    margin: 0 auto;
	}



body {
     

}
a {
	text-decoration: underline;
	color: #F36;
	outline: none;
}
a:visited {
	text-decoration: underline;
	color: #366;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #F90;
	outline: none;
}
h1 {
}
h1 img{
	}

main{
/*	width:620px;*/
/*	float:left;*/
	margin: 0 auto;
	text-align: center;
/*	margin-left:10px;*/
	}

aside{
	width:300px;
	float:right;
	margin-right:10px;
	}

section{
	/*margin: 0 auto 30px auto;*/
	}
	
	#outline article{
	width: 640px;
	margin: 0 auto;
	}


#main_container{
	width:100%;
	display:block;
	overflow:hidden;
/*
	background-image:url(../img/top/bg.png) ;
	background-repeat: repeat;
*/
/*	background-size:contain;*/
	
	margin:0 auto;
	}

#container{
/*	width:960px;*/
	margin:0 auto;
	overflow: hidden;

/*	background-color: rgba(255, 255, 255, 0.8);*/
	}

footer {
	width: 100%;
	margin: 0 auto;
	padding: 15px 0 20px 0;
	color: #FFF;
	font-size: 1.4rem;
	text-align: center;
	background-color: #000000;
	clear: both;
}

#adv_container {
	width: 300px;
	margin: 30px 0 0 0;
	padding: 0;
	display: block;
}
#adv_container p{
	padding: 0;
	font-size: 1.4rem;
	color: #666;
	text-align:right;
}

#fb_container{
	width:300px;
	margin:30px auto;

	}

#tw_container{
	width:300px;
	margin:30px auto;
	}

/* メニュー
=============================================== */
nav{
	padding-bottom:0;
	}
#nav_container{
	width:960px;
	margin:0 auto;
	overflow:hidden;

	position:relative;
	}

#nav_close{
	display:none;
	}
#nav_logo img{
	width:50px;
	height:50px;
	max-height:50px;
	margin:5px 0;
	}

/* PC用ナビゲーションバー */

#nav_sns{
	width:160px;
	
	left:800px;
	top:12px;
	}

	
/* PC用ナビゲーションバー2 */
 #mobile_menu {
	display: none;

	
}


	/* メニュー動画のリンクなし */
	#navigation2 {
		display: block;
	
		width:1000px;
		padding: 10px 0;
		font-size:1.4rem;
		margin: 0 auto; 
		}
	
	#navigation2 a{
		position: relative;
		padding: 0 10px;
	
	}

	#navigation2 a:before{

		content: "";
        position: absolute;
        width: 1px;
        height: 50px;
        background: #ffe103;
        top: 200%;
        right: 0;
        -webkit-transform: translateY(-50%) translateX(0);
        transform: translateY(-50%) translateX(0);

		/* border-right: solid #ffe103 1px;
		padding: 0 10px; */
	}

		#navigation2 a:last-child:before{
		content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        background: #000;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%) translateX(0);
        transform: translateY(-50%) translateX(0);
	}


/* メニュー動画のリンクあり */
/*
#navigation2 {
	display: block;

    width:960px;
    padding: 10px 0;
	font-size:1.4rem;
	margin: 0 auto; 
	
	text-align: right;
    }
*/


	
	#navigation2 a:hover{
		text-decoration:none;
opacity: 0.7;
filter: alpha(opacity=70);
	}
	
#navigation2 ul {
	margin:0;
	padding: 10px 0 0 0;
	vertical-align:top;
}
#navigation2 ul li{
	text-align:left !important;
	color:#777 !important;
	}
#navigation2 ul li a{
	color:#47bcc6;
	}
#navigation2 li {
    margin: 0;
    list-style:none;
	padding:4px 0; 
}
#navigation2 li a {
    color:#47bcc6;
	text-decoration:underline;
	background: none;

    padding-left: 2px;
    padding-right: 2px;
	margin: 0 10px 0 0;
	
	display:block;
}
#navigation2 li a:hover {
    color:#fff;
	background:#47bcc6;
	border-radius:3px;
}


	
	
	

				
	
	
	


    
    
        		/*年末特番
=============================================== */
    
    .titl{
        background-image: url("../img/special2021/top_bg.png");
        background-repeat: no-repeat;
            background-size: cover;
    background-position: bottom;
    }
    
    .titl img{
        width: 300px;
        border: solid #ba8d32 5px;
        margin: 30px 0;
    }

    
    #content{
/*             width: 960px;*/
    margin: 0 auto;
/*        background-color: #FFF;*/
        background-image: url("../img/special2021/episode_bg.png");
        background-repeat: repeat;
            padding-top: 100px;
    padding-bottom: 30px;
        
        
    }
    
    .time{
        background-color: #BB8D2C;
        padding: 15px 0;
        margin: 0 auto;
    }
    
    .about{
        background-image: url("../img/special2021/about_bg.jpeg");
        background-repeat: repeat;
        background-size: contain;
        padding: 50px 0;
    }
    
    .cast{
        margin-top: 50px;
    }
    
    .cast_list{
        margin: 0 auto;
        display: flex;
        background-image: url("../img/special2021/about_bg.png");
        background-repeat: repeat;
        margin-bottom: 50px;
        margin-top: -80px;
    }
    
    .cast_width{
        width: 1100px;
        margin: 0 auto;
    }
    
        .cast_list img{
        width: 270px;
        margin: 0 auto;
            padding: 0 30px;
    }

    
    
    .cast01{
                border-top: #ca4375 solid 4px;
        border-bottom: #ca4375 solid 4px;
    }
    
    .cast02{
                border-top: #d06d34 solid 4px;
        border-bottom: #d06d34 solid 4px;
    }
    
    .cast03{
                border-top: #45a2aa solid 4px;
        border-bottom: #45a2aa solid 4px;
    }
    
    
    
    .sensu{
        width: 150px;
        margin: 30px 0;
        z-index: 3;
                position: relative;
    }
    

    
            .minogashi{
                margin: 0 auto;
	}
    
    .minogashi img{
        width: 900px;
        margin: 0 auto;
    }
    
        .minogashi_banner{
        width: 900px;
        margin: 0 auto;
            margin-bottom: 3%;
    }
    
    .minogashi_banner img{
		width: 700px;
        margin: 30px 30px 0 30px;
    }
    
    
    .episode_heading{
        width: 500px;
       margin: 0 auto;
        padding-bottom: 20px;
}

    
    
    .episode{
        width: 960px;
        margin: 0 auto;
        margin-bottom: 100px;
    }
    
            .episode_top{
        width: 960px;
        margin: 0 auto;
        background-image: url("../img/special2021/episode_top.png");
        	height: 65px;

    }

    
    .episode_info{
        width: 960px;
        margin: 0 auto;
        background-image: url("../img/special2021/episode_info.png");
        background-repeat: repeat-y;
    }
    
        .episode_bottom{
        width: 960px;
        margin: 0 auto;
        background-image: url("../img/special2021/episode_bottom.png");
        	height: 45px;

    }

    
    .episode_titl{
        font-weight: 700;
        font-size: 1.5em;
        color: #ba8d32;
        text-align: center;
    }
    
    .episode_img{
/*	margin: 0 auto 15px auto;*/
/*	overflow:hidden;*/
	max-width:350px;
	padding-top: 45px;
/*	margin-bottom: 20px;*/
	padding: 20px 30px;
	}
    
    .episode_text{
/*	float: right;*/
/*    margin-top: -210px;*/
    width: 570px;
    text-align: left;
    padding-right: 30px;
}
    
    .episode_flex{
        display: flex;
            align-items: center;
    }
    

    
    




    


	
}