/*----------------------------------------------------------------------------*/
a:hover {
    padding-bottom: 1px !important;
}

div.content980 {
    box-sizing: border-box;
    position: relative;
    max-width: 980px;
    margin: 0 auto;
}

/* バナー */
#tomato section.banner {
    width: 100%;
    height: 480px;
    background-image: url(../img/tomato/banner.jpg);
    background-size: cover;
    background-position: center center;
}
#tomato section.banner img {
    position: absolute;
    top: 297px;
    right: 53px;
}
#tomato section.banner p {
    display: inline-block;
    font-size: 18px;
    text-align: left;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    padding-bottom: 4px;
    margin: 290px 0 0 90px;
    letter-spacing: 0.25em;
    border-bottom: solid 1px #fff;
    
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3), -2px 2px 2px rgba(0, 0, 0, 0.3), 2px -2px 2px rgba(0, 0, 0, 0.3), -2px -2px 2px rgba(0, 0, 0, 0.3);
}
#tomato section.banner h1 {
    font-size: 44px;
    text-align: left;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    margin: 10px 0 0 90px;
    line-height: 1.5em;
    
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3), -2px 2px 4px rgba(0, 0, 0, 0.3), 2px -2px 4px rgba(0, 0, 0, 0.3), -2px -2px 4px rgba(0, 0, 0, 0.3);
}

/* スマフォ */
@media screen and (max-width: 767px){
    div.content {
        width: 94%;
        padding: 0;
        overflow: hidden;
        margin: 0 auto;
    }
    
    header div.headbar div.content {
        width: 100%;
    }

    #tomato section.banner {
        width: 100%;
        height: 240px;
        background-image: url(../img/tomato/banner_sp.png);
        background-size: cover;
        background-position: center center;
    }
    #tomato section.banner .content {
        height:100%;
    }
    #tomato section.banner img {
        position: absolute;
        width: 120px;
        top: initial;
        bottom: 15px;
        right: 5px;
    }
    #tomato section.banner p {
        margin: 16px 0 0 0px;
        font-size: 8px;
    }
    #tomato section.banner h1 {
        font-size: 26px;
    margin: 6px 0 0 0px;
    line-height: 30px;
    }
}


/*----------------------------------------------------------------------------*/
/* コンセプト1 */
#tomato section.concept1 {
    margin: 74px 0;
}
#tomato section.concept1 div.description {
    box-sizing: border-box;
    width: 530px;
}
#tomato section.concept1 div.description h2 {
    font-size: 28px;
    text-align: left;
    font-family: YakuHanMP,ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.8em;
    margin: 20px 0 30px;
    letter-spacing: 1.6px;
}
#tomato section.concept1 div.description p {
    margin-top: 10px;
    /* font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    
    font-size: 20px;
    text-align: left;
    line-height: 2em;
    letter-spacing: 1.6px;
}
#tomato section.concept1 div.image {
    position: relative;
    box-sizing: border-box;
    width: 450px;
}
#tomato section.concept1 div.image h3 {
    position: absolute;
    top: 60px;
    left: 31px;
    font-size: 22px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2em;
    letter-spacing: 0.25em;
    
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    
    color: #fff;
}
#tomato section.concept1 div.image img {
    display: block;
    width: 100%;
}

/* スマフォ */
@media screen and (max-width: 767px){
    #tomato section.concept1 {
        margin: 0px 0;
    }
    #tomato section.concept1 div.description {
        box-sizing: border-box;
        width: 100%;
        padding-left: 0px;
    }
    #tomato section.concept1 div.description h2 {
        margin-top: 0px;
        font-size: 20px;
        text-align: center;
        margin: 20px 0 0px;
    }
    #tomato section.concept1 div.description p {
        margin-top: 8px;
        font-size: 4.1vw;
        text-align: center;
        font-size: 16px;
        text-align: left;
        padding: 0 20px 20px;
    }
    #tomato section.concept1 div.image {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        height: 200px;
        overflow: hidden;
    }
    #tomato section.concept1 div.image img {
        width: 100%;
        margin-top: -30px;
        display: block;
    }
    #tomato section.concept1 div.image h3 {
        top: 50px;
        right: auto;
        font-size: 22px;
        line-height: 1.5em;
    }
}


/*----------------------------------------------------------------------------*/
/* 商品金額 */
#tomato section.product {
    width: 100%;
    padding: 43px 0 30px 0;
    background-color: #f5f5f5;
    font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
