@charset "UTF-8";
#wrapper > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#wrapper > section {
  padding: 50px 0;
}

#wrapper > section.overview {
  padding-bottom: 150px;
}

.head,
.schedule {
  text-align: center;
  background-color: #fae8e2;
}

.head img,
.schedule img {
  width: 100%;
  min-width: 1200px;
  max-width: 1600px;
}

.special {
  padding: 20px 10px 40px;
  background: #fae8e2;
}

.special_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 35px 10px 40px;
  text-align: center;
  background: white;
  border-radius: 32.5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.special_inner img {
  max-width: 100%;
}

.special_head {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 320px;
}

.special_catch {
  margin: 0 auto 20px;
  color: #4ca5f7;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}

.special_txt {
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: 1.75;
}

.special_btn {
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}

.special_btn img {
  max-width: 100%;
}

.info {
  padding: 30px 0;
  background-color: #FFFFFF;
  color: #333333;
}

.info > table {
  font-size: 18px;
  line-height: 2;
  margin-left: 420px;
}

.info > table tr td {
  font-weight: 500;
  vertical-align: top;
}

.info > table tr td.left {
  font-size: 16px;
  padding-right: 20px;
}

.info > table tr td.left:before {
  font-size: 15px;
  margin-right: 1em;
  content: "●";
  color: #08a8fe;
}

.detail {
  position: relative;
  padding: 35px 0;
  color: #222222;
  border-bottom: 1px solid #868885;
  background-color: #F7F6F2;
}

.detail .actress {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 767px) and (max-width: 1500px) {
  .detail .actress img {
    width: 94%;
  }
}

.detail .wrap-about_houtare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px 0 380px;
  color: #868885;
}

.detail .wrap-about_houtare > p,
.detail .wrap-about_houtare > div {
  vertical-align: top;
}

.detail .wrap-about_houtare .logo-about {
  margin-right: 20px;
  margin-left: 20px;
}

.detail .wrap-about_houtare .font-lead {
  line-height: 1.8;
  margin-bottom: 20px;
  color: #868885;
}

.detail .wrap-about_houtare .font-lead a {
  color: #EA545D;
}

.detail .wrap-about_houtare .font-read {
  font-size: 15px;
  line-height: 1.7;
  color: #868885;
}

.link {
  padding: 60px 20px;
  border-bottom: 1px solid #868885;
  background-color: #F7F6F2;
}

.link h2 {
  font-size: 24px;
  color: #333333;
  padding: 0 0 30px 0;
  max-width: 1200px;
  margin: 0 auto;
}

.link .wrap-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.link .wrap-topics .one_topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 580px;
  /* margin-bottom: 40px; */
  color: #262626;
}

.link .wrap-topics .one_topic .topic_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 560px;
  /*margin-bottom : 40px;*/
  color: #333333;
}

@media screen and (max-width: 767px) {
  .link .wrap-topics .one_topic .topic_in {
    width: 100%;
  }
}

.link .wrap-topics .one_topic a {
  text-decoration: none;
  color: #333333;
}

.link .wrap-topics .one_topic .txt {
  line-height: 1.8;
  padding-left: 20px;
  color: #333333;
}

.link .wrap-topics .one_topic:nth-child(odd) {
  padding-right: 40px;
  /*border-right : 1px solid #868885;*/
}

.link .wrap-topics .one_topic:nth-child(even) {
  padding-left: 40px;
}

.link .wrap-topics .one_topic:last-child {
  margin-bottom: 0;
}

.link .wrap-topics .one_topic02 {
  padding: 0 0 0 30px;
}

@media screen and (max-width: 767px) {
  .link .wrap-topics .one_topic02 {
    padding: 5vw 0;
  }
}

.link .wrap-topics .one_topic02 .topic_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 505px;
}

@media screen and (max-width: 767px) {
  .link .wrap-topics .one_topic02 .topic_in {
    width: 100%;
  }
}

