﻿@charset "UTF-8";
html {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    opacity: 0;
    transition: 0.8s;
}
body.fade-in {
    opacity: 1;
}

/*===================================================================
main
/*================================================================= */
.wrap {
    position: relative;
    max-width: 460px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 768px) {
    .wrap {
        max-width: none;
        width: 100%;
        box-shadow: none;
    }
}

/*===================================================================
bg
/*================================================================= */
.bg-left,
.bg-right {
    width: 50%;
    height: 100vh;
    position: fixed;
    top: 0;
}
.bg-left {
    background: url(../images/top/2026_teaser_bg_01.jpg) no-repeat center / cover;
    left: 0;
}
.bg-right {
    background: url(../images/top/2026_teaser_bg_02.jpg) no-repeat center / cover;
    right: 0;
}

@media only screen and (max-width: 768px) {
    .bg-left,
    .bg-right {
        display: none;
    }
}

/*===================================================================
main
/*================================================================= */
main {
    position: relative;
    z-index: 3;
    background: #ffffff;
    box-shadow: 0 0 5px #000000;
}

/*===================================================================
header
/*================================================================= */
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}
header .header-inner {
    display: flex;
    justify-content: space-between;
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
}
header .header-inner a {
    display: block;
    transition: 0.5s;
}
header .header-inner a:hover {
    opacity: 0.7;
}
header .header-inner .header-logo {
    width: 53px;
}
header .header-inner .header-sns {
    display: flex;
    align-items: center;
    gap: 0 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}
header .header-inner .header-sns li {
    width: 36px;
    margin: 0;
}

@media only screen and (max-width: 768px) {
    header .header-inner {
        max-width: none;
    }
}

/*===================================================================
inner
/*================================================================= */
.inner {
    padding: 0 20px;
}

/*===================================================================
common-title
/*================================================================= */
.common-title {
    margin-bottom: 30px;
    text-align: center;
}
.common-title .title-sub {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.common-title .title-main {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.0;
}
.common-title .title-main span {
    color: #e90071;
}

/*===================================================================
mv
/*================================================================= */
/* .mv {
    margin-bottom: 55px;
} */

/*===================================================================
artist
/*================================================================= */
.artist {
    margin-bottom: 60px;
}
.artist .artist__title {
    margin-bottom: 20px;
}
.artist .artist__list {
    max-width: 380px;
    margin: 0 auto 25px;
    padding: 0;
    list-style: none;
}
.artist .artist__list li {
    position: relative;
    margin: 0 auto;
}
.artist .artist__list li + li {
    margin-top: 20px;
}
.artist .artist__list li .artist-badge {
    position: absolute;
    top: 0;
    left: -3%;
}
.artist .artist__list li .artist-badge.badge-01 {
    width: 23%;
}
.artist .artist__list li .artist-badge.badge-02 {
    width: 48%;
}
.artist .artist__btn {
    max-width: 180px;
    margin: 0 auto;
}
.artist .artist__btn p {
    width: 100%;
    border: 1px solid #000000;
    margin: 0 auto;
    padding: 10px;
    line-height: 1.0;
    text-align: center;
    font-weight: 500;
    border-radius: 20px;
}

/*===================================================================
ticket
/*================================================================= */
.ticket {
    margin-bottom: 40px;
}
.ticket .ticket-img {
    background: rgb(255,140,0);
    background: linear-gradient(0deg, rgba(255,140,0,1) 0%, rgba(255,83,45,1) 50%, rgba(233,0,113,1) 100%);
    margin-bottom: 40px;
    padding: 50px 20px 70px;
}
.ticket .ticket-img .text {
    margin-bottom: 25px;
}
.ticket .ticket-img .btn {
    max-width: 265px;
    width: 100%;
    margin: 0 auto;
}
.ticket .ticket-img .btn a {
    display: block;
    transition: 0.5s;
}
.ticket .ticket-img .btn a:hover {
    opacity: 0.7;
}

/*===================================================================
bnr-instagram
/*================================================================= */
.bnr-instagram {
    position: relative;
}
.bnr-instagram .btn {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 65.75%
}
.bnr-instagram .btn a {
    display: block;
    transition: 0.5s;
}
.bnr-instagram .btn a:hover {
    opacity: 0.7;
}

/*===================================================================
collaboration
/*================================================================= */
.collaboration {
    margin-bottom: 50px;
}
.collaboration .collaboration-title {
    margin-bottom: 25px;
    padding-top: 40px;
    position: relative;
}
.collaboration .collaboration-title::before {
    content: "";
    display: block;
    width: 21px;
    height: 20px;
    background: url(../images/top/2026_teaser_icn_collaboration_title.png) no-repeat center / 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.collaboration .collaboration-title .title-sub {
    background: #000000;
    border-radius: 20px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 10px;
    padding: 5px;
    max-width: 145px;
    width: 100%;
}
.collaboration .collaboration-title .title-main {
    text-align: center;
    font-size: 36px;
    font-weight: 800;
}
.collaboration-title .title-info {
    color: #e90071;
    font-size: 38px;
    line-height: 1.0;
    text-align: center;
    font-weight: 900;
}
.collaboration .collaboration-merit-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.collaboration .collaboration-merit-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 10px 2.8%;
    margin-bottom: 25px;
    padding: 0;
}
.collaboration .collaboration-merit-list li {
    width: 25%;
    margin-bottom: 0;
}
.collaboration .collaboration-text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.8;
}
.collaboration .collaboration-text span {
    background: linear-gradient(transparent 40%, #e9ff00 60%);
}
.collaboration .collaboration-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0;
}
.collaboration .collaboration-list li {
    width: 48%;
    margin-bottom: 0;
}
.collaboration .collaboration-list li a {
    display: block;
    transition: 0.5s;
}
.collaboration .collaboration-list li a:hover {
    opacity: 0.7;
}
.collaboration .collaboration-note-list {
    list-style: none;
    padding: 0;
}
.collaboration .collaboration-note-list li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
    margin-bottom: 0;
}
.collaboration .collaboration-note-list li + li {
    margin-top: 5px;
}

