@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%;
}
.ecm-reward-header{
  padding: 4px 8px 8px;
}


/*
floating_area
======================================================= */
.floating_area .ecm-floating-navi{
  height: 60px;
  width: 960px;
  margin: 0 auto;
}
.floating_area .ecm-floating-navi-item{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding: 0 15px;
  /* margin-left: 0; */
}
.floating_area .ecm-floating-navi-item::after{
  content: "";
  width: 1px;
  height: 31px;
  background-color: #cccccc;
  position: absolute;
  right: 0;
}
.floating_area .ecm-floating-navi-item:first-of-type:before{
  content: "";
  width: 1px;
  height: 31px;
  background-color: #cccccc;
  position: absolute;
  left: 0;
}
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true],
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor:hover{
  background-color: #fff3f6;
  border-bottom: 4px solid #ef255e;
  color: #ef255e;
  padding-top: 4px;
}
/*
stamp_card
======================================================= */
.stamp_card{
  margin-bottom: -1px;
  padding-top: 39px;
}
/* coupon01 */
.coupon01{
  width: 301px;
  margin: 0 auto;
}
.coupon01 .rc-noTransitionCoupon__title{
  color: #ef255e;
}
.coupon01 .coupon_list_text{
  border-color: #ef255e;
  background-color: #ef255e;
  color: #fff;
  padding: 13px 0;
  font-size: 13px;
}
.coupon01 .coupon_list_title{
  color: #333;
  font-size: 11px;
  margin-bottom: 7px;
  margin-right: 7%;
  margin-left: 7%;
}
.coupon01 .coupon_list_discount em{
  font-size: 47px;
}
.coupon01 .coupon_list_filled{
  color: #fff;
}
.coupon01 .rc-noTransitionCoupon__annotation{
  color: #333;
  font-size: 14px;
}
.coupon01 .coupon_list_body::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 10px, #ef255e 11px),
    radial-gradient(circle at center right, transparent 0, transparent 10px, #ef255e 11px);
}
.coupon01 .coupon_list_link {
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  padding: 8px 0 0;
}
.coupon01 .coupon_list_link::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 11px, #ffffff 12px),
      radial-gradient(circle at center right, transparent 0, transparent 11px, #ffffff 12px);
  height: 98%;
}
.coupon01 .coupon_list_discount{
  color: #ef255e;
  font-size: 22px;
  margin-bottom: 3px;
}
.coupon01 .coupon_list_note{
  font-size: 13px;
  margin-top: 8px;
}
/* periodWrap01 */
.periodWrap01{
  display: block;
  color: #333;
}
.conditions01 .periodWrap01{
  margin-bottom: 12px;
}
.periodWrap01 .periodTxt{
  text-align: center;
  font-size: 20px;
  letter-spacing: -0.1px;
  line-height: 1.45;
}
.periodWrap01 .periodTxt ._blod{
  display: block;
  font-weight: bold;
}
.periodWrap01 .periodTxt:first-of-type{
  margin-bottom: 14px;
}
.periodWrap01 .periodTxt:last-of-type{
  margin-bottom: 25px;
}

