a.opc5:hover{
    opacity: .5;
    transition: .5s;
}

@media screen and (min-width: 768px) {
    .sp_only{
        display: none !important;
    }
    #brand_top section.motto_series .content div.series_commodities div.series ul li img{
    top: -8px;
    bottom: 0;
    margin: 0;
    width: 150px;
    max-width: none;
    left: -26px;
    }
}
@media screen and (max-width: 767px) {
    .pc_only{
        display: none !important;
    }
}



html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;

    /* ゴシック */
    /* font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */

    /* 明朝 */
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

    font-size: 16px;
    line-height: 1.5em;
}

body .details dl dt {
    font-family: 游ゴシック, YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo,"MS PGothic", sans-serif;
    }

body .item_info_wrap {
    background: #f7f7f7;
}

body .details {
    padding: 40px 0 40px 0;
}

/* スマフォ */
@media screen and (max-width: 767px) {
    body {
        padding-top: 60px;
    }
}

button {
    border: none;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 15px;
    outline: none;
    cursor: pointer;
}

a {
    text-decoration: none;
    color: #000;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div.inner {
    box-sizing: border-box;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

div.content {
    box-sizing: border-box;
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
}

/* スマフォ */
@media screen and (max-width: 767px){
    div.inner {
        width: 100%;
        padding: 0 10px;
        overflow: hidden;
    }
    div.content {
        width: 100%;
        padding: 0 20px;
        overflow: hidden;
    }
}


/*----------------------------------------------------------------------------*/
/*  ヘッダー */
header {
    box-sizing: border-box;
    width: 100%;
    height: 120px;
}

header div.title {
    background-color: #fff;
}

header h1 {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0 0 400px;
    padding: 0;
    font-size: 30px;
    line-height: 1em;
    height: 120px;
    overflow: hidden;
}

header button.black {
    box-sizing: border-box;
    position: absolute;
    width: 200px;
    height: 50px;
    top: 50%;
    right: 90px;
    
    margin-top: -25px;
    padding: 0 0 0 30px;
    border-radius: 4px;
    background-color: #000;
    color: #FFF;
}

header button.black img {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -16px;
}

/* スマフォ */
@media screen and (max-width: 767px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        height: 60px;
        z-index: 1000;
    }
    header div.headbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        overflow: visible;
        z-index: 1000;
    }
    header div.menu_toggle {
        position: absolute;
        width: 50px;
        height: 60px;
        top: 0;
        left: 0;
        z-index: 1000;
    }
    header div.menu_toggle div.wrapper {
        font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-size: 9px;
        position: relative;
        width: 60px;
        height: 60px;
        text-align: center;
    }
    header div.menu_toggle div.wrapper span {
        position: absolute;
    width: 24px;
    height: 2px;
    left: 0;
    right: 0;
    background-color: #999999;
    opacity: 1;
    transition: all .3s ease-out;
    margin: auto;
    }
    header div.menu_toggle div.wrapper span:nth-child(1) { top: 15px; }
    header div.menu_toggle div.wrapper span:nth-child(2) { top: 24px; }
    header div.menu_toggle div.wrapper span:nth-child(3) { top: 33px; }
    
    header div.menu_toggle.active div.wrapper span:nth-child(1)
    {
        transform: rotate(45deg);
        top: 25px;
    }
    header div.menu_toggle.active div.wrapper span:nth-child(2)
    {
        opacity: 0;
    }
    header div.menu_toggle.active div.wrapper span:nth-child(3)
    {
        transform: rotate(-45deg);
        top: 25px;
    }
    
    
    header div.menu_toggle div.wrapper p
    {
        position: absolute;
        width: 100%;
        font-weight: bold;
        top: 34px;
        left: 12px;
        color: #333;
        text-align: center;
    }
    
    header div.title {
        width: 100%;
        height: 60px;
    }
    header div.title .inner {
        height: 60px;
    }
    header div.title h1 {
        position: relative;
    display: inline-block;
    height: auto;
    margin-left: 55px;
    padding: 0;
    width: 56%;
        padding: 0;
    }
    header div.title h1 img {
        height: auto;
        width: 55%;
        margin-left: -8%;
    }
    
    header button.black {
        width: 88px;
        height: 40px;
        margin: 0;        
        top: 10px;
        right: 10px;
        font-size: 10px;
        line-height: 1.25em;
        text-align: left;
        padding-left: 32px;
    }
    @media screen and (max-width: 320px) {
        header button.black {
            width: 77px;
            height: 40px;
            margin: 0;
            top: 10px;
            right: 5px;
            font-size: 8px;
            line-height: 1.25em;
            text-align: left;
            padding-left: 32px;
        }
        div.menu_toggle div.wrapper span {
            position: absolute;
            width: 20px;
            height: 1px;
            left: 5px !important;
            background-color: #000;
            opacity: 1;
            transition: all .3s ease-out;
            }
        div.menu_toggle div.wrapper p {
            left: 5px !important;
        }
    }
    header button.black img {
        box-sizing: border-box;
    position: absolute;
    top: 60%;
    width: 25%;
    left: 6px;
    }
}