.link .wrap-topics .one_topic02 .topic_in table {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .link .wrap-topics .one_topic02 .topic_in table {
    margin-bottom: 2vw;
  }
}

.link .wrap-topics .one_topic02 .img-topic {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .link .wrap-topics .one_topic02 .img-topic {
    margin-right: 4vw;
    vertical-align: top;
  }
}

.link .wrap-topics .one_topic02 .txt01 {
  width: 310px;
  font-size: 13px;
  line-height: 1.6;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .link .wrap-topics .one_topic02 .txt01 {
    font-size: 2vw;
    width: 50vw;
  }
}

.link .wrap-topics .one_topic02 .txt01 h2 {
  font-size: 20px;
  padding: 0 0 10px 0;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .link .wrap-topics .one_topic02 .txt01 h2 {
    font-size: 3vw;
  }
}

.link .wrap-topics .one_topic02 .txt02 {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .link .wrap-topics .one_topic02 .txt02 {
    font-size: 3vw;
    margin-top: 2vw;
    line-height: 1.5;
  }
}

.link .wrap-topics .one_topic02 .comment {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .link .wrap-topics .one_topic02 .comment {
    font-size: 2.8vw;
  }
}

.archive {
  /*padding : 60px 0;*/
  border-bottom: 1px solid #FFFFFF;
  background-color: #FFFFFF;
}

.archive h2 {
  font-size: 30px;
  text-align: center;
  padding: 35px 0;
  color: #37435B;
}

.archive .archive-box {
  margin: 0 auto 70px auto;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1080px;
  max-width: 1260px;
  width: 75vw;
}

.archive .archive-box .program_text {
  color: #FFFFFF;
  width: 58%;
  margin-right: 10px;
  min-width: 625px;
}

.archive .archive-box .program_text > table {
  font-size: 16px;
  line-height: 2;
}

.archive .archive-box .program_text > table tr td {
  font-weight: 500;
  vertical-align: top;
}

.archive .archive-box .program_text > table tr td.left {
  font-size: 16px;
  padding-right: 20px;
}

.archive .archive-box .program_text > table tr td.left:before {
  font-size: 15px;
  margin-right: 1em;
  content: "●";
  color: #FFFFFF;
}

.archive .archive-box .program_data {
  font-size: 24px;
  padding: 0 0 10px 0;
  line-height: 1.5;
}

.archive .bg-cmn {
  background-color: #FAFAFA;
}

.archive .bg01 {
  background-color: #EA545D;
}

.archive .bg02 {
  background-color: #AAB8B3;
}

.archive .bg03 {
  background-color: #77A748;
}

.archive .bg04 {
  background-color: #30231A;
}

.archive .bg05 {
  background-color: #E69C7E;
}

.archive .bg06 {
  background-color: #56C5CF;
}

.archive .bg07 {
  background-color: #3E9369;
}

.archive .bg08 {
  background-color: #868885;
}

.archive .bg09 {
  background-color: #FDF356;
}

.archive .bg10 {
  background-color: #9F5F43;
}

.archive .bg11 {
  background-color: #DE4A2C;
}

.archive .bg11 .program_time {
  line-height: 1.5;
  padding: 0 0 10px 0;
}

.archive .bg11 .wrap-topics .one_topic.adjust-wid {
  min-width: 160px;
}

@media screen and (max-width: 767px) {
  .archive .bg11 .wrap-topics .one_topic.adjust-wid {
    min-width: auto;
  }
}

.archive .bg12 {
  background-color: #E2F2F1;
  color: #37435B;
}

.archive .bg12 .program_text {
  color: #333333 !important;
}

@media screen and (max-width: 767px) {
  .archive .bg12 .program_text dl dt:before {
    color: #333333 !important;
  }
}

.archive .bg12 .txt {
  color: #333333 !important;
}

