<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;
  background: url(../../img/bg.jpg) repeat;
}

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

.header_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
  background-position: bottom right;
  border-bottom: 1px solid #ddd;
}

.header .logo_tfm {
  display: flex;
  justify-content: 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: flex;
  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: flex;
  justify-content: 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;
}

.wrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 0 0 10px 10px;
  box-sizing: border-box;
  background-color: white;
  background-image: url(../../img/wood_bg.jpg), url(../../img/wood_bg_bottom.jpg);
  background-position: center top, center bottom;
  background-size: 15px, 15px;
  background-repeat: repeat-x, repeat-x;
}

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

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

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

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

.mainNav_sns {
  display: flex;
  justify-content: flex-end;
  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: 480px) {
  .mainNav {
    display: none;
  }
}

.mainTtl {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 3.6rem;
  font-weight: 300;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.3em;
  text-align: center;
}

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

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

.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;
  }
  .time_onair {
    margin-right: 0px;
    display: block;
  }
}

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

.lead {
  display: flex;
  justify-content: center;
  margin: 30px auto 30px;
}

.lead_person {
  width: 350px;
  display: flex;
  justify-content: center;
}

.lead_person_ph {
  width: 166px;
  margin: 10px;
}

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

.lead_name span {
  font-size: 1.3rem;
}

.lead_txt {
  padding-left: 30px;
  line-height: 2;
  font-size: 1.8rem;
  text-align: center;
}

.lead_txt span {
  font-size: 2.4rem;
  background: linear-gradient(transparent 60%, #f8ef97 60%);
}

@media (max-width: 800px) {
  .lead {
    margin: 0px auto;
    flex-flow: column;
    text-align: center;
  }
  .lead_person {
    width: 100%;
    margin: 0 auto;
  }
  .lead_person_ph {
    width: 43%;
    max-width: 130px;
  }
  .lead_name {
    font-size: 1.5rem;
  }
  .lead_txt {
    margin: 0 auto;
    padding: 0px 0 0;
    text-align: left;
    font-size: 1.4rem;
  }
  .lead_txt span {
    font-size: 1.8rem;
  }
}

.btnBox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: wrap;
  margin: 0 auto 30px;
}

.btnBox .lead_txt {
  padding-left: 0;
  margin-bottom: 10px;
}

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

.playlist {
  width: 100%;
  max-width: 768px;
  margin: 50px auto 30px;
  text-align: center;
}

.playlist_ttl {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .playlist_ttl {
    font-size: 2rem;
    margin-bottom: 0px;
  }
}

.event {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 30px;
  text-align: center;
}

.event_application {
  width: 100%;
  border-top: #ccc 1px solid;
}

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

.event_dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  border-bottom: #ccc 1px solid;
}

@media (max-width: 480px) {
  .event_dl {
    flex-direction: column;
    border-bottom: none;
  }
}

.event_ai_top {
  align-items: flex-start;
}

.event_dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 30px 10px;
  box-sizing: border-box;
  color: #575757;
  background: #eeedce;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 480px) {
  .event_dt {
    width: 100%;
    padding: 15px 0;
  }
}

.event_dd {
  width: 70%;
  color: #575757;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.3;
  padding: 30px 0px 30px 30px;
  box-sizing: border-box;
}

.event_dd a {
  color: #c82828;
  text-decoration: underline;
}

.event_dd span {
  font-size: 1.2rem;
  line-height: 1 !important;
}

@media (max-width: 480px) {
  .event_dd {
    width: 100%;
    padding: 15px 10px;
  }
}

.event_dd em {
  color: #c82828;
  font-size: 1.8rem;
  font-weight: bold;
}

.event_dd_em {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 8px 12px;
  margin: 10px 0 10px 20px;
  border: 2px solid #F00;
  color: #F00;
}

.event_dd_em:nth-of-type(1), .event_dd_em:nth-of-type(2) {
  margin: 10px 0 10px 0;
}

.event_dd_s {
  display: block;
  font-size: 1.4rem;
  margin-top: 5px;
}

.event_dd ul {
  list-style: none;
}

.event_dd li {
  margin-bottom: 10px;
}

