@charset "utf-8";
.about-page {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 0;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}


/* レースカーテン */

.about-page__curtain {
    position: absolute;
    top: calc(-148 / 1440 * 100vw);
    right: 0;
    width: calc(1703 / 1440 * 100vw);
    aspect-ratio: 1703 / 723;
    background: url(../images/about/Background_frily01.png);
    transform-origin: top center;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -2;
}

.about-page__curtain--1 {
    transform: rotate(-15.65deg);
    animation: curtainWave--1 6s ease-in-out infinite;
}

@keyframes curtainWave--1 {
    0% {
        transform: rotate(-15.65deg) translate(0, 0) skewX(0deg);
    }
    25% {
        transform: rotate(-15.65deg) translate(-10px, -4px) skew(2deg);
    }
    50% {
        transform: rotate(-15.65deg) translate(8px, -2px) skew(-2deg);
    }
    75% {
        transform: rotate(-15.65deg) translate(-6px, 3px) skew(1deg);
    }
    100% {
        transform: rotate(-15.65deg) translate(0, 0) skew(0deg);
    }
}

.about-page__curtain--2 {
    transform: rotate(-15.65deg);
    top: calc(-60 / 1440 * 100vw);
    right: calc(-40 / 1440 * 100vw);
    opacity: 0.8;
    z-index: -1;
    animation: curtainWave--2 7s ease-in-out infinite;
}

@keyframes curtainWave--2 {
    0% {
        transform: rotate(-15.65deg) translate(0, 0) skewX(0deg);
    }
    25% {
        transform: rotate(-15.65deg) translate(-6px, -2px) skew(1deg);
    }
    50% {
        transform: rotate(-15.65deg) translate(4px, -1px) skew(-1deg);
    }
    75% {
        transform: rotate(-15.65deg) translate(-3px, 1px) skew(0.5deg);
    }
    100% {
        transform: rotate(-15.65deg) translate(0, 0) skew(0deg);
    }
}

.about-page__curtain--3 {
    transform: rotate(3deg);
    top: calc(244 / 1440 * 100vw);
    right: calc(-283 / 1440 * 100vw);
    z-index: -2;
    animation: curtainWave--3 5s ease-in-out infinite;
}

@keyframes curtainWave--3 {
    0% {
        transform: rotate(3deg) translate(0, 0) skewX(0deg);
    }
    25% {
        transform: rotate(3deg) translate(-6px, -3px) skew(1.2deg);
    }
    50% {
        transform: rotate(3deg) translate(5px, -2px) skew(-1deg);
    }
    75% {
        transform: rotate(3deg) translate(-3px, 2px) skew(0.6deg);
    }
    100% {
        transform: rotate(3deg) translate(0, 0) skew(0deg);
    }
}

.about-page__curtain--4 {
    transform: rotate(-17deg);
    top: calc(77 / 1440 * 100vw);
    right: calc(-470 / 1440 * 100vw);
    opacity: 0.8;
    z-index: -1;
    animation: curtainWave--4 7s ease-in-out infinite;
}

@keyframes curtainWave--4 {
    0% {
        transform: rotate(-17deg) translate(0, 0) skewX(0deg);
    }
    25% {
        transform: rotate(-17deg) translate(-6px, -2px) skew(1deg);
    }
    50% {
        transform: rotate(-17deg) translate(4px, -1px) skew(-1deg);
    }
    75% {
        transform: rotate(-17deg) translate(-3px, 1px) skew(0.5deg);
    }
    100% {
        transform: rotate(-17deg) translate(0, 0) skew(0deg);
    }
}


/* =================== */

.about-page__inner {
    margin-inline: auto;
    padding: 128px 0;
    position: relative;
    z-index: 1;
}

.about-page__heading {
    display: flex;
    justify-content: center;
}

.about-page__title {
    margin-bottom: 112px;
}

.about-page__title img {
    display: block;
    width: calc(442 / 1440 * 100vw);
    height: auto;
}


/* SP切り替え */

@media screen and (max-width: 768px) {
    .about-page__inner {
        padding: 86px 0;
    }
    .about-page__title {
        margin-bottom: 80px;
    }
    .about-page__title img {
        width: calc(164 / 375 * 100vw);
    }
}


/* profile aria */

.about-page__profile {
    margin-top: calc(112 / 1440 * 100vw);
    margin: auto;
    display: flex;
    max-width: 2016px;
    gap: calc(110 / 1440 * 100vw);
    justify-content: center;
    align-items: center;
    padding: 0 12%;
}

.about-page__visual {
    width: calc(468 / 1440 * 100vw);
    height: auto;
}

.about-page__content {
    position: relative;
}


/* パール装飾 */

.about-page__visual {
    position: relative;
    flex: 1;
}

.about-page__content {
    position: relative;
    flex: 1;
    width: 100%;
}


/* パール装飾 */

.about-page__pearl {
    position: absolute;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
}

