@charset "UTF-8";
/* =========================
   Header（共通）
========================= */

.wrp-header {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 1000;
}

/* ヘッダー高さ分、コンテンツを下げる */
.wrp-container {
    padding-top: 80px;
}

/* ===== デフォルト（737px以上） ===== */

.lang-select {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-left: 1px solid #D8D8D8;
    padding-left: 27px;
    /* レイアウト崩れ防止 */
    max-height: 100px;
}

@media screen and (max-width:1180px) {
    .lang-select {
        padding-left: 25px;
    }
}

@media screen and (max-width:990px) {
    .lang-select {
        padding-left: 17px;
    }
}

@media screen and (max-width:790px) {
    .lang-select {
        padding-left: 15px;
    }
}

.lang-select a:hover {
    text-decoration: none;
}

/* .header-nav__main {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 15px;
} */

.header-nav__main-top {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: end;
    align-items: end;
    font-weight: 400;
    font-size: 15px !important;
}

@media screen and (max-width:1180px) {
    .header-nav__main-top {
        font-size: 12px !important;
        gap: 15px;
    }
}

@media screen and (max-width:920px) {
    .header-nav__main-top {
        font-size: 10px !important;
        gap: 13px;
    }
}

.header-nav__main-under {
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: end;
    align-items: stretch;
    font-weight: 400;
    font-size: 16px !important;
    /* position: relative; */
}

@media screen and (max-width:1180px) {
    .header-nav__main-under {
        font-size: 13px !important;
        gap: 30px;
    }
}

@media screen and (max-width:920px) {
    .header-nav__main-under {
        font-size: 11px !important;
        gap: 23px;
    }
}

.header-nav__main-under.title::before {
    position: absolute;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #000;
    right: 0;
    top: 50%;
    margin-top: -4px;
    transition: border-color 0.3s ease;
}

.header-nav__wrapper {
    display: flex;
    justify-content: space-between;
    margin-left: 194px;
}

@media screen and (max-width:1180px) {
    .header-nav__wrapper {
        margin-left: 173px;
    }
}

@media screen and (max-width:990px) {
    .header-nav__wrapper {
        margin-left: 154px;
    }
}

@media screen and (max-width:920px) {
    .header-nav__wrapper {
        margin-left: 134px;
    }
}

@media screen and (max-width:790px) {
    .header-nav__wrapper {
        margin-left: 124px;
    }
}

.header-category__wrapper {
    display: flex;
    justify-content: end;
}

@media screen and (max-width: 736px) {

    .lang-select {
        display: none;
    }

    .header-nav__main {
        align-items: stretch;
    }

    .header-nav__main-top {
        display: flex;
        flex-direction: column;
        align-items: inherit;
        gap: 0;
    }

    .header-nav__main-under {
        display: flex;
        flex-direction: column;
        margin-top: 15px;
        gap: 0;
    }



    .header-nav__wrapper {
        display: block;
        margin-inline: 20px;
    }

    .header-category__wrapper {
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-block: 12px;
    }

}


/* ======================================== */
/* 
.wrp-gnav .submenu ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: clamp(3rem, 2.604vw, 5rem);
    margin-inline: clamp(4rem, 3.28125vw, 6.3rem);
    padding-top: clamp(2rem, 2.083vw, 4rem);
} */

/* .wrp-gnav .submenu ul:after {
    clear: both;
}
 */


/* .wrp-gnav .submenu li {
    width: 13em;
    float: left;
    margin-left: 20px;
    font-size: 14px;
    border-bottom: 1px solid #D6D6D6;
    transition: color 0.3s ease, border-bottom 0.3s ease;


} */

/* .wrp-gnav .submenu li:hover {
    border-bottom: 1px solid #009F41;
    color: #009F41;
}
 */
/* .wrp-gnav .submenu li:hover a {
    color: #009F41;
    text-decoration: none;
} */

/* .wrp-gnav .submenu li:hover .submenu-icon::after {
    background-color: #009F41;
} */


/* .wrp-gnav .submenu li:nth-child(3n+1) {
    margin-left: 0;
    clear: both;
} */
/* .wrp-gnav .submenu li a {
    display: block;
    transition: color 0.3s ease;
    padding-block: 20px;
} */


/* .wrp-gnav .submenu li:hover .icon::before {
    border-color: transparent transparent transparent #009F41;
} */


/* .wrp-gnav .submenu li .icon {
    padding-left: 8px;
    font-size: 14px;
}
 */
/* .wrp-gnav .submenu li .icon::before {
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #009F41;
    right: 0;
    top: 50%;
    margin-top: -4px;
    transition: border-color 0.3s ease;
} */


/* .contact-submenu {
    display: flex;
    justify-content: space-between;
    gap: clamp(3rem, 2.604vw, 5rem);
    margin-inline: clamp(4rem, 3.28125vw, 6.3rem);
    padding-top: clamp(2rem, 2.083vw, 4rem);
}

.contact-submenu__lists {
    display: flex;
    flex-direction: column;
    flex: 1;
} */
/* 
.contact-submenu__list {
    font-size: 14px;
    border-bottom: 1px solid #D6D6D6;
    transition: color 0.3s ease, border-bottom 0.3s ease;

}

.contact-submenu__list :hover {
    border-bottom: 1px solid #009F41;
    color: #009F41;
}

.contact-submenu__list:hover a {
    color: #009F41;
    text-decoration: none;
}

.contact-submenu__list:hover .submenu-icon::after {
    background-color: #009F41;
}

.contact-submenu__list a {
    display: block;
    transition: color 0.3s ease;
    padding-block: 20px;
}

.contact-submenu__list:hover .icon::before {
    border-color: transparent transparent transparent #009F41;
}

.contact-submenu__list.icon {
    padding-left: 8px;
    font-size: 14px;
}

.contact-submenu__list .icon::before {
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #009F41;
    right: 0;
    top: 50%;
    margin-top: -4px;
    transition: border-color 0.3s ease;
} */