@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html, button, input, select, textarea {
  font-family: sans-serif; }

html {
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

h2 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

h3 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

h4 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

h5 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

h6 {
  font-size: 1.0rem;
  margin: 0;
  padding: 0; }

blockquote {
  margin: 0;
  padding: 0; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 0;
  padding: 0;
  font-size: 1.0rem;
  line-height: 150%; }

li {
  margin: 0;
  padding: 0;
  list-style-position: inside;
  list-style-type: none;
  font-size: 1.0rem;
  line-height: 150%; }

code, kbd, pre, samp {
  font-size: 1.0rem;
  line-height: 150%; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 1.0rem; }

sub, sup {
  font-size: 1.0rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 0;
  padding: 0; }

dt, dd {
  margin: 0;
  padding: 0;
  font-size: 1.0rem;
  line-height: 150%; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0;
  padding: 0; }

form {
  margin: 0;
  padding: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin: 0;
  padding: 0;
  /* 3 */ }

button, input, select, textarea {
  font-size: 1.0rem;
  /* 1 */
  margin: 0;
  padding: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

button, input {
  line-height: normal; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th, td {
  font-size: 1.0rem;
  line-height: 150%; }

h1, h2, h3, h4, h5, h6, p, ul, dl, li, dt, dd, div {
  box-sizing: border-box; }

body {
  text-align: center;
  color: #333; }

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd, pre, code, input, textarea, button, select, option, blockquote, q {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 1.4rem; }

.cl:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .cl {
  zoom: 1; }

/* IE6 */
*:first-child + html .cl {
  zoom: 1; }

/* IE7 */
.btn, .btns a {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -khtml-opacity: 1;
  -moz-opacity: 1; }

.btn:hover, .btns a:hover {
  opacity: .6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  -khtml-opacity: .6;
  -moz-opacity: .6; }

.btn {
  -moz-transition: opacity 0.3s ease-out 0s;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s; }

.btn:hover {
  -moz-transition: opacity 0.3s ease-out 0s;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s; }

a:link, a:active, a:visited, a:hover {
  text-decoration: none;
  color: #1468B0; }

.tabs .tab {
  position: relative; }
  .tabs .tab > * {
    visibility: hidden;
    height: 0;
    overflow: hidden; }
  .tabs .tab > .active {
    visibility: visible;
    height: auto;
    overflow: visible; }

.container {
  width: 100%;
  position: relative; }
  .container:after {
    content: "";
    display: block;
    clear: both; }
  .container .row {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 0.1px;
    padding-bottom: 0.1px; }
    .container .row:after {
      content: "";
      display: block;
      clear: both; }
    @media (max-width: 1024px) {
      .container .row {
        padding-left: 15px;
        padding-right: 15px; } }

.container_full {
  width: 100%;
  position: relative; }
  .container_full:after {
    content: "";
    display: block;
    clear: both; }
  .container_full .row {
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .container_full .row:after {
      content: "";
      display: block;
      clear: both; }

#header .header1 {
  padding-top: 10px;
  display: flex; }
  @media (max-width: 991px) {
    #header .header1 {
      margin-bottom: 10px; } }
  #header .header1 .logo_search {
    width: 340px;
    text-align: left; }
    @media (max-width: 991px) {
      #header .header1 .logo_search {
        width: 100%;
        text-align: center; } }
    #header .header1 .logo_search .logo {
      display: flex;
      position: relative; }
      #header .header1 .logo_search .logo .charactor {
        width: 70px;
        position: absolute;
        top: 8px; }
        @media (max-width: 991px) {
          #header .header1 .logo_search .logo .charactor {
            top: 5px;
            left: 0px;
            width: 50px; } }
        @media (max-width: 767px) {
          #header .header1 .logo_search .logo .charactor {
            left: -5px;
            width: 40px; } }
        #header .header1 .logo_search .logo .charactor img {
          width: 100%; }
      #header .header1 .logo_search .logo .title {
        padding-top: 15px;
        margin-left: 80px; }
        @media (max-width: 991px) {
          #header .header1 .logo_search .logo .title {
            width: 100%;
            text-align: center;
            margin-left: 0;
            padding-top: 0; } }
      #header .header1 .logo_search .logo h1, #header .header1 .logo_search .logo .search {
        width: 100%;
        position: relative; }
      #header .header1 .logo_search .logo h1 {
        padding-bottom: 7px;
        box-sizing: border-box; }
        @media (max-width: 991px) {
          #header .header1 .logo_search .logo h1 {
            padding-bottom: 8px;
            width: 200px;
            margin-left: auto;
            margin-right: auto; } }
        #header .header1 .logo_search .logo h1 img {
          width: 100%; }
      #header .header1 .logo_search .logo .search {
        width: 200px; }
        @media (max-width: 991px) {
          #header .header1 .logo_search .logo .search {
            width: 150px;
            margin-left: auto;
            margin-right: auto; } }
      #header .header1 .logo_search .logo .googleInput {
        width: 100%;
        height: 26px;
        padding: 5px 15px;
        border-radius: 17px;
        outline: none;
        border: 1px Solid #000;
        font-size: 1.4rem;
        box-sizing: border-box; }
        @media (max-width: 991px) {
          #header .header1 .logo_search .logo .googleInput {
            padding-top: 1px;
            padding-bottom: 3px;
            font-size: 1.2rem; } }
      #header .header1 .logo_search .logo .googleSubmit {
        display: block;
        position: absolute;
        top: 2px;
        right: 7px;
        width: 22px;
        height: 22px;
        border: none;
        background: url(../img/searchbtn@2x.png) no-repeat;
        background-size: contain;
        outline: none; }
        @media (max-width: 991px) {
          #header .header1 .logo_search .logo .googleSubmit {
            top: 3px;
            right: 5px;
            width: 20px;
            height: 20px; } }
    #header .header1 .logo_search .charactor {
      width: 70px; }
  #header .header1 .ad1 {
    width: calc( 100% - 340px);
    text-align: right; }
    @media (max-width: 991px) {
      #header .header1 .ad1 {
        display: none; } }
    #header .header1 .ad1 img {
      width: 100%;
      max-width: 728px; }

#header .alert {
 /* margin-top: 30px;
  background: #f20404;
  padding: 10px 0; */}

  @media (max-width: 991px) {
    #header .alert {
      margin-left: -15px;
      width: calc( 100% + 30px); } }

  #header .alert * {
    color: #fff; }

  #header .alert p {
    font-size: 2rem; }

    @media (max-width: 991px) {
      #header .alert p {
        font-size: 1.6rem; } }

.globalnavigation {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (max-width: 991px) {
    .globalnavigation {
      display: none; } }
  .globalnavigation ul {
    display: flex; }
  .globalnavigation li {
    width: calc( 100% / 7);
    position: relative; }
    .globalnavigation li:before {
      display: block;
      width: 1px;
      height: 30px;
      content: '';
      top: calc( ( 88px - 30px ) / 2);
      background: #f2f2f2;
      position: absolute; }
    .globalnavigation li:before {
      left: 0; }
    .globalnavigation li a {
      display: block;
      padding: 0 6px; }
    .globalnavigation li span {
      display: block;
      font-size: 1.7rem;
      width: 100%;
      height: 88px;
      box-sizing: border-box;
      padding-top: 55px;
      font-weight: bold;
      border-radius: 5px;
      color: #000;
      transition: all 0.15s; }
    .globalnavigation li:nth-of-type(1) span {
      background: url("../img/icon1@2x.png") no-repeat;
      background-position: center top;
      background-size: 60px 50px; }
    .globalnavigation li:nth-of-type(1):hover span {
      background: #CB1C1C url("../img/icon8@2x.png") no-repeat;
      background-position: center top;
      background-size: 60px 50px;
      color: #fff; }
    .globalnavigation li:nth-of-type(2) span {
      background: url(../img/icon2@2x.png) no-repeat;
      background-position: center top;
      background-size: 60px 50px; }
    .globalnavigation li:nth-of-type(2):hover span {
      background: #1F9040 url(../img/icon9@2x.png) no-repeat;
      background-position: center top;
      background-size: 60px 50px;
      color: #fff; }
    .globalnavigation li:nth-of-type(3) span {
      background: url(../img/icon3@2x.png) no-repeat;
      background-position: center top;
      background-size: 60px 50px; }
    .globalnavigation li:nth-of-type(3):hover span {
      background: #1468B0 url(../img/icon10@2x.png) no-repeat;
      background-position: center top;
      background-size: 60px 50px;
      color: #fff; }
    .globalnavigation li:nth-of-type(4) span {
      background: url(../img/icon4@2x.png) no-repeat;
      background-position: center top;
      background-size: 60px 50px; }
    .globalnavigation li:nth-of-type(4):hover span {
      background: #00BCD4 url(../img/icon11@2x.png) no-repeat;
      background-position: center top;
      background-size: 60px 50px;
      color: #fff; }
    .globalnavigation li:nth-of-type(5) span {
      background: url(../img/icon5@2x.png) no-repeat;
      background-position: center top;
      background-size: 60px 50px; }
    .globalnavigation li:nth-of-type(5):hover span {
      background: #DFB819 url(../img/icon12@2x.png) no-repeat;
      background-position: center top;
      background-size: 60px 50px;
      color: #fff; }
    .globalnavigation li:nth-of-type(6) span {
      background: url(../img/icon6@2x.png) no-repeat;
      background-position: center top;
      background-size: 60px 50px; }
    .globalnavigation li:nth-of-type(6):hover span {
      background: #E2599B url(../img/icon13@2x.png) no-repeat;
      background-position: center top;
      background-size: 60px 50px;
      color: #fff; }
    .globalnavigation li:nth-of-type(7):after {
      display: block;
      width: 1px;
      height: 30px;
      content: '';
      top: calc( ( 88px - 30px ) / 2);
      background: #f2f2f2;
      position: absolute;
      right: 0; }
    .globalnavigation li:nth-of-type(7) span {
      background: url(../img/icon7@2x.png) no-repeat;
      background-position: center top;
      background-size: 60px 50px; }
    .globalnavigation li:nth-of-type(7):hover span {
      background: #6EB10A url(../img/icon14@2x.png) no-repeat;
      background-position: center top;
      background-size: 60px 50px;
      color: #fff; }

.globalnavigationsp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1%; }
  @media (min-width: 992px) {
    .globalnavigationsp {
      display: none; } }
  .globalnavigationsp .btn1 {
    position: absolute;
    right: 10px;
    top: 20px;
    display: block;
    z-index: 10020; }
  .globalnavigationsp .btn2 {
    position: fixed;
    right: 10px;
    top: 20px;
    display: block;
    background: #000;
    z-index: 10030;
    display: none; }
  .globalnavigationsp .navs {
    position: fixed;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 101%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 10000;
    text-align: left;
    overflow: hidden;
    transition: all 0.25s ease-out 0s; }
  .globalnavigationsp.active .navs {
    width: 100vw;
    left: 0; }
  .globalnavigationsp .frame {
    position: absolute;
    width: 80%;
    left: 10%;
    top: calc(  51vh / 2 - 30px);
    border-radius: 10px;
    overflow: hidden; }
  .globalnavigationsp.active .btn1 {
    display: none; }
  .globalnavigationsp.active .btn2 {
    display: block; }
  .globalnavigationsp.active .nav ul {
    left: 40%; }
  .globalnavigationsp ul {
    display: none; }
  .globalnavigationsp .tv {
    background: #CB1C1C; }
    .globalnavigationsp .tv a {
      line-height: 7vh;
      display: block;
      border-bottom: 1px dotted #ccc;
      padding: 0 20px;
      box-sizing: border-box;
      font-size: 1.8rem; }
      .globalnavigationsp .tv a:link, .globalnavigationsp .tv a:active, .globalnavigationsp .tv a:visited, .globalnavigationsp .tv a:hover {
        color: #fff; }
  .globalnavigationsp .radio {
    background: #1F9040; }
    .globalnavigationsp .radio a {
      line-height: 7vh;
      display: block;
      border-bottom: 1px dotted #ccc;
      padding: 0 20px;
      box-sizing: border-box;
      font-size: 1.8rem; }
      .globalnavigationsp .radio a:link, .globalnavigationsp .radio a:active, .globalnavigationsp .radio a:visited, .globalnavigationsp .radio a:hover {
        color: #fff; }
  .globalnavigationsp .news {
    background: #1468B0; }
    .globalnavigationsp .news a {
      line-height: 7vh;
      display: block;
      border-bottom: 1px dotted #ccc;
      padding: 0 20px;
      box-sizing: border-box;
      font-size: 1.8rem; }
      .globalnavigationsp .news a:link, .globalnavigationsp .news a:active, .globalnavigationsp .news a:visited, .globalnavigationsp .news a:hover {
        color: #fff; }
  .globalnavigationsp .weather {
    background: #00BCD4; }
    .globalnavigationsp .weather a {
      line-height: 7vh;
      display: block;
      border-bottom: 1px dotted #ccc;
      padding: 0 20px;
      box-sizing: border-box;
      font-size: 1.8rem; }
      .globalnavigationsp .weather a:link, .globalnavigationsp .weather a:active, .globalnavigationsp .weather a:visited, .globalnavigationsp .weather a:hover {
        color: #fff; }
  .globalnavigationsp .event {
    background: #DFB819; }
    .globalnavigationsp .event a {
      line-height: 7vh;
      display: block;
      border-bottom: 1px dotted #ccc;
      padding: 0 20px;
      box-sizing: border-box;
      font-size: 1.8rem; }
      .globalnavigationsp .event a:link, .globalnavigationsp .event a:active, .globalnavigationsp .event a:visited, .globalnavigationsp .event a:hover {
        color: #fff; }
  .globalnavigationsp .announcer {
    background: #E2599B; }
    .globalnavigationsp .announcer a {
      line-height: 7vh;
      display: block;
      border-bottom: 1px dotted #ccc;
      padding: 0 20px;
      box-sizing: border-box;
      font-size: 1.8rem; }
      .globalnavigationsp .announcer a:link, .globalnavigationsp .announcer a:active, .globalnavigationsp .announcer a:visited, .globalnavigationsp .announcer a:hover {
        color: #fff; }
  .globalnavigationsp .shopping {
    background: #6EB10A; }
    .globalnavigationsp .shopping a {
      line-height: 7vh;
      display: block;
      border-bottom: 1px dotted #ccc;
      padding: 0 20px;
      box-sizing: border-box;
      font-size: 1.8rem; }
      .globalnavigationsp .shopping a:link, .globalnavigationsp .shopping a:active, .globalnavigationsp .shopping a:visited, .globalnavigationsp .shopping a:hover {
        color: #fff; }
  .globalnavigationsp ul {
    position: absolute;
    width: 80%;
    height: calc( 100% - 70px);
    top: 70px;
    left: 100%;
    z-index: 10010;
    background: #000;
    transition: all 0.15s ease-out 0s; }
    .globalnavigationsp ul li {
      font-size: 1.4rem; }
      .globalnavigationsp ul li a {
        display: inline-block;
        line-height: 35px;
        padding-left: 20px; }
  .globalnavigationsp a:link:before, .globalnavigationsp a:active:before, .globalnavigationsp a:visited:before, .globalnavigationsp a:hover:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    display: inline-block;
    margin-right: 4px; }

body .globalnavigationsp .btn1 {
  background: #1468B0; }

.home .globalnavigationsp .btn1 {
  background: #1468B0; }

.tv .globalnavigationsp .btn1 {
  background: #CB1C1C; }

.tv .globalnavigation li:nth-of-type(1) span {
  background: #CB1C1C url("../img/icon8@2x.png") no-repeat;
  background-position: center top;
  background-size: 60px 50px;
  color: #fff; }

.radio .globalnavigationsp .btn1 {
  background: #1F9040; }

.radio .globalnavigation li:nth-of-type(2) span {
  background: #1F9040 url("../img/icon9@2x.png") no-repeat;
  background-position: center top;
  background-size: 60px 50px;
  color: #fff; }

.event .globalnavigationsp .btn1 {
  background: #DFB819; }

.event .globalnavigation li:nth-of-type(5) span {
  background: #DFB819 url("../img/icon12@2x.png") no-repeat;
  background-position: center top;
  background-size: 60px 50px;
  color: #fff; }

.news .globalnavigationsp .btn1 {
  background: #0073CF; }

.news .globalnavigation li:nth-of-type(3) span {
  background: #0073CF url("../img/icon10@2x.png") no-repeat;
  background-position: center top;
  background-size: 60px 50px;
  color: #fff; }

.weather .globalnavigationsp .btn1 {
  background: #00BCD4; }

.weather .globalnavigation li:nth-of-type(4) span {
  background: #00BCD4 url("../img/icon11@2x.png") no-repeat;
  background-position: center top;
  background-size: 60px 50px;
  color: #fff; }

.announcer .globalnavigationsp .btn1 {
  background: #E2599B; }

.announcer .globalnavigation li:nth-of-type(6) span {
  background: #E2599B url("../img/icon13@2x.png") no-repeat;
  background-position: center top;
  background-size: 60px 50px;
  color: #fff; }

#mainvisual {
  background: rgba(0, 115, 207, 0.25);
  padding-top: 35px;
  padding-bottom: 35px; }
  @media (max-width: 767px) {
    #mainvisual {
      padding-top: 20px; } }
  @media (max-width: 480px) {
    #mainvisual {
      padding-top: 0px;
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    #mainvisual .row {
      overflow: hidden; } }
  #mainvisual .grid:after {
    content: "";
    display: block;
    clear: both; }
  #mainvisual .main {
    width: 690px;
    height: 325px;
    float: left;
    margin-right: 20px; }
    @media (max-width: 1199px) {
      #mainvisual .main {
        width: 730px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
        height: 315px; } }
    @media (max-width: 991px) {
      #mainvisual .main {
        height: 320px; } }
    @media (max-width: 767px) {
      #mainvisual .main {
        width: calc( 100% + 30px);
        margin-left: -15px;
        height: auto; } }
  #mainvisual .maincenter {
    width: 230px;
    float: left; }
    @media (max-width: 1199px) {
      #mainvisual .maincenter {
        width: calc( 730px / 3 * 2 - 20px);
        margin-left: calc( ( 100% - 730px ) / 2); } }
    @media (max-width: 767px) {
      #mainvisual .maincenter {
        width: 100%;
        margin-left: 0;
        float: none; } }
  #mainvisual .tv_program {
    width: 100%;
    height: 155px;
    margin-bottom: 20px; }
    @media (max-width: 1199px) {
      #mainvisual .tv_program {
        width: calc( 50% - 10px);
        float: left;
        height: 250px; } }
    @media (max-width: 767px) {
      #mainvisual .tv_program {
        width: 100%;
        height: auto; } }
  #mainvisual .radio_program {
    width: 100%;
    height: 150px; }
    @media (max-width: 1199px) {
      #mainvisual .radio_program {
        width: calc( 50% - 10px);
        float: right;
        height: 250px; } }
    @media (max-width: 767px) {
      #mainvisual .radio_program {
        width: 100%;
        height: auto; } }
  #mainvisual .information {
    width: 240px;
    height: 331px;
    float: right; }
    @media (max-width: 1199px) {
      #mainvisual .information {
        width: calc( 730px / 3);
        margin-left: 20px;
        float: left;
        height: 250px; } }
    @media (max-width: 767px) {
      #mainvisual .information {
        width: 100%;
        height: 100px;
        margin-left: 0; } }
  #mainvisual .main {
    position: relative;
    background: #fff; }
    @media (max-width: 375px) {
      #mainvisual .main {
        border: none;
        margin-bottom: 20px; } }
    #mainvisual .main .frame {
      width: 100%;
      border: 2px solid #1468B0; }
    #mainvisual .main .owl-nav {
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      top: calc( ( 100% - 60px ) / 2);
      margin-top: 0;
      text-align: center; }
      #mainvisual .main .owl-nav button {
        width: 20px;
        height: 60px;
        position: absolute;
        color: #fff;
        margin: 0;
        border-radius: 0;
        font-size: 1.6rem; }
        #mainvisual .main .owl-nav button.owl-prev:after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f053';
          color: #fff; }
        #mainvisual .main .owl-nav button.owl-next:after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f054';
          color: #fff; }
        #mainvisual .main .owl-nav button span {
          display: none; }
        #mainvisual .main .owl-nav button:first-of-type {
          left: 0; }
        #mainvisual .main .owl-nav button:last-of-type {
          right: 0; }
      #mainvisual .main .owl-nav button {
        background: #1468B0; }
  #mainvisual .tv_program {
    background: #fff;
    text-align: left;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
    border: 2px solid #1468B0;
    margin-bottom: 26px; }
    #mainvisual .tv_program h2 {
      background: url(../img/icon1@2x.png) no-repeat left -7px top -7px;
      background-size: auto 32px;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 900;
      padding-left: 30px;
      margin-bottom: 10px; }
    #mainvisual .tv_program p {
      font-size: 1.4rem;
      line-height: 110%; }
    #mainvisual .tv_program .link a {
      display: block;
      line-height: 35px;
      border: 1px solid #8f8f8f;
      font-size: 1.3rem;
      text-align: center;
      position: absolute;
      bottom: 10px;
      left: calc( ( 100% - 96px ) / 2);
      padding-left: 8px;
      padding-right: 8px; }
      #mainvisual .tv_program .link a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f054";
        display: inline-block;
        padding-left: 5px; }
      @media (max-width: 767px) {
        #mainvisual .tv_program .link a {
          top: 10px;
          right: 5px;
          bottom: auto;
          left: auto;
          line-height: 120%;
          padding: 2px 5px;
          font-size: 1.2rem; } }
  #mainvisual .radio_program {
    background: #fff;
    text-align: left;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
    margin-bottom: 0;
    border: 2px solid #1468B0; }
    @media (min-width: 481px) and (max-width: 1199px) {
      #mainvisual .radio_program {
        margin-bottom: 0; } }
    @media (max-width: 480px) {
      #mainvisual .radio_program {
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      #mainvisual .radio_program {
        margin-bottom: 20px; } }
    #mainvisual .radio_program h2 {
      background: url(../img/icon2@2x.png) no-repeat left -8px top -8px;
      background-size: auto 34px;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 900;
      padding-left: 30px;
      margin-bottom: 10px; }
    #mainvisual .radio_program p {
      font-size: 1.4rem;
      line-height: 110%; }
    #mainvisual .radio_program .link a {
      display: block;
      line-height: 35px;
      border: 1px solid #8f8f8f;
      font-size: 1.3rem;
      text-align: center;
      position: absolute;
      bottom: 10px;
      left: calc( ( 100% - 96px ) / 2);
      padding-left: 8px;
      padding-right: 8px;
      line-height: 30px; }
      #mainvisual .radio_program .link a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f054";
        display: inline-block;
        padding-left: 5px; }
      @media (max-width: 767px) {
        #mainvisual .radio_program .link a {
          top: 10px;
          right: 5px;
          bottom: auto;
          left: auto;
          line-height: 120%;
          padding: 2px 5px;
          font-size: 1.2rem; } }
  #mainvisual .information {
    border: 2px solid #1468B0;
    background: #fff;
    text-align: left;
    position: relative; }
    #mainvisual .information .section {
      padding: 10px;
      width: 100%; }
    #mainvisual .information .img {
      margin-top: -10px;
      margin-left: -10px;
      width: calc( 100% + 20px);
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        #mainvisual .information .img {
          width: 100px;
          margin-left: 0;
          margin-top: 0;
          display: inline-block;
          vertical-align: middle; } }
    @media (max-width: 1199px) {
      #mainvisual .information .explain {
        width: calc( 100%); } }
    @media (max-width: 767px) {
      #mainvisual .information .explain {
        width: calc( 100% - 120px);
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px; } }
    #mainvisual .information h3 {
      font-size: 1.5rem;
      margin-bottom: 10px; }
      @media (max-width: 1199px) {
        #mainvisual .information h3 {
          font-size: 1.3rem;
          text-align: center; } }
      @media (max-width: 767px) {
        #mainvisual .information h3 {
          text-align: left;
          margin-bottom: 0; } }
      #mainvisual .information h3 a:link, #mainvisual .information h3 a:active, #mainvisual .information h3 a:visited, #mainvisual .information h3 a:hover {
        color: #1468B0; }
    #mainvisual .information p.detail {
      font-size: 1.3rem; }
      @media (min-width: 481px) and (max-width: 1199px) {
        #mainvisual .information p.detail {
          display: none; } }
      @media (max-width: 480px) {
        #mainvisual .information p.detail {
          font-size: 1.0rem; } }
    #mainvisual .information:after {
      content: '';
      display: block;
      width: 60px;
      height: 92px;
      transform: rotateZ(-30deg);
      background: url(../img/recom1.png) no-repeat;
      background-size: contain;
      position: absolute;
      top: -60px;
      right: -15px;
      z-index: 20; }
      @media (max-width: 1199px) {
        #mainvisual .information:after {
          right: 10px; } }
      @media (max-width: 480px) {
        #mainvisual .information:after {
          transform: rotateZ(60deg);
          background: url(../img/recom3@2x.png) no-repeat;
          background-size: contain;
          right: -10px; } }
    #mainvisual .information .frame {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
    #mainvisual .information .owl-nav {
      position: absolute;
      left: 0;
      bottom: 30px;
      width: 100%;
      height: 1px;
      margin-top: 0; }
      #mainvisual .information .owl-nav button {
        display: inline-block;
        width: 16px;
        height: 20px;
        background: #1468B0;
        color: #fff;
        font-size: 1.2rem;
        border-radius: 0px;
        margin: 0 3px;
        border: none; }
      @media (max-width: 480px) {
        #mainvisual .information .owl-nav {
          top: calc( ( 100% - 60px ) / 2); }
          #mainvisual .information .owl-nav button {
            height: 60px;
            position: absolute; }
            #mainvisual .information .owl-nav button:first-of-type {
              left: -3px; }
            #mainvisual .information .owl-nav button:last-of-type {
              right: -3px; } }

