@charset "Shift_JIS";

/*==============================================
 共通 ここから
================================================*/
/* パンくず削除 */
#pankuzu {
    display: none;
}
#summersale img {
  width: 100%;
}
a {
    display: block;
}
a:hover {
    opacity: .8;
}
/* 税込 */
.buy_price>ul .price.sale+.intax,.buy_price>ul .intax {
    display: none !important;
}
.spesicalprice {
    display: none !important;
}
.smp-none {
    display: none;
}
/*==============================================
 共通 ここまで
================================================*/

/*==============================================
#summersale 共通 ここから
================================================*/
/* 価格プロ アイコン削除 */
#summersale .ranking .item-block .item-price .price {
    color: red;
}
#summersale .ranking .item-block .item-price .price .spesicalprice {
    display: none;
}
#summersale .ranking .item-block .item-price .intax {
    display: none;
}
#summersale{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
/* 背景 */
#summersale .back {
    position: relative;
    padding-bottom: 5%;
}
#summersale .back-inner {
    background-color: #1bb7dde3;
    box-sizing: border-box;
    /* padding-top: 2%; */
    padding: 1px;

}
/* 看板 */
#summersale .kanban {
    position: relative;
}
#summersale .inner {
    width: 95%;
    margin: 0 auto;
}
#summersale .section {
    width: 90%;
    margin: 0% auto 6%;
    background: #FFF;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0% 0% 2.5%;    
}
#summersale .section-title {
    width: 100%;
    text-align: center;
}

#summersale .section-title h2 {
    position: relative;
    color: #479ad1;
    font-size: 2.2em;
    line-height: 1.2;
    margin: 0 0 3%;
    font-weight: bold;
    background-color: #f6f08c;
    padding: 1% 1%;
}
#summersale #coupon .section-title h2 {
    font-size: 2em;
}
#summersale #newItem .section-title h2 {
    font-size:2em;
}
#summersale .section-title h2 .font-s {
    color: #222222;
    font-size: .8em;
    line-height: 1;
}
#summersale #newItem .section-title h2 .font-s {
    color: #07c656;
}
#summersale .section-title h2 .font-b {
    color: #222;
    font-size:1.5em;
    line-height: 1;
}
#summersale .section-title h2 .color-gr {
    color: #07c656;
    font-size:1.1em;
}
/*==============================================
#summersale 共通 ここまで
================================================*/

/*==============================================
 アンカー ここから
================================================*/
#summersale .anchor {
    width: 100%;
    box-sizing: border-box;
    padding: 0% 0% 0%;
    background-color: #1bb7dde3;
    margin: 0 auto 0%;
    position: relative;
    border-radius: 0;
}
#summersale .anchor .icon-yashi {
    position: absolute;
    width: 45%;
}
#summersale .anchor .yashinoki {
    right: -9%;
    top: 47%;
}
#summersale .anchor .yashinoki_2 {
    left: -7%;
    top: 47%;
    /* transform: scale(-1, 1); */
}
#summersale .anchor h2 {
    font-size: 4.5vw;
    text-align: center;
    color: #FFF;
    font-weight: bold;
}
#summersale .anchor p {
    font-size: 3.3vw;
    text-align: center;
    color: #FFF;
    margin-bottom: .5%;
}
#summersale .anchor-title {
    width: 100%;
    background-color: #F6F08C;
}
#summersale .anchor-title p{
    color: #479ad1;
    padding: .7% 0;
    font-size:1.5em;
    font-weight: bold;
}
#summersale .anchor ul  {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .5%;
    box-sizing: border-box;
    padding: 2% 1% 2.5%;
    border-radius: 0;
}
#summersale .anchor ul li  {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 4%;
}
#summersale .anchor ul li:nth-child(2),
#summersale .anchor ul li:nth-child(3) {
    /* margin-bottom: 0; */
    width: 48.5%;
}
#summersale .anchor ul li:nth-child(1)
#summersale .anchor ul li:nth-child(4) {
    width: 100%;
}
#summersale .anchor ul li .anchor-icon {
    position: absolute;
}
#summersale .anchor ul li .anchor-icon_1,
#summersale .anchor ul li .anchor-icon_2,
#summersale .anchor ul li .anchor-icon_3,
#summersale .anchor ul li .anchor-icon_4 {
    position: absolute;
    right: -2.9em;
    bottom: -27px;
    transform: translateX(-50%);
    width: 57px;
    
}
#summersale .anchor ul li .radius  {
    /* border-radius: 5px; */
    box-shadow: 5px 5px #1f5ed8;
}


/*==============================================
 アンカー ここまで
================================================*/

