@charset "utf-8";

/* ==========================================================================
    10th Anniversary LP Styles
========================================================================== */

/* Utility Classes */
@media screen and (min-width: 769px) {
    .pc-hide {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .sp-hide {
        display: none !important;
    }
}

.p-aniv {
    color: #333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.p-aniv img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

/* Common Section Title */
.p-aniv-sect-ttl {
    font-family: 'Outfit', sans-serif;
    font-size: 52px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 768px) {
    .p-aniv-sect-ttl {
        margin-bottom: 30px;
        font-size: 36px;
    }
}

.p-aniv-sect-ttl .sub {
    display: block;
    margin-top: 11px;
    color: #1a1a1a;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
}

.p-aniv-sect-ttl--white {
    color: #fff;
}

.p-aniv-sect-ttl--white .sub {
    color: #fff;
}

/* KV */
.p-aniv-kv {
    display: grid;
    justify-items: center;
    align-items: center;
    /* height: calc(100svh - 64px); */
    box-sizing: border-box;
}

.p-aniv-kv__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.p-aniv-kv .p-aniv-kv__img-logo {
    width: auto;
    min-height: 344px;
    height: calc(100vw * 252 / 1440);
    margin: 0 auto;
}

.p-aniv-kv .p-aniv-kv__img-en {
    width: auto;
    min-height: 85px;
    height: calc(100vw * 65 / 1440);
    margin: 0 auto;
}

.p-aniv-kv .p-aniv-kv__img-jp {
    width: auto;
    min-height: 72px;
    height: calc(100vw * 50 / 1440);
    margin: 0 auto;
}

.p-aniv-kv__symbol-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 8px auto 0;
    padding: 15px 26px;
    background: #fff;
    border: 1px solid #d1d1d1;
    border-radius: 100px;
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.07em;
    cursor: pointer;
    transition: opacity .2s ease, background-color .2s ease, color .2s ease;
}

@media (hover: hover) {
    .p-aniv-kv__symbol-btn:hover {
        opacity: 1;
        background-color: #1a1a1a;
        color: #fff;
    }
}

.p-aniv-kv__symbol-btn:focus-visible {
    outline: 2px solid #111;
    outline-offset: 2px;
}

.p-aniv-menu-modal__dialog .p-aniv-kv__symbol-btn {
    display: block;
    margin: 80px auto 0;
    background-color: #1a1a1a;
    color: #fff;
    border: none;
}

@media screen and (max-width: 768px) {
    .p-aniv-menu-modal__dialog .p-aniv-kv__symbol-btn {
        margin-top: 60px;
    }
}

.p-aniv-kv__menu {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 16px;
    width: min(100%, 1000px);
    margin: 81px auto 0;
    padding: 0;
    list-style: none;
}

.p-aniv-kv__menu-item {
    position: relative;
    margin: 0;
    border-bottom: 1px solid rgba(17, 17, 17, .2);
}

.p-aniv-kv__menu-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: #111;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform cubic-bezier(0.075, 0.82, 0.165, 1) .4s;
    pointer-events: none;
}

.p-aniv-kv__menu-link {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 5px;
    padding: 0 30px 12px 0;
    color: #111;
    text-decoration: none;
    letter-spacing: 0;
    transition: opacity .2s ease;
}

.p-aniv-kv__menu-link::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 1px solid #111;
    border-bottom: 1px solid #111;
    transform: translateY(-120%) rotate(45deg);
}

@media (hover: hover) {
    .p-aniv-kv__menu-item:hover::after {
        transform: scaleX(1);
        transform-origin: left;
    }
}

.p-aniv-kv__menu-item:focus-within::after {
    transform: scaleX(1);
    transform-origin: left;
}

.p-aniv-kv__menu-link .en {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.03em;
}

.p-aniv-kv__menu-link .ja {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .p-aniv-kv__inner {
        --kv-sp-ui-lift: 167px;
    }

    .p-aniv-kv {
        overflow: hidden;
    }

    .p-aniv-kv .p-aniv-kv__img-logo {
        min-width: 260px;
        width: 50vw;
        max-height: 172px;
        height: auto;
        object-fit: contain;
    }

    .p-aniv-kv .p-aniv-kv__img-en {
        width: 40vw;
        max-height: 54px;
        height: auto;
        object-fit: contain;
    }

    .p-aniv-kv .p-aniv-kv__img-jp {
        width: 80vw;
        max-height: 56px;
        height: auto;
        object-fit: contain;
        margin: 0 auto;
    }

    .p-aniv-kv__symbol-btn {
        margin-top: 24px;
        padding: 9px 21px;
        font-size: 14px;
        transform: translateY(calc(-1 * var(--kv-sp-ui-lift)));
    }

    .p-aniv-kv__menu {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: min(100%, 316px);
        margin-top: 74px;
        margin-bottom: calc(-1 * var(--kv-sp-ui-lift));
        column-gap: 20px;
        row-gap: 34px;
        transform: translateY(calc(-1 * var(--kv-sp-ui-lift)));
    }

    .p-aniv-kv__menu-link {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        padding: 0 22px 9px 0;
    }

    .p-aniv-kv__menu-link .en {
        font-size: 16px;
        line-height: 1;
    }

    .p-aniv-kv__menu-link .ja {
        display: inline-block;
        margin-top: -4px;
        letter-spacing: -0.1em;
    }
}

.p-aniv-kv .p-aniv-kv__img-jp,
.p-aniv-kv .p-aniv-kv__img-logo,
.p-aniv-kv .p-aniv-kv__img-en,
.p-aniv-kv .p-aniv-kv__symbol-btn {
    opacity: 0;
}

