.main_products {
    margin: 78px 0 0 0;
}

@media screen and (max-width: 900px) {
    .main_products {
        margin: 60px 0 0 0;
    }
}

@media screen and (max-width: 740px) {
    .main_products {
        background-image: url(../img/products/bg_products_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .main_products h2 {
        padding: 11.5% 0 10.8%;
        max-width: 484px;
        width: 65.4vw;
        margin: 0 auto;
    }

    .main_products h2 span {
        color: #fff;
        text-align: center;
        margin: 3.6% auto 0;
        display: block;
        font-size: min(3.8vw, 28px);
    }
}



/* 本社主力製品 */
.sec_head {
    background-image: linear-gradient(to bottom, #eaf0f6 38%, #eaf0f600 60%);
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 6.6%;
}

.sec_head::before {
    content: '';
    position: absolute;
    background-image: url(../img/products/img_products1.png);
    background-size: min(39.492vw, 498px) auto;
    background-position: 92% 90%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.sec_head .inner_head {
    max-width: 1260px;
    width: 81%;
    margin: 0 auto;
    position: relative;
}

.sec_head .inner_head::before {
    position: absolute;
    content: '';
    height: 104%;
    width: 6px;
    background-image: linear-gradient(to bottom, #e60020 64%, #000000 36%);
    top: 0;
    left: -4%;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 1.0s ease-out;
}

.sec_head .inner_head .txtcont {
    width: 61%;
    /* max-width: 577px; */
}

.sec_head .inner_head.is-show-line::before {
    transform: scaleY(1);
}

.sec_head h2 {
    max-width: 472px;
    padding-top: 10%;
}

.sec_head h2 span {
    display: block;
    font-weight: 600;
    font-size: 15px;
}


.sec_head .catch {
    font-size: 30px;
    margin-top: 6.7%;
    line-height: 1.4;
    font-weight: 700;
}

.sec_head .catch .red {
    color: #e60020;
}

.sec_head .txt {
    font-size: 15px;
    margin: 3.78% 0 2.1%;
    line-height: 2.0;
}


@media screen and (max-width: 740px) {
    .sec_head {
        max-width: 740px;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 0;
    }

    .sec_head::before {
        background-image: url(../img/about/bg_head_sp.png);
        background-size: min(37.48vw, 277px) auto;
        background-position: 58vw 4vw;
        background-repeat: no-repeat;
        width: 100%;
        height: 43%;
    }

    .sec_head .inner_head {
        width: 80%;
        margin: 0 5% 2.3vw 14%;
    }

    .sec_head .inner_head::before {
        left: -9%;
        height: 98%;
    }

    .sec_head .inner_head .txtcont {
        width: 100%;
        margin-bottom: 14.7%;
    }

    .sec_head h2 {
        max-width: 594px;
        width: 80.2vw;
        padding-top: 10%;
    }

    .sec_head h2 span {
        font-size: min(3.8vw, 28px);
        margin: 1.2vw 0 0 0;
    }

    .sec_head .catch {
        font-size: min(5.7vw, 42px);
        margin-top: 3.6vw;
        line-height: 1.5;
    }

    .sec_head .txt {
        font-size: min(3.8vw, 28px);
        margin: 3.1% 0 1%;
        line-height: 1.8;
    }

    .sec_head .botimg {
        max-width: 524px;
        margin: 0 auto;
        width: 71vw;
    }
}

/*飾磨工場主力製品*/

.sec_head.shikama {
    background-image: none;
    background-color: #e2e3e3;
    padding-bottom: 6.9%;
}


.sec_head.shikama::before {
    background-image: url(../img/products/img_products2.png);
    background-size: min(39.492vw, 490px) auto;
    background-position: 5% 45%;
    width: 100%;
    height: 100%;
}

.sec_head.shikama .inner_head {
    max-width: 1260px;
    width: 92%;
}

.sec_head.shikama .inner_head::before {
    top: 0;
    right: 0%;
    left: auto;
}

.sec_head.shikama h2 {
    max-width: 599px;
    padding-top: 12.2%;
}

.sec_head.shikama h2 span {
    margin-top: 2%;
}


.sec_head.shikama .catch {
    font-size: 30px;
    margin-top: 4.5%;
    line-height: 1.4;
    font-weight: 700;
}

.sec_head.shikama .inner_head .txtcont {
    width: 58%;
    margin: 0 0 0 auto;
    font-feature-settings: "palt";
}

.sec_head.shikama .txt {
    font-size: 15px;
    margin: 2.54% 0 2.1%;
    line-height: 2.0;
}


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

    .sec_head.shikama::before {
        background-image: url(../img/products/img_products2sp.png);
        background-size: min(22.6vw, 167px) auto;
        background-position: 5% 8%;
        width: 100%;
        height: 100%;
    }

    .sec_head.shikama .inner_head {
        margin: 0;
    }

    .sec_head.shikama .inner_head::before {
        top: 0;
        right: -2%;
        left: auto;
    }

    .sec_head.shikama .inner_head .txtcont {
        width: 88%;
        margin: 0 auto;
    }

    .sec_head.shikama h2 {
        max-width: 428px;
        width: 58vw;
        padding-top: 8.5vw;
        text-align: right;
        margin: 0 0 0 auto;
    }

    .sec_head.shikama .catch {
        font-size: min(5.7vw, 42px);
        text-align: right;
        margin-top: 4.9vw;
    }

    .sec_head.shikama .txt {
        font-size: min(3.8vw, 28px);
        margin: 4.3% 0 6%;
        line-height: 1.8;
    }

    .sec_head.shikama .botimg {
        max-width: 646px;
        margin: 0 auto;
        width: 88.1vw;
    }

}

/*その他加工製品*/
.sec_head.other {
    background-image: none;
    background-color: #fff;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 6.6%;
}

.sec_head.other::before {
    background-image: url(../img/products/img_products3.png);
    background-size: min(32.0vw, 403px) auto;
    background-position: 92% 38%;
    width: 100%;
    height: 100%;
}

.sec_head.other h2 {
    max-width: 247px;
    padding-top: 10%;
}

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

    .sec_head.other::before {
        background-image: url(../img/products/img_products3sp.png);
        background-size: min(33.2vw, 243px) auto;
        background-position: 92% 1%;
        width: 100%;
        height: 100%;
    }

    .sec_head.other h2 {
        max-width: 309px;
        width: 42vw;
        padding-top: 11%;
    }

    .sec_head .inner_head .txtcont {
        width: 100%;
        margin-bottom: 0;
    }

    .sec_head.other .botimg {
        max-width: 650px;
        margin: 0 auto;
        width: 88.6vw;
    }


}