#tomato section.product.dark {
    background-color: #f0f0f0;
}
#tomato section.product.dark2 {
    padding: 0px 0 0 0;
    background-color: #f0f0f0;
}
#tomato section.product.last {
    width: 100%;
    padding: 43px 0 74px 0;
    background-color: #f5f5f5;
}

#tomato section.product .set {
    width: 1024px;
    margin: 0 auto;
    text-align: center;
}
#tomato section.product .set h2 {
    margin-bottom: 3px;
}
#tomato section.product .set p {
    xfont-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #808080;
    margin-bottom: 25px;
}

#tomato section.product .header {
    padding-bottom: 54px;
}
#tomato section.product.dark .header {
    padding-bottom: 30px;
}
#tomato section.product .header h3 {
    text-align: center;
    
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    
    margin: 0;
}
#tomato section.product .header p {
    text-align: center;
    xfont-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #999999;
}

#tomato section.product .item{
    box-sizing: border-box;
    width: 554px;
    height: 346px;
    margin: 5px auto 0 0;
    padding: 0 0 0 66px;
}
#tomato section.product .item h4 {
    xfont-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5em;
    padding-bottom: 10px;
    margin-bottom: 7px;
    border-bottom: solid 1px #000;
}
#tomato section.product.dark .item h4 {
    xmargin-top: 40px;
}
#tomato section.product .item p {
    font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    xfont-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.8em;
}
#tomato section.product .item p.code {
    padding: 0 0 10px 6px
}
#tomato section.product .item dl.list {
    margin-top: 0px;
}
#tomato section.product .item dl.list.with_code {
    margin-top: 0px;
}
#tomato section.product .item .bold {
    font-weight: bold;
}
#tomato section.product .item .kingaku {
    font-weight: 100;
    font-size: 24px;
}
#tomato section.product div.info .image02 {
    width: 470px;
    height: auto;
}
#tomato section.product div.item dl.list dt {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    float: left;
    clear: left;
    width: 88px;
    font-size: 14px;
    font-weight: bold;
    text-align-last: justify;
}
#tomato section.product div.item dl.list dd {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    box-sizing: border-box;
    margin-left: 5px;
    float: left;
    width: 388px;
    font-size: 14px;
}

#tomato section.product div.item button {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 240px;
    /* height: 50px; */
    line-height: 50px;
    border: solid 1px #fff;
    background-color: #000;
    color: #fff;
    margin-top: 18px;
    text-align: left;
    padding-left: 30px;
}
@media all and (-ms-high-contrast: none) {
    #tomato section.product div.item button {
        padding-top: 5px;
    }
}

#tomato section.product div.item button::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 16px;
    right: 20px;
    border-radius: 10px;
    background-color: #fff;
}
#tomato section.product div.item button::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 22px;
    right: 27px;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    transform: rotate(-45deg);
}

/* スマフォ */
@media screen and (max-width: 767px){
    #tomato section.product {
        width: 100%;
        padding-top: 40px;
    }
    #tomato section.product.last {
        padding: 20px 0 10px 0;
    }
    #tomato section.product .header {
        padding-bottom: 14px;
    }
    #tomato section.product .header h3 {
        line-height: 1.75em;
    }
    #tomato section.product div.item {
        height: auto;
        padding: 0;
    }
    #tomato section.product .item h4 {
        font-size: 18px;
        margin-top: 0px;
    }
    #tomato section.product.dark .item h4 {
        font-size: 18px;
        margin-top: 10px;
    }
    #tomato section.product div.info {
        width: 100%;
    }
    #tomato section.product div.info .image {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding-bottom: 10px;
    }
    #tomato section.product div.info .image img {
        margin-top: 0px;
    }
    #tomato section.product div.info .image02 {
        width: 100%;
    }
    #tomato section.product .item dl.list {
        width: 100%;
    }
    #tomato section.product div.item dl.list dt {
        width: 24%;
        font-size: 12px;
        line-height: 1.6em;
        margin: 0 0 10px;
    }
    #tomato section.product div.item dl.list dd {
        width: 76%;
        font-size: 12px;
        line-height: 1.6em;
        margin: 0 0 10px;
    }
    #tomato section.product div.item div.right {
        float: none;
        position: relative;
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        }
    #tomato section.product div.item div.right p {
        line-height: 38px;
        padding: 0 0 0 6px;
        box-sizing: border-box;
        width: 60%;
        }
    #tomato section.product div.item div.right a {
        position: relative;
        top: auto;
        right: auto;
        xdisplay: inline-block;
        width: 40%;
        }
    #tomato section.product div.item div.right a button {
    width: 140px;
    height: 40px;
    margin: 0 0 0 auto;
    display: block;
    line-height: 38px;
    }
    #tomato section.product div.item div.right a button::before {
        top: 8px;
        right: 15px;
    }
    #tomato section.product div.item div.right a button::after {
        top: 14px;
        right: 22px;
    }
    @media screen and (max-width: 320px){
        #tomato section.product div.item div.right a button {
            width: 100%;
            height: 40px;
            margin: 0 0 0 auto;
            display: block;
            line-height: 38px;
            max-width: 140px;
            }
        #tomato section.product div.item div.right a button::before {
            top: 8px;
            right: 4px;
            }
        #tomato section.product div.item div.right a button::after {
            top: 14px;
            right: 12px;
            }
        #tomato section.product div.item div.right a button[type="button"] {

        }
    }
}