.stamp_card .periodWrap01{
  background-color: #ededed;
  margin: 0 0 49px;
  padding: 26px 0 27px;
  font-weight: normal;
}
.couponNote_Info{
  font-size: 14px;
  color: #666;
  margin: 0 23px;
  line-height: 1.45;
}
.couponNote_Info._pink{
  color: #ef255e;
  font-weight: bold;
  text-align: center;
}
.couponNote_Info ._bold{
  color: #bf0000;
}
.couponNote_Info li{
  padding-left: 1em;
  text-indent: -1em;
}
.periodWrap02{
  width: 388px;
  margin: 0 auto 63px;
}
.periodWrap02 .campaignLink{
  position: relative;
  width: calc((100% - 8px)/2);
  margin-right: 8px;
  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;
}
.periodWrap02 .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;
}
.periodWrap02 .campaignLink a:hover{
  opacity: .8;
}
.periodWrap02 .campaignLink::before{
  content: "";
  width: 2px;
  height: 100%;
  background-color: #c6c6c6;
  position: absolute;
  right: 0;
}
.periodWrap02 .campaignLink:last-of-type::before{
  content: none;
}
.periodWrap02 .campaignLink{
  margin-right: 0;
}
.periodWrap02 .campaignLink span{
  position: relative;
  padding-right: 13px;
}
.periodWrap02 .campaignLink span::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 2px;
  right: -2px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(135deg);
}
.periodWrap02 .campaignLinkList{
  padding: 0;
  display: flex;
  justify-content: center;
}
/* stamp_img01 */
.stamp_img01{
  width: 960px;
  margin-bottom: 15px;
}
/* stamp_ttl */
.stamp_ttl{
  font-size: 16px;
  color: #ef255e;
  font-weight: bold;
  text-align: center;
  margin-bottom: 13px;
}
.button01{
  margin: 0 16px 17px;
}
/* stamp_card_btn */
.stamp_card02_area{
  margin-bottom: 63px;
}
.stamp_card_btn{
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;;
  width: 480px;
  height: 78px;
  border-radius: 39px;
  background-color: #bf0000;
  color: #fff!important;
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,.2);
}
.stamp_card_btn:hover{
  opacity: .8;
  text-decoration: none;
}
.stamp_card_btn ._text{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.ic_btn01{
  display: block;
  width: 28px;
  height: 35px;
  background: url(https://r.r10s.jp/evt/event/interior/stampcard_202602/_cmn/img/20260202/ic_btn01.png) no-repeat;
  background-size: 100%;
  margin-right: 10px;
}
/*
btn
======================================================= */
/* button01 */
.button01 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  margin: 0 auto;
  border-radius: 32px;
  background: #ef255e;
  color: #fff;
  font-size: 19px;
  text-align: center;
  line-height: 1.3;
  box-sizing: border-box;
  font-weight: bold;
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,.15);
}
.button01 .buttonLink ._small{
  font-size: 16px;
  display: block;
}
.button01 a.buttonLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 28px;
  width: 11px;
  height: 11px;
  margin: auto;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}
/* button02 */
.button02{
  width: 520px;
  margin: 0 auto;
}
.button02 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 470px;
  height: 80px;
  margin: 0 auto;
  border-radius: 8px;
  background: #fff;
  color: #ef255e;
  font-size: 18px;
  text-align: center;
  line-height: 1.3;
  box-sizing: border-box;
  font-weight: bold;
  border: 2px solid #ef255e;
}
.button02 .buttonLink:hover{
  opacity: .8;
  text-decoration: none;
}
.button02 .buttonLink ._small{
  font-size: 16px;
  display: block;
}
.button02 a.buttonLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-right: 2px solid #ef255e;
  border-top: 2px solid #ef255e;
  transform: rotate(45deg);
}
/* button03 */
.button03 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 470px;
  height: 80px;
  margin: 0 auto;
  border-radius: 8px;
  background: #fff;
  color: #bf0000;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
  box-sizing: border-box;
  font-weight: bold;
  border: 2px solid #bf0000;
}
.button03 .buttonLink:hover{
  opacity: .8;
}
/*
entry_area
======================================================= */
.entry_area{
  margin-top: -10px;
  padding-top: 25px;
  padding-bottom: 80px;
}
.entry_box{
  position: relative;
  background-color: #ffedf1;
  border-radius: 8px;
  padding: 145px 12px 38px;
}
.entry_txt01{
  width: 560px;
  position: absolute;
  content: "";
  top: -23px;
  right: 0;
  left: 0;
  margin: auto;
}
.entry_area .couponNote_Info{
  margin: 30px 0 0;
  text-align: center;
}


.entry_area .rcEntryButton-button{
	background-color: #bf0000;
	border-color: #bf0000;
}

.entry_area .rcEntryButton.rcEntryButton-status--entered .rcEntryButton-button {
	background-color: #e9e9e9;
	border-color: #e9e9e9;
	height: 64px;
}
.entry_area .rcEntryButton.rcEntryButton-status--applied .rcEntryButton-button {
	background-color: #ebf7ec;
	border-color: #069907;
}

