<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Quicksand&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:300&amp;display=swap");
/* -- 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: 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_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 &gt; 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: 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_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 &gt; 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 &gt; li {
  margin: 0 20px;
}

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

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

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

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

.mainNav {
  width: auto;
  height: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  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 &gt; 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 &gt; li {
  margin-left: 15px;
}

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

@media (max-width: 800px) {
  .mainNav {
    width: 90%;
  }
}

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

@media (max-width: 480px) {
  .mainTtl img {
    width: 100%;
    height: auto;
  }
}

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

.time_onair {
  margin-right: 10px;
}

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

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

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

.lead_txt {
  padding: 10px 0;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  background: #1274da;
}

.lead_ttl {
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 60px;
  color: #f63d67;
  text-align: center;
  background: url(../../img/mark.png) no-repeat center;
}

@media (max-width: 800px) {
  .lead_txt {
    padding: 1rem;
  }
  .lead_ttl {
    margin-top: 4rem;
  }
}

@media (max-width: 480px) {
  .lead_txt {
    padding: 1rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .lead_ttl {
    font-size: 2.4rem;
    margin-top: 3rem;
    height: 3.6rem;
    background-size: 85%;
  }
}

@media (max-width: 320px) {
  .lead_ttl {
    background-size: 95%;
  }
}

.article_txt {
  margin-top: 20px;
}

.article_txt:nth-of-type(2) {
  margin-top: 40px;
}

@media (max-width: 800px) {
  .article_txt {
    margin-top: 1.7rem;
  }
}

.guest {
  margin: 0 auto;
  text-align: center;
}

.guest_ttl {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
  color: #f63d67;
  text-align: center;
}

.guest_ttl span {
  font-size: 1.7rem;
}

.guest_wrap {
  width: auto;
  margin: 40px 0 40px;
  padding: 0 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #1274da;
}

.guest_person {
  width: 17%;
  margin: 0;
}

.guest_person img {
  border: 1px solid #ccc;
}

.guest_group {
  width: 80%;
}

.guest_name {
  padding: 0 0 10px 0;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 800;
}

.guest_name span {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  margin-top: 6px;
  padding: 0 30px 0 0;
  font-size: 1.7rem;
}

.guest_body {
  font-size: 1.5rem;
  line-height: 1.8;
}

.guest_body span {
  display: block;
  padding: 20px 0 0 0;
  font-size: 1.4rem;
}

.guest_body span a {
  text-decoration: underline;
}

.guest_body span.truncate_more {
  font-size: 1.5rem;
  line-height: 1.8;
}

.guest_body em {
  color: #1274da;
  font-style: normal;
}

.guest_body a.truncate_more_link {
  color: #f63d67;
}

@media (max-width: 800px) {
  .guest {
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    text-align: center;
  }
  .guest_ttl {
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: 0px;
    text-align: center;
  }
  .guest_wrap {
    margin: 0 auto 0;
    padding: 0 0 3.5rem 0;
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .guest_name {
    padding: 2rem 0 1.5rem;
    line-height: 1.2;
    text-align: center;
  }
  .guest_name span {
    padding: 0;
  }
  .guest_name span:last-child {
    font-size: 70%;
    font-weight: normal;
    line-height: 1.4;
  }
  .guest_group {
    width: 90%;
    margin: 0 auto;
  }
  .guest_person {
    width: 35%;
    margin: 2rem auto 0;
  }
  .guest_body {
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .guest_body span {
    display: inline;
    padding: 0 0 0 0;
    font-size: 1.4rem;
  }
  .guest_body span a {
    text-decoration: underline;
  }
}

.book {
  padding: 0 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px dashed #1274da;
}

.book ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
}

.book ul li {
  width: 35%;
  list-style: none;
  font-size: 1.8rem;
  line-height: 1.2;
}

.book ul li strong {
  display: block;
  padding: 0 0 10px 0;
  line-height: 1.5;
}

.book ul li:first-child img {
  border: 1px solid #ccc;
}

.book ul li:last-child {
  width: 60%;
}

.book ul li:last-child em {
  font-style: normal;
  color: #1274da;
}

.book_detail {
  font-size: 1.5rem;
}

.book_listen a {
  display: block;
  width: 100%;
  margin: 20px auto 0;
  padding: 13px 0;
  border-radius: 30px;
  background: #f63d67;
  text-align: center;
}

.book_listen a img {
  width: 80%;
  height: auto;
}

@media (max-width: 800px) {
  .book {
    padding: 0 0 3.5rem 0;
    display: block;
  }
  .book ul {
    width: 90%;
    margin: 3.5rem auto 0;
  }
}

.link {
  margin: 40px auto 40px;
}

.link_wrap {
  width: 80%;
  margin: 0 auto;
  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;
}

.link h4 {
  margin: 0 0 30px 0;
  text-align: center;
  color: #1274da;
  font-size: 1.9rem;
}

@media (max-width: 800px) {
  .link {
    margin: 3.5rem auto 0;
  }
  .link_wrap {
    display: block;
  }
  .link_wrap img {
    width: 90%;
    height: auto;
  }
  .link h4 {
    margin: 0 0 2rem 0;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

.btnBox a {
  display: block;
  width: 390px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #13307f;
}

.btnBox a img {
  width: 30%;
  height: auto;
}

.btnBox:last-child a {
  padding: 12px 0;
  background: #1CD760;
}

.btnBox:last-child a img {
  width: 50%;
  height: auto;
}

@media (max-width: 800px) {
  .btnBox a {
    width: auto;
    margin: 0 auto 1.5rem;
  }
}

.sns {
  max-width: 600px;
  margin: 0 auto;
}

.sponsor {
  width: auto;
  margin-top: 20px;
  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: 80%;
  height: auto;
  margin: 0 auto 70px;
  padding: 12px 0;
  background: #E0335A;
}

.sponsor__bnr img {
  width: 85%;
  height: auto;
}

@media (max-width: 800px) {
  .sponsor {
    width: 100%;
    margin: 0;
    -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 {
    padding: 15px 0;
    margin: 0 auto 4rem;
  }
}

.app a {
  display: block;
  width: 98%;
  margin: 15px auto 0;
  padding: 7px 0;
  border-radius: 30px;
  background: #1274da;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 800px) {
  .app a {
    font-size: 1.6rem;
    letter-spacing: -0.1rem;
    margin: 1.2rem auto 0;
    padding: 0.8rem 0;
  }
}

.footer {
  border-top: 1px solid #575757;
}

.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 &gt; img {
  width: 30px;
  min-height: 0;
}

.pagetop &gt; 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;
  }
}

.audee_kana {
  font-size: 75%;
}

.audee_kana2 {
  font-size: 60%;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>