@charset "utf-8";

#product{}
#product .mainTitle{
    margin: 0 auto;
    width: 100%;
    background: url(../../images/src/product/bg_maintitle.webp) no-repeat center top;
    background-size: cover;
}
#product .mainTitle .inner{
    margin: 0 auto;
    padding: 174px 0 0;
    width: 1200px;
    max-width: 100%;
    height: 498px;
    box-sizing: border-box;
}
#product .mainTitle .inner .m-tit{
    display: inline-block;
    margin-bottom: 17px;
    color: #0e0b5a;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.075rem;
    border-bottom: 2px solid #0e0b5a;
}
#product .mainTitle .inner .m-titEn{
    margin-left: -5px;
    color: #0e0b5a;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.25rem;
}
@media screen and (min-width:769px) and (max-width:1300px) {
    #product .mainTitle .inner{
        padding: 13.384vw 0 0;
        width: 92.3%;
        height: 38.3vw;
    }
    #product .mainTitle .inner .m-tit{
        margin-bottom: 1.3vw;
        font-size: 1.538vw;
    }
    #product .mainTitle .inner .m-titEn{
        margin-left: -0.384vw;
        font-size: 4.615vw;
    }
}
@media screen and (max-width:768px) {
    #product .mainTitle{
        margin: 0 auto;
        width: 100%;
        background: url(../../images/src/product/bg_maintitle.webp) no-repeat center top;
        background-size: cover;
    }
    #product .mainTitle .inner{
        padding: 16vw 4vw 0;
        width: 100%;
        height: 60vw;
        box-sizing: border-box;
    }
    #product .mainTitle .inner .m-tit{
        margin-bottom: 17px;
        font-size: 5.2vw;
    }
    #product .mainTitle .inner .m-titEn{
        margin-left: -5px;
        font-size: 13vw;
    }
}

#product .threeColumn{
    padding-bottom: 60px;
    list-style: none;
}
#product .threeColumn li{
    margin-bottom: 30px;
    width: 31.666%;
}
#product .threeColumn li a{
    width: 100%;
}
#product .threeColumn li a img{
    width: 100%;
}
#product .threeColumn li a:hover img{
    opacity: 0.7;
}
#product .threeColumn li a span{
    display: block;
    width: 100%;
}
#product .threeColumn li a span{
    padding: 20px 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    background-color: #0e0b5a;
    background-image: url(../../images/src/icon/arrow_wh.webp);
    background-repeat: no-repeat;
    background-position: right 30px center;
    background-size: 10px auto;
    border: 2px solid #0e0b5a;
    box-sizing: border-box;
}
#product .threeColumn li a:hover span{
    color: #0e0b5a;
    background-color: #fff;
    background-image: url(../../images/src/icon/arrow_bl.webp);
}
@media screen and (min-width:769px) and (max-width:1300px) {
    #product .threeColumn{
        padding-bottom: 4.615vw;
    }
    #product .threeColumn li{
        margin-bottom: 2.3vw;
    }
    #product .threeColumn li a span{
        padding: 1.538vw 2.3vw;
        font-size: 1.384vw;
        background-position: right 2.3vw center;
        background-size: 0.769vw auto;
    }
    #product .threeColumn li a:hover span{
        color: #0e0b5a;
        background-color: #fff;
        background-image: url(../../images/src/icon/arrow_bl.webp);
    }
}
@media screen and (max-width:768px) {
    #product .threeColumn{
        padding-bottom: 7.812vw;
    }
    #product .threeColumn li{
        margin-bottom: 6vw;
        width: 100%;
    }
    #product .threeColumn li a span{
        padding: 3.2vw 3.9vw;
        font-size: 4.687vw;
        background-position: right 3.9vw center;
        background-size: 2.3vw auto;
    }
}

