/*----------------------------------------------------------------------------*/
/* 注目ワード */
#ec_top section.tyumoku {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    background-color: #eeeeee;
    padding: 0 0 0 0;
}
#ec_top section.tyumoku .content {
    padding-top: 6px;
}
#ec_top section.tyumoku h2 {
    box-sizing: border-box;
    display: inline-block;
    background-color: #da9557;
    padding: 2px 12px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 0;
}
#ec_top section.tyumoku ul {
    box-sizing: border-box;
    display: inline-block;
    margin-left: 16px;
    vertical-align: top;
}
#ec_top section.tyumoku ul li {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-right: 16px;
}

#ec_top .reservation_txt p {
    width: 1024px;
    margin: 30px auto;
    line-height: 34px;
    font-size: 18px;
    text-align: center;
    }

#ec_top .reservation_txt p b {
    display: block;
    font-size: 22px;
    margin: 8px 0;
    }

/* スマフォ */
@media screen and (max-width: 767px){
    #ec_top section.tyumoku {
        background-color: initial;
    }
    #ec_top section.tyumoku h2 {
        position: absolute;
        top: 9px;
    }
    #ec_top section.tyumoku ul {
        width: auto;
        padding: 0 0 0 80px;
    }
    #ec_top section.tyumoku ul li {
        padding: 0px 6px;
        border-radius: 3px;
        background-color: #eeeeee;
        margin-right: 6px;
    }
    #ec_top section.tyumoku ul li a {
        font-weight: bold;
    }
}

/*----------------------------------------------------------------------------*/
/* トップバナー */
#ec_top section.top_banner {
    padding-bottom: 32px;
}
#ec_top section.top_banner div.slide_show {
    box-sizing: border-box;
    width: 700px;
    height: 400px;
}
#ec_top section.top_banner div.about_motto {
    box-sizing: border-box;
    width: 288px;
    height: 400px;
    border: solid 1px #ccc;
}
#ec_top section.top_banner div.about_motto div.image {
    width: 286px;
    height: 218px;
    overflow: hidden;
}
#ec_top section.top_banner div.about_motto div.image img{
    width: 100%;
}
#ec_top section.top_banner div.about_motto h2 {
    margin: 20px 0 0 0;
    font-size: 20px;
    text-align: center;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
#ec_top section.top_banner div.about_motto p {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
    line-height: 1.75em;
    letter-spacing: 0.25em;
}
#ec_top section.top_banner div.about_motto div.control {
    width: 100%;
    text-align: center;
    margin-top: 16px;
}
#ec_top section.top_banner div.about_motto div.control button {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 180px;
    height: 36px;
    font-size: 13px;
    
    border: solid 1px #000;
    background-color: #fff;
}
#ec_top section.top_banner div.about_motto div.control button span {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #000;
    border-radius: 8px;
    
    vertical-align: middle;
    margin: 0 0 4px 8px;
}
#ec_top section.top_banner div.about_motto div.control button span::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 46%;
    right: 10px;
    margin-top: -3px;
    margin-right: -4px;
    
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    
    transform: rotate(-45deg);
}

