<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/css2?family=Noto+Sans+JP:wght@400;500;700;900&amp;family=Russo+One&amp;display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none !important;
}

@media screen and (min-width: 1141px) {
  .only-menu {
    display: none !important;
  }
}

@media screen and (max-width: 1140px) {
  .only-menu-pc {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .only-sp {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .only-pc {
    display: none !important;
  }
}

.header-cmn-sky {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  padding-left: 2em;
  font-size: 10px;
  line-height: 1;
  background: url(../img/bg_pattern_main.png);
}
@media screen and (max-width: 1060px) {
  .header-cmn-sky {
    font-size: 0.9433962264vw;
  }
}
@media screen and (max-width: 750px) {
  .header-cmn-sky {
    font-size: 1.3333333333vw;
    background-size: 162% auto;
  }
}

.txt-onair {
  font-family: "Russo One", sans-serif;
  font-size: 1.2em;
  line-height: 1.16;
  letter-spacing: 0.1em;
  color: #003477;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .txt-onair {
    font-size: 1.6em;
    line-height: 1.25;
    letter-spacing: 0.05em;
  }
}

.mod-menu-wrap {
  z-index: 100;
  margin-left: auto;
}
@media screen and (min-width: 1141px) {
  .mod-menu-wrap {
    display: flex !important;
  }
}
@media screen and (max-width: 1140px) {
  .mod-menu-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 50em;
    padding: 4em;
    background: url(../img/bg_pattern_white.png);
  }
}
@media screen and (max-width: 750px) {
  .mod-menu-wrap {
    width: auto;
    padding: 7em;
    background-size: 34% auto;
  }
}

@media screen and (min-width: 751px) {
  .mod-menu-wrap__in {
    padding: 2em;
    margin-right: 4.6em;
  }
}
@media screen and (max-width: 1320px) {
  .mod-menu-wrap__in {
    margin-right: 0;
  }
}
@media screen and (max-width: 1140px) {
  .mod-menu-wrap__in {
    display: flex;
    flex-direction: column-reverse;
  }
}

