@charset "utf-8";

/* ==================================================================

    muku.css

=================================================================== */


/* --------------------------------
■series
-------------------------------- */
#series{
    .sideImageBox .image span.image._row{
        display: flex;
        justify-content: flex-end;
        gap: 37px;

        img{
            width: calc((100% - 37px) / 2);
            height: auto;
            margin-left: 0;
        }
    }

    @media only screen and (max-width: 767px) {
        .sideImageBox .image span.image._row{
            gap: 3.2vw;

            img{
                width: calc((100% - 3.2vw) / 2);
            }
        }
    }
}


/* --------------------------------
■concept
-------------------------------- */ 
#concept{
    .details{

        > section{
            padding-bottom: 28px;
            
            & + section{
                margin-top: 28px;
            }
        }

    }
}

/* --------------------------------
■return
-------------------------------- */ 
.return{
    border-top: 1px solid #A8A8A8;
    margin-top: 120px;
    padding-top: 74px;
    margin-bottom: 120px;

    @media only screen and (max-width: 767px) {
        margin-top: 8vw;
        padding-top: 5vw;
        margin-bottom: 8vw;
    }
}

.contents .tableStyle{
    width: 100%;
}