@charset "UTF-8";
body {
  padding-bottom: 48px;
}
body::before {
  content: "";
  background: #ffffff;
  width: 100%;
  height: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

main {
  padding-top: 37px;
  padding-bottom: 128px;
  position: relative;
}

div#lsideber {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(50% - 195px);
  height: calc(100% - 48px - 10px);
  padding-right: 1vw;
  box-sizing: border-box;
}
div#lsideber img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}

div#rsideber {
  position: absolute;
  position: fixed;
  top: 0;
  right: 0;
  width: calc(50% - 195px);
  height: calc(100% - 48px - 10px);
  padding-left: 1vw;
  box-sizing: border-box;
  padding-top: 4vw;
}
div#rsideber img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}

div#primary {
  width: 390px;
  margin: 0 auto;
}

.magazine {
  position: fixed;
  bottom: 50px;
  left: calc(50% - 195px);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.magazine.is-visible {
  opacity: 1;
  visibility: visible;
}

.txt-a {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6EBA44;
  color: #ffffff;
  border-radius: 6px;
  border: solid 2px #6EBA44;
  box-sizing: border-box;
  gap: 15px;
  transition: 1s;
}
.txt-a svg {
  display: flex;
  width: 16px;
  height: 16px;
}
.txt-a svg path {
  transition: 1s;
}
.txt-a:hover {
  background: #ffffff;
  color: #6EBA44;
}
.txt-a:hover svg path {
  fill: #6EBA44;
}

.txt-f {
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 0;
  z-index: 6;
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  div#lsideber {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    width: calc(50% - 195px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  div#lsideber img {
    width: 100%;
    height: auto;
  }
  div#rsideber {
    width: calc(50% - 195px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  div#rsideber img {
    width: 100%;
    height: auto;
  }
  div#primary {
    width: 390px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 37px;
    padding-bottom: 128px;
    position: relative;
  }
  div#primary {
    width: 100%;
    margin: 0 auto;
  }
  div#lsideber {
    display: none;
  }
  div#rsideber {
    display: none;
  }
}
/*==========================================================================
section#mv_area
========================================================================== */
section#mv_area {
  position: relative;
}
section#mv_area .box {
  position: relative;
  align-items: center;
}
section#mv_area .img-box {
  width: 98%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  section#mv_area .img-box {
    max-width: 375px;
  }
}
/*==========================================================================
section#eventinfo_area
========================================================================== */
section#eventinfo_area {
  position: relative;
}
section#eventinfo_area .inner {
  padding-top: 60px;
}
section#eventinfo_area .txt-h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 17px;
  gap: 7px;
}
section#eventinfo_area .txt-h2 img {
  width: auto;
  height: 13.4px;
}
section#eventinfo_area .txt-h3 {
  text-align: center;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#eventinfo_area .txt-h3 span {
  text-decoration: underline;
  text-decoration-thickness: 5px;
  -webkit-text-decoration-color: #FF0000;
          text-decoration-color: #FF0000;
  text-underline-offset: 0px;
  display: block;
  letter-spacing: 0.15vw;
}
section#eventinfo_area .box {
  padding-left: 41px;
  padding-right: 27px;
}
section#eventinfo_area .info-box {
  margin-top: 5px;
}
section#eventinfo_area .info-box dl {
  padding: 0;
  margin: 0;
  padding-top: 20px;
}
section#eventinfo_area .info-box dl dt, section#eventinfo_area .info-box dl dd {
  margin: 0;
  padding: 0;
}
section#eventinfo_area .info-box dl dt {
  background: #FF0000;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 13px;
  line-height: 1;
  margin-bottom: 8px;
}
section#eventinfo_area .info-box dl dd {
  line-height: 1.3em;
}
section#eventinfo_area .info-box dl dd .ttl {
  margin-bottom: 5px;
}
section#eventinfo_area .info-box dl dd .min {
  line-height: 1;
}
section#eventinfo_area .map-box {
  margin-top: 27px;
}
section#eventinfo_area .map-box .maps .txt-h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
section#eventinfo_area .map-box .maps .txt-h3 svg {
  display: flex;
  width: 22px;
  height: 16px;
}
section#eventinfo_area .map-box .maps .in {
  width: 100%;
  height: 245px;
}
section#eventinfo_area .map-box .maps.parking {
  margin-top: 37px;
}

