html {
  scrollbar-gutter: stable;
}

body {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-size: 16px;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100vh;
}
body p {
  line-height: 1.5rem;
}
body img {
  vertical-align: baseline;
  height: auto;
}

.spbr {
  display: none;
}

.inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.section-title-l {
  text-align: center;
}
.section-title-l .spbr {
  display: none;
}
.section-title-l-main, .section-title-l-sub {
  font-style: italic;
}
.section-title-l-sub {
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
}
.section-title-l-main {
  text-align: center;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1.5;
  color: #ffffff;
  text-shadow: 0.04em 0.04em 0 #000000;
}

.section-title-m {
  text-align: center;
}
.section-title-m-main, .section-title-m-sub {
  font-style: italic;
}
.section-title-m-sub {
  font-size: 1.15rem;
  font-weight: 800;
  color: #000000;
}
.section-title-m-main {
  text-align: center;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.5;
  color: #f40009;
  text-shadow: 0.03em 0.03em 0 #000000;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.popup-overlay.is-active {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-content {
  background: #ffffff;
  padding: 40px;
  width: 90%;
  max-width: 500px;
  position: relative;
  overflow: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.popup-content .popup-img-wrap {
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}
.popup-content .popup-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
.popup-content .js-set-name {
  font-weight: 800;
  font-size: 1.15rem;
}
.popup-content .js-set-text {
  font-size: 1rem;
  line-height: 1.6;
  margin-top: 0.8em;
}

.btn-close-popup {
  position: absolute;
  top: -6vh;
  right: -3%;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  cursor: pointer;
  line-height: 1;
  padding: 10px;
}

.name-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.name-wrapper .name {
  margin: 0;
}
.name-wrapper .btn-open-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  color: #ffffff;
  border-radius: 50%;
  pointer-events: none;
}

.popup-link-wrap {
  margin-top: 25px;
  text-align: center;
}
.popup-link-wrap .js-set-link {
  display: inline-block;
  border: 2px solid #000000;
  padding: 15px 40px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.9rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  position: relative;
  padding-right: 60px;
}
.popup-link-wrap .js-set-link:hover {
  opacity: 0.6;
}
.popup-link-wrap .js-set-link.is-hide {
  display: none;
}
.popup-link-wrap .js-set-link::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url(../img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
}

