<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 {
  position: relative;
  /*font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;*/
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  background: #fff;
  color: #000;
  background: url(../../img/common/bg02.jpg) repeat #edeae3;
  background-position: center top;
  background-size: 1920px;
}
.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;
}
/* =============================================
 ヘッダー
============================================= */
.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;
  text-align: center;
  color: #fff;
  z-index: 5;
  overflow: hidden;
}
h1 {
  margin: 75px 0 50px 50px;
  width: 45%;
}
.header_inner {
  display: table;
  position: relative;
  width: 1180px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100px;
}
.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 {
  margin: 60px 0 30px 80px;
}
.next_oa {
  margin: 0 0 15px 198px;
    width: 19%;
}
.next_oa img {
  max-width: 650px;
  width: 100%;
}
.oatime {
  width: 450px;
  margin: 0 0 15px 85px;
  background: rgba(211, 209, 195, 0.5);
  box-sizing: border-box;
  position: relative;
  /*width: 450px;
	margin: 0 0 15px 85px;
	border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  position: relative;*/
}
/*.oatime:before, .oatime:after{
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #000;
}

.oatime:before {
  left: 10px;
}

.oatime:after {
  right: 10px;
}*/
.oatime .date {
	font-family: "Shin Go DeBold";
  box-sizing: border-box;
  color: #000;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.5rem 2rem 0.5rem;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, 0.5);
}
.oatime .date span {
  font-size: 3rem;
  color: #db5075;
  font-family: "ヒラギノ丸ゴ W6 JIS2004";
  letter-spacing: -1px;
  padding: 0 5px 0;
}
.oa_start {
  margin: 30px 0 0 80px;
  width: 37%;
}
.oa_start img {
  max-width: 931px;
  width: 100%;
}
.attention {
  font-size: 0.9rem;
  color: #000;
  text-align: center;
  font-weight: bold;
  width: 579px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  text-shadow:
    2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}
.oatime .date span.oastart {
  font-size: 45px;
    font-family: "Shin Go DeBold";
    color: #000;
    display: block;
    margin: 5px 0 0;
}
/*注釈追加*/
.oatime.irregular .date {
  padding: 20px 10px 0px 20px;
}
.oatime.irregular .note {
  padding: 0 0 0 116px;
}
/*最終回*/
.end {
  padding: 5% 0 !important;
}
/*再放送*/
.date .reair {
  /*width: 70%;*/
  padding: 0.5em 0;
  /* margin: 0.5em auto 0;*/
  background: linear-gradient(to right, rgba(236, 3, 128, 0) 0%, rgb(252 41 96) 50%, rgba(236, 3, 128, 0) 100%);
  color: #fff;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1;
  font-family: Reimin ExtraBold;
  width: 430px;
  margin: 0 0 10px 85px;
}
/* -------------------------------------------
ABOUT
------------------------------------------- */
.about {
  width: 468px;
  margin: 0 0 15px 60px;
}
.about h2 {
  margin: 0 0 15px;
}
.about p {
  width: 450px;
  margin-left: 10px;
  font-size: 108%;
  line-height: 1.6;
  color: #6c4e00;
}
.about .ls {
  letter-spacing: -2px;
  margin: 0 5px 0 0;
}
/* =============================================
 info
============================================= */
.info {
  height: 760px; /*通常*/
  /*height: 780px;イレギュラー*/
  position: relative;
  z-index: 5;
}
.info_inner .img_main {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 46.3%;
}
.info_inner .img_main img {
  max-width: 1030px;
  width: 100%;
}
.info_inner {
  position: relative;
  width: 1180px;
  margin: 0 auto;
  min-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.info_inner .ribbon1 {
  position: absolute;
  left: -80px;
  top: 0;
}
.info_inner .ribbon2 {
  position: absolute;
  left: 428px;
  bottom: 0;
}
.info_inner:after {
  content: "";
  display: block;
  clear: both;
  zoom: 1;
}
/* =============================================
 contents
============================================= */
.contents {
  width: 1180px;
  margin: 0 auto;
}
.contents:after {
  content: "";
  display: block;
  clear: both;
  zoom: 1;
}
/* =============================================
 contents_main
============================================= */
.contents_main {
  width: 800px;
  float: left;
  padding: 30px 0 0 0;
  margin: 0 0 30px 0;
}
/* -------------------------------------------
 hタグ
------------------------------------------- */
.contents_main h2 {
  padding: 0 0 10px;
  position: relative;
  font-size: 56px;
  font-family: "ヒラギノ丸ゴ W3 JIS2004";
  color: #fff;
  text-shadow: 0 0 2px #fff, 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #3bcbcb, 0 0 4px #3bcbcb, 0 0 5px #3bcbcb, 0 0 10px #3bcbcb, 0 0 3px #3bcbcb;
}
/*.contents_main h2::first-letter {
  color: #fff;
}*/
.contents_main h2:before {
  top: 0;
}
.contents_main h2:after {
  bottom: 0;
}
.contents_main h2.open, .contents_main h2.close {
  cursor: pointer;
}
.contents_main h2.open:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url(../../img/common/icon_arrow_up.png) left center no-repeat;
}
.contents_main h2.close:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url(../../img/common/icon_arrow_down.png) left center no-repeat;
}
.contents_main h2 span {
  font-size: 24px;
  line-height: 1.1em;
  vertical-align: middle;
}
.contents_main h3 {
  position: relative;
  margin: 10px 0;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #cfcfcf;
  font-size: 24px;
  line-height: 1.1em;
}
.contents_main h3 span {
  font-size: 18px;
  line-height: 1.1em;
  vertical-align: middle;
}
.contents_main h3:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #db2727;
}
.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 #ccc;
  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: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha(opacity=30)";
}
/* -------------------------------------------
 box
------------------------------------------- */
.box {
  /*background: rgba(255, 255, 255, 0.5);*/
  padding: 1rem 0 0;
  /* border: 4px solid #000; */
  box-sizing: border-box;
  color: #000;
}
.box + .box, .wrap_horizontal + .box, .box + .wrap_horizontal, h2 + .box {
  margin-top: 25px;
}
.box_inner {
  padding: 20px 30px 30px;
  font-size: 128%;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.box_inner p strong {
  font-size: 145%;
  color: #db5075;
  font-family: Reimin ExtraBold;
}
.box_inner .colL, .box_inner .colR {
  /*width: 50%;
  float: left;
  box-sizing: border-box;*/
}
.box_inner .colL {
  padding: 20px 20px 0 0;
  /*border-right: 1px dotted #999;*/
}
/*.lineLong{
	padding-bottom:120px !important;
}*/
.box_inner .colR {
  padding: 20px;
}
.staff .box_inner dl {
  margin: 0 0 10px 0;
}
.staff .box_inner dt, .staff .box_inner dd {
  display: inline-block;
}
.staff .box_inner dt {
  font-weight: bold;
  color: #fff;
}
.staff .box_inner dt:after {
  content: "：";
}
.staff .box_inner dd {
  font-size: 108%;
}
.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: 360px;
  float: right;
  padding-left: 25px;
  -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: 335px;
  margin: 40px auto 0px;
  border: 2px solid #fff;
  background: #db5075;
  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 #FFF;
  border-right: solid 3px #FFF;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.contents_side .btn_twitter a.link {
  width: 335px;
  margin: 10px auto 0px;
  border: 2px solid #fff;
  background: #74206c;
  color: #fff;
  position: relative;
  padding: 14px 45px 14px 14px;
  box-sizing: border-box;
  font-size: 15px;
}
.contents_side .btn_twitter a.link:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -9px;
  border-top: solid 3px #FFF;
  border-right: solid 3px #FFF;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
