.p-en-product {
    letter-spacing: 1px;
    margin-top: 0;
    margin-left: calc((100vw - 100%)/ 2 * -1);
    margin-right: calc((100vw - 100%)/ 2 * -1);
    padding-left: calc((100vw - 100%)/ 2);
    padding-right: calc((100vw - 100%)/ 2);
    overflow: hidden;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.c-ttl-key-eng-white {
    color: #fff;
}


.p-en-product-ttl {
    max-width: 520px;
}

.p-en-product-mainImage {
    max-width: 900px;
}

.p-en-product-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    padding: 0 20px;
}


/*------ intro ------*/
.p-en-product-intro {
    background: url(/dcms_media/image/p-en-index-product-bg.jpg) no-repeat top center;
    background-size: cover;
}

/*------ concept ------*/
.p-en-product-concept {
    background: url(/dcms_media/image/p-en-product-concept-bg.jpg) no-repeat top center;
    background-size: cover;
}

/*------ quality ------*/
.p-en-product-quality {
    background: url(/dcms_media/image/p-en-product-quality-bg.jpg) no-repeat top center;
    background-size: cover;
}

/*------ attitude ------*/
.p-en-product-attitude {
    background: url(/dcms_media/image/p-en-product-attitude-bg.jpg) no-repeat top center;
    background-size: cover;
}

.p-en-product-mainImage {
    max-width: 800px;
}

.p-en-product-movieBlock {
    background-color: #000;
}

.p-en-product-box-movie {
    position:relative;
    width:80%;
    height:0;
    padding-top:45%;
    margin: 0 auto;

}

.p-en-product-box-movie iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


.p-en-product-main-ttl-block {
    position: relative;
} 

.p-en-product-main-ttl-block::after {
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #fff;
    bottom: 0;
    left: calc( 50% - 50px );
} 


.p-en-product-main-ttl-block > span {
    display: block;
}

.p-en-product-main-ttl {
    font-size: min(5vw,60px);
    font-family: 'Times New Roman', Times, serif;

}

.p-en-product-main-ttl-caption {
    font-size: min(3.5vw,36px);
    margin-top: -10px;
}

.p-en-product-common-content {
    font-family: 'Times New Roman', Times, serif;
    max-width: 600px;
    margin: 40px auto 0;
    padding: 0 20px;
    color: #fff;
}

.p-en-product-common-ttl {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}

.p-en-product-common-txt {
    font-size: 18px;
    margin-top: 45px;
    text-align: left;
    line-height: 2.2;
}


.p-en-product-common-image {
    text-align: center;
    max-width: 400px;
    margin-top: 45px;
}