@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;0,700;1,700&family=Noto+Sans+JP&display=swap");
/* CSS Document */
html {
  font-size: 62.5%; }

body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Helvetica", Helvetica, "Helvetica Neue", HelveticaNeue, "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: #000000;
  background-color: #00FF00; }
  @media screen and (max-width: 960px) {
    body {
      font-size: 1.4rem; } }
  @media screen and (max-width: 520px) {
    body {
      font-size: 1.2rem; } }

h1 {
  margin: 0;
  padding: 0; }

h2 {
  margin: 0;
  padding: 0; }

p {
  margin: 0;
  padding: 0; }

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

img {
  width: 100%;
  vertical-align: bottom; }

small {
  font-size: 66%; }

section {
  margin: 100px 0;
  padding: 0; }

ul {
  list-style: none; }

#cont {
  width: 100%;
  height: 100%;
  position: relative;
  transition: opacity 0.5s; }

.cont__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background-image: url("../img/bg_left-bottom.png");
  background-repeat: no-repeat;
  background-position: left 2.6041666667vw bottom 2.6041666667vw;
  background-size: 20.9375vw; }
  @media screen and (max-width: 1279px) {
    .cont__bg {
      background-size: 15.625vw; } }
  @media screen and (max-width: 960px) {
    .cont__bg {
      background-image: none; } }

.campaign-Btn-pc {
  position: fixed;
  bottom: 2.6041666667vw;
  left: 13.92050322423968vw;
  width: 9.637896825396824vw;
  z-index: 100; }
  @media screen and (max-width: 1279px) {
    .campaign-Btn-pc {
      width: 7.192460317460317vw;
      left: 11.049193948446032vw; } }
  @media screen and (max-width: 960px) {
    .campaign-Btn-pc {
      display: none; } }

.cont__main {
  position: relative;
  z-index: 2; }
  .cont__main .cont__main-wrap {
    width: calc(100% - 30%);
    margin-left: auto; }
    @media screen and (max-width: 960px) {
      .cont__main .cont__main-wrap {
        width: 100%;
        max-width: 600px;
        margin: auto; } }

.Sec-wrap {
  margin: 0 30px; }
  @media screen and (max-width: 520px) {
    .Sec-wrap {
      margin: 0 40px; } }

.Sec-title {
  font-size: 12rem;
  font-weight: bold;
  font-family: "Helvetica", Helvetica, "Helvetica Neue", HelveticaNeue;
  margin-bottom: 60px;
  line-height: 1; }
  @media screen and (max-width: 960px) {
    .Sec-title {
      font-size: 11rem;
      margin-bottom: 40px; } }
  @media screen and (max-width: 520px) {
    .Sec-title {
      font-size: 8rem;
      margin-bottom: 30px; } }

.Sec__container .Sec__box {
  padding: 30px 0;
  background-image: linear-gradient(to right, #000000, #000000 2px, transparent 2px, transparent 6px);
  background-size: 10px 2px;
  background-position: left bottom;
  background-repeat: repeat-x; }
  .Sec__container .Sec__box:first-child {
    padding-top: 0; }
  .Sec__container .Sec__box .Sec__box-heading {
    font-size: 2.4rem;
    font-weight: 600; }
    @media screen and (max-width: 960px) {
      .Sec__container .Sec__box .Sec__box-heading {
        font-size: 2rem; } }
    @media screen and (max-width: 520px) {
      .Sec__container .Sec__box .Sec__box-heading {
        font-size: 1.4rem; } }
  .Sec__container .Sec__box .Sec__item {
    padding-top: 20px; }
    @media screen and (max-width: 520px) {
      .Sec__container .Sec__box .Sec__item {
        padding-top: 10px; } }

/* ----------------------------------------------------------------
    display: none
  ----------------------------------------------------------------- */
@media only screen and (max-width: 520px) {
  .hidden-sp {
    display: none !important; } }

@media only screen and (min-width: 521px) {
  .hidden-pc {
    display: none !important; } }

@media only screen and (min-width: 961px) {
  .display-tb {
    display: none !important; } }

@media only screen and (max-width: 960px) {
  .hidden-tb {
    display: none !important; } }

#header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%; }

.header__container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-end; }
  @media screen and (max-width: 960px) {
    .header__container {
      margin: auto;
      max-width: 600px;
      justify-content: space-between;
      align-items: center;
      padding-top: 20px; } }
  .header__container .header__logo {
    display: block;
    position: fixed;
    top: 2.6041666667vw;
    left: 2.6041666667vw;
    width: 20.9375vw;
    z-index: 1000;
    pointer-events: all; }
    @media screen and (max-width: 1279px) {
      .header__container .header__logo {
        width: 15.625vw; } }
    @media screen and (max-width: 960px) {
      .header__container .header__logo {
        position: relative;
        width: 73.3333333333%;
        margin-left: 5.3333333333%;
        top: 0;
        left: 0; }
        .header__container .header__logo.jsfade {
          opacity: 0;
          transition: .5s; } }
  .header__container .menuBtn {
    width: 50px;
    height: 50px;
    padding-top: 3%;
    padding-right: 3%; }
    @media screen and (max-width: 960px) {
      .header__container .menuBtn {
        padding: 0;
        margin-right: 5.3333333333%; } }
    .header__container .menuBtn img {
      width: 100%;
      height: 100%; }
    .header__container .menuBtn.menuBtn-close {
      width: 30px;
      height: 30px; }

.nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transform: translateY(-100%);
  opacity: 0;
  overflow: hidden;
  background-color: #00FF00;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out; }
  .nav.nav-open {
    opacity: 1;
    transform: none; }
  .nav .nav__container {
    width: 100%;
    height: 100%;
    pointer-events: all; }
    @media screen and (max-width: 960px) {
      .nav .nav__container {
        width: 600px;
        margin: auto; } }
    @media screen and (max-width: 520px) {
      .nav .nav__container {
        width: 100%; } }
    .nav .nav__container .menuBtn-close {
      margin-left: auto;
      pointer-events: all; }
      @media screen and (max-width: 960px) {
        .nav .nav__container .menuBtn-close {
          padding: 20px 0 0 0;
          margin-right: 5.3333333333%;
          height: 105.95px; } }
      @media screen and (max-width: 520px) {
        .nav .nav__container .menuBtn-close {
          padding: 0; } }

.nav__inner {
  width: 600px;
  max-width: 36vw;
  margin: auto; }
  @media screen and (max-width: 960px) {
    .nav__inner {
      max-width: 100%; } }
  .nav__inner .nav__list {
	/*padding: 18.6666666667% 0 0 0;*/
	padding: 14.666667% 0 0 0;
    margin: auto;
    width: 50%; }
    .nav__inner .nav__list a {
      display: block; }
    .nav__inner .nav__list .nav__link {
      width: 53.9%; }
    .nav__inner .nav__list .nav__link02 {
      width: 100%;
	  /*margin-top: 7%;*/
      margin-top: 10%; }
    .nav__inner .nav__list .nav__link03 {
      width: 89.1%;
      margin-top: 7%; }
    .nav__inner .nav__list .nav__link04 {
      width: 88.4%;
      margin-top: 13%; }
    .nav__inner .nav__list .nav__link05 {
      width: 62.1%;
      margin-top: 10%; }
	.nav__inner .nav__list .nav__link06 {
      width: 86.30%;
      margin-top: 7%; }
	.nav__inner .nav__list .nav__link07 {
      width: 113.287%;
      margin-top: 10%; }

#kv {
  margin: 0;
  position: relative; }
  #kv .kv__img {
    display: block; }
    @media screen and (max-width: 960px) {
      #kv .kv__img {
        margin-top: 6.9333333333%; } }

.kv__sp-lead {
  display: none;
  /*width: 100%;*/
  margin: 38% 6% 0; }
  @media screen and (max-width: 960px) {
    .kv__sp-lead {
      display: block; } }



.campaign__Btn-area {
  width: 140px;
  margin: 20px 0;
  display: none; }
  @media screen and (max-width: 960px) {
    .campaign__Btn-area {
      display: block; } }
  @media screen and (max-width: 520px) {
    .campaign__Btn-area {
      margin-left: 10px; } }
  .campaign__Btn-area .campaign__logo {
    margin-bottom: 10px; }
    @media screen and (max-width: 520px) {
      .campaign__Btn-area .campaign__logo {
        display: none; } }

