@charset "utf-8";

/*=== モールナビゲーション ===*/
.gNav {
  margin-bottom: 20px;
}
.gNav-trigger {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .js-gNavTarget {
    display: block !important;
  }
}
.gNav-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.gNav-category {
  flex-grow: 1;
  position: relative;
  margin-right: 10px;
}
.gNav-list {
  display: flex;
  border: 1px solid #666;
  border-radius: 10px;
}
.gNav-item {
  flex: 1;
  position: relative;
  border-right: 1px solid #666;
}
.gNav-item:last-child {
  border-right: none;
}
.gNav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  padding: 14px 0 12px;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
}
.gNav-link:hover {
  text-decoration: none;
}
.gNav-link:hover .gNav-txt {
  opacity: 0.7;
}
.gNav-label {
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 50%;
  min-width: 60px;
  padding: 2px 4px 4px;
  color: #b52305;
  line-height: 1;
  white-space: nowrap;
  background-color: #f3d0d4;
  border-radius: 50px;
  transform: translateX(-50%);
}
.gNav-help {
  flex-shrink: 0;
  width: 180px;
}
.gNav-transition {
  text-align: center;
  line-height: 1.2;
}
.gNav-transition + .gNav-transition {
  margin-top: 5px;
}
a.gNav-textLink {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  font-size: 14px;
}
a.gNav-textLink::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%);
}
a.gNav-guide {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 42px;
  padding: 5px 20px;
  border: 1px solid #288563;
  color: #288563;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  background-color: #fff;
  border-radius: 50px;
}
a.gNav-guide:visited {
  color: #288563;
}
a.gNav-guide:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.gNav-guide::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 12px;
  background-color: #288563;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
.gNav-icon {
  flex-shrink: 0;
  margin-right: 8px;
}
.gNavMore {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding-top: 10px;
  z-index: 1;
}
.gNavMore-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 10px 5px 20px 20px;
  border: 1px solid #f2f2f2;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
}
.gNavMore-item {
  margin-right: 15px;
  border-bottom: 1px solid #666;
}
.gNavMore-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px 0;
  font-size: 14px;
  line-height: 1.2;
}
.gNavMore-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.gNavMore-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-size: 900px;
}
.gNavMore-txt {
  display: flex;
  align-items: center;
  min-height: 34px;
}


/*=== ショップ検索窓 ===*/
.search {
  max-width: 1200px;
  margin: 20px auto;
  padding: 0 20px;
}
.search-inner {
  padding: 10px;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.search-fieldset {
  display: flex;
  max-width: 594px;
  margin: 0 auto;
  border: 1px solid #666;
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
}
.search-input {
  width: calc(100% - 126px);
  height: 40px;
  padding: 8px 10px 10px 20px;
  border: none;
  font-size: 16px;
  background-color: #fff;
  outline: none;
  flex-grow: 1;
}
.search-input::placeholder {
  color: #666;
}
.search-submit {
  width: 126px;
  height: 32px;
  margin: 4px;
  padding-bottom: 2px;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  background-color: #000;
  border-radius: 50px;
  cursor: pointer;
}
.search-submit:hover {
  opacity: 0.7;
}


/*=== 検索キーワード ===*/
.searchWord {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.searchWord-item:not(:first-child) {
  margin-left: 30px;
}
a.searchWord-btn {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.2;
}
a.searchWord-btn:visited {
  color: #232b35;
}
a.searchWord-btn::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%);
}


