@charset "utf-8";

/*
 #wakeari img hover
---------------------------------------------- */
#wakeari a:hover img{
  opacity:0.8;
}

/*
 ancNav
---------------------------------------------- */

.ancNav {
  width: 100%;
  margin:auto;
  padding: 16px 0;
  border-bottom: solid 1px #ccc;
}
.ancNav ul {
  width: 960px;
  margin: auto;
  letter-spacing: -0.5em;
}
.ancNav ul>li {
  width: calc((100% - 3px) / 4);
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  border-left: solid 1px #ccc;
  box-sizing: border-box;
}
.ancNav ul>li:last-child {
  border-right: solid 1px #ccc;
}
.ancNav ul>li>a {
  width: 100%;
  height: 32px;
  padding-bottom: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal!important;
  text-align: center;
  color: #000 !important;
  position: relative;
}
.ancNav ul>li>a:hover {
  color: #7fbe26 !important;
  text-decoration: none;
}
.ancNav ul>li>a:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-bottom: solid 2px #000;
  border-left: solid 2px #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: -3px;
  left: 50%;
}
.ancNav ul>li>a:hover:after {
  border-bottom: solid 2px #7fbe26 !important;
  border-left: solid 2px #7fbe26 !important;
}

/*
 merit
---------------------------------------------- */

