
    @charset "UTF-8";

/* CSS Document */

#mvis.slider li a {
    display: block;
    width: 100%;
    height: 416px;
    background: no-repeat center center;
    background-size: 100% auto;
    overflow: hidden;
    text-indent: -9999em;
}


/*----------------------------------------
    コンテンツ領域
-----------------------------------------*/

#container ul li.borderBox,
#container .blockOther ul>li {
    margin-bottom: 14px;
    height: 227px;
}

#container ul li.borderBox {
    width: 32.017%;
}

#container .blockOther ul>li {
    width: 227px;
}

#container ul li.borderBox a.inner {
    overflow: hidden;
}


/*----------------------------------------
    メイン領域
-----------------------------------------*/

#container ul li.borderBox {
    float: left;
    margin-right: 1.975%;
}

#container ul li.borderBox .detArea {
    padding: 2em 15%;
}

#container ul li.borderBox .detArea .tit {
    font-weight: normal;
    text-align: center;
    line-height: 1em;
    margin-bottom: 0.8em;
}

#container ul li.borderBox .detArea .tit img {
    vertical-align: top;
}

#container ul li.borderBox a:hover .btnArea {
    color: #fff;
    background-color: #f25242;
    background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/img/icon_arrow_next_white.png);
}

#container .blockMain li.borderBox .detArea .tit {
    font-size: 200%;
}

#container .blockMain li.borderBox .detArea .tit img {
    margin-right: 0.5em;
}

#container .blockMain li.borderBox .btnArea {
    line-height: 1em;
    text-align: center;
    background: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/img/icon_arrow_next.png) no-repeat 95% center #f3ebcd;
    padding: 0.8em 0 0.5em;
    font-weight: bold;
}

#container ul li.borderBox figure {
    text-align: center !important;
}


/*----------------------------------------
    そのほか
-----------------------------------------*/

#container .blockOther ol {
    list-style-type: none;
}


/*----------------------------------------
    限定
-----------------------------------------*/

#container .blockOther li.limit {
    color: #fff;
    background: #f25242;
}

#container .blockOther li.limit .tableLayout {
    max-width: 450px;
    margin: 0 auto;
}

#container .blockOther li.limit a {
    color: #fff;
    padding: 15px;
    display: block;
}

#container .blockOther li.limit .tit {
    font-weight: normal;
    font-size: 142%;
    margin-bottom: 0.5em;
}

#container .blockOther li.limit .tit::after {
    content: "";
    background: #fff;
    width: 3em;
    height: 2px;
    display: block;
    margin: 0.3em auto 1em;
}

#container .blockOther li.limit figure {
    width: 120px;
    padding-right: 1em;
}

#container .blockOther li.limit .btnArea {
    background: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/img/icon_arrow_next_over.png) no-repeat 95% center #fff;
    color: #f25242;
    text-align: center;
    font-size: 92%;
    padding: 0.5em 0;
    margin-top: 1em;
    font-weight: bold;
}


/*----------------------------------------
    ランキング
-----------------------------------------*/

#container .blockOther li.ranking {
    background: #e9bf47;
}

#container .blockOther li.ranking .tit {
    margin-bottom: 1.0em;
    font-size: 85.7%;
}

#container .blockOther li.ranking>.inner {
    padding: 10px 24px;
}

#container .blockOther li.ranking>.inner li {
    padding: 3px;
}

#container .blockOther li.ranking>.inner li a {
    position: relative;
    display: block;
}

#container .blockOther li.ranking>.inner li a p {
    position: absolute;
    top: 100%;
    left: 0;
    transition: 0.1s top ease-in-out;
    font-size: 78.5%;
}

#container .blockOther li.ranking>.inner li a p span {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 122px;
    height: 122px;
    padding: 1em 0.3em 0;
    display: table-cell;
    vertical-align: middle;
}

#container .blockOther li.ranking>.inner li a:hover p {
    top: 0;
}

#container .blockOther li.ranking>.inner li a::after {
    content: "";
    background-repeat: no-repeat;
    top: 5px;
    left: 5px;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
}

#container .blockOther li.ranking>.inner li:nth-of-type(1) a::after {
    background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/img/icon_rank_1.png);
}

#container .blockOther li.ranking>.inner li:nth-of-type(2) a::after {
    background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/img/icon_rank_2.png);
}

#container .blockOther li.ranking>.inner li:nth-of-type(3) a::after {
    background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/img/icon_rank_3.png);
}

#container .blockOther li.ranking>.inner .btmlnk {
    vertical-align: middle;
    padding: 8px 0 0 0;
}


/*----------------------------------------
    サブ
-----------------------------------------*/

#container .blockSub .borderBox .inner {
    position: relative;
}

#container .blockSub .borderBox .detArea {
    padding: 1em 0 0;
}