.mv {
  font-size: 1rem;
  margin: auto;
  background-image: url(../img/mv_jam.png), url(../img/mv_back.png);
  background-size: contain, cover;
  background-repeat: no-repeat;
  background-position: top, center;
  position: relative;
}
.mv-flex {
  padding: 12% 0 3% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10%;
}
.mv .logo {
  font-size: 1rem;
  width: 50%;
}
.mv .logo img {
  width: 100%;
}
.mv-info {
  width: 50%;
}
.mv-info img {
  width: 100%;
}
.mv-artists {
  width: 80%;
  margin: auto;
  padding-bottom: 10%;
  text-align: center;
}
.mv-artists img {
  width: 100%;
}
.mv-bg {
  position: absolute;
  bottom: -6vw;
  right: 0;
  width: 70vw;
  height: 250px;
  background-image: url(../img/mv_bg_shape.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 1;
}

.main {
  position: relative;
  width: 100%;
}
.main .artists-bg {
  background-image: url(../img/artists_bg_shape.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 100vw;
  height: 300px;
  position: absolute;
  bottom: -4%;
  left: 0;
}

.ticket {
  width: 100%;
  position: relative;
  margin-top: -4%;
  background: #f40009;
  padding: 8em 0 12em 0;
  -webkit-clip-path: polygon(0 0, 100% 5vw, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 5vw, 100% 100%, 0% 100%);
  margin-bottom: -80px;
  z-index: 2;
}
.ticket .inner {
  position: relative;
  z-index: 10;
}
.ticket-free-text {
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 800;
  font-style: italic;
  text-align: center;
  margin: 2em auto 0;
}
.ticket-free-text span {
  font-size: 2rem;
}
.ticket-free {
  margin: 2em auto 0;
  text-align: center;
  width: 80%;
  max-width: 500px;
}
.ticket-free img {
  width: 100%;
}
.ticket-table {
  max-width: 750px;
  width: 100%;
  margin: 3em auto 0;
  background: #ffffff;
  font-size: 1.15rem;
  font-weight: 600;
  text-align: left;
}
.ticket-table th {
  width: 30%;
  background: #fee7ea;
  vertical-align: middle;
  text-align: center;
}
.ticket-table td {
  padding: 1.5em;
}
.ticket-table td .detail {
  line-height: 1.6;
}
.ticket-table td .redtext {
  margin-top: 0.5em;
  color: #f40009;
}
.ticket .btn {
  margin: 2em auto 0;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
  max-width: 420px;
  width: 80%;
  background: #ffa601;
  color: white;
  position: relative;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.ticket .btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.2em;
}
.ticket .btn:hover {
  background: #ff8037;
}
.ticket .btn::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ticket-bonus {
  margin: 7em auto 0;
  width: 100%;
  max-width: 350px;
}
.ticket-bonus img {
  width: 100%;
}
.ticket-list {
  max-width: 750px;
  width: 100%;
  text-align: center;
  margin: 1em auto 0;
}
.ticket-list thead th {
  color: #ffffff;
  padding: 1em;
  font-size: 1.3rem;
  text-align: center;
}
.ticket-list tbody {
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 1.15rem;
}
.ticket-list tbody tr {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.ticket-list tbody tr:last-child {
  border-bottom: none;
}
.ticket-list tbody td {
  padding: 0.8em 0;
  width: 50%;
  font-weight: 600;
  vertical-align: middle;
}
.ticket-list tbody .name {
  border-right: 1px solid #ffffff;
}

.accordion {
  max-width: 750px;
  width: 100%;
  color: #ffffff;
  margin: 4em auto 0;
}

.accordion-header {
  border-bottom: 1px solid #ffffff;
  padding: 1em 2.5em 1em 1em;
  position: relative;
  font-size: 1.15rem;
  font-weight: 800;
  cursor: pointer;
}

.accordion-header .icon {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion-header .icon::before,
.accordion-header .icon::after {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 12px;
  height: 2px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.accordion-header .icon::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.accordion-header.open .icon::after {
  display: none;
}

.accordion-content {
  display: none;
  padding-top: 1em;
  text-align: center;
}

.accordion-content img {
  max-width: 100%;
  height: auto;
}

.artists {
  color: white;
  width: 100%;
  position: relative;
  padding: 8em 0 10em 0;
  background: url(../img/artists_bg_r.png) no-repeat top -200px right 0/700px, url(../img/artists_bg_l.png) no-repeat bottom -200px left 0/700px, url(../img/artists_bg_deco.png) no-repeat bottom right/80px, -webkit-gradient(linear, left top, left bottom, from(#f85369), color-stop(50%, #ff314b), to(#ea1400));
  background: url(../img/artists_bg_r.png) no-repeat top -200px right 0/700px, url(../img/artists_bg_l.png) no-repeat bottom -200px left 0/700px, url(../img/artists_bg_deco.png) no-repeat bottom right/80px, -webkit-linear-gradient(top, #f85369 0%, #ff314b 50%, #ea1400 100%);
  background: url(../img/artists_bg_r.png) no-repeat top -200px right 0/700px, url(../img/artists_bg_l.png) no-repeat bottom -200px left 0/700px, url(../img/artists_bg_deco.png) no-repeat bottom right/80px, linear-gradient(180deg, #f85369 0%, #ff314b 50%, #ea1400 100%);
  -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
          clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
  margin-bottom: -80px;
  z-index: 2;
}
.artists .inner {
  position: relative;
  z-index: 10;
}

.artists > .inner {
  position: relative;
  z-index: 10;
}

.artist {
  margin-top: 5em;
  text-align: center;
}
.artist-date {
  display: inline-block;
  background: #000000;
  text-align: center;
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 800;
  padding: 0.5em 1em;
}
.artist-date h4 {
  font-size: 2rem;
  margin: 0;
}
.artist-date .small {
  font-size: 1.15rem;
}
.artist-flex {
  width: 100%;
  max-width: 900px;
  margin: 2em auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
}
.artist-flex .flex-img {
  width: calc((100% - 3em) / 2);
  min-width: 280px;
}
.artist-flex img {
  width: 100%;
}
.artist-flex .flex-img:hover {
  opacity: 0.9;
}
.artist-flex .name {
  font-size: 1.15rem;
  line-height: 1.2;
  font-weight: 800;
  margin-top: 0.2em;
  text-align: left;
}

.comingsoon {
  margin: 2em auto 0;
  width: 30%;
  max-width: 300px;
}
.comingsoon img {
  width: 100%;
}

.text {
  background: #fee7ea;
  background-image: url(../img/main_bg_deco_l.png), url(../img/main_bg_deco_r.png);
  background-position: left center, right center;
  background-repeat: repeat-y;
  background-size: 35%;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 12em 0 8em;
}
.text-img {
  display: block;
  text-align: center;
  margin: auto;
  width: 90%;
  max-width: 650px;
}
.text-img img {
  width: 100%;
}
.text p {
  font-weight: 800;
}
.text-normal {
  margin-top: 2.5em;
  font-size: 1.15rem;
  line-height: 2.5em;
}
.text-red {
  font-size: 1.3rem;
  line-height: 2.25em;
  margin-top: 1.5em;
  color: #f40009;
}

.access {
  background: #fed5dc;
  padding: 5em 0;
}
.access iframe {
  font-size: 1rem;
  margin: 2em auto 0;
  width: 100%;
  max-width: 750px;
  height: 22em;
  display: block;
}
.access-text {
  margin: 2em auto 0;
  width: 100%;
  max-width: 750px;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 3em;
}
.access-text .place {
  font-size: 1.15rem;
  font-weight: 800;
  color: #f40009;
}
.access-text .address {
  font-size: 1.15rem;
  line-height: 1.2;
}

.contact {
  background: #ffffff;
  padding: 5em 0;
  text-align: center;
}
.contact-text {
  margin: 2em auto 0;
  width: 50%;
}
.contact-text .detail-name {
  margin-bottom: 1em;
  font-size: 1.15rem;
  font-weight: 800;
}
.contact-text .detail {
  font-size: 1rem;
  margin: 0.2em 0;
}
.contact-text .detail a {
  text-decoration: underline;
}

.footer {
  width: 100%;
  background: #000000;
  color: #ffffff;
  padding: 2em;
}
.footer .sns {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  padding-bottom: 2em;
}
.footer .sns-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.footer .sns p {
  font-family: "Roboto", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 800;
  font-size: 2rem;
}
.footer .sns li {
  margin-top: 2em;
}
.footer .sns li:hover {
  opacity: 0.8;
}
.footer .sns-instagram, .footer .sns-x, .footer .sns-tiktok {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.footer .sns .sns-instagram {
  background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.footer .sns .sns-x,
.footer .sns .sns-tiktok {
  background: #ffffff;
}
.footer .sns .sns-instagram img,
.footer .sns .sns-x img,
.footer .sns .sns-tiktok img {
  width: 40%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-table {
  font-size: 1rem;
  margin: auto;
}
.footer-table th,
.footer-table td {
  padding: 0.6em 0;
  vertical-align: middle;
}
.footer-table th {
  font-weight: 500;
  position: relative;
  padding-right: 1em;
}
.footer-table th::after {
  content: "|";
  position: absolute;
  right: 0;
}
.footer-table td {
  text-align: left;
  padding-left: 1em;
}
.footer .copyright {
  margin-top: 4em;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1rem;
}

@media screen and (max-width: 1200px) {
  .mv {
    font-size: 1rem;
    margin: auto;
    background-image: url(../img/mv_jam.png), url(../img/mv_back.png);
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-position: top, center;
  }
  .mv-flex {
    padding: 12% 0 3% 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10%;
  }
  .mv .logo {
    font-size: 1rem;
    width: 50%;
  }
  .mv .logo img {
    width: 100%;
  }
  .mv-info {
    width: 50%;
  }
  .mv-info img {
    width: 100%;
  }
  .mv-artists {
    width: 80%;
    margin: auto;
    padding-bottom: 10%;
    text-align: center;
  }
  .mv-artists img {
    width: 100%;
  }
}
@media screen and (max-width: 699px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
  .inner {
    max-width: 650px;
    padding: 0 1.5em;
  }
  .section-title-l .spbr {
    display: block;
  }
  .section-title-l-sub {
    font-size: 1rem;
    padding-bottom: 0.5em;
  }
  .section-title-l-main {
    font-size: 3.5rem;
    line-height: 1;
  }
  .section-title-m .spbr {
    display: block;
  }
  .section-title-m-sub {
    font-size: 1em;
    padding-bottom: 1em;
  }
  .section-title-m-main {
    font-size: 3rem;
    line-height: 1;
  }
  .popup-content {
    padding: 25px;
  }
  .popup-content .js-set-name {
    font-weight: 800;
    font-size: 1rem;
  }
  .popup-content .js-set-text {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .btn-close-popup {
    position: absolute;
    top: -7vh;
    right: -4%;
  }
  .mv {
    font-size: 1rem;
    background-image: url(../img/mv_jam_sp.png), url(../img/mv_back_sp.png);
  }
  .mv-flex {
    padding: 25% 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mv .logo {
    font-size: 1rem;
    width: 100%;
    max-width: 550px;
  }
  .mv-info {
    width: 100%;
    max-width: 550px;
    margin-top: 5%;
  }
  .mv-artists {
    width: 100%;
    padding-bottom: 25%;
    max-width: 550px;
    margin-top: 10%;
  }
  .mv-bg {
    position: absolute;
    bottom: -3vw;
    width: 85vw;
  }
  .main {
    position: relative;
    width: 100%;
  }
  .main .artists-bg {
    position: absolute;
    bottom: -4.5%;
    left: 0;
  }
  .ticket {
    width: 100%;
    position: relative;
    margin-top: -10%;
    padding: 3.5em 0 12em 0;
    -webkit-clip-path: polygon(0 0, 100% 6vw, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 6vw, 100% 100%, 0% 100%);
    margin-bottom: -100px;
  }
  .ticket-free-text {
    font-size: 1.2rem;
  }
  .ticket-free-text span {
    font-size: 1.7rem;
  }
  .ticket-free {
    margin: 2em auto 0;
    text-align: center;
    width: 100%;
    max-width: 700px;
  }
  .ticket-table {
    margin: 2em auto 0;
    font-size: 1rem;
    line-height: 1.3;
    text-align: center;
  }
  .ticket-table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ticket-table th {
    width: 100%;
    padding: 1em;
  }
  .ticket-table td .detail {
    font-size: 1rem;
    line-height: 1.7;
  }
  .ticket .btn {
    margin: 2em auto 0;
    font-size: 1.3rem;
    width: 100%;
    max-width: 500px;
  }
  .ticket .btn a {
    padding: 1.4em;
  }
  .ticket .btn::after {
    position: absolute;
    right: 4%;
  }
  .ticket-bonus {
    margin: 5em auto 0;
    max-width: 300px;
  }
  .ticket-list tbody {
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 1rem;
    line-height: 1.3;
  }
  .ticket-list tbody td {
    padding: 0.8em 0;
    width: 50%;
    font-weight: 600;
    vertical-align: middle;
  }
  .ticket-list tbody .name {
    border-right: 1px solid #ffffff;
  }
  .accordion {
    margin-top: 1.5em;
    width: 100%;
  }
  .accordion-header {
    font-size: 1rem;
  }
  .artists {
    width: 100%;
    position: relative;
    padding: 5em 0 7em 0;
    background: url(../img/artists_bg_r_sp.png) no-repeat top -50% right 0/400px, url(../img/artists_bg_l_sp.png) no-repeat bottom -20% left 0/400px, url(../img/artists_bg_deco.png) no-repeat bottom right/50px, -webkit-gradient(linear, left top, left bottom, from(#f85369), color-stop(50%, #ff314b), to(#ea1400));
    background: url(../img/artists_bg_r_sp.png) no-repeat top -50% right 0/400px, url(../img/artists_bg_l_sp.png) no-repeat bottom -20% left 0/400px, url(../img/artists_bg_deco.png) no-repeat bottom right/50px, -webkit-linear-gradient(top, #f85369 0%, #ff314b 50%, #ea1400 100%);
    background: url(../img/artists_bg_r_sp.png) no-repeat top -50% right 0/400px, url(../img/artists_bg_l_sp.png) no-repeat bottom -20% left 0/400px, url(../img/artists_bg_deco.png) no-repeat bottom right/50px, linear-gradient(180deg, #f85369 0%, #ff314b 50%, #ea1400 100%);
    -webkit-clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 96%);
            clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 96%);
    margin-bottom: -2em;
  }
  .artist {
    margin-top: 3em;
  }
  .artist-date {
    padding: 0.5em 1em;
  }
  .artist-date h4 {
    font-size: 1.3rem;
  }
  .artist-date .small {
    font-size: 0.9rem;
  }
  .artist-flex {
    gap: 1.2em;
  }
  .artist-flex .flex-img {
    width: calc((100% - 1.2em) / 2);
    min-width: 0px;
  }
  .artist-flex .name {
    font-size: 1rem;
  }
  .comingsoon {
    width: 50%;
  }
  .text {
    background-image: url(../img/main_bg_deco_l.png), url(../img/main_bg_deco_r.png);
    background-position: left center, right center;
    background-repeat: repeat-y;
    background-size: 50%;
    font-size: 2.5vw;
    padding: 9em 0 7em;
  }
  .text-img {
    display: block;
    text-align: center;
    margin: 2.5em auto 0;
    width: 85%;
    max-width: 400px;
  }
  .text-img img {
    width: 100%;
  }
  .text-normal {
    font-size: 3.3vw;
    margin-top: 3em;
    font-size: 1rem;
    line-height: 2.5;
  }
  .text-red {
    font-size: 1rem;
    line-height: 2.5;
  }
  .access {
    padding: 4em 0;
  }
  .access iframe {
    font-size: 1rem;
    margin-top: 2em;
    width: 100%;
    height: 18em;
  }
  .access-text {
    margin-top: 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
  }
  .access-text .place {
    font-size: 1rem;
    line-height: 1.5;
  }
  .access-text .address {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .contact {
    padding: 3em 0;
  }
  .contact-text {
    margin: 2em auto 0;
    width: 100%;
  }
  .contact-text .detail-name {
    margin-bottom: 1.5em;
    font-size: 0.9rem;
  }
  .contact-text .detail {
    font-size: 0.9rem;
    line-height: 2em;
  }
  .footer {
    padding: 1em 0 8em;
  }
  .footer .sns {
    gap: 2em;
    padding-bottom: 2.5em;
  }
  .footer .sns-instagram, .footer .sns-x, .footer .sns-tiktok {
    width: 60px;
    height: 60px;
  }
  .footer-table {
    font-size: 0.8rem;
    margin: auto;
  }
  .footer-table th,
  .footer-table td {
    padding: 0.6em 0;
    vertical-align: middle;
  }
  .footer-table th {
    position: relative;
    padding-right: 1em;
  }
  .footer-table td {
    text-align: left;
    padding-left: 1em;
  }
  .footer .copyright {
    font-size: 0.6rem;
  }
}/*# sourceMappingURL=style.css.map */