@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-kanban{
  position: relative;
}

/*
kanban
======================================================= */
.kanban__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider {
  position: absolute;
  width: 100%;
  height: 180px;
  left: 0;
  bottom: 256px;
  box-sizing: border-box;
  z-index: 2;
}

.loopSwiper{
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  bottom: 175px;
  width: 960px;
  transform: translateX(-50%);
  margin-left: 50%;
}
.loopSwiper .loopSwiper_box{
  overflow: hidden;
  pointer-events: none;
}
.loopSwiper .swiper-container01 {
  position: relative;
  display: flex;
}
.loopSwiper .loopSwiper_box ul li {
  width: 105px;
  margin-right: 10px;
  display: inline-block;
  list-style: none;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 4px 4px 0 0px #ea3b60;
}
.loopSwiper .loopSwiper_box ul li img {
  image-rendering: -webkit-optimize-contrast;
}

.paused {
  animation-play-state: paused !important;
}

.slider-logo {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fade_anime 5s 1s infinite linear;
  padding: 0 16px;
}

.kanban_item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 73px;
  height: 64px;
}

.kanban_item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.kanban_item:nth-of-type(1),
.kanban_item:nth-of-type(4){
  position: absolute;
  top: 32px;
  left: 19px;
}
.kanban_item:nth-of-type(2),
.kanban_item:nth-of-type(5){
  position: absolute;
  bottom: 36px;
  left: 153px;
}
.kanban_item:nth-of-type(3),
.kanban_item:nth-of-type(6){
  position: absolute;
  top: 34px;
  right: 15px;
}

.slider-logo01 {
  animation: fade_anime 8s infinite;
  animation-delay: 0s;
}

.slider-logo02 {
  animation: fade_anime 8s infinite;
  animation-delay: 4s;
}

