@charset "utf-8";

/*
 common
======================================================= */
html{
  overflow: auto;
}
body{
  position: relative;
  overflow-x: hidden;
  min-width: 960px;
}
main{
  color: #333;
}
.main{
  width: 960px;
  margin: 0 auto;
}
.section_box{
  width: 960px;
  margin: 0 auto;
}
/*
kanban
======================================================= */
.kanban{
  position: relative;
}
.loopSwiper{
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  bottom: 88px;
  width: 654px;
  transform: translateX(-50%);
  margin-left: 50%;
}
.loopSwiper .loopSwiper_box{
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  pointer-events: none;
  border: 2px solid #ad1010;
  box-shadow: 0px 5px 0px 0px #ad1010;
}
.loopSwiper .swiper-container01 {
  position: relative;
  display: flex;
}
.loopSwiper ul {
  padding: 3px 0;
  /*ロゴの枚数で下記の数値（11）を変更*/
  width: calc((73px + 7px)* 20);
  display: flex;
  flex-shrink: 0;
}
.loopSwiper ul:first-child {
  animation: loopslide1 60s -30s linear infinite;
}
.loopSwiper ul:last-child {
  animation: loopslide2 60s linear infinite;
}
.loopSwiper ul li img {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes loopslide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loopslide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/* loopSlide _slideimg */
.loopSwiper .loopSwiper_box ul li {
  width: 73px;
  margin-right: 7px;
  display: inline-block;
  list-style: none;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
.loopSwiper .loopSwiper_box ul li img {
  image-rendering: -webkit-optimize-contrast;
}
/*
title
======================================================= */
/* title01 */
.title01{
  text-align: center;
  margin-bottom: 48px;
}
.title01 .title_ic{
  display: block;
  width: 123px;
  height: 28px;
  margin: 0 auto 19px;
  background: url(https://r.r10s.jp/evt/event/beauty/korea/_cmn/img/20241218/ic_ttl01.png) no-repeat;
  background-size: 100%;
}
.title01 .title_headline{
  font-weight: bold;
  font-size: 36px;
  line-height: 1.27;
  border: none;
}
.notes{
  font-size: 16px;
  color: #333;
  line-height: 1.45;
  text-align: center;
  margin: -35px 0 50px;
}
.notes ._small{
  font-size: 14px;
}
/* title02 */
.title02{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
/*
_bg
======================================================= */
.main_section{
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
._bg01{
  background-color: #ffced7;
}
._bg02{
  background-color: #ffe5e5;
}
._bg03{
  background-color: #ffcfc4;
}

._bg01 .title01 .title_headline,
._bg01 .title02{
  color: #ad1010;
}
._bg02 .title01 .title_headline,
._bg02 .title02{
  color: #99334b;
}
._bg03 .title01 .title_headline,
._bg03 .title02{
  color: #882300;
}
/*
index
======================================================= */
.index{
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f15a56;
}
.index_ttl{
  width: 100px;
  margin: 0 auto 23px;
}
/* index01 */
.index_box{
  padding: 16px 8px 11px;
  gap: 0 24px;
}
.index01{
  position: relative;
}
.index01::before,
.index01::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #fff;
  border-radius: 2px;
}
.index01::before{
  top: 0;
}
.index01::after{
  bottom: 0;
}
.index01 .index_list .index_list__link{
  position: relative;
  display: flex;
  align-items: center;
  height: 68px;
  color: #fff;

  background-image: linear-gradient(to right, #ff9996 2px, transparent 2px);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 0 6px;
}
.index01 .index_list:nth-child(2n+1):nth-last-child(-n+2) .index_list__link,
.index01 .index_list:nth-child(2n+1):nth-last-child(-n+2)~ .index_list .index_list__link{
  background:none;
}
/* .index01 .index_list:nth-last-child(-n+3) .index_list__link,
.index01 .index_list:nth-last-child(-n+3)~ .index_list .index_list__link{
  background:none;
} */
.index01 .index_list .index_list__link::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 8px;
  right: 10px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(135deg);
}
.index01 .index_list__text{
  font-size: 16px;
  line-height: 1.35;
}
.index01 .index_list__text:hover{
  text-decoration: underline;
  cursor: pointer;
}
/*
coupon
======================================================= */
/* periodWrap01 */
.periodWrap01{
  display: block;
  color: #333;
  background-color: #ffe7eb;
  border-radius: 5px;
  padding: 26px 10px 32px;
  width: 802px;
  margin: 0 auto 40px;
}
.periodWrap01 .periodTxt{
  text-align: center;
  font-size: 18px;
  letter-spacing: -0.1px;
  line-height: 1.45;
}
.periodWrap01 .periodTxt:first-of-type{
  margin-bottom: 9px;
}
.periodWrap01 .periodTxt:last-of-type{
  margin-bottom: 10px;
}
.periodWrap01 .periodTxt ._blod{
  font-weight: bold;
}
.periodWrap01 .couponNote_Info{
  font-size: 14px;
  padding-bottom: 14px;
  color: #333;
  text-align: center;
}
.periodWrap01 .couponNote_Info li{
  padding-left: 1em;
  text-indent: -1em;
}
.periodWrap_link{
  text-align: center;
  font-size: 14px;
  color: #0078b5;
  text-decoration: underline;
}
.periodWrap_link a:hover{
  opacity: .8;
}

/* .coupon .ecm-ad-name{
  height: 36px;
} */
/* .coupon .ecm-ad-shop{
  height: 31px;
} */
.ad_con .ecm-ad{
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,.2);
  padding: 12px;
  border-radius: 5px;
}
.ad_con .ecm-ad-coupon{
  background-color: #f15a56;
  border: none;
  color: #fff;
  border-radius: 4px;
}
.ad_con .ecm-ad-coupon i{
  color: #fff;
}
.ad_list{
  gap: 24px;
}
.coupon .ecm-ad-name{
  min-height: 36px;
}
.coupon .ecm-ad-shop{
  margin-bottom: 12px;
}
.ad_con .ecm-ad-coupon{
  margin-top: auto;
}
.ad_con .ecm-ad{
  display: flex;
  flex-flow: column;
}
.korea img{
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .2);
  border-radius: 5px;
}

/*
standard
======================================================= */
.alcol_box .slider_px{
  padding: 8px 16px;
  margin: -8px 0;
}
.alcol_box .ecm-alcor{
  padding: 10px;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,.2);
  border-radius: 5px;
}
/*
cosme_set
======================================================= */
/*
component
======================================================= */
.component_box{
  gap: 24px;
}
.component_list{
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,.2);
  position: relative;
}
.component_list ._con{
  padding: 13px 15px 20px;
  font-size: 14px;
  line-height: 1.4;
}
.component_list a{
  color: #333;
}
.component_list a:hover{
  text-decoration: none;
  opacity: .8;
}
.component_ttl{
  background-color: #ad1010;
  font-size: 17px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 49px;
  color: #fff;
}
.component_sub_ttl{
  font-size: 16px;
  color: #f15a56;
  padding: 13px 7px 6px;
}
.component_text{
  position: relative;
  background-image: linear-gradient(to right, #c4c4c4 2px, transparent 2px);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 15px;
  height: 54px;
  line-height: 1.4;
}
.component_sub_list ._line{
  background: linear-gradient(transparent 50%, #fcdedd 10%);
}
.component_sub_list + .component_sub_list{
  margin-top: 5px;
}
.component_list:after{
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 21px 21px;
  border-color: transparent transparent #f15a56 transparent;
  z-index: 2;
}
/*
ranking
======================================================= */
.tab_sub_area{
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .2);
  border-radius: 6px;
  overflow: hidden;
}
/* tab01 */
.tab01 .ecm-tab[aria-selected=true]{
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #813547;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
  position: relative;
}
.tab01 .tab_menuList{
  padding: 5px 43px 0;
  gap: 24px;
  margin-top: -5px;
}
.tab01 .rn-tab__icon{
  width: 72px;
  height: 72px;
  margin-right: 13px;
}
.tab01 .rn-tab__icon img{
  width: 100%;
  height: auto;
}
.tab01 .ecm-tab span{
  display: block;
  padding-top: 10px;
}
.tab01 .ecm-tab{
  border-radius: 8px 8px 0 0;
  font-size: 24px;
  padding: 2px 20px 12px;
  min-height: 98px;
  font-weight: bold;
  border-bottom: none;
  position: relative;
  background-color: #eca3af;
  border: none;
  color: #813547;
  display: flex;
  align-items: center;
}
.tab01 .ecm-tab[aria-selected=true]::before {
  content: "";
  position: absolute;
  left: -21px;
  bottom: -2px;
  display: inline-block;
  width: 21px;
  height: 21px;
  border-width: 0;
  background-image: url(https://r.r10s.jp/evt/event/beauty/korea/_pc/img/20241218/tab_active_before.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.tab01 .ecm-tab[aria-selected=true]::after {
  content: "";
  position: absolute;
  left: inherit;
  right: -21px;
  bottom: -2px;
  display: inline-block;
  width: 21px;
  height: 21px;
  border-width: 0;
  background-image: url(https://r.r10s.jp/evt/event/beauty/korea/_pc/img/20241218/tab_active_after.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.tab01 ._ranking_inner {
  padding: 16px 45px 37px;
  background: #fff;
}
.tab01 ._ranking_inner .ecm-ranking-alcor-updatedate{
  margin-right: 13px;
}
/* tab02 */
.tab02{
  padding: 48px 16px 0;
  background-color: #fff;
  justify-content: center;
  margin-left: -15px;
}
.tab02 .ecm-tab{
  width: 94px;
  min-height: 35px;
  background-color: #ffecec;
  color: #f15a56;
  font-weight: normal;
  margin-left: 15px;
  box-sizing: border-box;
  border: 1px solid #f15a56;
  border-radius: 24px;
  font-size: 16px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 48px;
}
.tab02 .ecm-tab:hover{
  opacity: .8;
}
.tab02 .ecm-tab[aria-selected=true]{
  background-color: #f15a56;
  font-weight: bold;
  color: #fff;
  border-bottom: none;
  box-shadow: none;
}
.tab02 .ecm-tab[aria-selected=true]::before {
  content: none;
}
.tab02 .ecm-tab[aria-selected=true]::after {
  content: none;
}
.tab02 .ecm-tab span{
  padding-top: 0;
}

.tab01 #innerTabColPanel3-1{
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .2);
  border-radius: 6px;
  overflow: hidden;
}
/* tab03 */
.tab03 .ecm-tab01{
  background-color: #ffecec;
  border: 1px solid #f15a56;
  color: #f15a56;
  border-radius: 23px;
  width: 126px;
  height: 46px;
  font-size: 16px;
}
.tab03 .ecm-tab01:hover{
  opacity: .8;
}
.tab03 .ecm-tab01[aria-selected=true]{
  background-color: #f15a56;
  color: #fff;
  font-weight: bold;
}
.tab03 .tab03_box{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 26px;
}
.tab03 .ecm-alcor{
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
}

/* rankingNote01 */
.rankingNote01{
  padding: 16px 16px 0;
  font-size: 12px;
  color: #333;
}
.rankingNote01 li{
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.7;
}
/*
age
======================================================= */
.age .tab03{
  width: 763px;
  margin: 0 auto;
}
/*
category
======================================================= */
.category .con{
  margin-bottom: 56px;
}
.category .con:last-of-type{
  margin-bottom: 0;
}
.category_box{
  display: flex;
  gap: 34px 14px;
  flex-wrap: wrap;
}
.category_box .category_list{
  width: 148px;
  display: flex;
  flex-flow: column;
}
.category_box .category_list{
  width: 148px;
  display: flex;
  flex-flow: column;
}
.category_box .category_list a:hover{
  text-decoration: none;
  opacity: .8;
}
.category_img{
  background: #fff;
  border: 1px solid #333;
  width: 148px;
  height: 166px;
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
  border-radius: 24px;
}
.category_img img{
  display: block;
  width: 120px;
}
.category_text{
  font-size: 16px;
  text-align: center;
  margin-top: 14px;
  color: #333;
  letter-spacing: -1px;
}

/* ._skincare .category_box{
  min-width: 668px;
}
._makeup .category_box{
  min-width: 745px;
}
._others .category_box{
  min-width: 655px;
} */
/*
pickup
======================================================= */
.pickup_brand_area{
  gap: 32px 26px;
}
.pickup_brand_box {
  display: flex;
  flex-flow: column;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  color: #666 !important;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.pickup_brand_box:hover {
  opacity: 0.9;
  text-decoration: none;
}
.pickup_brand_top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.pickup_brand_top_img {
  width: 103px;
}
.pickup_brand_top_textbox {
  width: 155px;
  flex: 2;
  padding-left: 20px;
  color: #666 !important;
}
.pickup_brand_top_textbox ._title {
  font-size: 20px;
  font-weight: bold;
}
.pickup_brand_top_textbox ._text {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 5px;
}
.pickup_brand_bottom{
  margin-top: auto;
}
/*
brand
======================================================= */
/* tab04 */
.tab04 .tab-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab04 .tab-item{
  color: #f15a56;
  border: 1px solid #f15a56;
  box-sizing: border-box;
  width: 70px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
  margin-bottom: 25px;
  border-radius: 24px;
  background-color: #ffecec;
  font-size: 13px;
}
.tab04 .tab-item:hover{
  opacity: .8;
  cursor: pointer;
}
.tab04 .tab-item[for="all"]{
  width: 99px!important;
  margin: 0 0 12px;
  margin-left: 36px;
  margin-right: 5px;
}
.tab04 .tab-item[for="wa"]{
  margin-right: 40px;
}
/* .tab04 .tab-item[for="na"]{
  margin-right: 16px!important;
}
.tab04 .tab-item[for="wa"]{
  margin-right: 16px!important;
}
.tab04 .tab-item[for="a"]{
  margin-left: 16px;
}
.tab04 .tab-item[for="ha"]{
  margin-left: 16px;
} */
/* tab-content */
.tab04 .tab-content {
  display: none;
  padding-top: 8px;
  overflow: hidden;
  clear: both;
  font-size: 16px;
}
.tab04 .tab-content .col{
  gap: 25px 23px;
  line-height: 1.1;
}
.tab04 .tab-content .col>* a{
  font-size: 14px;
  color: #333;
}
.tab04 .tab-content .col>* a:hover{
  text-decoration: none;
  opacity: .8;
}
.tab04 .tab-content .col>:nth-of-type(2n){
  margin-right: 0!important;
}
.tab04 .tab-content .col .img_area{
  margin-bottom: 3px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid #333;
}
.tab04 .tab-content .col p{
  /* text-align: center; */
  margin-top: 14px;
}

.tab04 input[name="tab-item"] {
  display: none;
}
#all:checked ~ #all-content,
#a:checked ~ #a-content,
#ka:checked ~ #ka-content ,
#sa:checked ~ #sa-content ,
#ta:checked ~ #ta-content ,
#na:checked ~ #na-content ,
#ha:checked ~ #ha-content ,
#ma:checked ~ #ma-content ,
#ya:checked ~ #ya-content ,
#ra:checked ~ #ra-content ,
#wa:checked ~ #wa-content {
  display: block;
}
.tab04 .tab-container input:checked + .tab-item {
  background-color: #f15a56;
  color: #fff;
  border: none;
  font-weight: bold;
}