.archive .bg12 .txt > a {
  color: #333333 !important;
}

.archive .bg12 table tr td.left:before {
  color: #333333 !important;
}

.archive .bg12 .program_time {
  line-height: 1.5;
  padding: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .archive .bg12 .program_time {
    font-size: 3.5vw;
    padding-bottom: 3vw;
    text-align: center;
    line-height: vw;
  }
}

.archive .bg12 .wrap-topics .one_topic.adjust-wid {
  min-width: 160px;
}

@media screen and (max-width: 767px) {
  .archive .bg12 .wrap-topics .one_topic.adjust-wid {
    min-width: auto;
  }
}

.archive .bg13 {
  background-color: #7CDBD5;
  color: #37435B;
}

.archive .bg13 .program_text {
  color: #FFFFFF !important;
}

@media screen and (max-width: 767px) {
  .archive .bg13 .program_text dl dt:before {
    color: #FFFFFF !important;
  }
}

.archive .bg13 .txt {
  color: #FFFFFF !important;
}

.archive .bg13 .txt > a {
  color: #FFFFFF !important;
}

.archive .bg13 table tr td.left:before {
  color: #FFFFFF !important;
}

.archive .bg13 .program_time {
  line-height: 1.5;
  padding: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .archive .bg13 .program_time {
    font-size: 3.5vw;
    padding-bottom: 3vw;
    text-align: center;
    line-height: vw;
  }
}

.archive .bg13 .wrap-topics .one_topic.adjust-wid {
  min-width: 160px;
}

@media screen and (max-width: 767px) {
  .archive .bg13 .wrap-topics .one_topic.adjust-wid {
    min-width: auto;
  }
}

.archive .bg14 {
  background-color: #FF8721;
  color: #FFFFFF;
}

.archive .bg14 a {
  color: #FFFFFF;
}

.archive .bg14 table tr td.left:before {
  color: #FFFFFF !important;
}

.archive .bg14 .program_time {
  line-height: 1.5;
  padding: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .archive .bg14 .program_time {
    font-size: 3.5vw;
    padding-bottom: 3vw;
    text-align: center;
  }
}

.archive .bg14 .wrap-topics .one_topic.adjust-wid {
  min-width: 160px;
}

@media screen and (max-width: 767px) {
  .archive .bg14 .wrap-topics .one_topic.adjust-wid {
    min-width: auto;
  }
}

.archive .bg15 {
  background-color: #FFDC04;
  color: #37435B;
}

.archive .bg15 .program_text {
  color: #333333 !important;
}

@media screen and (max-width: 767px) {
  .archive .bg15 .program_text dl dt:before {
    color: #333333 !important;
  }
}

.archive .bg15 .txt {
  color: #333333 !important;
}

.archive .bg15 .txt > a {
  color: #333333 !important;
}

.archive .bg15 table tr td.left:before {
  color: #333333 !important;
}

.archive .bg15 .program_time {
  line-height: 1.5;
  padding: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .archive .bg15 .program_time {
    font-size: 3.5vw;
    padding-bottom: 3vw;
    text-align: center;
    line-height: vw;
  }
}

.archive .bg15 .wrap-topics .one_topic.adjust-wid {
  min-width: 160px;
}

@media screen and (max-width: 767px) {
  .archive .bg15 .wrap-topics .one_topic.adjust-wid {
    min-width: auto;
  }
}

.archive .bg16 {
  background-color: #F74FC0;
  color: #FFFFFF;
}

.archive .bg16 .program_text {
  color: #FFFFFF !important;
}

@media screen and (max-width: 767px) {
  .archive .bg16 .program_text dl dt:before {
    color: #FFFFFF !important;
  }
}

.archive .bg16 .txt {
  color: #FFFFFF !important;
}

.archive .bg16 .txt > a {
  color: #FFFFFF !important;
}

.archive .bg16 table tr td.left:before {
  color: #FFFFFF !important;
}

