@font-face {
    font-family: "stolzl", sans-serif;
    font-weight: 500;
    font-style: normal;
}
body.fanclubpage {
    background: none;
}
body.fanclubpage:after {
    width: 100%;
    height: 100lvh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    display: block;
    background: url(/images/2025_renewal/fanclub/fc-back.jpg);
    background-size: cover;
    background-position: center;
}
.fanclub .hero {
    background: url(/images/2025_renewal/fanclub/fc-head.jpg);
    background-size: cover;
    background-position: 20% top;
    margin-bottom: 160px;
}
.fanclub-logo {
    width: 80%;
    max-width: 732px;
    position: absolute;
    right: 10%;
    bottom: 60px;
    z-index: 9;
}
.fanclubpage section {
    background: none;
}
.fanclub-logo-inner {
    position: relative;
}
.fanclub-logo p:nth-child(1) {
    position: relative;
    transform: rotate(-16deg);
    margin-bottom: 12%;
}
.fanclub-logo p:nth-child(1) svg {
    width: 100%;
    height: 100%;
}
.fanclub-logo p:nth-child(2) {
    width: 65%;
    margin-right: 5%;
    margin-left: auto;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
}
.fanclub-logo.active p:nth-child(2) {
    animation: h1_anime_3 0.4s forwards ease-out;
}
.fanclub-logo p:nth-child(2) svg path {
    fill: var(--accentcolor2);
}
@keyframes h1_anime_3 {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0);
    }
    100% {
        -webkit-clip-path: inset(0);
        clip-path: inset(0);
    }
}
#svg-animation .st0 {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 20;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;
    /* この行を追加 */
    stroke-dashoffset: 1500;
    /* この行を追加 */
}
.fanclub .hero:after {
    display: none;
}
h2.fanclub-content-ttl {
    font-family: "stolzl", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 52px;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1;
    margin-bottom: 28px;
}
@media screen and (max-width: 896px) {
    .fanclub .hero {
        margin-bottom: 80px;
    }
    h2.fanclub-content-ttl {
        font-size: 36px;
    }
}
.fee {
    padding: 160px 0 100px;
}
.fee dl {
    display: flex;
    flex-wrap: wrap;
    font-weight: 900;
    border: solid 2px;
    margin-bottom: 20px;
}
.fee dt {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    border-right: solid 1.5px;
    padding: 28px;
}
.fee dt:nth-child(1),
.fee dd:nth-child(2) {
    border-bottom: solid 1.5px;
}
.fee dd {
    width: 70%;
    font-size: 32px;
    letter-spacing: 0.06em;
    text-align: center;
    padding: 32px;
}
.fee dd small {
    font-size: 60%;
}
.fee aside {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}
@media screen and (max-width: 896px) {
    .fee {
        padding: 80px 0 60px;
    }
    .fee dl {
        display: flex;
        flex-wrap: wrap;
        font-weight: 900;
        border: solid 2px;
        margin-bottom: 20px;
    }
    .fee dt {
        font-size: 14px;
        padding: 24px 12px;
    }
    .fee dd {
        font-size: 20px;
        padding: 24px 12px;
    }
    .fee aside {
        font-size: 12px;
    }
}
.tokuten {
    background: var(--maincolor);
    padding: 100px 0;
}
.tokuten ul {
    display: grid;
    flex-wrap: wrap;
    gap: 28px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.tokuten li {
    color: var(--accentcolor2);
    background: rgba(0, 0, 0, .7);
    padding: 28px 20px;
}
.tokuten li .tokuten-icon {
    width: 80%;
    max-width: 160px;
    aspect-ratio: 1 / 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--accentcolor2);
    border-radius: 10000px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.tokuten li .tokuten-icon span:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.tokuten li .tokuten-icon .chara {
    position: absolute;
    top: 0;
    left: 0;
}
.tokuten li.active .tokuten-icon span:nth-child(1) {
    opacity: 0;
}
.tokuten li.active .tokuten-icon span:nth-child(2) {
    opacity: 1;
}
.tokuten li:nth-child(1) .tokuten-icon {}
.tokuten li:nth-child(1) .tokuten-icon span {
    inset: 0;
    opacity: 1 !important;
    transition-duration: 0.2s;
}
.tokuten li:nth-child(1) .tokuten-icon span:nth-child(2) {
    backface-visibility: hidden;
}
.tokuten li:nth-child(1).active .tokuten-icon span:nth-child(1) {
    transform: rotateY(180deg);
}
.tokuten li:nth-child(1).active .tokuten-icon span:nth-child(2) {
    opacity: 1;
    transform: rotateY(180deg);
}
.tokuten li:nth-child(2) .tokuten-icon .chara {
    animation: animation02 1.4s ease-in-out infinite alternate-reverse;
}
@keyframes animation02 {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-10%);
    }
}
.tokuten li:nth-child(3).active .tokuten-icon .chara {
    animation: animation03 1.2s ease-in-out 0s infinite;
}
@keyframes animation03 {
    0% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
    15% {
        transform: scale(0.95, 1.1) translate(0%, -10%);
    }
    30% {
        transform: scale(1.05, 0.95) translate(0%, 5%);
    }
    50% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
    100% {
        transform: scale(1.0, 1.0) translate(0%, 0%);
    }
}
.tokuten li:nth-child(4) .tokuten-icon img:nth-child(1) {
    position: relative;
    z-index: 4;
}
.tokuten li:nth-child(4) .tokuten-icon .chara {
    z-index: 3;
}
.tokuten li:nth-child(4) .tokuten-icon img:nth-child(3) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.tokuten li:nth-child(4).active .tokuten-icon .chara {
    animation: animation04 0.3s ease-out forwards;
}
@keyframes animation04 {
    0% {
        transform: translateY(9%) rotate(-75deg) scale(0.1, 0.5);
    }
    100% {
        transform: translateY(0%) rotate(0) scale(1);
    }
}
.tokuten li:nth-child(5) .tokuten-icon .chara {
    animation: animation05 .08s infinite;
    transform-origin: 70% 80%;
}
@keyframes animation05 {
    0% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
    25% {
        transform: translate(-0.5%, 0.5%) rotateZ(1.5deg)
    }
    50% {
        transform: translate(0px, 0.5%) rotateZ(0deg)
    }
    75% {
        transform: translate(0.5%, 0px) rotateZ(-1.5deg)
    }
    100% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
}
.tokuten li:nth-child(6) .tokuten-icon {
    overflow: hidden;
}
.tokuten li:nth-child(6).active .tokuten-icon .chara1 {
    animation: animation06-1 0.8s forwards;
    transform-origin: 40% 60%;
}
@keyframes animation06-1 {
    0% {
        transform: translate(-30%, 0) rotate(30deg);
    }
    33.32999999% {
        transform: translate(-30%, 0) rotate(30deg);
    }
    33.33% {
        transform: translate(-20%, 0) rotate(-20deg);
    }
    66.65999999% {
        transform: translate(-20%, 0) rotate(-20deg);
    }
    66.66% {
        transform: translate(-10%, 0) rotate(30deg);
    }
    99.9999999% {
        transform: translate(-10%, 0) rotate(30deg);
    }
    100% {
        transform: translate(0%, 0) rotate(0deg);
    }
}
.tokuten li:nth-child(6).active .tokuten-icon .chara2 {
    animation: animation06-2 0.8s forwards;
    transform-origin: 65% 65%;
}
@keyframes animation06-2 {
    0% {
        transform: translate(24%, 0) rotate(-20deg);
    }
    33.32999999% {
        transform: translate(24%, 0) rotate(-20deg);
    }
    33.33% {
        transform: translate(16%, 0) rotate(20deg);
    }
    66.65999999% {
        transform: translate(16%, 0) rotate(20deg);
    }
    66.66% {
        transform: translate(8%, 0) rotate(-20deg);
    }
    99.9999999% {
        transform: translate(8%, 0) rotate(-20deg);
    }
    100% {
        transform: translate(0%, 0) rotate(0deg);
    }
}
.tokuten li:nth-child(6).active .tokuten-icon img:nth-child(1) {
    animation: animation06-3 0.4s forwards;
    transform-origin: 40% 60%;
}
@keyframes animation06-3 {
    0% {
        filter: grayscale(1);
    }
    100% {
        filter: grayscale(0);
    }
}
.tokuten li:nth-child(7) .tokuten-icon img:nth-child(1) {
    position: relative;
    z-index: 4;
}
.tokuten li:nth-child(7) .tokuten-icon .chara {
    z-index: 3;
}
.tokuten li:nth-child(7) .tokuten-icon img:nth-child(3) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.tokuten li:nth-child(7).active .tokuten-icon .chara {
    animation: animation07-1 0.4s ease-out forwards;
}
@keyframes animation07-1 {
    0% {
        transform: translate(0%, 40%) scale(0.7);
        clip-path: polygon(0 0, 100% 0, 100% 25%, 0 25%);
    }
    100% {
        transform: translate(0%, 0) scale(1);
        clip-path: polygon(0 0, 100% 0, 100% 85%, 0 85%);
    }
}
.tokuten li:nth-child(7).active .tokuten-icon img:nth-child(3) {
    animation: animation07-2 0.35s ease-out forwards;
    animation-delay: 0.05s;
}
@keyframes animation07-2 {
    0% {
        transform: translate(0%, 0)
    }
    100% {
        transform: translate(0%, -35%)
    }
}
.tokuten li:nth-child(8) .tokuten-icon .chara {
    animation: animation08 1.2s ease-in-out 0s infinite;
}
@keyframes animation08 {
    0%, 100% {
        transform: rotate(10deg);
    }
    50% {
        transform: rotate(-10deg);
    }
}
.tokuten li path,
.tokuten li rect {
    fill: #000;
}
.tokuten li h3 {
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 20px;
}
.tokuten li p {
    font-size: 14px;
    line-height: 1.8;
}
@media screen and (max-width: 896px) {
    .tokuten {
        background: var(--maincolor);
        padding: 60px 0;
    }
    .tokuten ul {
        gap: 16px;
        grid-template-columns: 1fr 1fr;
    }
    .tokuten li {
        padding: 24px 12px;
    }
    .tokuten li figure {
        width: 80%;
    }
    .tokuten li h3 {
        font-size: 14px;
        margin-bottom: 16px;
    }
    .tokuten li p {
        font-size: 11px;
    }
}
.fc-link {
    display: flex;
    justify-content: space-between;
}
.fc-link.fc-link-bottom {
    padding: 72px 0;
}
.fc-link {
    width: calc(100% - 60px);
    max-width: 960px;
    gap: 80px;
    margin: 0 auto;
}
.fc-link .common-btn {
    width: calc(100% - 60px);
    height: 56px;
    font-size: 32px;
    background: var(--maincolor);
    border: solid 2px var(--accentcolor);
}
@media screen and (max-width: 896px) {
    .fc-link.fc-link-bottom {
        padding: 40px 0;
    }
    .fc-link {
        gap: 20px;
        margin: 0 auto;
    }
    .fc-link .common-btn {
        width: 100%;
        height: 48px;
        font-size: 20px;
        background: var(--maincolor);
        border: solid 2px var(--accentcolor);
    }
}

