@charset "utf-8";
/* CSS Document */

/*================================================

毎月5と0のつく日は楽天カード利用でポイント5倍

=================================================*/

/*
 common
----------------------------------------*/
html{overflow:auto;}
body{
  position:relative;
  min-width:950px;
  overflow:hidden;
}
.txtColor_e61212{color:#e61212!important;}



.emergency._yellow{
  background:url(https://r.r10s.jp/evt/event/campaign/card/pointday/_pc/img/20221105/info_icon_yellow.png) no-repeat left 21px center #fff9c8;
  background-size: 25px auto;
  font-size:16px;
  width:960px;
  margin:20px auto;
  box-sizing: border-box;
  line-height: 1.3;
  padding:1em 1em 1em 58px;
}
.emergency._gray{
  background:url(https://r.r10s.jp/evt/event/campaign/card/pointday/_pc/img/20221105/info_icon_gray.png) no-repeat left 21px center #f7f7f7;
  background-size: 25px auto;
  font-size:16px;
  width:960px;
  margin:20px auto;
  box-sizing: border-box;
  line-height: 1.3;
  padding:1em 1em 1em 58px;
}


/*
 mainTtl
----------------------------------------*/
.mainTtl{background-color:#ff9100;}


/*
 conWrap
----------------------------------------*/
.conWrap{
  color:#333333;
  letter-spacing:-.04em;
  margin-bottom:38px;
}


/* ナビ */
.rn-floatingNavi__menu{
  height: 60px;
  background-color: #ffe2bb;
}

.rn-floatingNavi__menuContainer{
  height: 60px;
  background-color: #fff;
}

.rn-floatingNavi__menuList{
  width: 960px;
}

.rn-floatingNavi__menuItem{
  text-align: center;
  width: calc(100% / 3);
  justify-content: center;
  border-left: 1px solid #eee;
}

.rn-floatingNavi__menuItem.-active:after{
  border-bottom: 4px solid #ff9100;
}

.rn-floatingNavi__menuLink{
  justify-content: center;
  font-size: 18px;
}

.rn-floatingNavi._custom .rn-floatingNavi__menuItem:nth-child(2) {
  order: -1;
  border-left: none;
}

.navi_icon{
  font-size: 32px;
  margin-right: 6px;
  color: #ff9100;
}

.navi_icon::before{
  line-height: 2.4;
}
.navi_img{
  margin-right: 10px;
}

/*
 conTtl
----------------------------------------*/
.con_ttl{
  text-align: center;
  font-size:32px;
  font-weight: bold;
  color:#333333;
  margin-bottom:32px ;
}

/*
.con_ttl._yet{
  font-size:32px;
}
*/
.con_subttl{
  color:#333333;
  font-size:22px;
  font-weight:600; 
  width:960px;
  margin:0 auto 15px;
  text-align:left;
  border-bottom:2px solid #ffc87f ;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.con_subttl span{
  padding-left:5px;
}
/*
 conLead
----------------------------------------*/
.conLead{
  font-size:19.52px;
  font-weight:bold;
  letter-spacing:-.04em;
  text-align:center;
}
.con_lead{
  padding:0 16px;
  font-size:20px;
  color:#333333;
  text-align: center;
  margin-bottom: 32px;
}

/* entry_area */

.entry_period{
    text-align:center;
    margin-top:20px;
    margin-bottom: 16px;
  }
  
  .entry_period ._icon{
    display: inline-block;
    line-height: 1;
    border:2px solid #c00000;
    color:#c00000;
    font-size: 20px;
    padding:0.1em 0.4em;
  }
  
  .entry_period ._period{
    margin-top: 20px;
    /* font-weight: bold; */
    color:#333333;
    font-size:20px;
  }
  
  .entry_subarea{
    margin-top: 8px;
    margin-bottom: 32px;

  }
  .entry_subarea p{
    /* color:#333333; */
    font-size:14px;
    padding-left:1em;
    text-indent: -1em;
  }
  .entry_link{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    width:476px;
    margin:16px auto 0;
  
  }
  .entry_link li{
    flex-grow: 1;
    text-align: center;
    box-sizing: border-box;
    font-size:18px;
    line-height: 28px;
  }
  
  .entry_link li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height: 100%;
  }
  .entry_link li + li{
    border-left:1px solid #333333;
  }
  

  /* contents */

  ._pointup{
    /* background: url(https://r.r10s.jp/evt/event/campaign/card/pointday/_pc/img/20221105/con01_top_deco.png) no-repeat top left ,linear-gradient(to bottom,transparent 0%,transparent 40px,#fff9c8 40px,#fff9c8 100%);
    background-size: 100% auto; */
    background-color: #fff9c8;
    padding-top: 30px;
    padding-bottom: 30px;
    /* margin-bottom: 80px; */
  }
  
.pointup_boxwrap{
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  align-items: flex-start;
  padding:0 30px;
}

  .pointup_whitebox{
    box-sizing: border-box;
    width:100%;
    background-color: #ffffff;
    padding:20px 20px;
    border-radius: 33px;
  }
  
  .pointup_whitebox + .pointup_whitebox{
    margin-top: 24px;
  }
  
  .point_ttl{
    display: flex;
    flex-direction: row;
    width:100%;
    justify-content:flex-start ;
    align-items: center;
    margin-bottom: 24px;
  }
  .point_ttl img{
    margin-right: 36px;
  }
  .point_ttl span{
    color:#333333;
    font-weight: bold;
    font-size:24px;
  }

.pointup_desc{
  display: flex;
  flex-direction: row;
  align-items:stretch;
  justify-content: space-between;
  padding:0 10px;
}
.pointup_desc ._img,.pointup_desc ._txt{
  flex: 1;
}

.pointup_desc ._txt{
  margin-left: 24px;
  position: relative;
}

  .pointup_whitebox p{
    color:#333333;
    font-size:18px;
    line-height: 1.3;
  }
  .pointup_whitebox p._sub{
    font-size:14px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .pointup_whitebox ._sub + ._sub{
    margin-top: 4px;
  }
  
.pointup_link{
  position: absolute;
  right:0;
  bottom:0;
}

.pointup_link a:hover{
  text-decoration: underline;
}

  ._otoku{
    background: url(https://r.r10s.jp/evt/event/campaign/card/pointday/_pc/img/20240120/con02_top_deco.png) no-repeat top left ,linear-gradient(to bottom,transparent 0%,transparent 40px,#fafafa 40px,#fafafa 100%);
    background-size: 100% auto;
    padding-top: 70px;
    padding-bottom: 30px;
    margin-bottom: 80px;
  }
  
 
.con02 .carousel-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: start;
  padding:0 40px;
  margin-bottom: 50px;
}
.con02 .carousel-row > div{
width:428px;
margin: 0 24px 24px 0;
}
.con02 .carousel-row > div:nth-child(2n){
margin: 0 0 24px 0;
}
 
  .con02 .bannerArea{
    margin-top: 10px;
  }
  .con02 .bannerArea ._bnr {
    border-radius: 6px;
    box-shadow:0 0 6px 3px rgba(51, 51, 51, 0.28) ;
  }
  .con02 .bannerArea ._bnr a:hover{
    opacity: 0.8;
  }

  .con02_button{
    width:428px;
    margin:0 auto;
  }
  
  .con02_button a{
    display: flex;
    height: 80px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 6px;
    box-shadow:0 0 8px 4px rgba(51, 51, 51, 0.28) ;
    color:#333333;
    font-size:18px;
    line-height: 1.3;
    background-color: #ffffff;
    position: relative;
  }
  .con02_button a span em{
    font-size:24px;
    font-weight: bold;
  }
  .con02_button a .rex-icon{
    position: absolute;
    right:4%;
  }

  .con02_button a:hover{
    opacity: 0.8;
  }
  
  .feature:after{
    display: block;
    content:"";
    height: 4px;
    width:132px;
    background-color: #d5d5d5;
    margin: 64px auto 0;
  }
  
  .feature._last:after{
    height: 1px;
    width:90vw;
  }
  
  .feature{
    margin-bottom:32px ;
  }
  
  .cntTtl._line{
    color:#333333;
    font-size:16px;
    font-weight:600; 
    width:90%;
    padding-top: 12px;;
    margin:0 auto 15px;
    text-align:center;
    border-bottom:2px solid #ffc87f ;
  }

  
  .flow_over{
    margin:0 5px 22px;
    padding-bottom: 56px;
    border-bottom: 2px solid #dedede;
  }

.flow_lead{
  font-size:14px;
  color:#333333;
  margin:0 16px;
}


.search_wrapper{
  margin: 0 0 40px;
  padding: 30px;
  background-color: #FFF9C8;
}
.search_text{
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 22px;
}
.search_wrapper .rc-searchForm__form{
  padding: 0;
}
.search_wrapper .rc-searchForm__textInput{
  background: #fff;
}

.search_wrapper .rc-searchForm__textInputContainer{
  height: 50px;
}


.ad_contents{
  text-align: center;
  /* margin-bottom: 80px; */
}

.ad_contents li{
  margin-bottom: 24px;
}

.ad_contents li:last-child{
  margin-bottom: 0px;
}

.seasonal_1col{
  width: 700px;
  margin: 24px auto;
}

.travel_bnr{
  width: 700px;
  margin: 60px auto 0;
}
.travel_bnr p{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}

/*
 flowBox
----------------------------------------*/
.flowBox{
  width:800px;
  margin:0 auto;
}
.flowBox img{
  width:100%;
  height:auto;
}

.flowBox .point_yet{
  box-shadow:0 0 4px 2px rgba(51, 51, 51, 0.28) ;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: stretch;
  position: relative;
  font-family: 'Noto Sans JP', Hiragino Kaku Gothic ProN,Hiragino Kaku Gothic Pro,HiraKakuProN-W3,メイリオ,Meiryo,sans-serif;
  border-radius: 6px;
}

.flowBox ._left,
.flowBox ._right{
  flex-grow: 1;
  width:50%;
  height: 146px;
  box-sizing: border-box;
}

.flowBox ._left{
  padding:0 32px;
}

.flowBox ._left p{
    display: flex;
  flex-direction: row;
  justify-content: center;
  align-items:center;
  flex-wrap: wrap;
  height: 100%;
  padding: 30px 0;
  box-sizing: border-box;
  text-align: center;
}

.flowBox ._left ._text{
  font-size:24px;
  font-weight:bold;
  color:#333333;
  line-height: 1.2;
  letter-spacing: -0.02em;
  width:100%;
  margin-bottom: 8px;
}
.flowBox ._left ._img{
  width:69px;
}
.flowBox ._left ._times{
  padding:0 24px;
  font-size:32px;
  line-height: 1;
}
.flowBox ._left ._times .conFsL{
  font-size:57px;
  font-weight: bold;
  margin-right: 8px;
}

.flowBox ._right{
  padding:0 20px 0 28px;
  background-color: #fff9c8;
  border-radius: 0 6px 6px 0;
}

.flowBox ._right p{
  display: flex;
flex-direction: row;
justify-content:flex-end;
align-items:center;
text-align: left;
flex-wrap: wrap;
padding: 28px 0;
height: 100%;
box-sizing: border-box;
font-size:24px;
line-height: 1.2;
letter-spacing: -0.02em;
}

.flowBox ._right p span:first-child{
  width:100%;
  letter-spacing: -.04em;
}

.flowBox ._right p .con-fs-50 {
  font-size: 60px !important;
  font-weight: bold;
}

.flowBox ._right p ._letter2{
  font-weight: bold;
  line-height: 1.1;
  word-wrap:break-word;
  margin-left: 10px;
}
.flowBox ._bottom{
  flex-grow: 1;
}

.flowBox ._bottom a{
  display: flex;
  align-items: center;
  justify-content: center;
  width:100%;
  height: 50px;
  font-size:22px;
  color:#333333;
  font-weight: bold;
  position: relative;
  background-color:#ffc87f ;
  border-radius: 0 0 6px 6px;
}
.flowBox ._bottom a .rex-icon{
  font-size:80%;
  margin-left: 12px;
  /*
  position: absolute;
  right:5%;
  */
}

.flowBox ._center > span{
  position:absolute;
  top:55px;
  left:50%;
  margin-left:-18px;
  width:36px;
  height:36px;
	background-image: url(https://r.r10s.jp/evt/event/campaign/card/pointday/_pc/img/20221105/icon_plus.png);
	background-position: center top;
	background-repeat:no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto; 
  font-size:0;
}

.con03{
  background: url(https://r.r10s.jp/evt/event/campaign/card/pointday/_pc/img/20221105/con03_top_deco.png) no-repeat top left #ffffff;
  background-size: 100% auto;
  padding-top: 45px;
}
.ru-imageBox.-ratio11x4::before{
  padding-top: 36.3636%;
}

.cpa_custom{}
.cpa_custom .riItemTitle{
  color:#333333;
  font-size:14px;
  line-height: 16px !important;
  height: 30px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 制限したい行数が3の場合 */
  overflow: hidden;
  font-weight: 400;
}
.cpa_custom .riItemPrice{
  font-size: 24px;
  font-weight: 400;
}



._faq{
  background: url(https://r.r10s.jp/evt/event/campaign/card/pointday/_pc/img/20221105/con05_top_deco.png) no-repeat top left ,linear-gradient(to bottom,transparent 0%,transparent 40px,#fff4e6 40px,#fff4e6 100%);
  background-size: 100% auto;
  padding-top: 70px;
  padding-bottom: 80px;
}


/*
 riAccordionMenu -[module]-
----------------------------------------*/
._custom.riAccordionMenu{
  overflow:hidden;
  width:860px;
  margin:0 auto;
}
._custom.riAccordionMenu .funcTglRedTtl{
  margin:2% 0;
  font-size:19.52px;
  text-align:center;
  font-weight:bold;
  border:none;
  margin-bottom:0;
  background:none;
  padding:0;
  background-color:transparent;
}
._custom.riAccordionMenu .funcTglGrayCnts,
._custom.riAccordionMenu .funcTglGrayIn {
  border:none;
  padding:0;
  margin-bottom:0;
}
._custom.riAccordionMenu .funcTglGrayIn li:last-child {
  border:initial !important; 
}
._custom.riAccordionMenu .riAccordionLv1Menu:after {
  content:'';
  display:block;
  position:absolute;
  width:10px;
  height:10px;
  top:50%;
  margin-top:-10px;
  right:19px;
  border-top:3px solid #333333;
  border-right:3px solid #333333;
  -webkit-transform:rotate(135deg);
  -ms-transform:rotate(135deg);
  transform:rotate(135deg);
}
._custom.riAccordionMenu .riAccordionLv1Menu.open:after {
  width:10px;
  height:10px;
  top:20px;
  margin-top:0;
  border-top:3px solid #333333;
  border-right:3px solid #333333;
  -webkit-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  transform:rotate(-45deg);
}
._custom.riAccordionMenu .riAccordionLv1Menu {
  position:relative;
  color:#333333;
  text-indent:0;
  font-size:19.52px;
  letter-spacing:-.04em;
  border-bottom:1px solid #ffffff;
  -webkit-tap-highlight-color:initial;
  -webkit-user-select:none;
}
._custom.riAccordionMenu .riAccordionLv1Menu > .riBoxAC{
  padding:10px 18px;
  font-weight:bold;
  background-color:#ffc174;
  letter-spacing:-.5em;
}
._custom.riAccordionMenu .riAccordionLv2  > li .riBoxAC{
  padding:26px 20px;  
  background-color:#ffffff;
  letter-spacing:-.5em;
}
._custom.riAccordionMenu .riAccordionLv1 .riBoxAC > .riItemImg{
  width:25px;
  height:29px;
  display:inline-block;
  vertical-align:middle;
  margin-right:15px;
}
._custom.riAccordionMenu .riAccordionLv2 .riBoxAC > .riItemImg{
  width:26px;
  height:26px;
  display:inline-block;
  vertical-align:top;
  margin-right:22px;
}
._custom.riAccordionMenu  .riAccordionLv1 .riBoxAC > .riItemTxt{
  display:inline-block;
  vertical-align:middle;
  letter-spacing:normal;
  width:784px;
  line-height:1.5;
}
._custom.riAccordionMenu  .riAccordionLv2 .riBoxAC > .riItemTxt{
  display:inline-block;
  vertical-align:top;
  letter-spacing:normal;
  width:772px;
  padding-top:10px;
  line-height:1.5;
}
._custom.riAccordionMenu .riAccordionLv2 > li {
  color:initial;
  position:initial;
  background-color:transparent;
  line-height:initial;
  text-indent:0;
  border-bottom:none;
  font-weight:initial;
}
._custom.riAccordionMenu .riAccordionLv2 > li:after {
 display:none;
}
._custom.riAccordionMenu .riAccordionLv2 a {
  display:initial;
  /* color:#0000ff !important; */
}
._custom.riAccordionMenu  .riAccordionLv2 dl{
  letter-spacing:-.5em;
}
._custom.riAccordionMenu  .riAccordionLv2 dd,
._custom.riAccordionMenu  .riAccordionLv2 dt{
  display: block;
}
._custom.riAccordionMenu  .riAccordionLv2 dd{
  width:434px;
  margin:0 auto 26px;
}
._custom.riAccordionMenu  .riAccordionLv2 dt{
  font-size:16px;
  text-align:left;
  letter-spacing:-.04em;
}

._custom.riAccordionMenu .riAccordionLv2 .riItemTxt .description{
  padding-left:1em;
  text-indent: -1em;
}
._custom.riAccordionMenu .description .bgc_f3f3f3{
  background-color: #f3f3f3;
}
._custom.riAccordionMenu .description .bgc_ffccc8{
  background-color: #ffccc8;
}
._custom.riAccordionMenu .description .bgc_fff9c8{
  background-color: #fff9c8;
}
._custom.riAccordionMenu .description .bgc_f7eed8{
  background-color: #f7eed8;
}



/*
 ruleWrap
----------------------------------------*/
.ruleWrap .bdrR_none{border-right:none!important;}
.ruleWrap .bdrL{border-left:solid 1px #cccccc!important;}




/*
 20200701 add
*********************************/

.Announcement{
  box-sizing: border-box;
  width:900px;
  border:4px solid #bf0000;
  border-radius: 10px;
  padding: 20px;
  margin: 20px auto 30px;
}
.Announcement .announceTtl{
  text-align: center;
  color:#bf0000;
  font-size:16px;
}
.Announcement .announceTxt{
  background: url(https://r.r10s.jp/evt/event/campaign/card/pointday/_pc/img/20200701/icon_exclamation.png) no-repeat left center;
  padding-left: 80px;
}

.Announcement .announceTxt p{
  font-size:16px;
  font-weight: bold;
  letter-spacing: -.02em;
}
.Announcement .announceTxt ._txtred{
  color:#bf0000;
}


/*
 floating
*/

.spu-floating-notice {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 320px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 174px;
  height: 77px;
  box-sizing: border-box;
  cursor: pointer;
  border-top: 4px solid #bf0000;
  border-bottom: 4px solid #bf0000;
  border-left: 4px solid #bf0000;
  border-radius:8px 0 0 8px;
  background: #fff;
  -webkit-box-shadow: 0 4px 9px rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.3);
}

.spu-floating-notice.start-animation {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.spu-floating-notice__title {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: row;
  text-align: center;
  color: #bf0000;
}

.spu-floating-notice__title::before {
  display: block;
  width: 24px;
  height: 24.5px;
  margin-right: 10px;
  content: '';
  background: url(https://r.r10s.jp/evt/event/campaign/card/pointday/_pc/img/20221105/icon_exclamation.png) no-repeat 0 0/24px 24.5px;
}

.spu-floating-notice__link {
  font-size: 13px;
  margin-top: 10px;
  text-decoration: underline;
  color: #bf0000;
}

.spu-floating-notice:hover .spu-floating-notice__link {
  text-decoration: none;
}

.spu-popup-notice {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}

.spu-popup-notice.is-slide {
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  pointer-events: none;
  background: none;
}

.spu-popup-notice.is-open {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.spu-popup-notice__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 800px;
  height: 75%;
  padding: 0 20px 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: auto;
  background: #fff;
  -webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.5);
}

.spu-popup-notice.is-slide .spu-popup-notice__inner {
  right: 0;
  left: auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.spu-popup-notice__header {
  position: relative;
  margin: 0;
  padding-top: 34px;
}

.spu-popup-notice__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  color: #bf0000;
  margin-bottom: 22px;
}


.spu-popup-notice__desc {
  font-size: 16px;
  text-align: left;
  color: #333333;
  background: #ededed;
  padding: 1em;
}

.spu-popup-notice__header-close {
  position: absolute;
  top: 15px;
  right: 16px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  border: none;
  background: url(https://r.r10s.jp/evt/event/campaign/card/pointday/_pc/img/20221105/icon_close_modal.png) no-repeat center center;
  background-color: transparent;
  -webkit-appearance: none;
}

.spu-popup-notice__content {
  overflow-y: auto;
  height: 100%;
  margin-top: 16px;
}

.spu-popup-notice__subtitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #bf0000;
}

.spu-popup-notice__text_headline {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 8px;
}
.spu-popup-notice__text_lead {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.spu-popup-notice__text span {
  color: #bf0000;
}
.spu-popup-notice__dl {
  display: block;
  align-items: center;
  margin-bottom: 12px;
}


.spu-popup-notice__dt {
  font-size: 18px;
  font-weight: bold;
  color: #bf0000;
}

.spu-popup-notice__dd {
  font-size: 18px;
  line-height: 1.2;
  box-sizing: border-box;
}


.spu-popup-notice__dd span {
  color: #bf0000;
}
.spu-popup-notice__footer{
  text-align: center;
}

.spu-popup-notice__footer-close {
  font-family: Meiryo, 'Hiragino Kaku Gothic ProN', 'MS PGothic', sans-serif;
  font-size: 18px;
  font-weight: bold;
  width: 350px;
  height: 60px;
  box-sizing: border-box;
  margin: 18px auto 0;
  cursor: pointer;
  text-align: center;
  letter-spacing: 2.5px;
  color: #bf0000;
  border: 2px solid #bf0000;
  border-radius: 30px;
  background: #fff;
  -webkit-appearance: none;
}

.spu-popup-notice__footer-close .rex-icon{
  vertical-align: middle;
  margin-right: 8px;
}

.spu-popup-notice__footer-close:hover {
  color: #fff;
  background: #bf0000;
}

.cpc-retarget-pointup {
  padding-top: 20px;
}

.cpc-retarget-wrap {
  margin-top: 43px;
}

.cpc-retarget-wrap {
  position: relative;
  overflow: hidden;
  width: 950px;
  margin: 20px auto;
}

.faq__btn_20200316 {
  text-decoration: none;
    color: #1d54a7 !important;
}

.faq__btn_20200316:hover {
  text-decoration: underline;
}

.p-faq__textAsterisk_20200316 {
  font-size: 11px;
  padding-top: 15px;
}

/*================================================

毎月5と0のつく日は楽天カード利用でポイント5倍
2023告知用CSS

=================================================*/
.spu-popup-notice__title::before {
  width: 22px;
  height: 24px;
  margin-right: 7px;
  content: '';
  background: url(https://r.r10s.jp/evt/event/campaign/point-up/everyday/point/_pc/img/20190902/icon_exclamation.png?v=12) no-repeat 0 0;
  background-size: 22px 22px;
  display: inline-block;
  vertical-align: middle;
}
.spu-popup-notice__inner {
  box-shadow: none;
  border: 3px solid #bf0000;
}
.spu-popup-notice__desc {
  background: #bf0000;
  color: #fff;
  font-weight: bold;
}
.spu-popup-notice__desc {
  padding: 1em;
}
.spu-popup-notice__text_headline {
  font-size: 16px;
  margin-bottom: 12px;
  text-align: center;
  background: #999;
  color: #fff;
  padding: 4px 0 2px;
}
.spu-popup-notice__text_lead {
  font-size: 15px;
  margin-bottom: 0px;
  font-weight: bold;
}
.spu-popup-notice__text_left {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  padding-left: 18px;
}
.spu-popup-notice__text_right {
  display: inline-block;
  font-size: 12px;
}
.spu-popup-notice__text_lead_small {
  font-size: 12px;
  font-weight: normal;
}
.spu-popup-notice__note {
  font-size: 12px;
  font-weight: normal;
  color: #333!important;
}
.spu-popup-notice__text_headline.after {
  background: #bf0000;
  margin-top: 12px;
}
.spu-popup-notice__inner {
  height: 460px;
  padding: 0 56px 20px;
}
.spu-popup-notice__header-close {
  border: none;
  border-radius: 0;
  background: url(https://r.r10s.jp/evt/event/campaign/card/pointday/_cmn/img/20231101/icon_close_modal.png) no-repeat 50% 50%;
  top: -42px;
  right: -50px;
  width: 34px;
  height: 34px;
}
.spu-popup-notice__header {
  padding-top: 12px;
}
.spu-popup-notice__title {
  margin-bottom: 8px;
}
.spu-popup-notice__desc {
  font-size: 18px;
  padding: 12px 24px;
  font-weight: normal;
  line-height: 1.4;
}
.spu-popup-notice__text_after {
  text-align: center;
  padding-top: 16px;
}
.spu-popup-notice__text_wrap {
  padding: 0 77px;
  display: flex;
  justify-content:space-between
}
.spu-popup-notice__text_con {
  width: 48%;
}
/* 固定エリア */
.fix-notice__text {
  width: 624px;
  margin: 0 auto;
}
/* .fix-notice__inner.banner {
  margin-bottom: 28px;
} */
.fix-notice__title {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #bf0000;
  margin-bottom: 8px;
  padding-top: 16px;
}
.fix-notice__title::before {
  width: 25px;
  height: 25px;
  margin-right: 7px;
  content: '';
  background: url(https://r.r10s.jp/evt/event/campaign/point-up/everyday/point/_pc/img/20190902/icon_exclamation.png?v=12) no-repeat 0 0;
  background-size: 25px 25px;
}
.fix-notice__desc {
  padding: 2px 24px 20px;
  font-size: 18px;
}
.fix-notice__header {
  border: 2px solid #bf0000;
  background: #FDD3D4;
  font-weight: bold;
  line-height: 1.5;
  width: 700px;
  font-size: 16px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.fix-notice__content {
  background: #FEF0EF;
  padding: 90px 24px 24px;
  margin-top: -60px;
}
.fix-notice__text_headline {
  font-size: 18px;
  margin-bottom: 12px;
  text-align: center;
  background: #999;
  color: #fff;
  padding: 4px 0 2px;
  font-weight: bold;
}
.fix-notice__text_lead {
  font-size: 18px;
  margin-bottom: 2px;
  font-weight: bold;
  line-height: 1.2;
}
.fix-notice__text_left {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  padding-left: 18px;
}
.fix-notice__text_right {
  display: inline-block;
  font-size: 15px;
}
.fix-notice__text_lead_small {
  font-size: 15px;
  font-weight: normal;
}
.fix-notice__text_after {
  font-size: 15px;
  padding-bottom: 12px;
  text-align: center;
}
.fix-notice__text_headline.after {
  background: #bf0000;
}
.fix-notice__text_wrap {
  display: flex;
  justify-content:space-between
}
.fix-notice__text_con {
  width: 48%;
}
/* 看板上 */
.notice_link_wrap {
  background: #FF9100;
  padding-top: 12px;
}
.notice_link {
  background: #fff;
  border-radius: 2px;
  text-align: center;
  width: 600px;
  margin: 0 auto;
  font-size: 22px;
  font-weight: bold;
  padding: 10px 0;
}
.notice_link img {
  vertical-align: middle;
  padding-right: 12px;
}

/* アコーディオン追加 */

._point._custom.riAccordionMenu .riAccordionLv1Menu {
  border-bottom: none;
}
._custom.riAccordionMenu {
  margin: 16px auto;
}
.showmore_5day {
padding: 16px 0;
}
.showmore_5day .rp-showMore {
width: 528px;
margin: 0 auto;
}
.ra-ui-closeDark:after {
fill: #333;
}
.showmore_5day .rp-showMore__button {
position: relative;
z-index: 1;
margin-top: -30px;
background: url(https://r.r10s.jp/evt/event/campaign/card/pointday/_pc/img/20231205/bar_20231205.png) no-repeat center center;
}
.showmore_5day .rl-2columnWrap__mainColumn .rl-columnPCMain1>*,.showmore_5day .rl-2columnWrap__sideColumn .rl-columnPCSide1>*,.showmore_5day .rl-column1>*,.showmore_5day .rl-columnPC1>* {
margin-bottom: 0!important;
}
.showmore_box_first {
padding: 16px 0;
border-top: 2px solid #d5d5d5;
line-height: 1.5;
}
.showmore_box_open {
border-bottom: 2px solid #d5d5d5;
}

/*
4倍になるには
----------------------------------------*/
.con_howto ._custom.riAccordionMenu .riAccordionLv2 > li .riBoxAC{
  letter-spacing: normal;
}
.con_howto ._custom.riAccordionMenu{
  width: 954px;
  border: 2px solid #ffc174;
  border-radius: 10px;
  margin-bottom: 36px;
}
._custom.riAccordionMenu .riAccordionLv1Menu{
  border-bottom: none;
}
._custom.riAccordionMenu .riAccordionLv1Menu > .riBoxAC{
  cursor: pointer;
}
._custom.riAccordionMenu .riAccordionLv1Menu.open > .riBoxAC{
  border-bottom: 2px solid #ffc174;
}
.con_howto ._custom.riAccordionMenu .riAccordionLv1Menu:after{
  width: 18px;
  height: 18px;
  top: 44px;
  right: 36px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all 0.5s;
}
.con_howto ._custom.riAccordionMenu .riAccordionLv1Menu.open:after{
  top: 40px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.5s;
}
.con_howto ._custom.riAccordionMenu .riAccordionLv2 > li .riBoxAC{
  background-color: #FEF0EF;
  padding: 0 0 0;
}

/*
 最近検索したキーワード
----------------------------------------*/
.search_wrapper .rc-searchForm__keyword{
  margin: 16px 0 0;
  font-size: 16px;
}
.search_wrapper .rc-searchForm__keywordList, .rc-searchForm__keyword ul{
  height: 40px;
}
.search_wrapper .rc-searchForm__keywordItem, .rc-searchForm__keyword li{
  margin: 0 0 10px 8px;
}
.search_wrapper .rc-searchForm__keyword a, .rc-searchForm a.rc-searchForm__keywordLink{
  border-radius: 4px;
}

/* モバイルSPU追加 */
.mobile_pointup_wrap {
  width: 700px;
  margin: 0 auto;
}
.mobile_pointup_wrap .mobile_text_more {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  color: #333;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 8px;
}

.mobile_text_more::before,.mobile_text_more::after {
  width: 1px;
  height: 24px;
  content: "";
  background-color: #333;
}

.mobile_text_more::before {
  margin-right: 0.5em;
  transform: rotate(-30deg);
}

.mobile_text_more::after {
  margin-left: 0.5em;
  transform: rotate(30deg);
}
.mobile_pointup_con {
  background: #FFF3F9;
  display: flex;
  align-items: center;
  padding: 16px 0px 16px 260px;
}
.mobile_pointup_img {
  display: inline-block;
  width: 12%;
}
.mobile_pointup_text {
  display: inline-block;
  padding-left: 20px;
  padding-top: 8px;
  width: 84%;
}
.mobile_pointup_text {
  color: #FF008B;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.1;
}
.mobile_pointup_text_l {
  font-size: 40px;
}
.mobile_pointup_text_s {
  font-size: 18px;
}
.mobile_pointup_wrap .mobile_pointup_text_sub {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 36px;
  font-size: 12px;
}

.mobile_pointup_bnr{
  border-radius: 9px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2) ;
}

/* groupバナー */
.group_bnr.rl-column2{
  flex-wrap: nowrap;
}

/* 看板下注釈 */
.card_notes{
 color: #757575;
}

/* 対象条件調整 */
.card_wrapper{
  position: relative;
  padding-top: 37px;
}
.kanban_conditions{
  position: absolute;
  top: -38px;
  left: 0;
  width: 100%;
}
.kanban_conditions img{
  width: 563px;
}