/* ボタン */
.entry_area .ic_entry{
  width: 18px;
  display: block;
  position: absolute;
  left: -35px;
}
.entry_area .entry01-button{
  margin: 0 auto;
	font-size: 19px;
  width: 480px;
  height: 71px;
  background-color: #bf0000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border: none;
  padding: 0;
	border-radius: 40px;
	box-shadow: 0px 1.25px 6px rgba(0, 0, 0, 0.2);
}
.entry_area .entry01-button:hover{
  opacity: .8;
}
.entry_area .rcEntryButton-status--entered .entry01-button,
.entry_area .rcEntryButton-status--before .entry01-button,
.entry_area .rcEntryButton-status--applied .entry01-button,
.entry_area .rcEntryButton-status--closed .entry01-button{
	background: #f3f3f3;
	border-color: #f3f3f3;
	color: #717171;
	font-style: normal;
	font-weight: normal;
	height: 64px;
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: 1;
}
.entry_area .rcEntryButton-status--loading .entry01-button,
.entry_area .rcEntryButton-status--notfound .entry01-button{
	opacity: .7;
	color: #fff;
}
.entry_area .rcEntryButton-status--before .entry01-button:hover,
.entry_area .rcEntryButton-status--notfound .entry01-button:hover,
.entry_area .rcEntryButton-status--closed .entry01-button:hover,
.entry_area .rcEntryButton-status--selected .entry01-button:hover,
.entry_area .rcEntryButton-status--applied .entry01-button:hover,
.entry_area .rcEntryButton-status--entered .entry01-button:hover{
	cursor: default;
}
.entry_area .button_text{
	display: none;
}
.entry_area .button_text ._smalL{
  font-size: 16px;
}
.entry_area .rcEntryButton .entry01-button__default{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.entry_area .entry01-button__default{
	color: #fff;
}
.entry_area .rcEntryButton-status--before .entry01-button__beforestart,
.entry_area .rcEntryButton-status--loading .entry01-button__loading,
.entry_area .rcEntryButton-status--applied .entry01-button__applied,
.entry_area .rcEntryButton-status--entered .entry01-button__entered,
.entry_area .rcEntryButton-status--notfound .entry01-button__notfound,
.entry_area .rcEntryButton-status--closed .entry01-button__closed,
.entry_area .rcEntryButton-status--selected .entry01-button__applied{
	display: block;
}
.entry_area .rcEntryButton-status--before .entry01-button__default,
.entry_area .rcEntryButton-status--loading .entry01-button__default,
.entry_area .rcEntryButton-status--applied .entry01-button__default,
.entry_area .rcEntryButton-status--entered .entry01-button__default,
.entry_area .rcEntryButton-status--notfound .entry01-button__default,
.entry_area .rcEntryButton-status--closed .entry01-button__default,
.entry_area .rcEntryButton-status--selected .entry01-button__default{
	display: none;
}
.entry_area .rcEntryButton-status--applied .entry01-button,
.entry_area .rcEntryButton-status--selected .entry01-button{
	color: #069907;
	border: 1px solid #069907;
}
.entry_area .rcEntryButton-status--selected .entry01-button{
	background: #f3f3f3;
	font-weight: normal;
	box-shadow: none;
}
/*
main_section
======================================================= */
.main_section{
  position: relative;
  padding: 81px 0 80px;
}
/* .main_section::after{
  content: "";
  width: 100%;
  height: 40px;
  display: block;
  bottom: 0;
  position: absolute;
} */
.main_section::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -2;
}
.conditions01.main_section::after{
  background: #ffe7ec;
}
.conditions02.main_section::after{
  background: #ffe9cc;
}
.conditions03.main_section::after{
  background: #c7efe8;
}
.title05{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 26px;
}
.title06{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2px;
  color: #333;
}

