@charset "UTF-8";
@keyframes heart {
  0% {
    transform: scale(1);
    color: #bdbdbd;
  }
  30% {
    transform: scale(0);
  }
  80% {
    transform: scale(0);
    color: #ffffff;
  }
  100% {
    transform: scale(1);
    color: #ffffff;
  }
}

@keyframes filling {
  0% {
    box-shadow: inset 0 0 0 25px #d6d6d6;
  }
  70% {
    transform: scale(1.2);
    box-shadow: inset 0 0 0 2px #f67;
  }
  100% {
    box-shadow: inset 0 0 0 25px #f67;
  }
}

/*-------------------------
全体
--------------------------*/
.ad-category {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  width: 1040px;
  height: auto;
  padding-top: 30px;
  margin: 0 auto 80px;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  line-height: 1.4em;
  /*-------------------------
  左側（ナビ）
  --------------------------*/
  /*-------------------------
  右側（広告）
  --------------------------*/
  /* 注意書き */
  /* タイトル */
  /* 切り替えタブ */
  /* 広告リスト */
  /* 全てのショップ_50音順 */
}

.ad-category div,
.ad-category p,
.ad-category span,
.ad-category label,
.ad-category ul,
.ad-category li,
.ad-category img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ad-category a:hover,
.ad-category a:active {
  text-decoration: none;
}

.ad-category__left {
  width: 200px;
}

.ad-category__navi {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #cccccc;
}

.ad-category__navi__title {
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  height: 34px;
  line-height: 34px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  color: #444444 !important;
}

.ad-category__navi__title::before {
  content: "";
  border-left: 7px solid #444444;
  padding-right: 7px;
  height: 40px;
}

.ad-category__navi__sub-tit {
  display: block;
  color: #444444;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.ad-category__navi__link-box {
  margin-bottom: 30px;
}

.ad-category__navi__link {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  padding: 8px 25px 8px 10px;
  color: #f26500;
  text-decoration: none;
  line-height: 1.3em;
}

.ad-category__navi__link:link {
  color: #444444;
}

.ad-category__navi__link:visited {
  color: #444444;
}

.ad-category__navi__link:active {
  color: #f26500;
  background: #ffff72;
  font-weight: bold;
}

.ad-category__navi__link--select {
  background: #ffff72;
  color: #f26500 !important;
  font-weight: bold;
}

.ad-category__navi__search-form {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  width: 100%;
  height: 42px;
  margin-bottom: 40px;
  position: relative;
}

.ad-category__navi__search-form__txtbox {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 5px;
  padding-left: 30px;
  overflow: hidden;
}

.ad-category__navi__search-form .fa-search {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 18px;
  color: #666666;
}

.ad-category__navi__select-box {
  margin-bottom: 30px;
  overflow: hidden;
}

.ad-category__main {
  width: 800px;
  height: auto;
}

.ad-category__caution {
  width: 800px;
  height: auto;
  padding: 10px;
  margin-bottom: 15px;
  border: #ff0000 1px solid;
  border-radius: 5px;
  box-sizing: border-box;
  color: #ff0000;
}

.ad-category__title {
  padding: 5px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 22px;
}

.ad-category__tab {
  display: -webkit-flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  padding: 0;
}

.ad-category__tab--btn {
  display: block;
  min-width: calc(100% / 3);
}

.ad-category__tab--btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  padding-bottom: 5px;
  border-top: solid #cccccc 1px;
  border-bottom: solid #cccccc 1px;
  box-sizing: border-box;
  color: #444444;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
}

.ad-category__tab--btn a:hover {
  padding-bottom: 0px;
  border-top: solid #ffff72 1px;
  border-bottom: solid #f26500 5px;
  box-sizing: border-box;
  background: #ffff72;
  color: #f26500;
}

.ad-category__tab--btn span.selected a {
  padding-bottom: 0px;
  background: #ffff72;
  box-sizing: border-box;
  border-top: solid #ffff72 1px;
  border-bottom: solid #f26500 5px;
  color: #f26500;
}

.ad-category__tab--btn i {
  margin-right: 5px;
}

.ad-category__attention {
  padding: 15px 0 0 0;
  background: #ececec;
  color: #ff0000;
  font-size: 13px;
  text-align: center;
}

.ad-category__ad-list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 15px 0 0 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  background: #ececec;
}

.ad-category__ad {
  display: block;
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(730px / 3);
  height: auto;
  margin: 0 15px 30px 0;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  color: #444444;
  font-size: 15px;
  text-align: center;
  transition: .2s;
  /* カテゴリー名 */
  /* お気に入りボタン */
}

.ad-category__ad__new-icon {
  display: inline-block;
  position: absolute;
  top: -11px;
  right: -10px;
  padding: 2px 4px;
  border-radius: 10px;
  background-color: #ff66b8;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
}

