@charset "UTF-8";

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

    .sp {
        display: none !important;
    }

    .pc {
        display: block;
    }
}

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

    .sp {
        display: block;
    }
}


html {
    scroll-behavior: smooth;
}

body,
html {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 1rem;
    font-family: "m-plus-2c", sans-serif;
    font-weight: 600;
    color: #ffffff;
    background: #232323;
}


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


.main {
    padding-top: 56px;
}

.wrap {
    width: 90%;
    margin: 0 auto;
}

.content {
    width: 90%;
    margin: 0 auto;
}

.h1 {
    max-width: 800px;
    margin: 0 auto;
    font-size: 40px;
    line-height: 130%;
    text-align: center;
}

.jyacket {
    max-width: 600px;
    margin: 40px auto 56px;
}

.release-title {
    max-width: 700px;
    margin: 0 auto;
}

.release-contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 500;
    text-align: center;
    margin: 48px auto 40px;
}

.release-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 800px;
    margin: 48px auto 56px;
}

.release-contentName {
    background: #ff327d;
    padding: 8px 0;
    margin-bottom: 16px;
}

.release-contentName img {
    height: 20px;
    object-fit: contain;
}

.release-contentText {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.release-contentText span {
    font-weight: 800;
}

.release-contentOther {
    border: 1px solid #ff327d;
    padding: 16px 16px;
    margin-top: 16px;
}

.release-contentOther ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 18px;
    max-width: 550px;
    margin: 0 auto;
    line-height: 150%;
    text-align: center;
}




.col-pink {
    color: #ff327d;
    font-weight: 800;
}

.list-col-pink{
    color: #ff327d;
}

.button-box {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
    border: 3px solid #ff327d;
    padding: 8px 16px;
    transition: all 0.2 ease;
    font-size: 28px;
    font-weight: 800;
    color: #ff327d;
    width: 100%;
}

.button:hover {
    filter: opacity(0.6);
}


.music-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 570px;
    margin: 72px auto 40px;

}

.music-list-text {
    font-size: 20px;
    color: #ff327d;
    font-weight: 800;
    margin-bottom: 10px;
}

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

.music-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    font-weight: 800;
}


.music-list li span {
    font-size: 16px;
    color: #ff327d;
}

.music-list-bluray {
    display: flex;
    align-items: center;
    gap: 18px;
    font-size: 16px;
    font-weight: 800;
}

.music-list-bluray span {
    font-size: 20px;
    color: #ff327d;
}




.bluray-content {
    display: flex;
    gap: 56px;
    margin-top: 24px;
}

.bluray-content p {
    font-weight: 400;
    margin-bottom: 10px;
}

.bluray-list li {
    font-size: 16px;
}

.bluray-list li span {
    font-size: 16px;
}

.section-pink {
    background: #ff327d;
    padding: 32px 0 16px;
}

.intro-title {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 32px;
}

.intro-text {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 680px;
    margin: 0 auto;
    text-align: justify;
    line-height: 150%;
    font-weight: 500;
}

.tour-content h2 {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    margin-top: 32px;
}

.tour-visual {
    max-width: 700px;
    margin: 20px auto 40px;
}


.footer {
    position: relative;
    z-index: 2;
    padding: 32px 0 14px;
    background: #ffffff;
    margin-top: 104px;
}

.official-logo {
    max-width: 150px;
    margin: 0 auto;
}

.sns-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 24px auto 38px;
}

.sns-link a {
    transition: all 0.2s ease;
}

.sns-link a:hover {
    opacity: 0.5;
}

.sns-link img {
    width: 100%;
    height: 40px;
    object-fit: contain;
}

.link-youtube {
    height: 32px !important;
}

.copy {
    text-align: center;
    font-weight: 200;
    color: #232323;
}

.triangle-1 {
    display: block;
    content: "";
    height: 100px;
    background: #ff327d;
    margin-bottom: -2px;
    clip-path: polygon(0 90%, 100% 26%, 100% 100%, 0% 100%);
}

.triangle-2 {
    display: block;
    content: "";
    height: 100px;
    background: #ff327d;
    margin-top: -2px;
    clip-path: polygon(100% 10%, 0 74%, 0 0%, 100% 0%);
}

.tour-buttonBox {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-top: 32px;
}

.button-tour {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #ff327d;
    color: #ff327d;
    font-size: 24px;
    font-weight: 800;
    padding: 10px 16px;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    line-height: 130%;
    transition: all 0.2s ease;
    width: 100%;
}

.button-tour:hover {
    filter: opacity(0.7);
}

.button-tour-tokuten {
    border: 3px solid #ffffff;
    background: #ff327d;
    color: #ffffff;
    padding: 16px 20px;
    letter-spacing: 0.08em;
}

.button-right {
    border: 2px solid #ffffff !important;
    background: #ff327d;
    color: #ffffff !important;
}


.oritoku-contents {
    margin-top: 64px;
}

.oritoku-contents h2 {
    text-align: center;
    color: #ff327d;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 32px;
}

.oritoku-contents img {
    margin: 8px auto 10px;
}


