@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;500;700&display=swap");
/* =============================================
共通
============================================= */
#keiosale_20231005 {
    width: 990px;
    text-align: center;
    font-size: 16px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#keiosale_20231005 a {
    text-decoration: none;
}

#keiosale_20231005 .link_hover {
    text-decoration: none;
    transition: .4s;
}

#keiosale_20231005 .link_hover:hover {
    opacity: .7;
    cursor: pointer;
}

/* =============================================
予告
============================================= */
#keiosale_20231005 .info_pre{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    background: #C8BA8B;
    margin-top: 1em;
    padding: 1em;
    line-height: 1.5;
    border-radius: 1em;
}

/* =============================================
コンテンツ
============================================= */
#keiosale_20231005 .cont{
    margin-top: 60px;
}

/* =============================================
タイトル
============================================= */
#keiosale_20231005 .ttl{
    text-align: center;
}

#keiosale_20231005 .ttl02{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    color: #668A57;
}

#keiosale_20231005 .ttl02::before,
#keiosale_20231005 .ttl02::after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #668A57;
}

#keiosale_20231005 .ttl02::before {
    margin-right: .6rem;
}

#keiosale_20231005 .ttl02::after {
    margin-left: .6rem;
}

#keiosale_20231005 .ttl p {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
	font-size: 50px;
	color: #668A57;
	line-height: 1;
	margin: 0 auto 42px;
}


#keiosale_20231005 .ttl .ttl_s{
    font-size: 40px;
}




/* =============================================
食品
============================================= */
#keiosale_20231005 .food_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 930px;
}

#keiosale_20231005 .food_list li{
    margin-bottom: 24px;
}

#keiosale_20231005 .food_list .food_cate{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    background: #e3cea5;
    padding: 17px 21px;
    width: 450px;
    box-sizing: border-box;
}

#keiosale_20231005 .food_list .food_cate .food_cate_item01{
    width: 200px;
    height: 80px;
    background-color: #fff;
    background-image: url(/ec/shop/images/campaign/20231005_keiosale/arrow_g.svg);
    background-repeat: no-repeat;
    background-size: 11px 19px;
    background-position: top 30px right 12px;
    margin-bottom: 6px;
}

#keiosale_20231005 .food_list .food_cate .food_cate_item01 a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #668A57;
    font-size: 18px;
    font-weight: bold;
    padding-left: 16px;
    box-sizing: border-box;
}

#keiosale_20231005 .food_list .food_cate .food_cate_item02{
    width: 200px;
    height: 80px;
    background-color: #668A57;
    font-weight: bold;
    background-image: url(/ec/shop/images/campaign/20231005_keiosale/arrow_w.svg);
    background-repeat: no-repeat;
    background-size: 11px 19px;
    background-position: top 30px right 12px;
}

#keiosale_20231005 .food_list .food_cate .food_cate_item02 a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-left: 16px;
    box-sizing: border-box;
}

#keiosale_20231005 .food_list .food_cate .wide{
    width: 100%;
}
#keiosale_20231005 .food_list .food_cate .wide a{
    justify-content: center;
}

#keiosale_20231005 .food_list li:nth-of-type(3),
#keiosale_20231005 .food_list li:last-of-type{
    margin-bottom: 0 !important;
}

#keiosale_20231005 .food_list p{
    font-size: 14px;
     margin-top: 14px;
}

/* =============================================
その他カテゴリー用
============================================= */
#keiosale_20231005 .other_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 930px;
    margin: 31px auto 0;
}



 #keiosale_20231005 .other_list li:nth-last-child(n + 3) {
    margin-bottom: 32px;
  }	

/* =============================================
コスメ
============================================= */
#keiosale_20231005 .other_list.cosme_list li .textWrap{
    background-color: #FFF9F8;
    padding: 20px;
    text-align: left;
}

#keiosale_20231005 .other_list.cosme_list li .textWrap > p{
    font-weight: bold;
}

#keiosale_20231005 .other_list.cosme_list li .textWrap > p.brand{
    font-size: 14px;
    text-indent: -0.5em;
}

#keiosale_20231005 .other_list.cosme_list li .textWrap > p.name{
    font-size: 18px;
}

#keiosale_20231005 .other_list.cosme_list li .textWrap > p.price{
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
}

#keiosale_20231005 .other_list.cosme_list li .textWrap > p.price .limited{
    font-size: 14px;
    font-weight: normal;
}

#keiosale_20231005 .other_list.cosme_list li .textWrap > p.price b{
    font-size: 20px;
}

#keiosale_20231005 .other_list.cosme_list li .textWrap > p.price .red{
    color: #D42C19;
}