.merit {
  width: 960px;
  height: 270px;
  background: url(https://r.r10s.jp/evt/event/furusato/special/wakeari/_pc/img/20210528/con00_bg.png?v=202604081458) center top;
  background-size: 100% auto;
  padding-top: 54px;
/*  padding-left: 120px;*/
  box-sizing: border-box;
}
.merit ul {
  padding-left: 120px;
}
.merit ul>.merit_list {
  width: 192px;
  font-size: 16px;
  color: #000 !important;
  display: inline-block;
  margin-right: 100px;
}
.merit ul>.merit_list>span {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}

/*
 conTtl
---------------------------------------------- */

.conTtl {
  font-size: 30px;
  text-align: center;
  color: #7fbe26;
  font-weight: bold;
}
.conTtl>span {
  display: inline-block;
  position: relative;
}
.conTtl .font-weight-bold {
  color: #19783d;
}
.conTtl>span:after {
  content: '';
  display: block;
  width: 100%;
  height: 12px;
  background-color: #fff200;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

/*
 keyword
---------------------------------------------- */


/* .keyword */

.keyword {
  background: url(https://r.r10s.jp/evt/event/furusato/special/wakeari/_pc/img/20210528/keyword_bg.jpg?v=202604081458) no-repeat center center;
  width: 716px;
  height: 370px;
  margin: auto;
  box-sizing: border-box;
  padding-top: 100px;
}
.keyword .ttl {
  font-size: 30px;
  text-shadow: 2px 2px 8px #7d0000;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.keywordList {
  letter-spacing: -.5em;
  margin: -16px 0 0 -16px;
  text-align: center;
}
.keywordList>li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin: 16px 0 0 16px;
}
.keywordList>li a {
  display: block;
  background-color: #ffffff;
  line-height: 47px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  padding: 0 16px;
  font-size: 16px;
  color: #333 !important;
}
.keywordList>li a:hover {
  opacity: 0.8;
}

/*
 wakeariItem
---------------------------------------------- */
.wakeariItem .rl-slider__wrapper {
  justify-content: center;
}

.wakeariItem_ttl {
  letter-spacing: -0.5em;
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: solid 1px #ccc;
}
.wakeariItem_ttl>* {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.wakeariItem_ttl>dt {
  font-size: 20px;
  font-weight: bold;
  color: #666;
  width: calc(100% - 120px);
}
.wakeariItem_ttl>dd {
  width: 120px;
  margin-left: 0;
}
.wakeariItem_ttl>dd>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 31px;
  line-height: 1;
  font-size: 100%;
  color: #fff !important;
  background-color: #7fbe26;
  border-radius: 18px;
}
.wakeariItem_ttl>dd>a:hover {
  text-decoration: none;
}
[data-columns="5"] .wakeariItem_list {
  margin-right: 0px !important;
  margin-left: 24px !important;
}
[data-columns="5"] .wakeariItem_list:first-child {
  margin-left: 0px !important;
}

.wakeariItem .rl-slider__buttonNext:after {
  background-image: url(https://r.r10s.jp/evt/event/furusato/special/wakeari/_pc/img/20210528/icon_next.png?v=202604081458);
}
.wakeariItem .rl-slider__buttonPrev:after {
  background-image: url(https://r.r10s.jp/evt/event/furusato/special/wakeari/_pc/img/20210528/icon_prev.png?v=202604081458);
}
.wakeariItem_list>a {
  display: block;
  padding: 8px 10px 6px;
  border-radius: 4px;
  border: solid 1px #ccc;
  box-sizing: border-box;
  color: #333 !important;
  margin-bottom: 1px;
}
.wakeariItem_list .wakeariItem_name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.wakeariItem_list .wakeariItem_name>span {
  display: block;
}
.wakeariItem_img {
  position: relative;
}
.wakeariItem_img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.66667%;
}
.wakeariItem_img 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;
}

/*
 genreItem
---------------------------------------------- */

.genreUl {
  padding: 0 70px !important;
}
.genreItem {
  width: 213px !important;
  margin-right: 87px !important;
  margin-bottom: 48px;
}
.genreItem:nth-child(3n) {
  margin-right: 0px !important;
}
.genreItem>a {
  width: 100%;
  display: block;
  color: #7fbe26 !important;
}
.genreItem > a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.genreItem_img {
  margin-bottom: 16px;
}
.genreItem_name {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  padding: 9px 0 7px;
  box-sizing: border-box;
  border-top: dashed 1px #ccc;
  border-bottom: dashed 1px #ccc;
}

/*
 priceList
---------------------------------------------- */


.priceList {
  margin: -36px 0 0 -32px;
  text-align: center;
}
.priceList>li {
  display: inline-block;
  vertical-align: top;
  width: 408px;
  margin: 32px 0 0 36px;
  background: url(https://r.r10s.jp/evt/event/furusato/special/wakeari/_pc/img/20210528/price_btn_bg.png?v=202604081458) no-repeat;
  background-size: 100% auto;
}
.priceList>li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  line-height: 90px;
  padding-bottom: 8px;
  font-weight: bold;
  color: #333333 !important;
  position: relative;
}
.priceList>li a:hover {
  opacity: 0.8;
  text-decoration: none;
}


/*
 moreBtn
---------------------------------------------- */

.moreBtn>a {
  display: inline-block;
  justify-content: center;
  align-items: center;
  width: 576px;
  height: 72px;
  line-height: 72px;
  border-radius: 36px;
  background-color: #7fbe26;
  color: #fff !important;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.moreBtn > a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.moreBtn>a:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}

/*
 rnkNote
---------------------------------------------- */

.rnkNote {
  margin: 16px 0 0;
  background-color: #f7f7f7;
  border: 1px solid #d1d1d1;
  padding: 10px;
  line-height: 1.3;
  text-align: left;
}

/*
 alcor 20210528 add
---------------------------------------------- */

.itemRanking .riFadeIn._col3:nth-child(n+2) {
  display: none !important;
}
.itemRanking .riItem._col3 {
  margin-left: -30px;
}
.itemRanking ._700 .riItem._col3>li {
  width: 300px;
  margin: 0 0 5px 30px;
}
.itemRanking ._700 ._col3 .riItemMain {
  width: 300px;
}
.riItemMain>img, .riItemMainimg {
    width: 300px;
}
.itemRanking .ri-item__nameLink, .ri-item__shopName {
  font-weight: normal !important;
}
.itemRanking .riItemWrap:hover {
    background-color: transparent;
}