.archive .bg16 .program_time {
  line-height: 1.5;
  padding: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .archive .bg16 .program_time {
    font-size: 3.5vw;
    padding-bottom: 3vw;
    text-align: center;
    line-height: vw;
  }
}

.archive .bg16 .wrap-topics .one_topic.adjust-wid {
  min-width: 160px;
}

@media screen and (max-width: 767px) {
  .archive .bg16 .wrap-topics .one_topic.adjust-wid {
    min-width: auto;
  }
}

.archive .bg17 {
  background-color: #6C2A04;
  color: #FFFFFF;
}

.archive .bg17 .program_text {
  color: #FFFFFF !important;
}

@media screen and (max-width: 767px) {
  .archive .bg17 .program_text dl dt:before {
    color: #FFFFFF !important;
  }
}

.archive .bg17 .txt {
  color: #FFFFFF !important;
}

.archive .bg17 .txt > a {
  color: #FFFFFF !important;
}

.archive .bg17 table tr td.left:before {
  color: #FFFFFF !important;
}

.archive .bg17 .program_time {
  line-height: 1.5;
  padding: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .archive .bg17 .program_time {
    font-size: 3.5vw;
    padding-bottom: 3vw;
    text-align: center;
    line-height: vw;
  }
}

.archive .bg17 .wrap-topics .one_topic.adjust-wid {
  min-width: 160px;
}

@media screen and (max-width: 767px) {
  .archive .bg17 .wrap-topics .one_topic.adjust-wid {
    min-width: auto;
  }
}

.archive .bg18 {
  background-color: #3CD433;
  color: #FFFFFF;
}

.archive .bg18 .program_text {
  color: #FFFFFF !important;
}

@media screen and (max-width: 767px) {
  .archive .bg18 .program_text dl dt:before {
    color: #FFFFFF !important;
  }
}

.archive .bg18 .txt {
  color: #FFFFFF !important;
}

.archive .bg18 .txt > a {
  color: #FFFFFF !important;
}

.archive .bg18 table tr td.left:before {
  color: #FFFFFF !important;
}

.archive .bg18 .program_time {
  line-height: 1.5;
  padding: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .archive .bg18 .program_time {
    font-size: 3.5vw;
    padding-bottom: 3vw;
    text-align: center;
    line-height: vw;
  }
}

.archive .bg18 .wrap-topics .one_topic.adjust-wid {
  min-width: 160px;
}

@media screen and (max-width: 767px) {
  .archive .bg18 .wrap-topics .one_topic.adjust-wid {
    min-width: auto;
  }
}

.archive .bg19 {
  background-color: #ff3921;
  color: #FFFFFF;
}

.archive .bg19 .program_text {
  color: #FFFFFF !important;
}

@media screen and (max-width: 767px) {
  .archive .bg19 .program_text dl dt:before {
    color: #FFFFFF !important;
  }
}

.archive .bg19 .txt {
  color: #FFFFFF !important;
}

.archive .bg19 .txt > a {
  color: #FFFFFF !important;
}

.archive .bg19 table tr td.left:before {
  color: #FFFFFF !important;
}

.archive .bg19 .program_time {
  line-height: 1.5;
  padding: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .archive .bg19 .program_time {
    font-size: 3.5vw;
    padding-bottom: 3vw;
    text-align: center;
    line-height: vw;
  }
}

.archive .bg19 .wrap-topics .one_topic.adjust-wid {
  min-width: 160px;
}

@media screen and (max-width: 767px) {
  .archive .bg19 .wrap-topics .one_topic.adjust-wid {
    min-width: auto;
  }
}

.archive .radio_drama {
  border: 2px solid #FFFFFF;
  width: 85%;
  padding: 20px;
  line-height: 25px;
  margin-top: 20px;
  font-size: 16px;
}

.archive .radio_drama h2 {
  font-size: 25px;
  padding: 0 0 20px;
  text-align: left;
  color: #FFFFFF;
}