#keiosale_20231005 .other_list.cosme_list li .textWrap .btn{
    background: #EE8269 url(/ec/shop/images/campaign/20231005_keiosale/arrow_r.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 20px;
}

  
#keiosale_20231005 .cosme_wrap .flow {
    margin: 40px auto;
    padding: 0 30px;
  }
  
  #keiosale_20231005 .cosme_wrap .flow .flow__ttl {
    margin-bottom: 40px;
  }
  
  #keiosale_20231005 .cosme_wrap .flow .flow__ttl p {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #ee8269;
    border-radius: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    width: 930px;
  }
  
  #keiosale_20231005 .cosme_wrap .flow .flow__content {
    border-left: 4px solid #f5af9f;
    border-right: 4px solid #f5af9f;
    border-top: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  
  #keiosale_20231005 .cosme_wrap .flow .flow__content .content__ttl {
    color: #fff;
    font-size: 27px;
    line-height: 1;
    font-weight: bold;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: url(../../../images/campaign/20231005_keiosale/bg-flow01.gif);
    background-position: 47% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 53px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 18px;
    padding-top: 5px;
  }
  
  #keiosale_20231005 .cosme_wrap .flow .flow__content .content__txt {
    color: #000;
    font-size: 17px;
    line-height: 1.53;
    font-weight: normal;
    margin-bottom: 10px;
  }
  
  #keiosale_20231005 .cosme_wrap .flow .flow__content .content__proviso {
    color: #000;
    font-size: 13px;
    line-height: 1.54;
    font-weight: normal;
    padding-bottom: 19px;
  }
  
  #keiosale_20231005 .cosme_wrap .flow .flow__content::after {
    background-image: url(../../../images/campaign/20231005_keiosale/bg-flow01.gif);
    background-position: 47% 0;
    bottom: -4px;
    content: '';
    height: 4px;
    left: -4px;
    position: absolute;
    width: calc(100% + 8px);
  }

  #keiosale_20231005 .campaign_Wrap .campaign_Inner{
    display: flex;
    justify-content: space-between;
    background-color: #FFF9F8;
    width: 930px;
    margin: 50px auto 40px;
    padding: 30px;
    position: relative;
    box-sizing: border-box;
  }

  #keiosale_20231005 .campaign_Wrap .campaign_Inner .campaign_text{
    text-align: left;
  }

  #keiosale_20231005 .campaign_Wrap .campaign_Inner .campaign_text p{
    font-size: 20px;
  }

  #keiosale_20231005 .campaign_Wrap .campaign_Inner .campaign_text p span.sml{
    font-size: 14px;
  }

  #keiosale_20231005 .campaign_Wrap .campaign_Inner .campaign_text b.point{
    font-weight: bold;
    color: #EE8269;
  }

  #keiosale_20231005 .campaign_Wrap .campaign_Inner .campaign_text .logo{
    width: 120px;
    margin-bottom: 10px;
  }

  #keiosale_20231005 .campaign_Wrap .campaign_Inner .campaign_text .logo img{
    width: 100%;
  }


  #keiosale_20231005 .campaign_Wrap .campaign_Inner .campaign_img{
    position: relative;
  }

  #keiosale_20231005 .campaign_Wrap .campaign_Inner .campaign_img img{
    position: absolute;
    right: 0;
    bottom: 0;
  }

  #keiosale_20231005 .campaign_Wrap .campaign_Inner .campaign_text .btn{
    background: #EE8269 url(/ec/shop/images/campaign/20231005_keiosale/arrow_r.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    margin-top: 20px;
    width: 410px;
}

  /* ちふれ用 */
  
  #keiosale_20231005 .campaign_Wrap.chifure .campaign_Inner{
    margin: 60px auto 40px;
    align-items: flex-start;
  }

  #keiosale_20231005 .campaign_Wrap.chifure .campaign_Inner .campaign_text .logo{
    width: 100%;
    display: flex;
    align-items:baseline;
  }

  #keiosale_20231005 .campaign_Wrap.chifure .campaign_Inner .campaign_text .logo img{
    width: 117px;
    margin: 0 15px 0 0;
  }

  #keiosale_20231005 .campaign_Wrap.chifure .campaign_Inner .campaign_img img{
    right: 30px;
    top: -60px;
    width: 145px;
  }

  


/* =============================================
NET de PAY
============================================= */
#keiosale_20231005 .netdepay{
    background: #f6e8d1;
    padding: 46px 0;
    margin: 0 auto 30px;
	text-align: center;
}

#keiosale_20231005 .netdepay img{
    margin: 0 auto;
}

#keiosale_20231005 .netdepay .lead{
    font-size: 17px;
    line-height: 26px;
    color: #000;
    font-weight: normal;
	margin-bottom: 46px;
}

#keiosale_20231005 .netdepay .info{
    font-size: 22px;
    line-height: 36px;
    color: #668A57;
    font-weight: bold;
	margin: 46px 0;
}


#keiosale_20231005 .netdepay .netdepaybtn{
    width: 600px;
    height: 80px;
    background-color: #668A57;
    font-weight: bold;
    background-image: url(/ec/shop/images/campaign/20231005_keiosale/arrow_w.svg);
    background-repeat: no-repeat;
    background-size: 11px 19px;
    background-position: top 30px right 12px;
	margin: 0 auto;
}

#keiosale_20231005 .netdepay .netdepaybtn a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
	justify-content: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    box-sizing: border-box;
}


/* =============================================
PC・SP表示非表示用
============================================= */
#keiosale_20231005 .pc {
    display: block;
}

#keiosale_20231005 .sp {
    display: none;
}