/* button01 */
.button01{
  width: 377px;
  height: 58px;
  background: #fb6868;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 auto;
  position: relative;
  font-size: 18px;
  margin-top: 56px;
}
.button01:hover{
  opacity: .8;
}
.button01 .ecm-icon-chevron-down{
  position: absolute;
  right: 21px;
  font-size: 15px;
}
/*
keyword
======================================================= */
/* search01 */
.search01{
  width: 680px;
  margin: 0 auto 59px;
}
.search01 .search_box{
  border-radius: 0;
  border: 3px solid #ad1010;
  height: 55px;
  border-radius: 5px;
}
.search01 .search_box_submit{
  width: 52px;
  background-color: #ad1010;
  padding: 0;
}
.search01 .search_input{
  padding-left: 17px;
  font-size: 14px;
}
.search01 .search_box_ic{
  font-size: 25px;
}
/* keyword01 */
.keyword01 .keyword_list{
  gap: 14px 18px;
  width: 630px;
  margin: 0 auto;
}
.keyword01 .keyword_list > a{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding: 0 3px;
  height: 51px;
  background: #ffe7ed;
  border: 2px solid #ad1010;
  border-radius: 32px;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, .2);
  color: #ad1010;
  text-align: center;
  line-height: 1.35;
}
.keyword01 .keyword_list > a:hover{
  opacity: .8;
}
/*
must_buy
======================================================= */
.movie_box {
  width: 800px;
  margin: 0 auto 57px;
}
.ranking_alcol_box .ecm-alcor{
  padding: 8px;
  border-radius: 5px;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,.2);
}
.ranking_alcol_box .ecm-slider-track{
  padding: 8px 0;
}
/*
 video-js
======================================================= */
.bc-player-ahYJfhujM_default-index-0 {
  width: 800px !important;
  height: 448px !important;
  margin-bottom: 8px;
  border-radius: 8px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
}
.video-js .vjs-tech {
  width: 800px !important;
  height: 448px !important;
}
.video__text {
  font-size: 14px;
}
.video__text._01 {
  line-height: 1.8;
}
.video__text._02 {
  line-height: 1.5;
}
.video__text > span {
  font-size: 15px;
  font-weight: bold;
}
/*
influencer
======================================================= */
.influencer .ecm-slider-slide{
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, .2);
}
.influencer .ecm-room-recommend{
  padding: 0;
  border: none;
}
.influencer .ecm-room-recommend-header{
  display: block;
  margin-top: -37px;
}
.influencer .ecm-room-recommend-header-text{
  width: 138px;
  margin: 0 auto;
}
.influencer .room_link{
  justify-content: end;
  font-size: 14px;
  text-decoration: underline;
  margin-top: 53px;
}
.influencer .room_link:hover{
  opacity: .8;
}
.influencer .ecm-room-recommend-comment-body{
  background-color: #fff;
  padding:8px 5px;
}
.influencer .ecm-room-recommend-user-link{
  background-color: #fff;
}
.influencer .ecm-slider{
  padding: 8px 0;
  margin: -8px 0;
}
/*
sns
======================================================= */
.sns_box{
  gap: 24px;
}
.sns_list{
  background-color: #fff;
  padding: 32px 22px;
  border-radius: 10px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .2);
}
.sns_ttl{
  display: flex;
  align-items: center;
  padding: 0 3px 20px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 19px;
  background-image: radial-gradient(circle, #c4c4c4 2px, transparent 2px);
  background-position: left -3px bottom;
  background-repeat: repeat-x;
  background-size: 8px 4px;
}
.ic_sns{
  display: inline-block;
  width: 53px;
  margin-right: 18px;
}
/* sns_note */
.sns_note{
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sns_note ._text{
  position: relative;
  display: inline-block;
  padding: 0 7px;
  font-size: 20px;
  color: #f15a56;
}
.sns_note ._text::before,
.sns_note ._text::after{
  position: absolute;
  content: "";
  background-color: #f15a56;
  bottom: 1px;
  width: 1px;
  height: 23px;
}
.sns_note ._text::before{
  right: 0;
  transform: rotate(40deg);
}
.sns_note ._text::after{
  left: 0;
  transform: rotate(-40deg);
}
.sns_img{
  height: 316px;
  overflow-y: scroll;
  margin-bottom: 15px;
  border: solid 1px #e0e0e0;
}

/* button02 */
.button02{
  margin: 24px auto 0;
}
.button02 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 377px;
  height: 58px;
  margin: 0 auto;
  border-radius: 29px;
  background: #f15a56;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
}
.button02 .buttonLink:hover{
  text-decoration: none;
  opacity: .8;
}
.button02 a.buttonLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}