.archive .radio_drama a {
  color: #FFFFA5;
  margin-top: 10px;
  font-size: 16px;
}

.archive .radio_drama .box-drama {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.archive .radio_drama .box-drama img {
  width: 87%;
}

.archive .radio_drama .box-drama p.title_drama {
  font-weight: bold;
  margin: 0 0 5px 0;
  font-size: 18px;
}

.archive .wrap-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  width: 55%;
}

.archive .wrap-topics .one_topic {
  width: 29%;
  color: #FFFFFF;
  padding-right: 2%;
}

.archive .wrap-topics .one_topic img {
  display: block;
  width: 100%;
}

.archive .wrap-topics .one_topic a {
  text-decoration: none;
  color: #FFFFFF;
}

.archive .wrap-topics .one_topic .txt {
  line-height: 1.8;
  font-size: 14px;
  padding: 10px 10px 10px 0;
  width: 100%;
}

.archive .wrap-topics .one_topic .book {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .archive .wrap-topics .one_topic .book {
    width: 100%;
  }
}

.archive .wrap-topics .one_topic .book02 {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .archive .wrap-topics .one_topic .book02 {
    width: 100%;
    margin: 0;
  }
}

.archive .wrap-topics .one_topic:last-child {
  margin-bottom: 0;
}

.archive .wrap-topics .wide_topic {
  width: 57%;
}

.archive .wrap-topics .wide_topic h2 {
  padding: 0;
  text-align: left;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}

.archive .wrap-topics .wide_topic .txt {
  padding: 0 10px 10px 0;
}

