<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* layout
    ========================================================================== */
@import url('normalize.css');
@import url('layout.css');
@import url('theme.css');
@import url('html5reset.css');

body {
  margin: 0 auto;
  text-align: center;
  font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", 繝｡繧､繝ｪ繧ｪ, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  padding: 0 !important;
  position: relative;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}


/* Hides from IE Mac \*/

* html .cf {
  height: 1%;
}

.cf {
  display: block;
}


/* End Hack */

.cnt_wrap {
  width: 100%;
  margin-bottom: 3em;
}

.cnt_fl {
  width: 45%;
  float: left;
  padding-right: 5%;
}

.cnt_fr {
  width: 45%;
  float: right;
  padding-left: 5%;
}

.rating_guest_box {
  background: #ffffff repeat;
}

.rating_theme_box {
  width: 100%;

}

.present_text {
  color: #e45c6d;
}

#common_header,
.rating_main_visual,
.rating_guest,
.rating_present_box,
#common_footer {
  position: relative;
  z-index: 99999;
}

a {
  text-decoration: none;
}

.rating_main_visual img {
  vertical-align: bottom;
}

.snowfall-flakes {
  z-index: 2 !important;
}

.mt40 {
  margin-top: 40px;
}

.mt20 {
  margin-top: 20px;
}