/* -------------------------------------------
 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 {
  display: block;
  clear: both;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 20px;
}
.side-menu a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  display: block;
  clear: both;
  padding: 15px 15px 15px 30px;
  text-align: center;
  line-height: 1.3em;
  border-top: 1px solid #676767;
  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: #000;
  text-align: center;
  padding: 20px 0;
  z-index: 2;
  color: #fff;
}
.copy a {
  margin: 0 0 0 20px;
}
.pageTop {
  position: fixed;
  bottom: 20px;
  right: 50px;
  z-index: 300;
}
.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 h1 {
  margin: 62px 0 20px 40px;
  width: 45%;
}
.normal h1.basic{
	margin: 18px 0 0 40px;
}
.normal h1 img {
  max-width: 930px;
  width: 100%;
}
.normal .header-time {
  margin: 0 0 20px 107px;
  width: 34%;
}
.normal .header-time img {
  max-width: 758px;
  width: 100%;
}
.normal .intro p {
  line-height: 1.6;
}
p.intro {
  margin-bottom: 30px;
  line-height: 2;
  font-size: 108%;
}
h1.startH1 {
  margin: 110px 0 40px 30px;
}
.oa_end .date {
  font-size: 1.4rem;
  padding: 4.5rem 0;
}
#wrap {
  /*background: rgba(211, 209, 195, 0.7);*/
  margin: 14px 0 0;
  padding: 0;
  background: url("../../img/common/bg01.jpg") repeat #edeae3;
  background-position: center 33%;
  background-size: 1800px;
}
.catch01 {
  margin: 1em 0;
  font-size: 1.8rem;
}
.catch01 img {
  width: 100%;
}
.catch02 span {
  background: #db5075;
  display: inline-block;
  padding: 0.5rem;
  font-size: 1.6rem;
  font-family: Reimin ExtraBold;
  margin-bottom: 0.5rem;
  color: #000;
}
.catch02 span b {
  color: #fc2960;
  font-family: Reimin ExtraBold;
}
.col_yellow {
  color: #db5075;
}
.col_pink {
  color: #db5075;
}
.bg_pink_pc {
  background: #fc2960;
  padding: 3px 10px;
  margin: 0 0 5px;
  display: inline-block;
}
.original {
  width: 100%;
  text-align: center;
}
.original img {
  width: 100%;
  max-width: 283px;
}
.original img:hover {
  opacity: 0.75;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.txt01 {
  font-size: 1.2rem !important;
  color: #000 !important;
  display: block;
  margin: 15px 0 0;
}</pre></body></html>