/*==============================================
 日替わりセール　ここから
================================================*/
#daily-sale .items {
    display: flex;
    justify-content: center;
    /* gap: 2%; */
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 2%;
}
#daily-sale .items > li {
    width: 50%;
    margin: 0 0% 3% 0%;
    box-sizing: border-box;
    padding-left: 5%;
    padding-bottom: 3%;
    border-bottom: 1px solid #ededed;
}
#daily-sale .items > li > a > dl {
    display: flex;
    justify-content: center;
}
#daily-sale .items > li > a > dl > dt {
    width: 40%;
    height: 16em;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
#daily-sale .items > li > a > dl > dt img {
    position: absolute;
    left: 0%;
    top: 58%;
    transform: translateY(-50%);
    /* filter: brightness(.989); */
}
#daily-sale .items > li > a > dl > dd {
    width: 65%;
    box-sizing: border-box;
    padding: 1%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#daily-sale .items > li > a > dl > dd .dairy-sale-list,
#daily-sale .items > li > a > dl > dd .dairy-price-list {
    width: 100%;
    text-align: center;
}
#daily-sale .items > li > a > dl > dd .dairy-price-list {
    margin-bottom: 2%;
}
#daily-sale .items > li > a > dl > dd .dairy-price-list li {
    color: #222 !important;
}
#daily-sale .real-price br {
    display: none;
}
#daily-sale .price_box {
    display: inline-block;
    margin: 0 !important;
    padding:  0 !important;
}
/* 通常価格 */
#daily-sale .dairy-price-list > ul {
    display: inline-flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    gap: 3%;
    border-bottom: 1px solid #222;
}
#daily-sale .dairy-price-list > ul li,
#daily-sale .dairy-price-list > ul li p {
    line-height: 1.3;
}
#daily-sale .dairy-price-list > ul .dairy-price-n__icon p{
    font-size: 1em;
    white-space: nowrap;
}
#daily-sale .dairy-price-list > ul .dairy-price-n__price .price{
    font-size:1em;
    color: #222 !important;
}

/* セール価格 */
#daily-sale .dairy-sale-list > ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
    margin-bottom: 4%;
}
/* 超目玉 */
#daily-sale .dairy-sale-list > ul .dairy-price-s__icon.medama {
    background-color: #f1da3e;
}
#daily-sale .dairy-sale-list > ul .dairy-price-s__icon.medama p {
    color: #bd1e18 !important;
    font-weight: 700;
}
/* クーポン */
#daily-sale .dairy-sale-list > ul .dairy-price-s__icon.coupon {
    background-color: #1051c9;
}
#daily-sale .dairy-sale-list > ul .dairy-price-s__icon.coupon p {
    color: #FFF !important;
    font-weight: 700;
}
#daily-sale .dairy-sale-list > ul .dairy-price-s__icon {
    background-color: #eb0012;
}
#daily-sale .dairy-sale-list > ul .dairy-price-s__icon p{
    font-size: .8em;
    padding: 0.15em .45em;
    color: #FFF;
}
#daily-sale .dairy-sale-list > ul .dairy-price-s__point p{
    font-size: .8em;
    padding: 0.15em .45em;
    color: #FFF;
    background-color: #1051c9;
}
#daily-sale .dairy-sale-list > ul .dairy-price-s__price{
    font-size: 1.2rem;
    color: #eb0012 !important;
}
#daily-sale .dairy-sale-list .dairy-price-s__price .price{
    font-size: 1.2rem;
    color: #eb0012 !important;
    /* font-family: Lato; */
}
#daily-sale .items li.intax {
    width: auto;
    display: none;
}
#daily-sale .items .shosai {
    position: relative;
    display: inline-block;
    font-size: 1em;
    padding: .3em 2.5em .29em 2em;
    border-radius: 100em;
    background-color: #e50012;
    color: #FFF;
}
#daily-sale .items .shosai::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .5em;
    height:.5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
#daily-sale .items .outlet_top {
    margin-bottom: 1%;
    padding: 0 2%;
}
#daily-sale .items .outlet_top .name {
    font-size: 1em;
    text-align: center;
    font-weight: bold;
}
#daily-sale .items a:hover .outlet_top .name {
    color: #222 !important;
}

#summersale .link {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
#summersale .link-btn {
    position: relative;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    background-color: #eb0012;
    border: 1px solid #eb0012;
    border-radius: 100vw;
    box-sizing: border-box;
    padding: 1%;
    box-shadow: 0 3px 0 #7a100c;
    color: #fff;
}
#summersale .link-btn a{
    font-size: 1.1rem;
}
#summersale .link-btn::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .6em;
    height: .6em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
#summersale .link-btn a:hover {
    color: #fff !important;
}
#summersale .link h3 {
    font-size: 2em;
    margin-bottom: 1.5%;
}
#summersale .section-title h3{
    font-size: 20px;
    letter-spacing: .06em;
    line-height: 1.5em;
    border-bottom: dashed 2px red;
    margin-bottom: 5%;
    box-sizing: border-box;
    padding: 1%;
    margin: 1% 30% 3%;
}
/*==============================================
 日替わりセール ここまで
================================================*/