/*=== モーダル ===*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2147483640;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.modal::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal.is-modalShow {
  opacity: 1;
  visibility: visible;
}
.modal-body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 40px);
  max-width: 600px;
  z-index: 100;
  transform: translate(-50%,-50%);
}
.modal-close {
  position: absolute;
  top: -22px;
  right: -22px;
  overflow: hidden;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  text-indent: 100%;
  text-decoration: none;
  white-space: nowrap;
  background-color: #000;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
}
.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 25px;
  background: #fff;
  border-radius: 1.5px;
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
.modal-close:hover {
  opacity: 0.7;
}
.modal-inner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 90vh;
  padding: 30px 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
.modal-inner > *:first-child {
  margin-top: 0;
}
.modal-ttl {
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
.modal-subttl {
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}
.modal-cont {
  margin-top: 15px;
  padding: 15px 25px 20px;
  border: 1px solid #f2f2f2;
  font-size: 14px;
  text-align: left;
}
.modal-cont > *:first-child {
  margin-top: 0;
}
.modal-cont ul {
  margin-top: 15px;
}
.modal-cont li {
  position: relative;
  padding-left: 1em;
}
.modal-cont li:not(:first-child) {
  margin-top: 10px;
}
.modal-cont li::before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.modal-cont textarea {
  margin-top: 15px;
  width: 100%;
  min-height: 300px;
  font-size: 14px;
  border: none;
  padding: 0;
  resize: none;
}
.modal-cont textarea:focus {
  outline: none;
}
.modal-txt {
  margin-top: 15px;
}


/*=== slick ページャー ===*/
.slick-arrow {
  position: absolute;
  top: calc((100% - 22px) / 2);
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  background-color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
  overflow: hidden;
  outline: none;
  transform: translateY(-50%);
  cursor: pointer;
}
.slick-arrow:hover {
  opacity: 0.7;
}
.slick-prev {
  left: calc(50% - (800px / 2) - 30px);
}
.slick-next {
  right: calc(50% - (800px / 2) - 30px);
}
@media print, screen and (max-width: 880px) {
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
}
button.slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.slick-icon {
  display: block;
  width: 40px;
  height: 40px;
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.slick-dots li {
  display: flex;
  margin-top: 10px;
  padding: 0 15px;
}
.slick-dots button {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  text-indent: -9999em;
  background-color: #666;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
}
.slick-dots button:hover {
  opacity: 0.7;
}
.slick-active button {
  background-color: #000;
}


/*=== メインレイアウト ===*/
.main {
  background-color: #fff;
}
.main-inner {
  padding-bottom: 135px;
}
.main-column {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.main-body {
  order: 2;
  flex-grow: 1;
  width: calc(100% - 320px);
}
.main-cont {
  margin-top: 60px;
}
.main-head > *:first-child,
.main-body > *:first-child {
  margin-top: 0;
}
.main-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.main-column .main-section {
  padding: 0;
}
.main-side {
  flex-shrink: 0;
  order: 1;
  width: 300px;
  margin-right: 20px;
}
.main-ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
}
.main-ttl .type-small {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}


/*=== 左カラム バナー ===*/
.sideBnr {
  border: 1px solid #f2f2f2;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.sideBnr-cont {
  padding: 20px 24px;
  text-align: center;
}
.sideBnr-item:not(:first-child) {
  margin-top: 20px;
}
a.sideBnr-link:hover {
  opacity: 0.7;
}


/*=== カテゴリー一覧 ===*/
.sideMenu {
  margin-top: 35px;
}
.sideMenu-ttl {
  font-weight: bold;
}
.sideMenu-cont {
  margin-top: 10px;
  border: 1px solid #f2f2f2;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.sideMenu-cont:not(:first-of-type) {
  margin-top: 20px;
}
.sideMenu-head {
  padding: 6px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background-color: #000;
}
.sideMenu-item:not(:first-child) {
  border-top: 1px solid #f2f2f2;
}
a.sideMenu-link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px;
  color: #232b35;
  text-decoration: none;
  line-height: 1.2;
}
a.sideMenu-link:visited {
  color: #232b35;
}
a.sideMenu-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.sideMenu-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}


