@charset "UTF-8";


@media screen and (min-width: 897px) {

    .sp {
        display: none !important;
    }

    .pc {
        display: block;
    }
}

@media screen and (max-width: 896px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block;
    }
}

:root {
    --en-text: "futura-pt", sans-serif;
}


html {
    scroll-behavior: smooth;
}

body,
html {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    color: #1c1c1c;
}


img {
    width: 100%;
    height: auto;
    display: block;
}

.lang-chage {
    position: fixed;
    top: 24px;
    right: 24px;
}

.lang-chageButton {
    font-family: var(--en-text);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100px;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 4px 20px;
    transition: all 0.2s ease;
}

.lang-chageButton:hover {
    background: #ffffff;
    color: #F08456;
}


.kv {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    background: #F08456;
    color: #ffffff;
}

.kv .kv_jacket {
    width: 56%;
}

.kv_logo {
    width: 44%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.kv-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 90%;
}

.kv-content>div {
    width: 100%;
    max-width: 500px;
}

.kv-img img {
    object-fit: contain;
    height: 100%;
}

.kv-img {
    flex-shrink: 0;
}

.artist-name {
    max-width: 550px;
    margin: 0 auto;
}

.kv-content h1 {
    display: block;
    margin: 24px auto 32px;
    width: 100%;
    max-width: 550px;
}

.kv-content h1 img {
    width: 100%;
}

.kv-content p {
    display: block;
    font-family: var(--en-text);
    font-weight: 600;
    letter-spacing: 0.06em;
}

.date-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 550px;
    margin: 0 auto;
}

.date {
    font-family: var(--en-text);
    font-size: 52px;
    display: flex !important;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.date small {
    font-size: 18px;
    margin-left: 4px;
}

.release-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border: 1px solid #F08456;
    padding: 4px 20px;
    min-width: 140px;
    letter-spacing: 0.09em;
}

.tieup-top {
    font-family: "Noto Sans JP", sans-serif !important;
    letter-spacing: normal !important;
    margin-top: 10px;
    line-height: 160%;
    font-size: 16px;
    color: #4e3528;
}

.section {
    padding: 80px 0;
}