/*==============================================
ストア ここから
================================================*/
#summersale section.store{
    box-sizing: border-box;
    padding: 1% 3% 2%;
}
#summersale section.store .store-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#summersale section.store .store-inner .store-link{
    width: 32%;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 2%;
}
/*==============================================
ストア ここまで
================================================*/

/*==============================================
キャンペーン ここから
================================================*/
#summersale section.camp a{
    display: block;
    width: 80%;
    margin: 0 auto;
} 
/*==============================================
キャンペーン ここまで
================================================*/

/*==============================================
ブランドから探す ここから
================================================*/
#summersale #brand.section {
    padding-bottom: 0;
}
#summersale .brand-category {
    display: block;
    width: 90%;
    margin: 4% auto;
    background-color: #b1eaf7;
    padding: 2.8% 0 3%;
}
#summersale .brand-category h3 {
    color: #0c2429;
    font-size: 1.7em;
    text-align: center;
}
#summersale .brand-category .brand-category__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 2% 0 .5%;
    gap: 2%;
}
#summersale .brand-category .brand-category__inner li {
    width: 30%;
    margin-right: 0;
    margin-bottom: 2%;
    background: #FFF;
    overflow: hidden;
    border-radius: 5px;
}
/*==============================================
ブランドから探す ここまで
================================================*/

/*==============================================
カテゴリ一覧 ここから
================================================*/

#summersale .summer-category {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 0%;
    margin-bottom: 0%;
}
#summersale .summer-category h3 {
    color: #0c2429;
    font-size: 1.5em;
    text-align: center;
}
#summersale .summer-category .summer-category__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 97%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 2% 0 .5%;
    gap: 1.5%;
}
#summersale .summer-category .summer-category__inner li {
    position: relative;
    width: 32%;
    margin-right: 0;
    margin-bottom: 2%;
    background: #FFF;
    overflow: hidden;
    border-radius: 5px;
    color: #FFF;
    text-align: center;
}
#summersale .summer-category .summer-category__inner li::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .5em;
    height: .5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0;
    bottom: 0;
    right: 10%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
#summersale .summer-category .summer-category__inner li a {
    font-size: 1rem;
    padding: .9em 0 .9em 1em;
    background-color: #34bfe1;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
#summersale .summer-category .summer-category__inner li a:hover {
    color: #FFF !important;
    opacity: .7;
}
#summersale .summer-category .summer-category__inner li a img {
    width: 25%;
    border-radius: 100vw;
    display: block;
    margin-right: 1.5em;
}
#summersale .summer-category .summer-category__inner li a p {
    font-size: 1rem;
}
/*==============================================
カテゴリ一覧 ここまで
================================================*/

/*==============================================
夏グルメここから
================================================*/
#summer-gourmet a{
    max-width: 575px;
    margin: 0 auto; 
}
/*==============================================
夏グルメここまで
================================================*/

/*==============================================
クリスパここから
================================================*/
#drink a{
    max-width: 575px;
    margin: 0 auto;
}
/*==============================================
クリスパここまで
================================================*/

/*==============================================
lineここから
================================================*/
#line a{
    max-width: 575px;
    margin: 4% auto;
}
#summersale #line.section {
    padding: 0;
}
/*==============================================
lineここまで
================================================*/

/*==============================================
関連特集　ここから
================================================*/
#summersale section.event {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top:1%;
    box-sizing: border-box;
    border-radius: 0px;   
}
#summersale section.event .bn {
    margin-bottom: 2%;
    width: 80%;
}
/*==============================================
関連特集　ここまで
================================================*/

/*==============================================
ページトップ　ここから
================================================*/
#summersale .pagetop {
    position: fixed;
    bottom:3em;
    right: 3em;
    z-index: 3;
}
#summersale .pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: .9em;
    background-color: #6dbbee;
    border-radius: 80px;
    width:75px;
    height:75px;
    line-height: 1.3em;
    transition: 0.3s all;
}
#summersale .pagetop a:hover {
    color: #fff !important;
}
/*==============================================
ページトップ　ここまで
================================================*/

/*==============================================
タブレット　ここから
================================================*/
@media screen and (max-width: 1000px) {
	/* 1000px以下に適用されるCSS（タブレット用） */

    /* 左右余白削除 */
    footer .footer-inner, header .header, header .information, main, main#wrapper, nav .category_nav {
        box-sizing: border-box;
        padding: 0 !important;
    }
    /* 日替わりセール */

    /* 商品余白削除 */
    #daily-sale .items > li {
        padding-left: 1%;
    }

    /* ページトップボタン */
    #summersale .pagetop {
        bottom: 1.5em;
        right: 1.5em;
    }
    #summersale .pagetop a {
        font-size: .7em;
        width: 55px;
        height: 55px;
    }
}
/*==============================================
タブレット　ここまで
================================================*/