#container .blockSub .borderBox .detArea .tit {
    font-size: 1.357em;
    margin-bottom: 0;
    position: relative;
    z-index: 1em;
}

#container .blockSub .borderBox .detArea .largeTit {
    font-size: 1.857em;
}

#container .blockSub .borderBox .detArea .tit img {
    margin-bottom: 0.5em
}

#container .blockSub .borderBox .detArea .tit::after {
    content: "";
    background: #9f7524;
    width: 40px;
    height: 2px;
    display: block;
    margin: 0.3em auto;
}

#container .blockSub .borderBox.type1 .detArea .tit::after {
    background: #e77521;
}

#container .blockSub .borderBox.type1.bGreen .detArea .tit::after {
    background: #357c05;
}

#container .blockSub .borderBox.type1 p,
#container .blockSub .borderBox.type2 p {
    line-height: 1.0em;
    padding: 0.7em 5% 0.5em;
    background: rgba(255, 255, 255, 1) url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/img/icon_arrow_next.png) no-repeat 95% center;
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 90%;
    left: 0;
    text-align: center;
    font-size: 0.857em;
}

#container .blockSub .borderBox.type1 a:hover p,
#container .blockSub .borderBox.type2 a:hover p {
    background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/img/icon_arrow_next_over.png);
}

#container .blockSub .borderBox.type3 figure {
    position: relative;
}

#container .blockSub .borderBox.type3 figure p {
    position: absolute;
    transition: 0.1s top ease-in-out;
    top: 101%;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
}

#container .blockSub .borderBox.type3 a:hover figure p {
    top: 0;
}

#container .blockSub .borderBox.type3 figure p span {
    display: block;
    margin-top: 2.5em;
}

#container .blockSub .borderBox.type3 a figure::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/img/icon_triangle.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    right: 1px;
    bottom: 1px;
    z-index: 1;
}

#container .blockSub .borderBox.type3 a:hover figure::after {
    background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/img/icon_triangle_over.png);
}


/*----------------------------------------
    無効果
-----------------------------------------*/

#container .blockSub .borderBox.disabled {
    position: relative;
}

#container .blockSub .borderBox.disabled:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6) url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/img/icon_comingsoon.png) no-repeat center center;
    content: "";
    display: block;
    z-index: 2;
}

#topNews {
    width: 810px;
    display: table;
    margin: 18px auto;
    line-height: 1;
    font-size: 87.5%;
}

#topNews > li {
    display: table-cell;
    background: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/imgv2/top/n_icon.png) no-repeat 10px center;
    padding-left: 25px;
}

#topNews > li .iconNew {
    height: 12px;
    width: 27px;
    display: inline-block;
    margin-left: 3px;
    outline: medium none;
    text-indent: -9999px;
    background: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/imgv2/top/new.png) no-repeat;
}

@media screen and (max-width: 800px) {
    #topNews {
        margin: 8px 0 12px;
        width: 100%;
    }
    #topNews li {
        background-position-x: 0;
        border-bottom: 1px dashed #d0d0d0;
        display: block;
        padding: 12px 12px 12px 15px;
    }
    #topNews dd ul li:last-child {
        border: none;
    }
}

#topUpper {
    margin: 0 0 32px;
    overflow: hidden;
}

#topSliderBox {
    background: #ebeaea;
    float: left;
    position: relative;
    width: 74.632%;
}

#topSliderBox a {
    color: #333;
}

#topSliderBox .lead {
    height: 60px;
    line-height: 60px;
    background-repeat: no-repeat;
    padding-left: 80px;
}

#topSliderBox .slideFoods .lead {
    background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/imgv2/top/slide_icon_foods.png);
}

#topSliderBox .slideGoods .lead {
    background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/imgv2/top/slide_icon_goods.png);
}

#topSliderBox .slideSea .lead {
    background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/imgv2/top/slide_icon_sea.png);
}

#topSliderBox li:hover {
    opacity: 0.7
}

#topSliderBox li a:hover {
    color: #333;
    text-decoration: none;
}

#topSliderBox .bx-controls .bx-pager {
    position: absolute;
    bottom: 42px;
    right: 5px;
    font-size: 1px;
}

#topSliderBox .bx-pager-item {
    display: inline-block;
    text-indent: -9999em;
    margin-left: 8px;
}

#topSliderBox .bx-pager-link {
    display: block;
    background: #d1d1d1;
    width: 8px;
    height: 8px;
}

#topSliderBox .bx-pager-link.active {
    background: #888;
}

#topSliderBox .bx-wrapper {
    position: relative;
}

#topSliderBox .bx-controls-direction a {
    opacity: 1;
    transition: 0.3s opacity linear;
}