.nav-logo {
  width: 44%;
  margin: 0 auto 4em;
  font-size: 1em;
}
.nav-cmn-01 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1.4em;
}
@media screen and (max-width: 1140px) {
  .nav-cmn-01 {
    display: none;
    justify-content: space-between;
    margin-left: -1em;
    margin-right: -1em;
  }
}
@media screen and (max-width: 750px) {
  .nav-cmn-01 {
    margin-left: 0;
    margin-right: 0;
  }
}
.nav-cmn-01__item + .nav-cmn-01__item {
  margin-left: 2em;
}
@media screen and (max-width: 1140px) {
  .nav-cmn-01__item {
    margin-bottom: 2em;
  }
  .nav-cmn-01__item .img-svg-twitter {
    width: auto;
    height: 2.6em;
    margin-bottom: 1.8em;
    fill: #fff;
  }
  .nav-cmn-01__item .img-svg-radiko {
    width: auto;
    height: 2.6em;
    margin-bottom: 1.8em;
    fill: #fff;
  }
  .nav-cmn-01__item .img-svg-register {
    width: auto;
    height: 2.9em;
    margin-bottom: 1.6em;
    fill: #fff;
  }
}
@media screen and (max-width: 750px) {
  .nav-cmn-01__item {
    margin-bottom: 8.2em;
  }
  .nav-cmn-01__item .img-svg-twitter {
    width: auto;
    height: 3.6em;
    margin-bottom: 3em;
    fill: #fff;
  }
  .nav-cmn-01__item .img-svg-radiko {
    width: auto;
    height: 3.6em;
    margin-bottom: 3em;
    fill: #fff;
  }
  .nav-cmn-01__item .img-svg-register {
    width: auto;
    height: 4em;
    margin-bottom: 2.6em;
    fill: #fff;
  }
}
.nav-cmn-01__link {
  display: flex;
  align-items: center;
  text-decoration: none !important;
  color: #000;
  position: relative;
}
.nav-cmn-01__link:hover {
  color: #ff5e49 !important;
}
.nav-cmn-01__link:hover span {
  color: #ff5e49 !important;
}
.nav-cmn-01__link:hover::after {
  transform: scale(1, 1); /*X方向にスケール拡大*/
}
.nav-cmn-01__link:hover path {
  fill: #ff5e49;
}
.nav-cmn-01__link::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -6px;
  right: 0%;
  /*線の形状*/
  width: 100%;
  height: 2px;
  background: #ff5e49;
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: left top; /*左上基点*/
}
@media screen and (max-width: 750px) {
  .nav-cmn-01__link::after {
    display: none;
  }
}
.nav-cmn-01__link &gt; span {
  color: #000 !important;
  margin-left: 0.5em;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.16;
}
@media screen and (max-width: 1140px) {
  .nav-cmn-01__link {
    flex-direction: column;
    color: #fff;
  }
  .nav-cmn-01__link &gt; span {
    margin-left: 0;
    font-size: 1.4em;
    padding-top: 0.5em;
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .nav-cmn-01__link &gt; span {
    font-size: 2.4em;
    padding-top: 0.5em;
    display: block;
  }
}
.nav-cmn-02 {
  display: flex;
}
@media screen and (max-width: 1140px) {
  .nav-cmn-02 {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 750px) {
  .nav-cmn-02 {
    margin-bottom: 7.2em;
    list-style: none;
    padding-left: 0;
  }
}
.nav-cmn-02__item img {
  filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.2));
}
.nav-cmn-02__item + .nav-cmn-02__item {
  position: relative;
}
@media screen and (min-width: 1320px) {
  .nav-cmn-02__item + .nav-cmn-02__item {
    margin-left: 2.6em;
    padding-left: 2.6em;
  }
}
@media screen and (min-width: 1141px) {
  .nav-cmn-02__item {
    margin-left: 1em;
    padding-left: 1em;
  }
  .nav-cmn-02__item:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 2.8em;
    top: 50%;
    left: 0;
    background-color: #003477;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 1140px) {
  .nav-cmn-02__item {
    width: 30%;
    padding: 2.2em 0;
  }
}
@media screen and (max-width: 750px) {
  .nav-cmn-02__item {
    padding: 2.2em 0;
  }
}
.nav-cmn-02__link {
  display: block;
  text-decoration: none !important;
  color: #003477;
  text-align: center;
  position: relative;
}
.nav-cmn-02__link:hover {
  color: #ff5e49 !important;
}
.nav-cmn-02__link:hover span {
  color: #ff5e49 !important;
}
.nav-cmn-02__link:hover::after {
  transform: scale(1, 1); /*X方向にスケール拡大*/
}
.nav-cmn-02__link::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -3px;
  left: 0%;
  /*線の形状*/
  width: 100%;
  height: 2px;
  background: #ff5e49;
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: left top; /*左上基点*/
}
@media screen and (max-width: 1140px) {
  .nav-cmn-02__link::after {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .nav-cmn-02__link::after {
    display: none;
  }
}
.nav-cmn-02__link &gt; span {
  font-size: 1.6em;
  line-height: 1.5;
  font-weight: bold;
  color: #003477 !important;
}
@media screen and (max-width: 1140px) {
  .nav-cmn-02__link {
    color: #333;
  }
  .nav-cmn-02__link span {
    font-size: 1.8em;
    padding-top: 0.5em;
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .nav-cmn-02__link {
    color: #333;
  }
  .nav-cmn-02__link span {
    font-size: 2.6em;
    padding-top: 0.5em;
    display: block;
  }
}

.btn-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20em;
  height: 10em;
  background-color: #ff5e49;
  text-decoration: none;
  color: #fff;
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*アニメーションの指定*/
  transition: ease 0.3s;
}
.btn-message::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -140%;
  /*色や形状*/
  background: #003477;
  width: 130%;
  height: 100%;
  transform: skewX(-21deg);
}
.btn-message:hover {
  transform: scale(1.1); /* 拡大 */
}
.btn-message:hover::before {
  animation: skewanime 0.5s forwards; /*アニメーションの名前と速度を定義*/
}
@keyframes skewanime {
  100% {
    left: -15%; /*画面の見えていない左から右へ移動する終了地点*/
  }
}
.btn-message img {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
}
.btn-message .txt-message {
  color: #FFF !important;
  display: block;
  margin-top: 0.75em;
  font-size: 1.6em;
  font-weight: bold;
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
}
@media screen and (max-width: 1140px) {
  .btn-message {
    flex-direction: row;
    width: 90%;
    height: 7em;
    border-radius: 4em;
    margin: 0 auto;
  }
  .btn-message .txt-message {
    margin: 0 0 0 1em;
    font-size: 1.8em;
  }
}
@media screen and (max-width: 750px) {
  .btn-message {
    height: 12em;
    border-radius: 6.4em;
  }
  .btn-message .txt-message {
    font-size: 2.8em;
  }
}
.btn-menu-open {
  margin-left: auto;
}
@media screen and (min-width: 1141px) {
  .btn-menu-open {
    display: none;
  }
}
.btn-menu-open__in {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10em;
  height: 10em;
  padding: 2.5em;
  background-color: #ff5e49;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .btn-menu-open__in {
    width: 11.5em;
    height: 11.5em;
  }
}
.btn-menu-close {
  z-index: 11;
}
@media screen and (min-width: 1141px) {
  .btn-menu-close {
    display: none;
  }
}
.btn-menu-close__in {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 10em;
  height: 10em;
  padding: 2.5em;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .btn-menu-close__in {
    width: 11.5em;
    height: 11.5em;
  }
}

