@charset "utf-8";

/*
 common
======================================================= */
html{
  overflow: auto;
}
body{
  position: relative;
  overflow-x: hidden;
  min-width: 960px;
}
/*
kanban
======================================================= */
.kanban{
  position: relative;
  background-color: #fff7dd;
}
.period{
  position: relative;
  text-align: center;
  padding: 64px 0;
}
.periodWrap01{
  padding-top: 43px;
}
.periodWrap01 .periodTxt{
  text-align: center;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.35;
}
.periodWrap01 .periodTxt ._bold{
  font-weight: bold;
}
/*
title
======================================================= */
/* title01 */
.title01{
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.title01::before{
  display: block;
  content: "";
  width: 1920px; 
  height: 93px;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  margin-left: 50%;
  z-index: -1;
}
.pick_up._bg01 .title01::before{
  background-color: #fff7dc00;
}
._bg01 .title01::before{
  background: url(https://r.r10s.jp/evt/event/baby/192campaign/_pc/img/20221019/h2_bg01.png) no-repeat center center;
  background-size: 100%;
  background-color: #fff7dc;
}
._bg02 .title01::before{
  background: url(https://r.r10s.jp/evt/event/baby/192campaign/_pc/img/20221019/h2_bg02.png) no-repeat center center;
  background-size: 100%;
  background-color: #fff;
}
/* 文字 */
.title01 .title_headline ._small{
  font-size: 20px;
}
.title01 .title_headline {
  position: relative;
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  padding-bottom: 25px;
  line-height: 1.35;
  color: #454545;
  margin-top: -20px;
  z-index: 1;
}
.pick_up .title01 .title_headline ,
.about .title01 .title_headline {
  padding-bottom: 20px;
} 
/* ic */
.title01 .title_headline::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 57px;
  height: 13px;
  margin: auto;
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_sp/img/20221019/h2_ic01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom 0 left 0;
}
.ic_dec01{
  position: relative;
  margin-top: 20px;
  margin-bottom: 80px;
}
.ic_dec01::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 57px;
  height: 13px;
  margin: auto;
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_sp/img/20221019/h2_ic01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom 0 left 0;
}
/* h3_subText01 */
.h3_subText01{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #fb6868;
  margin-bottom: 25px;
}
/* スライダー */
.slide_area{
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 20px;
  transform: translateX(-50%);
  margin-left: 50%;
}
.slide_box{
  position: relative;
  overflow: hidden;
  width: 800px;
  margin: 0 auto;
}
.loopSlide {
  position: relative;
  display: flex;
  overflow: hidden;
}
.loopSlide ul {
  padding: 0;
  width: 2156px;
  display: flex;
  flex-shrink: 0;
}
.loopSlide ul:first-child {
  animation: slide1 60s -30s linear infinite;
}
.loopSlide ul:last-child {
  animation: slide2 60s linear infinite;
}
.loopSlide ul li img {
  display: block;
  height: 100%;
}
@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: 133px;
  margin-right: 10px;
  display: inline-block;
  list-style: none;
  text-align: center;
}

