<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/css?family=Quicksand&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:300&amp;display=swap");
/* -- FOUNDATION -- */
/* reset CSS */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* reset CSS ここまで */
html {
  font-size: 62.5%;
}

body {
  font: 1.6rem/1.5 sans-serif;
  color: #000;
  background: url(../../img/bg.png) repeat;
}
@media (max-width: 800px) {
  body {
    background: url(../../img/bg.png) repeat;
    background-size: 400px 400px;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

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

a:hover {
  opacity: 0.8;
}

main {
  display: block;
}

/* -- LAYOUT -- */
.header {
  width: 100%;
  height: 80px;
  background-color: #FFF;
  border-bottom: 3px solid #000;
}

.header_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  height: auto;
  max-width: 1000px;
  margin: 0 auto;
  background-position: bottom right;
}

.header .logo_tfm {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 80px;
}

.header .logo_tfm &gt; img {
  width: 100%;
  height: auto;
}

.header .freq {
  margin-bottom: 27px;
  list-style: none;
}

@media (max-width: 800px) {
  .header {
    height: 70px;
    background: none;
  }
  .header_container {
    background: none;
  }
  .header .logo_tfm {
    width: 105px;
    height: 70px;
  }
  .header .freq {
    margin-bottom: 20px;
    list-style: none;
  }
}

.wrap {
  max-width: 1000px;
  margin: 40px auto;
  box-shadow: 0px 0px 10px 1px #cccccc;
  background-color:#FFF;
  border: 1px solid #DEDEDE;
}

@media (max-width: 800px) {
  .wrap {
    margin: 0 auto;
    max-width: 100%;
    box-shadow: none;
  }
}

.main {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 800px) {
  .main {
    max-width: 100%;
    padding: 0;
  }
}

.mainNav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 70px;
}

.mainNav_menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.mainNav_menu &gt; li {
  padding-right: 30px;
}

.mainNav_sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.mainNav_sns &gt; li {
  margin-left: 15px;
  list-style: none;
}

.mainNav_sns &gt; li &gt; a &gt; img {
  width: 30px;
  height: 30px;
}

.mainTtl {
  margin: 0 auto;
  padding:20px 0;
  text-align: center;
  background: url(../../img/line.png) repeat-x 0 bottom;
}

@media (max-width: 800px) {
  .mainTtl {
    max-width: 730px;
    padding-top: 0;
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    background: url(../../img/line.png) repeat-x 0 bottom;
    background-size: 11px 7px;
  }
}

.bor {
  position: relative;
  display: inline-block;
  font-size: 16px;
  height: 80px;
}

.bor::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 3px;
  height: 40px;
  margin: auto;
  background-color: #ac955c;
}