#lead-sec {
  margin-top: 60px; }
  @media screen and (max-width: 960px) {
    #lead-sec {
      margin-top: 210px; } }
  @media screen and (max-width: 520px) {
    #lead-sec {
      margin-top: 160px; } }
  #lead-sec .Sec-wrap {
    position: relative; }

#lead-sec .Sec-wrap .lead {
      position: relative;
      z-index: 4;
      font-size: 2.4rem;
      font-weight: 600;
      margin-bottom: 100px; }
      @media screen and (max-width: 960px) {
        #lead-sec .Sec-wrap .lead {
          font-size: 2rem;
          margin-bottom: 50px; } }
      @media screen and (max-width: 520px) {
        #lead-sec .Sec-wrap .lead {
          font-size: 1.8rem; } }
    #lead-sec .Sec-wrap .lead__character {
      position: absolute;
      top: -20px;
      right: 0;
      width: 33%;
      z-index: 3; }
      @media screen and (max-width: 960px) {
        #lead-sec .Sec-wrap .lead__character {
          position: relative;
          top: 0;
          right: auto;
          margin: 0 auto 100px;
          width: 70%; } }


.lineup__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch; }
  @media screen and (max-width: 960px) {
    .lineup__container {
      flex-direction: column; } }
  .lineup__container .lineup__box {
    width: 44%; }
    @media screen and (max-width: 960px) {
      .lineup__container .lineup__box {
        width: 100%; } }
    .lineup__container .lineup__box .artist-name {
      font-size: 2.4rem;
      font-weight: 600;
      margin-top: 20px;
      line-height: 1.25; }
      @media screen and (min-width: 521px) and (max-width: 960px) {
        .lineup__container .lineup__box .artist-name {
          font-size: 3.3rem; } }
      .lineup__container .lineup__box .artist-name span {
        font-size: 1.6rem;
        font-weight: 500; }
        @media screen and (min-width: 521px) and (max-width: 960px) {
          .lineup__container .lineup__box .artist-name span {
            font-size: 1.8rem; } }
  .lineup__container .cross {
    width: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 90px; }
    @media screen and (max-width: 960px) {
      .lineup__container .cross {
        width: 20%;
        margin: 30px auto;
        padding: 0; } }

#about .about__date {
  font-size: 3.4rem;
  font-weight: 600; }
  @media screen and (max-width: 960px) {
    #about .about__date {
      font-size: 2.2rem; } }
  @media screen and (max-width: 520px) {
    #about .about__date {
      font-size: 1.8rem; } }
#about .about__artist-name {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.25; }
  @media screen and (max-width: 960px) {
    #about .about__artist-name {
      font-size: 2rem; } }
  @media screen and (max-width: 520px) {
    #about .about__artist-name {
      font-size: 1.4rem; } }
  #about .about__artist-name span {
    font-size: 1.6rem;
    font-weight: 500; }
    @media screen and (max-width: 960px) {
      #about .about__artist-name span {
        font-size: 1.4rem; } }
    @media screen and (max-width: 520px) {
      #about .about__artist-name span {
        font-size: 1.2rem; } }
#about .about__location {
  width: 295px;
  display: block; }
  @media screen and (max-width: 960px) {
    #about .about__location {
      width: 270px; } }
  @media screen and (max-width: 520px) {
    #about .about__location {
      width: 174px; } }
@media screen and (max-width: 960px) {
  #about .Sec__item {
    padding-left: 30px; } }
@media screen and (max-width: 520px) {
  #about .Sec__item {
    padding-left: 20px; } }

#ticket .ticket__price {
  width: 415.11px;
  display: block; }
  @media screen and (max-width: 960px) {
    #ticket .ticket__price {
      width: 380px; } }
  @media screen and (max-width: 520px) {
    #ticket .ticket__price {
      width: 244.798px; } }
#ticket .ticket__detail {
  font-size: 1.8rem; }
  @media screen and (max-width: 960px) {
    #ticket .ticket__detail {
      font-size: 1.4rem; } }
  @media screen and (max-width: 520px) {
    #ticket .ticket__detail {
      font-size: 1.2rem; } }
#ticket .ticket__box-heading {
  font-size: 2.4rem; }
  @media screen and (max-width: 520px) {
    #ticket .ticket__box-heading {
      font-size: 1.8rem; } }