/*----------------------------------------------------------------------------*/
/*  トップバナー */
#brand_top section.top_banner {
    position: relative;
}

#brand_top section.top_banner img {
    width: 100%;
}

#brand_top section.top_banner div.part {
    position: relative;
    padding: 0;
    width: 50%;
}
#brand_top section.top_banner div.part img {
    display: block;
}

#brand_top section.top_banner div.part p.catch1 {
position: absolute;
top: 79%;
xright: 12%;
font-size: 2.4vw;
line-height: 1.45em;
text-align: center;
font-family: ten-mincho, serif;
font-weight: 400;
font-style: normal;
letter-spacing: 0.25em;
color: #fff;
width: 100%;
text-shadow: 2px 2px 2px #333;
}

#brand_top section.top_banner div.part p.catch2 {
    position: absolute;
    top: 79%;
    xleft: 12%;
    font-size: 2.5vw;
    line-height: 1.25em;
    text-align: center;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.25em;
    color: #fff;
    width: 100%;
    text-shadow: 2px 2px 2px #333;
}
#brand_top section.top_banner div.part p.catch3 {
    position: absolute;
    top: 20%;
    xright: 22%;
    font-size: 0.9vw;
    line-height: 1.5em;
    text-align: center;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.25em;
    color: #fff;
    width: 100%;
}

/* スマフォ */
@media screen and (max-width: 767px) {
    #brand_top section.top_banner {
        width: 100%;
        font-size: 0;
        margin: 0;
        padding: 0;
    }
    
    #brand_top section.top_banner div.part {
        position: relative;
        width: 100%;
        padding: 0;
    }
    #brand_top section.top_banner div.part img {
        display: block;
    }
    
    #brand_top section.top_banner div.part p.catch1 {
        position: absolute;
        top: 80%;
        font-size: 20px;
        line-height: 1.2em;
        text-align: center;
        font-family: ten-mincho, serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.25em;
        color: #fff;
        width: 100%;
        }
    #brand_top section.top_banner div.part p.catch2 {
        position: absolute;
        top: 80%;
        font-size: 20px;
        line-height: 1.2em;
        text-align: center;
        font-family: ten-mincho, serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.25em;
        color: #fff;
        width: 100%;
        }
    #brand_top section.top_banner div.part p.catch3 {
        position: absolute;
        top: 9%;
        font-size: 12px;
        line-height: 1.2em;
        text-align: center;
        font-family: ten-mincho, serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 0.25em;
        color: #fff;
        text-align: center;
    }
}

/*----------------------------------------------------------------------------*/
/*  ストーリー */
#brand_top section.stories {
    box-sizing: border-box;
    padding: 96px 0;
}

#brand_top section.stories .content {
    font-size: 0;
}

#brand_top section.stories .content .story {
    box-sizing: border-box;
    display: inline-block;
    width: 49%;
    padding: 0 0px 0 60px;
    font-size: 16px;
    line-height: 45px;
    vertical-align: top;
    letter-spacing: 0.3em;
}

#brand_top section.stories .content .story.first {
    position: relative;
    padding: 0;
}

#brand_top section.stories .content .story.second {
    position: relative;
    padding-top: 200px;
}

#brand_top section.stories .content .story.first img {
    position: absolute;
    width: 90%;
    top: 270px;
    left: 0px;
}

#brand_top section.stories .content .story.second img {
    position: absolute;
    width: 90%;
    top: 0;
    left: -30px;
}

/* スマフォ */
@media screen and (max-width: 767px) {
    #brand_top section.stories {
        padding: 20px 0;
    }

    #brand_top section.stories .content .story {
        width: 100%;
        padding: 0;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        letter-spacing: 2.5px;
    }

    #brand_top section.stories .content .story.first {
        position: relative;
        padding-top: 0px;
    }

    #brand_top section.stories .content .story.second {
        position: relative;
        padding-top: 20px;
        letter-spacing: 1.5px;
    }

    #brand_top section.stories .content .story.first img {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }

    #brand_top section.stories .content .story.second img {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
    }
}

/*----------------------------------------------------------------------------*/
/*  食べ方 */
#brand_top section.tabekata .content {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 230px;
    padding: 38px;
    border: solid 1px #000;
}

#brand_top section.tabekata .content h2 {
    padding-top: 30px;
    font-size: 20px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: 0.25em;
}

#brand_top section.tabekata .content .recipes {
    box-sizing: border-box;
    position: absolute;
    top: 32px;
    right: 38px;
    width: 600px;
    
    display: flex;
}

#brand_top section.tabekata .content .recipes .recipe {
    display: inline-block;
    width: 280px;
    }
#brand_top section.tabekata .content .recipes .recipe img{
    width: 100%;
    }
#brand_top section.tabekata .content .recipes .recipe:first-child {
    margin-right: 40px;
}

#brand_top section.tabekata .content .recipes .recipe p {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-left: 44px;
    background-repeat: no-repeat;
}

#brand_top section.tabekata .content .recipes .recipe:nth-child(1) p {
    background-image: url(https://yasaiwomotto.jp/onlineshop/img/grand_top/number_01.png);
    min-height: 36px;
}

