@charset "utf-8";

/*=== モールヘッダー ===*/
.serviceHeader {
  margin-top: -28px;
  /* ※ data用vhtml ファイルの読み込み時、スペースが入るため調整 */
}

/*=== キャンペーン（期間限定） ===*/
/* .wrap {
  background: url(../images/cp_bg_001.png) no-repeat top 64px left,
              url(../images/cp_bg_002.png) no-repeat top 64px right;
}
.main-head,.main-container {
  background: url(../images/cp_bg_003.png) repeat-y top left,
              url(../images/cp_bg_004.png) repeat-y top right;
} */
.js-campaignTimer {
  display: none;
}
.campaign {
  text-align: center;
  margin-top: 20px;
  padding: 60px 0;
  background-image: linear-gradient(0deg, #e3d5b7, #f0ebd8);
}
.campaign .main-ttl {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  padding: 0 60px;
  color: #604428;
  font-size: 20px;
}
.campaign .main-ttl::before,
.campaign .main-ttl::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
.campaign .main-ttl::before {
  left: 0;
  background-image: url(../images/cp_ttl_bg_001.png);
}
.campaign .main-ttl::after {
  right: 0;
  background-image: url(../images/cp_ttl_bg_002.png);
}

/*
.campaign .main-ttl .type-label {
  display: inline-block;
  min-width: 290px;
  padding: 8px 30px;
  color: #ce1212;
  background-color: #fff;
  border-radius: 50px;
} */
@media print, screen and (max-width: 768px) {
  /* .wrap {
    background-position: top 87px left, top 87px right;
    background-size: 100% auto;
  } */
  .campaign {
    margin-top: 15px;
    padding: 40px 0;
  }
  /* .campaign .main-ttl .type-label {
    display: block;
    min-width: auto;
    padding: 8px 15px;
  } */
}


/*=== メインレイアウト ===*/
.main-head {
  padding: 20px 0 60px;
  background-color: #f2f2f2;
}
.main-container {
  margin-top: 60px;
}


/*=== カテゴリーから探す ===*/
.category {
  padding: 0 10px 15px;
}
.category-btn {
  appearance: none;
  display: block;
  position: relative;
  width: 100%;
  max-width: 85%;
  margin: 0 auto 5px;
  padding: 8px 15px 10px;
  border: 1px solid #666;
  color: #666;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
}
.category-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 8px;
  background-color: #666;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transform: translateY(-50%);
}
.category.is-AcorShow .category-btn::after {
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
.category-body {
  display: none;
  position: relative;
  top: 10px;
  max-height: 250px;
  margin-bottom: 20px;
  border: 1px solid #f2f2f2;
  line-height: 1.2;
  border-radius: 10px;
  overflow-y: scroll;
}
.category-inner {
  padding: 15px 15px 35px;
}
.category-ttl {
  font-weight: bold;
  font-size: 18px;
}
.category-note {
  margin-top: 10px;
  color: #777;
  font-size: 12px;
}
.category-detail {
  margin-top: 20px;
}
.category-detail:not(:first-of-type) {
  margin-top: 30px;
}
.category-head {
  font-weight: bold;
  font-size: 16px;
}
.category-list {
  margin-top: 15px;
}
.category-item {
  margin-top: 10px;
}
a.category-link {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 8px 30px 8px 15px;
  color: #232b35;
  text-decoration: none;
  border: 1px solid #666;
  border-radius: 50px;
}
a.category-link:visited {
  color: #232b35;
}
a.category-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.category-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 12px;
  background-color: #666;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
.category-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}


/*=== お気に入りショップリスト ===*/
.favorite-inner {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 10px;
}
.favorite-head {
  flex-shrink: 0;
  width: 230px;
  margin-right: 20px;
}
.favorite .main-ttl {
  font-size: 16px;
}
.favorite-icon {
  display: inline-block;
  position: relative;
  top: 4px;
  width: 25px;
  height: 22px;
  margin-right: 5px;
}
.favorite-note {
  margin-top: 5px;
  padding-left: 1em;
  color: #777;
  font-size: 12px;
  text-indent: -1em;
  line-height: 1.4;
}
.favorite-note + .favorite-note {
  margin-top: 0;
}
.favorite-scroll {
  width: 100%;
  margin-right: -20px;
  padding: 5px 0;
  overflow-x: scroll;
}
.favorite-scroll::-webkit-scrollbar {
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 10px;
}
.favorite-scroll::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 10px;
}
.favorite-list {
  display: flex;
}
.favorite-item {
  flex-shrink: 0;
  margin-right: 20px;
}
.favorite-item:last-child {
  padding-right: 20px;
}
a.favorite-link:hover {
  text-decoration: none;
  opacity: 0.7;
}


