@charset "utf-8";

html {
    scroll-behavior: smooth;
}

/* common */
* {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: "Shippori Mincho";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

img {
    width: 100%;
}

/* common */

/* ============================
header
=============================== */
.header {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(../images/header.png);
    background-size: cover;
    height: 120px;
    z-index: 2;
    position: fixed;
    top: 0;
    width: 100%;
}

.top {
    margin-top: 100px;
}

.momon_header {
    font-size: 19px;
    font-family: Oranienbaum;
    text-decoration: none;
    padding-left: 30px;
    transition: 0.3s;
}
.momon_header:hover {
    color: #fff;
}

.nav {
    background-color: #EBC5BF;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: transform 0.4s;

}

.nav_list {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    padding-left: 50%;
    margin-top: 50%;
    transform: translate(-25%, -25%);
}

.nav.active {
    transform: translateX(0);
}

.nav_item {
    list-style: none;
}

.nav_item a {
    font-family: Oranienbaum;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
}

.nav_item a:hover {
    color: #fff;
}

.close_btn {
    width: 45px;
    height: 45px;
    flex-shrink: 0;
    display: inline-block;
    margin-top: 60px;
    margin-left: 75%;
    transition: 0.3s;
    filter: brightness(0%);
}

.close_btn:hover {
    filter: opacity(0.1);
}

.nav_list_footer {
    display: none;
}

.hbg_btn {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    margin-right: 10%;
    transition: 0.3s;
}

.hbg_btn:hover {
    filter: opacity(0.1);
}

.logo_top {
    font-size: 18px;
}

/* header pc */
@media screen and (min-width:769px) {
    .nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);

    }

    .nav_list {
        display: flex;
        flex-direction: row;
        gap: 70px;
        width: 100%;
        align-items: center;
        padding-top: 10px;
        justify-content: flex-end;
        padding-left: 0;
        margin-top: 0;
        transform: none;

    }


    .nav_item {
        display: flex;
        margin-right: 40px;
    }

    .nav_item a {
        font-weight: 700;
        text-decoration: none;
        text-align: center;
        font-size: 16px;
    }
    .hbg_btn {
        display: none;
    }
    .close_btn {
        display: none;
    }
    .logo_top {
        font-size: 30px;
    }
}

@media screen and (min-width:1200px) {
    .nav_item a {
        font-size: 22px;
    }

    .momon_header,.momondesign {
        font-size: 24px;
    }
}

/* nav */
.group{
    margin-top: 180px;
}
.title{
    text-align: center;
    font-size: 30px;
    font-family: Oranienbaum;
}
.title_sugu{
    font-family: "Shippori Mincho";
}
.main_photo{
    width: 60%;
    max-width: 500px;
    margin: 30px auto;
    display: block;
}
.hana {
    width: 60%;
    max-width: 380px;
    display: block;
    margin: 0 auto;
    margin-bottom: 60px;
}
.bun_group{
    margin-top: 60px;
}
.waku{
    border-radius: 20px;
    width: 70%;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #F6C7A8;
    margin: 30px auto;
    max-width: 500px;
}
.under_bun{
    width: 70%;
    margin: 30px auto;
}
.photo_group{
    text-align: center;
}
.photo{
    width: 100%;
    display: block;
    max-width: 500px;
    margin: 30px auto 0;
}
.onnanoko{
    text-align: center;
}

.footer {
    display: flex;
    flex-direction: column;
    padding: 30px 60px;
    background-image: url(../images/footer.png);
    background-size: cover;
}

.insta {
    width: 36px;
    margin: 0 auto;
    padding: 30px 0;
    flex-shrink: 0;
    transition: 0.4s;
}
.insta:hover{
    filter: opacity(0.5);
}
.insta_link{
    display: block;
}
.footer_instagram {
    text-align: center;
}


.momondesign {
    font-size: 19px;
    text-decoration: none;
    margin: 0 auto;
    transition: 0.4s;
    font-family: Oranienbaum;
    font-size: 19px;
}
.momondesign:hover {
    color: #fff;
}

.copy {
    text-align: right;
    margin-top: 30px;
}
.works {
    width: 80%;
    margin: 0 auto;
}

.works_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    justify-content: center;
    margin: 60px 0;
}

.works_item {
    width: 40%;
    max-width: 270px;
}

.link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.title {
    font-family: Oranienbaum;
    font-size: 22px;
    line-height: normal;
    margin-top: 60px;
    text-align: center;
}

.works_title {
    font-size: 14px;
}

.works_sub {
    font-size: 10px;
    font-family: "Shippori Mincho";
}

.works_sentence {
    font-size: 10px;
}

.works_moji {
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
    margin-top: 4px;
}

.works_photo {
    width: 120%;
    max-width: 350px;
}
@media screen and (min-width:1000px) {

    .works_list,
    .my,
    .copy {
        margin: 60px 0;
    }

    .about_bun{
        margin: 60px auto;
    }
    .skills_group{
        margin: 60px auto;
    }

    .insta {
        margin: 80px auto;
        padding-top: 20px;
    }
    .title{
        font-size: 40px;
    }
    .group{
        margin-top: 220px;
    }
    .waku,.under_bun,.photo,.main_photo{
        margin: 60px auto;
    }
}
@media screen and (min-width:1200px) {
    .momon_header,.momondesign {
        font-size: 24px;
    }
    
}