/* スマフォ */
@media screen and (max-width: 767px){
    #ec_top section.top_banner {
        padding-bottom: 0px;
    }
    #ec_top section.top_banner .content {
        padding: 0;
    }
    #ec_top section.top_banner div.slide_show {
        box-sizing: border-box;
        width: 100%;
        height: 57vw;
        overflow: hidden;
    }
    #ec_top section.top_banner div.slide_show img {
        width: 100%;
    }
    #ec_top section.top_banner div.about_motto {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 90px;
        border: none;
        font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    }
    #ec_top section.top_banner div.about_motto div.image {
        position: absolute;
        width: 120px;
        height: 90px;
        top: 0;
        left: 0;
    }
    #ec_top section.top_banner div.about_motto div.image img {
        width: 120px;
    }
    #ec_top section.top_banner div.about_motto div.info {
        box-sizing: border-box;
        display: block;
        padding-left: 140px;
    }
    #ec_top section.top_banner div.about_motto div.info::after {
        display: inline-block;
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;

        top: 50%;
        right: 20px;
        margin-top: -4px;
        margin-right: -3px;

        border-bottom: solid 2px #999;
        border-right: solid 2px #999;

        transform: rotate(-45deg);
    }
    #ec_top section.top_banner div.about_motto div.info h2 {
        margin: 22px 0 0 0;
        padding: 0;
        xfont-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
        font-weight: bold;
        text-align: left;
        font-size: 4vw;
    }
    #ec_top section.top_banner div.about_motto div.info p {
        font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
        margin-top: 0px;
        font-size: 3vw;
        text-align: left;
        line-height: 1.75em;
        letter-spacing: 0;
    }
    #ec_top section.top_banner div.about_motto div.control {
        position: absolute;
        width: 100%;
        height: 90px;
        top: 0;
        left: 0;
        margin: 0;
        background-color: rgba(0, 0, 0, 0);
    }
}
@media screen and (max-width: 321px){
    #ec_top section.top_banner div.about_motto div.info h2 {
        margin: 32px 0 0 -5px;
    }
    #ec_top section.top_banner div.about_motto div.info p {
        margin-left: -5px;
    }
}


/*----------------------------------------------------------------------------*/
/* 野菜をMOTTO商品 */
#ec_top section.commodities {
    width: 100%;
    padding: 76px 0 40px 0;
    background-color: #eeeeee;
}
#ec_top section.commodities h2 {
    text-align: center;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
#ec_top section.commodities div.item {
    box-sizing: border-box;
    width: 896px;
    height: 220px;
    margin: 40px auto 0 auto;
    background-color: #fff;
}
#ec_top section.commodities div.item div.image {
    width: 448px;
    height: 220px;
}
#ec_top section.commodities div.item div.image img{
    width: 100%;
    vertical-align:bottom;
}
#ec_top section.commodities div.item div.info {
    box-sizing: border-box;
    width: 448px;
    height: 220px;
    padding: 40px 46px;
}
#ec_top 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;
}
#ec_top section.commodities div.item div.info ul {
    margin: 30px 0 0 0;
}
#ec_top section.commodities div.item div.info ul li {
    position: relative;
    font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 18px;
    line-height: 1.2em;
    xfont-weight: bold;
}
#ec_top section.commodities div.item div.info ul li span {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    padding: 0 0 0 3px;
}
#ec_top section.commodities div.item div.info ul li::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    margin-top: -4px;
    margin-right: -3px;    
    border-bottom: solid 2px #999;
    border-right: solid 2px #999;    
    transform: rotate(-45deg);
    xtop: -66%;
    xright: 0px;
    top: 50%;
    right: 82px;
}

/* スマフォ */
@media screen and (max-width: 767px){
    #ec_top section.commodities {
        padding: 46px 0 20px 0;
    }

    #ec_top section.commodities div.item {
        box-sizing: border-box;
        position: relative;
        width: 94%;
        height: auto;
        margin: 20px auto 0 auto;
    }
    #ec_top section.commodities div.item div.image {
        width: 100%;
        height: 200px;
        overflow: hidden;
    }
    #ec_top section.commodities div.item div.image img {
        width: 100%;
    }
    #ec_top section.commodities div.item div.info {
        width: 100%;
        height: auto;
        padding: 20px 10px;
    }
    #ec_top section.commodities div.item div.info h3 {
        position: absolute;
        font-size: 18px;
        font-family: ten-mincho, serif;
        font-weight: 400;
        font-style: normal;
        line-height: 1.5em;
        letter-spacing: 0.25em;
        color: #fff;
        
        top: 60px;
        left: 55%;
        text-shadow: 2px 2px 2px #333;
    }
    #ec_top section.commodities div.item div.info ul {
        margin: 0 0 0 0;
    }
    #ec_top section.commodities div.item div.info ul li::after {
    top: 50%;
    right: 7px;
    }

    #ec_top .reservation_txt p {
        width: 90%;
        font-size: 14px;
        line-height: 26px;
        margin: 16px auto;
        }

    #ec_top .reservation_txt p b {
        font-size: 16px;
        }

}
@media screen and (max-width: 321px){
    #ec_top section.commodities div.item div.info h3 {       
        top: 40px;
        left: 55%;
        font-size: 16px;
    }
    #ec_top section.commodities div.item div.image {
        height: 170px;
    }
}
/*----------------------------------------------------------------------------*/
/* レンジカップスープ　ラインアップ */
div.hv_imc01,div.hv_imc02,div.hv_imc03,div.hv_imc04,div.hv_imc05,div.hv_imc06,div.hv_imc07{
    transition: background-image 1.0s;    
}

