@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&family=Noto+Sans+JP:wght@500;700;900&family=Noto+Serif+JP:wght@700;900&display=swap');
@media print {
    .no-print {
        display: none !important;
    }
}
/* guarded image */
.guarded {
    pointer-events: none;
}
.guarded img {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
}
:root {
    --purple: #4f1e79;
    --pink: #de5f9a;
    --rose: #b64e9e;
    --yellow: #f1e411;
    --paper: #f4e9ef;
    --ink: #111;
    --frame-color: #4f1e79;
    --frame-size: 18px;
}
@media (max-width:768px) {
    :root {
        --frame-size: 10px;
    }
}
@media (max-width:480px) {
    :root {
        --frame-size: 0;
    }
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    line-height: 1.8;
    background: var(--purple);
}

a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    opacity: .72;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
ul {
    list-style: none;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
@media(max-width:992px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}
#wrapper {
    overflow: hidden;
}

#LVintro,#info,#guideline,#gc{background: var(--purple);}

.loading {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--purple);
    z-index: 9999;
}
.loading .loader {
    width: 220px;
    animation: loader 2s infinite ease-in-out;
}
@keyframes loader {
    0%, 100% {
        filter: blur(0)
    }
    50% {
        filter: blur(20px)
    }
}
.openbtn {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 9999;
    width: 72px;
    height: 72px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: var(--purple);
    cursor: pointer;
}
.openbtn span {
    position: absolute;
    left: 18px;
    width: 36px;
    height: 2px;
    background: #fff;
    transition: .35s;
}
.openbtn span:nth-child(1) {
    top: 27px
}
.openbtn span:nth-child(2) {
    top: 36px
}
.openbtn span:nth-child(3) {
    top: 45px
}
.openbtn.active span:nth-child(1) {
    top: 36px;
    transform: rotate(45deg)
}
.openbtn.active span:nth-child(2) {
    opacity: 0
}
.openbtn.active span:nth-child(3) {
    top: 36px;
    transform: rotate(-45deg)
}
#g-nav {
    position: fixed;
    inset: 0;
    z-index: -1;
    opacity: 0;
    background: url('../img/lv-hero-pc.svg') center/cover no-repeat #180826;
    transition: .35s;
}
#g-nav.panelactive {
    z-index: 999;
    opacity: 1;
}
#g-nav-list {
    position: fixed;
    inset: 0;
    display: none;
    overflow: auto;
}
#g-nav.panelactive #g-nav-list {
    display: block;
}
.gnavi {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(620px, 86vw);
    text-align: center;
}
.gnavi li {
    margin: 10px 0;
}
.gnavi a {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
    background: rgba(79, 30, 121, .72);
    border: 1px solid rgba(255, 255, 255, .25);
}
.gnavi span {
    display: block;
    font-size: .72rem;
    color: var(--yellow);
    letter-spacing: .06em;
}
#LVhome {
    margin: 0;
    padding: 0;
    background: #000;
}
.home-area {
    width: 100%;
}
.home-area h1 {
    margin: 0;
    line-height: 0;
}
.sectionBase {
    position: relative;
    padding: 80px 0;
    background: linear-gradient(180deg, var(--pink), var(--purple));
    overflow: hidden;
}
.sectionBase:nth-of-type(even) {
    background: #fac3e8;
}

.headline-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
    width: fit-content;
    margin: 0 auto 36px;
}
.headline {
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
    font-size: clamp(1.6rem, 4vw, 3rem);
    font-weight: 700;
    color: #fff;
    letter-spacing: .08em;
    line-height: 1.05;
    text-shadow: -2px -2px 0 #111, 2px -2px 0 #111, -2px 2px 0 #111, 2px 2px 0 #111, 4px 4px 0 #111;
    margin: 0;
    padding: .15em .4em;
}


.headline .orb {
    display: block;
    margin-top: .45em;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: .9rem;
    color: var(--yellow);
    text-shadow: 2px 2px 0 #111;
}