#brand_top section.tabekata .content .recipes .recipe:nth-child(2) p {
    background-image: url(https://yasaiwomotto.jp/onlineshop/img/grand_top/number_02.png);
}

/* スマフォ */
@media screen and (max-width: 767px) {
    #brand_top section.tabekata {
        box-sizing: border-box;
        width: 100%;
        padding: 0 10px;
        margin-top: 20px;
    }
    
    #brand_top section.tabekata .content {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: auto;
        padding: 30px 10px;
        border: solid 1px #000;
    }
    
    #brand_top section.tabekata .content h2 {
        font-size: 17px;
        font-family: ten-mincho, serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.5em;
        text-align: center;
        padding: 0;
        letter-spacing: 1.5px;
        width: 100%;
    }
    
    #brand_top section.tabekata .content .recipes {
        box-sizing: border-box;
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        padding: 10px 10px;
        
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #brand_top section.tabekata .content .recipes .recipe p {
        font-size: 12px;
    }
    #brand_top section.tabekata .content .recipes .recipe:nth-child(1) p {
        padding: 9px 0 0 44px;
    }
    @media screen and (max-width: 320px) {
        #brand_top section.tabekata .content .recipes .recipe p {
            font-size: 11px;
            line-height: 1.6em;
            }
        #brand_top section.links .content button:nth-child(1) img {
            left: 10% !important;
            }
    }
    #brand_top section.tabekata .content .recipes .recipe {
        width: 100%;
    }
    #brand_top section.tabekata .content .recipes .recipe>img {
        width: 100%;
    }
    
    #brand_top section.tabekata .content .recipes .recipe {
        display: inline-block;
        margin: 0;
    }
    
    #brand_top section.tabekata .content .recipes .recipe:first-child {
     margin: 0 auto 20px;
    }
}

/*----------------------------------------------------------------------------*/
/*  リンクバナー */
#brand_top section.links .content {
    padding: 82px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#brand_top section.links .content button {
    box-sizing: border-box;
    position: relative;
    width: 474px;
    height: 64px;
    font-size: 16px;
}
#brand_top section.links .content button:after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    
    top: 50%;
    right: 100px;
    margin-top: -5px;
    
    transform: rotate(-45deg);
}
#brand_top section.links .content button:nth-child(1)::after {
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
}
#brand_top section.links .content button:nth-child(1) {
    background-color: #000;
    color: #fff;
}
#brand_top section.links .content button.white{
    background-color: #fff;
    border: solid 1px #000;
    color: #000 !important;
}
#brand_top section.links .content button.white::after {
    border-bottom: solid 2px #000;
    border-right: solid 2px #000;
}
#brand_top section.links .content button:nth-child(1) img {
    position: absolute;
    top: 16px;
    left: 126px;
}

/* スマフォ */
@media screen and (max-width: 767px) {
    #brand_top section.links .content {
        padding: 46px 10px 60px;
        display: block;
    }
    
    #brand_top section.links .content button {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 60px;
        font-size: 16px;
    }
    #brand_top section.links .content button:after {
        right: 20px;
    }
    #brand_top section.links .content button:first-child {
        margin-bottom: 20px;
    }
    #brand_top section.links .content button:nth-child(1) img {
        position: absolute;
        top: 13px;
        left: 20%;
    }
}

/*----------------------------------------------------------------------------*/
/*  ビフォー・アフター */
#brand_top section.before_after {
    padding: 78px 0;
    text-align: center;
}

#brand_top section.before_after .content h2 {
    font-size: 26px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: 0.25em;
}

#brand_top section.before_after .content hr {
    box-sizing: border-box;
    width: 0px;
    height: 102px;
    border-left: solid 1px #ccc;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

#brand_top section.before_after .content img {
    width: 100%;
}

#brand_top section.before_after .content div.case {
    position: relative;
}

#brand_top section.before_after .content div.case p.description {
    position: absolute;
    display: block;
    width: 210px;
    height: 170px;
    
    font-size: 15px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.9em;
    text-align: left;
}
#brand_top section.before_after .content div.case p.description span {
    display: block;
    text-align: right;
    font-size: 0.9em;
}
#brand_top section.before_after .content div.case.case1 p.description {
    top: 170px;
    right: 40px;
}
#brand_top section.before_after .content div.case.case2 p.description {
    top: 170px;
    right: 30px;
}
#brand_top section.before_after .content div.case.case3 p.description {
    top: 170px;
    right: 30px;
}
#brand_top section.before_after .content div.case.case4 p.description {
    top: 170px;
    right: 30px;
}
#brand_top section.before_after .content div.case.case5 p.description {
    top: 180px;
    right: 30px;
}