div.hv_imc01:hover{background:url(../img/ec_top/cup_soup_01_02.jpg) no-repeat !important;}
div.hv_imc02:hover{background:url(../img/ec_top/cup_soup_02_02.jpg) no-repeat !important;}
div.hv_imc03:hover{background:url(../img/ec_top/cup_soup_03_02.jpg) no-repeat !important;}
div.hv_imc04:hover{background:url(../img/ec_top/cup_soup_04_02.jpg) no-repeat !important;}
div.hv_imc05:hover{background:url(../img/ec_top/cup_soup_05_02.jpg) no-repeat !important;}
div.hv_imc06:hover{background:url(../img/ec_top/cup_soup_06_02.jpg) no-repeat !important;}
div.hv_imc07:hover{background:url(../img/ec_top/cup_soup_07_02.jpg) no-repeat !important;}

#ec_top section.line_up {
    width: 100%;
    padding: 76px 0;
    background-color: #eeeeee;
    
    background-image: url(../img/background_image.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}
#ec_top section.line_up h2 {
    text-align: center;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
#ec_top section.line_up p.soup_info {
    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;
    text-align: center;
    margin-bottom: 40px;
    font-size: 14px;
}
#ec_top section.line_up ul li {
    box-sizing: border-box;
    width: 320px;
    height: 240px;
    margin-bottom: 30px;
    
    background-color: #fff;
}
#ec_top section.line_up ul li:nth-child(7) {
    margin-bottom: 0;
}

#ec_top section.line_up ul li div.image {
    position: relative;
    height: 160px;
    overflow: hidden;
}
#ec_top section.line_up ul li div.image img {
    position: absolute;
    right: -10px;
    bottom: -10px;
}

#ec_top section.line_up ul li div.image span {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 4%;
    left: 2%;
    width: 36%;
    padding: 2px 0px;
    text-align: center;
}

#ec_top section.line_up ul li h4 {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 80px;
    font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 18px 0 0 16px;
}
#ec_top section.line_up ul li h4::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    
    top: 57%;
    right: 16px;
    margin-top: -4px;
    margin-right: -3px;
    
    border-bottom: solid 2px #999;
    border-right: solid 2px #999;
    
    transform: rotate(-45deg);
}

