section {
    margin-bottom: 30px;
}

.main-vis {
    margin-bottom: 60px;
}

.campaign-block .tC {
    text-align: center;
}

.campaign-block .mb_50 {
    margin-bottom: 50px;
}

.campaign-block .mb_30 {
    margin-bottom: 30px;
}

.concept-block {
    position      : relative;
    min-height    : 250px;
    padding-bottom: 20px;
    margin-bottom : 60px;
}

.concept-block h2 {
    position: absolute;
}

.concept-block p {
    position   : absolute;
    left       : 260px;
    top        : 180px;
    line-height: 2em;
}

.product-banner {
    margin-bottom: 60px;
}

.product-banner::after {
    content: "";
    display: block;
    clear  : both;
}

.product-banner li {
    float        : left;
    margin-bottom: 20px;
}

.product-banner li:first-child {
    margin-right: 10px;
}

.reccomend-block h3 {
    font-size     : 20px;
    font-size     : 2rem;
    color         : #563330;
    font-weight   : bold;
    letter-spacing: 0.1em;
    margin-bottom : 10px;
}

.reccomend-block .img-block {
    position     : relative;
    margin-bottom: 20px;
}

.reccomend-block .img-block .rec-img {
    position: absolute;
    right   : 20px;
    top     : 175px;
}

.reccomend-block .mod-green-btn {
    margin-top: -50px;
}

.info-block {
    margin-bottom: 100px;
    position     : relative;
    padding      : 60px 0px;
}

.info-block-bg {
    position        : absolute;
    top             : 0px;
    left            : -50vw;
    width           : 1000vw;
    height          : 100%;
    background-color: #eaf6ee;
    z-index         : -1;
}

.info-block h2,
.h2_top {
    text-align    : center;
    font-size     : 2.2rem;
    font-weight   : 600;
    letter-spacing: 0.1em;
    line-height   : 80px;
    color         : #563330;
}

.info-block img,
.reccomend-block img {
    display: block;
    margin : 0px auto;
}

.info-block .div_info_lines {
    line-height: 3rem;
}

.info-block ul li {
    font-size     : 15px;
    font-size     : 1.5rem;
    margin-bottom : 15px;
    letter-spacing: 0.1em;
}

.info-block ul li span {
    color       : #563330;
    margin-right: 15px;
}

.rank-block .ul-gift-rankk {
    margin-top: 40px;
}

.rank-block .ul-gift-rankk li:first-child::after {
    content          : "1";
    display          : block;
    width            : 37px;
    height           : 49px;
    background-image : url(https://maruyo-chaya.com/onlineshop_images/icon-gold.png);
    background-repeat: no-repeat;
    position         : absolute;
    top              : -10px;
    left             : 24px;
    line-height      : 37px;
    text-align       : center;
    font-size        : 2rem;
    font-weight      : 600;
}

.rank-block .ul-gift-rankk li:nth-child(2)::after {
    content          : "2";
    display          : block;
    width            : 37px;
    height           : 49px;
    background-image : url(https://maruyo-chaya.com/onlineshop_images/icon-silver.png);
    background-repeat: no-repeat;
    position         : absolute;
    top              : -10px;
    left             : 24px;
    line-height      : 37px;
    text-align       : center;
    font-size        : 2rem;
    font-weight      : 600;
}

.rank-block .ul-gift-rankk li:nth-child(3)::after {
    content          : "3";
    display          : block;
    width            : 37px;
    height           : 49px;
    background-image : url(https://maruyo-chaya.com/onlineshop_images/icon-bronze.png);
    background-repeat: no-repeat;
    position         : absolute;
    top              : -10px;
    left             : 24px;
    line-height      : 37px;
    text-align       : center;
    font-size        : 2rem;
    font-weight      : 600;
}

#div_aboutmaruyo {
    text-align: center;
}

#div_aboutmaruyo h3 {
    font-size  : 3rem;
    color      : #502a27;
    font-weight: 600;
    margin     : 50px 0px;
}

#div_aboutmaruyo p {
    font-size  : 2rem;
    line-height: 3.6rem;
}



