@charset "utf-8";
/*------------------------------------------------------------
	products
------------------------------------------------------------*/
#gNavi > ul > li.navi02 > a::after {
    opacity: 1;
}
.pageTitle {
	box-sizing: border-box;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
    background-image: url("../images/products/index_bg_products.jpg");
}
#main .bgBox {
    margin-bottom: 70px;
    position: relative;
}
#main .bgBox::before {
    width: 100%;
    height: calc(100% - 110px);
    position: absolute;
    top: 110px;
    left: 0;
    background: #f6f6f6;
    content: '';
}
#main .content {
    position: relative;
    z-index: 1;
}
#main .c_red{
	color:#e60012!important;
}

#main .btnList {
    margin-bottom: 60px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
#main .btnList li {
    width: 33.33%;
    box-sizing: border-box;
    border-right: 1px dotted #000;
}
#main .btnList li:nth-child(3n) {
    border-right: none;
}
#main .btnList li a {
    padding-bottom: 42px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: block;
    position: relative;
    text-align: center;
    background: #fff;
}
#main .btnList li a::after {
    width: 17px;
    height: 17px;
    position: absolute;
    left: 50%;
    bottom: 15px;
    background: url("../images/common/arrow_01_red.svg") no-repeat center center / 100% auto;
    content: '';
    transform: translateX(-50%) rotate(90deg);
}
#main .btnList li span {
    display: block;
}
#main .btnList li .pho {
    margin-bottom: 21px;
    overflow: hidden;
}
#main .btnList li .pho img {
    width: 100%;
}
#main .btnList li .txt {
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}
#main .innerBox {
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}
.bsn{
	box-shadow: none!important;
}


