@charset "utf-8";

/* CSS Document */
.fix {
    clear: both;
}

.lead span {
    font-size: 90%;
}

.leadC span {
    font-size: 90%;
}

.txtY span {
    font-size: 90%;
}

.info span {
    font-size: 90%;
}

.comment span {
    font-size: 90%;
}

.atenS {
    font-size: 80%;
    margin-top: 3px;
}

@media screen and (min-width: 737px) {
    .pc-none {
        display: none;
    }

    div#goods {
        max-width: 1100px;
        margin: 0 auto;
        font-family: 'Noto Sans JP', sans-serif;
        color: #424242;
        font-size: 16px;
    }

    .logo {
        width: 12%;
        margin: 15px auto -20px;
    }

    .logo02 {
        width: 20%;
        margin: 15px auto -20px;
    }

    .lead {
        margin: 40px 70px 50px;
        font-size: 1.2rem;
        line-height: 2.5em;
    }

    .leadC {
        margin: 40px 70px 50px;
        font-size: 1.2rem;
        line-height: 2.5em;
        text-align: center;
    }

    div#goods h1,
    h2 {
        font-size: 2.5rem;
        font-weight: normal;
        text-align: center;
    }

    div#goods h3 {
        font-size: 1.25rem;
        margin: 15px 0 10px 0;
        font-weight: normal;
        text-align: left;
    }

    div#goods .tit {
        position: relative;
        max-width: 1100px;
        padding-bottom: 20px;
        margin: 20px auto 0;
        border: solid #adaba1;
        border-width: 0 0 1px 0;
        background: #fff;
        text-align: center;
        font-size: 2.375rem;
    }

    div#goods .tit:before {
        position: absolute;
        bottom: -22px;
        left: 48.4%;
        width: 0;
        height: 0;
        content: '';
        border-width: 22px 20px 0 20px;
        border-style: solid;
        border-color: #adaba1 transparent transparent transparent;
    }

    div#goods .tit:after {
        position: absolute;
        bottom: -20px;
        left: 48.4%;
        width: 0;
        height: 0;
        content: '';
        border-width: 22px 20px 0 20px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }

    .hanyo01_tit {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2.125rem;
        text-align: center;
    }

    .hanyo01_tit::before,
    .hanyo01_tit::after {
        content: '';
        width: 1px;
        height: 40px;
        background-color: #adaba1;
    }

    .hanyo01_tit::before {
        margin-right: 30px;
        transform: rotate(-45deg)
    }

    .hanyo01_tit::after {
        margin-left: 30px;
        transform: rotate(45deg)
    }

    .hanyo02_tit {
        text-align: center;
        font-size: 2.125rem;
        margin-bottom: 30px;
    }

    .hanyo02_tit {
        display: flex;
        align-items: center;
        /* 垂直中心 */
        justify-content: center;
        /* 水平中心 */
    }

    .hanyo02_tit:before,
    .hanyo02_tit:after {
        border-top: 1px solid;
        border-color: #adaba1;
        content: "";
        width: 3em;
        /* 線の長さ */
    }

    .hanyo02_tit:before {
        margin-right: 0.5em;
        /* 文字の右隣 */
    }

    .hanyo02_tit:after {
        margin-left: 0.5em;
        /* 文字の左隣 */
    }

    .item-list {
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    /*====== 1アイテムの場合 ======*/
    .item01 {
        width: 100%;
        padding: 20px;
        margin-bottom: 50px;
        box-sizing: border-box;
        position: relative;
    }

    .item01::before,
    .item01::after {
        content: '';
        width: 100px;
        height: 100px;
        position: absolute;
    }

    .item01::before {
        border-left: solid 1px #adaba1;
        border-top: solid 1px #adaba1;
        top: 0;
        left: 0;
    }

    .item01::after {
        border-right: solid 1px #adaba1;
        border-bottom: solid 1px #adaba1;
        bottom: 0;
        right: 0;
    }

    .item01 .triangle {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 65px 95px 0 0;
        border-color: #DB3735 transparent transparent transparent;
        z-index: 5;
    }

    .item01 .triangle {
        position: absolute;
        top: 13px;
        left: 13px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 75px 105px 0 0;
        border-color: #DB3735 transparent transparent transparent;
        z-index: 5;
    }

    .item01 .new_txt {
        position: absolute;
        top: 32px;
        left: 15px;
        color: #fff;
        font-size: 0.9375rem;
        font-weight: bold;
        line-height: 1.0em;
        z-index: 10;
        transform: rotate(-36deg);
    }

    .item01 .new_txtL {
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
        margin-left: 5px;
    }

    .item01 .txtY {
        max-width: 100%;
        background-color: #75716B;
        color: #fff;
        font-size: 1rem;
        padding: 0.8em;
        margin: 17px 0 0;
    }

    .item01 .txtS {
        font-size: 0.85rem;
    }

    .item-image01 img {
        width: 46.5%;
        height: auto;
        vertical-align: bottom;
        float: left;
    }

    .floatboxR {
        width: 50%;
        float: right;
    }

    .date_box01 {
        width: 100%;
        margin: 0;
    }

    .date_box01 .date {
        width: 40%;
        border: solid 1px #adaba1;
        font-size: 1rem;
        padding: 5px;
        line-height: 1.4;
        text-align: center;
        float: left;
        margin: 0 0 15px 0;
    }

    .date_box01 .dateS {
        font-size: 0.8125rem;
        margin: 15px 0 0 0px;
        float: right;
    }

    .name01 {
        font-size: 1.25rem;
        margin: 0px 0 10px 0;
    }

    /*====== 2アイテム以上の場合 ======*/
    .item {
        display: flex;
        flex-direction: column;
        width: 49%;
        padding: 20px;
        margin-bottom: 30px;
        box-sizing: border-box;
        position: relative;
    }

    .item::before,
    .item::after {
        content: '';
        width: 100px;
        height: 100px;
        position: absolute;
    }

    .item::before {
        border-left: solid 1px #adaba1;
        border-top: solid 1px #adaba1;
        top: 0;
        left: 0;
    }

    .item::after {
        border-right: solid 1px #adaba1;
        border-bottom: solid 1px #adaba1;
        bottom: 0;
        right: 0;
    }

    .item-image {
        min-height: 0%;
    }

    .item .triangle {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 65px 95px 0 0;
        border-color: #DB3735 transparent transparent transparent;
        z-index: 5;
    }

    .item .triangle {
        position: absolute;
        top: 13px;
        left: 13px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 75px 105px 0 0;
        border-color: #DB3735 transparent transparent transparent;
        z-index: 5;
    }

    .item .new_txt {
        position: absolute;
        top: 32px;
        left: 15px;
        color: #fff;
        font-size: 0.9375rem;
        font-weight: bold;
        line-height: 1.0em;
        z-index: 10;
        transform: rotate(-36deg);
    }

    .item .new_txtL {
        color: #fff;
        font-size: 1.5rem;
        font-weight: bold;
        margin-left: 5px;
    }

    .item .txtY {
        background-color: #75716B;
        color: #fff;
        font-size: 1rem;
        padding: 0.8em;
        margin: 17px 0 0;
        flex-grow: 1;
        /* ★ポイント★ */
    }

    .item .txtS {
        font-size: 0.85rem;
    }

    .item-image img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }

    .floatboxR {
        width: 50%;
        float: right;
    }

    .date_box {
        width: 100%;
        margin: 17px 0 0 0;
    }

    .date_box .date {
        width: 40%;
        border: solid 1px #adaba1;
        font-size: 1rem;
        padding: 5px;
        line-height: 1.4;
        text-align: center;
        float: left;
    }

    .date_box .dateS {
        font-size: 0.8125rem;
        margin: 15px 0 0 0px;
        float: right;
    }

    .date_box .dateL {
        width: 45%;
        border: solid 1px #adaba1;
        font-size: 0.85rem;
        padding: 6px 5px;
        margin-top: 0;
        line-height: 1.4;
        text-align: center;
        float: left;
    }

    .date_box .dateR {
        width: 45%;
        border: solid 1px #adaba1;
        font-size: 0.85rem;
        padding: 6px 5px;
        margin-top: 0;
        line-height: 1.4;
        text-align: center;
        float: right;
    }

    .date_box01 .dateL {
        width: 45%;
        border: solid 1px #adaba1;
        font-size: 0.85rem;
        padding: 6px 5px;
        margin-bottom: 15px;
        line-height: 1.4;
        text-align: center;
        float: left;
    }

    .date_box01 .dateR {
        width: 45%;
        border: solid 1px #adaba1;
        font-size: 0.85rem;
        padding: 6px 5px;
        margin-bottom: 15px;
        line-height: 1.4;
        text-align: center;
        float: right;
    }

    .name {
        font-size: 1.25rem;
        margin: 15px 0 10px 0;
    }

    .price {
        font-size: 1.125rem;
        margin: 0;
        text-align: right;
    }

    .priceS {
        font-size: 0.85rem;
        margin: 0;
        text-align: right;
    }

    .price-sale {
        font-size: 1.125rem;
        margin: 0;
        text-align: right;
        color: #e30000;
    }

    .price-saleL {
        font-size: 1.25rem;
        margin: 0;
        text-align: right;
        color: #e30000;
    }

    .bonus {
        font-size: 1rem;
        margin: 0;
        text-align: right;
        color: #00a040;
    }

    .area {
        font-size: 0.8125rem;
        margin: 0;
        text-align: right;
    }

    .item-btn {
        margin-top: auto;
        padding-top: 1em;
    }

    .item-btn a {
        display: block;
        padding: 0.5em;
        background: #3498db;
        border-radius: 4px;
        color: #fff;
        text-decoration: none;
        text-align: center;
    }

    .info {
        margin: 40px 0px;
        font-size: 1rem;
        line-height: 2.5em;
    }

    .line {
        border: solid #adaba1;
        border-width: 0 0 1px 0;
        background: #fff;
        text-align: center;
    }

    .comment {
        max-width: 1100px;
        background-color: #E3E1D5;
        padding: 3%;
        margin: 0 auto 4%;
        box-sizing: border-box;
        font-size: 1rem;
    }

    .frappe {
        max-width: 1100px;
        background-color: #6ca5d6;
        color: #14324E;
        box-sizing: border-box;
        margin: 0 auto 4%;
        padding: 3%;
        outline: dashed 1px #FFFFFF;
        outline-offset: -8px;
    }

    /* ===/  KVがない場合  ===*/
    div#main {
        max-width: 1200px;
        height: 500px;
        margin: 0 auto;
        position: relative;
    }

    div#main .main_img {
        position: absolute;
        top: 0;
        left: 50%;
        width: 600px;
        height: 500px;
        object-fit: cover;
    }

    div#main .bg_color {
        position: absolute;
        top: 0;
        left: 0;
        width: 84%;
        height: 500px;
        background-color: #E3E1D5;
        background: linear-gradient(90deg, rgba(227, 225, 213, 10), rgba(227, 225, 213, 10), rgba(227, 225, 213, 0.99), rgba(227, 225, 213, 0.0) 90%);
    }

    div#main .txt_area {
        width: 600px;
        position: absolute;
        top: 6%;
        left: 5%;
        text-align: center;
    }

    div#main .logo {
        width: 150px;
        height: auto;
        margin: 0 auto;
    }

    /* ===  KVがない場合のh1  /===*/
    div#main h1 {
        color: #424242;
        font-size: 2.5rem;
        border-bottom: #424242 dotted 1px;
        border-top: #424242 dotted 1px;
        padding: 10px 0;
        margin: 15px 0 25px 0;
    }

    div#main .txt_box {
        max-width: 60%;
        background-color: #424242;
        opacity: 0.5;
        color: #fff;
        font-size: 1.25em;
        margin-top: 15px;
        padding: 6px;
        line-height: 1.4;
        margin: 0px auto;
    }

    /* ===  KVがない場合  /===*/
    /* ===  ●ファミマル  ===*/
    .famimaru {
        text-align: center;
        margin: 0 auto;
        width: 90%;
    }

    .famimaru_h2 {
        position: relative;
        padding-bottom: 20px;
        margin: 40px auto 30px;
        border: solid #adaba1;
        border-width: 0 0 1px 0;
        background: #fff;
        text-align: center;
        font-size: 2.375rem;
    }

    .famimaru_h2:before {
        position: absolute;
        bottom: -18px;
        left: 48.4%;
        width: 0;
        height: 0;
        content: '';
        border-width: 18px 16px 0 16px;
        border-style: solid;
        border-color: #adaba1 transparent transparent transparent;
    }

    .famimaru_h2:after {
        position: absolute;
        bottom: -16px;
        left: 48.4%;
        width: 0;
        height: 0;
        content: '';
        border-width: 18px 16px 0 16px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }

    .famimaru_leadC {
        font-size: 1.7rem;
        margin: 3.5rem auto 3rem;
        text-align: center;
        width: 80%;
    }

    .famimaru_leadT {
        margin: 1rem 0 4rem;
        font-size: 1.2rem;
        line-height: 1.8;
        text-align: left;
    }

    .famimaru img {
        width: 100%;
    }

    .famimaru .border {
        border: 3px solid #00a040;
        padding: 2.5rem 2rem 2rem;
        border-radius: 30px;
        margin: 1% auto;
        width: 76%;
        position: relative;
    }

    .famimaru .boxG {
        font-size: 1.25rem;
        width: 300px;
        background: #008132;
        color: #fff;
        text-align: center;
        padding: 1% 3%;
        position: absolute;
        top: -1.8rem;
        left: 0;
        right: 0;
        margin: auto;
    }

    .famimaru .btn {
        margin: 5% 0;
    }

    .famimaru .btn img {
        display: inline-block;
        margin: 0 auto;
        width: 70%;
        box-shadow: 3px 3px 13px #bfbdb5;
        border-radius: 50px;
    }

    .famimaru .btn img:hover {
        opacity: .7;
        transition: all .3s;
    }

    .famimaru .keyword {
        display: flex;
        justify-content: space-between;
        gap: 1.5rem;
    }

    .famimaru .keyword dl {
        width: calc(100% / 3);
    }

    .famimaru .keyword dt {
        font-size: 1.25rem;
        font-weight: bold;
        padding: 5% 0;
        text-align: center;
    }

    .famimaru .keyword dt span {
        font-size: 1rem;
        font-weight: normal;
    }

    .famimaru .keyword dd {
        font-size: 0.875rem;
        margin: 0;
    }

    .famimaru .keyword dd p {
        text-align: left;
        letter-spacing: 0.03em;
        margin: 0.5rem 0 0;
    }

    .famimaru .keyword .image {
        display: flex;
        justify-content: space-between;
        margin-bottom: 3%;
    }

    .famimaru .keyword .image div {
        width: calc(100% / 2 - 4px);
    }

    .famimaru .keyword .image .thumbnail {
        border: 1px solid #d1d1d1;
    }

    .famimaru .keyword .image .icon span {
        font-size: 0.6875rem;
        text-align: right;
        display: block;
    }

    .famimaru .text {
        margin: 2% 0;
        text-align: right;
        font-size: 0.6875rem;
        color: #535353;
    }

    /* ===  ●ファミマル  /===*/
    /*===/サステナ===*/
    .common_sustaina {
        width: 90%;
        margin: 0 auto;
    }

    .common_sustaina h2 {
        position: relative;
        max-width: 1100px;
        padding-bottom: 20px;
        margin: 40px auto;
        border: solid #adaba1;
        border-width: 0 0 1px 0;
        background: #fff;
        text-align: center;
        font-size: 2.375rem;
    }

    .common_sustaina h2:before {
        position: absolute;
        bottom: -22px;
        left: 48.4%;
        width: 0;
        height: 0;
        content: '';
        border-width: 22px 20px 0 20px;
        border-style: solid;
        border-color: #adaba1 transparent transparent transparent;
    }

    .common_sustaina h2:after {
        position: absolute;
        bottom: -20px;
        left: 48.4%;
        width: 0;
        height: 0;
        content: '';
        border-width: 22px 20px 0 20px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }

    .common_sustaina ul {
        display: flex;
        justify-content: space-between;
        margin-bottom: 2rem;
    }

    .common_sustaina ul li {
        width: calc(100% / 3 - 10px);
    }

    .common_sustaina ul li a {
        color: #313131;
    }

    .common_sustaina ul li a:hover {
        opacity: .7;
        transition: all 0.2s;
        text-decoration: none;
    }

    .common_sustaina ul li figure {
        margin-bottom: 1rem;
    }

    .common_sustaina ul li figure>img {
        width: 100%;
        border-radius: 10px;
        border: 1px solid #eee;
    }

    .common_sustaina .sus-h3 {
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 0.3rem;
        text-align: left;
    }

    .common_sustaina .btn {
        margin: 1rem 0;
        text-align: center;
    }

    .common_sustaina .btn a {
        border: 2px solid #0171a6;
        color: #0171a6;
        font-weight: 500;
        font-size: 1.2rem;
        text-align: center;
        padding: 0.7rem 4rem;
        text-decoration: none;
        border-radius: 3em;
        transition: all 0.2s;
        position: relative;
        display: block;
        margin: 0 auto;
    }

    .common_sustaina .btn a:after {
        position: absolute;
        top: 50%;
        right: 8px;
        content: '\e903';
        color: #0171a6;
        font-family: "icn_font";
        font-size: 1em;
        font-weight: normal;
        line-height: 0;
    }

    .common_sustaina .btn a:hover {
        opacity: 0.6;
    }

    /*===/サステナ　ここまで===*/
}

