@charset "UTF-8";
/* ----------------------------------
共通部分
---------------------------------- */
@-ms-viewport {
  width: device-width;
}

#gs_pageTop {
  position: relative;
}

#gs_pageTop a {
  text-decoration: none;
}

#gs_pageTop a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#gs_pageTop a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#gs_wrapper:after,
.gs_inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* ----------------------------------
print.css
---------------------------------- */
@media print {
  .gs_headerMenuWrapper,
  .gs_pankuzu,
  .pageTopButton,
  #gs_footer,
  .devMode,
  .pageTopButton {
    display: none !important;
  }
  html.ie,
  html.ie body {
    zoom: 0.68;
  }
  body,
  .gs_content {
    overflow: visible !important;
  }
  .gs_titleFullWidth.smallNone {
    background-image: none !important;
  }
  .gs_titleFullWidth.smallNone span {
    color: #000 !important;
    text-shadow: none !important;
  }
}

/* ----- 汎用 ブロック要素に変更 ----- */
.displayBlock {
  display: block;
}

.flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alignEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body {
  position: relative;
}

/* ----------------------------------
各メディアクエリごとに出し分け
---------------------------------- */
/* ----- $widthXL（1440px）以上 ----- */
@media (min-width: 1440px) {
  .xlView {
    display: block !important;
  }
  .lgView {
    display: none !important;
  }
  .mdView {
    display: none !important;
  }
  .smView {
    display: none !important;
  }
  .lgHide {
    display: none !important;
  }
}

/* ----- $widthMD（768px）以上 ----- */
@media (min-width: 788px) {
  .xlView {
    display: none;
  }
  .lgView {
    display: block;
  }
  .lgOverView {
    display: block !important;
  }
  .mdView {
    display: none;
  }
  .smView {
    display: none;
  }
  .lgHide {
    display: none;
  }
  .mdUnderView {
    display: none !important;
  }
}

/* ----- $widthMD（768px-1）以下すべて ----- */
@media (max-width: 787px) {
  .xlView {
    display: none;
  }
  .lgView {
    display: none;
  }
  .lgOverView {
    display: none !important;
  }
  .mdView {
    display: block;
  }
  .smView {
    display: none;
  }
  .mdHide {
    display: none;
  }
  .mdUnderView {
    display: block !important;
  }
  .not-lgView {
    display: none !important;
  }
}

/* ----- $widthSM（568px-1）以下すべて ----- */
@media (max-width: 519px) {
  .xlView {
    display: none;
  }
  .lgView {
    display: none;
  }
  .mdView {
    display: none;
  }
  .smView {
    display: block;
  }
  .smHide {
    display: none;
  }
}

/* ----------------------------------
ヘッダー
---------------------------------- */
.gs_headerMenuWrapper {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  min-width: 960px;
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 11111;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 787px) {
  .gs_headerMenuWrapper {
    min-width: auto;
  }
}

.gs_headerMenuWrapper.active {
  position: fixed !important;
  -webkit-transition: .3s;
  transition: .3s;
  top: 0;
}

#gs_header {
  position: relative;
}

#gs_header .gs_menuButtonWrap .gs_menuButton.close {
  background: none;
  z-index: 999999;
}

@media (max-width: 787px) {
  #gs_header .gs_menuButtonWrap .gs_menuButton.close {
    position: static;
  }
}

#gs_headerFixed {
  display: none;
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.12);
  z-index: 11111;
}

#gs_headerFixed.fixed {
  display: block;
}

.gs_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 16px 6px;
  width: 1300px;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_header {
    width: 100%;
  }
}

@media (max-width: 787px) {
  .gs_header {
    padding: 12px;
  }
}

@media (max-width: 519px) {
  .gs_header {
    padding: 10px;
  }
}

@media (max-width: 787px) {
  .gs_header__nav {
    display: none;
  }
}

.gs_header__mainNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gs_header__navList {
  display: inline-block;
  border-left: 1px solid #fff;
  overflow: hidden;
  margin-right: 28px;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_header__navList {
    margin-right: 7px;
  }
}

@media screen and (max-width: 1100px) {
  .gs_header__navList {
    margin-right: 0;
  }
}

.gs_header__navList:first-child {
  border-left: 0;
}

.gs_header__navList.current a {
  border-bottom: 2px solid #ffd600;
}

.gs_header__navList a {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Oswald', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-weight: 600;
  letter-spacing: 1.3px;
  color: #333;
  display: block;
  text-align: center;
  padding: 0 2px;
  border-bottom: 2px solid transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_header__navList a {
    padding: 1px 5px;
  }
}

@media screen and (max-width: 1100px) {
  .gs_header__navList a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.gs_header__navList a span {
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
}

.gs_header__navList a:hover {
  color: #888;
  border-bottom: 2px solid #ffd600;
}

.gs_header .radikoBtn__maru--noText {
  margin-right: 10px;
}

.gs_header__radikoWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 42px;
  min-width: 105px;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_header__radikoWrap {
    margin-right: 32px;
    min-width: inherit;
  }
}

@media screen and (max-width: 1150px) {
  .gs_header__radikoWrap {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1100px) {
  .gs_header__radikoWrap {
    margin-right: 0;
  }
}

@media (max-width: 787px) {
  .gs_header__radikoWrap {
    min-width: auto;
    margin-right: 0;
  }
}

.gs_header__radikoText {
  font-size: 12px;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", 游ゴシック体, "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", Verdana, "Meiryo UI", Meiryo, "M+ 1p", sans-serif;
}

@media screen and (max-width: 1150px) {
  .gs_header__radikoText {
    display: none;
  }
}

@media (max-width: 787px) {
  .gs_header__radikoText {
    display: none;
  }
}

.gs_header__innerRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 auto;
}

/* ----- safariのみ ----- */
.safari .gs_headerNav .gs_mainNav li a {
  padding: 13px 14px;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .safari .gs_headerNav .gs_mainNav li a {
    padding: 15px 4.5px;
  }
}

@media (min-width: 788px) and (max-width: 1439px) {
  .safari .gs_headerNav .gs_mainNav li.gs_home a {
    padding: 15px 12px;
  }
}

/* ----- ヘッダーSNS ----- */
.gs_headerSNS {
  min-width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 787px) {
  .gs_headerSNS {
    min-width: auto;
  }
}

.gs_headerSNS__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gs_headerSNS__item {
  margin: 0 2px;
}

.gs_headerSNS .gs_follow {
  display: block;
  font-size: 11px;
  font-size: 1.1rem;
  color: #333;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.gs_headerSNS .gs_wrapSNS {
  color: #313131;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 8px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 1100px) {
  .gs_headerSNS .gs_wrapSNS {
    padding: 8px 3px;
  }
}

@media (max-width: 519px) {
  .gs_headerSNS .gs_wrapSNS {
    padding: 6px;
  }
}

.gs_headerSNS .gs_wrapSNS .fa {
  font-size: 24px;
  font-size: 2.4rem;
  vertical-align: -2px;
}

@media (max-width: 519px) {
  .gs_headerSNS .gs_wrapSNS .fa {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.gs_headerSNS .gs_wrapSNS img {
  width: 22px;
  height: auto;
}

.gs_headerSNS .gs_wrapSNS:hover {
  color: #fdba2f;
}

.gs_headerSNS .gs_countSNS {
  display: none;
}

.gs_twitter .gs_countSNS {
  padding-left: 10px;
}

/* ----- ヘッドラインニュース ----- */
#gs_pageTop {
  padding-top: 84px;
}

@media (min-width: 788px) and (max-width: 1439px) {
  #gs_pageTop {
    padding-top: 91px;
  }
}

