@charset "utf-8";

/*
 common
======================================================= */
html{
  overflow: auto;
}
body{
  position: relative;
  overflow-x: hidden;
  min-width: 960px;
}
.main_contents{
  color: #333;
}
.win960{
  width: 960px;
  transform: translateX(-50%);
  margin-left: 50%;
}


:root{
  --main-color: #FF5100;
  --main-bg-color: #FFF8D2;
  --ttl-bg01: #FFE34A;
}

.section{
  padding: 56px 0 78px;
}
._bg01{
  background-color: var(--main-bg-color);
}
.coupon_btn.ecm-button:hover{
  background-color: var(--main-color);
  color: #fff;
  opacity: .8;
}
/*
 kanban
======================================================= */
.kanban_logo{
  position: absolute;
  width: 388px;
  height: 271px;
  top: 26px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}
.kanban_draw_area{
  position: relative;
  background-color: #FFE279;
  padding: 13px 0 11px;
}
.ic_kanban_draw{
  position: absolute;
  top: -38px;
  left: -46px;
  width: 55px;
  z-index: 2;
}
.ic_kanban_draw img,
.kanban_draw_text img{
  width: 100%;
}
.kanban_draw_box,
.kanban_draw_text{
  position: relative;
  width: 304px;
  margin: 0 auto;
}
/* 看板アニメーション */
.kanban__animationWrap {
  width: 1920px;
  padding-top: 320px;
  z-index:1;
  top: 0;
  transform: translateX(-50%);
  margin-left: 50%;
}
.kanban__animationWrap .kanban__anime{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 1920px;
  height: 100%;
  opacity: 0;
  animation: fade_anime 5s 1s infinite linear;
}
.kanban__animationWrap ._01 {
  animation: fade_anime 8s infinite;
  animation-delay: 0s;
}
.kanban__animationWrap ._02 {
  animation: fade_anime 8s infinite;
  animation-delay: 4s;
}