/* スマフォ */
@media screen and (max-width: 767px){
    #ec_top section.line_up {
        padding: 46px 0;
        background-image: none; /*url(/img/background_image.png);*/
    }
    #ec_top section.line_up p.soup_info {
        font-size: 14px;
        margin-bottom: 40px;
    }
    #ec_top section.line_up ul {
        width: 94%;
        margin: 0 auto;
    }
    #ec_top section.line_up ul li {
        position: relative;
        width: 100%;
        height: 92px;
        margin-bottom: 0;
        border-bottom: solid 1px #ccc;
    }
    #ec_top section.line_up ul li div.image {
        position: absolute;
        overflow: hidden;
        width: 80px;
        height: 80px;
        margin: 6px;
        top: 0;
        left: 0;
        background-repeat: no-repeat;
        background-size: 161px 80px;
        background-position: center center; 
    }
    #ec_top section.line_up ul li h4 {
        font-size: 13px;
        padding: 14px 30px 0 100px;
        line-height: 1.6em;
    }
    #ec_top section.line_up ul li h4.l3 {
        padding: 14px 30px 0 100px;
    }

    #ec_top section.line_up ul li div.image span {
        font-size: 10px;
        width: 98%;
        left: 0;
        right: 0;
        margin: auto;
        padding: 0 0;
        line-height: 14px;
        top: 1px;
        }
}
@media screen and (max-width: 321px){
    #ec_top section.line_up ul li h4 {
        font-size: 11px;
        padding: 26px 10px 0 93px;
        line-height: 1.6em;
    }
    #ec_top section.line_up ul li h4.l3 {
        padding: 20px 10px 0 93px;
    }
    #ec_top section.line_up ul li h4::after {
        right: 10px;
    }
}
/*----------------------------------------------------------------------------*/
/* ご自宅用におすすめ */
#ec_top section.assorted_products {
    width: 100%;
    padding: 0 0 0 0;
    background-color: #eeeeee;
}
#ec_top section.assorted_products h2 {
    text-align: center;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
#ec_top section.assorted_products ul {
    margin-top: 50px;
    border-top: none;
}
#ec_top section.assorted_products ul li {
    box-sizing: border-box;
    position: relative;
    width: 492px;
    height: 130px;
    background-color: #fff;
}
#ec_top section.assorted_products ul li::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);
}
#ec_top section.assorted_products ul li div.image {
    display: inline-block;
    float: left;
    width: 140px;
    height: 110px;
    overflow: hidden;
    margin: 10px;
    vertical-align: top;
}
#ec_top section.assorted_products ul li div.image img{
    width: 100%;
}
#ec_top section.assorted_products ul li h4 {
    box-sizing: border-box;
    font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    display: block;
    position: relative;
    height: 130px;
    font-size: 16px;
    font-weight: bold;
    padding: 52px 0 52px 170px;
    vertical-align: top;
}

/* スマフォ */
@media screen and (max-width: 767px){
    #ec_top section.assorted_products ul {
        margin-top: 20px;
        border-top: none;
        width: 94%;
        margin: 0 auto;
    }
    #ec_top section.assorted_products ul li {
        position: relative;
        width: 100%;
        height: 92px;
        border-bottom: solid 1px #ccc;
    }
    #ec_top section.assorted_products ul li:last-child {
        border-bottom: none;
    }
    #ec_top section.assorted_products ul li div.image {
        width: 80px;
        height: 80px;
        margin: 6px;
        overflow: hidden;
        text-align: center;
    }
    #ec_top section.assorted_products ul li div.image img{
        width: 102px;
        height: 80px;
        margin-left: -11px;
    }
    #ec_top section.assorted_products ul li h4 {
        padding: 32px 0 32px 100px;
        font-size: 14px;
    }    
}
@media screen and (max-width: 321px){
    #ec_top section.assorted_products ul li h4 {
        font-size: 13px;
    }    
}
/*----------------------------------------------------------------------------*/
/* その他 野菜を MOTTO 商品 */
#ec_top section.other_products {
    width: 100%;
    padding: 30px 0 60px 0;
    background-color: #eeeeee;
}
#ec_top section.other_products h2 {
    text-align: center;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
#ec_top section.other_products ul li {
    box-sizing: border-box;
    font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    width: 322px;
    height: 262px;
    background-color: #fff;
}
#ec_top section.other_products ul li div.image {
    box-sizing: border-box;
    position: relative;
    width: 322px;
    height: 180px;
}
#ec_top section.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 2px #333;
}
#ec_top section.other_products ul li div.info {
    box-sizing: border-box;
    position: relative;
    width: 322px;
    height: 82px;
    padding: 20px;
}
#ec_top section.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);
}
#ec_top section.other_products ul li div.info h4 {
    font-size: 16px;
    font-weight: normal;
}
#ec_top section.other_products ul li div.info p {
    font-size: 12px;
    font-weight: normal;
}

