@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=WDXL+Lubrifont+JP+N&display=swap');
@import url('https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@400;700&display=swap');


/* エレメント */
:root {
    --color-main: #000000;
    --color-navy: #153d6f;
    --color-light-navy: #006a97;
    --color-green: #095b1e;
    --color-lighter-green: #e6fac8;
    --color-light-green: #b6e485;
    --color-light-blue: #aae1fa;
    --color-orange: #ff3200;
    --color-yellow: #ffe600;
    --color-beige: #f0ebe1;
}

p {
    margin: 0;
}

h2 {
    color: var(--color-main);
    margin: 0;
    padding-left: 0;
}

h2::before {
    content: normal;
}

h3 {
    margin: 0;
    background-color: transparent;
    border-left: none;
    padding: 0;
    color: inherit;
}

/* 既存スタイルの打消と上書き */
body #dMWrapper {
    margin-bottom: 0;
}

body #dMain {
    max-width: none;
}

div#dMain:after {
    display: none;
}

#dMainColumn #aMainContents {
    font-family: "Noto Sans JP", sans-serif;
    color: var(--color-main);
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 0;
}


/* ユーティリティクラス */
.palmtop-visible {
    display: none;
}
@media (max-width: 768px) {
    .palmtop-visible {
        display: block;
    }
}
@media (max-width: 768px) {
    .laptop-visible {
        display: none;
    }
}


/* AIコラム */
.ai-column {
    background-color: #cacfdb;
    margin-left: calc(-1 * var(--main-column-padding-x));
  margin-right: calc(-1 * var(--main-column-padding-x));
}

.ai-column__hero {
    background-color: #cacfdb;
    overflow-x: hidden;
}

.ai-column__hero__inner {
    position: relative;
    width: 1123px;
    /* 親より広いとき margin:auto では左寄せになるため、明示的に中央寄せ */
    margin-left: calc(50% - 561.5px);
    margin-right: 0;
    height: 564px;
    background-image: url('/member_assets/images/page/member/p/oyakudachi/ai-column/hero_bg.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    container-type: inline-size;
    overflow: hidden;
    /* 769px以上は1123px固定・中央寄せ（左右見切れ可）。768px以下はスマホ用 */
    @media screen and (max-width: 768px) {
        background-image: url('/member_assets/images/page/member/p/oyakudachi/ai-column/hero_bg_palmtop.png');
        background-size: cover;
        margin-left: 0;
        margin-right: 0;
    }
}

.ai-column__hero__inner::before,
.ai-column__hero__inner::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    bottom: 0;
    background-image: url('/member_assets/images/page/member/p/oyakudachi/ai-column/hero_corner.svg');
    width: 156px;
    height: 156px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ai-column__hero__inner::before {
    left: 0;
}
.ai-column__hero__inner::after {
    right: 0;
    transform: scale(-1,1);
}

.ai-column__hero__scroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    --hero-scroll-gap: 25px;
    --hero-scroll-duration: 22s;
}

.ai-column__hero__scroll__left,
.ai-column__hero__scroll__right {
    width: 66px;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.ai-column__hero__scroll__left {
    left: 15px;
}

.ai-column__hero__scroll__right {
    right: 15px;
}

.ai-column__hero__scroll__track {
    display: flex;
    flex-direction: column;
    gap: var(--hero-scroll-gap);
    width: 100%;
}

.ai-column__hero__scroll__item img {
    display: block;
    width: 100%;
    height: auto;
}

.ai-column__hero__scroll__left .ai-column__hero__scroll__track.is-ready {
    animation: ai-column-hero-scroll-up var(--hero-scroll-duration) linear infinite;
}

.ai-column__hero__scroll__right .ai-column__hero__scroll__track.is-ready {
    animation: ai-column-hero-scroll-down var(--hero-scroll-duration) linear infinite;
}

.ai-column__hero__scroll__left img {
    transform: scale(-1,-1);
}

.ai-column__hero__scroll__right img {
    transform: rotate(180deg);
}

@keyframes ai-column-hero-scroll-up {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(calc(-1 * var(--hero-scroll-shift, 295px)));
    }
}