/* PC */
@media (min-width: 1025px) {
  body {
    margin: 0 auto;
    font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", 繝｡繧､繝ｪ繧ｪ, sans-serif;
    font-size: 1em;
    padding: 10px;
    position: relative;
  }


  #content {
    max-width: 1677px;
    width: 100%;
    background: url(../img/contents_bg.png?1) repeat-y;
    background-size:  80%;
    background-position: center;
    margin: 0 auto;
  }

  h2 {
    font-size: 3.2em;
    font-weight: 700;
  }


  .mt {
    margin-top: 50px;
  }

  .mb {
    margin-bottom: 30px;
  }

  .hide_pc {
    display: none;
  }

  .contents_inner {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto 80px auto;
    text-align: center;
    /*    background: url(../img/contents_bg.png) repeat;*/
  }

  .notice_box {
    max-width: 1677px;
    width: 100%;
    /*    background: url(../img/contents_bg.png) repeat;*/
  }

  #pagetop {
    width: 50px;
    position: fixed;
    bottom: 0;
    right: 20px;
    text-align: right;
    line-height: 0;
  }

  #pagetop a:hover {
    opacity: 0.7;
  }


  .rating_guest_img {
    padding: 2% 0;
  }


  .rating_main_visual,
  .rating_guest,
  .rating_present,
  .rating_theme {
    margin: 0 auto;
  }

  .rating_main_visual,
  .rating_title,
  .rating_present_title,
  .rating_theme_title {
    width: 60%;
    margin: 0 auto 0 auto;
  }

  .rating_main_visual {
    max-width: 1677px;
    width: 100%;
    height: auto;
    padding-top: 0;
    position: relative;
  }

  .rating_main_text {
    width: 100%;
    position: absolute;
    top: 112px;
    margin: 0 auto;
  }

  .rating_main_emtext,
  .rating_title p,
  .rating_theme_title p {
    margin: 0 auto;
    color: #000000;
    font-family: 'Itim', cursive;
    font-size: 3em;
  }

  .rating_main_emtext {
    color: #336a86;
  }

  .rating_main_visual p span {
    display: block;
    padding-bottom: 1.8em;
  }

  .rating_radiko_btn {
    width: 100%;
    margin: 0 auto;
    color: #FFFFFF;
    background: #30bef3;
    border-radius: 10px;
    padding: 2%;
  }

  .rating_guest_box,
  .rating_theme_box {
    width: 95%;
    height: 375px;
    border-radius: 20px;
    margin: 0 auto 1.8em auto;
  }

  .rating_guest_box,
  .rating_theme_box {
    color: #e45c6d;
    border-radius: 20px;
    text-align: center;
    height: auto;
  }

  .rating_theme_box_inner {
    padding: 1em 0 1.4em 0;
  }

  .rating_theme_box_inner ul li {
    width: 100%;
    font-size: 1.2em;
    font-weight: bold;
    background: #ffffff repeat;
    margin: 20px 20px 0 20px;
    padding: 1.5em 0 1.5em 0;
    border-radius: 20px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  }

  .rating_theme_box_inner ul:first-child li {
    margin: 0 20px 0 20px;
  }

  .rating_radiko_btn {
    margin-top: 1em;
  }

  .rating_present_box {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 2.5em 0 1em 0;
    background: #ff8aaa repeat;
  }

  .rating_present_text {
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #336a86;
    margin-bottom: 1em;
  }

  .present_img {
    width: 80%;
    margin: 0 auto 1em auto;
  }

  .present_btn {
    width: 90%;
    height: 60px;
    /*    line-height: 10px;*/
    line-height: 20px;
    background: #d70d26;
    color: #FFFFFF;
  }

  .notice_box p {
    margin-top: 1.8em;
  }

  .notice_twitter {
    width: 15%;
    margin: .5em auto 1.8em auto;
  }

  .notice_text {
    width: 23%;
    font-size: 1.6em;
    font-weight: bold;
    color: #421601;
    margin: 1.8em auto .8em auto;
  }

  .notice_twitter_tl {
    width: 50%;
    margin: 1.8em auto .5em auto;
  }

  .flexbox {
    display: flex;
    justify-content: center;
  }

  .notice_box .flexbox li:nth-child(2) {
    padding-left: 10px;
  }

  .rating_theme_box_inner a {
    text-decoration: none;
  }

  .listen_box a {
    display: block;
  }

  .listen_box a:nth-child(2) {
    padding-left: 10px;
  }

  .rating_today_theme {
    font-size: 1.8em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    display: block;
  }

  .rating_guest_name {
    font-size: 2.2em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    display: block;
    padding: 2% 0;
    color: #e45c6d;
  }

  .rating_present_name {
    font-size: 1.2em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #000000;
  }

  .txt1 {
    font-size: 2em;
    font-weight: bold;
    color: #1e335b;
  }

  .txt2 {
    font-size: 1.8em;
    font-weight: bold;
    color: #1e335b;
  }

  .txt3 {
    font-size: 1.5em;
    font-weight: bold;
    color: #e45c6d;
  }

  .present_text:last-child {
    padding: 1.5em 0 0 0;
  }

  .present_kit_img {
    width: 95%;
    height: auto;
    margin: 0 auto;
  }

  .present_kit_img img {
    width: 100%;
  }

  .txt_box {
    padding: 0 1.5em 0 1.5em;
  }

  .timefree {
    color: #FFFFFF;
    background: #d70d26;
  }

  .rating_title {
    width: 80%;
    margin: 0 auto;
    padding: 1em 0 0 0;
    color: #e45c6d;
  }

  .rating_guest {
    padding: 5em 0 0 0;
  }

  .three_column {
    padding: 2em 0 0 0;
  }

  .one_column {
    padding: 1.8em 0 1.5em 0;
  }

  /*
  #content {
    background-image: url(../img/footer_bg_momiji.png);
    background-repeat: no-repeat;
    background-position: bottom;
  }
*/

  .rating_present_box_inner ul li {
    background: #ffffff repeat;
    margin: 0 20px;
  }

  .radiko_btn_row {
    width: 50%;
  }

  .rating_present_box_inner {
    max-width: 1050px;
    width: 95%;
    margin: 0 auto;
  }

  .two_guest {
    width: 100%;
  }

  .guest_img_wrap {
    padding: 1em;
    height: 300px;
  }

  .present_title {
    color: #ffffff;
  }

}