/*===================================================================
archive
/*================================================================= */
.archive {
    margin-bottom: 60px;
}
.archive .archive-movie {
    margin-bottom: 25px;
    padding-top: 56.2857%;
    position: relative;
}
.archive .archive-movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.archive .archive-gallery {
    margin-bottom: 30px;
}
.archive .archive-gallery a {
    display: block;
    transition: 0.5s;
}
.archive .archive-gallery a:hover {
    opacity: 0.7;
}
.archive .archive-button {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
}
.archive .archive-button a {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #000000;
    border-radius: 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    transition: 0.5s;
    text-decoration: none;
}
.archive .archive-button a:hover {
    opacity: 0.7;
}

/*===================================================================
overview
/*================================================================= */
.overview {
    margin-bottom: 60px;
}
.overview .overview-list {
    border: 1px solid #000000;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
.overview .overview-list li {
    display: flex;
    margin-bottom: 0;
}
.overview .overview-list li p {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    padding: 20px 15px;
    width: calc(100% - 66px);
    text-align: left;
}
.overview .overview-list li p span {
    font-size: 12px;
}
.overview .overview-list li .overview-title {
    align-items: center;
    font-size: 12px;
    color: #ffffff;
    background: #000000;
    padding: 20px 5px;
    width: 66px;
}
.overview .overview-list li + li p {
    border-top: 1px solid #000000;
}
.overview .overview-list li + li .overview-title {
    border-top: 1px solid #ffffff;
}
.overview .overview-list li a {
    text-decoration: none;
    color: #000000;
    transition: 0.5s;
}
.overview .overview-list li a:hover {
    opacity: 0.7;
}

/*===================================================================
access
/*================================================================= */
.access {
    padding-bottom:15px;
}
.access .access-map iframe {
    width: 100%;
    height: 220px;
}

/*===================================================================
footer
/*================================================================= */
footer {
    background: #000000;
    position: relative;
    padding: 30px 0 25px;
}
footer .footer-inner {
    padding: 0 15px;
}
footer .footer-sns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
    gap: 0 20px;
}
footer .footer-sns li {
    margin: 0;
    width: 36px;
}
footer .footer-sns li a {
    display: block;
    transition: 0.5s;
}
footer .footer-sns li a:hover {
    display: block;
    transition: 0.5s;
}
footer .copy {
    font-size: 11px;
    color: #ffffff;
    text-align: center;
}