/*==========================================================================
section#lineup_area
========================================================================== */
section#lineup_area .inner {
  padding-top: 60px;
}
section#lineup_area .ttl-box {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 28px;
}
section#lineup_area .ttl-box .txt-h2 {
  position: relative;
}
section#lineup_area .ttl-box .txt-h2::before, section#lineup_area .ttl-box .txt-h2:after {
  content: "";
  background: #000000;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
section#lineup_area .ttl-box .txt-h2::before {
  left: -30px;
}
section#lineup_area .ttl-box .txt-h2:after {
  right: -30px;
}
section#lineup_area .box {
  width: 85%;
  max-width: 330px;
  margin: 0 auto;
}
section#lineup_area .list-box .img-box {
  width: 100%;
  height: 213px;
  margin-bottom: 28px;
}
section#lineup_area .list-box .img-box img {
  border-radius: 7px;
}
section#lineup_area .list-box .sub-ttl {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 13px;
  border-bottom: solid 2px #000000;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
section#lineup_area .list-box .sub-ttl .txt-h3 {
  line-height: 1;
  display: flex;
  align-items: flex-end;
  gap: 0 7px;
  letter-spacing: -0.5px;
  position: relative;
  flex-wrap: wrap;
}
section#lineup_area .list-box .sub-ttl .txt-h3:before {
  content: "SELECTOR";
  position: absolute;
  left: 0;
  top: -11px;
  font-size: 14px;
  font-family: "Noto Sans JP", "Zen Kaku Gothic New", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
section#lineup_area .list-box .sub-ttl .txt-h3 span {
  letter-spacing: 0;
  line-height: 1;
}
section#lineup_area .list-box .sub-ttl .link_instagram {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#lineup_area .list-box .movie {
  max-width: 320px;
  max-height: 180px;
  width: 100%;
  height: 180px;
  margin: 0 auto;
  margin-top: 50px;
}
section#lineup_area .list-box .movie iframe {
  width: 100%;
  height: 100%;
}
section#lineup_area .list-box .release {
  margin: 0 auto;
  margin-top: 33px;
  width: 100%;
  max-width: 312px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
section#lineup_area .list-box .links .txt-a {
  margin-top: 18px;
}
section#lineup_area .list-box .links .txt-a.ye {
  background: #FFDD55;
  border-color: #FFDD55;
}
section#lineup_area .list-box .links .txt-a.ye:hover {
  background: #ffffff;
  color: #FFDD55;
}
section#lineup_area .list-box .links .txt-a.ye:hover svg path {
  fill: #FFDD55;
}
section#lineup_area .list-box li.yuten .sub-ttl .txt-h3:before {
  content: none;
}
section#lineup_area .list-box li.maximum .sub-ttl .txt-h3:before {
  content: "SOUND";
}
section#lineup_area .list-box li.roman .sub-ttl .txt-h3:before {
  content: "FOOD";
}
section#lineup_area .list-box li:nth-child(n+2) {
  margin-top: 75px;
}

_::-webkit-full-page-media, _:future, :root section#lineup_area .list-box .sub-ttl .txt-h3:before {
  top: -15px;
}

@media screen and (max-width: 767px) {
  section#lineup_area .list-box .movie {
    width: 100%;
    height: 46vw;
  }
}
/*==========================================================================
section#sponsorship_area
========================================================================== */
section#sponsorship_area .inner {
  padding-top: 60px;
}
section#sponsorship_area .ttl-box {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 40px;
}
section#sponsorship_area .ttl-box .txt-h2 {
  position: relative;
}
section#sponsorship_area .ttl-box .txt-h2::before, section#sponsorship_area .ttl-box .txt-h2:after {
  content: "";
  background: #000000;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
