body{
  font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.flex02 {
    display: flex;
    justify-content: space-between;
}

/*----------------------------------------------------------------------------*/
/* トップバナー */
#pickles section.banner {
    width: 100%;
    height: 480px;
    background-image: url(../img/pickles/banner.jpg);
    background-size: cover;
    background-position: center center;
}
#pickles section.banner img {
    position: absolute;
    top: 240px;
    right: 0px;
}
#pickles 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: 72px 0 0 80px;
    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);
}
#pickles section.banner p.absolute01 {
    position: absolute;
    top:50px;
    left: 0px;
}
#pickles section.banner h1 {
    font-size: 44px;
    text-align: left;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    margin: 96px 0 0 80px;
    line-height: 1.75em;  
    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){
    #pickles {
        width: 100%;
    }
    #pickles section.banner {
        height: 100%;
        padding: 20px 0;
    }
    #pickles section.banner p {
       margin: 10px 0 0 30px;
       font-size: 12px;
   }
   #pickles section.banner p.absolute01 {
    top: 32px;
    left: 10px;
    }   
    #pickles section.banner h1 {
    font-size: 23px;
    margin: 39px 0 0 28px;
    line-height: 1.4em;
    }
    #pickles section.banner img {
    position: absolute;
    width: 82px;
    top: 101px;
    right: 50px;
    }      
}

/*----------------------------------------------------------------------------*/
/* 米酢漬け込み */
#pickles section.description01 {
    width: 100%;
    padding: 76px 0 0 0;
    background-color: #fff;
}
#pickles section.description01 h2 {
    text-align: left;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7em;
}
#pickles section.description01 p {
    text-align: left;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2.2em;
}
#pickles section.description01 div.item {
    box-sizing: border-box;
    width: 512px;
    height: 360px;
    padding: 10px 40px;
    background-color: #fff;
}

#pickles section.description01 div.info {
    box-sizing: border-box;
    width: 472px;
    height: 300px;
}
#pickles section.description01 div.info img{
    width: 472px;
    height: 300px;
}
#pickles section.description01 div.info .image {
    box-sizing: border-box;
    position: relative;
}
#pickles section.description01 div.info .tate {
    position: absolute;
    right: 140px;
    top: 45px;
    writing-mode: vertical-rl;
    font-family: ten-mincho, serif;
    font-size: 23px;
    line-height: 1.65em;
    color: #fff;
    letter-spacing: 0.25em;
}
#pickles section.description01 div.info .yoko {
    position: absolute;
    right: 26px;
    bottom: 29px;
    font-family: ten-mincho, serif;
    font-size: 15px;
    line-height: 1.65em;
    color: #fff;
    letter-spacing: 0.25em;
}

/* スマフォ */
@media screen and (max-width: 767px){
    #pickles section.description01 {
        width: 100%;
        margin-bottom: 30px;
        padding: 35px 0 0 0;
    }
    #pickles section.description01 h2 {
        text-align: center;
    }
    #pickles section.description01 div.info {
        width: 100%;
        height: auto;
    }
    #pickles section.description01 div.info p {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 20px;
    }
    #pickles section.description01 div.info .image {
        width: 100%;
    }

    #pickles section.description01 div.item {
        height: auto;
        padding: 10px 15px;
    }
    #pickles section.description01 div.info img {
        width: 100%;
    }
    #pickles section.description01 div.info .tate {
    position: absolute;
    right: 42px;
    top: 45px;
    writing-mode: vertical-rl;
    font-family: ten-mincho, serif;
    font-size: 23px;
    line-height: 1.65em;
    color: #fff;
    letter-spacing: 0.25em;
    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);
    }
}

/*----------------------------------------------------------------------------*/
/* 甘酢漬け込み */
#pickles section.description02 {
    width: 100%;
    padding: 76px 0 0 0;
    background-color: #fff;
}
#pickles section.description02 h2 {
    text-align: left;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7em;
}
#pickles section.description02 p {
    text-align: left;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2.2em;
}
#pickles section.description02 div.item {
    box-sizing: border-box;
    width: 512px;
    height: 360px;
    padding: 10px 40px;
    background-color: #fff;
}

