@charset "utf-8";

/* ===========================
main
=========================== */
.section__label {
    display: none;
}

.section__eyebrow {
    display: none;
}

.topic--mini {
    font-family: Aboreto;
    font-size: 3.9rem;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-top: 0;
}

.header__inner {
    z-index: 1;
}

.aboutImg__pc {
    display: none;
}

.aboutImg__sp {
    position: absolute;
    width: 100%;
    top: -56px;
    z-index: -10000;
    left: 50%;
    transform: translateX(-50%);
}

.full-bleed-aspect {
    width: 100%;
    aspect-ratio: 375/412;
}

.about__content {
    background-color: var(--bg-base);
    padding: 32px 5.3% 0;
}

.about__profile {
    margin-top: 49px;
}

.about__name {
    font-size: 2.2rem;
    line-height: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.about__name span {
    font-family: Outfit;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
}

.about__txt {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 26px;
}

.pcBr {
    display: none
}

/* .underLine {
    font-family: Outfit;
    border-bottom: 1px solid var(--accent-blue);
} */

.sns {
    margin-top: 80px;
}

.sns__item a {
    display: grid;
    grid-template-columns: 36px 1fr 36px; /* ←左右を同幅に */
    align-items: center;
    padding: 20px 15px 19px 15px;
    border-bottom: 1px solid var(--accent-blue);
}

.snsTop a{
    border-top: 1px solid var(--accent-blue);
}

.sns__external {
    justify-self: end;
    width: 16px;
    height: auto;
    aspect-ratio: 1/1;
}

.sns__txt {
    font-size: 1.2rem;
    line-height: 1;
    justify-self: center;
    padding: 6px;
}

.sns__logo {
    height: 24px;
    justify-self: start;
}

.more-btn {
    width: 110px;
    cursor: pointer;
}

.wix {
    height: auto;
}

.long a {
    grid-template-columns: 65px 1fr 65px;
}

.auto {
    width: auto;
    height: auto;
}

.auto--size {
    height: 15px;
}

.sns__under a {
    border-bottom: 1px solid var(--accent-blue);
}

/* 初期状態（transition準備） */
.sns__item .sns__logo,
.sns__item .sns__txt,
.sns__item .sns__external {
    transition: opacity 0.35s ease;
}

/* hover時 */
.sns__item:hover .sns__logo,
.sns__item:hover .sns__txt,
.sns__item:hover .sns__external {
    opacity: 0.5;
}

.copyS {
    display: none;    
}



/* スマホ横向き対応 */
@media screen and (min-width: 667px){
    .section--about {
    padding: 0 5.3%;
    }

    .about__content {
        padding: 80px 0 0;
    }

    .aboutImg__sp {
        display: none;
    }

    .full-bleed-aspect {
        display: none;
    }

    .section__label {
        display: flex;
    }

    .section__eyebrow {
        display: block;
        font-family: Aboreto;
        font-size: 5.2rem;
        line-height: 1;
        letter-spacing: 0.02em;
        margin-top: 16px;
    }

    .topic--mini {
        display: none;
    }


    .aboutImg__pc {
        display: block;
    }
}

.sns--stack .sns__list {
    display: block;
}

/* 最初の要素だけ border-top */
.sns--stack .snsTop a {
    border-top: 1px solid var(--accent-blue);
}

@media screen and (min-width: 768px){
    .section--about {
    padding: 0 7.3%;
    }

    .sns--stack .sns__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr)); /* 2列・等幅 */
    column-gap: 24px;   /* ← 横余白を24px厳守 */
    row-gap: 0;         /* ← 上下余白なし */
    }

    .snsTop_2 a{
        border-top: 1px solid var(--accent-blue);
    }

    .section__eyebrow {
        font-size: 8.8rem;
        margin-top: 48px;
    }
    

    .sns__undert a {
        border-bottom: 1px solid var(--accent-blue);
    }

    .about__content {
        background-color: var(--bg-base);
        padding: 96px 0 0;
    }

    .about__profile {
        margin-top: 56px;
    }

    .about__name {
        font-size: 3.6rem;
    }

    .about__name span {
        font-size: 1.6rem;
    }

    .about__txt {
        font-size: 1.6rem;
        margin-top: 24px;
    }

    .pcBr {
        display: block
    }

    .spBr {
        display: none;
    }

    .underLine {
        font-family: Outfit;
        border-bottom: 1px solid var(--accent-blue);
    }

    .sns {
        margin-top: 64px;
    }
}

/* main pc */
/* 1024～1279px */
@media screen and (min-width: 1024px){
    .pcBr {
        display: none;
    }

    .section__eyebrow {
        display: none;
    }

    .topic--mini {
        display: block;
        font-family: Aboreto;
        font-size: 8.8rem;
        line-height: 1;
        letter-spacing: 0.02em;
    }

    .aboutImg__pc {
        display: block;
        width: 360px;
        padding-top: 8px;
        flex-shrink: 0;
    }

    .about__content {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 48px 0 0;
        align-items: flex-start;
        gap: 8px;
    }

    .about__profile {
        margin-top: 96px;
    }

    .about__txt {
        max-width: 416px;
    }

    .sns--stack .sns__list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 24px;
        row-gap: 0;
    }

    /* COLUMNごとの罫線処理調整 */
    .sns--stack .sns__item a{
        border-top: none;
    }

    .sns--stack .sns__item:nth-child(-n+2) a{
        border-top: 1px solid var(--accent-blue);
    }

    .about__content {
        position: relative;
    }

    .sns--stack {
        position: absolute;
        left: 0;
        right: 0;
        /* これで幅は .about__content と同じだけ広がる */
        /* 必要なら bottom or top を指定 */
    }
    .copyS {
        display: block;
    }

    .footer .copy {
        display: none;
    }
}

/* 1280～1439px */
@media screen and (min-width: 1280px){
    .about__content {
        position: static;
    }

    .sns--stack {
        position: static;
        left: auto;
        right: auto;
    }
    
    .pcBr {
        display: block;
    }

    .aboutImg__pc {
        width: 426px;
    }

    .about__txt {
        max-width: 588px;
    }

    .sns__list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 8px;
        row-gap: 0;       
        max-width: 648px;
    }

    .sns__item a {
        max-width: 312px;
    }

    .sns--stack .sns__list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 648px;
        column-gap: 8px;
    }

    .sns--stack .sns__item a {
        max-width: 312px;
    }

    .copyS {
        display: none;    
    }

    .footer .copy {
        display: block;
    }
}

/* 1280～1439px */
@media screen and (min-width: 1440px){
    .article {
        padding: 0 8.3%;
    }
    
    .section--about {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    }

    .about__content {
        gap: 40px;
    }

    .aboutImg__pc {
        display: block;
        width: 512px;
    }

    .sns--stack .sns__list {
        column-gap: 24px;
    }

    .copyS {
        display: none;    
    }
}

@media screen and (min-width: 1700px){
    .aboutImg__pc {
        display: block;
        width: 524px;
    }
}
/* pc */