@keyframes ai-column-hero-scroll-down {
    from {
        transform: translateY(calc(-1 * var(--hero-scroll-shift, 295px)));
    }

    to {
        transform: translateY(0);
    }
}

.ai-column__hero__deco {

}

.ai-column__hero__deco img {
    display: block;
    width: 100%;
    height: auto;
}

.ai-column__hero__deco__nezumi-balloon {
    width: 124px;
    position: absolute;
    top: 200px;
    left: 130px;
    opacity: 0;
    transform-origin: center bottom;
}

.ai-column__hero__deco__buka-balloon {
    width: 82px;
    position: absolute;
    bottom: 210px;
    right: 100px;
    opacity: 0;
    transform-origin: center bottom;
}

.ai-column__hero__deco__bucho-balloon {
    width: 296px;
    position: absolute;
    bottom: 10px;
    right: 305px;
    opacity: 0;
}

.ai-column__hero__deco__bucho-onomatope {
    width: 465px;
    position: absolute;
    top: 240px;
    left: 335px;
    opacity: 0;
}

.ai-column__hero__deco__bucho {
    width: 340px;
    position: absolute;
    top: 122px;
    left: 390px;
    opacity: 0;
}

.ai-column__hero__title {
    position: relative;
    padding-top: 25px;
    max-width: 484px;
    margin: 0 auto;
    opacity: 0;
}

.ai-column__hero__title__image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
}

.ai-column__hero__title__deco {
    position: absolute;
    right: -100px;
    bottom: -60px;
    width: 164px;
}

/* ヒーロー スマホ（基準: 390 × 430） */
@media (max-width: 768px) {
    .ai-column__hero__inner {
        width: 100%;
        height: 110.256vw; /* 430 / 390 */
        aspect-ratio: auto;
    }

    .ai-column__hero__inner::before,
    .ai-column__hero__inner::after {
        width: 20.513vw; /* 80 / 390 */
        height: auto;
        aspect-ratio: 155.65 / 155.88;
    }

    .ai-column__hero__scroll {
        --hero-scroll-gap: 3.846vw; /* 15 / 390 */
        /* 回転後に見える1枚分の横幅 */
        --hero-scroll-item-width: 26.153vw;
        /* SVG 65.95 × 269.65 に合わせた帯の太さ */
        --hero-scroll-thickness: calc(var(--hero-scroll-item-width) * 65.95 / 269.65);
    }

    .ai-column__hero__scroll__left,
    .ai-column__hero__scroll__right {
        top: auto;
        bottom: auto;
        left: 50%;
        right: auto;
        width: var(--hero-scroll-thickness);
        height: 100%;
        transform-origin: center center;
    }

    /* 左帯 → 上辺（-90deg で上向きスクロールが左向きに見える） */
    .ai-column__hero__scroll__left {
        top: calc(var(--hero-scroll-thickness) / 2 + 1.282vw);
        height: 100cqw;
        transform: translate(-50%, -50%) rotate(-90deg);
    }

    /* 右帯 → 下辺 */
    .ai-column__hero__scroll__right {
        bottom: calc(var(--hero-scroll-thickness) / 2);
        height: 100cqw;
        transform: translate(-50%, 50%) rotate(-90deg);
    }

    /* 左CRT上の吹き出し「新知識を発見！」: 79px @ 390 */
    .ai-column__hero__deco__nezumi-balloon {
        width: 20.256vw;
        top: 43%;
        left: 13%;
        bottom: auto;
        right: auto;
    }

    /* 右CRT上の音符吹き出し: 48px @ 390 */
    .ai-column__hero__deco__buka-balloon {
        width: 12.308vw;
        top: auto;
        left: auto;
        bottom: 26%;
        right: 3%;
    }

    /* 部長セリフ吹き出し: 156px @ 390 */
    .ai-column__hero__deco__bucho-balloon {
        width: 40vw;
        top: auto;
        left: auto;
        bottom: 4%;
        right: 21%;
    }

    .ai-column__hero__deco__bucho-onomatope {
        width: 70vw;
        top: 61%;
        left: 12%;
        bottom: auto;
        right: auto;
    }

    .ai-column__hero__deco__bucho {
        width: 46vw;
        top: 46%;
        left: 20%;
        bottom: auto;
        right: auto;
    }

    .ai-column__hero__title {
        padding-top: 15.384vw;
        max-width: 83.333vw;
    }

    .ai-column__hero__title__deco {
        right: -12vw;
        bottom: -8vw;
        width: 28vw;
    }
}