.bg_conditions{
  position: relative;
  padding-bottom: 64px;
  padding-top: 17px;
}
.bg_conditions::before{
  content: "";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 1024px;
  height: 100%;
  transform: translateX(-50%);
  margin-left: 50%;
  z-index: -1;
  border-radius: 8px;
}
/* subject */
.subject{
  width: 172px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  margin: 0 auto 25px;
}
.conditions01 .subject{
  background-color: #ef255e;
}
.conditions02 .subject{
  background-color: #fd8f00;
}
.conditions03 .subject{
  background-color: #03a688;
}
.sub_section .subject{
  width: 257px;
  height: 34px;
  padding: 0 10px;
  background-color: #ef255e;
  margin: 0 auto 15px;
}
/* bg_gray */
.bg_gray{
  padding-top: 79px;
  padding-bottom: 79px;
  position: relative;
}
.bg_gray::before{
  content: "";
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}
/*
ttl
======================================================= */
/* title01 */
.title01._img .head_text{
  position: relative;
  width: 257px;
  margin: 0 auto 34px;
  padding-bottom: 22px;
}
.title01 .head_text{
  position: relative;
  width: 100%;
  font-size: 32px;
  margin: 0 auto 17px;
  padding-bottom: 29px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.title01 .head_text::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 171px;
  height: 8px;
  margin: auto;
  background-image: url("https://r.r10s.jp/evt/event/interior/stampcard/_sp/img/20250612/dec_ttl01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom 0 left 0;
}
.title01_note{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin-bottom: 28px;
  padding-top: 11px;
}
/* title02 */
.title02{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
}
.title02 .head_text{
  width: 95px;
}
.title02 .conditions_ttl_bg{
  width: 316px;
  height: 85px;
  background: url(https://r.r10s.jp/evt/event/interior/stampcard/_pc/img/20250612/conditions_ttl_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: end;
}
.conditions01 .title02{
  background-color: #ffe7ec;
}
.conditions02 .title02{
  background-color: #ffe9cc;
}
.conditions03 .title02{
  background-color: #c7efe8;
}
/* title03 */
.title03{
  margin-bottom: 26px;
}
.title03 .head_text{
  font-size: 28px;
  text-align: center;
  color: #333;
  font-weight: bold;
}
.conditions01 .title03 .head_text ._bold{
  color: #ef255e;
}
.conditions02 .title03 .head_text ._bold{
  color: #fd8f00;
}
.conditions03 .title03 .head_text ._bold{
  color: #03a688;
}
/* title04 */
.title04{
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 21px;
}
.conditions01 .title04{
  color: #ef255e;
}
.conditions02 .title04{
  color: #ed5400;
  margin-bottom: 39px;
}
.conditions03 .title04{
  color: #03a688;
}
/*
stamp_conditions
======================================================= */
.stamp_conditions{
  padding-bottom: 40px;
}
.stamp_text01{
  width: 360px;
  margin: 0px auto 18px;
}
.stamp_text02{
  position: relative;
  width: 572px;
  margin: 0 auto 38px;
}
.stamp_text02::before{
  position: absolute;
  content: "";
  width: 112px;
  height: 107px;
  background-image: url(https://r.r10s.jp/evt/event/interior/stampcard/_cmn/img/20250612/dec_stamp.png);
  background-size: 100%;
  right: -127px;
  top: -76px;
}
/* stamp_anc_area */
.stamp_anc_area{
  gap: 24px;
  position: relative;
}
.stamp_anc_box a{
  position: relative;
  color: #333;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 10px;
  height: 148px;
}
.stamp_anc_box a:hover{
  text-decoration: none;
  opacity: .8;
}
.stamp_anc_box a::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #444444;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 7px;
}
.dec_stamp{
  width: 106px;
  margin-bottom: 5px;
}
.stamp_anc_text{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.stamp_anc_text ._bold{
  font-size: 14px;
  color: #d00000;
  display: block;
}
/* conditions_note */
.conditions_note{
  background-color: #f7f1e2;
  border-radius: 8px;
  padding: 26px 0;
  width: 686px;
  margin: 0 auto 58px;
}
.content01_img01{
  width: 596px;
  margin: 0 auto 19px;
}
.content01_img02{
  width: 599px;
  margin: 0 auto 30px;
}
.content01_img03{
  width: 610px;
  margin: 0 auto 15px;
}
.step_img01{
  width: 600px;
  margin: 0 auto 32px;
}

/* project_area */
.project_area{
  gap: 18px;
}
.project_box .periodWrap01 .periodTxt:last-of-type{
  margin-bottom: 10px;
}
.project_bnr{
  width: 640px;
  margin: 0 auto;
}
.project_bnr a:hover{
  opacity: .8;
}

/*
conditions02
======================================================= */
/* category_box */
.category_box{
  margin: 0 0 61px;
  gap: 21px 24px;
}
.category_list a{
  position: relative;
  display: block;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 1.5px 5px 0px rgba(0,0,0,.2);
  border-radius: 8px;
  overflow: hidden;
}
.category_list a:hover{
  text-decoration: none;
  opacity: .8;
}
.category_list a:after{
  content: "";
  position: absolute;
  right: 9px;
  bottom: 9px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 19px 19px;
  border-color: transparent transparent #fd7d00 transparent;
  z-index: 2;
  border-bottom-right-radius: 2px;
}
.category_text{
  height: 123px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ttl_note */
.ttl_note{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: -8px;
  margin-bottom: 34px;
}
.ttl_note ._small{
  font-size: 11px;
}

.kitchen_item_ttl{
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 9px;
}
.kitchen_item_ttl ._small{
  font-size: 24px;
}
/* accordion */
.accordion_box{
  gap: 12px;
}
.accordion {
  position: relative;
  padding: 0 16px;
}
.toggle {
  display: none;
}
.option {
  margin: 0;
  position: relative;
  border-radius: 8px;
  background-color: #fff3b7;
}
.accordion_content .ecm-icon-chevron-right{
  font-size: 12px;
  padding-left: 2px;
}
.accordion_title, 
.accordion_content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.accordion_title {
  text-align: center;
  padding: 21px 0;
  display: block;
  color: #333;
  line-height: 1.3;
}
.accordion_title ._text{
  font-size: 22px;
  font-weight: bold;
}
.accordion_title ._small{
  font-size: 16px;
}
.accordion_title .ic_open{
  background: #fd7d00;
  border-radius: 50%;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 12px;
  top: 22px;
}
.accordion_title .ic_open::after,
.accordion_title .ic_open::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 2px;
  height: 12px;
  margin: auto;
  background-color: #fff;
  transition: all 0.5s;
}
.accordion_title .ic_open::after {
  transform: rotate(90deg);
}
.accordion_content {
  max-height: 0;
  overflow: hidden;
  padding: 0 12px;
  box-sizing: border-box;
}
.toggle:checked + .accordion_title + .accordion_content {
  max-height: 245.75vw;
  transition: all 0.6s;
}
.toggle:checked + .accordion_title .ic_open::before {
  transform: rotate(90deg);
}
/* kitchen_item_box */
.kitchen_item_box{
  gap: 25px;
  padding-bottom: 20px;
}
.kitchen_item_list a{
  display: flex;
  align-items: center;
  border: 2px solid #ffa200;
  border-radius: 8px;
  background-color: #fff;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  height: 80px;
  padding: 0 21px 0 11px;
  padding-right: min(4.267vw, 16px);
}
.kitchen_item_list a:hover{
  opacity: .8;
  text-decoration: none;
}
.kitchen_item_list a::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 12px;
  height: 12px;
  margin: auto;
  border-right: 3px solid #ffa200;
  border-top: 3px solid #ffa200;
  transform: rotate(45deg);
}
.kitchen_item_img{
  width: 55px;
  margin-right: 17px;
}
/*
conditions03
======================================================= */
/*
step_area
======================================================= */
.step_area .entry_box{
  padding: 40px 12px 45px;
}
.step_area .entry_area .entry_txt02{
  width: 573px;
  margin: 0 auto 24px;
}
.step_box{
  margin: 0 0 38px;
  gap: 24px;
}
.step_list{
  height: 222px;
  display: flex;
  flex-flow: column;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 10px;
}
.step_ttl{
  height: 34px;
  background-color: #ef255e;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.step_img{
  width: 190px;
  margin: 12px auto 0;
}
.step_text{
  margin-top: auto;
  font-size: 16px;
  text-align: center;
}
.step_text ._bold{
  color: #bf0101;
}
/*
other_area
======================================================= */
.other_area{
  padding: 72px 0;
}
/* other_list01 */
.other_list01 .other_list_box{
  gap: 24px;
  margin-top: 32px;
}
.other_list01 a{
  display: block;
}
.other_list01 a:hover{
  opacity: .8;
}
.other_list01 a img {
  width: 100%;
}
/*
rule
======================================================= */
.rule{
  padding: 80px 0;
}
#rule table{
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
}
#rule table td,
#rule table th{
  padding: 2px 8px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  text-align: left;
}
#rule table th{
  border: 1px solid #e6e6e6;
  width: 140px;
  color: #000;
  font-weight: 300;
}
#rule table td{
  border: 1px solid #e6e6e6;
  width: calc(100% - 140px);
  color: #000;
}


