@charset "utf-8";

/*
************************************************************************
* 商品価格見直し
* @copyright Revolme Inc.
************************************************************************
*/

/* ################################################################################################ */
/* ## PC                         ################################################################## */
/* ################################################################################################ */

#pricedown {
    background-image: url(../img/bg.jpg);
    background-position: 50% 0;
    background-repeat: no-repeat;
}
#pricedown .pricedown-block {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
#pricedown .copy {
    position: absolute;
    max-width: 1040px;
    width: 80%;
    left: 5%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
#pricedown .copy .title {
    width: 40%;
    margin-bottom: 0;
}
#pricedown .text {
    font-size: 1.2em;
    line-height: 2.5;
}
#pricedown .text p {
    margin-bottom: 2em;
}

#pricedown .wrap-block-item {
    font-size: 1.2em;
    margin-bottom: 4em;
}
#pricedown .block-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -1em;
}

#pricedown .block-item .item {
    width: calc(50% - 2em);
    margin: 1em;
    text-align: center;

    font-weight: bold;
}

.block-item .img {
    background-color: #fff;
    border-radius: 9999px;
    margin-bottom: 0.5em;
}
.block-item .img img {
    border-radius: 0.5em;
}
.block-item .name {
    text-align: left;
    margin-bottom: 0.5em;
}
.block-item .item .price {
    text-align: left;
}
.block-item .item .price .arrow {
    padding-right: 1em;
    padding-left: 1em;
}


/* ################################################################################################ */
/* ## TAB                        ################################################################## */
/* ################################################################################################ */
@media screen and (max-width:1320px) {

}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
    #pricedown .pricedown-block {
        padding-top: 3em;
        padding-bottom: 3em;
    }
    #pricedown .text {
        font-size: 1em;
    }

    #pricedown .wrap-block-item {
        font-size: 1em;
    }
    #pricedown .block-item {
        margin: 0 -1em;
    }
    #pricedown .block-item .item {
        width: calc(50% - 1em);
        margin: 0 0.5em 2em 0.5em;
    }
    #pricedown .block-item .item .price .tax-include {
        display: block;
        text-align: right;
    }

    #footer {
        margin-top: 0;
    }
}