.ic_dec01{
  position: relative;
  padding-top: 11px;
  margin-bottom: 40px;
}
.ic_dec01::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 55px;
  height: 18px;
  margin: auto;
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_sp/img/20221019/h2_ic01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom 0 left 0;
}
/* bg_01 */
.bg_01{
  position: relative;
  padding-bottom: 54px;
}
.bg_01::before{
  content: "";
  background-color: #fef7dd;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}

/*
main_section
======================================================= */
.main_section{
  position: relative;
  padding-bottom: 80px;
}
.main_section._bg02::after{
  content: "";
  background-color: #fff7dd;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}
/*
campaign_point
======================================================= */
.campaign_point.main_section{
  padding-bottom: 66px;
}
/* entry_box */
.entry_box{
  padding-bottom: 60px;
}
.entry_box ._img_area{
  padding-bottom: 20px;
  width: 430px;
  margin: 0 auto;
}
.entry_box .rcEntryButton-button:hover{
  opacity: .8;
  cursor: pointer;
}
.rcEntryButton-button{
  height: 55px;
}
/* mamawari_box */
.mamawari_box{
  padding-bottom: 60px;
}
.mamawari_box ._img_area{
  padding-bottom: 20px;
  width: 430px;
  margin: 0 auto;
}
/* mamawari_btn01 */
.mamawari_btn01{
  margin: 0 auto;
}
.mamawari_btn01 + .button01{
  margin: 16px auto 0;
}
.mamawari_btn01 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 72px;
  margin: 0 auto 15px;
  border-radius: 40px;
  background: #fd48bd;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
}
.mamawari_btn01 .buttonLink:hover{
  opacity: .8;
  cursor: pointer;
}
.mamawari_btn01.line_btn01 .buttonLink{
  background: #00b900;
}
.mamawari_btn01 a.buttonLink .rex-icon{
  display: inline-block;
  position: absolute;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto;
  font-size: 15px;
  color: #fff;
}
.link_text{
  text-align: center;
  font-size: 14px;
}
.link_text a:hover{
  text-decoration: underline;
}
.link_text a{
  position: relative;
  color: #39b2ce!important;
  padding-right: 10px;
}
.link_text a::after{
  position: absolute;
  content: "";
  top: 30%;
  right: -13px;
  border: 6px solid;
  border-color: #39b2ce transparent transparent transparent;
}
/* point_box */
.point_box ._img_area._01{
  padding-bottom: 20px;
  width: 430px;
  margin: 0 auto;
}
.point_box ._img_area._02{
  padding: 0 16px;
  width: 480px;
  margin: 0 auto;
}

/* pointcampaign_nav */
.pointcampaign_nav {
  margin-top: 40px;
  font-size: 16px;
}
.pointcampaign_nav ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.pointcampaign_nav ul li{
  padding: 0 37px;
  line-height: 1;
}
.pointcampaign_nav ul li + li{
  border-left:1px solid #000000;
}
.pointcampaign_nav ul li a{
  color:#000000;
}
.pointcampaign_nav ul li a:hover{
  text-decoration: underline;
}
/*
coupon
======================================================= */
/* coupon01 */
.coupon01{
  width: 632px;
  margin: 0 auto;
}
.coupon01 .rc-noTransitionCoupon__text{
  border-color: #39b2ce;
  background-color: #39b2ce;
  color: #fff;
}
.coupon01 .ri-item__buttonIcon{
  color: #fff;
}
.coupon01 .rc-noTransitionCoupon__annotation{
  color: #333;
  font-size: 14px;
}
.coupon01 .rc-noTransitionCoupon .rc-noTransitionCoupon__container::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 10px, #39b2ce 11px),
    radial-gradient(circle at center right, transparent 0, transparent 10px, #39b2ce 11px);
}
.coupon01 .rc-noTransitionCoupon .rc-noTransitionCoupon__link {
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.coupon01 .rc-noTransitionCoupon .rc-noTransitionCoupon__link::before {
  background-image: radial-gradient(circle at center left, transparent 0, transparent 11px, #ffffff 12px),
      radial-gradient(circle at center right, transparent 0, transparent 11px, #ffffff 12px);
}
.coupon01 .rc-noTransitionCoupon__discount{
  color: #39b2ce;
}
.couponNote_Info{
  width: 655px;
  margin: -5px auto 0;
}
.couponNote_Info li{
  font-size: 12px;
}

/*
rn-floatingNavi
=======================================*/
.rn-floatingNavi__menuContainer,
.rn-floatingNavi__menu,
.rn-floatingNavi{
  height: 60px;
  background: #ff9b9b;
  border-bottom: none;
}
.rn-floatingNavi__menuList{
  margin: 0 auto;
  width: 960px;
  box-sizing: border-box;
}
.rn-floatingNavi .rn-floatingNavi__menuItem{
  position: relative;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: calc(960px/8);
}
.rn-floatingNavi .rn-floatingNavi__menuItem + .rn-floatingNavi__menuItem::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background-color: #fb6868;
  display: block;
}
.rn-floatingNavi .rn-floatingNavi__menuItem::after{
  content: none;
  display: none;
}
.rn-floatingNavi .rn-floatingNavi__menuItem:hover,
.rn-floatingNavi .rn-floatingNavi__menuItem.-active{
  margin: 0;
  border-bottom: none;
  background-color: #fb6868;
}
.rn-floatingNavi a.rn-floatingNavi__menuLink{
  position: relative;
  width: 100%;
  padding-bottom: 2px;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  box-sizing: border-box;
}

.rn-floatingNavi .rn-floatingNavi__menuItem.-active a.rn-floatingNavi__menuLink{
  color: #ffffff;
  font-weight: bold;
}
.rn-floatingNavi .rn-floatingNavi__menuItem:hover a.rn-floatingNavi__menuLink::before,
.rn-floatingNavi .rn-floatingNavi__menuItem.-active a.rn-floatingNavi__menuLink::before{
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  width: 24px;
  height: 5px;
  border-radius: 3px;
  margin: 0 auto;
  background-color: #ffc40f;
}
.rn-floatingNavi .rn-floatingNavi__menuLink,
.rn-floatingNavi .rn-floatingNavi__menuText{
  padding: 0;
  text-align: center;
  line-height: 1.2;
}
/*
pick_up
======================================================= */
.line_dec01{
  position: relative;
  margin-bottom: 50px;
}
.line_dec01::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 57px;
  height: 13px;
  margin: auto;
  background-image: url(https://r.r10s.jp/evt/event/baby/192campaign/_sp/img/20221019/h2_ic01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom 0 left 0;
}

.sokuhai_box{
  width: 468px;
  margin: 0 auto 40px;
  padding-bottom: 32px;
  border-radius: 10px;
  background-color: #fff;
}
.sokuhai_box_logo{
  width: 331px;
  margin: 0 auto 28px;
  padding-top: 30px;
}
.sokuhai_box_logo a:hover{
  opacity: .8;
}
.sokuhai_txt{
  margin-bottom: 20px;
  text-align:center;
  font-size: 18px;
  line-height: 1.3;
}
.sokuhai_txt > span{
  color: #be0100;
}

.pickup_shop_itemlist li a{
  display: block;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 12px 12px;
  background-color: #fff;
  box-sizing: border-box;
}
.pickup_shop_itemlist li a:hover{
  opacity: .8;
}
.pickup_shop_itemlist li a > p{
  padding-top: 20px;
  font-size: 14px;
  color: #333333;
}
.pickup_shop_itemlist li a > p .ra-i-search{
  display: inline-block;
  margin-right: 4px;
  color: #828282;
}
/*
burand
======================================================= */
.burand.main_section{
  padding-bottom: 40px;
}
.burand .sub_section{
  padding-bottom: 20px;
}
.burand .sub_section:last-child{
  padding-bottom: 0;
}
.burand .h3_subText01{
  margin-bottom: 50px;
}
/*
ranking
======================================================= */
/*index01*/
.index01{
  width: 664px;
  margin: 0 auto;
}
.index01 ul > li.anchorLink{
  width: calc((100% - 48px - 0.01px)/4)!important;
  margin-right: 16px!important;
}
.index01 ul > li.anchorLink:nth-of-type(4n){
  margin-right: 0!important;
}
.index01 .anchorLink a{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  border-radius: 4px;
  padding: 0 0 8px;
  background-color: #fb6868;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  box-sizing: border-box;
}
.index01 .anchorLink a:hover{
  opacity: .8;
}
.index01 .anchorLink a::after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 8px;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.ranking .title01{
  margin-bottom: 32px;
}
.ranking .h3_subText01{
  margin-bottom: -22px;
}
.ranking .sub_section{
  padding-bottom: 95px;
}
.ranking .sub_section:last-of-type{
  padding-bottom: 30px;
}
/* rankingNote */
.rankingNote{
  padding: 25px 40px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.35;
}
.rankingNote li{
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 3px;
  color: #717171;
}
.rankingNote li:last-of-type{
  padding-bottom: 0;
}
/* button01 */
.button01{
  margin: 16px auto 0;
}
.button01 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  margin: 0 auto;
  border-radius: 30px;
  background: #fb6868;
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
}
.button01 .buttonLink:hover{
  opacity: .8;
}
.button01 a.buttonLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}
/*
keyword
======================================================= */
/* search01 */
.search01{
  width: 780px;
  margin: 0 auto 27px;
}
.search01 .rc-searchForm__inputContainer{
  border: 2px solid #fb6868;
  border-radius: 3px;
  font-size: 14px;
  background-color: #fff;
}
.search01 .rc-searchForm__textInput{
  background: #fff;
  text-indent: 11px;
  letter-spacing: -1px;
  font-size: 16px;
}
.search01 .rc-searchForm__textInputContainer{
  height: 50px;
}
.search01 .rc-searchForm__button{
  background: #fb6868;
  font-size: 25px;
  width: 52px;
}
.search01 .rc-searchForm__select{
  background-color: #fff;
}
/* keyword01 */
.keyword01{
  width: 780px;
  margin: 0 auto;
}
.keyword01 .rc-searchKeyword__list{
  margin-left: 0;
}
.keyword01 .rc-searchKeyword__item{
  width: calc(-18.1px + 201px)!important;
  margin-right: 16px!important;
  margin-bottom: 16px!important;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px 10px 0;
  background: #fff7dd;
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,.1);
  font-size: 15px;
  line-height: 1.2;
  color: #666666;
  background-color: #fff;
  box-sizing: border-box;
}
.keyword01 .rc-searchKeyword__item:nth-of-type(4n){
  margin-right: 0!important;
}
.keyword01 .rc-searchKeyword__link{
  padding: 0;
}
/* link_text */
.keyword .link_text a{
  color: #fb6868!important;
}
.keyword .link_text a::after{
  content: none;
}
.keyword .rex-icon.chevron-right:before{
  vertical-align: middle;
}
.keyword .rc-searchKeyword{
  margin-bottom: 20px;
}