#topSliderBox .bx-controls-direction a.bx-prev,
#topSliderBox .bx-controls-direction a.bx-next {
    position: absolute;
    top: 38%;
    z-index: 2;
    background-size: 100% auto;
    width: 25px;
    height: 47px;
    background-repeat: no-repeat;
    text-indent: -9999em;
}

#topSliderBox .bx-controls-direction a.bx-prev {
    left: 0;
    background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/imgv2/top/special_prev.png);
}

#topSliderBox .bx-controls-direction a.bx-next {
    right: 0;
    background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/imgv2/top/special_next.png);
}

.topSpecialBnr {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    float: right;
    padding-left: 14px;
    width: 25.368%;
    height: 100%;
}

.topSpecialBnr a:hover {
    opacity: 0.7;
}

/*レスポンシブ対応のトップバナー*/
.topSpecialBnr_v2 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    float: right;
    padding-left: 14px;
    width: 25.368%;
    height: 100%;
}

.topSpecialBnr_v2 a:hover {
    opacity: 0.7;
}
.topSpecialBnr_v2_pc{
    display: block;
}
.topSpecialBnr_v2_sp{
    display: none;
}

@media screen and (max-width: 800px) {
    #topUpper {
        height: auto;
        margin-bottom: 1em;
    }
    #topSliderBox {
        float: none;
        font-size: 87.5%;
        width: auto;
    }
    #topSliderBox .lead {
        height: 30px;
        padding-left: 35px;
        background-size: 30px auto;
        line-height: 30px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }
    #topSliderBox .bx-controls-direction a.bx-prev,
    #topSliderBox .bx-controls-direction a.bx-next {
        top: 38%;
        z-index: 2;
        background-size: 100% auto;
        width: 16px;
        height: 30px;
    }
    .topSpecialBnr {
        display: none;
    }

    /*レスポンシブ対応のトップバナー*/
    .topSpecialBnr_v2 {
        text-align: center;
        width: 100%;
        padding-left: 0;
        margin-top: 1em;
    }
    .topSpecialBnr_v2_pc{
        display: none;
    }
    .topSpecialBnr_v2_sp{
        display: inline;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .topSpecialBnr {
        display: none;
    }
    /*レスポンシブ対応のトップバナー*/
    .topSpecialBnr_v2_pc {
        display: none;
    }
}

#topUnder {
    overflow: hidden;
}

#topRankBox {
    background: #fefefc;
    border: 1px solid #e9e9e9;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    float: left;
    height: 468px;
    overflow: hidden;
    padding: 10px 22px 0;
    width: 23.895%;
}

.topRankBox_tit {
    font-size: 160%;
    font-weight: normal;
    line-height: 1.3;
    margin: 0 0 15px;
    text-align: center;
}

.topRankBox_tit img {
    margin: 0 0 8px;
}

.topRankBox_tit span {
    display: block;
    font-size: 70%;
}

#topRankBox_tit::after {
    background: #d6a808 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: 4px auto 0;
    width: 2em;
}

#topRankBox li {
    list-style: none;
    margin-bottom: 10px;
}

#topRankBox li:last-child {
    margin-bottom: 8px;
}

#topRankBox li a {
    display: block;
    position: relative;
}

#topRankBox li a:after {
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 30px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 30px;
}

#topRankBox li:nth-of-type(1) a:after {
    background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/imgv2/top/rank01.png);
}

#topRankBox li:nth-of-type(2) a:after {
    background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/imgv2/top/rank02.png);
}

#topRankBox li:nth-of-type(3) a:after {
    background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/imgv2/top/rank03.png);
}

#topRankBox li a p {
    font-size: 78.5%;
    left: 0;
    position: absolute;
    top: 100%;
    transition: top 0.1s ease-in-out 0s;
}

#topRankBox li a p {
    position: absolute;
    top: 100%;
    left: 0;
    transition: 0.1s top ease-in-out;
    font-size: 90%;
}

#topRankBox li a p span {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    width: 193px;
    height: 110px;
    padding: 1em 0.3em 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

#topRankBox li a:hover p {
    top: 0;
}

#topRankBox li a::after {
    content: "";
    background-repeat: no-repeat;
    top: 5px;
    left: 5px;
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
}

.topRankBox_more {
    font-weight: bold;
}

.topRankBox_more > a {
    color: #444;
}

@media screen and (max-width: 800px) {
    #topRankBox {
        display: none;
    }
}

#topUnderRight {
    float: right;
    width: 74.632%;
}

#topUnderRight a {
    color: #333;
}

#topUnderRight li:nth-child(3n) {
    margin-right: 0 !important;
}

#topUnderRight li.borderBox > .inner {
    background: #fefefc;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    height: 100%;
}

#topUnderRight li.borderBox > .inner figure.amt {
    margin-top: 0;
    position: absolute;
    bottom: 1px;
    width: 223px;
}

