@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{
  margin-bottom: 8px;
}

.bg_main{
  display: block;
  background-image: url(https://event.rakuten.co.jp/beauty/z/campaign/_sp/img/20250517/bg_con01.png);
  background-repeat: repeat-y;
  background-position: top -340px left 0;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
}

/*
kanban
======================================================= */
.kanban_obi{
  width: 100%;
  padding: 16px 0;
  background: linear-gradient(to right,  rgba(108,194,252,1) 0%,rgba(170,135,239,1) 50%,rgba(238,156,242,1) 100%);
  background-size: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.kanban_obi_text{
  display: flex;
  justify-content: center;
  gap: 8px;
}
.kanban_obi_text ._img{
  height: 25px;
  display: block;
}
.kanban_obi ._text{
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: center;
  text-shadow: 2px 3px 3px rgba(144, 111, 195, 1);
}
.kanban_obi ._text ._small{
  font-size: 16px;
}

/* スライダー */
.slide_area{
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 860px;
  margin: auto;
  right: 0;
}
.slide_box{
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, black 1.5em, black calc(100% - 1.5em), transparent);
	mask-image: linear-gradient(to right, transparent, black 1.5em, black calc(100% - 1.5em), transparent);
}
.loopSlide {
  position: relative;
  display: flex;
  overflow: hidden;
}
.loopSlide ul {
  /* ▼幅によって変更 */
  width: 979px;
  padding: 0;
  display: flex;
  flex-shrink: 0;
}
.loopSlide ul:first-child {
  animation: slide1 40s -20s linear infinite;
}
.loopSlide ul:last-child {
  animation: slide2 40s linear infinite;
}
.loopSlide ul li img {
  display: block;
  height: 100%;
  margin-right: 10px;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/* loopSlide _slideimg */
.loopSlide ul li {
  width: auto;
  height: 113px;
  margin-right: 0;
  display: inline-block;
  list-style: none;
  text-align: center;
}
/*
ttl
======================================================= */
/* title01 */
.title01{
  width: 475px;
  transform: translateX(-50%);
  margin-left: 50%;
  background: url(https://r.r10s.jp/evt/event/beauty/z/campaign/_pc/img/20250517/bg_ttl01.png) top center / 100% auto no-repeat;
  background-size: 100%;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.title01 .head_text{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  gap: 17px;
}
.title01 .head_text ._sub{
  background-color: #fff;
  border-radius: 16px;
  color: #868aef;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 14px;
}
/* title02 */
.title02{
  margin-bottom: 39px;
}
.title02 .ttl_area{
  width: 571px;
  text-align: center;
  padding-top: 18px;
  margin: 0 auto; 
}
/* title03 */
.title03{
  text-align: center;
  margin: 0 auto 31px;
}
.title03 span{
  position: relative;
  color: #2d4b96;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  padding: 4px 25px;
}
.title03 span::before,
.title03 span::after{
  content: "";
  width: 13px;
  height: 34px;
  background: url(https://r.r10s.jp/evt/event/beauty/z/campaign/_sp/img/20250517/dec_01.png);
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.title03 span::after{
  transform: scale(-1, 1);
  right: 0;
  left: auto;
}
/* title04 */
.title04{
  position: relative;
  color: #19357c;
  text-align: center;
  margin: 0 auto 27px;
  font-size: 30px;
}
.title04 span{
  position: relative;
  padding: 0 26px;
}
.title04 span::before,
.title04 span::after{
  content: "";
  position: absolute;
  width: 18px;
  height: 23px;
  background: url(https://r.r10s.jp/evt/event/beauty/z/campaign/_cmn/img/20250517/dec_02.png);
  background-size: 100%;
  bottom: 0;
  top: 0;
  margin: auto;
}
.title04 span::before{
  left: 0;
}
.title04 span::after{
  right: 0;
}
/*
coupon_area
======================================================= */
.coupon_area{
  padding-top: 51px;
  padding-bottom: 85px;
}
.coupon_col + .coupon_col{
  margin-top: 70px;
}
/* coupon01 */
.coupon01{
  width: 780px;
  margin: 0 auto;
}
.coupon01 .rc-noTransitionCoupon__title{
  color: #fff;
}
.coupon01 .coupon_list_text{
  border-color: #fff;
  background-color: #2c8cdb;
  color: #fff;
  border-top: 2px solid #ebebeb
}
.coupon01 .coupon_list_title{
  color: #fff;
  margin-bottom: 14px;
}
.coupon01 .coupon_list_filled{
  color: #fff;
}
.coupon01 .rc-noTransitionCoupon__annotation{
  color: #fff;
}
.coupon01 .coupon_list_body::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 10px, #2c8cdb 11px),
    radial-gradient(circle at center right, transparent 0, transparent 10px, #2c8cdb 11px);
}
.coupon01 .coupon_list_link {
  /* top: 0.313vw;
  left: 0.313vw;
  width: calc(100% - 0.625vw);
  height: calc(100% - 0.625vw);
  padding: 3.125vw 0 0; */
}
.coupon01 .coupon_list_link::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 11px, #2c8cdb 12px),
      radial-gradient(circle at center right, transparent 0, transparent 11px, #2c8cdb 12px);
  height: 98%;
  width: 99.8%;
}
.coupon01 .coupon_list_discount{
  color: #fff;
  margin-bottom: 9px;
}
.coupon01 .coupon_list_note{
  font-size: 12px;
  margin-top: 16px;
}

.coupon01 .coupon_list:nth-of-type(2) .coupon_list_text{
  background-color: #7369db;
}
.coupon01 .coupon_list:nth-of-type(2) .coupon_list_body::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 10px, #7369db 11px),
    radial-gradient(circle at center right, transparent 0, transparent 10px, #7369db 11px);
}
.coupon01 .coupon_list:nth-of-type(2) .coupon_list_link::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 11px, #7369db 12px),
      radial-gradient(circle at center right, transparent 0, transparent 11px, #7369db 12px);
  height: 98%;
  width: 99.8%;
}

.coupon01 .coupon_list:nth-of-type(3) .coupon_list_text{
  background-color: #b14adc;
}
.coupon01 .coupon_list:nth-of-type(3) .coupon_list_body::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 10px, #b14adc 11px),
    radial-gradient(circle at center right, transparent 0, transparent 10px, #b14adc 11px);
}
.coupon01 .coupon_list:nth-of-type(3) .coupon_list_link::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 11px, #b14adc 12px),
      radial-gradient(circle at center right, transparent 0, transparent 11px, #b14adc 12px);
  height: 98%;
  width: 99.8%;
}

.coupon01 .coupon_list:nth-of-type(4) .coupon_list_text{
  background-color: #e459d5;
}
.coupon01 .coupon_list:nth-of-type(4) .coupon_list_body::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 10px, #e459d5 11px),
    radial-gradient(circle at center right, transparent 0, transparent 10px, #e459d5 11px);
}
.coupon01 .coupon_list:nth-of-type(4) .coupon_list_link::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 11px, #e459d5 12px),
      radial-gradient(circle at center right, transparent 0, transparent 11px, #e459d5 12px);
  height: 98%;
  width: 99.8%;
}

/* btn */
.buttonStyle {
  background: #fff;
  border: initial;
  border-radius: 29px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  width: 406px;
  height: 56px;
  position: relative;
  font-weight: bold;
  box-shadow: 0px 3px 8px 0px rgba(27, 63, 109, .2);
}
.ic_coupon_btn{
  width: 20px;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
}
.buttonStyle.couponOneClick-status-acquired,
.buttonStyle.couponOneClick-status-expired,
.buttonStyle.couponOneClick-status-finished,
.buttonStyle.couponOneClick-status-having {
  background: #f7f7f7;
  color: #717171;
  font-weight: 700;
  pointer-events: none
}
.multicoupon-get-all .couponOneClick-default ._text,
.buttonStyle.couponOneClick-status-acquired ._text,
.buttonStyle.couponOneClick-status-expired ._text,
.buttonStyle.couponOneClick-status-finished ._text,
.buttonStyle.couponOneClick-status-having ._text{
  background: linear-gradient(90deg, #3cbcff 0%, #9853d5 40%, #ff7ee0 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.buttonStyle:hover {
  opacity: .7
}
.buttonStyle .multicoupon-container__icon {
  display: inline-block;
  font-size: 5vw;
  margin-right: 4px
}
.multicoupon-container .rc-noTransitionCoupon__container {
  background: #fff;
  border-radius: 1.25vw;
  -webkit-filter: none;
  filter: none;
  height: 76px
}

.multicoupon-container .rc-noTransitionCoupon__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center
}

.multicoupon-container .rc-noTransitionCoupon__link:before {
  display: none
}

.multicoupon-container .rc-noTransitionCoupon__link .rc-noTransitionCoupon__title {
  color: #bf0000;
  margin: 0
}

.multicoupon-container .rc-noTransitionCoupon__cover:before {
  background-color: #000
}

.multicoupon-container__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  width: 100%
}

.multicoupon-container__text {
  font-size: 4.375vw;
  font-weight: 700;
  margin-bottom: 4px
}

.multicoupon-container__link {
  font-size: 3.125vw;
  z-index: 1
}

.multicoupon-container__button {
  margin: 29px auto 0;
  text-align: center;
  border-radius: 29px;
  background: #6CC2FC;
  padding: 3px;
  background: linear-gradient(90deg, rgba(108, 194, 252, 1) 0%, rgba(170, 135, 239, 1) 50%, rgba(238, 156, 242, 1) 100%);
  width: 412px;
  height: 62px;
}

.multicoupon-get-all.couponOneClick-status-loading {
  opacity: .5
}

.multicoupon-get-all .couponOneClick-acquired,.multicoupon-get-all .couponOneClick-expired,.multicoupon-get-all .couponOneClick-finished,.multicoupon-get-all .couponOneClick-having {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.multicoupon-get-all .couponOneClick-default {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%
}

.multicoupon-get-all.couponOneClick-status-acquired .couponOneClick-default,.multicoupon-get-all.couponOneClick-status-expired .couponOneClick-default,.multicoupon-get-all.couponOneClick-status-finished .couponOneClick-default,.multicoupon-get-all.couponOneClick-status-having .couponOneClick-default {
  display: none
}

.multicoupon-get-all.couponOneClick-status-acquired .couponOneClick-acquired,.multicoupon-get-all.couponOneClick-status-expired .couponOneClick-expired,.multicoupon-get-all.couponOneClick-status-finished .couponOneClick-finished,.multicoupon-get-all.couponOneClick-status-having .couponOneClick-having {
  display: inline-block;
  position: relative
}

/* periodWrap01 */
.periodWrap01{
  display: block;
  color: #333;
  margin-top: 34px;
}
.periodWrap01 .periodTxt{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.periodWrap01 .periodTxt:first-of-type{
  margin-bottom: 21px;
}
.periodWrap01 .periodTxt:last-of-type{
  margin-bottom: 22px;
}
.periodWrap01 .periodTxt ._blod{
  font-weight: bold;
}
.periodWrap01 .campaignLink{
  position: relative;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.periodWrap01 .campaignLink a{
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  position: relative;
  text-decoration: none;
}
.periodWrap01 .campaignLink a span:hover{
  text-decoration: underline;
}
.periodWrap01 .campaignLink::before{
  content: "";
  width: 2px;
  height: 100%;
  background-color: #a3a3a3;
  position: absolute;
  right: 0;
}
.periodWrap01 .campaignLink:last-of-type::before{
  content: none;
}
.periodWrap01 .campaignLink span{
  position: relative;
  padding-right: 20px;
}
.periodWrap01 .campaignLink span::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 5px;
  right: -7px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  transform: rotate(135deg);
}
/*矢印アイコンの向き＞調整*/
/* .periodWrap01 .campaignLink:first-of-type span::before{
  transform: rotate(45deg);
} */
.periodWrap01 .couponNote_Info{
  font-size: 13px;
  padding-bottom: 32px;
  text-align: center;
}
.periodWrap01 .couponNote_Info li{
  padding-left: 1em;
  text-indent: -1em;
}
.periodWrap01 .campaignLinkList{
  padding: 0;
  display: flex;
  justify-content: center;
  width: 407px;
  margin: 0 auto;
}
/*
main_section
======================================================= */
.main_section{
  padding-bottom: 79px;
}
/*
index
======================================================= */
.index_ttl{
  display: block;
  width: 198px;
  margin: 0 auto;
}
.index{
  width: 960px;
  margin: 0 auto 77px;
  background-color: rgba(255, 255, 255, 0.562);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0px 3px 8px 0px rgba(27,63,109,.2);
  border: 2px solid #fff;
  box-sizing: border-box;
}
.index_ttl_Box{
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.562);
}
.index_ul{
  padding: 9px 32px 40px;
  gap: 0 24px;
}
.index_li a{
  position: relative;
  color: #19357c;
  font-weight: bold;
  font-size: 16px;
  padding-right: 12px;
  border-bottom: 2px solid #10357c;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 9px;
}
.index_li a::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: -2px;
  right: 4px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-right: 2px solid #10357c;
  border-top: 2px solid #10357c;
  transform: rotate(135deg);
}

/* ad_area */
.ad_area .ecm-ad{
  padding: 11px;
  border-radius: 5px;
  box-shadow: 0px 3px 8px 0px rgba(27,63,109,.2);
}
/*
floating_area
======================================================= */
/*@media screen and (max-width:1450px){
    .floating_area{
      display: none;
    }
  }
  
.floating_area .ecm-floating-nav-pill{
  background-color: rgba(255, 255, 255, 0.6);
  width: 240px;
  border: 1px solid #fff;
  border-right: none;
  font-size: 15px;
  height: 40px;
  padding: 0;
  padding-left: 30px;
  display: flex;
  align-items: center;
  color: #19357c;
  margin-top: 6px !important;
  box-shadow: 0px 3px 4px 0px rgba(27, 63, 109, .2);
}
.floating_area .ecm-floating-nav-pill[data-in-viewport=true],
.floating_area .ecm-floating-nav-pill:hover{
  background-color: #588ade;
  color: #fff;
  font-weight: bold;
}
.floating_area .ecm-floating-nav-pill[data-in-viewport=true] span{
  position: relative;
}
.floating_area .ecm-floating-nav-pill[data-in-viewport=true] span::before{
  content: "";
  position: absolute;
  width: 7px;
  height: 10px;
  background: url(https://r.r10s.jp/evt/event/beauty/z/campaign/_cmn/img/20250517/dec_navi.png);
  background-size: 100%;
  bottom: 0;
  top: 0;
  left: -11px;
  margin: auto;
}*/

/*.floating_area.ecm-floating-navi-container[data-static=false]{
  position: fixed;
}
.floating_area.ecm-floating-navi-container[data-module-name=ecm-floating][aria-hidden=true]{
  z-index: -1;
  visibility: hidden;
  height: 0;
  pointer-events: none;
  opacity: 0;
}*/

.floating_area .ecm-floating-navi{
  height: 60px;
  background: #588ade;
}
.floating_area .ecm-floating-navi-item{
  padding: 0 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.floating_area .ecm-floating-navi-item + .ecm-floating-navi-item::before{
  content: "";
  width: 1px;
  height: 30px;
  background-color: #acc5ef;
  position: absolute;
  left: 0;
}
.floating_area .ecm-floating-navi-item span{
  position: relative;
  padding: 0 12px;
}
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor:hover span::before,
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor:hover span::after,
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true] span::before,
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true] span::after{
  content: "";
  position: absolute;
  width: 7px;
  height: 10px;
  background: url(https://r.r10s.jp/evt/event/beauty/z/campaign/_cmn/img/20250517/dec_navi.png);
  background-size: 100%;
  bottom: 0;
  top: 0;
  margin: auto;
}
.floating_area .ecm-floating-navi-item span::before{
  left: 0;
}
.floating_area .ecm-floating-navi-item span::after{
  right: 0;
}
.floating_area .ecm-floating-navi-item:last-of-type{
  border-right: none;
}
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]{
  padding-top: 3px;
  border-bottom: 3px solid #fff;
  color: #fff;
}
/*
ranking
======================================================= */
.sub_navi_box{
  margin: 0 0 54px;
  gap: 17px;
}
.sub_navi_list a{
  color: #19357c;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 12px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 4px 0px rgba(27, 63, 109, .2);
}
.sub_navi_list a:hover{
  text-decoration: none;
  opacity: .8;
}
.sub_navi_list a::before{
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 7px;
  top: 0;
  right: 17px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-right: 2px solid #19357c;
  border-top: 2px solid #19357c;
  transform: rotate(136deg);
}

/* ranking_box */
.ranking_box{
  gap: 25px 24px;
}
.ranking_box li,
.contents_item{
  height: 100%;
}
.ranking_col + .ranking_col{
  margin-top: 73px;
}
.contents_item_link{
  margin-top: auto;
}
.contents_item .contents_link{
  position: relative;
  display: block;
  border-radius: 4px;
  padding: 8px 8px 13px;
  font-size: 15px;
  color: #333;
  background-color: #fff;
  box-sizing: border-box;
  line-height: 1.3;
  box-shadow: 0 1px 6px rgba(0,0,0,.16);
  height: 100%;
}
.contents_item .contents_link:hover{
  text-decoration: none;
  opacity: .8;
}
.contents_item_rank{
  color: #19357c;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 6px;
}
.contents_item_rank > span{
  display: inline-block;
  font-size: 30px;
}
.contents_item_brand{
  font-size: 12px;
  color: #808080;
  text-align: left;
  margin-bottom: 7px;
}
.contents_item_text{
  font-family: "HiraMinProN-W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "メイリオ", Meiryo, serif;
  margin-top: 2.5vw;
  font-size: 3.75vw;
  font-weight: bold;
  text-align: left;
  color: #555;
}
.contents_item_link > span{
  position: relative;
  display: inline-block;
  padding-right: 10px;
  font-size: 12px;
  color: #3d8bc3;
  border-bottom: 1px solid #3d8bc3;
  /* font-weight: bold; */
}
.contents_item_link > span::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-right: 1px solid #0053ad;
  border-top: 1px solid #0053ad;
  transform: rotate(45deg)
}
.contents_item_col{
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 100%;
}
.contents_item_col > .contents_item_img{
  box-sizing: border-box;
  margin-bottom: 7px;
}
.contents_item_col > .contents_item_textWrap{
  box-sizing: border-box;
  text-align: center;
  flex-flow: column;
  display: flex;
  height: 100%;
}
.contents_item_col > .contents_item_textWrap .contents_item_name{
  font-size: 14px;
  margin-bottom: 10px;
}
.contents_item_col .contents_item_name{
  max-height: calc(3em * 1.3);
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  word-break: break-all;
}
/* ranking_btn */
.ranking_btn{
  position: relative;
  width: 319px;
  height: 62px;
  background-color: #588ade;
  border-radius: 12px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 41px auto 0;
  font-weight: bold;
  font-size: 24px;
}
.ranking_btn:hover{
  opacity: .8;
}
.ranking_btn::after,
.ranking_btn::before {
  content: "";
  position: absolute;
  right: 23px;
  top: 0;
  bottom: 0;
  width: 3px;
  height: 16px;
  margin: auto 0;
  background-color: #fff;
  transition: all 0.5s;
}
.ranking_btn::after{
  transform: rotate(90deg);
}
/* rankingNote01 */
.rankingNote01 {
  width: 870px;
  margin: 0 auto;
  font-size: 14px;
  color: #666;
}
/*
category
======================================================= */
.alcol_box .ecm-alcor{
  padding: 8px;
  box-shadow: 0px 3px 4px 0px rgba(27,63,109,.2);
  border-radius: 5px;
}
.category_col + .category_col{
  margin-top: 73px;
}
/*
button
======================================================= */
/* button01 */
.button01 .buttonLink{
  position: relative;
  width: 319px;
  height: 62px;
  background-color: #588ade;
  border-radius: 12px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 41px auto 0;
  font-weight: bold;
  font-size: 18px;
}
.button01 .buttonLink:hover{
  text-decoration: none;
  opacity: .8;
}
.button01 a.buttonLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}
.couponShopButton{
  position: relative;
  width: 370px;
  height: 62px;
  background-color: #588ade!important;
  border-radius: 12px;
  padding: 0 12px 0 0;
  font-size: 18px;
  color: #fff!important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: bold;
  border: none;
}
.couponShopButton .shop_open_icon{
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.couponShopButton:hover{
  opacity:.8;
  text-decoration: none!important;
}

/*
ecm-modal-content-wrapper
======================================================= */
.ecm-modal-content-wrapper[data-layout="default"]{
  max-width:960px!important;
}
.ecm-modal-content-wrapper[data-layout="default"] .ecm-modal-content{
  padding: 40px 24px;
  box-sizing: border-box;
}

/*
search_area
======================================================= */
/* search01 */
.search01{
  width: 708px;
  margin: 0 auto 56px;
}
.search01 .search_box{
  border: 2px solid #588ade;
  height: 54px;
  border-radius: 12px;
}
.search01 .search_box_submit{
  width: 52px;
  background-color: #588ade;
  padding: 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.search01 .search_input{
  padding-left: 10px;
  font-size: 16px;
  color: #333;
}
.search01 .search_box_ic{
  font-size: 28px;
}
/* keyword01 */
.keyword01{
  width: 870px;
  margin: 0 auto;
}
.keyword01 + .keyword01{
  margin-top: 60px;
}
.keyword_list > li > *{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  height: 54px;
  width: 100%;
  padding: 0;
  color: #19357c!important;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 28px;
  border: 1px solid #fff;
  box-shadow: 0px 2px 4px 0px rgba(27, 63, 109, .2);
  text-align: center;
}
.keyword_list > li > a:hover{
  opacity: .85;
  background-color: rgba(255, 255, 255, 0.6);
}

.keyword_price{}
.keyword_ranking .keyword_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: -16px;
}
.keyword_ranking .keyword_list > li{
  width: calc((100% - 37px)/4);
  margin-bottom: 16px;
  margin-right: 12px;
}
.keyword_ranking .keyword_list > li > *{
  height: 52px;
  padding-right: 16px;
  padding-left: 34px;
  background-repeat: no-repeat;
  background-position: center left 9px;
  background-size: 23px auto;
}
.keyword_ranking .keyword_list > li:nth-of-type(3),
.keyword_ranking .keyword_list > li:nth-of-type(4n + 3),
.keyword_ranking .keyword_list > li:last-of-type{
  margin-right: 0!important;
}
.keyword_ranking .keyword_list > li:nth-of-type(1),
.keyword_ranking .keyword_list > li:nth-of-type(2),
.keyword_ranking .keyword_list > li:nth-of-type(3){
  width: calc((100% - 25px)/3);
}
.keyword_ranking .keyword_list > li:nth-of-type(1) > *,
.keyword_ranking .keyword_list > li:nth-of-type(2) > *,
.keyword_ranking .keyword_list > li:nth-of-type(3) > *{
  height: 56px;
  background-position: center left 12px;
  background-size: 32px auto;
}
.keyword_ranking .keyword_list > li:nth-of-type(1) > *{
  background-image: url("https://r.r10s.jp/evt/event/beauty/z/campaign/_cmn/img/20250701/rank_icon/rank01.png?mime=ori");
}
.keyword_ranking .keyword_list > li:nth-of-type(2) > *{
  background-image: url("https://r.r10s.jp/evt/event/beauty/z/campaign/_cmn/img/20250701/rank_icon/rank02.png?mime=ori");
}
.keyword_ranking .keyword_list > li:nth-of-type(3) > *{
  background-image: url("https://r.r10s.jp/evt/event/beauty/z/campaign/_cmn/img/20250701/rank_icon/rank03.png?mime=ori");
}
.keyword_ranking .keyword_list > li:nth-of-type(4) > *{
  background-image: url("https://r.r10s.jp/evt/event/beauty/z/campaign/_cmn/img/20250701/rank_icon/rank04.png?mime=ori");
}
.keyword_ranking .keyword_list > li:nth-of-type(5) > *{
  background-image: url("https://r.r10s.jp/evt/event/beauty/z/campaign/_cmn/img/20250701/rank_icon/rank05.png?mime=ori");
}
.keyword_ranking .keyword_list > li:nth-of-type(6) > *{
  background-image: url("https://r.r10s.jp/evt/event/beauty/z/campaign/_cmn/img/20250701/rank_icon/rank06.png?mime=ori");
}
.keyword_ranking .keyword_list > li:nth-of-type(7) > *{
  background-image: url("https://r.r10s.jp/evt/event/beauty/z/campaign/_cmn/img/20250701/rank_icon/rank07.png?mime=ori");
}
.keyword_ranking .keyword_list > li:nth-of-type(8) > *{
  background-image: url("https://r.r10s.jp/evt/event/beauty/z/campaign/_cmn/img/20250701/rank_icon/rank08.png?mime=ori");
}
.keyword_ranking .keyword_list > li:nth-of-type(9) > *{
  background-image: url("https://r.r10s.jp/evt/event/beauty/z/campaign/_cmn/img/20250701/rank_icon/rank09.png?mime=ori");
}
.keyword_ranking .keyword_list > li:nth-of-type(10) > *{
  background-image: url("https://r.r10s.jp/evt/event/beauty/z/campaign/_cmn/img/20250701/rank_icon/rank10.png?mime=ori");
}


.keyword_ranking .keyword_list > li > span._no_link{
  pointer-events: none;
  cursor: default;
  border: none;
  background-color: rgba(255, 255, 255, .3);
  box-shadow: inset 1px 1px 3px rgba(27, 63, 109, .3);
  
  background-color: transparent;
  box-shadow: none;
}

/*
shoplist
======================================================= */
/* tab01 */
.tab01 .tab-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab01 .tab-item{
  color: #19357c;
  border: 1px solid #fff;
  box-sizing: border-box;
  width: 73px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  box-shadow: 0px 2px 4px 0px rgba(27, 63, 109, .2);
}
.tab01 .tab-item:hover{
  opacity: .8;
  cursor: pointer;
}
.tab01 .tab-item[for="all"]{
  /* display: none; */
}
.tab01 .tab-item[for="wa"]{
  margin-right: 0!important;
}
/* tab-content */
.tab01 .tab-content {
  display: none;
  padding-top: 41px;
  overflow: hidden;
  clear: both;
  font-size: 5vw;
}
.tab01 .tab-content .col{
  gap: 25px;
  line-height: 1.1;
  padding-bottom: 15px;
}
.tab01 .tab-content .col>* a{
  font-size: 15px;
  color: #333;
}
.tab01 .tab-content .col>* a:hover{
  text-decoration: none;
  opacity: .8;
}
.tab01 .tab-content .col>:nth-of-type(2n){
  margin-right: 0!important;
}
.tab01 .tab-content .col .img_area{
  margin-bottom: 10px;
  box-shadow: 0px 2px 4px 0px rgba(27, 63, 109, .2);
  border-radius: 6px;
  overflow: hidden;
}
.tab01 .tab-content .col .img_area img{
  padding: 4px;
  background: #ffffff;
}

.tab01 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;
}
.tab01 .tab-container input:checked + .tab-item {
  background-color: #588ade;
  border: 1px solid #fff;
  color: #fff;
}

#shoplist .couponShopList .ecm-card{
  box-shadow: none;
}
#shoplist .couponShopList .ecm-card .ecm-accordion-item{
  border-bottom: none;
}

.brand_list{
  margin-bottom: 32px;
}
.brand_list li a{
  display: block;
  padding: 4px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 2px 4px 0px rgba(27, 63, 109, .2);
  overflow: hidden;
}
.brand_list li a:hover{
  opacity: .8;
}

/*
sns_area
======================================================= */
.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: 22px;
  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: 40px;
}
/* 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: #333333;
}
.sns_note ._text::before,
.sns_note ._text::after{
  position: absolute;
  content: "";
  background-color: #333333;
  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: 375px;
  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;
  height: 62px;
  margin: 0 auto;
  border-radius: 12px;
  background: #588ade;
  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);
}

.anc_text{
  text-align: center;
  margin: 10px auto 0;
  display: inline-block;
  width: 100%;
  color: #333 !important;
}
.anc_text span{
  position: relative;
  padding-right: 10px;
  font-size: 16px;
  color: #333;
}
.anc_text span::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 5px;
  right: -7px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  transform: rotate(135deg);
}
/*
rule
======================================================= */
.rule + .rule{
  margin-top: 55px;
}
/*
event_area
======================================================= */
.event_ul{
  padding-top: 59px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 63px 24px;
}
.event_li{
  position: relative;
  width: 468px;
}
/* .event_li + .event_li{
  padding-top: 59px;
} */
.event_li a{
  display: block;
  border-radius: 10px;
  border-top-left-radius: 0;
  overflow: hidden;
  box-shadow: 0px 2px 4px 0px rgba(27, 63, 109, .2);
}
.event_li a:hover{
  opacity: .8;
}
.event_date{
  position: absolute;
  left: 0;
  top: -38px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  width: 130px;
  height: 38px;
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(to right, rgba(83, 185, 252, 1) 0%, rgba(153, 110, 240, 1) 50%, rgba(237, 131, 242, 1) 100%);
}