.ad-category__ad__date {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 5px 0;
  background-color: #ffcde8;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  color: #444444;
  font-weight: bold;
  font-size: 13px;
}

.ad-category__ad a {
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.ad-category__ad__name {
  position: relative;
  width: 100%;
  height: 2.4em;
  padding: 0 15px 0;
  margin: 15px 0 10px;
  overflow: hidden;
  box-sizing: border-box;
  color: #444444;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2em;
  text-align: center;
}

.ad-category__ad__name--text {
  display: block;
  display: flex;
  justify-content: center;
  text-align: left;
}

.ad-category__ad__name::before {
  position: absolute;
  background: #ffffff;
}

.ad-category__ad__name::after {
  position: absolute;
  background: #ffffff;
}

.ad-category__ad__name::before {
  content: "";
  top: calc(15px * 1.2);
  right: 0;
  width: 3em;
  height: 1.2em;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 10%, #ffffff 90%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 10%, #ffffff 90%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, #ffffff 90%);
}

.ad-category__ad__name::after {
  content: "";
  height: 100%;
  width: 100%;
}

.ad-category__ad__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #ececec;
}

.ad-category__ad__img img {
  display: block;
  width: 100%;
  height: auto;
}

.ad-category__ad__pt {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 10px;
  box-sizing: border-box;
  color: #ff6766;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 1.2em;
}

.ad-category__ad__pt s {
  color: #555;
  font-size: 15px;
  font-weight: normal;
  box-sizing: border-box;
}

.ad-category__ad__pt s::after {
  content: "\A";
  white-space: pre;
}

.ad-category__ad__action {
  padding: 0 15px;
  margin-bottom: 5px;
  color: #444444;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  line-height: 1.3em;
}

.ad-category__ad__price {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  margin-bottom: 10px;
  background-color: #ffffdb;
  color: #444444;
  font-weight: bold;
  font-size: 13px;
}

.ad-category__ad__price span {
  text-align: left;
}

.ad-category__ad__pointdetail {
  padding: 0 15px;
  color: #444444;
  font-size: 12px;
  text-align: left;
}

.ad-category__ad__pointdetail span {
  font-weight: bold;
}

.ad-category__ad__bottom-box {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 10px;
}

.ad-category__ad__category {
  display: flex;
  align-items: center;
  width: calc(100% - 32px);
  height: auto;
  padding: 0 10px 10px 15px;
  font-size: 13px;
  text-align: left;
}

.ad-category__ad__category a:link {
  color: #0088ff;
}

.ad-category__ad__category a:hover {
  box-sizing: border-box;
  background: #ffff72;
  color: #f26500;
}

.ad-category__ad__favbtn {
  width: 32px;
  height: 32px;
  padding: 0 15px 15px 0;
  margin-left: 10px;
}

