@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{
  padding-top: 26px;
  padding-bottom: 25px;
}
/* periodWrap01 */
.periodWrap01{
  display: block;
  color: #333;
  margin-bottom: 30px;
}
.conditions01 .periodWrap01{
  margin-bottom: 12px;
}
.periodWrap01 .periodTxt{
  text-align: center;
  font-size: 20px;
  letter-spacing: -0.1px;
  line-height: 1.45;
  font-weight: bold;
}
.periodWrap01 .periodTxt:first-of-type{
  margin-bottom: 4px;
}
.periodWrap01 .periodTxt:last-of-type{
  margin-bottom: 15px;
}
.couponNote_Info{
  font-size: 14px;
  color: #666;
  margin: 0 23px;
  line-height: 1.45;
}
.couponNote_Info ._bold{
  color: #bf0000;
}
.couponNote_Info li{
  padding-left: 1em;
  text-indent: -1em;
}
/* 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;
}
/*
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;
  height: 80px;
  margin: 0 auto;
  border-radius: 8px;
  background: #fff;
  color: #bf0000;
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
  box-sizing: border-box;
  font-weight: bold;
  border: 2px solid #bf0000;
}
.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 #bf0000;
  border-top: 2px solid #bf0000;
  transform: rotate(45deg);
}
/*
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;
}

.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;
}
/* 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: 28px;
  margin-bottom: 21px;
}
.conditions01 .title04{
  color: #ef255e;
}
.conditions02 .title04{
  color: #ed5400;
}
.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: 131px;
}
.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.5;
  text-align: center;
  height: 75px;
  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;
}
.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;
}