.content {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

.bg-orange {
    color: #F08456;
    background: #692a18;
}

.bg-brown {
    color: #692a18;
    background: #F08456;
}

.bg-gray {
    background: #4d3527;
    color: #F08456;
}

.h2 {
    text-align: center;
    color: #F08456;
    font-family: var(--en-text);
    font-size: 40px;
    margin-bottom: 40px;
}

.h2-jp {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    letter-spacing: 0.1em;
}

.h2-brown {
    color: #692a18;
}

.intro-content {
    padding: 80px 0 0;
}


.intro-content .content {
    border: 1px solid #F08456;
    padding: 48px 40px;
}

.intro-h2-jp {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.intro-titleBox {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.intro-text {
    font-weight: 400;
    line-height: 150%;
    text-align: justify;
    margin: 32px auto 48px;
    padding: 20px 0;
    border-top: 1px solid #F08456;
    border-bottom: 1px solid #F08456;
}

.intro-imgBox {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    width: 100%;
    /* max-width: 650px; */
    margin: 0 auto;
}

.intro-imgBox>div {
    display: block;
    width: 50%;
}


.intro-button {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    margin-top: 32px;
}

.intro-button div {
    width: 100%;
}

.intro-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F08456;
    width: 100%;
    height: 40px;
    border-radius: 100px;
}

.kroi-info p {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.intro-sns {
    display: flex;
    gap: 20px;
    max-width: 250px;
    margin-top: 24px;
}

.intro-sns li {
    width: 100%;
}

.intro-sns li a {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    border: 1px solid #F08456;
    border-radius: 100px;
    padding: 10px;
}

.intro-sns li a img {
    height: 28px;
    object-fit: contain;
}



.release-content {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.release-jyacket {
    position: sticky;
    top: 56px;
    max-width: 500px;
    margin: 0 auto;
}

.jojo-copy {
    margin-top: 10px;
    font-weight: 300;
}

.release-title {
    max-width: 500px;
    margin: 20px auto 32px;
}

.release-tieup {
    line-height: 130%;
}

.release-date-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 400px;

}

.release-date {
    font-size: 38px;
    line-height: 80%;
}

.release-tag-2 {
    font-size: 20px;
    padding: 0 20px;
}

.release-buttonBox {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
    max-width: 500px;
    margin: 40px auto 0;
}

.top-buttonBox {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 40px auto 0;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #692a18;
    height: 48px;
    border-radius: 100px;
    border: 1px solid #F08456;
    transition: all 0.2s ease;
}

.top-button {
    background: #F08456;
    border: 1px solid #692a18;
    color: #692a18;
}

.release-infoBox {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 40px;
}

.release-infoBox h4 {
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #F08456;
}

.release-infoBox p {
    font-weight: 400;
    line-height: 150%;
}

.release-ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 400;
}

.release-ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.release-ul span {
    display: block;
    border: 1px solid #F08456;
    min-width: 80px;
    text-align: center;
    padding: 4px 0;
}

.music-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}



.present-goods {
    display: grid;
    column-gap: 16px;
    row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: #692a18;
}

.present-goods-en{
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
}

.present-goods h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.present-goods li:last-child {
    pointer-events: none;
}

.present-goods li img {
    transition: all 0.2s ease;
}

.present-goods li:hover img {
    filter: opacity(0.8);
}

.present-goods img {
    margin: 8px auto 16px;
    border: 1px solid #d8d8d8;
}

.present-goods p {
    line-height: 130%;
}

.present-goods p small {
    display: block;
    line-height: 130%;
    margin-top: 6px;
    font-weight: 400;
}


.tour-box {
    margin-top: 40px;
}

.tour-box h3 {
    font-family: var(--en-text);
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
}

.tour-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.tour-list li {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 1.5fr 1.5fr 1.6fr;
    align-items: center;
    border-bottom: 1px solid #F08456;
}


.tour-list li p {
    margin: 0;
    padding: 20px;
}

.tour-item {
    font-weight: 600;
}

.tour-item p {
    font-size: 14px;
}

.tour-date {
    font-size: 20px;
    line-height: 1.1;
}

.tour-seat {
    font-size: 12px;
    line-height: 140%;
}

.tour-date small {
    font-size: 12px;
    text-transform: uppercase;
}

.tour-contact {
    font-size: 13px;
    line-height: 1.6;
}


.head-date,
.head-venue,
.head-place,
.head-time,
.head-contact,
.tour-date {
    font-family: var(--en-text);
}

.tour-date {
    font-size: 32px;
}

.tour-date small {
    display: block;
}

.tour-time,
.tour-contact {
    font-size: 12px;
    line-height: 140%;
}

.tour-contact a {
    text-decoration: underline;
}

.movie-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    column-gap: 40px;
    row-gap: 56px;
}

.movie-list p {
    margin-bottom: 16px;
    line-height: 140%;
}

.movie-list iframe {
    display: block;
    aspect-ratio: 16/9;
    width: 100%;
}


.footer {
    padding: 28px 0 8px;
    text-align: center;
    background: #4d3527;
    color: #ffffff;
}

.footer_ul {
    display: flex;
    gap: 32px;
    justify-content: center;
    object-fit: contain;
    margin: 0 auto 24px;
}

.footer_ul img {
    width: 100%;
    height: 32px;
}

.footer_ul a {
    transition: all 0.2s ease;
}

.footer_ul a:hover {
    opacity: 0.6;
}

.site {
    display: block;
    margin-bottom: 4px;
    text-decoration: underline;
    transition: all 0.2s ease;
}

.site:hover {
    opacity: 0.6;
}

.copy {
    margin-top: 32px;
}

.include-en strong {
    display: block;
    margin-bottom: 10px;
}

.tour-date-en span {
    display: block;
    font-size: 16px;
}

.tour-date-en small {
    margin-top: 2px;
}





@media screen and (max-width: 1200px) {

    .kv-content>div {
        width: 90%;
    }

    .date-box {
        align-items: center;
    }

    .date {
        font-size: 32px;
    }

    .release-tag {
        font-size: 20px;
    }
}