@media only screen and (max-width: 750px) {
    .div_mobile_banner_flex {
        margin         : 30px 0px;
        display        : flex;
        flex-direction : row;
        flex-wrap      : wrap;
        justify-content: space-around;
    }

    .div_mobile_banner_flex p {
        margin-bottom: 20px;
        max-width    : calc(50% - 20px);
    }

    .div_mobile_banner_flex .mobile_hide {
        display: none;
    }

    .div_mobile_banner_flex .mobile_show {
        display  : block;
        max-width: calc(100% - 40px);
    }

    .div_mobile_banner_flex img {
        width: 100%;
    }

    .main-vis {
        margin-bottom: 0px;
    }

    .main-vis img {
        width : 100%;
        height: auto;
    }

    .concept-block {
        position     : initial;
        min-height   : initial;
        margin-bottom: 20px;
    }

    .concept-block h2 {
        position     : static;
        margin-bottom: 15px;
    }

    .concept-block h2 img {
        width : 100%;
        height: auto;
    }

    .concept-block p {
        position: static;
        left    : 0px;
        top     : 0px;
    }

    .concept-block p br {
        display: none;
    }

    .campaign-block .sp img {
        width: 100%;
    }

    .product-banner {
        margin-bottom: 40px;
    }

    .product-banner li {
        float        : none;
        margin-bottom: 10px;
    }

    .product-banner li img {
        width: 100%;
    }

    .product-banner li:first-child {
        margin-right: 0px;
    }

    .reccomend-block h3 {
        font-size: 20px;
        font-size: 2rem;
    }

    .reccomend-block .img-block {
        position     : relative;
        margin-bottom: 20px;
    }

    .reccomend-block .img-block .rec-banner img {
        width : 100%;
        height: auto;
    }

    .reccomend-block .img-block .rec-img {
        position  : absolute;
        right     : 10px;
        top       : 30px;
        text-align: right;
    }

    .reccomend-block .img-block .rec-img img {
        width : 50%;
        height: auto;
    }

    .reccomend-block .mod-green-btn {
        text-align: center;
        float     : none;
        margin-top: 10px;
    }

    .reccomend-block p {
        font-size: 13px;
        font-size: 1.3rem;
    }

    .info-block {
        margin-bottom: 40px;
    }

    .info-block ul li {
        font-size    : 13px;
        font-size    : 1.3rem;
        margin-bottom: 10px;
    }

    .info-block ul li span {
        color       : #563330;
        margin-right: 10px;
    }

    .tel-block img {
        width: 100%;
    }

    #div_aboutmaruyo h3 {
        font-size: 2rem;
    }

    #div_aboutmaruyo p {
        font-size  : 1.2rem;
        line-height: 3rem;
    }

    #div_aboutmaruyo .rec-banner img {
        width: 100%;
    }
}

.img200 {
    width: 200px;
}

.div_specialbanner_flex img {
  max-width:100%;
}

/* .div_specialbanner_flex {
    display        : flex;
    justify-content: space-between;
}

.div_specialbanner_flex a {
    display: block;
    width  : calc(50% - 10px);
}

.div_specialbanner_flex a img {
    width: 100%;
} */

.div_specialbanner_gridder {
    display              : grid;
    grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    gap                  : 20px;
}

.div_specialbanner_gridder a {
    display: block;
}

.div_specialbanner_gridder a img {
    width: 100%;
}

#banner_foot_line_2023 {
    position        : fixed;
    bottom          : 10px;
    right           : 40px;
    height          : 120px;
    background-color: #35b836;
    border          : 1px solid white;
}

#a_close_foot_line {
    position   : fixed;
    right      : 50px;
    bottom     : 130px;
    font-size  : 18px;
    display    : block;
    height     : 20px;
    line-height: 20px;
    cursor     : pointer;
    color      : #1eb01f;
}