#brand_top section.before_after .content div.case p.catch {
    position: absolute;
    display: block;
    width: 180px;
    height: 170px;
    
    font-size: 20px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1.5em;
    text-align: left;
}
#brand_top section.before_after .content div.case.case1 p.catch {
    top: 220px;
    left: 336px;
}
#brand_top section.before_after .content div.case.case2 p.catch {
    top: 230px;
    left: 336px;
}
#brand_top section.before_after .content div.case.case3 p.catch {
    top: 230px;
    left: 336px;
}
#brand_top section.before_after .content div.case.case4 p.catch {
    top: 230px;
    left: 336px;
}
#brand_top section.before_after .content div.case.case5 p.catch {
    top: 230px;
    left: 336px;
}

/* スマフォ */
@media screen and (max-width: 767px) {
    #brand_top section.before_after {
        padding: 0 0 46px 0;
        text-align: center;
    }
    
    #brand_top section.before_after .content {
        padding: 0;
    }
    
    #brand_top section.before_after .content img {
        width: 100%;
    }
    
    #brand_top section.before_after .content h2 {
        font-size: 18px;
        font-family: ten-mincho, serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.5em;
        letter-spacing: 0.25em;
    }
    
    #brand_top section.before_after .content hr {
        box-sizing: border-box;
        width: 0px;
        height: 60px;
        border-left: solid 1px #666;
        border-right: none;
        border-top: none;
        border-bottom: none;
        margin: 10px auto;
    }
    
    #brand_top section.before_after .content div.case p.catch {
        width: 100%;
        height: auto;
    }
    #brand_top section.before_after .content div.case p.description {
        box-sizing: border-box;
        width: 100%;
        height: auto;
        padding: 0 20px;
    }
    
    #brand_top section.before_after .content div.case.case1 p.catch {
        top: 138vw;
        left: 55%;
        margin: -50%;
        text-align: center;
        font-size: 4.5vw;
        line-height: 1.4em;
    }
    #brand_top section.before_after .content div.case.case1 p.description {
        left: 0px;
        right: initial;
        font-size: 4vw;
        top: initial;
        margin-top: -97px;
        line-height: 1.6em;
        letter-spacing: -0.8px;
        position: relative;
        top: -1vh;
    }
    
    #brand_top section.before_after .content div.case.case1{margin: 0 0 40px;}
    #brand_top section.before_after .content div.case.case2{margin: 30px 0 -70px;}
    #brand_top section.before_after .content div.case.case3{margin: 30px 0 -40px;}
    #brand_top section.before_after .content div.case.case4{margin: 30px 0 -60px;}

    #brand_top section.before_after .content div.case.case2 p.catch {
        top: 138vw;
        left: 55%;
        margin: -50%;
        text-align: center;
        font-size: 4.5vw;
        line-height: 1.4em;
    }
    #brand_top section.before_after .content div.case.case2 p.description {
        top: initial;
        bottom: 7px;
        left: 0px;
        right: initial;
        line-height: 1.5em;
        font-size: 4vw;
        position: relative;
        top: -14.5vh;
        }
    
    #brand_top section.before_after .content div.case.case3 p.catch {
        top: 138vw;
        left: 55%;
        margin: -50%;
        text-align: center;
        font-size: 4.5vw;
        line-height: 1.4em;
    }
    #brand_top section.before_after .content div.case.case3 p.description {
        left: 0px;
        right: initial;
        line-height: 1.5em;
        font-size: 4vw;
        position: relative;
        top: -15.5vh;
    }
    
    #brand_top section.before_after .content div.case.case4 p.catch {
        top: 138vw;
        left: 55%;
        margin: -50%;
        text-align: center;
        font-size: 4.5vw;
        line-height: 1.4em;
    }
    #brand_top section.before_after .content div.case.case4 p.description {
        top: initial;
        bottom: 30px;
        left: 0px;
        right: initial;
        line-height: 1.5em;
        font-size: 4vw;
        position: relative;
        top: -16vh;
    }
    
    #brand_top section.before_after .content div.case.case5 p.catch {
        top: 138vw;
        left: 55%;
        margin: -50%;
        text-align: center;
        font-size: 4.5vw;
        line-height: 1.4em;
    }
    #brand_top section.before_after .content div.case.case5 p.description {
        top: initial;
        bottom: 20px;
        left: 0px;
        right: initial;
        line-height: 1.5em;
        font-size: 4vw;
        position: relative;
        top: -13vh;
    }
}



/*----------------------------------------------------------------------------*/
/*  罪悪感ゼロ */
#brand_top section.zaiakukan0 .inner {
    width: 100%;
    min-width: 1024px;
    max-width: initial;
}

#brand_top section.zaiakukan0 .inner img {
    display: block;
    width: 100%;
    margin: 0;
    position: relative;
}

#brand_top section.zaiakukan0 .inner div.reason {
    box-sizing: border-box;
    position: absolute;
    width: 600px;
    height: 140px;
    left: 50%;
    margin-left: -300px;
    
    padding-top: 36px;
    text-align: center;
    
    background-repeat: no-repeat;
}
#brand_top section.zaiakukan0 .inner div.reason:nth-of-type(1) {
    top: 27vw;
    background-image: url(https://yasaiwomotto.jp/onlineshop/img/grand_top/zaiakukan_1.png);
}
#brand_top section.zaiakukan0 .inner div.reason:nth-of-type(2) {
    top: 40vw;
    background-image: url(https://yasaiwomotto.jp/onlineshop/img/grand_top/zaiakukan_2.png);
}
#brand_top section.zaiakukan0 .inner div.reason:nth-of-type(3) {
    top: 53vw;
    background-image: url(https://yasaiwomotto.jp/onlineshop/img/grand_top/zaiakukan_3.png);
}