/*=== 定番ショップ ===*/
.standard {
  margin-top: 0;
}
.standard-inner {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 10px;
}
.standard-head {
  flex-shrink: 0;
  width: 230px;
  margin-right: 20px;
}
.standard .main-ttl {
  font-size: 16px;
}
.standard-scroll {
  width: 100%;
  margin-right: -20px;
  padding: 5px 0;
  overflow-x: scroll;
}
.standard-scroll::-webkit-scrollbar {
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 10px;
}
.standard-scroll::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 10px;
}
.standard-list {
  display: flex;
}
.standard-item {
  flex-shrink: 0;
  margin-right: 20px;
}
.standard-item:last-child {
  padding-right: 20px;
}
a.standard-link:hover {
  text-decoration: none;
  opacity: 0.7;
}


/*=== メインビジュアル ===*/
.mainvisual {
  position: relative;
  max-width: 1200px;
  margin: 20px auto 0;
  padding: 0 20px;
}
.mainvisual-inner {
  padding: 20px 0;
  background-color: #fff;
  border-radius: 10px;
}
.mainvisual-list {
  height: 250px;
  opacity: 0;
}
.mainvisual-list.slick-initialized {
  height: auto;
  opacity: 1
}
.mainvisual-item {
  margin: 0 10px;
}
.mainvisual-item a:hover {
  opacity: 0.7;
}
@media print, screen and (max-width: 880px) {
  .mainvisual-inner {
    padding: 20px;
  }
  .mainvisual-item {
    margin: 0;
  }
}


/*=== 最新おすすめ商品・ショップ紹介 ===*/
.moneyArticle {
  display: none;
  margin-top: 20px;
}
.moneyArticle-inner {
  padding: 15px 20px 25px;
  background-color: #fff;
  border-radius: 10px;
}
.moneyArticle-icon {
  display: inline-block;
  position: relative;
  top: 5px;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.moneyArticle-list {
  margin-top: 15px;
  padding: 0 20px;
}
.moneyArticle-item:not(:first-child) {
  margin-top: 20px;
}
a.moneyArticle-link {
  display: flex;
  align-items: center;
  position: relative;
  color: #232b35;
  text-decoration: none;
}
a.moneyArticle-link:visited {
  color: #232b35;
}
a.moneyArticle-link:hover {
  opacity: 0.7;
}
a.moneyArticle-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 12px;
  background-color: #666;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
.moneyArticle-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 120px;
  height: 60px;
  margin-right: 25px;
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  overflow: hidden;
}
.moneyArticle-cont {
  flex-grow: 1;
  padding-right: 20px;
  font-size: 14px;
  line-height: 1.4;
}
.moneyArticle-txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}


/*=== 人気ショップランキング ===*/
.ranking .shopList-item {
  counter-increment: parentheses;
}
.ranking a.shopList-link::before {
  content: counter(parentheses);
  position: absolute;
  display: block;
  top: 0;
  left: 8px;
  width: 30px;
  height: 30px;
  padding: 7px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  background-color: #000;
}
.ranking .shopList-item:nth-child(-n+3) a.shopList-link::before {
  padding: 5px;
  background-color: #ac2330;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 50% 85%, 0 100%);
}


/*=== 新着ショップ ===*/
.newShop-list {
  margin-top: 20px;
}
.newShop-item {
  border-bottom: 1px solid #f2f2f2;
}
a.newShop-link {
  display: flex;
  align-items: center;
  padding: 10px 0;
  color: #232b35;
  text-decoration: none;
}
a.newShop-link:visited {
  color: #232b35;
}
a.newShop-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.newShop-thumb {
  width: 120px;
  flex-shrink: 0;
  margin-right: 20px;
}
.newShop-name {
  display: -webkit-box;
  font-weight: bold;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  background-color: #fff;
}


/*=== ショップを探す ===*/
.shopSearch .search {
  padding: 0;
}


/*=== もっとおすすめショップ ===*/
.recommend-cont {
  margin-top: 20px;
  padding: 25px 20px 30px;
  background-color: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
}
.recommend-cont.pattern-pickup {
  background-color: #ffb9b9;
}
.recommend-txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}
@media print, screen and (min-width: 769px) {
  .recommend .shopList-link {
    width: 185px;
  }
  .recommend .shopList-thumb {
    height: 137px;
  }
}