/*----------------------------------------------------------------------------*/
/* コンセプト2 */
#tomato section.concept2 {
    margin: 74px 0;
}
#tomato section.concept2 div.description {
    box-sizing: border-box;
    width: 47%;
    margin-top: 10px;
}
#tomato section.concept2 div.description h2 {
    margin-top: -18px;
    font-size: 28px;
    text-align: left;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.8em;
}
#tomato section.concept2 div.description p {
    
    margin-top: 10px;
    
    font-size: 20px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    
    text-align: left;
    line-height: 2em;
}
#tomato section.concept2 div.image {
    position: relative;
    box-sizing: border-box;
    width: 45%;
    height: 293px;
}
#tomato section.concept2 div.image img {
    width: 100%;
}
#tomato section.concept2 div.image p {
    position: absolute;
    bottom: -22px;
    left: 30px;
    font-size: 20px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    color: #fff;
}
#tomato section.concept2 div.image img {
    display: block;
}

/* スマフォ */
@media screen and (max-width: 767px){
    #tomato section.concept2 {
        margin: 20px 0;
    }
    #tomato section.concept2 div.description {
        box-sizing: border-box;
        width: 100%;
    }
    #tomato section.concept2 div.description h2 {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 23px;
    }
    #tomato section.concept2 div.image {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        height: 200px;
        overflow: hidden;
    }
    #tomato section.concept2 div.image img {
        margin-top: -10px;
    }
    #tomato section.concept2 div.image p {
        bottom: 10px;
        right: 10px;
        font-size: 12px !important;
        line-height: 1.5em;
        text-align: right;
    }
    #tomato section.concept2 div.image p br {
        display: none;
    }
    #tomato section.concept2 div.description p {
        margin-top: 14px;
        font-size: 16px;
    }
}


/*----------------------------------------------------------------------------*/
/* コンセプト3 */
#tomato section.concept3 {
    margin: 74px 0;
}
#tomato section.concept3 div.description {
    box-sizing: border-box;
    width: 53%;
}
#tomato section.concept3 div.description h2 {
    margin-top: 20px;
    
    font-size: 32px;
    text-align: left;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2em;
}
#tomato section.concept3 div.description p {
    
    margin-top: 50px;
    width: 310px;
    
    font-size: 17px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    
    text-align: left;
    line-height: 2em;
}
#tomato section.concept3 div.image {
    position: relative;
    box-sizing: border-box;
    width: 355px;
    height: 240px;
    
    margin-left: 58px;
}
#tomato section.concept3 div.image img {
    width: 100%;
}
#tomato section.concept3 div.image p {
    position: absolute;
    bottom: 20px;
    right: 46px;
    
    font-size: 14px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2em;
    
    color: #fff;
}
#tomato section.concept3 div.image img {
    display: block;
}

/* スマフォ */
@media screen and (max-width: 767px){
    #tomato section.concept3 {
        margin: 40px 0;
    }
    #tomato section.concept3 div.image {
        width: 100%;
        height: 200px;
        margin-left: 0px;
        overflow: hidden;
    }
    #tomato section.concept3 div.image p {
        bottom: 10px;
        right: 10px;
        font-size: 12px !important;
        line-height: 1.5em;
    }
    #tomato section.concept3 div.description {
        box-sizing: border-box;
        width: 100%;
        margin: 0px;
    }
    #tomato section.concept3 div.description p {
        width: 100%;
        margin-top: 14px;
        font-size: 16px;
    }
}