#product .textList{
    padding-bottom: 27px;
    padding-top: 27px;
}
#product .textList ul.list{
    padding: 25px 0 4px;
    width: 50%;
    list-style: none;
}
#product .textList ul.list:nth-of-type(2){
    padding: 25px 0 4px 60px;
    box-sizing: border-box;
    border-left: 1px solid #B2B2B2;
}
#product .textList ul.list li{
    margin-bottom: 56px;
    width: 100%;
    line-height: 1.1;
}
#product .textList ul.list li:last-of-type{
    margin-bottom: 30px;
}
#product .textList ul.list li{
    display: block;
    padding: 0 0 0 30px;
    font-size: 18px;
    font-weight: 500;
    background: url(../../images/src/icon/icon_list.webp) no-repeat left center;
    background-size: 5px auto;
}
/* #product .textList ul.list li a:hover{
    text-decoration: underline;
} */
@media screen and (min-width:769px) and (max-width:1300px) {
    #product .textList{
        padding-bottom: 2.07vw;
        padding-top: 2.07vw;
    }
    #product .textList ul.list{
        padding: 1.923vw 0 0.307vw;
    }
    #product .textList ul.list:nth-of-type(2){
        padding: 1.923vw 0 0.307vw 4.615vw;
    }
    #product .textList ul.list li{
        margin-bottom: 4.307vw;
    }
    #product .textList ul.list li:last-of-type{
        margin-bottom: 30px;
    }
    #product .textList ul.list li a{
        display: block;
        padding: 0 0 0 2.3vw;
        font-size: 1.384vw;
        background-size: 0.384vw auto;
    }
}
@media screen and (max-width:768px) {
    #product .textList{
        padding-bottom: 7vw;
        padding-top: 7vw;
    }
    #product .textList ul.list{
        padding: 3.255vw 0 0.52vw;
        width: 100%;
    }
    #product .textList ul.list:nth-of-type(2){
        padding: 7vw 0 0.52vw;
        border-left: none;
        border-top: 1px solid #B2B2B2;
    }
    #product .textList ul.list li{
        margin-bottom: 7.291vw;
        width: 100%;
        line-height: 1.1;
    }
    #product .textList ul.list li:last-of-type{
        margin-bottom: 7.291vw;
    }
    #product .textList ul.list li a{
        padding: 0 0 0 3.9vw;
        font-size: 4.687vw;
        background-size: 1.3vw auto;
    }
    #product .textList ul.list li a:hover{
        text-decoration: underline;
    }
}

/* 詳細 */
#product .mainTitle .inner .m-titEn02{
    margin-top: -9px !important;
    font-size: 48px !important;
    letter-spacing: 0rem !important;
}
#product .mainTitle .inner.detail{
    padding: 51px 0 0;
}
#product .mainTitle .inner.detail .titleBox{
    padding: 123px 0 0;
    width: 600px;
    max-width: 100%;
}
#product .mainTitle .inner.detail .imgBox{
    width: 500px;
    max-width: 100%;
}
@media screen and (min-width:769px) and (max-width:1300px) {
    #product .mainTitle .inner .m-titEn02{
        margin-top: -0.692vw !important;
        font-size: 3.692vw !important;
    }
    #product .mainTitle .inner.detail{
        padding: 3.923vw 0 0;
    }
    #product .mainTitle .inner.detail .titleBox{
        padding: 9.461vw 0 0;
        width: 46.153vw;
    }
    #product .mainTitle .inner.detail .imgBox{
        width: 38.461vw;
    }
}
@media screen and (max-width:768px) {
    #product .mainTitle .inner .m-titEn02{
        margin-left: -5px;
        font-size: 8vw !important;
    }
    #product .mainTitle .inner.detail{
        padding: 0 4vw;
        height: auto;
    }
    #product .mainTitle .inner.detail .titleBox{
        padding: 10vw 0 6vw;
        width: 100%;
        text-align: center;
    }
    #product .mainTitle .inner.detail .imgBox{
        margin: 0 auto;
        padding: 0 0 8vw;
        width: 100%;
    }
}

#product .contents.detail{
    padding: 48px 0 0;
}
#product .contents.detail .pdCopy{
    margin-bottom: 74px;
    padding: 0 0 50px;
    color: #0e0b5a;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    letter-spacing: 0.1rem;
    text-indent: 0.1rem;
    border-bottom: 1px solid #ccc;
}
#product .contents.detail .pdCopy span{
    font-size: 24px;
    font-weight: 700;
}
@media screen and (min-width:769px) and (max-width:1300px) {
    #product .contents.detail{
        padding: 3.692vw 0 0;
    }
    #product .contents.detail .pdCopy{
        margin-bottom: 5.692vw;
        padding: 0 0 3.846vw;
        font-size: 2.769vw;
    }
    #product .contents.detail .pdCopy span{
        font-size: 1.846vw;
    }
}
@media screen and (max-width:768px) {
    #product .contents.detail{
        padding: 3.69vw 0 0;
    }
    #product .contents.detail .pdCopy{
        margin-bottom: 9.635vw;
        padding-bottom: 6.51vw;
        font-size: 4.687vw;
    }
    #product .contents.detail .pdCopy span{
        font-size: 3.125vw;
    }
}

