@charset "UTF-8";
@import url("/lock/common/css/swiper.css");
/*WEBフォント*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&subset=japanese");
/*WEBフォント*/
/*HTML5reset*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
}

body {
  line-height: 1;
  font-family: ArialMT,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
  overflow-x: hidden;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
}

li {
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  /*display: block;*/
  /*-webkit-tap-highlight-color:rgba(243, 243, 243, 0.6);*/
}

/*HTML5reset*/
/*common*/
body {
  background: #ffffff;
  color: #333;
  font-family: Helvetica, ArialMT,"Noto Sans Japanese","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",メイリオ,sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.025em;
  position: relative;
}

input:focus, select:focus {
  outline: 0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.main {
  background: #f3f3f3;
  /*
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffc8 100%);
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffc8 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffc8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffc8',GradientType=0 );
  */
}

@media screen and (min-width: 1024px) {
  html, body {
    min-width: 1024px;
  }

  .hide_pc {
    display: none;
  }

  .content {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 960px;
    position: relative;
  }

  .content--main {
    padding: 40px 0 80px;
  }

  .content--footer {
    padding: 40px 0 100px;
  }
}
@media screen and (max-width: 1023px) {
  img {
    max-width: 100%;
  }

  .hide_sp {
    display: none;
  }

  .content {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    position: relative;
  }

  .content--main {
    padding: 30px 10px 24px;
  }

  .content--footer {
    padding: 0px 10px 40px;
  }
}
/*common*/
/*header*/
.header {
  position: fixed;
  top: 0;
  background-color: #fff;
  background-image: url(https://podcasts.tfm.co.jp/lock/common/img/nav_bg_line.jpg);
  background-position: bottom center;
  background-repeat: repeat-x;
  width: 100%;
  text-align: left;
  line-height: 0;
  z-index: 99;
}
.header .content {
  position: relative;
  padding: 20px 0;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header {
    height: 85.2px;
  }
}
/* -ms-lang(x)::-ms-backdrop, .header {
  height: 85.2px;
} */
.header__key {
  position: absolute;
  top: -20px;
  left: 0;
}

.header__logo, .header__nav, .header__navItem {
  line-height: 1;
}

.header__nav {
  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;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header__nav {
    height: 28.6px;
  }
}
/* -ms-lang(x)::-ms-backdrop, .header__nav {
  height: 28.6px;
} */
.header__navItem {
  position: relative;
}
.header__navItem:last-child {
  margin-right: 0;
}
.header__navItem a {
  color: #11512b;
  position: relative;
}

.timefree {
  display: inline-block;
  padding-top: 3px;
  fill: #de264c;
}

.nowonair {
  display: inline-block;
  padding-top: 3px;
  fill: #2a97d2;
}

.timefreeend {
  display: inline-block;
  padding-top: 3px;
  fill: #bebdb9;
  color: #bebdb9;
}

.header__navItem--bbs:before {
  content: "";
  background: url(https://podcasts.tfm.co.jp/lock/common/img/icon_menu_bbs.svg) top left no-repeat;
}

.header__navItem--mail:before {
  content: "";
  background: url(https://podcasts.tfm.co.jp/lock/common/img/icon_menu_mail.svg) top left no-repeat;
}

@media screen and (min-width: 1024px) {
  .header {
    font-size: 18px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35);
  }
  .header .content {
    padding: 12px 24px 12px 142px;
  }

  .header__key {
    position: absolute;
    top: 0;
    left: 0;
  }

  .header__logo {
    display: inline-block;
  }
  .header__logo img {
    height: 60px;
  }

  .header__menu {
    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;
  }

  .header__navItem {
    margin: 0 36px;
  }
  .header__navItem.header__navItem--radio {
    max-width: 150px;
  }
  .header__navItem a {
    font-size: 18px;
  }

  .header__navItem--radio span svg {
    width: 34px;
    vertical-align: middle;
  }

  .header__navItem--bbs {
    padding-left: 40px;
  }
  .header__navItem--bbs:before {
    position: absolute;
    top: -4px;
    left: 0;
    background-size: 30px;
    width: 30px;
    height: 34px;
  }

  .header__navItem--mail {
    padding-left: 36px;
  }
  .header__navItem--mail:before {
    position: absolute;
    top: -2px;
    left: 0;
    background-size: 30px;
    width: 30px;
    height: 24px;
  }

  .header__navItem--menu img {
    width: 32px;
    height: 27px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1023px) {
  .header .content {
    padding: 8px 10px;
  }

  .header__key {
    display: none;
  }

  .header__logo {
    display: block;
    text-align: center;
  }
  .header__logo img {
    height: 36px;
  }

  /* -ms-lang(x)::-ms-backdrop, .header__logo {
    height: 39px;
  } */
  .header__nav {
    margin: 5px auto 0;
    width: 100%;
    max-width: 480px;
  }

  /* -ms-lang(x)::-ms-backdrop, .header__nav {
    height: 22.2px;
  } */
  .header__navItem {
    font-size: 14px;
  }

  .header__navItem--radio span svg {
    width: 24px;
    vertical-align: middle;
  }

  .header__navItem--bbs {
    padding-left: 24px;
  }
  .header__navItem--bbs:before {
    position: absolute;
    top: -2px;
    left: 0;
    background-size: 18px;
    width: 18px;
    height: 20px;
  }

  .header__navItem--mail {
    padding-left: 24px;
  }
  .header__navItem--mail:before {
    position: absolute;
    top: 0px;
    left: 0;
    background-size: 20px;
    width: 20px;
    height: 20px;
  }

  .header__navItem--menu {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .header__navItem--menu img {
    width: 28px;
    height: 23.6px;
  }
}
/* @media screen (max-width: 1023px), (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .header__nav {
        height: 22.2px;
    }
} */
@media screen and (max-width: 320px) {
  .header__navItem {
    font-size: 12px;
  }

  .header__navItem--radio span svg {
    width: 20px;
  }

  .header__navItem--bbs {
    padding-left: 20px;
  }
  .header__navItem--bbs:before {
    position: absolute;
    top: -2px;
    left: 0;
    background-size: 16px;
    width: 16px;
    height: 20px;
  }

  .header__navItem--mail {
    padding-left: 20px;
  }
  .header__navItem--mail:before {
    position: absolute;
    top: 0px;
    left: 0;
    background-size: 18px;
    width: 18px;
    height: 18px;
  }
}
/*header*/
/*include_locks&bbs*/
.lockslist {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: auto;
  white-space: nowrap;
  padding: 32px;
  -webkit-overflow-scrolling: touch;
}

.lockslist__heading, .lockslist__list {
  display: inline-block;
  vertical-align: middle;
}

.lockslist__item {
  display: inline-block;
  vertical-align: middle;
}
.lockslist__item:last-child {
  margin-right: 0;
}
.lockslist__item a {
  display: block;
  background: #ccc;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}
.lockslist__item a:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.lockslist__item a img {
  width: 100%;
}

.lockslist__list .today {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .lockslist {
    padding: 32px;
  }

  .lockslist__item {
    margin-right: 24px;
  }

  .lockslist__heading {
    font-size: 32px;
    margin-right: 64px;
  }

  .lockslist__item a {
    width: 124px;
    height: 124px;
  }

  .lockslist__list li.border {
    border-right: 2px #000 solid;
    padding-right: 30px;
    margin-right: 30px;
  }
  .lockslist__list .today::after {
    content: '';
    background-image: url(/lock/common/img/today.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    top: -32px;
    left: 91px;
    z-index: 20;
  }
}
@media screen and (max-width: 1023px) {
  .lockslist {
    padding: 32px;
  }

  .lockslist__item {
    margin-right: 18px;
  }

  .lockslist__heading {
    font-size: 24px;
    margin-right: 36px;
  }

  .lockslist__item a {
    width: 100px;
    height: 100px;
  }

  .lockslist__list li.border {
    border-right: 2px #000 solid;
    padding-right: 30px;
    margin-right: 30px;
  }
  .lockslist__list .today::after {
    content: '';
    background-image: url(/lock/common/img/today.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 50%;
    height: 50%;
    position: absolute;
    top: -30px;
    left: 71px;
    z-index: 20;
  }
}
@media screen and (max-width: 480px) {
  .lockslist {
    padding: 16px;
  }

  .lockslist__heading {
    font-size: 16px;
    margin-right: 32px;
  }

  .lockslist__item {
    margin-right: 12px;
  }
  .lockslist__item a {
    width: 80px;
    height: 80px;
  }

  .lockslist__list .today::after {
    content: '';
    background-image: url(/lock/common/img/today.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 40%;
    height: 40%;
    position: absolute;
    top: -15px;
    left: 64px;
    z-index: 20;
  }
  .lockslist__list li.border {
    border-right: 2px #000 solid;
    padding-right: 30px;
    margin-right: 30px;
  }
}
/*include_bannerlist*/
.bannerlist__list {
  width: 100%;
}

.bannerlist__item {
  line-height: 0;
  border-radius: 30px;
  overflow-y: hidden;
}
.bannerlist__item a:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.bannerlist__item img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .bannerlist {
    padding: 4% 0 0;
    width: 100%;
    max-width: 960px;
  }

  .bannerlist__item {
    width: 270px;
  }
}
@media screen and (min-width: 481px) and (max-width: 1023px) {
  .bannerlist {
    max-width: 97%;
    padding: 10% 0 0;
  }

  .bannerlist__item {
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  .bannerlist {
    max-width: 97%;
    padding: 10% 0 0;
  }

  .bannerlist__item {
    width: 75%;
  }
}
/*include_bannerlist*/
/*include_bannerlist2*/
.topInfo {
  position: relative;
}

.bannerlist__item2 {
  width: 400px;
}

.bannerlist2 {
  position: relative;
}
.bannerlist2 li > img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}

.bannerlist__list2 {
  width: 100%;
}

.bannerlist__item2 {
  line-height: 0;
  /*overflow: hidden;*/
}
.bannerlist__item2 a:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}
.bannerlist__item2 img {
  width: 100%;
  max-width: 500px;
}

@media screen and (min-width: 1024px) {
  .bannerlist2 {
    padding: 0 0 28px;
    width: 960px;
  }
}
@media screen and (min-width: 481px) and (max-width: 1023px) {
  .bannerlist2 {
    padding: 0 10px 36px;
  }

  .topInfo:before {
    content: "";
    width: 10px;
    height: 163px;
    display: block;
    position: absolute;
    top: 86px;
    left: -10px;
    z-index: 2;
  }
  .topInfo:after {
    content: "";
    width: 10px;
    height: 163px;
    display: block;
    position: absolute;
    top: 86px;
    right: -10px;
    z-index: 2;
  }
}
@media screen and (max-width: 480px) {
  .bannerlist2 {
    padding: 0 10px 36px;
  }

  .bannerlist__item2 {
    width: 80%;
  }

  .topInfo:before {
    content: "";
    width: 10px;
    height: 150px;
    display: block;
    position: absolute;
    top: 45px;
    left: -10px;
    z-index: 2;
  }
  .topInfo:after {
    content: "";
    width: 10px;
    height: 150px;
    display: block;
    position: absolute;
    top: 45px;
    right: -10px;
    z-index: 2;
  }
}
/*include_bannerlist*/
/*app*/
.app__heading {
  color: #9ea09c;
}
@media screen and (max-width: 768px) {
  .app__heading {
    font-size: 20px;
  }
}
.app__heading span {
  font-weight: 100;
}
.app__heading strong {
  font-weight: 900;
  margin-left: 5px;
}

.app__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.app__list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.app__item {
  /* background: #000; */
  line-height: 1;
}
.app__item a {
  display: block;
}
.app__item a:hover {
  opacity: 0.8;
}

.app__item--sky {
  background: #52c6db;
}

.app__item--sol {
  background: #8fc041;
}

@media screen and (min-width: 769px) {
  .app {
    font-size: 34px;
    padding-top: 40px;
  }
  .app .hide_pc {
    display: none;
  }
  .app .hide_sp {
    display: block;
  }

  .app__item a {
    padding: 24px 0;
    max-width: 327px;
    margin-right: 20px;
  }
  .app__item.end a {
    margin-right: 0;
  }
  .app__item img {
    width: 100%;
  }

  .app__item--sky a, .app__item--sol a {
    padding: 16px 0;
  }
}
@media screen and (max-width: 768px) {
  .app {
    font-size: 28px;
    padding-top: 20px;
  }
  .app .hide_pc {
    display: block;
  }
  .app .hide_pc.app__item {
    width: 100%;
  }
  .app .hide_pc.app__item a {
    padding: 20px 0 10px;
  }
  .app .hide_sp {
    display: none;
  }

  .app__list {
    display: block;
    width: 100%;
  }

  .app__list__wrap {
    width: 100%;
  }
  .app__list__wrap a {
    max-width: 327px;
    width: 100%;
  }
  .app__list__wrap .app__item {
    width: 48%;
    margin: 0 auto 0 0;
  }
  .app__list__wrap .app__item.end {
    margin: 0 0 0 auto;
  }
  .app__list__wrap .app__item.end a {
    margin: 0 0 0 auto;
  }

  .app__item {
    width: 100%;
  }
  .app__item a {
    padding: 20px 0;
  }
  .app__item img {
    width: 100%;
  }

  .app__item--sky a, .app__item--sol a {
    padding: 10px 0;
  }

  .app__item--sky img, .app__item--sol img {
    width: 276px;
  }
}
@media screen and (max-width: 400px) {
  .app {
    font-size: 20px;
  }
}
/*app*/
/*footer*/
.info {
  border-bottom: 4px solid #11512b;
  padding-bottom: 0px;
}

.info__list {
  text-align: left;
}
.info__list a {
  color: #191b1a;
}

@media screen and (min-width: 1024px) {
  .info {
    margin-top: 82px;
    padding-right: 10px;
  }

  .info__list, .info .radio {
    display: inline-block;
    vertical-align: top;
  }

  .info__list {
    width: 300px;
    padding-bottom: 50px;
  }

  .info__item {
    margin-top: 8px;
    font-size: 18px;
  }

  .info .radio {
    width: 354px;
    text-align: center;
    margin-bottom: 32px;
  }
  .info .radio__heading {
    font-size: 16px;
  }
  .info .radio__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 328px;
    margin: 32px 0 0 auto;
  }
  .info .radio__list a img {
    width: 130px;
  }
}
@media screen and (max-width: 1023px) {
  .info__list:first-child {
    margin-top: 24px;
  }

  .info__item {
    border-bottom: 1px solid #9ea09c;
    padding: 4px 0 0;
    font-size: 14px;
  }
  .info__item a {
    display: block;
    color: #9ea09c;
  }

  .info {
    padding-bottom: 30px;
  }
  .info .radio {
    margin-top: 24px;
    text-align: center;
  }
  .info .radio__heading {
    font-size: 12px;
  }
  .info .radio__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 16px auto;
    width: 200px;
  }
  .info .radio__list a img {
    width: 80px;
  }
}
.friend {
  text-align: center;
}

.friend__heading {
  font-family: "游ゴシック", YuGothic,"Yu Gothic","メイリオ", sans-serif;
  font-weight: 600;
  color: #11512b;
  　font-style: oblique;
  font-style: italic;
}

.friend__snsHeading {
  color: #11512b;
  font-family: "Open Sans", Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-weight: 600;
  font-size: 12px;
}

.friend__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .friend {
    margin: 30px auto 0;
    text-align: center;
    border-bottom: 1px solid #11512b;
  }

  .friend__heading {
    font-size: 15px;
    width: 376px;
    margin: 0 auto;
  }

  .friend__list {
    width: 440px;
    margin: 22px auto;
  }
  .friend__list li {
    width: 65px;
    height: 65px;
  }
  .friend__list a {
    display: block;
    width: 100%;
  }
  .friend__list a img {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .friend {
    margin-top: 24px;
    text-align: center;
    border-bottom: 1px solid #11512b;
  }

  .friend__heading {
    font-size: 14px;
  }

  .friend__list {
    margin: 16px auto;
    max-width: 420px;
    width: 95%;
  }
  .friend__list li {
    max-width: 64px;
    width: 16%;
    height: auto;
  }
  .friend__list a img {
    width: 100%;
  }
}
.copyright {
  margin-top: 4px;
  border-top: 1px solid #11512b;
}

@media screen and (min-width: 1024px) {
  .copyright__logo {
    margin-top: 4px;
    border-top: 4px solid #11512b;
    padding-top: 36px;
  }
  .copyright__logo img {
    width: 94px;
  }

  .copyright__text {
    margin-top: 24px;
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .copyright__logo {
    margin-top: 4px;
    border-top: 4px solid #11512b;
    padding-top: 36px;
  }
  .copyright__logo img {
    width: 94px;
  }

  .copyright__text {
    margin-top: 24px;
    font-size: 9px;
  }
}
/*footer*/
/*pagetop*/
.pagetop {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}

.pagetop__btn {
  position: absolute;
  bottom: 10px;
  right: 0;
}

@media screen and (min-width: 1024px) {
  .pagetop__btn {
    right: -20px;
  }
}
@media screen and (max-width: 1023px) {
  .pagetop__btn {
    right: 5px;
  }
  .pagetop__btn img {
    width: 60px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 481px) {
  .pagetop__btn img {
    width: 80px;
  }
}
/*pagetop*/
/*modal*/
.modal {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
}

.overLay {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: 100vh;
  z-index: 999;
}

.modal-logo-sol {
  display: block;
}
.modal-logo-sol img {
  width: 100%;
}
.modal-logo-sol.hide_sp {
  width: 175px;
  margin: 15px auto 70px;
}
@media screen and (max-width: 1023px) {
  .modal-logo-sol.hide_sp {
    display: none;
  }
}
.modal-logo-sol.hide_pc {
  width: 110px;
  margin: 0% auto 4%;
}
@media screen and (min-width: 1023px) {
  .modal-logo-sol.hide_pc {
    display: none;
  }
}

.modal__inner {
  z-index: 999;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.listen {
  position: relative;
  overflow: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.content--listen {
  position: relative;
  z-index: 9999;
  background-color: #fff;
}
.content--listen select, .content--listen input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}
.content--listen select {
  background: #00a7e9 url(https://podcasts.tfm.co.jp/lock/common/img/icon_menu_arrow.svg) no-repeat;
  border-radius: 2em;
  color: #fff;
}
.content--listen input {
  background: #d9d9d9;
  border-radius: 2em;
  color: #333;
}

.listen__stationSelect {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.listen__stationSelect ul {
  margin-top: 16px;
  width: 30%;
}
.listen__stationSelect a {
  color: #8fc041;
}

.listen__close {
  position: absolute;
}

.menu {
  text-align: left;
  position: relative;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #000;
}

.menu-sp-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
@media screen and (max-width: 1023px) {
  .menu-sp-wrapper {
    display: block;
    width: 45%;
  }
}

.menu__onair, .menu__locks {
  width: 165px;
  margin-right: 22px;
}
@media screen and (max-width: 1023px) {
  .menu__onair, .menu__locks {
    width: 100%;
    margin: 0 auto;
  }
}

.menu__locks.end {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  .menu__locks {
    margin: 10% auto 0 0;
  }
}

.menu__sns {
  margin-top: 50px;
  width: 100%;
  text-align: center;
}

.menu__snsHeading {
  font-size: 12px;
  font-family: "Open Sans", Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-weight: 600;
}

.menu__snsList {
  margin-top: 16px;
}
.menu__snsList li {
  display: inline-block;
}

.menu a {
  color: #000;
}
.menu a:hover {
  color: #8fc041;
  text-decoration: none;
}

.menu__close {
  position: absolute;
}

.prefDecide {
  background-color: #00a7e9 !important;
  color: #fff !important;
}

@media screen and (min-width: 1024px) {
  .modal__inner {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }
  .modal__inner .content {
    width: 100%;
  }

  .modal__inner--radio .content {
    background: #fff;
  }

  .content--listen {
    width: 564px;
    margin-left: 130px;
    padding: 24px 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 20px;
  }

  .content--menu {
    width: 100%;
    max-width: 987px;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .content--listen select {
    background-position: top 50% right 18px;
    background-size: 16px;
    width: 300px;
    margin-top: 16px;
    padding: 6px 24px;
    font-size: 18px;
  }
  .content--listen input {
    margin-left: 20px;
    margin-top: 16px;
    padding: 6px 24px;
    font-size: 18px;
  }

  .listen {
    border-radius: 15px;
  }

  .listen__areaSelect {
    margin: 0 0 32px;
  }

  .listen__stationSelect {
    background: #f3f3f3;
    margin: 16px 0 0;
    padding: 8px 40px 24px;
    font-size: 14px;
  }
  .listen__stationSelect span {
    font-size: 14px;
    margin-left: 6px;
  }

  .listen__onairSelect {
    margin: 0 auto;
    padding: 8px 40px 24px;
    font-size: 14px;
  }
  .listen__onairSelect p {
    font-size: 18px;
  }
  .listen__onairSelect ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 10px;
  }
  .listen__onairSelect span {
    font-size: 16px;
    margin-left: 6px;
    color: #FFF;
    display: inline-block;
    background-color: #de264c;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 15px;
  }
  .listen__onairSelect a {
    text-decoration: underline;
    text-align: center;
  }
  .listen__onairSelect span.timefree_end {
    background-color: #bebdb9;
  }

  .listen__close {
    top: 16px;
    right: 16px;
  }
  .listen__close img {
    width: 16px;
    height: 14.6px;
  }

  .header__navItem--menu .modalOpen.open img {
    opacity: 0;
  }

  .menu {
    padding: 0 2.5%;
    width: 100%;
    margin: 0 auto;
  }

  .menu__heading {
    font-size: 10px;
    font-weight: normal;
    color: #dadadc;
  }

  .menu__listItem {
    margin-top: 4px;
    font-size: 13px;
    padding-bottom: 3px;
    border-bottom: 1px solid #cccccc;
  }
  .menu__listItem span.s-txt {
    font-size: 10px;
  }

  .menu__listItem a {
    position: relative;
  }

  .menu__snsList li {
    margin: 0 16px;
    width: 75px;
    height: 75px;
  }
  .menu__snsList li a {
    display: block;
    width: 100%;
  }
  .menu__snsList li img {
    width: 100%;
    height: 100%;
  }

  .menu__close {
    top: 30px;
    right: 5.5%;
    cursor: pointer;
  }
  .menu__close img {
    width: 32px;
    height: 29.3px;
  }
}
@media screen and (max-width: 1023px) {
  .overLay {
    background: #ffffff;
  }

  .modal__inner {
    position: fixed;
    top: 0;
    left: 50%;
    display: block;
    width: 97.5%;
    max-width: 100%;
    margin: 0 auto;
  }

  .content--listen {
    padding: 40px 10px 10px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .content--menu {
    width: 95%;
    max-width: 750px;
    margin: 0 auto;
    padding: 5% 2%;
  }

  .content--listen select {
    background-position: top 50% right 18px;
    background-size: 16px;
    width: 60%;
    padding: 4px 16px;
    font-size: 14px;
  }
  .content--listen input {
    margin-left: 10px;
    padding: 4px 16px;
    font-size: 14px;
  }

  .listen__areaSelect {
    margin: 16px 0 24px;
  }

  .listen__stationSelect {
    padding: 0 10px 24px;
    font-size: 12px;
  }
  .listen__stationSelect ul li {
    margin-top: 8px;
  }
  .listen__stationSelect span {
    font-size: 10px;
    margin-left: 4px;
  }

  .listen__onairSelect {
    margin: 0 auto;
    padding: 8px 10px 24px;
    font-size: 14px;
    text-align: center;
  }
  .listen__onairSelect p {
    font-size: 16px;
  }
  .listen__onairSelect ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .listen__onairSelect ul.meeting, .listen__onairSelect ul.staff {
    display: block;
  }
  .listen__onairSelect li {
    margin: 10px auto;
  }
  .listen__onairSelect span {
    font-size: 16px;
    margin-left: 6px;
    color: #FFF;
    display: inline-block;
    background-color: #de264c;
    font-weight: 500;
    padding: 5px 8px;
    border-radius: 15px;
  }
  .listen__onairSelect a {
    text-decoration: underline;
  }
  .listen__onairSelect span.timefree_end {
    background-color: #bebdb9;
  }

  .listen__text {
    font-size: 14px;
  }

  .listen__close, .menu__close {
    top: 10px;
    right: 0px;
  }

  .listen__close img, .menu__close img {
    width: 24px;
    height: 22px;
  }

  .menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .menu__heading {
    font-size: 15px;
    font-weight: normal;
    color: #dadadc;
  }

  .menu__listItem {
    margin-top: 4px;
    font-size: 18px;
    padding-bottom: 4px;
    border-bottom: 1px solid #cccccc;
  }
  .menu__listItem span.s-txt {
    font-size: 14px;
  }

  .menu__snsList li {
    margin: 0 4%;
    width: 18%;
  }
  .menu__snsList li img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .menu__heading {
    font-size: 12px;
  }

  .menu__listItem {
    font-size: 14px;
  }
  .menu__listItem span.s-txt {
    font-size: 10px;
  }
}
@media screen and (max-width: 320px) {
  .listen__stationSelect ul, .listen__onairSelect ul {
    width: 100%;
    display: block;
  }
}
/*modal*/
/*timefreeClick*/
.timefreeClick, .plusClick {
  text-align: center;
}

.timefreeClick__text {
  letter-spacing: 0.02em;
}

.timefreeClick__btn a:hover, .plusClick__btn a:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
  text-decoration: none;
}

.timefreeClick__btn a {
  display: block;
  margin: 0 auto;
  background: #de264c;
  border-radius: 2em;
  color: #fff;
}
.timefreeClick__btn .timefree_end {
  display: block;
  margin: 0 auto;
  background: #bebdb9;
  border-radius: 2em;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .tonight__text .timefreeClick {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .timefreeClick {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .timefreeClick__btn a, .timefreeClick__btn .timefree_end {
    padding: 12px 46px;
    font-size: 30px;
    width: 480px;
  }

  .timefreeClick__text {
    font-size: 14px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1023px) {
  .timefreeClick {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tonight__text .timefreeClick {
    margin-top: 32px;
    margin-bottom: 0;
  }

  .timefreeClick__btn a, .timefreeClick__btn .timefree_end {
    padding: 6px 12px;
    font-size: 18px;
    width: 85%;
    max-width: 480px;
  }

  .timefreeClick__text {
    font-size: 12px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 320px) {
  .timefreeClick__btn a, .timefreeClick__btn .timefree_end {
    font-size: 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/*timefreeClick*/
/*playlsit*/
@media screen and (min-width: 1024px) {
  .playlist li {
    display: inline-block;
    width: 90%;
  }
  .playlist li.spo-sholt {
    display: inline-block;
    width: 90%;
    max-width: 500px;
  }
  .playlist li.line {
    width: 500px;
    height: 110px;
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  .playlist li.line.long {
    width: 90%;
    height: 110px;
    position: relative;
    overflow: hidden;
    padding: 0;
  }

  .line-music-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-bottom: 8px;
  }

  .staff .playlist .line iframe {
    width: 100%;
    height: 215px;
    position: absolute;
    bottom: 0;
  }

  .playlist span.time {
    display: inline-block;
    width: 9%;
    font-size: 18px;
    vertical-align: top;
    padding-right: 1%;
    margin-top: 23px;
  }
  .playlist span.time.case-line {
    margin-top: 37px;
  }
  .playlist .line-music-wrapper span.time, .playlist span.time.case-line {
    display: block;
    width: 9%;
    font-size: 18px;
    vertical-align: top;
    padding-right: 1%;
    margin-top: 40px;
  }
  .playlist .nospotify {
    display: inline-block;
    width: 90%;
    background-color: #191b1a;
    color: #fff;
    height: 80px;
    padding: 0 10px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    position: relative;
  }

  .nospotify-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-bottom: 8px;
  }

  .playlist .nospotify.case2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 500px;
    background-color: #fbfbfb;
    color: #000000;
    height: 110px;
  }
  .playlist .nospotify a {
    color: #fff;
    text-decoration: none;
  }
  .playlist .nospotify.case2 a {
    color: #000000;
    text-decoration: none;
  }
  .playlist .nospotify .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .playlist .photo {
    width: 80px;
  }
  .playlist .photo img {
    width: 100%;
    height: 80px;
    overflow: hidden;
  }
  .playlist .title {
    width: 69%;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .playlist .case2 .photo {
    width: 110px;
  }
  .playlist .case2 .photo img {
    width: auto;
    height: 110px;
    overflow: hidden;
  }
  .playlist .case2 .title {
    width: 69%;
    height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .playlist .title .text {
    vertical-align: top;
    margin-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .playlist .case2 .title .text span {
    font-size: 16px;
  }
  .playlist .title .sorry {
    vertical-align: top;
    margin-left: 8px;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1023px) {
  .playlist li {
    display: inline-block;
    width: 91%;
  }
  .playlist li.line {
    max-width: 500px;
    width: 91%;
    height: 110px;
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  .playlist li.spo-sholt {
    max-width: 500px;
  }
  .playlist li.line.long {
    max-width: 100%;
  }

  .line-music-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-bottom: 8px;
  }

  .staff .playlist .line iframe {
    width: 100%;
    height: 215px;
    position: absolute;
    bottom: 0;
  }

  .playlist span.time {
    display: inline-block;
    width: 8%;
    font-size: 18px;
    vertical-align: top;
    padding-right: 1%;
    margin-top: 23px;
    margin-top: 37px;
  }
  .playlist .nospotify {
    display: inline-block;
    width: 91%;
    background-color: #191b1a;
    color: #fff;
    height: 80px;
    padding: 0 10px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    position: relative;
  }
  .playlist .nospotify a {
    color: #fff;
    text-decoration: none;
  }

  .nospotify-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-bottom: 8px;
  }

  .playlist .nospotify.case2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 500px;
    background-color: #fbfbfb;
    color: #000000;
    height: 110px;
  }
  .playlist .nospotify.case2 a {
    color: #000000;
    text-decoration: none;
  }
  .playlist .nospotify .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .playlist .photo {
    width: 80px;
  }
  .playlist .photo img {
    width: 100%;
    height: 80px;
    overflow: hidden;
  }
  .playlist .title {
    width: auto;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .playlist .case2 .photo {
    width: 110px;
  }
  .playlist .case2 .photo img {
    width: 100%;
    height: 110px;
    overflow: hidden;
  }
  .playlist .case2 .title {
    width: auto;
    height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.3;
    padding: 8px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .playlist .title .text {
    vertical-align: top;
    margin-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .playlist .case2 .title .text span {
    font-size: 16px;
  }
  .playlist .title .sorry {
    vertical-align: top;
    margin-left: 8px;
    font-size: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .playlist li.line {
    max-width: 500px;
    width: 87%;
    height: 110px;
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  .playlist .line-music-wrapper span.time, .playlist span.time.case-line {
    display: block;
    width: 14%;
    font-size: 14px;
    vertical-align: top;
    padding-right: 1%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .playlist li {
    width: 85%;
  }
  .playlist li.line {
    width: 86%;
  }
  .playlist .title {
    width: 79%;
  }
  .playlist span.time {
    width: 14%;
    font-size: 14px;
  }
  .playlist .nospotify {
    width: 84.8%;
  }
  .playlist .photo {
    width: 90px;
  }
  .playlist .case2 .photo {
    width: 110px;
  }
}
/*playlsit*/
@media screen and (max-width: 460px) {
  .audiojs {
    width: 100%;
  }
  .audiojs .scrubber {
    width: 45%;
  }
}
@media screen and (max-width: 360px) {
  .audiojs .scrubber {
    width: 36%;
  }
}
.noframe.btn-renraku {
  width: 440px;
  margin: 0 auto;
  border-radius: 50px;
  padding: 10px 0;
}
.noframe.btn-renraku a {
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 100%;
}

@media screen and (max-width: 500px) {
  .noframe.btn-renraku {
    width: 90%;
  }
}
@media screen and (max-width: 450px) {
  .noframe.btn-renraku {
    width: 100%;
  }
}
.flex-advertis.hide_pc {
  margin: 15px auto -20px;
}

.bannerlist__list3.swiper-wrapper {
  padding-bottom: 0;
}
.bannerlist__list3 div {
  width: 95%;
  margin: 0 auto;
}
.bannerlist__list3 a {
  display: block;
}
.bannerlist__list3 img {
  width: 100%;
  height: auto;
  max-width: 640px;
}

/*include_locks&Girls_bbs(2104~)*/
.lockslist2__item {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .lockslist2__item {
    width: 167.5px;
  }
}
.lockslist2__item a {
  display: block;
  width: 100%;
  height: 160px;
  border-radius: 25px;
  background-color: #ebf0f3;
}
@media screen and (max-width: 768px) {
  .lockslist2__item a {
    width: 100%;
    height: 167.5px;
  }
}
.lockslist2__item p {
  color: #999999;
  font-size: 13px;
  margin-top: 5px;
}
.lockslist2__item.swiper-slide img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.swiper-container5.bannerlist {
  position: relative;
  padding: 0;
}
.swiper-container5.bannerlist .bannerlist__list {
  padding: 0;
}
.swiper-container5.bannerlist .swiper-button-prev, .swiper-container5.bannerlist .swiper-button-next {
  width: 20px;
  height: 20px;
  background-image: none;
  border-top: 2px solid #8c8a8a;
  border-right: 2px solid #8c8a8a;
  top: 45%;
  display: none;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
@media screen and (max-width: 768px) {
  .swiper-container5.bannerlist .swiper-button-prev, .swiper-container5.bannerlist .swiper-button-next {
    display: block;
  }
}
.swiper-container5.bannerlist::before {
  content: "";
  width: 25px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  height: 50px;
  top: 40.5%;
  right: 2.5px;
  z-index: 2;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .swiper-container5.bannerlist::before {
    opacity: 1;
  }
}
.swiper-container5.bannerlist::after {
  content: "";
  width: 25px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  height: 50px;
  top: 40.5%;
  left: 2.5px;
  z-index: 2;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .swiper-container5.bannerlist::after {
    opacity: 1;
  }
}
.swiper-container5.bannerlist:hover .swiper-button-prev, .swiper-container5.bannerlist:hover .swiper-button-next {
  display: block;
}
@media screen and (min-width: 768px) {
  .swiper-container5.bannerlist:hover::before {
    opacity: 1;
    width: 20px;
    right: 0.4%;
  }
  .swiper-container5.bannerlist:hover::after {
    opacity: 1;
    width: 20px;
    left: 0.4%;
  }
}
.swiper-container5.bannerlist .swiper-button-prev {
  left: 10px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.swiper-container5.bannerlist .swiper-button-next {
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.lockslist2 {
  margin: 0 auto;
  padding-top: 3%;
}
.lockslist2 .top__title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: left;
  border-bottom: none;
  font-weight: 100;
}
@media screen and (max-width: 1023px) and (min-width: 480px) {
  .lockslist2 .top__title {
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 480px) {
  .lockslist2 .top__title {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
.lockslist2 .top__title::after {
  content: none;
}

.bannerlist.swiper-container5 {
  width: 100%;
  max-width: 1024px;
  overflow-y: hidden;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
.bannerlist.swiper-container5::-webkit-scrollbar {
  display: none;
}

/*# sourceMappingURL=basic.css.map */