@charset "UTF-8";
/* ==========================================================
 html5 elements
========================================================== */
article,
aside,
figure,
figcaption,
footer,
header,
nav,
section {
  display: block;
}

/* ==========================================================
 reseting
========================================================== */
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
button,
figure,
figcaption {
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
}

input,
textarea,
select {
  color: inherit;
  font-size: inherit;
  outline: none;
  /*-webkit-appearance: none;*/
}

textarea {
  resize: none;
}

button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset {
  border: 0;
}

img {
  height: auto;
  vertical-align: top;
}

address,
caption,
code,
em,
th {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
em {
  font-weight: normal;
}

a,
input {
  -webkit-transform: translatez(0);
  /* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/
}

sup,
sub {
  font-size: 63%;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* ==========================================================
 base Link
========================================================== */
a {
  color: #333;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}
a.s-link-inline {
  color: #F39800;
  text-decoration: underline;
}
a.s-link-inline:hover, a.s-link-inline:active, a.s-link-inline:focus {
  text-decoration: none;
}

/* ==========================================================
 clearfix
========================================================== */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.contents:before, .contents:after {
  content: "";
  display: table;
}

.clearfix:after,
.contents:after {
  clear: both;
}

/* For IE 6/7
---------------------------------------------------------- */
.clearfix,
.contents {
  *zoom: 1;
}

/* ==========================================================
 layout
========================================================== */
html {
  overflow-y: scroll;
}
html.is-locked {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#gDef {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  #gDef {
    font-size: 16px;
    line-height: 1.7;
  }
}
/* ==========================================================
 wrapper and container
========================================================== */
.wrapper {
  width: 100%;
  padding-top: 50px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-top: 45px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container-sp-no {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
/* ==========================================================
 header
========================================================== */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header.is-sticky {
  position: fixed;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header.is-sticky.is-show {
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition-property: transform, visibility, -webkit-transform;
}
.header-sticky.is-sticky {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.header-bar {
  position: relative;
  z-index: 99;
  background-color: #fabe00;
}
.header-bar .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1920px;
  height: 50px;
}
.header-bar .container .nav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .header-bar .container {
    height: 45px;
  }
}
.header-logo {
  position: relative;
  top: 0;
  left: 0;
  width: 46px;
  margin: 0 1vw;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.header-logo:hover {
  opacity: 0.7;
}
.header-logo a {
  display: block;
  padding: 11px 0;
}
.header-logo a img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .header-logo {
    width: 44px;
  }
  .header-logo:hover {
    opacity: 1;
  }
  .header-logo a {
    padding: 9px 0;
  }
}
.header-utility {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 10px;
  width: 11%;
  height: 100%;
  padding-left: 2%;
}
.header-utility::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 1px;
  height: 50%;
  background-color: #d4a306;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-utility > * {
  width: 60px;
  height: 100%;
}
.header-utility > * a {
  display: block;
  height: 100%;
}
.header-utility .btn {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header-utility .btn:hover {
  opacity: 0.7;
}
.header-utility .btn .text {
  display: block;
  height: 100%;
}
.header-utility .btn .text.text-close {
  display: none;
  background: url(/common/img/ico_x_01.png) no-repeat center/23px auto;
}
.header-utility .btn.is-open {
  background-color: #ffcf38;
}
.header-utility .btn.is-open .text.text-open {
  display: none;
}
.header-utility .btn.is-open .text.text-close {
  display: block;
}
.header-utility .btn-program {
  background: url(/common/img/ico_view.png) no-repeat center/30px auto;
}
.header-utility .btn-search {
  position: relative;
  display: block;
}
.header-utility .btn-search .text-open {
  background: url(/common/img/ico_search_01.png) no-repeat center/23px auto;
}

@media screen and (min-width: 1280px) {
  .header-utility {
    width: 190px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 979px) {
  .header-utility {
    width: auto;
    padding-left: 0;
  }
  .header-utility::before {
    display: none;
  }
  .header-utility .btn-schedule {
    background: none;
  }
  .header-utility .btn-schedule .text {
    padding-top: 10px;
    text-align: center;
  }
  .header-utility .btn-info {
    width: 90px;
  }
  .header-utility .btn-info .text {
    padding-top: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .header-utility {
    right: -5px;
  }
  .header-utility > * {
    width: 42px;
  }
  .header-utility .btn:hover {
    opacity: 1;
  }
  .header-utility .btn .text.text-close {
    background-size: 16px auto;
  }
  .header-utility .btn-info {
    width: 88px;
  }
  .header-utility .btn-program {
    background-size: 21px auto;
  }
  .header-utility .btn-search .text-open {
    background-size: 16px auto;
  }
}
/* nav-global
---------------------------------------------------------- */
.nav-global {
  position: relative;
}
.nav-global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-global ul li {
  margin: 0 0.9vw;
}
.nav-global ul li a {
  display: block;
  padding: 18px 0;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  color: #644c00;
  text-align: center;
  line-height: 1;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.nav-global ul li a:hover {
  opacity: 0.7;
}
.nav-global ul li a.arrow .text {
  display: inline-block;
  padding-right: 24px;
  background-image: url(/common/img/ico_arrow_down_01.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.nav-global ul li a .text {
  display: block;
  height: 100%;
}
.nav-global ul li a .text.text-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: url(/common/img/ico_x_01.png) no-repeat center/23px auto;
}
.nav-global ul li a.is-open {
  background-color: #ffcf38;
}
.nav-global ul li a.is-open .text.text-open {
  opacity: 0;
}
.nav-global ul li a.is-open .text.text-close {
  display: block;
}

@media screen and (min-width: 1400px) {
  .nav-global ul li a {
    font-size: 18px;
  }
}
/* header-modal
---------------------------------------------------------- */
.header-modal {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  width: 100%;
}
.header-modal.modal-program, .header-modal.modal-ytv-info, .header-modal.modal-search {
  top: 50px;
}
.header-modal .modal-inner {
  height: 100%;
  overflow: auto;
}
.header-modal .modal-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.header-modal .modal-cont {
  position: relative;
  background-color: #fff;
}
.header-modal .btn-close-modal {
  border-top: 1px solid #ccc;
}
.header-modal .btn-close-modal .btn {
  height: 50px;
  padding-top: 14px;
  background-color: #ededed;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header-modal .btn-close-modal .btn:hover {
  opacity: 0.7;
}
.header-modal .btn-close-modal .btn .text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 36px;
  background-image: url(/common/img/ico_close.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  line-height: 22px;
}

@media screen and (max-width: 767px) {
  .header-modal.modal-program, .header-modal.modal-ytv-info, .header-modal.modal-search {
    top: 45px;
  }
  .header-modal .btn-close-modal {
    padding: 10px;
  }
  .header-modal .btn-close-modal .btn {
    height: auto;
    padding: 14px;
  }
  .header-modal .btn-close-modal .btn .text {
    padding-left: 24px;
    background-image: url(/common/img/ico_close_sp.png);
    background-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .header-modal .btn-close-modal .btn:hover {
    opacity: 1;
  }
}
/* nav-category
---------------------------------------------------------- */
.nav-category {
  overflow: hidden;
}
.nav-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav-category ul li a {
  position: relative;
  display: block;
}
.nav-category ul li a .text {
  display: block;
  position: relative;
  color: #4d4d4d;
  line-height: 1.2;
  text-align: center;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nav-category ul li a .text:hover {
  opacity: 0.7;
}
.nav-category ul li a .text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
}
.nav-category ul li a .text.ico-news:before {
  background-image: url(/common/img/ico_news.png);
}
.nav-category ul li a .text.ico-variety:before {
  background-image: url(/common/img/ico_variety.png);
}
.nav-category ul li a .text.ico-drama-movie:before {
  background-image: url(/common/img/ico_drama_movie.png);
}
.nav-category ul li a .text.ico-anime:before {
  background-image: url(/common/img/ico_anime.png);
}
.nav-category ul li a .text.ico-musics:before {
  background-image: url(/common/img/ico_musics.png);
}
.nav-category ul li a .text.ico-sports:before {
  background-image: url(/common/img/ico_sports.png);
}
.nav-category ul li a .text.ico-view:before {
  background-image: url(/common/img/ico_view_02.png);
}

@media screen and (min-width: 980px) {
  .nav-category {
    padding: 25px;
  }
  .nav-category ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav-category ul li a .text {
    min-width: 50px;
    padding-top: 70px;
  }
}
@media screen and (max-width: 979px) {
  .nav-category ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0;
  }
  .nav-category ul li {
    width: 50%;
    border-top: 1px solid #ccc;
  }
  .nav-category ul li:nth-child(odd) {
    border-right: 1px solid #ccc;
  }
  .nav-category ul li:nth-child(-n+2) {
    border-top: 0;
  }
  .nav-category ul li:last-child {
    width: 100%;
  }
  .nav-category ul li a {
    padding: 15px 5px;
    padding-bottom: 15px;
    text-align: center;
  }
  .nav-category ul li a .text {
    display: inline-block;
    padding-top: 35px;
  }
  .nav-category ul li a .text:hover {
    opacity: 1;
  }
  .nav-category ul li a .text::before {
    top: 0;
    height: 35px;
  }
  .nav-category ul li a .text.ico-news::before {
    background-size: 24px auto;
  }
  .nav-category ul li a .text.ico-variety::before {
    background-size: 23px auto;
  }
  .nav-category ul li a .text.ico-drama-movie::before {
    background-size: 23px auto;
  }
  .nav-category ul li a .text.ico-anime::before {
    background-size: 24px auto;
  }
  .nav-category ul li a .text.ico-musics::before {
    background-size: 20px auto;
  }
  .nav-category ul li a .text.ico-sports::before {
    background-size: 22px auto;
  }
  .nav-category ul li a .text.ico-view {
    padding-top: 0;
    padding-left: 28px;
    line-height: 16px;
  }
  .nav-category ul li a .text.ico-view::before {
    width: 16px;
    height: 16px;
    background-size: 16px auto;
  }
}
/* header-search
---------------------------------------------------------- */
.header-search {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.header-search .container {
  padding-right: 0;
  padding-left: 0;
}
.header-search .box-input {
  position: relative;
  width: 100%;
  margin: 0 auto 12px;
  padding-left: 40px;
}
.header-search .box-input:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-image: url(/common/img/ico_search_02.png);
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.header-search .box-input input {
  display: block;
  width: 100%;
  padding: 0 14px;
  height: 32px;
  border: 0;
  font-size: 24px;
  line-height: 1.1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.header-search .box-input input::-webkit-input-placeholder, .header-search .box-input input::-moz-placeholder, .header-search .box-input input:-ms-input-placeholder, .header-search .box-input input:-moz-placeholder {
  color: #c3c3c3;
}
.header-search .box-keywords {
  overflow: auto;
}
.header-search .box-keywords .list-keywords {
  margin-top: -20px;
  margin-left: -20px;
  white-space: nowrap;
}
.header-search .box-keywords .list-keywords li {
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
}
.header-search .box-keywords .list-keywords a {
  display: block;
  padding: 8px 20px;
  background-color: #ededed;
  border-radius: 25px;
  line-height: 1.1;
  color: #7c7c7c;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header-search .box-keywords .list-keywords a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 980px) {
  .header-search .list-keywords {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .header-search {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-search .box-input {
    width: 100%;
    padding-right: 10px;
    padding-left: 35px;
    margin-bottom: 10px;
  }
  .header-search .box-input::before {
    left: 15px;
    width: 16px;
    height: 16px;
  }
  .header-search .box-input input {
    height: 20px;
    padding: 0 0 0 10px;
    font-size: 14px;
  }
  .header-search .box-keywords {
    padding-left: 15px;
  }
  .header-search .box-keywords .list-keywords {
    margin-top: -10px;
    margin-left: -10px;
  }
  .header-search .box-keywords .list-keywords li {
    margin-top: 10px;
    margin-left: 10px;
  }
  .header-search .box-keywords .list-keywords li:last-child {
    padding-right: 15px;
  }
  .header-search .box-keywords .list-keywords li a {
    padding: 7px 15px;
  }
  .header-search .box-keywords .list-keywords li a:hover {
    opacity: 1;
  }
}
/* reset google searchbox
---------------------------------------------------------- */
input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
  border: none !important;
}

.gsc-input-box {
  padding: 0.5em !important;
  vertical-align: top !important;
}
.gsc-input-box table {
  border: none !important;
}

.gsib_a {
  padding: 0 !important;
}

.gsst_a {
  border: none !important;
}

.gsib_b,
.gsst_b {
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  border: none !important;
}

.gsc-search-button {
  display: none !important;
}

.gsc-search-box .gsc-input > input:hover,
.gsc-input-box-hover,
.gsc-search-box .gsc-input > input:focus,
.gsc-input-box-focus,
.cse input.gsc-search-button:hover,
input.gsc-search-button:hover {
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.header-search .box-input input {
  font-size: 120% !important;
  line-height: 1.6 !important;
}

/* nav-ytv-info 
---------------------------------------------------------- */
.nav-ytv-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-ytv-info li {
  width: 14.26%;
}
.nav-ytv-info a {
  display: block;
  padding: 5px;
  text-align: center;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nav-ytv-info a:hover {
  opacity: 0.7;
}
.nav-ytv-info .txt-jp {
  display: block;
  color: #4d4d4d;
  line-height: 1.5;
}
.nav-ytv-info .txt-en {
  display: block;
  font-size: 0.8em;
  color: #f9b903;
}

@media screen and (min-width: 980px) {
  .nav-ytv-info {
    padding: 20px 0;
  }
  .nav-ytv-info li {
    border-right: 1px solid #ccc;
  }
  .nav-ytv-info li:last-child {
    border-right: 0;
  }
}
@media screen and (max-width: 979px) {
  .nav-ytv-info ul {
    padding-right: 0;
    padding-left: 0;
  }
  .nav-ytv-info ul li {
    width: 50%;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .nav-ytv-info ul li:nth-child(-n+2) {
    border-top: 0;
  }
  .nav-ytv-info ul li a {
    padding: 26px 10px;
  }
  .nav-ytv-info ul li a:hover {
    opacity: 1;
  }
  .nav-ytv-info ul li a .txt-jp {
    line-height: 1.33;
  }
  .nav-ytv-info ul li a .txt-en {
    line-height: 1.33;
  }
}
/* ==========================================================
 nav-breadcrumb
========================================================== */
.nav-breadcrumb {
  overflow: hidden;
  padding: 10px 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.nav-breadcrumb li {
  float: left;
}
.nav-breadcrumb li:after {
  padding: 0 7px;
  content: "/";
}
.nav-breadcrumb li:last-child:after {
  display: none;
}
.nav-breadcrumb li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .nav-breadcrumb {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* ==========================================================
 contents
========================================================== */
.contents {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .contents {
    padding-top: 0;
  }
}
/* ==========================================================
 area-sns-share
========================================================== */
.area-sns-share {
  overflow: hidden;
  margin-top: 0;
  padding-top: 20px;
}
.area-sns-share ul {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.area-sns-share li {
  margin-left: 20px;
}
.area-sns-share a {
  display: block;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 46px;
  height: 46px;
  font-size: 0;
  line-height: 0;
}
.area-sns-share a:hover {
  opacity: 0.7;
}
.area-sns-share a img {
  width: 100%;
}
.area-sns-share .sns_button_twitter a {
  background-image: url(/common/img/ico_twitter_share.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.area-sns-share .sns_button_facebook a {
  background-image: url(/common/img/ico_facebook_share.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.area-sns-share .sns_button_hatena a {
  background-image: url(/common/img/ico_b_share.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.area-sns-share .sns_button_line a {
  background-image: url(/common/img/ico_line_share.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .area-sns-share {
    margin-top: 0;
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .area-sns-share li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .area-sns-share a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .area-sns-share a {
    width: 34px;
    height: 34px;
  }
}
/* ==========================================================
 area-top-banner
========================================================== */
.area-top-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 0;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.area-top-banner iframe:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .area-top-banner iframe:hover {
    opacity: 1;
  }
}
/* ==========================================================
 area-main-contents
========================================================== */
.area-main-contents {
  padding-top: 40px;
}
.area-main-contents .sec-cmn-01:first-child {
  padding-top: 0;
}
.area-main-contents .sec-cmn-01:last-child {
  padding-bottom: 0;
}
.area-main-contents + .sec-cmn-01 {
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .area-main-contents {
    padding-top: 20px;
  }
}
/* ==========================================================
 title
========================================================== */
/* ttl-cmn-section
---------------------------------------------------------- */
.ttl-cmn-section {
  position: relative;
  margin-bottom: 30px;
}
.ttl-cmn-section .btn-link-all,
.ttl-cmn-section .box-select-01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.ttl-cmn-section + .box-cmn-01 > .box-program-01,
.ttl-cmn-section + .box-program-01 {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .ttl-cmn-section {
    padding: 0 1%;
  }
}
@media screen and (max-width: 767px) {
  .ttl-cmn-section {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .ttl-cmn-section .btn-link-all,
  .ttl-cmn-section .box-select-01 {
    right: 1%;
  }
}
.box-select-01 {
  position: relative;
  min-width: 190px;
  cursor: pointer;
}
.box-select-01 .txt-selected {
  position: relative;
  padding: 9px 20px;
  background-color: #ededed;
  border-radius: 2px;
  color: #000;
  line-height: 1;
}
.box-select-01 .txt-selected:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 11px;
  height: 8px;
  background-image: url(/common/img/ico_arrow_down_01.png);
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-select-01 .list-option-pc {
  display: none;
  position: absolute;
  top: 34px;
  left: 0;
  width: 100%;
  background-color: #ededed;
  border-radius: 0 0 2px 2px;
}
.box-select-01 .list-option-pc li {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}
.box-select-01 .list-option-pc li:hover {
  background-color: #dadada;
}
.box-select-01 select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .box-select-01 {
    min-width: 145px;
  }
}
@media screen and (max-width: 767px) {
  .box-select-01 .txt-selected {
    padding: 5px 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .box-select-01 .txt-selected:before {
    width: 8px;
    height: 5px;
  }
}
@media screen and (max-width: 767px) {
  .box-select-01 .list-option-pc {
    display: none;
  }
}
/* ttl-txt
---------------------------------------------------------- */
.ttl-txt {
  text-align: center;
}
.ttl-txt h1 {
  border-bottom: 5px solid #f8bc2c;
  padding-bottom: 0.5em;
  display: inline;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .ttl-txt h1 {
    font-size: 16px;
  }
}
/* ttl-cmn-01
---------------------------------------------------------- */
.ttl-cmn-01 {
  position: relative;
  display: block;
  padding-left: 28px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
}

.col .ttl-cmn-01 {
  width: 78%;
}

.ttl-cmn-01:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 20px;
  background-color: #f8bc2c;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-01 {
    padding-left: 15px;
    font-size: 20px;
  }
  .ttl-cmn-01:before {
    top: 5px;
    width: 5px;
    height: 10px;
  }
}
/* ==========================================================
 text
========================================================== */
/* txt-para-01
---------------------------------------------------------- */
.txt-para-01:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .txt-para-01:not(:last-child) {
    margin-bottom: 15px;
  }
}
/* ==========================================================
 link
========================================================== */
/* link-bnr-01
---------------------------------------------------------- */
.link-bnr-01 {
  display: block;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.link-bnr-01:hover {
  opacity: 0.7;
}
.link-bnr-01 img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .link-bnr-01:hover {
    opacity: 1;
  }
}
/* ==========================================================
 list
========================================================== */
/* list-notice-01
---------------------------------------------------------- */
.list-notice-01 li {
  border-top: 1px solid #bebebe;
}
.list-notice-01 li:first-child {
  border-top: 0;
}
.list-notice-01 li:first-child .card-notice-01 {
  padding-top: 0;
}
.list-notice-01 .card-notice-01 {
  padding: 20px 0;
}
.list-notice-01 .card-notice-01 .title {
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .list-notice-01 .card-notice-01 {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .list-notice-01 .card-notice-01 .title {
    margin-bottom: 5px;
  }
}
/* list-what-new
---------------------------------------------------------- */
.list-what-new .card-notice-01 {
  padding: 10px 0;
}
.list-what-new .card-notice-01 .box-info {
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .list-what-new li {
    border-color: #ccc;
  }
  .list-what-new .card-notice-01 {
    padding-left: 0;
    padding-right: 0;
  }
}
/* list-sns-01
---------------------------------------------------------- */
.list-sns-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px;
}
.list-sns-01 li {
  padding: 0 10px;
}
.list-sns-01 a {
  display: block;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.list-sns-01 a:hover {
  opacity: 0.7;
}
.list-sns-01 .ico {
  width: 45px;
}
.list-sns-01 .ico img {
  width: 100%;
}
.list-sns-01 .text {
  margin-top: 8px;
  font-size: 12px;
  color: #999999;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .list-sns-01 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .list-sns-01 a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .list-sns-01 .text {
    margin-top: 5px;
    font-size: 8px;
  }
}
/* ==========================================================
 table
========================================================== */
/* table-cmn-01
---------------------------------------------------------- */
.table-cmn-01 {
  width: 740px;
}
.table-cmn-01 th {
  padding: 11px 15px;
  background: #f5f5f5;
  border-right: 1px dashed #c4c4c4;
  border-bottom: 1px solid #cdcdcd;
  font-weight: 700;
  text-align: center;
}
.table-cmn-01 th:last-child {
  border-right: none;
}
.table-cmn-01 td {
  padding: 11px 15px;
  border-right: 1px dashed #c4c4c4;
  border-bottom: 1px solid #cdcdcd;
}
.table-cmn-01 td:last-child {
  border-right: none;
}
.table-cmn-01 tr.color-01 {
  background: #ffffcb;
  color: #c14900;
}

/* ==========================================================
 button
========================================================== */
/* btn-cmn-01
---------------------------------------------------------- */
/* btn-link-all
---------------------------------------------------------- */
.btn-link-all {
  display: inline-block;
  min-width: 100px;
  padding: 8px 8px 8px 40px;
  border-radius: 25px;
  background-color: #ededed;
  background-image: url(/common/img/ico_link_02.png);
  background-size: 21px 21px;
  background-position: 7px center;
  background-repeat: no-repeat;
  font-weight: bold;
  line-height: 1;
  color: #000;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-link-all:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .btn-link-all {
    min-width: 70px;
    padding: 6px 6px 6px 25px;
    background-size: 14px 14px;
    background-position: 5px center;
  }
  .btn-link-all:hover {
    opacity: 1;
  }
}
.s-bg-gray .btn-link-all {
  background-color: #ccc;
}

.btn-link-all.type-dark {
  background-color: #4f4f4f;
  background-image: url(/common/img/ico_link_05.png);
  color: #fff;
}

/* pagetop
---------------------------------------------------------- */
/* ==========================================================
 icon
========================================================== */
/* ico-oo
---------------------------------------------------------- */
/* ==========================================================
 figure
========================================================== */
/* fig-cmn-01
---------------------------------------------------------- */
.fig-cmn-01 {
  margin-bottom: 40px;
  text-align: center;
}
.fig-cmn-01 img {
  max-width: 100%;
}
.fig-cmn-01 .caption-01 {
  margin-top: 10px;
  color: #000;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .fig-cmn-01 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .fig-cmn-01 .caption-01 {
    margin-top: 5px;
  }
}
.sec-cmn-01 .fig-cmn-01:last-child {
  margin-bottom: 0;
}

/* ==========================================================
 icon
========================================================== */
/* icon-player-01
---------------------------------------------------------- */
.icon-player-01 {
  position: relative;
}
.icon-player-01:before {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 25px;
  height: 19px;
  background: url(/common/img/ico_player_01.png) 0 0 no-repeat;
  background-size: 25px 19px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* ==========================================================
 section
========================================================== */
/* sec-cmn-01
---------------------------------------------------------- */
.sec-cmn-01 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.sec-cmn-01 + .sec-cmn-01 {
  border-top: 1px solid #ccc;
}
.sec-cmn-01 + .btn-cmn-01.btn-return {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .sec-cmn-01 {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
/* section last margin */
section:last-of-type {
  margin-bottom: 0;
}

/* ==========================================================
 box
========================================================== */
/* box-cmn-01
---------------------------------------------------------- */
/* box-bnr-01
---------------------------------------------------------- */
.box-bnr-01 {
  display: block;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.box-bnr-01:hover {
  opacity: 0.7;
}
.box-bnr-01:not(:last-child) {
  margin-bottom: 10px;
}
.box-bnr-01 img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .box-bnr-01:hover {
    opacity: 1;
  }
}
/* box-bnr-02
---------------------------------------------------------- */
.box-bnr-02 {
  position: relative;
  display: block;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.box-bnr-02:hover {
  opacity: 0.7;
}
.box-bnr-02:not(:last-child) {
  margin-bottom: 10px;
}
.box-bnr-02 img {
  width: 100%;
}
.box-bnr-02 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.box-bnr-02 .overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(/common/img/ico_link_02.png);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.box-bnr-02 .text {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .box-bnr-02:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .box-bnr-02 .overlay:before {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .box-bnr-02 .overlay {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .box-bnr-02 .text {
    font-size: 15px;
  }
}
/* box-bnr-03
---------------------------------------------------------- */
.box-bnr-03 {
  position: relative;
  display: table;
  width: 100%;
  padding-right: 40px;
  background-color: #ededed;
  border: 1px solid #ccc;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.box-bnr-03:hover {
  opacity: 0.7;
}
.box-bnr-03:not(:last-child) {
  margin-bottom: 10px;
}
.box-bnr-03:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(/common/img/ico_link_02.png);
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.box-bnr-03:not(:last-child) {
  margin-bottom: 10px;
}
.box-bnr-03 .image {
  display: table-cell;
  vertical-align: middle;
  width: 130px;
}
.box-bnr-03 .image img {
  width: 100%;
}
.box-bnr-03 .box-info {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 20px;
}
.box-bnr-03 .box-info .title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.box-bnr-03 .box-info .title:last-child {
  margin-bottom: 0;
}
.box-bnr-03 .box-info .text {
  line-height: 1.5;
  letter-spacing: -0.1em;
}

@media screen and (max-width: 768px) {
  .box-bnr-03:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .box-bnr-03 {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .box-bnr-03:before {
    right: 15px;
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .box-bnr-03 .image {
    width: 95px;
  }
}
@media screen and (max-width: 767px) {
  .box-bnr-03 .box-info {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 767px) {
  .box-bnr-03 .box-info .title {
    margin-bottom: 3px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .box-bnr-03 .box-info .text {
    font-size: 12px;
  }
}
/* list-box-bnr
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .list-box-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .list-box-bnr li {
    width: 50%;
  }
  .list-box-bnr li:nth-child(odd) {
    padding-right: 15px;
  }
  .list-box-bnr li:nth-child(even) {
    padding-left: 15px;
  }
}
.list-box-bnr li:not(:last-child) {
  margin-bottom: 10px;
}
.list-box-bnr li .box-bnr-01,
.list-box-bnr li .box-bnr-02,
.list-box-bnr li .box-bnr-03 {
  margin-bottom: 0;
}

/* when it is child of box-col-01 */
@media screen and (min-width: 768px) {
  .box-col-01 .list-box-bnr {
    display: block;
  }
}
.box-col-01 .list-box-bnr li {
  width: 100%;
  padding: 0;
}

/* box-banner-area
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .box-banner-area {
    width: 300px;
    max-width: 300px;
    margin: auto;
  }
}
.box-banner-area {
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.box-banner-area iframe:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .box-banner-area iframe:hover {
    opacity: 1;
  }
}
/* box-advertising-area
---------------------------------------------------------- */
.box-advertising-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.box-advertising-area img {
  max-width: 100%;
}

/* ==========================================================
 card
========================================================== */
/* card-cmn-01
---------------------------------------------------------- */
.card-cmn-01 {
  display: block;
}
.card-cmn-01 .image {
  display: block;
}
.card-cmn-01 .image img {
  width: 100%;
  border: 1px solid #ccc;
}
.card-cmn-01 a {
  display: block;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-cmn-01 a:hover {
  opacity: 0.7;
}
.card-cmn-01 .title {
  display: block;
  margin-top: 8px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}
.card-cmn-01 .cate {
  margin-bottom: 3px;
  font-size: 90%;
  color: #f9b903;
}
.card-cmn-01 .desc {
  margin-bottom: 3px;
  line-height: 1.5;
  color: #000;
}
.card-cmn-01 .date {
  font-size: 90%;
  color: #999999;
}
.card-cmn-01 .btn {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 90%;
  text-align: center;
  line-height: 1;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-cmn-01 .btn.btn-blue {
  background-color: #2e96cf;
}
.card-cmn-01 .btn.btn-green {
  background-color: #5b9e23;
}

@media screen and (max-width: 768px) {
  .card-cmn-01 a:hover {
    opacity: 1;
  }
  .card-cmn-01 .desc {
    color: #4d4d4d;
  }
  .card-cmn-01 .btn {
    margin-top: 5px;
  }
}
a.card-cmn-01 {
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a.card-cmn-01:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  a.card-cmn-01:hover {
    opacity: 1;
  }
}
.card-cmn-01 .date a {
  color: #999;
}

/* card-notice-01
---------------------------------------------------------- */
.card-notice-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-notice-01 a {
  display: block;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-notice-01 a:hover {
  opacity: 0.7;
}
.card-notice-01 .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}
.card-notice-01 .image img {
  width: 100%;
  border: 1px solid #ccc;
}
.card-notice-01 .box-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  padding-bottom: 16px;
  padding-left: 20px;
}
.card-notice-01 .title {
  line-height: 2;
}
.card-notice-01 .date {
  position: relative;
  font-size: 90%;
  letter-spacing: 0.1em;
  color: #999999;
}
.card-notice-01.new .date:after {
  content: "NEW";
  display: inline-block;
  margin-left: 20px;
  color: #ff0000;
}

@media screen and (max-width: 768px) {
  .card-notice-01 a:hover {
    opacity: 1;
  }
  .card-notice-01 .box-info {
    padding-bottom: 0;
    padding-left: 10px;
  }
  .card-notice-01.new .date:after {
    margin-left: 10px;
  }
}
a.card-notice-01 {
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a.card-notice-01:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  a.card-notice-01:hover {
    opacity: 1;
  }
}
/* ==========================================================
 module
========================================================== */
/* mod-bnr-slider-01
---------------------------------------------------------- */
.mod-bnr-slider-01 {
  position: relative;
}
.mod-bnr-slider-01 .slider {
  margin: 0 -10px;
}
.mod-bnr-slider-01 .slider .item {
  padding: 0 10px;
  outline: none;
}
.mod-bnr-slider-01 .slider .item img {
  width: 100%;
  border: 1px solid #ccc;
}
.mod-bnr-slider-01 .slider a {
  position: relative;
  display: block;
  outline: none;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mod-bnr-slider-01 .slider a:hover {
  opacity: 0.7;
}
.mod-bnr-slider-01 .slider .caption-01 {
  font-weight: bold;
}
.mod-bnr-slider-01 .btn-control {
  position: absolute;
  top: 48px;
  width: 16px;
  height: 28px;
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}
.mod-bnr-slider-01 .btn-control.prev {
  left: 0;
  background-image: url(/common/img/btn_slider_prev.png);
}
.mod-bnr-slider-01 .btn-control.next {
  right: 0;
  background-image: url(/common/img/btn_slider_next.png);
}
.mod-bnr-slider-01 .btn-control.slick-disabled {
  opacity: 0.3;
  cursor: default;
}

@media screen and (min-width: 768px) {
  .mod-bnr-slider-01 {
    padding: 0 30px;
  }
  .mod-bnr-slider-01:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mod-bnr-slider-01 {
    margin: 0 -15px;
    padding-left: 15px;
    overflow: hidden;
  }
  .mod-bnr-slider-01:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .mod-bnr-slider-01 .slider-wrap {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .mod-bnr-slider-01 .slider {
    margin: 0 -5px;
  }
}
@media screen and (max-width: 767px) {
  .mod-bnr-slider-01 .slider .item {
    width: 168px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .mod-bnr-slider-01 .slider a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .mod-bnr-slider-01 .slider.slider-relate-program .item {
    width: 160px;
  }
}
@media screen and (min-width: 768px) {
  .mod-bnr-slider-01 .btn-control {
    -webkit-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
  }
  .mod-bnr-slider-01 .btn-control:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .mod-bnr-slider-01 .btn-control:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 980px) {
  .mod-bnr-slider-01 .btn-control {
    top: 38px;
  }
}
@media screen and (max-width: 767px) {
  .mod-bnr-slider-01 .btn-control {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mod-bnr-slider-01 .slick-list {
    overflow: inherit;
  }
}
/* mod-bnr-slider-02
---------------------------------------------------------- */
.mod-bnr-slider-02 {
  position: relative;
}
.mod-bnr-slider-02 .slider {
  margin: 0 -10px;
}
.mod-bnr-slider-02 .slider .item {
  padding: 0 10px;
  outline: none;
}
.mod-bnr-slider-02 .slider .item img {
  width: 100%;
  border: 1px solid #ccc;
}
.mod-bnr-slider-02 .slider a {
  position: relative;
  display: block;
  outline: none;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mod-bnr-slider-02 .slider a:hover {
  opacity: 0.7;
}
.mod-bnr-slider-02 .btn-control {
  position: absolute;
  top: 70px;
  width: 16px;
  height: 28px;
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}
.mod-bnr-slider-02 .btn-control.prev {
  left: 0;
  background-image: url(/common/img/btn_slider_prev.png);
}
.mod-bnr-slider-02 .btn-control.next {
  right: 0;
  background-image: url(/common/img/btn_slider_next.png);
}
.mod-bnr-slider-02 .btn-control.slick-disabled {
  opacity: 0.3;
  cursor: default;
}

@media screen and (min-width: 768px) {
  .mod-bnr-slider-02 {
    padding: 0 30px;
  }
  .mod-bnr-slider-02:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mod-bnr-slider-02 {
    margin: 0 -15px;
    padding-left: 15px;
    overflow: hidden;
  }
  .mod-bnr-slider-02:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .mod-bnr-slider-02 .slider-wrap {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .mod-bnr-slider-02 .slider {
    margin: 0 -5px;
  }
}
@media screen and (min-width: 768px) {
  .mod-bnr-slider-02 .slider .item {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .mod-bnr-slider-02 .slider .item {
    width: 230px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .mod-bnr-slider-02 .slider a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .mod-bnr-slider-02 .btn-control {
    -webkit-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
  }
  .mod-bnr-slider-02 .btn-control:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .mod-bnr-slider-02 .btn-control:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 980px) {
  .mod-bnr-slider-02 .btn-control {
    top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .mod-bnr-slider-02 .btn-control {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mod-bnr-slider-02 .slick-list {
    overflow: inherit;
  }
}
/* mod-staff-slider-01
---------------------------------------------------------- */
.mod-staff-slider-01 {
  position: relative;
}
.mod-staff-slider-01 .slider {
  margin: 0 -15px;
}
.mod-staff-slider-01 .slider .item {
  outline: none;
}
.mod-staff-slider-01 .slider .item img {
  width: 100%;
}
.mod-staff-slider-01 .slider a {
  position: relative;
  display: block;
  outline: none;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mod-staff-slider-01 .slider a:hover {
  opacity: 0.7;
}
.mod-staff-slider-01 .btn-control {
  position: absolute;
  top: 78px;
  width: 16px;
  height: 28px;
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
}
.mod-staff-slider-01 .btn-control.prev {
  left: 0;
  background-image: url(/common/img/btn_slider_prev.png);
}
.mod-staff-slider-01 .btn-control.next {
  right: 0;
  background-image: url(/common/img/btn_slider_next.png);
}
.mod-staff-slider-01 .btn-control.slick-disabled {
  opacity: 0.3;
  cursor: default;
}

@media screen and (min-width: 768px) {
  .mod-staff-slider-01 {
    padding: 0 30px;
  }
  .mod-staff-slider-01:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .mod-staff-slider-01 {
    margin: 0 -15px;
    padding-left: 15px;
    overflow: hidden;
  }
  .mod-staff-slider-01:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .mod-staff-slider-01 .slider-wrap {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .mod-staff-slider-01 .slider {
    margin: 0 -10px;
  }
}
@media screen and (min-width: 768px) {
  .mod-staff-slider-01 .slider .item {
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .mod-staff-slider-01 .slider .item {
    width: 140px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .mod-staff-slider-01 .slider a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .mod-staff-slider-01 .btn-control {
    -webkit-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
  }
  .mod-staff-slider-01 .btn-control:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .mod-staff-slider-01 .btn-control:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1020px) {
  .mod-staff-slider-01 .btn-control {
    top: 15px;
  }
}
@media screen and (max-width: 980px) {
  .mod-staff-slider-01 .btn-control {
    top: 68px;
  }
}
@media screen and (max-width: 767px) {
  .mod-staff-slider-01 .btn-control {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mod-staff-slider-01 .slick-list {
    overflow: inherit;
  }
}
.box-staff-01 {
  text-align: center;
}
.box-staff-01 a {
  display: block;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.box-staff-01 a:hover {
  opacity: 0.7;
}
.box-staff-01 .image {
  margin-bottom: 10px;
  text-align: center;
}
.box-staff-01 .image img {
  width: 100%;
}
.box-staff-01 .name-01 {
  font-weight: bold;
  color: #000;
  line-height: 1.5;
}
.box-staff-01 .name-02 {
  font-size: 14px;
  color: #999;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .box-staff-01 a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .box-staff-01 .image {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .box-staff-01 .name-02 {
    font-size: 10px;
  }
}
/* sec-related-programs
---------------------------------------------------------- */
.sec-related-programs {
  border-top: 1px solid #ccc;
}

/* sec-cmn-news-01
---------------------------------------------------------- */
.sec-cmn-news-01 {
  padding: 40px 0;
  background-color: #333;
}
.sec-cmn-news-01 .ttl-cmn-section {
  margin-bottom: 25px;
}
.sec-cmn-news-01 .ttl-sec {
  line-height: 1.1;
  font-size: 24px;
  font-weight: bold;
}
.sec-cmn-news-01 .ttl-sec .text-01 {
  color: #fabe00;
}
.sec-cmn-news-01 .ttl-sec .text-02 {
  font-size: 90%;
  color: #b3b3b3;
}
.sec-cmn-news-01 .ttl-sub {
  padding-left: 25px;
  background-image: url(/common/img/ico_microphone_01.png);
  background-size: 22px auto;
  background-position: 0 center;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.sec-cmn-news-01 .btn-link-all {
  background-color: #595959;
  color: #fff;
}
.sec-cmn-news-01 .btn-check-news {
  display: block;
  width: 360px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 50px;
  background-color: #595959;
  text-align: center;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sec-cmn-news-01 .btn-check-news:hover {
  opacity: 0.7;
}
.sec-cmn-news-01 .btn-check-news .box-text {
  display: inline-block;
  padding-left: 35px;
  background-image: url(/common/img/ico_link_06.png);
  background-size: 21px;
  background-position: 0 center;
  background-repeat: no-repeat;
  font-weight: bold;
  line-height: 21px;
}
.sec-cmn-news-01 .btn-check-news .text-01 {
  color: #fabe00;
}
.sec-cmn-news-01 .btn-check-news .text-02 {
  color: #b3b3b3;
}
.sec-cmn-news-01 .btn-check-news .text-03 {
  font-weight: bold;
  color: #fff;
}
.sec-cmn-news-01 .list-news li {
  border-bottom: 1px solid #595959;
}
.sec-cmn-news-01 .list-news li > a {
  display: block;
  padding: 10px 0;
  overflow: hidden;
}
.sec-cmn-news-01 .list-news .box-in {
  display: block;
  padding: 10px 0;
  overflow: hidden;
}
.sec-cmn-news-01 .image {
  float: left;
  width: 150px;
  margin-right: 20px;
}
.sec-cmn-news-01 .image img {
  width: 100%;
  border: 1px solid #ccc;
}
.sec-cmn-news-01 .box-movie-01 {
  float: left;
  width: 150px;
  margin-right: 20px;
  padding-top: 84px;
  border: 1px solid #ccc;
}
.sec-cmn-news-01 .box-movie-01 .bc-player-default_default .vjs-big-play-button {
  margin-left: -0.5em;
  margin-top: -0.5em;
  width: 1em;
  height: 1em;
  line-height: 1em;
}
.sec-cmn-news-01 .box-info {
  overflow: hidden;
}
.sec-cmn-news-01 .box-info .title {
  margin-bottom: 8px;
  color: #fff;
}
.sec-cmn-news-01 .box-info .box-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 90%;
  line-height: 1;
}
.sec-cmn-news-01 .box-info .tag {
  display: inline-block;
  min-width: 70px;
  padding: 5px;
  margin-right: 10px;
  background-color: #ededed;
  border-radius: 3px;
  line-height: 1;
  text-align: center;
}
.sec-cmn-news-01 .box-info .tag.color-kansai {
  color: #2595d1;
}
.sec-cmn-news-01 .box-info .tag.color-politics {
  color: #003e56;
}
.sec-cmn-news-01 .box-info .tag.color-economy {
  color: #2f6e6c;
}
.sec-cmn-news-01 .box-info .tag.color-society {
  color: #036d03;
}
.sec-cmn-news-01 .box-info .tag.color-international {
  color: #599f12;
}
.sec-cmn-news-01 .box-info .tag.color-sports {
  color: #b3428b;
}
.sec-cmn-news-01 .box-info .tag.color-entertainment {
  color: #8c0633;
}
.sec-cmn-news-01 .box-info .date-time {
  color: #ccc;
}

@media screen and (min-width: 768px) {
  .sec-cmn-news-01 .box-list-news {
    width: 98%;
    margin: 0 auto 40px;
  }
  .sec-cmn-news-01 .box-list-news .list-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .sec-cmn-news-01 .box-list-news .list-news li > a {
    -webkit-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .sec-cmn-news-01 .box-list-news .list-news li > a:hover {
    opacity: 0.7;
  }
  .sec-cmn-news-01 .box-list-news .list-news li {
    min-width: 48.5%;
    width: 48.5%;
  }
  .sec-cmn-news-01 .box-list-news .list-news li:nth-child(2n+1) {
    margin-right: 3%;
  }
}
@media screen and (max-width: 767px) {
  .sec-cmn-news-01 {
    padding: 20px 0;
  }
  .sec-cmn-news-01 .ttl-cmn-section {
    margin-bottom: 5px;
  }
  .sec-cmn-news-01 .ttl-sec {
    margin-bottom: 15px;
  }
  .sec-cmn-news-01 .btn-link-all {
    top: inherit;
    bottom: 0;
  }
  .sec-cmn-news-01 .btn-check-news {
    width: 100%;
    padding: 12px;
  }
  .sec-cmn-news-01 .btn-check-news:hover {
    opacity: 1;
  }
  .sec-cmn-news-01 .btn-check-news .box-text {
    padding-left: 25px;
    background-size: 14px;
    font-weight: bold;
    line-height: 14px;
  }
  .sec-cmn-news-01 .box-list-news {
    margin-bottom: 20px;
  }
  .sec-cmn-news-01 .list-news li > a {
    padding: 12px 0;
  }
  .sec-cmn-news-01 .list-news .box-in {
    padding: 12px 0;
  }
  .sec-cmn-news-01 .image {
    width: 100px;
    margin-right: 10px;
  }
  .sec-cmn-news-01 .icon-player-01:before {
    width: 16px;
    height: 12px;
    background-size: 16px 12px;
  }
  .sec-cmn-news-01 .box-movie-01 {
    width: 100px;
    margin-right: 10px;
    padding-top: 56px;
  }
  .sec-cmn-news-01 .box-info .tag {
    min-width: 50px;
  }
}
/* mod-program-item
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .mod-program-item {
    padding: 0 30px;
  }
}
.list-program-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px -10px 0;
}
.list-program-01 li {
  width: 25%;
  margin-top: 30px;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .list-program-01 {
    margin: -20px -10px 0;
  }
  .list-program-01 li {
    width: 50%;
    margin-top: 20px;
  }
}
/* mod-modal-cont
---------------------------------------------------------- */
.mod-modal-cont {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
.mod-modal-cont .bg-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.mod-modal-cont .box-modal-wrap {
  position: relative;
  height: 100%;
  overflow: auto;
  padding: 100px 50px 100px;
}
.mod-modal-cont .box-modal-cont {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 830px;
  z-index: 1;
  padding: 50px 70px 140px;
  background-color: #fff;
}
.mod-modal-cont .modal-content {
  height: 100%;
  overflow: auto;
}
.mod-modal-cont .modal-content .image {
  margin-bottom: 25px;
  text-align: center;
}
.mod-modal-cont .modal-content .image img {
  max-width: 100%;
}
.mod-modal-cont .modal-content .title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.mod-modal-cont .modal-content .text + .text {
  margin-top: 30px;
}
.mod-modal-cont .box-btn-close {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}
.mod-modal-cont .btn-close {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 20px 10px;
  background-color: #4f4f4f;
  border-radius: 50px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mod-modal-cont .btn-close:hover {
  opacity: 0.7;
}
.mod-modal-cont .btn-close span {
  display: inline-block;
  padding-left: 36px;
  background-image: url(/common/img/ico_close_white.png);
  background-size: 21px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .mod-modal-cont .box-modal-wrap {
    padding: 20px;
  }
  .mod-modal-cont .box-modal-cont {
    padding: 20px 20px 80px;
  }
  .mod-modal-cont .box-btn-close {
    bottom: 20px;
    padding: 0 20px;
  }
  .mod-modal-cont .btn-close {
    width: 100%;
    padding: 15px 10px;
  }
  .mod-modal-cont .btn-close:hover {
    opacity: 1;
  }
  .mod-modal-cont .btn-close span {
    padding-left: 25px;
    background-image: url(/common/img/ico_close_white_sp.png);
    background-size: 15px;
    font-size: 12px;
    line-height: 15px;
  }
}
/* ==========================================================
 form
========================================================== */
/* ==========================================================
 hero-cmn
========================================================== */
.hero-cmn-subpage {
  padding: 40px 0;
}
.hero-cmn-subpage .title {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hero-cmn-subpage {
    padding: 20px 0;
  }
  .hero-cmn-subpage .title {
    width: 336px;
    margin: 0 auto;
  }
  .hero-cmn-subpage .title img {
    width: 100%;
  }
}
/* ==========================================================
 nav-program
========================================================== */
.nav-program {
  background-color: #646464;
}
.nav-program .container {
  padding-bottom: 2px;
}
.nav-program ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.nav-program a {
  display: block;
  padding: 20px 10px 15px;
  /*  border-bottom: 4px solid #646464;*/
  position: relative;
  color: #fff;
  font-size: 16px;
}
.nav-program a.is-active:after {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .nav-program .container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 10px 2px;
  }
  .nav-program a:after {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 4px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
  }
  .nav-program a:hover:after {
    bottom: 0;
    background-color: #fff;
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .nav-program {
    overflow: auto;
  }
  .nav-program .container {
    width: 800px;
  }
  .nav-program ul {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
  .nav-program li:first-child a:before {
    display: none;
  }
  .nav-program a {
    position: relative;
    padding: 10px 15px 8px;
    border-bottom: 2px solid #646464;
    font-size: 12px;
  }
  .nav-program a.is-active {
    border-width: 2px;
  }
  .nav-program a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background-color: #888;
  }
  .nav-program a:after {
    content: "";
    left: 2px;
    bottom: -10px;
  }
}
/* ==========================================================
 ttl-cmn-02
========================================================== */
.ttl-cmn-02 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
.ttl-cmn-02 span {
  display: block;
  color: #999;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .ttl-cmn-02 {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .ttl-cmn-02 span {
    font-size: 11px;
  }
}
/* ==========================================================
 box-related-info
========================================================== */
.box-related-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -30px -30px;
}
.box-related-info li {
  width: 50%;
  margin-bottom: 30px;
  padding-left: 30px;
}
.box-related-info a {
  display: block;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.box-related-info a:hover {
  opacity: 0.7;
}
.box-related-info a img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .box-related-info li:nth-child(odd) a {
    text-align: right;
  }
  .box-related-info li:nth-child(even) a {
    text-align: left;
  }
  .bnr-footer-wrap .box-related-info a {
    display: inline-block;
  }
  .bnr-footer-wrap .box-related-info li:nth-child(odd) a {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .box-related-info ul {
    display: block;
    margin: 0 0 -10px 0;
  }
  .box-related-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .box-related-info ul a:hover {
    opacity: 1;
  }
}
/* ==========================================================
 box-cmn-01
========================================================== */
.box-cmn-01 {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .box-cmn-01 {
    padding: 0;
  }
}
/* ==========================================================
 box-cmn-01
========================================================== */
.box-col-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-col-01:not(:last-child) {
  margin-bottom: 30px;
}
.box-col-01 .fig-cmn-01 img {
  max-width: 100%;
}
.box-col-01 > .col {
  width: 50%;
}
.box-col-01 .sec-cmn-01 {
  margin-right: -15px;
  margin-left: -15px;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .box-col-01 > .col:nth-child(odd) {
    padding-right: 15px;
  }
  .box-col-01 > .col:nth-child(even) {
    padding-left: 15px;
  }
  .box-col-01 > .col .inner {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .box-col-01 {
    display: block;
    margin: 0;
  }
  .box-col-01:not(:last-child) {
    margin-bottom: 20px;
  }
  .box-col-01 > .col {
    width: 100%;
    padding-left: 0;
  }
  .box-col-01 > .col:not(:last-child) {
    margin-bottom: 15px;
  }
  .box-col-01 > .col:last-child .sec-cmn-01 {
    border-top: 1px solid #ccc;
    padding-top: 20px;
  }
}
/* ==========================================================
 btn-cmn-01
========================================================== */
.btn-cmn-01 {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 16px 0;
  background-color: #4f4f4f;
  border-radius: 40px;
  color: #fff;
  text-align: center;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-cmn-01:hover {
  opacity: 0.7;
}
.btn-cmn-01 span {
  position: relative;
  display: inline-block;
  padding-left: 33px;
}
.btn-cmn-01 span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 21px;
  height: 21px;
  background-image: url(/common/img/ico_link_01.png);
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-cmn-01.type-arrow-right span:before {
  background-image: url(/common/img/ico_link_05.png);
}
.btn-cmn-01.btn-instagram {
  background-color: #ff3366;
}
.btn-cmn-01.btn-instagram span:before {
  background-image: url(/common/img/ico_link_instagram.png);
}
.btn-cmn-01.btn-twitter {
  background-color: #46a6eb;
}
.btn-cmn-01.btn-twitter span:before {
  background-image: url(/common/img/ico_link_twitter.png);
}
.btn-cmn-01.btn-facebook {
  background-color: #3b5998;
}
.btn-cmn-01.btn-facebook span:before {
  background-image: url(/common/img/ico_link_facebook.png);
}
.btn-cmn-01.btn-return {
  margin-top: 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .btn-cmn-01 {
    width: 100%;
    padding: 10px 0;
  }
  .btn-cmn-01:hover {
    opacity: 1;
  }
  .btn-cmn-01 span {
    padding-left: 25px;
  }
  .btn-cmn-01 span:before {
    width: 15px;
    height: 15px;
  }
  .btn-cmn-01.btn-return {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}
.box-btn-gray .btn-link {
  width: 250px;
  padding: 10px 0;
  margin-top: 20px;
  background-color: #ededed;
  color: #333;
}
.box-btn-gray .btn-link span {
  padding-left: 35px;
  font-size: 16px;
  font-weight: normal;
}
.box-btn-gray .btn-link span:before {
  width: 20px;
  height: 20px;
  background-image: url(/common/img/ico_link_02.png);
}

@media screen and (max-width: 767px) {
  .box-btn-gray .btn-link {
    width: 100%;
    padding: 12px 0;
    margin-top: 15px;
    font-size: 12px;
  }
  .box-btn-gray .btn-link span {
    padding-left: 25px;
    line-height: 16px;
  }
  .box-btn-gray .btn-link span:before {
    width: 14px;
    height: 14px;
  }
}
/* ==========================================================
 box-program-01
========================================================== */
.box-program-01 {
  overflow: hidden;
  padding: 40px 0;
}
.box-program-01:last-child {
  padding-bottom: 0;
}
.box-program-01.type-01 {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.box-program-01.type-01:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.box-program-01.type-01 .box-info {
  overflow: hidden;
}
.box-program-01.type-02 .box-image,
.box-program-01.type-02 .box-movie-01 {
  float: none;
  width: 100%;
}
.box-program-01 .box-image {
  margin-bottom: 20px;
}
.box-program-01 .box-image .image {
  width: 455px;
}
.box-program-01 .box-image .image img {
  width: 100%;
}
.box-program-01 .title {
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
.box-program-01 p {
  color: #000;
}
.box-program-01 .txt-note-01 {
  margin-top: -30px;
  color: #999;
  font-size: 14px;
}
.box-program-01 .txt-note-01:not(:last-child) {
  margin-bottom: 5px;
}
.box-program-01 .btn {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.box-program-01 .btn-green {
  background-color: #5b9e23;
}
.box-program-01 .btn-blue {
  background-color: #2e96cf;
}
.box-program-01 .box-movie-01 {
  display: block;
  position: relative;
  padding-top: 0;
  margin-bottom: 20px;
}
.box-program-01 .box-movie-01 .inner {
  position: relative;
  padding-top: 56.23%;
}
.box-program-01 .box-movie-02 {
  width: 455px;
  height: 256px;
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .box-program-01 .box-image {
    float: left;
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .box-program-01 .box-movie-01 {
    float: left;
    width: 51.7%;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .box-program-01 {
    display: block;
    padding: 20px 0;
  }
  .box-program-01.type-01 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .box-program-01 .box-image {
    margin: 0 -15px;
  }
  .box-program-01 .box-image .image {
    width: 100%;
    margin-bottom: 10px;
  }
  .box-program-01 .box-info {
    margin: 0;
  }
  .box-program-01 .box-info.type-01:not(:last-child) {
    margin-bottom: 20px;
  }
  .box-program-01 .title {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .box-program-01 .txt-note-01 {
    margin-top: -15px;
    font-size: 10px;
  }
  .box-program-01 .btn {
    font-size: 10px;
  }
  .box-program-01 .box-movie-01 {
    width: auto;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .box-program-01 .box-movie-01 .inner {
    height: auto;
    padding-top: 56.25%;
  }
  .box-program-01 .box-movie-01 .bc-player-default_default {
    height: auto !important;
  }
  .box-program-01 .box-movie-02 {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    padding-top: 56.25%;
  }
}
/* ==========================================================
 box-movie-01
========================================================== */
.box-movie-01 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

@media screen and (max-width: 767px) {
  .box-movie-01 .bc-player-default_default .vjs-big-play-button {
    margin-left: -0.5em;
    margin-top: -0.5em;
    width: 1em;
    height: 1em;
    line-height: 1em;
  }
}
/* ==========================================================
 box-movie-02
========================================================== */
.box-movie-02 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.box-movie-02 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ==========================================================
 img-cmn-protect
========================================================== */
.img-cmn-protect {
  pointer-events: none;
}

/* ==========================================================
 list-cmn-btn-01
========================================================== */
.list-cmn-btn-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
  background-color: #ededed;
}
.list-cmn-btn-01 .item {
  width: 50%;
  padding: 15px 0;
}
.list-cmn-btn-01 .item a {
  display: inline-block;
  padding: 15px 0 15px 30px;
  border-left: 1px solid #ccc;
  -webkit-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.list-cmn-btn-01 .item a:hover {
  opacity: 0.7;
}
.list-cmn-btn-01 .item:first-child {
  text-align: right;
}
.list-cmn-btn-01 .item:first-child a {
  padding-right: 30px;
  padding-left: 0;
  border-left: none;
}
.list-cmn-btn-01 .btn {
  position: relative;
}
.list-cmn-btn-01 .btn:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 21px;
  height: 21px;
  margin-top: -11px;
}
.list-cmn-btn-01 .btn-prev {
  padding-right: 30px;
}
.list-cmn-btn-01 .btn-prev:before {
  right: 0;
  background: url(/common/img/ico_link_03.png) no-repeat right 0;
  background-size: 21px;
}
.list-cmn-btn-01 .btn-next {
  padding-left: 30px;
}
.list-cmn-btn-01 .btn-next:before {
  left: 0;
  background: url(/common/img/ico_link_04.png) no-repeat left 0;
  background-size: 21px;
}

@media screen and (max-width: 767px) {
  .list-cmn-btn-01 {
    margin: 20px 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .list-cmn-btn-01 .item a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .list-cmn-btn-01 .btn {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .list-cmn-btn-01 .btn:before {
    margin-top: -7px;
  }
}
@media screen and (max-width: 767px) {
  .list-cmn-btn-01 .btn-prev {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .list-cmn-btn-01 .btn-prev:before {
    background-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .list-cmn-btn-01 .btn-next {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .list-cmn-btn-01 .btn-next:before {
    background-size: 14px;
  }
}
/* ==========================================================
 style
========================================================== */
.s-full-h {
  height: 100%;
}

.s-fw-n {
  font-weight: normal;
}

.s-fw-b {
  font-weight: bold;
}

.s-ta-l {
  text-align: left !important;
}

.s-ta-c {
  text-align: center !important;
}

.s-ta-r {
  text-align: right !important;
}

.s-va-t {
  vertical-align: top !important;
}

.s-va-m {
  vertical-align: middle !important;
}

.s-va-b {
  vertical-align: bottom !important;
}

.s-ov-h {
  overflow: hidden;
}

.s-clear {
  clear: both;
}

.s-hide {
  display: none;
}

.s-txt-hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.s-bg-n {
  background: none !important;
}

.s-pt-0 {
  padding-top: 0 !important;
}

.s-pt-05 {
  padding-top: 0.5em !important;
}

.s-pt-1 {
  padding-top: 1em !important;
}

.s-pt-15 {
  padding-top: 1.5em !important;
}

.s-pt-2 {
  padding-top: 2em !important;
}

.s-pt-25 {
  padding-top: 2.5em !important;
}

.s-pt-3 {
  padding-top: 3em !important;
}

.s-pt-35 {
  padding-top: 3.5em !important;
}

.s-pt-4 {
  padding-top: 4em !important;
}

.s-pt-m05 {
  padding-top: -0.5em !important;
}

.s-pt-m1 {
  padding-top: -1em !important;
}

.s-pt-m15 {
  padding-top: -1.5em !important;
}

.s-pt-m2 {
  padding-top: -2em !important;
}

.s-pt-m25 {
  padding-top: -2.5em !important;
}

.s-pt-m3 {
  padding-top: -3em !important;
}

.s-pt-m35 {
  padding-top: -3.5em !important;
}

.s-pt-m4 {
  padding-top: -4em !important;
}

.s-pb-0 {
  padding-bottom: 0 !important;
}

.s-pb-05 {
  padding-bottom: 0.5em !important;
}

.s-pb-1 {
  padding-bottom: 1em !important;
}

.s-pb-15 {
  padding-bottom: 1.5em !important;
}

.s-pb-2 {
  padding-bottom: 2em !important;
}

.s-pb-25 {
  padding-bottom: 2.5em !important;
}

.s-pb-3 {
  padding-bottom: 3em !important;
}

.s-pb-35 {
  padding-bottom: 3.5em !important;
}

.s-pb-4 {
  padding-bottom: 4em !important;
}

.s-pb-m05 {
  padding-bottom: -0.5em !important;
}

.s-pb-m1 {
  padding-bottom: -1em !important;
}

.s-pb-m15 {
  padding-bottom: -1.5em !important;
}

.s-pb-m2 {
  padding-bottom: -2em !important;
}

.s-pb-m25 {
  padding-bottom: -2.5em !important;
}

.s-pb-m3 {
  padding-bottom: -3em !important;
}

.s-pb-m35 {
  padding-bottom: -3.5em !important;
}

.s-pb-m4 {
  padding-bottom: -4em !important;
}

.s-pl-0 {
  padding-left: 0 !important;
}

.s-pl-05 {
  padding-left: 0.5em !important;
}

.s-pl-1 {
  padding-left: 1em !important;
}

.s-pl-15 {
  padding-left: 1.5em !important;
}

.s-pl-2 {
  padding-left: 2em !important;
}

.s-pl-25 {
  padding-left: 2.5em !important;
}

.s-pl-3 {
  padding-left: 3em !important;
}

.s-pl-35 {
  padding-left: 3.5em !important;
}

.s-pl-4 {
  padding-left: 4em !important;
}

.s-pl-m05 {
  padding-left: -0.5em !important;
}

.s-pl-m1 {
  padding-left: -1em !important;
}

.s-pl-m15 {
  padding-left: -1.5em !important;
}

.s-pl-m2 {
  padding-left: -2em !important;
}

.s-pl-m25 {
  padding-left: -2.5em !important;
}

.s-pl-m3 {
  padding-left: -3em !important;
}

.s-pl-m35 {
  padding-left: -3.5em !important;
}

.s-pl-m4 {
  padding-left: -4em !important;
}

.s-pr-0 {
  padding-right: 0 !important;
}

.s-pr-05 {
  padding-right: 0.5em !important;
}

.s-pr-1 {
  padding-right: 1em !important;
}

.s-pr-15 {
  padding-right: 1.5em !important;
}

.s-pr-2 {
  padding-right: 2em !important;
}

.s-pr-25 {
  padding-right: 2.5em !important;
}

.s-pr-3 {
  padding-right: 3em !important;
}

.s-pr-35 {
  padding-right: 3.5em !important;
}

.s-pr-4 {
  padding-right: 4em !important;
}

.s-pr-m05 {
  padding-right: -0.5em !important;
}

.s-pr-m1 {
  padding-right: -1em !important;
}

.s-pr-m15 {
  padding-right: -1.5em !important;
}

.s-pr-m2 {
  padding-right: -2em !important;
}

.s-pr-m25 {
  padding-right: -2.5em !important;
}

.s-pr-m3 {
  padding-right: -3em !important;
}

.s-pr-m35 {
  padding-right: -3.5em !important;
}

.s-pr-m4 {
  padding-right: -4em !important;
}

.s-mt-0 {
  margin-top: 0 !important;
}

.s-mt-05 {
  margin-top: 0.5em !important;
}

.s-mt-1 {
  margin-top: 1em !important;
}

.s-mt-15 {
  margin-top: 1.5em !important;
}

.s-mt-2 {
  margin-top: 2em !important;
}

.s-mt-25 {
  margin-top: 2.5em !important;
}

.s-mt-3 {
  margin-top: 3em !important;
}

.s-mt-35 {
  margin-top: 3.5em !important;
}

.s-mt-4 {
  margin-top: 4em !important;
}

.s-mt-m05 {
  margin-top: -0.5em !important;
}

.s-mt-m1 {
  margin-top: -1em !important;
}

.s-mt-m15 {
  margin-top: -1.5em !important;
}

.s-mt-m2 {
  margin-top: -2em !important;
}

.s-mt-m25 {
  margin-top: -2.5em !important;
}

.s-mt-m3 {
  margin-top: -3em !important;
}

.s-mt-m35 {
  margin-top: -3.5em !important;
}

.s-mt-m4 {
  margin-top: -4em !important;
}

.s-mb-0 {
  margin-bottom: 0 !important;
}

.s-mb-05 {
  margin-bottom: 0.5em !important;
}

.s-mb-1 {
  margin-bottom: 1em !important;
}

.s-mb-15 {
  margin-bottom: 1.5em !important;
}

.s-mb-2 {
  margin-bottom: 2em !important;
}

.s-mb-25 {
  margin-bottom: 2.5em !important;
}

.s-mb-3 {
  margin-bottom: 3em !important;
}

.s-mb-35 {
  margin-bottom: 3.5em !important;
}

.s-mb-4 {
  margin-bottom: 4em !important;
}

.s-mb-m05 {
  margin-bottom: -0.5em !important;
}

.s-mb-m1 {
  margin-bottom: -1em !important;
}

.s-mb-m15 {
  margin-bottom: -1.5em !important;
}

.s-mb-m2 {
  margin-bottom: -2em !important;
}

.s-mb-m25 {
  margin-bottom: -2.5em !important;
}

.s-mb-m3 {
  margin-bottom: -3em !important;
}

.s-mb-m35 {
  margin-bottom: -3.5em !important;
}

.s-mb-m4 {
  margin-bottom: -4em !important;
}

.s-ml-0 {
  margin-left: 0 !important;
}

.s-ml-05 {
  margin-left: 0.5em !important;
}

.s-ml-1 {
  margin-left: 1em !important;
}

.s-ml-15 {
  margin-left: 1.5em !important;
}

.s-ml-2 {
  margin-left: 2em !important;
}

.s-ml-25 {
  margin-left: 2.5em !important;
}

.s-ml-3 {
  margin-left: 3em !important;
}

.s-ml-35 {
  margin-left: 3.5em !important;
}

.s-ml-4 {
  margin-left: 4em !important;
}

.s-ml-m05 {
  margin-left: -0.5em !important;
}

.s-ml-m1 {
  margin-left: -1em !important;
}

.s-ml-m15 {
  margin-left: -1.5em !important;
}

.s-ml-m2 {
  margin-left: -2em !important;
}

.s-ml-m25 {
  margin-left: -2.5em !important;
}

.s-ml-m3 {
  margin-left: -3em !important;
}

.s-ml-m35 {
  margin-left: -3.5em !important;
}

.s-ml-m4 {
  margin-left: -4em !important;
}

.s-mr-0 {
  margin-right: 0 !important;
}

.s-mr-05 {
  margin-right: 0.5em !important;
}

.s-mr-1 {
  margin-right: 1em !important;
}

.s-mr-15 {
  margin-right: 1.5em !important;
}

.s-mr-2 {
  margin-right: 2em !important;
}

.s-mr-25 {
  margin-right: 2.5em !important;
}

.s-mr-3 {
  margin-right: 3em !important;
}

.s-mr-35 {
  margin-right: 3.5em !important;
}

.s-mr-4 {
  margin-right: 4em !important;
}

.s-mr-m05 {
  margin-right: -0.5em !important;
}

.s-mr-m1 {
  margin-right: -1em !important;
}

.s-mr-m15 {
  margin-right: -1.5em !important;
}

.s-mr-m2 {
  margin-right: -2em !important;
}

.s-mr-m25 {
  margin-right: -2.5em !important;
}

.s-mr-m3 {
  margin-right: -3em !important;
}

.s-mr-m35 {
  margin-right: -3.5em !important;
}

.s-mr-m4 {
  margin-right: -4em !important;
}

.s-bg-gray {
  background-color: #ededed;
}

.s-brd-t {
  border-top: 1px solid #ccc;
}

.s-brd-b {
  border-bottom: 1px solid #ccc;
}

.no-brd-t,
.no-brd-r,
.no-brd-b,
.no-brd-l {
  border-top: none !important;
}

/* list
---------------------------------------------------------- */
/* ul
----------------------------- */
.s-list-ul {
  padding-left: 1.5em;
}
.s-list-ul > li {
  list-style: disc;
  margin-bottom: 10px;
}
.s-list-ul ul {
  padding-top: 15px;
  padding-bottom: 3px;
}
.s-list-ul ol {
  padding: 15px 0 3px 1.5em;
}
.s-list-ul ol.s-list-circle {
  padding-left: 10px;
}
.s-list-ul ol.s-list-paren {
  padding-left: 2em;
}

/*  nest <ul> 
---------------*/
/*  nest <ol>
---------------*/
/*  ブレッドtype
---------------*/
.s-list-no {
  list-style: none !important;
}

.s-list-square {
  list-style: square !important;
}

/* ol
----------------------------- */
.s-list-ol {
  padding-left: 1.5em;
}
.s-list-ol > li {
  list-style: decimal;
  margin-bottom: 10px;
}

/* ol（丸数字）
----------------------------- */
.s-list-circle {
  margin-bottom: 10px;
  padding-left: 0.5em;
  counter-reset: li;
  /* li のカウンタを 0 にセット */
  list-style: none;
  counter-reset: my-counter;
}
.s-list-circle > li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.s-list-circle > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #FABE00;
  color: #fff;
  display: block;
  float: left;
  line-height: 20px;
  margin-left: -30px;
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  margin-top: 0.2em;
  font-size: 14px;
}

/*  括弧
---------------*/
.s-list-paren {
  counter-reset: li;
  /* li のカウンタを 0 にセット */
  text-indent: -2.1em;
  padding-left: 2.5em;
  list-style: none;
}
.s-list-paren > li:before {
  color: #333333;
  counter-increment: li;
  /* li の数を一つずつ増加 */
  content: "( " counter(li) " ) ";
  /* 数を表示 */
}

/*  ブレッドtype
---------------*/
.s-list-roma {
  padding-left: 1.8em;
}
.s-list-roma > li {
  list-style: lower-alpha !important;
}

/*  nest <ul>ローマ字のみ想定 
---------------*/
ol li > ul:first-child,
ol li > ol:first-child {
  margin-top: 1em;
}

/*  nest <ol>ローマ字のみ想定
---------------*/
/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
.only-sp,
.no-pc,
.sp {
  display: none !important;
}

/* sp
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .only-pc,
  .no-sp {
    display: none !important;
  }
  .only-sp,
  .no-pc {
    display: block !important;
  }
  img.only-sp, img.no-pc {
    display: inline-block !important;
  }
}
@media screen and (max-width: 979px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/* 読みテレ
---------------------------------------------------------- */
.yomitere {
  background: url(../../img/top/bg_yomitere.png) repeat center top;
  background-size: 8% auto;
  margin: 0 0 20px;
}
.yomitere .sec-cmn-01 {
  padding: 5% 0;
}
.yomitere .sec-cmn-01 a {
  display: block;
  width: 65.63%;
  margin: 0 auto;
  position: relative;
}
.yomitere .sec-cmn-01 a img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .yomitere {
    background-size: 2.93% auto;
    margin: 0 0 30px;
  }
  .yomitere .sec-cmn-01 {
    padding: 12px 0;
  }
  .yomitere .sec-cmn-01 a {
    width: 94.34%;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .yomitere .sec-cmn-01 a::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 13.15%;
    background: url(../../img/top/bnr_yomitere_pc.png) no-repeat left top;
    background-size: 100% auto;
  }
  .yomitere .sec-cmn-01 a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .yomitere .sec-cmn-01 a img {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .yomitere {
    background-size: 30px auto;
  }
}/*# sourceMappingURL=style.css.map */