.inner {
    position: relative;
    z-index: 1;
    width: min(900px, 90vw);
    margin: auto;
}
.youtube-content {
    position: relative;
    z-index: 1;
    width: min(900px, 90vw);
    margin: 0 auto 60px;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
    border: 4px solid var(--yellow);
}
.youtube iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.leadCard {
    position: relative;
    z-index: 1;
    width: min(900px, 90vw);
    margin: 0 auto 60px;
    padding: 34px 28px;
    text-align: center;
    color: var(--ink);
    /*background: url('../img/bg_ticket.jpg'), var(--paper);
    border: 4px solid var(--purple);*/
}
.leadCard__main {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(1.25rem, 3vw, 2rem);
    font-weight: 900;
    text-align: center;
    line-height: 1.7;
}
.news-box {
    position: relative;
    z-index: 1;
    background: var(--paper);
    color: var(--ink);
    border-top: 6px solid var(--purple);
    border-bottom: 6px solid var(--purple);
}
ul.feed li {
    padding: 14px 16px;
    border-bottom: 1px dotted rgba(0, 0, 0, .35);
}
ul.feed li span {
margin-bottom: 15px;
    display: inline-block;
    color: var(--purple);
    border: 3px solid var(--purple);
    background: var(--yellow);
    padding: .15em .8em .25em;
    font-weight: 800;
    margin-right: 12px;
}
ul.feed a {
    color: var(--ink);
    text-decoration: underline;
    text-underline-offset: .2em;
}
.info-content, .guideline-content {
    position: relative;
    z-index: 1;
    width: min(900px, 90vw);
    margin: auto;
}
.infotable {
    width: 100%;
    border-collapse: collapse;
    background: #f5f5f5;
    color: #222;
    font-size: .95rem;
}
.infotable tr {
    border-top: 1px dotted #333;
}
.infotable tr:first-child {
    border-top: 6px solid var(--purple);
}
.infotable tr:last-child {
    border-bottom: 6px solid var(--purple);
}
.infotable th {
    width: 150px;
    padding: 1rem;
    vertical-align: top;
    background: rgba(79, 30, 121, .13);
    font-weight: 900;
}
.infotable td {
    padding: 1rem;
    text-align: left;
}
.midashi {margin-bottom: 15px;
    display: inline-block;
    color: var(--purple);
    border: 3px solid var(--purple);
    background: var(--yellow);
    padding: .15em .8em .25em;
    font-weight: 800;
}
.kome, .ten {
    font-size: .84rem;
    line-height: 1.6;
    margin: .5em 0 0 1.2em;
}
.kome li, .ten li {
    text-indent: -1.2em;
    margin-bottom: .25em;
}
.kome li::before {
    content: '※';
    margin-right: .2em
}
.ten li::before {
    content: '・';
    margin-right: .2em
}
.kome a, .ten a{text-decoration: underline;}

