.tar-c {
  text-align: center;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

/*
    common
======================================= */
h1 {
  font-family: "fot-klee-pro", sans-serif;
  font-weight: 500;
  text-align: center;
}

h2 {
  font-family: "fot-klee-pro", sans-serif;
  font-weight: 500;
  text-align: center;
}

h3 {
  font-weight: normal;
}

figure {
  text-align: center;
}

.inner {
  padding: 3%;
}

.sec-h2 {
  margin-top: 50px;
}

ul.main_ul > li {
  list-style-type: none;
}

.sp-only {
  display: block;
}

.pc-only {
  display: none;
}

.bg-gray {
  background: rgba(216, 215, 214, 0.3019607843);
  
}
@media screen and (min-width: 768px) {
  h3 {
    text-align: left;
    margin-top: 0;
    font-weight: 300;
    font-size: 1rem;
  }
  .inner {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}
/*
    hero
======================================= */
.hero img {
  width: 100vw;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-text {
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

/* small */
/* iPad */
@media screen and (min-width: 768px) {
  .hero img {
    width: 50vw;
  }
}
/* PC */
/*
    concert
======================================= */
.sec-concert {
  background: rgba(216, 215, 214, 0.3019607843);
}

ul.main_ul {
  display: inline-block;
  padding: 0;
  line-height: 1.7;
}
ul.main_ul li {
  text-align: left;
}

/* iPad */
/* PC */
/*---------------------------------------- 
archive
----------------------------------------*/
.sec-archive img {
  height: 300px;
  width: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
}

/* iPad */
@media screen and (min-width: 768px) {
  .sec-arichive-flx {
    display: flex;
    gap: 50px;
    margin-bottom: 30px;
  }
}
/* PC */
/*# sourceMappingURL=style.css.map */