/* INTRO */
.p-aniv-intro {
    box-sizing: border-box;
    margin-top: 80px;
    padding: 120px 20px 80px;
    background-color: #fff;
    background-image: url("/shared/img/anniv10th/common/intro_background_pc.svg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .p-aniv-intro {
        height: fit-content;
        margin-top: 20px;
        padding: 60px 30px;
        background-image: url("/shared/img/anniv10th/common/intro_background_sp.svg");
    }
}

.p-aniv-intro .p-aniv-intro__inner {
    position: relative;
    z-index: 101;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .p-aniv-intro .p-aniv-intro__inner {
        margin-top: -2px;
    }
}

.p-aniv-intro__txt {
    font-size: 18px;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .p-aniv-intro__txt {
        font-size: 14px;
        text-align: left;
    }
}

.p-aniv-intro__txt p {
    margin-bottom: 1.3em;
}

@media screen and (max-width: 768px) {
    .p-aniv-intro__txt p {
        margin-bottom: 1.5em;
    }
}

.p-aniv-intro__txt p:last-child {
    margin-bottom: 0;
}

/* Animations */
.js-fadein-up {
    opacity: 0;
    transform: translateY(30px);
    /* transition: opacity 1s ease, transform 1s ease; */
    transition: opacity 2s ease, transform 2s ease;
}

.js-fadein-up.is-active {
    opacity: 1;
    transform: translateY(0);
}

/* interview */
.p-aniv-interview {
    padding: 120px 20px 65px;
    overflow: hidden;
    /* コンテナの100vwはみ出し対策 */
    background-image: url("/shared/img/anniv10th/pc/iv/iv_background.png");
    background-repeat: repeat-y;
    background-position: top right;
    background-size: 100% auto;
}

@media screen and (max-width: 768px) {
    .p-aniv-interview {
        padding: 77px 20px 80px;
        background-image: url("/shared/img/anniv10th/sp/iv/iv_background_sp.png");
    }
}

.p-aniv-interview .p-aniv-sect-ttl {
    margin-top: 8px;
    margin-bottom: 30px;
    color: #1A1A1A;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .p-aniv-interview .p-aniv-sect-ttl {
        margin-bottom: 36px;
    }

    .p-aniv-sect-ttl .sub {
        margin-top: 6px;
        font-size: 16px;
    }
}

.p-aniv-interview .p-aniv-interview__lead {
    margin-bottom: 14px;
    color: #1A1A1A;
    font-size: 16px;
    line-height: 2;
    text-align: center;
}
.p-aniv-interview .p-aniv-interview__lead:empty {
    display: none;
}

@media screen and (max-width: 768px) {
    .p-aniv-interview .p-aniv-interview__lead {
        font-size: 14px;
    }
}

.p-aniv-interview__inner {
    max-width: 1000px;
    margin: 0 auto;
}

.p-aniv-interview__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


/* SP スライダー：親のパディングを打ち消して全幅に */
@media screen and (max-width: 768px) {
    .p-aniv-interview__slider {
        margin-left: -20px;
        margin-right: -20px;
    }
}

/* SP スライダーナビ */
.p-aniv-interview__slider-nav {
    margin-top: 20px;
    padding-left: 9%;
}

.p-aniv-interview__slider-wrap {
    display: flex;
    position: relative;
    width: 24.5333333333vw;
    height: 12.2666666667vw;
    pointer-events: none;
    background-color: #fff;
}

.p-aniv-interview__slider-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    width: 1px;
    height: 100%;
    border-left: 1px solid #D1D1D0;
    transform: translateX(50%);
    transition: 0.3s;
}

.p-aniv-interview__slider-prev,
.p-aniv-interview__slider-next {
    position: relative;
    width: 12.2666666667vw;
    height: 12.2666666667vw;
    border: 1px solid #D1D1D0;
    background: transparent;
    cursor: pointer;
    transition: 0.3s;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    pointer-events: auto;
}

.p-aniv-interview__slider-prev::before,
.p-aniv-interview__slider-next::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4vw;
    height: 4vw;
    border-top: 1px solid #6E6F6F;
    border-right: 1px solid #6E6F6F;
    transition: 0.3s;
}

.p-aniv-interview__slider-prev::after,
.p-aniv-interview__slider-next::after {
    display: none;
}

.p-aniv-interview__slider-prev {
    border-right: none;
}

.p-aniv-interview__slider-prev::before {
    transform: translate(-30%, -50%) rotate(-135deg);
}

.p-aniv-interview__slider-next {
    border-left: none;
}

.p-aniv-interview__slider-next::before {
    transform: translate(-92%, -50%) rotate(45deg);
}

.p-aniv-interview__slider-prev.swiper-button-disabled,
.p-aniv-interview__slider-next.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
    opacity: 1;
}

.p-aniv-interview__slider-prev.swiper-button-disabled::before,
.p-aniv-interview__slider-next.swiper-button-disabled::before {
    border-color: #D1D1D0;
}

@media (hover: hover) {
    .p-aniv-interview__slider-prev:hover,
    .p-aniv-interview__slider-next:hover {
        border-color: #00AEBD;
    }
    .p-aniv-interview__slider-prev:hover::before,
    .p-aniv-interview__slider-next:hover::before {
        border-color: #00AEBD;
    }
    .p-aniv-interview__slider-prev.swiper-button-disabled:hover,
    .p-aniv-interview__slider-next.swiper-button-disabled:hover {
        border-color: #D1D1D0;
    }
    .p-aniv-interview__slider-prev.swiper-button-disabled:hover::before,
    .p-aniv-interview__slider-next.swiper-button-disabled:hover::before {
        border-color: #D1D1D0;
    }
}