/* スマフォ */
@media screen and (max-width: 767px){
    #ec_top section.other_products {
        padding: 46px 0 46px 0;
    }
    #ec_top section.other_products ul{
        width: 94%;
        margin: 0 auto;
    }    
    #ec_top section.other_products ul li {
        width: 100%;
        height: 270px;
        margin-bottom: 16px;
    }
    #ec_top section.other_products ul li:last-child {
        margin-bottom: 0px;
    }
    #ec_top section.other_products ul li div.image {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 196px;
        overflow: hidden;
    }
    #ec_top section.other_products ul li div.image img {
        width: 100%;
    }
    #ec_top section.other_products ul li div.info {
        width: 100%;
        height: 82px;
        padding: 14px;
    }
    #ec_top section.other_products ul li div.info p {
        padding: 0 0 0 1px;
    }
}
@media screen and (max-width: 321px){
    #ec_top section.other_products ul li div.image p {
        top: 50px;
        text-shadow: 2px 2px 2px #333;
    }
    #ec_top section.other_products ul li {
        width: 100%;
        height: 250px;
        margin-bottom: 16px;
    }
    #ec_top section.other_products ul li div.image {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: 170px;
        overflow: hidden;
    }
    #ec_top section.other_products ul li div.info::after {
        right: 10px;
    }
}

/*----------------------------------------------------------------------------*/
/* その他 野菜を MOTTO 商品 */
#ec_top section.items_link {
    width: 100%;
    padding: 0 0 60px 0;
    background-color: #eeeeee;
}

#ec_top section.items_link button {
    position: relative;
    width: 344px;
    height: 60px;
    border: solid 1px #000;
    font-size: 18px;
    background-color: #fff;
}
#ec_top section.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){
    #ec_top section.items_link button {
        position: relative;
        width: 94%;
        height: 60px;
        border: solid 1px #000;
        font-size: 18px;
        background-color: #fff;
    }
}
@media screen and (max-width: 321px){
    #ec_top section.items_link button {
        width: 100%;
        margin: 0px auto;
    }
}
/*----------------------------------------------------------------------------*/
/* 贈り物を選ぶ */
#ec_top section.gifts {
    width: 100%;
    padding: 60px 0;
}
#ec_top section.gifts h2 {
    text-align: center;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
#ec_top section.gifts ul li {
    box-sizing: border-box;
    position: relative;
    width: 322px;
    xheight: 228px;
}
#ec_top section.gifts ul li div.image {
    box-sizing: border-box;
    position: relative;
    width: 322px;
    height: 160px;
    overflow: hidden;
    
    background-color: #efefef;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#ec_top section.gifts ul li div.image img {
    width: 100%;
}
#ec_top section.gifts ul li div.image01 img { margin-top: -30px; }
#ec_top section.gifts ul li div.image02 img { margin-top: -40px; }
#ec_top section.gifts ul li div.image03 img { margin-top: -30px; }
#ec_top section.gifts ul li div.image04 img { margin-top: -22px; }

#ec_top section.gifts ul li div.info {
    box-sizing: border-box;
    position: relative;
    width: 322px;
    height: 78px;
    padding: 14px 0 0 0;
}
#ec_top section.gifts 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);
}
#ec_top section.gifts ul li div.info h4 {
    font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: bold;
}
#ec_top section.gifts ul li div.info p {
    font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* スマフォ */
