@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);

/*==========================
COMMON
==========================*/
.ad_flex_list .flex {
    flex-wrap: wrap;
}

.ad_h1 {
    font-size: 2.8rem;
    color: #6e504b;
    letter-spacing: 0.1em;
    padding-left: 140px;
    line-height: 80px;
    margin-bottom: 30px;
}

.cont2_1_h1 {
    background: url(/maruzen/images/advantage/flow1.png) no-repeat;
}

.cont2_2_h1 {
    background: url(/maruzen/images/advantage/flow2.png) no-repeat;
}

.cont2_3_h1 {
    background: url(/maruzen/images/advantage/flow3.png) no-repeat;
}

.cont2_4_h1 {
    background: url(/maruzen/images/advantage/flow4.png) no-repeat;
}

.ad_cont {
    margin-bottom: 70px;
}

.ad_h1.is_pro {
    background: url(/maruzen/images/product/pro_title.png) no-repeat;
}

.ad_ttl_h1 {
    font-size: 2.8rem;
    color: #6e504b;
    letter-spacing: 0.1em;
    line-height: 80px;
    margin-bottom: 10px;
}

/*==========================
MAIN VISUAL
==========================*/
.mv.is_pro {
    background: url(/maruzen/images/product/pro_mv.png) no-repeat center center;
    background-size: cover;
    /* margin-bottom: 50px; */
}

.mv.is_ad {
    background: url(/maruzen/images/advantage/ad_mv.png) no-repeat center top;
    background-size: cover;
}

.mv.is_pro .content {
    display: block;
}

.mv.is_pro h1 {
    margin-top: 50px;
    font-weight: 200;
}

/*==========================
CONT1
==========================*/
p.adv-read {
    font-size: 1.8rem;
}

.lineup_h2 {
    font-weight: 200;
    font-size: 2rem;
    border-left: 3px solid #801a22;
    padding-left: 20px;
    margin: 20px 0;
}

.lineup_table {
    text-align: left;
    width: 100%;
}

.lineup_table tr {
    border-bottom: 1px #cccccc dotted;
}

.lineup_table th {
    font-weight: normal;
    width: 20%;
    text-align: left;
}

/*==========================
CONT1 (中央寄せ)
==========================*/

#cont_center.flex {
    display: flex;
    justify-content: space-evenly;
}
.cont_item {
    min-width: calc(100% / 2);
    flex: 1;
    margin: 0px 0 20px;
    box-sizing: border-box;
    padding: 0 30px;
    max-width: calc(100% / 2);
}

@media screen and (max-width: 740px) {
    .cont_item {
        max-width: 50%;
        min-width: 50%;
        width: 50%;
        padding: 0 3px;
    }
}


/*==========================
CONT2
==========================*/
.cont2_3_item {
    min-width: calc(100% / 3);
    flex: 1;
    margin: 0px 0 20px;
    box-sizing: border-box;
    padding: 0 10px;
    max-width: calc(100% / 3);
}

.cont2_2_item {
    min-width: calc(100% / 2);
    flex: 1;
    margin: 0px 0 20px;
    box-sizing: border-box;
    padding: 0 30px;
    max-width: calc(100% / 2);
}

.flex_list .flex {
    flex-wrap: wrap;
}

.cont2_1_item {
    flex: 1;
    padding: 0 9px 0 0px;
}

.cont2_2_item .line-flex-item-inner {
    background: #000;
    color: #FFF;
    text-align: center;
    /* padding: 50px 0; */
    /* font-size: 3.0rem; */
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* text-align: center; */
    /* align-self: center; */
    /* justify-self: center; */
    position: relative;
}

span.small {
    position: absolute;
    top: 30px;
    font-size: 1.3rem;
    width: 100%;
    left: 0;
}

.cont2_2_item p {
    font-size: 1.5rem;
    /* position: relative; */
}

.ad_flex_list .cont2_2_item p {
    font-size: 3.0rem;
}

.adv_cont .ad_flex_list .cont2_2_item p {
    font-size: 1.5rem;
}

.ad_img {
    width: 98%;
    margin: 0 auto;
    padding-top: 10px;
}

/*==========================
CONT3
==========================*/
/*==========================
CONT4
==========================*/
.cont2_l_p {
    padding-left: 10px;
}

.cont2_2_item img {
    margin: 0 auto;
    width: 100%;
}


/* ===================================================================================
 for PC min-width: 741px
 =================================================================================== */
@media screen and (min-width: 741px),
print {}

/* ===================================================================================
 for SP max-width: 740px
 =================================================================================== */
@media screen and (max-width: 740px) {
    .mv.is_ad {
        height: 50vw;
    }

    .ad_cont .flex {
        /* display: block; */
        /* text-align: center; */
    }

    .cont2_1_item {
        box-sizing: border-box;
        max-width: 100%;
        flex: unset;
    }

    .ad_h1 {
        font-size: 2.0rem;
        background-size: 60px;
        height: 2em;
        line-height: 2em;
        padding-left: 73px;
        margin-bottom: 10px;
    }

    .ad_ttl_h1 {
        font-size: 2.0rem;
        margin-bottom: 10px;
        line-height: 1.5;
    }

    .ad_cont {
        margin-bottom: 30px;
    }

    .cont2_2_item {
        max-width: 50%;
        min-width: 50%;
        width: 50%;
        padding: 0 3px;
    }

    /*==========================
    CONT1
    ==========================*/
    p.adv-read {
        font-size: 1.6rem;
    }

    .lineup_table th,
    .lineup_table td {
        display: block;
        margin-bottom: 10px;
        width: 100%;
    }

    /*==========================
    CONT2
    ==========================*/

    /*==========================
    CONT3
    ==========================*/

    /*==========================
    CONT4
    ==========================*/
    .ad_cont.cont2_1 .flex {
        display: block;
    }

    img.cont2_2_item {
        min-width: auto;
    }

    .ad_flex_list.cont2_4 .flex {
        align-items: flex-start;
    }

    .mv.is_pro {
        height: 50vw;
    }

    .mv.is_pro h1 {
        font-size: 2.4rem;
        margin-top: 0;
    }

    .mv.is_pro .content {
        display: flex;
    }

    .ad_h1.is_pro {
        background-size: 60px;
    }

    article.cont2_2 .content {
        padding: 0;
    }
}
