@charset "UTF-8";

/*====================
header
====================*/
.header {
    width: 100vw;
}

.header__fixed {
    background-color: rgba(254, 250, 250, 0.8);
    height: 66px;
    width: 100vw;
    padding: 20px 5.3% 0;
    display: flex;
    top: 0;
    z-index: 10;
}

.header__logo {
    font-family: "Klee One";
    line-height: 1.25;
}

.header__logo .spanIzen {
    font-size: 1.6rem;
    margin-left: 5px;
}

/* header pc */
@media screen and (min-width: 769px) {
    .header {
        width: 100vw;
        display: block;
    }

    .header__fixed {
        display: none;
    }

    .nav {
        display: block;
    }

    .nav {
        width: 23.6%;
        min-width: 340px;
        height: 100vh;
        padding: 40px 2.7%;
        border-right: 1px solid var(--color--warmGray);
        position: fixed;
        top: 0;
        left: 0;
    }

    /* pc 769px */
}

/*====================
main
====================*/
.article {
    background: linear-gradient(180deg, rgba(254, 250, 250, 0.00) 24.52%, #FEFAFA 35.1%, #F2E9DD 39.9%, #F2E9DD 60.1%, #FEFAFA 65.38%, rgba(254, 250, 250, 0.00) 75.48%);
}

/* .article pc */
@media screen and (min-width: 769px) {
    .article {
        background: linear-gradient(180deg, rgba(254, 250, 250, 0.00) 25%, #FEFAFA 34%, #F2E9DD 39%, #F2E9DD 62%, #FEFAFA 68%, rgba(254, 250, 250, 0.00) 72%);
    }

}

/* pc 769px */

/* about */
.section--about {
    width: 100%;
    padding: 146px 5.3% 40px;
}

.about__title {
    /* width: 70.4%; */
    width: 264px;
    text-align: center;
    margin: 0 auto;
    font-family: "Klee One";
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    /* white-space: nowrap; */
    background-size: 8px 3px;
    background-image: linear-gradient(to right, var(--color--blewGreen) 3px, transparent 3px);
    background-position: left bottom;
    background-repeat: repeat-x;
    padding-bottom: 5px;
}

.about__title span {
    font-family: Merienda;
    font-weight: 300;
}

.about__message {
    margin-top: 80px;
}

.about__imgSp {
    position: relative;
}

.about__imgSp::before {
    content: '';
    background-color: var(--color--warmGray);
    width: 180px;
    height: 180px;
    position: absolute;
    left: -168px;
    bottom: -30px;
    border-radius: 5px;
    display: block;
    z-index: -1;
}

.about__imgPc {
    display: none;
}

.about__topic {
    color: var(--color--blewGreen);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    margin-top: 80px;
}

.about__topic span {
    font-family: Merienda;
}

.about__wrap1 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 10px;
}

.about__txt {
    line-height: 2.25;
}

.about__wrap2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 9.3%;
    margin: 40px auto 0;
}

.about__photo1sp,
.about__photo2sp {
    width: 40%;
    min-width: 150px;
}

.about__photo2sp {
    margin-top: 60px;
}

.about__photo1pc,
.about__photo2pc {
    display: none;
}

.about__topic.topic2 {
    margin-top: 40px;
}

/* about pc */
@media screen and (min-width: 769px) {
    .section--about {
        width: 76.4%;
        margin: 0 0 0 auto;
        padding: 80px 6.6%;
    }

    .about__title {
        width: 380px;
        font-size: 3.6rem;
        letter-spacing: 0.1em;
        padding-bottom: 8px;
    }

    .about__imgSp {
        display: none;
    }

    .about__imgPc {
        display: block;
        position: relative;
    }

    .about__imgPc::before {
        content: '';
        background-color: var(--color--warmGray);
        width: 300px;
        height: 300px;
        position: absolute;
        left: -270px;
        bottom: -80px;
        border-radius: 5px;
        display: block;
        z-index: -1;
    }

    .about__topic {
        width: 640px;
        margin: 140px auto 0;
        font-size: 2.3rem;
        line-height: 1.56;
        letter-spacing: 0.1em;
        text-align: center;
    }

    .about__wrap1 {
        width: 640px;
        margin: 20px auto 0;
    }

    .about__txt {
        letter-spacing: 0.08em;
    }

    .about__txt span {
        font-weight: 500;
    }

    .about__wrap2 {
        justify-content: center;
        gap: 5.45%;
        margin: 80px auto 0;
    }

    .about__photo1sp,
    .about__photo2sp {
        display: none;
    }

    .about__photo1pc,
    .about__photo2pc {
        display: block;
        width: 38.6%;
        min-width: 425px;
    }

    .about__photo2pc {
        margin-top: 80px;
    }

    .about__topic.topic2 {
        margin-top: 80px;
    }

    /* pc 769px */
}

/* profile */
.section--profile {
    width: 100%;
    padding: 80px 5.3%;
}

.profile__heading {
    font-family: Merienda;
    /* width: 70.4%; */
    width: 105px;
    text-align: center;
    margin: 40px auto 0;
    /* font-family: "Klee One"; */
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
    /* white-space: nowrap; */
    background-size: 8px 3px;
    background-image: linear-gradient(to right, var(--color--blewGreen) 3px, transparent 3px);
    background-position: left bottom;
    background-repeat: repeat-x;
    padding-bottom: 5px;
}

.profile__name {
    margin: 40px auto 0;
    text-align: center;
    position: relative;
}

.profile__name::after {
    content: '';
    background-color: rgba(254, 250, 250, 0.9);
    background-image: url(../images/flower-black.png);
    background-size: cover;
    background-blend-mode: lighten;
    width: 300px;
    height: 300px;
    transform: rotate(-29.552deg);
    display: block;
    position: absolute;
    right: -114px;
    bottom: -130px;
    z-index: -1;
}

.profile__english {
    color: var(--color--blewGreen);
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: 0.1em;
}

.profile__katakana {
    font-size: 1.8rem;
    line-height: 2;
}

.profile__wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.profile__txt {
    line-height: 2.25;
}

/* profile pc */
@media screen and (min-width: 769px) {
    .section--profile {
        width: 76.4%;
        margin: 0 0 0 auto;
        padding: 80px 6.6% 100px;
    }

    .profile__portrait {
        width: 48.7%;
        display: block;
        margin: 0 auto;
    }

    .profile__heading {
        width: 138px;
        font-size: 3.6rem;
    }

    .profile__name::before {
        content: '';
        background-color: rgba(254, 250, 250, 0.9);
        background-image: url(../images/leaf2-black.png);
        background-size: cover;
        background-blend-mode: lighten;
        width: 300px;
        height: 153.6px;
        transform: rotate(-29.729deg);
        display: block;
        position: absolute;
        left: -90px;
        bottom: -90px;
        z-index: -1;
    }

    .profile__name::after {
        width: 400px;
        height: 400px;
        right: -160px;
        bottom: -170px;
    }

    .profile__english {
        font-size: 3.6rem;
    }

    .profile__katakana {
        font-size: 1.8rem;
        letter-spacing: 0.08em;
        line-height: 1;
        margin-top: 10px;
    }

    .profile__wrap {
        width: 640px;
        margin: 20px auto 0;
    }

    .about__txt {
        letter-spacing: 0.08em;
    }

    /* pc 769px */
}