.logo-wrapper {
  display: flex;
}

.img-logo-01 {
  width: 13.6em;
  margin-right: 2.8em;
}
@media screen and (max-width: 750px) {
  .img-logo-01 {
    width: 17.4em;
    margin-right: 1.8em;
  }
}
.img-logo-anniv {
  position: relative;
  width: 6.6em;
  top: 0.8em;
  margin-right: 0.3em;
}
@media screen and (max-width: 750px) {
  .img-logo-anniv {
    width: 8.2em;
    margin-right: 0.5em;
  }
}

.contents-wrapper-sky {
  font-size: 10px;
  line-height: 1;
}
@media screen and (max-width: 1060px) {
  .contents-wrapper-sky {
    font-size: 0.9433962264vw;
  }
}
@media screen and (max-width: 750px) {
  .contents-wrapper-sky {
    font-size: 1.3333333333vw;
  }
}
.contents-cmn-inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0em 2em 3em;
}
@media screen and (max-width: 750px) {
  .contents-cmn-inner {
    padding: 4em 3em;
  }
}

.bg-cmn-01 {
  background-color: #f9f9f9;
}
@media screen and (max-width: 750px) {
  .bg-cmn-01 {
    background-size: 162% auto;
  }
}
.bg-cmn-02 {
  background: url(../img/bg_pattern_blue.png);
}
@media screen and (max-width: 750px) {
  .bg-cmn-02 {
    background-size: 34% auto;
  }
}
.bg-cmn-03 {
  background-color: #003477;
}
.bg-cmn-blog {
  background: url(../img/bg_pattern_main.png);
}
@media screen and (max-width: 750px) {
  .bg-cmn-blog {
    background-size: 162% auto;
  }
}

.area-cmn-01 {
  margin: 3em 0;
  padding: 4em 14em;
  background-color: #fff;
  border-radius: 1em;
  position: relative;
}
.area-cmn-01 + .area-cmn-01 {
  margin-top: 6em;
}
@media screen and (max-width: 750px) {
  .area-cmn-01 {
    padding: 6em 3em;
    border-radius: 2em;
  }
}

.txt-cmn-basic {
  font-size: 1.4em;
  line-height: 1.8;
  color: #003477;
}
@media screen and (max-width: 750px) {
  .txt-cmn-basic {
    font-size: 2.4em;
    margin-bottom: 6em;
  }
}
.txt-cmn-01 {
  font-size: 1.4em;
  line-height: 1.5;
  text-align: left;
}
.txt-cmn-02 {
  font-size: 1.4em;
  line-height: 1.5;
  text-align: left;
  width: 82%;
  margin: auto;
  color: #fff;
}
.txt-cmn-03 {
  font-size: 3em;
  line-height: 1.5;
  text-align: left;
  width: 100%;
  margin: auto;
  color: #fff;
}

.text-link {
  color: #52c6db;
  text-decoration: none;
  border-bottom: solid 1px #52c6db;
  padding-bottom: 0.2em;
}

