@charset "utf-8";
/*
-------------------------------------
	[1]HTML/BODY/WRAP/
-------------------------------------
*/
body {
  margin: 0 auto;
  text-align: center;
  min-width: 1117px;
}
img {
  height: auto;
}
.wrap {
  padding-top: 0px;
  width: 100%;
}
.content_inner {
  margin: 20px auto 0;
  width: 1100px;
  text-align: left;
}
.note {
  font-size: 80%;
}
.content_inner_02 {
  margin: 0 auto 0px;
  width: 1100px;
  text-align: left;
}
#container {
  min-width: 1100px;
  max-width: 1280px;
  margin-inline: auto;
  background: url(../img/bg-body.jpg) repeat center 0;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: 100%;
  }
  header {
    min-width: 100%;
  }
  .content_inner_02 {
    margin: 0 auto 0px;
    width: 100%;
    text-align: left;
  }
}
.content_inner_art {
  margin: 50px;
  text-align: left;
  background-color: #333;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
nav li.active a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}
.date_pc {
  position: absolute;
  top: 0px;
  left: 0px;
}
.date_sp {
  display: none;
}
.date_ttl_sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .content_inner {
    margin: 0 auto 20px;
    width: 100%;
    text-align: left;
  }
  .content_inner_art {
    margin: 50px;
    text-align: left;
    background-color: #333;
  }
  .date_pc {
    margin: 0px;
  }
  .date_ttl_pc {
    display: none;
  }
  .date_ttl_sp {
    margin: 0px;
  }
}
@media screen and (max-width: 750px) {
  body {
    margin: 0;
    width: 100%;
    font-size: 1.3rem;
  }
  .wrap {
    margin: 0;
    padding: 0px 0 0;
  }
  .content_inner {
    margin: 0 auto;
    width: auto;
    padding: 0px 3%;
    text-align: center;
  }
  img {
    max-width: 100%;
    height: auto;
    width/***/ : auto;
  }
  .place_left,
  .place_right {
    float: none;
  }
  .date_pc {
    display: none;
  }
  .date_sp {
    margin: 0px;
  }
  .date_ttl_pc {
    display: none;
  }
  .date_ttl_sp {
    margin: 0px;
  }
  .for_pc {
    display: none;
  }
  #container {
    min-width: 100%;
  }
}
@media screen and (min-width: 751px) {
  body {
    width: 100%;
    background: url(../img/background.jpg) repeat center 0;
  }
}
/*
-------------------------------------
	[2]header
-------------------------------------
*/
.main {
  margin: 0px auto;
  padding-top: 0px;
  height: 600px;
  position: relative;
}
.kbc_program img {
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .main {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  .main {
    width: auto;
    height: auto;
  }
  .hkt {
    width: 70%;
  }
  .documentary {
    width: 83%;
  }
  .december {
    width: 38%;
  }
  .january {
    width: 30%;
  }
}
/*
-------------------------------------
	[3]nav
-------------------------------------
*/
.gnav_category ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1100px;
  margin: 110px auto 0;
}
.category_kbc {
  margin-top: 25px;
  padding: 40px 0;
  background: url(../img/bg-kbc.jpg) repeat center 0;
}
h2 {
  margin: 50px 0 23px;
}
.img_nav {
  margin: 0 auto;
  overflow: hidden;
}
.img_nav img {
  width: 100%;
  cursor: pointer;
  transition-duration: 1.2s;
}
.gnav_category .img_nav:hover img {
  transform: rotateX(360deg);
  transition-duration: 0.6s;
}
.gnav_category a:hover img {
  opacity: 1;
}
.anchor{
  display: block;
  padding-top: 70px;
  margin-top: -50px;
}
@media screen and (max-width: 750px) {
  /*4以上↓flex-wrap: wrap;*/
  .gnav_category ul {
    margin: -15px auto 0;
  }
  .gnav_category ul li {
    width: 45%;
    margin-bottom: 5px;
  }
  .gnav_category ul li:first-child {
    margin-left: 0;
  }
  .gnav_category ul li:nth-child(4) {
    margin-left: 0;
  }
  h2.kbc {
    margin: 40px 0 23px;
  }
  .anchor{
    display: block;
    padding-top: 20px;
    margin-top: -50px;
  }
}
/*
-------------------------------------
	[4]textstyle
-------------------------------------
*/
.text_red,
.btn_red {
  color: #d70c24;
  border-color: #d70c24;
}
.text_blue,
.btn_blue {
  color: #00a0d6;
  border-color: #00a0d6;
}
.text_gold,
.btn_gold {
  color: #ffc106;
  border-color: #ffc106;
}
.text_white,
.text_white a,
.btn_white {
  color: #fff;
  border-color: #fff;
}
.text_green,
.btn_green {
  color: #467552;
  border-color: #467552;
}
.btn_black {
  color: #000;
  border-color: #000;
}
.text_16 {
  font-size: 16px;
  font-size: 1.6rem;
}
.text_catch {
  padding-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.oa_day {
  font-size: 0.9rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .mb10 {
    margin-bottom: 10px;
  }
  .mb15 {
    margin-bottom: 15px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .mb10 {
    margin-bottom: 10px;
  }
  .mb15 {
    margin-bottom: 15px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
}
/*
-------------------------------------
	[5]ttl/box
-------------------------------------
*/
.bg_ttl_tv {
  width: 1100px;
  height: 150px;
}
.bg_ttl_tv img {
  width: 1100px;
  height: 150px;
}
/*  */
.sttl_term {
  margin-bottom: 10px;
  padding: 3px 10px;
  border: 1px solid;
  font-weight: bold;
  text-align: center;
}
.sttl_black {
  padding: 5px;
  background: #000;
  color: #fff;
}
.btn_new {
  margin: 5px 0;
  width: 540px;
  line-height: 40px;
  border-radius: 5px;
  display: block;
  position: relative;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  background-color: #302e2a;
  color: #fff;
}
.btn_new02 {
  margin: 0px;
  width: 520px;
  line-height: 40px;
  border-radius: 5px;
  display: block;
  position: relative;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  background-color: #302e2a;
  color: #fff;
}
.btn_nomal:hover {
  background-color: #000000;
  border-color: #ffc106;
  color: #fff;
}
.btn_gold:hover {
  background-color: #ffc106;
  border-color: #ffc106;
  color: #fff;
}
.btn_blue:hover {
  background-color: #00a0d6;
  border-color: #00a0d6;
  color: #fff;
}
.btn_red:hover {
  background-color: #d70c24;
  border-color: #d70c24;
  color: #fff;
}
.btn_white:hover {
  background-color: #fff;
  border-color: #fff;
  color: #006;
}
.btn_green:hover {
  background-color: #467552;
  border-color: #467552;
  color: #fff;
}
.btn_black:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
/* margin/padding */
.w530 {
  width: 530px;
}
.w540 {
  width: 540px;
}
.w1100 {
  width: 1100px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.m0auto {
  margin: 0 auto;
}
.ml570 {
  margin-left: 570px;
}
.mr410 {
  margin-right: 410px;
}
.ph10 {
  padding: 10px 0;
}
.ph20 {
  padding: 20px 0;
}
.ph50 {
  padding: 50px 0;
}
.mb50 {
  margin-bottom: 50px;
}
.mt50 {
  margin-top: 50px;
}
/* 画像回り込み */
.pht {
  float: left;
}
.pht_r {
  float: right;
}
@media screen and (max-width: 1024px) {
  /* h3 */
  h3 {
    margin: 0px auto 0px;
    height: auto;
  }
  .bg_ttl_tv {
    max-width: 100%;
    height: auto;
    width/***/ : auto;
    vertical-align: bottom;
  }
  .bg_ttl_tv img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
  h3 {
    margin: 0px auto 0px;
    height: auto;
  }
  .bg_ttl_tv {
    max-width: 100%;
    height: auto;
    width/***/ : auto;
  }
  .bg_ttl_tv img {
    height: auto;
    vertical-align: bottom;
  }
  /*  */
  .sttl_term {
    margin: 10px 0;
  }
}
/*
-------------------------------------
	[6]tv
-------------------------------------
*/
.tv_box {
  width: 1100px;
  display: flex;
  flex-wrap: wrap;
}
.tv_box dl {
  width: 340px;
  margin: 13px;
}

.tv_box dt img {
  width: 340px;
  vertical-align: bottom;
}
.tv_box dd.dd_text {
  padding: 10px;
  background-color: #fff;
}
.tv_box dd.dd_btm img {
  width: 340px;
  vertical-align: bottom;
}
.category_kbc .tv_box dt,
.category_kbc .tv_box dd.nolink {
  position: relative;
}
.category_kbc .tv_box dt::before,
.category_kbc .tv_box dd.nolink::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-right: 4px solid #3db606;
  border-left: 4px solid #3db606;
}
.category_kbc .tv_box dt::before {
  border-top: 4px solid #3db606;
  border-radius: 8px 8px 0 0;
}
.category_kbc .tv_box dd.nolink::before {
  border-bottom: 4px solid #3db606;
  border-radius: 0 0 8px 8px;
}
.category_kbc .tv_box dd.dd_text {
  border-left: 4px solid #3db606;
  border-right: 4px solid #3db606;
}
#category_day1 {
  margin-top: 10px;
}
.tv_icon::before {
  content: "url(../img/ico-tv.jpg) ";
}
/*.p_title {
	min-height: 40px;
	padding-left: 45px;
	font-size: 1.5rem;
	text-align: left;
	font-weight: bold;
}*/
.p_title {
  min-height: 40px;
  font-size: 1.6rem;
  text-align: left;
  font-weight: bold;
}
.p_title span {
  display: inline-block;
}
.tv_01 {
  color: #00baff;
}
.tv_02 {
  color: #d90000;
}
.tv_03 {
  color: #3cb707;
}
.p_text {
  margin: 5px 0 4px;
  color: #000;
  font-size: 1.6rem;
  text-align: left;
}
.p_text span {
  font-weight: bold;
}
.content_line {
  display: block;
  border-top: dotted 1px;
  border-width: 2px 0 0 0;
  border-color: #3cb707;
}
@media screen and (max-width: 1024px) {
  .tv_box {
    margin: 10px 0;
    width: 100%;
    max-width: 1024px;
    -js-display: flex;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*-webkit-justify-content: center;*/ /* Safari */
    /*justify-content: center;*/
  }
  .tv_box dl {
    width: 31%;
    margin: 1%;
    float: left;
  }
  .tv_box dt img {
    max-width: 100%;
    height: auto;
    width/***/ : auto;
    vertical-align: bottom;
  }
  .tv_box dd.dd_text {
    padding: 10px;
    background-color: #fff;
  }
  .tv_box dd.dd_btm img {
    max-width: 100%;
    height: auto;
    width/***/ : auto;
    vertical-align: bottom;
  }
}
@media screen and (max-width: 750px) {
  .tv_box {
  }
  .tv_box dl {
    max-width: 100%;
    height: auto;
    width/***/ : auto;
    margin-bottom: 10px;
  }
  .tv_box dd.dd_text {
    padding: 8px;
  }
  .tv_box dd.dd_btm img {
    width: auto;
  }
  .p_text {
    margin: 13px 0 5px;
  }
  #category_day1 img {
    width: 35%;
  }
}
.footer_simple .copyright {
  color: #000;
}

.app_link {
  margin: 30px auto 0;
  text-align: center;
}
.bnr_radio {
  margin: 40px auto;
}
@media screen and (max-width: 750px) {
  .bnr_radio {
    margin: 40px 3% 100px;
  }
}

/*
-------------------------------------
	[7]calendar
-------------------------------------
*/
.calendar {
  border: 23px #fff9e4 solid;
  border-radius: 15px;
  width: 90%;
  margin: 0 auto;
}

.calendar div{
  background-color: #fff9e4;
}
@media screen and (max-width: 750px) {
  .calendar {
    border: 8px #fff9e4 solid;
  }
	.sp_calendar a {
		display: block;
		width: 13em;
		margin: 15px auto;
		padding: 0 1em;
		background-color: #fff9e4;
		border-radius: 15px;
		line-height: 30px;
		text-decoration: none;
		color: #000;
	}
  .sp_calendar a::before {
		content: "+";
		display: inline-block;
		width: 12px;
		height: 12px;
		margin-right: 5px;
		border-radius: 50%;
		border: 2px solid #000;
		line-height: 12px;
	}
}