/*
category
======================================================= */
.category .sub_section{
  padding-bottom: 63px;
}
.category .sub_section:last-child{
  padding-bottom: 0;
  margin-bottom: -32px;
}
/* brand_search */
.brand_search .title02::before{
  background: none;
  height: 50px;
}
/*
shop
======================================================= */
.shop.main_section{
  padding-bottom: 64px;
}
/* shop_list01 */
.shop_list01 li{
  margin-bottom: 16px!important;
  box-sizing: border-box;
}
.shop_list01 a{
  display: block;
}
.shop_list01 a:hover{
  opacity: .8;
  cursor: pointer;
}
.shop_list01 a img {
  width: 100%;
}
.shoplist{
  margin-bottom: 45px;
}
.shop .rn-tab__itemContainer{
  padding: 0 0 12px;
  background-color: transparent;
}
.shop .rn-tab__menuList{
 border-bottom: 1px solid #d1d1d1;
}
.shop .rn-tab__menuItem{
  margin: 0;
  padding: 15px 14px;
  border: none;
}
.shoplist_box>* {
  margin-bottom: 12px!important;
}
.shop .rn-tab__itemContainer a{
  color: #333;
  line-height: 18.2px;
}
.shop .rn-tab__itemContainer a:hover{
  text-decoration: underline;
}
.genre_explanation{
  position: relative;
  width: 640px;
  margin: 0 auto 60px;
}
.genre_explanation:last-of-type{
  margin-bottom: 0;
}
.genre_explanation a{
  position: relative;
  display: block;
  padding: 32px 0 28px;
  border: 1px solid #fb6868;
  border-radius: 7px;
  color: #333;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.genre_explanation a:hover{
  opacity: .8;
}
.genre_explanation a::before{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 32px 32px;
  border-color: transparent transparent #fb6868 transparent;
}
.genre_explanation._ic_new01::after{
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  background: url(/baby/192campaign/_cmn/img/20240418/ic_new01.png);
  background-size: 100%;
  z-index: 1;
  top: -15px;
  left: -15px;
}
.genre_explanation_col{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 64px 20px 48px;
}
.genre_explanation_col ._logo{
  width: 277px;
}
.genre_explanation_col ._img{
  width: 208px;
}
.genre_explanation_col._logo_mart ._logo{
  width: 302px;
}
.genre_explanation_txt{
  width: 512px;
  margin: 0 auto;
  font-size: 16px;
  color: #3b484b;
}