.p-aniv-interview__item {
    position: relative;
    display: grid;
    gap: 0;
    grid-row: span 5;
    grid-template-rows: subgrid;
    background: #fff;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .p-aniv-interview__item {
        display: flex;
        flex-direction: column;
        grid-row: unset;
        grid-template-rows: unset;
        width: auto;
    }
}

/* is-activeになった時の枠線（レイアウト崩れを防ぐため疑似要素で内側に重ねる） */
.p-aniv-interview__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    box-sizing: border-box;
    border: 0 solid transparent;
    transition: border-width 0.2s ease, border-color 0.2s ease;
    pointer-events: none;
}

.p-aniv-interview__item.is-active::before {
    border-color: #1BB8CE;
    border-width: 6px;
}
@media (hover: hover) {
    .p-aniv-interview__item:hover::before {
        border-color: #1BB8CE;
        border-width: 6px;
    }
}

.p-aniv-interview__item figure {
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .p-aniv-interview__item figure {
        width: 100%;
    }
}

/* imgをブロックに */
.p-aniv-interview__img {
    position: relative;
}

.p-aniv-interview__img img {
    display: block;
    width: 100%;
}

/* interview card arrow icon */
.p-aniv-interview__img::after {
    content: '';
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 10;
    width: 36px;
    height: 36px;
    /* 白い半透明の円（背景） */
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23333' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    border-radius: 50%;
    transition: transform 0.2s ease;
    /* 中心に下向き矢印を描画 */
}

.p-aniv-interview__item.is-active .p-aniv-interview__img::after {
    transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
    .p-aniv-interview__img {
        aspect-ratio: 1 / 1.01;
        overflow: hidden;
    }
    .p-aniv-interview__img img {
        height: 100%;
        object-fit: cover;
    }
    .p-aniv-interview__img::after {
        right: 20px;
        bottom: 20px;
        width: 30px;
        height: 30px;
        background-size: 12px;
    }

    .p-aniv-interview__item.is-active .p-aniv-interview__img::after {
        transform: rotate(180deg);
    }
}

.p-aniv-interview__info {
    display: grid;
    grid-row: span 4;
    grid-template-rows: subgrid;
    gap: 0;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 29px;
    background-color: #d9d9c7;
    color: #1a1a1a;
}

.p-aniv-interview__info .lead {
    display: block;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.005em;
}

@media screen and (max-width: 768px) {
    .p-aniv-interview__info {
        grid-row: unset;
        grid-template-rows: unset;
        flex: 1;
        align-content: center;
        height: 100%;
        padding: 21px 25px;
    }
}

.p-aniv-interview__info .pos {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    text-align: right;
}

.p-aniv-interview__info .name {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .p-aniv-interview__info .lead {
        min-height: 2.8em;
        margin-bottom: 8px;
        font-size: 15px;
    }
}

/* interview DETAIL (Accordion) */
.p-aniv-interview__detail-container {
    position: relative;
    grid-column: 1 / -1;
    width: 100%;
    --iv-detail-open-duration: 0.6s;
    --iv-detail-close-duration: 0.3s;
    --iv-detail-open-margin-duration: 0.6s;
    --iv-detail-close-margin-duration: 0.3s;
    /* ::beforeの100vw白背景と top:-15px 三角がcontainerを基点にするため overflow:visible を維持 */
    margin-top: 6px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

/* 開閉アニメーションはdetail-innerに適用（containerにoverflow:hiddenをつけると::beforeと矢印がクリップされるため） */
.p-aniv-interview__detail-container.is-opening .p-aniv-interview__detail-inner {
    animation: ivOpenAccAnim var(--iv-detail-open-duration) cubic-bezier(0.45, 0, 0.55, 1) forwards;
}

/* 閉じるアニメーション（別アイテム切替 or 閉じるボタン） */
.p-aniv-interview__detail-container.is-closing .p-aniv-interview__detail-inner {
    animation: ivCloseAccAnim var(--iv-detail-close-duration) cubic-bezier(0.45, 0, 0.55, 1) forwards;
}

/* is-closing 中はクリック無効 */
@media screen and (max-width: 768px) {
    .p-aniv-interview__detail-container {
        margin-top: 15px;
        margin-bottom: 0;
    }
}

.p-aniv-interview__detail-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    /* インタビューセクションのbackground-imageより上に白背景を出くため z-index:0 */
    z-index: 0;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    /* ほんのり影をつける場吗 */
}

@keyframes ivOpenAccAnim {
    0% {
        height: 0px;
        visibility: hidden;
    }
    99.9% {
        height: var(--acc-body-height);
        visibility: visible;
    }
    100% {
        height: fit-content;
        visibility: visible;
    }
}

@keyframes ivCloseAccAnim {
    0% {
        height: var(--acc-body-height);
        visibility: visible;
    }
    99.9% {
        height: 0.1px;
        visibility: visible;
    }
    100% {
        height: 0px;
        visibility: hidden;
    }
}

/* アニメーション中にコンテナ自体のマージンもアニメーションさせることで、更なるカクつきを防止 */
.p-aniv-interview__detail-container.is-opening {
    animation: ivOpenMarginAnim var(--iv-detail-open-margin-duration) cubic-bezier(0.45, 0, 0.55, 1) forwards;
}
.p-aniv-interview__detail-container.is-closing {
    pointer-events: none;
    animation: ivCloseMarginAnim var(--iv-detail-close-margin-duration) cubic-bezier(0.45, 0, 0.55, 1) forwards;
}

