@charset "utf-8";

html {
    font-size: 10px;
}

.topmv {
    padding-bottom: 20px;
}


body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    font-style: normal;
    color: #161616;
    line-height: 1.75;
    letter-spacing: 0.05em;
}

h1 {
    float: left;
    padding: 12px 30px;

}

/* ナビゲーション */
.main-header ul {
    list-style-type: none;
    gap: 1em;
    font-weight: 400;
}





.model-flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    line-height: 2.0em;
}

.model-btn {
    &.type-orange {
        color: #fff;
        background-color: #E64800;
    }
}

.model-btn {
    display: inline-block;
    width: fit-content;
    text-align: center;
    padding: 0.5em 1em 0.5em 1em;
    font-weight: 400;
    cursor: pointer;
}

#menu ul li {
    background-color: #FFFFFF;
}

/* ナビゲーションスクロール */
header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}

/* ハンバーガーアイコン */
.hmbicon {
    display: none;
    width: 40px;
    height: 40px;
    padding: 6px;
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1;

    img {
        width: 100%;
        height: auto;
        min-width: 28px;
    }
}

/* ハンバーガーアイコン
ナビゲーションレスポンシブ */
@media screen and (max-width: 800px) {
    .hmbicon {
        display: block;
    }

    .gnav {
        display: none;
    }

    .gnav.open {
        display: unset;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100vh;
        background-color: #ebf9ff;
        padding: 80px 30px 0 30px;
        font-size: 1.6rem;
        overflow-y: auto;

        ul {
            flex-direction: column;
            align-items: stretch;
            gap: 0;
        }

        li {
            border-bottom: 1px solid #d1d1d1;
            text-align: center;
        }

        li:last-child {
            border: 0;
        }

        a {
            display: block;
            padding: 20px 0;

        }

        .model-btn {
            padding: 0.5rem;
            margin: 20px auto;
        }
    }
}
@media screen and (max-width: 1050px) {
    .main-header {
        flex-direction: column;
    }
}
@media screen and (max-width:600px) {
    .product ul {
        flex-direction: column;
    }
}



.product ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;


}

.product li {
    width: 45%;

    img {
        width: 100%;
        height: 214px;
        object-fit: cover;

    }
}

.baiking ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 150px;


}

.baiking li {
    width: 33%;
    display: block;
    gap: 20px;

    img {
        width: 84%;
        height: 79%;
        object-fit: cover;
        padding: 14px;

    }
}

/* レスポンシブ */
@media screen and (max-width:600px) {
    .baiking li {
        width: 100%;
    }
}

/* モデルフレックス */
.alternation-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: #FEFBDA;
}

.item:nth-child(even) {
    flex-direction: row-reverse;
}

@media screen and (max-width:600px) {
    .item:nth-child(even) {
        flex-direction: column;
    }
}

@media screen and (max-width:600px) {
    .item {
        flex-direction: column;
    }
}

@media(max-width: 768px) {
    item {
        flex-direction: column;
        text-align: center;
        padding-bottom: 20px;
    }
}

.baiking ul {
    display: flex;
    margin-right: auto;
    padding: 60px 30px;
    max-width: 1920px;
    flex-direction: row-reverse;
    gap: 40px;
    justify-content: center
}

/* レスポンシブ */
@media screen and (max-width:600px) {
    .baiking ul {
        flex-direction: column;
        flex-wrap: wrap;
        align-content: space-around;
        align-items: flex-start;
        gap: 20px;
    }
}


.baiking ul.panbaiking {
    background-color: #E8E9E9;
}

.baiking ul.insta {
    background-color: #D4B78E;
}


.topmv {
    width: 100%;
    height: auto;
    padding-top: 60px;
}

.bread {
    position: relative;
}

.absolute-item {
    position: absolute;
    right: 5%;
    top: 5%;
    width: 5%;
}


.absolute-title {
    position: absolute;
    left: 10%;
    bottom: 10%;
    width: 35%;
}

.item {
    .absolute-photo {
        position: absolute;
        right: 5%;
        top: 30%;
        width: 40%;
    }

    .absolute-illust {
        position: absolute;
        left: 3%;
        bottom: -140%;
        width: 15%;
    }

    .absolute-obuje {
        position: absolute;
        right: 15%;
        bottom: -117%;
        width: 9%;
    }
}

/* レスポンシブ */
@media screen and (max-width:773px) {
    .item {
        .absolute-obuje {
            position: absolute;
            right: 0%;
            bottom: -23%;
            width: 9%;
        }
    }
}

@media screen and (max-width: 600px) {
    .item {
        .absolute-obuje {
            display: none;
        }
    }
}

@media screen and (max-width:783px) {
    .item {
        .absolute-illust {
            position: absolute;
            left: 1%;
            bottom: -107%;
            width: 15%;
        }
    }
}
@media screen and (max-width:600px) {
    .item {
        .absolute-illust {
           display: none;
        }
    }
}
.insta-img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.insta-item {
    width: 50%;
    height: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.insta-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.main-footer {
    padding: 32px 30px 24px;
    background-color: #E8E9E9;
}

.model-flex {
    &.type-left {
        justify-content: flex-start;
        gap: 1em;
    }
}
