<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* =============================================
 COMMON
============================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
}
html{
	font-size:62.5%; /* 10px = 1rem */
}
body{
	position: relative;
	color:#000;
	font-size:1.6rem;
	font-family:'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Osaka',sans-serif;
	margin: 0px;
	min-width: 1000px;
	padding: 0px;
	background: #ffdf1c url("../../img/common/bg.png");
	line-height: 1.6;
}
img {
	border: none;
	vertical-align: bottom;
}
li {
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
.clr{clear:both;}
/* -------------------------------------------
 p
------------------------------------------- */
p + p,
dl + p{
	/*! margin-top: 30px; */
}
/* -------------------------------------------
 a
------------------------------------------- */
a{
	overflow: hidden;
	outline: none;
	color: #ca0080;
	text-decoration: underline;
}
a:hover{
	color: #ca0080;
	text-decoration: none;
}

/* -------------------------------------------
 共通クラス
------------------------------------------- */
.smp{
	display:none !important;
}
.none{
	display: none !important;
}
.txt_center{
	text-align: center;
}
.inner:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.txt_red{
	color:#ca0080;
}
.txt_purple{
	color:#661eff;
}
.txt_big{
	font-size: 1.8rem;
}
.txt_small{
	font-size: 1.4rem;
}
.txt_bold{
	font-weight: bold;
}
.txt_underline{
	text-decoration: underline;
}
.smp_br{
	margin-right:5px;
}
/* =============================================
 改行指定
============================================= */
.onlyPC{
		display: block;
	}
.onlySP{
		display: none !important;
	}
/* =============================================
 Common Header (トップ以外)
============================================= */
.header{
	width: 100%;
	min-width: 1000px;
	background: url(../../img/pc/bg_hd.png) no-repeat center top;
}
.header_inner{
	width: 1000px;
	height: 180px;
	margin: 0 auto;
	position: relative;
}
.header h1{
	position:absolute; 
	top:0;
	left:4px;
}
.header_oa{
	position:absolute; 
	top:77px;
	left:240px;
}
.header_sns{
	position:absolute; 
	top:44px;
	right:0;
}
.header_sns ul:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.header_sns ul li{
	float:left;
	padding-left:4px; 	
}
.header_sitetop{
	position:absolute; 
	bottom:23px;
	right:0;
}

/* =============================================
 Layout
============================================= */
.contents{
	width: 1000px;
	margin: 0 auto;
}
.contents:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
/* =============================================
  Common Contetns
============================================= */
.contents_main{
	width: 700px;
	float: left;
}
/* -------------------------------------------
 共通見出し 下層ページタイトル
------------------------------------------- */
.page_ttl{
	margin: 32px 0 20px 0;
	padding: 0 0 18px 0;
	background: url(../../img/common/line_pagettl.png) repeat-x left bottom; 
	position: relative;
}
.page_ttl span{
	position:absolute;
	top:0;
	right: 0;
}

/* -------------------------------------------
 共通セレクトボックス概観
------------------------------------------- */
.customSelect { 
	font:1.6rem;
    color:#ca0080;
    background:#fff url(../../img/common/arrow_select.png) right center no-repeat;
    padding:10px 20px 10px 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	border: 4px solid #ca0080;
	width: 100px;
	white-space: nowrap;
}
.customSelect.customSelectHover {
}
.customSelect.customSelectOpen {
}
.customSelect.customSelectFocus {
}
.customSelectInner {
}
.custom_sideselect{
	font:1.6rem;
    color:#000;
    background:#fff url(../../img/common/arrow_select.png) right center no-repeat;
    padding:10px 20px 10px 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	border: 4px solid #ca0080;
	width: 280px;	
}

/* -------------------------------------------
 共通ボタン
------------------------------------------- */
/* タイトル横の赤い中くらいのボタン */
.btn_pink_m a{
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: url(../../img/common/arrow_white_m.png) no-repeat right center, -moz-linear-gradient(top, #d22693 0%, #cb0481 100%);
	background: url(../../img/common/arrow_white_m.png) no-repeat right center, -webkit-linear-gradient(top, #d22693 0%, #cb0481 100%);
	background: url(../../img/common/arrow_white_m.png) no-repeat right center, -ms-linear-gradient(top, #d22693 0%, #cb0481 100%);
	background: url(../../img/common/arrow_white_m.png) no-repeat right center, -o-linear-gradient(top, #d22693 0%, #cb0481 100%);
	background: url(../../img/common/arrow_white_m.png) no-repeat right center, linear-gradient(top, #d22693 0%, #cb0481 100%);
	background-size: 22px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 14px 34px 14px 14px;
	margin-left: 4px;
	line-height: 1;
	color: #FFF;
	text-decoration: none;
}
.btn_pink_m a:hover{
	background: url(../../img/common/arrow_pink_m.png) no-repeat right center, -moz-linear-gradient(top, #FFF 0%, #FFF 100%);
	background: url(../../img/common/arrow_pink_m.png) no-repeat right center, -webkit-linear-gradient(top, #FFF 0%, #FFF 100%);
	background: url(../../img/common/arrow_pink_m.png) no-repeat right center, -ms-linear-gradient(top, #FFF 0%, #FFF 100%);
	background: url(../../img/common/arrow_pink_m.png) no-repeat right center, -o-linear-gradient(top, #FFF 0%, #FFF 100%);
	background: url(../../img/common/arrow_pink_m.png) no-repeat right center, linear-gradient(top, #FFF 0%, #FFF 100%);
	background-size: 22px;
	color: #ca0080;
}
.btn_pink_m.close{
	position: relative;
}
.btn_pink_m.close a{
	background-color: rgba(0,0,0,0.7);
	background-image: none;
	color: #666;
}
.btn_pink_m.close a:hover{
	color: #666 !important;
}
.btn_pink_m.close .txt_close {
	width: 100%;
	margin-top: -0.9em;
	position: absolute;
	top: 50%;
	left: 0;
	color: #ffe733;
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
}
/* プロフィールなどの小さい赤ボタン */
.btn_pink_s{
	display: inline-block;
	vertical-align: text-top;
	margin-top: 0;
}
.btn_pink_s a{
	display: inline-block;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #ca0080 url(../../img/common/arrow_white_s.png) no-repeat 5px center;
	background-size: 15px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 6px 8px 5px 26px;
	margin: -3px 0 0 4px;
	color: #FFF !important;
	text-decoration: none;
	text-shadow:none;
}
.btn_pink_s a:hover{
	background: #FFF url(../../img/common/arrow_pink_s.png) no-repeat 5px center;
	background-size: 15px;
	color: #ca0080 !important;
}

/* 過去サイトへいくなどの小さい白ボタン */
.btn_white_s{
	display: inline-block;
	vertical-align: text-top;
}
.btn_white_s a{
	display: inline-block;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background: #FFF url(../../img/common/arrow_pink_s.png) no-repeat 5px center;
	background-size: 15px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 6px 8px 5px 26px;
	color: #ca0080;
	text-decoration: none;
}
.btn_white_s a:hover{
	background: #ca0080 url(../../img/common/arrow_white_s.png) no-repeat 5px center;
	background-size: 15px;
	color: #FFF;
}

/* タイトル横の紫の中くらいのボタン */
.btn_purple_m a{
	display: inline-block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: url(../../img/common/arrow_purple_m.png) no-repeat right center, url(../../img/common/bg_purple.png);
	font-size: 1.6rem;
	line-height: 1;
	padding: 14px 34px 14px 14px;
	margin-left: 4px;
	line-height: 1;
	color: #4a01e7;
	text-decoration: none;
}
.btn_purple_m a:hover{
	opacity: 0.8;
}
/* 大野アナのつぶやき 微調整 */
.btn_pink_s.ohono_tweet{
	margin-bottom: -8px;
}
.btn_pink_s.ohono_tweet a{
	margin: 0 8px 0 4px;
}


/* -------------------------------------------
共通ボックス（放送内容のボックス）
------------------------------------------- */
.oa_box{
	background-color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	margin-bottom: 40px;
}
.oa_time{
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	background: -moz-linear-gradient(top, #7634ff 0%, #6821ff 100%);
	background: -webkit-linear-gradient(top, #7634ff 0%, #6821ff 100%);
	background: -ms-linear-gradient(top, #7634ff 0%, #6821ff 100%);
	background: -o-linear-gradient(top, #7634ff 0%, #6821ff 100%);
	background: linear-gradient(top, #7634ff 0%, #6821ff 100%);
	border-bottom: 6px solid #cb0381;
	font-weight: bold;
	color:#FFF;
	text-align: center;
	padding: 10px 0 8px;
	line-height: 1;
}
.oa_time span{
	font-size: 2rem;
}
.oa_summary{
	position: relative;
	background: url(../../img/common/bg_summary.png) bottom center;
	text-align: center;
	padding: 12px 12px 0;
	margin-bottom: 25px;
}
.oa_summary:after{
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 100%;
	height: 12px;
	content: "";
	background: url(../../img/common/bg_summary2.png) no-repeat top center;
}
.oa_box h3{
	width: 500px;
	padding: 2px 50px 10px;
	margin: 0 auto 14px;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
	color:#ca0080;
	text-align: center;
	background: url(../../img/common/line_oattl.png) repeat-x bottom left;
}
.oa_guest{
	max-width: 600px;
	display: inline-block;
	margin: 0 auto;
}
.oa_guest:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.oa_guest dt{
	float: left;
	background: url(../../img/common/icon_guestbrain.png) no-repeat left center;
	background-size: 26px;
	color:#ca0080;
	padding-left: 31px;
	padding-right: 6px; 
	display: inline-block;
	text-shadow: 2px 2px 1px #FFF, -2px 2px 1px #FFF, 2px -2px 1px #FFF, -2px -2px 1px #FFF;
}
.oa_guest dd{
	float: left;
	text-align: left;
	display: inline-block;
	text-shadow: 2px 2px 1px #FFF, -2px 2px 1px #FFF, 2px -2px 1px #FFF, -2px -2px 1px #FFF;
}
.oa_movie{
	text-align: center;
	width:600px;
/*	margin: 0 auto 40px; */
	margin: 0 auto 20px; 
}
.oa_photo{
	width: 620px;
	padding:0 40px;
}
.oa_photo img{
	max-width: 600px;
}
.oa_photo:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.oa_photo li{
	float: left;
	width: 290px;
	padding: 0 10px 20px;
	text-align:center;
}
.oa_photo li img{
	max-width: 290px;
}
/* 写真一枚の時 LIでいくとき onlyクラスつける */
.oa_photo li.only{
	float: none !important;
	width: 580px !important;
}
.oa_photo li.only img{
	width: 580px !important;
}
/* 写真一枚の時 DIVに変えた時 */
.oa_box div.oa_photo{
	text-align: center;
	margin-bottom: 20px;
}
.oa_detail{
}
.oa_text{
	padding: 0 50px 40px;
}
.oa_hatena{
	position: relative;
	background: url(../../img/common/arrow_pink_m.png) no-repeat right center / 22px 14px, url(../../img/common/bg_hatena.png);
	text-align: center;
	width: 598px;
	margin:  0 auto 60px;
	padding:16px 0;
}
.oa_hatena:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 10px;
	content: "";
	background: url(../../img/common/line_hatena.png) repeat-x;
}
.oa_hatena:after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	content: "";
	background: url(../../img/common/line_hatena.png) repeat-x;
}
.oa_hatena h4{
	margin-bottom: 8px;
}
.oa_hatena a{
	color:#ca0080;
	text-decoration: none;
	font-weight: bold;
}
.oa_hatena a:hover{
	text-decoration: underline;
}
.oa_cast{
	background: url(../../img/common/bg_cast.png);
	padding: 40px 50px 40px;
	position: relative;
	line-height: 2;
}
.oa_cast h4{
	position: absolute;
	top:-25px;
	left:50%;
	margin-left: -65px;
}
.oa_cast dl:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.oa_cast dt{
	flaot:left;
	display: inline-block;
}
.oa_cast dd{
	flaot:left;
	display: inline-block;
	line-height: 1.7;
}
.oa_switch{
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #f0f0f0;
	text-align: center;
}
.oa_switch span{
	display: inline-block;
	line-height: 1;
	padding: 14px 30px 14px 0;
	color: #000;
	text-decoration: none;
} 
.oa_switch.open span{
	background: url(../../img/common/btn_open.png) no-repeat right 10px;
	background-size: 22px;
	cursor: pointer;
}
.oa_switch.close span{
	background: url(../../img/common/btn_close.png) no-repeat right 10px;
	background-size: 22px;
	cursor: pointer;
}
.oa_box .icon_tver{
	position: absolute;
	top:10px;
	left:10px;
}

/* -------------------------------------------
 次回の予告ボックス (放送内容ボックス)
------------------------------------------- */
.oa_box.next{
	margin-top: 114px;
}
.oa_box.next:before{
	position: absolute;
	left: 0;
	top: -76px;
	width: 100%;
	height: 21px;
	content: "";
	background: url(../../img/pc/line_next.png) no-repeat top center;
}
.oa_box.next h2{
	position: absolute;
	top:-35px;
	left:-40px;
	z-index: 10;
}
.oa_box.next h3:last-child {
    background: none;
}
.oa_box.next .oa_time{
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	background: -moz-linear-gradient(top, #d22693 0%, #cb0481 100%);
	background: -webkit-linear-gradient(top, #d22693 0%, #cb0481 100%);
	background: -ms-linear-gradient(top, #d22693 0%, #cb0481 100%);
	background: -o-linear-gradient(top, #d22693 0%, #cb0481 100%);
	background: linear-gradient(top, #d22693 0%, #cb0481 100%);
	border-bottom: 6px solid #ffd303;
	font-weight: bold;
	color:#FFF;
	text-align: center;
	padding: 18px 0 18px;
	line-height: 1;
	font-size: 2rem;
}
.oa_box.next .oa_time span{
	font-size: 2.8rem;
}
.oa_box.next .oa_summary{
	background: url(../../img/common/bg_next.png) center bottom;
}
.oa_box.next .oa_summary:after{
	background: url(../../img/common/bg_next2.png) no-repeat top center;
}
.oa_box.next h3{
	background: url(../../img/common/line_oattl.png) repeat-x bottom left;
}
.oa_box.next .oa_photo li{
	float: left;
	width: 290px;
	padding-bottom: 40px;
	text-align:center;
}
.oa_box.next .oa_text{
		padding-bottom: 30px;
}
.oa_box.next .oa_hatena,
.oa_hatena.detail{
	position: relative;
	background: none;
	text-align: center;
	width: 598px;
	margin:  0 auto 60px;
	padding:36px 0;
}
.oa_box.next .oa_hatena:before,
.oa_hatena.detail:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 16px;
	content: "";
	background: url(../../img/common/line_hatena.png);
}
.oa_box.next .oa_hatena:after,
.oa_hatena.detail:after{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 16px;
	content: "";
	background: url(../../img/common/line_hatena.png);
}
.oa_box.next .hatena_photo,
.oa_hatena.detail .hatena_photo{
	width: 150px;
	float:left;
	margin-top: -46px;
}
.oa_box.next .hatena_photo img,
.oa_hatena.detail .hatena_photo img{
	max-width: 150px;
}
.oa_box.next .hatena_text,
.oa_hatena.detail .hatena_text{
	width: 435px;
	float:right;
	text-align: left;
}
.oa_box.next .oa_hatena h4,
.oa_hatena.detail h4{
	margin-bottom: 10px;
}
.oa_box.next .oa_hatena h5,
.oa_hatena.detail h5{
	color:#ca0080;
	font-weight: bold;
	font-size: 1.6rem;
	padding-bottom: 6px;
}
.oa_box.next .oa_hatena p,
.oa_hatena.detail p{
	color:#000;
	font-size: 1.4rem;
}
.oa_box.next .oa_cast{
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	line-height: 2;
}

/* -------------------------------------------
 共通 放送回の年月を選択
------------------------------------------- */
.search_condition.top{
	margin-bottom: 10px;
}
.search_condition.bottom{
	margin-top:-30px;
}
.search_year{
	margin: 10px 10px 10px 0;
	float: left;
}
.search_month.smp:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.search_text{
	padding-top: 22px;
}
.search_month.pc:after{
	content: "";
	display: block;
	clear: both;
	zoom: 1;
}
.search_month.pc li{
	float: left;
	margin: 0 1px;
}
.search_month.pc li.notexist{
	opacity: 0.1 !important;
}


/* -------------------------------------------
 共通 モーダル
------------------------------------------- */
.modal_box{
	width: 560px;
	height: 560px;
	padding: 10px 20px 20px;
	overflow-y: scroll;
	margin: 0 auto;
	background:url(../../img/common/bg_modal.png);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.modal_box .page_ttl{
	background: url(../../img/common/line_pagettl.png) repeat-x left bottom; 
	text-align: center;
	padding: 10px 10px 20px;
	margin: 0 0 20px;
}
.modal_box .inner{
	margin-bottom: 20px;
}
.modal_box .photo{
	padding: 0 10px 10px;
	text-align: center;
}
.modal_box .photo img{
	max-width: 520px;
}
/* ゲストブレーンの時のみ */
.modal_box.guest .photo{
	float: right;
}
.modal_box.guest .photo img{
	max-width: 200px;
}
.modal_box .text{
	padding: 10px;
}
.modal_box.guest .text{
	padding: 0;
}
.modal_box .text p{
	font-size:1.4rem;
}
.modal_box .text p span{
	color: #ca0080;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: bold;
}
.modal_box .books:before{
	content: "この回の内容に興味がある方は・・・";
	display: block;
	background-color: #ca0080;
	padding: 6px;
	color:#FFF;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 14px;
}
.modal_box .books:after{
	content: "※リンク先は朝日放送のHPではありません（amazon.co.jpのサイトへリンクします）。リンク先サイトでの物品の購入等については責任を負えませんので予めご了承ください。";
	display: block;
	clear: both;
	zoom: 1;
	background-color: #FFF;
	padding: 10px;
	font-size: 1.2rem;
	color:#999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.modal_box .books li{
	float: left;
}
/*.modal_box .books li:nth-child(4n+1){
	padding-left: 18px;
}*/
.modal_box p + p{
	margin-top: 10px;
}


/* -------------------------------------------
 共通 モーダル スクロールバーのデザイン
------------------------------------------- */
.modal_box::-webkit-scrollbar-track {
  background: none;
}
.modal_box::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
.modal_box::-webkit-scrollbar-thumb {
  background: #cbbd97;
  border-radius: 7px;
}

/* =============================================
 contents_side
============================================= */
.contents_side{
	width: 280px;
	margin-top: 36px;
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bnr_area{
	margin-bottom: 20px;
}
.bnr_area li{
	margin-bottom: 10px;
	position: relative;
}
.bnr_area li:last-child{
	margin-bottom: 0;
}
.bnr_area li img{
	width: 280px;
}
.navi{
	margin-bottom: 12px;
}
.navi li{
	margin-bottom: 10px;
	text-align: center;
}
.navi li:last-child{
	margin:20px 0 0; 
}
.navi dt{
	margin-bottom: 2px;
}

/* =============================================
 footer
============================================= */
.footer{
	display: block;
	clear: both;
}
.footer_copy{
	position: relative;
	width: 100%;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	background: #ca0080;
	text-align: center;
	padding: 10px 0;
	margin-top: 50px;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.footer_copy a{
	color:#FFF;
}
.pageTop{
	position: fixed;
	bottom: 10px;
	right: 50px;
	z-index: 5;
}
.pageTop a{
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.pageTop a:hover{
	
	-webkit-transform: translate(0,-10px);
	-ms-transform: translate(0,-10px);
	-o-transform: translate(0,-10px);
	transform: translate(0,-10px);
	
	/*animation: boundAnime 0.3s ease-out;
	transform-origin: 50% 50%;
	*/
}
@keyframes boundAnime {
	0% {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
	50% {
		-webkit-transform: translate(0,-10px);
		-ms-transform: translate(0,-10px);
		-o-transform: translate(0,-10px);
		transform: translate(0,-10px);
	}
	70% {
		-webkit-transform: translate(0,3px);
		-ms-transform: translate(0,3px);
		-o-transform: translate(0,3px);
		transform: translate(0,3px);
	}
	100% {
		-webkit-transform: translate(0,0);
		-ms-transform: translate(0,0);
		-o-transform: translate(0,0);
		transform: translate(0,0);
	}
}



/* =============================================
 広告
============================================= */
div.header_ad {
	border-bottom: 1px solid #ccc;
}

div.ad_banner_super {
	width: 728px;
	height: 90px;
	margin: 10px auto;
	background-color: #f9f9f9;
}

div.ad_banner_rectangle {
	width: 300px;
	height: 250px;
	background-color: #f9f9f9;
}


/* =============================================
 Amazonタグ　2018.01.25
============================================= */

.temp_for_book{
	width:546px;
	height:250px;
}
.books li{
	margin-bottom: 10px;
}

li.short{
	height:200px !important;
}



/* =============================================
 休止文言　2018.07.09
============================================= */

.oa_summary span{
	font-size:1.9rem;
	color:#000;
}


/* -------------------------------------------
未公開動画アーカイブ
------------------------------------------- */
.movie_mainbox{
	width: 700px;
	height: auto;
	min-height: 100%;
	margin: 30px 0 40px 0;
	background: url(../../img/common/line_next.png) repeat-x left bottom;
	display:flex;
	padding: 0 0 70px 0;
}
.movie_mainbox:last-child {
	background: none;
	padding: 0;
}
.movie_mainboxlast{
	background: none;
	padding: 0;
}
.movie_mainbox .moviebox{
	width: 340px;
	height: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	float: left;
	position: relative;
}
.moviebox + .moviebox{
	margin: 0 0 0 20px;
}
.movie_mainbox .moviebox .oa_time{
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	background: -moz-linear-gradient(top, #38b0fe 0%, #1ba5ff 100%);
	background: -webkit-linear-gradient(top, #38b0fe 0%, #1ba5ff 100%);
	background: -ms-linear-gradient(top, #38b0fe 0%, #1ba5ff 100%);
	background: -o-linear-gradient(top, #38b0fe 0%, #1ba5ff 100%);
	background: linear-gradient(top, #38b0fe 0%, #1ba5ff 100%);
	border-bottom: 6px solid #cb0381;
	font-weight: bold;
	color:#FFF;
	text-align: center;
	padding: 13px 0 10px;
	line-height: 1;
}
p .f20b{
	font-size: 2.0rem;
}
.movie_mainbox .moviebox p.title{
	width: 320px;
	height: auto;
	min-height: 60px;
	background: url(../../img/common/bg_movie.png) repeat top left;
	font-weight: bold;
	color:#ca0080;
	text-align: center;
	font-size: 2.0rem;
	padding: 20px 10px 16px;
	margin: 0 0 25px 0;
	line-height: 1.4;
	display:table-cell;
	vertical-align: middle;
}
.movie_mainbox .moviebox .movie_area{
	width: 300px;
	height: 170px;
	min-height: 170px;
	background: url(../../img/common/line_hatena.png) repeat top left;
	padding: 16px 0;
	margin: 25px 20px 15px 20px;
}	
.movie_mainbox .moviebox .movie_area img.content1{
	z-index: 1;
	width: 300px;
	height: 170px;
}		
.movie_mainbox .moviebox .movie_area .play {
  position: relative;
  top: -109px;
  left: 117px;
  opacity: 0.9;
}
.movie_mainbox .moviebox .movie_area_smp{
	display: none;
}
.movie_mainbox .moviebox p.subtitle{
	min-height: 30px;
	background: url(../../img/common/icon_movie.png) no-repeat top left;
	font-weight: bold;
	color:#ca0080;
	text-align: left;
	font-size: 2.0rem;
	padding: 3px 0 0 40px;
	margin: 0 20px 13px 20px;
	line-height: 1.4;
}
.movie_mainbox .moviebox p.movie_text{
	height: auto;
	text-align: left;
	font-size: 1.6rem;
	margin: 0 20px;
	padding: 0 0 75px 0;
	line-height: 1.4;
}
.movie_mainbox .moviebox .movie_btn{
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: #16a3ff;
	padding: 13px 0;
	text-align: center;
	bottom: 0;
	position: absolute;
	width: 340px;
}
@media screen\0 {
  .movie_mainbox .moviebox .movie_btn {
    width: 340px;
  }
}
.movie_mainbox .moviebox .movie_btn .movie_btn_point{
    background: url(../../img/common/arrow_blue_s.png) no-repeat top 4px left 5px;
    cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFFFFF;
	padding:3px 10px 0 25px;
	font-size: 1.4rem;
	line-height: 1;
}
.movie_mainbox .moviebox .movie_btn .movie_btn_point a {
	color: #16a3ff;
	text-decoration: none;
}	
.movie_mainbox .moviebox .movie_btn .movie_btn_point a:hover{
	color: #16a3ff;
	text-decoration: none;
}	
	
/* -------------------------------------------
 動画popup
------------------------------------------- */
.movie_box{
	width: 722px;
	height: 450px;
	padding: 20px;
	margin: 0 auto;
}
.movie_box .movie_size{
	width: 722px;
	height: 450px;
}
.movie_box .mfp-close {
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  right: 46%;
  margin-right: -330px;
  top: -30px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 10px 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 50px;
  font-family: Arial, Baskerville, monospace; 
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #ca0080;
}
 .movie_box .mfp-close:hover,
 .movie_box .mfp-close:focus {
	  color:#ca0080;
	  background-color:#FFF; 
}
 .movie_box .mfp-close:active {
	  color:#ca0080;
	  background-color:#FFF; 
}
.movie_box .mfp-close {
/*  color: #FFF; */
}


/* -------------------------------------------
 アーカイブ/未公開スペシャル動画
------------------------------------------- */

.oa_box .sttl_mikoukai{
	width: 100%;
	background-color: #0fa0ff;
	border-bottom: #cb0381 6px solid;
	padding: 2px 0;
	text-align: center;
	margin-bottom: 25px;
}	
.mikoukai_movie{
	width: 700px;
	height: 225px;
}
.mikoukai_movie .moviebox .movie_area{
	width: 300px;
	height: 170px;
	min-height: 170px;
	background: url(../../img/common/line_hatena.png) repeat top left;
	padding: 16px 0;
	margin: 0 25px 0 50px;
	float: left;
}
.mikoukai_movie .moviebox .movie_area img.content1{
	z-index: 1;
	width: 300px;
	height: 170px;
}
.mikoukai_movie .moviebox .movie_area .play {
  position: relative;
  top: -109px;
  left: 117px;
  opacity: 0.9;
}
.mikoukai_movie .moviebox .movie_area_smp{
	display: none;
}
.mikoukai_movie .moviebox .movietext_area{
	width: 325px;
	margin: 0;
	float: right;
}
.mikoukai_movie .moviebox .movietext_area p.subtitle{
	min-height: 30px;
	background: url(../../img/common/icon_movie.png) no-repeat top left;
	font-weight: bold;
	color:#ca0080;
	text-align: left;
	font-size: 2.0rem;
	padding: 3px 0 0 40px;
	margin: 0 20px 10px 0;
	line-height: 1.4;
}
.mikoukai_movie .moviebox .movietext_area p.movie_text{
	height: auto;
	text-align: left;
	font-size: 1.6rem;
	margin: 0;
	padding: 0 0 30px 0;
	line-height: 1.4;
}
.mikoukai_movie .moviebox .movietext_area .movie_btn_point{
    background: url(../../img/common/arrow_w_blue_s.png) no-repeat top 4px left 5px;
    cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #16a3ff;
	padding:2px 10px 1px 25px;
	font-size: 1.4rem;
	line-height: 1;
}
.mikoukai_movie .moviebox .movietext_area .movie_btn_point a {
	color: #ffffff;
	text-decoration: none;
}	
.mikoukai_movie .moviebox .movietext_area .movie_btn_point a:hover{
	color: #ffffff;
	text-decoration: none;
}	



/* cpn */

.cpn{
	margin-bottom:130px;
	border-radius: 10px;
	margin-top:35px;
	padding-bottom:20px;

	/*! background:#FFF; */
}

.cpn .cpn_tit{
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	background: #1da1f2;
	border-bottom: 6px solid #ffd303;
	font-weight: bold;
	color:#FFF;
	text-align: center;
	padding: 10px 0 10px;
	line-height: 1.3;
	font-size: 1.8rem;
	margin-top:20px;
}
.cpn .cpn_tit span{
	font-size: 2.5rem;
}
.cpn .howto{
	background: url(../../img/common/bg_cast.png) center bottom;

}

.cpn .howto h3{
	color:#e50065;
	font-weight: bold;
	text-align: center;
  font-size:2rem;
  line-height: 2;
}

.cpn .detail{
	padding:10px;
	text-align: center;
}


.present1,.present2{
	width:45%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

.present1{
	margin-right:5px;
}
.present2{
	margin-left:5px;
}
.present1 img,.present2 img{
	border:solid 4px #000;
	max-width:345px;

}
.present2 span{
	display:block;
	font-size:1.2rem;
	line-height: 1.3rem;
}
.present3{
	width:90%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}
.present3 img{
	border:solid 4px #000;
	max-width:700px;
	margin-top: 20px;

}
.date{
	font-size:2rem;
}
.sec_present,.sec_step{
	background:#FFF;
	border-radius:0 0 10px 10px;
	padding-bottom: 10px;
}

.sec_present img{
	width:100%;
	margin-bottom:10px;
}

.sec_step{
  padding-top:15px;
	background:#FFF;
}
.sec_step .btn02{
 text-align: center;
}
.sec_step .btn02 img{
	width: 350px;
	border: solid 3px #000;
	border-radius: 15px;
	margin: 25px auto;
}
.sec_step .btn02 a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/* 応募方法*/

.sec_step .tex{
	font-size:1.4rem;
	width:95%;
	margin:0 auto;
}
.start{
	text-align: center;
	font-weight: bold;
	color:#FF0000;
	font-size:2.5rem;
	
}

.step{
  width: 100%;
  padding: 45px 0 15px 0;
  margin: 0 auto;
}

.step .box ul{
  background: #fff;
  border: 4px solid #000;
}
.step .box ul{
  width: 100%;
  display: table;
	margin:0 auto;
}
.step .box li{
  width: 34%;
  padding: 40px 20px 25px 25px;
  margin-right: -4px;
  background: url(../../img/pc/bg_step_box.png) left center no-repeat;
  display: table-cell;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}
.step .box li.step1{
  width: 32%;
  padding: 40px 10px 20px 10px;
  background: none;
}
.step .box li .no{
  width: 100%;
  position: absolute;
  top: -26px;
  left: 0;
}
.step .box li .no img{
  width: 150px;
}
.step .box li .txt{
  margin-bottom: 18px;
  font-weight: bold;
}
.step .box li.step1 .txt{
  margin-bottom: 28px;
}
.step .box li .img1{
  margin-bottom: 20px;

}
.step .box li.step1 .img1{
  margin-bottom: 30px;
}
.step .box li.step1 .img1 img{
  width: 160px;
}

.img1 img{
	width:180px;
}
.step .box li.step2 .img1 img{
  width: 160px;
}
.step .box li.step2 .img2 img{
  width: 180px;
}
.step .box li .btn img{
  width: 180px;
	border: solid 3px #000;
	border-radius: 10px;
}
.step .box li .note{
  padding-top: 19px;
  padding-left: 1em;
  font-size: 1.2rem;
  text-align: left;
  text-indent: -1em;
  line-height: 1.2;
}
.step .box li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

.contents_main{
	clear: both;
}

.form_txt{
	font-size:1.5rem !important;
	font-weight: bold;
	display:inline-block;
	margin-left:20px !important;
	width:50% !important;
	text-align: center;
}

.form_btn{
	display:inline-block;
	background:#e9267c;
	padding:5px 76px;
	border:solid 3px #000;
	color:#FFF;
	margin:10px auto;
	font-weight: bold;
	border-radius: 10px;
	font-size:1.2rem;
}

.form_btn:hover{
	background: #ed4f95;
}


.twitter_cpn{
	margin-top: -86px;
	margin-bottom:130px;
}

.twitter_cpn a{
	display: block;

}

/* owabi */

.owabi{
	margin-bottom:115px;
	border-radius: 10px;
	margin-top:35px;
	padding-bottom:20px;

	/*! background:#FFF; */
}

.owabi .owabi_tit{
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	background: #1da1f2;
	border-bottom: 6px solid #ffd303;
	font-weight: bold;
	color:#FFF;
	text-align: center;
	padding: 10px 0 10px;
	line-height: 1.3;
	font-size: 1.6rem;
	margin-top:20px;
}
.owabi .owabi_tit span{
	font-size: 2.0rem;
}
.sec_owabi{
	background:#FFF;
	border-radius:0 0 10px 10px;
}
.sec_owabi p{
	padding: 20px;
}	

/* last */

.last{
	margin-bottom:100px;
	border-radius: 10px;
	margin-top:-60px;
	padding:20px;
    background:#FFF;
	text-align: center;
}
.last p{
	font-size: 2.4rem;
	color: #ca0080;
	font-weight: bold;
}	
</pre></body></html>