#home1 {
  background: #f4f4f4;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 767px) {
    #home1 .row {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 767px) {
    #home1 {
      padding-top: 0;
      padding-bottom: 0; } }
  #home1 .grid:after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 767px) {
    #home1 .grid {
      display: flex;
      flex-direction: row;
      flex-flow: wrap; } }
  #home1 .link a {
    border: 1px solid #8f8f8f;
    box-sizing: border-box;
    padding: 5px 10px;
    display: block;
    position: absolute;
    right: 0;
    top: 2px; }
    #home1 .link a:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: '\f105';
      display: inline-block;
      margin-left: 5px; }
    @media (max-width: 767px) {
      #home1 .link a {
        font-size: 1.2rem;
        padding: 2px 5px; } }
  #home1 .news {
    width: calc( 66.666% - 10px);
    margin-right: 20px;
    float: left;
    background: #fff;
    padding: 10px;
    position: relative;
    text-align: left; }
    @media (max-width: 767px) {
      #home1 .news {
        width: 100%;
        float: none;
        min-height: auto; } }
    #home1 .news .frame {
      position: relative; }
    #home1 .news h2 {
      font-size: 2rem;
      font-weight: 900;
      display: inline-block;
      margin-bottom: 15px;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 900;
      margin-bottom: 25px; }
    #home1 .news .date {
      font-size: 1.2rem;
      vertical-align: middle;
      color: #454545; }
    #home1 .news li {
      font-size: 1.5rem;
      font-weight: bold; }
      #home1 .news li:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f105';
        display: inline-block;
        margin-right: 5px;
        color: #FF9901;
        vertical-align: middle; }
      #home1 .news li a {
        vertical-align: middle; }
      #home1 .news li span {
        font-weight: normal;
        padding-left: 5px; }
    #home1 .news .pref {
      margin-bottom: 30px; }
      #home1 .news .pref h2 {
        background: url(../img/icon3@2x.png) no-repeat left -9px top -8px;
        background-size: 52px;
        padding-left: 37px; }
      #home1 .news .pref .first {
        display: flex;
        flex-direction: row;
        flex-flow: wrap;
        align-items: stretch;
        justify-content: center;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          #home1 .news .pref .first {
            justify-content: left; } }
        #home1 .news .pref .first .img {
          width: 47.368%; }
          @media (max-width: 767px) {
            #home1 .news .pref .first .img {
              width: 120px; } }
          #home1 .news .pref .first .img img {
            width: 100%; }
        #home1 .news .pref .first .detail {
          width: 52.632%;
          padding-left: 25px; }
          @media (max-width: 767px) {
            #home1 .news .pref .first .detail {
              width: calc( 100% - 130px); } }
          #home1 .news .pref .first .detail h3 {
            font-size: 1.8rem;
            margin-bottom: 15px; }
            @media (max-width: 767px) {
              #home1 .news .pref .first .detail h3 {
                margin-bottom: 0; } }
          #home1 .news .pref .first .detail .explain {
            font-size: 1.5rem; }
            @media (max-width: 767px) {
              #home1 .news .pref .first .detail .explain {
                display: none; } }
      #home1 .news .pref .list li {
        margin-bottom: 10px; }
        @media (max-width: 1199px) {
          #home1 .news .pref .list li {
            display: none; }
            #home1 .news .pref .list li:nth-of-type(1), #home1 .news .pref .list li:nth-of-type(2) {
              display: block; } }
        #home1 .news .pref .list li a {
          display: inline-block;
          width: calc( 100% - 2.3rem);
          vertical-align: top; }
        @media (max-width: 1199px) {
          #home1 .news .pref .list li .date:before {
            display: block;
            content: '';
            height: 1px; } }
    @media (max-width: 767px) {
      #home1 .news .domestic {
        width: 100%; } }
    #home1 .news .domestic h2 {
      background: url(../img/icon3@2x.png) no-repeat left -8px top -8px;
      background-size: 52px;
      padding-left: 37px; }
    #home1 .news .domestic .slider .frame {
      background: rgba(20, 104, 176, 0.08);
      padding: 15px 10px; }
      #home1 .news .domestic .slider .frame ul {
        position: relative;
        width: calc( 100% - 60px); }
      #home1 .news .domestic .slider .frame .owl-nav {
        margin-top: 0;
        position: absolute;
        width: 50px;
        height: 1px;
        right: -55px;
        top: 0px; }
        #home1 .news .domestic .slider .frame .owl-nav button {
          background: #1468B0;
          color: #fff;
          font-size: 1.2rem;
          width: 15px;
          margin: 0 5px; }
  #home1 .weather {
    width: calc( 33.333% - 10px);
    float: right;
    min-height: 320px;
    margin-bottom: 20px;
    background: #fff;
    padding: 10px;
    position: relative;
    text-align: left; }
    @media (max-width: 1199px) {
      #home1 .weather {
        padding-bottom: 50px; } }
    @media (max-width: 991px) {
      #home1 .weather {
        padding-bottom: 30px; } }
    @media (max-width: 767px) {
      #home1 .weather {
        order: 3;
        width: 100%;
        margin-bottom: 0;
        min-height: auto;
        padding-bottom: 60px; } }
    #home1 .weather h2 {
      font-size: 2rem;
      font-weight: 900;
      display: inline-block;
      margin-bottom: 15px;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 900;
      background: url(../img/icon4@2x.png) no-repeat left -14px top -7px;
      background-size: 54px;
      padding-left: 32px; }
    @media (max-width: 1199px) {
      #home1 .weather .link a {
        top: auto;
        bottom: -40px; } }
    #home1 .weather .frame {
      position: relative; }
    #home1 .weather img {
      width: 100%; }
    #home1 .weather ul {
      text-align: center; }
      #home1 .weather ul li {
        display: inline-block;
        font-size: 1.5rem;
        padding: 5px 10px; }
        #home1 .weather ul li:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f105';
          color: #FF9901;
          display: inline-block;
          margin-right: 5px;
          vertical-align: middle; }
  #home1 .scoop {
    width: calc( 33.333% - 10px);
    min-height: 240px;
    float: right;
    background: #fff;
    padding: 10px;
    position: relative;
    background: #FAF8B0;
    text-align: center;
    background: #FAF8B0; }
    @media (max-width: 767px) {
      #home1 .scoop {
        order: 2;
        width: 100%;
        min-height: auto; } }
    #home1 .scoop h2 {
      font-size: 1.6rem;
      margin-bottom: 20px;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 900; }
    @media (max-width: 767px) {
      #home1 .scoop li {
        display: inline-block;
        width: 49%;
        vertical-align: top; } }
    #home1 .scoop li img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 292px; }
      @media (max-width: 1199px) {
        #home1 .scoop li img {
          width: 80%; } }
      @media (max-width: 767px) {
        #home1 .scoop li img {
          width: 100%; } }
    #home1 .scoop li:first-of-type {
      margin-bottom: 13px; }

#home2 {
  padding-top: 30px; }
  #home2 .grid:after {
    content: "";
    display: block;
    clear: both; }
  #home2 .content {
    width: calc( 75% - 20px);
    float: left; }
    @media (max-width: 767px) {
      #home2 .content {
        width: 100%;
        float: none; } }
  #home2 .sidebar {
    width: 25%;
    float: right; }
    @media (max-width: 767px) {
      #home2 .sidebar {
        width: 100%;
        float: none; } }
  #home2 .program_topic {
    border: 2px solid #FF9901;
    text-align: left;
    margin-bottom: 20px; }
    #home2 .program_topic h2 {
      padding: 10px;
      background: #FF9901;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 900; }
    #home2 .program_topic .list {
      padding: 30px 15px; }
      #home2 .program_topic .list li p {
        font-size: 1.4rem; }
      #home2 .program_topic .list li iframe {
        margin-bottom: 5px;
        width: 100% !important; }
      #home2 .program_topic .list .owl-nav {
        position: absolute;
        height: 1px;
        width: 100%;
        top: calc( ( 100% - 60px ) / 2);
        margin: 0; }
        #home2 .program_topic .list .owl-nav button {
          background: #C27100;
          color: #fff;
          font-size: 1.4rem;
          width: 16px;
          height: 60px;
          position: absolute;
          margin: 0;
          border-radius: 0; }
          #home2 .program_topic .list .owl-nav button:nth-of-type(1) {
            left: -15px; }
          #home2 .program_topic .list .owl-nav button:nth-of-type(2) {
            right: -15px; }
  #home2 .announcer {
    display: none;
    border: 2px solid #1468B0;
    text-align: left;
    margin-bottom: 30px;
    position: relative; }
    @media (max-width: 767px) {
      #home2 .announcer {
        display: block; } }
    #home2 .announcer h2 {
      color: #fff;
      padding: 15px;
      font-size: 2rem;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 900;
      background: #1468B0 url(../img/icon13@2x.png) no-repeat left 0px top 9px;
      background-size: 46px;
      padding-left: 42px; }
    #home2 .announcer .link a {
      border: 1px solid #8f8f8f;
      box-sizing: border-box;
      padding: 5px 10px;
      position: absolute;
      top: 15px;
      right: 10px;
      background: #fff; }
      #home2 .announcer .link a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f105';
        display: inline-block;
        margin-left: 5px; }
      @media (max-width: 767px) {
        #home2 .announcer .link a {
          font-size: 1.2rem;
          padding: 2px 5px; } }
      @media (max-width: 767px) {
        #home2 .announcer .link a {
          top: 15px; } }
      @media (max-width: 374px) {
        #home2 .announcer .link a {
          position: static;
          display: inline-block;
          float: right;
          margin-top: 10px;
          margin-right: 10px; } }
    #home2 .announcer .link:after {
      content: "";
      display: block;
      clear: both; }
    #home2 .announcer ul {
      padding: 20px 20px 0px; }
    #home2 .announcer h3 {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 5px; }
    #home2 .announcer li {
      position: relative;
      margin-bottom: 15px; }
      #home2 .announcer li .img {
        display: inline-block;
        width: 80px;
        vertical-align: middle; }
      #home2 .announcer li .explain {
        width: calc( 100% - 90px);
        vertical-align: middle;
        display: inline-block;
        padding-left: 10px; }
      #home2 .announcer li p {
        font-size: 1.4rem; }
      #home2 .announcer li .date {
        font-size: 1.0rem; }
    #home2 .announcer .link2 {
      text-align: center;
      padding-top: 10px;
      padding-bottom: 20px; }
      #home2 .announcer .link2 a {
        border: 1px solid #8f8f8f;
        box-sizing: border-box;
        padding: 5px 10px; }
        #home2 .announcer .link2 a:after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f105';
          display: inline-block;
          margin-left: 5px; }
        @media (max-width: 767px) {
          #home2 .announcer .link2 a {
            font-size: 1.2rem;
            padding: 2px 5px; } }
  #home2 .events {
    border: 2px solid #0073ce;
    text-align: left;
    margin-bottom: 30px;
    position: relative; }
    #home2 .events h2 {
      color: #fff;
      padding: 15px;
      font-size: 2rem;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 900;
      background: #0073ce url(../img/icon12@2x.png) no-repeat left -2px top 7px;
      background-size: 52px;
      padding-left: 47px; }
    #home2 .events .link a {
      border: 1px solid #8f8f8f;
      box-sizing: border-box;
      padding: 5px 10px;
      position: absolute;
      top: 12px;
      right: 10px;
      background: #fff; }
      #home2 .events .link a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f105';
        display: inline-block;
        margin-left: 5px; }
      @media (max-width: 767px) {
        #home2 .events .link a {
          font-size: 1.2rem;
          padding: 2px 5px; } }
      @media (max-width: 767px) {
        #home2 .events .link a {
          top: 15px; } }
    #home2 .events .slider {
      padding: 0px 40px; }
      @media (max-width: 767px) {
        #home2 .events .slider {
          padding-left: 20px;
          padding-right: 20px; } }
    #home2 .events .frame {
      max-width: 880px;
      position: relative; }
      #home2 .events .frame .owl-stage-outer {
        padding-top: 30px;
        padding-bottom: 30px; }
    #home2 .events li {
      position: relative; }
      #home2 .events li.recommend:before {
        display: block;
        content: '';
        width: 55px;
        height: 55px;
        position: absolute;
        background: url(../img/recom2.png) no-repeat;
        top: -25px;
        right: -25px; }
    #home2 .events .owl-nav {
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      top: calc( ( 100% - 60px ) / 2);
      margin-top: 0;
      text-align: center; }
      #home2 .events .owl-nav button {
        width: 20px;
        height: 60px;
        position: absolute;
        color: #fff;
        margin: 0;
        border-radius: 0;
        font-size: 1.6rem; }
        #home2 .events .owl-nav button.owl-prev:after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f053';
          color: #fff; }
        #home2 .events .owl-nav button.owl-next:after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f054';
          color: #fff; }
        #home2 .events .owl-nav button span {
          display: none; }
        #home2 .events .owl-nav button:first-of-type {
          left: 0; }
        #home2 .events .owl-nav button:last-of-type {
          right: 0; }
      @media (min-width: 768px) {
        #home2 .events .owl-nav {
          width: calc( 100% + 80px);
          margin-left: -40px; } }
      @media (max-width: 767px) {
        #home2 .events .owl-nav {
          width: calc( 100% + 40px);
          margin-left: -20px; } }
      #home2 .events .owl-nav button {
        background: #1468B0; }
  #home2 .information {
    text-align: left;
    position: relative; }
    #home2 .information:after {
      content: "";
      display: block;
      clear: both; }
    #home2 .information h2 {
      font-size: 2rem;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 900;
      height: 60px;
      line-height: 60px;
      background: url(../img/icon3@2x.png) no-repeat left -10px top -8px;
      background-size: 52px;
      padding-left: 37px;
      height: auto;
      line-height: 160%;
      margin-bottom: 25px; }
      @media (max-width: 767px) {
        #home2 .information h2 {
          font-size: 1.8rem; } }
    #home2 .information .link a {
      border: 1px solid #8f8f8f;
      box-sizing: border-box;
      padding: 5px 10px;
      display: block;
      position: absolute;
      right: 0;
      top: 2px; }
      #home2 .information .link a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f105';
        display: inline-block;
        margin-left: 5px; }
      @media (max-width: 767px) {
        #home2 .information .link a {
          font-size: 1.2rem;
          padding: 2px 5px; } }
    #home2 .information .inforlist {
      width: 65.909%;
      float: left;
      position: relative; }
      @media (max-width: 991px) {
        #home2 .information .inforlist {
          width: 100%; } }
      #home2 .information .inforlist li {
        border-bottom: 1px solid #ccc;
        padding-bottom: 3px;
        margin-bottom: 3px;
        line-height: 150%;
        position: relative; }
        #home2 .information .inforlist li:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f105";
          color: #FF9901;
          font-size: 1.4rem;
          display: inline-block;
          margin-right: 5px;
          padding-top: 5px; }
          @media (max-width: 480px) {
            #home2 .information .inforlist li:before {
              position: absolute;
              padding-top: 0;
              top: 29%; } }
        #home2 .information .inforlist li .date {
          display: inline-block;
          width: 13rem;
          font-size: 1.2rem;
          vertical-align: top;
          line-height: 150%;
          padding: 5px; }
          @media (max-width: 480px) {
            #home2 .information .inforlist li .date {
              vertical-align: middle;
              padding: 0 0 0 20px; } }
        #home2 .information .inforlist li a {
          font-size: 1.6rem;
          display: inline-block;
          width: calc( 100% - 15.3rem);
          vertical-align: top;
          line-height: 150%;
          box-sizing: border-box;
          padding: 5px; }
          @media (max-width: 480px) {
            #home2 .information .inforlist li a {
              width: 100%;
              vertical-align: middle;
              padding: 0 0 0 20px; } }
      #home2 .information .inforlist .important li {
        font-size: 1.6rem;
        font-weight: bold; }
        #home2 .information .inforlist .important li a {
          width: calc( 100% - 1.5rem); }
        #home2 .information .inforlist .important li a:hover {
          background: #CF0026;
          color: #fff; }
    #home2 .information .banner1 {
      width: 34.09%;
      float: right;
      text-align: right;
      padding-left: 5.681%; }
      @media (max-width: 991px) {
        #home2 .information .banner1 {
          width: 100%;
          text-align-last: center;
          padding-left: 0;
          padding-top: 30px;
          padding-bottom: 30px; } }
      #home2 .information .banner1 img {
        width: 100%; }
      #home2 .information .banner1 .lt, #home2 .information .banner1 .sp {
        display: none; }
      @media (min-width: 992px) {
        #home2 .information .banner1 .lt {
          display: block; } }
      @media (max-width: 991px) {
        #home2 .information .banner1 .sp {
          display: block; } }
      #home2 .information .banner1 .sp li {
        display: inline-block;
        width: calc( ( 100% - 30px ) / 2);
        margin-right: 20px; }
        #home2 .information .banner1 .sp li:nth-of-type(2) {
          margin-right: 0; }
  #home2 .ad2 {
    margin-bottom: 40px; }
    @media (max-width: 991px) {
      #home2 .ad2 {
        display: none; } }
    #home2 .ad2 img {
      width: 100%; }
  #home2 .banner2 {
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      #home2 .banner2 {
        display: none; } }
    #home2 .banner2 img {
      width: 100%; }