/*=== ショップリスト ===*/
.shopList {
  margin: 20px -20px 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.2));
}
.shopList::-webkit-scrollbar {
  display: none;
}
.shopList-list {
  display: flex;
}
.shopList-item {
  flex-shrink: 0;
  margin-left: 20px;
}
.shopList-item:last-child {
  padding-right: 20px;
}
a.shopList-link {
  display: block;
  position: relative;
  width: 216px;
  height: 100%;
  padding: 10px 10px 20px;
  color: #232b35;
  text-decoration: none;
  background-color: #fff;
  border-radius: 10px;
}
a.shopList-link:visited {
  color: #232b35;
}
a.shopList-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.shopList-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 163px;
  background-color: #f2f2f2;
}
.shopList-cont {
  text-align: center;
  line-height: 1.4;
}
.shopList-name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  font-weight: bold;
}
.shopList-name span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.shopList-price {
  margin: 15px -10px 0;
  color: #ac2330;
  font-weight: bold;
  font-size: 14px;
}
.shopList-price .type-em {
  font-size: 20px;
  line-height: 1.1;
}
.shopList-price.special .type-em:nth-child(2) {
  font-size: 26px;
}
.shopList-txt {
  display: -webkit-box;
  margin-top: 15px;
  font-size: 14px;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.shopList-category {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 18px -10px 0;
}
.shopList-label {
  display: inline-block;
  min-width: 58px;
  margin: 2px 3px 0;
  padding: 2px 6px;
  border: 1px solid #000;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  border-radius: 4px;
}


/*=== ショップリンク ===*/
.shopLink {
  margin-top: 20px;
  padding: 20px 20px 30px;
  background-color: #f2f2f2;
  border-radius: 10px;
  overflow: hidden;
}
.shopLink:only-child {
  margin-top: 0;
}
.shopLink > *:first-child {
  margin-top: 0;
}
.shopLink-list {
  margin-top: 20px;
}
.shopLink-item {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.2));
}
.shopLink-item:not(:first-child) {
  margin-top: 20px;
}
.shopLink-name {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
.shopLink-name a {
  display: -webkit-box;
  color: #232b35;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.shopLink-name a:visited {
  color: #232b35;
}
.shopLink-column {
  display: flex;
  margin-top: 15px;
}
.shopLink-head {
  flex-shrink: 0;
  margin-right: 20px;
}
.shopLink-thumb {
  width: 120px;
}
.shopLink-thumb a:hover {
  opacity: 0.7;
}
.shopLink-cont {
  flex-grow: 1;
}
.shopLink-cashback {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.shopLink-cashback:not(:first-child) {
  margin-top: 10px;
}
.shopLink-label {
  min-width: 142px;
  height: 30px;
  margin-right: 10px;
  padding: 6px;
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  background-color: #f2f2f2;
  border-radius: 50px;
}
.pattern-premium .shopLink-label {
  background-color: #fff7d0;
}
.shopLink-price {
  color: #ac2330;
  font-weight: bold;
}
.shopLink-price span:not(.type-em) {
  display: inline-block;
}
.shopLink-price .type-em {
  font-size: 24px;
  line-height: 1.1;
}
.shopLink-txt {
  display: -webkit-box;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.5;
  overflow: hidden;
}
.shopLink-transition {
  margin-top: 10px;
  text-align: right;
}
a.shopLink-link {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  color: #666;
  text-decoration: none;
}
a.shopLink-link:visited {
  color: #666;
}
a.shopLink-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%);
}


/*=== お気に入り ===*/
.shopFavorite {
  appearance: none;
  display: block;
  margin-top: 10px;
  padding: 0;
  border: none;
  color: #666;
  font-size: 14px;
  background-color: #fff;
  cursor: pointer;
}
.shopFavorite:hover {
  opacity: 0.7;
}
.shopFavorite-icon {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 19px;
  height: 16px;
  margin-right: 5px;
  background-size: 900px;
}

/*=== ローディング ===*/
.loading {
  display: none;
  text-align: center;
  padding: 20px;
}