#pickles section.description02 div.info {
    box-sizing: border-box;
    width: 472px;
    height: 300px;
}
#pickles section.description02 div.info .image {
    box-sizing: border-box;
    position: relative;
}
#pickles section.description02 div.info .tate {
    position: absolute;
    right: 73px;
    top: 45px;
    writing-mode: vertical-rl;
    font-family: ten-mincho, serif;
    font-size: 23px;
    line-height: 1.65em;
    color: #fff;
    letter-spacing: 0.25em;
}
#pickles section.description02 div.info .yoko {
    position: absolute;
    right: 26px;
    bottom: 29px;
    font-family: ten-mincho, serif;
    font-size: 15px;
    line-height: 1.65em;
    color: #fff;
    letter-spacing: 0.25em;
}

/* スマフォ */
@media screen and (max-width: 767px){
    #pickles section.description02 {
        width: 100%;
        margin-bottom: 0px;
        padding: 35px 0 0 0;
    }
    #pickles section.description02 h2 {
        text-align: center;
    }
    #pickles section.description02 div.info {
        width: 100%;
        height: 300px;
    }
    #pickles section.description02 div.info p {
        text-align: center;
        padding-top: 50px;
        font-family: ten-mincho, serif !important;
        font-size: 14px;
    }
    #pickles section.description02 div.info .image {
        width: 100%;
    }
    #pickles section.description02 div.info img {
        width: 100%;
    }
    #pickles section.description02 div.item {
        clear: both;
        xposition: relative;
        padding: 44px 0 10px;
        width: 100%;
        height: auto;
    }
    #pickles section.description02 div.item p {
        padding: 20px 0;
        font-size: 13px;
    }
}


/*----------------------------------------------------------------------------*/
/* 商品金額 */
#pickles section.product {
    width: 100%;
    padding: 43px 0 0 0;
    background-color: #f5f5f5;
}
#pickles section.product .set {
    width: 1024px;
    margin: 0 auto;
    text-align: center;
}
#pickles section.product .set h2 {
    margin-bottom: 3px;
}
#pickles section.product .set p {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #808080;
    margin-bottom: 25px;
    font-size: 14px;
}
#pickles section.product .item{
    box-sizing: border-box;
    width: 488px;
    height: 346px;
    margin: 10px auto 0 auto;
    background-color: #f5f5f5;
}
#pickles section.product .item h4 {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.75em;
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: solid 1px #000;
}
#pickles section.product .item p {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.75em;
}
#pickles section.product .item dl.list {
    margin-top: 0px;
}
#pickles section.product .item .bold {
    font-weight: bold;
    font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
}
#pickles section.product .item .kingaku {
    font-weight: bold;
    font-size: 24px;
}
#pickles section.product div.info .image02 {
    width: 472px;
    height: 315px;
}
#pickles section.product div.item dl.list dt {
    float: left;
    clear: left;
    width: 88px;
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align-last: justify;
}
#pickles section.product div.item dl.list dd {
    box-sizing: border-box;
    margin-left: 5px;
    float: left;
    width: 388px;
    font-size: 14px;
}

#pickles 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 #000;*/
    background-color: #000;
    margin-top: 18px;
    color: #fff;
    text-align: left;
    padding-left: 30px;
    }
#pickles section.product div.item button::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 14px;
    right: 20px;
    border-radius: 10px;
    background-color: #fff;
}
#pickles section.product div.item button::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 20px;
    right: 27px;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    transform: rotate(-45deg);
}