#tvvisual {
  background: #fee0e0;
  padding-top: 35px;
  padding-bottom: 35px; }
  @media (max-width: 767px) {
    #tvvisual {
      padding-top: 0;
      padding-bottom: 20px; } }
  #tvvisual .row > .grid:after {
    content: "";
    display: block;
    clear: both; }
  #tvvisual .main {
    width: 880px;
    float: left;
    height: auto; }
    @media (max-width: 1199px) {
      #tvvisual .main {
        width: calc( 100% - 320px); } }
    @media (max-width: 767px) {
      #tvvisual .main {
        float: none;
        width: 100%;
        margin-bottom: 20px; } }
  #tvvisual .main {
    border: 2px solid #CB1C1C;
    overflow: hidden; }
    @media (max-width: 767px) {
      #tvvisual .main {
        overflow: visible;
        border: none; }
        #tvvisual .main .slider {
          width: calc( 100% + 30px);
          margin-left: -15px; } }
    #tvvisual .main .owl-nav {
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      top: calc( ( 100% - 60px ) / 2);
      margin-top: 0;
      text-align: center; }
      #tvvisual .main .owl-nav button {
        width: 20px;
        height: 60px;
        position: absolute;
        color: #fff;
        margin: 0;
        border-radius: 0;
        font-size: 1.6rem; }
        #tvvisual .main .owl-nav button.owl-prev:after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f053';
          color: #fff; }
        #tvvisual .main .owl-nav button.owl-next:after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f054';
          color: #fff; }
        #tvvisual .main .owl-nav button span {
          display: none; }
        #tvvisual .main .owl-nav button:first-of-type {
          left: 0; }
        #tvvisual .main .owl-nav button:last-of-type {
          right: 0; }
      #tvvisual .main .owl-nav button {
        background: #CB1C1C; }
        #tvvisual .main .owl-nav button:first-of-type {
          left: 0px; }
        #tvvisual .main .owl-nav button:last-of-type {
          right: 0px; }
  #tvvisual .tv_program {
    width: 300px;
    height: 500px;
    float: right; }
    @media (max-width: 767px) {
      #tvvisual .tv_program {
        width: 100%;
        height: 120px;
        float: none; } }
  #tvvisual .tv_program {
    background: #fff;
    text-align: left;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
    margin-bottom: 0;
    border: 2px solid #CB1C1C;
    padding-top: 12px; }
    @media (min-width: 481px) and (max-width: 1199px) {
      #tvvisual .tv_program {
        margin-bottom: 0; } }
    @media (max-width: 480px) {
      #tvvisual .tv_program {
        margin-bottom: 20px; } }
    #tvvisual .tv_program h2 {
      padding: 0px  0 5px 25px;
      font-size: 1.6rem;
      font-weight: 900;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    #tvvisual .tv_program p {
      font-size: 1.3rem;
      line-height: 120%; }
    @media (max-width: 767px) {
      #tvvisual .tv_program {
        border: 1px solid #CB1C1C; } }
    #tvvisual .tv_program h2 {
      grid-row: 1 / 2;
      padding-left: 40px; }
    #tvvisual .tv_program li {
      border-bottom: 1px solid #e5e5e5;
      padding: 10px; }
      @media (min-width: 768px) {
        #tvvisual .tv_program li.current {
          background: rgba(203, 28, 28, 0.05); } }
      @media (max-width: 767px) {
        #tvvisual .tv_program li {
          border-bottom: none;
          padding: 0; } }
      #tvvisual .tv_program li .img {
        width: 33.333%;
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 767px) {
          #tvvisual .tv_program li .img {
            width: 90px;
            vertical-align: top; } }
        #tvvisual .tv_program li .img img {
          display: block;
          width: 100%; }
      #tvvisual .tv_program li .detail {
        width: 63.666%;
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px; }
        @media (max-width: 767px) {
          #tvvisual .tv_program li .detail {
            width: calc( 100% - 110px); } }
      #tvvisual .tv_program li.noimage .detail {
        width: 100%; }
    #tvvisual .tv_program .link a {
      border: 1px solid #8f8f8f;
      box-sizing: border-box;
      padding: 5px 10px;
      display: block;
      position: absolute;
      right: 0;
      top: 2px;
      top: 10px;
      right: 10px; }
      #tvvisual .tv_program .link a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f105';
        display: inline-block;
        margin-left: 5px; }
      @media (max-width: 767px) {
        #tvvisual .tv_program .link a {
          font-size: 1.2rem;
          padding: 2px 5px; } }
    @media (max-width: 767px) {
      #tvvisual .tv_program {
        margin-bottom: 0; } }
    #tvvisual .tv_program h2 {
      background: url(../img/icon1@2x.png) no-repeat left -9px top -9px;
      background-size: auto 42px;
      padding-left: 40px; }
    #tvvisual .tv_program .link a {
      top: 13px; }
    @media (max-width: 767px) {
      #tvvisual .tv_program li {
        padding: 2px 10px 0;
        display: none; }
        #tvvisual .tv_program li:first-of-type {
          display: block; } }
    #tvvisual .tv_program .scroll {
      overflow-y: auto;
      position: absolute;
      width: 100%;
      height: calc(100% - 50px);
      top: 50px;
      left: 0; }

#tv1 {
  padding-top: 40px;
  background: #000;
  background: #f4f4f4; }
  #tv1 .grid:after {
    content: "";
    display: block;
    clear: both; }
  #tv1 .content {
    width: calc( 75% - 20px);
    float: left; }
    @media (max-width: 767px) {
      #tv1 .content {
        width: 100%;
        float: none; } }
  #tv1 .sidebar {
    width: 25%;
    float: right; }
    @media (max-width: 767px) {
      #tv1 .sidebar {
        width: 100%;
        float: none; } }
  @media (max-width: 767px) {
    #tv1 {
      padding-top: 20px; } }
  #tv1 .program_topic {
    background: #fff;
    text-align: left;
    margin-bottom: 20px;
    border: 2px solid #E85A5A; }
    #tv1 .program_topic .list {
      padding: 20px 20px 20px; }
    #tv1 .program_topic h2 {
      font-size: 2rem;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 900;
      height: 60px;
      line-height: 60px;
      background-image: url(../img/icon8@2x.png);
      background-color: #E85A5A;
      color: #fff;
      background-size: 47px;
      background-repeat: no-repeat;
      padding-left: 57px;
      background-position: left 11px top 10px;
      position: relative;
      z-index: 10; }
      @media (max-width: 767px) {
        #tv1 .program_topic h2 {
          font-size: 1.8rem; } }
      #tv1 .program_topic h2 img {
        position: absolute;
        top: -40px; }
    #tv1 .program_topic .list ul:after {
      content: "";
      display: block;
      clear: both; }
    #tv1 .program_topic .list li .thumbnail {
      margin-bottom: 13px; }
      #tv1 .program_topic .list li .thumbnail img, #tv1 .program_topic .list li .thumbnail iframe {
        display: block;
        width: 100%; }
    #tv1 .program_topic .list li h3 {
      font-size: 1.4rem;
      margin-bottom: 8px; }
    #tv1 .program_topic .list li .date {
      font-size: 1.4rem; }
    #tv1 .program_topic .list li .detail {
      font-size: 1.2rem; }
    @media (max-width: 767px) {
      #tv1 .program_topic .list li .thumbnail {
        width: 100px;
        float: left;
        margin-bottom: 10px; }
      #tv1 .program_topic .list li h3 {
        margin-bottom: 0;
        padding-top: 10px; }
      #tv1 .program_topic .list li .explain {
        width: calc( 100% - 100px);
        float: left;
        padding-left: 10px;
        position: relative; }
      #tv1 .program_topic .list li .date {
        font-size: 1.2rem;
        margin-bottom: 10px; }
      #tv1 .program_topic .list li .detail {
        width: calc( 100% + 115px);
        margin-left: -115px;
        margin-bottom: 20px; } }
    #tv1 .program_topic .list li:last-of-type .detail {
      margin-bottom: 0; }
    #tv1 .program_topic .owl-nav {
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      top: calc( ( 100% - 60px ) / 2);
      margin-top: 0;
      text-align: center; }
      #tv1 .program_topic .owl-nav button {
        width: 20px;
        height: 60px;
        position: absolute;
        color: #fff;
        margin: 0;
        border-radius: 0;
        font-size: 1.6rem; }
        #tv1 .program_topic .owl-nav button.owl-prev:after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f053';
          color: #fff; }
        #tv1 .program_topic .owl-nav button.owl-next:after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f054';
          color: #fff; }
        #tv1 .program_topic .owl-nav button span {
          display: none; }
        #tv1 .program_topic .owl-nav button:first-of-type {
          left: 0; }
        #tv1 .program_topic .owl-nav button:last-of-type {
          right: 0; }
      #tv1 .program_topic .owl-nav button {
        background: #CB1C1C; }
        #tv1 .program_topic .owl-nav button:first-of-type {
          left: -20px; }
        #tv1 .program_topic .owl-nav button:last-of-type {
          right: -20px; }
  #tv1 .drama_list {
    background: #fff;
    text-align: left;
    margin-bottom: 20px;
    border: 2px solid #FF9901; }
    #tv1 .drama_list .list {
      padding: 20px 20px 20px; }
    #tv1 .drama_list h2 {
      font-size: 2rem;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 900;
      height: 60px;
      line-height: 60px;
      background: #FF9901;
      padding: 7px 20px 13px; }
      @media (max-width: 767px) {
        #tv1 .drama_list h2 {
          font-size: 1.8rem; } }
    #tv1 .drama_list .thumbnail {
      margin-bottom: 13px; }
      #tv1 .drama_list .thumbnail img, #tv1 .drama_list .thumbnail iframe {
        display: block;
        width: 100%; }
    #tv1 .drama_list h3 {
      font-size: 1.4rem;
      margin-bottom: 8px; }
    #tv1 .drama_list .date {
      font-size: 1.4rem; }
    #tv1 .drama_list .detail {
      font-size: 1.2rem; }
    @media (max-width: 767px) {
      #tv1 .drama_list .explain {
        display: none; } }
    #tv1 .drama_list .link a {
      display: block;
      line-height: 35px;
      border: 1px solid #8f8f8f;
      font-size: 1.3rem;
      text-align: center;
      position: absolute;
      bottom: 10px;
      left: calc( ( 100% - 96px ) / 2);
      padding-left: 8px;
      padding-right: 8px; }
      #tv1 .drama_list .link a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f054";
        display: inline-block;
        padding-left: 5px; }
      @media (max-width: 480px) {
        #tv1 .drama_list .link a {
          top: 10px;
          right: 10px;
          bottom: auto;
          left: auto;
          line-height: 30px; } }
    #tv1 .drama_list .owl-nav {
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      top: calc( ( 100% - 60px ) / 2);
      margin-top: 0;
      text-align: center; }
      #tv1 .drama_list .owl-nav button {
        width: 20px;
        height: 60px;
        position: absolute;
        color: #fff;
        margin: 0;
        border-radius: 0;
        font-size: 1.6rem; }
        #tv1 .drama_list .owl-nav button.owl-prev:after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f053';
          color: #fff; }
        #tv1 .drama_list .owl-nav button.owl-next:after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f054';
          color: #fff; }
        #tv1 .drama_list .owl-nav button span {
          display: none; }
        #tv1 .drama_list .owl-nav button:first-of-type {
          left: 0; }
        #tv1 .drama_list .owl-nav button:last-of-type {
          right: 0; }
      #tv1 .drama_list .owl-nav button {
        background: #C27100; }
        #tv1 .drama_list .owl-nav button:first-of-type {
          left: -20px; }
        #tv1 .drama_list .owl-nav button:last-of-type {
          right: -20px; }
  #tv1 .recommendlist {
    text-align: left;
    margin-bottom: 20px;
    background: #fff;
    background: #fff;
    text-align: left;
    margin-bottom: 20px; }
    #tv1 .recommendlist .list {
      padding: 20px 20px 20px; }
    #tv1 .recommendlist h2 {
      font-size: 2rem;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 900;
      height: 60px;
      line-height: 60px;
      padding: 7px 20px 13px; }
      @media (max-width: 767px) {
        #tv1 .recommendlist h2 {
          font-size: 1.8rem; } }
    #tv1 .recommendlist .list {
      padding-top: 10px; }
      @media (max-width: 767px) {
        #tv1 .recommendlist .list {
          padding-bottom: 0; } }
      #tv1 .recommendlist .list ul {
        width: calc( 100% + 20px);
        margin-left: -10px;
        display: flex;
        flex-direction: row;
        flex-flow: wrap;
        align-items: stretch; }
      #tv1 .recommendlist .list li {
        width: calc( ( 100% - 62px ) / 3);
        margin: 0 10px 20px; }
        #tv1 .recommendlist .list li .thumbnail {
          margin-bottom: 13px; }
          #tv1 .recommendlist .list li .thumbnail img, #tv1 .recommendlist .list li .thumbnail iframe {
            display: block;
            width: 100%; }
        #tv1 .recommendlist .list li h3 {
          font-size: 1.4rem;
          margin-bottom: 8px; }
        #tv1 .recommendlist .list li .date {
          font-size: 1.4rem; }
        #tv1 .recommendlist .list li .detail {
          font-size: 1.2rem; }
        @media (max-width: 767px) {
          #tv1 .recommendlist .list li {
            width: calc( ( 100% - 40px ) / 2); } }
    #tv1 .recommendlist .link a {
      display: block;
      line-height: 35px;
      border: 1px solid #8f8f8f;
      font-size: 1.3rem;
      text-align: center;
      position: absolute;
      bottom: 10px;
      left: calc( ( 100% - 96px ) / 2);
      padding-left: 8px;
      padding-right: 8px; }
      #tv1 .recommendlist .link a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f054";
        display: inline-block;
        padding-left: 5px; }
      @media (max-width: 480px) {
        #tv1 .recommendlist .link a {
          top: 10px;
          right: 10px;
          bottom: auto;
          left: auto;
          line-height: 30px; } }
  #tv1 .weeklylist {
    text-align: left;
    margin-bottom: 20px;
    background: #fff;
    position: relative;
    background: #fff;
    text-align: left;
    margin-bottom: 20px; }
    #tv1 .weeklylist .list {
      padding: 20px 20px 20px; }
    #tv1 .weeklylist h2 {
      font-size: 2rem;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 900;
      height: 60px;
      line-height: 60px;
      background-image: url(../img/icon1@2x.png);
      color: #454545;
      background-size: 47px;
      background-repeat: no-repeat;
      padding-left: 57px;
      background-position: left 11px top 10px; }
      @media (max-width: 767px) {
        #tv1 .weeklylist h2 {
          font-size: 1.8rem; } }
    #tv1 .weeklylist #tvprogramtab > .nav {
      position: relative; }
      @media (min-width: 991px) {
        #tv1 .weeklylist #tvprogramtab > .nav {
          top: 0;
          right: 0;
          height: 60px;
          position: absolute;
          width: 508px; } }
      #tv1 .weeklylist #tvprogramtab > .nav ul:after {
        content: "";
        display: block;
        clear: both; }
      @media (max-width: 767px) {
        #tv1 .weeklylist #tvprogramtab > .nav ul {
          width: calc( 100% + 4px);
          margin-left: -4px; } }
      #tv1 .weeklylist #tvprogramtab > .nav li {
        width: calc( ( 100% - 8px ) / 2);
        margin-left: 4px;
        float: left;
        position: relative; }
        #tv1 .weeklylist #tvprogramtab > .nav li a {
          background: rgba(203, 28, 28, 0.1);
          display: block;
          text-align: center;
          line-height: 60px;
          font-size: 2rem;
          font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          font-weight: 900;
          color: #999;
          position: relative;
          letter-spacing: 3px;
          text-indent: -3px; }
          @media (max-width: 767px) {
            #tv1 .weeklylist #tvprogramtab > .nav li a {
              font-size: 1.3rem;
              line-height: 40px; } }
      #tv1 .weeklylist #tvprogramtab > .nav .active a {
        background: #CB1C1C;
        color: #fff; }
        #tv1 .weeklylist #tvprogramtab > .nav .active a:after {
          position: absolute;
          display: block;
          content: '';
          width: 10px;
          height: 10px;
          bottom: -5px;
          left: calc( ( 100% - ( 10px * 1.4142)  ) / 2);
          transform: rotateZ(45deg);
          background: #CB1C1C; }
    #tv1 .weeklylist #tvprogramtab > .tab > .active {
      display: block; }
    #tv1 .weeklylist .list {
      padding: 30px 0; }
      #tv1 .weeklylist .list ul {
        width: calc( 100% + 20px);
        margin-left: -10px;
        display: flex;
        flex-direction: row;
        flex-flow: wrap;
        align-items: stretch; }
      #tv1 .weeklylist .list li {
        width: calc( ( 100% - 20px * 4 ) / 4);
        position: relative;
        margin: 0 10px 40px; }
        #tv1 .weeklylist .list li .thumbnail {
          margin-bottom: 13px; }
          #tv1 .weeklylist .list li .thumbnail img, #tv1 .weeklylist .list li .thumbnail iframe {
            display: block;
            width: 100%; }
        #tv1 .weeklylist .list li h3 {
          font-size: 1.4rem;
          margin-bottom: 8px; }
        #tv1 .weeklylist .list li .date {
          font-size: 1.4rem; }
        #tv1 .weeklylist .list li .detail {
          font-size: 1.2rem; }
        @media (max-width: 1199px) {
          #tv1 .weeklylist .list li {
            width: calc( ( 100% - 20px * ( 4 - 1 ) ) / ( 4 - 1 )); } }
        @media (max-width: 991px) {
          #tv1 .weeklylist .list li {
            width: calc( ( 100% - 20px * ( 4 - 2 ) ) / ( 4 - 2 )); } }
        @media (max-width: 767px) {
          #tv1 .weeklylist .list li {
            width: calc( ( 100% - 60px ) / 3);
            margin: 0 10px 20px; } }
        #tv1 .weeklylist .list li .thumbnail {
          border: 1px solid #eee; }
    #tv1 .weeklylist .link a {
      display: block;
      line-height: 35px;
      border: 1px solid #8f8f8f;
      font-size: 1.3rem;
      text-align: center;
      position: absolute;
      bottom: 10px;
      left: calc( ( 100% - 96px ) / 2);
      padding-left: 8px;
      padding-right: 8px; }
      #tv1 .weeklylist .link a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f054";
        display: inline-block;
        padding-left: 5px; }
      @media (max-width: 480px) {
        #tv1 .weeklylist .link a {
          top: 10px;
          right: 10px;
          bottom: auto;
          left: auto;
          line-height: 30px; } }
    #tv1 .weeklylist .weeklyprogramtab {
      padding: 0px 20px; }
      #tv1 .weeklylist .weeklyprogramtab > .nav {
        padding-bottom: 20px; }
        @media (min-width: 768px) {
          #tv1 .weeklylist .weeklyprogramtab > .nav {
            padding-top: 40px; } }
        @media (max-width: 767px) {
          #tv1 .weeklylist .weeklyprogramtab > .nav {
            padding-top: 30px; } }
        #tv1 .weeklylist .weeklyprogramtab > .nav ul {
          border-radius: 3px;
          margin-left: auto;
          margin-right: auto; }
          #tv1 .weeklylist .weeklyprogramtab > .nav ul:after {
            content: "";
            display: block;
            clear: both; }
          @media (max-width: 767px) {
            #tv1 .weeklylist .weeklyprogramtab > .nav ul {
              padding: 0 5px;
              text-align: center; } }
        #tv1 .weeklylist .weeklyprogramtab > .nav li {
          text-align: center;
          border-right: 1px dotted #ccc;
          position: relative; }
          @media (min-width: 768px) {
            #tv1 .weeklylist .weeklyprogramtab > .nav li {
              width: calc( ( 100% - 2px) / 7);
              float: left; } }
          #tv1 .weeklylist .weeklyprogramtab > .nav li:last-of-type {
            border-right: none; }
          #tv1 .weeklylist .weeklyprogramtab > .nav li a {
            background: #F7F7F7;
            line-height: 34px;
            display: block;
            font-size: 1.4rem;
            font-weight: bold; }
          #tv1 .weeklylist .weeklyprogramtab > .nav li a:link, #tv1 .weeklylist .weeklyprogramtab > .nav li a:active, #tv1 .weeklylist .weeklyprogramtab > .nav li a:visited, #tv1 .weeklylist .weeklyprogramtab > .nav li a:hover {
            color: #454545; }
          #tv1 .weeklylist .weeklyprogramtab > .nav li.sat a {
            color: #1468B0; }
          #tv1 .weeklylist .weeklyprogramtab > .nav li.sun a {
            color: #CB1C1C; }
          #tv1 .weeklylist .weeklyprogramtab > .nav li.active a {
            border-top: 2px solid #404040;
            background: #5A5858;
            line-height: 32px; }
          #tv1 .weeklylist .weeklyprogramtab > .nav li.active a:link, #tv1 .weeklylist .weeklyprogramtab > .nav li.active a:active, #tv1 .weeklylist .weeklyprogramtab > .nav li.active a:visited, #tv1 .weeklylist .weeklyprogramtab > .nav li.active a:hover {
            color: #fff; }
          @media (max-width: 767px) {
            #tv1 .weeklylist .weeklyprogramtab > .nav li {
              min-width: 34px;
              border-right: none;
              margin: 0 2px;
              display: inline-block; }
              #tv1 .weeklylist .weeklyprogramtab > .nav li a {
                border-radius: 50%;
                font-size: 1.2rem; }
              #tv1 .weeklylist .weeklyprogramtab > .nav li.active {
                border-top: none; } }
        @media (min-width: 768px) {
          #tv1 .weeklylist .weeklyprogramtab > .nav li a {
            line-height: 40px; }
          #tv1 .weeklylist .weeklyprogramtab > .nav li.active a {
            line-height: 38px; } }
    @media (min-width: 768px) {
      #tv1 .weeklylist #weekly .weeklyprogramtab > .nav li:first-of-type a {
        border-radius: 5px 0px 0px 5px; }
      #tv1 .weeklylist #weekly .weeklyprogramtab > .nav li:last-of-type a {
        border-radius: 0px 5px 5px 0px; }
      #tv1 .weeklylist #weekly .weeklyprogramtab > .nav li.active a {
        line-height: 38px; } }
    @media (max-width: 767px) {
      #tv1 .weeklylist #weekly > .nav ul {
        width: calc(100% + 40px);
        margin-left: -20px !important;
        padding-left: 0 !important;
        padding-right: 0 !important; } }
  #tv1 #categoryprogramtab .nav {
    padding-bottom: 0; }
    @media (max-width: 767px) {
      #tv1 #categoryprogramtab .nav ul {
        padding-left: 0;
        padding-right: 0; } }
    #tv1 #categoryprogramtab .nav li {
      width: calc( ( 100% - 60px ) / 4);
      border: none;
      margin: 0 20px 20px 0;
      float: left; }
      @media (min-width: 768px) {
        #tv1 #categoryprogramtab .nav li:nth-of-type(4n), #tv1 #categoryprogramtab .nav li:nth-of-type(7) {
          margin-right: 0; }
        #tv1 #categoryprogramtab .nav li:nth-of-type(5) {
          width: calc( ( 100% - 60px ) / 4 * 2 + 20px); } }
      #tv1 #categoryprogramtab .nav li a {
        padding: 0 10px; }
      @media (max-width: 767px) {
        #tv1 #categoryprogramtab .nav li {
          min-width: 49%;
          margin-bottom: 10px;
          margin-right: 0; }
          #tv1 #categoryprogramtab .nav li:nth-of-type(2n) {
            float: right; }
          #tv1 #categoryprogramtab .nav li:nth-of-type(5) {
            width: 100%; }
          #tv1 #categoryprogramtab .nav li a {
            border-radius: 5px; } }