#product .contents.detail .pdBox{
    padding-bottom: 50px;
}
#product .contents.detail .pdBox .pdItem{
    width: 48.3%;
}
#product .contents.detail .pdBox .pdItem-all{
    width: 100% !important;
}
#product .contents.detail .pdBox .pdItem .pdItem-title{
    margin-bottom: 34px;
    padding: 0 0 0 26px;
    color: #0e0b5a;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    border-left: 5px solid #0e0b5a;
}
#product .contents.detail .pdBox .pdItem .pdItem-list{
    list-style: none;
}
#product .contents.detail .pdBox .pdItem .pdItem-list li{
    margin-bottom: 23px;
    padding: 0 0 0 35px;
    font-size: 18px;
    line-height: 36px;
    background: url(../../images/src/icon/icon_list_02.webp) no-repeat left 13px;
    background-size: 8px auto;
}
@media screen and (min-width:769px) and (max-width:1300px) {
    #product .contents.detail .pdBox{
        padding-bottom: 3.846vw;
    }
    #product .contents.detail .pdBox .pdItem .pdItem-title{
        margin-bottom: 2.615vw;
        padding: 0 0 0 2vw;
        font-size: 2.461vw;
    }
    #product .contents.detail .pdBox .pdItem .pdItem-list li{
        margin-bottom: 1.769vw;
        padding: 0 0 0 2.692vw;
        font-size: 1.384vw;
        line-height: 2.769vw;
        background-position: left 1vw;
        background-size: 0.615vw auto;
    }
}
@media screen and (max-width:768px) {
    #product .contents.detail .pdBox{
        padding-bottom: 10vw;
    }
    #product .contents.detail .pdBox .pdItem{
        width: 100%;
    }
    #product .contents.detail .pdBox .pdItem:nth-of-type(2){
        padding: 8vw 0 0;
    }
    #product .contents.detail .pdBox .pdItem .pdItem-title{
        margin-bottom: 4.427vw;
        padding: 0 0 0 3.385vw;
        font-size: 4.687vw;
    }
    #product .contents.detail .pdBox .pdItem .pdItem-list li{
        margin-bottom: 4vw;
        padding: 0 0 0 6vw;
        font-size: 4.2vw;
        line-height: 7vw;
        background-position: left 2vw;
        background-size: 2.08vw auto;
    }
}

#product .contents.detail .imgProducts{
    margin: 0 auto;
    width: 100%;
    background: url(../../images/src/product/bg_products.webp) repeat-x;
}
#product .contents.detail .imgProducts .imgList{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    list-style: none;
}
#product .contents.detail .imgProducts .imgList li{
    margin: 0 20px;
    width: 270px;
}
#product .contents.detail .imgProducts .imgList li img{
    width: 100%;
}
#product .contents.detail .imgProducts .imgList li span{
    display: block;
    padding: 0 0 18px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}
@media screen and (min-width:769px) and (max-width:1300px) {
    #product .contents.detail .imgProducts{
        background-size: auto 76.3vw;
    }
    #product .contents.detail .imgProducts .imgList li{
        margin: 0 1.538vw;
        width: 20.769vw;
    }
    #product .contents.detail .imgProducts .imgList li span{
        padding: 0 0 1.384vw;
        font-size: 1.384vw;
    }
}
@media screen and (max-width:768px) {
    #product .contents.detail .imgProducts{
        margin: 0 auto;
        width: 100%;
        background: url(../../images/src/product/bg_products.webp) repeat-x;
    }
    #product .contents.detail .imgProducts .imgList{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        width: 90%;
        list-style: none;
    }
    #product .contents.detail .imgProducts .imgList li{
        margin: 0 0 4vw;
        width: 48%;
    }
    #product .contents.detail .imgProducts .imgList li span{
        padding: 0 0 4.2vw;
        font-size: 4.2vw;
    }
}

