<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;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@800&amp;display=swap");
/*////////////////////////////
FAUNDATION
////////////////////////////*/
html {
  font-size: 62.5%;
}

body {
  color: #000000;
  font: 1.6rem/1 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background: url(../../img/bg.png);
  background-size: 1920px;
  background-position: center top;
  background-attachment: fixed;
}

@media (max-width: 800px) {
  body {
    background: none;
  }
  body:before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(../../img/sp/bg.png);
    background-size: cover;
    background-position: center top;
    z-index: -1;
    content: '';
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #000000;
}

main {
  display: block;
}

/*////////////////////////////
MAIN
////////////////////////////*/
.header_bnr {
  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;
  height: 70px;
  padding-left: 20px;
  list-style: none;
  background: #fff;
}

.header_acom {
  width: 132px;
  height: auto;
  margin-right: 20px;
}

.header_tfm {
  width: 115px;
  height: auto;
}

.header_container {
  padding: 0 15px;
}

.header_kv {
  max-width: 800px;
  margin: 20px auto 60px;
  z-index: 1;
}

.header_txt {
  margin: -130px auto 45px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.35;
  font-style: italic;
  text-align: center;
}

@media (max-width: 800px) {
  .header_bnr {
    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;
    height: 50px;
    padding-left: 15px;
    list-style: none;
    background: #fff;
  }
  .header_acom {
    width: 100px;
    height: auto;
    margin-right: 15px;
  }
  .header_tfm {
    width: 90px;
    height: auto;
  }
  .header_kv {
    margin: 20px auto 10px;
  }
  .header_txt {
    margin: 0 auto 30px;
    padding: 10px;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    background: rgba(255, 255, 255, 0.7);
  }
}

.week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 650px;
  margin: 0 auto 100px;
  padding: 20px 20px 20px 30px;
  background: #70ffe7;
  border: 3px solid #000;
  border-radius: 10px;
}

.week_box {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 0;
}

.week_head {
  width: 100%;
  max-width: 255px;
  max-height: 24px;
  margin-bottom: 15px;
}

.week_name {
  font-size: 3.0rem;
  font-weight: 900;
}

.week_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 250px;
}

@media (max-width: 800px) {
  .week {
    display: block;
    margin: 0 auto 70px;
    padding: 15px;
    text-align: center;
  }
  .week_head {
    max-width: 300px;
    margin: 0 auto 15px;
    text-align: center;
  }
  .week_name {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .week_img {
    width: 100%;
    max-width: 500px;
    text-align: center;
  }
}

.lineup {
  margin: 0 auto 100px;
  padding: 0 15px;
}

.lineup_head {
  margin: 0 auto 20px;
  text-align: center;
}

.lineup_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  margin: 0 auto 20px;
  padding: 20px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.25;
  background: #ff9a97;
  border: 3px solid #000;
  border-radius: 10px;
}

.lineup_box:nth-of-type(3n-2) {
  background: #ff9a97;
}

.lineup_box:nth-of-type(3n-1) {
  background: #70ffe7;
}

.lineup_box:nth-of-type(3n) {
  background: #eaff00;
}

.lineup_day {
  margin-right: 20px;
  font-style: italic;
}

@media (max-width: 800px) {
  .lineup_box {
    margin: 0 auto 15px;
    font-size: 1.8rem;
  }
}

.report {
  padding: 0 15px;
}

.report_head {
  margin: 0 auto 20px;
  text-align: center;
}

.report_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  max-width: 1000px;
  margin: 0 auto 100px;
}

.report_box {
  position: relative;
  width: 31%;
  height: auto;
  margin-bottom: 3.5%;
  padding: 20px 15px 15px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.25;
  background: #181818;
  border: 3px solid #000;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.report_box:nth-of-type(6n+1) {
  margin-right: 3.5%;
  background: #ff9a97;
}

.report_box:nth-of-type(6n+2) {
  margin-right: 3.5%;
  background: #70ffe7;
}

.report_box:nth-of-type(6n+3) {
  background: #eaff00;
}

.report_box:nth-of-type(6n+4) {
  margin-right: 3.5%;
  background: #70ffe7;
}

.report_box:nth-of-type(6n+5) {
  margin-right: 3.5%;
  background: #eaff00;
}

.report_box:nth-of-type(6n) {
  background: #ff9a97;
}

.report_day {
  margin-bottom: 15px;
  font-style: italic;
}

.report_ttl {
  margin-bottom: 20px;
}

.report_tw {
  display: block;
  max-width: 600px;
  margin: 0 auto 40px;
}