.sidebar .tvinformation {
  background: #fff;
  text-align: left;
  margin-bottom: 20px;
  padding: 20px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .sidebar .tvinformation ul {
      width: calc( 100% + 20px);
      margin-left: -10px; } }
  .sidebar .tvinformation ul:after {
    content: "";
    display: block;
    clear: both; }
  .sidebar .tvinformation li {
    padding-bottom: 20px;
    text-align: justify; }
    @media (min-width: 481px) and (max-width: 991px) {
      .sidebar .tvinformation li {
        margin: 0 10px;
        float: left; } }
  .sidebar .tvinformation img {
    display: block;
    margin-bottom: 10px;
    width: 100%; }

.sidebar .mite {
  background: #fff url(../img/mitebg@2x.png) no-repeat right top -1px;
  background-size: auto 60px;
  position: relative; }
  .sidebar .mite h2 {
    height: 65px;
    width: calc( 100% + 30px);
    margin-left: -15px;
    margin-bottom: 15px; }
    .sidebar .mite h2 img {
      max-width: 100%; }
  .sidebar .mite .frame {
    padding: 0 15px; }
  .sidebar .mite .list {
    padding-top: 20px; }
    .sidebar .mite .list ul:after {
      content: "";
      display: block;
      clear: both; }
    @media (max-width: 767px) {
      .sidebar .mite .list ul {
        width: calc( 100% + 20px);
        margin-left: -10px; } }
    .sidebar .mite .list li {
      text-align: center;
      padding-bottom: 20px; }
      @media (max-width: 767px) {
        .sidebar .mite .list li {
          float: left;
          width: calc( 50% - 20px);
          margin: 0 10px; } }
    .sidebar .mite .list img {
      display: block;
      margin: 0 auto 10px;
      width: 100%; }

.sidebar .closedprogram {
  text-align: left;
  background: #fff;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .sidebar .closedprogram {
      height: 36px;
      overflow: hidden; } }
  .sidebar .closedprogram h2 {
    background: #4b4b4b;
    color: #fff;
    background-image: url(../img/icon8@2x.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
    height: 36px;
    line-height: 36px;
    position: relative; }
    .sidebar .closedprogram h2 a {
      padding-left: 30px;
      display: block;
      width: 100%;
      box-sizing: border-box;
      z-index: 10;
      position: relative; }
      .sidebar .closedprogram h2 a:link, .sidebar .closedprogram h2 a:active, .sidebar .closedprogram h2 a:visited, .sidebar .closedprogram h2 a:hover {
        color: #fff; }
    @media (min-width: 767px) {
      .sidebar .closedprogram h2 a {
        pointer-events: none; } }
    @media (max-width: 767px) {
      .sidebar .closedprogram h2:after {
        display: block;
        content: '+';
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        right: 5px;
        text-align: center;
        z-index: 1;
        color: #fff; } }
  .sidebar .closedprogram .nav {
    padding: 15px; }
  .sidebar .closedprogram.active {
    height: auto; }
    .sidebar .closedprogram.active h2:after {
      content: '-'; }
  .sidebar .closedprogram li {
    border-bottom: 1px dotted #ccc;
    padding: 5px 0 5px 15px;
    position: relative; }
    .sidebar .closedprogram li:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "";
      display: inline-block;
      position: absolute;
      top: 6px;
      left: 0;
      color: #454545; }

.sidebar .tvrelation {
  text-align: left;
  background: #fff;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .sidebar .tvrelation {
      height: 36px;
      overflow: hidden; } }
  .sidebar .tvrelation h2 {
    background: #4b4b4b;
    color: #fff;
    background-image: url(../img/icon8@2x.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
    height: 36px;
    line-height: 36px;
    position: relative; }
    .sidebar .tvrelation h2 a {
      padding-left: 30px;
      display: block;
      width: 100%;
      box-sizing: border-box;
      z-index: 10;
      position: relative; }
      .sidebar .tvrelation h2 a:link, .sidebar .tvrelation h2 a:active, .sidebar .tvrelation h2 a:visited, .sidebar .tvrelation h2 a:hover {
        color: #fff; }
    @media (min-width: 767px) {
      .sidebar .tvrelation h2 a {
        pointer-events: none; } }
    @media (max-width: 767px) {
      .sidebar .tvrelation h2:after {
        display: block;
        content: '+';
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        right: 5px;
        text-align: center;
        z-index: 1;
        color: #fff; } }
  .sidebar .tvrelation .nav {
    padding: 15px; }
  .sidebar .tvrelation.active {
    height: auto; }
    .sidebar .tvrelation.active h2:after {
      content: '-'; }
  .sidebar .tvrelation li {
    border-bottom: 1px dotted #ccc;
    padding: 5px 0 5px 15px;
    position: relative; }
    .sidebar .tvrelation li:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "";
      display: inline-block;
      position: absolute;
      top: 6px;
      left: 0;
      color: #454545; }

.tv #footerbanner {
  background: none; }

#radiovisual {
  background: #B0EEC1;
  padding-top: 35px;
  padding-bottom: 35px; }
  @media (max-width: 767px) {
    #radiovisual {
      padding-top: 0;
      padding-bottom: 20px; } }
  #radiovisual .row > .grid:after {
    content: "";
    display: block;
    clear: both; }
  #radiovisual .main {
    width: 880px;
    float: left;
    height: auto; }
    @media (max-width: 1199px) {
      #radiovisual .main {
        width: calc( 100% - 320px); } }
    @media (max-width: 767px) {
      #radiovisual .main {
        float: none;
        width: 100%;
        margin-bottom: 20px; } }
  #radiovisual .main {
    border: 2px solid #1F9040;
    overflow: hidden; }
    @media (max-width: 767px) {
      #radiovisual .main {
        border: none;
        overflow: visible; }
        #radiovisual .main .slider {
          width: calc( 100% + 30px);
          margin-left: -15px; } }
    #radiovisual .main .owl-nav {
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      top: calc( ( 100% - 60px ) / 2);
      margin-top: 0;
      text-align: center; }
      #radiovisual .main .owl-nav button {
        width: 20px;
        height: 60px;
        position: absolute;
        color: #fff;
        margin: 0;
        border-radius: 0;
        font-size: 1.6rem; }
        #radiovisual .main .owl-nav button.owl-prev:after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f053';
          color: #fff; }
        #radiovisual .main .owl-nav button.owl-next:after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f054';
          color: #fff; }
        #radiovisual .main .owl-nav button span {
          display: none; }
        #radiovisual .main .owl-nav button:first-of-type {
          left: 0; }
        #radiovisual .main .owl-nav button:last-of-type {
          right: 0; }
      #radiovisual .main .owl-nav button {
        background: #1F9040; }
        #radiovisual .main .owl-nav button:first-of-type {
          left: 0px; }
        #radiovisual .main .owl-nav button:last-of-type {
          right: 0px; }
  #radiovisual .radio_program {
    width: 300px;
    height: 500px;
    float: right; }
    @media (max-width: 767px) {
      #radiovisual .radio_program {
        width: 100%;
        height: auto;
        float: none; } }
  #radiovisual .radio_program {
    background: #fff;
    text-align: left;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
    margin-bottom: 0;
    border: 2px solid #1F9040;
    padding-top: 12px; }
    @media (min-width: 481px) and (max-width: 1199px) {
      #radiovisual .radio_program {
        margin-bottom: 0; } }
    @media (max-width: 480px) {
      #radiovisual .radio_program {
        margin-bottom: 20px; } }
    #radiovisual .radio_program h2 {
      padding: 0px  0 5px 25px;
      font-size: 1.6rem;
      font-weight: 900;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    #radiovisual .radio_program p {
      font-size: 1.3rem;
      line-height: 120%; }
    @media (max-width: 767px) {
      #radiovisual .radio_program {
        border: 1px solid #1F9040; } }
    #radiovisual .radio_program h2 {
      grid-row: 1 / 2;
      padding-left: 40px; }
    #radiovisual .radio_program li {
      border-bottom: 1px solid #e5e5e5;
      padding: 10px; }
      @media (min-width: 768px) {
        #radiovisual .radio_program li.current {
          background: #ECFBF0; } }
      @media (max-width: 767px) {
        #radiovisual .radio_program li {
          border-bottom: none;
          padding: 0; } }
      #radiovisual .radio_program li .img {
        width: 33.333%;
        display: inline-block;
        vertical-align: middle; }
        @media (max-width: 767px) {
          #radiovisual .radio_program li .img {
            width: 90px;
            vertical-align: top; } }
        #radiovisual .radio_program li .img img {
          display: block;
          width: 100%; }
      #radiovisual .radio_program li .detail {
        width: 63.666%;
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px; }
        @media (max-width: 767px) {
          #radiovisual .radio_program li .detail {
            width: calc( 100% - 110px); } }
      #radiovisual .radio_program li.noimage .detail {
        width: 100%; }
    #radiovisual .radio_program .link a {
      border: 1px solid #8f8f8f;
      box-sizing: border-box;
      padding: 5px 10px;
      display: block;
      position: absolute;
      right: 0;
      top: 2px;
      top: 10px;
      right: 10px; }
      #radiovisual .radio_program .link a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f105';
        display: inline-block;
        margin-left: 5px; }
      @media (max-width: 767px) {
        #radiovisual .radio_program .link a {
          font-size: 1.2rem;
          padding: 2px 5px; } }
    @media (max-width: 767px) {
      #radiovisual .radio_program {
        margin-bottom: 0 !important; } }
    #radiovisual .radio_program h2 {
      background: url(../img/icon2@2x.png) no-repeat;
      background-size: auto 34px;
      margin-bottom: 10px;
      padding-left: 30px;
      background-position: left -7px top -6px; }
      @media (max-width: 767px) {
        #radiovisual .radio_program h2 {
          background-position: left -7px top -7px;
          padding-left: 30px; } }
    #radiovisual .radio_program .link a {
      top: 10px;
      right: 10px; }
      @media (max-width: 767px) {
        #radiovisual .radio_program .link a {
          top: 14px; } }
    #radiovisual .radio_program .scroll {
      overflow-y: auto;
      position: absolute;
      width: 100%;
      height: calc(100% - 50px);
      top: 50px;
      left: 0; }
      @media (max-width: 767px) {
        #radiovisual .radio_program .scroll {
          position: static;
          height: auto; } }
    @media (max-width: 767px) {
      #radiovisual .radio_program li {
        display: none; }
        #radiovisual .radio_program li:first-of-type {
          display: block; } }
    #radiovisual .radio_program .noimage .detail {
      padding-left: 0; }

#radio1 .grid {
  padding-top: 30px;
  padding-bottom: 30px; }
  #radio1 .grid:after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 767px) {
    #radio1 .grid {
      padding-top: 15px;
      padding-bottom: 0; } }

#radio1 .facebook {
  width: calc( ( 100% - 300px ) / 2 - 20px);
  float: left;
  margin-right: 20px; }
  @media (max-width: 991px) {
    #radio1 .facebook {
      width: calc( 50% - 20px); } }
  @media (max-width: 767px) {
    #radio1 .facebook {
      width: 100%;
      margin-bottom: 20px;
      margin-right: 0; }
      #radio1 .facebook > .fb-page > span {
        height: 240px !important; } }
  #radio1 .facebook iframe {
    display: block;
    min-height: 397px !important; }
    @media (max-width: 1023px) {
      #radio1 .facebook iframe {
        min-height: 340px !important; } }
    @media (max-width: 767px) {
      #radio1 .facebook iframe {
        min-height: 1px !important;
        max-height: 240px !important; } }

#radio1 .twitter {
  width: calc( ( 100% - 300px ) / 2 - 20px);
  float: left;
  border: 1px solid #ccc; }
  @media (max-width: 991px) {
    #radio1 .twitter {
      width: calc( 50% - 20px); } }
  @media (max-width: 767px) {
    #radio1 .twitter {
      width: 100%;
      margin-bottom: 20px;
      margin-right: 0; } }
  #radio1 .twitter iframe {
    display: block;
    min-height: 397px !important; }
    @media (max-width: 1023px) {
      #radio1 .twitter iframe {
        min-height: 340px !important; } }
    @media (max-width: 767px) {
      #radio1 .twitter iframe {
        min-height: 1px !important;
        max-height: 240px !important; } }

#radio1 .banners {
  width: 300px;
  float: right; }
  @media (max-width: 991px) {
    #radio1 .banners {
      width: calc( 50% - 20px); } }
  @media (max-width: 767px) {
    #radio1 .banners {
      width: 100%;
      margin-bottom: 20px;
      margin-right: 0; } }
  #radio1 .banners img {
    width: 100%; }
  #radio1 .banners .img {
    display: block; }
  #radio1 .banners .line {
    margin-bottom: 20px; }
  @media (max-width: 991px) {
    #radio1 .banners {
      display: none; } }

#radio2 {
  background: #1F9040;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    #radio2 {
      background: #f4f4f4; } }
  #radio2 .grid:after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 767px) {
    #radio2 .grid {
      display: flex;
      flex-direction: row;
      flex-flow: wrap; } }
  #radio2 .frequency {
    width: calc( 53.333% - 20px);
    margin-right: 20px;
    float: left;
    background: #fff;
    text-align: left;
    margin-bottom: 20px;
    margin-bottom: 0;
    position: relative; }
    @media (max-width: 767px) {
      #radio2 .frequency {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        order: 2; } }
    #radio2 .frequency .list {
      padding: 20px 20px 20px; }
    @media (max-width: 767px) {
      #radio2 .frequency {
        overflow: hidden;
        height: 60px; } }
    #radio2 .frequency h2 {
      background-image: url(../img/icon2@2x.png);
      color: #454545;
      background-size: 47px;
      background-repeat: no-repeat;
      padding-left: 50px;
      background-position: left 5px top 10px; }
      #radio2 .frequency h2 a {
        font-size: 2rem;
        font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: 900;
        height: 60px;
        line-height: 60px;
        display: block;
        position: relative;
        z-index: 10; }
        @media (max-width: 767px) {
          #radio2 .frequency h2 a {
            font-size: 1.8rem; } }
        #radio2 .frequency h2 a:link, #radio2 .frequency h2 a:active, #radio2 .frequency h2 a:visited, #radio2 .frequency h2 a:hover {
          color: #454545; }
      @media (max-width: 767px) {
        #radio2 .frequency h2 {
          color: #454545; }
          #radio2 .frequency h2:after {
            display: block;
            content: '+';
            width: 30px;
            height: 30px;
            position: absolute;
            top: 19px;
            right: 15px;
            text-align: center;
            z-index: 1; } }
    #radio2 .frequency .link a {
      border: 1px solid #8f8f8f;
      box-sizing: border-box;
      padding: 5px 10px;
      display: block;
      position: absolute;
      right: 15px;
      top: 13px; }
      #radio2 .frequency .link a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f105';
        display: inline-block;
        margin-left: 5px; }
      @media (max-width: 767px) {
        #radio2 .frequency .link a {
          font-size: 1.2rem;
          padding: 2px 5px; } }
      @media (max-width: 767px) {
        #radio2 .frequency .link a {
          display: none; } }
    #radio2 .frequency .frame {
      padding: 0 15px; }
      #radio2 .frequency .frame > dl {
        display: flex;
        flex-direction: row;
        flex-flow: wrap;
        align-items: stretch;
        justify-content: center; }
        #radio2 .frequency .frame > dl > dt {
          position: relative;
          width: 60px; }
        #radio2 .frequency .frame > dl > dd {
          width: calc( 100% - 60px);
          padding: 10px 6px 0; }
          #radio2 .frequency .frame > dl > dd dl {
            width: 33.333%;
            float: left;
            display: flex;
            flex-direction: row;
            flex-flow: wrap;
            align-items: stretch;
            margin-bottom: 10px; }
            @media (max-width: 1199px) {
              #radio2 .frequency .frame > dl > dd dl {
                width: 50%; } }
            @media (max-width: 767px) {
              #radio2 .frequency .frame > dl > dd dl {
                width: 100%; } }
            #radio2 .frequency .frame > dl > dd dl dt {
              width: calc( ( 100% - 6em ));
              padding: 0 0 0 5px;
              font-size: 1.6rem;
              line-height: 100%; }
              @media (max-width: 991px) {
                #radio2 .frequency .frame > dl > dd dl dt {
                  font-size: 1.2rem; } }
            #radio2 .frequency .frame > dl > dd dl dd {
              width: 6em;
              text-align: right;
              padding: 0 5px 0 0;
              font-size: 1.6rem;
              line-height: 100%; }
              @media (max-width: 991px) {
                #radio2 .frequency .frame > dl > dd dl dd {
                  font-size: 1.2rem; } }
            @media (min-width: 1200px) {
              #radio2 .frequency .frame > dl > dd dl:nth-of-type(3n) dd {
                border-right: none; } }
            @media (max-width: 1199px) {
              #radio2 .frequency .frame > dl > dd dl:nth-of-type(2n) dd {
                border-right: none; } }
            @media (max-width: 767px) {
              #radio2 .frequency .frame > dl > dd dl dd {
                border-right: none; } }
    #radio2 .frequency .am {
      border: 2px solid #EB5757;
      margin-bottom: 20px; }
      #radio2 .frequency .am > dt {
        background: #EB5757;
        color: #fff;
        position: relative; }
        #radio2 .frequency .am > dt p {
          position: absolute;
          width: 100%;
          top: calc( ( 100% - 1em ) / 2);
          text-align: center;
          font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          font-weight: 900; }
      #radio2 .frequency .am > dd dl dd {
        border-right: 1px dotted #EB5757; }
    #radio2 .frequency .fm {
      border: 2px solid #3FB361;
      margin-bottom: 20px; }
      #radio2 .frequency .fm > dt {
        background: #3FB361;
        color: #fff;
        position: relative; }
        #radio2 .frequency .fm > dt p {
          position: absolute;
          width: 100%;
          top: calc( ( 100% - 1em ) / 2);
          text-align: center;
          font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
          font-weight: 900; }
      #radio2 .frequency .fm > dd dl dd {
        border-right: 1px dotted #3FB361; }
    @media (max-width: 767px) {
      #radio2 .frequency .fm {
        margin-bottom: 70px; }
      #radio2 .frequency.active {
        height: auto; }
        #radio2 .frequency.active h2:after {
          content: '-'; }
        #radio2 .frequency.active .link a {
          display: block;
          top: auto;
          bottom: 20px; } }
  #radio2 .information {
    width: 25%;
    float: left;
    text-align: left;
    background: #fff;
    margin-bottom: 20px;
    margin-bottom: 0;
    position: relative; }
    @media (max-width: 767px) {
      #radio2 .information {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 0px;
        order: 3; } }
    #radio2 .information h2 {
      background: #FFBC00;
      color: #fff;
      background-image: url("../img/icon9@2x.png");
      background-repeat: no-repeat;
      background-position: left 5px top 3px;
      background-size: 30px;
      padding-left: 35px;
      height: 36px;
      line-height: 36px;
      position: relative; }
      #radio2 .information h2 a {
        padding-left: 30px;
        display: block;
        width: 100%;
        box-sizing: border-box; }
        #radio2 .information h2 a:link, #radio2 .information h2 a:active, #radio2 .information h2 a:visited, #radio2 .information h2 a:hover {
          color: #fff; }
    #radio2 .information .frame {
      padding: 10px; }
      #radio2 .information .frame ul {
        margin-bottom: 30px; }
        #radio2 .information .frame ul li {
          padding-left: 20px;
          padding-bottom: 5px;
          text-align: justify; }
        #radio2 .information .frame ul p {
          font-size: 1.5rem; }
          #radio2 .information .frame ul p:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: '\f105';
            margin-left: -15px;
            padding-right: 10px;
            color: #E58949; }
    #radio2 .information .link a {
      display: block;
      position: absolute;
      bottom: 15px;
      right: 20px; }
      #radio2 .information .link a:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f0da";
        color: #E58949;
        padding-right: 5px; }
    #radio2 .information .link a:link, #radio2 .information .link a:active, #radio2 .information .link a:visited, #radio2 .information .link a:hover {
      color: #454545; }
  #radio2 .banners {
    width: 20%;
    float: right; }
    @media (max-width: 767px) {
      #radio2 .banners {
        width: 100%;
        float: none;
        order: 1; } }
    #radio2 .banners img {
      display: block;
      width: 100%;
      margin-bottom: 20px; }
      #radio2 .banners img:last-of-type {
        margin-bottom: 0; }
    #radio2 .banners .line {
      display: none;
      margin-bottom: 15px; }
      @media (max-width: 991px) {
        #radio2 .banners .line {
          display: block; } }
    @media (max-width: 767px) {
      #radio2 .banners {
        display: flex;
        flex-direction: row;
        flex-flow: wrap;
        align-items: stretch;
        justify-content: center; }
        #radio2 .banners p {
          width: 50%; }
        #radio2 .banners .line {
          padding-right: 10px; }
        #radio2 .banners .radiko {
          padding-left: 10px; } }

