.productionNavi a::after,
.productionNavi a::before,
.productionNaviInner::after,
.productionNaviInner::before {
    -webkit-transition: all .3s ease;
    display: block;
    z-index: 10;
    position: absolute;
    background-color: #fff;
    content: '';
    transition: all .3s ease;
}

.productItem {
    margin-top: 8rem;
    margin-bottom: 19rem;
}

.productItemWrapper {
    margin-bottom: 12rem;
}

.productItemContent {
    width: 90%;
    max-width: 100rem;
    margin: 0 auto 9.2rem;
}

.productItemContent:nth-child(even){
    flex-direction: row-reverse;
}

.productItemImg {
    margin-bottom: 4rem;
    text-align: center;
}

.productItemTtl {
    margin-bottom: 4rem;
    font-size: 2rem;
}

.productItemDesc {
    width: 90%;
    max-width: 77.6rem;
    margin: 0 auto 6rem;
}

.productItemDetail {
    width: 90%;
    max-width: 77.6rem;
    margin: 0 auto 9rem;
}

.productItemDetailDescCountry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.CountryOrigin {
    margin-right: 4rem;
}

.productImgGalleryContent{
    margin-bottom: 4rem;
}

.productImgGalleryContentTtl{
    font-size: 2rem;
    margin-bottom: 1rem;
}

.productImgGallery img{
    margin-bottom: 2rem;
}

.otherProduct {
    margin-bottom: 13.8rem;
}

.otherProductTtl {
    margin-bottom: 8.3rem;
    font-size: 2.6rem;
    text-align: center;
}

.productImgWrapper {
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.productImgContent {
    width: 46%;
    margin-bottom: 4rem;
}

.productImgContent a {
    color: #333;
}

.productImgContent img {
    display: block;
    z-index: 100;
    position: relative;
    margin: 0 auto;
}

.productImgContentTtl {
    text-align: center;
}

.productItemDetailDesc{
    margin-right: 20px;
    font-weight: bold;
}

.btn_tobase a{
    width: 200px;
    border:1px solid #aaa;
    display: block;
    margin: 20px auto 60px;
    padding: .5rem;
    text-align: center;
    border-radius: 4px;
    color: #333;
    letter-spacing: .3rem;
    transition: ease .2s;
    background: #f0f0f0;
}

.btn_tobase a:hover{
    border:1px solid #3498db;
    background: #ecebf4;
    color: #3498db;
}

@media screen and (min-width: 674px) {

    .productImgWrapper {
        max-width: 65rem;
    }

}

@media screen and (min-width: 750px) {

    .productItemImg {
        width: 50%;
    }

    .productItemHeadLine {
        position: relative;
        width: 50%;
    }

    .productItemTtl {
        margin-top: 4.1rem;
        margin-bottom: 0;
        text-align: center;
    }

    .productImgContent {
        width: 50%;
        margin: 0 0 4rem 0;
    }

    .productItemTtlSub {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30rem;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .CountryOrigin {
        margin-right: 8rem;
    }

    .productImgGalleryContent{
        width: 46%;
        margin-bottom: 4rem;
    }

    .productImgContent img {
        width: auto;
        height: auto;
        padding: 0;
    }

}

@media screen and (min-width: 1025px) {

    .productionNavi a {
        background: #1B1464;
        color: #fff;
    }

    .productItemContent {
        width: 100%;
    }

    .productItemImg {
        width: 100%;
        max-width: 50rem;
    }

    .productItemHeadLine {
        width: 100%;
        max-width: 50rem;
    }

    .CountryOrigin {
        margin-right: 13rem;
    }

    .productImgWrapper {
        max-width: 100rem;
        margin-bottom: 0;
        justify-content: start;
        text-align: start;
    }

    .productImgContent {
        width: 33%;
    }

    .productImgContent img {
        margin: 0 auto;
    }
}