.accordion-area {
    position: relative;
    z-index: 1;
    width: min(900px, 90vw);
    margin: auto;
}
.accordion-area li {
    margin: 12px 0;
}
.accordion-area section {
    background: #111;
    padding: 10px 0;
}
.title {
    position: relative;
    cursor: pointer;
    padding: 12px 20px 12px 56px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 900;
}
.title::before, .title::after {
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    width: 16px;
    height: 2px;
    background: #fff
}
.title::after {
    transform: rotate(90deg)
}
.title.close::before {
    transform: rotate(45deg)
}
.title.close::after {
    transform: rotate(-45deg)
}
.box {
    display: none;
    margin: 0 3% 3%;
    padding: 3%;
    background: #eee;
    color: #222;
}
.theaterNote {
    text-align: center;
    color: #222;
    font-weight: 900;
}
.table-striped {
    width: 100%;
    border-collapse: collapse;
}
.table-striped th {
    width: 120px;
    padding: 8px;
    background: #4f1e79;
    color: #fff;
}
.table-striped td {
    padding: 8px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.table-striped tr:nth-child(odd) td {
    background: #f7f1f6
}
.table-striped a {
    color: #222;
    text-decoration: underline;
}
.guideline-content {
    padding: 26px;
    background: #f5f5f5;
    color: #222;
}
.guideline-content h4 {
    margin: 22px 0 8px;
    font-size: 1.15rem;
}
.stageBanner {
    text-align: center
}
.stageBanner img {
    max-width: 700px;width:80%;
    border: 3px solid var(--yellow);
}
footer {
    padding: 60px 0 80px;
    text-align: center;
    color: #fff;
}
.footer_logo {
    width: min(360px, 70vw);
    margin: 0 auto 26px;
}
.footer_logo img {
    width: 100%;
}
.follow ul {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin: 30px auto;
}
.follow img {
    width: 30px
}
.copyright {
    font-size: .8rem;
    opacity: .75;
}
.fadeIn, .ZoomIn, .Smooth, .blurUp {
    opacity: 0;
    transition: 1s
}
.ZoomIn {
    transform: scale(1.3)
}
.ZoomIn.is-inview, .blurUp.is-inview {
    opacity: 1;
    transform: scale(1)
}
.Smooth {
    transform: translateY(50px) skewY(8deg)
}
.Smooth.is-inview {
    opacity: 1;
    transform: translateY(0) skewY(0)
}
.fadeIn.is-inview {
    opacity: 1;
}
@media(max-width:992px) {
    .openbtn {
        width: 58px;
        height: 58px
    }
    .openbtn span {
        left: 14px;
        width: 30px
    }
    .openbtn span:nth-child(1) {
        top: 21px
    }
    .openbtn span:nth-child(2) {
        top: 29px
    }
    .openbtn span:nth-child(3) {
        top: 37px
    }
    .sectionBase {
        padding: 60px 0
    }
    .infotable th, .infotable td {
        display: block;
        width: 100%;
    }
    .infotable th {
        padding: .7rem 1rem
    }
    .table-striped th, .table-striped td {
        display: block;
        width: 100%;
    }
    .headline {
        font-size: clamp(1.75rem, 10vw, 3.2rem)
    }
    .lz {
        display: none
    }
    .leadCard {
        padding: 28px 18px
    }
}

/* =========================================================
   AKECHICO MAIN NAV STYLE for LV
   jQuery removed / Pure JS controlled
========================================================= */

#main-nav.site-nav{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}

.openbtn{
  display:block;
  position: fixed;
  z-index: 9999999;
  cursor: pointer;
  top: 10px;
  right: 10px;
  width: 82px;
  height: 87px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #4f1e79;
  padding: 0;
}

.openbtn span{
  display:block;
  position:absolute;
  width:34px;
  height:2px;
  background:#fff;
  transition:all .35s ease;
}

.openbtn span:nth-of-type(1),
.openbtn span:nth-of-type(3){
  height: 2px;
  background: #fff;
  width: 62%;
  left: 14px;
}

.openbtn span:nth-of-type(1){ top: 34px; }
.openbtn span:nth-of-type(2){ display:none; }
.openbtn span:nth-of-type(3){ top: 48px; }

.openbtn:hover{
  background:#f1e411;
}

.openbtn:hover span:nth-of-type(1){
  top: 29px;
}

.openbtn:hover span:nth-of-type(3){
  top: 53px;
}

.openbtn.active span:nth-of-type(1){
  top: 33px;
  left: 16px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
  height: 2px;
}

.openbtn.active span:nth-of-type(3){
  top: 45px;
  left: 16px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
  height: 2px;
}

#g-nav{
  position: fixed;
  inset: 0;
  z-index: 999;
  opacity: 1;
  background: transparent;
  pointer-events: none;
}

#g-nav.panelactive{
  pointer-events: auto;
  width: 100%;
  height: 100vh;
}

.menu-bg{
  position: fixed;
  inset: 0;
  z-index: 200;
  background: #4f1e79 url("../../img/menu-bg.webp") center top no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity .45s ease;
  pointer-events: none;
}

#g-nav.panelactive .menu-bg{
  opacity: 1;
}

.circle-bg{
  display:none;
}

#g-nav-list{
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 110px 0 40px;
}

#g-nav.panelactive #g-nav-list{
  display: block;
}

#page-link.nav-list{
  list-style: none;
  width: min(920px, 92vw);
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
  text-align: center;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .35s ease, transform .35s ease;
}

#g-nav.panelactive #page-link.nav-list{
  opacity: 1;
  transform: translateY(0);
}

#page-link.nav-list li{
  padding: 10px 0;
}

#g-nav.panelactive #page-link.nav-list li{
  animation-name: gnaviAnime;
  animation-duration: 1s;
  animation-delay: .05s;
  animation-fill-mode: forwards;
  opacity: 0;
}

#page-link.nav-list a{
  display: block;
  padding: 12px 14px;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-decoration: none;
  transition: all .25s ease;
  background: rgba(255,255,255,.1);
  border: 0;
  text-transform: none;
}

#page-link.nav-list a:hover{
  background: rgba(255,255,255,.9);
  color: #000;
  opacity: 1;
  transform: translateY(-1px);
}

