@charset "utf-8";
/*
 common
======================================================= */
html{
  overflow-x: hidden;
}
body{
  position: relative;
  font-size: 14px;
  overflow-x: hidden;
}
.main_contents{
  color: #333;
  font-size: 14px;
}
.win960{
  width: 960px;
  transform: translateX(-50%);
  margin-left: 50%;
}
.ecm-reward-header{
  margin-bottom: 8px;
}

/*
 kanban
======================================================= */
.kanban_text{
  font-size: 26px;
  letter-spacing: -0.5px;
  padding-top: 8px;
  text-align: center;
}
.kanban_pink_text{
  color: #e52146;
  font-weight: bold;
}
/*
 ancNav
======================================================= */
.ancNav{
  position: relative;
}
.ancNav .rc-anchorList {
  background: #fcf9f4;
  padding: 42px 0 35px;
  justify-content: center;
}
.ancNav .rc-anchorList__item {
  margin: 0 10px;
}
.ancNav .rc-anchorList__item a {
  width: 200px;
  height: 96px;
  justify-content: center;
  align-items: flex-end;
  box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 10%);
  background-color: #ffdad5;
  border-radius: 5px;
  display: flex;
}
.ancNav .rc-anchorList__item a:hover{
  opacity: .8;
  cursor: pointer;
}
.ancNav .rc-anchorList__item img {
  margin-bottom: 7px;
}

