@charset "UTF-8";
/*================================================

【楽天市場】★★特集名

=================================================*/


/* article */
.pc-article-wrap > .article {padding: 80px 0;}

/* ecm-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: 16px;
  line-height: 1.375;
  padding: 0 0 52px;
  text-align: left;
}

.ecm-kanban[layout="default"] .ecm-kanban-text-lead{
  color:#ffffff;
}

/* rn-floatingNavi */
.fixed-swipe-navigation {
  /*  height: 42px; */
  margin: -34px auto 0;
  position: relative;
  width: 960px;
}
.fixed-swipe-navigation .fixed-Navi__menuList {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 56px;
  background-color: #fff;
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,.15);
}

.fixed-swipe-navigation .fixed-Navi__menuList .fixed-Navi__menuItem {
  position: relative;
}

.fixed-Navi__menuItem.-active {
  margin-top: 0;
  border-bottom: none;
}

.fixed-swipe-navigation .fixed-Navi__menuList .fixed-Navi__menuItem + *:before {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  background-color: #ededed;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.fixed-swipe-navigation .fixed-Navi__menuList .fixed-Navi__menuItem:first-child {
  border-radius: 8px 0 0 8px;
}
.fixed-swipe-navigation .fixed-Navi__menuList .fixed-Navi__menuItem:last-child {
  border-radius: 0 8px 8px 0;
}
.fixed-swipe-navigation .fixed-Navi__menuItem:last-child:after {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  width: 16px;
  height: 100%;
}
.fixed-swipe-navigation .fixed-Navi__menuList .fixed-Navi__menuItem {
  background-color: #fff;
  flex-grow: 1;
  height: 100%;
  width: calc(100% / 5);
}

.fixed-swipe-navigation .fixed-Navi__menuLink {
  display: flex;
  align-items: center;
  justify-content: center;
  height:
  100%;
  padding: 5px 25px 10px;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
.fixed-swipe-navigation .fixed-Navi__menuLink:hover {
  font-weight: bold;
  text-decoration: none;
}
    
.fixed-swipe-navigation .fixed-Navi__menuLink:after, 
.fixed-swipe-navigation .fixed-Navi__menuText: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: #0495d2 transparent transparent transparent;
}


/* con-headline */
.con-headline__headline {
  margin: 0 0 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.con-headline__headline--underline, .con-headline__headline.-underline {
  position: relative;
  margin-bottom: 40px;
}

.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://event.rakuten.co.jp/daily/showerhead/_pc/img/20210614/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;
}

/* contents */

.con-linkItem__title {
  font-size: 16px;
  font-weight: 700;
}
.con-linkItem__text {
  margin: 8px 0 0;
  font-size: 14px;
}


.ecm-search {
    width: 676px;
    height: 55px;
    margin: 0 auto;
}

.ecm-search-keyword-wrapper {
    width: 676px;
    margin: 0 auto;
}


.article .ecm-search-alcor-horizontal:hover{
  opacity: 0.8;
}