#radio3 {
  padding-top: 40px;
  background: #f4f4f4; }
  @media (max-width: 767px) {
    #radio3 {
      padding-top: 0px; } }
  #radio3 .weeklylist {
    text-align: left;
    background: #fff;
    position: relative;
    background: #fff;
    text-align: left;
    margin-bottom: 30px; }
    #radio3 .weeklylist .list {
      padding: 20px 20px 20px; }
    #radio3 .weeklylist h2 {
      font-size: 2rem;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 900;
      height: 60px;
      line-height: 60px;
      background-image: url(../img/icon2@2x.png);
      color: #454545;
      background-size: 47px;
      background-repeat: no-repeat;
      padding-left: 57px;
      background-position: left 11px top 10px; }
      @media (max-width: 767px) {
        #radio3 .weeklylist h2 {
          font-size: 1.8rem; } }
    #radio3 .weeklylist .title {
      background: #1F9040;
      color: #fff;
      display: inline-block;
      padding: 12px;
      position: relative;
      font-size: 1.5rem;
      line-height: 100%;
      white-space: nowrap; }
      #radio3 .weeklylist .title:after {
        width: 10px;
        height: 10px;
        content: '';
        background: #1F9040;
        display: block;
        position: absolute;
        bottom: -5px;
        transform: rotateZ(45deg);
        left: calc( ( 100% - 5px ) / 2); }
      #radio3 .weeklylist .title img.logo {
        height: 15px;
        vertical-align: bottom;
        margin-right: 4px; }
    @media (max-width: 767px) {
      #radio3 .weeklylist .frame {
        padding-left: 10px;
        padding-right: 10px; } }
    #radio3 .weeklylist .list1 {
      padding: 30px 0;
      padding-bottom: 0; }
      #radio3 .weeklylist .list1 ul {
        width: calc( 100% + 20px);
        margin-left: -10px;
        display: flex;
        flex-direction: row;
        flex-flow: wrap;
        align-items: stretch; }
      #radio3 .weeklylist .list1 li {
        width: calc( ( 100% - 20px * 5 ) / 5);
        position: relative;
        margin: 0 10px 40px; }
        #radio3 .weeklylist .list1 li .thumbnail {
          margin-bottom: 13px; }
          #radio3 .weeklylist .list1 li .thumbnail img, #radio3 .weeklylist .list1 li .thumbnail iframe {
            display: block;
            width: 100%; }
        #radio3 .weeklylist .list1 li h3 {
          font-size: 1.4rem;
          margin-bottom: 8px; }
        #radio3 .weeklylist .list1 li .date {
          font-size: 1.4rem; }
        #radio3 .weeklylist .list1 li .detail {
          font-size: 1.2rem; }
        @media (max-width: 1199px) {
          #radio3 .weeklylist .list1 li {
            width: calc( ( 100% - 20px * ( 5 - 1 ) ) / ( 5 - 1 )); } }
        @media (max-width: 991px) {
          #radio3 .weeklylist .list1 li {
            width: calc( ( 100% - 20px * ( 5 - 2 ) ) / ( 5 - 2 )); } }
        @media (max-width: 767px) {
          #radio3 .weeklylist .list1 li {
            width: calc( ( 100% - 60px ) / 3);
            margin: 0 10px 20px; } }
        #radio3 .weeklylist .list1 li .thumbnail {
          border: 1px solid #eee; }
      #radio3 .weeklylist .list1 .explain {
        margin-bottom: 10px; }
      #radio3 .weeklylist .list1 li h3 {
        font-size: 1.6rem; }
      @media (max-width: 767px) {
        #radio3 .weeklylist .list1 li {
          width: 100%; }
          #radio3 .weeklylist .list1 li .thumbnail {
            width: 100px;
            float: left; }
          #radio3 .weeklylist .list1 li .detail, #radio3 .weeklylist .list1 li .explain {
            width: calc( 100% - 100px);
            float: right;
            padding-left: 10px; }
          #radio3 .weeklylist .list1 li .btns {
            clear: both; } }
      #radio3 .weeklylist .list1 .btns p {
        float: left;
        margin-right: 3px; }
        #radio3 .weeklylist .list1 .btns p:last-of-type {
          margin-right: 0; }
      #radio3 .weeklylist .list1 .btns p.btn1 {
        cursor: pointer; }
        @media (min-width: 481px) {
          #radio3 .weeklylist .list1 .btns p.btn1 {
            float: none; } }
      #radio3 .weeklylist .list1 .btns img {
        max-width: 100%; }
      #radio3 .weeklylist .list1 .popup {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        bottom: -20px;
        display: none;
        transition: opacity 0.25s ease-out 0s;
        opacity: 1;
        z-index: 100; }
        #radio3 .weeklylist .list1 .popup p {
          line-height: 150%;
          font-size: 1.3rem;
          color: #fff;
          background: #454545;
          padding: 10px;
          text-align: justify;
          max-height: 300px;
          overflow-y: auto; }
        #radio3 .weeklylist .list1 .popup:after {
          background: #454545;
          content: '';
          width: 10px;
          height: 10px;
          transform: rotateZ(-45deg);
          top: -5px;
          left: 35px;
          position: absolute; }
        #radio3 .weeklylist .list1 .popup.active {
          opacity: 1; }
      #radio3 .weeklylist .list1 .activate {
        display: block; }
    #radio3 .weeklylist .noimagelist {
      padding-top: 0; }
    #radio3 .weeklylist .list2 {
      padding: 30px 0;
      padding-bottom: 0; }
      #radio3 .weeklylist .list2 ul {
        width: calc( 100% + 20px);
        margin-left: -10px;
        display: flex;
        flex-direction: row;
        flex-flow: wrap;
        align-items: stretch; }
      #radio3 .weeklylist .list2 li {
        width: calc( ( 100% - 20px * 5 ) / 5);
        position: relative;
        margin: 0 10px 40px; }
        #radio3 .weeklylist .list2 li .thumbnail {
          margin-bottom: 13px; }
          #radio3 .weeklylist .list2 li .thumbnail img, #radio3 .weeklylist .list2 li .thumbnail iframe {
            display: block;
            width: 100%; }
        #radio3 .weeklylist .list2 li h3 {
          font-size: 1.4rem;
          margin-bottom: 8px; }
        #radio3 .weeklylist .list2 li .date {
          font-size: 1.4rem; }
        #radio3 .weeklylist .list2 li .detail {
          font-size: 1.2rem; }
        @media (max-width: 1199px) {
          #radio3 .weeklylist .list2 li {
            width: calc( ( 100% - 20px * ( 5 - 1 ) ) / ( 5 - 1 )); } }
        @media (max-width: 991px) {
          #radio3 .weeklylist .list2 li {
            width: calc( ( 100% - 20px * ( 5 - 2 ) ) / ( 5 - 2 )); } }
        @media (max-width: 767px) {
          #radio3 .weeklylist .list2 li {
            width: calc( ( 100% - 60px ) / 3);
            margin: 0 10px 20px; } }
        #radio3 .weeklylist .list2 li .thumbnail {
          border: 1px solid #eee; }
      #radio3 .weeklylist .list2 li h3 {
        font-size: 1.6rem; }
      @media (max-width: 767px) {
        #radio3 .weeklylist .list2 li h3, #radio3 .weeklylist .list2 li .date {
          font-size: 1.2rem;
          line-height: 130%; } }
    #radio3 .weeklylist .link a {
      display: block;
      line-height: 35px;
      border: 1px solid #8f8f8f;
      font-size: 1.3rem;
      text-align: center;
      position: absolute;
      bottom: 10px;
      left: calc( ( 100% - 96px ) / 2);
      padding-left: 8px;
      padding-right: 8px; }
      #radio3 .weeklylist .link a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f054";
        display: inline-block;
        padding-left: 5px; }
      @media (max-width: 480px) {
        #radio3 .weeklylist .link a {
          top: 10px;
          right: 10px;
          bottom: auto;
          left: auto;
          line-height: 30px; } }
    @media (min-width: 768px) {
      #radio3 .weeklylist .weeklyprogramtab {
        padding: 0px 20px; } }
    #radio3 .weeklylist .weeklyprogramtab > .nav {
      padding-bottom: 20px;
      padding-top: 10px !important; }
      @media (min-width: 768px) {
        #radio3 .weeklylist .weeklyprogramtab > .nav {
          padding-top: 40px; } }
      @media (max-width: 767px) {
        #radio3 .weeklylist .weeklyprogramtab > .nav {
          padding-top: 30px; } }
      #radio3 .weeklylist .weeklyprogramtab > .nav ul {
        border-radius: 3px;
        margin-left: auto;
        margin-right: auto; }
        #radio3 .weeklylist .weeklyprogramtab > .nav ul:after {
          content: "";
          display: block;
          clear: both; }
        @media (max-width: 767px) {
          #radio3 .weeklylist .weeklyprogramtab > .nav ul {
            padding: 0 5px;
            text-align: center; } }
      #radio3 .weeklylist .weeklyprogramtab > .nav li {
        text-align: center;
        border-right: 1px dotted #ccc;
        position: relative; }
        @media (min-width: 768px) {
          #radio3 .weeklylist .weeklyprogramtab > .nav li {
            width: calc( ( 100% - 2px) / 8);
            float: left; } }
        #radio3 .weeklylist .weeklyprogramtab > .nav li:last-of-type {
          border-right: none; }
        #radio3 .weeklylist .weeklyprogramtab > .nav li a {
          background: #F7F7F7;
          line-height: 34px;
          display: block;
          font-size: 1.4rem;
          font-weight: bold; }
        #radio3 .weeklylist .weeklyprogramtab > .nav li a:link, #radio3 .weeklylist .weeklyprogramtab > .nav li a:active, #radio3 .weeklylist .weeklyprogramtab > .nav li a:visited, #radio3 .weeklylist .weeklyprogramtab > .nav li a:hover {
          color: #454545; }
        #radio3 .weeklylist .weeklyprogramtab > .nav li.sat a {
          color: #1468B0; }
        #radio3 .weeklylist .weeklyprogramtab > .nav li.sun a {
          color: #CB1C1C; }
        #radio3 .weeklylist .weeklyprogramtab > .nav li.active a {
          border-top: 2px solid #404040;
          background: #5A5858;
          line-height: 32px; }
        #radio3 .weeklylist .weeklyprogramtab > .nav li.active a:link, #radio3 .weeklylist .weeklyprogramtab > .nav li.active a:active, #radio3 .weeklylist .weeklyprogramtab > .nav li.active a:visited, #radio3 .weeklylist .weeklyprogramtab > .nav li.active a:hover {
          color: #fff; }
        @media (max-width: 767px) {
          #radio3 .weeklylist .weeklyprogramtab > .nav li {
            min-width: 34px;
            border-right: none;
            margin: 0 2px;
            display: inline-block; }
            #radio3 .weeklylist .weeklyprogramtab > .nav li a {
              border-radius: 50%;
              font-size: 1.2rem; }
            #radio3 .weeklylist .weeklyprogramtab > .nav li.active {
              border-top: none; } }
      @media (min-width: 768px) {
        #radio3 .weeklylist .weeklyprogramtab > .nav li a {
          line-height: 40px; }
        #radio3 .weeklylist .weeklyprogramtab > .nav li:first-of-type a {
          border-radius: 5px 0 0 5px; }
        #radio3 .weeklylist .weeklyprogramtab > .nav li:last-of-type a {
          border-radius: 0px 5px 5px 0px; }
        #radio3 .weeklylist .weeklyprogramtab > .nav li.active a {
          line-height: 38px; } }
  #radio3 .banner {
    padding: 0 0 20px;
    text-align: center; }
    #radio3 .banner img {
      width: 90%;
      max-width: 850px; }
      @media (max-width: 480px) {
        #radio3 .banner img {
          max-width: 310px; } }

#radio4 {
  background: #f4f4f4; }
  #radio4 .pickup {
    background: #fff;
    text-align: left;
    margin-bottom: 20px;
    border: 2px solid #1F9040; }
    #radio4 .pickup .list {
      padding: 20px 20px 20px; }
    #radio4 .pickup h2 {
      font-size: 2rem;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 900;
      height: 60px;
      line-height: 60px;
      background-image: url(../img/icon9@2x.png);
      background-color: #1F9040;
      color: #fff;
      background-size: 47px;
      background-repeat: no-repeat;
      padding-left: 57px;
      background-position: left 11px top 10px;
      position: relative;
      z-index: 10; }
      @media (max-width: 767px) {
        #radio4 .pickup h2 {
          font-size: 1.8rem; } }
      #radio4 .pickup h2 img {
        position: absolute;
        top: -40px; }
    #radio4 .pickup .list {
      padding: 30px 30px 10px; }
      @media (max-width: 767px) {
        #radio4 .pickup .list {
          padding: 10px 20px; } }
      #radio4 .pickup .list ul:after {
        content: "";
        display: block;
        clear: both; }
      #radio4 .pickup .list li {
        margin-bottom: 20px; }
        #radio4 .pickup .list li .thumbnail {
          margin-bottom: 13px; }
          #radio4 .pickup .list li .thumbnail img, #radio4 .pickup .list li .thumbnail iframe {
            display: block;
            width: 100%; }
        #radio4 .pickup .list li h3 {
          font-size: 1.4rem;
          margin-bottom: 8px; }
        #radio4 .pickup .list li .date {
          font-size: 1.4rem; }
        #radio4 .pickup .list li .detail {
          font-size: 1.2rem; }
        #radio4 .pickup .list li .thumbnail {
          border: 1px solid #e6e6e6; }
        @media (max-width: 767px) {
          #radio4 .pickup .list li {
            padding-top: 13px; }
            #radio4 .pickup .list li .thumbnail {
              width: 100px;
              float: left; }
            #radio4 .pickup .list li h3 {
              margin-bottom: 0;
              padding-top: 0px; }
            #radio4 .pickup .list li .explain {
              width: calc( 100% - 100px);
              float: left;
              padding-left: 15px;
              position: relative; } }
    #radio4 .pickup .owl-nav {
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      top: calc( ( 100% - 60px ) / 2);
      margin-top: 0;
      text-align: center; }
      #radio4 .pickup .owl-nav button {
        width: 20px;
        height: 60px;
        position: absolute;
        color: #fff;
        margin: 0;
        border-radius: 0;
        font-size: 1.6rem; }
        #radio4 .pickup .owl-nav button.owl-prev:after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f053';
          color: #fff; }
        #radio4 .pickup .owl-nav button.owl-next:after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f054';
          color: #fff; }
        #radio4 .pickup .owl-nav button span {
          display: none; }
        #radio4 .pickup .owl-nav button:first-of-type {
          left: 0; }
        #radio4 .pickup .owl-nav button:last-of-type {
          right: 0; }
      #radio4 .pickup .owl-nav button {
        background: #1F9040; }
        #radio4 .pickup .owl-nav button:first-of-type {
          left: -20px; }
        #radio4 .pickup .owl-nav button:last-of-type {
          right: -20px; }