@media (max-width: 787px) {
  #gs_pageTop {
    padding-top: 67px;
  }
}

@media (max-width: 519px) {
  #gs_pageTop {
    padding-top: 63px;
  }
}

#gs_pageTop .gs_headlineWrap {
  width: 100%;
  min-width: 960px;
  padding: 12px;
  background: #333;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1100px) {
  #gs_pageTop .gs_headlineWrap {
    width: 1100px;
  }
}

@media (max-width: 787px) {
  #gs_pageTop .gs_headlineWrap {
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (max-width: 787px) {
  #gs_pageTop .gs_headlineWrap.pagetop {
    display: none;
  }
}

@media (max-width: 787px) {
  #gs_pageTop .gs_headlineWrap.mainVisual {
    display: block;
    min-width: 100%;
    padding: 8px;
  }
}

#gs_pageTop .gs_headlineWrap .gs_headline {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 1100px;
}

@media screen and (max-width: 1100px) {
  #gs_pageTop .gs_headlineWrap .gs_headline {
    width: 100%;
  }
}

@media (max-width: 787px) {
  #gs_pageTop .gs_headlineWrap .gs_headline {
    display: block;
  }
}

#gs_pageTop .gs_headlineWrap .gs_headline a {
  display: inline-block;
  margin-right: 4px;
  color: #6BD6FF;
  text-decoration: underline;
}

@media (max-width: 787px) {
  #gs_pageTop .gs_headlineWrap .gs_headline a {
    padding-top: 4px;
  }
}

#gs_pageTop .gs_headlineWrap .gs_headline a:hover {
  text-decoration: none;
}

#gs_pageTop .gs_headlineWrap .gs_headline .gs_newsButtonLink {
  color: #fff;
  margin-left: 5px;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
}

#gs_pageTop .gs_headlineWrap .gs_headline .gs_newsButtonLink:hover {
  text-decoration: underline;
}

#gs_pageTop .gs_headlineWrap .gs_headline .gs_newsButtonLink .fa {
  margin-left: 5px;
  color: #D4D4D4;
}

#gs_pageTop .gs_headlineWrap .fa-newspaper-o {
  color: #C5C5C5;
  font-size: 14px;
  margin-right: 2px;
}

#gs_pageTop .gs_headlineWrap .gs_date {
  color: #999;
  font-size: 11px;
  font-size: 1.1rem;
}

#gs_pageTop .gs_headlineWrap.emergency {
  background: #B71C1C;
}

#gs_pageTop .gs_headlineWrap.emergency .fa-newspaper-o {
  display: none;
}

#gs_pageTop .gs_headlineWrap.emergency .gs_headline:before {
  content: "緊急速報";
  display: inline-block;
  background: #fff;
  border-radius: 10px;
  font-size: 11px;
  font-weight: bold;
  width: 70px;
  text-align: center;
  color: #B71C1C;
  margin-right: 6px;
}

@media (max-width: 787px) {
  #gs_pageTop .gs_headlineWrap.emergency .gs_headline:before {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}

#gs_pageTop .gs_headlineWrap.emergency a {
  color: #fff;
}

#gs_pageTop .gs_headlineWrap.emergency .gs_date {
  color: #BCBCBC;
}

@media (max-width: 787px) {
  #gs_pageTop .gs_headlineWrap.emergency .gs_date {
    display: inline-block;
  }
}

/* ----- 開閉ボタン ----- */
.gs_menuButtonWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gs_menuButtonWrap .gs_menuButtonIconIE8 .fa {
  position: absolute;
  top: 14%;
  left: 33%;
}

.gs_menuButton {
  display: block;
  padding: 10px;
  position: relative;
}

.gs_menuButton.close {
  background: #333;
}

.gs_menuButton.close .gs_menuButtonIcon {
  background: #fff;
}

@media (max-width: 787px) {
  .gs_menuButton.close .gs_menuButtonIcon {
    background: #333;
  }
}

.gs_menuButton.close .gs_menuButtonIcon:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}

.gs_menuButton.close .gs_menuButtonIcon:nth-of-type(2) {
  opacity: 0;
}

.gs_menuButton.close .gs_menuButtonIcon:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
          transform: translateY(-8px) rotate(45deg);
}

.gs_menuButton.close .gs_menuButtonIcon:before, .gs_menuButton.close .gs_menuButtonIcon:after {
  margin-top: 0;
}

.gs_menuButton.close .gs_menuButtonIcon:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.gs_menuButton.close .gs_menuButtonIcon:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.gs_menuButton.close .gs_small {
  left: 26px;
}

.gs_menuButton span[data-menuBtn] {
  display: block;
  background: #313131;
  height: 3px;
  width: 25px;
  margin: auto;
  -webkit-transition: .2s;
  transition: .2s;
}

.gs_menuButton span[data-menuBtn]:first-of-type {
  margin-bottom: 5px;
}

.gs_menuButton span[data-menuBtn]:last-of-type {
  margin-top: 5px;
}

/* ----- ロゴ＋SNS ----- */
#gs_header .gs_mdWrap {
  display: inline-block;
  margin-left: 16px;
}

/* ----- ロゴ ----- */
.gs_headerLogo {
  margin-right: 20px;
  width: 120px;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_headerLogo {
    margin-top: 7px;
    margin-left: 10px;
  }
}

@media (max-width: 787px) {
  .gs_headerLogo {
    width: 100px;
    min-width: 100px;
  }
}

@media (max-width: 519px) {
  .gs_headerLogo {
    margin-right: 10px;
    min-width: 90px;
  }
}

.gs_headerLogo a {
  display: block;
}

.gs_headerLogo img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_headerLogo img {
    max-width: 100%;
  }
}

/* ----- １行プレイリスト ----- */
.gs_headerPlayList {
  float: left;
  background: url("../images/bg_playlist.jpg") #000 left top;
  color: #fff;
  text-shadow: 0px 0px 5px #000;
  width: 570px;
  margin-top: 16px;
}

.gs_headerPlayList:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_headerPlayList {
    width: 455px;
    margin-top: 12px;
  }
}

.gs_headerPlayList .gs_heading {
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  padding: 9px;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_headerPlayList .gs_heading {
    padding: 7px;
  }
}

.gs_headerPlayList .gs_heading img {
  vertical-align: text-bottom;
}

.gs_headerPlayList .gs_playList {
  float: left;
  padding: 9px;
  width: 275px;
  height: 26px;
  overflow: hidden;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_headerPlayList .gs_playList {
    width: 170px;
  }
}

.gs_headerPlayList .gs_playList .gs_time {
  font-size: 12px;
  font-size: 1.2rem;
}

.gs_headerPlayList .gs_playList .gs_artist {
  font-size: 12px;
  font-size: 1.2rem;
}

.gs_headerPlayList .ichiranLink {
  float: right;
  padding: 9px;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_headerPlayList .ichiranLink {
    padding: 9px 7px;
  }
}