.ad-category__ad__favbtn__recorded {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ad-category__ad__favbtn__recorded span {
  color: #f67;
  font-size: 12px;
  margin-right: 5px;
}

.ad-category__ad__favbtn__recorded a:link {
  color: inherit;
  text-decoration: none;
}

.ad-category__ad__favbtn__recorded a:visited {
  color: inherit;
}

.ad-category__ad__favbtn__recorded--circle {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  box-shadow: inset 0 0 0 25px #f67;
  text-align: center;
}

.ad-category__ad__favbtn__recorded--fa-heart {
  color: #fff;
  font-size: 17px;
}

.ad-category__ad__favbtn__recorded--fa-heart:before {
  content: "\f004";
}

.ad-category__ad__favbtn__unrecorded {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ad-category__ad__favbtn__unrecorded span {
  color: #888888;
  font-size: 12px;
  margin-right: 5px;
}

.ad-category__ad__favbtn__unrecorded a:link {
  color: inherit;
  text-decoration: none;
}

.ad-category__ad__favbtn__unrecorded a:visited {
  color: inherit;
}

.ad-category__ad__favbtn__unrecorded--circle {
  background: linear-gradient(#e8e8e8 0%, #d6d6d6 100%);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  text-align: center;
}

.ad-category__ad__favbtn__unrecorded--fa-heart {
  color: rgba(119, 119, 119, 0.5);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  font-size: 17px;
}

.ad-category__ad__favbtn__unrecorded--fa-heart:hover {
  text-decoration: none;
}

.ad-category__ad__favbtn__unrecorded--fa-heart:before {
  content: "\f004";
}

.ad-category__no-ad {
  width: 100%;
  height: auto;
  padding: 15px 0 30px 0;
  margin-bottom: 20px;
  background: #ececec;
  font-size: 15px;
  text-align: center;
}

.ad-category__kana-index {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ad-category__kana-index a {
  color: #444444;
}

.ad-category__kana-index a:hover,
.ad-category__kana-index a:active {
  background: #ffff72;
  color: #f26500;
  border: 1px solid #f26500;
  font-weight: bold;
}

.ad-category__kana-index--list {
  display: block;
  width: 75px;
  padding: 0.4em 0.5em;
  border: 1px solid #cccccc;
  border-radius: 3px;
  color: #444444;
  font-size: 15px;
  text-align: center;
  line-height: 1.8;
  text-decoration: none;
  font-weight: bold;
  box-sizing: border-box;
}

.ad-category__kana-list a {
  color: #444444;
}

.ad-category__kana-list a:hover,
.ad-category__kana-list a:active {
  background: #ffff72;
  color: #f26500;
  font-weight: bold;
}

.ad-category__kana-list--title {
  padding: 15px;
  font-size: 22px;
  font-weight: bold;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
}

.ad-category__kana-list--shop-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  min-height: 65px;
  flex-wrap: wrap;
  padding: 15px 0 5px 65px;
  box-sizing: border-box;
}

.ad-category__kana-list--shop-bggray {
  position: relative;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.ad-category__kana-list--shop-bgyellow {
  position: relative;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.ad-category__kana-list--shop-no {
  display: -webkit-flex;
  display: -ms-flex;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 35px;
  height: 35px;
  margin-bottom: 15px;
  border-radius: 5px;
  background: #f26500;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.ad-category__kana-list--shop-name {
  display: block;
  width: 350px;
  margin: 0 15px 15px 0px;
  font-size: 14px;
  box-sizing: border-box;
}

.ad-category__kana-list--page-top {
  padding-top: 5px;
  margin-bottom: 50px;
  text-align: right;
}

/*favoritebtn animation*/
.now_recorded {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.now_recorded span {
  color: #f67;
  font-size: 12px;
  margin-right: 5px;
}

.now_recorded a:link {
  color: inherit;
  text-decoration: none;
}

.now_recorded a:visited {
  color: inherit;
}

.now_recorded .circle {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  animation: filling .7s forwards;
}

.now_recorded .fa-heart {
  font-size: 17px;
  animation: heart .8s linear forwards;
}

.now_recorded .fa-heart:before {
  content: "\f004";
}

@keyframes heart {
  0% {
    transform: scale(1);
    color: #bdbdbd;
  }
  30% {
    transform: scale(0);
  }
  80% {
    transform: scale(0);
    color: #ffffff;
  }
  100% {
    transform: scale(1);
    color: #ffffff;
  }
}

@keyframes filling {
  0% {
    box-shadow: inset 0 0 0 25px #d6d6d6;
  }
  70% {
    transform: scale(1.2);
    box-shadow: inset 0 0 0 2px #f67;
  }
  100% {
    box-shadow: inset 0 0 0 25px #f67;
  }
}

/*=================
NEW_カテゴリ検索
=================*/
.SideSearchCategory {
  padding: 0 0 10px;
  margin-bottom: 30px;
}

.SideSearchCategory__title {
  margin: 0 10px 10px;
  padding-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px solid var(--color-light-gray);
}

.SideSearchCategory__list {
  margin-bottom: 30px;
}

.SideSearchCategory__list:last-child {
  margin-bottom: 0;
}

.SideSearchCategory__item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  font-size: 13px;
  box-sizing: border-box;
}

.SideSearchCategory__item a {
  color: var(--color-font);
}

.SideSearchCategory__item:hover {
  background: var(--color-bg);
  color: var(--color-font);
}

.SideSearchCategory__item:hover > .SideSearchCategory__listChildren {
  display: block;
}

.SideSearchCategory__listChildren {
  display: none;
  position: absolute;
  top: -10px;
  left: 160px;
  width: 100%;
  max-width: 250px;
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border: 1px solid var(--color-light-gray);
  border-radius: 5px;
  z-index: 1;
}

.SideSearchCategory__itemChildren {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 13px;
  box-sizing: border-box;
}

.SideSearchCategory__itemChildren a {
  display: block;
  width: 100%;
  height: auto;
  padding: 6px 10px;
  color: var(--color-font);
}

.SideSearchCategory__itemChildren:hover {
  background: var(--color-bg);
  color: var(--color-font);
}

/*-------------------------
共通CSS
--------------------------*/
/* ページネーション*/
.com-pagination {
  padding: 10px 0 80px;
}

.com-radio-btn {
  padding: 5px 0;
}

.com-btn {
  width: 100%;
  margin-bottom: 30px;
  border: none;
}

.icon-ico_point_bag_tab:before {
  content: "\e900";
}

/* ヘッダー切り替えタブ　*/
.kutikomi_rate_box_f {
  padding: 0 15px;
  margin: 0 auto 10px;
  text-align: center;
}
