@charset "UTF-8";
/*=======================================

【楽天市場】ふるさと納税｜精肉・肉加工品

=========================================*/

html {
  overflow: auto;
}
body {
  position: relative;
  min-width: 950px;
  /* overflow: hidden; */
}

/*
 rc-kanban
======================================== */
.ecm-kanban._custom {
  position: relative;
}
.ecm-kanban._custom .ecm-kanban-text{
  position: absolute;
  width: 100%;
  left: 0;
  padding: 0 !important;
}
.ecm-kanban._custom .ecm-kanban__title {
  display: block !important;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  margin-bottom: 40px;
}
.ecm-kanban._custom .ecm-kanban__title > span {
  font-size: 72px;
}
.ecm-kanban._custom .ecm-kanban-text .ecm-kanban-text-lead {
  display: block !important;
  font-size: 19.52px;
  line-height: 1.299;
}

/*
 ecm-floating-navi-container
======================================== */
.ecm-floating-navi-container._custom {
  height: 66px !important;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
.ecm-floating-navi-container._custom .ecm-floating-navi {
  height: 64px !important;
  width: 960px;
  margin: 0 auto;
}
.ecm-floating-navi-container._custom .ecm-floating-navi-container__menuContainer {
  height: 64px !important;
}

.ecm-floating-navi-container._custom .ecm-floating-navi-item {
  position: relative;
  margin-right: 1px;
  padding: 0 12px;
  flex: 1 1 auto;
  font-size: 16px !important;
  font-weight: normal !important;
  color: #333 !important;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 64px;
}

.ecm-floating-navi-container._custom .ecm-floating-navi-item i{
  position: static;
  transform: translate(0);
}


.ecm-floating-navi-container._custom .ecm-floating-navi-item: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._custom .ecm-floating-navi-item:last-child:after{
  display: none;
}

/*
 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__headline--underline:before,
.con-headline__headline.-underline:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16px;
    display: block;
    width: 120px;
    height: 2px;
    transform: translateX(-50%);
    background-color: #333;
}


[id^="contents"] .con-headline .con-headline__headline {
  font-size: 32px;
}

/*
 ranking -[module]-
---------------------------------------------- */
#f_ranking .rirankIcon.first,
#f_ranking .rirankIcon.second,
#f_ranking .rirankIcon.third {
  background-repeat: no-repeat;
  background-size: 21px 20px;
  line-height: 26px;
}

#f_ranking .rirankIcon.first {
  background-image: url(https://r.r10s.jp/evt/event/furusato/_sp/img/rank_icon_1.png?v=202604081458);
  background-repeat: no-repeat;
  background-size: 20px;
}

#f_ranking .rirankIcon.second {
  background-image: url(https://r.r10s.jp/evt/event/furusato/_sp/img/rank_icon_2.png?v=202604081458);
  background-repeat: no-repeat;
  background-size: 20px;
}

#f_ranking .rirankIcon.third {
  background-image: url(https://r.r10s.jp/evt/event/furusato/_sp/img/rank_icon_3.png?v=202604081458);
  background-repeat: no-repeat;
  background-size: 20px;
}

#f_ranking .contentBlockRank {
  /* padding: 7px 7px 0px 7px; */
  border-bottom: none;
}

#f_ranking .riItemCol2:before,
#f_ranking .riItemCol2:after {
  content: "";
  display: none !important;
}

#f_ranking ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin: -30px 0 0 -30px; */
  gap: 30px;
}

#f_ranking ul li {
  float: none !important;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  /* margin: 30px 0 0 30px; */
}

#f_ranking .riItem + .riItem {
  margin-top: 0;
}

#f_ranking ul.riItem:nth-child(n + 9) {
  display: none;
}

#f_ranking ul + p {
  display: none;
}

#f_ranking .rankingTitle {
  font-size: 19px;
  font-weight: bold;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

#f_ranking .rankingTitle img {
  margin-right: 12px;
}

#f_ranking .riItemWrap {
  font-size: 100%;
}

#f_ranking .riItemMain {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin: 0;
}

#f_ranking .riItemMainimg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}

#f_ranking .riItemImg {
  position: relative;
  height: 136px;
  width: 100%;
  text-align: center;
  position: relative;
}

#f_ranking .riItemImg {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  margin: 0 auto;
}

#f_ranking .riItemMain :before,
#f_ranking .riItemMain :after {
  content: "";
  display: none !important;
}