@media print, screen and (max-width: 768px) {
  /*=== 共通ヘッダー/フッター ===*/
  .Header__body {
    display: none;
  }
  /*=== モールナビゲーション ===*/
  .gNav {
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 10000;
  }
  .gNav-trigger {
    display: block;
    position: absolute;
    top: 42px;
    right: 5px;
    padding: 8px;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    outline: none;
    background-color: transparent;
    cursor: pointer;
  }
  .is-scrollingUp + .gNav .gNav-trigger {
    position: fixed;
    top: 2px;
  }
  .gNav-target {
    display: none;
    position: fixed;
    top: 40px;
    left: 0;
    overflow-y: auto;
    width: 100%;
    height: calc(100vh - 40px);
    z-index: 11;
    background-color: #fff;
  }
  .gNav-inner {
    display: block;
    width: 100%;
    padding: 0 15px 110px;
  }
  .gNav-menu .serviceHeaderInfo {
    margin: 0 -15px;
  }
  .gNav-category {
    margin: 15px 0 0;
  }
  .gNav-ttl {
    font-weight: bold;
    font-size: 16px;
  }
  .gNav-head {
    padding: 6px 10px 8px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    background-color: #f2f2f2;
  }
  .gNav-detail {
    margin-top: 10px;
  }
  .gNav-detail:not(:first-of-type) {
    margin-top: 20px;
  }
  .gNav-list {
    display: block;
    border: none;
    border-radius: 0;
  }
  .gNav-item {
    border-right: none;
    border-bottom: 1px solid #f2f2f2;
  }
  .gNav-link {
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    padding: 10px 30px 10px 15px;
    font-size: 14px;
    text-align: left;
  }
  .gNav-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%);
  }
  .gNav-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .gNav-help {
    width: 100%;
    margin-top: 30px;
  }
  .gNav-transition + .gNav-transition {
    margin-top: 20px;
  }
  a.gNav-guide {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    min-height: 36px;
    padding: 5px 35px 5px 15px;
    font-size: 14px;
  }
  a.gNav-guide::after {
    right: 15px;
  }
  .gNav-feature {
    margin-top: 25px;
  }
  .gNav-bnrList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
  }
  .gNav-bnr {
    width: calc((100% - 10px) / 2);
    margin-top: 10px;
  }
  /*=== ショップ検索窓 ===*/
  .search {
    margin-top: 0;;
    padding: 0 10px;
  }
  .search-inner {
    padding: 10px 15px;
  }
  /*=== 検索キーワード ===*/
  .searchWord {
    display: block;
    text-align: center;
  }
  .searchWord-item:not(:first-child) {
    margin: 5px 0 0;
  }
  a.searchWord-btn {
    font-size: 13px;
  }
  a.searchWord-btn::after {
    width: 6px;
    height: 10px;
  }
  /*=== モーダル広告エリア ===*/
  .modal-close {
    top: -20px;
    right: -10px;
    width: 42px;
    height: 42px;
  }
  .modal-close::before,
  .modal-close::after {
    width: 2px;
    height: 22px;
    border-radius: 1px;
  }
  .modal-inner {
    max-height: 70vh;
    padding: 25px 15px;
  }
  .modal-ttl {
    font-size: 16px;
  }
  .modal-cont {
    margin-top: 10px;
    padding: 10px 15px 15px;
  }
  .modal-cont textarea {
    min-height: 200px;
  }
  /*=== slick ページャー ===*/
  .slick-arrow {
    top: calc((100% - 22px + 5px) / 2);
  }
  .slick-prev {
    left: 15px;
  }
  .slick-next {
    right: 15px;
  }
  /*=== メインレイアウト ===*/
  .main-inner {
    padding-bottom: 110px;
  }
  .main-column {
    display: block;
    padding: 0 10px;
  }
  .main-body {
    width: 100%;
  }
  .main-cont {
    margin-top: 40px;
  }
  .main-section {
    padding: 0 10px;
  }
  .main-column .main-section {
    padding: 0;
  }
  .main-side {
    display: none;
  }
  .main-ttl .type-small {
    font-weight: normal;
  }
  /*=== ショップリスト ===*/
  .shopList {
    margin: 10px -15px 0;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
  }
  .shopList-item {
    margin-left: 15px;
  }
  .shopList-item:last-child {
    padding-right: 15px;
  }
  a.shopList-link {
    width: 200px;
    padding-bottom: 20px;
  }
  .shopList-thumb {
    height: 150px;
  }
  .shopList-name {
    margin-top: 10px;
    font-size: 16px;
  }
  .shopList-price {
    margin-top: 8px;
  }
  .shopList-txt {
    margin-top: 10px;
  }
  .shopList-category {
    margin-top: 10px;
  }
  .shopList-label {
    min-width: 50px;
    font-weight: normal;
  }
  /*=== ショップリンク ===*/
  .shopLink {
    margin: 20px -10px 0;
    padding: 20px 10px 30px;
    border-radius: 0;
  }
  .shopLink .main-ttl {
    font-size: 16px;
  }
  .shopLink-list {
    margin-top: 10px;
  }
  .shopLink-item {
    padding: 15px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.2));
  }
  .shopLink-item:not(:first-child) {
    margin-top: 15px;
  }
  .shopLink-name {
    font-size: 16px;
  }
  .shopLink-column {
    margin-top: 10px;
  }
  .shopLink-head {
    margin-right: 15px;
  }
  .shopLink-cashback {
    display: block;
  }
  .shopLink-cashback:not(:first-child) {
    margin-top: 10px;
  }
  .shopLink-label {
    width: 100%;
    min-width: auto;
    height: auto;
    margin-right: 0;
    padding: 3px 6px;
    font-size: 12px;
  }
  .shopLink-price {
    margin-top: 5px;
  }
  .shopLink-price .type-em {
    font-size: 20px;
  }
  .shopLink-txt {
    margin-top: 15px;
  }
  /*=== お気に入り ===*/
  .shopFavorite {
    margin-top: 10px;
  }
  .shopFavorite-icon {
    top: 2px;
    width: 19px;
    height: 16px;
    background-size: auto;
  }
}