@keyframes fade_anime {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  37.5% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.kanban_btn_box{
  width: 463px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  gap: 16px;
  margin: auto;
}
.kanban_btn_box img{
  width: 100%;
}
.kanban_btn_box a{
  display: block;
  border-radius: 20px;
}
.kanban_btn_box a:hover{
  opacity: .8;
}
/*
entry
======================================================= */
.entry-section {
  width: 100%;
  padding: 6px 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: linear-gradient(180deg, #FFFBE0 -5.23%, #FBEAFD 30.84%);
  position: relative;
  margin: 0 auto;
}
.entry-section::before{
  content: "";
  width: 1920px;
  height: 245px;
  background: url(https://r.r10s.jp/evt/event/genre/season/_pc/img/20260704/pointback_dec01.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 22px;
  right: 0;
  left: 0;
  transform: translateX(-50%);
  margin-left: 50%;
  z-index: 1;
}
.section-body {
  position: relative;
  z-index: 2;
  width: 100%;
}
.section-title {
  width: 100%;
  text-align: center;
}
.section-title img {
  width: 635px;
  height: auto;
}
.entry-section .section-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.entry-description{
  width: 509px;
  margin: 0 auto;
}
.entry-description img{
  width: 100%;
}
.points-back-block{
  width: 322px;
  margin: -13px auto 0;
}
.points-back-block img{
  width: 100%;
}

.summer_entry_btn .rcEntryButton-button{
  box-shadow: none;
  background: #EA3B60;
  border: 2px solid #EA3B60;
  height: 64px !important;
}
.summer_entry_btn .rcEntryButton-button:hover{
  opacity: .8;
}
/* =====================================================
   Campaign Entry Container
   ===================================================== */
.campaign-entry-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.campaign-entry-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

/* Campaign Lead */
.campaign-lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
}

/* Date */
.campaign-date-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  width: 100%;
}

.campaign-date-text {
  width: 100%;
  color: #EA3B60;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

.campaign-date-text .date-label {
  font-weight: 400;
}
/* =====================================================
   Notice Items
   ===================================================== */

.notice-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  width: 538px;
}

.notice-item {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 2px;
}

.notice-marker {
  color: #6C6C6C;
  font-size: 12px;
  font-weight: 400;
  line-height: 128%;
  flex-shrink: 0;
}

.notice-text {
  flex: 1;
  color: #6C6C6C;
  font-size: 12px;
  font-weight: 400;
  line-height: 128%;
}

.notice-link {
  color: #0072AC;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.notice-link:hover{
  opacity: .8;
}

.pointup-section .pointup-notices {
  margin: 17px 0 0;
}
/* =====================================================
   Bottom Anchor Links
   ===================================================== */

.bottom-links {
  display: flex;
  align-items: stretch;
  width: 328px;
  position: relative;
  z-index: 1;
}

.bottom-link-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.bottom-link-anchor {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  position: relative;
  margin-right: 10px;
}
.bottom-link-anchor:hover{
  opacity: .8;
}

.bottom-link-anchor::after{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 3px;
  right: -15px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-right: 1px solid #0783c2;
  border-top: 1px solid #0783c2;
  transform: rotate(135deg);
}

.bottom-link-item:first-child .bottom-link-anchor::after{
  transform: rotate(45deg);
  bottom: 0px;
}

.bottom-link-divider {
  color: #333;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  font-style: normal;
}
/* =====================================================
   全力価格アイテム セクション
   ===================================================== */

.fullpower-section {
  width: 100%;
  padding: 42px 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background: linear-gradient(180deg, #FFFBE0 0%, #FBEAFD 100%);
  position: relative;
}

.fullpower-section .notice-list{
  margin: 39px auto 0;
  width: 647px;
}

/* キャンペーン期間 */
.fullpower-schedule {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin-bottom: 40px;
}

.schedule-row {
  color: #EA3B60;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}

.schedule-number {
  font-weight: 800;
}

.countdown-label {
  color: #333;
  text-align: center;
  font-family: RakutenSansJP2_W-Bold;
  font-size: 24px;
  font-style: normal;
  line-height: 130%; /* 20.8px */
  letter-spacing: 0.64px;
}

/* =====================================================
   カウントダウン（surpriseday）
   ===================================================== */
.surpriseday__countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: 41px;
  margin-bottom: 18px;
}

.surpriseday__countdownTimerItems {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.surpriseday__countdownTimerItemsInner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

/* 数字ボックス＋ラベルの縦並びラッパー */
.surpriseday__countdownTimerUnit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

/* 数字ボックス */
.surpriseday__countdownTimerItem {
  display: inline-flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 106.5px;
  height: 75px;
  padding: 18px 21px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  background: linear-gradient(180deg, rgba(255, 210, 229, 0.20) 51.34%, rgba(255, 101, 140, 0.20) 51.64%), #FFEDF2;
  box-sizing: border-box;
  font-family: Roboto, sans-serif;
  font-size: 54px;
  font-weight: 900;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.36px;
  color: #E73562;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.04);
}

.surpriseday__countdownTimerItemDigit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 5px;
}

/* 単位ラベル（時間・分・秒） */
.surpriseday__countdownText {
  font-family: RakutenSansJP2_W-Bold;
  font-size: 21px;
  font-style: normal;
  color: #717171;
  margin: 0;
  text-align: center;
  line-height: 130%;
}

/* コロン（2つの小さい円） */
.surpriseday__countdownColon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 0;
  padding: 0 4px;
  margin-bottom: -15px;
}
.surpriseday__countdownColon::before,
.surpriseday__countdownColon::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #D1D1D1;
}

.ad_area .ad_ttl{
  color: #016FF0;
  text-align: center;
  font-kerning: none;
  font-feature-settings: 'liga' off;
  font-family: RakutenSansJP2_W-Bold;
  font-size: 36px;
  font-style: normal;
  line-height: 130%; /* 31.2px */
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 22px;
}
.ad_area .ad_ttl::before{
  content: "";
  position: absolute;
  width: 500px;
  height: 41px;
  mask-image: url("data:image/svg+xml,%0A%3Csvg width='338' height='28' viewBox='0 0 338 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M337.448 -0.000230789C308.804 9.85227 105.732 14.1513 16.528 17.4812C39.8115 16.4688 36.1659 21.9681 17.0169 21.6593C35.9649 23.3306 8.49866 26.1341 0 26.487C34.1368 28.521 331.448 26.7557 331.448 26.7557C264.327 27.0897 304.159 9.11071 337.448 -0.000230789Z' fill='%23B3ECFF'/%3E%3C/svg%3E%0A");
  -webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='338' height='28' viewBox='0 0 338 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M337.448 -0.000230789C308.804 9.85227 105.732 14.1513 16.528 17.4812C39.8115 16.4688 36.1659 21.9681 17.0169 21.6593C35.9649 23.3306 8.49866 26.1341 0 26.487C34.1368 28.521 331.448 26.7557 331.448 26.7557C264.327 27.0897 304.159 9.11071 337.448 -0.000230789Z' fill='%23B3ECFF'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: #B3ECFF;
  z-index: -1;
  bottom: -7px;
  left: -4px;
  right: 0;
  margin: auto;
}
.ad_area .ecm-ad{
  padding: 12px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);

  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.ad_area .ecm-ad .text-2xl{
  font-size: 41px;
}
.ad_area .ecm-ad .ecm-ad-price-unit{
  font-size: 22px;
}
.ad_area .ecm-ad .ecm-ad-price-free-shipping{
  font-size: 24px;
}
.ad_area + .ad_area{
  margin-top: 40px;
}

