.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;
}

.sectionTtl {
    margin-bottom: 5rem;
    color: #1B1464;
}

.sectionTtlSub {
    color: #1B1464;
}

.sectionTtlSub::before {
    border-bottom: .1rem solid #1B1464;
}

.productNavi {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 32rem;
    margin: 0 auto 8rem;
}

.productNavi a {
    color: #333;
    font-size: 1.4rem;
}

.productFurnitureWrapper {
    width: 90%;
    margin: 0 auto 18rem;
}

.productFurnitureItem {
    margin-bottom: 17.7rem;
}

.productFurnitureTtl {
    margin-bottom: 4.2rem;

}

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

.productFurnitureItemTtl {
    margin-bottom: 5.2rem;
}

.productFurnitureItemTtl a {
    color: #333;
}

.productFurnitureItemTtlSub {
    display: block;
}

.productFurnitureItemDesc {
    margin-bottom: 5.4rem;
}

.productFurnitureItemBtn {
    text-align: right;
}

.productFurnitureItemBtn a {
    border-bottom: 1px solid #aaa;
    padding-bottom: 3px;
    color: #1B1464;
}

.productToyWrapper {
    width: 90%;
    margin: 0 auto 6rem;
}

.productToyTtl {
    width: 90%;
    margin: 0 auto 4.2rem;
}

.productFurnitureTtl,
.productToyTtl {
    border-bottom: 1px solid #ddd;
}

.productImgWrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.productImgContent {
    width: 44%;
    text-align: center;
}

.productImgContent img {
    margin-bottom: 3rem;
}

.productImgContentTtl,
.productImgContentDesc {
    margin: 0 auto 1rem;
    text-align: center;
}

.productImgContentBtn {
    margin-bottom: 5rem;
    color: #333;
}

.productImgContentBtn a {
    color: #333;
}

.groupDesc {
    margin-bottom: 2rem;
}

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

    .productNavi {
        margin: 0 auto 16.4rem;
    }

    .productNavi a{
        font-size: 1.6rem;
    }

    .productIcon {
        margin-left: 1rem;
    }

    .productFurnitureWrapper {
        width: 90%;
        max-width: 100rem;
    }

    .productFurnitureItemImg {
        width: 40%;
        margin-right: 6rem;
        margin-bottom: 0;
        text-align: start;
    }

    .productFurnitureItemTtlSub {
        margin-left: -3.2rem;
    }

    .productFurnitureItemBtn {
        width: 100%;
        max-width: 30rem;
    }

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

    .productImgWrapper {
        width: 90%;
    }

    .productImgContent {
        width: 42%;
        margin-bottom: 8rem;
        text-align: center;
    }

    .productFurnitureItemContent{
        width: 34rem;
    }

    .productImgContentTtl,
    .productImgContentDesc {
        width: auto;
    }

    .productImgContentBtn {
        width: 100%;
        max-width: 27.5rem;
        margin: 0 auto;
        text-align: center;
    }

}

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

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

    .productFurnitureWrapper {
        width: 100%;
    }

    .productFurnitureItemImg {
        width: auto;
        margin-right: 8rem;
    }

    .productFurnitureItemBtn {
        width: 33rem;
    }

    .productToyWrapper {
        margin: 0 auto 17.2rem;
    }

    .productToyTtl {
        width: 100%;
        margin: 0 auto;
    }
    
    .productImgWrapper {
        width: 100%;
        justify-content: start;
    }

    .productImgContent {
        width: 30%;
        margin: 4.2rem 0 0rem;
        margin-left: 5%;
    }

    .productImgContent:nth-child(3n+1){
        margin-left: 0%;
    }

    .productImgContentBtn{
        text-align: right;
        
    }

}