/*
 shop_news
============================================*/
.swiper-container{
  min-width: 1024px;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.swiper-wrapper{
  overflow: visible;
}
.swiper-container01{
  position: relative;
  min-height: 376px;
  z-index: 1;
}
.swiper-button-next::after,
.swiper-button-prev::after{
  content: none;
  display: none;
}
.swiper-button-next01,
.swiper-button-prev01{
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 69px);
  width: 46px;
  height: 46px;
  margin: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 28px;
  color: #588ade;
  background: none;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.swiper-button-next01 > i,
.swiper-button-prev01 > i{
  font-weight: bold;
}
.swiper-button-prev01{
  left: 32px;
  padding-right: 4px;
}
.swiper-button-next01{
  right: 32px;
  padding-left: 4px;
}
.swiper-button-next01:hover,
.swiper-button-prev01:hover{
  background-color: rgba(255, 255, 255, 0.9);
}
.swiper-pagination{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 0;
  bottom: auto!important;
  left: auto!important;
}
.swiper-pagination-bullet{
  display: block;
  width: 11px;
  height: 11px;
  margin: 0 8px!important;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  border: 1px solid #588ade;
  background-color: #588ade;
}
.swiper-container01 .swiper-slide{
  width: 520px;
}
.swiper-slide > a{
  display: block;
}
.swiper-slide a:hover{
  text-decoration: none;
}
.swiper-container01 .swiper-slide > a:hover img{
  opacity: .8;
}
.swiper-slide > a p{
  margin-top: 20px;
  font-size: 16px;
  color: #2d4b96;
}

/* floating_bnr_area */
.floating_bnr_area[data-module-name=ecm-floating][data-static=false]{
  top: auto;
  right: 15px;
  bottom: 90px;
}
.floating_bnr_area .bnr01{
  width: 125px;
}
.floating_bnr_area .bnr01 a:hover{
  opacity: .8;
}