.ad_area._color01 .ad_ttl{
  color: #C424E2;
}
.ad_area._color01 .ad_ttl::before{
  background-color: #F9C1FF;
}

.ad_area .ecm-ad-price-container{
  margin-top: auto;
  height: 78px;
}
.ad_area .ecm-ad-body{
  height: 100%;
  display: flex;
  flex-flow: column;
}
.ad_area .ecm-ad-link{
  display: flex;
  flex-flow: column;
  height: 100%;
}

.next_area{
  background-color: #FBEAFD;
}
/* =====================================================
   ポイント倍率アップ セクション
   ===================================================== */

.pointup-section {
  width: 100%;
  padding: 21px 0 82px;
  background: #FBEAFD;
}
/* 説明文 */
.pointup-description {
  color: #333;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  font-family: RakutenSansJP2_W-Regular;
  margin-top: 39px;
  margin-bottom: 55px;
}

.pointup-description strong {
  font-weight: 800;
}

/* alcor_bg */
.alcol_area .ecm-alcor{
  padding: 8px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  flex-flow: column;
}

/* button01 */
.button01 .buttonLink {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 52px;
  padding: 0 18px;
  margin: 0 auto;
  border-radius: 8px;
  border: 2px solid #EA3B60;
  background: #EA3B60;
  box-sizing: border-box;
  color: #fff;
  font-family: RakutenSansJP2_W-Bold;
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
  text-align: center;
  text-decoration: none;
}
.button01 .buttonLink:hover{
  opacity: .8;
}
.button01 .buttonLink span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.button01 .right_icon{
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  color: #fff;
}
.pointup-section .button01{
  margin-top: 55px;
}
.pointup-section .button01 .buttonLink{
  margin-top: 40px;
}
.pointup-section .button01 .buttonLink:hover{
  opacity: .8;
}
.pointup-section .button01 .buttonLink::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  flex-shrink: 0;
  right: 20px;
}
/* =====================================================
   対象アイテムを探す セクション
   ===================================================== */