#brand_top section.zaiakukan0 .inner div.reason h3 {
    font-size: 32px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
    letter-spacing: 0.2em;
}
#brand_top section.zaiakukan0 .inner div.reason:nth-of-type(3) h3 {
    xletter-spacing: 0.1em;
    letter-spacing: 0.5px;
}
#brand_top section.zaiakukan0 .inner div.reason p {
    font-size: 16px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: 0.2em;
}

/* スマフォ */
@media screen and (max-width: 767px) {
    #brand_top section.zaiakukan0 .inner {
        padding: 0;
        min-width: auto;
    }
    
    #brand_top section.zaiakukan0 .inner div.reason {
        position: absolute;
        width: 300px;
        height: 100px;
        margin: 0 auto;
        left: 50%;
        margin-left: -150px;
        background-repeat: no-repeat;
        padding-top: 24px;
    }
    #brand_top section.zaiakukan0 .inner div.reason:nth-of-type(1) {
        top: 50vw;
        background-image: url(https://yasaiwomotto.jp/onlineshop/img/grand_top/zaiakukan_sp_1.png);
    }
    #brand_top section.zaiakukan0 .inner div.reason:nth-of-type(2) {
        top: 80vw;
        background-image: url(https://yasaiwomotto.jp/onlineshop/img/grand_top/zaiakukan_sp_2.png);
    }
    #brand_top section.zaiakukan0 .inner div.reason:nth-of-type(3) {
        top: 110vw;
        background-image: url(https://yasaiwomotto.jp/onlineshop/img/grand_top/zaiakukan_sp_3.png);
    }
    #brand_top section.zaiakukan0 .inner div.reason h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    #brand_top section.zaiakukan0 .inner div.reason p {
        font-size: 13px;
    }
}



/*----------------------------------------------------------------------------*/
/*  家事の負担もできるだけゼロに */
#brand_top section.kazihutan0 {
    padding: 108px 0;
    background-color: #eeeeee;
}

#brand_top section.kazihutan0 h2 {
    width: 100%;
    text-align: center;
    
    font-size: 24px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: 0.25em;
}

#brand_top section.kazihutan0 div.points {
    display: flex;
    justify-content: space-between;
    
}

#brand_top section.kazihutan0 div.points div.point {
    position: relative;
    width: 288px;
    background-color: #fff;
}
#brand_top section.kazihutan0 div.points div.point img {
    width: 100%;
}

#brand_top section.kazihutan0 div.points div.point h4 {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 8px 0 8px 46px;
    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-weight: bold;
    color: #fff;
    font-size: 20px;
    background-repeat: no-repeat;
}

#brand_top section.kazihutan0 div.points div.point:nth-child(1) h4 {
    background-image: url(https://yasaiwomotto.jp/onlineshop/img/grand_top/marunum_01.png);
}
#brand_top section.kazihutan0 div.points div.point:nth-child(2) h4 {
    background-image: url(https://yasaiwomotto.jp/onlineshop/img/grand_top/marunum_02.png);
}
#brand_top section.kazihutan0 div.points div.point:nth-child(3) h4 {
    background-image: url(https://yasaiwomotto.jp/onlineshop/img/grand_top/marunum_03.png);
}

#brand_top section.kazihutan0 div.points div.point p {
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.75em;
    
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* スマフォ */
@media screen and (max-width: 767px) {
    #brand_top section.kazihutan0 {
        padding: 80px 0 46px;
    }
    #brand_top section.kazihutan0 h2 img {
        width: 100%;
    }
    #brand_top section.kazihutan0 div.points div.point h4 {
        font-size: 18px;
    }
    #brand_top section.kazihutan0 div.points {
        flex-wrap: wrap;
    }
    
    #brand_top section.kazihutan0 div.points div.point {
        width: 100%;
        margin-bottom: 20px;
    }
    #brand_top section.kazihutan0 div.points div.point img {
        width: 100%;
    }
    #brand_top section.kazihutan0 div.points div.point p {
        font-size: 13px;
        line-height: 1.4em;
    }
}


/*----------------------------------------------------------------------------*/
/*  家事の負担もできるだけゼロに */
#brand_top section.commodities {
    padding: 108px 0 0 0;
}

#brand_top section.commodities {
    background-image: url(https://yasaiwomotto.jp/onlineshop/img/background_image.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#brand_top section.commodities h2 {
    width: 100%;
    text-align: center;
    
    font-size: 26px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: 0.25em;
}

#brand_top section.commodities .commodities_image {
    width: 100%;
    padding-bottom: 80px;
    text-align: center;
}

#brand_top section.commodities div.line_up {
    display: flex;
    justify-content: space-between;
    margin-bottom: 92px;
}
#brand_top section.commodities div.line_up:last-child {
    margin-bottom: 0px;
}