/* Policy Notice関連スタイル */
.policy-notice-intro {
    width: 100%;
    max-width: 800px;
    border: solid 1px;
    margin: 0 auto 60px;
    padding: 40px;
}

.policy-notice-intro strong {
    display: block;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 16px;
}

.policy-notice a {
    text-decoration: underline;
}

.policy-notice {
    font-size: 14px;
    line-height: 2;
}

.policy-notice h2 {
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 28px;
}

.policy-notice h3 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 16px;
}

.policy-notice h4 {
    font-weight: 900;
}

.policy-notice > dl:not(:last-child) {
    border-bottom: solid 1px;
    margin-bottom: 60px;
    padding-bottom: 60px;
}

.note li {
    position: relative;
    padding-left: 1.2em;
}

.note.brackets-num li {
    padding-left: 2em;
}

.note .mark {
    position: absolute;
    top: 0;
    left: 0;
}

.note.flow .mark {
    font-weight: 900;
}

.note.flow > li {
    margin-bottom: 0.5em;
}

.policy-notice > dl > dt {
    font-size: 18px;
    font-weight: 900;
}

.policy-notice table {
    width: 100%;
    max-width: 600px;
    border-collapse: collapse;
    margin: 0 auto;
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.policy-notice th {
    width: 200px;
}

.policy-notice td {
    width: calc(100% - 200px);
}

.policy-notice th,
.policy-notice td {
    line-height: 1.4;
    vertical-align: middle;
    border: solid 1px;
    padding: 20px;
}

/* FAQ関連スタイル */
.faq a {
    text-decoration: underline;
}

.faq h2 {
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 28px;
}

.policy-notice-list > li,
.faq-list > li {
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 12px;
    margin-bottom: 28px;
    padding: 60px;
}

.faq-list h3 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 16px;
}

