@charset "UTF-8";
/*================================================

【楽天市場】★★特集名

=================================================*/

html{overflow:auto;}
body{
  position:relative;
  min-width:950px;
  overflow:hidden;
}
#riGlobalWrap{
  overflow:hidden;
  /* IE Bug Support */
  overflow-x:hidden;
}

.ecm-wrap[data-layout="default"] {
  line-height: 1.5;
  font-size: 14px;
  color: #333;
}
.ecm-wrap[data-layout="default"] .ecm-alcor,
.ecm-wrap[data-layout="default"] .ecm-ranking-alcor{
  line-height: 1.3;

}

/* article */
.pc-article-wrap > .article {padding: 40px 0;}

/* rc-kanban */
.ecm-kanban[layout="default"] {
  position: relative;
}
.ecm-kanban[layout="default"] .ecm-kanban-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 360px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 1.375;
  padding: 0 0 52px;
  text-align: left;
}
.ecm-kanban[layout="default"] .ecm-kanban-text .ecm-kanban-text-lead{
  font-size: 15px;
}

/* rn-floatingNavi */
.top-index{
/*  height: 56px;*/
}
.top-index {
  width: 960px;
  height: 56px;
  margin: 0 auto;
  margin-top: -34px;
  position: relative;
  z-index: 2
  ;
}
.top-index ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 56px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 10px rgba(0,0,0,.15);
  border-radius: 4px 4px 0 0;
}
.top-index ul li {
  position: relative;
  width: calc(100% / 9);
}

.top-index ul li + *:before {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background-color: #ededed;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}


.top-index  ul li a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  justify-content: center;
  text-align: center;
  /* background-color: #fff;  */
  padding: 0 0 12px;
  font-size: 14px;
  color:#ed8000;
  line-height: 1.28;
}

.top-index  ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #ed8000 transparent transparent transparent;
}

.top-index  ul li a:hover{
  text-decoration: none;
  font-weight: bold;
}


.ecm-floating-navi.-pet_food_dog{
  height:65px;
}

.ecm-floating-navi.-pet_food_dog .ecm-floating-navi-item{
  padding: 0 12px;
  font-size:12px;
}



/* con-headline */

.con-headline .con-headline__headline{
  text-align: center;
  position: relative;
  margin-bottom: 24px;
}

.con-headline.-lv2[layout="default"] .con-headline__headline {
  font-size: 32px;
  line-height: 1.27;
  margin-bottom: 44px;
}
.con-headline.-lv2[layout="default"] .con-headline__headline.-underline:before {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -29px;
  width: 79px;
  height: 14px;
  transform: translateX(-50%);
  background-color: transparent;
  background-image: url(https://r.r10s.jp/evt/event/pet/food/cat/_pc/img/20210830/rc-headline_icon_default.png);
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
}

.con-headline.-lv3[layout="default"] .con-headline__headline {
  font-size: 24px;
}
.con-headline.-lv4[layout="default"] .con-headline__headline {
  font-size: 20px;
}

.search_custom {
  width: 676px;
  margin: 0 auto;
}

.search_custom .ecm-search-keyword-container{
  height: auto;
  padding-left: 95px;
  position: relative;
}

.search_custom .ecm-search-keyword-label{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  height: 100%;
  width: 87px;
  position: absolute;
  left:0;
  top:0;
  font-size:12px;
}


.search_custom .ecm-search-keyword{
  background: #ffffff;
}
.search_custom .ecm-search-keyword:hover{
  opacity: 0.8;
  background: #ffffff;
}

/* con-linkItem */
.con-linkItem {
  background: #fff;
}
.con-linkItem a.con-linkItem__link {
  display: flex;
  align-items: flex-start;
  padding: 24px;
  color: #333;
  text-decoration: none;
}
.con-linkItem__imageBox {
  position: relative;
  flex: 0 0 auto;
}
.con-linkItem__imageBox:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}


.con-linkItem__imageBox img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-width: 30%;
  min-height: 30%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.con-linkItem__imageBox:hover {
  opacity: 0.8;
}
.con-linkItem__textBox {
  flex-basis: auto;
  width: 100%;
  line-height: 1.3;
  margin: 0 0 0 12px;
}
.con-linkItem__title {
  font-size: 16px;
  font-weight: 700;
}
.con-linkItem__tagContainer,
.con-linkItem__text {
  margin: 8px 0 0;
  font-size: 14px;
}
.con-linkItem__tagContainer {
  display: flex;
  flex-wrap: wrap;
}
.con-linkItem__tag {
  margin: 0 16px 0 0;
  color: #828282;
}

/* ecm-cpa */
.pc-article-wrap .ecm-cpa-name {
  height: auto;
}