#f_ranking .riItemImg img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

#f_ranking .riItemTitle {
  margin: 5px 0 4px 0;
  color: #1d54a7;
  font-weight: bold;
}

#f_ranking .riItemSub {
  margin: 0 0 2px 0;
  font-size: 100%;
  font-weight: normal;
}

#f_ranking .riItemPrice {
  margin: 0 0 2px 0;
  padding: 0 5px;
  text-align: right;
}

#f_ranking .linkBtnArea {
  position: relative;
  overflow: hidden;
  margin: 20px 0 20px 0;
}

#f_ranking .fLinkBtn {
  position: relative;
  float: left;
  left: 50%;
}

#f_ranking .fLinkBtn span {
  float: left;
  left: -50%;
  position: relative;
  display: block;
  text-align: center;
  font-size: 150%;
  line-height: 1.2;
  color: #fff;
  background-color: #d50000;
  border-radius: 4px;
}

#f_ranking .fLinkBtn span a {
  display: block;
  padding: 12px 40px;
  color: #fff !important;
}
/*
 tab_wrap -[module]-
---------------------------------------------- */
.tab_wrap[data-layout="furusato"] {
  padding: 0;
}
.tab_wrap[data-layout="furusato"] .tab_buttons {
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  white-space: nowrap;
  margin-bottom: 12px;
  margin-left: 0;
  justify-content: center;
}
.tab_wrap[data-layout="furusato"] .tab_wrap__itemContainer {
  padding: 0;
  background-color: transparent !important;
}
.tab_wrap[data-layout="furusato"] .tab_buttons > div {
  min-height: auto;
  padding: 0;
  margin: 16px 0 0 16px;
  border-bottom:1px solid #9e9e9e;
  border-width: 0 0 1px 0;
  border-radius: 0 !important;
  justify-content: center;
    color: #666;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
}
.tab_wrap[data-layout="furusato"] .tab_buttons > div[aria-selected="true"] {
  border-color: #bf0000;
  color: #bf0000;
  background-color: transparent !important;
}


.tab_wrap[data-layout="furusato"] .rl-column5 {
  /* padding: 0 148px; */
}
.tab_wrap[data-layout="furusato"] .ri-item {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tab_wrap[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;
}

.tab_wrap[data-layout="furusato"] a.keyword:hover{
  text-decoration: none;
  opacity: 0.8;
}

.tab_wrap[data-layout="furusato"] .ecm-alcor {
  background-color: transparent;
}

/*
 tab_wrap -[module]-
---------------------------------------------- */
.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;
}

/*
 ecm-search -[module]-
---------------------------------------------- */
.ecm-search[data-layout="furusato"] {
  width: 354px;
  margin: 0 auto;
}
.ecm-search[data-layout="furusato"] .rc-searchForm__textInput {
  /* background: #ffffff; */
}

/*
   heading
  ---------------------------------------------- */
[id^="contents"] {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
[id^="contents"]:nth-child(even) {
  background-color: #FDE3D8;
}

/*
 rl-column -[module]-
---------------------------------------------- */
.rl-column5.-center {
  /* justify-content: center; */
}

/*
   note
  ---------------------------------------------- */
.note[data-layout="ranking"] {
  font-size: 11px;
}

/*
   note
  ---------------------------------------------- */
.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 {
  text-decoration: none;
}

.button[data-layout="pickupgenre"] .anchor[aria-expanded="true"]{
  display: none;
}

/*
   caution_20250307
  ---------------------------------------------- */
.caution {
  color: #333;
  font-size: 14px;
  text-align: left;
  padding: 17px 17px 17px 100px;
  background-color: #fff9c8;
  position: relative;
}

.caution:before{
  content: url(https://r.r10s.jp/com/inc/home/20080930/spt/common/img/notification/icon_notice.svg?v=202604081458);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto 9px auto 70px;
}

.caution span {
  position: relative;
}

/* alcor_customize */

#f_ranking{
  line-height: 1.3;}

#mainContentsArea .ecm-ranking-alcor-name.clamp-3{
  height: 3.9em;
  line-height: 1.3;

}

#mainContentsArea .ecm-alcor-name.clamp-3{
  height: 3.9em;
  line-height: 1.3;
}
#mainContentsArea a.ecm-ranking-alcor-shop-link{
  color:#717171;
  line-height: 1.3;
}