<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: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
 "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url(../../img/bg.jpg) top center #fff;
  color: #4e1711;
}

@media screen and (max-width: 899px) {
  body {
    background: url(../../img/bg_sp.jpg) top center #fff;
  }
}

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

.sp {
  display: none;
}

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

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

.header_inner {
  width: 1030px;
  height: 413px;
  position: relative;
  margin: 0 auto;
}

@media screen and (max-width: 899px) {
  .header_inner {
    width: auto;
    height: auto;
  }
}

.header_tt {
  position: absolute;
  left: -70px;
  margin: 60px 0 2% 0;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .header_tt {
    position: relative;
    left: auto;
    width: auto;
    margin: 0 0 2% 0;
    text-align: center;
  }
}

.header_tt img {
  width: 1083px;
  height: auto;
  margin: 0;
}

@media screen and (max-width: 899px) {
  .header_tt img {
    display: block;
    width: 90%;
    margin: 3% auto 2%;
    height: auto;
  }
}

.header_tt img.pc {
  display: block;
}

@media screen and (max-width: 899px) {
  .header_tt img.pc {
    display: none;
  }
}

.header_tt img.sp {
  display: none;
}

@media screen and (max-width: 899px) {
  .header_tt img.sp {
    display: block;
  }
}

.header_subtt {
  display: none;
}

/*////////////////
.contents
////////////////*/
.contents {
  clear: both;
  width: 1030px;
  margin: 0 auto 0;
  padding: 0 0 40px 0;
  font-size: 110%;
  line-height: 1.7em;
  background: url(../../img/white.png) no-repeat top center;
}

@media screen and (max-width: 899px) {
  .contents {
    width: auto;
    padding: 0;
    margin: 0 0 8% 0;
    background: #fff;
    border-top: 5px solid #4e1711;
    border-bottom: 5px solid #4e1711;
  }
}

.contents_ph {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 899px) {
  .contents_ph {
    width: 80%;
    margin: 0 auto;
    padding: 7% 0 5%;
    display: block;
    text-align: center;
  }
}

.contents_ph img.artist {
  width: 532px;
  height: auto;
}

@media screen and (max-width: 899px) {
  .contents_ph img.artist {
    width: 100%;
    height: auto;
    padding: 0 0 5% 0;
  }
}

.contents_ph img.jacket {
  width: 380px;
  height: auto;
}

@media screen and (max-width: 899px) {
  .contents_ph img.jacket {
    width: 90%;
    height: auto;
  }
}

.contents_txt {
  width: 90%;
  margin: 0 auto 33px;
  padding: 20px 0 0;
  font-size: 104%;
  line-height: 1.7em;
}

@media screen and (max-width: 899px) {
  .contents_txt {
    margin: 0 auto 7%;
    padding: 0;
    font-size: 98%;
    line-height: 1.6em;
  }
}

.contents_subtt {
  padding: 50px 0 40px 0;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .contents_subtt {
    padding: 0;
    background: none;
  }
}

.contents_subtt img {
  display: block;
  width: 997px;
  height: auto;
  margin: 0 auto;
}

@media screen and (max-width: 899px) {
  .contents_subtt img {
    display: none;
  }
}

.contents_comment_bg {
  width: 1030px;
  height: 664px;
  background: url(../../img/comment.png) no-repeat top center;
}

@media screen and (max-width: 899px) {
  .contents_comment_bg {
    width: auto;
    height: auto;
    background: none;
  }
}

.contents_comment {
  text-indent: -9999px;
}

.contents_pc {
  display: none;
}

@media screen and (max-width: 899px) {
  .contents_pc {
    display: none;
  }
}

.contents_sp img {
  width: 100%;
  height: auto;
}

.info {
  width: 1030px;
  margin: 30px auto 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-items: top;
}

@media screen and (max-width: 899px) {
  .info {
    width: auto;
    margin: 0 auto 10%;
    display: block;
  }
}

/*////////////////
cd
////////////////*/
.cd {
  width: 600px;
  padding: 0 0 45px 0;
  background: #fff;
  border: 3px solid #4e1711;
}

@media screen and (max-width: 899px) {
  .cd {
    width: auto;
    padding: 0 0 0 0;
    border-top: 2px dashed #4e1711;
    border-bottom: 2px dashed #4e1711;
    border-right: none;
    border-left: none;
  }
}

.cd_tt {
  padding: 20px 0 30px 0;
}

@media screen and (max-width: 899px) {
  .cd_tt {
    padding: 5% 0 5% 0;
  }
}

.cd_tt img {
  width: 476px;
  height: auto;
}

@media screen and (max-width: 899px) {
  .cd_tt img {
    width: 80%;
  }
}

.cd_subtt {
  text-align: center;
}

.cd_subtt img {
  width: 560px;
  height: auto;
}

@media screen and (max-width: 899px) {
  .cd_subtt img {
    width: 90%;
  }
}

.cd_price {
  width: 90%;
  margin: 30px auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: start;
}

