@charset "utf-8";

/*
 common
======================================================= */
html{
  overflow: auto;
}
body{
  position: relative;
  overflow-x: hidden;
  min-width: 960px;
}
.main_contents{
  font-size: 14px;
  color: #333;
}
.win960{
  width: 960px;
  margin: 0 auto;
}
/*
kanban
======================================================= */
.ecm-reward-header{
  margin: 0 auto 8px;
}
/*
floating_area
======================================================= */
.floating_area{
  background: #fbe184;
}
.floating_area .ecm-floating-navi{
  height: 60px;
  width: 960px;
  margin: 0 auto;
  border-right: 1px solid #c31212;
  border-left: 1px solid #c31212;
}
.floating_area .ecm-floating-navi-item{
  width: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #c31212;
  font-size: 14px;
  color: #c31212;
}
.floating_area .ecm-floating-navi-item span{
  width: 120px;
  font-size: 16px;
}
.floating_area .ecm-floating-navi-item:last-of-type{
  border-right: none;
}
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]{
  background-color: #c31212;
  border: none;
  color: #fff;
}
.floating_area .ecm-floating-navi-container[data-static=false][data-pinned=false]{
  border: none;
}
/*
coupon
======================================================= */
.coupon{
  padding: 59px 0 88px;
}
.coupon_wrap{
  margin: 10px 0 44px;
}
.coupon_ttl{
  width: 494px;
  margin: 0 auto;
  margin-bottom: 36px;
  text-align: center;
}
.coupon_ttl span{
  position: relative;
  padding: 0 24px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #343434;
  line-height: 1.1;
  box-sizing: border-box;
}
.coupon_ttl > span::before,
.coupon_ttl > span::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 21px;
  margin: auto 0;
  background-image: url("https://r.r10s.jp/evt/event/food/meat/_sp/img/20230529/coupon_ttl_img.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 21px;
}
.coupon_ttl > span::after{
  left: auto;
  right: 0;
  transform: scale(-1, 1);
}
/* periodWrap01 */
.periodWrap01{
  display: block;
  color: #333;
}
.periodTxt{
  text-align: center;
  font-size: 18px;
  letter-spacing: -0.1px;
  line-height: 1.5;
}
.periodTxt ._blod{
  font-weight: bold;
}
.periodWrap01 .periodTxt:first-of-type{
  margin-bottom: 20px;
}
.periodWrap01 .periodTxt:last-of-type{
  margin-bottom: 36px;
}
.campaignLink{
  position: relative;
  width: calc((100% - 8px)/2);
  margin-right: 8px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.campaignLink a{
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  position: relative;
  text-decoration: none;
}
.campaignLink a:hover{
  text-decoration: underline;
  cursor: pointer;
}
.campaignLink::before{
  content: "";
  width: 1px;
  height: 21px;
  background-color: #c6c6c6;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.campaignLink:last-of-type::before{
  content: none;
}
.campaignLink{
  margin-right: 0;
}
.campaignLink span{
  position: relative;
  padding-right: 13px;
}
.campaignLink span::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 1px;
  right: -2px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(135deg);
}
/*矢印アイコンの向き＞調整*/
.periodWrap01 .campaignLink:first-of-type span::before{
  transform: rotate(45deg);
}
.couponNote_Info{
  font-size: 14px;
  padding-bottom: 25px;
  color: #666;
  text-align: left;
  line-height: 1.45;
  width: 717px;
  margin: 0 auto;
}
.couponNote_Info ._bold{
  font-weight: bold;
}
.couponNote_Info li{
  padding-left: 1em;
  text-indent: -1em;
}
/*
クーポン獲得・利用期間下免責文
======================================================= */
.couponNote_Info2{
  font-size: 14px;
  padding-bottom: 25px;
  color: #666;
  text-align: left;
  line-height: 1.45;
  width: 717px;
  margin: 0 auto;
}
.couponNote_Info2 ._bold{
  font-weight: bold;
}
.couponNote_Info2 li{
  padding-left: 4em;
  text-indent: -1em;
}