/*
float_btn
======================================================= */
.float_btn{
  right: 20px;
  bottom: 83px;
  top: auto !important;
  width: 208px;
}

/*
coupon area 20251105 add
======================================================= */
.coupon_area{
  padding: 64px 0px 80px;
  background-color: #ffffff;
}
.coupon_area .stamp-card-title{
    color:#eb2554
}
.coupon_period{
    width: 530px;
    padding: 20px 0 12px;
    background-color: #f4f4f4;
    margin: 20px auto;
    color:#333333;
}
.coupon_period .-period{
    line-height: 1.5;
    text-align: center;
    font-size:16px;
    margin-bottom: 16px;
}
.coupon_period .-period span{
    font-weight: bold;
}
.coupon_period .-alt{
    text-align: center;
    font-size:14px;
    margin-top: 16px;
    margin-bottom: 12px;
}
.coupon_period .-anchor{
    text-align: center;
    font-size:14px;
}
.ad-designed .ecm-ad-coupon{
    border-color:#ef255e;
    background-color: #ef255e;
    color:#ffffff;
}
.ad-designed .ecm-ad-coupon i{
    color:#ffffff;
}
.coupon_anc_btn{
    margin: 32px auto 0;
    width: 420px;
}
.coupon_anc_btn a{
    display: flex;
    width:100%;
    height: 80px;
    text-align: center;
    font-size:18px;
    font-weight:bold;
    position: relative;
}
.coupon_anc_btn a span span{
    color:#fd8f00;
}
.coupon_anc_btn a::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 8px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #444444;
    right: 16px;
}
.ecm-ad-name {
    min-height: 36px !important;
}
.ecm-ad-shop {
    min-height: 31px !important;
}
/*
 ad ・ alcor
======================================================= */
.alcor_item{
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  background-color: #fff;
}
.ad_wrap + .ad_wrap{
  margin-top: 20px;
}
.ad_item{
  padding: 12px;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 20%);
  box-sizing: border-box;
  background-color: #fff;
}
._02 .ecm-ad-image-block-100163{
  width: auto;
}
.ad_wrap{
  gap: 20px;
}
.ad_custom_box a:hover{
  opacity: .8;
}
.ad_wrap .ad_custom_box img{
  width: 100%;
}
.ad_wrap .ad_custom_logo{
  width: 206px;
  margin: 0 auto 11px;
}
.ad_wrap .ad_custom_box{
  padding: 15px;
  position: relative;
  display: block;
  color: #333;
  box-shadow: 0px 1.5px 5px 0px rgba(0, 0, 0, .2);
  border-radius: 8px;
  overflow: hidden;
}
/*
 alcor_box
======================================================= */
.alcor_box .ecm-alcor{
  padding: 8px;
  position: relative;
  display: block;
  color: #333;
  box-shadow: 0px 1.5px 5px 0px rgba(0, 0, 0, .2);
  border-radius: 8px;
  overflow: hidden;
}
/*
 sub_section
======================================================= */
.sub_section + .sub_section{
  margin-top: 80px;
}