@keyframes ivOpenMarginAnim {
    0% {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    100% {
        margin-top: 6px;
        margin-bottom: 20px;
    }
}

@keyframes ivCloseMarginAnim {
    0% {
        margin-top: 6px;
        margin-bottom: 20px;
    }
    100% {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 768px) {
    @keyframes ivOpenMarginAnim {
        0% {
            margin-top: 0px;
            margin-bottom: 0px;
        }
        100% {
            margin-top: 15px;
            margin-bottom: 0px;
        }
    }

    @keyframes ivCloseMarginAnim {
        0% {
            margin-top: 15px;
            margin-bottom: 0px;
        }
        100% {
            margin-top: 0px;
            margin-bottom: 0px;
        }
    }
}

@media screen and (max-width: 768px) {
    .p-aniv-interview__detail-box {
        padding: 30px 20px;
    }
}

.p-aniv-interview__detail-inner {
    --acc-body-height: 0px;
    /* js-acc と同様: height:0+overflow:hiddenで折り畳み、アニメーションで開閉 */
    position: relative;
    /* ::before(z-index:0)より上層にコンテンツを出す */
    z-index: 1;
    height: 0;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto;
    background: transparent;
}
.p-aniv-interview__detail-box {
    padding: 75px 0 80px;
}
@media screen and (max-width: 768px) {
    .p-aniv-interview__detail-box {
        padding: 50px 0 40px;
    }
}

.p-aniv-interview__detail-arrow {
    position: absolute;
    top: -15px;
    left: var(--arrow-left, 16.66%);
    /* デフォルト位置 */
    width: 0;
    height: 0;
    opacity: 0;
    transform: translateX(-50%);
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    transition: left 0.4s ease;
}

/* 開く: top:0 → top:-15px */
.p-aniv-interview__detail-container.is-opening .p-aniv-interview__detail-arrow {
    animation: ivArrowOpen 0.6s cubic-bezier(0.45, 0, 0.55, 1) forwards;
}

/* 閉じる: top:-15px → top:0 */
.p-aniv-interview__detail-container.is-closing .p-aniv-interview__detail-arrow {
    animation: ivArrowClose 0.5s cubic-bezier(0.45, 0, 0.55, 1) forwards;
}

@keyframes ivArrowOpen {
    from { top: 0; opacity: 0; }
    to   { top: -15px; opacity: 1; }
}

@keyframes ivArrowClose {
    from { top: -15px; opacity: 1; }
    to   { top: 0; opacity: 0; }
}

/* コンテンツレイアウト */
.p-aniv-interview__detail-lead {
    margin-bottom: 6px;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .p-aniv-interview__detail-lead {
        margin-bottom: 0;
        font-size: 14px;
    }
}

.p-aniv-interview__detail-lead:empty {
    display: none;
}

.p-aniv-interview__detail-catch {
    margin-bottom: 22px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    .p-aniv-interview__detail-catch {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 2;
    }
}

.p-aniv-interview__detail-catch:empty {
    display: none;
}

.p-aniv-interview__detail-cols {
    display: grid;
    grid-template-columns: calc(55% - 10px) calc(45% - 30px);
    gap: 0 40px;
}

@media screen and (max-width: 768px) {
    .p-aniv-interview__detail-cols {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.p-aniv-interview__detail-col-img {
    grid-column: 2;
    grid-row: 1 / span 4;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .p-aniv-interview__detail-col-img {
        order: 3;
        grid-column: 1;
        grid-row: auto;
        width: 100%;
        margin-top: 10px;
        /* 余白調整のため追加 */
        margin-bottom: 30px;
    }
}

.p-aniv-interview__detail-caption {
    display: block;
    margin-top: 8px;
    color: #1a1a1a;
    font-size: 12px;
    text-align: right;
}

.p-aniv-interview__detail-col-img img {
    display: block;
    width: 100%;
    height: auto;
}

/* Q&A */
.p-aniv-interview__qa {
    grid-column: 1;
    margin-bottom: 33px;
}

.p-aniv-interview__qa.column-2 {
    width: calc(200% - 80px);
}
@media screen and (max-width: 768px) {
    .p-aniv-interview__qa {
        width: 100%;
        margin-bottom: 17px;
    }

    .p-aniv-interview__qa.column-2 {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .p-aniv-interview__qa:nth-of-type(1) {
        order: 1;
    }

    .p-aniv-interview__qa:nth-of-type(2) {
        order: 2;
    }

    .p-aniv-interview__qa:nth-of-type(3) {
        order: 4;
    }

    .p-aniv-interview__qa:nth-of-type(4) {
        order: 5;
    }

    .p-aniv-interview__qa:nth-of-type(n+5) {
        order: 6;
    }
}

.p-aniv-interview__qa dt {
    position: relative;
    padding-left: 36px; /* Qの幅＋余白 */
    margin-bottom: 9px;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
}

.p-aniv-interview__qa dt::before {
    content: 'Q';
    position: absolute;
    left: 0;
    top: -2px; /* 高さに合わせて微調整 */
    color: #1BB8CE;
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
}
@media screen and (max-width: 768px) {
    .p-aniv-interview__qa dt {
        margin-bottom: 9px;
        font-size: 14px;
        padding-left: 30px;
    }

    .p-aniv-interview__qa dt::before {
        font-size: 24px;
        top: -1px;
    }
}

.p-aniv-interview__qa dd {
    position: relative;
    padding-left: 36px; /* Aの幅＋余白 */
    font-size: 15px;
    line-height: 2.15;
}

.p-aniv-interview__qa dd::before {
    content: 'A';
    position: absolute;
    left: 2px;
    top: -3px;
    color: #1BB8CE;
    font-family: 'Outfit', sans-serif;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.2;
}
@media screen and (max-width: 768px) {
    .p-aniv-interview__qa dd {
        font-size: 13px;
        line-height: 2;
        padding-left: 30px;
    }

    .p-aniv-interview__qa dd::before {
        left: 2px;
        font-size: 24px;
        top: -1px;
    }
}
.p-aniv-interview__qa dd sup {
    font-size: 70%;
    vertical-align: super;
}

.p-aniv-interview__qa dd span.note {
    /* grid-areaを削除してブロック要素にする */
    display: block;
    margin-top: 1em;
    padding-bottom: 1em;
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .p-aniv-interview__qa dd span.note {
        font-size: 11px;
    }
}


@media screen and (max-width: 768px) {
    .p-aniv-interview__nav-close {
        width: 100%;
    }
}

.p-aniv-interview__detail-close-wrap {
    display: flex;
    justify-content: center;
    margin-top: 48px;
}

@media screen and (max-width: 768px) {
    .p-aniv-interview__detail-close-wrap {
        margin-top: 30px;
    }
}

.p-aniv-interview__nav-close {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    max-width: 538px;
    width: 100%;
    padding: 25px;
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.p-aniv-interview__nav-close span {
    display: block;
    font-size: 26px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .p-aniv-interview__nav-close {
        max-width: 300px;
        width: 100%;
        padding: 9px;
        font-size: 12px;
    }

    .p-aniv-interview__nav-close span {
        font-size: 18px;
    }
}

@media (hover: hover) {
    .p-aniv-interview__nav-close:hover {
        background: #000;
        border-color: #000;
        color: #fff;
    }
}

/* FLOAT PAGE MENU */
.p-aniv-kv,
.p-aniv-intro,
.p-aniv-interview,
.p-aniv-voice,
.p-aniv-topics,
.p-aniv-gallery,
.p-aniv-bottom {
    scroll-margin-top: 100px;
}

.p-aniv-float-menu {
    position: fixed;
    inset: 50% 0 auto auto;
    z-index: 1100;
    opacity: 0;
    visibility: hidden;
    transform: translate(100%, -50%);
    transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
}

.p-aniv-float-menu.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -50%);
}

.p-aniv-float-menu__btn {
    width: 55px;
    height: fit-content;
    padding: 40px 0 20px;
    border: 0;
    border-radius: 0;
    background: #000;
    color: #fff;
    /* font-family: "Jost", sans-serif; */
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -0.07em;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    cursor: pointer;
    transition: opacity .25s ease;
}

.p-aniv-float-menu__btn span {
    display: inline-block;
    margin: 0.2em 0 0 0;
    font-weight: 600;
}

.p-aniv-float-menu__icon {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 20px;
    height: 10px;
}

.p-aniv-float-menu__icon::before,
.p-aniv-float-menu__icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 3px;
    background: #fff;
}

.p-aniv-float-menu__icon::before {
    top: 0;
}

.p-aniv-float-menu__icon::after {
    bottom: 0;
}

.p-aniv-menu-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    visibility: hidden;
    pointer-events: none;
    transition: visibility 0s;
}

.p-aniv-menu-modal.is-open {
    visibility: visible;
    pointer-events: auto;
    transition: visibility 0s;
}

.p-aniv-menu-modal__overlay {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(246, 246, 246, .82);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    cursor: default;
    opacity: 0;
    /* transition: opacity .25s ease; */
}

.p-aniv-menu-modal.is-open .p-aniv-menu-modal__overlay {
    opacity: 1;
}

.p-aniv-menu-modal__dialog,
.p-aniv-symbol-modal__dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(800px, calc(100% - 96px));
    opacity: 0;
    transition: opacity 0s ease;
}

.p-aniv-menu-modal.is-open .p-aniv-menu-modal__dialog,
.p-aniv-menu-modal.is-open .p-aniv-symbol-modal__dialog {
    opacity: 1;
    transition: opacity .8s ease;
}

.p-aniv-menu-modal__close {
    z-index: inherit;
    position: fixed;
    top: 24px;
    right: 36px;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.p-aniv-menu-modal__close::before,
.p-aniv-menu-modal__close::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 8px;
    width: 40px;
    height: 1px;
    background: #111;
}

.p-aniv-menu-modal__close::before {
    transform: rotate(45deg);
}

.p-aniv-menu-modal__close::after {
    transform: rotate(-45deg);
}

.p-aniv-menu-modal__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    row-gap: 50px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.p-aniv-menu-modal__item {
    position: relative;
    margin: 0;
    border-bottom: 1px solid rgba(17, 17, 17, .2);
}

.p-aniv-menu-modal__item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #111;
    transition: width cubic-bezier(0.075, 0.82, 0.165, 1) .4s;
    pointer-events: none;
}

