@charset "UTF-8";
/**
 * nav.css
 *
 * 1.0 - Elements
 *
 * 2.0 - Class
 *   2.1 - Icon
 *   2.9 - Etc
 *
 * 3.0 - Header
 *   3.1 - PC
 *     3.1.1 - Header Link
 *     3.1.2 - 視聴方法エリア
 *     3.1.3 - Header Menu
 *
 *   3.2 - SP
 *     3.2.1 - Header Link
 *     3.2.2 - 視聴方法エリア
 *     3.2.3 - Header Menu
 *     3.2.4 - 注目ワード
 *
 * 4.0 - Footer
 *   4.1 - PC
 *   4.1.1 - Footer Link（会社案内）
 *   4.1.2 - Footer Sitemap（サイトマップ）
 *   4.1.3 - Pagetop
 *   4.1.4 - Copyright
 *
 *   4.2 - SP
 *   4.2.1 - Footer Link（会社案内）
 *   4.2.2 - Footer Sitemap（サイトマップ）
 *   4.2.3 - Pagetop
 *   4.2.4 - Copyright
 *
 * 5.0 - 検索入力
 * 6.0 - Tokusetsu Footer
 * ----------------------------------------------------------------------------
**/
/**
 * 1.0 - Elements
 * ----------------------------------------------------------------------------
**/
body {
  position: relative;
}

/**
 * 2.0 - Class
 * ----------------------------------------------------------------------------
**/
/* 2.1 - Icon
----------------------------------*/
.ico[class*="ico--common_arrowR"] {
  width: 20px;
  height: 20px;
  background-size: 20px auto;
}
.ico.ico--common_arrowR_black {
  background-image: url(/common/img/icon_common_arrow_r_black@2x.png);
}
.ico.ico--common_arrowR_white {
  background-image: url(/common/img/icon_common_arrow_r_white@2x.png);
}
.ico.ico--common_arrowR_red {
  background-image: url(/common/img/icon_common_arrow_r_red@2x.png);
}
.ico.ico--common_arrowR_yellow {
  background-image: url(/common/img/icon_common_arrow_r_yellow@2x.png);
}
.ico[class*="ico--common_arrow_out"], #header-sp #headMenu-sp .headMenu_body > li a:after, #footer-sp .footer-link-list > li.arrow a:after, #footer-sp .footer-link-list > li.btn-toggle:after {
  width: 20px;
  height: 20px;
  background-size: 20px auto;
}
.ico.ico--common_arrow_outL_black {
  background-image: url(/common/img/icon_common_arrow_outline_l_black@2x.png);
}
.ico.ico--common_arrow_outR_black, #header-sp #headMenu-sp .headMenu_body > li a:after, #footer-sp .footer-link-list > li.arrow a:after {
  background-image: url(/common/img/icon_common_arrow_outline_r_black@2x.png);
}
.ico.ico--common_arrow_outT_black, #footer-sp .footer-link-list > li.btn-toggle.on:after {
  background-image: url(/common/img/icon_common_arrow_outline_t_black@2x.png);
}
.ico.ico--common_arrow_outB_black, #footer-sp .footer-link-list > li.btn-toggle:after {
  background-image: url(/common/img/icon_common_arrow_outline_b_black@2x.png);
}
.ico[class*="ico--common_close"], #header-sp .headLink > li.on .ico.ico--head_btn_menu, #header-sp .headLink > li.on .ico.ico--head_btn_shicho, #header-sp .headLink > li.on .ico.ico--head_btn_keyword {
  width: 35px;
  height: 40px;
  background-image: url(/common/img/icon_common_close@2x.png);
  background-size: 50px auto;
}
.ico.ico--common_close_white, #header-sp .headLink > li.on .ico.ico--head_btn_keyword {
  background-position: 0 0px;
}
.ico.ico--common_close_black, #header-sp .headLink > li.on .ico.ico--head_btn_menu, #header-sp .headLink > li.on .ico.ico--head_btn_shicho {
  background-position: 0 -50px;
}