/* スマフォ */
@media screen and (max-width: 767px){
    #pickles section.product {
        width: 100%;
        padding: 10px 0 0;
    }
    #pickles section.product div.item {
        height: auto;
    }
    #pickles section.product div.info {
        width: 100%;
    }
    #pickles section.product div.info .image {
        width: 100%;
    }
    #pickles section.product div.info .image02 {
        width: 100%;
        height: auto;
    }
    #pickles section.product .item {
        margin-bottom: 20px;
    }

    #pickles section.product .item dl.list {
        width: 100%;
        }
    #pickles section.product div.item dl.list dt {
        width: 24%;
        }
    #pickles section.product div.item dl.list dd {
        width: 74%;
        }
    #pickles section.product .set {
        width: 100%;
    }
    #pickles section.product .set  h2{
        width: 100%;
        padding: 30px 0 0;
    }
    #pickles section.product .item h4 {
        line-height: 1.3em;
        font-size: 18px;
    }
    div.right {
        float: none;
        position: relative;
        width: 100%;
        height: 70px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        }
div.right p {
        line-height: 38px !important;
        padding: 0 0 0 6px;
        box-sizing: border-box;
        width: 60%;
        }
div.right a {
    position: relative;
    top: auto;
    right: auto;
    xdisplay: inline-block;
    width: 40%;
    }
    div.right a button {
        max-width: 140px !important;
        height: 40px !important;
        margin: 0 0 0 auto !important;
        padding: 0 0 0 8% !important;
        display: block;
        line-height: 38px !important;
    }
.item p {
    }
span.kingaku {
    font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
    font-weight: 100 !important;
    font-size: 24px;
}
div.item button::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #000;
    top: 9px !important;
    right: 6px !important;
}
div.item button::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    xtop: 20px;
    xright: 27px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: rotate(-45deg);
    top: 15px !important;
    right: 13px !important;
}
}


/*----------------------------------------------------------------------------*/
/* 栄養素 */
#pickles section.nutrients {
    width: 100%;
    padding: 43px 0 0 0;
    background-color: #fff;
}
#pickles section.nutrients div.title_white {
    box-sizing: border-box;
    max-width: 1024px;
    margin: 0 auto;
    border: black solid 1px;
    padding: 59px 89px 69px;
}
#pickles section.nutrients h2 {
    text-align: center;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    margin:0 0 45px;
}
#pickles section.nutrients .info {
    box-sizing: border-box;
    width: 375px;
    xheight: 210px;
    margin: 20px 0 0;
}
#pickles section.nutrients .item {
    box-sizing: border-box;
    width: 375px;
    xheight: 210px;
    margin: 20px 0 0;
}
#pickles section.nutrients h4 {
    font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 18px;
    font-weight: 100;
    line-height: 32px;
    padding-bottom: 10px;
    margin-bottom: 26px;
    border-bottom: solid 2px #000;
    display: block;
    left: 0px;
    padding-left: 50px;
    background-repeat: no-repeat;
}
#pickles section.nutrients .info h4,
#pickles section.nutrients .item h4 {
    background-image: url(../img/pickles/icon_01.png);
    background-position: 6px top;
}
#pickles section.nutrients p {
    font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 13px;
    line-height: 1.6em;
    letter-spacing: 3.4px;
}
/*#pickles section.nutrients .item:nth-child(2) h4 {
    background-image: url(../img/pickles/icon_01.png);
    background-position: 6px top;
}*/

/* スマフォ */
@media screen and (max-width: 767px){
    #pickles section.nutrients {
        width: 100%;
        padding: 0 0 0 0;
        background-color: #fff;
    }
    #pickles section.nutrients div.title_white {
        width: 94%;
        margin-bottom: 5px;
        padding: 29px 20px 9px;
        box-sizing: border-box;
    }
    #pickles section.nutrients h2 {
        margin: 0;
        padding: 0;
    }
    #pickles section.nutrients .info {
        box-sizing: border-box;
        width: 95%;
        height: auto;
        margin: 20px auto;
    }
    #pickles section.nutrients .item {
        box-sizing: border-box;
        width: 400px;
        height: auto;
        margin: 35px auto;
    }
    #pickles section.nutrients .info h4, #pickles section.nutrients .item h4 {
        background-image: url(../img/pickles/icon_01.png);
        background-position: 6px top;
        font-size: 18px;
        font-weight: 100;
        line-height: 32px;
        padding-bottom: 10px;
        margin-bottom: 26px;
        border-bottom: solid 2px #000;
        display: block;
        left: 0px;
        padding-left: 0px;
        background-repeat: no-repeat;
        text-align: center;
    }