/*----------------------------------------------------------------------------*/
/* コンセプト4 */
#tomato section.concept4 {
    margin: -74px 0 74px 0;
}
#tomato section.concept4 div.description {
    box-sizing: border-box;
    width: 60%;
}
#tomato section.concept4 div.description h2 {
    margin-top: 20px;
    
    font-size: 32px;
    text-align: left;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2em;
}
#tomato section.concept4 div.description p {
    
    margin-top: 140px;
    margin-left: 140px;
    width: 430px;
    
    font-size: 17px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    
    text-align: left;
    line-height: 2em;
}
#tomato section.concept4 div.image {
    position: relative;
    box-sizing: border-box;
    width: 40%;
    height: 278px;
    
    margin-left: 0;
}
#tomato section.concept4 div.image img {
    width: 100%;
}
#tomato section.concept4 div.image p {
    position: absolute;
    bottom: 20px;
    right: 46px;
    
    font-size: 14px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2em;
    
    color: #fff;
}
#tomato section.concept4 div.image img {
    display: block;
}



/* スマフォ */
@media screen and (max-width: 767px){
     

    #tomato section.concept4 {
        margin: 40px 0;
    }
    #tomato section.concept4 div.description {
        box-sizing: border-box;
        width: 100%;
    }
    #tomato section.concept4 div.image {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        height: 200px;
        margin-left: 0;
        overflow: hidden;
    }
    #tomato section.concept4 div.image p {
        width: auto !important;
        bottom: 10px;
        right: 10px;
        font-size: 12px !important;
        line-height: 1.5em;
    }
    #tomato section.concept4 div.image img {
        margin-top: -20px;
    }
    #tomato section.concept4 div.description p {
        margin-top: 14px;
        margin-left: 0px;
        width: 100%;
    }
}


/*----------------------------------------------------------------------------*/
/* 健康＆美容 */
#tomato section.beautiful {
    padding: 0 0 74px 0;
}
#tomato section.beautiful .content .wrap {
    box-sizing: border-box;
    padding: 60px 60px 10px;
    border: solid 1px #000;
}
#tomato section.beautiful .content .wrap .header {
    text-align: center;
}
#tomato section.beautiful .content .wrap .header h3 {
    font-size: 26px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    border-bottom: 1px solid;
    width: 700px;
    padding-bottom: 10px;
    margin: 0 auto 30px;
}
#tomato section.beautiful .content .wrap .header p {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 20px;
    line-height: 1.5em;
}

#tomato section.beautiful .content .wrap ul {
    margin-top: 50px;
}
#tomato section.beautiful .content .wrap ul li {
    width: 424px;
    font-size: 20px;
    line-height: 1.75em;
}
#tomato section.beautiful .content .wrap ul li .bold {
    font-size: 28px;
    font-weight:bold;
    text-align: left;
    padding-bottom: 10px;
}
#tomato section.beautiful .content .wrap ul li .left {margin: 10px auto;}
#tomato section.beautiful .content .wrap ul li:nth-child(1) { margin-bottom: 30px; }
#tomato section.beautiful .content .wrap ul li:nth-child(2) { margin-bottom: 30px; }
#tomato section.beautiful .content .wrap ul li:nth-child(even) {margin-left: 50px;}

#tomato section.beautiful .content .wrap ul li .txt{padding: 0 10px;}
#tomato section.beautiful .content .wrap ul li .txt ul{
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
#tomato section.beautiful .content .wrap ul li .txt ul li {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 1px solid;
    background: #FFF;
    text-align: center;
    margin: 10px auto;
    padding: 5px;
    z-index: 9999;
    position: relative;
}

#tomato section.beautiful .content .wrap ul li .txt ul li p {
    font-size: 15px;
    line-height: 1em;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 35% auto;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
#tomato section.beautiful .content .wrap ul li div.image {
    position: relative;
    top: -60px;
}
#tomato section.beautiful .content .wrap ul li div.image img {
    display: block;
    width: 100%;
}
#tomato section.beautiful .content .wrap ul li div.image img.label {
    position: absolute;
    left: -10px;
    bottom: -30px;
}
#tomato section.beautiful .content .wrap ul li p {
    width: 100%;
    text-align: center;
    
    font-size: 16px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    
    margin-top: 10px;
}