/* ヒーロー表示アニメーション */
.ai-column__hero {
    --hero-bucho-delay: 0ms;
    --hero-bucho-dur: 0.75s;
    --hero-onomatope-delay: 0.75s;
    --hero-onomatope-dur: 0.55s;
    --hero-bucho-balloon-delay: 1.35s;
    --hero-bucho-balloon-dur: 0.5s;
    --hero-balloons-delay: 1.85s;
    --hero-balloons-intro-dur: 0.45s;
    --hero-title-delay: 2.85s;
    --hero-title-dur: 0.7s;
    --hero-balloons-loop-dur-nezumi: 2.8s;
    --hero-balloons-loop-dur-buka: 3.2s;
}

@keyframes ai-column-hero-bucho-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes ai-column-hero-onomatope-in {
    0% {
        opacity: 0;
        transform: translateX(-24px) scaleX(0.15);
    }

    32% {
        opacity: 1;
        transform: translateX(0) scaleX(1.38);
    }

    52% {
        transform: translateX(0) scaleX(0.86);
    }

    70% {
        transform: translateX(0) scaleX(1.1);
    }

    85% {
        transform: translateX(0) scaleX(0.96);
    }

    100% {
        opacity: 1;
        transform: translateX(0) scaleX(1);
    }
}

@keyframes ai-column-hero-bucho-balloon-in {
    0% {
        opacity: 0;
        transform: scale(1.45);
    }

    45% {
        opacity: 1;
        transform: scale(0.86);
    }

    70% {
        transform: scale(1.05);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes ai-column-hero-title-in {
    0% {
        opacity: 0;
        transform: translateY(-80px);
    }

    35% {
        opacity: 1;
        transform: translateY(14px);
    }

    50% {
        transform: translateY(-10px);
    }

    65% {
        transform: translateY(6px);
    }

    80% {
        transform: translateY(-3px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes ai-column-hero-nezumi-intro {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes ai-column-hero-buka-intro {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* タイトル表示後: ネズミはふわふわ浮遊、部下は左右にゆらゆら */
@keyframes ai-column-hero-nezumi-float {
    0%,
    100% {
        opacity: 1;
        transform: translateY(0) rotate(0deg);
    }

    50% {
        opacity: 1;
        transform: translateY(-10px) rotate(2.5deg);
    }
}

@keyframes ai-column-hero-buka-sway {
    0%,
    100% {
        opacity: 1;
        transform: translateX(0) rotate(0deg);
    }

    33% {
        opacity: 1;
        transform: translateX(8px) rotate(-4deg);
    }

    66% {
        opacity: 1;
        transform: translateX(-7px) rotate(3deg);
    }
}

.ai-column__hero.is-hero-intro .ai-column__hero__deco__bucho {
    animation: ai-column-hero-bucho-in var(--hero-bucho-dur) ease var(--hero-bucho-delay) forwards;
}

.ai-column__hero.is-hero-intro .ai-column__hero__deco__bucho-onomatope {
    transform-origin: left center;
    animation: ai-column-hero-onomatope-in var(--hero-onomatope-dur) cubic-bezier(0.34, 1.25, 0.45, 1) var(--hero-onomatope-delay) forwards;
}

.ai-column__hero.is-hero-intro .ai-column__hero__deco__bucho-balloon {
    transform-origin: center bottom;
    animation: ai-column-hero-bucho-balloon-in var(--hero-bucho-balloon-dur) cubic-bezier(0.34, 1.56, 0.64, 1) var(--hero-bucho-balloon-delay) forwards;
}

.ai-column__hero.is-hero-intro .ai-column__hero__title {
    animation: ai-column-hero-title-in var(--hero-title-dur) ease-out var(--hero-title-delay) forwards;
}

.ai-column__hero.is-hero-intro .ai-column__hero__deco__nezumi-balloon {
    animation: ai-column-hero-nezumi-intro var(--hero-balloons-intro-dur) ease var(--hero-balloons-delay) forwards;
}

.ai-column__hero.is-hero-intro .ai-column__hero__deco__buka-balloon {
    animation: ai-column-hero-buka-intro var(--hero-balloons-intro-dur) ease var(--hero-balloons-delay) forwards;
}

.ai-column__hero.is-hero-balloons-loop .ai-column__hero__deco__nezumi-balloon {
    opacity: 1;
    animation: ai-column-hero-nezumi-float var(--hero-balloons-loop-dur-nezumi) ease-in-out infinite;
}

.ai-column__hero.is-hero-balloons-loop .ai-column__hero__deco__buka-balloon {
    opacity: 1;
    animation: ai-column-hero-buka-sway var(--hero-balloons-loop-dur-buka) ease-in-out 0.6s infinite;
}

.ai-column__lead {
    position: relative;
    background-color: #cacfdb;
}

.ai-column__lead::before {
    content: none;
}

@media screen and (max-width: 768px) {
    .ai-column__lead::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
        pointer-events: none;
        /* profile 高さ分をアーカイブ色でカバー（グレー漏れ防止） */
        height: calc(40px + 60px + ((100vw - 30px) * 870 / 721));
        background-color: #d5d275;
    }
}

.ai-column__lead__main {
    position: relative;
    z-index: 11;
    max-width: 970px;
    width: 100%;
    margin: 0 auto 0;
    @media screen and (max-width: 768px) {
        margin-top: 0;
        max-width: 92.307vw;
    }
}

.ai-column__lead__main picture {
    transform: translateY(-20px);
    @media screen and (max-width: 768px) {
        transform: translateY(0px);
    }
}

.ai-column__lead__main picture,
.ai-column__lead__profile__button picture,
.ai-column__lead__profile__content picture {
    display: block;
    width: 100%;
}

.ai-column__lead__main img {
    display: block;
    width: 100%;
    height: auto;
}

.ai-column__lead__profile {
    position: relative;
    z-index: 1;
    padding-top: 60px;
    padding-bottom: 90px;
    max-width: 778px;
    width: 100%;
    margin: 0 auto;
    @media screen and (max-width: 768px) {
        padding: 40px 15px 60px;
        box-sizing: border-box;
    }
}

.ai-column__lead__profile__button {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    line-height: 0;
}

.ai-column__lead__profile__button img {
    display: block;
    width: 100%;
    height: auto;
    transition:
        opacity 0.28s ease;
}

@media (hover: hover) and (pointer: fine) {
    .ai-column__lead__profile__button:hover:not(:disabled) img,
    .ai-column__lead__profile__button:focus-visible img {
        opacity: 0.88;
    }

    .ai-column__lead__profile__button:active:not(:disabled) img {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .ai-column__lead__profile__button:hover:not(:disabled) img,
    .ai-column__lead__profile__button:focus-visible img,
    .ai-column__lead__profile__button:active:not(:disabled) img {
        opacity: 1;
    }
}

.ai-column__lead__profile__content {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    margin-top: -5px;
    padding: 0 60px;
    background-color: #eeee20;
    transition:
        grid-template-rows 0.4s ease,
        padding 0.4s ease;
}

.ai-column__lead__profile__content > picture {
    overflow: hidden;
    min-height: 0;
}

.ai-column__lead__profile--open .ai-column__lead__profile__content {
    grid-template-rows: 1fr;
    padding: 15px 60px 30px;
    @media screen and (max-width: 768px) {
        padding: 15px 15px 20px;
    }
}

.ai-column__lead__profile__content img {
    display: block;
    width: 100%;
    height: auto;
}

@media (prefers-reduced-motion: reduce) {
    .ai-column__lead__profile__button img {
        transition-duration: 0.01ms;
    }

    .ai-column__hero.is-hero-intro .ai-column__hero__deco__bucho,
    .ai-column__hero.is-hero-intro .ai-column__hero__deco__bucho-onomatope,
    .ai-column__hero.is-hero-intro .ai-column__hero__deco__bucho-balloon,
    .ai-column__hero.is-hero-intro .ai-column__hero__title,
    .ai-column__hero.is-hero-intro .ai-column__hero__deco__nezumi-balloon,
    .ai-column__hero.is-hero-intro .ai-column__hero__deco__buka-balloon,
    .ai-column__hero.is-hero-balloons-loop .ai-column__hero__deco__nezumi-balloon,
    .ai-column__hero.is-hero-balloons-loop .ai-column__hero__deco__buka-balloon {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .ai-column__hero__scroll__track.is-ready {
        animation: none !important;
        transform: none !important;
    }

    .ai-column__lead__profile__button:hover:not(:disabled) img,
    .ai-column__lead__profile__button:focus-visible img,
    .ai-column__lead__profile__button:active:not(:disabled) img {
        transform: none;
        opacity: 1;
    }

    .ai-column__lead__profile__content {
        transition: none;
    }

    .ai-column__archive__list__item__image::after {
        transition-duration: 0.01ms;
    }

    .ai-column__archive__list__item__anchor:hover .ai-column__archive__list__item__image::after,
    .ai-column__archive__list__item__anchor:focus-visible .ai-column__archive__list__item__image::after {
        transform: none;
    }

    .ai-column__footer__button {
        transition-duration: 0.01ms;
    }

    .ai-column__footer__button:hover,
    .ai-column__footer__button:focus-visible,
    .ai-column__footer__button:active {
        transform: none;
        box-shadow: none;
        background-color: #ffffff;
    }
}

.ai-column__archive {
    position: relative;
    /* 750px 幅時 60px。::after の下端と揃う上余白 */
    padding-top: calc(100% * 60 / 750);
    background-color: #d5d275;
}

.ai-column__archive::before {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    width: 100%;
    aspect-ratio: 2250 / 1180;
    background-image: url('/member_assets/images/page/member/p/oyakudachi/ai-column/archive_bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    @media screen and (max-width: 768px) {
        /* profile 上端付近へ：padding上下(40+60) + ボタン画像高さ */
        z-index: 0;
        transform: translateY(
            calc(-100% - 40px - 60px - ((100vw - 30px) * 870 / 721))
        );
    }
}

.ai-column__archive::after {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 2292 / 880;
    /* translateY の % は自身の高さ基準 → 幅に連動してスケール（750px 幅時 ≒ top:-228px 相当） */
    transform: translateY(calc(-100% * (1 - 60 / (230 * 880 / 2292))));
    background-image: url('/member_assets/images/page/member/p/oyakudachi/ai-column/archive_deco.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    @media screen and (max-width: 768px) {
        background-image: url('/member_assets/images/page/member/p/oyakudachi/ai-column/archive_deco_palmtop.svg');
        background-position: left 50% top 4vw;
        aspect-ratio: 390 / 308;
    }
}

.ai-column__archive__inner {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

.ai-column__archive__heading {

}

.ai-column__archive__heading__label {
    max-width: 642px;
    width: 100%;
    margin: 0 auto;
    @media screen and (max-width: 768px) {
        max-width: 94.871vw;
    }
}

.ai-column__archive__heading__title {
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 700;
    font-style: normal; 
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
    @media screen and (max-width: 768px) {
        font-size: 16px;
        margin-top: 15px;
    }
}

.ai-column__archive__list {
    margin-top: 60px;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
    @media screen and (max-width: 768px) {
        margin-top: 40px;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 30px;
    }
}

.ai-column__archive__list__item {
    min-width: 0;
    display: flex;
}

.ai-column__archive__list__item__anchor {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 500;
    font-style: normal; 
    .is-comingsoon & {
        pointer-events: none;
    }
}

.ai-column__archive__list__item__image {
    position: relative;
    container-type: inline-size;
}

.ai-column__archive__list__item__image img {
    display: block;
    width: 100%;
    height: auto;
}

.ai-column__archive__list__item__image::after {
    content: "";
    display: block;
    position: absolute;
    /* 980px 時の表示カラム（約 267px 幅）基準。75/267 ≒ 28.1%, 75/203 ≒ 37%, 34/267 ≒ 12.7% */
    right: 28.125%;
    bottom: 37.007%;
    width: 12.749%;
    aspect-ratio: 1;
    background: url('/member_assets/images/page/member/p/oyakudachi/ai-column/archive_arrow.svg') center / contain no-repeat;
    transition: transform 0.28s ease;
}

.is-comingsoon .ai-column__archive__list__item__image::after {
    display: none;
}

@media (min-width: 980px) {
    .ai-column__archive__list__item__image::after {
        right: 75px;
        bottom: 75px;
        width: 34px;
        height: 34px;
    }

    .ai-column__archive__list__item__image__text {
        top: 58px;
        left: 12px;
        width: 200px;
        font-size: 16px;
    }
}

.ai-column__archive__list__item__anchor:hover .ai-column__archive__list__item__image::after,
.ai-column__archive__list__item__anchor:focus-visible .ai-column__archive__list__item__image::after {
    transform: translate(5px, -5px);
}

.ai-column__archive__list__item__image__text {
    color: #d0cd66;
    position: absolute;
    /* 980px 時の表示カラム（約 267px 幅・画像高 203px）基準 */
    top: 28.571%;
    left: 4.5%;
    width: 75%;
    text-align: center;
    font-family: "WDXL Lubrifont JP N", sans-serif;
    font-weight: 400;
    font-size: 6cqi;
    font-style: normal;
}

.ai-column__archive__list__item__title {
    margin-top: 10px;
    color: #7a7a47;
    text-align: center;
    @media screen and (max-width: 768px) {
        font-size: 12px;
    }
    .is-comingsoon & {
        color: #ffffff;
    }
}

.ai-column__archive__list__item__description {
    flex: 1;
    display: flex;
    flex-direction: column;
    max-width: 207px;
    width: 100%;
    margin: 10px auto 0;
    color: #000000;
    font-size: 17px;
    line-height: 1.7058823529em;
    border-top: 1px solid #7a7a47;
    border-bottom: 1px solid #7a7a47;
    padding: 10px 0;
    @media screen and (max-width: 768px) {
        font-size: 13px;
    }
    .is-comingsoon & {
        color: #ffffff;
        border-color: #ffffff;
        text-align: center;
        justify-content: center;
        font-family: "WDXL Lubrifont JP N", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 23px;
        @media screen and (max-width: 768px) {
            font-size: 18px;
        }
    }
}


.ai-column__author {
    padding-top: 80px;
    background-color: #d5d275;
    font-family: "LINE Seed JP", sans-serif;
    font-weight: 500;
    font-style: normal;

}

.ai-column__author__inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.ai-column__author__title {
    font-size: 12px;
}

.ai-column__author__list {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #7a7a47;
    display: flex;
    @media screen and (max-width: 768px) {
        flex-direction: column;
    }
}

.ai-column__author__list__term {
    font-size: 12px;
    width: 180px;
    color: #000000;
    @media screen and (max-width: 768px) {
        width: 100%;
    }
}

.ai-column__author__list__desc {
    font-size: 12px;
    width: calc(100% - 180px);
    color: #000000;
    @media screen and (max-width: 768px) {
        width: 100%;
        margin-top: 10px;
    }
}



.ai-column__footer {
    padding: 90px 0;
    background-color: #d5d275;
    text-align: center;
}

.ai-column__footer__button {
    font-family: "LINE Seed JP", sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal; 
    display: inline-block;
    padding: 11px 20px 9px;
    color: #000000 !important;
    background-color: #ffffff;
    text-decoration: none !important;
    border-radius: 5px;
    transition:
        transform 0.28s ease,
        box-shadow 0.28s ease,
        background-color 0.28s ease;
}

.ai-column__footer__button:hover,
.ai-column__footer__button:focus-visible {
    transform: translateY(-3px);
    background-color: #f7f7f7;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.ai-column__footer__button:active {
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}