@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500..900&family=Oswald:wght@200..700&display=swap");
.dispLL {
  display: none;
}

.dispLM {
  display: none;
}

.dispLS {
  display: none;
}

@media screen and (min-width: 769px) {
  .dispL {
    display: block !important;
  }
  .dispM {
    display: none !important;
  }
}
@media screen and (max-width: 768.9px) {
  .dispL {
    display: none !important;
  }
  .dispM {
    display: block !important;
  }
}
@media screen and (max-width: 1500px) {
  .dispLL {
    display: block !important;
  }
}
@media screen and (max-width: 512px) {
  .dispS-n {
    display: none !important;
  }
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
}

body {
  font-size: 1.5rem;
  line-height: 2.25;
  color: #000;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768.9px) {
  body {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 512px) {
  body {
    font-size: 0.9375rem;
  }
}

header, nav, article, aside, section, footer {
  display: block;
}

img {
  display: block;
  width: 100%;
}

a {
  color: #000;
  text-decoration: underline solid;
}

#container {
  background: #F09098;
}

#container-main {
  width: 100%;
  margin: 0;
}

.block-fv .innerblock-info {
  width: 100%;
  margin: auto;
  background: #000;
  text-align: center;
  padding: 10px 5px;
}
.block-fv .innerblock-info > img {
  width: 100%;
  max-width: 1118px;
  margin: 0 auto;
}
.block-fv .innerblock-poster {
  width: 100%;
  margin: auto;
}
.block-fv .innerblock-poster > img {
  width: 100%;
}