.faq-list dl {
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    border-top: solid 1px var(--accentcolor);
    margin-top: 40px;
    padding-top: 40px;
}

.faq-list dt,
.faq-list dd {
    position: relative;
    padding-left: 2em;
}

.faq-list dt {
    margin-bottom: 20px;
}

.faq-list dd {
    font-weight: normal;
}

.faq-list dt:before,
.faq-list dd:after {
    width: 1.6em;
    height: 1.6em;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'swiss721-bold';
    color: var(--maincolor);
    background: var(--accentcolor);
    border-radius: 100px;
}

.faq-list dt:before {
    content: "Q";
}

.faq-list dd:after {
    content: "A";
}

.faq-bottom-txt {
    line-height: 1.4;
    text-align: center;
}

@media screen and (max-width: 896px) {
    .policy-notice-intro {
        font-size: 13px;
        margin: 0 auto 60px;
        padding: 28px;
    }

    .policy-notice-intro strong {
        font-size: 16px;
        line-height: 1.6;
    }

    .policy-notice {
        font-size: 13px;
        line-height: 2;
    }

    .policy-notice h2,
    .faq h2 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .policy-notice h3 {
        font-size: 17px;
        margin-bottom: 8px;
    }

    .policy-notice > dl:not(:last-child) {
        border-bottom: solid 1px;
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .note li {
        position: relative;
        padding-left: 1.2em;
    }

    .note .mark {
        position: absolute;
        top: 0;
        left: 0;
    }

    .note.flow > li {
        margin-bottom: 0.5em;
    }

    .policy-notice > dl > dt {
        font-size: 15px;
    }

    .policy-notice th {
        width: 100px;
    }

    .policy-notice td {
        width: calc(100% - 100px);
    }

    .policy-notice th,
    .policy-notice td {
        font-size: 12px;
        vertical-align: middle;
        border: solid 1px;
        padding: 20px 12px;
    }

    .policy-notice-list > li,
    .faq-list > li {
        border-radius: 8px;
        margin-bottom: 28px;
        padding: 40px 20px;
    }

    .faq-list h3 {
        font-size: 17px;
    }

    .faq-list dl {
        font-size: 12px;
        margin-top: 28px;
        padding-top: 28px;
    }

    .faq-list dt {
        margin-bottom: 14px;
    }

    .faq-bottom-txt {
        font-size: 14px;
    }
}