/* 2.9 - Etc
----------------------------------*/
.dropdown-close {
  padding: 10px;
  width: 100%;
  text-align: right;
}

#header,
#header-sp,
#footer,
#footer-sp {
  display: none;
  /* userAgentで表示させる */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#header *,
#header-sp *,
#footer *,
#footer-sp * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#header h1, #header h2, #header h3, #header h4, #header h5, #header h6,
#header-sp h1,
#header-sp h2,
#header-sp h3,
#header-sp h4,
#header-sp h5,
#header-sp h6,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer-sp h1,
#footer-sp h2,
#footer-sp h3,
#footer-sp h4,
#footer-sp h5,
#footer-sp h6 {
  font-weight: normal;
}

/*
  #header,
  #footer {
    display: block !important;
    @include breakpoint() {  //SP
      display: none !important;;
    }
  }

  #header-sp,
  #footer-sp {
    display: none !important;
    @include breakpoint() {  //SP
      display: block !important;
    }
  }
*/
/**
 * 3.0 - Header
 * ----------------------------------------------------------------------------
**/
/* 3.1 - PC
----------------------------------*/
#header {
  position: relative;
  z-index: 9999;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* 3.1.1 - Header Link
  ----------------------------------*/
  /* 3.1.2 - 視聴ナビエリア
  ----------------------------------*/
  /* 3.1.3 - Header Menu
  ----------------------------------*/
}
#header a {
  text-decoration: none;
}
#header a:hover, #header a:active {
  color: #000;
}
#header .header_container {
  background: url(/common/img/search_bg_04.png) 0 0 repeat;
}
#header .headLink {
  width: 980px;
  height: 60px;
}
#header .headLink > li {
  vertical-align: middle !important;
}
#header .headLink > li.headLink_logo {
  padding-right: 20px;
  width: 258px;
}
#header .headLink > li.headLink_logo h1 {
  position: relative !important;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  width: 238px;
  height: 38px;
  background: url(/common/img/head/head_logo_jd.png) 0 0 no-repeat;
  overflow: hidden;
}
#header .headLink > li.headLink_logo h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
#header .headLink > li.headLink_form {
  padding-right: 15px;
  width: 335px;
}
#header .headLink > li.headLink_form .searchKeyword-area input[type="submit"] {
  background: url(/common/img/icon_search_btn.png) 0 0 no-repeat;
}
#header .headLink > li.headLink_shicho {
  position: relative;
  width: 220px;
  height: 60px;
  cursor: default;
}
#header .headLink > li.headLink_shicho h4 {
  display: block;
  cursor: pointer;
  background: url(/common/img/search_bg_05.png) 0 0 repeat;
}
#header .headLink > li.headLink_tel {
  padding-left: 15px;
  width: 203px;
}
#header #shicho-area {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 60px;
  right: -203px;
  width: 980px;
  border: 8px solid #d1d1d1;
}
#header #shicho-area .shichoList {
  height: 384px;
  background: url(/common/img/head/head_shicho_bg_ptn.png) 0 0 repeat;
  line-height: 0;
}
#header #shicho-area .shichoList li {
  text-align: left;
  cursor: default;
}
#header #shicho-area .shichoList a {
  display: inline-block;
  overflow: hidden;
}
#header #shicho-area .shichoList_nav a {
  width: 360px;
  height: 384px;
  background: url(/common/img/head/head_shicho_more.png) 0 0 no-repeat;
}
#header #shicho-area .shichoList_service {
  width: 604px;
  vertical-align: top;
}
#header #shicho-area .shichoList_sphd a, #header #shicho-area .shichoList_jcom a {
  width: 302px;
  height: 192px;
  background: url(/common/img/head/head_shicho_ch_main.png) 0 0 no-repeat;
}
#header #shicho-area .shichoList_jcom a {
  background-position: -302px 0;
}
#header #shicho-area .ch-list {
  padding: 20px 30px 0;
  width: 604px;
  height: 60px;
  background-color: #e3e3e3;
  table-layout: auto;
}
#header #shicho-area .ch-list + .ch-list {
  padding-top: 10px;
}
#header #shicho-area .ch-list > li {
  width: 180px;
  text-align: center;
}
#header #shicho-area .ch-list > li a {
  padding: 20px 0;
  width: 180px;
  height: 40px;
  background: url(/common/img/head/head_shicho_ch.png) 0 0 no-repeat;
}
#header #shicho-area .ch-list .shichoList_cable a {
  background-position: -20px 10px;
}
#header #shicho-area .ch-list .shichoList_hikaritv a {
  background-position: -20px -90px;
}
#header #shicho-area .ch-list .shichoList_au a {
  background-position: -20px -190px;
}
#header #shicho-area .ch-list .shichoList_faq {
  width: 100%;
}
#header #shicho-area .ch-list .shichoList_faq a {
  width: 260px;
  background-position: 10px -290px;
}
#header #shicho-area .inquiry-list {
  display: table;
  padding-top: 5px;
  width: 100%;
  height: 72px;
}
#header #shicho-area .inquiry-list > li {
  display: table-cell;
  vertical-align: middle;
}
#header #shicho-area .inquiry-list > li a, #header #shicho-area .inquiry-list > li p {
  display: inline-block;
  width: 422px;
  height: 32px;
  background: url(/common/img/head/head_shicho_inquiry.png) 0 0 no-repeat;
}
#header #shicho-area .inquiry-list .shichoList_tel {
  text-align: center;
  cursor: default;
}
#header #headMenu {
  position: relative;
  background: url(/common/img/search_bg_06.png) 0 0 repeat;
}
#header #headMenu .headMenu_body {
  margin: 0 auto;
  display: table;
  width: 980px;
  height: 40px;
  table-layout: auto;
  text-align: center;
}
#header #headMenu .headMenu_body > li.headMenu_timetable a {
  padding-right: 30px;
}
#header #headMenu .headMenu_body > li > a, #header #headMenu .headMenu_body > li > p {
  position: relative;
  display: block;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  vertical-align: middle;
}
#header #headMenu .headMenu_body > li > a:hover, #header #headMenu .headMenu_body > li > p:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
#header #headMenu .headMenu_body > li > a span, #header #headMenu .headMenu_body > li > p span {
  position: relative;
  display: table-cell;
  height: 40px;
  vertical-align: middle;
}
#header #headMenu .headMenu_body > li > a span:after, #header #headMenu .headMenu_body > li > p span:after {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #998900;
}
#header #headMenu .headMenu_body > li:hover span:after, #header #headMenu .headMenu_body > li.on span:after {
  content: '';
  display: inline-block;
}
#header #headMenu #service-list {
  display: none;
  position: absolute;
  right: 0;
  padding: 20px 30px;
  border-top: 1px solid #998900;
  width: 380px;
  background-color: #000;
  cursor: default;
}
#header #headMenu #service-list .table-cell > li {
  vertical-align: top;
}
#header #headMenu #service-list .serviceLink > li {
  padding: 5px 0;
  text-align: left;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