.coupon_category_box{
  gap: 24px;
}
.coupon_category_box .coupon_category_list a{
  position: relative;
  display: block;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0px 1.5px 5px 0px rgba(0, 0, 0, .2);
  border-radius: 8px;
  overflow: hidden;
}
.coupon_category_box .coupon_category_list a:hover{
  text-decoration: none;
  opacity: .8;
}
.coupon_category_box .coupon_category_list a::after{
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #ef255e transparent;
  z-index: 2;
  border-bottom-right-radius: 3px;
}
/* search01 */
.search01{
  width: 780px;
  margin: 0 auto;
}
.search01 .search_box{
  border-radius: 5px;
  border: 2px solid #ef255e;
  height: 54px;
}
.search01 .search_box_submit{
  width: 52px;
  background-color: #ef255e;
  padding: 0;
  /* 角丸用↓ */
  /* border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; */
}
.search01 .search_input{
  padding-left: 22px;
  font-size: 16px;
}
.search01 .search_box_ic{
  font-size: 23px;
}
.sub_section .ecm-slider-container .ecm-slider{
  padding: 10px;
  margin: -10px 0;
}
.sub_section .ecm-slider-slide{
  box-shadow: 0px 1.5px 5px 0px rgba(0, 0, 0, .2);
  padding: 8px;
  border-radius: 4px;
}
/*
 ranking_section
======================================================= */
.ranking_section + .ranking_section{
  margin-top: 53px;
}
.ranking_section .ecm-slider-container .ecm-slider{
  padding: 10px;
  margin: -10px;
}
.ranking_section .ecm-slider-slide{
  box-shadow: 0px 1.5px 5px 0px rgba(0, 0, 0, .2);
  padding: 8px;
  border-radius: 4px;
}
.ranking_section .title04{
  font-size: 18px;
  margin-bottom: 22px;
}
.ranking_section .ecm-ranking-alcor-updatedate{
  margin-right: 16px;
}
.ranking_alt {
  margin: 37px 0 75px;
  color: #333333;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.ranking_alt p {
  text-indent: -1em;
  padding-left: 1em;
}