.p-aniv-menu-modal__item:last-child {
    margin: 0;
}

.p-aniv-menu-modal__link {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 5px;
    padding: 0 30px 12px 0;
    color: #111;
    text-decoration: none;
    letter-spacing: 0;
    transition: opacity .2s ease;
}

.p-aniv-menu-modal__link::after {
    content: "";
    position: absolute;
    right: 2px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 1px solid #111;
    border-bottom: 1px solid #111;
    transform: translateY(-80%) rotate(45deg);
}

.p-aniv-menu-modal__link .en {
    /* font-family: "Jost", sans-serif; */
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.p-aniv-menu-modal__link .ja {
    font-size: 10px;
}

.p-aniv-symbol-modal__dialog {
    /* width: min(960px, calc(100% - 48px)); */
    width: calc(100% - 40px);
    max-height: calc(100svh - 60px);
    padding-top: 24px;
    overflow: auto;
    font-family: inherit;
}

.p-aniv-symbol--modal {
    margin: 0;
    padding: 18px 18px 10px;
    text-align: center;
}

.p-aniv-symbol--modal .p-aniv-symbol__inner {
    width: min(860px, 100%);
    margin: 0 auto;
    padding-top: 10px;
}

.p-aniv-symbol--modal .p-aniv-symbol__logo {
    width: 20vw;
    margin: 0 auto 86px;
    opacity: 1;
}

.p-aniv-symbol--modal .p-aniv-symbol__ttl {
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: 600;
}

.p-aniv-symbol--modal .p-aniv-symbol__txt {
    margin: 0;
    font-size: 18px;
    line-height: 2;
}

@media screen and (min-width: 769px) {
    .p-aniv-menu-modal {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .p-aniv-menu-modal__dialog {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
    }
}

@media (hover: hover) {
    .p-aniv-float-menu__btn:hover {
        opacity: .8;
    }

    .p-aniv-menu-modal__item:hover::after {
        width: 100%;
    }

    /* .p-aniv-menu-modal__link:hover {
        opacity: .65;
    } */
}

.p-aniv-menu-modal__item:focus-within::after {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .p-aniv-kv,
    .p-aniv-intro,
    .p-aniv-interview,
    .p-aniv-voice,
    .p-aniv-topics,
    .p-aniv-gallery,
    .p-aniv-bottom {
        scroll-margin-top: 68px;
    }

    .p-aniv-float-menu {
        inset: auto 0 0 0;
        transform: translateY(100%);
    }

    .p-aniv-float-menu.is-visible {
        transform: translateY(0);
    }

    .p-aniv-float-menu__btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50px;
        padding: 0;
        border-radius: 0;
        font-size: 16px;
        letter-spacing: -0.01em;
        writing-mode: horizontal-tb;
        text-orientation: mixed;
    }

    .p-aniv-float-menu__btn span {
        margin: 0 0 0 0.4em;
    }

    .p-aniv-float-menu__icon {
        top: 50%;
        left: auto;
        right: 20px;
        width: 30px;
        transform: translateY(-50%);
    }

    .p-aniv-float-menu__icon::before,
    .p-aniv-float-menu__icon::after {
        width: 30px;
    }

    .p-aniv-menu-modal__dialog {
        top: 0;
        right: 28px;
        bottom: 0;
        left: 28px;
        width: auto;
        height: fit-content;
        margin: auto;
        transform: none;
    }

    .p-aniv-menu-modal__close {
        top: 12px;
        right: 16px;
        width: 42px;
        height: 42px;
    }

    .p-aniv-menu-modal__close::before,
    .p-aniv-menu-modal__close::after {
        top: 20px;
        left: 7px;
        width: 36px;
    }

    .p-aniv-menu-modal__list {
        grid-template-columns: 1fr;
        row-gap: 52px;
    }

    .p-aniv-menu-modal__link {
        gap: 8px;
        padding: 0 28px 10px 0;
    }

    .p-aniv-menu-modal__link::after {
        right: 4px;
        top: 50%;
        width: 10px;
        height: 10px;
        transform: translateY(-110%) rotate(45deg)
    }

    .p-aniv-menu-modal__link .en {
        font-size: 18px;
    }

    .p-aniv-menu-modal__link .ja {
        font-size: 10px;
    }
}

@media screen and (max-width: 768px) {
    .p-aniv-symbol-modal__dialog {
        left: 14px;
        right: 14px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        width: calc(100% - 20px);
        max-height: 100%;
        margin: 0 auto;
        padding-top: 0;
    }

    .p-aniv-symbol--modal {
        padding: 0 16px;
        text-align: left;
    }

    .p-aniv-symbol--modal .p-aniv-symbol__logo {
        width: 38vw;
        margin: 0 auto 60px;
    }

    .p-aniv-symbol--modal .p-aniv-symbol__ttl {
        width: 70%;
        margin: 0 auto 15px;
        font-size: 22px;
        text-align: center;
    }

    .p-aniv-symbol--modal .p-aniv-symbol__txt {
        font-size: 14px;
        letter-spacing: .04em;
        text-align: left;
    }
}

@media screen and (max-width: 375px) {
    .p-aniv-symbol--modal .p-aniv-symbol__logo {
        margin-bottom: 40px;
    }

    .p-aniv-symbol--modal .p-aniv-symbol__ttl {
        font-size: 20px;
    }

    .p-aniv-symbol--modal .p-aniv-symbol__txt {
        font-size: 13px;
    }
}

/* VOICE */
.p-aniv-voice .p-aniv-voice__ttlblock {
    height: calc(100vh - 84px - 120px);
    height: calc(100lvh - 84px - 120px);
    /* 100vhからセクションタイトルの高さと余白を引く */
    background-image: url("/shared/img/anniv10th/pc/voice/voice_background02.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

@media screen and (max-width: 768px) {
    .p-aniv-voice .p-aniv-voice__ttlblock {
        height: calc(100vh - 50px - 112px);
        height: calc(100lvh - 50px - 112px);
        background-image: url("/shared/img/anniv10th/sp/voice/voice_background02_sp.jpg");
    }
}

.p-aniv-voice .p-aniv-sect-ttl {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    aspect-ratio: 1512 / 982;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 128px;
    color: #fff;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5), 0px 0px 12px rgba(0, 0, 0, 0.2);
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .p-aniv-voice .p-aniv-sect-ttl {
        aspect-ratio: 402 / 874;
        margin-bottom: 36px;
        padding-top: 124px;
    }
}

.p-aniv-voice__blocks {
    display: flex;
    flex-direction: column;
    margin-top: 120vh; /* 元の 50vh から変更して、タイトル固定後の待ち時間を稼ぐ */
}

.p-aniv-voice__block {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: calc(100vh - 84px - 120px);
    height: calc(100lvh - 84px - 120px); /* 変更: アドレスバーが隠れた一番高い状態(lvh)で固定 */
    margin-bottom: 120vh; /* 追加: 次のブロックが出てくるまでの間隔（時間を稼ぐ） */
    /* 100vhからセクションタイトルの高さと余白を引く */
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5), 0px 0px 12px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
    .p-aniv-voice__block {
        align-self: auto;
        width: 100%;
        height: calc(100vh - 50px - 112px);
        height: calc(100lvh - 50px - 112px); /* 変更: 一番高い状態(lvh)で固定 */
        margin-bottom: 90vh; /* SP版のブロック間隔（さらに広げる） */
    }
}

.p-aniv-voice__block:nth-child(odd) {
    align-self: flex-start;
}

.p-aniv-voice__block:nth-child(even) {
    align-self: flex-end;
}

/* temporary backgrounds if images are missing */
.p-aniv-voice__block:nth-child(1) {
    background-color: #557;
}

.p-aniv-voice__block:nth-child(2) {
    background-color: #79a;
}
.p-aniv-voice__block:last-child {
    margin-bottom: 0;
}

.p-aniv-voice__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.p-aniv-voice__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-aniv-voice__content {
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

@media screen and (max-width: 768px) {
    .p-aniv-voice__content {
        /* 下部固定エリア(112px)と干渉しないよう、CTA用の表示余白を確保 */
        padding: 0 20px 128px;
    }
}

.p-aniv-voice__ttl {
    margin-bottom: 28px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
}

.p-aniv-voice__txt {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .p-aniv-voice__ttl {
        margin-bottom: 18px;
        font-size: 22px;
        line-height: 1.8;
    }

    .p-aniv-voice__txt {
        margin-bottom: 24px;
        font-size: 15px;
    }
}

/* iPhone SE（375px以下）: コンテンツがブロック高に収まるよう縮小 */
@media screen and (max-width: 375px) {
    .p-aniv-voice__ttl {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 12px;
    }

    .p-aniv-voice__txt {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 14px;
    }

    .p-aniv-voice__content {
        padding-bottom: 100px;
    }
}

.p-aniv-voice__btn {
    display: inline-block;
    padding: 12px 40px;
    border: 1px solid #1BB8CE;
    border-radius: 10em;
    background: #1BB8CE;
    color: #fff;
    font-family: 'Outfit', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    text-shadow: none;
}

@media (hover: hover) {
    .p-aniv-voice__btn:hover {
        background: #fff;
        border-color: #fff;
        color: #1BB8CE;
    }
}

@media screen and (max-width: 768px) {
    .p-aniv-voice__btn {
        padding: 5px 24px;
        font-size: 15px;
    }
}

.p-aniv-voice {
    position: relative;
    padding-bottom: 156px;
    background-color: #fff;
    /* 隙間対策 */
}

@media screen and (max-width: 768px) {
    .p-aniv-voice {
        padding-bottom: 112px;
    }
}

.p-aniv-voice__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 156px;
    margin: 0;
    background: #fff;
    transform: translateY(100%);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

@media screen and (max-width: 768px) {
    .p-aniv-voice__bottom {
        height: 112px;
    }
}

.p-aniv-voice__bottom.is-fixed {
    position: fixed;
    bottom: 0;
    transform: translateY(0);
    box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {
    .p-aniv-voice__bottom.is-fixed {
        bottom: 50px;
        transition: bottom 0.1s ease-out;
    }
}

.p-aniv-voice__bottom.is-absolute {
    position: absolute;
    bottom: 0;
    transform: translateY(0);
}

@media screen and (max-width: 768px) {
    .p-aniv-voice__bottom.is-absolute {
        bottom: 0;
        transition: bottom 0.1s ease-out;
    }
}

.p-aniv-btn {
    display: inline-block;
    padding: 21px 141px;
    border: 2px solid #1BB8CE;
    border-radius: 10em;
    color: #1BB8CE;
    transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
    .p-aniv-btn {
        padding: 13px 52px;
    }
}

@media (hover: hover) {
    .p-aniv-btn:hover {
        background: #1BB8CE;
        color: #fff;
    }
}

.p-aniv-btn span:nth-of-type(1) {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}

.p-aniv-btn span:nth-of-type(2) {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .p-aniv-btn span:nth-of-type(1) {
        font-size: 16px;
    }

    .p-aniv-btn span:nth-of-type(2) {
        font-size: 14px;
    }
}

/* TOPICS */
.p-aniv-topics {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    height: calc(100vh - 84px);
    height: calc(100dvh - 84px);
    /* padding-top: 60px !important; */
    background-image: url("/shared/img/anniv10th/pc/topics/topics_background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .p-aniv-topics {
        height: auto;
        min-height: calc(100lvh - 50px);
        background-image: url("/shared/img/anniv10th/sp/topics/topics_background_sp.jpg");
    }
}

.p-aniv-topics .p-aniv-sect-ttl {
    margin-top: 8px;
    margin-bottom: 30px;
    color: #1A1A1A;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    .p-aniv-topics .p-aniv-sect-ttl {
        margin-bottom: 36px;
    }
}

.p-aniv-topics__inner {
    max-width: 1000px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .p-aniv-topics__inner {
        max-width: 100%;
    }
}

.p-aniv-topics__slider {
    position: relative;
    padding-bottom: 50px;
    /* space for pagination */
}

@media screen and (max-width: 768px) {
    .p-aniv-topics__slider {
        padding-bottom: 57px;
    }
}

.p-aniv-topics__item {
    box-sizing: border-box;
    width: auto;
    /* changed for slidesPerView: auto */
    height: auto;
    text-align: center;
}

.p-aniv-topics__item figure {
    width: 100%;
}

.p-aniv-topics__item img {
    width: 100%;
    max-height: 320px;
}

@media screen and (max-width: 768px) {
    .p-aniv-topics__item img {
        max-height: 228px;
    }
}

.p-aniv-topics__item .txt {
    /*padding: 10px 20px;*/
    margin-top: 10px;
    font-size: 14px;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    .p-aniv-topics__item .txt {
        margin-top: 6px;
        font-size: 12px;
    }
}

.p-aniv-topics__slider .swiper-pagination-bullet {
    opacity: 1;
    width: 6px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.3);
}

.p-aniv-topics__slider .swiper-pagination-bullet-active {
    background-color: #1BB8CE;
}

/* ページネーションとボタンを水平に配置するための調整 */
.p-aniv-topics__slider .swiper-pagination {
    bottom: 2px;
    /* ボタンの中心高さに合わせる */
}

@media screen and (max-width: 768px) {
    .p-aniv-topics__slider .swiper-pagination {
        bottom: 4px;
    }
}

/* TOPICS Slider Buttons (Pure CSS) */
.p-aniv-topics__slider .swiper-button-next,
.p-aniv-topics__slider .swiper-button-prev {
    top: auto;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin-top: 0;
    background-color: transparent;
    border: 1px solid #1BB8CE;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.p-aniv-topics__slider .swiper-button-prev {
    left: 0;
}

.p-aniv-topics__slider .swiper-button-next {
    right: 0;
}

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

    .p-aniv-topics__slider .swiper-button-next,
    .p-aniv-topics__slider .swiper-button-prev {
        bottom: 0;
        width: 36px;
        height: 36px;
    }

    .p-aniv-topics__slider .swiper-button-prev {
        left: 4.8vw;
    }

    .p-aniv-topics__slider .swiper-button-next {
        right: 4.8vw;
    }
}

@media (hover: hover) {
    .p-aniv-topics__slider .swiper-button-next:hover,
    .p-aniv-topics__slider .swiper-button-prev:hover {
        background-color: #1BB8CE;
    }
}

/* Swiperデフォルトのアイコン文字を消す */
.p-aniv-topics__slider .swiper-button-next::after,
.p-aniv-topics__slider .swiper-button-prev::after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #1BB8CE;
    border-right: 1px solid #1BB8CE;
    font-family: unset;
    transition: border-color 0.3s;
}