#pickles section.nutrients p {
        letter-spacing: 1.4px;
    }
}


/*----------------------------------------------------------------------------*/
/* 栄養素 */
#pickles section.recipe {
    width: 100%;
    padding: 60px 0 50px 0;
    background-color: #fff;
}
#pickles section.recipe div.title_white {
    box-sizing: border-box;
    max-width: 1024px;
    margin: 0 auto;
    border: black solid 1px;
    padding: 59px 79px 69px;
}
#pickles section.recipe h2 {
    text-align: center;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
#pickles section.recipe .info {
    box-sizing: border-box;
    width: 390px;
    xheight: 240px;
    margin: 10px 0 0;
}
#pickles section.recipe .info img {
    width: 100%;
    xheight: 183px;
}
#pickles section.recipe .item {
    box-sizing: border-box;
    width: 420px;
    xheight: 240px;
    margin: 10px 0 0;
}
#pickles section.recipe .item h4 {
    xfont-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-family: ten-mincho, serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    padding-bottom: 10px;
    margin-bottom: 14px;
    border-bottom: solid 1px #000;
}
#pickles section.recipe .item p {
    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: 14px;
    line-height: 1.75em;
}

/* スマフォ */
@media screen and (max-width: 767px){
    #pickles section.recipe {
    padding: 19px 0 6px 0;
    }
    #pickles section.recipe div.title_white {
        width: 95%;
        margin-bottom: 45px;
        padding: 30px 10px;
        box-sizing: border-box;
    }
    #pickles section.recipe h2 {
        margin: 0 0 0;
        padding: 0 0 0;
        }
    #pickles section.recipe .item h4 {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.3em;
    }
    #pickles section.recipe .item p {
        font-size: 12px;
        line-height: 1.75em;
    }
    #pickles section.recipe .info {
        box-sizing: border-box;
        width: 95%;
        height: auto;
        margin: 20px auto;
    }
    #pickles section.recipe .info img {
    width: 100%;
    }
    #pickles section.recipe .item {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        margin: 0 auto 10px;
    }
    
}

/*----------------------------------------------------------------------------*/
/* セット商品 */
.set h2 {
    text-align: center;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    margin:0 0 45px;
}

/*----------------------------------------------------------------------------*/
/* 野菜をMOTTO商品 */
#pickles section.commodities {
    width: 100%;
    padding: 76px 0;
    background-color: #eeeeee;
}
#pickles section.commodities h2 {
    text-align: center;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
#pickles section.commodities div.item {
    box-sizing: border-box;
    width: 100%;
    height: 222px;
    margin: 40px auto 0 auto;
    background-color: #fff;
}
#pickles section.commodities div.item div.image {
    width: 50%;
    height: 222px;
    overflow: hidden;
    background-color: #efefef
}
#pickles section.commodities div.item div.image img {
    width: 120%;
    margin: -160px 0 0 -70px;
}
#pickles section.commodities div.item div.info {
    box-sizing: border-box;
    width:50%;
    height: 222px;
    padding: 40px 120px 40px 46px;
}
#pickles 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;
}
#pickles section.commodities div.item div.info ul {
    margin: 30px 0 0 0;
}
#pickles 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;
}
#pickles section.commodities div.item div.info ul li span {
    font-size: 12px;
    font-weight: normal;
    color: #666;
}
#pickles 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);
}