#header #headMenu #service-list .serviceLink > li a {
  color: #fff;
}
#header #headMenu #service-list .serviceLink > li.serviceLink_arrow {
  padding: 0;
}
#header #headMenu #service-list .serviceLink > li.serviceLink_arrow a {
  position: relative;
  display: block;
  padding: 5px 0;
  padding-left: 14px;
}
#header #headMenu #service-list .serviceLink > li.serviceLink_arrow a:before {
  position: absolute;
  content: '';
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(/common/img/head/head_icon_arrow.png) 0 0 no-repeat;
}

/* 3.2 - SP
----------------------------------*/
#header-sp {
  position: relative;
  z-index: 9999;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* 3.2.1 - Header Link
  ----------------------------------*/
  /* 3.2.2 - 視聴方法エリア
  ----------------------------------*/
  /* 3.2.3 - Header Menu
  ----------------------------------*/
  /* 3.2.4 - 注目ワード
  ----------------------------------*/
}
#header-sp .common_inner {
  width: 100%;
  max-width: 100%;
}
#header-sp a {
  text-decoration: none;
}
#header-sp a:hover, #header-sp a:active {
  color: #000;
}
#header-sp .header_container {
  background: #faf4cc url(/common/img/search_bg_04.png) 0 0 repeat;
}
#header-sp .headLink {
  padding: 0;
  height: 53px;
}
#header-sp .headLink.headLink_search {
  background: #32270d url(/common/img/bg_common_05.png) 0 0 repeat;
}
#header-sp .headLink > li.headLink_logo h1 {
  display: block;
}
#header-sp .headLink > li.headLink_logo h1 a {
  position: relative;
  display: block;
  margin-left: 8px;
  width: 182px;
  height: 32px;
}
#header-sp .headLink > li.headLink_logo h1 a:before {
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: url(/common/img/head/head_logo_jd@2x.png) 0 0 no-repeat;
  background-size: 182px auto;
}
#header-sp .headLink > li [class*="ico--head_btn"] {
  display: block;
  width: 58px;
  height: 53px;
  background-image: url(/common/img/head/head_btn@2x.png);
  background-size: 200px auto;
  cursor: pointer;
}
#header-sp .headLink > li .ico--head_btn_menu {
  background-position: 0 0px;
}
#header-sp .headLink > li.on .ico.ico--head_btn_menu {
  margin-left: 12px;
}
#header-sp .headLink > li .ico--head_btn_shicho {
  background-position: 0 -100px;
}
#header-sp .headLink > li.on .ico.ico--head_btn_shicho {
  margin-left: 12px;
}
#header-sp .headLink > li .ico--head_btn_keyword {
  background-position: 0 -200px;
}
#header-sp .headLink > li.on .ico.ico--head_btn_keyword {
  margin-left: 12px;
}
#header-sp .headLink > li.headLink_shicho {
  background: #f5e104 url(/common/img/search_bg_05.png) 0 0 repeat;
}
#header-sp .headLink > li.headLink_form {
  padding-left: 10px;
  padding-right: 10px;
}
#header-sp .headLink > li.headLink_form .searchBox {
  color: #fff;
  font-size: 14px;
  line-height: 32px;
  border-color: #604a17;
  background: #32270d url(/common/img/bg_common_05.png) 0 0 repeat;
}
#header-sp .headLink > li.headLink_form .searchBox:placeholder-shown {
  color: #fff;
}
#header-sp .headLink > li.headLink_form .searchBox::-webkit-input-placeholder {
  color: #fff;
}
#header-sp .headLink > li.headLink_form .searchBox::-moz-placeholder {
  color: #fff;
}
#header-sp .headLink > li.headLink_form .searchBox:-ms-input-placeholder {
  color: #fff;
}
#header-sp .headLink > li.btn-toggle {
  position: relative;
  width: 58px;
  cursor: default;
}
#header-sp #shicho-area-sp {
  display: none;
  z-index: 9997;
  width: 100%;
  padding: 8px;
  background-color: #d1d1d1;
}
#header-sp #shicho-area-sp .shichoList a {
  position: relative;
  display: block;
  text-align: center;
}
#header-sp #shicho-area-sp .shichoList a .ico {
  position: absolute;
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 15px;
}
#header-sp #shicho-area-sp .shichoList .table-cell {
  table-layout: auto;
}
#header-sp #shicho-area-sp .shichoList .table-cell > div {
  display: block;
  width: 100%;
  text-align: center;
}
#header-sp #shicho-area-sp .shichoList .table-cell > div a, #header-sp #shicho-area-sp .shichoList .table-cell > div p {
  position: relative;
  width: 100%;
  height: 100%;
}
#header-sp #shicho-area-sp .shichoList .table-cell > div a:before, #header-sp #shicho-area-sp .shichoList .table-cell > div p:before {
  content: '';
  display: block;
  margin: 0 auto;
  background-size: 200px auto;
}
#header-sp #shicho-area-sp .shichoList_nav {
  background-color: #fff;
}
#header-sp #shicho-area-sp .shichoList_sphd {
  background-color: #00a0e9;
}
#header-sp #shicho-area-sp .shichoList_jcom {
  background-color: #e83817;
}
#header-sp #shicho-area-sp .ch-list {
  padding: 10px 0;
  background: #e3e3e3;
}
#header-sp #shicho-area-sp .ch-list > div a:before {
  width: 200px;
  height: 60px;
  background: url(/common/img/head/head_shicho_ch@2x.png) 0 0 no-repeat;
}
#header-sp #shicho-area-sp .ch-list > div.shichoList_cable a:before {
  background-position: 0 0px;
}
#header-sp #shicho-area-sp .ch-list > div.shichoList_hikaritv a:before {
  background-position: 0 -100px;
}
#header-sp #shicho-area-sp .ch-list > div.shichoList_au a:before {
  background-position: 0 -200px;
}
#header-sp #shicho-area-sp .ch-list > div.shichoList_faq a:before {
  background-position: 0 -300px;
}
#header-sp #shicho-area-sp .inquiry-list {
  background: url(/common/img/head/head_shicho_bg_ptn.png) 0 0 repeat;
}
#header-sp #shicho-area-sp .inquiry-list .shichoList_tel a, #header-sp #shicho-area-sp .inquiry-list .shichoList_tel p {
  padding: 24px;
}
#header-sp #shicho-area-sp .inquiry-list .shichoList_tel a:before, #header-sp #shicho-area-sp .inquiry-list .shichoList_tel p:before {
  display: inline-block;
  content: '';
  width: 254px;
  height: 55px;
  background: url(/common/img/head/head_shicho_inquiry@2x.png) 0 0 no-repeat;
  background-size: 254px auto !important;
}
#header-sp #shicho-area-sp .dropdown-close {
  padding-right: 0;
  padding-bottom: 0;
}
#header-sp #headMenu-sp {
  display: none;
  position: relative;
  background-color: #e3e3e3;
}
#header-sp #headMenu-sp .headMenu_body {
  width: 100%;
}
#header-sp #headMenu-sp .headMenu_body > li {
  display: table;
  border-top: 1px solid #fff;
  width: 100%;
}
#header-sp #headMenu-sp .headMenu_body > li:first-child {
  border-top: none;
}
#header-sp #headMenu-sp .headMenu_body > li > a, #header-sp #headMenu-sp .headMenu_body > li > p {
  position: relative;
  padding: 0 20px;
  height: 56px;
  font-size: 14px;
  vertical-align: middle;
}
#header-sp #headMenu-sp .headMenu_body > li a {
  display: table-cell;
}
#header-sp #headMenu-sp .headMenu_body > li a:after {
  position: absolute;
  content: '';
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 20px;
}
#header-sp #headMenu-sp .headMenu_body > li p {
  display: inline-block;
  padding-top: 20px;
}
#header-sp #headMenu-sp #service-list {
  padding: 20px;
  cursor: default;
}
#header-sp #headMenu-sp #service-list .table-cell > li {
  vertical-align: top;
}
#header-sp #headMenu-sp #service-list .table-cell > li:first-child {
  width: 42%;
}
#header-sp #headMenu-sp #service-list .serviceLink > li {
  padding: 5px 0;
  text-align: left;
  font-size: 14px;
}
#header-sp #headMenu-sp #service-list .serviceLink > li a:after {
  display: none;
}
#header-sp #headMenu-sp #service-list .serviceLink > li.serviceLink_arrow {
  padding: 0;
}
#header-sp #headMenu-sp #service-list .serviceLink > li.serviceLink_arrow a {
  position: relative;
  display: block;
  padding: 5px 0;
  padding-left: 14px;
}
#header-sp #headMenu-sp #service-list .serviceLink > li.serviceLink_arrow a:before {
  position: absolute;
  content: '';
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  background: url(/common/img/foot/foot_icon_arrow@2x.png) 0 0 no-repeat;
  background-size: 8px auto;
}
#header-sp #headKeyword {
  display: none;
  position: relative;
  background: #32270d url(/common/img/bg_common_05.png) 0 0 repeat;
  text-align: center;
}
#header-sp #headKeyword h3, #header-sp #headKeyword a {
  color: #fff;
}
#header-sp #headKeyword h3 {
  padding: 30px 0 10px;
  font-size: 24px;
  font-weight: bold;
}
#header-sp #headKeyword .keywordList > li a {
  display: block;
  padding: 5px 0;
  font-size: 20px;
}