.bor::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 3px;
  height: 40px;
  margin: auto;
  background-color: #000;
}
.spotify {
  text-align: center;
  margin: 70px auto 40px;
}
.spotify_ttl {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

@media (max-width: 800px) {
  .spotify_ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
.spotify_txt{
  font-size: 1.3rem;
  margin-bottom: 40px;
}
@media (max-width: 800px) {
  .spotify_txt{
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .spotify{
    margin: 30px auto 0;
  }
}
.spotify iframe{
  width: 700px;
  height: 500px;
}
@media (max-width: 800px) {
  .spotify iframe{
    width: 100%;
  }
}
.release {
  text-align: center;
  margin: 70px auto 90px;
}
@media (max-width: 800px) {
  .release {
    margin: 40px auto 60px;
  }
}
.release &gt; ul{
  display: flex;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .release &gt; ul{
    display: block;
    text-align: center;
  }
}
.release_ph {
  width: 240px;
  margin: 10px;
  list-style: none;
}
.release_ph a &gt; img{
  margin-bottom: 10px;
}
.release_ph &gt; ul{
  font-size: 1.0rem;
  line-height: 1.5;
  text-align: left;
  list-style: none;
}
@media (max-width: 800px) {
  .release_ph {
    text-align: center;
    margin: 0 auto 30px;
  }
}
@media (max-width: 800px) {
  .release_ph &gt; ul{
    text-align: center;
  }
}
.release_txt {
  padding-top:30px ;
  padding-left: 30px;
  line-height: 2;
  text-align: left;
  font-size: 1.4rem;
  list-style: none;
}
.release_txt &gt; span{
  font-size: 1.6rem;
  font-weight: bold;
}
@media (max-width: 800px) {
  .release_txt {
    padding-top:0;
    padding-left: 0;
    text-align: center;
    margin: 0 auto;
  }
}
.more_btn a{
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: #FFF;
  background: url(../../img/arw_w.png) no-repeat 94% center;
  background-size: auto;
  background-size: 12px 18px;
  text-decoration: none;
  background-color: #ac955c;
  text-align: center;
  font-weight: bold;
  margin-top:25px ;
  max-width: 340px;
}
@media (max-width: 800px) {
  .more_btn a{
    margin:30px auto;
    max-width: 280px;
  }
}
.link_btn a{
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: #FFF;
  background: url(../../img/arw_w.png) no-repeat 94% center;
  background-size: auto;
  background-size: 12px 18px;
  text-decoration: none;
  background-color: #ac955c;
  text-align: center;
  font-weight: bold;
  max-width: 270px;
  margin: 20px auto 0;
  font-size: 1.4rem;
}
.event {
  padding: 0 20px;
  margin: 70px auto 30px;
  text-align: center;
  background: url(../../img/line.png) repeat-x 0 bottom;
  padding-bottom: 30px;
}
@media (max-width: 800px) {
  .event {
    margin: 40px auto 0;
    background: url(../../img/line.png) repeat-x 0 bottom;
    background-size: 11px 7px;
  }
}

.event_ph{
  margin: 20px 0;
}
.event_ph &gt; img{
  max-width: 460px;
  margin: 30px auto;
  display: block;
  border: dotted 1px #333;
  padding: 7px;
  box-sizing: border-box;
  height: auto;
}
@media (max-width: 800px) {
  .event_ph{
    max-width: 400px;
    margin: 0 auto 20px;
    width: 100%;
  }
  .event_ph &gt; img{
    max-width: 100%;

  }
}

.event_ttl {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.event_ttl span{
  color: #ac955c;
}
@media (max-width: 800px) {
  .event_ttl {
    font-size: 2rem;
  }
}

.event_txt {
  margin: 30px auto;
  line-height: 2;
  text-align: center;
  font-size: 1.6rem;
}

@media (max-width: 800px) {
  .event_txt {
    text-align: left;
    font-size: 1.3rem;
    margin: 10px auto;
  }
}

.event_bnr {
  margin: 20px;
  padding: 10px;
  background: #2f2f2f;
  box-shadow: 0px 0px 0px 7px #2f2f2f;
  border: dashed 1px #ac955c;
}
@media (max-width: 800px) {
  .event_bnr {
    margin: 30px 0 5px 0;
    padding: 5px;
  }
}
.event_bnr_ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFF;
  padding: 15px 0;
}
@media (max-width: 800px) {
  .event_bnr_ttl {
    font-size: 1.8rem;
  }
}
.event_bnr_ttl span{
  color: #ac955c;
  font-size: 1.7rem;
  display: block;
  padding: 20px 0 0;
}
.program{
  background-color: #FFF;
}
.program h2{
  padding: 20px;
  border-bottom: 1px dashed #000;
  background-color: #ccc;
}

@media (max-width: 800px) {
  .event_program{
    display:block;
  }
}
.event_program &gt; ul{
  list-style: none;
  padding: 30px;
  text-align: left;
  border-bottom: 1px dashed #000;
}
.event_program &gt; ul &gt; li &gt; ul{
  list-style: none;
}
@media (max-width: 800px) {
  .event_program &gt; ul{
    padding: 40px 20px;
    margin: 0 auto;
    text-align: left;
  }
}

.event_program &gt; ul:nth-child(3){
  border-bottom: none;
  padding: 30px;
}
@media (max-width: 800px) {
  .event_program &gt; ul:nth-child(3){
    padding: 40px 20px;
    margin: 0 auto;
    text-align: left;
  }
}
.event_program_list{
  font-weight: bold;
  margin-bottom: 20px;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.4;
}
.event_program_list_special{
  font-weight: bold;
  margin-bottom: 20px;
  width: 60%;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media (max-width: 800px) {
  .event_program_list_special{
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
.event_program_list{
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  height: 3px;
  min-height: 40px;
}

.event_program_list::before,
.event_program_list_special::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 3px;
  margin: auto;
  background-color: #000;
}

.event_program_list::after,
.event_program_list_special::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 3px;
  margin: auto;
  background-color: #ac955c;
}

.event_program_list_special{
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  height: 3px;
  min-height: 90px;
}
@media (max-width: 800px) {
  .event_program_list_special{
    font-size: 1.6rem;
    min-height: 0;
  }
}
.event_program_jacket{
  width: 280px;
  height: 280px;
  float: right;
  margin-bottom: 60px;
  margin-left: 20px;
}
.event_program_jacket_ph{
  margin:0 auto 10px;
  }
@media (max-width: 800px) {
.event_program_jacket_ph{
  margin:0 auto 10px;
  width: 90%;
  height: 90%;
  }
}
.event_program_jacket_txt{
  font-size: 1.0rem;
  list-style: none;
}
@media (max-width: 800px) {
  .event_program_jacket_txt{
    text-align: center;
  }
}
@media (max-width: 800px) {
  .event_program_jacket{
    width: 90%;
    height: 90%;
    float: none;
    margin: auto;
    padding-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .event_program_list{
    font-weight: bold;
    min-height: auto;
  }
}
@media (max-width: 800px) {
  .event_program_list::before,
  .event_program_list_special::before {
    display: none;
  }
  .event_program_list::after,
  .event_program_list_special::after {
    display: none;
  }
}
.event_program_list span{
  font-weight: normal;
  font-size: 1.4rem;
}
.event_program_txt{
  font-size: 1.4rem;
}
.event_program_txt_special{
  font-size: 1.4rem;
}
.event_program_txt_special_ttl{
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .event_program_txt_special_ttl{
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    margin: 20px 0;
  }
}
@media (max-width: 800px) {
  .event_program_txt{
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
.btn, .btn-tfm {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  padding: 20px;
  width: 353px;
  height: 70px;
  text-align: center;
  font-family: "Quicksand", "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background: #231815;
  box-sizing: border-box;
}

.bnr {
  text-align: center;
}

.bnr &gt; img {
  max-width: 100%;
  height: auto;
}

.sponsor {
  width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.sponsor__bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 400px;
  height: auto;
  margin: 0 auto 70px;
  padding: 15px 0;
  border: 1px solid #ccc;
  background: #fff;
}

.sponsor__bnr img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

@media (max-width: 800px) {
  .sponsor {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .sponsor__bnr {
    width: 100%;
    margin: 0px auto 30px;
  }
  .sponsor__bnr:first-child {
    padding: 5px 10px;
  }
}

.footer {
  background: #fff;
  border-top: 3px solid #000;
}

@media (max-width: 800px) {
  .footer {
    background: none;
    border-top: none;
  }
}

.copyright {
  color: #444;
  padding: 0 5% 15px;
  background: #fff;
  font-size: 1.0rem;
  text-align: center;
}

@media (max-width: 800px) {
  .copyright {
    padding-top: 20px;
    font-size: 0.8rem;
  }
}

.pagetop {
  position: fixed;
  padding: 2px 5px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 7px;
  z-index: 100;
}

.pagetop &gt; img {
  width: 30px;
  min-height: 0;
}

.pagetop &gt; p {
  margin-top: 1px;
  font-family: "Quicksand", sans-serif;
  font-size: 1.2rem;
}

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

.sp {
  display: none;
}

@media (max-width: 800px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
</pre></body></html>