@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Quicksand&display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:300&display=swap");
/* -- FOUNDATION -- */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  color: #575757;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #575757;
}

a:hover {
  opacity: 0.8;
}

main {
  display: block;
}

/* -- LAYOUT -- */
.header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #333;
}

.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 90%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
  background-position: bottom right;
}

.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header .logo_tfm {
  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;
  width: 140px;
  height: 80px;
}

.header .logo_tfm > img {
  width: 100%;
  height: auto;
}

.header .logo_jfn {
  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;
  width: 50px;
  height: 80px;
  margin-left: 30px;
}

.header .logo_jfn > img {
  width: 100%;
  height: auto;
}

.header .freq {
  margin-bottom: 5px;
  font-size: 1rem;
  text-align: right;
  line-height: 1.2;
  font-family: sans-serif;
}

@media (max-width: 800px) {
  .header {
    height: 70px;
  }
  .header_container {
    background: none;
  }
  .header .logo_tfm {
    width: 105px;
    height: auto;
  }
  .header .logo_jfn {
    width: 40px;
    height: 70px;
    margin-left: 20px;
  }
  .header .freq {
    display: none;
  }
}

.ham {
  display: none;
}

.ham_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 70px;
  cursor: pointer;
}

.ham_icon img {
  width: 40px;
  height: 40px;
}

.ham_menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: white;
  left: 0;
  top: 0;
  z-index: 2;
}

.ham_menu .hideIcon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 15px;
  right: 5%;
  cursor: pointer;
}

.ham_contents {
  margin-top: 100px;
  font-family: "Quicksand", sans-serif;
  text-align: center;
}

.ham_contents > li {
  margin-bottom: 30px;
}

.ham_sns {
  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-top: 50px;
}

.ham_sns > li {
  margin: 0 20px;
}

.ham_sns > li > a > img {
  width: 30px;
  height: auto;
}

@media (max-width: 480px) {
  .ham {
    display: block;
  }
}

#menu.is-open {
  display: block;
  overflow-y: hidden;
}

.main {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.mainNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 70px;
  font-family: "Quicksand", sans-serif;
  word-break: keep-all;
}

.mainNav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Quicksand", sans-serif;
}

.mainNav_menu > li {
  padding-right: 30px;
}

.mainNav_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainNav_sns > li {
  margin-left: 15px;
}

.mainNav_sns > li > a > img {
  width: 25px;
  height: 25px;
}

@media (max-width: 480px) {
  .mainNav {
    display: none;
  }
}

.mainTtl {
  padding: 10px 0 20px;
  font-size: 3.6rem;
  font-weight: 300;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
}

.mainTtl > a {
  text-align: center;
}

.mainTtl > a > img {
  max-width: 450px;
  height: auto;
  margin: 0 auto 10px;
}

.mainTtl_sub {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}