/* スマフォ */
@media screen and (max-width: 767px){
    #tomato section.beautiful .content .wrap {
        box-sizing: border-box;
        padding: 30px 30px;
        border: solid 1px #000;
    }

    #tomato section.beautiful .content .wrap .header {
        position: relative;
    }
    #tomato section.beautiful .content .wrap .header p {
        text-align: left;
        font-size: 16px;
        line-height: 30px;
    }
    #tomato section.beautiful .content .wrap .header img.txt_img {
        width: 62%;
    position: absolute;
    right: -12vw;
    top: 51vw;
    z-index: -1;
    }
    #tomato section.beautiful .content .wrap .header h3 {
        width: 90%;
        border-bottom: 1px dotted #000;
        margin-bottom: 10px;
    }
    #tomato section.beautiful .content .wrap ul {
        margin-top: 16px;
    }
    #tomato section.beautiful .content .wrap ul li {
        width: 100%;
        border-bottom: solid 1px #000;
    }
    #tomato section.beautiful .content .wrap ul li {
        margin-bottom: 20px !important;
        font-size: 16px;
        border: none;
        padding-bottom: 0px;
    }
    #tomato section.beautiful .content .wrap ul li:nth-child(even) {
        margin-left: 0;
    }
    #tomato section.beautiful .content .wrap ul li .bold {
        font-size: 24px;
        padding-bottom: 0;
    }

    #tomato section.beautiful .content .wrap ul li:nth-child(4) {
        margin-bottom: 0px !important;
        border-bottom: none;
    }
    #tomato section.beautiful .content .wrap ul li div.image img {
        width: 100%;
    }
    #tomato section.beautiful .content .wrap ul li div.image img.label {
        width: initial;
        position: absolute;
        left: 10px;
        bottom: -30px;
    }
    #tomato section.beautiful .content .wrap ul li p {
        margin-bottom: 10px;
    }
    #tomato section.beautiful {
        padding: 0 0 40px 0;
    }
}


/*----------------------------------------------------------------------------*/
/* 野菜をMOTTO商品 */
#tomato section.commodities {
    width: 100%;
    padding: 76px 0;
    background-color: #eeeeee;
}
#tomato section.commodities h2 {
    text-align: center;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
#tomato section.commodities div.item {
    box-sizing: border-box;
    width: 100%;
    height: 222px;
    margin: 40px auto 0 auto;
    background-color: #fff;
}
#tomato section.commodities div.item div.image {
    width: 50%;
    height: 222px;
    overflow: hidden;
    background-color: #efefef
}
#tomato section.commodities div.item div.image img {
    width: 120%;
    margin: -160px 0 0 -70px;
}
#tomato section.commodities div.item div.info {
    box-sizing: border-box;
    width:50%;
    height: 222px;
    padding: 40px 12px 40px 46px;
}
#tomato section.commodities div.item div.info h3 {
    font-size: 26px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: 0.25em;
}
#tomato section.commodities div.item div.info ul {
    margin: 30px 0 0 0;
}
#tomato section.commodities div.item div.info ul li {
    position: relative;
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    font-weight: bold;
}
#tomato section.commodities div.item div.info ul li span {
    font-size: 12px;
    font-weight: normal;
    color: #666;
}
#tomato section.commodities div.item div.info ul li::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    
    top: 50%;
    right: 10px;
    margin-top: -4px;
    margin-right: -3px;
    
    border-bottom: solid 2px #999;
    border-right: solid 2px #999;
    
    transform: rotate(-45deg);
}