.about-page__pearl--1 {
    width: calc(80 / 1440 * 100vw);
    height: calc(80 / 1440 * 100vw);
    background-image: url(../images/about/Pearl_text01.png);
    bottom: calc(83 / 1440 * 100vw);
    right: calc(94 / 1440 * 100vw);
}

.about-page__pearl--2 {
    width: calc(40 / 1440 * 100vw);
    height: calc(40 / 1440 * 100vw);
    background-image: url(../images/about/Pearl_text02.png);
    bottom: calc(56 / 1440 * 100vw);
    right: calc(54 / 1440 * 100vw);
}

.about-page__pearl--3 {
    width: calc(24 / 1440 * 100vw);
    height: calc(24 / 1440 * 100vw);
    background-image: url(../images/about/Pearl_text03.png);
    bottom: calc(26 / 1440 * 100vw);
    right: calc(111 / 1440 * 100vw);
}


/* ================= */

.about-page__job {
    color: var(--primary-dustyPink);
    font-family: Italiana;
    font-size: var(--fz-32);
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-bottom: -8px;
    margin-left: 6px;
}

.about-page__name-wrap {
    display: flex;
    position: relative;
    align-items: baseline;
    gap: calc(12 / 1440 * 100vw);
    border-bottom: 1px solid var(--primary-dustyPink);
}