#pickles section.commodities div.other_products {
    margin-top: 30px;
}
#pickles 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;
}
#pickles section.commodities div.other_products ul li div.image {
    box-sizing: border-box;
    position: relative;
    width: 322px;
    height: 180px;
    overflow: hidden;
}
#pickles section.commodities div.other_products ul li div.image img {
    width: 100%;
}
#pickles section.commodities div.other_products ul li div.image.image01 img {
    width: 105%;
    margin-top: -40px;
    margin-left: 0px;
}
#pickles section.commodities div.other_products ul li div.image.image02 img {
    width: 100%;
    margin-top: -20px;
    margin-left: 0px;
}
#pickles section.commodities div.other_products ul li div.image.image03 img {
    width: 100%;
    margin-top: -10px;
    margin-left: 0px;
}
#pickles 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);
}
#pickles section.commodities div.other_products ul li div.info {
    box-sizing: border-box;
    position: relative;
    width: 322px;
    height: 82px;
    padding: 20px;
}
#pickles 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);
}
#pickles section.commodities div.other_products ul li div.info h4 {
    font-size: 16px;
    font-weight: bold;
}
#pickles section.commodities div.other_products ul li div.info p {
    font-size: 12px;
    font-weight: normal;
}
#pickles section.commodities div.items_link {
    margin-top: 60px;
}
#pickles section.commodities div.items_link button {
    position: relative;
    width: 344px;
    height: 60px;
    border: solid 1px #000;
    font-size: 18px;
    background-color: initial;
}
#pickles 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){
    #pickles section.commodities {
        padding: 60px 0;
    }
    #pickles section.commodities div.item {
        position: relative;
        height: auto;
        margin: -6px auto 0 auto;
    }
    #pickles section.commodities div.item div.image {
        width: 100%;
        height: 230px;
        overflow: hidden;
    }
    #pickles section.commodities div.item div.image img {
        width: 140%;
        height: auto;
        margin-left: -90px;
        margin-top: -100px;
    }
    #pickles section.commodities div.item div.info {
        width: 100%;
        height: auto;
        padding: 10px 10px;
    }
    #pickles section.commodities div.item div.info h3 {
        position: absolute;
        top: 160px;
        right: 10px;
        color: #fff;
        font-size: 20px;
    }
    #pickles section.commodities div.item div.info ul {
        margin: 0px 0 0 0;
    }
    
    #pickles section.commodities div.other_products ul {
        width: 100%;
        margin-top: 30px;
    }
    #pickles 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;
    }
    #pickles 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;
    }
    #pickles section.commodities div.other_products ul li div.image.image01 img {
        width: auto;
        height: 150%;
        margin-top: -30px;
        margin-left: -80px;
    }
    #pickles section.commodities div.other_products ul li div.image.image02 img {
        width: auto;
        height: 150%;
        margin-top: -10px;
        margin-left: -70px;
    }
    #pickles section.commodities div.other_products ul li div.image.image03 img {
        width: auto;
        height: 150%;
        margin-top: -20px;
        margin-left: -50px;
    }
    #pickles section.commodities div.other_products ul li div.info {
        box-sizing: border-box;
        width: 100%;
        height: 100px;
        padding: 15px 0 10px 100px;
    }
    #pickles section.commodities div.other_products ul li div.info p.sub {
        font-size: 13px;
        font-weight: bold;
    }
    #pickles section.commodities div.other_products ul li div.info h4 {
        font-size: 17px;
        font-weight: bold;
    }
    
    #pickles section.commodities div.items_link {
        display: none;
    }
}


/*----------------------------------------------------------------------------*/
/* ご購入方法 */
#pickles section.purchase_method {
    width: 100%;
    padding: 76px 0;
}
#pickles section.purchase_method .content {
    width: 780px;
}
#pickles section.purchase_method h2 {
    text-align: center;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
#pickles section.purchase_method button {
    position: relative;
    width: 275px;
    height: 40px;
    border: solid 1px #000;
    background-color: initial;
}
#pickles section.purchase_method button::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 8px;
    right: 10px;
    border-radius: 10px;
    background-color: #000;
}
#pickles section.purchase_method button::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    top: 14px;
    right: 17px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: rotate(-45deg);
}