#brand_top section.commodities div.line_up div.commodity {
    width: 288px;
}

#brand_top section.commodities div.line_up div.commodity div.image {
    position: relative;
    margin-bottom: 52px;
    
    width: 288px;
    height: 300px;
}

#brand_top section.commodities div.line_up div.commodity div.image div.over {
    position: absolute;
    width: 288px;
    height: 300px;
    
    top: 0;
    left: 0;
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#brand_top section.commodities div.line_up div.commodity div.image div.static {
    position: absolute;
    width: 288px;
    height: 300px;
    
    top: 0;
    left: 0;
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
    transition: all .3s ease-out;
}
#brand_top section.commodities div.line_up div.commodity div.image div.static:hover {
    opacity: 0;
}

#brand_top section.commodities div.line_up div.commodity .image img.number {
    position: absolute;
    left: -16px;
    bottom: -40px;
}

#brand_top section.commodities div.line_up div.commodity h4 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75em;
    padding-bottom: 10px;
    margin-bottom: 14px;
    
    border-bottom: solid 1px #000;
}

#brand_top section.commodities div.line_up div.commodity p {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    padding-bottom: 10px;    
}

#brand_top section.commodities div.line_up div.commodity p.appendix {
    position: relative;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 14px;
    padding-top: 10px;
    
    border-top: solid 1px #000;
}

#brand_top section.commodities div.line_up div.commodity p.appendix span {
    position: absolute;
    display: inline-block;
    right: 0;
}
#brand_top section.commodities div.line_up div.commodity p.appendix a span:hover{
    text-decoration: underline;
}
#brand_top section.commodities div.line_up div.commodity p.appendix span i.arrow_button {
    display: inline-block;
    position: relative;
    width :18px;
    height: 18px;
    border-radius: 9px;
    background-color: #000;
    
    margin-left: 4px;
    margin-bottom: -3px;
}

#brand_top section.commodities div.line_up div.commodity p.appendix span i.arrow_button::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    
    top: 50%;
    right: 50%;
    margin-top: -4px;
    margin-right: -3px;
    
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    
    transform: rotate(-45deg);
}

/* スマフォ */
@media screen and (max-width: 767px) {
    .none_sp {
        display: none;
    }

    #brand_top section.commodities h2 {
        font-size: 24px;
    }

    #brand_top section.commodities {
        padding: 46px 0 0 0;
        background: none;
    }

    #brand_top section.commodities a#line_up_area {
            padding-top: 60px;
    margin-top: -60px;
    display: block;
    }
    
    #brand_top section.commodities div.content {
        padding: 0;
    } 
    
    #brand_top section.commodities .commodities_image {
        box-sizing: border-box;
        padding: 0 30px 30px;
    }
    
    #brand_top section.commodities .commodities_image img {
        width: 100%;
    }
    
    #brand_top section.commodities div.line_up {
        /*flex-wrap: wrap;*/
        display: block;
        margin-bottom: 0;
    }
    
    #brand_top section.commodities div.line_up div.commodity {
        width:100%;
    }
    
    #brand_top section.commodities div.line_up div.commodity div.image {
        width: 100%;
        height: auto;
    }
    
    #brand_top section.commodities div.line_up div.commodity div.image img.static {
        width: 100%;
    }
    
    #brand_top section.commodities div.line_up div.commodity .image img.number {
        left: 16px;
        bottom: -40px;
    }
    
    #brand_top section.commodities div.line_up div.commodity h4 {
        box-sizing: border-box;
        padding: 0 0px 10px;
        width: 90%;
        font-size: 17px;
        font-weight: 600;
        margin: 0 auto;
    }
    
    #brand_top section.commodities div.line_up div.commodity p  {
        box-sizing: border-box;
        /*padding: 0 10px;*/
        padding: 16px 0 30px;
        width: 90%;
        margin: 0 auto;
    }
    
    #brand_top section.commodities div.line_up div.commodity.no2 div.image img.static {
        position: static;
        top: -30px;
    }

    #brand_top section.commodities div.line_up div.commodity p.appendix {
        border-top: none;
        padding-top: 0;
        padding-bottom: 50px;
    }

    #brand_top section.commodities div.line_up div.commodity p.appendix span {
        border: 1px solid #000;
        padding: 8px 24px 7px;
        margin-top: -12px;
    }

    #brand_top section.commodities div.line_up div.commodity p.appendix span i.arrow_button::after {
        width: 5px;
        height: 5px;
        margin-top: -3px;
        margin-right: -2px;
        border-bottom: solid 1px #fff;
        border-right: solid 1px #fff;
    }

    #brand_top section.commodities div.line_up div.commodity:first-child .image img.number {
        bottom: -28px;
    }

    #brand_top section.commodities div.line_up div.commodity:nth-child(2) .image img.number {
        bottom: -28px;
    }

    #brand_top section.commodities div.line_up div.commodity:nth-child(3) .image img.number {
        bottom: -30px;
    }
    
    #brand_top section.commodities div.line_up div.commodity {
        width:100%;
    }
    
    #brand_top section.commodities div.line_up div.commodity div.image {
        width: 100%;
        height: 280px;
    }
    #brand_top section.commodities div.line_up div.commodity div.image div.over {
        width: 50%;
        height: 280px;
        top: 0;
        left: 50%;
    }
    #brand_top section.commodities div.line_up div.commodity div.image div.static {
        position: absolute;
        width: 50%;
        height: 280px;
        top: 0;
        left: 0%;
    }
    #brand_top section.commodities div.line_up div.commodity div.image div.static:hover {
        opacity: 1;
    }
    
    #vegecupsoup section.all_line_up div.line_up div.commodity.no1 div.image div.static {
        background-position: 55% 90%;
    }
}


