@charset "UTF-8";
/* CSS Document */

.wrapper{
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 140px;
}
.category_box{
    margin-bottom: 90px;
}
.category_name{
    margin: 0 2% 50px 2%;
}
.category_name h3{
    font-size: 20px;
    padding-bottom: 20px;
}
.category_name p{
    color: #98B188;
}
.sustainable_product{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.sustainable_box{
    width : calc(33.333% - 4%);
    box-sizing: border-box;
    margin: 0 2% 4% 2%;
    line-height: 1em;
    transition: .45s;
}
.sustainable_box:hover{
    opacity: .8;
}
.sustainable_box:nth-child(3){
    margin-right: 0;
}
.sustainable_box a{
    color: #222;
    transition: .45s;
}
.sustainable_box p:first-child{
    margin-bottom: 20px;
    position: relative;
}
.sustainable_arrow{
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: block;
    width: 34px;
    height: 34px;
    background-color: #98B188;
    border-radius: 50%;
    transition: .45s;
}
.sustainable_arrow::before{
    content: '';
    box-sizing: border-box;
    position: absolute;
    right: 16px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: .45s;
}
.sustainable_box a:hover .sustainable_arrow{
    background-color: #fff;
}
.sustainable_box a:hover .sustainable_arrow::before{
    border-top: 1px solid #98B188;
    border-right: 1px solid #98B188;
}
.sustainable_box p img{
    width: 100%;
    height: auto;
}
.sustainable_name{
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 10px;
}
.sustainable_name span{
    display: inline-block;
    font-size: 14px;
}
.sustainable_box p:last-child{
    line-height: 1.6em;
    font-size: 14px;
}
.view_store{
    text-align: right;
    margin: 0 2%;
    line-height: 1em;
}
.view_store a{
    color: #98B188;
    border-bottom: solid 1px #98B188;
    padding-bottom: 5px;
    transition: opacity .35s;
}
.view_store a:hover{
    opacity: .6;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.product_box{
    width : calc(25% - 4%);
    box-sizing: border-box;
    margin: 0 2% 3% 2%;
    line-height: 1em;
    transition: .45s;
}
.product_box p:first-child{
    margin-bottom: 18px;
}
.product_box p img{
    width: 100%;
    height: auto;
}
.product_name{
    line-height: 1.5em;
    margin-bottom: 10px;
}
.product_name .small{
    font-size: 14px;
    display: inline-block;
}
.product_box p:last-child{
    line-height: 1.5em;
    font-size: 14px;
    word-break: break-all;
}
@media print, screen and (max-width: 1100px) {
    .sustainable_name {
        font-size: 16px;
    }
    .sustainable_name span {
        font-size: 13px;
    }
    .product_name {
        font-size: 15px;
        margin-bottom: 5px;
    }
}
@media print, screen and (max-width: 750px) {
    .wrapper {
        width: 100%;
        max-width: 600px;
        box-sizing: border-box;
        padding: 0 20px;
        margin-bottom: 80px;
    }
    .category_box {
        margin-bottom: 50px;
    }
    .category_name {
        margin: 0 0 30px;
    }
    .category_name h3 {
        font-size: 18px;
        padding-bottom: 12px;
    }
    .sustainable_box {
        width: calc(50% - 2%);
        line-height: 1em;
    }
    .sustainable_box:nth-child(odd){
        margin: 0 2% 20px 0;
    }
    .sustainable_box:nth-child(even){
        margin: 0 0 20px 2%;
    }
    .sustainable_arrow {
        bottom: 10px;
        right: 10px;
    }
    .sustainable_box p:first-child {
        margin-bottom: 15px;
    }
    .sustainable_name {
        font-size: 15px;
    }
    .view_store {
        margin: 0;
        padding-top: 10px;
    }
    .product_box {
        width: calc(50% - 2%);
    }
    .product_box:nth-child(odd){
        margin: 0 2% 20px 0;
    }
    .product_box:nth-child(even){
        margin: 0 0 20px 2%;
    }
    .product_box p:first-child {
        margin-bottom: 15px;
    }









































































}