/*------------------------------------------------------
* css sprite
------------------------------------------------------*/
.sprite {
  background-image: url("/premium/mall/common/images/sprite_pc_003.png");
  background-repeat: no-repeat;
}
/*********************ナビゲーション*********************/
/*ヘルプ*/
.sprite.help-icon {
  width: 16px;
  height: 21px;
  background-position: -2px -34px;
}
/*********************モーダル*********************/
/*閉じるボタン*/
.sprite.close-icon {
  display: block;
  width: 35px;
  height: 35px;
  white-space: nowrap;
  text-indent: 100%;
  background-position: 0 -56px;
}
/*********************カルーセルアイコン*********************/
.sprite.prev-icon {
  background-position: 0 -115px;
}
.sprite.next-icon {
  background-position: -42px -115px;
}
/*********************お買いものでためる*********************/
/*総合通販・百貨店*/
.sprite.shopping-icon {
  background-position: 0 0;
}
/*旅行*/
.sprite.travel-icon {
  background-position: 5.82% 0;
}
/*オークション*/
.sprite.auction-icon {
  background-position: 2.93% 0;
}
/*ファッション・アクセサリー*/
.sprite.fashion-icon {
  background-position: 8.74% 0;
}
/*家電・ソフト*/
.sprite.elec-icon {
  background-position: 11.65% 0;
}
/*エンターテインメント*/
.sprite.ent-icon {
  background-position: 14.56% 0;
}
/*美容・エステ・コスメ*/
.sprite.beauty-icon {
  background-position: 17.5% 0;
}
/*飲食・グルメ*/
.sprite.food-icon {
  background-position: 20.35% 0;
}
/*住まい・暮らし*/
.sprite.life-icon {
  background-position: 23.3% 0;
}
/*健康・ダイエット・医療*/
.sprite.health-icon {
  background-position: 26.25% 0;
}
/*学び・教育・学校*/
.sprite.study-icon {
  background-position: 29.1% 0;
}
/*スポーツ・アウトドア*/
.sprite.sport-icon {
  background-position: 32.03% 0;
}
/*ギフト・花*/
.sprite.gift-icon {
  background-position: 34.95% 0;
}
/*自動車・バイク*/
.sprite.car-icon {
  background-position: 37.85% 0;
}
/*ベビー・キッズ・マタニティ*/
.sprite.baby-icon {
  background-position: 40.76% 0;
}
/*動物・ペット*/
.sprite.pet-icon {
  background-position: 43.68% 0;
}
/*結婚・ブライダル*/
.sprite.wedding-icon {
  background-position: 46.58% 0;
}
/*クーポン*/
.sprite.coupon-icon {
  background-position: 49.47% 0;
}
/*ふるさと納税*/
.sprite.furusato-icon {
  background-position: 78.57% 0;
}
/*本・CD・DVD*/
.sprite.books-icon {
  background-position: 81.5% 0;
}
/*********************サービス利用でためる*********************/
/*サービス申し込み*/
.sprite.service-icon {
  background-position: 52.45% 0;
}
/*会員登録（無料）*/
.sprite.registr-icon {
  background-position: 55.3% 0;
}
/*資料請求・見積り（無料）*/
.sprite.estimate-icon {
  background-position: 58.25% 0;
}
/*口コミ投稿（無料）*/
.sprite.buzz-icon {
  background-position: 61.14% 0;
}
/*ポイント・懸賞*/
.sprite.point-icon {
  background-position: 64.13% 0;
}
/*アンケート・モニター*/
.sprite.enquete-icon {
  background-position: 66.96% 0;
}
/*金融・投資・保険*/
.sprite.money-icon {
  background-position: 69.86% 0;
}
/*法人向け・WEBサービス*/
.sprite.business-icon {
  background-position: 72.79% 0;
}
/*********************お気に入り*********************/
/*オン*/
.sprite.favorite-on-icon {
  background-position: 0 19.25%;
}
/*オフ*/
.sprite.favorite-off-icon {
  background-position: 2.2% 19.25%;
}
/*********************最新おすすめ商品・ショップ紹介*********************/
/*マネ活*/
.sprite.money-article-icon {
  background-position: 0 -157px;
}