/* btn */
.page_top_btn [data-module-name=ecm-scroll-to-top]{
  background-color: #f15a56;
}
.page_top_btn [data-module-name=ecm-scroll-to-top] .ecm-icon-chevron-up{
  color: #fff;
}

/*
floating_area
======================================================= */
@media screen and (max-width:1450px){
  .floating_area{
    display: none;
  }
}
.floating_area .ecm-floating-nav-pill{
  font-size: 15px;
  width: 250px;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  border-radius: 25px 0 0 25px;
  background-color: #ffefec;
  border: 1px solid #f15a56;
  border-right: none;
  color: #f15a56;
}
.floating_area .ecm-floating-nav-pill:hover {
  background-color: #f15a56;
  color: #fff;
}
.floating_area .ecm-floating-nav-pill[data-in-viewport=true] {
  background-color: #f15a56;
  color: #fff;
}
/* btn */
.page_top_btn [data-module-name=ecm-scroll-to-top]{
  background-color: #f15a56;
}
.page_top_btn [data-module-name=ecm-scroll-to-top] .ecm-icon-chevron-up{
  color: #fff;
}


/*
RTS
======================================================= */
@media (min-width: 512px) {
  .Nps_wrapper__HNXwu {
      box-shadow: 0 4px 8px rgba(0, 0, 0, .16);
      width: 456px;
      bottom: 32px;
      top: auto;
      left: auto;
      right: 20% !important;
      overflow: hidden;
  }
}