.gs_headerPlayList .ichiranLink a {
  display: inline-block;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 1px 6px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (max-width: 787px) {
  .gs_headerPlayList .ichiranLink a {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.gs_headerPlayList .ichiranLink a:hover {
  background: rgba(255, 255, 255, 0.4);
}

/* ----- ヘッダーログインボタン ----- */
.gs_headerRight {
  float: right;
  margin-top: 18px;
  margin-right: 15px;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_headerRight {
    margin-top: 10px;
    margin-right: 0;
  }
}

.gs_headerLogin {
  font-size: 0;
  display: inline-block;
  margin-right: 20px;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_headerLogin {
    margin-right: 10px;
  }
}

@media (max-width: 787px) {
  .gs_headerLogin {
    display: none;
  }
}

.gs_headerLogin__item {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1100px) {
  .gs_headerLogin__item {
    font-size: 10px;
    font-size: 1rem;
  }
}

.gs_headerLogin__item.first-child {
  margin-right: 14px;
}

.gs_headerLogin__item a {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gs_headerLogin__item.reg a:hover {
  text-decoration: underline;
}

.gs_headerLogin__item.reg a:hover * {
  color: #D84315;
}

.gs_headerLogin__item.login a:hover * {
  color: #C62828;
}

.gs_headerLogin .fa {
  color: #C8C4C1;
  margin-right: 6px;
  vertical-align: middle;
  font-size: 20px;
  font-size: 2rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/* ----------------------------------
検索ウインドウ
---------------------------------- */
/* ----- reset.css的なもの ----- */
input {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
  font-size: 16px;
  vertical-align: middle;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

input[type="text"],
textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
}

input[type="submit"],
input[type="button"] {
  -webkit-transition: background .3s;
  transition: background .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

#srchBox.watermark {
  padding-bottom: 0;
  background: none;
  border: none;
  height: 50px;
}

@media (max-width: 787px) {
  #srchBox.watermark {
    width: 100%;
  }
}

#srchBox.watermark #srch {
  padding: 0;
}

#srchBox.watermark #srchForm {
  margin-bottom: 0;
}

#srchBox.watermark #srchForm #srchInput {
  width: 220px;
  margin: 3px 0;
  padding: 8px;
  line-height: 44px;
  height: 44px;
  border: solid 1px #CCC;
  border-right: none;
  border-radius: 2px 0 0 2px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
  vertical-align: middle;
  -webkit-transition: none;
  transition: none;
  background: #fff url(//i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) 95% 90% no-repeat;
}

@media (max-width: 787px) {
  #srchBox.watermark #srchForm #srchInput {
    width: 80%;
  }
}

#srchBox.watermark #srchForm #srchInput:focus {
  border: 1px solid #2499eb;
  background: #FFFEF9;
  -webkit-box-shadow: 0 0 3px #2097EB;
          box-shadow: 0 0 3px #2097EB;
}

#srchBox.watermark #srchForm #srchInput.nomark {
  background-image: none;
}

#srchBox.watermark #srchForm #srchBtn {
  height: 44px;
  line-height: 44px;
  background: #fdba2f;
  color: #fff;
  font-weight: bold;
  border-radius: 0 2px 2px 0;
}

@media (max-width: 787px) {
  #srchBox.watermark #srchForm #srchBtn {
    width: 20%;
  }
}

#srchBox.watermark #srchForm #srchBtn:hover {
  background: #0073C4;
}

/* ----- 検索結果ページ ----- */
#yjserp {
  width: 95%;
}

/* ----------------------------------
メガメニュー
---------------------------------- */
html.lock,
body.lock {
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  html.lock,
  body.lock {
    overflow: initial;
  }
}

@media (max-width: 787px) {
  html.lock,
  body.lock {
    overflow: hidden;
  }
}

.modal-overlay {
  z-index: 10000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
}

.modal-wrap {
  z-index: 10001;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 40px;
  width: 100%;
  height: 100%;
  overflow: auto;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 960px) {
  .modal-wrap {
    width: 960px;
  }
}

@media (max-width: 787px) {
  .modal-wrap {
    padding: 0;
    width: 100% !important;
    height: calc(100% - 58px);
    top: 64px;
  }
}

@media (max-width: 519px) {
  .modal-wrap {
    top: 59px;
  }
}

.modal-wrap.fixed {
  margin-top: 50px;
  padding-bottom: 50px;
}

/* ----- 全体 ----- */
.gs_headerMenuWrapper {
  position: relative;
}

.gs_headerMenuWrapper .gs_menuContentPC {
  display: none;
  width: 1220px;
  margin: auto;
  cursor: auto;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_headerMenuWrapper .gs_menuContentPC {
    width: 100%;
  }
}

@media (max-width: 787px) {
  .gs_headerMenuWrapper .gs_menuContentPC {
    width: 100%;
  }
}

.gs_headerMenuWrapper .gs_menuContentPC .gs_menuButtonWrap {
  float: none;
  position: absolute;
  top: 10px;
  right: -62px;
}

.gs_headerMenuWrapper .gs_menuContentPC .gs_menuButtonWrap .gs_menuButton.close {
  background: none;
}

.gs_headerMenuWrapper .gs_menuContentPC .gs_menuButtonWrap .gs_small {
  color: #fff;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_headerMenuWrapper .gs_menuContentPC .gs_menuButtonWrap {
    top: 9px;
    right: -50px;
  }
}

@media (max-width: 787px) {
  .gs_headerMenuWrapper .gs_menuContentPC .gs_menuButtonWrap {
    display: none;
  }
}

.gs_headerMenuWrapper .gs_menuContentPC .gs_inner {
  color: #fff;
  margin-top: -2px;
  padding: 20px;
  position: relative;
}

.gs_headerMenuWrapper .gs_menuContentPC .gs_inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_headerMenuWrapper .gs_menuContentPC .gs_inner {
    padding: 16px;
  }
}

.gs_headerMenuWrapper .gs_menuContentPC a {
  color: #6BD6FF;
}

.gs_headerMenuWrapper .gs_menuContentPC.full {
  width: 100%;
}

