@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    padding: 0;
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    border: 0;
    outline: 0;
}
body {
    line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}
a {
    padding: 0;
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* change colours to suit your needs */
ins {
    color: #000;
    text-decoration: none;
    background-color: #ff9;
}
/* change colours to suit your needs */
mark {
    color: #000;
    font-style: italic;
    font-weight: bold;
    background-color: #ff9;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    padding: 0;
    margin: 1em 0;
    border: 0;
    border-top: 1px solid #ccc;
}
input, select {
    vertical-align: middle;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
svg, img {
    max-width: 100%;
    vertical-align: middle;
}
li {
    list-style: none;
}
h1, h2, h3, h4, h5, h6, th, dt {
    font-weight: normal;
}
article, main, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, picture {
    display: block;
}
/*----------------------------------------------------
	レスポンシブ
----------------------------------------------------*/
.hide {
    display: none;
}
.pc {
    display: inline;
}
.pc.block {
    display: block;
}
.sp {
    display: none;
}
.sp.block {
    display: none;
}
@media (max-width: 960px) {
    .sp {
        display: inline;
    }
    .sp.block {
        display: block;
    }
    .pc {
        display: none;
    }
    .pc.block {
        display: none;
    }
}
/*----------------------------------------------------
	フォント
----------------------------------------------------*/
html {
    font-size: 16px;
}
@media (max-width: 560px) {
    html {
        font-size: 5vw;
    }
}
body {
    color: #000;
    font-family: source-han-sans-cjk-ja, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
}
.serif {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
}
.ff-laski {
    font-family: laski-slab, sans-serif;
    font-style: normal;
    font-weight: 600;
}
/*----------------------------------------------------
	リンク
----------------------------------------------------*/
a {
    color: #000;
    text-decoration: none;
    -webkit-transition: color .3s ease-out, background .3s ease-out, border .3s ease-out, opacity .3s ease-out, -webkit-box-shadow .3s ease-out;
    transition: color .3s ease-out, background .3s ease-out, border .3s ease-out, opacity .3s ease-out, -webkit-box-shadow .3s ease-out;
    transition: color .3s ease-out, background .3s ease-out, border .3s ease-out, opacity .3s ease-out, box-shadow .3s ease-out;
    transition: color .3s ease-out, background .3s ease-out, border .3s ease-out, opacity .3s ease-out, box-shadow .3s ease-out, -webkit-box-shadow .3s ease-out;
}
a .alpha {
    -webkit-transition: color .3s ease-out, background .3s ease-out, border .3s ease-out, opacity .3s ease-out, -webkit-box-shadow .3s ease-out;
    transition: color .3s ease-out, background .3s ease-out, border .3s ease-out, opacity .3s ease-out, -webkit-box-shadow .3s ease-out;
    transition: color .3s ease-out, background .3s ease-out, border .3s ease-out, opacity .3s ease-out, box-shadow .3s ease-out;
    transition: color .3s ease-out, background .3s ease-out, border .3s ease-out, opacity .3s ease-out, box-shadow .3s ease-out, -webkit-box-shadow .3s ease-out;
}
@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
    a:hover .alpha {
        opacity: .75;
    }
}
.link-text a {
    color: #ef7b51;
}
@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
    .link-text a:hover {
        text-decoration: underline;
    }
}
a.link-text {
    color: #ef7b51;
}
@media screen and (min-width: 769px), only screen and (min-device-width: 769px) and (max-device-width: 1024px) and (orientation: landscape) {
    a.link-text:hover {
        text-decoration: underline;
    }
}
@media screen and (max-width: 960px), only screen and (max-device-width: 1024px) and (min-device-width: 768px) {
    a, button {
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-touch-callout: none;
    }
}

/* a:hover img {
    opacity: 0.65;
   }
   a img {
    transition: opacity 0.3s ease-out;
   } */

/*----------------------------------------------------
	contents
----------------------------------------------------*/
.wrapper {
    max-width: 750px;
    margin: auto;
    color: #000;
    line-height: 1.55;
    font-size: 30px;
    padding-top: 128px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 750px) {
    .wrapper {
        font-size: 3.9vw;
        padding-top: 17.5vw;
    }
}
.wrapper img {
    width: 100%;
    display: block;
    line-height: 0;
    font-size: 0;
    vertical-align: bottom;
}
.link {
    position: relative;
    height: 100%;
}
.link h2 {
    position: relative;
    z-index: 1;
}
.link .btn-access {
    position: absolute;
    z-index: 2;
    width: 30.66%;
    right: 10%;
    top: 30%;
}
.link .btn-schedule {
    position: absolute;
    z-index: 2;
    width: 77.33%;
    left: 11.333%;
    top: 82.5%;
}
.price {
    position: relative;
    height: 100%;
}
.price h2 {
    position: relative;
    z-index: 1;
}
.price .btn-ticket {
    position: absolute;
    z-index: 2;
    width: 77.33%;
    left: 11.333%;
    top: 22%;
}
.introduce1 .inner {
    position: relative;
}
.introduce1 .inner .bg {
    position: relative;
    z-index: 1;
}
.introduce1 .inner .txt {
    position: absolute;
    z-index: 2;
    color: #fff;
    width: 86.66%;
    left: 6.66%;
    top: 0%;
}
.introduce2 .inner {
    position: relative;
}
.introduce2 .inner .bg {
    position: relative;
    z-index: 1;
}
.introduce2 .inner .txt {
    position: absolute;
    z-index: 2;
    color: #181000;
    width: 86.66%;
    left: 6.66%;
    top: 0%;
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    }
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.pr {
    position: relative;
}
.pr h2 {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.pr .movie {
    position: absolute;
    width: 87%;
    left: 6.5%;
    top: 33%;
    z-index: 2;
}
.txt-attention {
    padding: 6.0% 0;
    font-size: 75%;
    text-align: center;
    font-weight: bold;
    background: #E5E1E0 ;
}
.txt-attention a {
    text-decoration: underline;
    color: #CC0023;
}
.guide {
    position: relative;
    overflow: hidden;
}
.guide h2 {
    position: relative;
    z-index: 1;
}
.guide ul {
    position: absolute;
    width: 86.66%;
    left: 6.66%;
    top: 34%;
    z-index: 2;
}
footer {
    background: #7771B2;
}
.venice {
    background: #D0E8EC;
}
.sns {
    background: #7771B2;
}
.sns ul {
    overflow: hidden;
}
.sns ul li {
    float: left;
    width: 15.06%;
}
.sns ul li:nth-child(1) {
    width: 50%;
}
.toggle-off {
    display: none;
}
#contents {
    /* padding-top: 128px; */
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center top;
    
    background-color: #000;
    background-image: url(../images/bg.jpg);
    position: relative;
}
@media (max-width: 750px) {
    #contents {
        /* padding-top: 18vw; */
    }
}
.wrap-ticket {
    position: relative;
}
.wrap-ticket .bg {
    position: relative;
    z-index: 1;
}
.wrap-ticket .btn-ticket-01 {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 36.3%;
    width: 100%;
}
.wrap-ticket .btn-ticket-02 {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 64.3%;
    width: 100%;
}
.wrap-movie {
    margin: 0em 8%;
}
.toggle dd {
    display: none;
}
.toggle dt {
    cursor: pointer;
}
.no-op:hover img {
    opacity: 1;
}
#fnav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    max-width: 750px;
    height: 128px;
    margin: auto;
    z-index: 9000;
    background-color: #000;
}
@media (max-width: 750px) {
    #fnav {
        height: 18vw;
    }
}
#fnav .inner {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}
#fnav .inner #btn-guide {
    width: 16.666%;
    top: 0;
    cursor: pointer;
}
#fnav .inner #btn-menu {
    width: 18.66%;
    right: 0;
    top: 0;
    cursor: pointer;
}
#fnav .inner .fnav-top {
    width: 29.3%;
}
#fnav .inner .fnav-top ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#fnav .inner .fnav-top ul li {
    width: 50%;
}
#fnav .inner .nav-parents {
    position: absolute;
    width: 34.66%;
    right: 0;
    margin-top: .5em;
    top: 0;
}
#fnav .inner .nav-parents li {
    margin: 0;
}
#fnav .inner .nav-parents li .nav-child {
    margin: 0;
    border-top: 2px solid #000;
    display: none;
}
#fnav .inner .nav-parents li .nav-child a {
    display: block;
    background: #C1272D;
    line-height: 1.2;
    text-align: center;
    font-size: 100%;
    text-align: center;
    color: #FFF;
    padding: .5em 0;
}
.nav {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    max-width: 750px;
    background-color: #000;
    margin: auto;
    overflow-y: scroll;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
    height: 100vh;
}
.nav .inner {
    position: relative;
    background-image: url(../images/bg_nav.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
}
.nav .inner #btn-close {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    width: 22%;
}
.nav::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}
.nav .sns {
    text-align: center;
    background-color: transparent;
}
.nav .sns li {
    display: inline-block;
    width: 15%;
}
.time {
    position: relative;
}
.time .bg {
    position: relative;
    z-index: 1;
}
.time .countdown-wrap {
    left: 0;
    right: 0;
    top: 30%;
    width: 100%;
    z-index: 5;
    text-align: center;
    color: #FFF;
    position: absolute;
    font-weight: bold;
    line-height: 1;
    display: none;
}
.time .countdown-wrap .inner {
    display: inline-block;
    position: relative;
    padding: 0 .5em;
}
.time .countdown-wrap .inner::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 30%;
    background: #C1272D;
}
.time .countdown-wrap .s {
    font-size: 160%;
}
.time .countdown-wrap .m {
    font-size: 200%;
}
.time .countdown-wrap .l {
    font-size: 280%;
}
.news {
    margin: 0 3.33%;
}
.news .inner {
    padding: 1em 2em 1em;
    font-weight: bold;
    background-repeat: repeat-y;
    background-position: center top;
    background-size: contain;
    background-image: url(../images/news_02.png);
}
.news li span {
    color: #FFF;
    background: #0071BC;
    font-size: 80%;
    padding: 0 .5em;
    display: inline-block;
}
.fadeinBottom {
    opacity: 0;
    transform: translate(0, 50px);
    transition-duration: .4s;
    transition-delay: .4s;
}
.fadeinBottom.on {
    opacity: 1.0;
    transform: translate(0, 0);
}
#guide {
    background-color: #000;
}
#guide ul {
    text-align: center;
}
#guide li {
    display: inline-block;
    width: 13.31%;
}
#guide .op {
    opacity: 0;
    transform: translate(0, 50px);
    transition-duration: .4s;
}
#guide.on .op {
    opacity: 1.0;
    transform: translate(0, 0);
    transition-delay: .5s;
}
#guide.on .op-1 {
    transition-delay: .5s;
}
#guide.on .op-2 {
    transition-delay: .75s;
}
#guide.on .op-3 {
    transition-delay: 1s;
}
#guide.on .op-4 {
    transition-delay: 1.25s;
}
#guide.on .op-5 {
    transition-delay: 1.5s;
}
#guide.on .op-6 {
    transition-delay: 1.75s;
}
#guide.on .op-7 {
    transition-delay: 2s;
}
#guide.on .op-8 {
    transition-delay: 2.25s;
}
#guide.on .op-9 {
    transition-delay: 2.5s;
}
.bg-wrap {
    position: relative;
}
.bg-wrap .bg {
    position: relative;
    z-index: 1;
}
.bg-wrap .bg-on {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.movie-wrap {
    position: relative;
}
.movie-wrap h2 {
    position: relative;
    z-index: 1;
}
.movie-wrap .movie {
    position: absolute;
    z-index: 2;
    left: 7%;
    width: 86%;
    top: 33.5%;
}
#sec01,
#sec02,
#sec03 {
    margin-top: -6em;
    padding-top: 6em;
}
#logo-header {
    width: 34.8%;
    vertical-align: bottom;
    line-height: 1;
    font-size: 0;
}
#logo-header p {
    vertical-align: bottom;
    line-height: 1;
    font-size: 0;
}
#bnr-fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 11em;
    z-index: 9000;
}
.tab-wrap {
    position: relative;
    overflow: hidden;
}
.tab-head {
    overflow: hidden;
}
.tab-head p {
    width: 50%;
    float: left;
}
.tab-head p a {
    display: block;
}

#a01,
#a02,
#a03 {
    margin-top: -6em;
    padding-top: 6em;
}
.list {
    overflow: hidden;
}
.list li {
    width: 50%;
    float: left;
}
.slide01-wrap {
    position: relative;
}
.slide01-wrap-bg {
    position: relative;
    z-index: 10;
}
.slide01-wrap-on {
    position: absolute;
    left: 10%;
    top: 27.5%;
    width: 80%;
    z-index: 20;
}
.slide02-wrap {
    position: relative;
}
.slide02-wrap-bg {
    position: relative;
    z-index: 10;
}
.slide02-wrap-on {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    z-index: 20;
}
.slide-in {
    margin: 0 3%;
}
#tab-01 {
    opacity: 1;
    position: relative;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
}
#tab-02 {
    opacity: 0;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
}
.movie {
    position: relative;
}
.movie-on {
    position: absolute;
    z-index: 10;
    width: 82%;
    left: 9%;
    top: 20%;
}
.movie-bg {
    position: relative;
    z-index: 1;
}

/*----------------------------------------------------
	aside-scroll
----------------------------------------------------*/
.aside-scroll-fixed {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 750px;
    z-index: 1000;
}
.aside-scroll {
    position: absolute;
    right: -25px;
    top: 90px;
    z-index: 2;
    opacity: 1;
    text-align: right;
    color: #FFF;
    transform: rotate(-90deg);
  }
  .aside-scroll ::selection {
    background: transparent
  }
  .aside-scroll ::-moz-selection {
    background: transparent
  }
  .aside-scroll span {
    position: relative;
    display: block;
    line-height: 1.6;
    letter-spacing: -0.025em;
  }
  .aside-scroll span i {
    width: 130px;
    height: 4px;
    display: block;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 7px #000, 0px 0px 7px #000;
  }
  .aside-scroll span i:before {
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    animation: sd-line 3s infinite;
    background-color: #000;
  }
  .engt {
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 24px;
    line-height: 1;
    transform: rotate(180deg);
    text-align: left;
  }

  
  .aside-scroll-fixed-c .engt {
    font-size: 32px;
    text-shadow: 0px 0px 7px #000, 0px 0px 7px #000;
  }
  .aside-scroll-fixed-c .aside-scroll {
    top: 70px;
    }
    .aside-scroll {
        display: inline-block;
        padding: 0em .25em .25em;
        background-color: rgba(0,0,0,0.00);
    }

  
    .aside-scroll.b {
        color: #000;
    }
    .aside-scroll.b span i {
      background-color: #000;
    }
    .aside-scroll.b span i:before {
      background-color: #FFF;
    }
    
  @media (max-width: 750px) {
    .aside-scroll {
        top: 15vw;
        right: -3.3334vw;
    }
    .aside-scroll span i {
        width: 17.3334vw;
        height: 2px;
    }
    .engt {
      font-size: 4vw;
    }

    .aside-scroll-fixed-c .engt {
        font-size: 4.2667vw;
    }
    .aside-scroll-fixed-c .aside-scroll {
        top: 9.3334vw;
    }

  }
  @keyframes sd-line {
    0% {
        transform: translateX(100%)
    }
    to {
        transform: translateX(-100%)
    }
  }
  @media (max-width: 750px) {
    .aside-scroll {
      font-size: 0.75rem;
    }
  }
  .change {
    display: block;
  }
  #guide {
    margin-top: -4.35em;
    padding-top: 4.35em;
  }
  .toggle2 dt {
    cursor: pointer;
  }
  .toggle2 dd {
    display: none;
  }
  .nav-fixed {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    max-width: 750px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
  }
  .nav-fixed > p {
    width: 50%;
  }
  .anchor {
    padding-top: 4em;
    margin-top: -4em;
  }



/* 240701 ADD */

.slide2 li{
    width: 405px;
}
nav .top li{
    width: 482px;
    margin: 42px auto 0;
}
nav .top li:first-child{
    margin-top: 0;
    padding-top: 96px;
}
/* nav .top li:nth-child(6){
    width: 100%;
    margin: 36px auto 0;
} */
nav .top li:nth-child(7){
    width: 560px;
    margin: 24px auto 0;
}
nav .top li:nth-child(8){
    width: 570px;
    margin: 120px auto 0;
}
nav .top li:nth-child(9){
    width: 544px;
    margin: 0 auto;
}
nav .sns-text{
    margin-top: 94px;
}
.nav .sns{
    display: flex;
    justify-content: center;
    width: 400px;
    margin: 0 auto;
    padding-bottom: 50px;
    gap: 18px;
}
.nav .sns li{
    width: 82px;
}
@media (max-width: 750px) {
    .slide2 li{
        width: 54vw;
    }
    nav .top li{
        width: 64.267vw;
        margin: 5.6vw auto 0;
    }
    nav .top li:first-child{
        margin-top: 0;
        padding-top: 12.8vw;
    }
    /* nav .top li:nth-child(6){
        width: 100%;
        margin: 36px auto 0;
    } */
    nav .top li:nth-child(7){
        width: 74.667vw;
        margin: 3.2vw auto 0;
    }
    nav .top li:nth-child(8){
        width: 76vw;
        margin: 16vw auto 0;
    }
    nav .top li:nth-child(9){
        width: 72.533vw;
        margin: 0 auto;
    }
    nav .sns-text{
        margin-top: 12.533vw;
    }
    .nav .sns{
        display: flex;
        justify-content: center;
        width: 53.333vw;
        margin: 0 auto;
        padding-bottom: 6.667vw;
        gap: 2.4vw;
    }
    .nav .sns li{
        width: 10.933vw;
    }
}