@media screen and (max-width: 896px) {

    .kv {
        flex-direction: column;
    }

    .kv .kv_jacket {
        width: 100%;
    }

    .kv_logo {
        width: 100%;
        padding-bottom: 80px;
    }

    .date {
        flex-direction: column;
        gap: 8px;
    }

    .date-box {
        gap: 24px;
    }

    .tieup-top {
        font-size: 14px;
    }

    .release-content {
        flex-direction: column;
    }

    .release-jyacket {
        position: static;
    }

    .release-box {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .release-date-box {
        margin: 0 auto;
    }

    .release-tieup {
        text-align: center;
    }

    .present-goods {
        grid-template-columns: 1fr 1fr;
    }

    .tour-list {
        max-width: 500px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .tour-list li {
        padding-bottom: 20px;
    }

    .tour-list .tour-item {
        display: none;
    }

    /* 各公演をBox化 */
    .tour-list>li:not(.tour-item) {
        display: block;
        border: 1px solid #F08456;
    }



    /* 最後のCONTACTだけ下線なし */
    .tour-list>li:not(.tour-item) .tour-contact {
        border-bottom: none;
    }

    .tour-list li p {
        padding: 0;
    }

    /* DATE */
    .tour-date {
        font-size: 28px;
        line-height: 1.1;
        padding: 10px 0 !important;
        border-bottom: 1px solid #F08456;
    }

    .tour-date small {
        display: inline-block;
        margin-left: 8px;
        font-size: 12px;
        text-transform: uppercase;
    }

    .tour-venue {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 24px;
        min-width: 120px;
        margin: 20px auto 10px !important;
        width: fit-content;
        color: #4e3528;
        background: #F08456;
        border-radius: 100px;
    }

    .tour-time {
        font-size: 14px;
    }

    /* CONTACT */
    .tour-contact {
        font-size: 14px;
        line-height: 1.6;
    }

    /* PC用の縦線をリセット */
    .tour-list li p+p {
        border-left: none;
        padding: 0 10px;
    }

    .tour-tag {
        width: fit-content;
        margin: 20px auto 10px;
        min-width: 120px;
        color: #4e3528;
        background: #F08456;
        border-radius: 100px;
        padding: 6px 0;
        line-height: 80%;
    }

    .intro-imgBox {
        gap: 20px;
        flex-direction: column;
    }

    .intro-imgBox>div {
        width: 100%;
    }

    .intro-sns {
        margin: 20px auto 0;
    }

}


@media screen and (max-width: 500px) {

    .kv-content {
        width: 100%;
    }

    .kv_logo {
        padding-bottom: 48px;
    }

    .intro-content .content {
        padding: 32px 14px;
    }

    .intro-text {
        font-size: 14px;
        margin: 24px auto;
    }

    .intro-imgBox {
        flex-direction: column;
        gap: 20px;
    }

    .intro-imgBox div {
        width: 100%;
    }

    .movie-list {
        grid-template-columns: 1fr;
    }

    .artist-name {
        font-size: 20px;
    }

    .h2 {
        font-size: 32px;
    }

    .section {
        padding: 48px 0;
    }

    .release-tieup {
        font-size: 14px;
    }

    .release-ul {
        gap: 20px;
    }

    .release-ul li {
        align-items: flex-start;
        flex-direction: column;
    }

    .present-goods{
        grid-template-columns: 1fr;
    }

}



.mp-card {
    max-width: 700px;
    margin: 0 auto;
    background: #fefefe;
    border: 1px solid #692a18;
    padding: 40px;
}

.mp-header {
    text-align: center;
    margin-bottom: 20px;
}

.mp-eyebrow {
    font-family: var(--en-text);
    font-size: 12px;
    letter-spacing: 0.12em;
    color: #F08456;
    margin: 0 0 4px;
}

.mp-title {
    font-size: 18px;
    color: #692a18;
    margin: 0;
    line-height: 1.4;
}

.mp-title span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #4e3528;
    margin-top: 2px;
}

.mp-frame {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin-bottom: 24px;
    background: #000;
}

.mp-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.mp-list-label {
    font-family: var(--en-text);
    font-size: 12px;
    letter-spacing: 0.08em;
    color: #692a18;
    margin: 0 0 12px;
}

.mp-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mp-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mp-item:hover {
    background: #fbe9df;
}

.mp-item.is-active {
    border-color: #692a18;
    background: #fbe9df;
}

.mp-thumb {
    width: 96px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    flex-shrink: 0;
}

.mp-item-title {
    font-size: 14px;
    line-height: 1.4;
    color: #692a18;
}

.mp-item-title small {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #4e3528;
    margin-top: 2px;
}

.tour-button {
    transition: all 0.2s ease;
}

.tour-button:hover {
    opacity: 0.8;
}

@media screen and (max-width: 896px) {
    .mp-card {
        padding: 24px 16px;
    }

    .mp-thumb {
        width: 72px;
    }
}

@media screen and (max-width: 500px) {
    .mp-item-title {
        font-size: 13px;
    }
}