@media screen and (max-width:736px) {
    .sp-none {
        display: none;
    }

    div#goods {
        width: 100%;
        margin: 0 auto;
        font-family: 'Noto Sans JP', sans-serif;
        color: #424242;
        font-size: 16px;
    }

    div#goods h1,
    h2 {
        font-size: 1.5rem;
        font-weight: normal;
        text-align: center;
    }

    div#goods h3 {
        font-size: 1.125rem;
        margin: 10px 0 10px 0;
        font-weight: normal;
        text-align: left;
    }

    .logo {
        width: 20%;
        margin: 5px auto -20px;
    }

    .logo02 {
        width: 40%;
        margin: 5px auto -20px;
    }

    .lead {
        font-size: 1rem;
        margin: 30px 10px 30px;
        line-height: 2.2em;
    }

    .leadC {
        font-size: 1rem;
        margin: 30px 10px 30px;
        line-height: 2.2em;
        text-align: center;
    }

    div#goods .tit {
        position: relative;
        padding-bottom: 10px;
        margin: 20px auto 30px;
        border: solid #adaba1;
        border-width: 0 0 1px 0;
        background: #fff;
        text-align: center;
        font-size: 1.5rem;
    }

    div#goods .tit:before {
        position: absolute;
        bottom: -18px;
        left: 45.5%;
        width: 0;
        height: 0;
        content: '';
        border-width: 18px 16px 0 16px;
        border-style: solid;
        border-color: #adaba1 transparent transparent transparent;
    }

    div#goods .tit:after {
        position: absolute;
        bottom: -16px;
        left: 45.5%;
        width: 0;
        height: 0;
        content: '';
        border-width: 18px 16px 0 16px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }

    .hanyo01_tit {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.375rem;
        text-align: center;
    }

    .hanyo01_tit::before,
    .hanyo01_tit::after {
        content: '';
        width: 1px;
        height: 30px;
        background-color: #adaba1;
    }

    .hanyo01_tit::before {
        margin-right: 20px;
        transform: rotate(-45deg)
    }

    .hanyo01_tit::after {
        margin-left: 20px;
        transform: rotate(45deg)
    }

    .hanyo02_tit {
        text-align: center;
        font-size: 1.375rem;
        margin-bottom: 30px;
    }

    .hanyo02_tit {
        display: flex;
        align-items: center;
        /* 垂直中心 */
        justify-content: center;
        /* 水平中心 */
    }

    .hanyo02_tit:before,
    .hanyo02_tit:after {
        border-top: 1px solid;
        border-color: #adaba1;
        content: "";
        width: 2em;
        /* 線の長さ */
    }

    .hanyo02_tit:before {
        margin-right: 0.5em;
        /* 文字の右隣 */
    }

    .hanyo02_tit:after {
        margin-left: 0.5em;
        /* 文字の左隣 */
    }

    .item-list {
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    /*====== 1アイテムの場合 ======*/
    .item01 {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 17px;
        margin-bottom: 50px;
        box-sizing: border-box;
        position: relative;
    }

    .item01::before,
    .item01::after {
        content: '';
        width: 80px;
        height: 80px;
        position: absolute;
    }

    .item01::before {
        border-left: solid 1px #adaba1;
        border-top: solid 1px #adaba1;
        top: 0;
        left: 0;
    }

    .item01::after {
        border-right: solid 1px #adaba1;
        border-bottom: solid 1px #adaba1;
        bottom: 0;
        right: 0;
    }

    .item-image01 {
        min-height: 0%;
    }

    .item01 .triangle {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 45px 75px 0 0;
        border-color: #DB3735 transparent transparent transparent;
        z-index: 5;
    }

    .item01 .triangle {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 55px 85px 0 0;
        border-color: #DB3735 transparent transparent transparent;
        z-index: 5;
    }

    .item01 .new_txt {
        position: absolute;
        top: 25px;
        left: 13px;
        color: #fff;
        font-size: 0.6875rem;
        font-weight: bold;
        line-height: 1.0em;
        z-index: 10;
        transform: rotate(-34deg);
    }

    .item01 .new_txtL {
        color: #fff;
        font-size: 1rem;
        font-weight: bold;
        margin-left: 4px;
    }

    .item01 .txtY {
        background-color: #75716B;
        color: #fff;
        font-size: 0.9375rem;
        padding: 10px;
        margin: 12px 0 0;
        flex-grow: 1;
        /* ★ポイント★ */
    }

    .item01 .txtS {
        font-size: 0.85rem;
    }

    .item-image01 img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }

    .date_box01 {
        width: 100%;
        margin: 12px 0 0 0;
    }

    .date_box01 .date {
        width: 45%;
        border: solid 1px #adaba1;
        font-size: 0.75rem;
        ;
        padding: 5px;
        line-height: 1.4;
        text-align: center;
        float: left;
    }

    .date_box01 .dateS {
        font-size: 0.625rem;
        margin: 12px 0 0 0px;
        text-align: right;
        letter-spacing: 0em;
    }

    .name01 {
        font-size: 1.125rem;
        margin: 10px 0 10px 0;
    }

    /*====== 2アイテム以上の場合 ======*/
    .item {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 17px;
        margin-bottom: 50px;
        box-sizing: border-box;
        position: relative;
    }

    .item::before,
    .item::after {
        content: '';
        width: 80px;
        height: 80px;
        position: absolute;
    }

    .item::before {
        border-left: solid 1px #adaba1;
        border-top: solid 1px #adaba1;
        top: 0;
        left: 0;
    }

    .item::after {
        border-right: solid 1px #adaba1;
        border-bottom: solid 1px #adaba1;
        bottom: 0;
        right: 0;
    }

    .item-image {
        min-height: 0%;
    }

    .item .triangle {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 45px 75px 0 0;
        border-color: #DB3735 transparent transparent transparent;
        z-index: 5;
    }

    .item .triangle {
        position: absolute;
        top: 10px;
        left: 10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 55px 85px 0 0;
        border-color: #DB3735 transparent transparent transparent;
        z-index: 5;
    }

    .item .new_txt {
        position: absolute;
        top: 25px;
        left: 13px;
        color: #fff;
        font-size: 0.6875rem;
        font-weight: bold;
        line-height: 1.0em;
        z-index: 10;
        transform: rotate(-34deg);
    }

    .item .new_txtL {
        color: #fff;
        font-size: 1rem;
        font-weight: bold;
        margin-left: 4px;
    }

    .item .txtY {
        background-color: #75716B;
        color: #fff;
        font-size: 0.9375rem;
        padding: 10px;
        margin: 12px 0 0;
        flex-grow: 1;
        /* ★ポイント★ */
    }

    .item .txtS {
        font-size: 0.8rem;
    }

    .item-image img {
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }

    .date_box {
        width: 100%;
        margin: 12px 0 0 0;
    }

    .date_box .date {
        width: 45%;
        border: solid 1px #adaba1;
        font-size: 0.75rem;
        padding: 5px;
        line-height: 1.4;
        text-align: center;
        float: left;
    }

    .date_box .dateS {
        font-size: 0.625rem;
        margin: 12px 0 0 0px;
        text-align: right;
        letter-spacing: 0em;
    }

    .dateL {
        width: 43.5%;
        border: solid 1px #adaba1;
        font-size: 0.75rem;
        padding: 5px 2px 5px 12px;
        margin-top: 0;
        line-height: 1.4;
        float: left;
    }

    .dateR {
        width: 43.5%;
        border: solid 1px #adaba1;
        font-size: 0.75rem;
        padding: 5px 2px 5px 12px;
        margin-top: 0;
        line-height: 1.4;
        float: right;
    }

    .name {
        font-size: 1.125rem;
        margin: 10px 0 10px 0;
    }

    .price {
        font-size: 1rem;
        margin: 0;
        text-align: right;
    }

    .priceS {
        font-size: 0.75rem;
        margin: 0;
        text-align: right;
    }

    .price-sale {
        font-size: 1rem;
        margin: 0;
        text-align: right;
        color: #e30000;
    }

    .price-saleL {
        font-size: 1.125rem;
        margin: 0;
        text-align: right;
        color: #e30000;
    }

    .bonus {
        font-size: 0.75rem;
        margin: 0;
        text-align: right;
        color: #00a040;
    }

    .area {
        font-size: 0.6875rem;
        margin: 0;
        text-align: right;
    }

    .info {
        font-size: 1rem;
        margin: 20px 10px 20px;
        line-height: 1.6em;
    }

    .line {
        border: solid #adaba1;
        border-width: 0 0 1px 0;
        background: #fff;
        text-align: center;
    }

    .comment {
        background-color: #E3E1D5;
        padding: 12px;
        margin: 0 0 30px 0;
    }

    .frappe {
        width: 100%;
        background-color: #6ca5d6;
        color: #14324E;
        box-sizing: border-box;
        margin: 0 auto 4%;
        padding: 4.5%;
        outline: dashed 1px #FFFFFF;
        outline-offset: -8px;
    }

    /* ===/  KVがない場合  ===*/
    div#main {
        margin: 0 auto;
        width: 100%;
        height: 72vh;
        position: relative;
    }

    div#main .main_img {
        position: absolute;
        top: 180px;
        left: 0;
        width: 100%;
        height: 45vh;
        object-fit: cover;
    }

    div#main .bg_color {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 45vh;
        background-color: #E3E1D5;
        background: linear-gradient(180deg, rgba(227, 225, 213, 10), rgba(227, 225, 213, 10), rgba(227, 225, 213, 0.99), rgba(227, 225, 213, 0.0) 90%);
    }

    div#main .txt_area {
        position: absolute;
        top: 4%;
        left: 0;
        width: 92%;
        margin: 0 4%;
        text-align: center;
    }

    div#main .logo {
        width: 80px;
        height: auto;
        margin: 0 auto;
    }

    div#main h1 {
        color: #424242;
        font-size: 1.5rem;
        border-bottom: #424242 dotted 1px;
        border-top: #424242 dotted 1px;
        padding: 4px 0;
        margin: 10px 0 14px;
    }

    div#main .txt_box {
        max-width: 60%;
        background-color: #424242;
        opacity: 0.5;
        color: #fff;
        font-size: 0.8125rem;
        padding: 5px;
        line-height: 1.4;
        margin: 0px auto;
    }

    /* ===  KVがない場合 / ===*/
    /*===ファミマル===*/
    .famimaru {
        text-align: center;
        margin: 0 auto;
        width: 97%;
    }

    .famimaru .famimaru_h2 {
        font-size: 1.375rem;
    }

    .famimaru .famimaru_h2 {
        position: relative;
        padding-bottom: 10px;
        margin: 20px auto 30px;
        border: solid #adaba1;
        border-width: 0 0 1px 0;
        background: #fff;
        text-align: center;
        font-size: 1.5rem;
    }

    .famimaru .famimaru_h2:before {
        position: absolute;
        bottom: -18px;
        left: 45.5%;
        width: 0;
        height: 0;
        content: '';
        border-width: 18px 16px 0 16px;
        border-style: solid;
        border-color: #adaba1 transparent transparent transparent;
    }

    .famimaru .famimaru_h2:after {
        position: absolute;
        bottom: -16px;
        left: 45.5%;
        width: 0;
        height: 0;
        content: '';
        border-width: 18px 16px 0 16px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }

    .famimaru .famimaru_leadC {
        line-height: 2;
        margin: 1rem 0 2rem;
        font-size: 1.16rem;
        text-align: center;
    }

    .famimaru_leadT {
        margin: 1rem 0 3rem;
        font-size: 1rem;
        line-height: 1.8;
        text-align: left;
    }

    .famimaru img {
        width: 100%;
    }

    .famimaru .border {
        border: 3px solid #00a040;
        padding: 1.2rem 0.6rem 1rem;
        margin: 1.5rem 0 0;
        border-radius: 10px;
        position: relative;
    }

    .famimaru .boxG {
        width: 60%;
        background: #008132;
        color: #fff;
        text-align: center;
        padding: 1% 3%;
        font-size: 1.1rem;
        position: absolute;
        top: -1.4rem;
        left: 0;
        right: 0;
        margin: auto;
    }

    .famimaru .btn {
        margin: 10% 0;
    }

    .famimaru .btn img {
        display: block;
        margin: 0 auto;
        width: 100%;
        box-shadow: 3px 3px 10px #bfbdb5;
        border-radius: 50px;
    }

    .famimaru .keyword {
        display: block;
    }

    .famimaru .keyword dl {
        width: auto;
        margin-right: 0;
    }

    .famimaru .keyword dl:last-child {
        margin-right: 0;
    }

    .famimaru .keyword dt {
        font-size: 1.125rem;
        font-weight: bold;
        padding: 7% 0 3%;
        text-align: center;
    }

    .famimaru .keyword dt span {
        font-size: 0.9375rem;
        font-weight: normal;
    }

    .famimaru .keyword dd {
        font-size: 0.8125rem;
        margin: 0;
    }

    .famimaru .keyword dd p {
        text-align: left;
        letter-spacing: 0.03em;
        font-size: 0.9rem;
        margin: 0.5rem 0 0;
    }

    .famimaru .keyword .image {
        display: flex;
        justify-content: space-between;
        margin-bottom: 3%;
    }

    .famimaru .keyword .image div {
        width: calc(100% / 2 - 4px);
    }

    .famimaru .keyword .image .thumbnail {
        border: 1px solid #d1d1d1;
    }

    .famimaru .keyword .image .icon span {
        font-size: 0.6875rem;
        text-align: right;
        display: block;
    }

    .famimaru .text {
        margin: 4% 0;
        text-align: left;
        font-size: 0.6875rem;
        color: #535353;
    }

    /*===/ファミマル===*/
    /*===/サステナ===*/
    .common_sustaina h2 {
        position: relative;
        padding-bottom: 10px;
        margin: 20px auto 30px;
        border: solid #adaba1;
        border-width: 0 0 1px 0;
        background: #fff;
        text-align: center;
        font-size: 1.5rem;
    }

    .common_sustaina h2:before {
        position: absolute;
        bottom: -18px;
        left: 45.5%;
        width: 0;
        height: 0;
        content: '';
        border-width: 18px 16px 0 16px;
        border-style: solid;
        border-color: #adaba1 transparent transparent transparent;
    }

    .common_sustaina h2:after {
        position: absolute;
        bottom: -16px;
        left: 45.5%;
        width: 0;
        height: 0;
        content: '';
        border-width: 18px 16px 0 16px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }

    .common_sustaina ul {
        margin-bottom: 1rem;
    }

    .common_sustaina ul li {
        margin-bottom: 1.5rem;
    }

    .common_sustaina ul li a {
        color: #313131;
        text-decoration: none;
    }

    .common_sustaina ul li figure {
        margin-bottom: .5rem;
    }

    .common_sustaina ul li figure>img {
        width: 100%;
        border-radius: 10px;
        border: 1px solid #eee;
    }

    .common_sustaina .sus-h3 {
        font-size: 1.2rem;
        font-weight: 600;
        text-align: left;
    }

    .common_sustaina .btn {
        margin: 1rem 0;
        text-align: center;
    }

    .common_sustaina .btn a {
        display: block;
        border: 2px solid #0171a6;
        color: #0171a6;
        font-weight: 500;
        font-size: 1.2rem;
        text-align: center;
        padding: 0.7rem 4rem;
        text-decoration: none;
        border-radius: 3em;
        transition: all 0.2s;
        position: relative;
    }

    .common_sustaina .btn a:after {
        position: absolute;
        top: 50%;
        right: 8px;
        content: '\e903';
        color: #0171a6;
        font-family: "icn_font";
        font-size: 1rem;
        font-weight: normal;
        line-height: 0;
    }

    .common_sustaina .btn.top a {
        font-size: 1.1rem;
        padding: 0.7rem 0.5rem;
    }

    /*===/サステナ　ここまで===*/
}