.gs_headerMenuWrapper .gs_menuContentPC.full .gs_inner {
  position: absolute;
  top: 68px;
  z-index: 9999;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.gs_headerMenuWrapper .gs_menuContentPC.fixed {
  position: fixed;
  top: 55px;
  width: 100%;
  z-index: 9999;
}

.gs_headerMenuWrapper .gs_menuContentPC.fixed .gs_inner {
  width: 1300px;
  margin: -2px auto 0;
  height: 600px;
  overflow-y: scroll;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_headerMenuWrapper .gs_menuContentPC.fixed .gs_inner {
    width: 960px;
  }
}

@media (max-width: 787px) {
  .gs_headerMenuWrapper .gs_menuContentPC.fixed .gs_inner {
    width: 100%;
    height: 428px;
    padding: 10px;
  }
}

.gs_headerMenuWrapper .memberWrap {
  margin-bottom: 20px;
}

.gs_headerMenuWrapper .memberWrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.gs_headerMenuWrapper .memberWrap.mdTop {
  display: none;
}

@media (max-width: 787px) {
  .gs_headerMenuWrapper .memberWrap.mdTop {
    display: block;
  }
}

.gs_headerMenuWrapper .memberWrap.pcSide {
  display: block;
}

@media (max-width: 787px) {
  .gs_headerMenuWrapper .memberWrap.pcSide {
    display: none;
  }
}

.gs_headerMenuWrapper .memberWrap li {
  float: left;
  border-radius: 3px;
}

@media (max-width: 787px) {
  .gs_headerMenuWrapper .memberWrap li {
    width: 49%;
  }
}

.gs_headerMenuWrapper .memberWrap li.reg {
  margin-right: 5px;
  letter-spacing: -1px;
  background: #FF5722;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 787px) {
  .gs_headerMenuWrapper .memberWrap li.reg {
    margin-right: 2%;
    letter-spacing: 0;
  }
}

.gs_headerMenuWrapper .memberWrap li.reg .fa {
  background: #D84315;
}

.gs_headerMenuWrapper .memberWrap li.reg a {
  background: #FF5722;
}

.gs_headerMenuWrapper .memberWrap li.login {
  background: #F44336;
}

.gs_headerMenuWrapper .memberWrap li.login .fa {
  background: #C62828;
}

.gs_headerMenuWrapper .memberWrap li.login a {
  background: #F44336;
  width: 119px;
}

@media (max-width: 787px) {
  .gs_headerMenuWrapper .memberWrap li.login a {
    width: 90%;
  }
}

@media (max-width: 519px) {
  .gs_headerMenuWrapper .memberWrap li.login a {
    width: 78%;
    font-size: 12px;
  }
}

.gs_headerMenuWrapper .memberWrap li.mypage {
  float: none;
  background-color: #F44336;
}

@media (max-width: 787px) {
  .gs_headerMenuWrapper .memberWrap li.mypage {
    width: 100%;
  }
}

.gs_headerMenuWrapper .memberWrap li.mypage .fa {
  background: #C62828;
  padding: 14px 8px;
}

@media (max-width: 787px) {
  .gs_headerMenuWrapper .memberWrap li.mypage .fa {
    text-align: center;
  }
}

.gs_headerMenuWrapper .memberWrap li.mypage a {
  background: #F44336;
  width: 261px;
}

@media (max-width: 787px) {
  .gs_headerMenuWrapper .memberWrap li.mypage a {
    width: 90%;
  }
}

@media (max-width: 519px) {
  .gs_headerMenuWrapper .memberWrap li.mypage a {
    width: 78%;
    font-size: 12px;
  }
}

.gs_headerMenuWrapper .memberWrap li .fa {
  display: inline-block;
  color: #fff;
  border-radius: 3px 0 0 3px;
  padding: 14px 8px;
  background: #ff0003;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 787px) {
  .gs_headerMenuWrapper .memberWrap li .fa {
    width: 10%;
  }
}

@media (max-width: 519px) {
  .gs_headerMenuWrapper .memberWrap li .fa {
    width: 22%;
    font-size: 14px;
  }
}

.gs_headerMenuWrapper .memberWrap li a {
  display: inline-block;
  background: #4a4a4a;
  color: #fff;
  font-weight: bold;
  width: 116px;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 787px) {
  .gs_headerMenuWrapper .memberWrap li a {
    width: 90%;
  }
}

@media (max-width: 519px) {
  .gs_headerMenuWrapper .memberWrap li a {
    width: 78%;
    font-size: 12px;
  }
}

.gs_headerMenuWrapper .memberWrap li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* ----- メガメニュー右（各コンテンツへのリンク） ----- */
.gs_menuContentPC .gs_sitemapWrap {
  float: right;
  width: calc(100% - 328px);
  margin-top: 6px;
}

.gs_menuContentPC .gs_sitemapWrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media (max-width: 787px) {
  .gs_menuContentPC .gs_sitemapWrap {
    float: none;
    width: 100%;
    margin-bottom: 28px;
  }
}

.gs_menuContentPC .gs_sitemapWrap .gs_titleFukidashi {
  margin-bottom: 24px;
}

@media (max-width: 787px) {
  .gs_menuContentPC .gs_sitemapWrap .gs_titleFukidashi {
    margin-bottom: 0;
  }
}

.gs_menuContentPC .gs_wide7Wrap {
  margin-bottom: 20px;
}

.gs_menuContentPC .gs_wide7Wrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.gs_menuContentPC .gs_wide7Wrap .gs_wide7list {
  float: left;
  margin-right: 16px;
  margin-bottom: 24px;
  position: relative;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_menuContentPC .gs_wide7Wrap .gs_wide7list {
    margin-right: 12px;
    margin-bottom: 16px;
  }
}

@media (max-width: 787px) {
  .gs_menuContentPC .gs_wide7Wrap .gs_wide7list {
    float: none;
    position: relative;
    margin-right: 0;
    margin-bottom: 0;
  }
  .gs_menuContentPC .gs_wide7Wrap .gs_wide7list:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}

.gs_menuContentPC .gs_wide7Wrap .gs_wide7list:nth-child(4n) {
  margin-right: 0;
}

.gs_menuContentPC .gs_wide7Wrap .gs_wide7list.allLink a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

@media (max-width: 787px) {
  .gs_menuContentPC .gs_wide7Wrap .gs_wide7list.allLink a {
    width: 100%;
    display: block;
    border: 2px solid #ddd;
    padding: 7px;
    margin-top: 8px;
  }
}

.gs_menuContentPC .gs_wide7Wrap .gs_wide7list.allLink a span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_menuContentPC .gs_wide7Wrap .gs_wide7list.allLink a span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (max-width: 787px) {
  .gs_menuContentPC .gs_wide7Wrap .gs_wide7list.allLink a span {
    font-size: 15px;
    font-size: 1.5rem;
    color: #ddd;
  }
  .gs_menuContentPC .gs_wide7Wrap .gs_wide7list.allLink a span br {
    display: none;
  }
}

.gs_menuContentPC .gs_wide7Wrap .gs_wide7list.allLink a:hover {
  background: #fdba2f;
}

.gs_menuContentPC .gs_wide7Wrap .gs_wide7list.allLink a:hover span {
  color: #fff;
}

.gs_menuContentPC .gs_wide7Wrap .gs_wide7list .displayBlock {
  padding: 10px 12px 10px;
  display: block;
  width: 221px;
  height: 200px;
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_menuContentPC .gs_wide7Wrap .gs_wide7list .displayBlock {
    width: 141px;
    padding: 6px;
    height: 162px;
  }
}

@media (max-width: 787px) {
  .gs_menuContentPC .gs_wide7Wrap .gs_wide7list .displayBlock {
    width: 100%;
    padding: 6px;
    height: auto;
    border: none;
    border-bottom: 1px solid #444;
  }
  .gs_menuContentPC .gs_wide7Wrap .gs_wide7list .displayBlock:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
}

.gs_menuContentPC .gs_wide7Wrap .gs_wide7list .displayBlock:hover {
  border-color: #fdba2f;
}

.gs_menuContentPC .gs_wide7Wrap .gs_wide7list .youbi {
  position: absolute;
  z-index: 10;
  font-size: 0;
}

@media (max-width: 787px) {
  .gs_menuContentPC .gs_wide7Wrap .gs_wide7list .youbi {
    display: none;
  }
}

.gs_menuContentPC .gs_wide7Wrap .gs_wide7list .youbi li {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0px 7px;
  background: #999;
  color: #fff;
  display: inline-block;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
}

.gs_menuContentPC .gs_wide7Wrap .gs_wide7list .gs_thumb {
  width: 100%;
  height: 120px;
  overflow: hidden;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_menuContentPC .gs_wide7Wrap .gs_wide7list .gs_thumb {
    height: 75px;
  }
}

@media (max-width: 787px) {
  .gs_menuContentPC .gs_wide7Wrap .gs_wide7list .gs_thumb {
    display: none;
  }
}

.gs_menuContentPC .gs_wide7Wrap .gs_wide7list .gs_thumb img {
  max-width: 100%;
  height: auto;
}

.gs_menuContentPC .gs_wide7Wrap .gs_wide7list .gs_listTitle {
  color: #fdba2f;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 4px 3px 2px;
  margin-top: 6px;
  line-height: 1.3;
  word-break: normal;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_menuContentPC .gs_wide7Wrap .gs_wide7list .gs_listTitle {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (max-width: 787px) {
  .gs_menuContentPC .gs_wide7Wrap .gs_wide7list .gs_listTitle {
    display: inline-block;
    margin-right: 0px;
    padding: 0;
  }
}

.gs_menuContentPC .gs_wide7Wrap .gs_wide7list .gs_listDetail {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #ccc;
  width: 100%;
  margin: 0px 0px 0px 4px;
  word-break: normal;
}

@media (max-width: 787px) {
  .gs_menuContentPC .gs_wide7Wrap .gs_wide7list .gs_listDetail {
    width: auto;
    display: inline-block;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.gs_menuContentPC .gs_wide7Wrap .gs_wide7list .gs_listDetail .youbiText {
  display: none;
}

@media (max-width: 787px) {
  .gs_menuContentPC .gs_wide7Wrap .gs_wide7list .gs_listDetail .youbiText {
    display: inline-block;
    margin-right: 6px;
  }
}

.gs_menuContentPC .gs_wide7Wrap .gs_wide7list .gs_listDetail br {
  display: none;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_menuContentPC .gs_wide7Wrap .gs_wide7list .gs_listDetail br {
    display: block;
  }
}

.gs_menuContentPC .gs_cornerLinkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 787px) {
  .gs_menuContentPC .gs_cornerLinkWrap .gs_titleFukidashi {
    margin-bottom: 10px;
  }
}

.gs_menuContentPC .gs_cornerLinkWrap .cornerLink {
  width: calc(100% / 4 - 12px);
  margin-right: 16px;
  margin-bottom: 10px;
}

.gs_menuContentPC .gs_cornerLinkWrap .cornerLink:nth-child(4n) {
  margin-right: 0;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_menuContentPC .gs_cornerLinkWrap .cornerLink {
    width: calc(100% / 4 - 9px);
    margin-right: 12px;
    margin-bottom: 8px;
  }
}

@media (max-width: 787px) {
  .gs_menuContentPC .gs_cornerLinkWrap .cornerLink {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.gs_menuContentPC .gs_cornerLinkWrap .cornerLink .title {
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.3;
}

.gs_menuContentPC .gs_cornerLinkWrap .cornerLink .title a {
  color: #fdba2f;
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  position: relative;
  padding-left: 20px;
  height: 55px;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_menuContentPC .gs_cornerLinkWrap .cornerLink .title a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 6px;
    padding-left: 20px;
  }
}

@media (max-width: 787px) {
  .gs_menuContentPC .gs_cornerLinkWrap .cornerLink .title a {
    display: block;
    width: 100%;
    padding: 5px 5px 10px 24px;
    height: auto;
    border: none;
    border-bottom: 1px solid #444;
  }
}

.gs_menuContentPC .gs_cornerLinkWrap .cornerLink .title a:hover {
  border-color: #fdba2f;
}

.gs_menuContentPC .gs_cornerLinkWrap .cornerLink .title a:hover:before {
  color: #fdba2f;
}

.gs_menuContentPC .gs_cornerLinkWrap .cornerLink .title a:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 33%;
  left: 8px;
  color: #ddd;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_menuContentPC .gs_cornerLinkWrap .cornerLink .title a:before {
    top: 35%;
  }
}

@media (max-width: 787px) {
  .gs_menuContentPC .gs_cornerLinkWrap .cornerLink .title a:before {
    top: 14%;
  }
}

.gs_menuContentPC .gs_cornerLinkWrap .cornerLink .title.letter-spacing a {
  letter-spacing: -1px;
}

.gs_menuContentPC .gs_cornerLinkWrap .cornerLink .content ul {
  font-size: 13px;
  margin-left: 42px;
}

.gs_menuContentPC .gs_cornerLinkWrap .cornerLink .content ul li {
  position: relative;
  list-style: none inside;
}

.gs_menuContentPC .gs_cornerLinkWrap .cornerLink .content ul li a {
  color: #0073C4;
}

.gs_menuContentPC .gs_cornerLinkWrap .cornerLink .content ul li a:hover {
  text-decoration: underline !important;
}

.gs_menuContentPC .gs_cornerLinkWrap .cornerLink .content ul li:after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 5px;
  height: 5px;
  background-color: #bbb;
}

.gs_menuContentPC .gs_cornerLinkWrap .cornerLink .content ul li a {
  color: #6BD6FF;
}

/* ----- メガメニュー左（案内文・SNS・検索窓） ----- */
.gs_menuContentPC .air-gInfoWrap {
  float: left;
  width: 300px;
  margin-right: 28px;
}

@media (max-width: 787px) {
  .gs_menuContentPC .air-gInfoWrap {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

.gs_menuContentPC .air-gInfoWrap .read {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 40px;
}

@media (max-width: 787px) {
  .gs_menuContentPC .air-gInfoWrap .read {
    display: none;
  }
}

.gs_menuContentPC .air-gInfoWrap .read p {
  margin-bottom: 1em;
}

.gs_menuContentPC .air-gInfoWrap .read p strong {
  font-weight: bold;
  color: #FF4B5B;
}

.gs_menuContentPC .air-gInfoWrap .read h2 {
  margin-bottom: 16px;
  border-bottom: 4px solid #535353;
  padding: 10px 0 6px 14px;
  text-align: center;
}

.gs_menuContentPC .air-gInfoWrap .read h2 img {
  width: 160px;
  vertical-align: text-bottom;
  display: inline-block;
  margin-right: 8px;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_menuContentPC .air-gInfoWrap .read h2 {
    padding: 10px 0 6px 0px;
  }
  .gs_menuContentPC .air-gInfoWrap .read h2 img {
    width: 132px;
  }
}

.gs_menuContentPC .air-gInfoWrap .shortcutLink ul {
  margin-bottom: 12px;
}

.gs_menuContentPC .air-gInfoWrap .shortcutLink ul:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.gs_menuContentPC .air-gInfoWrap .shortcutLink li {
  float: left;
  width: 70.5px;
  margin-right: 6px;
  font-size: 11px;
  font-size: 1.1rem;
}

@media (max-width: 787px) {
  .gs_menuContentPC .air-gInfoWrap .shortcutLink li {
    width: 23.5%;
    margin-right: 2%;
    font-size: 10px;
    font-size: 1rem;
  }
}

.gs_menuContentPC .air-gInfoWrap .shortcutLink li a {
  color: #fff;
  text-align: center;
  padding: 8px 0;
  height: 80px;
  border-radius: 3px;
}

.gs_menuContentPC .air-gInfoWrap .shortcutLink li a:hover .fa {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.gs_menuContentPC .air-gInfoWrap .shortcutLink li a img {
  width: 50px;
  display: inline-block;
  margin-bottom: 10px;
}

.gs_menuContentPC .air-gInfoWrap .shortcutLink li a .fa {
  font-size: 50px;
}

.gs_menuContentPC .air-gInfoWrap .shortcutLink li a span {
  display: inline-block;
  line-height: 1;
}

@media (max-width: 787px) {
  .gs_menuContentPC .air-gInfoWrap .shortcutLink li a span {
    display: block;
  }
}

.gs_menuContentPC .air-gInfoWrap .shortcutLink li.listening a {
  background: #1565c0;
}

.gs_menuContentPC .air-gInfoWrap .shortcutLink li.listening a img {
  margin-bottom: 8px;
}

.gs_menuContentPC .air-gInfoWrap .shortcutLink li.message a {
  background: #009688;
}

.gs_menuContentPC .air-gInfoWrap .shortcutLink li.twitter a {
  background: #5ea9dd;
}

.gs_menuContentPC .air-gInfoWrap .shortcutLink li.facebook {
  margin-right: 0;
}

.gs_menuContentPC .air-gInfoWrap .shortcutLink li.facebook a {
  background: #3b589e;
}

.gs_menuContentPC.fixed .air-gInfoWrap {
  margin-right: 12px;
}

/*------------------------------------
サイドバーアド
--------------------------------------*/
.gs_ad_sidebar {
  margin-bottom: -20px;
}

@media (max-width: 787px) {
  .gs_ad_sidebar {
    margin-bottom: 20px;
  }
}

.gs_adsense {
  margin-left: auto;
  margin-right: auto;
}

.gs_adsense * {
  vertical-align: bottom;
}

.gs_adsense.size--300x250 {
  width: 300px;
}

.gs_adsense.size--300x250:not(:last-of-type) {
  margin-bottom: 16px;
}

.gs_adsense.size--728x90 {
  max-width: 728px;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (max-width: 787px) {
  .gs_adsense.size--728x90 {
    max-width: 300px;
    margin: 20px auto !important;
  }
}

@media (max-width: 787px) {
  .gs_ad_sidebar {
    text-align: center;
  }
  .gs_ad_sidebar .gs_adsense.size--300x250 {
    display: inline-block;
  }
}

/* ----------------------------------
#gs_footerAd　フッター広告部分
---------------------------------- */
#gs_footerAd {
  background-color: #ffd600;
  margin: auto;
  /* ----- Sサイズ ----- */
  /* ----- Lサイズ ----- */
}

@media (max-width: 787px) {
  #gs_footerAd {
    width: 100%;
    margin: auto;
  }
}

#gs_footerAd .gs_bannerS {
  font-size: 0px;
  font-size: 0rem;
  width: 1300px;
  margin: auto;
  text-align: center;
}

#gs_footerAd .gs_bannerS:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media (min-width: 788px) and (max-width: 1439px) {
  #gs_footerAd .gs_bannerS {
    width: 960px;
  }
}

@media (max-width: 787px) {
  #gs_footerAd .gs_bannerS {
    width: 100%;
    font-size: 0;
    text-align: center;
  }
}

