<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*本サイト*/
body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Zen Kaku Gothic New","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,
 "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
  color: #5a2e1b;
  background: url(../../img/bg.jpg);
}

section,
div,
article {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #5a2e1b;
}

a:hover {
  text-decoration: underline;
}

/*.pc or .sp*/
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 1365px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/*////////////////
.header
////////////////*/
.header {
  width: 100%;
  position: relative;
}

.header_tt {
  position: absolute;
  top: 30%;
  right: 12%;
  text-align: right;
}

.header img {
  width: 460px;
  height: auto;
}

@media screen and (max-width: 640px) {
  .header_tt {
    position: absolute;
    top: 35%;
    right: auto;
    text-align: center;
  }
  .header img.sp {
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
}

/*////////////////////////////////
bg
////////////////////////////////*/
.bg {
  position: relative;
  z-index: -1;
  height: 80vh;
  min-height: 650px;
}

@media screen and (max-width: 640px) {
  .bg {
    height: 65vh;
    min-height: auto;
  }
}

.bg-item01 {
  background: url(../../img/header_ph.jpg);
  background-position: bottom center;
}

@media screen and (max-width: 640px) {
  .bg-item01 {
    background: url(../../img/header_ph_sp.jpg);
    background-position: 40% 50%;
  }
}

.bg-item {
  width: 100%;
  height: 80vh;
  min-height: 650px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .bg-item {
    height: 65vh;
    min-height: auto;
  }
}

/*////////////////
.about
////////////////*/
.about {
  position: relative;
  margin: -10px 0 0 0;
  padding: 10px 0 0 0;
  background: url(../../img/header_bottom.png) repeat-x top;
}

.about_wrapper {
  position: relative;
  background: #f9eedf;
  padding: 50px 0 60px 0;
}

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

.about_tt img {
  width: 222px;
  height: auto;
}

.about_subtt {
  margin: 0 auto 30px;
  font-size: 130%;
  line-height: 1.5;
}

.about_inner {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.about_group {
  width: 73%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.about .personality {
  width: 226px;
  margin: 0 0 0 20px;
}

.about .personality img {
  width: 100%;
  height: auto;
}

.about .personality :hover {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}

@media screen and (max-width: 640px) {
  .about {
    padding: 10px 0 0 0;
  }
  .about_wrapper {
    position: relative;
    background: #f9eedf;
    padding: 7vw 0 7vw 0;
  }
  .about_tt {
    margin: 0 auto 5vw;
  }
  .about_tt img {
    width: 50%;
    max-width: 220px;
    height: auto;
  }
  .about_subtt {
    margin: 0 auto 5vw;
    font-size: 120%;
    line-height: 1.5;
  }
  .about_inner {
    width: 90%;
    margin: 0 auto;
    font-size: 95%;
    line-height: 1.7;
    display: block;
  }
  .about_group {
    width: 100%;
    margin: 0 auto 7vw;
  }
  .about_group span {
    display: block;
    margin: 4vw auto 0;
  }
  .about .personality {
    width: 80%;
    margin: 0 auto;
  }
  .about .personality img {
    width: 100%;
    height: auto;
  }
}

/*////////////////
.onair
////////////////*/
.onair {
  padding: 60px 0 70px 0;
  text-align: center;
}

.onair_tt {
  padding: 0 0 40px 0;
}

.onair_tt img {
  width: 216px;
  height: auto;
  margin: 0 auto;
}

.onair_inner {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.onair_inner:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}

.onair_article {
  display: block;
  position: relative;
  width: 33%;
  margin: 0 0 20px 0;
  padding: 29px 0 0 0;
  text-align: left;
  background: url(../../img/article_top.png) no-repeat top center;
  background-size: 100%;
}

.onair_article a {
  text-decoration: none;
  line-height: 1.1;
  color: #5a2e1b;
  cursor: pointer;
}

.onair_bg {
  padding: 0 0 39px 0;
  background: url(../../img/article_bottom.png) no-repeat center bottom;
  background-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.onair_con {
  padding: 0 5% 0 5%;
  margin: 0 auto;
  background: url(../../img/article_bg.png) repeat-y;
  background-size: 100%;
}

.onair_ent_tt {
  width: 90%;
  margin: 0 auto 15px;
  padding: 0 5px 13px 5px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: -0.5px;
  min-height: 70px;
  background: url(../../img/tt_bg.png) no-repeat bottom;
  background-size: 100%;
}

.onair .day {
  width: 100px;
  padding: 0 5px;
  margin: 0 0 0 15px;
  background: #5a2e1b;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 85%;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.5px;
}

.onair .day span {
  display: inline-block;
  padding: 2px 0 2px 10px;
  border-left: 2px double #fff;
}

.onair_ph {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 13px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.onair_ph img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  background: #eef1f3;
  border: 1px solid #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.onair_ph:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.onair .mask {
  display: block;
  line-height: 0;
  overflow: hidden;
}

.onair_morelink {
  display: block;
  width: 100%;
  margin: 25px auto 20px;
  text-align: center;
  cursor: pointer;
}

.onair_morelink img {
  display: block;
  width: 172px;
  height: auto;
  margin: 0 auto;
}

.onair_morelink:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.onair .list-btn {
  width: 163px;
  margin: 0 auto;
  padding: 0 0 15px 0;
}

.onair .list-btn img {
  width: 100%;
  height: auto;
}

.onair .list-btn:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.audee_bnr {
  width: 800px;
  margin: 30px auto 0;
  text-align: center;
}

.audee_bnr img.pc {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 1365px) {
  .onair {
    padding: 4vw 0 2vw 0;
  }
  .onair_inner {
    width: auto;
    margin: 0 auto;
  }
  .onair_bg {
    padding: 0 0 59px 0;
  }
  .onair_article {
    width: 50%;
    padding: 59px 0 0 0;
  }
  .audee_bnr {
    width: 80%;
    margin: 30px auto 0;
    text-align: center;
  }
  .audee_bnr img.pc {
    width: 100%;
    height: auto;
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .onair {
    padding: 8vw 0;
  }
  .onair_tt {
    padding: 0 0 5vw 0;
  }
  .onair_tt img {
    width: 50%;
    max-width: 220px;
    margin: 0 auto;
  }
  .onair_inner {
    width: auto;
    margin: 0 auto;
    display: block;
  }
  .onair_inner:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
  }
  .onair_article {
    display: block;
    position: relative;
    width: 95%;
    max-width: 400px;
    margin: 0 auto 5vw;
    padding: 39px 0 0 0;
    text-align: left;
    background: url(../../img/article_top.png) no-repeat top center;
    background-size: 100%;
  }
  .onair_article a {
    text-decoration: none;
    line-height: 1.1;
    color: #5a2e1b;
  }
  .onair_bg {
    padding: 0 0 39px 0;
    background: url(../../img/article_bottom.png) no-repeat center bottom;
    background-size: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .onair_con {
    padding: 0 5% 0 5%;
    margin: 0 auto;
    background: url(../../img/article_bg.png) repeat-y;
    background-size: 100%;
  }
  .onair_ent_tt {
    width: 90%;
    margin: 0 auto 5vw;
    padding: 0 5px 4vw 5px;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: -0.5px;
    min-height: 40px;
    background: url(../../img/tt_bg.png) no-repeat bottom;
    background-size: 100%;
  }
  .onair .day {
    width: 100px;
    padding: 0 5px;
    margin: 0 0 0 15px;
    background: #5a2e1b;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 85%;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.5px;
  }
  .onair .day span {
    display: inline-block;
    padding: 2px 0 2px 10px;
    border-left: 2px double #fff;
  }
  .onair_ph {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 5vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .onair_ph img {
    width: 100%;
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
    background: #eef1f3;
    border: 1px solid #ccc;
  }
  .onair_morelink {
    display: block;
    width: 100%;
    margin: 5vw auto 0;
    text-align: center;
    cursor: pointer;
  }
  .onair_morelink img {
    display: block;
    width: 172px;
    height: auto;
    margin: 0 auto;
  }
  .onair .list-btn {
    width: 163px;
    margin: 0 auto;
    padding: 0;
  }
  .onair .list-btn img {
    width: 100%;
    height: auto;
  }
  .audee_bnr {
    width: 80%;
    margin: 7vw auto 0;
    text-align: center;
  }
  .audee_bnr img.sp {
    width: 100%;
    height: auto;
    display: block;
  }
  .audee_bnr img.pc {
    display: none;
  }
}

/*////////////////
.message
////////////////*/
.message {
  padding: 60px 0 60px 0;
  text-align: center;
  background: #ea8c6c;
}

.message_tt {
  margin: 0 0 30px 0;
}

.message_tt img {
  width: 216px;
  height: auto;
}

.message_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.message_group {
  width: 80%;
  margin: 0 auto 30px;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  font-size: 120%;
  font-weight: bold;
}

.message_group em {
  font-size: 85%;
  font-weight: normal;
  font-style: normal;
}

.message_group a {
  color: #fff;
  text-decoration: underline;
}

.message .btn {
  width: 550px;
  margin: 0 auto;
  padding: 16px 0 0 0;
  height: 40px;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  outline: none;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

.message .btn::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #ea8c6c;
  border-right: solid 2px #ea8c6c;
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.message .btn span {
  position: relative;
  z-index: 3;
  color: #de6c45;
  font-size: 150%;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
}

.message .btn:hover span {
  color: #fff;
}

.message .bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #ca5e3a;
  /*背景色*/
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.message .bgleft:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.message_ph{
  margin: 20px auto 0;
}

.message_ph img{
  max-width: 520px;
  height: auto;
}

@media screen and (max-width: 640px) {
  .message {
    padding: 8vw 0 9vw 0;
    margin: 0 0 0 0;
    text-align: center;
  }
  .message_tt {
    margin: 0 auto 5vw;
    padding: 3px 0vw;
  }
  .message_tt img {
    display: block;
    width: 55%;
    max-width: 216px;
    height: auto;
    margin: 0 auto;
  }
  .message_inner {
    margin: 0 auto;
    display: block;
  }
  .message_group {
    width: 90%;
    margin: 0 auto 5vw;
    text-align: left;
    font-size: 120%;
    line-height: 1.4;
  }
  .message_group br {
    display: none;
  }
  .message_group span {
    display: inline-block;
    margin: 3vw 0 0 0;
    font-weight: normal;
    letter-spacing: -1px;
  }
  .message_group em {
    display: inline-block;
    margin: 3vw 0 0 0;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -1px;
  }
  .message .btn {
    width: 80%;
    margin: 0 auto;
    padding: 11px 0 0 0;
    height: 35px;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    outline: none;
    -webkit-transition: ease .2s;
    transition: ease .2s;
  }
  .message .btn span {
    letter-spacing: -1px;
  }
  .message_ph{
    text-align: center;
  }
  .message_ph img{
    width: 80%;
  }
}

/*////////////////
.bnr
////////////////*/
.bnr {
  width: 48%;
  margin: 0 auto 0px;
}

.bnr li {
  width: 100%;
}

.bnr li img {
  width: 100%;
  height: auto;
}

.bnr li:first-child {
  margin: 0 0 10px 0;
}

@media screen and (max-width: 640px) {
  .bnr {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  .bnr li {
    width: 100%;
    margin: 0 auto 0;
  }
  .bnr li img {
    width: 100%;
    height: auto;
  }
  .bnr li:first-child {
    margin: 0 auto 3vw;
  }
}

/*////////////////
.footer
////////////////*/
.footer {
  clear: both;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer_listen {
  padding: 10px 0 40px 0;
  background: url(../../img/bottom_border.png) bottom repeat-x #fff;
}

.footer_inner {
  width: 95%;
  margin: 0 auto;
  padding: 30px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_subttl {
  margin: 0 0 15px 0;
  color: #5a2e1b;
  font-size: 120%;
}

.footer_group {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}

.footer_aside ul.logo {
  margin: 0 25px 0 0;
  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;
  float: left;
}

.footer_aside ul.logo &gt; li {
  width: 126px;
  margin: 0 30px 0 0;
}

.footer_aside ul.logo &gt; li img {
  width: 100%;
  height: auto;
}

.footer_aside ul.logo &gt; li:last-child {
  width: 160px;
  margin: 0;
}

.footer_aside ul.sns {
  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;
}

.footer_aside ul.sns &gt; li {
  width: 35px;
  margin: 0 10px 0 0;
}

.footer_aside ul.sns &gt; li img {
  width: 100%;
  height: auto;
}

.footer_copyright {
  clear: both;
  margin: 0px 0 0 0;
  font-size: 65%;
  font-weight: normal;
  text-align: right;
}

@media screen and (max-width: 1365px) {
  .footer_listen.pc {
    display: none;
  }
  .footer_listen.sp {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .footer_listen {
    padding: 0;
  }
  .footer_inner {
    width: 100%;
    margin: 0 auto;
    padding: 5vw 0 5vw 0;
    display: block;
  }
  .footer_group {
    width: 100%;
    display: block;
  }
  .footer_aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer_aside ul.logo {
    width: 90%;
    margin: 0 auto 3vw;
    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;
    float: none;
  }
  .footer_aside ul.logo &gt; li {
    width: 126px;
    margin: 0 15px 0 0;
  }
  .footer_aside ul.logo &gt; li img {
    width: 100%;
    height: auto;
  }
  .footer_aside ul.logo &gt; li:last-child {
    width: 160px;
  }
  .footer_aside ul.sns {
    width: 90%;
    margin: 0 auto 5vw;
    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;
  }
  .footer_aside ul.sns &gt; li {
    width: 38px;
    margin: 0 10px 0 0;
  }
  .footer_aside ul.sns &gt; li img {
    width: 100%;
    height: auto;
  }
  .footer_copyright {
    clear: both;
    border-top: 2px solid #5a2e1b;
    margin: 0;
    padding: 7vw 0 7vw 0;
    font-size: 72%;
    text-align: center;
  }
}

a.is-top {
  position: fixed;
  bottom: 150px;
  right: 90px;
  display: block;
  padding: 0px;
  border-radius: 5px;
  color: #5a2e1b;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  a.is-top {
    position: relative;
    bottom: auto;
    right: auto;
    width: 50px;
    padding: 0;
    margin: 0vw auto 0;
  }
}

a.is-top img {
  width: 55px;
  height: auto;
}

@media screen and (max-width: 1365px) {
  a.is-top img {
    width: 55px;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.wow {
  visibility: hidden;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>