@media (min-width: 481px) and (max-width: 800px) {
  .mainTtl {
    padding-top: 0;
    font-size: 2.8rem;
    letter-spacing: 0.15em;
  }
  .mainTtl > a > img {
    max-width: 400px;
  }
  .mainTtl_sub {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .mainTtl {
    padding-top: 30px;
    font-size: 2.4rem;
    letter-spacing: 0.15em;
  }
  .mainTtl > a > img {
    margin: 0 auto 5px;
    width: 70%;
  }
  .mainTtl_sub {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

.time {
  font-size: 2.0rem;
  color: #858585;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  font-family: "Quicksand", sans-serif;
}

.time_inner {
  display: inline-block;
  margin: 0 auto;
  text-align: left;
}

.time_onair {
  font-size: 1.8rem;
}

.time_start {
  display: block;
  font-size: 1.8rem;
  margin-top: 25px;
  margin-bottom: -30px;
}

@media (max-width: 480px) {
  .time {
    font-size: 1.6rem;
  }
  .time_inner {
    font-size: 3.8vw;
  }
}

@media (max-width: 800px) {
  .time_start {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 0px;
  }
}

.news {
  margin: 40px auto 70px;
  padding: 20px;
  text-align: center;
  background: #fff2f2;
}

.news_ttl {
  margin-bottom: 10px;
}

.news_day {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

.news_txt {
  margin-bottom: 10px;
}

.news_sub > p > span {
  color: red;
}

.news_sub_day {
  color: red;
  font-weight: bold;
}

.news_sub_tokyo {
  font-weight: bold;
}

@media (max-width: 480px) {
  .news {
    text-align: left;
  }
  .news_txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .news_txt > br {
    display: none;
  }
}

.lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 70px auto 70px;
}

@media (max-width: 800px) {
  .lead {
    display: block;
    margin: 30px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
  }
}

.person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.person img {
  width: 100%;
  max-width: 166px;
  height: 166px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  -o-object-fit: contain;
     object-fit: contain;
  background: #eee;
}

@media (max-width: 800px) {
  .person img {
    background: none;
  }
}

.person__one:not(:last-child) {
  margin-right: 2%;
}

.person__name {
  padding-top: 10px;
  letter-spacing: .3em;
  line-height: 1;
  text-align: center;
  vertical-align: bottom;
}

.desc {
  min-width: 50%;
  padding-left: 30px;
  line-height: 2;
}

@media (max-width: 800px) {
  .desc {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .desc {
    width: 100%;
    font-size: 1.4rem;
    text-align: left;
  }
}

.btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: 0 auto;
  max-width: 700px;
}

@media (max-width: 480px) {
  .btnBox {
    margin-bottom: 0px;
  }
}

.btn {
  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;
  padding: 20px;
  width: 250px;
  height: 70px;
  text-align: center;
  font-family: "Quicksand", "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  color: #fff;
  background: #959595;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-tfm {
  background: #1b95e0;
}

@media (max-width: 480px) {
  .btn,
  .btn-tfm {
    font-size: 2rem;
  }
}

.bnr {
  text-align: center;
}

.bnr > a {
  display: inline-block;
  padding: 10px 5px;
  border: 1px solid #ccc;
}

@media (max-width: 800px) {
  .bnr {
    margin-bottom: 50px;
  }
}

.sponsor {
  width: 500px;
  margin: 0 auto;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sponsor__bnr {
  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;
  width: 200px;
  height: auto;
  margin: 0 auto 70px;
  padding: 15px 0;
  border: 1px solid #ddd;
}

.sponsor__bnr img {
  width: 100%;
  max-width: 130px;
  height: auto;
}

@media (max-width: 480px) {
  .sponsor {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sponsor__bnr {
    margin: 20px auto 0;
  }
  .sponsor__bnr:first-child {
    padding: 23px 0;
  }
}

.footer {
  margin-top: 40px;
}

.copyright {
  margin-top: -20px;
  padding: 0 5% 30px;
  font-size: 1.2rem;
  text-align: center;
  font-family: "Quicksand", sans-serif;
}

@media (max-width: 800px) {
  .copyright {
    margin-top: 20px;
  }
}

.pagetop {
  position: fixed;
  padding: 2px 5px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 7px;
  z-index: 100;
}

.pagetop > img {
  width: 30px;
  min-height: 0;
}

.pagetop > p {
  margin-top: 1px;
  font-family: "Quicksand", sans-serif;
  font-size: 1.2rem;
}

/* ENGLISH JUKE BOX */
.concept {
  margin: 0 auto 70px;
  padding-bottom: 10px;
  max-width: 750px;
  border-bottom: 1px solid #ccc;
}

.concept_ttl {
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 3.2rem;
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.concept_lead {
  margin-bottom: 30px;
  text-align: center;
}

.concept_list {
  list-style: none;
}

.concept_list > li {
  margin-bottom: 20px;
}

.concept_itemTtl {
  margin-bottom: 7px;
  font-weight: bold;
}

@media (max-width: 800px) {
  .concept {
    margin: 0 auto 30px;
  }
  .concept_ttl {
    font-size: 2.4rem;
  }
  .concept_list {
    font-size: 1.4rem;
  }
  .concept_list > li {
    margin-bottom: 15px;
  }
}

.personality {
  margin: 0 auto 70px;
  padding-bottom: 10px;
  max-width: 750px;
  border-bottom: 1px solid #ccc;
}

.personality_ttl {
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 3.2rem;
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

.personality_one {
  margin-bottom: 20px;
}

.personality_one > dt {
  margin-bottom: 7px;
  font-weight: bold;
}

.personality_one > dd {
  font-size: 1.4rem;
}

@media (max-width: 800px) {
  .personality {
    margin: 0 auto 30px;
  }
  .personality_ttl {
    font-size: 2.4rem;
  }
}

.message {
  max-width: 750px;
  margin: 0 auto;
  padding: 30px 15px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.message_txt {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 800px) {
  .message {
    margin: 0 auto 30px;
  }
  .message_txt {
    font-size: 1.4rem;
  }
}

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

.sns_box {
  width: 470px;
}

@media (max-width: 800px) {
  .sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sns_box {
    width: 100%;
    max-width: 470px;
  }
  .sns_box iframe {
    width: 100% !important;
    max-width: 470px !important;
  }
  .sns_box:first-of-type {
    margin-bottom: 30px;
  }
}

/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pcDetail {
  display: block;
}

.spDetail {
  display: none;
}

@media (max-width: 800px) {
  .spDetail {
    display: block;
  }
  .pcDetail {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */