@charset "UTF-8";

body {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
    font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
    position: relative;
}
.sp-inner {
    background-color: rgba(0, 0, 0, 1);
    width: 430px;
    display: block;
    margin: 0 auto;
    color: #fff;
}
h1.logo img {
    display: block;
    width: 165px;
}
header {
    background: #00FF01;
    width: 430px;
    height: 58px;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 50%;
    width: 430px;
    transform: translateX(-50%);
    z-index: 100;
}
header ul {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-around;
}
#about,
#live,
#battle-track {
    scroll-margin-top: 70px;
}
.pc-back {
    background-image: url(./image/back.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    position: fixed;
    height: 100vh;
    overflow-y: scroll;
    width: 100%;
    scroll-behavior: smooth;
    scrollbar-gutter: stable both-edges;
}
mg.tit-img, ul.col3 li img {
    width: 100%;
}
ul.col3 li a img {
    width: 31px;
}
ul#top-sns li img {
    width: 40px;
    height: 40px;
}
ul#top-sns li {
    list-style: none;
}
p.catch {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    display: block;
    width: fit-content;
    position: absolute;
    bottom: 23%;
    left: 0;
    right: 0;
}

.kv a {
    position: absolute;
    display: block;
    width: 223px;
    height: 110px;
    bottom: 1%;
    right: 3%;
}

.kv-inner img.banner {
    /*position: absolute;
    bottom: 2%;
    right: 4%;*/
    max-width: 223px;
    }

img.banner-sub {
    position: absolute;
    top: -12%;
    left: -24%;
    max-width: 103px;
    animation: poyopoyo 2s ease-out infinite;
    opacity: 1;
}
@keyframes poyopoyo {
    0%, 40%, 60%, 80%, 100% {
        transform: scale(1.0);
    }
    50%, 70% {
        transform: scale(1.15);
    }
}

section.other img {
    margin: 3em auto;
    display: block;
    width: 100%;
}
.fadein-section {
  opacity: 0; /* 初期は非表示 */
}
.fadein-section.animate__animated {
  opacity: 1; /* アニメーション時に表示 */
}
.fadein-section.animate__animated {
  --animate-duration: 2s; /* 5秒でフェードイン */
}
img.tit-img {
    margin: 0 auto 0;
    display: block;
    width: 295px;
    mix-blend-mode: screen;
}
section.judges {
    padding: 80px 0 90px ;
    /*background: linear-gradient(180deg, rgba(32, 4, 26, 0.00) -1.51%, #14143E 44.56%, #14143E 87.79%, rgba(23, 15, 38, 0.00) 99.42%);*/
    background: linear-gradient(180deg, rgba(32, 4, 26, 0.00) -1.51%, #14143E 59.56%, #14143E 95.79%, rgba(23, 15, 38, 0.00) 99.42%);
}
section.judges img.tit-img {
    margin: 0 auto ;
}
html {
    max-width: 100%;
    width: 100%;
    overflow-x: hidden;
}
h2:before, section.live h3:before {
    margin-right: 15px;
}
h2:after,section.live h3:after {
    margin-left: 15px;
}
h2::before, h2::after, section.live h3::before, section.live h3::after {
    content: "";
    height: 1px;
    background: #FF64DD;
    width:10px !important;
}
h2, section.live h3 {
    display: flex !important;
    align-items: center;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 0;
    font-weight: 400;
    letter-spacing: 1px;
    justify-content: center;
}
span.asta {
    font-size: 11px;
    font-weight: 300;
    position: absolute;
    right: 5%;
    top: 13%;
}
.base {
    position: relative;
}
ul.col3 {
    display: flex;
    list-style: none;
    gap: 14px;
    justify-content: space-evenly;
    padding: 0 15px;
    margin-top: 30px;
}
ul.col3 h3 span {
    font-size: 10px;
    font-weight: normal;
    text-align: center;
}
ul.col3 h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}
ul.col3 h3 span {
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    display: block;
}
ul.col3 a img {
    width: 30px;
    margin: 0 auto;
    display: block;
}
section.about {
    padding: 0px 0 40px ;
}
section.about dt {
    font-size: 16px;
    color: #00FF01;
    vertical-align: middle;
    text-align: center;
    border: 1px solid;
    width: fit-content;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    padding: 1px 20px;
    font-style: italic;
}
section.about dt i {
    margin-right: 10px;
}
section.about dd {
    font-size: 14px;
    width: 90%;
    margin: 0 auto 30px;
    display: block;
    line-height: 24px;
    text-align: center;
    font-weight: 300;
}
section.about dd:last-child {
    margin-bottom: 0;
}
h4.bottoms {
    position: relative;
}
h4.bottoms::after{
    content: "";
    display: block;
    width: 38px;
    height: 3px;
    background: #ff64dd;
    margin: 5px auto 0;
}
img.date {
    display: block;
    margin: 2em auto 0;
    width: 72%;
}
section.live h4 span {
    font-size: 14px;
    border: 1px solid;
    padding: 5px 10px;
    margin-right: 10px;
    font-weight: 400;
}
section.live h4 {
    font-size: 24px;
    text-align: center;
    margin: 0.8em auto 1em;
}
section.live h4.place {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.8em auto 0.7em;
}
img.invi {
    display: block;
    margin: -0.5em auto 2.5em;
        width: 74%;
}
img.img-col1 {
    display: block;
    margin: 0 auto;
    width: 222px;
}
section.live h5 span {
    font-size: 11px;
    display: block;
    font-weight: 400;
}
section.live h5 {
    text-align: center;
    font-size: 16px;
    margin: 1em auto 0;
}
footer {
    width: 430px;
    background: #00FF01;
    margin: 0 auto;
    padding: 20px 20px 40px;
    box-sizing: border-box;
}
.copy {
    font-size: 10px;
    text-align: center;
}
/* .stripe-back {
    background-image: url(./image/st-back.webp);
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top center;
} */

.container-back01 {
    background-image: url(./image/bg-img01.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.container-back02 {
    background-image: url(./image/bg-img02.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
section.about dl {
    margin-top: 1.5em;
    margin-bottom: 0;
    display: block;
}
section.kv .kv-inner img.catch-copy {
    display: block;
    position: absolute;
    /* top: 33%; */
    bottom: 19%;
    @media screen and (max-width: 768px) {
        bottom: 22%;
    }
}
img.catch-copy2 {
    width: 96%;
    display: block;
    margin: 5.5em auto 1em;
}
img.ac1 {
    position: fixed;
    top: 37%;
    left: 7%;
    width: 25%;
}
.ac2 {
   position: fixed;
    right: 10%;
    top: 36%;
    right: calc(50% - 31% - 140px);
}
.ac2 img {
    /*width: 70%;*/
    margin: 0 auto 1em;
    display: block;
    max-width: 260px;
}
.ac2 ul {
    display: flex;
    list-style: none;
    gap: 10px;
    justify-content: center;
    padding: 0;
    margin: -8% 0;
}
.ac2 ul img {
    width: 60px;
}
.ac-nav {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: transparent;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    margin-top: 13%;
}
.ac-nav-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 40px;
    width: 211px;
    margin: 0 auto;
    padding: 0 44px 0 24px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 255, 200, 0.50), 0 0 5px 0 rgba(255, 255, 255, 0.40);
    text-decoration: none;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}
.ac-nav-label {
    text-align: center;
}
.ac-nav-arrow {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px;
    line-height: 1;
}
footer img {
    margin: 0 auto;
    display: block;
    width: 50%;
}
section.live {
    padding: 30px 0 100px;
}
ul#top-sns a:hover, ul#ac-sns a:hover, footer a:hover, ul.col3 img.ti-link:hover{
    opacity: 0.8;
}
.scale-inner {
    width: 100%;
    overflow: hidden;
    border-radius: 80px;
}
a:hover, ul.col3 li .scale-inner img:hover {
    cursor: pointer;
}
section.live h4.bottoms {
    font-size: 20px;
}
.kv-inner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
section.kv .kv-inner img {
    width: 100%;
    object-fit: cover;
}
.kv-back-video {
    width: 100%;
    aspect-ratio: 860 / 1100;
    border: none;
    display: block;
    pointer-events: none;
}



@media screen and (max-width: 1280px) {
img.ac1 {
        left: 2%;
        top: 29%;
    }
    .ac2 {
        /*right: -3%;*/
        right: calc(50% - 32% - 210px);
        width: 32%;
        top: 28%;
    }
}

@media screen and (max-width: 768px) {
img.ac1, .ac2 {
    display: none;
}

header, footer, .sp-inner {
    width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        margin: 0;
        overflow: hidden;
        left: unset;
        transform: unset;
}
section.kv img {
    width: 100%;
}
ul.col3 {
    align-items: stretch;
    justify-content: space-evenly;
    flex-direction: row;
}
footer {
    overflow: unset;
    padding: 2em 0 3em;
}
.pc-back {
    background-image: url(./image/back.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    position: fixed;
    height: 100vh;
    overflow-y: scroll;
    width: 100%;
    min-height: 100vh;
    position: relative;   /* fixedやめる */
  height: auto;
  overflow: visible;
}
header {
    top: 0;
    left: 0;
    width: 100%;
    transform: unset;
    z-index: 100;
}
h1.logo img {
    width: 100%;
    height: auto;
    padding-bottom: 2px;
}
header ul {
    align-items: baseline;
    justify-content: right;
    gap: 5px;
    }
    header ul#top-sns {
    justify-content: right;
}
}

section.lineup {
    padding: 40px 0 0px;
}

.lineup-inner {
    padding: 20px 0 0;
}

.lineup-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    justify-content: center;
    padding: 0 15px;
}

.lineup-card {
    background: transparent;
    border: none;
    padding: 8px 0;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.lineup-card-media {
    width: 100%;
    height: auto;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.lineup-card-media img {
    border-radius: 0;
    box-shadow: none;
}

.lineup-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lineup-card-name {
    font-size: 14px;
    letter-spacing: 1.4px;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 0 5px rgba(0, 248, 161, 0.70);
    position: relative;
    display: inline-block;
    isolation: isolate;
    padding: 0 4px;
}
.lineup-card-name::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 9px;
    background: linear-gradient(90deg, #CB64FF, #FA55BB);
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
    z-index: -1;
}

.lineup-card-social {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 2px;
}

.lineup-card-social a:hover {
    opacity: 0.8;
}

.lineup-card-social img {
    width: 30px;
    height: 30px;
    /*padding: 6px;*/
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.lineup-card-social a {
    display: inline-flex;
}

/* ===== Schedule Section ===== */
section.schedule {
    padding: 0px 0 40px;
}

section.schedule img.tit-img {
    max-width: 400px;
    width: 100%;
}

.schedule-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0 15px;
    max-width: 400px;
    margin: 30px auto 0;
}

.schedule-item {
    width: 100%;
}

.schedule-header {
    position: relative;
    height: 30px;
    background: linear-gradient(135deg, #00FFA6 0%, #006999 100%);
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.schedule-date {
    width: 130px;
    height: 30px;
    background: #000;
    clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.42px;
    line-height: 1.5;
}

.schedule-phase {
    flex: 1;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1.8px;
    line-height: 1;
}

.schedule-title-card {
    background: #e8e8e8;
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
}

.schedule-icon {
    width: 29px;
    height: 29px;
    flex-shrink: 0;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.schedule-icon img {
    width: 17px;
    height: 17px;
    object-fit: contain;
    display: block;
}

.schedule-icon.schedule-icon-site {
    width: auto;
    min-width: 90px;
    background: transparent;
}

.schedule-icon.schedule-icon-eve-logo {
    width: auto;
    min-width: 91px;
    background: none;
}

.schedule-icon.schedule-icon-eve-logo img {
    width: 91px;
    height: 100%;
    object-fit: contain;
    display: block;
}

.schedule-badge-site {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 90px;
    height: 27px;
    padding: 0 10px;
    background: #00acd8;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
}

.schedule-title-card p {
    margin: 0;
    color: #000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
}

.schedule-desc-card {
    margin-top: 16px;
    min-height: 91px;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 18px 24px;
    box-sizing: border-box;
}

.schedule-desc-card::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -6px;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background: #000;
    border-left: 1px solid rgba(255, 255, 255, 0.9);
    border-top: 1px solid rgba(255, 255, 255, 0.9);
}

.schedule-desc-main {
    margin: 0;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
}

.schedule-desc-note {
    margin: 0;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: 0.3px;
    line-height: 1.2;
    opacity: 0.9;
}

.schedule-note {
    color: #FFF;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
    letter-spacing: 0.36px;
    margin-top: 30px;
    padding-inline: 15px;
}

.battle-track-inner {
    margin: 30px 0 0;
    padding: 0 15px ;
}

.battle-track-grid {
    display: flex;
    gap: 20px;
}

.battle-track-card {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}

.battle-track-image {
    overflow: hidden;
}

.battle-track-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.battle-track-name {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 0 10px;
    color: #ffffff;
}

.battle-track-description {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.85);
    text-align: left;
}

.battle-track-tag {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    background: #000;
    box-shadow: 0 0 5px 0 #ffffff;
    margin: 0 auto;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-top: auto;
}

.bt-icon-music {
    width: 35px;
    height: 34px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.bt-icon-music img {
    width: 19px;
    height: 19px;
}

.bt-label {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
    color: #fff;
    letter-spacing: 1.6px;
    white-space: nowrap;
}

.bt-meta {
    width: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-shrink: 0;
    @media screen and (max-width: 768px) {
        width: calc(100% - 55px);
    }
}

.bt-icon-play {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: block;
}

.battle-track-tag:hover {
    opacity: 0.9;
}

section.battle-track {
    padding: 30px 0 90px;
}

section.battle-track img.tit-img {
    max-width: 430px;
    width: 100%;
}