#gs_footerAd .gs_bannerS .gs_list {
  display: inline-block;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media (max-width: 787px) {
  #gs_footerAd .gs_bannerS .gs_list {
    width: 48%;
    margin-right: 2%;
  }
}

#gs_footerAd .gs_bannerS .gs_list img {
  max-width: 100%;
  height: auto;
}

#gs_footerAd .gs_bannerS .gs_list.nth-child5n {
  margin-right: 0;
}

#gs_footerAd .gs_bannerL {
  width: 728px;
  margin: auto;
}

#gs_footerAd .gs_bannerL:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#gs_footerAd .gs_bannerL .gs_list {
  float: none;
  width: 100%;
  margin-bottom: 16px;
}

#gs_footerAd .gs_bannerL .gs_list img {
  max-width: 100%;
  height: auto;
}

/* ----------------------------------
#gs_footer　フッター
---------------------------------- */
/* ----- フッター ----- */
.gs_footer__nav {
  background: #ffd600;
  min-width: 960px;
}

@media (max-width: 787px) {
  .gs_footer__nav {
    min-width: 100%;
  }
}

.gs_footer__list {
  width: 1020px;
  margin: auto;
  text-align: center;
  padding: 10px 0;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_footer__list {
    width: 960px;
  }
}

@media (max-width: 787px) {
  .gs_footer__list {
    width: 95%;
  }
}