.oritoku {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 32px;
    row-gap: 40px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 64px;
}

.oritoku h3 {
    font-size: 18px;
}


.tourBox {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 800px;
    margin: 72px auto 0;
}

.tour-miniTitle {
    color: #ff327d;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 14px;
}

.tour-list-item {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    border-top: 1px solid #8e8e8e;
    padding: 20px 20px;
    text-align: center;
}

.tour-list-item:last-child {
    border-bottom: 1px solid #8e8e8e;
}

.tour-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 28px;
    width: 20%;
}

.tour-date span {
    font-size: 14px;

}

.tour-venue {
    font-size: 20px;
    font-weight: 400;
    width: 20%;

}

.tour-place {
    font-size: 20px;
    font-weight: 800;
    width: 40%;
}

.tour-time {
    font-size: 16px;
    font-weight: 400;
    width: 20%;
}

.tour-place-abroad {
    text-align: left;
    padding-left: 40px;
    font-size: 24px;
}

.ticket {
    text-align: center;
    padding: 28px 24px 40px;
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #ffffff;
}

.ticket-h3 {
    font-size: 40px;
    color: #ffffff;
}

.tour-button {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 100%;
    margin-top: 16px;
    margin: 20px auto 32px;
}

.tour-button li {
    width: 100%;
}

.tour-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 20px;
    padding: 14px 10px;
    text-align: center;
    border: 2px solid #ff327d;
    color: #ff327d;
    transition: all 0.2s ease;
}

.tour-button a:hover {
    opacity: 0.7;
}

.specialPage-kv {
    max-width: 1000px;
    margin: 0 auto;
}

.specialPage-notesBox {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 870px;
    font-weight: 300;
    margin: 48px auto 0;
}

.specialPage-noticeTitle {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    background: #ee3277;
    padding: 6px 20px;
    margin-bottom: 20px;
}

.specialPage-noticeText {
    font-weight: 400;
    line-height: 150%;
}

.specialPage-noticeUl {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
}

.specialPage-noticeUl li {
    display: flex;
    gap: 4px;
    line-height: 140%;
}

.contact {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
    line-height: 140%;
    font-size: 14px;
}

.contact a {
    text-decoration: underline;
}

.contact p:last-child {
    margin-top: 14px;
}

.mockup {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 32px;
}

.tour-introText {
    font-size: 24px;
    font-weight: 800;
    line-height: 140%;
    text-align: center;
    color: #ffffff;
}

.tour-tokuten-pos {
    margin: 32px auto 48px;
    max-width: 800px;
}

.tour-tokuten {
    margin-top: 56px;
}


@media screen and (max-width: 896px) {
    .h1 {
        font-size: 24px;
        font-weight: 900;
    }

    .release-contents {
        gap: 14px;
        font-size: 14px;
        margin: 48px auto 24px;
    }

    .music-list li {
        font-size: 16px;
        gap: 10px;
    }

    .music-list li span {
        font-size: 14px;
    }

    .music-list-text {
        font-size: 22px;
    }

    .music-list-bluray {
        align-items: flex-start;
        gap: 10px;
        flex-direction: column;
    }

    .bluray-content {
        flex-direction: column;
        gap: 32px;
    }

    .bluray-content p {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .intro-title {
        font-size: 26px;
    }

    .intro-text {
        flex-direction: column;
        gap: 0;
        font-weight: 400;
        font-size: 16px;
    }

    .section-pink {
        padding: 32px 0;
    }

    .tour-content h2 {
        font-size: 26px;
    }

    .music-list-bluray span {
        width: 100%;
    }

    .release-contentText {
        line-height: 140%;
    }

    .release-contentOther ul {
        font-size: 16px;
    }

    .tour-list-item {
        flex-direction: column;
        gap: 14px;
    }

    .tour-date {
        font-size: 22px;
        gap: 8px;
        flex-direction: row;
        justify-content: center;
        width: 100%;
    }

    .tour-date span {
        display: block;
    }

    .tour-venue {
        width: 100%;
        border: 1px solid #ffffff;
        padding: 4px 20px;
        width: fit-content;
        margin: 0 auto;
    }

    .tour-place {
        width: 100%;
    }

    .tour-time {
        width: 100%;
    }

    .tour-venue {
        font-size: 16px;
    }

    .tour-place-abroad {
        text-align: center;
        width: 100%;
        padding-left: 0;
        font-size: 20px;
    }

    .tour-miniTitle {
        text-align: center;
    }

    .button-tour {
        font-size: 18px;
    }

    .ticket-h3 {
        font-size: 24px;
    }

    .tour-button a {
        font-size: 18px;
        font-weight: 800;
    }

    .sns-link {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        max-width: 250px;
    }

    .official-logo {
        max-width: 220px;
    }

    .tour-button {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .oritoku {
        grid-template-columns: 1fr 1fr;
    }

    .tour-introText {
        font-size: 20px;
    }
}

@media screen and (max-width: 500px) {
    .oritoku {
        grid-template-columns: 1fr;
    }
}