/**
 * 4.0 - Footer
 * ----------------------------------------------------------------------------
**/
/* 4.1 - PC
----------------------------------*/
#footer {
  position: relative;
  width: 100% !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* 4.1.1 - Footer Link（会社案内）
  ----------------------------------*/
  /* 4.1.2 - Footer Sitemap（サイトマップ）
  ----------------------------------*/
  /* 4.1.3 - Pagetop
  ----------------------------------*/
  /* 4.1.4 - Copyright
  ----------------------------------*/
}
#footer .footer_container {
  margin-top: 30px;
}
#footer .common_inner {
  width: 980px;
}
#footer a {
  color: #4f4628;
  text-decoration: none;
  font-weight: bold;
}
#footer a:hover, #footer a:active {
  color: #000;
}
#footer .arrow a {
  position: relative;
  padding-left: 10px;
}
#footer .arrow a:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 8px;
  height: 8px;
  background: url(/common/img/foot/foot_icon_arrow.png) 0 0 no-repeat;
}
#footer #footLink li,
#footer #footSitemap li {
  color: #4f4628;
  font-size: 12px;
  line-height: 12px;
}
#footer #footLink {
  border: 1px solid #dbcd9e;
  height: 60px;
}
#footer #footLink [class*="footLink_"] {
  text-align: center;
}
#footer #footLink .footLink_logo {
  width: 240px;
  border-right: 1px solid #dbcd9e;
}
#footer #footLink .footLink_logo h1 {
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#footer #footLink .footLink_logo h1 a {
  display: inline-block;
}
#footer #footLink .footLink_link > .inline-block > li {
  padding-left: 20px;
}
#footer #footLink .footLink_link > .inline-block > li:first-child {
  padding-left: 0;
}
#footer #footLink [class*="footLink_sns_"] {
  width: 60px;
  border-left: 1px solid #dbcd9e;
}
#footer #footSitemap {
  margin-top: 20px;
  padding-bottom: 20px;
}
#footer #footSitemap .footSitemap_item {
  padding: 0 20px;
  border-left: 1px solid #dbcd9e;
  vertical-align: top;
}
#footer #footSitemap .footSitemap_item:first-child {
  padding-left: 0;
  width: 240px;
  border-left: none;
}
#footer #footSitemap .footSitemap_item:first-child + .footSitemap_item {
  width: 190px;
}
#footer #footSitemap .footSitemap_item.footSitemap_item--last {
  padding-right: 0;
  width: 200px;
}
#footer #footSitemap .footSitemap_item .footSitemap_title {
  font-weight: bold;
}
#footer #footSitemap .footSitemap_item .footSitemap_body > li {
  margin-top: 10px;
}
#footer #footSitemap .footSitemap_item .footSitemap_body > li:first-child {
  margin-top: 0;
}
#footer #pagetop-area {
  margin-top: -70px;
}
#footer .pagetop_inner {
  margin: 0 auto;
  padding: 15px 0;
  height: 70px;
  width: 980px;
  text-align: right;
}
#footer .pagetop_inner .btn--pagetop {
  display: none;
  position: relative;
  z-index: 9999;
  margin: 0 0 0 auto;
  width: 40px;
  height: 40px;
}
#footer .pagetop_inner .btn--pagetop.fixed {
  position: fixed;
  bottom: 10px;
}
#footer .pagetop_inner .btn--pagetop .ico--pagetop {
  width: 40px;
  height: 40px;
  background-image: url(/common/img/icon_pagetop.png);
}
#footer .copyright-area {
  padding-top: 15px;
  height: 85px;
  text-align: center;
  overflow: hidden;
}
#footer .copyright-area p {
  text-align: center;
  font-size: 10px;
}