/*----------------------------------------------------------------------------*/
/*  オンラインショップへ */
#brand_top section.online_shop_link {
    padding: 80px 0;
    text-align: center;
}

#brand_top section.online_shop_link button.online_shop {
    box-sizing: border-box;
    position: relative;
    width: 472px;
    height: 64px;
    background-color: #000;
    color: #fff;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
}
#brand_top section.online_shop_link button.online_shop img {
    position: absolute;
    top: 16px;
    left: 120px;
}
#brand_top section.online_shop_link button.online_shop::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    
    top: 50%;
    right: 100px;
    margin-top: -6px;
    margin-right: -3px;
    
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    
    transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {

#brand_top section.online_shop_link {
    padding: 20px 0 40px;
}

#brand_top section.online_shop_link div.content {
    width: 90%;
    padding: 0;
}

#brand_top section.online_shop_link button.online_shop {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    }

#brand_top section.online_shop_link button.online_shop img {
    left: 10vw;
    width: 34px;
    top: 12px;
    }
#brand_top section.online_shop_link button.online_shop::after {
    width: 8px;
    height: 8px;
    right: 10vw;
    }



}
/*----------------------------------------------------------------------------*/
/*  店舗情報 */
#brand_top section.shops {
    background-color: #f5f5f5;
    padding: 76px 0;
}


#brand_top section.shops .content h2 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 0.25em;
}

#brand_top section.shops .content div.shops {
    display: flex;
    justify-content: space-between;
}

#brand_top section.shops .content div.shops div.shop {
    width: 288px;
}

#brand_top section.shops .content div.shops div.shop img {
    width: 100%;
    margin-bottom: 30px;
}

#brand_top section.shops .content div.shops div.shop div.address {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    height: 80px;
    font-size: 13px;
    line-height: 1.35em;
}

#brand_top section.shops .content div.shops div.shop div.address h3 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 6px;
}

#brand_top section.shops .content div.shops div.shop div.appendix {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    font-size: 13px;
}

#brand_top section.shops .content div.shops div.shop div.appendix button.show_map {
    box-sizing: border-box;
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 60px;
    height: 30px;
    border: solid 1px #000;
    text-align: center;
    padding : 4px 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5em;
    
    transition: all .3s ease-out;
}

#brand_top .show_map {
    background: none;
    }
#brand_top .show_map:hover a {
    color: #fff;
    }

#brand_top section.shops .content div.shops div.shop div.appendix button.show_map:hover {
    background-color: #000;
    color: #fff;
    }

@media screen and (max-width: 767px) {
#brand_top section.shops {
    padding: 50px 0 50px;
}

#brand_top section.shops .content h2 {
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}

#brand_top section.shops .content div.shops {
    display: block;
}

#brand_top section.shops .content div.shops div.shop {
    width: 100%;
}

#brand_top section.shops .content div.shop {
    background: #fff;
    margin-bottom: 26px;
}

#brand_top section.shops .content div.shops div.shop img {
    width: 100%;
    margin: 0px 0 20px;
}


#brand_top section.shops .content div.shops div.shop div.address {
    width: 90%;
    margin: 0 auto 16px;
    height: auto;
}

#brand_top section.shops .content div.shops div.shop div.appendix {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
}

#brand_top section.shops .content div.shops div.shop div.address h3 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
}

#brand_top section.shops .content div.shops div.shop div.address p {   
    text-decoration: underline;
}

#brand_top section.shops .content div.shops div.shop div.appendix button.show_map {
    width: 100%;
    line-height: 22px;
    padding: 5px 0 3px;
    height: auto;
    font-size: 16px;
    position: relative;
    border: solid 1px #858585;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#brand_top section.shops .content div.shops div.shop div.appendix button.show_map:after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 54%;
    right: 6vw;
    margin-top: -6px;
    margin-right: -3px;
    border-bottom: solid 2px #858585;
    border-right: solid 2px #858585;
    transform: rotate(-45deg);
}



}


/*----------------------------------------------------------------------------*/
/*  店舗情報 */
#brand_top section.motto_series {
    padding: 90px 0;
}

#brand_top section.motto_series .content h2 {
    font-size: 24px;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: 0.25em;
}

#brand_top section.motto_series .content p.description {
    line-height: 1.75em;
    margin-bottom: 40px;
}

#brand_top section.motto_series .content div.series_commodities {
    display: flex;
    justify-content: space-between;
    vertical-align: bottom;
}