@media (hover: hover) {
    .p-aniv-topics__slider .swiper-button-next:hover::after,
    .p-aniv-topics__slider .swiper-button-prev:hover::after {
        border-color: #fff;
    }
}

.p-aniv-topics__slider .swiper-button-next::after {
    margin-left: -2px;
    /* 視覚的な中央揃え */
    transform: rotate(45deg);
}

.p-aniv-topics__slider .swiper-button-prev::after {
    margin-right: -2px;
    /* 視覚的な中央揃え */
    transform: rotate(-135deg);
}

/* GALLERY */
.p-aniv-gallery {
    padding-top: 120px !important;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .p-aniv-gallery {
        padding-top: 81px;
    }
}

.p-aniv-gallery .p-aniv-sect-ttl {
    margin-top: 8px;
    margin-bottom: 30px;
    color: #1BB8CE;
    line-height: 1;
}

@media screen and (max-width: 768px) {
    .p-aniv-gallery .p-aniv-sect-ttl {
        margin-bottom: 36px;
    }
}

.p-aniv-gallery__wrap {
    overflow: hidden;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .p-aniv-gallery__item {
        width: 150px;
        /* SP時の画像幅。適宜調整してください */
    }
}

.p-aniv-gallery__grid {
    display: flex;
}

.p-aniv-gallery__wrap .swiper-wrapper {
    /* 自動再生時の動きを等速にする */
    transition-timing-function: linear;
}

.p-aniv-gallery__item {
    flex-shrink: 0;
    width: 372px;
    /* デフォルトの画像幅。適宜調整してください */
}

@media screen and (max-width: 768px) {
    .p-aniv-gallery__item {
        width: 168px;
        /* SP時の画像幅。適宜調整してください */
    }
}

.p-aniv-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-aniv-bottom__logo {
    width: 400px;
    margin: 120px auto 0;
    opacity: 0;
    filter: blur(7px);
    transition: opacity 0.5s ease, filter 0.5s ease;
}

@media screen and (max-width: 768px) {
    .p-aniv-bottom__logo {
        width: fit-content;
        margin: 60px auto 0;
    }
}

.p-aniv-bottom__logo.is-active {
    opacity: 1;
    filter: blur(0);
}