/* 4.2 - SP
----------------------------------*/
#footer-sp {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* 4.2.1 - Footer Sitemap（サイトマップ）
  ----------------------------------*/
  /* 4.2.2 - Footer Link（会社案内）
  ----------------------------------*/
  /* 4.2.3 - Pagetop
  ----------------------------------*/
  /* 4.2.4 - Copyright
  ----------------------------------*/
}
#footer-sp .common_inner {
  width: 100%;
  max-width: 100%;
}
#footer-sp .footer_container {
  margin-top: 30px;
}
#footer-sp .footer_container a {
  text-decoration: none;
}
#footer-sp .footer_container a:hover, #footer-sp .footer_container a:active {
  color: #000;
}
#footer-sp .footer-link-list {
  background-color: #e3e3e3;
}
#footer-sp .footer-link-list > li {
  font-size: 14px;
  border-bottom: 1px solid #fff;
}
#footer-sp .footer-link-list > li.arrow a {
  position: relative;
  padding-right: 40px;
}
#footer-sp .footer-link-list > li.arrow a:after {
  position: absolute;
  content: '';
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 20px;
}
#footer-sp .footer-link-list > li.btn-toggle, #footer-sp .footer-link-list > li > a {
  padding: 15px 20px;
  display: block;
  width: 100%;
}
#footer-sp .footer-link-list > li.btn-toggle {
  position: relative;
  font-weight: bold;
  background-color: #d1d1d1;
}
#footer-sp .footer-link-list > li.btn-toggle:after {
  position: absolute;
  content: '';
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 20px;
}
#footer-sp .footer-link-list > li a, #footer-sp .footer-link-list > li p {
  font-size: 14px;
}
#footer-sp #footSitemap-sp {
  display: none;
}
#footer-sp #footSitemap-sp .footSitemap_item {
  padding: 20px 20px 0;
}
#footer-sp #footSitemap-sp .footSitemap_item .footSitemap_body {
  padding: 30px 0;
  display: table-cell;
  width: 50%;
}
#footer-sp #footSitemap-sp .footSitemap_item .footSitemap_body:first-child {
  width: 40%;
}
#footer-sp #footSitemap-sp .footSitemap_item .footSitemap_body > li {
  margin-top: 10px;
}
#footer-sp #footSitemap-sp .footSitemap_item .footSitemap_body > li:first-child {
  margin-top: 0;
}
#footer-sp #footSitemap-sp .footSitemap_item .footSitemap_body > li a {
  font-size: 13px;
  line-height: 13px;
}
#footer-sp #footSitemap-sp .footSitemap_item .footSitemap_body > li.arrow a {
  position: relative;
  display: block;
  padding: 10px 0 10px 10px;
}
#footer-sp #footSitemap-sp .footSitemap_item .footSitemap_body > li.arrow a:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  background: url(/common/img/foot/foot_icon_arrow@2x.png) 0 0 no-repeat;
  background-size: 8px auto;
}
#footer-sp #footLink-sp {
  display: none;
}
#footer-sp #footLink-sp .footLink_link > .inline-block > li:first-child {
  padding-left: 0;
}
#footer-sp #footLink-sp .footLink_link > .inline-block > li a {
  font-size: 16px;
  line-height: 16px;
}
#footer-sp .pagetop_inner {
  margin: 0 auto;
}
#footer-sp .pagetop_inner .btn--pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
  margin: 0 0 0 auto;
  width: 40px;
  height: 40px;
}
#footer-sp .pagetop_inner .btn--pagetop .ico--pagetop {
  width: 40px;
  height: 40px;
  background-image: url(/common/img/icon_pagetop@2x.png);
  background-size: 40px auto;
}
#footer-sp .copyright-area {
  padding: 5px 10px 40px;
  background-color: #fff;
}
#footer-sp .copyright-area .common_inner {
  width: 100%;
  max-width: 100%;
}
#footer-sp .copyright-area p {
  text-align: center;
  font-size: 10px;
}

