/* CSS Document */
.kv__txt {
  top: auto;
  bottom: 2vw;
  right: 0;
  left: 0;
  width: 51.2%;
  margin: auto; }
  @media screen and (max-width: 960px) {
    .kv__txt {
      width: calc(100% - 40px);
      bottom: 148px; } }
  @media screen and (max-width: 520px) {
    .kv__txt {
      bottom: 110px; } }

.campaign__Btn-area {
  width: 154px;
  margin: 20% auto 0; }

#lead-sec {
  margin-top: 60px !important; }

.lineup__container .cross {
  padding-bottom: 50px; }
  @media screen and (max-width: 960px) {
    .lineup__container .cross {
      padding-bottom: 0; } }

#about .about__location {
  width: 440.22px; }
  @media screen and (max-width: 960px) {
    #about .about__location {
      width: 402.913px; } }
  @media screen and (max-width: 520px) {
    #about .about__location {
      width: 259.655px; } }

#ticket .ticket__price {
  display: flex;
  flex-direction: row;
  width: 100%; }
  @media screen and (max-width: 960px) {
    #ticket .ticket__price {
      flex-direction: column;
      width: 380px; } }
  @media screen and (max-width: 520px) {
    #ticket .ticket__price {
      width: 244.798px; } }
  #ticket .ticket__price img {
    max-width: 415.11px;
    width: 49%; }
    @media screen and (max-width: 960px) {
      #ticket .ticket__price img {
        width: 100%;
        max-width: none; } }
    #ticket .ticket__price img:first-child {
      padding-right: 2%; }
      @media screen and (max-width: 960px) {
        #ticket .ticket__price img:first-child {
          padding: 0 0 10px 0; } }

.archive__logo {
  width: 305px; }
  @media screen and (max-width: 520px) {
    .archive__logo {
      width: 200px; } }

.archive__Btn a {
  color: #00FF00;
  background: #000000;
  font-size: 2.6rem;
  font-weight: 600;
  padding: 11px 2px;
  box-sizing: border-box;
  border-radius: 33.75px;
  text-align: center;
  width: 482px;
  display: block;
  margin: 30px 0; }
  @media screen and (max-width: 520px) {
    .archive__Btn a {
      font-size: 1.6rem;
      max-width: 100%; } }

.lineup__box {
  cursor: pointer; }

.modal-area {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1200;
  width: calc(100% - 30%);
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  overscroll-behavior: contain;
  overflow-y: scroll; }
  @media screen and (max-width: 1024px) {
    .modal-area {
      width: 100%; } }
  .modal-area.is-active {
    display: flex; }

.modal-block {
  background: #000000E6;
  width: calc(100% - 60px);
  max-height: 80.9595202399%;
  overflow: scroll;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .modal-block {
      max-width: 600px; } }
  @media screen and (max-width: 520px) {
    .modal-block {
      width: calc(100% - 40px); } }
  .modal-block .modal-closeBtn {
    width: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px 16px 0 0; }
  .modal-block .modal-inner {
    margin: 50px 30px;
    color: #FFFFFF;
    font-weight: 600; }
    .modal-block .modal-inner .modal__title {
      margin-bottom: 30px; }
      .modal-block .modal-inner .modal__title.name01 {
        width: 10%; }
        @media screen and (max-width: 520px) {
          .modal-block .modal-inner .modal__title.name01 {
            width: 20%; } }
      .modal-block .modal-inner .modal__title.name02 {
        width: 10%; }
        @media screen and (max-width: 520px) {
          .modal-block .modal-inner .modal__title.name02 {
            width: 20%; } }
    .modal-block .modal-inner .modal__txt {
      font-size: 1.2rem;
      display: block;
      margin: auto;
      line-height: 2.4; }
      .modal-block .modal-inner .modal__txt .modal__text-space {
        margin-top: 10px; }
      .modal-block .modal-inner .modal__txt .modal__list {
        margin: 10px 0;
        text-indent: -1em;
        padding-left: 1em; }
      .modal-block .modal-inner .modal__txt .modal__link {
        color: #ffffff;
        border-bottom: 1px solid #ffffff; }

.nonScroll {
  height: calc(100vh + 1px);
  width: 1px;
  background-color: transparent; }