/*
rule
======================================================= */
.rule{
  padding: 80px 0;
}
/*
bnr_box
======================================================= */
.bnr_box._bg01{
  padding-bottom: 0;
}
.bnr_box .bnr_list01{
  width: 576px;
  margin: 0 auto;
}
.bnr_list01 a:hover{
  opacity: .8;
}


/*
others
======================================================= */
.others.main_section{
  padding-bottom: 65px;
}
/* other_list01 */
.brand_search .other_list01 a{
  display: block;
  padding: 8px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
}
.other_list01 a{
  display: block;
}
.other_list01 a img {
  width: 100%;
}
.other_list01 a:hover{
  opacity: .8;
  cursor: pointer;
}
.shop_list01 > .rl-column6 li{
  width: calc((100% - 80px - 0.01px)/6)!important;
  margin-right: 16px!important;
}
.shop_list01 > .rl-column6>:nth-of-type(6n){
  margin-right: 0 !important;
}
.shop_list01 > .rl-column6 li:last-of-type{
  margin-right: 0!important;
}

.other_list01._0618_custom .rl-column4 > li{
  width: calc((100% - 72px)/4)!important;
  margin-right: 24px!important
}
.other_list01._0618_custom .rl-column4 > li:nth-of-type(4n + 1){
  margin-right: 0!important
}
.other_list01._0618_custom .rl-column4 > li:first-of-type{
  width: 100% !important;
  padding: 0 calc((100% - 576px - 0.01px)/2);
  margin-right: 0 !important;
  box-sizing: border-box;
}