.about-page__name {
    color: var(--primary-dustyPink);
    font-family: Italiana;
    font-size: clamp(56px, calc(80 / 1440 * 100vw), 80px);
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.about-page__name-ja {
    color: var(--primary-dustyPink);
    font-family: "Noto Sans JP";
    font-size: var(--fz-16);
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.about-page__lead {
    color: var(--primary-darkGreen);
    font-family: "Zen Kaku Gothic New";
    font-size: var(--fz-16);
    line-height: 2;
    letter-spacing: 0.02em;
    margin-top: 28px;
}

.about-page__sns-list {
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: calc(24 / 1440 * 100vw);
}

.about-page__sns-item a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.about-page__sns-item img {
    width: calc(24 / 1440 * 100vw);
    max-width: 32px;
    height: auto;
    display: block;
}

.about-page__contact {
    display: flex;
    margin-top: 32px;
}

.about-page__contact-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-dustyPink);
    font-family: Italiana;
    font-size: var(--fz-24);
    line-height: 1.5;
    letter-spacing: 0.02em;
    gap: calc(8 / 1440 * 100vw);
    width: calc(219 / 1440 * 100vw);
    height: calc(65 / 1440 * 100vw);
    text-decoration: none;
    background-image: url(../images/about/contactBtn_background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-page__contact-link img {
    width: calc(24 / 1440 * 100vw);
    max-width: 32px;
    height: auto;
}

.about-page__contact-arrow {
    transition: transform 0.3s ease;
}

.about-page__contact-link:hover .about-page__contact-arrow,
.about-page__contact-link:focus-visible .about-page__contact-arrow {
    transform: translateX(20%);
}


/* SP切り替え */

@media screen and (max-width: 768px) {
    .about-page__profile {
        margin-top: calc(80 / 375 * 100vw);
        flex-direction: column;
        gap: calc(32 / 375 * 100vw);
        padding: 0 6.4%;
        margin: auto;
    }
    .about-page__visual {
        width: calc(230 / 375 * 100vw);
    }
    /* レース */
    .about-page__curtain {
        top: calc(-77 / 375 * 100vw);
        width: calc(553 / 375 * 100vw);
        aspect-ratio: 490 / 281;
    }
    .about-page__curtain--1 {
        transform: rotate(-29.65deg);
    }
    @keyframes curtainWave--1 {
        0% {
            transform: rotate(-29.65deg) translate(0, 0) skewX(0deg);
        }
        25% {
            transform: rotate(-29.65deg) translate(-10px, -4px) skew(2deg);
        }
        50% {
            transform: rotate(-29.65deg) translate(8px, -2px) skew(-2deg);
        }
        75% {
            transform: rotate(-29.65deg) translate(-6px, 3px) skew(1deg);
        }
        100% {
            transform: rotate(-29.65deg) translate(0, 0) skew(0deg);
        }
    }
    .about-page__curtain--2 {
        transform: rotate(-29.65deg);
        top: calc(-30 / 375 * 100vw);
        right: calc(-8 / 375 * 100vw);
    }
    @keyframes curtainWave--2 {
        0% {
            transform: rotate(-29.65deg) translate(0, 0) skewX(0deg);
        }
        25% {
            transform: rotate(-29.65deg) translate(-6px, -2px) skew(1deg);
        }
        50% {
            transform: rotate(-29.65deg) translate(4px, -1px) skew(-1deg);
        }
        75% {
            transform: rotate(-29.65deg) translate(-3px, 1px) skew(0.5deg);
        }
        100% {
            transform: rotate(-29.65deg) translate(0, 0) skew(0deg);
        }
    }
    .about-page__curtain--3 {
        transform: rotate(5deg);
        top: calc(111 / 375 * 100vw);
        right: calc(-133 / 375 * 100vw);
    }
    @keyframes curtainWave--3 {
        0% {
            transform: rotate(5deg) translate(0, 0) skewX(0deg);
        }
        25% {
            transform: rotate(5deg) translate(-6px, -3px) skew(1.2deg);
        }
        50% {
            transform: rotate(5deg) translate(5px, -2px) skew(-1deg);
        }
        75% {
            transform: rotate(5deg) translate(-3px, 2px) skew(0.6deg);
        }
        100% {
            transform: rotate(5deg) translate(0, 0) skew(0deg);
        }
    }
    .about-page__curtain--4 {
        transform: rotate(-17deg);
        top: calc(44 / 375 * 100vw);
        right: calc(-289 / 375 * 100vw);
    }
    /* =========== */
    /* pearl */
    .about-page__pearl--1 {
        width: calc(44 / 375 * 100vw);
        max-width: 64px;
        height: calc(44 / 375 * 100vw);
        bottom: calc(41 / 375 * 100vw);
        right: calc(34 / 375 * 100vw);
    }
    .about-page__pearl--2 {
        width: calc(22 / 375 * 100vw);
        max-width: 40px;
        height: calc(22 / 375 * 100vw);
        bottom: calc(28 / 375 * 100vw);
        right: calc(18 / 375 * 100vw);
    }
    .about-page__pearl--3 {
        width: calc(16 / 375 * 100vw);
        max-width: 24px;
        height: calc(16 / 375 * 100vw);
        bottom: calc(11 / 375 * 100vw);
        right: calc(47 / 375 * 100vw);
    }
    /* pearl */
    .about-page__job {
        font-size: var(--fz-24sp);
        margin-bottom: -12px;
        margin-left: 4px;
    }
    .about-page__name-wrap {
        gap: calc(8 / 375 * 100vw);
    }
    .about-page__name {
        font-size: clamp(48px, calc(48 / 375 * 100vw), 52px);
    }
    .about-page__name-ja {
        font-size: var(--fz-14sp);
    }
    .about-page__lead {
        font-size: var(--fz-14sp);
        margin-top: 24px;
    }
    .about-page__sns-list {
        margin-top: 24px;
        gap: 16px;
    }
    .about-page__sns-item img {
        width: calc(16 / 375 * 100vw);
        max-width: 24px;
    }
    .about-page__contact {
        margin-top: 48px;
        justify-content: center;
    }
    .about-page__contact-link {
        font-size: var(--fz-20sp);
        gap: calc(8 / 375 * 100vw);
        width: calc(213 / 375 * 100vw);
        height: calc(65 / 375 * 100vw);
        background-size: 100%;
    }
    .about-page__contact-link img {
        width: calc(24 / 375 * 100vw);
        max-width: 24px;
    }
}


/* activity */

.about-activity {
    margin-top: calc(128 / 1440 * 100vw);
    justify-self: center;
    margin-left: 12%;
    margin-right: 12%;
}

.about-activity__heading {
    display: flex;
    align-items: baseline;
    gap: 8px;
    color: var(--primary-dustyPink);
    font-family: Italiana;
    line-height: 1.5;
    letter-spacing: 0.02em;
    border-bottom: 1px solid var(--primary-dustyPink);
}

.about-activity__title {
    font-size: clamp(40px, calc(48 / 1440 * 100vw), 56px);
}

.about-activity__title-ja {
    font-size: clamp(13px, calc(14 / 1440 * 100vw), 16px);
}

.about-activity__row {
    margin-top: 0;
    padding-bottom: 24px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: calc(80 / 1440 * 100vw);
    padding: 24px 0;
    border-bottom: 1px solid var(--primary-dustyPink);
}

.about-activity__items {
    min-width: 0;
}

.about-activity__row:last-child {
    border-bottom: none;
}

.about-activity__year {
    color: var(--primary-dustyPink);
    font-family: "Bodoni Moda SC";
    font-size: var(--fz-24);
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.about-activity__item {
    color: var(--primary-darkGreen);
    font-family: "Zen Kaku Gothic New";
    font-size: var(--fz-16);
    line-height: 2;
    letter-spacing: 0.02em;
    overflow-wrap: anywhere;
}


/* SP切り替え */

@media screen and (max-width: 768px) {
    .about-activity {
        margin-top: 80px;
        margin-inline: auto;
        width: calc(100% - 48px);
    }
    .about-activity__title {
        font-size: clamp(32px, calc(32 / 375 * 100vw), 40px);
    }
    .about-activity__title-ja {
        font-size: var(--fz-12sp);
    }
    .about-activity__row {
        margin-top: 0;
        padding-bottom: 32px;
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 16px;
        padding: 24px 0;
    }
}