.ancNav .rc-anchorList::after,
.ecm-kanban::after{
  content: "";
  background-color: #fcf9f4;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}

.overlay-text{
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin-top: -10px;
  font-size: 100%;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
}
.riCenterWrap{
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.5;
}
.cautionTxt {
  color: #a3a3a3;
}
.cautionTxtbox{
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}


.ecm-coupon-link:before{
  background: none;
}

/* campaignLink */
.campaignLink{
  margin-bottom: 0!important;
  margin-right: 0!important;
  line-height: 1.5!important;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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: #444!important; */
  position: relative;
  text-decoration: none;
}
.campaignLink a:hover{
  opacity: .8;
}
.campaignLink{
  border-left: solid 1px #b6b6b6;
}
.campaignLink:nth-child(2n) {
  border-right: solid 1px #b6b6b6;
}
.campaignLinkList{
  width: 386px;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
}

/*
 coupon
======================================================= */
.couponArea{
  position: relative;
  padding-bottom: 67px;
}
.couponArea::before{
  content: "";
  background-color: #f7f7f7;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}
.couponBg{
  padding-top: 34px;
  padding-bottom: 25px;
}
.couponList>li {
  display: inline-block;
  vertical-align: top;
  width: 323px;
}
.coupon_box .ecm-coupon{
  width: 323px;
}
.coupon_box{
  gap: 34px;
  width: 680px;
  margin: 0 auto;
}
.ecm-coupon-note{
  text-align: center;
  font-size: 13px;
  margin-top: 12px;
  color: #404040;
  font-weight: bold;
}

/*
 見出し
============================================== */
.goodsTtl01,
.goodsttl_search,
.goodsTtl02{
  position: relative;
}
.goodsTtl01 img,
.goodsttl_search img,
.goodsTtl02 img{
  position: absolute;
  top: -47px;
  transform: translateX(-50%);
  margin-left: 50%;
}
.goodsTtl01::after,
.goodsttl_search::after,
.goodsTtl02::after{
  text-align: center;
  position: relative;
}
.goodsTtl01::before,
.goodsttl_search::before,
.goodsTtl02::before{
  display: block;
  content: "";
  position: relative;
  background: #e52146;
  height: 5px;
  top: 0px;
  width: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}
.goodsTtl01 h2,
.goodsttl_search h2,
.goodsTtl02 h2{
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-top: 95px;
  margin-bottom: 51px;
}
.dog h2,
.cat h2{
  margin-top: 145px;
  font-size: 40px;
  color: #e52146;
}
.text_h3,
.text_h4{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 33px;
  padding-top: 12px;
}
.ranking_list .text_h4{
  padding-bottom: 24px;
}
.conTtl{
  text-align: center;
  font-size: 30px;
  padding-top: 27px;
  margin-bottom: 68px;
  padding-bottom: 15px;
  font-weight: bold;
  background: url(https://r.r10s.jp/evt/event/pet/dogcat/_pc/img/20220311/conttl_bd.png) center bottom no-repeat;
  -webkit-background-size: 111px 7px;
  background-size: 111px 7px;
}
.ttl_note{
  text-align: center;
  margin-bottom: 20px;
}

/*
 petMember
============================================== */
/* .petMember */
.petMember{
  position: relative;
  background-color: #ffdad5;
  width: 656px;
  margin: 0 auto;
  padding: 96px 20px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.6;
}
.petMember:before{
  content: '';
  display: block;
  width: 656px;
  padding-top: 92px;
  position: absolute;
  left: 0;
  top: -18px;
  background: url(https://r.r10s.jp/evt/event/pet/dogcat/_pc/img/20220311/member_icon.png) center top no-repeat;
}
.petMember a:hover{
  opacity: 0.8;
}
.petMember .bgWhite{
  background-color: #fff;
  line-height: 2.4;
  padding: 22px 0 30px;
}
.petMember .ttl{
  font-size: 36px;
  font-weight: bold;
  color: #e4545e;
  margin-bottom: 16px;
}
.petMember .point{
  color: #e52146;
  font-weight: bold;
  font-size: 24px;
}
.petMember .present{
  font-size: 24px;
  margin-bottom: 28px;
  font-weight: bold;
}
.petMember .noMember{
  font-size: 18px;
  color: #e4545e;
  margin-bottom: 8px;
}
.petMember .limit{
  font-size: 14px;
  font-weight: bold;
  color: #e52146;
}
.petMember .couponLink{
  width: 200px;
  margin: 0 auto;
  background-color: #fff;
  line-height: 1.5;
}
.petMember .couponLink a{
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  line-height: 1.4;
  font-size: 14px;
  /* color: #444!important; */
  border-right: 1px solid #b6b6b6;
  border-left: 1px solid #b6b6b6;
}
/*
 coupon_search
============================================== */
.coupon_search{
  position: relative;
}
.coupon_search::before{
  content: "";
  background-color: #fbecd0;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}
/* search01 */
.search01{
  width: 656px;
  margin: 0 auto 42px;
}
.search01 .search_box{
  border-radius: 0;
  border: 1px solid #e51f46;
  height: 56px;
  border-radius: 4px;
}
.search01 .search_box_submit{
  width: 54px;
  background-color: #e51f46;
  padding: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.search01 .search_input{
  padding-left: 20px;
  font-size: 16px;
}
.search01 .search_box_ic{
  font-size: 32px;
}
/* rc-searchKeyword */
.rc-searchKeyword{
  width: 656px;
  margin: 0 auto;
}
.rc-searchKeyword .imgList{
  margin-bottom: 30px;
  gap: 20px;
}
.rc-searchKeyword .rc-searchKeyword__item{
  border-radius: 5px;
  width: 203px !important;
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, .2);
  font-size: 16px;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
}
.rc-searchKeyword .rc-searchKeyword__item:nth-of-type(3n){
  margin-right: 0;
}
.rc-searchKeyword .rc-searchKeyword__list{
  margin-left: 0;
}
.rc-searchKeyword .rc-searchKeyword__list .rl-column3{
  padding: 0;
}
.rc-searchKeyword .imgList .rc-searchKeyword__link{
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rc-searchKeyword .imgList .rc-searchKeyword__link:hover,
.search_keyword .rc-searchKeyword__link:hover{
  text-decoration: none;
  opacity: .8;
  color: #333;
}
.rc-searchKeyword .imgList .rc-searchKeyword__link span{
  height: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rc-searchKeyword .imgList .rc-searchKeyword__link img{
  width: 130px;
}
/* .search_keyword */
.search_keyword{
  gap: 20px;
}
.search_keyword .rc-searchKeyword__link{
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  background: #fff;
  word-break: keep-all;
  text-align: center;
}
.rc-searchKeyword__link{
  color: #333;
}
.rc-searchKeyword__link span{
  word-break: keep-all;
  text-align: center;
}



/*
 dogcat_anchor
============================================== */
.dogcat_anchor{
  width: 480px;
  margin: 0 auto;
  justify-content: space-between;
}
.dogcat_anchor a:hover{
  opacity: .8;
}

/*
 padding
============================================== */
.dogcat_anchor,
.about{
  padding-top: 120px;
}
.shop{
  padding-top: 90px;
}
.dogcat_anchor{
  padding-bottom: 85px;
}
.couponArea{
  padding-bottom: 67px;
}
.coupon_search{
  padding-bottom: 84px;
}
.shop{
  padding-bottom: 92px;
}
.petMember_area{
  padding: 40px 0 126px;
}
.dog,
.cat{
  padding-bottom: 100px;
}
.room{
  padding-bottom: 120px;
}
.recommend{
  padding-bottom: 100px;
}

.dog_section,
.other,
.cat_section{
  padding-bottom: 88px;
}
.dog_section02,
.cat_section02{
  padding-bottom: 28px;
}
.ad_con{
  padding-bottom: 32px;
}
.ad_con:last-of-type{
  padding-bottom: 0;
}
/*
 注目ブランドレイアウト
============================================== */
.brand_area{
  width: 665px;
  margin: 0 auto;
  gap: 20px;
}
.brand_box{
  border-radius: 5px;
  box-shadow: 0px 2px 7px 0px rgba(0,0,0,.2);
}
.brand_box a{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #404040;
}
.brand_box a:hover{
  text-decoration: none;
}
.brand_box a:hover:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.04);
}
.brand_box img{
  width: 130px;
}
.brand_box span{
  height: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*
 もっと見る
============================================== */
.rc-button{
  display: flex  ;
  border: 2px solid #e52146;
  width: 275px;
  height: 54px;
  border-radius: 27px;
  margin: 60px auto 85px;
  justify-content: center;
  align-items: center;
}
.rc-button:hover{
  opacity: .8;
  text-decoration: none;
}
.rc-button .rc-button__text{
  font-size: 20px;
  color: #e52146;
  font-weight: bold;
}
.rc-button:hover:after{
  border-radius: 27px;
}

/*
 dog
===========================================- */
.ranking_list{
  padding-bottom: 84px;
}

.rankText{
  background-color: #f7f7f7;
  padding: 24px 36px;
  margin-bottom: 100px;
}

/*
 about
============================================== */
/* .petAbout */
.petAbout{
  background-color: #fff5e3;
  padding: 58px 500% 76px;
  margin: 0 -500%;
}
.petAboutTtl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.5em;
  margin-bottom: 36px;
}
.petAboutTtl>span,
.petAboutTtl:before,
.petAboutTtl:after{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.petAboutTtl>span{
  font-size: 40px;
  font-weight: bold;
  color: #eb5e00;
  margin: 0 16px;
}
.petAboutTtl:before,
.petAboutTtl:after{
  content: '';
  width: 72px;
  height: 60px;
  -webkit-background-size: 100% auto !important;
  background-size: 100% auto !important;
}
.petAboutTtl:before{background: url(https://r.r10s.jp/evt/event/halloween/costume/pet/_pc/img/20210901/about_ttl_icon01.png) left top no-repeat;}
.petAboutTtl:after{background: url(https://r.r10s.jp/evt/event/halloween/costume/pet/_pc/img/20210901/about_ttl_icon02.png) left top no-repeat;}
.petAboutLead{
  font-size: 18px;
  margin-bottom: 32px;
  text-align: center;
}
.petAboutMore{
  text-align: right;
}
.petAboutMore a{
  color: #666 !important;
  padding-right: 20px;
  position: relative;
  font-size: 16px;
}
.petAboutMore a:after{
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border: solid #666666;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.petAbout a:hover{
  opacity: .8;
}

/*
shop
======================================================= */
/* shop01 */
.shop01{
  gap: 0 24px;
}
.shop01 .shop_list{
  border-bottom: 1px solid #ebebeb;
}
.shop01 .shop_list_link{
  display: flex;
  align-items: center;
  height: 50px;
  color: #333;
  position: relative;
}
.shop01 .shop_list_link:hover{
  text-decoration: none;
}
.shop01 .shop_list_link:hover .shop_list_text{
  text-decoration: underline;
}
.shop01 .shop_list_text{
  font-size: 14px;
  font-weight: bold;
}
.shop01 .ecm-icon-shop-outlined{
  flex: 0 0 auto;
  color: #333;
  line-height: 1;
  margin-right: 12px;
  font-size: 30px;
}
.shop01 .shop_list_link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-right: 1px solid #9c9c9c;
  border-top: 1px solid #9c9c9c;
  transform: rotate(45deg);
}

/*
 other
======================================================= */
.other_list a{
  display: block;
}
.other_list a img {
  width: 100%;
}
.other_list a:hover{
  opacity: .8;
}
.other_list{
  width: 734px;
  margin: 0 auto;
}


/* floating */
.floating_area.ecm-floating-navi-container{
  background-color: #ffdad5;
  border-bottom: none;
}
.floating_area .ecm-floating-navi{
  height: 87px;
  width: 960px;
  margin: 0 auto;
}
.floating_area .ecm-floating-navi-item{
  padding: 0 15px;
}
.floatNavi_01,
.floatNavi_02,
.floatNavi_03,
.floatNavi_04{
  display: inline-block;
  width: 163px;
  height: 56px;
}
.floatNavi_01{
  background: url(https://r.r10s.jp/evt/event/pet/dogcat/_pc/img/20220311/floatNavi_01.png) no-repeat center center;
}
.floatNavi_02{
  background: url(https://r.r10s.jp/evt/event/pet/dogcat/_pc/img/20220311/floatNavi_02.png?v=20220310) no-repeat center center;
}
.floatNavi_03{
  background: url(https://r.r10s.jp/evt/event/pet/dogcat/_pc/img/20220311/floatNavi_03.png) no-repeat center center;
}
.floatNavi_04{
  background: url(https://r.r10s.jp/evt/event/pet/dogcat/_pc/img/20220311/floatNavi_04.png) no-repeat center center;
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true] .floatNavi_01,
.ecm-floating-navi-item:hover .floatNavi_01{
  background: url(https://r.r10s.jp/evt/event/pet/dogcat/_pc/img/20220311/floatNavi_01_active.png) no-repeat center center;
  background-size: 100%;
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true] .floatNavi_02,
.ecm-floating-navi-item:hover .floatNavi_02{
  background: url(https://r.r10s.jp/evt/event/pet/dogcat/_pc/img/20220311/floatNavi_02_active.png) no-repeat center center;
  background-size: 100%;
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true] .floatNavi_03,
.ecm-floating-navi-item:hover .floatNavi_03{
  background: url(https://r.r10s.jp/evt/event/pet/dogcat/_pc/img/20220311/floatNavi_03_active.png) no-repeat center center;
  background-size: 100%;
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true] .floatNavi_04,
.ecm-floating-navi-item:hover .floatNavi_04{
  background: url(https://r.r10s.jp/evt/event/pet/dogcat/_pc/img/20220311/floatNavi_04_active.png) no-repeat center center;
  background-size: 100%;
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true],
.ecm-floating-navi-item:hover{
  border: none;
  background-color: #e51f46;
}


  /*
 floating_bnr
----------------------------------------------------- */
.RJSFloatingBanner{
  display:none;
  padding:20px 0;
  background-color:#fbecd0;
  box-shadow:0px 0px 10px 2px rgba(0, 0, 0, 0.3);
  position:fixed;
  bottom:0px;
  z-index:2;
  width: 100%;
}
.fluidImage {
  display:block;
  width:100%;
  height:auto;
}
.carousel__inner {
  display:flex;
  align-items:center;
  overflow:auto;
  scroll-snap-type:x mandatory;
}
.carousel__item {
  scroll-snap-align:start;
}
.couponList {
  position:relative;
  z-index:0;
}
.couponList__closeButton {
  position:absolute;
  top:-15px;
  left:0px;
  z-index:1;
  width:21px;
  height:21px;
}
.couponList__item + .couponList__item {
  margin-left:3px;
}
.RJSFloatingBanner .search01{
  margin-bottom: 0;
}




/*
 floatingNotificationShop
========================================*/
.RJSFloatingNotification{
  position: fixed;
  bottom: 300px;
  right: 25px;
  z-index: 99;
  border: 0;
}
.RJSFloatingNotification a{
  color: #FFFFFF;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.RJSFloatingNotification a:hover{
  opacity: .8;
}