/* ------------------------------------------
TOP
------------------------------------------*/

.home .mainviz {
    padding: 200px 0 150px;
    background: url(../image/top_main_image.jpg);
    background-position: center top;
    background-size: cover;
}

.home .mainviz p {
    color: #fff;
    text-align: center;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.home .mainviz p:first-child {
    font-size: 30px;
    padding-bottom: 60px;
    background: url(../image/icon_whiteleaf.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.home .mainviz p:nth-child(2) {
    font-size: 44px;
    line-height: 1.4;
    margin-top: 30px;
}


.home .wrap h2 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    line-height: 1.3;
    margin: 0 0 60px;
    position: relative;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.home .wrap h2::after {
    content: "";
    position: absolute;
    bottom: -24px;
    right: 50%;
    width: 78px;
    height: 13px;
    margin-right: -39px;
    background: url(../image/icon_blueleaf.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

/* blog */
.home .wrap article.blog section h2::before {
    content: "information";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -2.5em;
    font-size: 18px;
    color: #81b4d1;
}

.home .wrap article.blog section ul li a {
    text-decoration: none;
}

.home .wrap article.blog section ul li p.category a {
    display: inline-block;
    color: #81b4d1;
    border-bottom: 1px solid #81b4d1;
    line-height: 1.6;
    margin-bottom: 16px;
}

.home .wrap article.blog section ul li h3 a {
    color: #444;
    margin-bottom: 8px;
    display: inline-block;
    line-height: 1.4;
}

.home .wrap article.blog section .btn a {
    margin-top: 30px;
}

/* about */

.home .wrap article.about section {
    border: 1px solid #81b4d1;
    padding: 50px 32px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    background: #fff;
    box-shadow: 0 3px 0 #fff, 0 4px 0 #81b4d1, 0 -3px 0 #fff, 0 -4px 0 #81B4D1, 3px 3px 0 #fff, 4px 4px 0 #81b4d1, 3px -3px 0 #fff, 4px -4px 0 #81b4d1, -3px 3px 0 #fff, -4px 4px 0 #81b4d1, -3px -3px 0 #fff, -4px -4px 0 #81b4d1;
    width: 992px;
    background-image: url(../image/bg_dot_rightblue.png);
}

.home .wrap article.about section h2 {
    width: 400px;
    margin: 0 auto 40px;
}

.home .wrap article.about section h2::before {
    content: "";
    position: absolute;
    top: 14px;
    left: -60px;
    width: 102px;
    height: 52px;
    margin-left: -39px;
    background: url(../image/icon_blueleaf_left.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.home .wrap article.about section h2::after {
    content: "";
    position: absolute;
    top: 14px;
    right: -60px;
    width: 102px;
    height: 52px;
    margin-left: -39px;
    background: url(../image/icon_blueleaf_right.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}


.home .wrap article.about section .text_area {
    float: left;
    width: 610px;
    margin: 0 50px 30px 0;
}

.home .wrap article.about section .img_area {
    width: 250px;
    float: right;
}

.home .wrap article.about section .img_area p {
    text-align: center;
    color: #81b4d1;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    margin: 10px 0 0;
}


/* charm */

.home .wrap article.charm {
    background: #ecf8ff;
    padding: 150px 0 100px;
    margin-top: -120px;
    z-index: 1;
    position: relative;
}

.home .wrap article.charm section::before {
    content:"";
    position: absolute;
    bottom: -150px;
    left: -148px;
    background: url(../image/icon_leaves.png);
    width: 294px;
    height: 188px;
    background-repeat: no-repeat;
    background-position: left top;
}

.home .wrap article.charm section::after {
    content: url(../image/icon_cup.png);
    position: absolute;
    bottom: -170px;
    right: -106px;
}

.home .wrap article.charm .img_area {
    float: left;
    width: 584px;
    margin-right: 28px;
}

.home .wrap article.charm .img_area img {
    margin: 0 0 0 -12px;
}

.home .wrap article.charm section .btn a {
    margin-top: 32px;
}


/* product */

.home .wrap article.product section>ul {
    margin-top: 30px;
}

.home .wrap article.product section>ul>li {
    font-size: 14px;
    line-height: 1.8;
    float: left;
    width: 21%;
    margin-right: 5%;
    margin-bottom: 50px;
}

.home .wrap article.product section>ul>li:nth-child(4n) {
    margin-right: 0;
}

.home .wrap article.product section>ul>li h3 {
    color: #444;
    font-weight: bold;
    margin-top: 6px;
}

.home .wrap article.product section>ul>li p {
    font-size: 14px;
    line-height: 1.6;
}

.home .wrap article.product section>ul>li p.amount {
    font-weight: bold;
    color: #81b4d1;
    margin-bottom: 0.5em;
    line-height: 1.8;
}

.home .wrap article.product section>ul>li>a {
    border: #81b4d1 solid 1px;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 14px;
    color: #81b4d1;
    margin: 20px auto 40px;
}
.home .wrap article.product section>ul>li .btn a {
    font-size: 14px;
    width: auto;
    padding: 10px 30px;
    margin: 10px auto;
}

.home .wrap article.product section>ul>li .btn a::after {
    content: "";
    width: 10px;
    height: 18px;
    top: 50%;
    right: 10px;
    margin-top: -9px;
    background: url(../image/icon_arrow.png);
    position: absolute;
    background-repeat: no-repeat;
}
.home .wrap article.product section>ul>li .btn a.shop {
    background: #62ad39;
}
/* promiss */

.home .wrap article.promiss {
    margin: 100px 0 0;
}

.home .wrap article.promiss .text_area {
    float: left;
    width: 480px;
}

.home .wrap article.promiss .img_area {
    float: right;
    width: 480px;
}

.home .wrap article.promiss section::after {
    content: "";
    position: absolute;
    top: -150px;
    left: -57px;
    background: url(../image/icon_leaf.png);
    width: 114px;
    height: 120px;
    background-size: 100% auto;
}
.home .wrap article.promiss .img_area::after {
    position: absolute;
    content: "";
    background: url(../image/img_quality_cup.png);
    background-repeat: no-repeat;
    width: 263px;
    height: 196px;
    right: -126px;
    top: 200px;
}


/* banner */

.home .wrap article.banner {
    background: #f6f6f6;
}

.home .wrap article.banner section {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 560px;
    margin: 0 auto;
    padding: 30px 0;
}

.home .wrap article.banner .store a,
.home .wrap article.banner .personal a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 20px 22px 20px 70px;
    width: 260px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 1.4;
}

.home .wrap article.banner .personal a span,
.home .wrap article.banner .store a span {
    display: block;
    font-size: 14px;
}

.home .wrap article.banner .personal a {
    background: #62ad39;
    background-image: url(../image/icon_woman.png);
    background-repeat: no-repeat;
    background-position: 48px center;
    background-size: 26px auto;
    padding: 20px 22px 20px 88px;
}

.home .wrap article.banner .store a {
    background: #81b4d1;
    background-image: url(../image/icon_building.png);
    background-repeat: no-repeat;
    background-position: 26px center;
    background-size: 32px auto;
}


@media screen and (max-width: 750px) {
    .home .wrap h2{
        font-size: 22px;
    }
    .home .mainviz {
        padding: 120px 0;
        margin: 0 -30px;
    }
    
    .home .mainviz p:first-child {
        font-size: 18px;
        padding-bottom: 45px;
        margin-bottom: 15px;
        background: url(../image/icon_whiteleaf.png);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: 120px;
    }

    .home .mainviz p:nth-child(2) {
        font-size: 30px;
        text-shadow:  0 0 1px #333;
    }
    
    .home .wrap article.blog section {
        margin: 0 10px;
    }
    .home .wrap article.blog section ul li p.category a{
        padding: 10px 0 5px;
        margin: 0 0 10px;
    }
    .home .wrap article.blog section ul li h3 a{
        font-size: 14px;
        line-height: 1.6;
    }
    .home .wrap article.blog section ul li p{
        font-size: 14px;
    }
    .home .wrap article.about section {
        padding: 30px;
        width: auto;
    }

    .home .wrap article.about section .img_area {
        width: 150px;
        float: none;
        margin: 0 auto 25px;
    }
    .home .wrap article.about section .img_area img{
        margin-bottom: 15px;
    }
    .home .wrap article.about section .text_area {
        width: auto;
        float: none;
        margin: 0;
    }

    .home .wrap article.about section .img_area p {
        font-size: 14px;
    }

    .home .wrap article.about section h2 {
        width: auto;
        font-size: 18px;
    }
    .home .wrap article.about section h2::before {
        display: none;
    }
    .home .wrap article.about section h2::after {
    content: "";
    position: absolute;
    top: 112%;
    right: 50%;
    width: 78px;
    height: 13px;
    margin-right: -39px;
    background: url(../image/icon_blueleaf.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    }
    .home .wrap article.charm {
        margin: -146px -30px 0;
        padding: 115px 0 100px;
    }

    .home .wrap article.charm .img_area {
        float: none;
        width: auto;
        margin: 0;
    }

    .home .wrap article.charm .img_area img {
        margin: 0 0 25px;
    }

    .home .wrap article.charm section {
        padding: 0 30px;
    }
    .home .wrap article.charm::before{
        content: "";
        position: absolute;
        width: 65px;
        height: 120px;
        right: 20px;
        bottom: 0;
        background: url(../image/icon_leaves_one.png);
        background-size: 100% auto;
        background-position: right bottom;
        background-repeat: no-repeat;
    }
    .home .wrap article.charm section::before{
        content: "";
        position: absolute;
        width: 65px;
        height: 60px;
        left: 20px;
        bottom: -138px;
        background: url(../image/icon_leaves.png);
        background-size: 200% auto;
        background-position: left bottom;
        background-repeat: no-repeat;
    }
    .home .wrap article.charm section::after {
        content: "";
        width: 140px;
        background-image: url(../image/icon_cup.png);
        height: 70px;
        position: absolute;
        border: 0;
        right: 50%;
        bottom: -140px;
        margin-right: -70px;
        background-size: 100%;
        background-repeat: no-repeat;
    }
    .home .wrap article.product section>ul>li {
        float: none;
        width: auto;
    }

    .home .wrap article.product section>ul>li>img {
        float: left;
        max-width: 130px;
        margin-right: 16px;
        width: 40%;
    }
    .home .wrap article.product section>ul>li p {
        font-size: 14px;
        line-height: 2;
    }
    .home .wrap article.product section>ul>li p.amount::after {
        clear: both;
        content: "";
        display: block;
    }

    .home .wrap article.product section>ul>li h3 {
        padding-top: 22px;
        word-break: break-all;
    }


    .home .wrap article.banner {
        margin: 0 -30px;
        padding: 0 30px;
        height: 30px;
    }

    .home .wrap article.banner .store a{
        width: auto;
        font-size: 14px;
        background-size: 24px auto;
        margin-bottom: 15px;
        font-weight: bold;
    }
    .home .wrap article.banner .personal a {
        width: auto;
        font-size: 14px;
        background-size: 20px auto;
        font-weight: bold;
    }
.home .wrap article.banner .personal a span, .home .wrap article.banner .store a span{
    display: inline-block;
    font-size: 14px;
    margin-left: 8px;
}
    .home .wrap article.banner section {
        width: auto;
        display: none;
    }
    .home .wrap article.promiss{
        margin: 60px auto;
    }
    .home .wrap article.promiss .text_area {
        float: none;
        width: auto;
    }

    .home .wrap article.promiss .text_area h2 {
        font-size: 20px;
    }

    .home .wrap article.promiss .img_area {
        float: none;
        width: auto;
        position: relative;
    }
    .home .wrap article.promiss .img_area img{
        margin-bottom: 25px;
    }
    .home .wrap article.promiss .img_area::after {width: 130px;height: 90px;right: -28px;background-size: 100% auto;top: auto;bottom: 0;}
.home .wrap article.promiss section::after {
    content: "";
    position: absolute;
    top: -84px;
    left: -18px;
    background: url(../image/icon_leaf.png);
    width: 62px;
    height: 66px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
}