@media print, screen and (max-width: 768px) {
  /*------------------------------------------------------
  * css sprite
  ------------------------------------------------------*/
  .sprite {
    background-image: url("/premium/mall/common/images/sprite_sp_004.png");
  }
  /*********************ナビゲーション*********************/
  /*ハンバーガー*/
  .sprite.hamburger-icon {
    display: block;
    width: 22px;
    height: 20px;
    overflow: hidden;
    background-position: -37px -48px;
  }
  .is-open .sprite.hamburger-icon {
    background-position: -60px -48px;
  }
  /*ヘルプ*/
  .sprite.help-icon {
    background-position: -2px -26px;
  }
  /*********************モーダル*********************/
  /*閉じるボタン*/
  .sprite.close-icon {
    background-position: 1px -48px;
  }
  /*********************カルーセルアイコン*********************/
  .sprite.prev-icon {
    background-position: 0 -103px;
  }
  .sprite.next-icon {
    background-position: -42px -103px;
  }
  /*********************お買いものでためる*********************/
  /*総合通販・百貨店*/
  .sprite.shopping-icon {
    background-position: 0 0;
  }
  /*オークション*/
  .sprite.auction-icon {
    background-position: -26px 0;
  }
  /*旅行*/
  .sprite.travel-icon {
    background-position: -52px 0;
  }
  /*ファッション・アクセサリー*/
  .sprite.fashion-icon {
    background-position: -78px 0;
  }
  /*家電・ソフト*/
  .sprite.elec-icon {
    background-position: -104px 0;
  }
  /*エンターテインメント*/
  .sprite.ent-icon {
    background-position: -130px 0;
  }
  /*美容・エステ・コスメ*/
  .sprite.beauty-icon {
    background-position: -156px 0;
  }
  /*飲食・グルメ*/
  .sprite.food-icon {
    background-position: -182px 0;
  }
  /*住まい・暮らし*/
  .sprite.life-icon {
    background-position: -208px 0;
  }
  /*健康・ダイエット・医療*/
  .sprite.health-icon {
    background-position: -234px 0;
  }
  /*学び・教育・学校*/
  .sprite.study-icon {
    background-position: -260px 0;
  }
  /*スポーツ・アウトドア*/
  .sprite.sport-icon {
    background-position: -286px 0;
  }
  /*ギフト・花*/
  .sprite.gift-icon {
    background-position: -312px 0;
  }
  /*自動車・バイク*/
  .sprite.car-icon {
    background-position: -338px 0;
  }
  /*ベビー・キッズ・マタニティ*/
  .sprite.baby-icon {
    background-position: -364px 0;
  }
  /*動物・ペット*/
  .sprite.pet-icon {
    background-position: -390px 0;
  }
  /*結婚・ブライダル*/
  .sprite.wedding-icon {
    background-position: -416px 0;
  }
  /*クーポン*/
  .sprite.coupon-icon {
    background-position: -442px 0;
  }
  /*ふるさと納税*/
  .sprite.furusato-icon {
    background-position: -702px 0;
  }
  /*本・CD・DVD*/
  .sprite.books-icon {
    background-position: -728px 0;
  }
  /*********************サービス利用でためる*********************/
  /*サービス申し込み*/
  .sprite.service-icon {
    background-position: -468px 0;
  }
  /*会員登録（無料）*/
  .sprite.registr-icon {
    background-position: -494px 0;
  }
  /*資料請求・見積り（無料）*/
  .sprite.estimate-icon {
    background-position: -520px 0;
  }
  /*口コミ投稿（無料）*/
  .sprite.buzz-icon {
    background-position: -546px 0;
  }
  /*ポイント・懸賞*/
  .sprite.point-icon {
    background-position: -572px 0;
  }
  /*アンケート・モニター*/
  .sprite.enquete-icon {
    background-position: -598px 0;
  }
  /*金融・投資・保険*/
  .sprite.money-icon {
    background-position: -624px 0;
  }
  /*法人向け・WEBサービス*/
  .sprite.business-icon {
    background-position: -650px 0;
  }
  /*********************お気に入り*********************/
  /*オン*/
  .sprite.favorite-on-icon {
    background-position: 0 -85px;
  }
  /*オフ*/
  .sprite.favorite-off-icon {
    background-position: -21px -85px;
  }
  /*********************SP限定キャッシュバック*********************/
  /*スマホ*/
  .sprite.mobile-icon {
    background-position: 0 -145px;
  }
  /*ビンゴ*/
  .sprite.bingo-icon {
    background-position: -32px -145px;
  }
  /*クイズ*/
  .sprite.quiz-icon {
    background-position: -64px -145px;
  }
  /*Amazon*/
  .sprite.amazon-icon {
    background-position: -96px -145px;
  }
  /*アンケート*/
  .sprite.questionnaire-icon {
    background-position: -128px -145px;
  }
  /*楽天市場*/
  .sprite.rakuten-icon {
    background-position: -160px -145px;
  }
  /*Yahoo!*/
  .sprite.yahoo-icon {
    background-position: -192px -145px;
  }
  /*ベルーナ*/
  .sprite.belluna-icon {
    background-position: -224px -145px;
  }
  /*********************最新おすすめ商品・ショップ紹介*********************/
  /*マネ活*/
  .sprite.money-article-icon {
    background-position: 0 -177px;
  }
}