#radio5 {
  background: #f4f4f4; }
  #radio5 .grid:after {
    content: "";
    display: block;
    clear: both; }
  #radio5 .information {
    width: calc( 49.166% - 20px);
    float: left;
    margin-right: 20px;
    text-align: left;
    background: #fff;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      #radio5 .information {
        width: calc( 50% - 10px);
        margin-right: 0; } }
    @media (max-width: 767px) {
      #radio5 .information {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      #radio5 .information {
        height: 36px;
        overflow: hidden; } }
    #radio5 .information h2 {
      background: #4b4b4b;
      color: #fff;
      background-image: url(../img/icon8@2x.png);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 30px;
      height: 36px;
      line-height: 36px;
      position: relative; }
      #radio5 .information h2 a {
        padding-left: 30px;
        display: block;
        width: 100%;
        box-sizing: border-box;
        z-index: 10;
        position: relative; }
        #radio5 .information h2 a:link, #radio5 .information h2 a:active, #radio5 .information h2 a:visited, #radio5 .information h2 a:hover {
          color: #fff; }
      @media (min-width: 767px) {
        #radio5 .information h2 a {
          pointer-events: none; } }
      @media (max-width: 767px) {
        #radio5 .information h2:after {
          display: block;
          content: '+';
          width: 30px;
          height: 30px;
          position: absolute;
          top: 0;
          right: 5px;
          text-align: center;
          z-index: 1;
          color: #fff; } }
    #radio5 .information .nav {
      padding: 15px; }
    #radio5 .information.active {
      height: auto; }
      #radio5 .information.active h2:after {
        content: '-'; }
    #radio5 .information li {
      padding: 3px 0 3px 15px;
      position: relative; }
      #radio5 .information li:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "";
        display: inline-block;
        position: absolute;
        top: 3px;
        left: 0;
        color: #E58949; }
    #radio5 .information h2 {
      background-image: url(../img/icon9@2x.png);
      background-repeat: no-repeat;
      background-position: left 3px top 3px;
      background-size: 30px;
      padding-left: 4px; }
    #radio5 .information li {
      border-bottom: 1px dotted #ccc;
      padding-top: 6px;
      padding-bottom: 6px; }
      #radio5 .information li:before {
        top: 6px; }
  #radio5 .radiorelation {
    width: calc( 30.8% - 20px);
    float: left;
    margin-right: 20px;
    text-align: left;
    background: #fff;
    margin-bottom: 20px; }
    @media (max-width: 991px) {
      #radio5 .radiorelation {
        width: calc( 50% - 10px);
        margin-right: 0;
        float: right; } }
    @media (max-width: 767px) {
      #radio5 .radiorelation {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      #radio5 .radiorelation {
        height: 36px;
        overflow: hidden; } }
    #radio5 .radiorelation h2 {
      background: #4b4b4b;
      color: #fff;
      background-image: url(../img/icon8@2x.png);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 30px;
      height: 36px;
      line-height: 36px;
      position: relative; }
      #radio5 .radiorelation h2 a {
        padding-left: 30px;
        display: block;
        width: 100%;
        box-sizing: border-box;
        z-index: 10;
        position: relative; }
        #radio5 .radiorelation h2 a:link, #radio5 .radiorelation h2 a:active, #radio5 .radiorelation h2 a:visited, #radio5 .radiorelation h2 a:hover {
          color: #fff; }
      @media (min-width: 767px) {
        #radio5 .radiorelation h2 a {
          pointer-events: none; } }
      @media (max-width: 767px) {
        #radio5 .radiorelation h2:after {
          display: block;
          content: '+';
          width: 30px;
          height: 30px;
          position: absolute;
          top: 0;
          right: 5px;
          text-align: center;
          z-index: 1;
          color: #fff; } }
    #radio5 .radiorelation .nav {
      padding: 15px; }
    #radio5 .radiorelation.active {
      height: auto; }
      #radio5 .radiorelation.active h2:after {
        content: '-'; }
    #radio5 .radiorelation li {
      padding: 3px 0 3px 15px;
      position: relative; }
      #radio5 .radiorelation li:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "";
        display: inline-block;
        position: absolute;
        top: 3px;
        left: 0;
        color: #E58949; }
    #radio5 .radiorelation h2 {
      background-image: url(../img/icon9@2x.png);
      background-repeat: no-repeat;
      background-position: left 3px top 3px;
      background-size: 30px;
      padding-left: 4px; }
    #radio5 .radiorelation li {
      border-bottom: 1px dotted #ccc;
      padding-top: 6px;
      padding-bottom: 6px; }
      #radio5 .radiorelation li:before {
        top: 6px; }
  #radio5 .ad3 {
    width: 20%;
    float: right; }
    @media (max-width: 767px) {
      #radio5 .ad3 {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px; } }

.listenbtn {
  position: fixed;
  z-index: 11; }
  .listenbtn p a:link, .listenbtn p a:active, .listenbtn p a:visited, .listenbtn p a:hover {
    color: #fff; }
  .listenbtn .lt, .listenbtn .sp {
    display: none; }
  @media (min-width: 768px) {
    .listenbtn {
      width: 50px;
      top: 248px;
      right: 0; }
      .listenbtn .lt {
        display: block; } }
  @media (max-width: 767px) {
    .listenbtn {
      width: 50%;
      bottom: 0;
      left: 0;
      background: #00A7E9; }
      .listenbtn .sp {
        display: block; }
      .listenbtn span.sp {
        display: block;
        line-height: 30px;
        font-size: 1.4rem; }
      .listenbtn img {
        width: 18px;
        margin-right: 5px;
        vertical-align: middle; } }

@media (max-width: 767px) {
  .radio #gotop {
    width: 50%;
    left: auto;
    right: 0; } }

@media (max-width: 767px) {
  .radio .banner6col li {
    display: inline-block !important; } }

.radio #footerbanner {
  background: none; }

#eventvisual {
  background: #F4E7B1;
  padding-top: 35px;
  padding-bottom: 35px; }
  @media (max-width: 767px) {
    #eventvisual {
      padding-top: 0;
      padding-bottom: 20px; } }
  #eventvisual .row > .grid:after {
    content: "";
    display: block;
    clear: both; }
  #eventvisual .main {
    width: 880px;
    float: left;
    height: 530px; }
    @media (max-width: 1199px) {
      #eventvisual .main {
        width: calc( 100% - 320px);
        height: auto; } }
    @media (max-width: 767px) {
      #eventvisual .main {
        float: none;
        width: 100%;
        height: 60vh;
        margin-bottom: 20px; } }
  #eventvisual .main {
    border: 2px solid #DFB819;
    overflow: hidden;
    background: #fff; }
    @media (min-width: 768px) {
      #eventvisual .main .owl-item img {
        width: auto; } }
    @media (max-width: 767px) {
      #eventvisual .main {
        border: none;
        overflow: visible;
        margin-bottom: 20px;
        width: calc( 100% + 30px);
        margin-left: -15px; }
        #eventvisual .main .slider img, #eventvisual .main .slider a {
          display: block;
          height: 60vh;
          width: auto; } }
    #eventvisual .main .owl-nav {
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      top: calc( ( 100% - 60px ) / 2);
      margin-top: 0;
      text-align: center; }
      #eventvisual .main .owl-nav button {
        width: 20px;
        height: 60px;
        position: absolute;
        color: #fff;
        margin: 0;
        border-radius: 0;
        font-size: 1.6rem; }
        #eventvisual .main .owl-nav button.owl-prev:after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f053';
          color: #fff; }
        #eventvisual .main .owl-nav button.owl-next:after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f054';
          color: #fff; }
        #eventvisual .main .owl-nav button span {
          display: none; }
        #eventvisual .main .owl-nav button:first-of-type {
          left: 0; }
        #eventvisual .main .owl-nav button:last-of-type {
          right: 0; }
      #eventvisual .main .owl-nav button {
        background: #DFB819; }
        #eventvisual .main .owl-nav button:first-of-type {
          left: 0px; }
        #eventvisual .main .owl-nav button:last-of-type {
          right: 0px; }
  #eventvisual .eventsns {
    width: 300px;
    height: 473px;
    float: right;
    overflow: hidden; }
    @media (max-width: 767px) {
      #eventvisual .eventsns {
        width: 100%;
        height: auto;
        float: none; } }
  #eventvisual .eventsns .banners img {
    width: 100%;
    display: block;
    margin-bottom: 20px; }
  #eventvisual .eventsns .facebook iframe {
    width: 100%; }

#event1 {
  padding-top: 40px;
  background: #f4f4f4; }
  @media (max-width: 767px) {
    #event1 {
      padding-top: 20px; } }
  #event1 .eventlist {
    text-align: left;
    background: #fff;
    position: relative;
    background: #fff;
    text-align: left;
    margin-bottom: 30px; }
    #event1 .eventlist .list {
      padding: 20px 20px 20px; }
    #event1 .eventlist h2 {
      font-size: 2rem;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 900;
      height: 60px;
      line-height: 60px;
      background-image: url(../img/icon5@2x.png);
      background-size: 53px;
      background-repeat: no-repeat;
      background-position: left 7px center;
      padding-left: 52px;
      position: relative;
      margin-bottom: 10px; }
      @media (max-width: 767px) {
        #event1 .eventlist h2 {
          font-size: 1.8rem; } }
      #event1 .eventlist h2 img {
        height: 2rem;
        vertical-align: middle;
        margin-right: 4px;
        margin-top: -3px; }
    @media (max-width: 767px) {
      #event1 .eventlist .frame {
        padding-left: 10px;
        padding-right: 10px; } }
    #event1 .eventlist .list {
      padding: 30px 0;
      padding-top: 0;
      padding-bottom: 0; }
      #event1 .eventlist .list ul {
        width: calc( 100% + 20px);
        margin-left: -10px;
        display: flex;
        flex-direction: row;
        flex-flow: wrap;
        align-items: stretch; }
      #event1 .eventlist .list li {
        width: calc( ( 100% - 20px * 4 ) / 4);
        position: relative;
        margin: 0 10px 40px; }
        #event1 .eventlist .list li .thumbnail {
          margin-bottom: 13px; }
          #event1 .eventlist .list li .thumbnail img, #event1 .eventlist .list li .thumbnail iframe {
            display: block;
            width: 100%; }
        #event1 .eventlist .list li h3 {
          font-size: 1.4rem;
          margin-bottom: 8px; }
        #event1 .eventlist .list li .date {
          font-size: 1.4rem; }
        #event1 .eventlist .list li .detail {
          font-size: 1.2rem; }
        @media (max-width: 1199px) {
          #event1 .eventlist .list li {
            width: calc( ( 100% - 20px * ( 4 - 1 ) ) / ( 4 - 1 )); } }
        @media (max-width: 991px) {
          #event1 .eventlist .list li {
            width: calc( ( 100% - 20px * ( 4 - 2 ) ) / ( 4 - 2 )); } }
        @media (max-width: 767px) {
          #event1 .eventlist .list li {
            width: calc( ( 100% - 60px ) / 3);
            margin: 0 10px 20px; } }
        #event1 .eventlist .list li .thumbnail {
          border: 1px solid #eee; }
      @media (max-width: 767px) {
        #event1 .eventlist .list {
          padding-bottom: 20px; } }
      #event1 .eventlist .list li {
        margin-bottom: 20px; }
        #event1 .eventlist .list li .detail {
          margin-bottom: 15px; }
        #event1 .eventlist .list li h3 {
          font-size: 1.6rem; }
        @media (max-width: 767px) {
          #event1 .eventlist .list li {
            width: 100%;
            padding-left: 15px;
            padding-right: 15px;
            margin-left: 0;
            margin-right: 0; }
            #event1 .eventlist .list li .thumbnail {
              width: 100px;
              float: left;
              margin-bottom: 0; }
            #event1 .eventlist .list li .detail, #event1 .eventlist .list li .btn {
              width: calc( 100% - 100px);
              float: right;
              padding-left: 10px; }
              #event1 .eventlist .list li .detail img, #event1 .eventlist .list li .btn img {
                width: 100%;
                max-width: 275px; }
            #event1 .eventlist .list li:last-of-type {
              margin-bottom: 0; } }
        #event1 .eventlist .list li .btn {
          text-align: center; }
    @media (min-width: 768px) {
      #event1 .eventlist .eventcategorytab {
        padding: 0px 20px; } }
    #event1 .eventlist .eventcategorytab > .nav {
      padding-bottom: 20px;
      padding-top: 0 !important;
      padding-bottom: 30px; }
      @media (min-width: 768px) {
        #event1 .eventlist .eventcategorytab > .nav {
          padding-top: 40px; } }
      @media (max-width: 767px) {
        #event1 .eventlist .eventcategorytab > .nav {
          padding-top: 30px; } }
      #event1 .eventlist .eventcategorytab > .nav ul {
        border-radius: 3px;
        margin-left: auto;
        margin-right: auto; }
        #event1 .eventlist .eventcategorytab > .nav ul:after {
          content: "";
          display: block;
          clear: both; }
        @media (max-width: 767px) {
          #event1 .eventlist .eventcategorytab > .nav ul {
            padding: 0 5px;
            text-align: center; } }
      #event1 .eventlist .eventcategorytab > .nav li {
        text-align: center;
        border-right: 1px dotted #ccc;
        position: relative; }
        @media (min-width: 768px) {
          #event1 .eventlist .eventcategorytab > .nav li {
            width: calc( ( 100% - 2px) / 6);
            float: left; } }
        #event1 .eventlist .eventcategorytab > .nav li:last-of-type {
          border-right: none; }
        #event1 .eventlist .eventcategorytab > .nav li a {
          background: #F7F7F7;
          line-height: 60px;
          display: block;
          font-size: 1.4rem;
          font-weight: bold; }
        #event1 .eventlist .eventcategorytab > .nav li a:link, #event1 .eventlist .eventcategorytab > .nav li a:active, #event1 .eventlist .eventcategorytab > .nav li a:visited, #event1 .eventlist .eventcategorytab > .nav li a:hover {
          color: #454545; }
        #event1 .eventlist .eventcategorytab > .nav li.sat a {
          color: #1468B0; }
        #event1 .eventlist .eventcategorytab > .nav li.sun a {
          color: #CB1C1C; }
        #event1 .eventlist .eventcategorytab > .nav li.active a {
          border-top: 2px solid #404040;
          background: #5A5858;
          line-height: 58px; }
        #event1 .eventlist .eventcategorytab > .nav li.active a:link, #event1 .eventlist .eventcategorytab > .nav li.active a:active, #event1 .eventlist .eventcategorytab > .nav li.active a:visited, #event1 .eventlist .eventcategorytab > .nav li.active a:hover {
          color: #fff; }
        @media (max-width: 767px) {
          #event1 .eventlist .eventcategorytab > .nav li {
            min-width: 34px;
            border-right: none;
            margin: 0 2px;
            display: inline-block; }
            #event1 .eventlist .eventcategorytab > .nav li a {
              border-radius: 50%;
              font-size: 1.2rem; }
            #event1 .eventlist .eventcategorytab > .nav li.active {
              border-top: none; } }
      #event1 .eventlist .eventcategorytab > .nav ul {
        width: 100%; }
      @media (min-width: 768px) {
        #event1 .eventlist .eventcategorytab > .nav li {
          width: calc( ( 100% - 2px ) / 6); }
          #event1 .eventlist .eventcategorytab > .nav li:first-of-type a {
            border-radius: 5px 0 0 5px / 5px 0 0 5px; }
          #event1 .eventlist .eventcategorytab > .nav li:last-of-type a {
            border-radius: 0px 5px 5px 0px / 0px 5px 5px 0px; } }
      @media (max-width: 767px) {
        #event1 .eventlist .eventcategorytab > .nav ul {
          padding-left: 15px;
          padding-right: 15px; }
        #event1 .eventlist .eventcategorytab > .nav li {
          width: calc( ( 100% - 20px ) / 3);
          margin-left: 2px;
          margin-right: 2px;
          margin-bottom: 7px; }
          #event1 .eventlist .eventcategorytab > .nav li a {
            border-radius: 5px;
            line-height: 30px; }
          #event1 .eventlist .eventcategorytab > .nav li.active a {
            line-height: 28px; } }
  #event1 .banner {
    padding: 0 0 20px;
    text-align: center; }
    #event1 .banner img {
      width: 90%;
      max-width: 850px; }
      @media (max-width: 480px) {
        #event1 .banner img {
          max-width: 310px; } }

#event2 {
  padding-top: 30px; }
  #event2 .grid:after {
    content: "";
    display: block;
    clear: both; }
  #event2 .content {
    width: calc( 75% - 20px);
    float: left; }
    @media (max-width: 767px) {
      #event2 .content {
        width: 100%;
        float: none; } }
  #event2 .sidebar {
    width: 25%;
    float: right; }
    @media (max-width: 767px) {
      #event2 .sidebar {
        width: 100%;
        float: none; } }
  @media (max-width: 767px) {
    #event2 .grid {
      display: flex;
      flex-direction: row;
      flex-flow: wrap; }
    #event2 .content {
      order: 2; }
    #event2 .sidebar {
      order: 1; } }
  #event2 .eventdetaillist {
    background: #fff;
    text-align: left;
    margin-bottom: 20px;
    border: 2px solid #DFB819;
    position: relative; }
    #event2 .eventdetaillist .list {
      padding: 20px 20px 20px; }
    #event2 .eventdetaillist h2 {
      font-size: 2rem;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 900;
      height: 60px;
      line-height: 60px;
      background-image: url(../img/icon12@2x.png);
      background-color: #DFB819;
      color: #fff;
      background-size: 53px;
      background-repeat: no-repeat;
      background-position: left 7px center;
      padding-left: 52px;
      position: relative;
      z-index: 10; }
      @media (max-width: 767px) {
        #event2 .eventdetaillist h2 {
          font-size: 1.8rem; } }
      #event2 .eventdetaillist h2 img {
        position: absolute;
        top: -40px; }
    #event2 .eventdetaillist .link a {
      border: 1px solid #8f8f8f;
      box-sizing: border-box;
      padding: 5px 10px;
      display: block;
      position: absolute;
      right: 15px;
      top: 13px;
      z-index: 10;
      background: #fff; }
      #event2 .eventdetaillist .link a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f105';
        display: inline-block;
        margin-left: 5px; }
      @media (max-width: 767px) {
        #event2 .eventdetaillist .link a {
          font-size: 1.2rem;
          padding: 2px 5px; } }
    #event2 .eventdetaillist .list ul {
      margin-bottom: 10px; }
      #event2 .eventdetaillist .list ul:after {
        content: "";
        display: block;
        clear: both; }
    #event2 .eventdetaillist .list li {
      padding: 10px 0; }
    #event2 .eventdetaillist .list li.date {
      width: 250px;
      float: left; }
      @media (max-width: 991px) {
        #event2 .eventdetaillist .list li.date {
          width: 150px; } }
      @media (max-width: 767px) {
        #event2 .eventdetaillist .list li.date {
          width: 100%;
          float: none; } }
    #event2 .eventdetaillist .list li.title {
      width: calc( 100% - 255px);
      float: right; }
      @media (max-width: 991px) {
        #event2 .eventdetaillist .list li.title {
          width: calc( 100% - 155px); } }
      @media (max-width: 767px) {
        #event2 .eventdetaillist .list li.title {
          width: 100%;
          float: none; } }
    @media (max-width: 767px) {
      #event2 .eventdetaillist .list .listheader {
        display: none; } }
    #event2 .eventdetaillist .list .listheader li {
      border-bottom: 1px solid #ccc;
      font-weight: bold; }
    #event2 .eventdetaillist .list .listbody {
      border-bottom: 1px dotted #ccc; }
      #event2 .eventdetaillist .list .listbody li.date {
        font-size: 1.3rem; }
      #event2 .eventdetaillist .list .listbody li.title {
        font-size: 1.6rem; }
      @media (max-width: 767px) {
        #event2 .eventdetaillist .list .listbody li.date {
          padding: 0; }
        #event2 .eventdetaillist .list .listbody li.title {
          padding: 0 0 5px; } }
      #event2 .eventdetaillist .list .listbody a {
        display: inline-block;
        padding-left: 20px; }
        #event2 .eventdetaillist .list .listbody a:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f105';
          display: inline-block;
          margin-right: 5px;
          margin-left: -15px;
          color: #E58949; }
        @media (max-width: 767px) {
          #event2 .eventdetaillist .list .listbody a {
            padding-left: 0; }
            #event2 .eventdetaillist .list .listbody a:before {
              display: none; } }
  @media (min-width: 768px) {
    #event2 .eventcategorytab2 {
      padding: 0px 20px; } }
  #event2 .eventcategorytab2 > .nav {
    padding-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      #event2 .eventcategorytab2 > .nav {
        padding-top: 40px; } }
    @media (max-width: 767px) {
      #event2 .eventcategorytab2 > .nav {
        padding-top: 30px; } }
    #event2 .eventcategorytab2 > .nav ul {
      border-radius: 3px;
      margin-left: auto;
      margin-right: auto; }
      #event2 .eventcategorytab2 > .nav ul:after {
        content: "";
        display: block;
        clear: both; }
      @media (max-width: 767px) {
        #event2 .eventcategorytab2 > .nav ul {
          padding: 0 5px;
          text-align: center; } }
    #event2 .eventcategorytab2 > .nav li {
      text-align: center;
      border-right: 1px dotted #ccc;
      position: relative; }
      @media (min-width: 768px) {
        #event2 .eventcategorytab2 > .nav li {
          width: calc( ( 100% - 2px) / 6);
          float: left; } }
      #event2 .eventcategorytab2 > .nav li:last-of-type {
        border-right: none; }
      #event2 .eventcategorytab2 > .nav li a {
        background: #F7F7F7;
        line-height: 50px;
        display: block;
        font-size: 1.4rem;
        font-weight: bold; }
      #event2 .eventcategorytab2 > .nav li a:link, #event2 .eventcategorytab2 > .nav li a:active, #event2 .eventcategorytab2 > .nav li a:visited, #event2 .eventcategorytab2 > .nav li a:hover {
        color: #454545; }
      #event2 .eventcategorytab2 > .nav li.sat a {
        color: #1468B0; }
      #event2 .eventcategorytab2 > .nav li.sun a {
        color: #CB1C1C; }
      #event2 .eventcategorytab2 > .nav li.active a {
        border-top: 2px solid #404040;
        background: #5A5858;
        line-height: 48px; }
      #event2 .eventcategorytab2 > .nav li.active a:link, #event2 .eventcategorytab2 > .nav li.active a:active, #event2 .eventcategorytab2 > .nav li.active a:visited, #event2 .eventcategorytab2 > .nav li.active a:hover {
        color: #fff; }
      @media (max-width: 767px) {
        #event2 .eventcategorytab2 > .nav li {
          min-width: 34px;
          border-right: none;
          margin: 0 2px;
          display: inline-block; }
          #event2 .eventcategorytab2 > .nav li a {
            border-radius: 50%;
            font-size: 1.2rem; }
          #event2 .eventcategorytab2 > .nav li.active {
            border-top: none; } }
    @media (max-width: 767px) {
      #event2 .eventcategorytab2 > .nav {
        padding-top: 20px; }
        #event2 .eventcategorytab2 > .nav ul {
          padding-left: 15px;
          padding-right: 15px; } }
    @media (min-width: 768px) {
      #event2 .eventcategorytab2 > .nav li:first-of-type a {
        border-radius: 5px 0px 0px 5px / 5px 0px 0px 5px; }
      #event2 .eventcategorytab2 > .nav li:last-of-type a {
        border-radius: 0px 5px 5px 0px / 0px 5px 5px 0px; } }
    @media (max-width: 767px) {
      #event2 .eventcategorytab2 > .nav li {
        width: calc( ( 100% - 20px ) / 3);
        margin-left: 2px;
        margin-right: 2px;
        margin-bottom: 7px; }
        #event2 .eventcategorytab2 > .nav li a {
          border-radius: 5px;
          line-height: 30px; }
        #event2 .eventcategorytab2 > .nav li.active a {
          line-height: 28px; } }
  #event2 .history {
    margin-bottom: 20px;
    position: relative;
    background: #fff;
    text-align: left;
    margin-bottom: 20px; }
    #event2 .history .list {
      padding: 20px 20px 20px; }
    @media (max-width: 767px) {
      #event2 .history {
        overflow: hidden;
        height: 60px;
        background: #f4f4f4; } }
    #event2 .history h2 {
      background-image: url(../img/icon5@2x.png);
      background-size: 47px;
      background-repeat: no-repeat;
      padding-left: 57px;
      background-position: left 11px top 10px;
      background-size: 53px;
      background-repeat: no-repeat;
      background-position: left 6px center; }
      @media (min-width: 768px) {
        #event2 .history h2 {
          margin-left: -20px;
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        #event2 .history h2 {
          margin-left: -10px; } }
      #event2 .history h2 a {
        font-size: 2rem;
        font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: 900;
        height: 60px;
        line-height: 60px;
        display: block;
        position: relative;
        z-index: 10; }
        @media (max-width: 767px) {
          #event2 .history h2 a {
            font-size: 1.8rem; } }
        #event2 .history h2 a:link, #event2 .history h2 a:active, #event2 .history h2 a:visited, #event2 .history h2 a:hover {
          color: #454545; }
      @media (max-width: 767px) {
        #event2 .history h2 {
          color: #454545; }
          #event2 .history h2:after {
            display: block;
            content: '+';
            width: 30px;
            height: 30px;
            position: absolute;
            top: 19px;
            right: 5px;
            text-align: center;
            z-index: 1; } }
    #event2 .history .list {
      padding: 30px 0; }
      #event2 .history .list ul {
        width: calc( 100% + 20px);
        margin-left: -10px;
        display: flex;
        flex-direction: row;
        flex-flow: wrap;
        align-items: stretch; }
      #event2 .history .list li {
        width: calc( ( 100% - 20px * 4 ) / 4);
        position: relative;
        margin: 0 10px 20px; }
        #event2 .history .list li .thumbnail {
          margin-bottom: 13px; }
          #event2 .history .list li .thumbnail img, #event2 .history .list li .thumbnail iframe {
            display: block;
            width: 100%; }
        #event2 .history .list li h3 {
          font-size: 1.4rem;
          margin-bottom: 8px; }
        #event2 .history .list li .date {
          font-size: 1.4rem; }
        #event2 .history .list li .detail {
          font-size: 1.2rem; }
        @media (max-width: 1199px) {
          #event2 .history .list li {
            width: calc( ( 100% - 20px * ( 4 - 1 ) ) / ( 4 - 1 )); } }
        @media (max-width: 991px) {
          #event2 .history .list li {
            width: calc( ( 100% - 20px * ( 4 - 2 ) ) / ( 4 - 2 )); } }
        @media (max-width: 767px) {
          #event2 .history .list li {
            width: calc( ( 100% - 60px ) / 3);
            margin: 0 10px 10px; } }
        #event2 .history .list li .thumbnail {
          border: 1px solid #eee; }
      #event2 .history .list li .detail {
        margin-bottom: 15px; }
      @media (max-width: 767px) {
        #event2 .history .list li {
          width: 100%;
          border-bottom: 1px dotted #ccc; }
          #event2 .history .list li .thumbnail {
            width: 50px;
            float: left; }
          #event2 .history .list li .detail {
            width: calc( 100% - 50px);
            float: right;
            padding-left: 10px; }
          #event2 .history .list li h3 {
            margin-bottom: 0; }
          #event2 .history .list li .date, #event2 .history .list li .place {
            font-size: 1.2rem; } }
    @media (min-width: 768px) {
      #event2 .history .list {
        padding: 0; } }
    @media (max-width: 767px) {
      #event2 .history .list {
        padding: 10px; } }
    #event2 .history.active {
      height: auto; }
      #event2 .history.active h2:after {
        content: '-'; }
      #event2 .history.active .link a {
        display: block;
        top: auto;
        bottom: 20px; }
  #event2 .sidebar .frame {
    padding: 20px; }
  #event2 .sidebar .cinema {
    text-align: left;
    background: #fff;
    margin-bottom: 20px;
    background: #F9F9F9; }
    #event2 .sidebar .cinema h2 {
      background: #4B4B4B;
      color: #fff;
      background-image: url("../img/icon12@2x.png");
      background-repeat: no-repeat;
      background-position: left 4px;
      background-size: 30px;
      padding-left: 30px;
      height: 36px;
      line-height: 36px;
      position: relative; }
      #event2 .sidebar .cinema h2 a {
        padding-left: 30px;
        display: block;
        width: 100%;
        box-sizing: border-box; }
        #event2 .sidebar .cinema h2 a:link, #event2 .sidebar .cinema h2 a:active, #event2 .sidebar .cinema h2 a:visited, #event2 .sidebar .cinema h2 a:hover {
          color: #fff; }
    #event2 .sidebar .cinema h2 {
      background-size: 34px;
      background-position: left 3px;
      padding-left: 33px; }
    #event2 .sidebar .cinema p {
      font-size: 1.6rem; }
    #event2 .sidebar .cinema .thumbnail {
      margin-bottom: 15px; }
      #event2 .sidebar .cinema .thumbnail img {
        width: 100%;
        display: block; }
  #event2 .sidebar .information {
    text-align: left;
    background: #fff;
    margin-bottom: 20px;
    background: #F9F9F9; }
    #event2 .sidebar .information h2 {
      background: #4B4B4B;
      color: #fff;
      background-image: url("../img/icon12@2x.png");
      background-repeat: no-repeat;
      background-position: left 4px;
      background-size: 30px;
      padding-left: 30px;
      height: 36px;
      line-height: 36px;
      position: relative; }
      #event2 .sidebar .information h2 a {
        padding-left: 30px;
        display: block;
        width: 100%;
        box-sizing: border-box; }
        #event2 .sidebar .information h2 a:link, #event2 .sidebar .information h2 a:active, #event2 .sidebar .information h2 a:visited, #event2 .sidebar .information h2 a:hover {
          color: #fff; }
    #event2 .sidebar .information li {
      border-bottom: 1px dotted #ccc;
      padding: 5px 0 5px 15px;
      position: relative; }
      #event2 .sidebar .information li:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "";
        display: inline-block;
        position: absolute;
        top: 6px;
        left: 0;
        color: #E58949; }
    #event2 .sidebar .information h2 {
      background-size: 34px;
      background-position: left 3px;
      padding-left: 33px; }
    #event2 .sidebar .information li {
      padding-top: 0;
      line-height: 130%;
      border-bottom: none; }
      #event2 .sidebar .information li p {
        font-size: 1.5rem;
        line-height: 130%;
        margin-bottom: 10px; }
      #event2 .sidebar .information li:before {
        top: 0px; }

.eventbackbtn {
  position: fixed;
  z-index: 11;
  display: none; }
  .eventbackbtn p a:link, .eventbackbtn p a:active, .eventbackbtn p a:visited, .eventbackbtn p a:hover {
    color: #fff; }
  @media (max-width: 767px) {
    .eventbackbtn {
      display: block;
      width: 50%;
      bottom: 0;
      left: 0;
      background: #005495;
      border-right: 1px dotted rgba(255, 255, 255, 0.2); }
      .eventbackbtn a {
        width: 100%;
        display: block;
        line-height: 30px;
        font-size: 1.4rem; }
      .eventbackbtn span:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f0d9';
        display: inline-block;
        margin-right: 5px; } }

@media (max-width: 767px) {
  .event #gotop {
    width: 50%;
    left: auto;
    right: 0; } }

#news1 {
  padding-top: 40px;
  background: rgba(0, 115, 207, 0.11); }
  #news1 .grid:after {
    content: "";
    display: block;
    clear: both; }
  #news1 .content {
    width: calc( 75% - 20px);
    float: left; }
    @media (max-width: 767px) {
      #news1 .content {
        width: 100%;
        float: none; } }
  #news1 .sidebar {
    width: 25%;
    float: right; }
    @media (max-width: 767px) {
      #news1 .sidebar {
        width: 100%;
        float: none; } }
  @media (max-width: 991px) {
    #news1 {
      padding-top: 20px; } }
  #news1 .content {
    background: #fff;
    text-align: left;
    position: relative;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      #news1 .content {
        margin-bottom: 20px; } }
    #news1 .content .link a {
      border: 1px solid #8f8f8f;
      box-sizing: border-box;
      padding: 5px 10px;
      display: block;
      position: absolute;
      right: 0;
      top: 2px;
      top: 15px;
      right: 20px; }
      #news1 .content .link a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f105';
        display: inline-block;
        margin-left: 5px; }
      @media (max-width: 767px) {
        #news1 .content .link a {
          font-size: 1.2rem;
          padding: 2px 5px; } }
    #news1 .content h2 {
      font-size: 2rem;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 900;
      height: 60px;
      line-height: 60px;
      background: url(../img/icon3@2x.png);
      background-repeat: no-repeat;
      background-position: left 11px top 8px;
      background-size: 52px;
      padding-left: 57px; }
      @media (max-width: 767px) {
        #news1 .content h2 {
          font-size: 1.8rem; } }
    #news1 .content .first {
      background: #fff;
      text-align: left;
      margin-bottom: 20px; }
      #news1 .content .first .list {
        padding: 20px 20px 20px; }
      #news1 .content .first .list {
        padding-top: 10px; }
        @media (max-width: 767px) {
          #news1 .content .first .list {
            padding-bottom: 0; } }
        #news1 .content .first .list ul {
          width: 100%;
          max-width: 500px;
          margin-left: auto;
          margin-right: auto; }
      #news1 .content .first h3 {
        background: #0073CF;
        font-size: 1.6rem;
        color: #fff;
        padding: 5px;
        display: inline-block;
        margin-bottom: 30px; }
    #news1 .content .other {
      background: #fff;
      text-align: left;
      margin-bottom: 20px; }
      #news1 .content .other .list {
        padding: 20px 20px 20px; }
      @media (max-width: 767px) {
        #news1 .content .other .list {
          padding-bottom: 0;
          margin-bottom: 0; } }
      #news1 .content .other ul:after {
        content: "";
        display: block;
        clear: both; }
      #news1 .content .other li {
        float: left;
        margin-right: 20px;
        margin-bottom: 30px; }
        @media (min-width: 768px) {
          #news1 .content .other li {
            width: calc( ( 100% - 42px ) / 3); }
            #news1 .content .other li:nth-of-type(3n) {
              margin-right: 0; }
            #news1 .content .other li:nth-of-type(3n+1) {
              clear: both; } }
        @media (max-width: 767px) {
          #news1 .content .other li {
            width: calc( ( 100% - 20px ) / 2); }
            #news1 .content .other li:nth-of-type(2n) {
              margin-right: 0; } }
    #news1 .content .list li .thumbnail {
      margin-bottom: 15px; }
      #news1 .content .list li .thumbnail a {
        display: block;
        position: relative; }
      #news1 .content .list li .thumbnail img {
        display: block;
        width: 100%; }
    #news1 .content .list li .movie a:after {
      content: '';
      display: block;
      width: 28px;
      height: 28px;
      background: url(../img/playbtn2@2x.png) no-repeat;
      background-size: contain;
      position: absolute;
      right: 20px;
      bottom: 20px; }
      @media (max-width: 767px) {
        #news1 .content .list li .movie a:after {
          right: 5px;
          bottom: 5px;
          width: 20px;
          height: 20px; } }
    #news1 .content .list li h4 {
      margin-bottom: 5px;
      font-weight: normal;
      font-size: 1.6rem; }
    #news1 .content .weekly {
      background: #fff;
      text-align: left;
      margin-bottom: 20px;
      margin-bottom: 0; }
      #news1 .content .weekly .list {
        padding: 20px 20px 20px; }
      #news1 .content .weekly:after {
        content: "";
        display: block;
        clear: both; }
      #news1 .content .weekly .list {
        display: flex;
        flex-direction: row;
        flex-flow: wrap;
        align-items: center; }
        @media (max-width: 767px) {
          #news1 .content .weekly .list {
            padding-bottom: 10px;
            padding-top: 0; } }
      #news1 .content .weekly .nav {
        padding-bottom: 20px;
        padding-top: 0px !important;
        padding-bottom: 0; }
        @media (min-width: 768px) {
          #news1 .content .weekly .nav {
            padding-top: 40px; } }
        @media (max-width: 767px) {
          #news1 .content .weekly .nav {
            padding-top: 30px; } }
        #news1 .content .weekly .nav ul {
          border-radius: 3px;
          margin-left: auto;
          margin-right: auto; }
          #news1 .content .weekly .nav ul:after {
            content: "";
            display: block;
            clear: both; }
          @media (max-width: 767px) {
            #news1 .content .weekly .nav ul {
              padding: 0 5px;
              text-align: center; } }
        #news1 .content .weekly .nav li {
          text-align: center;
          border-right: 1px dotted #ccc;
          position: relative; }
          @media (min-width: 768px) {
            #news1 .content .weekly .nav li {
              width: calc( ( 100% - 2px) / 7);
              float: left; } }
          #news1 .content .weekly .nav li:last-of-type {
            border-right: none; }
          #news1 .content .weekly .nav li a {
            background: #F7F7F7;
            line-height: 34px;
            display: block;
            font-size: 1.4rem;
            font-weight: bold; }
          #news1 .content .weekly .nav li a:link, #news1 .content .weekly .nav li a:active, #news1 .content .weekly .nav li a:visited, #news1 .content .weekly .nav li a:hover {
            color: #454545; }
          #news1 .content .weekly .nav li.sat a {
            color: #1468B0; }
          #news1 .content .weekly .nav li.sun a {
            color: #CB1C1C; }
          #news1 .content .weekly .nav li.active a {
            border-top: 2px solid #404040;
            background: #5A5858;
            line-height: 32px; }
          #news1 .content .weekly .nav li.active a:link, #news1 .content .weekly .nav li.active a:active, #news1 .content .weekly .nav li.active a:visited, #news1 .content .weekly .nav li.active a:hover {
            color: #fff; }
          @media (max-width: 767px) {
            #news1 .content .weekly .nav li {
              min-width: 34px;
              border-right: none;
              margin: 0 2px;
              display: inline-block; }
              #news1 .content .weekly .nav li a {
                border-radius: 50%;
                font-size: 1.2rem; }
              #news1 .content .weekly .nav li.active {
                border-top: none; } }
        #news1 .content .weekly .nav h3 {
          line-height: 40px;
          background: #f7f7f7;
          color: #0073CF;
          margin: 0px; }
          @media (min-width: 992px) {
            #news1 .content .weekly .nav h3 {
              width: 140px;
              border-right: 1px dotted #ccc;
              border-radius: 4px 0 0 5px;
              text-align: center;
              float: left; } }
          @media (max-width: 991px) {
            #news1 .content .weekly .nav h3 {
              background: #0073CF;
              color: #fff;
              display: inline-block;
              text-align: left;
              padding: 0 10px;
              float: none; } }
        #news1 .content .weekly .nav ul {
          width: calc( 100% - 142px);
          border-radius: 0 4px 5px 0;
          float: left;
          margin: 0px; }
          @media (max-width: 991px) {
            #news1 .content .weekly .nav ul {
              width: 100%;
              padding: 20px 0 0;
              float: none; } }
        @media (max-width: 991px) {
          #news1 .content .weekly .nav li {
            width: calc( ( ( 100% - 20px ) / 3 ));
            margin: 0 10px 15px 0;
            float: left; }
            #news1 .content .weekly .nav li:nth-of-type(3n) {
              margin-right: 0; }
            #news1 .content .weekly .nav li a {
              border-radius: 5px; } }
        #news1 .content .weekly .nav li a {
          display: block;
          line-height: 40px; }
        #news1 .content .weekly .nav li .date {
          font-size: 1.6rem;
          font-weight: normal; }
          @media (max-width: 991px) {
            #news1 .content .weekly .nav li .date {
              font-size: 1.2rem; } }
        #news1 .content .weekly .nav li .day {
          font-size: 1.2rem;
          font-weight: normal; }
        #news1 .content .weekly .nav li.active a {
          line-height: 38px; }
        #news1 .content .weekly .nav li.active:before {
          content: '';
          position: absolute;
          width: 10px;
          height: 10px;
          background: #5A5858;
          transform: rotateZ(-45deg);
          top: -5px;
          left: calc( ( 100% - ( 10px * 1.4142 ) ) / 2); }
        #news1 .content .weekly .nav li:last-of-type a {
          border-radius: 0 4px 5px 0; }
  #news1 .sidebar .scoop {
    background: #fff;
    padding: 10px;
    position: relative;
    text-align: center;
    background: #FAF8B0;
    margin-bottom: 20px;
    padding: 20px 20px 10px; }
    #news1 .sidebar .scoop h2 {
      font-size: 1.6rem;
      margin-bottom: 20px;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 900; }
    @media (max-width: 767px) {
      #news1 .sidebar .scoop li {
        display: inline-block;
        width: 49%;
        vertical-align: top; } }
    #news1 .sidebar .scoop li img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      max-width: 292px; }
      @media (max-width: 1199px) {
        #news1 .sidebar .scoop li img {
          width: 80%; } }
      @media (max-width: 767px) {
        #news1 .sidebar .scoop li img {
          width: 100%; } }
    #news1 .sidebar .scoop li:first-of-type {
      margin-bottom: 13px; }
    @media (max-width: 767px) {
      #news1 .sidebar .scoop {
        width: calc( 100% + 30px);
        margin-left: -15px;
        margin-bottom: 0; } }
    #news1 .sidebar .scoop h2 {
      margin-bottom: 10px;
      text-align: center; }
    #news1 .sidebar .scoop p {
      margin-bottom: 10px;
      text-align: left; }
      @media (min-width: 768px) and (max-width: 1023px) {
        #news1 .sidebar .scoop p {
          text-align: center; } }
    #news1 .sidebar .scoop img {
      max-width: 100%;
      display: block; }
    #news1 .sidebar .scoop li {
      margin-bottom: 20px !important;
      width: 100%;
      max-width: 240px;
      margin-left: auto;
      margin-right: auto; }
      #news1 .sidebar .scoop li:last-of-type img {
        margin-bottom: 0 !important; }
      @media (min-width: 768px) and (max-width: 1023px) {
        #news1 .sidebar .scoop li {
          display: inline-block;
          padding: 0 10px; }
          #news1 .sidebar .scoop li img {
            width: 100%; } }
      @media (max-width: 1199px) {
        #news1 .sidebar .scoop li {
          margin-bottom: 5px !important; } }
  #news1 .sidebar .newswide {
    background: #fff;
    padding: 10px;
    position: relative;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      #news1 .sidebar .newswide {
        width: calc( 100% + 30px);
        margin-left: -15px; } }
    #news1 .sidebar .newswide img {
      max-width: 100%; }
    #news1 .sidebar .newswide h2 {
      margin-bottom: 20px; }
    #news1 .sidebar .newswide .explain {
      text-align: left; }
      #news1 .sidebar .newswide .explain p {
        margin-bottom: 15px; }
    #news1 .sidebar .newswide .casters:after {
      content: "";
      display: block;
      clear: both; }
    #news1 .sidebar .newswide .casters img {
      margin-bottom: 10px; }
    #news1 .sidebar .newswide .casters .caster {
      width: 48.5%;
      margin-left: 0px;
      max-width: 150px;
      line-height: 150%;
      text-align: left;
      padding: 0 5px;
      display: inline-block;
      vertical-align: top; }
      #news1 .sidebar .newswide .casters .caster p {
        width: 100%;
        max-width: 124px;
        margin-left: auto;
        margin-right: auto; }
        @media (max-width: 991px) {
          #news1 .sidebar .newswide .casters .caster p {
            font-size: 1.2rem; } }
    #news1 .sidebar .newswide .casters a {
      display: block; }
      #news1 .sidebar .newswide .casters a:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f105';
        color: #E58949; }
  #news1 .sidebar .banners img {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%; }
  @media (max-width: 767px) {
    #news1 .sidebar .banners ul {
      display: flex;
      flex-direction: row;
      flex-flow: wrap;
      align-items: center;
      justify-content: center;
      padding: 0;
      width: calc( 100% + 20px);
      margin-left: -10px; }
    #news1 .sidebar .banners li {
      width: 50%;
      padding: 0 10px; } }

.newsbackbtn {
  position: fixed;
  z-index: 11;
  display: none; }
  .newsbackbtn p a:link, .newsbackbtn p a:active, .newsbackbtn p a:visited, .newsbackbtn p a:hover {
    color: #fff; }
  @media (max-width: 767px) {
    .newsbackbtn {
      display: block;
      width: 50%;
      bottom: 0;
      left: 0;
      background: #005495;
      border-right: 1px dotted rgba(255, 255, 255, 0.2); }
      .newsbackbtn a {
        width: 100%;
        display: block;
        line-height: 30px;
        font-size: 1.4rem; }
      .newsbackbtn span:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: '\f0d9';
        display: inline-block;
        margin-right: 5px; } }

@media (max-width: 767px) {
  .news #gotop {
    width: 50%;
    left: auto;
    right: 0; } }

