@charset "utf-8";

/*============
main-visual
==============*/

.fc-wrapper .main-visual-box {
  position: relative;
}

.fc-wrapper .main-visual {
  margin-bottom: 19px;
}

.fc-wrapper .main-visual > div {
  position: relative;
}

.fc-wrapper .bx-wrapper .bx-viewport {
  left: 0;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.fc-wrapper .common-motif-green {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.fc-wrapper .common-motif-orange {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.fc-wrapper .small-list {
  margin: 23px -19px 20px 7px;
  display: flex;
  flex-flow: row;
  justify-content: center;
}

.fc-wrapper .small-list li {
  margin-right: 19px;
  position: relative;
}

.fc-wrapper .small-list li:hover {
  cursor: pointer;
  opacity: 0.7;
}

.fc-wrapper .small-list li.on:before {
  border: 2px solid #daa322;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;

  content: "";
}

.fc-wrapper .triangle-up {
  position: absolute;
  top: -13px;
  left: 63px;
  width: 0;
  height: 0;
  display: none;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 13px solid #daa322;
}

.fc-wrapper .small-list li.on .triangle-up {
  display: block;
}

.fc-wrapper .headline01 {
  margin-bottom: 21px;
  padding: 0 0 8px 11px;
  font-size: 2.5rem;
  letter-spacing: 2.5px;
  border-bottom: 1px solid #000;
}

/*============
shop-list
==============*/

.fc-wrapper .shop-list {
  margin: -41px -40px 64px -2px;
  display: flex;
  flex-flow: row wrap;
}

.fc-wrapper .shop-list li {
  margin: 41px 40px 0 0;
  width: 240px;
}

.fc-wrapper .shop-list li a {
  text-decoration: none;
}

.fc-wrapper .shop-list li img {
  margin-bottom: 16px;
  display: block;
}

.fc-wrapper .shop-list li .list_ttl {
  margin-bottom: 4px;
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  letter-spacing: 1.5px;
}

.fc-wrapper .shop-list li p {
  font-size: 1.4rem;
  line-height: 1.75;
  color: #666;
  letter-spacing: 1.5px;
}

/*============
headline02
==============*/

.fc-wrapper .headline02 {
  margin: 0 0 20px -3px;
  font-size: 2rem;
  letter-spacing: 3px;
}

.fc-wrapper .headline02 span {
  padding: 3px 24px;
  display: inline-block;
  border: 1px solid #000;
}

/*ランキング*/

.fc-wrapper .ranking-list {
  margin-bottom: 50px;
}
.fc-wrapper .ranking-list::after {
  content: "";
  display: block;
  clear: both;
}

.fc-wrapper .ranking-list a {
  text-decoration: none;
  color: #000000;
}

.fc-wrapper .ranking-list .ranking-item {
  width: 180px !important;
  margin-right: 20px;

  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  flex-direction: column;

  /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: left;
  -webkit-flex-direction: column;
}

.fc-wrapper .ranking-list .ranking-item .icon {
  text-align: center;
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  margin: 0 0 5px 0;
  /* Safari */
  display: -webkit-flex;
  -webkit-flex-wrap: nowrap;
  -webkit-justify-content: center;
  -webkit-align-items: flex-end;
}

.fc-wrapper .ranking-list .ranking-item .icon img {
  width: 40px;
}

.fc-wrapper .ranking-list .ranking-item .itemimg {
  margin-bottom: 30px;
}

.fc-wrapper .ranking-list .ranking-item .itemimg img {
  width: 177px;
}

.fc-wrapper .ranking-list .ranking-item .name {
  margin-bottom: 10px;
}

.fc-wrapper .ranking-list .ranking-item .price span {
  font-size: 1.3rem;
  color: #000000;
  vertical-align: baseline;
}

.fc-wrapper .ranking-list .ranking-item .price {
  color: #ff0000;
  font-size: 1.8rem;
}

.fc-wrapper .bx-wrapper .bx-prev {
  left: 5px;
  background: url(../sp/images/top/icon-arrow-left.png) no-repeat 0 0;
  background-size: 22px;
}

.fc-wrapper .bx-wrapper .bx-next {
  right: 5px;
  background: url(../sp/images/top/icon-arrow-right.png) no-repeat 0 0;
  background-size: 22px;
}

.fc-wrapper .bx-wrapper {
  margin-bottom: 50px !important;
}

/*============
commitment
==============*/

.fc-wrapper .commitment {
  margin: 70px 0;
  display: flex;
  padding: 0 20px;
  box-sizing: border-box;
  align-items: center;
}

.fc-wrapper .commitment > div:last-child {
  padding-left: 20px;
}

.fc-wrapper .commitment-ttl {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 15px;
}

.fc-wrapper .commitment-txt {
  font-size: 1.5rem;
  line-height: 2;
}

/*============
banner_list
==============*/

.fc-wrapper .banner_list {
  margin: 0 -39px 0 0;
  padding-top: 0;
  width: 800px;
  display: flex;
  flex-flow: row;
}

.fc-wrapper .banner_list li {
  margin-right: 39px;
}

.fc-wrapper .banner_list li a:hover img {
  opacity: 0.7;
}

@media all and (-ms-high-contrast: none) {
  .fc-wrapper .headline02 span {
    padding: 6px 24px 0;
  }
}

.fc-wrapper .infomation {
  box-sizing: border-box;
  background: #f8f8f8;
  font-size: 1.4rem;
  color: #333333;
  padding: 20px;
  margin: 30px 0 20px 0;
}

.fc-wrapper .infomation a {
  color: #0b7236;
}

#_rcmdjp_display_4 {
  border-bottom: 1px solid #ccc;
}