#pickles section.purchase_method div.onlilneshop {
    box-sizing: border-box;
    width: 100%;
    height: 160px;
    border: solid 1px #ccc;
    margin-top: 50px;
    padding: 50px 100px 0 100px;
}
#pickles section.purchase_method div.onlilneshop button {
    margin-top: 10px;
}

#pickles section.purchase_method div.other {
    margin-top: 40px;
}
#pickles section.purchase_method div.other div {
    box-sizing: border-box;
    width: 340px;
    height: 260px;
    text-align: center;
    
    border: solid 1px #ccc;
}
#pickles section.purchase_method div.other div.phone      { padding-top: 55px; }
#pickles section.purchase_method div.other div.fax        { padding-top: 25px; }
#pickles section.purchase_method div.other div.fax button { margin-top: 15px; }
#pickles section.purchase_method div.other div.matomete   { padding-top: 60px; }
#pickles section.purchase_method div.other div.matomete button    { margin-top: 15px; }
#pickles section.purchase_method div.other div.tenpode            { padding-top: 60px; }
#pickles section.purchase_method div.other div.tenpode button     { margin-top: 15px; }

/* スマフォ */
@media screen and (max-width: 767px){
    #pickles section.purchase_method {
        padding: 60px 0;
    }

    #pickles section.purchase_method .content {
        width: 100%;
    }
    
    #pickles section.purchase_method div.onlilneshop {
        box-sizing: border-box;
        width: 100%;
        height: 160px;
        border: none;
        margin-top: 50px;
        padding: 0px 10px 0 10px;
        text-align: center;
    }
    #pickles section.purchase_method div.onlilneshop div {
        margin: 0 auto;
    }
    #pickles section.purchase_method div.other {
        margin-top: 30px;
    }
    #pickles section.purchase_method div.other div {
        box-sizing: border-box;
        width: 80%;
        height: auto;
        text-align: center;
        margin: 0 auto;
        border: none;
        border-top: solid 1px #ccc;
    }
    #pickles section.purchase_method div.other div.phone {
        padding: 35px 0 35px 0;
    }
    #pickles section.purchase_method div.other div.fax {
        padding: 35px 0 15px 0;
    }
    #pickles section.purchase_method div.other div.matomete {
        padding: 40px 0 50px 0;
    }
    #pickles section.purchase_method div.other div.tenpode {
        padding: 40px 0 10px 0;
    }

/*----------------------------------------------------------------------------*/
/* NEWS */
#pickles section.news {
    width: 100%;
    padding: 76px 0;
    background-color: #eeeeee;
}
#pickles section.news h2 {
    text-align: left;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
#pickles section.news .more {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: 24px;
    font-weight: bold;
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}
#pickles section.news .more a {
    position: relative;
    padding-right: 20px;
}
#pickles section.news .more a::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    
    top: 50%;
    right: 2px;
    margin-top: -4px;
    
    border-bottom: solid 2px #000;
    border-right: solid 2px #000;
    
    transform: rotate(-45deg);
}
#pickles section.news ul {
    margin-top: 46px;
    width: 100%;
}
#pickles section.news ul li {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 292px;
    margin-bottom: 30px;
}
#pickles section.news ul li p.date {
    font-size: 12px;
    color: #999;
}
#pickles section.news ul li p.description {
    font-size: 14px;
    font-weight: bold;
}

/* スマフォ */
@media screen and (max-width: 767px){
    #pickles section.news {
        padding: 46px 0 20px 0;
    }
    
    #pickles section.new_list {
        margin: 20px 0 46px 0;
    }
    
    #pickles section.new_list .more {
        position: relative;
        width: 100%;
    }
    #pickles section.new_list .more a {
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        position: relative;
        box-sizing: border-box;
        display: block;
        padding: 10px 0px;
        width : 100%;
        border: solid 1px #000;
        background-color: #fff;
        text-align: center;
        font-weight: normal;
    }
    #pickles section.new_list .more a::after {
        right: 10px;
    }
}