/*=== 閲覧履歴 ===*/
.history-scroll {
  width: 100%;
  margin-top: 10px;
  padding-bottom: 5px;
  overflow-x: scroll;
}
.history-scroll::-webkit-scrollbar {
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 10px;
}
.history-scroll::-webkit-scrollbar-thumb {
  background-color: #666;
  border-radius: 10px;
}
.history-list {
  display: flex;
}
.history-item {
  flex-shrink: 0;
  margin-right: 24px;
}
.history-txt {
  margin-top: 15px;
  font-size: 14px;
}
.history-transition {
  margin-top: 10px;
  font-size: 14px;
  text-align: right;
}
.history-transition {
  padding-right: 10px;
}
a.history-link {
  display: inline-block;
  position: relative;
  color: #232b35;
  text-decoration: none;
}
a.history-link:visited {
  color: #232b35;
}
a.history-link::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  right: -10px;
  width: 8px;
  height: 12px;
  background-color: #666;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}


@media print, screen and (max-width: 768px) {
  /*=== モールヘッダー ===*/
  .serviceHeader {
    margin-top: -22.5px;
  }
  /*=== メインレイアウト ===*/
  .main-head {
    display: flex;
    flex-flow: column;
    padding-bottom: 40px;
  }
  .main-container {
    margin-top: 35px;
  }
  /*=== スマートフォン限定導線 ===*/
  .spmenu {
    order: -1;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .spmenu-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
  }
  .spmenu-item {
    width: calc((100% - (10px * 3)) / 4);
  }
  .spmenu-item:not(:nth-child(-n+4)) {
    margin-top: 15px;
  }
  a.spmenu-btn {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 0 12px;
    color: #232b35;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border-radius: 10px;
  }
  a.spmenu-btn:visited {
    color: #232b35;
  }
  a.spmenu-btn:hover {
    text-decoration: none;
    opacity: 0.7;
  }
  .spmenu-icon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
  }
  .spmenu-txt {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4;
  }
  .spmenu-transition {
    max-width: 550px;
    margin: 0 auto;
    padding: 0 20px;
  }
  a.spmenu-link {
    display: block;
  }
  a.spmenu-link:hover {
    opacity: 0.7;
  }
  /*=== お気に入りショップリスト ===*/
  .favorite-inner {
    display: block;
    margin: 15px 0 0;
    padding: 12px 15px 15px;
  }
  .favorite-head {
    width: 100%;
    margin-right: 0;
  }
  .favorite-icon {
    top: 2px;
    width: 19px;
    height: 16px;
    margin-right: 10px;
  }
  .favorite-scroll {
    width: auto;
    margin: 10px -15px 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .favorite-scroll::-webkit-scrollbar {
    display: none;
  }
  .favorite-item {
    margin-right: 15px;
  }
  .favorite-item:first-child {
    padding-left: 15px;
  }
  .favorite-item:last-child {
    padding-right: 15px;
  }
  /*=== 定番ショップ ===*/
  .standard {
    margin-top: 15px;
  }
  .standard-inner {
    display: block;
    padding: 12px 15px 15px;
  }
  .standard-head {
    width: 100%;
    margin-right: 0;
  }
  .standard-scroll {
    width: auto;
    margin: 10px -15px 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .standard-scroll::-webkit-scrollbar {
    display: none;
  }
  .standard-item {
    margin-right: 15px;
  }
  .standard-item:first-child {
    padding-left: 15px;
  }
  .standard-item:last-child {
    padding-right: 15px;
  }
  /*=== メインビジュアル ===*/
  .mainvisual {
    margin: 15px 0 0;
    padding: 0 10px;
  }
  .mainvisual-inner {
    padding: 20px 15px 15px;
  }
  .mainvisual-list {
    max-width: 550px;
    height: 160px;
    margin: 0 auto;
  }
  .mainvisual-list.slick-initialized {
    height: auto;
  }
  /*=== 最新おすすめ商品・ショップ紹介 ===*/
  .moneyArticle-inner {
    padding: 20px 15px 25px;
  }
  .moneyArticle-list {
    padding: 0;
  }
  .moneyArticle-thumb {
    margin-right: 15px;
  }
  .moneyArticle-cont {
    font-size: 12px;
  }
  .moneyArticle-txt {
    -webkit-line-clamp: 3;
  }
  /*=== 新着ショップ ===*/
  .newShop-list {
    margin-top: 10px;
  }
  .newShop-thumb {
    margin-right: 15px;
  }
  .newShop-name {
    font-size: 16px;
  }
  /*=== もっとおすすめショップ ===*/
  .recommend {
    margin-top: 20px;
  }
  .recommend-cont {
    padding: 20px 15px 25px;
  }
  .recommend-txt {
    font-size: 12px;
  }
  /*=== 閲覧履歴 ===*/
  .history-scroll {
    width: auto;
    margin: 10px -15px;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .history-scroll::-webkit-scrollbar {
    display: none;
  }
  .history-item {
    margin-right: 15px;
  }
  .history-item:first-child {
    padding-left: 15px;
  }
  .history-item:last-child {
    padding-right: 15px;
  }
  .history-txt {
    margin-top: 10px;
  }
}