@media screen and (max-width: 767px){
    #ec_top section.gifts {
        padding: 46px 0;
    }
    #ec_top section.gifts ul {
        border-top: solid 1px #ccc;
        width: 94%;
        margin: 0 auto;
    }
    #ec_top section.gifts ul li {
        position: relative;
        width: 100%;
        height: 97px;
        border-bottom: solid 1px #ccc;
    }
    #ec_top section.gifts ul li div.image {
        position: absolute;
        width: 80px;
        height: 80px;
        margin: 8px 8px 8px 0;
        overflow: hidden;
    }
    #ec_top section.gifts ul li div.image img{
        width: auto;
        height: 80px;
        margin: 0 0 0 -30px;
    }
    #ec_top section.gifts ul li div.image01 img{ margin-left: -25px; }
    #ec_top section.gifts ul li div.image02 img{ margin-left: -20px; }
    #ec_top section.gifts ul li div.image03 img{ margin-left: -20px; }
    #ec_top section.gifts ul li div.image04 img{ margin-left: -20px; }
    #ec_top section.gifts ul li div.info {
        box-sizing: border-box;
        width: 100%;
        height: 92px;
        padding: 28px 0 0 100px;
    }
    #ec_top section.gifts ul li:nth-child(2) div.info {
        padding: 8px 0 0 100px;
    }
    #ec_top section.gifts ul li div.info::after {
        right: 1px;
        margin-top: -4px;
    }
}
@media screen and (max-width: 321px){
    #ec_top section.gifts ul li div.info {
        box-sizing: border-box;
        width: 100%;
        height: 92px;
        padding: 28px 0 0 90px;
    }
    #ec_top section.gifts ul li div.info h4 {
        font-size: 14px;
        line-height: 1.25em;
        font-weight: bold;
    }
    #ec_top section.gifts ul li div.info p {
        font-size: 10px;
        font-weight: normal;
    }
}

/*----------------------------------------------------------------------------*/
/* ご予算で選ぶ */
#ec_top section.price_range {
    width: 290px;
}
#ec_top section.price_range h2 {
    text-align: center;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
}
#ec_top section.price_range ul {
    font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    width: 100%;
    border-top: solid 1px #ccc;
}
#ec_top section.price_range ul li {
    box-sizing: border-box;
    position: relative;
    height: 40px;
    border-bottom: solid 1px #ccc;
    padding: 10px 0 0 0;
}
#ec_top section.price_range ul li::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    
    top: 50%;
    right: 10px;
    margin-top: -4px;
    
    border-bottom: solid 2px #999;
    border-right: solid 2px #999;
    
    transform: rotate(-45deg);
}
#ec_top section.price_range .more {
    font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    margin-top: 24px;
    font-weight: bold;
    text-align: right;
}
#ec_top section.price_range .more a {
    position: relative;
    padding-right: 20px;
}
#ec_top section.price_range .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);
}

/* スマフォ */
@media screen and (max-width: 767px){
    #ec_top section.price_range {
        width: 94%;
        margin: 0 auto;
    }
    #ec_top section.price_range .more {
        width: 100%;
    }
    #ec_top section.price_range .more a {
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        position: relative;
        display: block;
        padding: 16px 0px;
        width : 100%;
        border: solid 1px #000;
        text-align: center;
        font-weight: normal;
    }
    #ec_top section.price_range .more a::after {
        right: 10px;
    }
    #ec_top section.price_range ul li {
        box-sizing: border-box;
        position: relative;
        height: 40px;
        border-bottom: solid 1px #ccc;
        padding: 0 0 0 6px;
        line-height: 40px;
    }
    #ec_top section.price_range ul li::after {
        right: 6px;
    }
}


/*----------------------------------------------------------------------------*/
/* ご自宅用を選ぶ・ご自宅用を選ぶ */
#ec_top section.selects {
    width: 100%;
    padding: 0 0 76px 0;
}

/* スマフォ */
@media screen and (max-width: 767px){
    #ec_top section.selects {
        width: 100%;
        padding: 0 0 46px 0;
    }
}

