@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");
@font-face {
  font-family: 'rounded-mplus-1p';
  font-style: normal;
  font-weight: 300;
  src: url("/shared/fixedsite/font/rounded-mplus-1p-light.eot");
  src: url("/shared/fixedsite/font/rounded-mplus-1p-light.eot?#iefix") format("embedded-opentype"), url("/shared/fixedsite/font/rounded-mplus-1p-light.woff") format("woff"), url("/shared/fixedsite/font/rounded-mplus-1p-light.ttf") format("truetype");
}

@font-face {
  font-family: 'rounded-mplus-1p';
  font-style: normal;
  font-weight: normal;
  src: url("/shared/fixedsite/font/rounded-mplus-1p-regular.eot");
  src: url("/shared/fixedsite/font/fonts/rounded-mplus-1p-regular.eot?#iefix") format("embedded-opentype"), url("/shared/fixedsite/font/fonts/rounded-mplus-1p-regular.woff") format("woff"), url("/shared/fixedsite/font/fonts/rounded-mplus-1p-regular.ttf") format("truetype");
}

/* -- FOUNDATION -- */
/* reset CSS */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* reset CSS ここまで */
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: .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: url(../../img/bg_header.gif) no-repeat;
  background-position: bottom right;
}

.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: 170px;
  height: 80px;
}

.header .logo_tfm > img {
  width: 170px;
  height: 80px;
}

.header .freq {
  margin-bottom: 5px;
  font-size: 1.0rem;
  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: 120px;
    height: 70px;
  }
  .header .logo_tfm > img {
    width: 120px;
    height: 70px;
  }
  .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: 70px;
}

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

.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;
  }
}

@media (max-width: 480px) {
  .kv {
    margin-top: 15px;
  }
}

.mainTtl {
  margin-bottom: 30px;
  padding: 40px 0 0;
  font-size: 3.6rem;
  font-weight: 300;
  font-family: 'M PLUS Rounded 1c','rounded-mplus-1p', sans-serif;
  letter-spacing: .2em;
  line-height: 1;
  text-align: center;
}

.mainTtl_mini {
  display: block;
  margin-top: 10px;
  font-size: 2.0rem;
  letter-spacing: .1em;
  vertical-align: middle;
}

@media (min-width: 481px) and (max-width: 800px) {
  .mainTtl {
    padding-top: 20px;
  }
}

@media (max-width: 480px) {
  .mainTtl {
    padding-top: 20px;
    font-size: 2.8rem;
    letter-spacing: .2em;
  }
  .mainTtl_mini {
    font-size: 1.6rem;
  }
}

.spotify {
  margin-bottom: -5px;
  width: 100px;
  height: auto;
}

@media (max-width: 480px) {
  .spotify {
    margin-bottom: -4px;
    width: 80px;
    height: auto;
  }
}

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

.time_onair {
  margin-right: 10px;
}

@media (max-width: 480px) {
  .time {
    font-size: 1.6rem;
  }
  .time_onair {
    margin-right: 5px;
  }
}

.lead {
  display: block;
  margin: 40px auto;
}

.lead > h2 {
  font-size: 1.6rem;
  padding: 10px;
  width: 60%;
  margin: 0 auto 20px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

.lead_person {
  min-width: 166px;
}

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

.lead_txt {
  font-size: 1.5rem;
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: center;
  list-style: none;
  padding-left: 0;
}

.lead_txt > a {
  text-decoration: underline;
}

.lead_txt2 {
  font-size: 1.5rem;
  max-width: 520px;
  padding-bottom: 15px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  margin: 0 auto;
  padding-left: 1em;
  text-indent: -1em;
}

.lead_txt2 > a {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .lead {
    margin: 20px auto 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
  }
  .lead > h2 {
    font-size: 1.5rem;
    padding: 10px;
    width: auto;
    margin: 0 auto 20px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
  }
  .lead_txt {
    margin: 0 auto 10px;
    padding: 0;
    text-align: left;
    list-style: none;
  }
  .lead_txt > a {
    text-decoration: underline;
  }
  .lead_txt2 {
    margin: 0 auto 10px;
    padding: 0;
    text-align: left;
    list-style: none;
  }
  .lead_txt2 > a {
    text-decoration: underline;
  }
}

@media (max-width: 480px) {
  .lead {
    margin: 20px auto 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
  }
  .lead_txt {
    margin: 0 auto 10px;
    padding: 0;
    text-align: left;
    list-style: none;
  }
  .lead_txt > a {
    text-decoration: underline;
  }
  .lead_txt2 {
    margin: 0 auto 10px;
    padding: 0;
    text-align: left;
    list-style: none;
  }
  .lead_txt2 > a {
    text-decoration: underline;
  }
}

.person {
  margin-bottom: 40px;
  text-align: center;
}

.person_ttl {
  max-width: 600px;
  margin: 0 auto 20px;
  padding: 10px;
  font-family: 'Quicksand', 'M PLUS Rounded 1c', sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.person_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin: 0 auto 30px;
}

.person_img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.person_img > img {
  max-width: 160px;
  height: auto;
}

.person_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
  width: 260px;
  text-align: left;
}

.person_name {
  margin-bottom: 5px;
  line-height: 1.2;
}

.person_name > span {
  font-size: 1.2rem;
  font-weight: normal;
  color: #aaa;
}

.person_mcName {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 1.4rem;
}

.person_mcName > span {
  padding-left: 5px;
  font-size: 1.1rem;
  color: #aaa;
}

@media (max-width: 480px) {
  .person_name > span {
    padding-left: 0;
  }
  .person_mcName {
    font-size: 1.4rem;
  }
  .person_mcName > span {
    padding-left: 0;
  }
}

.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 50px;
  max-width: 600px;
}

.btnBox > img {
  max-width: 320px;
}

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

.btn, .btn-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;
  margin: 20px;
  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: #89b818;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.bnr {
  margin: 40px auto 0;
  text-align: center;
}

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

@media (max-width: 800px) {
  .bnr {
    margin: 30px auto 0;
  }
}

.sponsor {
  padding: 20px 0;
  text-align: center;
}

.sponsor > a img {
  width: 70%;
  max-width: 150px;
  height: auto;
}

@media (max-width: 800px) {
  .sponsor {
    padding: 20px 0 0;
    text-align: center;
  }
}

.footer {
  margin-top: 70px;
}

.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;
}

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

.spDetail {
  display: none;
}

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