#weather1 {
  padding-top: 40px;
  background: rgba(0, 188, 212, 0.11); }
  #weather1 .grid:after {
    content: "";
    display: block;
    clear: both; }
  #weather1 .content {
    width: calc( 75% - 20px);
    float: left; }
    @media (max-width: 767px) {
      #weather1 .content {
        width: 100%;
        float: none; } }
  #weather1 .sidebar {
    width: 25%;
    float: right; }
    @media (max-width: 767px) {
      #weather1 .sidebar {
        width: 100%;
        float: none; } }
  @media (max-width: 991px) {
    #weather1 {
      padding-top: 20px; } }
  #weather1 .content {
    background: #fff;
    text-align: left;
    position: relative;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      #weather1 .content {
        margin-bottom: 20px; } }
    #weather1 .content h2 {
      font-size: 2rem;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 900;
      height: 60px;
      line-height: 60px;
      background-image: url(../img/icon4@2x.png);
      background-size: 47px;
      background-repeat: no-repeat;
      padding-left: 57px;
      background-position: left 11px top 10px;
      background-position: left -10px center;
      padding-left: 35px; }
      @media (max-width: 767px) {
        #weather1 .content h2 {
          font-size: 1.8rem; } }
    #weather1 .content .weathers {
      display: flex;
      flex-direction: row;
      flex-flow: wrap;
      align-items: stretch;
      justify-content: center;
      padding: 0px 10px; }
      #weather1 .content .weathers .weather {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px; }
        @media (max-width: 767px) {
          #weather1 .content .weathers .weather {
            width: 100%; } }
        #weather1 .content .weathers .weather p {
          border: 1px solid #eaeaea;
          padding: 10px; }
        #weather1 .content .weathers .weather img {
          width: 100%; }
    #weather1 .content h3 {
      background: #00BCD4;
      font-size: 1.6rem;
      color: #fff;
      padding: 5px;
      display: inline-block;
      margin-bottom: 20px; }
    #weather1 .content .area {
      background: #fff;
      text-align: left;
      margin-bottom: 20px;
      margin-bottom: 0; }
      #weather1 .content .area .list {
        padding: 20px 20px 20px; }
      #weather1 .content .area ul li {
        display: inline-block;
        margin-right: 30px; }
        #weather1 .content .area ul li:before {
          content: '\25a0';
          display: inline-block;
          margin-right: 5px; }
        @media (max-width: 767px) {
          #weather1 .content .area ul li {
            margin-right: 0;
            width: 100%;
            margin-bottom: 5px; }
            #weather1 .content .area ul li a {
              display: inline-block;
              width: calc( 100% - 1.4em);
              vertical-align: top; } }
  #weather1 .sidebar .prefecture,
  #weather1 .sidebar .domestic,
  #weather1 .sidebar .guide {
    text-align: left;
    background: #fff;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      #weather1 .sidebar .prefecture,
      #weather1 .sidebar .domestic,
      #weather1 .sidebar .guide {
        height: 36px;
        overflow: hidden; } }
    #weather1 .sidebar .prefecture h2,
    #weather1 .sidebar .domestic h2,
    #weather1 .sidebar .guide h2 {
      background: #4b4b4b;
      color: #fff;
      background-image: url(../img/icon8@2x.png);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 30px;
      height: 36px;
      line-height: 36px;
      position: relative; }
      #weather1 .sidebar .prefecture h2 a,
      #weather1 .sidebar .domestic h2 a,
      #weather1 .sidebar .guide h2 a {
        padding-left: 30px;
        display: block;
        width: 100%;
        box-sizing: border-box;
        z-index: 10;
        position: relative; }
        #weather1 .sidebar .prefecture h2 a:link, #weather1 .sidebar .prefecture h2 a:active, #weather1 .sidebar .prefecture h2 a:visited, #weather1 .sidebar .prefecture h2 a:hover,
        #weather1 .sidebar .domestic h2 a:link,
        #weather1 .sidebar .domestic h2 a:active,
        #weather1 .sidebar .domestic h2 a:visited,
        #weather1 .sidebar .domestic h2 a:hover,
        #weather1 .sidebar .guide h2 a:link,
        #weather1 .sidebar .guide h2 a:active,
        #weather1 .sidebar .guide h2 a:visited,
        #weather1 .sidebar .guide h2 a:hover {
          color: #fff; }
      @media (min-width: 767px) {
        #weather1 .sidebar .prefecture h2 a,
        #weather1 .sidebar .domestic h2 a,
        #weather1 .sidebar .guide h2 a {
          pointer-events: none; } }
      @media (max-width: 767px) {
        #weather1 .sidebar .prefecture h2:after,
        #weather1 .sidebar .domestic h2:after,
        #weather1 .sidebar .guide h2:after {
          display: block;
          content: '+';
          width: 30px;
          height: 30px;
          position: absolute;
          top: 0;
          right: 5px;
          text-align: center;
          z-index: 1;
          color: #fff; } }
    #weather1 .sidebar .prefecture .nav,
    #weather1 .sidebar .domestic .nav,
    #weather1 .sidebar .guide .nav {
      padding: 15px; }
    #weather1 .sidebar .prefecture.active,
    #weather1 .sidebar .domestic.active,
    #weather1 .sidebar .guide.active {
      height: auto; }
      #weather1 .sidebar .prefecture.active h2:after,
      #weather1 .sidebar .domestic.active h2:after,
      #weather1 .sidebar .guide.active h2:after {
        content: '-'; }
    #weather1 .sidebar .prefecture li,
    #weather1 .sidebar .domestic li,
    #weather1 .sidebar .guide li {
      padding: 3px 0 3px 15px;
      position: relative; }
      #weather1 .sidebar .prefecture li:before,
      #weather1 .sidebar .domestic li:before,
      #weather1 .sidebar .guide li:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "";
        display: inline-block;
        position: absolute;
        top: 3px;
        left: 0;
        color: #E58949; }
    #weather1 .sidebar .prefecture h2,
    #weather1 .sidebar .domestic h2,
    #weather1 .sidebar .guide h2 {
      background-image: url(../img/icon11@2x.png); }
    #weather1 .sidebar .prefecture li,
    #weather1 .sidebar .domestic li,
    #weather1 .sidebar .guide li {
      border-bottom: 1px dotted #ccc;
      padding-top: 5px;
      padding-bottom: 5px; }
      #weather1 .sidebar .prefecture li:before,
      #weather1 .sidebar .domestic li:before,
      #weather1 .sidebar .guide li:before {
        top: 5px; }

#announcer1 {
  padding-top: 40px;
  background: rgba(226, 89, 155, 0.11); }
  @media (max-width: 991px) {
    #announcer1 {
      padding-top: 20px; } }
  #announcer1 .content {
    background: #fff;
    text-align: left;
    position: relative;
    margin-bottom: 40px; }
    #announcer1 .content h2 {
      background-image: url(../img/icon6@2x.png);
      background-position: left 11px top 14px;
      background-repeat: no-repeat;
      background-size: 47px;
      font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-size: 2rem;
      font-weight: 900;
      height: 60px;
      line-height: 60px;
      padding-left: 57px;
      padding-top: 5px; }
      @media (max-width: 767px) {
        #announcer1 .content h2 {
          font-size: 1.8rem; } }
    #announcer1 .content .announcers {
      background: #fff;
      text-align: left;
      margin-bottom: 20px; }
      #announcer1 .content .announcers .list {
        padding: 10px 20px 0; }
        #announcer1 .content .announcers .list li {
          width: calc( ( 100% - 20px * 4 ) / 4);
          position: relative;
          margin: 0 10px 40px; }
          #announcer1 .content .announcers .list li .thumbnail {
            margin-bottom: 13px; }
            #announcer1 .content .announcers .list li .thumbnail img, #announcer1 .content .announcers .list li .thumbnail iframe {
              display: block;
              width: 100%; }
          #announcer1 .content .announcers .list li h3 {
            font-size: 1.4rem;
            margin-bottom: 8px; }
          #announcer1 .content .announcers .list li .date {
            font-size: 1.4rem; }
          #announcer1 .content .announcers .list li .detail {
            font-size: 1.2rem; }
          @media (max-width: 1199px) {
            #announcer1 .content .announcers .list li {
              width: calc( ( 100% - 20px * ( 4 - 1 ) ) / ( 4 - 1 )); } }
          @media (max-width: 991px) {
            #announcer1 .content .announcers .list li {
              width: calc( ( 100% - 20px * ( 4 - 2 ) ) / ( 4 - 2 )); } }
          @media (max-width: 767px) {
            #announcer1 .content .announcers .list li {
              width: calc( ( 100% - 60px ) / 3);
              margin: 0 10px 20px; } }
          #announcer1 .content .announcers .list li .thumbnail {
            border: 1px solid #eee; }
        #announcer1 .content .announcers .list ul {
          width: calc( 100% + 20px);
          margin-left: -10px;
          display: flex;
          flex-direction: row;
          flex-flow: wrap;
          align-items: stretch; }
        #announcer1 .content .announcers .list li {
          width: calc( ( 100% - 100px ) / 5);
          border-radius: 5px;
          overflow: hidden;
          margin-bottom: 20px; }
          @media (max-width: 991px) {
            #announcer1 .content .announcers .list li {
              width: calc( ( 100% - 60px ) / 3); } }
          @media (max-width: 767px) {
            #announcer1 .content .announcers .list li {
              width: calc( ( 100% - 40px ) / 2); } }
          #announcer1 .content .announcers .list li img {
            width: 100%;
            display: block; }
          #announcer1 .content .announcers .list li span {
            display: block;
            background: #0073CF;
            line-height: 40px;
            color: #fff;
            text-align: center;
            font-size: 1.6rem; }

.announcer #footerbanner {
  background: none; }

#footerbanner {
  background: #EBF5FD;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  align-items: center;}
  @media (max-width: 767px) {
    #footerbanner {
      padding-top: 10px;
      padding-bottom: 10px; } }
  #footerbanner ul {
    width: calc( 100% + 20px);
    margin-left: -10px; }
    @media (max-width: 767px) {
      #footerbanner ul {
        width: calc( 100% + 10px);
        margin-left: -5px;
        text-align: left; } }
    #footerbanner ul:after {
      content: "";
      display: block;
      clear: both; }
  #footerbanner li {
    padding: 10px;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 767px) {
      #footerbanner li {
        padding: 5px; } }
  @media (max-width: 767px) {
    #footerbanner {
      margin-bottom: 0;
      justify-content: left; } }
  #footerbanner img {
    width: 100%;
    display: block; }
  #footerbanner .banner3col li {
    width: calc( 33.333% - 3px); }
    @media (max-width: 767px) {
      #footerbanner .banner3col li {
        width: calc( 50% - 3px); } }
  #footerbanner .banner4col li {
    width: calc( 25% - 3px); }
    @media (max-width: 767px) {
      #footerbanner .banner4col li {
        width: calc( 33.333% - 3px);
        display: none; }
        #footerbanner .banner4col li:nth-of-type(1), #footerbanner .banner4col li:nth-of-type(2), #footerbanner .banner4col li:nth-of-type(3) {
          display: inline-block; } }
  #footerbanner .banner6col li {
    width: calc( 100% / 6 - 3px); }
    @media (max-width: 767px) {
      #footerbanner .banner6col li {
        display: none;
        width: calc( 33.333% - 3px); } }

#smail,
#relation {
  display: none;
  background: #f4f4f4;
  position: relative; }
  #smail h2,
  #relation h2 {
    border-bottom: 1px solid #ccc; }
    #smail h2 a:link, #smail h2 a:active, #smail h2 a:visited, #smail h2 a:hover,
    #relation h2 a:link,
    #relation h2 a:active,
    #relation h2 a:visited,
    #relation h2 a:hover {
      color: #454545; }
  @media (max-width: 767px) {
    #smail,
    #relation {
      height: 40px;
      overflow: hidden; } }
  #smail .row,
  #relation .row {
    padding-top: 40px; }
    @media (max-width: 767px) {
      #smail .row,
      #relation .row {
        padding-top: 45px; } }
  #smail h2,
  #relation h2 {
    display: none;
    width: 100%;
    font-size: 1.6rem;
    text-align: left;
    position: absolute;
    line-height: 40px;
    top: 0;
    left: 0;
    box-sizing: border-box;
    margin-bottom: 5px; }
    #smail h2 a,
    #relation h2 a {
      display: block;
      width: 100%;
      height: 40px;
      padding: 0 5px; }
    #smail h2:after,
    #relation h2:after {
      display: block;
      content: '+';
      width: 30px;
      height: 30px;
      position: absolute;
      top: 0;
      right: 5px;
      text-align: center; }
    @media (max-width: 767px) {
      #smail h2,
      #relation h2 {
        display: block; } }
  #smail.active,
  #relation.active {
    height: auto; }
    #smail.active h2:after,
    #relation.active h2:after {
      content: '-'; }
  #smail .navs,
  #relation .navs {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: stretch;
    justify-content: left; }
    #smail .navs .nav,
    #relation .navs .nav {
      width: calc( 99% / 7);
      text-align: left; }
      @media (max-width: 767px) {
        #smail .navs .nav,
        #relation .navs .nav {
          padding: 0 5px; } }
      #smail .navs .nav h3,
      #relation .navs .nav h3 {
        font-size: 1.4rem;
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          #smail .navs .nav h3,
          #relation .navs .nav h3 {
            margin-bottom: 0;
            font-size: 1.2rem;
            border-bottom: 1px dotted #ccc;
            margin-bottom: 4px;
            padding-bottom: 3px; } }
      #smail .navs .nav ul,
      #relation .navs .nav ul {
        margin-bottom: 40px; }
        @media (max-width: 767px) {
          #smail .navs .nav ul,
          #relation .navs .nav ul {
            margin-bottom: 0; } }
      #smail .navs .nav li,
      #relation .navs .nav li {
        font-size: 1.2rem;
        margin-bottom: 4px; }
        @media (max-width: 767px) {
          #smail .navs .nav li,
          #relation .navs .nav li {
            border-bottom: 1px dotted #ccc;
            padding-bottom: 3px; } }
      @media (max-width: 1199px) {
        #smail .navs .nav,
        #relation .navs .nav {
          width: 25%; } }
      @media (max-width: 767px) {
        #smail .navs .nav,
        #relation .navs .nav {
          width: 33.333%; } }
      @media (max-width: 480px) {
        #smail .navs .nav,
        #relation .navs .nav {
          width: 100%; } }
  @media (max-width: 767px) {
    #smail,
    #relation {
      display: block; } }

#footernav1,
#footernav2 {
  position: relative; }
  @media (max-width: 767px) {
    #footernav1,
    #footernav2 {
      height: 40px;
      overflow: hidden; } }
  #footernav1 .row,
  #footernav2 .row {
    padding-top: 40px; }
    @media (max-width: 767px) {
      #footernav1 .row,
      #footernav2 .row {
        padding-top: 45px; } }
  #footernav1 h2,
  #footernav2 h2 {
    display: none;
    width: 100%;
    font-size: 1.6rem;
    text-align: left;
    position: absolute;
    line-height: 40px;
    top: 0;
    left: 0;
    box-sizing: border-box;
    margin-bottom: 5px; }
    #footernav1 h2 a,
    #footernav2 h2 a {
      display: block;
      width: 100%;
      height: 40px;
      padding: 0 5px; }
    #footernav1 h2:after,
    #footernav2 h2:after {
      display: block;
      content: '+';
      width: 30px;
      height: 30px;
      position: absolute;
      top: 0;
      right: 5px;
      text-align: center; }
    @media (max-width: 767px) {
      #footernav1 h2,
      #footernav2 h2 {
        display: block; } }
  #footernav1.active,
  #footernav2.active {
    height: auto; }
    #footernav1.active h2:after,
    #footernav2.active h2:after {
      content: '-'; }
  #footernav1 .navs,
  #footernav2 .navs {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    align-items: stretch;
    justify-content: left; }
    #footernav1 .navs .nav,
    #footernav2 .navs .nav {
      width: calc( 99% / 7);
      text-align: left; }
      @media (max-width: 767px) {
        #footernav1 .navs .nav,
        #footernav2 .navs .nav {
          padding: 0 5px; } }
      #footernav1 .navs .nav h3,
      #footernav2 .navs .nav h3 {
        font-size: 1.4rem;
        margin-bottom: 10px; }
        @media (max-width: 767px) {
          #footernav1 .navs .nav h3,
          #footernav2 .navs .nav h3 {
            margin-bottom: 0;
            font-size: 1.2rem;
            border-bottom: 1px dotted #ccc;
            margin-bottom: 4px;
            padding-bottom: 3px; } }
      #footernav1 .navs .nav ul,
      #footernav2 .navs .nav ul {
        margin-bottom: 40px; }
        @media (max-width: 767px) {
          #footernav1 .navs .nav ul,
          #footernav2 .navs .nav ul {
            margin-bottom: 0; } }
      #footernav1 .navs .nav li,
      #footernav2 .navs .nav li {
        font-size: 1.2rem;
        margin-bottom: 4px; }
        @media (max-width: 767px) {
          #footernav1 .navs .nav li,
          #footernav2 .navs .nav li {
            border-bottom: 1px dotted #ccc;
            padding-bottom: 3px; } }
      @media (max-width: 1199px) {
        #footernav1 .navs .nav,
        #footernav2 .navs .nav {
          width: 25%; } }
      @media (max-width: 767px) {
        #footernav1 .navs .nav,
        #footernav2 .navs .nav {
          width: 33.333%; } }
      @media (max-width: 480px) {
        #footernav1 .navs .nav,
        #footernav2 .navs .nav {
          width: 100%; } }

#footernav1,
#smail,
#relation {
  background: #f4f4f4; }
  #footernav1 h2,
  #smail h2,
  #relation h2 {
    border-bottom: 1px solid #ccc; }
    #footernav1 h2 a:link, #footernav1 h2 a:active, #footernav1 h2 a:visited, #footernav1 h2 a:hover,
    #smail h2 a:link,
    #smail h2 a:active,
    #smail h2 a:visited,
    #smail h2 a:hover,
    #relation h2 a:link,
    #relation h2 a:active,
    #relation h2 a:visited,
    #relation h2 a:hover {
      color: #454545; }
  #footernav1 .navs .nav h3,
  #smail .navs .nav h3,
  #relation .navs .nav h3 {
    color: #454545; }
  #footernav1 .navs .nav a:link, #footernav1 .navs .nav a:active, #footernav1 .navs .nav a:visited, #footernav1 .navs .nav a:hover,
  #smail .navs .nav a:link,
  #smail .navs .nav a:active,
  #smail .navs .nav a:visited,
  #smail .navs .nav a:hover,
  #relation .navs .nav a:link,
  #relation .navs .nav a:active,
  #relation .navs .nav a:visited,
  #relation .navs .nav a:hover {
    color: #454545; }

#footernav2 {
  background: #454545; }
  #footernav2 h2 a:link, #footernav2 h2 a:active, #footernav2 h2 a:visited, #footernav2 h2 a:hover {
    color: #fff; }
  #footernav2 h2:after {
    color: #fff; }
  #footernav2 .navs .nav a:link, #footernav2 .navs .nav a:active, #footernav2 .navs .nav a:visited, #footernav2 .navs .nav a:hover {
    color: #fff; }

#gotop {
  width: 100%;
  max-width: 1200px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  transition: bottom 0.15s ease-out 0s; }
  #gotop img {
    position: absolute;
    top: -38px;
    right: 0; }
  #gotop span {
    display: none; }
  @media (max-width: 767px) {
    #gotop {
      position: fixed;
      left: 0;
      bottom: 0;
      background: #005495;
      width: 100%;
      height: 30px; }
      #gotop img {
        display: none; }
      #gotop span {
        display: block;
        color: #fff;
        font-size: 1.4rem;
        line-height: 30px; }
        #gotop span:before {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: '\f0d8';
          display: inline-block;
          margin-right: 5px; } }
  @media (min-width: 1200px) {
    #gotop.fixed {
      position: fixed;
      width: 78px;
      height: 80px;
      right: calc( ( 100vw - 1215px ) / 2);
      bottom: 0px; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    #gotop.fixed {
      position: fixed;
      width: 78px;
      height: 80px;
      right: 0;
      bottom: 0px; } }
  @media (min-width: 768px) {
    #gotop.top {
      bottom: -150px; } }

#rights {
  padding: 35px 0;
  background: #0073CF; }
  #rights p {
    padding-top: 15px;
    color: #fff; }

.sns {
  background: url(../img/snsbg@2x.jpg) no-repeat;
  background-size: cover;
  padding: 5px;
  margin-bottom: 20px;
  position: relative;
  margin-top: 50px; }
  .sns .logo {
    position: absolute;
    width: 100%;
    text-align: center;
    top: -27px;
    left: 0px; }
  .sns .frame {
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px; }
  .sns h2 {
    font-size: 1.8rem;
    font-family: "Noto Sans Japanese", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic, Karla", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 900;
    margin-bottom: 10px; }
  @media (max-width: 767px) {
    .sns .section {
      width: 46.909%;
      display: inline-block;
      vertical-align: top; } }
  .sns h3 {
    background: #1468B0;
    color: #fff;
    font-size: 1.2rem;
    padding: 5px;
    margin: 0 10px 10px; }
  .sns ul {
    padding: 0 10px 10px; }
    .sns ul:after {
      content: "";
      display: block;
      clear: both; }
    @media (max-width: 767px) {
      .sns ul {
        text-align: center; } }
  .sns li {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.4rem; }
    @media (max-width: 767px) {
      .sns li {
        display: block;
        float: left;
        margin-right: 11px;
        width: calc( ( 100% - 22px ) / 3); }
        .sns li:last-of-type {
          margin-right: 0; } }
    .sns li img {
      width: 40px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
      @media (max-width: 767px) {
        .sns li img {
          width: 100%; } }
    .sns li span {
      display: inline-block;
      vertical-align: middle;
      line-height: 130%;
      width: calc( 100% - 50px); }
      @media (max-width: 767px) {
        .sns li span {
          display: none; } }
  .sns .link a {
    border: 1px solid #8f8f8f;
    box-sizing: border-box;
    padding: 5px 10px;
    display: inline-block; }
    .sns .link a:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: '\f105';
      display: inline-block;
      margin-left: 5px; }
    @media (max-width: 767px) {
      .sns .link a {
        font-size: 1.2rem;
        padding: 2px 5px; } }

@media (max-width: 991px) {
  br.lt {
    display: none; } }

br.sp {
  display: none; }
  @media (max-width: 991px) {
    br.sp {
      display: block; } }

@media (max-width: 991px) {
  .ad3 {
    display: none; } }

.ad3 img {
  width: 100%;
  margin-bottom: 20px; }