/*tablet*/
@media screen and (max-width:1024px) {
  body {
    width: 100%;
    margin: 0 auto;
    font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", 繝｡繧､繝ｪ繧ｪ, sans-serif;
    font-size: 1em;
    padding: 10px;
    position: relative;
  }


  #content {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    background: url(../img/contents_bg.png?1) repeat;
    background-size: contain;
  }

  h2 {
    font-size: 3.2em;
    font-weight: 700;
  }


  .mt {
    margin-top: 1.5em;
  }

  .mb {
    margin-bottom: 1.5em;
  }

  .hide_sp {
    display: none;
  }

  .contents_inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /*    background: url(../img/sp_contents_bg.png) repeat;*/
  }

  .notice_box {
    max-width: 100%;
    width: 100%;
    /*    background: url(../img/sp_contents_bg.png) repeat;*/
  }

  #pagetop {
    display: block;
    width: 20%;
    position: fixed;
    bottom: 0;
    right: 10px;
    text-align: right;
    line-height: 0;
  }

  #pagetop a:hover {
    opacity: 0.7;
  }

  .rating_main_visual,
  .rating_guest,
  .rating_present,
  .rating_theme {
    margin: 0 auto;
  }

  .rating_title {
    margin: .3em auto;
    width: 100%;
    color: #e45c6d;
  }

  .rating_present_title,
  .rating_theme_title {
    margin: 1em auto 1.2em auto;
    width: 80%;
  }

  .rating_main_visual {
    width: 100%;
    padding-top: 0;
    height: auto;
    position: relative;
  }

  .rating_main_text {
    width: 100%;
    position: absolute;
    top: 112px;
    margin: 0 auto;
  }

  .rating_main_emtext,
  .rating_title p,
  .rating_theme_title p {
    margin: 0 auto;
    color: #000000;
    font-family: 'Itim', cursive;
    font-size: 3em;
  }

  .rating_main_emtext {
    color: #336a86;
  }

  .rating_main_visual p span {
    display: block;
    padding-bottom: 1.8em;
  }

  .rating_radiko_btn {
    width: 100%;
    height: 50px;
    line-height: 35px;
    margin: 0 auto;
    color: #FFFFFF;
    background: #30bef3;
    border-radius: 10px;
    padding: 2%;
  }

  .rating_guest_box,
  .rating_theme_box {
    width: 90%;
    height: auto;
    border-radius: 20px;
    margin: 0 auto 1.8em auto;
  }

  .rating_guest_box,
  .rating_theme_box {
    color: #e45c6d;
    border-radius: 20px;
    height: auto;
    text-align: center;
  }

  .rating_theme_box_inner {
    padding: 0 2em;
  }

  .rating_theme_box_inner ul li {
    width: 100%;
    margin: 40px auto 0 auto;
    font-size: 1.2em;
    font-weight: bold;
    background: #ffffff repeat;
    padding: 1.5em;
    border-radius: 20px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  }

  .rating_theme_box_inner ul li:nth-child(2) {
    margin: 1.5em auto 0 auto;
  }

  .rating_radiko_btn {
    margin-top: 1em;
  }

  .rating_present_box {
    width: 100%;
    margin: 1.5em auto;
    height: auto;
    padding: 1.5em 0 4em 0;
    background: #ff8aaa repeat;
  }

  .rating_present_text {
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #336a86;
    margin-bottom: 1em;
  }

  .present_img {
    width: 100%;
    margin: 0 auto 1em auto;
  }

  .present_btn {
    height: 60px;
    /*    line-height: 30px;*/
    line-height: 42px;
    background: #d70d26;
    color: #FFFFFF;
  }

  .notice_box p {
    margin-top: 0;
  }

  .notice_twitter {
    width: 30%;
    margin: .5em auto 1.8em auto;
  }

  .notice_twitter_tl {
    width: 80%;
    margin: 4em auto 1.8em auto;
  }

  .notice_text {
    width: 55%;
    font-size: 1.6em;
    font-weight: bold;
    color: #421601;
    margin: 1.8em auto .8em auto;
  }

  .flexbox {
    display: unset;
    justify-content: unset;
  }

  .notice_box .flexbox {
    flex-direction: unset;
  }

  .rating_guest_img {
    width: 40%;
    padding: 4% 0 0 0;
  }

  .rating_theme_box_inner a {
    text-decoration: none;
  }

  .listen_box {
    width: 50%;
    margin: 3em auto 0 auto;
  }

  .listen_box a {
    display: block;
  }

  .listen_box a:nth-child(2) {
    padding-left: 10px;
  }

  .listen_box .flexbox {
    display: flex;
    justify-content: center;
  }

  .bbs_btn {
    width: 35%;
  }

  .chosa_btn {
    width: 40%;
  }

  .rating_today_theme {
    font-size: 1.8em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    display: block;
  }

  .rating_guest_name {
    font-size: 1.8em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    display: block;
    padding: 2% 0;
    color: #e45c6d;
  }

  .rating_present_name {
    font-size: 1.5em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #000000;
  }

  .txt1 {
    font-size: 2em;
    font-weight: bold;
    color: #1e335b;
  }

  .txt2 {
    font-size: 1.8em;
    font-weight: bold;
    color: #1e335b;
  }

  .txt3 {
    font-size: 1.5em;
    font-weight: bold;
    color: #e45c6d;
  }

  .present_text:last-child {
    padding: 1.5em 0 0 0;
  }

  .present_kit_img {
    width: 95%;
    height: auto;
    margin: 0 auto;
  }

  .present_kit_img img {
    width: 100%;
  }

  .txt_box,
  .img_box {
    padding: 0 1.5em 0 1.5em;
  }

  .timefree {
    color: #FFFFFF;
    background: #d70d26;
  }

  #defaultCanvas0 {
    position: absolute;
    top: 74%;
    left: 0;
  }

  .rating_title {
    padding: 1em 0 0 0;
    color: #e45c6d;
  }

  .rating_guest {
    padding: 2.5em 0;
  }

  /*
  #content {
    background-image: url(../img/footer_bg_momiji.png);
    background-repeat: no-repeat;
    background-position: bottom;
  }
*/

  .rating_present_box_inner ul li {
    background: #ffffff repeat;
    margin: 2em auto;
  }

  .two_guest {
    width: 100%;
  }

  .guest_img_wrap {
    padding: 1em;
    height: 300px;
  }

  .present_title {
    color: #ffffff;
  }

}