/*----------------------------------------------------------------------------*/
/* ご自宅用を選ぶ */
#ec_top section.family_use {
    width: 674px;
}
#ec_top section.family_use h2 {
    text-align: center;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.1em;
}
#ec_top section.family_use ul {
    width: 324px;
    border-top: solid 1px #ccc;
}
#ec_top section.family_use ul li {
    box-sizing: border-box;
    position: relative;
    height: 80px;
    border-bottom: solid 1px #ccc;
}
#ec_top section.family_use ul li::after {
    display: inline-block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    
    top: 50%;
    right: 2px;
    margin-top: -4px;
    
    border-bottom: solid 2px #999;
    border-right: solid 2px #999;
    
    transform: rotate(-45deg);
}
#ec_top section.family_use ul li div.image {
    display: inline-block;
    width: 70px;
    height: 58px;
    margin: 10px 8px 10px 0;
}
#ec_top section.family_use ul li div.image img{
    width: 70px;
    height: 58px;
}
#ec_top section.family_use ul li div.image img:hover{
    text-decoration: none !important;
}
#ec_top section.family_use ul li div.info {
    display: inline-block;
    margin: 16px 0 0 0;
    vertical-align: top;
}
#ec_top section.family_use ul li div.info:hover {
    text-decoration: underline !important;
}
#ec_top section.family_use ul li div.info h4 {
    font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    font-weight: bold;
}
#ec_top section.family_use ul li div.info p {
    font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
#ec_top section.family_use .more {
    font-family: "游ゴシック", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    margin-top: 24px;
    font-weight: bold;
    text-align: right;
}
#ec_top section.family_use .more a {
    position: relative;
    padding-right: 20px;
}
#ec_top section.family_use .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);
}

/* スマフォ */
@media screen and (max-width: 767px){
    #ec_top section.family_use {
        margin-top: 46px;
        width: 94%;
        margin: 46px auto 0 auto;
    }
    #ec_top section.family_use ul {
        width: 100%;
    }
    #ec_top section.family_use .more {
        width: 100%;
    }
    #ec_top section.family_use .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: 16px 0px;
        width : 100%;
        border: solid 1px #000;
        text-align: center;
        font-weight: normal;
    }
    #ec_top section.family_use .more a::after {
        right: 10px;
    }
}
@media screen and (max-width: 321px){
    #ec_top section.family_use ul li div.info h4 {
        font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
        font-size: 14px;
        font-weight: bold;
    }
    #ec_top section.family_use ul li div.info p {
        font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
        font-size: 10px;
        font-weight: normal;
        line-height: 1.6em;
    }
}
/*----------------------------------------------------------------------------*/
/* NEWS */
#ec_top section.news {
    width: 100%;
    padding: 60px 0;
    background-color: #eeeeee;
}
#ec_top section.news h2 {
    text-align: left;
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
#ec_top 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;
}
#ec_top section.news .more a {
    position: relative;
    padding-right: 20px;
}
#ec_top 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);
}
#ec_top section.news ul {
    margin-top: 46px;
    width: 100%;
}
#ec_top section.news ul li {
    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;
    width: 292px;
    margin-bottom: 30px;
}
#ec_top section.news ul li p.date {
    font-size: 12px;
    color: #999;
}
#ec_top section.news ul li p.description {
    font-size: 14px;
    font-weight: bold;
}

/* スマフォ */
@media screen and (max-width: 767px){
    #ec_top section.news {
        width: 90%;
        margin: 10px auto;
        padding: 46px 10px 20px;
        box-sizing: border-box;
    }
    #ec_top section.news h2{
        font-family: YakuHanJP,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
        padding: 0;
        margin: 0;
    }
    #ec_top section.news ul {
        margin-top: 16px;
        width: 100%;
    }
    #ec_top section.new_list {
        margin: 20px 0 46px 0;
    }
    
    #ec_top section.new_list .more {
        position: relative;
        width: 100%;
    }
    #ec_top 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: 16px 0px;
        margin: 0 auto;
        width : 94%;
        border: solid 1px #000;
        background-color: #fff;
        text-align: center;
        font-weight: normal;
    }
    #ec_top section.new_list .more a::after {
        right: 10px;
    }
}