#ticket .ticket__item-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 840px; }
  @media screen and (max-width: 960px) {
    #ticket .ticket__item-inner {
      flex-direction: column; } }
  #ticket .ticket__item-inner .period {
    line-height: 2.4;
    font-size: 1.6rem; }
    @media screen and (max-width: 960px) {
      #ticket .ticket__item-inner .period {
        width: 100%; } }
    @media screen and (max-width: 520px) {
      #ticket .ticket__item-inner .period {
        font-size: 1.4rem; } }
  #ticket .ticket__item-inner .pg-logo {
    max-width: 181px; }
    @media screen and (max-width: 960px) {
      #ticket .ticket__item-inner .pg-logo {
        margin: auto;
        margin-top: 20px;
        max-width: none; } }
  @media screen and (max-width: 960px) {
    #ticket .ticket__item-inner .ticket__Btn {
      margin: auto;
      padding-top: 20px; } }
  #ticket .ticket__item-inner .ticket__Btn a {
    color: #00FF00;
    background: #000000;
    font-size: 2.6rem;
    font-weight: 600;
    padding: 4px 2px;
    box-sizing: border-box;
    border-radius: 26.75px;
    text-align: center;
    width: 210px;
    display: block; }
  #ticket .ticket__item-inner .ticket__Btn.Btn-non-active a {
    opacity: 40%;
    pointer-events: none; }

#info {
  margin-bottom: 2.6041666667vw; }

.info__container {
  display: flex;
  align-items: stretch;
  justify-content: space-between; }
  @media screen and (max-width: 960px) {
    .info__container {
      flex-direction: column; } }
  .info__container .info__box1 {
    width: 32%; }
    @media screen and (max-width: 960px) {
      .info__container .info__box1 {
        width: 100%; } }
  .info__container .info__box2 {
    width: calc(100% - 48%);
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
    justify-content: flex-end; }
    @media screen and (max-width: 960px) {
      .info__container .info__box2 {
        width: 100%; } }
    .info__container .info__box2 .info__character {
      position: absolute;
      top: -120px;
      right: 0; }
      @media screen and (max-width: 960px) {
        .info__container .info__box2 .info__character {
          position: relative;
          top: 0;
          margin: 30px; } }

.info__sns {
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 960px) {
    .info__sns {
      margin: 0 auto;
      width: 63%; } }
  .info__sns a {
    display: inline-block;
    width: 32.0588235294%; }

.info__txt {
  margin: 30px 40px 30px 0; }
  @media screen and (max-width: 960px) {
    .info__txt {
      margin: 30px auto;
      width: 63%; } }

.info__Btn a {
  color: #00FF00;
  background: #000000;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 11px 2px;
  box-sizing: border-box;
  border-radius: 26.75px;
  text-align: center;
  width: 264px;
  display: block; }
  @media screen and (max-width: 960px) {
    .info__Btn a {
      width: 63%;
      margin: auto;
      font-size: 2.4rem;
      border-radius: 32px; } }
  @media screen and (max-width: 520px) {
    .info__Btn a {
      font-size: 1.6rem; } }

.info__logo {
  width: 31.0666666667%; }

.info__copy {
  width: 48.2666666667%; }

/*追加CSS*/
.movie__container {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 960px) {
    .movie__container {
      flex-direction: column; } }
  .movie__container .movie__box {
    width: 30%;
    text-align: center; }
    @media screen and (max-width: 960px) {
      .movie__container .movie__box {
        width: 100%; } }
    .movie__container .movie__box .movie__number {
      margin-top: 20px;
      font-size: 2.4rem;
      font-weight: 600; }
      @media screen and (max-width: 960px) {
        .movie__container .movie__box .movie__number {
          margin-bottom: 30px; } }
      @media screen and (min-width: 521px) and (max-width: 960px) {
        .movie__container .movie__box .movie__number {
          font-size: 3.3rem; } }
      .movie__container .movie__box .movie__number span {
        font-size: 1.6rem; }
        @media screen and (min-width: 521px) and (max-width: 960px) {
          .movie__container .movie__box .movie__number span {
            font-size: 1.8rem; } }
    @media screen and (max-width: 960px) {
      .movie__container .movie__box:last-child .movie__number {
        margin-bottom: 0; } }

.movie__Btn.Btn-non-active {
  opacity: .5; }
  .movie__Btn.Btn-non-active a {
    pointer-events: none; }