.gs_footer__item {
  display: inline-block;
  margin-right: 18px;
}

.gs_footer__item:last-child {
  margin-right: 0;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_footer__item {
    margin-right: 12px;
  }
}

.gs_footer__item a {
  color: #333;
  font-weight: bold;
  margin: 10px 0;
  font-size: 11px;
  font-size: 1.1rem;
  display: inline-block;
}

.gs_footer__item a:hover {
  text-decoration: underline !important;
}

.gs_footer .gs_inner {
  width: 1020px;
  margin: 30px auto;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_footer .gs_inner {
    width: 960px;
    margin-right: 20px auto;
  }
}

.gs_footer .gs_inner .gs_footerLogo {
  width: 162px;
  margin-right: 200px;
  float: left;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_footer .gs_inner .gs_footerLogo {
    width: 150px;
    margin-right: 152px;
  }
}

.gs_footer .gs_inner .gs_footerLogo img {
  max-width: 100%;
  height: auto;
}

.gs_footer .gs_inner .gs_shuuhasuu {
  width: 658px;
  float: right;
  color: #aaa;
  font-size: 12px;
  line-height: 1.7;
}

/* ----- コピーライト ----- */
.gs_copyright {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  font-size: 12px;
  font-size: 1.2rem;
  min-width: 960px;
}

@media (max-width: 787px) {
  .gs_copyright {
    min-width: 100%;
  }
}

.gs_copyright br {
  display: none;
}

@media (max-width: 787px) {
  .gs_copyright br {
    display: block;
  }
}

/* ----- ページトップに戻るボタン ----- */
.pageTopButton {
  text-align: right;
  margin: auto;
  width: 1300px;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .pageTopButton {
    width: 960px;
  }
}

@media (max-width: 787px) {
  .pageTopButton {
    width: 100%;
  }
}

.pageTopButton a {
  background: #fdba2f;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  padding: 14px 20px;
  line-height: 1;
  color: #fff;
}

@media (max-width: 787px) {
  .pageTopButton a {
    display: block;
    padding: 4px 0 0;
  }
}

.pageTopButton a:hover {
  background: #333;
}

.pageTopButton.fixed {
  position: fixed;
  display: none;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  width: auto;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

@media (max-width: 787px) {
  .pageTopButton.fixed {
    bottom: 8px;
    right: 8px;
  }
}

.pageTopButton.fixed a {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 787px) {
  .pageTopButton.fixed a {
    display: inline-block;
    padding: 10px 16px 12px;
  }
}

/* ----- safariのみ ----- */
@media (min-width: 788px) and (max-width: 1439px) {
  .safari #gs_footer .gs_footerNav .gs_subNav .gs_list {
    margin-right: 16px;
  }
  .safari #gs_footer .gs_footerNav .gs_subNav .gs_list:last-child {
    margin-right: 0;
  }
}

/* ----------------------------------
カラムレイアウト
---------------------------------- */
/* ----- 全レイアウト共通レイアウト ----- */
#gs_wrapper {
  margin-bottom: 60px;
}

#gs_wrapper #gs_main {
  margin-top: -38px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  border: 1px solid #ddd \9;
  z-index: 3;
}

@media (max-width: 787px) {
  #gs_wrapper #gs_main {
    -webkit-box-shadow: 0 -1px 1px RGBA(0, 0, 0, 0.3);
            box-shadow: 0 -1px 1px RGBA(0, 0, 0, 0.3);
    margin-bottom: 40px;
  }
}

#gs_wrapper #gs_main .gs_content {
  margin: auto;
  line-height: 1.7;
  padding-top: 20px;
}

@media (min-width: 788px) and (max-width: 1439px) {
  #gs_wrapper #gs_main .gs_content {
    padding-top: 15px;
  }
}

#gs_wrapper #gs_main .gs_content .gs_inner {
  margin: auto;
  padding-bottom: 20px;
}