.footer-cmn-sky {
  font-size: 10px;
  line-height: 1;
  background-color: #ff7c49;
  background-image: url(../img/footer-bg.png);
  padding-top: 14em;
  padding-bottom: 49em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
}
@media screen and (max-width: 1060px) {
  .footer-cmn-sky {
    padding-bottom: 56em;
    padding-top: 12em;
    font-size: 0.9433962264vw;
  }
}
@media screen and (max-width: 750px) {
  .footer-cmn-sky {
    font-size: 1.3333333333vw;
    background-image: url(../img/footer-bgsp.png);
  }
}
.footer-cmn-sky .onair-footer {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  margin: auto;
}
.footer-cmn-sky .onair-footer span {
  font-family: "Russo One", sans-serif;
  color: #fff;
  font-size: 1.2em;
}
@media screen and (max-width: 750px) {
  .footer-cmn-sky .onair-footer span {
    font-size: 2.5em;
  }
}
.footer-cmn-sky .tfm-logo-footer {
  text-align: center;
  margin: auto;
  margin-top: 9.4em;
  margin-bottom: 2.2em;
}
.footer-cmn-sky .txt-footer {
  margin-top: 2.2em;
}
.footer-cmn-sky .txt-footer span {
  font-size: 1.2em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .footer-cmn-sky .txt-footer span {
    font-size: 2.2em;
  }
}

@media screen and (min-width: 1001px) {
  .footer_listen.sp {
    display: none;
  }
}
.footer_listen.pc {
  padding-bottom: 2em;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .footer_listen.pc {
    display: none;
  }
}

.footer-cmn-sub {
  background: #52c6db;
}
.footer-cmn-sub .txt-footer {
  padding: 25px 0;
  text-align: center;
}
.footer-cmn-sub .txt-footer span {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .footer-cmn-sub .txt-footer span {
    font-size: 12px;
  }
}

.sidebtn {
  position: fixed;
  z-index: 10;
  bottom: 50px;
  right: -16px;
  text-align: center;
}
.sidebtn a {
  display: block;
  margin-bottom: 10px;
  transition: all 0.2s;
  box-shadow: -6px 6px 3px -3px rgba(0, 0, 0, 0.15);
  padding: 20px 20px 20px 12px;
  border-radius: 15px 0 0 15px;
  border: 2px solid #FFF;
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*アニメーションの指定*/
  transition: ease 0.2s;
}
.sidebtn a:hover {
  margin-left: -6px;
  /*hoverした際の形状*/
}
.sidebtn a:hover::before {
  transform-origin: right top;
  transform: scale(1, 1);
}
.sidebtn a img {
  max-width: 28px;
}
.sidebtn a img {
  position: relative;
  z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
}
.sidebtn a::before {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #FFF; /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
}
.sidebtn-radiko {
  background: #00a7e9;
}
.sidebtn-radiko img {
  transition: all 0.3s;
  background: url(../../shared/img/side-radiko-btn_off.png) center center no-repeat;
  background-size: 28px;
}
.sidebtn-radiko:hover img {
  background: url(../../shared/img/side-radiko-btn_on.png) center center no-repeat;
  background-size: 28px;
}
.sidebtn-regist {
  background: #003477;
}
.sidebtn-regist img {
  transition: all 0.3s;
  background: url(../../shared/img/side-regist-btn_off.png) center center no-repeat;
  background-size: 28px;
}
.sidebtn-regist:hover img {
  background: url(../../shared/img/side-regist-btn_on.png) center center no-repeat;
  background-size: 28px;
}
.sidebtn-msg {
  background: #ff5e49;
}
.sidebtn-msg img {
  transition: all 0.3s;
  background: url(../../shared/img/side-msg-btn_off.png) center center no-repeat;
  background-size: 28px;
}
.sidebtn-msg:hover img {
  background: url(../../shared/img/side-msg-btn_on.png) center center no-repeat;
  background-size: 28px;
}

.voting #main {
  margin: 0 auto 30px;
  float: none;
}
.voting #content_wrapper {
  padding: 30px 0;
}
.voting a {
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .voting .header-cmn-sky {
    font-size: 1.133333vw;
  }
  .voting .nav-logo {
    width: 44%;
    margin: 0 auto 11em;
    font-size: 1em;
    position: static;
  }
  .voting .btn-menu-open__in {
    width: 11.5em;
    height: 11.5em;
    max-width: 33px;
    max-height: 33px;
    margin-right: 2em;
  }
  .voting .btn-menu-close__in {
    width: 11.5em;
    height: 11.5em;
    max-width: 33px;
    max-height: 33px;
  }
}/*# sourceMappingURL=layout.css.map */</pre></body></html>