#product .contents.detail .bgGray{
    position: relative;
}
#product .contents.detail .bgGray .pdMethod{
    padding-bottom: 120px;
    padding-top: 80px;
    position: relative;
}
#product .contents.detail .bgGray .pdMethod .pdItem-title{
    margin-bottom: 38px;
    padding: 0 0 0 26px;
    color: #0e0b5a;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    border-left: 5px solid #0e0b5a;
}
#product .contents.detail .bgGray .pdMethod table{
}
#product .contents.detail .bgGray .pdMethod table th{
    padding: 25px 19px;
    width: 25%;
    color: #fff;
    font-size: 18px;
    text-align: left;
    border: 1px solid #ccc;
    background-color: #222;
    box-sizing: border-box;
}
#product .contents.detail .bgGray .pdMethod table td{
    padding: 25px 19px;
    width: 25%;
    font-size: 18px;
    line-height: 1.4;
    vertical-align: middle;
    border: 1px solid #ccc;
    background-color: #fff;
    box-sizing: border-box;
}
#product .contents.detail .bgGray .pdMethod .tableNote{
    display: block;
    padding: 20px 0 0;
    font-size: 18px;
    text-align: right;
}
#product .contents.detail .bgGray .pdMethod .table.type-A table th,
#product .contents.detail .bgGray .pdMethod .table.type-A table td{
    width: 20%;
}
#product .contents.detail .bgGray .pdMethod .table.type-B table th,
#product .contents.detail .bgGray .pdMethod .table.type-B table td{
    width: auto;
}
@media screen and (min-width:769px) and (max-width:1300px) {
    #product .contents.detail .bgGray .pdMethod{
        padding-bottom: 9.23vw;
        padding-top: 6.153vw;
    }
    #product .contents.detail .bgGray .pdMethod .pdItem-title{
        margin-bottom: 2.923vw;
        padding: 0 0 0 2vw;
        font-size: 2.461vw;
    }
    #product .contents.detail .bgGray .pdMethod table th{
        padding: 1.923vw 1.461vw;
        font-size: 1.384vw;
    }
    #product .contents.detail .bgGray .pdMethod table td{
        padding: 1.923vw 1.461vw;
        font-size: 1.384vw;
    }
    #product .contents.detail .bgGray .pdMethod .tableNote{
        padding: 1.538vw 0 0;
        font-size: 1.384vw;
    }
    #product .contents.detail .bgGray .imgList{
        width: 44.615vw;
        top: -10.769vw;
    }
    #product .contents.detail .bgGray .imgList li span{
        padding: 0 0 1.384vw;
        font-size: 1.384vw;
    }
}
@media screen and (max-width:768px) {
    #product .contents.detail .bgGray .pdMethod{
        padding-bottom: 10vw !important;
        padding-top: 10vw !important;
    }
    #product .contents.detail .bgGray .pdMethod .pdItem-title{
        margin-bottom: 4.427vw;
        padding: 0 0 0 3.385vw;
        font-size: 4.687vw;
    }
    #product .contents.detail .bgGray .pdMethod .sp_table{
        width: 100%;
        overflow: scroll;
    }
    #product .contents.detail .bgGray .pdMethod .sp_table .table{
        padding: 0 0 8vw;
        width: 800px;
        overflow: hidden;
    }
    #product .contents.detail .bgGray .pdMethod table th,
    #product .contents.detail .bgGray .pdMethod table td{
        display: table-cell;
    }
    #product .contents.detail .bgGray .pdMethod table th{
        padding: 25px 19px;
        width: 25%;
        color: #fff;
        text-align: left;
        border: 1px solid #ccc;
        background-color: #222;
        box-sizing: border-box;
    }
    #product .contents.detail .bgGray .pdMethod .tableNote{
        padding: 4vw 0 0;
        font-size: 4vw;
    }
    #product .contents.detail .bgGray .imgList{
        width: 80%;
        top: -26vw;
    }
    #product .contents.detail .bgGray .imgList li span{
        padding: 0 0 3vw;
        font-size: 4vw;
    }
}