.campaignLinkList{
  padding: 0;
  display: flex;
  justify-content: center;
  width: 495px;
  margin: 0 auto;
}
/*
entry
======================================================= */
.entry{
  background-color: #fff3ca;
  padding-bottom: 80px;
}
.entry .rcEntryButton-button:hover{
  opacity: .8;
}
.entry_more_text{
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #c31212;
  background-color: #fce285;
  letter-spacing: -3px;
  padding: 14px 0 12px;
  position: relative;
  line-height: 1.2;
}
.entry_more_text::after{
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-left: -20px;
  border-top-color: #fce285;
  top: 92%;
  left: 50%;
}
.entry .ecm-reward-header{
  width: 746px;
  padding-top: 28px;
  margin-bottom: 46px;
}
.entry_ttl{
  margin: 0 auto;
  margin-bottom: 36px;
  text-align: center;
}
.entry_text{
  color: #666;
  padding: 4px 9px;
  line-height: 1.45;
}
.entry_text span{
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
.entry_text a{
  font-weight: bold;
  text-decoration: underline;
}
.entry_text a:hover{
  text-decoration: underline;
}
.entry_img{
  position: relative;
  width: 336px;
  margin: 0 auto 21px;
}
.entry_img::before{
  content: "";
  width: 430px;
  height: 286px;
  background: url(https://r.r10s.jp/evt/event/food/meat/_pc/img/20241227/dec_entry_img01.png);
  background-size: 100%;
  position: absolute;
  top: -17px;
  right: -54px;
}
.rcEntryButton{
  margin-bottom: 37px;
}
.periodWrap02 .periodTxt{
  font-weight: bold;
  margin-bottom: 18px;
}
.periodWrap02 .couponNote_Info{
  padding-bottom: 12px;
}
.periodWrap02 .campaignLink::before{
  content: "";
  width: 1px;
  height: 14px;
  background-color: #c6c6c6;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.periodWrap02 .campaignLink:last-of-type::before{
  content: none;
}
.periodWrap02 .campaignLink:first-of-type span::before{
  background: url(https://r.r10s.jp/evt/event/food/meat/_cmn/img/20241227/ic_window.png);
  background-size: 100%;
  width: 20px;
  height: 17px;
  transform: none;
  border: none;
  bottom: -2px;
  right: -29px;
}
/* next_box01 */
.next_box01{
  background-color: #fff;
  margin: 49px auto 0;
  padding: 31px 0;
  border-radius: 8px;
  font-size: 14px;
  color: #666;
  text-align: center;
  width: 551px;
}
.next_box01 .red_bold{
  font-size: 20px;
  font-weight: bold;
  color: #c31212;
  letter-spacing: -1px;
}
/*
section
======================================================= */
.main_section{
  margin-bottom: 90px;
}
.main_ttl_wrap{
  margin-bottom: 24px;
}
.main_ttl{
  position: relative;
  padding-top: 188px;
  font-size: 36px;
  font-weight: bold;
  color: #c31212;
  line-height: 1.35;
  text-align: center;
  box-sizing: border-box;
}
.main_ttl::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 166px;
  transform: translateX(-50%);
  margin-left: 50%;
  background-image: url("https://r.r10s.jp/evt/event/food/meat/_pc/img/20230529/h2_img.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: -1;
}
.main_ttl._02::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 166px;
  background-image: url("https://r.r10s.jp/evt/event/food/meat/_pc/img/20250527/h2_fish.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  z-index: -1;
}
.main_ttl._03::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 170px;
  background-image: url("https://r.r10s.jp/evt/event/food/meat/_pc/img/20250527/h2_sake.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  z-index: -1;
}
.main_ttl._04::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 170px;
  background-image: url("https://r.r10s.jp/evt/event/food/meat/_pc/img/20250527/h2_pickup.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  z-index: -1;
}
.main_ttl._05::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 170px;
  background-image: url("https://r.r10s.jp/evt/event/food/meat/_pc/img/20250527/h2_shop.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  z-index: -1;
}


.main_ttl_lead{ 
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  line-height: 1.35;
}
.main_ttl ._small{ 
  font-size: 26px;
  font-weight: normal;
}
/* title01 */
.title01{
  position: relative;
  text-align: center;
  line-height: 1;
  margin-top: -5px;
  margin-bottom: 5px;
}
.title01 .title_01_text{
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #c31212;
  font-size: 15px;
  padding: 0 15px;
  letter-spacing: -1px;
}
.title01 .title_01_text::before,
.title01 .title_01_text::after{
  position: absolute;
  content: "";
  background: url(https://r.r10s.jp/evt/event/food/meat/_sp/img/20230928/dec01.png) no-repeat;
  background-size: 100%;
  width: 10px;
  height: 17px;
  /* top: 50%;
  transform: translateY(-50%); */
}
.title01 .title_01_text::before{
  right: 0;
}
.title01 .title_01_text::after{
  left: 0;
  transform: scaleX(-1);
}
/* title02 */
.title02{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff3ca;
  padding: 5px 12px;
  margin: 0 0 40px;
}
.title02 ._text{
  font-size: 30px;
  font-weight: bold;
  color: #b71c1b;
  text-align: center;
}

/* title03 */
.title03{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff3ca;
  padding: 5px 12px;
  margin: 0 0 40px;
}
.title03 ._text{
  font-size: 30px;
  font-weight: bold;
  color: #144280;
  text-align: center;
}


/*btn*/
.default_btn a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 44px;
  margin: 12px auto 0;
  color: #c31212;
  font-size: 15px;
  font-weight: bold;
  border-radius: 22px;
  background-color: #fff;
  border: 1px solid #c31212;
  text-align: center;
  line-height: 1.3;
  box-sizing: border-box;
}
.default_btn a::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 1px solid #c31212;
  border-top: 1px solid #c31212;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.search_alcor_wrap{
  margin-bottom: -16px;
}
/*
recommend
======================================================= */
/*
category
======================================================= */
/* .index01 */
.index01 .index_box{
  gap: 8px;
  margin: 0 0 56px;
}
.index01 a.anchorNav__menuLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding-bottom: 10px;
  border-radius: 6px;
  color: #c31212;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  background-color: #fbe184;
  text-align: center;
  box-sizing: border-box;
}
.index01 a.anchorNav__menuLink::before{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 8px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 2px solid #c31212;
  border-top: 2px solid #c31212;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.index01 .anchorNav__menuItem a:hover{
  opacity: .8;
  text-decoration: none;
}

.category_wrap + .category_wrap{
  margin-top: 90px;
}
.category_ttl{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin: 0 0 40px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #c31212;
  line-height: 1;
  letter-spacing: 0.04em;
}
/*stop20
===================================*/
.stop20_area{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 562px;
  margin: 64px auto;
}
.stop20_img01{
  width: 46px;
}
.stop20_img02{
  width: 57px;
}
.stop20_text{
  font-size: 14px;
  flex: 1;
  padding: 0 11px;
}
/*
search_area
===================================*/
.search_area{
  background-color: #fff3ca;
  margin: 88px 0 0;
  padding: 47px 10px 40px;
}
.search_title{
  font-size: 30px;
  text-align: center;
  color: #c31212;
  font-weight: bold;
}
/* search_note */
.search_note{
  padding: 19px 0 38px;
  font-size: 18px;
  line-height: 1.35;
  color: #333;
  text-align: center;
}
.search_note ._underline{
  text-decoration: underline;
}
.search_note li{
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: -0.8px;
}
.search_note li + li{
  margin-top: 5px;
}
/* search01 */
.search01{
  width: 780px;
  margin: 0 auto 27px;
}
.search01 .search_box{
  border: 1px solid #c31212;
  height: 52px;
  border-radius: 4px;
}
.search01 .search_box_submit{
  width: 52px;
  background-color: #c31212;
  padding: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.search01 .search_input{
  padding-left: 23px;
  font-size: 16px;
}
.search01 .search_box_ic{
  font-size: 28px;
}
/* keyword01 */
.keyword01{
  width: 780px;
  margin: 0 auto 15px;
}
.keyword01 .keyword_list{
  gap: 12px 14px;
}
.keyword01 .keyword_list > a{
  display: flex;
  background-color: #fff;
  color: #333;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  box-sizing: border-box;
  border-radius: 25px;
  height: 50px;
  letter-spacing: -1px;
  border: 1px solid #e4c65b;
  padding: 0;
}
.keyword01 .keyword_list > a:hover{
  opacity: .8;
}
/*
pickup
======================================================= */
/*
shop
======================================================= */
/* shop01 */
.shop01 .shoptitle{
  font-size: 30px;
  position: relative;
  line-height: 1.2;
  margin-bottom: 48px;
}
.shop01 .shop_title_box{
  position: relative;
  line-height: 1.35;
  border-radius: 0;
  padding: 56px 24px 48px;
}
.shop01 .shop_title_box::before{
  content: "";
  position: absolute;
  width: 288px;/* ここだけ可変させてください */
  height: 1px;
  background-color: #d3d3d3;
  bottom: 0;
  transform: translateX(-50%);
  margin-left: 50%;
}
/* .shop01 .shop_list{
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 42px;
  padding: 0 12px;
  font-size: 12px;
  color: #333;
  border-bottom: 1px solid #d3d3d3;
  box-sizing: border-box;
} */
.shop01 .shop_list a{
  color: #333;
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  font-size: 14px;
  box-sizing: border-box;
}
.shop01 .shop_list a::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 3px;
  height: 3px;
  margin: auto 0;
  border-radius: 2px;
  background-color: #333;
  box-sizing: border-box;
}
/* .shop01 .shop_list::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(45deg);
} */
.shop01 .shop_close_btn{
  position: fixed;
  top: 55px;
  right: 12px;
  z-index: 122;
  width: 45px;
  height: 45px;
  background-color: #c41212;
  background-image: none;
  border-radius: 4px;
}

.shop01 .shop_close_btn02{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 48px;
  margin: 44px auto 0;
  border: none;
  padding: 0;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 24px;
  background-color: #c41212;
  color: #fff;
}
.shop01 .shop_close_btn02:hover{
  opacity: .8;
  cursor: pointer;
}
.shop01 .ecm-modal-close-icon{
  color: #fff;
  font-size: 28px;
}
.shop01 .ecm-modal-close-icon:hover{
  opacity: .8;
}
.shop01 .ecm-modal-content-wrapper{
  max-width: 950px;
}

/* button01 */
.button01{
  margin: 22px auto 0;
}
.button01 .buttonLink{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 62px;
  margin: 52px auto 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 31px;
  background-color: #fbe184;
  color: #333;
  border: none;
}
.button01 .buttonLink:hover{
  opacity: .8;
}
.button01 .buttonLink span{
  position: relative;
  padding-right: 10px;
}
.button01 .buttonLink span::before{
  content: "";
  position: absolute;
  background: url(https://r.r10s.jp/evt/event/food/meat/_cmn/img/20241227/ic_window2.png);
  background-size: 100%;
  width: 13px;
  height: 11px;
  transform: none;
  border: none;
  bottom: 3px;
  right: -8px;
}
/*
rule
======================================================= */
.rule{
  padding: 70px 0 80px;
  background-color: #ededed;
}
/*
related
======================================================= */
.related{
  margin: 80px 0 24px;
}
.related_ttl{
  margin-bottom: 32px;
  font-size: 30px;
  color: #c31212;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
/* other_list01 */
.other_list01 .other_list_box{
  gap: 24px;
}
.other_list01 a{
  display: block;
}
.other_list01 a:hover{
  opacity: .8;
}
.other_list01 a img {
  width: 100%;
  height: auto;
}


.entry_text a:hover{
  opacity: .8;
}
.rule_link:hover{
  cursor: pointer;
}

/*
広告内ボタンの位置調整
======================================================= */
.-text2lines {
  -webkit-line-clamp: 2;
  height: 2.6em;
}

.-text3lines {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/*
nikunohi_text01
===================================*/
.nikunohi_text01{
  background-color: #fff3ca;
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
}
.nikunohi_text01 span{
  display: block;
}