#main .innerBox .subBox01 {
    padding: 60px 70px 50px;
}
#main .innerBox p {
    margin-bottom: 31px;
    line-height: 2;
    letter-spacing: 0.05em;
}
#main .innerBox .text01 {
    margin-bottom: 25px;
}
#main .innerBox .comBtn {
    margin: 0;
}
#main .innerBox .subBox02 {
    padding: 40px 70px 70px;
    background: #f6f6f6;
}
#main .innerBox .subBox02 .headLine06 {
    margin-bottom: 30px;
}
#main .innerBox .catalog {
    width: 380px;
}
#main .innerBox .catalog .comPdfList {
    margin: -50px 0 0;
}
#main .innerBox .catalog .comPdfList li {
    margin-top: 50px;
    width: 180px;
}
#main .innerBox .catalog .comPdfList li .pho {
    width: 129px;
}
#main .innerBox .catalog .comPdfList li .name {
    margin-bottom: 17px;
    letter-spacing: 0.05em;
}
#main .innerBox .youtube {
    width: 380px;
}
#main .innerBox .youtube .movieBox {
    padding-bottom: 65%;
    position: relative;
    background: #000;
}
#main .innerBox .youtube .movieBox iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#main .innerBox .youtube .movieList {
    margin-top: -14px;
}
#main .innerBox .youtube .movieList li {
    margin-top: 14px;
    width: 180px;
}
#main .innerBox .youtube .movieList li p {
    margin: 5px 0 0;
    font-size: 1.2rem;
    line-height: 1.2;
}
#main .wrt {
    padding: 48px 50px 100px;
    position: relative;
}
#main .wrt::before {
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/products/index_bg_wrt.jpg") no-repeat center center / cover;
    content: '';
}
#main .wrt .innerBox .youtube .movieBox {
    margin-bottom: 20px;
    padding-bottom: 69%;
}
#main .wrt .innerBox .youtube .movieList li .movieBox {
    margin-bottom: 0;
    padding-bottom: 56.25%;
}
#main .mrt {
    padding: 48px 50px 100px;
    position: relative;
}
#main .mrt::before {
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/products/index_bg_mrt.jpg") no-repeat center center / cover;
    content: '';
}
#main .mrt .innerBox .youtube .movieBox {
    margin-bottom: 20px;
    padding-bottom: 69%;
}
#main .mrt .innerBox .youtube .movieList li .movieBox {
    margin-bottom: 0;
    padding-bottom: 56.25%;
}
#main .material {
    padding: 48px 50px 70px;
    position: relative;
}
#main .material::before {
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/products/index_bg_material.jpg") no-repeat center center / cover;
    content: '';
}
#main .comLinkList {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    width: 710px;
}
@media all and (min-width: 897px) {
    #main .btnList li a::after, #main .btnList li .pho img {
        transition: 0.3s;
    }
    #main .btnList li a:hover::after {
        bottom: 5px;
    }
    #main .btnList li a:hover .pho img {
        transform: scale(1.2);
    }
}
@media all and (max-width: 896px) {
    .pageTitle {
        height: 260px;
        background-image: url("../images/products/index_bg_products_sp.jpg");
    }
    .pageTitle h2 {
        margin-bottom: 10px;
    }
    #main .bgBox {
        margin-bottom: 30px;
    }
    #main .bgBox::before {
        height: calc(100% - 50px);
        top: 50px;
    }
    #main .bgBox .content {
        margin: 0 10px;
    }
    #main .btnList {
        margin: 0 10px 30px;
    }
    #main .btnList li a {
        padding-bottom: 25px;
    }
    #main .btnList li a::after {
        width: 12px;
        height: 12px;
        bottom: 5px;
    }
    #main .btnList li .pho {
        margin-bottom: 11px;
    }
    #main .btnList li .txt {
        font-size: 1rem;
        letter-spacing: 0.05em;
    }
    #main .innerBox .subBox01 {
        padding: 22px 20px 30px;
    }
    #main .innerBox p {
        margin-bottom: 25px;
        letter-spacing: 0.05em;
        font-size: 1.2rem;
    }
    #main .innerBox .comBtn {
        margin: 0 auto;
    }
    #main .innerBox .subBox02 {
        padding: 19px 20px 30px;
        display: block;
    }
    #main .innerBox .subBox02 .headLine06 {
        margin-bottom: 15px;
        text-align: center;
    }
    #main .innerBox .subBox02 .headLine06::after {
        left: 50%;
        transform: translateX(-50%);
    }
    #main .innerBox .catalog {
        margin-bottom: 27px;
        width: auto;
    }
    #main .innerBox .catalog .comPdfList li {
        width: 45.7%;
    }
    #main .innerBox .catalog .comPdfList li .pho {
        width: 94.5%;
    }
    #main .innerBox .catalog .comPdfList li .name {
        margin-bottom: 8px;
        font-size: 1rem;
    }
    #main .innerBox .youtube {
        width: auto;
    }
    #main .innerBox .youtube .movieList {
        margin-top: 0;
        display: block;
    }
    #main .innerBox .youtube .movieList li {
        margin: 0 0 15px;
        width: auto;
    }
    #main .innerBox .youtube .movieList li:last-child {
        margin-bottom: 0;
    }
    #main .innerBox .youtube .movieList li p {
        margin: 4px 0 0;
        font-size: 1rem;
    }
    #main .wrt {
        padding: 23px 10px 30px;
    }
    #main .wrt::before {
        height: 180px;
        background-image: url("../images/products/index_bg_wrt_sp.jpg");
    }
    #main .mrt {
        padding: 23px 10px 30px;
    }
    #main .mrt::before {
        height: 180px;
        background-image: url("../images/products/index_bg_mrt_sp.jpg");
    }
    #main .material {
        padding: 23px 10px 30px;
    }
    #main .material::before {
        height: 180px;
        background-image: url("../images/products/index_bg_material_sp.jpg");
    }
    #main .comLinkList {
        margin-left: -5px;
        margin-right: -5px;
        margin-bottom: 30px;
        width: auto;
    }
}