.pc-only {
  display: block !important;
}

.sp-only {
  display: none !important;
}

@media (max-width:768px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
html {
  font-size: 62.5%;
}
@media (max-width:768px) {
  html {
    font-size: 2.66667vw;
  }
}

body {
  color: #fff;
  background-color: #000;
  font-family: "Noto Sans JP", sans-serif;
}
body a {
  color: #fff;
  text-decoration: none;
}
body a:hover {
  opacity: 0.7;
}
body p, body span, body h1, body h2, body h3 {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width:768px) {
  body p, body span, body h1, body h2, body h3 {
    font-size: 1.2rem;
  }
}

.header img, .main img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.header {
  height: 9.3rem;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: solid 0.4rem #fff;
}
.header__logo {
  width: 17.4rem;
  padding-left: 2rem;
}
.header__hamburger {
  display: none;
}
.header__nav--sp {
  display: none;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  padding-right: 5rem;
}
.header__list li {
  font-size: 1.8rem;
}
@media (max-width: 900px) {
  .header__logo {
    width: 14rem;
  }
  .header__list {
    gap: 2rem;
    padding-right: 2rem;
  }
  .header__list li {
    font-size: 1.6rem;
  }
}
@media (max-width:768px) {
  .header {
    height: 6rem;
    border-bottom: solid 0.2rem #fff;
  }
  .header__logo {
    width: 9.8rem;
    padding-left: 1.3rem;
  }
  .header__hamburger {
    display: block;
    width: 2.4rem;
    padding-right: 1.6rem;
  }
  .header__nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    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;
  }
  .header__nav--sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__list {
    display: block;
    gap: 0;
    padding-right: 0;
    text-align: center;
  }
  .header__list li {
    font-size: 1.8rem;
    margin-top: 3rem;
  }
  .header__list li:first-child {
    margin-top: 0;
  }
  .header__close {
    position: absolute;
    top: 2.1rem;
    right: 1.7rem;
    width: 1.866rem;
  }
}

.hero {
  padding-bottom: 1rem;
}
@media (max-width:768px) {
  .hero {
    padding-bottom: 0;
  }
}

.sec {
  margin-top: 0.2rem;
  border-top: solid 0.1rem #fff;
  border-bottom: solid 0.1rem #fff;
}
.sec:first-child {
  border-top: none;
}
.sec:last-child {
  border-bottom: none;
}
.sec__inner {
  width: 100%;
  max-width: 94rem;
  padding: 5rem 2rem 6rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width:768px) {
  .sec__inner {
    padding: 2rem 2rem 2.5rem;
  }
}
.sec h2 {
  width: 100%;
  max-width: 20.4rem;
  margin: 0 auto 2rem;
}
@media (max-width:768px) {
  .sec h2 {
    max-width: 16.7rem;
  }
}
.sec__logo {
  width: 100%;
  max-width: 30rem;
  margin: 0 auto;
}
@media (max-width:768px) {
  .sec__logo {
    max-width: 20rem;
  }
}
.sec__about p {
  text-align: center;
}
.sec__cast ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media (max-width:768px) {
  .sec__cast ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
    padding: 0 2.5rem;
  }
  .sec__cast ul li {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .sec__cast ul li.is-first {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.sec__event .sec__list li {
  margin-top: 2rem;
}
.sec__goods p {
  text-align: center;
}
.sec__goods .txt__cs {
  font-size: 2.6rem;
  font-weight: bold;
  padding: 4rem 0 6rem;
}
@media (max-width:768px) {
  .sec__goods .txt__cs {
    font-size: 2.2rem;
    padding: 3rem 0 4rem;
  }
}
.sec__list li {
  margin-top: 3rem;
}
.sec__list li:first-child {
  margin-top: 0;
}
.sec__content h3 {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: solid 0.1rem #fff;
}
.sec__content h3 .txt__note {
  font-size: 1.6rem;
  font-weight: normal;
  padding-left: 0.6rem;
}
.sec__content .content__txt {
  padding-top: 1rem;
}
@media (max-width:768px) {
  .sec__content .content__txt {
    padding-top: 0.6rem;
  }
}
@media (max-width:768px) {
  .sec__content h3 {
    font-size: 1.7rem;
    padding-bottom: 0.6rem;
  }
  .sec__content h3 .txt__note {
    font-size: 1.2rem;
    padding-left: 0;
  }
}
.sec__box {
  background-color: #000;
  border: solid 0.1rem #fff;
  padding: 2.6rem 0.1rem 3rem;
  text-align: center;
  margin-bottom: 5rem;
}
.sec__box h3 {
  font-size: 2.6rem;
  font-weight: bold;
}
.sec__box p {
  font-size: 2.6rem;
  margin-top: 1.9rem;
}
@media (max-width:768px) {
  .sec__box {
    padding: 1.8rem 0.1rem 2.2rem;
    margin-bottom: 2rem;
  }
  .sec__box h3 {
    font-size: 1.6rem;
  }
  .sec__box p {
    font-size: 1.6rem;
    margin-top: 1rem;
    letter-spacing: normal;
  }
}
.sec__note {
  margin-top: 5rem;
}
@media (max-width:768px) {
  .sec__note {
    margin-top: 3rem;
  }
}
.sec__btn {
  display: block;
  width: 100%;
  max-width: 42.7rem;
  margin: 3rem auto 0;
  font-size: 2.6rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 2rem 0.5rem;
  background-color: #E3192E;
  border-radius: 10rem;
}
@media (max-width:768px) {
  .sec__btn {
    max-width: 28rem;
    margin: 2rem auto 0;
    font-size: 1.8rem;
    padding: 1.8rem 0.5rem;
  }
}

.ticket__list {
  margin-top: 1.6rem;
}
.ticket__list li {
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 900px) {
  .ticket__list li {
    gap: 1.5rem;
  }
}
.ticket__list li:first-child {
  margin-top: 0;
}
.ticket__list li .txt-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ticket__list li .txt-main span {
  font-size: 2.2rem;
  font-weight: bold;
}
@media (max-width: 900px) {
  .ticket__list li .txt-main {
    gap: 1.5rem;
  }
  .ticket__list li .txt-main span {
    font-size: 1.6rem;
  }
}
@media (max-width: 900px) {
  .ticket__list li .txt-sub {
    font-size: 1.4rem;
  }
}
@media (max-width:768px) {
  .ticket__list {
    margin-top: 1.6rem;
  }
  .ticket__list li {
    margin-top: 1.8rem;
    display: block;
  }
  .ticket__list li .txt-main {
    gap: 2rem;
  }
  .ticket__list li .txt-main span {
    font-size: 1.7rem;
  }
  .ticket__list li .txt-sub {
    font-size: 1.4rem;
    margin-top: 0.4rem;
  }
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg.jpg") no-repeat center center/cover;
  z-index: -1;
}

.back-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 6.4rem;
  display: none;
}
@media (max-width:768px) {
  .back-top {
    width: 4.2rem;
  }
}
.back-top img {
  width: 100%;
}

.js-menu-toggle, .js-page-top {
  cursor: pointer;
}
.js-menu-toggle:hover, .js-page-top:hover {
  opacity: 0.7;
}

@media (max-width:768px) {
  .js-menu-target {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .js-menu-target.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.no-scroll {
  overflow: hidden;
}

.fw-b {
  font-weight: bold;
}