@charset "UTF-8";
/*=======================================

【楽天市場】楽天ふるさと納税｜PICK UP［日用品雑貨］

=========================================*/
/*
 ecm-wrap -[module]-
---------------------------------------------- */
.ecm-wrap{
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

/*
 ecm-kanban -[module]-
---------------------------------------------- */
.ecm-kanban[data-layout="pickupgenre"] .ecm-kanban-text {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 !important;
  text-align: center;
  line-height: 1.299;
}
.ecm-kanban[data-layout="pickupgenre"] .ecm-kanban-text-lead {
  display: block !important;
  font-size: 19.52px;
}

/*
 navigation -[module]-
---------------------------------------------- */
.ecm-floating-navi-container[data-layout="pickupgenre"] .ecm-floating-navi{
  height: 66px;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
.ecm-floating-navi-container[data-layout="pickupgenre"] .ecm-floating-navi-item {
  position: relative;
  z-index: 1;
  padding: 0 12px 6px;
  font-size: 16px;
  flex:1 1 auto;
  border-bottom:none!important;
}
.ecm-floating-navi-container[data-layout="pickupgenre"] .ecm-floating-navi-item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #ccc;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -1px;
}
.ecm-floating-navi-container[data-layout="pickupgenre"] .ecm-floating-navi-item .ecm-icon-chevron-down{
  font-size: 12px;
  bottom: 12px;
  font-weight: bold;
  color: #ccc;
}

/*
 cnt-headline
======================================== */
.cnt-headline__headline{
  margin: 0 0 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
[id^="contents"] .cnt-headline .cnt-headline__headline {
  font-size: 32px;
}

/*
 ranking -[module]-
---------------------------------------------- */
.ecm-ranking-alcor-updatedate{
  padding: 5px;
  font-size: 77%;
  margin-bottom: 20px;
}
#f_ranking .d-grid{
  gap:30px!important;
  padding-bottom: 24px !important;
}
#f_ranking .contentBlockRank {
  /* padding: 7px 7px 0px 7px; */
  border-bottom: none;
}
#f_ranking ul + p {
  display: none;
}
.ecm-ranking-alcor-name{
  font-size: 13px;
  line-height: 1.3;
  margin: 5px 0 4px 0;
}

/*
 ecm-tab -[module]-
---------------------------------------------- */
[data-layout="furusato"] .ecm-tab-container {
  margin: 0 0 12px;
  justify-content: center;
}
[data-layout="furusato"] .ecm-tab-container .ecm-tab{
  min-height:auto;
  padding: 0;
  margin-left: 16px;
  margin-top: 16px;
  line-height: 1.5;
  border-bottom:solid 1px #9e9e9e!important;
  border-radius: 0 !important;
  justify-content: center;
}
[data-layout="furusato"] .ecm-tab-container .ecm-tab:last-child{margin-right: 12px;}
[data-layout="furusato"] .ecm-tab-container .ecm-tab:hover,
[data-layout="furusato"] .ecm-tab-container .ecm-tab[aria-selected=true]{
  border-color: #bf0000!important;
  color: #bf0000 !important;
  background-color: inherit!important;
  font-weight: normal!important;
}

/*
 ecm-alcor -[module]-
---------------------------------------------- */
[data-layout="furusato"] .ecm-alcor{
  background: inherit!important;
}
[data-layout="furusato"] .ecm-alcor-name{
  line-height: 1.3 !important;
}
[data-layout="furusato"] .ecm-alcor-price{font-size: 24px;}
[data-layout="furusato"] .ecm-alcor-shop-link span{font-weight: bold;}

/*
 keyword
---------------------------------------------- */
[data-layout="furusato"] a.keyword {
  font-size: 16px;
  font-weight: normal !important;
  color: #333 !important;
  border-radius: 4px;
  border: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
  background-color: #fff;
  text-align: center;
}
[data-layout="furusato"] a.keyword:hover{
  text-decoration: none;
  opacity:.8;
}

/*
 search
---------------------------------------------- */
[data-layout="furusato"] .ecm-search{
  background-color: #f7f7f7!important;
  width: 354px;
  margin-right: auto;
  margin-left: auto;
}

/*
 more
---------------------------------------------- */
.more li[data-is-active="false"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.more li.isAnimation {
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/*
 contents
---------------------------------------------- */
[id^="contents"] {
  padding: 40px 0;
}
[id^="contents"]:nth-child(even){
  background-color: #e4e4e4;
}

/*
 note
---------------------------------------------- */
.note[data-layout="ranking"] {
  font-size: 11px;
}

/*
 button
---------------------------------------------- */
.button[data-layout="pickupgenre"] .anchor {
  font-size: 16px;
  font-weight: normal !important;
  color: #333 !important;
  border-radius: 4px;
  border: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 460px;
  min-height: 64px;
  background-color: #f7f7f7;
  margin: auto;
}
.button[data-layout="pickupgenre"] .anchor:hover{
  opacity:.8;
  text-decoration: none;
  cursor:pointer;
}