@media (min-width: 788px) and (max-width: 1439px) {
  #gs_wrapper #gs_main .gs_content .gs_inner {
    padding-bottom: 15px;
  }
}

#gs_wrapper #gs_main .gs_content .gs_inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* ----- 1カラム ----- */
.gs_1column #gs_main {
  margin: 0 auto;
  width: 960px;
}

.gs_1column #gs_main .gs_content {
  width: 960px;
  padding-left: 20px;
  padding-right: 20px;
}

.gs_1column.large #gs_main {
  width: 1300px;
}

.gs_1column.large #gs_main .gs_content {
  width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

.gs_1column #gs_side {
  display: none;
}

/* ----- 幅狭いページでの1column ----- */
.gs_narrowWrap .gs_1column #gs_main,
.gs_narrowWrap .gs_1column #gs_main .gs_content {
  width: 760px;
}

.gs_narrowWrap #gs_columnSwitch.contentSingle,
.gs_narrowWrap #gs_columnSwitch.contentSingle .gs_articleWrapper {
  width: 760px;
}

@media (max-width: 787px) {
  .gs_narrowWrap #gs_columnSwitch.contentSingle,
  .gs_narrowWrap #gs_columnSwitch.contentSingle .gs_articleWrapper {
    width: 100%;
  }
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_narrowWrap #gs_columnSwitch.contentSingle .gs_programTitleSP {
    width: 100%;
  }
}

.gs_narrowWrap #gs_columnSwitch.contentSingle #gs_mainVisualWrap .visual img {
  max-width: 100%;
}

.gs_narrowWrap #gs_columnSwitch.contentSingle #gs_mainVisualWrap,
.gs_narrowWrap #gs_columnSwitch.contentSingle #gs_mainVisualWrap .visual,
.gs_narrowWrap #gs_columnSwitch.contentSingle #gs_mainVisualWrap .headerWrap {
  height: 231px;
}

@media (max-width: 787px) {
  .gs_narrowWrap #gs_columnSwitch.contentSingle #gs_mainVisualWrap,
  .gs_narrowWrap #gs_columnSwitch.contentSingle #gs_mainVisualWrap .visual,
  .gs_narrowWrap #gs_columnSwitch.contentSingle #gs_mainVisualWrap .headerWrap {
    height: auto;
  }
}

/* ----- 2カラム ----- */
.gs_2column {
  width: 1300px;
  margin: auto;
}

.gs_2column:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_2column {
    width: 960px;
  }
}

@media (max-width: 787px) {
  .gs_2column {
    width: 100%;
  }
}

.gs_2column #gs_main {
  width: 960px;
  margin-right: 340px;
  float: left;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_2column #gs_main {
    width: 100%;
    width: calc(100% - 324px);
    margin-right: 0;
  }
}

.gs_2column #gs_main .gs_inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 19px\9;
  padding-right: 19px\9;
}

@media (max-width: 787px) {
  .gs_2column #gs_main .gs_inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.gs_2column #gs_side {
  width: 300px;
  margin-left: -300px;
  margin-top: 40px;
  float: right;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .gs_2column #gs_side {
    margin-top: 24px;
  }
}

@media (max-width: 787px) {
  .gs_2column #gs_side {
    width: 95% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.gs_2column.contentLeft #gs_main {
  float: left;
}

.gs_2column.contentLeft #gs_side {
  float: right;
}

.gs_2column.contentRight #gs_main {
  float: right;
  margin-right: 0;
}

.gs_2column.contentRight #gs_side {
  float: left;
  margin-left: 0;
}

/* ----- 2カラムフルレイアウト（1300px幅） ----- */
.gs_full.bgDarken {
  background: #000;
  color: #fff;
}

.gs_full.bgLighten .gs_titleUnderLine:after {
  border-bottom: 2px solid #333 !important;
}

.column1 .gs_inner {
  width: 100%;
  margin-top: 40px;
}

.column1 .gs_inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* ----- スマホ ----- */
@media (max-width: 787px) {
  #gs_wrapper #gs_main {
    width: 100%;
    float: none;
  }
  #gs_wrapper #gs_main .gs_content {
    width: 100%;
    padding-left: 10px;
    padding-right: 16px;
  }
  #gs_wrapper #gs_side {
    width: 100%;
    margin-left: 0;
    margin-top: 0px;
    float: none;
  }
  .gs_1column #gs_side {
    display: none;
  }
}

/* ----------------------------------
オンエア曲で使ってる特殊2カラム
---------------------------------- */
/* ----- 2カラム ----- */
#gs_wrapper .gs_full.column2:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#gs_wrapper .gs_full.column2 .gs_sideTitleWrap {
  width: 196px;
  float: left;
  margin-right: 24px;
}

@media (max-width: 787px) {
  #gs_wrapper .gs_full.column2 .gs_sideTitleWrap {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

#gs_wrapper .gs_full.column2 .gs_sideTitleWrap .gs_titleUnderLine {
  font-weight: bold;
  margin-bottom: 15px;
}

#gs_wrapper .gs_full.column2 .gs_sideTitleWrap .gs_titleUnderLine:after {
  content: "";
  width: 50px;
  background: #fff;
  display: block;
  border-bottom: 2px solid #B0B0B0;
  margin-top: 15px;
}

#gs_wrapper .gs_full.column2 .gs_sideTitleWrap .gs_setsumei {
  font-size: 12px;
  font-size: 1.2rem;
}

#gs_wrapper .gs_full.column2 .gs_contentWrap {
  width: 700px;
  float: left;
}

@media (max-width: 787px) {
  #gs_wrapper .gs_full.column2 .gs_contentWrap {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 24px;
  }
}

#gs_wrapper .gs_full.column2 .gs_contentWrap .gs_titleBorderLeft {
  margin-left: 0px;
}

/* ----- PC小＋2カラム ----- */
@media (min-width: 788px) and (max-width: 1439px) {
  #gs_wrapper.gs_2column .gs_inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  #gs_wrapper.gs_2column .gs_full.column2 .gs_sideTitleWrap {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 24px;
  }
  #gs_wrapper.gs_2column .gs_full.column2 .gs_sideTitleWrap .gs_titleUnderLine {
    margin-bottom: 0;
  }
  #gs_wrapper.gs_2column .gs_full.column2 .gs_sideTitleWrap .gs_titleUnderLine:after {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  #gs_wrapper.gs_2column .gs_full.column2 .gs_contentWrap {
    float: none;
    width: 100%;
  }
  #gs_wrapper.gs_2column .gs_full.column2 .gs_contentWrap .gs_titleBorderLeft {
    margin-left: -15px;
  }
}

/* ----------------------------------
サイドバー広告エリア
---------------------------------- */
.gs_bannerArea {
  margin-bottom: 40px;
}

.gs_bannerArea img {
  display: block;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

/* ----------------------------------
共通パーツまわり・レスポンシブ
---------------------------------- */
/* ----- トップページ＋ポップアップ系リンク以外 ----- */
@media (max-width: 787px) {
  #gs_headerFixed {
    display: block !important;
  }
}

/* ----- ヘッダ部分 ----- */
@media (max-width: 787px) {
  #gs_pageTop .gs_headlineWrap .gs_headline {
    width: 100%;
  }
  #gs_pageTop .gs_headlineWrap .gs_headline .gs_newsButtonLink {
    float: right;
    display: block;
  }
  #gs_header {
    width: 100%;
  }
  #gs_header .gs_headerPlayList {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 24px;
  }
  #gs_header .gs_headerPlayList .gs_playList {
    width: 55%;
  }
}

