body {
    font-family: 'Noto Sans', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
}

/* --------------header--------------- */

.header {
    width: 100%;
    padding: 30px 11.5% 15px;
    position: fixed;
    display: flex;
    justify-content: space-between;
    background-color: white;
}

.company-header {
    z-index: 40;
}

.header img {
    width: 190px;
}

.hamburger {
    width: 30px;
    height: 30px;
    position: relative;
    transition: all 0.5s;
    z-index: 30;
    cursor: pointer;
}

.about-hamburger,
.item-hamburger {
    translate: -14px 0;
}

.hamburger span {
    width: 30px;
    height: 2px;
    background-color: #000;
    position: absolute;
    transition: ease .4s;
    display: block;
    border-radius: 4px;
}

.hamburger span:nth-child(1) {
    top: 10;
}

.hamburger span:nth-child(2) {
    margin-top: 8px;
}

.hamburger-nav {
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0.8;
    z-index: 50;
    padding: 30px 0;
    position: fixed;
    /* translate: 0 -75px; */
    display: flex;
    display: none;
}

.hamburger-nav li {
    color: white;
    list-style: none;
    padding: 8px;
    font-size: 17px;
    display: none;
}

.hamburger-nav a {
    text-decoration: none;
    color: white;
}

.hamburger-close {
    width: 30px;
    height: 30px;
    position: relative;
    transition: all 0.5s;
    z-index: 30;
    cursor: pointer;
    translate: 1443px -166px;
}

.hamburger-close span {
    width: 30px;
    height: 2px;
    background-color: white;
    position: absolute;
    transition: ease .4s;
    display: block;
    border-radius: 4px;
}

/* ----------------------------------- */

/* ----------------main--------------- */

.products {
    margin: 0 11.5%;
    padding-top: 120px;
}

.products p {
    font-size: 13px;
    margin-bottom: 30px;
}

.product {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.unit {
    width: 23%;
}

.unit img {
    width: 100%;
    margin-bottom: 5px;
}

.product-title,
.unit p {
    font-size: 12px;
    font-weight: normal;
}

.pagination {
    display: flex;
    width: 60px;
    margin: 10px auto 50px;
    justify-content: space-between;
}

.pagination li {
    list-style: none;
    font-size: 14px;
}

.pagination a {
    text-decoration: none;
    color: #000;
}

.view-more {
    display: none;
}

.view-more a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
}


.item-main,
.about-main,
.company-main {
    margin: 0 11.5%;
    padding-top: 120px;
}

.item-main p,
.about-main p,
.company-main p {
    font-size: 14px;
    margin-bottom: 30px;
}

.item {
    display: flex;
}

.item-text {
    width: 340px;
    margin-left: 65px;
}

.item-text h3 {
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 30px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.item-text li,
.overview li {
    list-style: none;
    font-size: 14px;
}

.item img {
    width: 31%;
}

.detail {
    display: flex;
}

.category .value {
    flex-direction: column;
}

.value {
    padding-left: 20px;
}

.item-pagination {
    width: 125px;
    margin: 60px auto 0;
}

.item-pagination li {
    list-style: none;
    font-size: 14px;
}

.item-pagination a {
    text-decoration: none;
    color: #000;
}

.about-text {
    width: 47%;
}

.about-text h3 {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 30px;
    line-height: 25px;
    text-align: justify;
}

.company-category {
    width: 620px;
    display: flex;
    padding: 30px 0 0 10px;
    border-top: solid 1px rgb(190, 190, 190);
}

.category1 {
    border-top: none;
}

.length2 {
    padding-right: 147px;
}

.length3 {
    padding-right: 134px;
}

.length4 {
    padding-right: 120px;
}

.samevalue p {
    margin-bottom: 0;
}

.map {
    margin-top: 70px;
    filter: grayscale(100%);
}

/* ----------------------------------- */

/* --------------footer--------------- */

.footer {
    margin: 0 11.5%;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.product2-footer {
    margin-top: 310px;
}

.item-footer {
    padding-top: 220px;
}

.about-footer {
    margin-top: 425px;
}

.company-footer {
    margin-top: 120px;
}

.footer p {
    font-size: 12px;
}

.footer-left {
    display: flex;
}

.footer-left p {
    padding-right: 30px;
}

.footer-left a {
    text-decoration: none;
    color: #000;
}

.footer-right p {
    font-size: 10px;
}

/* ----------------------------------- */

@media screen and (max-width:1024) {

    /* =================== item =================== */
    .item img {
        width: 50%;
        object-fit: cover;
    }
}

@media (max-width:900px) {

    .header {
        padding: 30px 40px 15px;
    }

    .hamburger-close {
        translate: 416px -149px;
    }

    .products {
        margin: 0;
        padding: 0 40px;
        padding-top: 85px;
    }

    .footer {
        margin-left: 0;
        margin-right: 0;
        padding: 0 40px 20px;
    }

    .products-title {
        display: none;
    }

    .products2-title {
        display: block;
        padding-top: 35px;
    }

    .about-title,
    .company-title {
        display: block;
    }

    .unit {
        width: 48%;
        padding-bottom: 15px;
    }

    .footer {
        display: block;
        justify-content: none;
    }

    .about-footer {
        margin-top: 0;
        padding-top: 270px;
        position: absolute;
        bottom: 0;
    }

    .footer-right {
        padding-top: 10px;
    }

    .res-unit {
        display: none;
    }

    .pagination {
        padding-bottom: 100px;
        display: none;
    }

    .pagination-2 {
        display: flex;
    }

    .view-more {
        display: block;
        width: 80px;
        margin: 0 auto;
        padding: 10px 0 100px;
    }

    .product2-footer {
        margin-top: 0;
    }

    .about-text {
        width: 100%;
    }

    .item-main,
    .about-main,
    .company-main {
        margin: 0;
        padding: 120px 40px 0;
    }

    .contents-box::-webkit-scrollbar {
        overflow-y: scroll;
    }

    .company-category {
        width: 100%;
        flex-direction: column;
        padding-top: 20px;
    }

    .company-category p {
        margin: 0;
        padding-bottom: 10px;
    }

    .company-category p:nth-child(2) {
        padding-bottom: 20px;
    }

    .samevalue p {
        padding-bottom: 0;
    }

    .samevalue p:nth-child(2) {
        padding-bottom: 0;
    }

    iframe {
        width: 100%;
    }

    .item {
        flex-direction: column;
    }

    .item img {
        width: 100%;
    }

    .item-text {
        margin-left: 0;
        padding-top: 30px;
        width: 100%;
    }

    .item-footer {
        padding-top: 110px;
    }

    .about-hamburger,
    .item-hamburger {
        translate: 0;
    }

    .hamburger-close,
    .about-close {
        translate: 830px -166px;
    }
}

@media (max-width:820px) {
    .hamburger-nav li {
        font-size: 20px;
    }

    .hamburger-close {
        translate: 750px -213px;
    }
}

@media (max-width:390px) {
    .hamburger-close {
        translate: 320px -166px;
    }
}