@charset "utf-8";

.spu-header--260201 {
  width: 100%;
  min-width: 960px;
  /* height: 420px !important; */
  position: relative !important;
  background: #bf0000 url(https://r.r10s.jp/evt/event/campaign/point-up/everyday/point/20260201newModule/_pc/img/spu20260201_pc_kanban_coin.png) no-repeat center top;
}
.aniversary{
  background: #FFEC9C;
  background: radial-gradient(circle at center,rgba(255, 236, 156, 1) 11%, rgba(255, 170, 40, 1) 62%);
  padding-top: 20px;
  padding-bottom: 20px;
}
.aniversary-inner{
  position: relative;
  width: 960px;
  margin: 0 auto;
}
.aniversary__logo{
  margin-bottom: 24px;
  text-align: center;
}
.aniversary__lead{
  font-family: 'RakutenSansJP2_W-DemiBold';
  font-weight: normal;
  text-align: center;
  color: #333;
  line-height: 1.3;
  font-size: 18px;
}
.aniversary-cp{
  margin-top: 16px;
  position: relative;
}
.aniversary-cp__announce--text {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 520px;
  height: 48px;
  margin: 0 auto;
  font-family: 'RakutenSansJP2_W-DemiBold';
  font-weight: normal;
  text-align: center;
  background-color: #bf0000;
  border-radius: 10px;
  color: #ffffff!important;
  font-size: 18px;
  filter:drop-shadow(0 10px 10px rgba(0,0,0,.1));
  position: relative;
}
.aniversary-cp__ribon{
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 537px;
  height: 49px;
  background: url(https://r.r10s.jp/evt/event/campaign/point-up/everyday/point/20260201newModule/_pc/img/spu_aniversary_ribon.png) no-repeat;
  background-size: 100% auto;
  margin: 0 auto 4px;
  padding-bottom: 13px;
  font-family: 'RakutenSansJP2_W-DemiBold';
  font-weight: normal;
  text-align: center;
  color: #fff;
  font-size: 24px;
}
.aniversary-cp__button{
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 416px;
  height: 66px;
  margin: 0 auto;
  font-family: 'RakutenSansJP2_W-DemiBold';
  font-weight: normal;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  color: #333!important;
  font-size: 20px;
  filter:drop-shadow(0 10px 10px rgba(0,0,0,.1));
  position: relative;
}
.aniversary-cp__button::after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #d30000;
  border-right: 0;
  top: 50%;
  right: 20px;
  transform:translateY(-50%);
}
.aniversary__animation{
  position: absolute;
  display: block;
}
.aniversary__animation._01{
  width: 29px;
  height: 29px;
  top: 77px;
  left: 85px;
  opacity:1;
  animation:flashing01 3s infinite;
}
.aniversary__animation._02{
  width: 29px;
  height: 29px;
  top: 12px;
  left: 144px;
  opacity:0;
  animation:flashing02 3s infinite;
}
.aniversary__animation._03{
  width: 23px;
  height: 23px;
  top: 73px;
  left: 191px;
  opacity:1;
  animation:flashing01 3s infinite;
}
.aniversary__animation._04{
  width: 29px;
  height: 29px;
  top: 73px;
  left: 269px;
  opacity:0;
  animation:flashing02 3s infinite;
}
.aniversary__animation._05{
  width: 23px;
  height: 23px;
  top: 17px;
  right: 287px;
  opacity:1;
  animation:flashing01 3s infinite;
}
.aniversary__animation._06{
  width: 29px;
  height: 29px;
  top: 74px;
  right: 259px;
  opacity:0;
  animation:flashing02 3s infinite;
}
.aniversary__animation._07{
  width: 23px;
  height: 23px;
  top: 70px;
  right: 166px;
  opacity:0;
  animation:flashing01 3s infinite;
}
.aniversary__animation._08{
  width: 29px;
  height: 29px;
  top: 14px;
  right: 58px;
  opacity:0;
  animation:flashing02 3s infinite;
}
.aniversary__animation._09{
  width: 29px;
  height: 29px;
  top: 77px;
  right: 32px;
  opacity:0;
  animation:flashing01 3s infinite;
}
.aniversary-cp__star{
  position: absolute;
}
.aniversary-cp__star._01{
  width: 26px;
  height: 26px;
  bottom: 79px;
  left: 162px;
}
.aniversary-cp__star._02{
  width: 28px;
  height: 28px;
  bottom: 86px;
  right: 166px;
}

@keyframes flashing01 {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flashing02 {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/* kanban */
.spu-kanban-subttl_wrap_top {
  border-top: solid 1px #bebcbc;
  border-bottom: solid 1px #bebcbc;
  background-color: #fff9c8;
}
.spu-kanban-subttl_top {
  font-size: 16px;
  line-height: 27px;
  width: 950px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
.kanban_notice_title {
  font-size: 14px!important;
  font-weight: 550!important; 
  line-height: 1.4!important;
  font-feature-settings: "halt";
}
.kanban_notice_day {
  padding: 20px 0px 22px 12px;
}
.kanban_annotation{
  width: 804px;
  margin: 0 auto;
  text-align: right;
}
.kanban_annotation a{color: #fff;}

.kanban-date-badge {
  background-color: #bf0000;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-right: 8px;
  font-size: 14px;
  padding: 5px;
  border-radius: 4px;
  flex-shrink: 0;
}

.kanban_item_wrapper {
  display: flex;
  align-items: center;
}

.kanban_notice_text {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.kanban_notice_title {
  margin-top: 0;
  margin-bottom: 0;
  flex-grow: 1;
}

.spu-header--0406 {
  height: 350px !important;
  position: relative !important;
}

.kanban_notice_bg {
  width: unset !important;
  margin: unset !important;
  background: unset !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  border-radius: unset !important;
  display: flex;
}

.kanban_notice_wrap .kanban__condition {
  position: relative;
  width: 800px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  background-color: #fffef8;
  margin-top: 24px;
}

.kanban__conditionIcon {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFEB3B;
  border-radius: 15px;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: bold;
}

.kanban__conditionTitle {
  padding-top: 26px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}

.kanban__conditionText {
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.04em;
}