#topUnderRight li.borderBox:nth-child(n + 4) {
    margin-bottom: 0;
}

.borderBox a.inner:hover {
    border-width: 2px;
    padding: 0;
}

@media screen and (max-width: 800px) {
    #topUnderRight {
        float: none;
        width: auto;
    }
    #topUnderRight li.borderBox > .inner {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        height: 100%;
    }
    #topUnderRight li.borderBox > .inner figure.amt {
        margin-top: 0;
        position: absolute;
        bottom: 1px;
        width: 223px;
    }
    #specialSlideBox div.inner {
        width: auto;
    }
    #specialSlideBox .bx-controls-direction a.bx-prev,
    #specialSlideBox .bx-controls-direction a.bx-next {
        height: 30px;
        width: 16px;
        margin-top: -15px;
    }
    #topUnderRight li.borderBox > .inner figure.amt {
        height: 100px;
        width: 100%
    }
}

#specialSlideBox {
    margin: 40px 0;
}

#specialSlideBox .inner {
    background: #fefefc;
    border: 1px solid #e9e9e9;
    margin: auto;
    padding: 16px;
    width: 916px;
}


#specialSlideBox .tit {
    font-size: 110%;
    font-weight: normal;
    padding: 4px 0;
}

#specialSlideBox .bx-wrapper {
    position: relative;
}

#specialSlideBox .bx-controls-direction a.bx-prev {
    background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/imgv2/top/special_prev.png);
    left: 0;
}

#specialSlideBox .bx-controls-direction a.bx-next {
    background-image: url(https://s.yimg.jp/images/evt/fukkodp/fkd/commonv2/imgv2/top/special_next.png);
    right: 0;
}

#specialSlideBox .bx-controls-direction a.bx-prev,
#specialSlideBox .bx-controls-direction a.bx-next {
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 47px;
    position: absolute;
    text-indent: -9999em;
    top: 50%;
    width: 25px;
    z-index: 2;
    margin-top: -24px;
}

@media (max-width:949px) {
    #specialSlideBox {
        display: none;
    }
}

@media (max-width:800px) {
    /*mvis*/
    #mvis.slider li a {
        height: 260px;
        background-size: auto 100%;
    }
    /*
* コンテンツ領域
*/
    #container ul li.borderBox {
        width: 49%;
        margin-right: 2% !important;
    }
    #container ul li.borderBox:nth-of-type(2n) {
        margin-right: 0 !important;
    }
    #container .blockMain li.borderBox .detArea .tit {
        font-size: 140%;
    }
    #container .blockSub li.borderBox .detArea .tit,
    #container .blockOther li.borderBox .detArea .tit {
        font-size: 120%;
    }
    #container ul li.borderBox,
    #container .blockOther ul>li {
        height: 200px;
    }
    /*メイン領域*/
    #container .blockMain li.borderBox .detArea {
        padding: 1em 3%;
    }
    #container .blockMain li.borderBox .detArea p {
        font-size: 92%;
    }
    #container .blockMain li.borderBox .detArea .tit img {
        max-width: 12%;
    }
    /*その他領域*/
    #container .blockOther {
        float: none;
    }
    #container .blockOther ul > li {
        width: auto;
    }
    /*ランキング*/
    #container .blockOther li.ranking {
        display: none;
    }
    /*サブ領域*/
    #container .blockSub .borderBox.type3 figure p {
        display: none;
    }
}

@media(max-width:640px) {
    #container .blockSub .borderBox.type1 p,
    #container .blockSub .borderBox.type2 p {
        bottom: 5px;
    }
    #topUnderRight li.borderBox > .inner figure.amt {
        height: auto;
    }
    #topSliderBox .lead {
        line-height: 1.2;
        padding-top: 3px;
    }
}


/*----------------------------------------
    ストア情報
-----------------------------------------*/

#storeinfo {
    margin: 40px auto;
    overflow: hidden;
}

.storeinfo_bnr,
.storeinfo_new {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    float: left;
    padding: 0 16px;
    width: 50%;
}

.storeinfo_bnr img {
    max-width: 100%;
    height: auto;
}

.storeinfo_bnr a:hover img {
    opacity: 0.7;
}

.storeinfo_new_tit {
    font-size: 110%;
    font-weight: normal;
    padding: 0 0 8px;
}

.storeinfo_new_list > li {
    margin-bottom: 8px;
}

.storeinfo_new_list dt {
    font-size: 87.5%;
}

.storeinfo_new_list .date {
    margin-right: 4px;
}

.storeinfo_new_list dd {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 800px) {
    .storeinfo_bnr,
    .storeinfo_new {
        float: none;
        padding: 0;
        width: 100%;
    }
    .storeinfo_bnr {
        text-align: center;
    }
    .storeinfo_new {
        margin-top: 24px;
    }
}