.archive .wrap-topics .wide_topic p {
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.archive .wrap-topics .wide_topic .txt02 {
  font-size: 14px;
  line-height: 20px;
}

.archive .wrap-topics .wide_topic .txt02 a {
  color: #FFFFA5;
  text-decoration: underline;
}

.bg09 .program_text {
  color: #333333 !important;
}

.bg09 .txt {
  color: #333333 !important;
}

.bg09 .txt > a {
  color: #333333 !important;
}

.bg09 table tr td.left:before {
  color: #333333 !important;
}

.news-box {
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0 auto 70px auto;
  padding: 20px 30px;
  display: block;
  min-width: 1080px;
  max-width: 1260px;
  width: 75vw;
}

.news-box .public {
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.news-box .public:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.news-box a {
  color: #333333;
}

@media screen and (max-width: 767px) {
  .news-box {
    display: block;
    padding: 5vw;
    overflow: hidden;
    height: auto;
    margin: 0 auto;
    min-width: auto;
    min-width: initial;
    width: 88vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .news-box .public {
    font-size: 3vw;
  }
}

.news {
  background-color: #FFFFFF;
  width: 1000px;
  margin: 0 auto;
}

.news p.news_data {
  text-align: right;
  padding: 25px 0;
  font-size: 18px;
}

.news h1 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: solid 1px #111111;
  padding: 25px 0;
  line-height: 1.4;
}

.news .news_textarea {
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 18px;
}

.news .news_textarea a {
  color: #111111;
}

.news .news_textarea img {
  width: 40%;
  margin: 0 auto;
  display: block;
  padding: 25px 0;
}

.news .news_textarea .caption {
  text-align: center;
  font-size: 14px;
}

.news a.news_backbtn {
  background-color: #262626;
  color: #FFFFFF;
  margin: 0 auto;
  width: 20%;
  text-align: center;
  padding: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #111111;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
}

.news a.news_backbtn:hover {
  opacity: 0.5;
}

.one_topic02 {
  padding: 30px 0 0 0;
}

.one_topic02 .topic_in {
  width: auto;
}

.one_topic02 .img-topic {
  margin-bottom: 20px;
}

footer {
  font-family: "Roboto";
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #000000;
  background-color: #fae8e2;
}

footer p.copyright {
  padding: 20px 0;
  color: #000000;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .head,
  .schedule {
    width: 100%;
  }
  .head img,
  .schedule img {
    width: 100%;
    min-width: auto;
  }
  .special {
    padding: 6vw 10px 2vw;
  }
  .special-event {
    margin: 0 auto 2vw;
  }
  .special_catch {
    font-size: 18px;
  }
  .special_txt {
    text-align: left;
  }
  .info {
    padding: 18vw 0;
    padding-bottom: 15vw;
  }
  .info .sp-info_layout {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info .sp-info_layout .actress {
    position: absolute;
    bottom: -20vw;
    width: 49vw;
  }
  .info .sp-info_layout .actress img {
    width: 100%;
  }
  .info .sp-info_layout dl {
    padding-left: 52vw;
  }
  .info .sp-info_layout dl dt {
    font-size: 2.8vw;
    margin-bottom: 1.2vw;
  }
  .info .sp-info_layout dl dt:before {
    font-size: 2.2vw;
    content: "●";
    color: #08a8fe;
  }
  .info .sp-info_layout dl dd {
    font-size: 3.8vw;
    margin-bottom: 3.5vw;
  }
  .info .sp-info_layout dl dd span {
    font-size: 2.3vw;
  }
  .info .sp-info_layout dl dd.last {
    margin-bottom: 4vw;
  }
  .detail {
    padding: 5vw 0;
  }
  .detail .wrap-about_houtare {
    display: block;
    margin: 0;
  }
  .detail .wrap-about_houtare .logo-about {
    margin: 0 0 3.5vw;
    text-align: center;
  }
  .detail .wrap-about_houtare .logo-about img {
    width: 33vw;
  }
  .detail .wrap-about_houtare .font-lead {
    font-size: 3.2vw;
    text-align: center;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
  }
  .detail .wrap-about_houtare .font-read {
    font-size: 2.8vw;
    line-height: 1.7;
    padding: 0 5vw;
  }
  .link {
    padding: 5vw;
  }
  .link h2 {
    font-size: 4vw;
    color: #333333;
    padding: 0;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .link h2 {
    margin-bottom: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .link .wrap-topics {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
  }
  .link .wrap-topics .one_topic {
    width: 100%;
    margin-bottom: 0;
    padding: 5vw 0;
  }
  .link .wrap-topics .one_topic .txt {
    font-size: 3.2vw;
    padding-left: 4vw;
  }
  .link .wrap-topics .one_topic .img-topic00 {
    width: 40vw;
  }
  .link .wrap-topics .one_topic .img-topic00 img {
    width: 100%;
  }
  .link .wrap-topics .one_topic .img-topic00 + .txt {
    width: 60vw;
  }
  .link .wrap-topics .one_topic .img-topic01 {
    width: 30vw;
  }
  .link .wrap-topics .one_topic .img-topic01 img {
    width: 30vw;
  }
  .link .wrap-topics .one_topic .img-topic01 + .txt {
    width: 60vw;
  }
  .link .wrap-topics .one_topic .img-topic02 {
    width: 30vw;
  }
  .link .wrap-topics .one_topic .img-topic02 img {
    width: 30vw;
  }
  .link .wrap-topics .one_topic:nth-child(odd) {
    padding-right: 0;
    border-right: 0;
  }
  .link .wrap-topics .one_topic:nth-child(even) {
    padding-left: 0;
  }
  .link .wrap-topics .one_topic:last-child {
    border-bottom: 0;
  }
  .link .wrap-topics .wide_topic {
    width: 50%;
  }
  .archive {
    border-bottom: 1px solid #CCCCCC;
    padding: 0 4vw 17vw 4vw;
  }
  .archive .bg01,
  .archive .bg02,
  .archive .bg03,
  .archive .bg04,
  .archive .bg05,
  .archive .bg06,
  .archive .bg07,
  .archive .bg08,
  .archive .bg09,
  .archive .bg10,
  .archive .bg11,
  .archive .bg12,
  .archive .bg13,
  .archive .bg14,
  .archive .bg15,
  .archive .bg16,
  .archive .bg17,
  .archive .bg18 {
    margin-top: 5vw !important;
  }
  .archive h2 {
    font-size: 5.5vw;
    text-align: center;
    color: #37435B;
  }
  .archive .archive-box {
    display: block;
    padding: 0;
    overflow: hidden;
    height: auto;
    margin: 0 auto;
    min-width: auto;
    min-width: initial;
    width: 88vw;
  }
  .archive .archive-box .program_text {
    color: #FFFFFF;
    width: 100%;
    min-width: auto;
    min-width: initial;
  }
  .archive .archive-box .program_text .sp-info_layout {
    padding: 0 2.5vw 2.5vw 5.5vw;
  }
  .archive .archive-box .program_text dl dt {
    font-size: 2.8vw;
    margin-bottom: 1.2vw;
  }
  .archive .archive-box .program_text dl dt:before {
    font-size: 2.2vw;
    content: "●";
    color: #FFFFFF;
  }
  .archive .archive-box .program_text dl dd {
    font-size: 3.8vw;
    margin-bottom: 3.5vw;
  }
  .archive .archive-box .program_text dl dd span {
    font-size: 2.3vw;
  }
  .archive .archive-box .program_text dl dd.last {
    margin-bottom: 0;
  }
  .archive .archive-box .program_text dl .dots-non:before {
    display: none;
  }
  .archive .archive-box .program_data {
    font-size: 4vw;
    padding: 3vw 1vw;
    text-align: center;
  }
  .archive .bg03 .program_data {
    padding: 3vw 0 0;
  }
  .archive .bg03 .program_time {
    font-size: 3.5vw;
    padding-bottom: 3vw;
    text-align: center;
    line-height: 5vw;
  }
  .archive .bg11 .program_time {
    font-size: 3.5vw;
    padding-bottom: 3vw;
    text-align: center;
    line-height: 5vw;
  }
  .archive .wrap-topics {
    padding: 0 5vw 0 5vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    width: auto;
  }
  .archive .wrap-topics .one_topic {
    width: 100%;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: solid 1px #FFFFFF;
    padding: 5vw 0;
  }
  .archive .wrap-topics .one_topic:last-child {
    border-bottom: none;
  }
  .archive .wrap-topics .one_topic img {
    display: block;
  }
  .archive .wrap-topics .one_topic a {
    text-decoration: none;
    color: #FFFFFF;
  }
  .archive .wrap-topics .one_topic .txt {
    line-height: 1.8;
    padding: 10px;
    margin-top: auto;
    font-size: 3.2vw;
  }
  .archive .wrap-topics .one_topic:last-child {
    margin-bottom: 0;
  }
  .archive .wrap-topics .wide_topic {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .archive .wrap-topics .wide_topic h2 {
    font-size: 3.5vw;
  }
  .archive .wrap-topics .wide_topic .txt {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    margin-top: -10px;
    line-height: 1.5;
  }
  .archive .wrap-topics .wide_topic .txt span {
    font-size: 4.5vw;
  }
  .archive .wrap-topics .wide_topic p {
    width: 30%;
  }
  .archive .wrap-topics .wide_topic .txt02 {
    font-size: 3.2vw;
    line-height: 5vw;
  }
  .archive .wrap-topics .wide_topic .txt02 a {
    color: #FFFFA5;
    text-decoration: underline;
  }
  .bg09 dl dt:before {
    color: #333333 !important;
  }
  .news {
    background-color: #FFFFFF;
    width: 100%;
    margin: 0 auto;
    padding: 4vw;
  }
  .news p.news_data {
    text-align: right;
    padding: 5vw 0;
    font-size: 3vw;
  }
  .news h1 {
    font-size: 4.5vw;
    font-weight: bold;
    border-bottom: solid 1px #111111;
    padding: 5vw 0;
    line-height: 1.4;
  }
  .news .news_textarea {
    line-height: 2;
    letter-spacing: 0.1em;
    font-size: 4vw;
  }
  .news .news_textarea img {
    width: 65%;
    margin: 0 auto;
    display: block;
    padding: 4vw 0;
  }
  .news .news_textarea .caption {
    text-align: center;
    font-size: 3vw;
  }
  .news .news_textarea a {
    color: #111111;
  }
  .news a.news_backbtn {
    background-color: #262626;
    color: #FFFFFF;
    margin: 0 auto;
    width: 45%;
    text-align: center;
    padding: 3.5vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
    background-color: #111111;
  }
  .news:hover {
    opacity: 1.0;
  }
  footer .copyright {
    padding: 5vw 0;
  }
  img.img-drama-sp {
    width: 55% !important;
    margin: 15px 0;
  }
  img.img-drama01-sp {
    width: 100% !important;
    margin: 15px 0;
  }
  .title_drama {
    font-weight: bold;
    margin: 0 0 5px 0;
    font-size: 3.7vw;
  }
  .txt-drama {
    font-size: 3vw;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .w30vw {
    width: 30vw;
  }
}

.multibox .pcDetail div {
  background-color: #FFFFFF !important;
}

.multibox .pcDetail div h3 a {
  color: #868885 !important;
}

/*201214*/
.directorscut {
  padding: 60px 20px;
  border-bottom: 1px solid #868885;
  background-color: #F7F6F2;
}

.directorscut h2 {
  font-size: 20px;
  color: #333333;
  padding: 0 0 30px 0;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.5;
}

.directorscut img {
  width: 410px;
  margin-right: 30px;
}

.directorscut .wrap-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.directorscut .wrap-topics .voice_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.directorscut .wrap-topics .one_topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* margin-bottom: 40px; */
  line-height: 1.5;
  color: #262626;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.directorscut .wrap-topics .one_topic .voice_link {
  padding: 10px 0;
  border: solid 1px #333333;
  width: 210px;
  text-align: center;
  margin: 20px;
  position: relative;
}

.directorscut .wrap-topics .one_topic .voice_link a {
  display: block;
}

.directorscut .wrap-topics .one_topic .voice_link a::after {
  position: absolute;
  background-image: url(../images/arrow_right.png);
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: contain;
  vertical-align: middle;
  right: 12px;
  top: 15px;
}

.directorscut .wrap-topics .one_topic a {
  text-decoration: none;
  color: #333333;
}

@media screen and (max-width: 767px) {
  .directorscut {
    padding: 5vw;
  }
  .directorscut h2 {
    font-size: 3.2vw;
    color: #333333;
    padding: 0 0 30px 0;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.5;
  }
  .directorscut img {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .directorscut .detail_voicelink {
    margin-top: 3vw;
  }
  .directorscut .wrap-topics {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
  }
  .directorscut .wrap-topics .voice_link_box {
    display: block;
  }
  .directorscut .wrap-topics .one_topic {
    font-size: 3.2vw;
    display: block;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* margin-bottom: 40px; */
    line-height: 1.5;
    color: #262626;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .directorscut .wrap-topics .one_topic .voice_link {
    padding: 10px 0;
    border: solid 1px #333333;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    position: relative;
  }
  .directorscut .wrap-topics .one_topic .voice_link:after {
    display: block;
    width: 15px;
    height: 15px;
    border-top: solid 3px #697B91;
    border-right: solid 3px #697B91;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .directorscut .wrap-topics .one_topic .voice_link a {
    display: block;
  }
  .directorscut .wrap-topics .one_topic a {
    text-decoration: none;
    color: #333333;
  }
}
/*# sourceMappingURL=style.css.map */