.search_inner{
  width: 100%;
  padding: 38px 16px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.item-search-section {
  background: #E0F7FF;
  position: relative;
}
.item-search-section::before {
  content: "";
  width: 1920px;
  height: 95px;
  background: url(https://r.r10s.jp/evt/event/genre/season/_pc/img/20260704/search_dec01.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -17px;
  right: 0;
  left: 0;
  transform: translateX(-50%);
  margin-left: 50%;
  z-index: 0;
}
/* search01 */
.search01{
  width: 480px;
  margin: 0 auto 0;
}
.search01 .search_box{
  border: 2px solid #EA3B60;
  height: 40px;
  border-radius: 8px;
}
.search01 .search_box_submit{
  width: 38px;
  background-color: #EA3B60;
  padding: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search01 .search_input{
  padding-left: 8px;
  font-size: 14px;
}
.search01 .search_box_ic{
  font-size: 20px;
}

/* 区切り線 */
.section-divider {
  width: 100%;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0;
}

/* カテゴリブロック */
.item-category {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.category-title {
  font-family: RakutenSansJP2_W-Bold;
  font-size: 24px;
  text-align: center;
  line-height: 130%;
  letter-spacing: 2px;
  font-kerning: none;
  font-feature-settings: 'liga' off;
}
.item-category--first .category-title {
  color: #016FF0;
}
.item-category:last-of-type .category-title {
  color: #C424E2;
}

/* タググリッド */
.item-tag-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px 8px;
  list-style: none;
  width: 800px;
  margin: 0 auto;
}

.item-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.20);
  border-radius: 8px;
  color: #333!important;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  line-height: 1.3;
  height: 100%;
}

.item-tag:hover {
  background: #F0F8FF;
  border-color: #99CCEE;
  text-decoration: none;
}
/* =====================================================
   リアルタイムランキング セクション
   ===================================================== */
.ranking-section{
  position: relative;
}
.ranking-section::before {
  content: "";
  width: 1920px;
  height: 103px;
  background: url(https://r.r10s.jp/evt/event/genre/season/_pc/img/20260704/ranking_dec01.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -24px;
  right: 0;
  left: 0;
  transform: translateX(-50%);
  margin-left: 50%;
  z-index: 0;
}
.ranking-section {
  padding: 40px 0 84px;
  background: #fff;
}
/* tab01 */
.tab01{
  margin-top: 40px;
}
.tab01 .tab_menuList{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 30px;
}
.tab01 .tab_menuItem{
  position: relative;
  display: flex;
  justify-content: center;
  width: 25%;
  height: 46px;
  align-items: center;
  margin: 0;
  border: none;
  background-color: #fff;
  box-sizing: border-box;
  color: #333;
  font-size: 13px;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.20);
}
.tab01 .tab_menuItem:hover{
  background-color: #EA3B60;
  color: #fff;
}
.tab01 .tab_menuItem:first-of-type{
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.tab01 .tab_menuItem:last-of-type{
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.tab01 .tab_menuItem + * {
  border-left: none;
}
.tab01 .tab_menuItem[aria-selected=true] {
  background-color: #EA3B60;
  color: #fff;
  font-weight: bold;
}

.ranking_area .ecm-slider-slide{
  padding: 8px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.ranking_area .ecm-slider{
  padding: 16px;
  margin-top: -16px;
  margin-bottom: -16px;
}
.ranking_area .ecm-ranking-alcor-updatedate{
  margin-right: 16px;
}
.ranking-notices{
  margin: 60px 0 0;
}
/*
shop
======================================================= */
.shop_inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 41px;
}
.target-shop-section {
  width: 100%;
  padding: 38px 0 79px;
  background: #E0F7FF;
  position: relative;
}
.target-shop-section .notice-list,
.ranking-section .notice-list,
.item-search-section .notice-list{
  margin: 0 auto;
  align-items: center;
}
.target-shop-section .notice-item ,
.ranking-section .notice-item,
.item-search-section .notice-list{
  width: auto;
}
.ranking-section .notice-list{
 margin: 39px auto 0;
}

.target-shop-section .notice-text,
.target-shop-section .notice-marker {
  text-align: center;
}
.target-shop-section::before {
  content: "";
  width: 1920px;
  height: 68px;
  background: url(https://r.r10s.jp/evt/event/genre/season/_pc/img/20260704/shop_dec01.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -87px;
  right: 0;
  left: 0;
  transform: translateX(-50%);
  margin-left: 50%;
  z-index: 0;
}
/* shop01 */
.shop01 .shoptitle{
  position: relative;
}
.shop01 .shop_list_box{
  gap: 12px 24px;
}
.shop01 .shop_title_box{
  position: relative;
  line-height: 1.35;
}
.shop01 .shop_title_box::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
  bottom: 0;
  transform: translateX(-50%);
  margin-left: 50%;
}
.shop01 .shop_list a{
  display: block;
  font-size: 14px;
  color: #333;
  position: relative;
}
.shop01 .shop_list a{
  color: #333;
}
/* .shop01 .shop_list a::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(45deg);
} */
.shop01 .modal_close_bottom{
  border: none;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px auto 0;
}
.shop01 .modal_close_bottom_text:hover{
  text-decoration: underline;
}
.shop01 .ecm-modal-close:hover{
  opacity: .8;
}
.shop01 .ecm-modal-content-wrapper{
  max-width: 928px;
}


/* other_list01 */
.other_ttl{
  font-size: 22px;
}
.other{
  padding: 38px 16px;
}
.other_list01 .other_list_box{
  gap: 16px;
  width: 560px;
  margin: 0 auto;
}
.other_list01 a{
  display: block;
}
.other_list01 a:hover{
  opacity: .8;
}
.other_list01 a img {
  width: 100%;
}

/*
floating_area
======================================================= */
.floating_area .ecm-floating-navi{
  height: 52px;
  width: 960px;
  margin: 0 auto;
}
.floating_area .ecm-floating-navi-item{
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #DC3055;
  font-size: 16px;
  color: #DC3055;
}
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]{
  border-bottom: none;
  border-color: #DC3055;
  color: #fff;
}
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor:nth-of-type(1)[data-in-viewport=true]{
  background-color: #E42158;
}
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor:nth-of-type(2)[data-in-viewport=true]{
  background-color: #EB6C04;
}
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor:nth-of-type(3)[data-in-viewport=true]{
  background-color: #016FF0;
}
.floating_area .ecm-floating-navi-item:last-of-type{
  border-right: none;
}

/*
rule
======================================================= */
.rule{
  padding: 41px 0;
  background-color: #f7f7f7;
}