@media (max-width: 800px) {
  .report_container {
    display: block;
    margin: 0 auto 70px;
  }
  .report_box {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 15px;
    padding: 15px;
    font-size: 1.6rem;
  }
  .report_box:nth-of-type(6n+1) {
    margin: 0 auto 15px;
    background: #ff9a97;
  }
  .report_box:nth-of-type(6n+2) {
    margin: 0 auto 15px;
    background: #70ffe7;
  }
  .report_box:nth-of-type(6n+3) {
    background: #eaff00;
  }
  .report_box:nth-of-type(6n+4) {
    margin: 0 auto 15px;
    background: #70ffe7;
  }
  .report_box:nth-of-type(6n+5) {
    margin: 0 auto 15px;
    background: #eaff00;
  }
  .report_box:nth-of-type(6n) {
    background: #ff9a97;
  }
  .report_day {
    margin-bottom: 10px;
  }
  .report_ttl {
    margin-bottom: 10px;
  }
  .report_tw {
    display: block;
    max-width: 500px;
    margin: 0 auto 50px;
  }
}

.radiko {
  margin: 0 auto 70px;
  text-align: center;
}

.radiko_btn {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .radiko {
    margin: 0 auto 70px;
    padding: 0 15px;
  }
  .radiko_btn {
    display: block;
    max-width: 500px;
    margin: 0 auto 50px;
  }
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 70px;
}

.share_fb {
  width: 50px;
  margin-right: 20px;
}

.share_tw {
  width: 50px;
  margin-right: 0;
}

.share_line {
  display: none;
}

@media (max-width: 800px) {
  .share_tw {
    width: 50px;
    margin-right: 20px;
  }
  .share_line {
    width: 50px;
    display: block;
  }
}

.footer {
  padding-top: 70px;
  background: #fff;
}

.footer_acom {
  display: block;
  width: 200px;
  margin: 0 auto 50px;
}

.footer_copy {
  padding: 10px 20px;
  font-size: 1.1rem;
  text-align: center;
  font-weight: 900;
  background: #e0afff;
}

@media (max-width: 800px) {
  .footer {
    padding-top: 50px;
  }
  .footer_acom {
    display: block;
    width: 170px;
    margin: 0 auto 50px;
  }
  .footer_copy {
    line-height: 1.2;
  }
}

.item {
  padding: 0 15px;
}

.item_head {
  margin: 0 auto 20px;
  text-align: center;
}

.item_inner {
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.25;
  background: #ff9a97;
  border: 3px solid #000;
  border-radius: 10px;
}

.item_contents {
  font-weight: 400;
  line-height: 1.75;
}

.item_contents img {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px;
}

.item_day {
  margin-bottom: 10px;
  font-size: 2rem;
  font-style: italic;
}

.item_ttl {
  margin-bottom: 10px;
  font-size: 2rem;
}

@media (max-width: 800px) {
  .item_contents {
    font-size: 1.5rem;
  }
  .item_day {
    font-size: 1.8rem;
  }
  .item_ttl {
    font-size: 1.8rem;
  }
}

/*//// pageswitch////*/
.pageswitch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.pageswitch img {
  width: 16px;
  height: 25px;
  margin: 0 15px;
  vertical-align: bottom;
  opacity: .4;
}

.pageswitch a img {
  opacity: .8;
}

.pageswitch .pre {
  -webkit-transform: rotateZ(-180deg);
          transform: rotateZ(-180deg);
}

.num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 30px;
  height: 30px;
  margin: 0 3px;
  padding: 0px 5px;
  border: 2px solid #000;
  background: #fff;
  color: #000;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

strong.num {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}

a svg {
  opacity: 1;
}

svg.pre {
  -webkit-transform: rotateZ(-180deg);
          transform: rotateZ(-180deg);
}

/*////////////////////////////
pagetop
////////////////////////////*/
.pagetop {
  position: fixed;
  right: 13px;
  bottom: 13px;
  opacity: 1;
}

.pagetop:hover {
  opacity: .8;
  bottom: 33px;
}

.pagetop &gt; img {
  width: 91px;
  height: 102px;
}

@media (max-width: 800px) {
  .pagetop {
    right: 15px;
    bottom: 105px;
    opacity: .6;
  }
  .pagetop:hover {
    bottom: 17px;
  }
  .pagetop &gt; img {
    width: 61px;
    height: 68px;
  }
}

/*////////////////////////////
UTILITY
////////////////////////////*/
.m-green {
  color: #00c73c;
}

/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 800px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>