@keyframes gnaviAnime{
  0%{ opacity: 0; transform: translateY(60px); }
  100%{ opacity: 1; transform: translateY(0); }
}

.nav-sns{
  position: relative;
  z-index: 999;
  margin: 28px auto 0;
}

#g-nav .follow{
  text-transform: none;
  font-size: 0.7em;
  display: flex;
  align-items: stretch;
  text-align: center;
  margin: auto;
  width: 280px;
  padding: 10px 0;
  list-style: none;
}

#g-nav .follow li{
  width: 70px;
  min-height: 50px;
  padding: 8px 0;
  text-align: center;
  margin: auto;
}

#g-nav .follow li a{
  display:block;
  color:#fff;
  font-size: 0.8em;
  line-height: 1.5;
  text-decoration:none;
}

#g-nav .follow li a:hover{
  opacity: 0.5;
}

.in-img,
.tw-img,
.yt-img{
  width: 35px;
}

body.nav-open{
  overflow: hidden;
}

.loading{
  opacity:1;
  visibility:visible;
  transition: opacity .6s ease, visibility .6s ease;
}

.loading.is-hide{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}

.box{
  overflow:hidden;
  max-height:0;
  display:block;
  transition:max-height .45s ease;
}

.box.is-open{
  max-height:2000px;
}

@media (max-width:768px){
  .menu-bg{
    background-image:url("../../img/menu-bg-sp.webp");
    background-position:center bottom;
    background-size:cover;
  }

  .openbtn{
    width: 55px;
    height: 58px;
  }

  .openbtn span:nth-of-type(1),
  .openbtn span:nth-of-type(3){
    height:2px;
    width:62%;
    left:10px;
  }

  .openbtn span:nth-of-type(1){ top:20px; }
  .openbtn span:nth-of-type(3){ top:30px; }

  .openbtn:hover span:nth-of-type(1){
    top: 18px;
  }

  .openbtn:hover span:nth-of-type(3){
    top: 35px;
  }

  .openbtn.active span:nth-of-type(1){
    top: 20px;
    left: 10px;
  }

  .openbtn.active span:nth-of-type(3){
    top: 32px;
    left: 10px;
  }

  #g-nav-list{
    padding-top: 88px;
  }

  #page-link.nav-list{
    width: min(520px, 88vw);
    grid-template-columns: 1fr 1fr;
    gap: 8px 10px;
  }

  #page-link.nav-list a{
    padding: 10px 5px;
    font-size: 0.8rem;
    letter-spacing: 0;
  }
}

@media (max-width:480px){
  #page-link.nav-list{
    grid-template-columns: 1fr;
  }
}


.headline--gear{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
}


.headline__gear{
  width:25px;
  height:25px;
  background:url("../svg/gear-bg.svg") center/contain no-repeat;
  animation:gearRotate 14s linear infinite;

  position:relative;
  top:-8px;      /* ←ここで上へ */
}

.headline__gear:last-child{
  animation-direction:reverse;
}

@keyframes gearRotate{
  from{
    transform:rotate(0deg);
  }
  to{
    transform:rotate(360deg);
  }
}
@media (max-width:768px){

  .headline{
    font-size:1.55rem;
  }

  .headline--gear{
    gap:8px;
  }

  .headline__gear{
    width:20px;
    height:20px;
  }

}


/* =========================================================
   GRAIN OVERLAY（soles寄せ・最終）
========================================================= */
.grain {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  pointer-events: none;
  background-image: url("../img/grain.webp");
  background-repeat: repeat;
  background-size: 220px 220px;
  opacity: .12;
  /* ★要素は動かさず、背景だけ切り替える */
  animation: grainBg 1.4s steps(1) infinite;
  will-change: background-position;
}
@keyframes grainBg {
  0% {
    background-position: 0px 0px;
  }
  10% {
    background-position: 12px -8px;
  }
  20% {
    background-position: -8px 14px;
  }
  30% {
    background-position: 16px 6px;
  }
  40% {
    background-position: -14px -6px;
  }
  50% {
    background-position: 8px -14px;
  }
  60% {
    background-position: -16px 8px;
  }
  70% {
    background-position: 14px 12px;
  }
  80% {
    background-position: -6px -16px;
  }
  90% {
    background-position: 10px 2px;
  }
  100% {
    background-position: 0px 0px;
  }
}