/*
FloatingNotification
===================================== */
.RJSFloatingNotification {
  position: fixed;
  bottom: 90px;
  right: 24px;
  z-index: 100;
  border: 0;
}
.point_page .RJSFloatingNotification {
  bottom: 160px;
}
.RJSFloatingNotification .randomBanner>*{
  display: inline-flex;
  width: 90px;
  height: 90px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background-color: #fb6868;
  font-size: 23px;
  color: #fff !important;
  box-shadow: 0 0 6px rgba(0,0,0,.25);
}
.RJSFloatingNotification button {
  display: none;
}
.floating_ic{
  display: flex;
  flex-flow: column;
}
.floating_ic:hover{
  opacity: .8;
  cursor: pointer;
}
.floating_ic .rex-icon{
  font-size: 37px;
}

.rb-floatingBottomBanner__container{
  width: 100%;
  max-width: 1920px;
  padding: 12px 0;
  background-color: #ff9b9b;
  text-align: center;
  box-shadow: 0 1px 6px rgba(50,0,0,.3);
}

.rb-floatingBottomBanner__closeButton{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: calc(50% - 403px);
  top: 0;
  width: 26px;
  height: 26px;
  color: #fff;
  background-color: #bbbbbb;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  box-shadow: none;
  z-index: 10;
}
.rb-floatingBottomBanner__closeButton > span{
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 1;
}
.rb-floatingBottomBanner__closeButton > span::before{
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 14px;
  line-height: 1;
}
.btmBanner a:hover{
  opacity: .8;
}
.point_page .rc-toTop{
  bottom: 110px;
}

/*nextTime
----------------------------------------*/
.nextTime_inner{
  width: 578px;
  margin: 28px auto 0;
  padding: 40px 0 52px;
  border-radius: 8px;
  background-color: #fff;
}
.nextTime_inner p._title{
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.nextTime_inner .buttonLink{
  width: 480px;
  height: 72px;
  margin-bottom: 0;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.nextTime_inner .right_link{
  font-size: 14px;
  margin: 8px 40px 32px;
  text-align: right;
}
.nextTime_inner .right_link a:hover{
  text-decoration: underline;
}
.campaign_close{
  padding-bottom: 60px;
}

/*広告
----------------------------------------*/
/* .rad-table-body{
  padding: 12px;
  margin: 0 0 0 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 0px #ccc;
  box-sizing: border-box;
  background-color: #fff;
}
.burand .sub_section{
  padding-bottom: 70px;
}
.burand .sub_section:last-of-type{
  padding-bottom: 0;
} */

.rad-table-frame .rad-table-body .ri-item{
  padding: 12px;
  margin: 0 5px 10px 0;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 0px #ccc;
  box-sizing: border-box;
  background-color: #fff;
}

/*
 rts
===========================================- */
.rexSurveyNamespace .Nps_wrapper__HNXwu{
  bottom: 110px;
}