@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%;
}
.main_section{
  padding-top: 76px;
  padding-bottom: 76px;
}


/*
kanban
======================================================= */
.kanban_area{
  position: relative;
  overflow: hidden;
  width: 1920px;
  transform: translateX(-50%);
  margin-left: 50%;
}
.kanban_area::before{
  content: "";
  position: relative;
  display: block;
  width: 1920px;
  height: 300px;
  background: url(https://r.r10s.jp/evt/event/food/coupon/new/_pc/img/20250613/kanban_bg.png);
  background-size: 100%;
}
.h1_box{
  position: absolute;
  width: 511px;
  height: 155px;
  top: 0px;
  bottom: 0;
  right: 0px;
  left: 31px;
  margin: auto;
  z-index: 10;
}
.h1_box img{
  image-rendering: -webkit-optimize-contrast;
}
.kanban_container{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.kanban_container .item:nth-child(1){
  width: 213px;
  position: absolute;
  top: 33px;
  left: 18px;
}
.kanban_container .item:nth-child(2){
  width: 240px;
  position: absolute;
  bottom: -39px;
  left: 234px;
}
.kanban_container .item:nth-child(3){
  width: 220px;
  position: absolute;
  top: -21px;
  left: 457px;
}
.kanban_container .item:nth-child(4){
  width: 243px;
  position: absolute;
  top: -29px;
  right: 435px;
}
.kanban_container .item:nth-child(5){
  width: 201px;
  position: absolute;
  bottom: -24px;
  right: 249px;
}
.kanban_container .item:nth-child(6){
  width: 191px;
  position: absolute;
  top: 41px;
  right: 14px;
}

.kanban_container .item {
  animation: item_fade 4s 0s;
  transition: 0.2s;
}

.kanban_container .item:nth-child(3),
.kanban_container .item:nth-child(5){
  animation-name: kanban_image1;
  animation-delay: 0;
  z-index: 2;
}
.kanban_container .item:nth-child(2),
.kanban_container .item:nth-child(4){
  animation-name: kanban_image2;
  animation-delay: 0;
  z-index: 2;
}
.kanban_container .item:nth-child(1),
.kanban_container .item:nth-child(6){
  animation-name: kanban_image3;
  animation-delay: 0;
  z-index: 2;
}

@keyframes kanban_image1 {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
  12.5% {
    opacity: 1;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  25% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes kanban_image2 {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
  12.5% {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
  25% {
    opacity: 1;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  37.5% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes kanban_image3 {
  0% {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
  12.5% {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
  25% {
    opacity: 0;
    transform: scale3d(0, 0, 0);
  }
  37.5% {
    opacity: 1;
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
/*
period
======================================================= */
/* periodWrap01 */
.periodWrap01{
  display: block;
  color: #333;
  padding-top: 29px;
  padding-bottom: 30px;
}
.periodWrap01 .periodTxt{
  text-align: center;
  font-size: 18px;
  letter-spacing: -0.1px;
}
.periodWrap01 .periodTxt:first-of-type{
  margin-bottom: 4px;
}
.periodWrap01 .periodTxt:last-of-type{
  margin-bottom: 19px;
}
.periodWrap01 .periodTxt span{
  display: inline-block;
}
.periodWrap01 .periodTxt ._blod{
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.periodWrap01 .couponNote_Info{
  font-size: 12px;
  color: #666;
  text-align: left;
  width: 550px;
  margin: 0 auto;
}
.periodWrap01 .couponNote_Info li{
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.4;
}
/*
about
======================================================= */
.about{
  background-color: #eec701;
}
/* title01 */
.title01 .head_text{
  position: relative;
  padding-bottom: 22px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  color: #292929;
  margin-bottom: 39px;
}
.title01 .head_text::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 54px;
  height: 8px;
  margin: auto;
  background-image: url("https://r.r10s.jp/evt/event/food/coupon/new/_sp/img/20250613/dec_01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom 0 left 0;
}
/* note_ttl */
.note_ttl{
  font-size: 15px;
  margin: -4px 16px 22px;
  color: #292929;
  line-height: 1.5;
  text-align: center;
}
/*
recommend
======================================================= */
.about_area{
  gap: 18px;
  grid-template-columns: 308px 1fr!important;
}
.about_box{
  background-color: #fff;
  padding: 23px 12px 22px;
  border: 1px solid #222c49;
  border-radius: 10px; 
}
.step{
  font-size: 16px;
  width: 100px;
  height: 26px;
  background-color: #db0304;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 24px;
}
.about_img span{
  display: block;
  width: 293px;
  margin: 24px auto 15px;
}
.about_text{
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
}
.step2_ttl{
  font-size: 18px;
  color: #292929;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 10px;
  line-height: 1.25;
}
.step2_ttl ._bold{
  font-size: 20px;
  color: #db0304;
  text-decoration: underline;
  display: block;
  margin-bottom: 7px;
}
.about_pc_box{
  gap: 25px;
}
.about_note{
  font-size: 12px;
  color: #666;
  padding: 22px 0 0;
  line-height: 1.5;
  width: 460px;
  margin: 0 auto;
}
.about_note_list{
  padding-left: 1em;
  text-indent: -1em;
}
.about_note_list a{
  text-decoration: underline;
}
.about_note_list a:hover{
  opacity: .8;
}

.ad_area + .ad_area{
  margin-top: 32px;
}
.ad_area .ecm-ad{
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, .14);
  border-radius: 5px;
  padding: 13px;

  display: flex;
  flex-flow: column;
}
.ad_area .ecm-ad-coupon{
  background: #db0304;
  border: none;
  height: 46px;
  color: #fff;
  margin-top: auto;
}
.ad_area .ecm-ad-coupon i{
  color: #fff;
}
.ad_area .ecm-ad-coupon span{
  font-size: 12px;
}
.ad_area .ecm-ad-shop{
  margin-bottom: 12px;
}





.scroll_anime {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_anime.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*
rule
======================================================= */
.rule{
  padding: 80px 0;
  background-color: #f7f7f7;
}