@-webkit-keyframes fade_anime {
  0% {
    opacity: 0;
  }
  24% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  68% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/*
ttl
======================================================= */
.ttl01{
  font-size: 36px;
  font-family: RakutenSansJP2_W-Regular;
  color: #333;
  text-align: center;
  font-weight: bold;
  margin-bottom: 36px;
}
.ttl01 ._text{
  position: relative;
  padding-bottom: 8px;
  display: inline-block;
}
.ttl01 ._text::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
  right: 0;
  left: 0;
  bottom: 0;
}
.ttl_note{
  text-align: center;
  font-size: 4vw;
  margin-bottom: 24px;
}
/* ttl02 */
.ttl02{
  position: relative;
  font-family: RakutenSansJP2_W-Regular;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #333;
}
.ttl02 .sub_text{
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 3px;
}
.ttl02 ._text{
  font-size: 36px;
  position: relative;
  padding-bottom: 6px;
  display: inline-block;
}
.ttl02 ._text::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--main-color);
  right: 0;
  left: 0;
  bottom: 0;
}
.ttl02._ic01::before{
  display: block;
  content: "";
  width: 77px;
  height: 44px;
  background: url(https://r.r10s.jp/evt/event/food/coupon/new/_cmn/img/20260410/ttl_ic01.png);
  background-size: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  margin-bottom: 16px;
}
/* ttl03 */
.ttl03{
  position: relative;
  text-align: center;
  font-family: RakutenSansJP2_W-Regular;
}
.ttl03 .title_01_text{
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: var(--main-color);
  font-size: 30px;
  padding: 0px 25px;
  margin-bottom: 18px;
}
.ttl03 .title_01_text::before,
.ttl03 .title_01_text::after{
  position: absolute;
  content: "";
  background: url(https://r.r10s.jp/evt/event/food/coupon/new/_sp/img/20260410/ttl_dec01.png) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 26px;
  bottom: 5px;
}
.ttl03 .title_01_text::before{
  right: 0;
  transform: scale(-1, 1);
}
.ttl03 .title_01_text::after{
  left: 0;
}
/* ttl04 */
.ttl04{
  position: relative;
  display: flex;
  width: 230px;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  background-color: var(--ttl-bg01);
  font-size: 30px;
  color: #333;
  font-weight: bold;
  border-radius: 8px;
  margin: 0 auto 32px;
  font-family: RakutenSansJP2_W-Regular;
}
.ttl04::after{
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 227, 74, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 12px;
  border-right-width: 12px;
  margin-left: -12px;
  border-top-color: #FFE34A;
  bottom: -20px;
  left: 50%;
  z-index: 0;
}
.ttl_note{
  color: #333;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  font-family: RakutenSansJP2_W-Regular;
  margin: 0 auto 25px;
}
/*
coupon
======================================================= */
.coupon{
  padding: 40px 0;
}
/* periodWrap01 */
.periodWrap01{
  display: block;
  color: #333;
  font-family: RakutenSansJP2_W-Regular;
}
.periodWrap01 .periodTxt{
  text-align: center;
  font-size: 18px;
}
.periodWrap01 .periodTxt:first-of-type{
  margin-bottom: 1.067vw;
}
.periodWrap01 .periodTxt:last-of-type{
  margin-bottom: 20px;
}
.periodWrap01 .periodTxt ._blod{
  font-weight: bold;
}
.periodWrap01 .campaignLink{
  position: relative;
  width: calc((100% - 10.933vw) / 2);
  margin-right: 2.133vw;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.periodWrap01 .campaignLink a{
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  text-decoration: underline;
}
.periodWrap01 .campaignLink a:hover{
  opacity: .8;
}
.periodWrap01 .campaignLink::before{
  content: "";
  width: 2px;
  height: 100%;
  background-color: #c6c6c6;
  position: absolute;
  right: 0;
}
.periodWrap01 .campaignLink:last-of-type::before{
  content: none;
}
.periodWrap01 .campaignLink{
  margin-right: 0;
}
.periodWrap01 .campaignLink span{
  position: relative;
}
.periodWrap01._bg{
  background-color: #FFFDF1;
  padding: 30px 0;
  width: 800px;
  margin: 30px auto 0;
}
.couponNote_Info{
  width: 721px;
  margin: 0 auto;
  font-size: 14px;
  padding-bottom: 26px;
  text-align: left;
  line-height: 1.3;
  color: #333;
}
.couponNote_Info a{
  text-decoration: underline;
}
.couponNote_Info a:hover{
  opacity: .8;
}
.couponNote_Info._var01{
  padding-top: 0;
  margin: 0 auto;
  width: 270px;
}
.entry_item_area .couponNote_Info{
  padding-top: 16px;
  width: 100%;
}
.couponNote_Info li{
  padding-left: 1em;
  text-indent: -1em;
}
.couponNote_Info li + li{
  margin-top: 4px;
}
.couponNote_Info ._bold{
  font-weight: bold;
}
.campaignLinkList{
  padding: 0;
  display: flex;
  justify-content: center;
  width: 505px;
  margin: 0 auto;
}

.coupon_btn{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 288px;
  height: 56px;
  background-color: #FF5100;
  border-radius: 32px;
  border: none;
  font-family: RakutenSansJP2_W-Regular;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  padding: 0;
  margin: 0 auto;
  z-index: 1;
  gap: 6px;
}
.modal_close_bottom.coupon_btn{
  width: 200px;
}
.coupon_btn:hover{
  opacity: .8;
  cursor: pointer;
}
/* coupon_step_box */
.coupon_step_area{
  gap: 24px;
  display: flex;
  flex-flow: column;
}
.coupon_step_box{
  border: 2px solid #D7D7D7;
  border-radius: 6px;
  padding: 21px 0;
}
.step_number{
  font-size: 22px;
  text-align: center;
  color: var(--main-color);
  font-weight: bold;
  font-family: RakutenSansJP2_W-Regular;
  margin-bottom: 18px;
}
.step_ttl_note{
  font-size: 18px;
  color: #333;
  text-align: center;
  font-family: RakutenSansJP2_W-Regular;
  font-weight: bold;
  margin-bottom: 27px;
}
.step_ttl_note ._bold{
  font-weight: bold;
  text-decoration: underline;
  display: block;
  color: var(--main-color);
  font-size: 18px;
}
.step_img{
  width: 298px;
  margin: 0 auto 25px;
}
.step_img img{
  width: 100%;
}
.step_text{
  font-size: 16px;
  width: 560px;
  margin: 0 auto;
}
.pc_box .step_text{
  width: 100%;
}
.coupon_step_box .pc_box{
  margin: 0 24px;
  gap: 34px;
}
.coupon .ecm-modal{
  z-index: 9501;
}

.modal_close_bottom_wrap{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 64px;
  border-radius: 8px;
  background: #fff;
  background: linear-gradient(to bottom, transparent 62px, #ffffff 62px);
}
.modal_close_bottom_wrap::before{
  content: "";
  display: block;
  position: absolute;
  top: -42px;
  left: 0;
  width: 100%;
  height: 104px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, 1) 100%);
}
.modal_close_topRight{
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 0;
  font-size: 28px;
  font-weight: bold;
  color: #cdcdcd;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  z-index: 2;
}
.modal_close_topRight:hover{
  opacity: .8;
}
.modal_content{
  padding: 7.467vw 0 6.4vw;
}
.ecm-modal-content-wrapper{
  width: 750px;
  max-width: 750px;
}
.modal_scroller {
  position: relative;
  border-radius: 8px;
  max-height: calc(100dvh - 80px);
}
.modal_inner .couponNote_Info{
  margin-bottom: 90px;
}
.coupon .ecm-modal-content{
  padding: 53px 32px;
}
/*
entry
======================================================= */
.entry .rcEntryButton-button{
  font-size: 15px;
  height: 51px;
  width: 278px;
  margin: 0 auto;
}
.entry .rcEntryButton-button:hover{
  opacity: .8;
}
.entry .rcEntryButton-text-icon{
  margin-right: 5px;
}
.reward_area{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
  margin-bottom: 23px;
}
.reward_list{
  background-color: #FFFFFF;
  padding: 5px 6px;
  font-size: 14px;
}
.entry_item_img{
  width: 186px;
  margin: 0 auto;
}
.entry_item_img img{
  width: 100%;
}
/* entry_item_box */
.entry_item_area{
  gap: 15px;
}
.entry_item_box a{
  text-decoration: underline;
}
.entry_item_box a:hover{
  opacity: .8;
}
.entry_item_number{
  position: absolute;
  width: 64px;
  height: 71px;
  top: -5px;
  left: 16px;
  background: url(https://r.r10s.jp/evt/event/food/coupon/new/_cmn/img/20260410/entry_dec01.png) no-repeat;
  background-size: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  line-height: 1;
  padding-bottom: 9px;
}
.entry_item_number ._bold{
  display: block;
  font-size: 32px;
}
.entry_item_number ._text{
  display: block;
  font-size: 14px;
}
.entry_item_box{
  position: relative;
  padding: 0 16px 24px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.20);
}
.entry_item_ttl{
  font-size: 16px;
  font-weight: bold;
  height: 77px;
  display: flex;
  align-items: center;
  margin-left: 73px;
  margin-bottom: 3px;
}
/*
coupon_item
======================================================= */
.ad_area .ecm-ad{
  padding: 9px;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.20);
  border-radius: 6px;
}
.ad_area .ecm-ad-coupon{
  padding: 14px 0;
  border: 1px solid var(--main-color);
}
.ad_area .ecm-ad-coupon i{
  color: var(--main-color);
}
/*
navi
======================================================= */
.navi{
  padding-bottom: 55px;
}
/* .index01 */
.index01 .index_box{
  gap: 16px;
  margin: 15px auto 0;
  width: 534px;
}
.index01 a.anchorNav__menuLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  height: 64px;
  border-radius: 6px;
  padding: 10px 0 26px;
  background: var(--main-color);
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
  font-weight: bold;
  font-family: RakutenSansJP2_W-Regular;
}
.index01 a.anchorNav__menuLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(135deg);
}
.index01 .anchorNav__menuItem a:hover{
  opacity: .8;
  text-decoration: none;
}
  
/*
drink
======================================================= */
.stop20_area{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 673px;
  margin: 41px auto 0;
}
.stop20_img01{
  width: 56px;
}
.stop20_img02{
  width: 66px;
}
.stop20_text{
  font-size: 16px;
  flex: 1;
  padding: 0 20px;
}

/*
floating_area
======================================================= */
.floating_area .ecm-floating-navi{
  height: 60px;
}
.floating_area .ecm-floating-navi-item{
  min-width: 160px;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid var(--main-color);
  font-size: 16px;
  color: #333;
  font-family: RakutenSansJP2_W-Regular;
}
.floating_area .ecm-floating-navi-item:last-of-type{
  border-right: none;
}
.floating_area .ecm-floating-navi-item:hover,
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]{
  background-color: var(--main-color);
  border: none;
  color: #fff;
  font-weight: bold;
}

/*
rule
======================================================= */
.rule{
  padding: 80px 0;
  background-color: #f7f7f7;
}

.NpsGuide_message__LNEcD {
  width: 83px !important;
  white-space: normal !important;
  text-align: left !important;
}