.movie-area .youtube{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 57.25%;
    iframe{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
    }
}

/* 2024.10.01 */
.movie-title {
    position: relative;
}
.movie-area {
    position: absolute;
    left: 50%;
    width: 82%;
    transform: translate(-50%, 0);
}
.angmovie {
    top: 20%;
}
.tiaramovie {
    top: 6%;
    width: 78%;
}

/* 2025.02.03 */

.access{
    position: relative;
}
.access p:nth-child(2){
    position: absolute;
    top: 43%;
    right: 10%;
    width: 221px;
}
/* #ticket{
    margin-top: -20%;
    padding-top: 20%;
} */
#schedule{
    margin-top: -10%;
    padding-top: 10%;
}
.accordion-btn {
    width: 100%;
    cursor: pointer;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}
.slide-block{
    position: relative;
}
.slide-block .slide{
    position: absolute;
    top: 1.4%;
    left: 50%;
    transform: translateX(-50%);
    width: 77.334%;
}
@media (max-width: 750px) {
    .access p:nth-child(2){
        width: 29.4667vw;
    }
}



/* 2025.02.26 */
nav .top li:nth-child(8){
    margin: 60px auto 0;
}
@media (max-width: 750px) {
    nav .top li:nth-child(8){
        margin: 8vw auto 0;
    }
}


/* UPD 2025.04.16 */
nav .top li {
    width: 480px;
    margin: 0 auto;
}
nav .top li:first-child {
    padding-top: 80px;
}
nav .top li:nth-child(7) {
    margin: 40px auto 0
}
@media (max-width: 750px) {
    nav .top li {
        width: 64vw;
        margin: 0 auto;
    }
    nav .top li:first-child {
        padding-top: 10.667vw;
    }
    nav .top li:nth-child(7) {
        margin: 5.334vw auto 0
    }
}

#lineup {
    margin-top: -130px;
    padding-top: 130px;
}
@media (max-width: 750px) {
    #lineup {
        margin-top: -17.334vw;
        padding-top: 17.334vw;
    }
}





/* 20250602 ADD */
#fnav {
    padding-right: 1em;
}
#fnav .inner .fnav-top {
    margin-inline: auto 0;
}
.nav-fixed {
    display: grid;
    grid-template-columns: 28.8% 1fr 28.8%;
    column-gap: 1px;
    background-color: #000000;
    visibility: hidden;
    opacity: 0;
    transition-property: opacity, visibility;
    transition-duration: 0.25s;
    transition-behavior: allow-discrete;
}
.nav-fixed.on {
    visibility: visible;
    opacity: 1;
}
.nav-fixed > p {
    width: 100%;
}


.--offset {
    margin-top: -4.35em;
    padding-top: 4.35em;
}
.--offset-db {
    margin-top: -8.7em;
    padding-top: 8.7em;
}

.page_anchor ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}