/* SP */
@media (max-width: 640px) {
  body {
    width: 100%;
    margin: 0 auto;
    font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", 繝｡繧､繝ｪ繧ｪ, sans-serif;
    font-size: 1em;
    padding: 10px;
    position: relative;
  }


  #content {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    background: url(../img/contents_bg.png?1) repeat;
    background-size: contain;
  }

  h2 {
    font-size: 1.5em;
    font-weight: 700;
  }


  .mt {
    margin-top: 3em;
  }

  .mb {
    margin-bottom: .5em;
  }

  .hide_sp {
    display: none;
  }

  .contents_inner {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /*    background: url(../img/sp_contents_bg.png) repeat;*/
  }

  .notice_box {
    max-width: 640px;
    width: 100%;
    /*    background: url(../img/sp_contents_bg.png) repeat;*/
  }

  #pagetop {
    display: block;
    width: 20%;
    position: fixed;
    bottom: 0;
    right: 10px;
    text-align: right;
    line-height: 0;
  }

  #pagetop a:hover {
    opacity: 0.7;
  }

  .rating_main_visual,
  .rating_guest,
  .rating_present,
  .rating_theme {
    margin: 0 auto;
  }

  .rating_title {
    margin: .3em auto;
    width: 100%;
  }

  .rating_present_title,
  .rating_theme_title {
    margin: 1em auto 1.2em auto;
    width: 80%;
  }

  .rating_main_visual {
    width: 100%;
    padding-top: 0;
    height: auto;
    position: relative;
  }

  .rating_main_text {
    width: 100%;
    position: absolute;
    top: 112px;
    margin: 0 auto;
  }

  .rating_main_emtext,
  .rating_title p,
  .rating_theme_title p {
    margin: 0 auto;
    color: #000000;
    font-family: 'Itim', cursive;
    font-size: 3em;
  }

  .rating_main_emtext {
    color: #336a86;
  }

  .rating_main_visual p span {
    display: block;
    padding-bottom: 1.8em;
  }

  .rating_radiko_btn {
    width: 100%;
    height: 50px;
    line-height: 35px;
    margin: 1em auto;
    color: #FFFFFF;
    background: #30bef3;
    border-radius: 10px;
    padding: 2%;
  }

  .rating_guest_box,
  .rating_theme_box {
    width: 90%;
    height: auto;
    border-radius: 20px;
    margin: 0 auto;
  }

  .rating_guest_box,
  .rating_theme_box {
    color: #e45c6d;
    border-radius: 20px;
    height: auto;
    text-align: center;
  }

  .rating_theme_box_inner {
    padding: 0 1em;
  }

  .rating_theme_box_inner ul li {
    width: 100%;
    margin: 1em auto;
    font-size: 1.2em;
    font-weight: bold;
    background: #ffffff repeat;
    padding: 1em;
    border-radius: 20px;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
  }

  .rating_theme_box_inner ul li:nth-child(2) {
    margin: 1em auto 0 auto;
  }

  .rating_radiko_btn {
    margin-top: 1em;
  }

  .rating_present_box {
    width: 100%;
    margin: 3em auto 0 auto;
    height: auto;
    padding: .3em 0 3em 0;
    background: #ff8aaa repeat;
  }

  .rating_present_text {
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #336a86;
    margin-bottom: 1em;
  }

  .present_img {
    width: 100%;
    margin: 0 auto 1em auto;
  }

  .present_btn {
    height: 60px;
    line-height: 42px;
    background: #d70d26;
    color: #FFFFFF;
  }

  .notice_twitter {
    width: 50%;
    margin: .5em auto 1.8em auto;
  }

  .notice_twitter_tl {
    width: 80%;
    margin: 3em auto .5em auto;
  }

  .notice_text {
    width: 80%;
    font-size: 1.6em;
    font-weight: bold;
    color: #421601;
    margin: 1.8em auto .4em auto;
  }

  .flexbox {
    display: unset;
    justify-content: unset;
  }

  .notice_box .flexbox {
    flex-direction: unset;
  }

  .rating_guest_img {
    width: 80%;
    padding: 4% 0 0 0;
  }

  .rating_theme_box_inner a {
    text-decoration: none;
  }

  .newsyain_box {
    margin-top: 3.5em;
  }

  .listen_box {
    width: 40%;
    margin: 3em auto 0 auto;
  }

  .listen_box a {
    display: block;
  }

  .listen_box a:nth-child(2) {
    padding-left: 10px;
  }

  .listen_box .flexbox {
    display: flex;
    justify-content: center;
  }

  .bbs_btn {
    width: 55%;
  }

  .chosa_btn {
    width: 60%;
  }

  .rating_today_theme {
    font-size: 1.5em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    display: block;
  }

  .rating_guest_name {
    font-size: 1.7em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    display: block;
    padding: 2% 0;
    color: #e45c6d;
  }

  .rating_present_name {
    font-size: 1.5em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #000000;
  }

  .txt1 {
    font-size: 1.5em;
    font-weight: bold;
    color: #1e335b;
  }

  .txt2 {
    font-size: 2.3em;
    font-weight: bold;
    color: #1e335b;
  }

  .txt3 {
    font-size: 1.2em;
    font-weight: bold;
    color: #e45c6d;
  }

  .present_text:last-child {
    padding: .3em 0 0 0;
  }

  .present_kit_img {
    width: 95%;
    height: auto;
    margin: 0 auto;
  }

  .present_kit_img img {
    width: 100%;
  }

  .txt_box,
  .img_box {
    padding: 0 1.5em 0 1.5em;
  }

  .present_title {
    width: 90%;
    color: #ffffff;
  }

  .timefree {
    color: #FFFFFF;
    background: #d70d26;
  }

  #defaultCanvas0 {
    position: absolute;
    top: 80%;
    left: 0;
  }

  .rating_guest {
    padding: .5em 0;
  }

  /*
  #content {
    background-image: url(../img/sp_footer_bg_momiji.png);
    background-repeat: no-repeat;
    background-position: bottom;
  }
*/

  .rating_present_box_inner ul li {
    background: #ffffff repeat;
  }

  .two_guest {
    width: 100%;
  }

  .guest_img_wrap {
    padding: 1em;
    height: 300px;
  }

}

/*
@media (max-width: 321px) {
  #content {
    background-image: url(../img/sp_footer_bg_momiji_320.png);
    background-repeat: no-repeat;
    background-position: bottom;
  }
}
*/

@media screen and (max-width: 1325px) and (min-width: 1024px) {
  .one_column {
    padding: 1.8em 0 1.5em 0;
  }
}

@media screen and (max-width: 768px) and (min-width: 480px) {
  iframe .twitter-timeline-rendered {
    width: 490px !important;
  }
}

@media screen and (max-width: 480px) {
  iframe.twitter-timeline-rendered {
    width: 450px !important;
    margin: 0 auto;
  }
}

.timeline-Widget {
  max-width: 300px !important;
  width: 200px !important;
}
</pre></body></html>