/*
shop
======================================================= */
/* shop01 */
.shop01 .ecm-modal-content{
  padding: 56px 24px 48px;
  box-sizing: border-box;
}
.shop01 .ecm-modal-content-wrapper{
  max-width: 950px;
}
.shop01 .button01{
  margin-top: 25px;
}
.shop01 .shoptitle{
  margin-bottom: 55px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.shop01 .shop_title_box{
  position: relative;
  line-height: 1.35;
  padding: 20px 12px 18px;
}
.shop01 .shop_close_btn{
  background-color: #ef255e;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 0 5px 0px rgba(0, 0, 0, .2);
  margin-bottom: 9px;
  position: absolute;
  right: 15px;
  top: 58px;
  font-size: 25px;
}
.shop01 .shop_close_btn:hover{
  opacity: .8;
}

.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: #ef255e;
  color: #fff;
}
.shop01 .shop_close_btn02:hover{
  opacity: .8;
  cursor: pointer;
}

.shop01 .ecm-tab-container{
  margin: 0 10px;
  justify-content: center;
  border-bottom: 1px solid #d1d1d1;
}
.shop01 .ecm-tab{
  position: relative;
  margin: 0;
  padding: 0;
  width: calc((100% - 0.01px) / 4);
  min-height: 37px;
  font-size: 18px;
  padding-bottom: 5px;
}
.shop01 .ecm-tab:hover{
  color: #ef255e;
  font-weight: bold;
}
.shop01 .ecm-tab[aria-selected=true]{
  border-bottom: 1px solid #ef255e;
  color: #ef255e;
}
.shop01 .ecm-tab::before{
  position: absolute;
  content: "";
  width: 1px;
  height: 28px;
  background-color: #b7b7b7;
  right: 0;
}
.shop01 .ecm-tab:last-of-type::before{
  content: none;
}

.shoplist_title{
  padding: 36px 0 0;
  margin-bottom: 20px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.shoplist_box{
  margin: 0 16px;
}
.shop01 li a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 4px 0 4px 16px;
  color: #333!important;
  line-height: 1.6;
  font-size: 14px;
  box-sizing: border-box;
}
.shop01 li a::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  width: 3px;
  height: 3px;
  margin: auto 0;
  border-radius: 50%;
  background-color: #333;
  line-height: 1;
}
@media (hover: hover) {
  .shop01 .ecm-tab:hover {
      background-color: #fff;
  }
}
.shop01 .ecm-icon-new-window-outlined{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}