.cd_normal {
  padding: 4px 20px;
  background: #cdc0b8;
  font-size: 85%;
}

@media screen and (max-width: 899px) {
  .cd_normal {
    padding: 4px 10px;
  }
}

.cd_list {
  display: block;
  width: 93%;
  margin: 0 auto 10px;
}

.cd_inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  line-height: 2em;
}

.cd_inner p {
  width: 40%;
}

@media screen and (max-width: 899px) {
  .cd_inner p {
    width: 50%;
  }
}

.cd_btn {
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
  text-align: left;
}

@media screen and (max-width: 899px) {
  .cd_btn {
    padding: 5% 0 7%;
  }
}

.cd_btn img {
  width: 347px;
  height: auto;
}

@media screen and (max-width: 899px) {
  .cd_btn img {
    width: 100%;
  }
}

/*////////////////
program
////////////////*/
@media screen and (max-width: 899px) {
  .program {
    margin: 5% 0 0 0;
  }
}

.program_tt {
  padding: 0 0 10px 0;
  text-align: center;
}

.program_tt img {
  width: 360px;
  height: auto;
}

@media screen and (max-width: 899px) {
  .program_tt img {
    width: 80%;
    height: auto;
  }
}

.program_subtt {
  padding: 0 0 20px 0;
  text-align: center;
}

.program_subtt img {
  width: 392px;
  height: auto;
}

@media screen and (max-width: 899px) {
  .program_subtt img {
    width: 90%;
    height: auto;
  }
}

.program_att {
  font-size: 75%;
}

@media screen and (max-width: 899px) {
  .program_att {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

.program_att em {
  color: #4e7866;
}

.program ul {
  clear: both;
  padding: 10px 0 0 0;
}

@media screen and (max-width: 899px) {
  .program ul {
    width: 90%;
    margin: 0 auto;
  }
}

.program_time {
  padding: 7px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 2px dotted #4e1711;
}

.program_station {
  width: 35%;
}

/*////////////////
.footer
////////////////*/
.footer {
  padding: 30px 0;
  border-top: 4px double #4e1711;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .footer {
    padding: 4% 0 4% 0;
  }
}

.footer_bnr {
  width: 920px;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 899px) {
  .footer_bnr {
    width: 90%;
    margin: 0 auto 0;
    padding: 5% 0 6% 0;
    align-items: flex-start;
  }
}

.footer_bnr_artist {
  margin: 0 30px 30px 0;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .footer_bnr_artist {
    margin: 0 0 0 0;
  }
}

.footer_bnr_artist img {
  width: 125px;
  height: auto;
}

@media screen and (max-width: 899px) {
  .footer_bnr_artist img {
    width: 30%;
    max-width: 120px;
  }
}

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

@media screen and (max-width: 899px) {
  .footer_bnr_tfm {
    width: 50%;
    margin: 0 0 7% 0;
  }
}

.footer_bnr_tfm img {
  width: 150px;
  height: auto;
}

@media screen and (max-width: 899px) {
  .footer_bnr_tfm img {
    width: 67%;
  }
}

.footer_bnr_aichi {
  margin: 10px 0 60px 0;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .footer_bnr_aichi {
    width: 50%;
    margin: 0 0 7% 0;
  }
}

.footer_bnr_aichi img {
  width: 179px;
  height: auto;
}

@media screen and (max-width: 899px) {
  .footer_bnr_aichi img {
    width: 75%;
  }
}

.footer_bnr_osaka {
  margin: 0 0 60px 0;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .footer_bnr_osaka {
    width: 50%;
    margin: 0 0 0 0;
  }
}

.footer_bnr_osaka img {
  width: 128px;
  height: auto;
}

@media screen and (max-width: 899px) {
  .footer_bnr_osaka img {
    width: 55%;
  }
}

.footer_bnr_fukuoka {
  margin: 0 0 60px 0;
  text-align: center;
}

@media screen and (max-width: 899px) {
  .footer_bnr_fukuoka {
    width: 50%;
    margin: 0 0 0 0;
  }
}

.footer_bnr_fukuoka img {
  width: 220px;
  height: auto;
}

@media screen and (max-width: 899px) {
  .footer_bnr_fukuoka img {
    width: 90%;
  }
}

.footer_copyright {
  color: #4e1711;
  font-size: 80%;
}

@media screen and (max-width: 899px) {
  .footer_copyright {
    padding: 2% 0 2%;
  }
}

@media screen and (max-width: 899px) {
  .footer_inner {
    border-top: 4px double #4e1711;
  }
}

a.is-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: block;
  padding: 20px;
  border-radius: 5px;
  color: #4e1711;
  text-decoration: none;
}

@media screen and (max-width: 899px) {
  a.is-top {
    position: relative;
    bottom: auto;
    right: auto;
    width: 100px;
    padding: 0;
    margin: 4% auto 4%;
  }
}

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

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

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
</pre></body></html>