.block-main {
  width: 96%;
  margin: auto;
  padding-bottom: 0;
}
.block-main .innerbox-title.mt0 {
  margin-top: 0;
}
.block-main .innerbox-title .item-title {
  font-size: 5rem;
  line-height: 1.6875;
  font-weight: 700;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  padding-top: 100px;
}
@media screen and (max-width: 1280px) {
  .block-main .innerbox-title .item-title {
    font-size: 3.75rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerbox-title .item-title {
    font-size: 2.5rem;
  }
}
.block-main .innerbox-title .item-title span {
  font-size: 18px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  margin-top: -1%;
  padding-bottom: 1%;
}
.block-main .item-subtitle {
  font-size: 2.625rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  margin: 10px 0;
}
@media screen and (max-width: 1280px) {
  .block-main .item-subtitle {
    font-size: 2rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .item-subtitle {
    font-size: 1.375rem;
  }
}
.block-main .item-suppl {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768.9px) {
  .block-main .item-suppl {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .item-suppl {
    font-size: 1rem;
  }
}
.block-main .item-suppl a {
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768.9px) {
  .block-main .item-suppl a {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .item-suppl a {
    font-size: 1rem;
  }
}
.block-main .item-suppl + * {
  margin-top: -1px;
}
.block-main .font_w-black {
  font-weight: 900;
}
.block-main .font_f-j {
  font-family: "Noto Sans JP", sans-serif;
}
.block-main .innerblock-main {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.block-main .innerblock-main .box-story {
  text-align: center;
  font-size: 1.25rem;
  line-height: 2.625;
  font-weight: 400;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768.9px) {
  .block-main .innerblock-main .box-story {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-story {
    font-size: 0.9375rem;
  }
}
.block-main .innerblock-main .box-story .item-story {
  margin-top: 30px;
}
.block-main .innerblock-main .box-artist {
  width: 87%;
  max-width: 1680px;
  margin: 50px auto;
  text-align: center;
}
.block-main .innerblock-main .box-artist .item-artist {
  width: 100%;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 0 2%;
}
.block-main .innerblock-main .box-artist .item-artist:after {
  content: "";
  width: 100%;
  height: 50px;
}
.block-main .innerblock-main .box-artist .item-artist li {
  width: 23.5%;
}
.block-main .innerblock-main .box-artist .item-artist li:nth-child(n+4) {
  order: 1;
}
@media screen and (max-width: 768.9px) {
  .block-main .innerblock-main .box-artist .item-artist:after {
    content: "";
    display: none;
  }
  .block-main .innerblock-main .box-artist .item-artist li {
    width: 49%;
  }
  .block-main .innerblock-main .box-artist .item-artist li:nth-child(n+4) {
    order: 0;
  }
}
.block-main .innerblock-main .box-artist .item-band {
  width: 100%;
  max-width: 1160px;
  margin: 40px auto 0;
  padding-bottom: 150px;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 4%;
}
@media screen and (max-width: 768.9px) {
  .block-main .innerblock-main .box-artist .item-band {
    gap: 30px 4%;
    padding-bottom: 50px;
  }
}
.block-main .innerblock-main .box-artist .item-band li {
  width: 22%;
}
.block-main .innerblock-main .box-artist .item-band li p {
  margin-top: 8px;
  line-height: 1.4;
}
@media screen and (max-width: 768.9px) {
  .block-main .innerblock-main .box-artist .item-band li {
    width: 48%;
  }
}
.block-main .innerblock-main .box-artist .item-dancer {
  width: 100%;
  max-width: 1340px;
  margin: 40px auto;
}
@media screen and (max-width: 768.9px) {
  .block-main .innerblock-main .box-artist .item-dancer + p {
    line-height: 1.6;
  }
}
.block-main .innerblock-main .box-ticket {
  text-align: center;
}
.block-main .innerblock-main .box-ticket .innerbox-entry {
  margin: 100px auto 0;
  text-align: left;
  display: inline-block;
}
.block-main .innerblock-main .box-ticket .innerbox-entry .item-subtitle, .block-main .innerblock-main .box-ticket .innerbox-entry .item-subtitle a {
  font-size: 1.875rem;
  line-height: 1.75;
  font-weight: 700;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768.9px) {
  .block-main .innerblock-main .box-ticket .innerbox-entry .item-subtitle, .block-main .innerblock-main .box-ticket .innerbox-entry .item-subtitle a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-ticket .innerbox-entry .item-subtitle, .block-main .innerblock-main .box-ticket .innerbox-entry .item-subtitle a {
    font-size: 0.9375rem;
  }
}
.block-main .innerblock-main .box-ticket .innerbox-entry * + .item-subtitle {
  margin-top: 60px;
}
.block-main .innerblock-main .box-ticket .innerbox-entry .item-entry {
  margin-top: 8px;
  line-height: 1.6;
}
.block-main .innerblock-main .box-ticket .innerbox-ticket {
  display: block;
  margin: 100px auto 0;
}
.block-main .innerblock-main .box-ticket .innerbox-ticket > div {
  display: inline-block;
}
.block-main .innerblock-main .box-ticket .innerbox-ticket .item-ticket, .block-main .innerblock-main .box-ticket .innerbox-ticket .item-ticket a {
  font-size: 1.875rem;
  line-height: 1.75;
  font-weight: 700;
  font-feature-settings: "palt" 1;
  margin-bottom: 18px;
}
@media screen and (max-width: 768.9px) {
  .block-main .innerblock-main .box-ticket .innerbox-ticket .item-ticket, .block-main .innerblock-main .box-ticket .innerbox-ticket .item-ticket a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-ticket .innerbox-ticket .item-ticket, .block-main .innerblock-main .box-ticket .innerbox-ticket .item-ticket a {
    font-size: 0.9375rem;
  }
}
.block-main .innerblock-main .box-ticket .innerbox-ticket .caution {
  padding-left: 30px;
  position: relative;
  text-align: left;
  line-height: 1.8;
}
.block-main .innerblock-main .box-ticket .innerbox-ticket .caution:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.block-main .innerblock-main .box-schedule {
  width: 100%;
  max-width: 1340px;
  border-top: 1px solid #000;
  margin: 80px auto 0;
  padding-top: 30px;
  text-align: center;
}
.block-main .innerblock-main .box-schedule .innerbox-title, .block-main .innerblock-main .box-schedule .innerbox-title h2 {
  margin-top: 0;
  padding-top: 0;
  text-align: center;
}
.block-main .innerblock-main .box-schedule h2.item-title {
  font-size: 4.125rem;
  line-height: 1.6875;
  font-weight: 700;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1280px) {
  .block-main .innerblock-main .box-schedule h2.item-title {
    font-size: 2.875rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-schedule h2.item-title {
    font-size: 2.375rem;
  }
}
.block-main .innerblock-main .box-schedule h2.item-title span {
  font-size: 3.9375rem;
  line-height: 1.6875;
  font-weight: 900;
  font-feature-settings: "palt" 1;
  display: inline;
}
@media screen and (max-width: 1280px) {
  .block-main .innerblock-main .box-schedule h2.item-title span {
    font-size: 2.6875rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-schedule h2.item-title span {
    font-size: 2.25rem;
  }
}
.block-main .innerblock-main .box-schedule .item-schedule {
  margin-top: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 9%;
}
.block-main .innerblock-main .box-schedule .item-schedule dl {
  display: -webkit-flex;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1080px) {
  .block-main .innerblock-main .box-schedule .item-schedule dl {
    width: 100%;
    display: block;
  }
}
.block-main .innerblock-main .box-schedule .item-schedule dl .item-num {
  background: #000;
  color: #FFF;
  padding: 3px 12px;
  text-align: center;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}
.block-main .innerblock-main .box-schedule .item-schedule dl dd {
  text-align: left;
  margin-top: -10px;
}
@media screen and (max-width: 1080px) {
  .block-main .innerblock-main .box-schedule .item-schedule dl dd {
    padding: 12px 8px 30px;
    text-align: center;
  }
}
.block-main .innerblock-main .box-schedule .item-schedule dl .item-date {
  font-size: 4.125rem;
  line-height: 1.6875;
  font-weight: 700;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1280px) {
  .block-main .innerblock-main .box-schedule .item-schedule dl .item-date {
    font-size: 2.875rem;
    line-height: 1.25;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-schedule .item-schedule dl .item-date {
    font-size: 2.375rem;
  }
}
.block-main .innerblock-main .box-schedule .item-schedule dl .item-date span {
  font-size: 2.75rem;
  line-height: 1.6875;
  font-weight: 700;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1280px) {
  .block-main .innerblock-main .box-schedule .item-schedule dl .item-date span {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-schedule .item-schedule dl .item-date span {
    font-size: 1.5rem;
  }
}
.block-main .innerblock-main .box-schedule .item-schedule dl .item-time {
  font-size: 2.625rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 1280px) {
  .block-main .innerblock-main .box-schedule .item-schedule dl .item-time {
    font-size: 2rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-schedule .item-schedule dl .item-time {
    font-size: 1.375rem;
  }
}
.block-main .innerblock-main .box-schedule .item-schedule dl .item-time span {
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1080px) {
  .block-main .innerblock-main .box-schedule .item-schedule dl:last-child dd {
    padding-bottom: 0;
  }
}
.block-main .innerblock-main .box-schedule .innerbox-caution {
  display: inline-block;
  margin: 60px auto 0;
}
.block-main .innerblock-main .box-schedule .innerbox-caution .caution {
  padding-left: 30px;
  position: relative;
  text-align: left;
  line-height: 1.8;
}
.block-main .innerblock-main .box-schedule .innerbox-caution .caution:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.block-main .innerblock-main .box-contact {
  width: 100%;
  max-width: 1340px;
  border-top: 1px solid #000;
  margin: 50px auto 0;
  padding-top: 140px;
  text-align: center;
}
.block-main .innerblock-main .box-contact .innrebox-info dt {
  font-size: 1.875rem;
  line-height: 1.75;
  color: #000;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media screen and (max-width: 768.9px) {
  .block-main .innerblock-main .box-contact .innrebox-info dt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-contact .innrebox-info dt {
    font-size: 1.125rem;
  }
}
.block-main .innerblock-main .box-contact .innrebox-info dd img {
  width: 90%;
  max-width: 320px;
  margin: 10px auto 0;
  display: block;
}
.block-main .innerblock-main .box-contact .innrebox-info dd + dt {
  margin-top: 100px;
}
.block-main .innerblock-main .box-contact .innerbox-title {
  margin-top: 50px;
}
.block-main .innerblock-main .box-contact .innerbox-contact {
  width: 100%;
  padding-bottom: 150px;
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .box-contact .innerbox-contact {
    padding-bottom: 80px;
  }
}
.block-main .innerblock-main .box-contact .innerbox-contact p {
  width: 100%;
  overflow-wrap: break-word;
  margin-top: 30px;
  line-height: 1.6;
}
.block-main .innerblock-main .item-btn {
  margin-top: 40px;
}
.block-main .innerblock-main .item-btn a {
  display: block;
  font-size: 2.625rem;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  text-decoration: none;
  color: #FFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: #000;
  padding: 38px 30px;
}
@media screen and (max-width: 1280px) {
  .block-main .innerblock-main .item-btn a {
    font-size: 2rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .item-btn a {
    font-size: 1.375rem;
  }
}
.block-main .innerblock-main .innerbox-fc {
  width: 100%;
  max-width: 700px;
  margin: 50px auto 0;
}
.block-main .innerblock-main .innerbox-fc .note {
  font-size: 1.25rem;
  line-height: 1.75;
  color: #000;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768.9px) {
  .block-main .innerblock-main .innerbox-fc .note {
    font-size: 1rem;
  }
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .innerbox-fc .note {
    font-size: 0.875rem;
  }
}
.block-main .innerblock-main .innerbox-fc .caution {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1;
  color: #000;
  letter-spacing: 0.15em;
  margin-top: 10px;
  padding-left: 20px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 512px) {
  .block-main .innerblock-main .innerbox-fc .caution {
    font-size: 0.8125rem;
  }
}
.block-main .innerblock-main .innerbox-fc .caution:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.block-main .innerblock-main .innerbox-map {
  margin-top: 80px;
  width: 100%;
}
.block-main .innerblock-main .innerbox-map iframe {
  width: 100%;
  height: 300px;
}

footer {
  margin-top: 80px;
  padding: 100px 30px 58px;
  background: #000;
  text-align: center;
}
footer .box-sns {
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 45px;
}
footer .box-sns img {
  width: 80%;
  max-width: 55px;
  margin: auto;
}
footer .box-logo {
  width: 40%;
  max-width: 200px;
  margin: 5em auto 0;
}
footer .box-logo img {
  width: 80%;
  margin: auto;
}
footer .box-copy {
  margin-top: 118px;
  font-size: 0.9375rem;
  line-height: 1;
  color: #000;
  letter-spacing: 0.15em;
  font-weight: 400;
  color: #FFF;
}
@media screen and (max-width: 512px) {
  footer .box-copy {
    font-size: 0.8125rem;
  }
}

.block-fv {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style-common.css.map */