/**
 * 5.0 - 検索入力
 * ----------------------------------------------------------------------------
**/
.searchKeyword-area {
  position: relative;
}
.searchKeyword-area input {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.searchKeyword-area input.searchBox {
  padding: 0 30px 0 10px;
  width: 100%;
  height: 32px;
  border: 1px solid #ddc16d;
  font-size: 16px;
  line-height: 1;
}
.searchKeyword-area input.searchBox:placeholder-shown {
  color: #000;
}
.searchKeyword-area input.searchBox::-webkit-input-placeholder {
  color: #000;
}
.searchKeyword-area input.searchBox::-moz-placeholder {
  color: #000;
}
.searchKeyword-area input.searchBox:-ms-input-placeholder {
  color: #000;
}
.searchKeyword-area input.searchBox:focus {
  outline: none;
  color: #000;
}
.searchKeyword-area input[type="submit"] {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(/common/img/icon_search_btn@2x.png) 0 0 no-repeat;
  background-size: 100px auto;
  overflow: hidden;
}
.searchKeyword-area input[type="submit"].input--gray {
  background-position: 0 -100px;
}
.searchKeyword-area input[type="submit"].input--white {
  background-position: 0 -200px;
}

/**
 * 6.0 - Tokusetsu Footer
 * ----------------------------------------------------------------------------
**/
.foot_sprite {
  background-image: url(/common/img/foot/foot_tokusetsu_icon_black.png);
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .foot_sprite {
    margin: 0 auto;
  }
}

/*時代劇専門チャンネルTOPページへ*/
.foot_top {
  width: 140px;
  height: 34px;
  background-position: 0 -120px;
}

/*SNS*/
.foot_fb {
  background-position: 0 -160px;
  height: 19px;
  width: 19px;
}

.foot_tw {
  background-position: 0 -200px;
  height: 19px;
  width: 20px;
}

/*時代劇専門チャンネルを観るために*/
.foot_channel {
  width: 255px;
  height: 16px;
  background-position: 0 -40px;
}

/*今すぐ契約する*/
.foot_contract {
  width: 100%;
  height: 21px;
  max-width: 140px;
  background-position: 0 36.52968%;
}
@media screen and (max-width: 767px) {
  .foot_contract {
    max-width: 105px;
    height: 16px;
    background-size: 238.57143% 1142.85714%;
  }
}

/*アンテナ取付けサポートキャンペーン実施中*/
.foot_campaign {
  width: 100%;
  height: 21px;
  max-width: 333px;
  background-position: 0 0;
}
@media screen and (max-width: 767px) {
  .foot_campaign {
    max-width: 255px;
    height: 17px;
    background-size: 100.3003% 1142.85714%;
  }
}

#tokusetsu-footer {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #tokusetsu-footer .table-cell > * {
    display: block;
  }
}
#tokusetsu-footer .common_inner {
  padding: 27px 40px;
}
@media screen and (max-width: 767px) {
  #tokusetsu-footer .common_inner {
    text-align: center;
    padding: 30px 10px;
  }
}
#tokusetsu-footer a {
  display: block;
}
#tokusetsu-footer .foot_sns {
  margin-right: 100px;
  width: 140px;
}
@media screen and (max-width: 767px) {
  #tokusetsu-footer .foot_sns {
    margin: 0;
  }
}
#tokusetsu-footer .foot_skp {
  width: 100%;
  max-width: 660px;
}
#tokusetsu-footer .foot_skp p {
  margin: 10px 0 0 30px;
}
@media screen and (max-width: 767px) {
  #tokusetsu-footer .foot_skp p {
    margin: 30px auto 0;
  }
}
#tokusetsu-footer .foot_skp li:first-child {
  padding-right: 70px;
  width: 210px;
}
@media screen and (max-width: 767px) {
  #tokusetsu-footer .foot_skp li:first-child {
    padding: 5px 0 10px;
    margin: 0 auto;
  }
}
#tokusetsu-footer .tf_copyright {
  padding: 12px 0;
  text-align: center;
  color: #000;
  font-size: 10px;
}

/* #footer-area */