#tomato section.commodities div.other_products {
    margin-top: 30px;
}
#tomato section.commodities div.other_products ul li {
    box-sizing: border-box;
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 322px;
    height: 262px;
    background-color: #fff;
}
#tomato section.commodities div.other_products ul li div.image {
    box-sizing: border-box;
    position: relative;
    width: 322px;
    height: 180px;
    overflow: hidden;
}
#tomato section.commodities div.other_products ul li div.image img {
    width: 100%;
}
#tomato section.commodities div.other_products ul li div.image.image01 img {
    width: 105%;
    margin-top: -40px;
    margin-left: 0px;
}
#tomato section.commodities div.other_products ul li div.image.image02 img {
    width: 100%;
    margin-top: -20px;
    margin-left: 0px;
}
#tomato section.commodities div.other_products ul li div.image.image03 img {
    width: 100%;
    margin-top: -10px;
    margin-left: 0px;
}
#tomato section.commodities div.other_products ul li div.image p {
    position: absolute;
    top: 60px;
    left: 20px;
    font-size: 20px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75em;
    color: #fff;
    
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3), -2px 2px 3px rgba(0, 0, 0, 0.3), 2px -2px 3px rgba(0, 0, 0, 0.3), -2px -2px 3px rgba(0, 0, 0, 0.3);
}
#tomato section.commodities div.other_products ul li div.info {
    box-sizing: border-box;
    position: relative;
    width: 322px;
    height: 82px;
    padding: 20px;
}
#tomato section.commodities div.other_products ul li div.info::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    
    top: 50%;
    right: 20px;
    margin-top: -4px;
    
    border-bottom: solid 2px #999;
    border-right: solid 2px #999;
    
    transform: rotate(-45deg);
}
#tomato section.commodities div.other_products ul li div.info h4 {
    font-size: 16px;
    font-weight: bold;
}
#tomato section.commodities div.other_products ul li div.info p {
    font-size: 12px;
    font-weight: normal;
}
#tomato section.commodities div.items_link {
    margin-top: 60px;
}
#tomato section.commodities div.items_link button {
    position: relative;
    width: 344px;
    /* height: 60px; */
    /* padding: 15px 0; */
    line-height: 60px;
    border: solid 1px #000;
    font-size: 18px;
    background-color: initial;
}
@media all and (-ms-high-contrast: none) {
    #tomato section.commodities div.items_link button {
        padding-top: 5px;
    }
}
#tomato section.commodities div.items_link button::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    border-bottom: solid 2px #999;
    border-right: solid 2px #999;
    transform: rotate(-45deg);
}

/* スマフォ */
@media screen and (max-width: 767px){
    #tomato section.commodities {
        padding: 60px 0;
    }
    #tomato section.commodities div.item {
        position: relative;
        height: auto;
    }
    #tomato section.commodities div.item div.image {
        width: 100%;
        height: 230px;
        overflow: hidden;
    }
    #tomato section.commodities div.item div.image img {
        width: 140%;
        height: auto;
        margin-left: -90px;
        margin-top: -100px;
    }
    #tomato section.commodities div.item div.info {
        width: 100%;
        height: auto;
        padding: 10px 10px;
    }
    #tomato section.commodities div.item div.info h3 {
        position: absolute;
        top: 160px;
        right: 10px;
        color: #fff;
        font-size: 20px;
    }
    #tomato section.commodities div.item div.info ul {
        margin: 0px 0 0 0;
    }
    
    #tomato section.commodities div.other_products ul {
        width: 100%;
        margin-top: 30px;
    }
    #tomato section.commodities div.other_products ul li {
        width: 100%;
        position: relative;
        box-sizing: border-box;
        font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        height: 100px;
        background-color: #fff;
        margin-bottom: 10px;
    }
    #tomato section.commodities div.other_products ul li div.image {
        box-sizing: border-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 80px;
        height: 80px;
        margin: 10px;
        overflow: hidden;
    }
    #tomato section.commodities div.other_products ul li div.image.image01 img {
        width: auto;
        height: 150%;
        margin-top: -30px;
        margin-left: -80px;
    }
    #tomato section.commodities div.other_products ul li div.image.image02 img {
        width: auto;
        height: 150%;
        margin-top: -10px;
        margin-left: -70px;
    }
    #tomato section.commodities div.other_products ul li div.image.image03 img {
        width: auto;
        height: 150%;
        margin-top: -20px;
        margin-left: -50px;
    }
    #tomato section.commodities div.other_products ul li div.info {
        box-sizing: border-box;
        width: 100%;
        height: 100px;
        padding: 15px 0 10px 100px;
    }
    #tomato section.commodities div.other_products ul li div.info p.sub {
        font-size: 13px;
        font-weight: bold;
    }
    #tomato section.commodities div.other_products ul li div.info h4 {
        font-size: 17px;
        font-weight: bold;
    }
    
    #tomato section.commodities div.items_link {
        display: none;
    }
}