.event_box {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.event_box .lead_person {
  width: 75%;
  display: flex;
  justify-content: center;
}

.event_box .lead_person_ph {
  width: auto;
  margin: 10px;
  max-width: 268px;
}

@media (max-width: 480px) {
  .event_box .lead_person {
    width: 100%;
  }
  .event_box .lead_person_ph {
    width: 43%;
    margin: 10px;
  }
}

.event_box_ttl {
  width: 100%;
  color: #fff;
  background: url(../../img/wood_bg.jpg) center top repeat;
  padding: 5px 0 0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 50px auto 15px;
  box-sizing: border-box;
}

.event_vr_txt {
  text-align: left;
  margin-bottom: 20px;
  line-height: 2;
}

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

.event_vr_em {
  display: block;
  font-size: 1.4rem;
  padding-top: 20px;
  margin-bottom: 70px;
  text-align: left;
}

@media (max-width: 480px) {
  .event_vr_em {
    display: block;
    font-size: 1.1rem;
  }
}

.event_vr_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.event_vr_img a {
  display: block;
  width: 30%;
  margin: 1.5%;
  padding: 3px;
  box-sizing: border-box;
  border: #ccc 1px solid;
}

@media (max-width: 480px) {
  .event_vr_img {
    margin-bottom: 35px;
  }
  .event_vr_img a {
    width: 47%;
  }
}

.event_ttl {
  font-size: 3rem;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 30px;
}

@media (min-width: 481px) and (max-width: 800px) {
  .event_ttl {
    margin-top: 35px;
    font-size: 2.4rem;
  }
  .event_ttl br {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .event_ttl {
    margin-top: 35px;
    font-size: 2rem;
    margin-bottom: 0px;
  }
}

.event_txt {
  margin: 30px auto 0;
  line-height: 2;
  text-align: center;
  font-size: 1.6rem;
}

@media (max-width: 480px) {
  .event_txt {
    text-align: left;
    font-size: 1.3rem;
  }
}

.event_deadline {
  font-size: 2rem;
  font-weight: bold;
  color: #f01b7e;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}

.event_deadline span {
  display: block;
  font-size: 1.4rem;
  margin-top: 5px;
}

@media (max-width: 480px) {
  .event_deadline {
    font-size: 1.5rem;
    margin-bottom: 50px;
    text-align: center;
  }
}

.event_bnr {
  margin: 30px auto;
}

@media (max-width: 480px) {
  .event_bnr {
    margin: 10px auto;
  }
}

.btn, .btn-tfm, .btn-max {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  padding: 20px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  font-family: "Quicksand", "M PLUS Rounded 1c", sans-serif;
  font-size: 2.7rem;
  font-weight: bold;
  color: #fff;
  background: #c82828 url(../../img/arrow_wht.png) 96% center no-repeat;
  box-sizing: border-box;
}

.btn-tfm {
  font-size: 2rem;
  font-weight: bold;
  background: #297def;
}

.btn-max {
  width: 80%;
}

@media (min-width: 481px) and (max-width: 800px) {
  .btn-max {
    width: 100%;
    font-size: 2.3rem;
  }
}

@media (max-width: 480px) {
  .btn-max {
    width: 100%;
    font-size: 1.8rem;
    margin: 20px 0 !important;
  }
}

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

.bnr {
  text-align: center;
}

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

.sponsor {
  width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.sponsor__bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 400px;
  height: auto;
  margin: 0 auto 70px;
  padding: 15px 0;
  border: 1px solid #ccc;
  background: #fff;
}

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

@media (max-width: 480px) {
  .sponsor {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .sponsor__bnr {
    width: 100%;
    margin: 0px auto 30px;
  }
  .sponsor__bnr:first-child {
    padding: 5px 10px;
  }
}

.footer {
  margin-top: 70px;
  background: none;
}

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

.copyright {
  color: #444;
  padding: 0 5% 15px;
  background: #fff;
  font-size: 1.2rem;
  text-align: center;
  font-family: "Quicksand", sans-serif;
}

@media (max-width: 800px) {
  .copyright {
    padding-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%;
}
</pre></body></html>