#brand_top section.motto_series .content div.series_commodities div.series {
    width: 472px;
}

#brand_top section.motto_series .content div.series_commodities div.series img,
#brand_top section.motto_series .content div.series_commodities div.series ul {
    width: 100%;
}

#brand_top section.motto_series .content div.series_commodities div.series.second ul li .thum {
    width: 100px;
    overflow: hidden;
    display: inline-block;
    height: 100px;
    float: left;
    margin: 0 10px 0 0;
}
#brand_top section.motto_series .content div.series_commodities div.series.second ul li .thum img{
    xwidth: 24%;
}
#brand_top section.motto_series .content div.series_commodities div.series ul li {
    box-sizing: border-box;
    position: relative;
    height: 130px;
    padding: 15px 15px 15px 15px;
    
    border-bottom: solid 1px #ccc;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
}
#brand_top section.motto_series .content div.series_commodities div.series ul li:after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    
    top: 50%;
    right: 20px;
    margin-top: -4px;
    
    border-bottom: solid 2px #999;
    border-right: solid 2px #999;
    
    transform: rotate(-45deg);
}
#brand_top section.motto_series .content div.series_commodities div.series.first ul li {
    padding-top: 34px;
}
#brand_top section.motto_series .content div.series_commodities div.series.second ul {
    border-top: solid 1px #ccc;
}
#brand_top section.motto_series .content div.series_commodities div.series.second ul li {
    xpadding-left: 140px;
}

#brand_top section.motto_series .content div.series_commodities div.series.second ul li {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    font-weight: normal;
    }

#brand_top section.motto_series .content div.series_commodities div.series.second ul li b {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
    font-weight: bold;
    }

/*#brand_top section.motto_series .content div.series_commodities div.series ul li span.small {
    font-size: 12px;
}
#brand_top section.motto_series .content div.series_commodities div.series ul li span.description {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    font-weight: normal;
}*/



#brand_top section.motto_series .content div.series_commodities div.series ul li img {
    xposition: absolute;
    xtop: 28px;
    xleft: 15px;

bottom: 15px;
left: 0px;
position: relative;
width: 180px;
text-align: left;
margin-left: -45px;

}
/*.series.first ul a li:hover,
a div.txt:hover{
    text-decoration: underline;
    opacity: .7;
    transition: .5s;
}*/



#brand_top .series p {
    line-height: 30px;
    }

#brand_top .series li,
#brand_top .series li:hover,
#brand_top .series .txt,
#brand_top .series .txt:hover,
#brand_top .series p,
#brand_top .series p:hover,
#brand_top .series span,
#brand_top .series span:hover,
#brand_top .series b,
#brand_top .series b:hover {
    text-decoration: none !important;
    }

#brand_top .series .txt,
#brand_top .series .txt:hover,
#brand_top .series p,
#brand_top .series p:hover,
#brand_top .series span,
#brand_top .series span:hover,
#brand_top .series b,
#brand_top .series b:hover {
    border-bottom: none !important;
    }

#brand_top .series li p:hover {
    text-decoration: underline !important;
}

/*.series li:hover,
.series li:hover .txt,
.series li:hover span {
    text-decoration: underline !important;
    }*/

@media screen and (max-width: 767px) {

#brand_top .series li p {
    font-size: 12px;
}

#brand_top section.motto_series {
    padding: 60px 0 0;
}

#brand_top section.motto_series div.content {
    padding: 0;
}

#brand_top section.motto_series h2 {
    text-align: center;
    font-size: 30px;
    padding-bottom: 0;
}

#brand_top section.motto_series .content p.description {
    text-align: center;
    font-size: 14px;
    width: 100%;
}

#brand_top section.motto_series .content div.series_commodities {
    display: block;
}

#brand_top section.motto_series .content div.series_commodities div.series {
    width: 100%;
}

#brand_top section.motto_series .content div.series_commodities div.series img {
    width: 100%;
}

#brand_top section.motto_series .content div.series_commodities div.series ul li img {
    position: static;
}

#brand_top section.motto_series .content div.series_commodities div.series.second ul li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 10px 10px;
    height: auto;
}

#brand_top section.motto_series .content div.series_commodities div.series.second ul li .thum {
    width: 26%;
    margin: 6px 0 0;
    }

div.series.second ul li a{
    width: 70%;
    display: block;
    }

    #brand_top section.motto_series .content div.series_commodities div.series.second ul li .txt {
    width: 100%;
    line-height: 22px;
    font-weight: 600;
    font-size: 18px;
    }

#brand_top section.motto_series .content div.series_commodities div.series.first ul li {
    padding: 8px 15px 8px;
    height: auto;
    margin-bottom: 20px;
}

#brand_top section.motto_series .content div.series_commodities div.series.first ul li span {
    display: block;
}

#brand_top section.motto_series .content div.series_commodities div.series ul li:after {
    width: 6px;
    height: 6px;
}

#brand_top section.motto_series .content div.series_commodities div.series ul li span.description {
    font-size: 11px;
}
#brand_top section.motto_series .content div.series_commodities div.series.second ul li .thum img{
    width: 180%;
}
}
