<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* =============================================
 共通
============================================= */
body {
  background: url("../../img/common/bg.png") top left #fff;
  position: relative;
  color: #000000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}
.smp {
  display: none;
}
#js-pageMenu {
  display: none !important;
}
/* -------------------------------------------
 p
------------------------------------------- */
p + p, dl + p {
  margin-top: 10px;
}
/* -------------------------------------------
 a
------------------------------------------- */
a:link {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}
a:visited {
  color: #fff;
}
a:active {
  color: #fff;
}
a.alpha:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.wrap {
  width: 1180px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
}
/* =============================================
 ヘッダー
============================================= */
.header {
  position: relative;
  display: block;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  color: #fff;
  z-index: 5;
  overflow: hidden;
  background: #fff;
}
h1 {
  margin: 30px 0 50px 0;
  text-align: center;
}
h1.firstH1 {
  margin-bottom: 100px;
}
.header_inner {
  width: 600px;
}
/* メインビジュアル差替え前
.header_inner{
	width: 410px;
} */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  zoom: 1;
}
/* -------------------------------------------
 ヘッダー - SNS
------------------------------------------- */
.sns-facebook a {
  background: #fff url("../../../../template/img/pc/icon_facebook.png") center center no-repeat;
}
.sns-facebook a:hover {
  background: #3b5998 url("../../../../template/img/pc/icon_facebook_w.png") center center no-repeat;
}
.sns-twitter a {
  background: #fff url("../../../../template/img/pc/icon_twitter.png") center center no-repeat;
}
.sns-twitter a:hover {
  background: #55acee url("../../../../template/img/pc/icon_twitter_w.png") center center no-repeat;
}
.sns-line a {
  background: #fff url("../../../../template/img/pc/icon_line.png") center center no-repeat;
}
.sns-line a:hover {
  background: #00c300 url("../../../../template/img/pc/icon_line_w.png") center center no-repeat;
}
/* -------------------------------------------
 ヘッダー - 放送時間
------------------------------------------- */
.header-time {
  width: 600px;
  margin: 10px 0 80px;
  text-align: center;
}
.header-time img {
  width: 90%;
  max-width: 450px;
}
.oatime {
  width: 600px;
  position: relative;
}
.oatime .next {
  margin: 0px 0px 20px 0;
  text-align: center;
}
.oatime .next img {
  width: 90%;
  max-width: 450px;
}
.oatime .wrap_date {
  width: 450px;
  margin: 30px auto 50px;
  position: relative;
  font-size: 2.2rem;
  font-weight: 900;
  text-align: center;
}
.oatime .date_bg_01 {
  width: 100%;
  height: calc(100% - 20px);
  background: rgba(255, 171, 175, 0.3);
  position: absolute;
  top: 10px;
  left: 0;
}
.oatime .date_bg_01::before {
  content: "";
  width: 100%;
  border-bottom: solid 30px rgba(255, 171, 175, 0.3);
  border-left: solid 30px transparent;
  position: absolute;
  top: -30px;
  left: 0;
  box-sizing: border-box;
}
.oatime .date_bg_01::after {
  content: "";
  width: 100%;
  border-top: solid 30px rgba(255, 171, 175, 0.3);
  border-right: solid 30px transparent;
  position: absolute;
  bottom: -30px;
  left: 0;
  box-sizing: border-box;
}
.oatime .date_bg_02 {
  width: 100%;
  height: calc(100% + 40px);
  position: absolute;
  top: -25px;
  left: -5px;
  overflow: hidden;
}
.oatime .date_bg_02::before {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.oatime .date_bg_02::after {
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  position: absolute;
  top: 0;
  right: 0;
}
.oatime .date_bg_02 span::before {
  content: "";
  width: 50px;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 30px;
  left: 0;
  transform: rotate(-45deg);
  transform-origin: left;
}
.oatime .date_bg_02 span::after {
  content: "";
  width: 50px;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 30px;
  right: 0;
  transform: rotate(-45deg);
  transform-origin: right;
}
.oatime .date {
  padding: 0 20px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.oatime .date .no {
  text-align: center;
}
.oatime .date .reair {
  width: 70%;
  padding: 0.3em 0;
  margin: 0.3em auto 0.75em;
  background: linear-gradient(to right, rgba(236, 3, 128, 0) 0%, rgba(236, 3, 128, 1) 50%, rgba(236, 3, 128, 0) 100%);
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1;
}
.oatime .date span {
  font-family: 'Chakra Petch', sans-serif;
  font-weight: 900;
  margin: 0 2px;
  position: relative;
  bottom: -2px;
  color: #ff1c6b;
  font-size: 3rem;
  line-height: 1.0;
  letter-spacing: 0.025em;
}
.oatime .date .caution {
  width: 90%;
  margin: 0.25em auto 0;
  color: #ff508c;
  text-align: center;
}
.oa_start {
  /*width: 625px;*/
  width: 600px;
  text-align: center;
}
.next_oa {
  color: #000;
  font-size: 2.2rem;
  font-family: 'Chakra Petch', sans-serif;
  text-align: center;
  line-height: 1;
}
/*休止*/
.oatime.pause {}
.attention {
  width: 600px;
  margin: 15px 0 0;
  font-size: 1.0rem;
  text-align: center;
}
.attention span {
  color: #ff3f1a;
}
/*最終回*/
.end {
  padding: 5% 0 !important;
  margin-top: 3% !important;
}
/* =============================================
 info
============================================= */
.info {
  height: 850px;
  position: relative;
  z-index: 5;
}
.info_inner .img_main {
  margin: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
}
.info_inner {
  position: relative;
  margin: 0 auto;
}
.info_inner:after {
  content: "";
  display: block;
  clear: both;
  zoom: 1;
}
/* =============================================
 contents
============================================= */
.contents {
  /*padding-top: 50px;*/
}
.contents:after {
  content: "";
  display: block;
  clear: both;
  zoom: 1;
}
/* =============================================
 contents_main
============================================= */
.contents_main {
  width: 800px;
  float: left;
  padding: 0 20px 30px 20px;
}
/* -------------------------------------------
 hタグ
------------------------------------------- */
.contents_main h2 {
  width: 760px;
  padding: 0 0 0.15em;
  margin: 0 auto 20px auto;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  color: #ff508c;
  font-size: 4rem;
  font-family: 'Chakra Petch', sans-serif;
  line-height: 1.0;
}
.contents_main h2 span {
  font-size: 1rem;
  line-height: 1.1em;
  vertical-align: middle;
}
.contents_main h3 {
  position: relative;
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 1.4rem;
  margin-left: 8px;
}
.contents_main h3 span {
  font-size: 18px;
  line-height: 1.1em;
  vertical-align: middle;
}
.contents_main h3::before {
  content: '';
  position: absolute;
  top: 5px;
  left: -8px;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #000 transparent transparent transparent;
}
.contents_main h3::after {
  content: ' ';
  position: absolute;
  bottom: 5px;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent #000 transparent;
}
.contents_main &gt; h2 {
  margin-top: 35px;
}
.contents_main h2.sub-title {
  border-top: none;
  padding: 0px 0px 10px;
  background: none;
  color: #333;
  position: relative;
  margin: 20px 20px 0;
  font-weight: bold;
  border-bottom: 2px solid #ffee99;
  font-size: 24px;
  line-height: 1.1em;
}
.contents_main h2.sub-title span {
  font-size: 18px;
  line-height: 1.1em;
  vertical-align: middle;
}
.contents_main h2.sub-title:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #928785;
}
/* -------------------------------------------
 ul
------------------------------------------- */
.contents_main ul {
  display: block;
  clear: both;
  list-style: none;
  margin: 5px 0;
}
.contents_main li {
  position: relative;
  background: #ececec;
  padding: 10px 20px 10px 40px;
}
.contents_main li + li {
  margin-top: 3px;
}
.contents_main li:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.contents_main li a {
  display: block;
}
/* -------------------------------------------
 ボタン
------------------------------------------- */
a.btn_normal {
  display: block;
  position: relative;
  background: #eaa51f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 14px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 22px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
}
a.btn_normal img {
  vertical-align: middle;
  margin: 0 10px;
  width: auto;
  max-height: 35px;
}
a.btn_normal:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
a.btn_normal:hover {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}
a.btn_normal:hover:after {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
}
/* -------------------------------------------
 box
------------------------------------------- */
.box {
  font-size: 1rem;
}
.box + .box, .wrap_horizontal + .box, .box + .wrap_horizontal, h2 + .box {
  margin-top: 25px;
}
.box_inner {
  padding: 20px;
  font-size: 108%;
  font-weight: 400;
}
.box_inner .colL, .box_inner .colR {
  float: left;
  box-sizing: border-box;
}
.box_inner .colL {
  width: 45%;
  ;
  padding: 0 20px 15px 0;
}
.box_inner .colR {
  width: 55%;
  padding: 0 20px;
  border-left: 1px dotted #999;
}
.staff .box_inner dl {
  margin: 0 0 10px 0;
}
.staff .box_inner dl:last-child {
  margin: 0;
}
.staff .box_inner dt, .staff .box_inner dd {
  display: inline-block;
}
.staff .box_inner dt {
  font-weight: bold;
  vertical-align: top;
}
.staff .box_inner dt:after {
  content: "：";
  color: #000;
}
.staff .box_inner dt.gensaku:after {
  content: "：";
  color: #000;
  font-weight: normal;
}
.staff .box_inner dt.blue {
  color: #00a7e0;
}
.staff .box_inner dt.red {
  color: #ff3f1a;
}
.staff .product dl {
  margin-bottom: 10px;
}
.staff .product p {
  margin-top: 0px;
  margin-bottom: 10px;
}
.wrap_horizontal {
  margin-top: 25px;
}
.wrap_horizontal .wrap {
  display: table;
  width: 840px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 20px 0;
  position: relative;
  left: -20px;
}
.wrap_horizontal .wrap + .wrap {
  margin-top: 20px;
}
.wrap_horizontal .box {
  display: table-cell;
}
.wrap_horizontal:after {
  content: "";
  display: block;
  clear: both;
  zoom: 1;
}
.wrap_horizontal .box {
  vertical-align: top;
  border-top: 5px solid #e5b628;
}
.wrap_horizontal .box_none {
  padding: 0;
  margin: 0;
  background: transparent;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-top: 0 solid #fff;
}
/* -------------------------------------------
 column2
------------------------------------------- */
.column2 {
  display: block;
  clear: both;
  padding-top: 20px;
  width: 670px;
  margin: 0 auto;
}
.box_inner .column2:first-child {
  padding-top: 0;
}
.column2:after {
  content: "";
  display: block;
  clear: both;
  zoom: 1;
}
.column2-left {
  float: left;
  margin-right: 25px;
  max-width: 50%;
}
.column2-right {
  float: left;
  max-width: 50%;
}
/* =============================================
 contents_side
============================================= */
.contents_side {
  width: 320px;
  float: right;
  /*margin-top: 120px;*/
  margin-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_side h2 {
  color: #db2727;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-bottom: 3px solid #e5b628;
  padding: 10px 10px 3px;
}
.contents_side h2 span {
  font-size: 18px;
}
.contents_side a.link {
  width: 320px;
  margin: 20px auto 0px;
  border: 2px solid #fff;
  background: #ff508c;
  color: #fff;
  position: relative;
  padding: 14px 45px 14px 14px;
  box-sizing: border-box;
  font-size: 15px;
}
.contents_side a.link:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -9px;
  border-top: solid 3px #ffffff;
  border-right: solid 3px #ffffff;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.tokuban_contents .contents_side {
  margin-top: 120px;
}
/* -------------------------------------------
 side-sns
------------------------------------------- */
.side-sns {
  margin: 20px 0;
}
.side-sns li {
  display: block;
}
.side-sns li + li {
  margin-top: 3px;
}
.side-sns a {
  display: block;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  padding: 12px 40px 12px 70px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  word-break: break-all;
  line-height: 1.1em;
}
.side-sns-facebook a {
  background: #3b5998 url("../../../../template/img/pc/icon_facebook_w.png") 10px center no-repeat;
}
.side-sns-facebook a:hover {
  color: #3b5998;
  background: #fff url("../../../../template/img/pc/icon_facebook.png") 15px center no-repeat;
}
.side-sns-twitter a {
  background: #55acee url("../../../../template/img/pc/icon_twitter_w.png") 10px center no-repeat;
}
.side-sns-twitter a:hover {
  color: #55acee;
  background: #fff url("../../../../template/img/pc/icon_twitter.png") 15px center no-repeat;
}
.side-sns-line a {
  background: #00c300 url("../../../../template/img/pc/icon_line_w.png") 10px center no-repeat;
}
.side-sns-line a:hover {
  color: #00c300;
  background: #fff url("../../../../template/img/pc/icon_line.png") 15px center no-repeat;
}
/* -------------------------------------------
 side-history
------------------------------------------- */
.side-history {
  margin: 20px 0;
}
.side-history dd:last-of-type {
  margin-bottom: 40px;
}
.side-history dt {
  cursor: pointer;
  font-size: 24px;
  padding-left: 20px;
  background: transparent url(../../img/common/icon_arrow_down.png) left center no-repeat;
}
.side-history dt.open {
  background: transparent url(../../img/common/icon_arrow_up.png) left center no-repeat;
}
.side-history dt {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.side-history dt:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
.side-history dd {
  display: block;
  clear: both;
  padding: 10px;
  line-height: 1.3em;
}
.side-history a:before {
  content: "●";
}
.side-history dd:after {
  content: "";
  display: block;
  clear: both;
  zoom: 1;
}
.side-history dd a {
  display: block;
  color: #000;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.side-history dd a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
.side-history dd img {
  text-align: right;
  float: right;
  margin-left: 5px;
}
.side-history dd:nth-child(2n-1) {
  background: #f1f1f1;
}
/* -------------------------------------------
 side-menu
------------------------------------------- */
/*.side-menu i.icon_t {
	display: none;
}*/
.side-menu {
  display: block;
  clear: both;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #000000;
  margin-bottom: 20px;
}
.side-menu a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  clear: both;
  padding: 15px 15px 15px 30px;
  text-align: center;
  line-height: 1.3em;
  border-top: 1px solid #fff;
  background: transparent url(../../img/common/icon_arrow.png) 15px center no-repeat;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  text-align: left;
}
.side-menu a:hover {
  background: transparent url(../../img/common/icon_arrow.png) 10px center no-repeat;
}
.side-menu a span {
  font-size: 80%;
  display: block;
}
.side-menu a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.side-menu a:hover:after {
  width: 100%;
  height: 100%;
  background: #999;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "alpha(opacity=20)";
  zoom: 1;
}
.side-menu li:first-child a {
  border-top: 0 solid #fff;
}
/* =============================================
 pageMenu
============================================= */
.pageMenu {
  position: fixed;
  right: -305px;
  top: 10%;
}
.pageMenu-toggle {
  position: absolute;
  left: -50px;
  width: 50px;
  height: 100px;
  background: #5e5b5b;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.pageMenu-toggle:hover {
  background: #999;
}
.pageMenu-toggle span {
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: relative;
  top: 48px;
  left: -2px;
  font-size: 18px;
  font-family: "Arial";
}
.pageMenu-toggle:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 10px;
  width: 21px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.pageMenu-toggle:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 17px;
  width: 21px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.pageMenu:before {
  content: "";
  position: absolute;
  left: -25px;
  margin-left: -10px;
  top: 24px;
  width: 21px;
  height: 2px;
  background: #fff;
  z-index: 2;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.pageMenu_contents {
  width: 300px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  padding-top: 0;
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  -ms-border-radius: 0 0 0 5px;
  -o-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.open.pageMenu:before {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
}
.open .pageMenu-toggle:after {
  -webkit-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}
.open .pageMenu-toggle:before {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
/* =============================================
 footer
============================================= */
.footer {
  display: block;
  clear: both;
}
.copy {
  position: relative;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  background: #f1f1f1;
  text-align: center;
  padding: 20px 0;
  z-index: 2;
  color: #000;
}
.copy a {
  margin: 0 0 0 20px;
  color: #000;
}
.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);
  }
}
/* unique css */
.normal .header-time {
  margin: 0px 0 30px;
}
.normal .oatime .date {
  position: relative;
  top: -0.125em;
}
/* unique css _tokuban_main */
.info.tokuban_main {
  height: 720px;
}
.tokuban_main h1 {
  margin: 5px 0 0 50px;
}
.tokuban_main .header-time {
  width: 516px;
  margin: 40px 0px 35px 35px;
  text-align: center;
}
.tokuban_main .header-tokuban {
  width: 501px;
  margin: 0px 0px 15px 45px;
  text-align: center;
}
.intro {
  /* text-align: center; */
  font-size: 1rem;
  line-height: 2;
}
.intro strong {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
  color: #ff508c;
  display: block;
  margin-bottom: 15px;
}
.intro strong.m_big {
  font-size: 1.3rem;
}
.intro span {
  color: #ff508c;
  font-weight: bold;
}
.intro span.blue {
  color: #00a7e0;
}
.intro p + p {
  margin-top: 0.75em;
}
br.sp_br {
  display: none;
}
.attention span.blue {
  color: #00a7e0;
}
/*番組終了対応*/
.oa_end {
  margin-top: 60px;
}
.oa_end p {
  padding: 45px 0px;
  text-align: center;
  font-size: 1.4rem;
}
.fs_s {
  font-size: 1.2rem !important;
}</pre></body></html>