section#sponsorship_area .ttl-box .txt-h2::before {
  left: -30px;
}
section#sponsorship_area .ttl-box .txt-h2:after {
  right: -30px;
}
section#sponsorship_area .list-box {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  gap: 80px;
}
section#sponsorship_area .list-box li {
  margin: 0 auto;
}
section#sponsorship_area .list-box li a {
  display: flex;
  width: 100%;
  height: auto;
}
section#sponsorship_area .list-box li.l1 {
  width: 80%;
  height: auto;
  max-width: 312px;
}
section#sponsorship_area .list-box li.l2 {
  width: 56.5%;
  height: auto;
  max-width: 220px;
}
section#sponsorship_area .list-box li.l3 {
  width: 80%;
  height: auto;
  max-width: 312px;
}
section#sponsorship_area .list-box li.l4 {
  width: 80%;
  height: auto;
  max-width: 312px;
}
section#sponsorship_area .list-box li.l5 {
  width: 80%;
  height: auto;
  max-width: 312px;
}
section#sponsorship_area .list-box li.l6 {
  width: 49%;
  height: auto;
  max-width: 190px;
}
section#sponsorship_area .list-box li.l7 {
  width: 80%;
  height: auto;
  max-width: 312px;
}
section#sponsorship_area .list-box li.l8 {
  width: 66%;
  height: auto;
  max-width: 257px;
}
section#sponsorship_area .list-box li.l9 {
  width: 80%;
  height: auto;
  max-width: 312px;
}
section#sponsorship_area .list-box li.l10 {
  width: 66%;
  height: auto;
  max-width: 257px;
}
section#sponsorship_area .list-box li.l11 {
  width: 80%;
  height: auto;
  max-width: 312px;
}

/*==========================================================================
section#booking_area
========================================================================== */
section#booking_area .inner {
  padding-top: 60px;
}
section#booking_area .ttl-box {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 28px;
}
section#booking_area .ttl-box .txt-h2 {
  position: relative;
}
section#booking_area .ttl-box .txt-h2::before, section#booking_area .ttl-box .txt-h2:after {
  content: "";
  background: #000000;
  width: 20px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
section#booking_area .ttl-box .txt-h2::before {
  left: -30px;
}
section#booking_area .ttl-box .txt-h2:after {
  right: -30px;
}
section#booking_area .form-box {
  width: 90%;
  max-width: 350px;
  margin: 0 auto;
}
section#booking_area .form-box .ct_form {
  margin-bottom: 20px;
  flex-wrap: wrap;
}
section#booking_area .form-box .ct_form dt, section#booking_area .form-box .ct_form dd {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
section#booking_area .form-box .ct_form dt {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
section#booking_area .form-box .ct_form dt.required::after {
  font-size: 16px;
  margin-left: 15px;
}
section#booking_area .form-box .ct_form dd {
  width: 100%;
  height: initial;
}
section#booking_area .form-box .ct_form dd input[type=text], section#booking_area .form-box .ct_form dd input[type=email], section#booking_area .form-box .ct_form dd input[type=tel] {
  font-size: 16px;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  box-sizing: border-box;
}
section#booking_area .form-box .ct_form dd input[type=number] {
  width: 100px;
  height: 40px;
  font-size: 16px;
  padding: 5px 10px;
  box-sizing: border-box;
}
section#booking_area .form-box .ct_form dd textarea {
  font-size: 16px;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 100% !important;
  height: 300px;
}
section#booking_area .form-box .ct_form dd input[type=checkbox] {
  width: 16px;
  height: 16px;
}
section#booking_area .form-box .ct_form .wpcf7-list-item {
  margin: 0;
}
section#booking_area .form-box .ct_form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 15px;
}
section#booking_area .form-box .ct_form .wpcf7-not-valid-tip {
  font-size: 14px;
}
section#booking_area .form-box .ct_form.messages dd {
  height: initial;
}
section#booking_area .form-box .ct_form.privacys {
  margin: 0;
}
section#booking_area .form-box .ct_form.privacys dd {
  height: initial;
}
section#booking_area .form-box .ct_form.privacys dd .plink {
  font-size: 16px;
}
section#booking_area .form-box .button-wrap {
  gap: 15px;
  margin-top: 50px;
}
section#booking_area .form-box .button-wrap input {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6EBA44;
  color: #ffffff;
  border-radius: 6px;
  border: solid 2px #6EBA44;
  box-sizing: border-box;
  gap: 15px;
  transition: 1s;
  font-size: 16px;
}
section#booking_area .form-box .button-wrap input svg {
  display: flex;
  width: 16px;
  height: 16px;
}
section#booking_area .form-box .button-wrap input svg path {
  transition: 1s;
}
section#booking_area .form-box .button-wrap input:hover {
  background: #ffffff;
  color: #6EBA44;
}
section#booking_area .form-box .button-wrap input:hover svg path {
  fill: #6EBA44;
}
section#booking_area .form-box .button-wrap input:disabled {
  pointer-events: none;
  opacity: 0.6;
  background: #6EBA44;
  color: #ffffff;
}
section#booking_area .wpcf7-turnstile.cf-turnstile {
  text-align: center;
  width: 100%;
}
/*# sourceMappingURL=top.css.map */