@media (max-width: 519px) {
  #gs_header .gs_headerPlayList .gs_heading {
    padding: 7px 10px 5px;
  }
  #gs_header .gs_headerPlayList .gs_heading img {
    display: none;
  }
  #gs_header .gs_headerPlayList .gs_playList {
    padding: 7px 5px 5px;
    width: 50%;
    height: 30px;
  }
}

/* ----- フッターまわり ----- */
@media (max-width: 787px) {
  #gs_footerAd .gs_bannerL {
    width: 95%;
  }
  #gs_footer .gs_footerNav .gs_subNav {
    width: 95%;
    text-align: center;
  }
  #gs_footer .gs_footerNav .gs_subNav .gs_list {
    margin-right: 8px;
  }
  #gs_footer .gs_inner {
    width: 95%;
  }
  #gs_footer .gs_inner .gs_footerLogo {
    width: 100%;
    margin-right: 0;
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  #gs_footer .gs_inner .gs_shuuhasuu {
    display: none;
  }
  #gs_footer .gs_inner .gs_footerSNS {
    width: 100%;
    text-align: center;
    float: none;
  }
}

@media (max-width: 519px) {
  #gs_footer .gs_footerNav {
    background: #fdba2f;
    padding: 12px 8px;
  }
  #gs_footer .gs_footerNav .gs_subNav {
    width: 100%;
    text-align: center;
  }
  #gs_footer .gs_footerNav .gs_subNav .gs_list {
    display: block;
    margin-right: 0;
  }
  #gs_footer .gs_footerNav .gs_subNav .gs_list a {
    padding: 12px 0;
    background: #fff;
    display: block;
    border-bottom: 1px solid #ddd;
  }
  #gs_footer .gs_footerNav .gs_subNav .gs_list a:hover {
    background: rgba(255, 255, 255, 0.9);
  }
  #gs_footer .gs_footerNav .gs_subNav .gs_list:first-child a {
    border-radius: 10px 10px 0 0;
  }
  #gs_footer .gs_footerNav .gs_subNav .gs_list:last-child a {
    border-radius: 0 0 10px 10px;
  }
}

/* ----- メガメニューのところ ----- */
@media (max-width: 787px) {
  #gs_header .gs_menuContentPC .air-gInfoWrap,
  #gs_header .gs_menuContentPC .gs_sitemapWrap {
    float: none;
    width: 100%;
  }
  #gs_header .gs_menuContentPC .air-gInfoWrap {
    margin-right: 0;
  }
  #gs_header .gs_menuContentPC .gs_sitemapWrap {
    margin-top: 0;
  }
}

/* ----- バナーエリア ----- */
@media (max-width: 787px) {
  .gs_bannerArea {
    margin-bottom: 0;
  }
  .gs_bannerArea ul {
    text-align: center;
    font-size: 0;
  }
  .gs_bannerArea li {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
  }
  .gs_bannerArea li img {
    width: 100%;
  }
}

/* ----------------------------------
クロスブラウザ
---------------------------------- */
.safari.mac #gs_footer .gs_footerNav .gs_subNav .gs_list {
  margin-right: 16px;
  letter-spacing: -1px;
}

@media (min-width: 788px) and (max-width: 1439px) {
  .safari.mac #gs_footer .gs_footerNav .gs_subNav .gs_list {
    margin-right: 8px;
  }
}

/* ----------------------------------
radikoボタン
---------------------------------- */
.radikoBtn__maru--noText {
  display: inline-block;
}

.radikoBtn__maru--noText a {
  background: #29a5dc;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.radikoBtn__maru--noText a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: #1e86b4;
  border-color: #1e86b4;
}

.radikoBtn__maru--noText .timeFree {
  background: #e73c64 !important;
}

.radikoBtn__maru--noText .timeFree:hover {
  background: #d61a46 !important;
}

.radikoBtn__maru--noText span {
  display: block;
  line-height: 1.1;
}

.radikoBtn__maru--noText svg {
  width: 18px;
}

.radikoBtn__maru--program {
  width: 80px;
  height: 80px;
}

.radikoBtn__maru--program a {
  background: #29a5dc;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  width: 80px;
  height: 80px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: solid 2px #FFF;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
}

.radikoBtn__maru--program a:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  background: #1e86b4;
}

@media (max-width: 787px) {
  .radikoBtn__maru--program a:hover {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.radikoBtn__maru--program .timeFree {
  background: #e73c64 !important;
}

.radikoBtn__maru--program .timeFree:hover {
  background: #d61a46 !important;
}

.radikoBtn__maru--program span {
  display: block;
  line-height: 1.1;
  text-shadow: none;
}

.radikoBtn__maru--program svg {
  width: 27px;
  height: 28px;
  margin-bottom: 2px;
}

.radikoBtn__maru--timefree a {
  background: #e73c64;
  border-radius: 50%;
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  padding: 12px 21px 11px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: solid 2px #FFF;
}

.radikoBtn__maru--timefree a:hover {
  background: #a82c49;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.radikoBtn__maru--timefree span {
  display: block;
  line-height: 1.1;
}

.radikoBtn__maru--timefree svg {
  width: 24px;
  height: 24px;
  margin-bottom: 2px;
}

.radikoBtn__maru--hukidasi {
  display: inline-block;
  float: left;
}

.radikoBtn__maru--hukidasi a {
  background: #29a5dc;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  /* border: solid 2px #FFF; */
  position: relative;
}

.radikoBtn__maru--hukidasi a:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background: #1e86b4;
}

.radikoBtn__maru--hukidasi a:hover:before {
  border-color: transparent #1e86b4 transparent transparent;
}

.radikoBtn__maru--hukidasi a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -16px;
  border: 6px solid transparent;
  border-right: 11px solid #29a5dc;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 0;
  height: 0;
  z-index: 0;
}

.radikoBtn__maru--hukidasi span {
  display: block;
  line-height: 1.1;
}

.radikoBtn__maru--hukidasi svg {
  width: 18px;
  height: 18px;
}

@media screen and (min-width: 1439px) {
  .radikoBtn__maru--hukidasi {
    /* position: relative; */
    /* bottom: 4px; */
  }
  .radikoBtn__maru--hukidasi a {
    width: 67px;
    height: 67px;
  }
}

.radikoBtn__wide {
  position: relative;
  z-index: 999;
  margin: 4px 0;
}

.radikoBtn__wide div {
  color: #FFF;
  text-align: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.radikoBtn__wide span {
  width: 100%;
  color: #FFF;
  text-align: center;
}

.radikoBtn__wide a,
.radikoBtn__wide a:link {
  background: #29a5dc;
  text-align: center;
  margin: auto;
  min-width: 128px;
  display: inline-block;
  color: #FFF;
  line-height: 1;
  border-radius: 2px;
  font-size: 12px;
  padding: 4px;
  text-decoration: none !important;
  /* margin-right: -4px; */
}

.radikoBtn__wide a:hover,
.radikoBtn__wide a:link:hover {
  background: #1e86b4;
  text-decoration: none !important;
}

.radikoBtn__wide .timeFree {
  background: #e73c64 !important;
}

.radikoBtn__wide .timeFree:hover {
  background: #d61a46 !important;
}

.radikoBtn__wide svg {
  width: 13px;
  height: 13px;
  margin-right: 2px;
}

.radikoPath {
  fill: #fff;
}
