* {
  padding: 0;
  margin: 0;
  font-family: Poppins, Noto Sans Japanese, Roboto, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, open sans, helvetica neue, sans-serif, serif, proximanova;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
img {
  margin: 0;
  padding: 0;
  object-fit: cover;
}
body {
  overflow-x: hidden;
  background-color: #FFFFFF;
}
:root {
  font-size: 10px;
}
.row {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 10px;
}
.coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.adHeight {
  width: 100%;
  height: 252px;
  margin: 0 auto;
}
.adSquare {
  width: 100%;
  height: 300px;
}
.ad-box,
.ads-1 {
  text-align: center;
}
.adTitle {
  color: #B3B3B3;
  font-family: Poppins;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2rem;
  /* 100% */
  text-transform: capitalize;
  margin-bottom: 0.4rem;
  text-align: center;
}
.guide {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  margin: 1.4rem auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.guide a {
  color: #333;
}
.guide .guideIcon {
  color: #999999;
  margin: 0 1rem;
}
.guide span {
  color: #F82C4C;
}
.topTitle {
  position: relative;
  margin: 6rem 0 2rem 0;
  border-bottom: 1px solid #F2F2F2;
}
.topTitle .topText {
  color: #333;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  padding-bottom: 0.4rem;
}
.topTitle .border {
  position: absolute;
  bottom: -1px;
  width: 8rem;
  border-bottom: 2px solid #F82C4C;
}
.brandsName {
  width: 100%;
  color: #A32034;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.35;
  margin: 1.2rem 0.6rem;
  background-color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  -webkit-line-clamp: 3;
}
@media (min-width: 356px) {
  .adHeight {
    width: 100%;
    height: 312px;
  }
}
@media (min-width: 748px) {
  .adHeight {
    width: 100%;
    height: 280px;
  }
}
.indexWrap {
  max-width: 120rem;
  padding: 0 2.4rem;
  padding-bottom: 5rem;
  margin: auto;
  min-height: 90vh;
}
@media only screen and (max-width: 767px) {
  .indexWrap {
    padding: 0 1.6rem;
    padding-bottom: 3.2rem;
  }
  .guide {
    margin: 0.5rem auto;
  }
  .topTitle {
    margin: 3.2rem 0 1.6rem 0;
  }
  .brandsName {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .guide {
    line-height: 2.2rem;
    margin: 0.5rem auto;
  }
}
.couponsReco {
  max-width: 120rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.couponsReco .couponList {
  width: auto;
  padding: 0 2.4rem;
  display: grid;
  grid-template-columns: repeat(8, calc((100% - 14rem) / 8));
  grid-gap: 2rem 2rem;
}
.couponsReco .couponList .coupItem {
  background-color: #FFFFFF;
  cursor: pointer;
}
.couponsReco .couponList .coupItem .coverlink {
  position: relative;
}
.couponsReco .couponList .coupItem .brandsImgWrap {
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #EEEEEE;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.couponsReco .couponList .coupItem .brandsImgWrap .brandsImg {
  width: 100%;
  height: auto;
}
.couponsReco .couponList .coupItem .brandsImgWrap .brandsName {
  width: 100%;
  color: #A32034;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.35;
  margin: 1.2rem 0.6rem;
  background-color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  -webkit-line-clamp: 3;
}
.couponsReco .couponList .coupItem .couponTitle {
  height: 2.08rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  margin: 1rem 0 0.4rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.couponsReco .couponList .coupItem .couponSales {
  height: 2.08rem;
  color: #F82C4C;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
  margin-bottom: 0.2rem;
}
.couponsReco .couponList .coupItem .couponCount {
  height: 1.56rem;
  color: #999;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.couponsReco .couponList .coupItem:hover .brandsImgWrap .brandsImg {
  animation: pulse 1s;
  -webkit-animation: pulse 1s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}
.couponsReco .couponList .coupItem:hover .couponTitle {
  color: #F82C4C;
}
.brandsList {
  display: grid;
  grid-template-columns: repeat(5, calc((100% - 8rem) / 5));
  grid-gap: 2rem 2rem;
  align-items: center;
  justify-content: center;
}
.brandsList .brandItem {
  padding: 1.2rem;
  text-align: center;
  border-radius: 0.8rem;
  border: 1px solid #E4E4E4;
}
.brandsList .brandItem .brandLink {
  position: relative;
}
.brandsList .brandItem .brandTop {
  width: 9.6rem;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
  border: 1px solid #E4E4E4;
  background-color: #FFFFFF;
  overflow: hidden;
}
.brandsList .brandItem .brandTop .brandImg {
  width: 100%;
  background-color: #FFF;
}
.brandsList .brandItem .brandLine {
  position: relative;
  margin: 0.8rem 0.2rem 0.6rem 0.2rem;
  border-bottom: 1px dashed #CCC;
}
.brandsList .brandItem .brandLine .rightHalf,
.brandsList .brandItem .brandLine .leftHalf {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  top: -0.6rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background-color: #ffffff;
}
.brandsList .brandItem .brandLine .rightHalf::before,
.brandsList .brandItem .brandLine .leftHalf::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  border: 1px solid #E4E4E4;
}
.brandsList .brandItem .brandLine .rightHalf {
  right: -1.3rem;
}
.brandsList .brandItem .brandLine .rightHalf::before {
  border-right: 1px solid #fff;
  border-radius: 1rem 0 0 1rem;
}
.brandsList .brandItem .brandLine .leftHalf {
  left: -2.1rem;
}
.brandsList .brandItem .brandLine .leftHalf::after {
  border-left: 1px solid #fff;
  border-radius: 0 1rem 1rem 0;
}
.brandsList .brandItem .couponDetail .brandName {
  height: 2.4rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.brandsList .brandItem .couponDetail .brandNum {
  height: 2.2rem;
  color: #999;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.brandsList .brandItem:hover {
  background-color: #F8F7F7;
}
.brandsList .brandItem:hover .couponDetail .brandName {
  color: #F82C4C;
}
.brandsList .item_card {
  display: grid;
  grid-column: span 5;
}
.similar .similarList .similarItem {
  margin-bottom: 1.6rem;
}
.similar .similarList .similarItem a {
  display: flex;
  align-items: center;
  position: relative;
}
.similar .similarList .similarItem .brandLogo {
  width: 8rem;
  height: 8rem;
  border-radius: 0.8rem;
  border: 1px solid #D8D8D8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  overflow: hidden;
}
.similar .similarList .similarItem .brandLogo .brandImg {
  max-width: 100%;
  max-height: 100%;
}
.similar .similarList .similarItem .brandRight {
  padding: 0 1.6rem;
}
.similar .similarList .similarItem .brandRight .brandName {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 130%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.similar .similarList .similarItem .brandRight .couponCount {
  color: #999;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 0.6rem;
}
.similar .similarList .similarItem:hover .brandRight .brandName {
  color: #F82C4C;
}
.similar .more {
  display: block;
  color: #F82C4C;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  margin-bottom: 2rem;
}
.kenshyouReco {
  margin-bottom: 2rem;
  border: 1px solid #E4E4E4;
  border-top: 3px solid #F82C4C;
}
.kenshyouReco .titleTop {
  display: flex;
  align-items: center;
  padding: 1rem 1.6rem;
  border-bottom: 1px solid #E4E4E4;
}
.kenshyouReco .titleTop .titleIcon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.8rem;
}
.kenshyouReco .titleTop .title {
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.6rem;
}
.kenshyouReco .recoList .recoItem {
  padding: 0.8rem 1.6rem;
}
.kenshyouReco .recoList .recoItem .itemLink {
  display: flex;
  align-items: center;
  position: relative;
}
.kenshyouReco .recoList .recoItem svg {
  flex-shrink: 0;
}
.kenshyouReco .recoList .recoItem .itemCate {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.kenshyouReco .recoList .recoItem:hover .itemCate {
  color: #F82C4C;
}
@media only screen and (max-width: 349px) {
  .couponsReco {
    margin-bottom: 1.6rem;
  }
  .couponsReco .couponList {
    padding: 0 1.6rem;
    overflow-x: scroll;
    grid-template-columns: repeat(8, calc((350% - 14rem) / 8));
    grid-gap: 1.6rem 2rem;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .couponsReco .couponList::-webkit-scrollbar {
    /* 隐藏滚动条 */
    display: none;
    /* Chrome Safari */
  }
  .couponsReco .couponList .adItem {
    grid-column: span 3;
  }
  .couponsReco .couponList .coupItem {
    padding: 0;
  }
  .couponsReco .couponList .coupItem .brandsImgWrap {
    width: 100%;
    margin: 0;
  }
  .couponsReco .couponList .coupItem .couponTitle {
    height: 1.56rem;
    font-size: 1.2rem;
    margin: 0.8rem 0 0.8rem 0;
  }
  .couponsReco .couponList .coupItem .couponSales {
    height: 1.82rem;
    font-size: 1.4rem;
  }
  .brandsList {
    grid-template-columns: repeat(2, calc((100% - 1.2rem) / 2));
    grid-gap: 1.6rem 1.2rem;
  }
  .brandsList .brandItem {
    padding: 1.2rem 0.8rem;
  }
  .brandsList .brandItem .brandLine .rightHalf {
    right: -0.9rem;
  }
  .brandsList .brandItem .brandLine .leftHalf {
    left: -1.7rem;
  }
  .brandsList .item_card {
    display: grid;
    grid-column: span 2;
  }
  .kenshyouReco {
    margin-bottom: 1.6rem;
  }
  .kenshyouReco .titleTop {
    padding: 0.8rem 1.6rem;
  }
}
@media only screen and (min-width: 350px) and (max-width: 767px) {
  .couponsReco {
    margin-bottom: 1.6rem;
  }
  .couponsReco .couponList {
    padding: 0 1.6rem;
    overflow-x: scroll;
    grid-template-columns: repeat(8, calc((240% - 14rem) / 8));
    grid-gap: 1.6rem 2rem;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .couponsReco .couponList::-webkit-scrollbar {
    /* 隐藏滚动条 */
    display: none;
    /* Chrome Safari */
  }
  .couponsReco .couponList .adItem {
    grid-column: span 3;
  }
  .couponsReco .couponList .coupItem {
    padding: 0;
  }
  .couponsReco .couponList .coupItem .brandsImgWrap {
    width: 100%;
    margin: 0;
  }
  .couponsReco .couponList .coupItem .couponTitle {
    height: 1.56rem;
    font-size: 1.2rem;
    margin: 0.8rem 0 0.8rem 0;
  }
  .couponsReco .couponList .coupItem .couponSales {
    height: 1.82rem;
    font-size: 1.4rem;
  }
  .brandsList {
    grid-template-columns: repeat(2, calc((100% - 1.2rem) / 2));
    grid-gap: 1.6rem 1.2rem;
  }
  .brandsList .brandItem {
    padding: 1.2rem 0.8rem;
  }
  .brandsList .brandItem .brandLine .rightHalf {
    right: -0.9rem;
  }
  .brandsList .brandItem .brandLine .leftHalf {
    left: -1.7rem;
  }
  .brandsList .item_card {
    display: grid;
    grid-column: span 2;
  }
  .kenshyouReco {
    margin-bottom: 1.6rem;
  }
  .kenshyouReco .titleTop {
    padding: 0.8rem 1.6rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .couponsReco {
    margin-bottom: 1.6rem;
  }
  .couponsReco .couponList {
    padding: 0 2.4rem;
    overflow-x: scroll;
    grid-template-columns: repeat(8, calc((150% - 14rem) / 8));
    grid-gap: 1.6rem 2rem;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .couponsReco .couponList::-webkit-scrollbar {
    /* 隐藏滚动条 */
    display: none;
    /* Chrome Safari */
  }
  .couponsReco .couponList .adItem {
    grid-column: span 3;
  }
  .couponsReco .couponList .coupItem {
    padding: 0;
  }
  .couponsReco .couponList .coupItem .brandsImgWrap {
    width: 100%;
    margin: 0;
  }
  .couponsReco .couponList .coupItem .couponTitle {
    height: 1.56rem;
    font-size: 1.2rem;
    margin: 0.8rem 0 0.8rem 0;
  }
  .couponsReco .couponList .coupItem .couponSales {
    height: 1.82rem;
    font-size: 1.4rem;
  }
}
.header {
  background-color: #F82C4C;
  width: 100%;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.12);
  position: relative;
  top: 0;
  z-index: 1;
}
.header .headContent {
  padding: 0 1.6rem 0 2.4rem;
  height: 6.6rem;
  max-width: 120rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .headContent .sitelogo {
  height: 4.4rem;
  width: auto;
}
.header .headContent .sitelogo a {
  position: relative;
}
.header .headContent .sitelogo .logoImg {
  height: 4.4rem;
  width: auto;
  padding-right: 2.4rem;
}
.header .headContent .showSearch {
  width: 2.4rem;
  height: 2.4rem;
  padding: 0.8rem;
}
.header .headContent .showSearch:hover {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
}
.header .headContent .headerRight {
  height: 100%;
  display: flex;
  align-items: center;
  grid-gap: 1.6rem 1.6rem;
}
.header .headContent .headerRight .navList {
  height: 100%;
  display: flex;
  align-items: center;
  grid-gap: 1.6rem 1.6rem;
}
.header .headContent .headerRight .navList .navItem {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.header .headContent .headerRight .navList .navItem .headerLink {
  display: flex;
  align-items: center;
}
.header .headContent .headerRight .navList .navItem .navText {
  display: flex;
  align-items: center;
  padding: 0 1.6rem;
}
.header .headContent .headerRight .navList .navItem .headerIcon {
  padding-right: 0.8rem;
}
.header .headContent .headerRight .navList .navItem .headerTitle {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 4rem;
}
.header .headContent .headerRight .navList .navItem .brands,
.header .headContent .headerRight .navList .navItem .categories {
  display: none;
  position: absolute;
  left: 0;
  background-color: #FFFFFF;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%) translateY(100%);
  width: 16.2rem;
  max-height: 30rem;
  overflow-y: scroll;
  border-radius: 0.8rem;
  background: #FFF;
  padding: 1.2rem;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.1), 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
  /* 背景 */
  /* 滑块 */
}
.header .headContent .headerRight .navList .navItem .brands .brand,
.header .headContent .headerRight .navList .navItem .categories .brand,
.header .headContent .headerRight .navList .navItem .brands .cate,
.header .headContent .headerRight .navList .navItem .categories .cate {
  display: block;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3.6rem;
  padding: 0rem 0.8rem;
}
.header .headContent .headerRight .navList .navItem .brands .brand:hover,
.header .headContent .headerRight .navList .navItem .categories .brand:hover,
.header .headContent .headerRight .navList .navItem .brands .cate:hover,
.header .headContent .headerRight .navList .navItem .categories .cate:hover {
  color: #E02845;
  border-radius: 0.2rem;
  background: #F1F1F1;
}
.header .headContent .headerRight .navList .navItem .brands::-webkit-scrollbar,
.header .headContent .headerRight .navList .navItem .categories::-webkit-scrollbar {
  width: 5px;
}
.header .headContent .headerRight .navList .navItem .brands::-webkit-scrollbar-track,
.header .headContent .headerRight .navList .navItem .categories::-webkit-scrollbar-track {
  background: #EAEAEA;
}
.header .headContent .headerRight .navList .navItem .brands::-webkit-scrollbar-thumb,
.header .headContent .headerRight .navList .navItem .categories::-webkit-scrollbar-thumb {
  border-radius: 5px;
  /* 圆角 */
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  /* 阴影 */
  background-color: #999;
}
.header .headContent .headerRight .navList .navItem:hover .navText {
  border-radius: 2.2rem;
  background: rgba(0, 0, 0, 0.1);
}
.header .headContent .headerRight .navList .navItem:hover:nth-child(1) .brands {
  display: block;
}
.header .headContent .headerRight .navList .navItem:hover:nth-child(2) .categories {
  display: block;
}
.header .headContent .headerRight .navList .navNow .headerTitle {
  font-weight: 900;
}
.header .headContent .headerRight .navList .navNow .navText {
  border-radius: 2.2rem;
  background: rgba(0, 0, 0, 0.15);
}
.header .headContent .mobileMenu {
  display: none;
}
.header .headContent .mobileMenu svg {
  width: 2.4rem;
  height: 2.4rem;
}
.header .headContent .socialMedia a img {
  width: 2rem;
  margin-right: 0.2rem;
}
.header .homeMask,
.header .searchMask {
  display: none;
  z-index: 9;
  background-color: #0000004d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.header .dropDown {
  display: none;
  z-index: 10;
  background-color: #111111aa;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
}
.header .dropDown .headerMenu {
  z-index: 9;
  background-color: #FFFFFF;
  position: absolute;
  height: 100%;
  width: 30rem;
  overflow-y: scroll;
  left: 0;
}
.header .dropDown .headerMenu .sidebarTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem;
}
.header .dropDown .headerMenu .sidebarTop .sitelogo {
  height: 3.2rem;
  filter: drop-shadow(0 0 1px #aaaaaa);
}
.header .dropDown .headerMenu .sidebarTop .sitelogo .logoImg {
  height: 3.2rem;
  width: auto;
}
.header .dropDown .headerMenu .sidebarTop .closeMenu {
  width: 1.5rem;
  height: 1.5rem;
}
.header .dropDown .headerMenu p {
  font-size: 1.4rem;
  color: #333;
  font-weight: 400;
  margin: 0 1rem;
}
.header .dropDown .headerMenu ul {
  padding: 1.6rem 0 14rem 0;
}
.header .dropDown .headerMenu ul .navItem .navTitle {
  display: flex;
  align-items: center;
  padding: 1rem 1.6rem;
  cursor: pointer;
}
.header .dropDown .headerMenu ul .navItem .navTitle .headerLink {
  display: flex;
  align-items: center;
  position: relative;
}
.header .dropDown .headerMenu ul .navItem .navTitle .headerIcon {
  width: 2.4rem;
  height: 2.4rem;
}
.header .dropDown .headerMenu ul .navItem .navTitle .headerTitle {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  padding-left: 0.8rem;
  color: #333;
}
.header .dropDown .headerMenu ul .navItem .navTitle .topArrow,
.header .dropDown .headerMenu ul .navItem .navTitle .bottomArrow {
  margin-left: auto;
}
.header .dropDown .headerMenu ul .navItem .navTitle .topArrow {
  display: none;
}
.header .dropDown .headerMenu ul .navItem .brandsMobile,
.header .dropDown .headerMenu ul .navItem .categoriesMobile {
  display: none;
  padding: 1rem 2.4rem;
  background: #F6F6F6;
}
.header .dropDown .headerMenu ul .navItem .brandsMobile .brandMobile,
.header .dropDown .headerMenu ul .navItem .categoriesMobile .brandMobile,
.header .dropDown .headerMenu ul .navItem .brandsMobile .cateMobile,
.header .dropDown .headerMenu ul .navItem .categoriesMobile .cateMobile {
  display: block;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3.6rem;
}
.header .dropDown .headerMenu ul .navItem .brandsMobile .brandMobile:hover,
.header .dropDown .headerMenu ul .navItem .categoriesMobile .brandMobile:hover,
.header .dropDown .headerMenu ul .navItem .brandsMobile .cateMobile:hover,
.header .dropDown .headerMenu ul .navItem .categoriesMobile .cateMobile:hover {
  color: #F82C4C;
}
.header .dropDown .headerMenu ul .navItem:hover .navTitle .headerTitle {
  color: #F82C4C;
}
.header .dropDown .headerMenu ul .menuNow .navTitle .headerTitle {
  color: #F82C4C;
  font-weight: 900;
}
.header .mobileMask {
  display: none;
  z-index: 9;
  background-color: #ffffff00;
  position: absolute;
  top: 6rem;
  left: 0;
  height: 100%;
  width: 100%;
}
.header .searchWrap {
  display: none;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: 10;
  overflow-y: scroll;
}
.header .searchWrap .searchContent {
  max-width: 80rem;
  height: 100%;
  padding: 2rem 1.6rem 4rem 1.6rem;
  margin: 0 auto;
}
.header .searchWrap .searchContent .closeDialog {
  display: flex;
  justify-content: end;
  cursor: pointer;
}
.header .searchWrap .searchContent .closeDialog .searchClosePc {
  width: 5.6rem;
  height: 5.6rem;
}
.header .searchWrap .searchContent .closeDialog .searchCloseMobile {
  display: none;
  width: 2.4rem;
  height: 2.4rem;
}
.header .searchWrap .searchContent .searchForm {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 4rem 0;
  position: relative;
}
.header .searchWrap .searchContent .searchForm .searchInput {
  width: calc(100% - 7.2rem);
  height: 3.8rem;
  padding: 0 5.6rem 0 1.6rem;
  flex: 1;
  outline: none;
  color: #999;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.8rem;
  border-radius: 1.9rem;
  border: 1px solid #EAEAEA;
}
.header .searchWrap .searchContent .searchForm .searchInput:hover {
  border: 1px solid #FDEDF3;
  box-shadow: 0px 0px 2px 2px #FDEDF3;
}
.header .searchWrap .searchContent .searchForm .searchInput:focus {
  border: 1px solid #F82C4C;
}
.header .searchWrap .searchContent .searchForm .searchBtn {
  position: absolute;
  top: 1px;
  right: 0;
  width: 5.6rem;
  height: 3.8rem;
  z-index: 1;
}
.header .searchWrap .searchContent .searchForm .searchBtn svg {
  width: 2.4rem;
  height: 2.4rem;
  margin: 0.7rem 1.6rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 2;
}
.header .searchWrap .searchContent .headBrandsWrap .headBrandsTitle {
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3rem;
}
.header .searchWrap .searchContent .headBrandsWrap .headBrandsList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 1.6rem 0 0 0;
}
.header .searchWrap .searchContent .headBrandsWrap .headBrandsList .brandsItem {
  margin: 0 1rem 1rem 0;
}
.header .searchWrap .searchContent .headBrandsWrap .headBrandsList .brandsItem .brandsLink {
  display: block;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  padding: 0.4rem 1.6rem;
  border-radius: 1.5rem;
  background: #F5F5F5;
}
.header .searchWrap .searchContent .headBrandsWrap .headBrandsList .brandsItem .brandsLink:hover {
  color: #FFFFFF;
  background: #F82C4C;
}
@media only screen and (max-width: 349px) {
  .header .headContent {
    padding: 0 0.8rem 0 1.6rem;
    height: 5.6rem;
  }
  .header .headContent .sitelogo {
    height: 3.4rem;
  }
  .header .headContent .sitelogo .logoImg {
    height: 3.4rem;
    padding: 0;
  }
  .header .headContent .headerRight .navList {
    display: none;
  }
  .header .headContent .headerRight .searchForm {
    width: calc(100% - 4.8rem - 2.4rem);
    position: absolute;
    right: 5.6rem;
  }
  .header .headContent .mobileMenu {
    display: inline-block;
  }
  .header .dropDown {
    display: block;
  }
  .header .dropDown .headerMenu {
    width: 23rem;
  }
  .header .searchWrap .searchContent {
    width: auto;
    padding: 1.6rem 1.6rem 3.2rem 1.6rem;
  }
  .header .searchWrap .searchContent .closeDialog .searchClosePc {
    display: none;
  }
  .header .searchWrap .searchContent .closeDialog .searchCloseMobile {
    display: block;
  }
  .header .searchWrap .searchContent .searchForm {
    margin: 3.2rem 0;
  }
}
@media only screen and (min-width: 350px) and (max-width: 767px) {
  .header .headContent {
    padding: 0 0.8rem 0 1.6rem;
    height: 5.6rem;
  }
  .header .headContent .sitelogo {
    height: 3.4rem;
  }
  .header .headContent .sitelogo .logoImg {
    height: 3.4rem;
    padding: 0;
  }
  .header .headContent .headerRight .navList {
    display: none;
  }
  .header .headContent .headerRight .searchForm {
    width: calc(100% - 4.8rem - 2.4rem);
    position: absolute;
    right: 5.6rem;
  }
  .header .headContent .mobileMenu {
    display: inline-block;
  }
  .header .dropDown {
    display: block;
  }
  .header .searchWrap .searchContent {
    width: auto;
    padding: 1.6rem 1.6rem 3.2rem 1.6rem;
  }
  .header .searchWrap .searchContent .closeDialog .searchClosePc {
    display: none;
  }
  .header .searchWrap .searchContent .closeDialog .searchCloseMobile {
    display: block;
  }
  .header .searchWrap .searchContent .searchForm {
    margin: 3.2rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header .headContent {
    height: 5.6rem;
  }
  .header .headContent .sitelogo {
    height: 3.4rem;
    margin-left: 2rem;
  }
  .header .headContent .sitelogo .logoImg {
    height: 3.4rem;
    padding: 0;
  }
  .header .headContent .headerRight .navList {
    display: none;
  }
  .header .headContent .headerRight .searchForm {
    width: calc(100% - 4.8rem - 2.4rem);
    position: absolute;
    right: 5.6rem;
  }
  .header .headContent .mobileMenu {
    display: inline-block;
  }
  .header .dropDown {
    display: block;
  }
}
.QAList {
  background-color: #FFFFFF;
}
.QAList .QAItem {
  margin-bottom: 1.6rem;
  border-radius: 0.8rem;
  border: 1px dashed #E4E4E4;
  overflow: hidden;
}
.QAList .QAItem .questionList {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.QAList .QAItem .questionList .lightIcon {
  margin-left: 1.6rem;
}
.QAList .QAItem .questionList .question {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2rem;
  padding: 1.6rem 1rem 1.6rem 0.8rem;
}
.QAList .QAItem .questionList .questionIcon {
  margin-left: auto;
  margin-right: 1.6rem;
}
.QAList .QAItem .questionList .questionIcon svg {
  width: 2.4rem;
  height: 2.4rem;
}
.QAList .QAItem .questionList .questionIcon .closeIcon {
  display: none;
}
.QAList .QAItem .answerList {
  display: none;
  padding: 1.6rem;
}
.QAList .QAItem .answer {
  color: #666666;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media only screen and (max-width: 349px) {
  .QAList .QAItem {
    margin-bottom: 1.2rem;
  }
  .QAList .QAItem .questionList .lightIcon {
    margin-left: 1.2rem;
  }
  .QAList .QAItem .questionList .question {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 135%;
    padding: 1.2rem 1rem;
  }
  .QAList .QAItem .questionList .questionIcon {
    margin-right: 1.2rem;
  }
  .QAList .QAItem .answerList {
    padding: 1.2rem;
  }
  .QAList .QAItem .answerList .answer {
    font-size: 1.2rem;
    line-height: 200%;
  }
}
@media only screen and (min-width: 350px) and (max-width: 767px) {
  .QAList .QAItem {
    margin-bottom: 1.2rem;
  }
  .QAList .QAItem .questionList .question {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 135%;
  }
  .QAList .QAItem .answer {
    font-size: 1.4rem;
    line-height: 200%;
  }
}
.articlesTitle {
  display: flex;
  align-items: center;
  padding: 1rem 1.6rem;
  margin: 4rem 0 0.6rem 0;
  border: 1px solid #E4E4E4;
  background: #F8EFEF;
}
.articlesTitle .border {
  width: 4px;
  height: 2.2rem;
  background: #F82C4C;
  margin-right: 1rem;
}
.articlesTitle .title {
  color: #333;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3rem;
}
.lists .listsItem {
  padding: 1.6rem 1rem;
  border-bottom: 1px solid #EEE;
}
.lists .listsItem .itemLink {
  display: flex;
  align-items: center;
}
.lists .listsItem .itemLink .itemLeft {
  margin-right: 1.6rem;
  flex-shrink: 0;
}
.lists .listsItem .itemLink .itemLeft img {
  width: 18rem;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
}
.lists .listsItem .itemLink .itemInfo .itemText1 {
  color: #F82C4C;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 135%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.lists .listsItem .itemLink .itemInfo .itemText2 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 135%;
  margin: 1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.lists .listsItem .itemLink .itemInfo .itemText3 {
  color: #999;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 135%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.lists .listsItem .itemLink .itemInfo .itemText3 h1,
.lists .listsItem .itemLink .itemInfo .itemText3 h2,
.lists .listsItem .itemLink .itemInfo .itemText3 h3,
.lists .listsItem .itemLink .itemInfo .itemText3 h4,
.lists .listsItem .itemLink .itemInfo .itemText3 h5,
.lists .listsItem .itemLink .itemInfo .itemText3 p,
.lists .listsItem .itemLink .itemInfo .itemText3 span,
.lists .listsItem .itemLink .itemInfo .itemText3 li,
.lists .listsItem .itemLink .itemInfo .itemText3 a {
  color: #999;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 135%;
}
.lists .listsItem:hover .itemLink .itemInfo .itemText2 {
  color: #F82C4C;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .articlesTitle {
    padding: 0.8rem 1rem;
    margin: 3.2rem 0 0 0;
  }
  .articlesTitle .border {
    margin-right: 0.8rem;
  }
  .articlesTitle .title {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .lists .listsItem {
    padding: 1.6rem 0;
  }
  .lists .listsItem .itemLink .itemLeft {
    margin-right: 1.2rem;
  }
  .lists .listsItem .itemLink .itemLeft img {
    width: 12rem;
  }
}
.popularBrand {
  width: 30rem;
}
.popularBrand .topTitle {
  margin: 4rem 0 2rem 0;
}
.popularBrand .brandList .brandItem {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
.popularBrand .brandList .brandItem .brandLink .brandText {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}
.popularBrand .brandList .brandItem:hover .brandLink .brandText {
  color: #F82C4C;
  text-decoration-line: underline;
}
@media only screen and (max-width: 767px) {
  .popularBrand {
    width: auto;
  }
  .popularBrand .topTitle {
    margin: 3.2rem 0 2rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
  .popularBrand {
    width: auto;
  }
  .popularBrand .topTitle {
    margin: 3.2rem 0 2rem 0;
  }
}
.footer {
  background: #E02945;
  box-shadow: 0px -1px 0px #E5E5E5;
  padding: 5rem 2.4rem;
  position: relative;
}
.footer .bgcSvg {
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
  z-index: 0;
}
.footer .footerWrap {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  z-index: 1;
}
.footer .footerWrap .wrapper {
  display: flex;
  flex-direction: column;
}
.footer .footerWrap .wrapper .logo {
  display: block;
}
.footer .footerWrap .wrapper .logo img {
  height: 4rem;
  width: auto;
}
.footer .footerWrap .wrapper .bottomDesp {
  padding: 1.2rem 0;
  margin-bottom: 2rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #ffffffe6;
}
.footer .footerWrap .wrapper .footerPage .footerLink {
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 400;
  display: inline-block;
  padding-right: 6rem;
  line-height: 1.6rem;
  margin: 0.8rem 0;
  color: #ffffffe6;
}
.footer .footerWrap .wrapper .footerPage .navNow {
  font-weight: 900 !important;
  color: #ffffffe6;
}
.footer .footerWrap .cookie-notice-container {
  display: none;
  font-size: 0.75rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #6f6f6f;
  text-align: center;
  z-index: 999999;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.footer .footerWrap .cookie-notice-container .container {
  background-color: rgba(255, 255, 255, 0.5);
  min-height: 3rem;
  max-width: 120rem;
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 10px;
  padding-right: 100px;
  margin: 0 auto;
  font-size: 1.4rem;
}
.footer .footerWrap .cookie-notice-container .container a,
.footer .footerWrap .cookie-notice-container .container button,
.footer .footerWrap .cookie-notice-container .container video {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  text-decoration: none;
}
.footer .footerWrap .cookie-notice-container .container .moreJump {
  color: #37aafd;
}
.footer .footerWrap .cookie-notice-container .container button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-8px, -50%);
  display: block;
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
  background: #37aafd;
  border: none;
  color: #FFFFFF;
  margin: 0 auto;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer;
}
.footer .footerWrap .cookie-notice-container:before {
  content: '';
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  z-index: -1;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}
.footer .footerWrap .brands,
.footer .footerWrap .categories {
  display: none;
  width: 30rem;
  margin-left: 4.4rem;
  flex-shrink: 0;
}
.footer .footerWrap .brands .title,
.footer .footerWrap .categories .title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin-bottom: 1rem;
}
.footer .footerWrap .brands .list,
.footer .footerWrap .categories .list {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 1.6rem) / 2));
  grid-gap: 1.6rem 1.6rem;
}
.footer .footerWrap .brands .list .brand,
.footer .footerWrap .categories .list .brand,
.footer .footerWrap .brands .list .cate,
.footer .footerWrap .categories .list .cate {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 3.2rem 1.6rem;
  }
  .footer .footerWrap .wrapper .logo img {
    height: 3.5rem;
  }
  .footer .footerWrap .wrapper .bottomDesp {
    line-height: 2rem;
  }
  .footer .footerWrap .wrapper .foot-link-wp {
    width: 45%;
    display: flex;
    flex-direction: column;
  }
  .footer .footerWrap .wrapper .foot-link-wp .foot-link {
    font-size: 1.4rem;
    margin-right: 1rem;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .footer .footerWrap .wrapper .footerPage {
    display: flex;
    text-align: start;
    flex-wrap: wrap;
  }
  .footer .footerWrap .wrapper .footerPage .footerLink {
    width: 50%;
    padding: 0;
  }
  .footer .footerWrap .cookie-notice-container .container {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
  .footer .footerWrap .wrapper {
    width: 50%;
  }
  .footer .footerWrap .wrapper .logo {
    height: 4rem;
  }
  .footer .footerWrap .wrapper .footerPage {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footerWrap .wrapper .footerPage .footerLink {
    width: 50%;
    padding: 0;
  }
}
@media only screen and (min-width: 1367px) {
  .footer .footerWrap .wrapper {
    width: 50%;
  }
  .footer .footerWrap .wrapper .logo {
    height: 4rem;
  }
  .footer .footerWrap .wrapper .bottomDesp {
    width: 40rem;
  }
  .footer .footerWrap .wrapper .foot-link-wp {
    display: flex;
  }
  .footer .footerWrap .wrapper .footerPage {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footerWrap .wrapper .footerPage .footerLink {
    width: 50%;
    padding: 0;
  }
  .footer .footerWrap .brands,
  .footer .footerWrap .categories {
    display: block;
  }
}
.backToTopBtn {
  display: none;
  width: 5rem;
  position: fixed;
  bottom: 2rem;
  right: 0;
  z-index: 1;
  padding: 1rem;
  border-radius: 1.2rem 0 0 1.2rem;
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.backToTopBtn svg {
  width: 100%;
  height: 2.4rem;
  margin-bottom: 0.8rem;
}
.backToTopBtn .backToTopText {
  color: #666;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 135%;
}
.couponsWrap {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.couponsWrap .detailLeft {
  width: calc(100% - 30rem - 5rem);
}
.couponsWrap .detailLeft .current-cate {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 2rem 0 1.6rem 0;
}
.couponsWrap .detailLeft .current-cate .current-cate-pic {
  flex-shrink: 0;
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E4E4E4;
  border-radius: 1rem;
  position: relative;
  overflow: hidden;
}
.couponsWrap .detailLeft .current-cate .current-cate-pic img {
  width: 100%;
}
.couponsWrap .detailLeft .current-cate .current-cate-info {
  padding: 0 1.6rem;
  color: #333;
}
.couponsWrap .detailLeft .current-cate .current-cate-info .current-cate-tl {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.3;
}
.couponsWrap .detailLeft .current-cate .current-cate-info .current-cate-tl-txt {
  margin-top: 0.4rem;
  font-weight: 400;
  color: #999999;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.couponsWrap .detailLeft .detail-list .topInfo {
  padding-bottom: 0.4rem;
}
.couponsWrap .detailLeft .detail-list .detailListBox {
  width: 100%;
  position: relative;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item {
  width: auto;
  padding: 2rem;
  margin: 1.6rem 0;
  border: 1px solid #E4E4E4;
  border-radius: 8px;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .coverlink {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap {
  width: 100%;
  display: flex;
  align-items: center;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo {
  display: flex;
  align-items: center;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .sales {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  width: 8rem;
  margin-right: 1.6rem;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .sales p {
  color: #F82C4C;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  -webkit-line-clamp: 3;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .couponDesp {
  min-height: 5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-self: stretch;
  color: #333;
  padding: 0 3.2rem 0 1.6rem;
  border-left: 1px dashed #CCCCCC;
  position: relative;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .couponDesp .lowerHalf,
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .couponDesp .upperHalf {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  left: -8px;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background-color: #ffffff;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .couponDesp .lowerHalf::before,
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .couponDesp .upperHalf::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  border: 1px solid #E4E4E4;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .couponDesp .lowerHalf {
  bottom: -2.5rem;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .couponDesp .lowerHalf::before {
  top: 0;
  border-bottom: 1px solid #fff;
  border-radius: 1rem 1rem 0 0;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .couponDesp .upperHalf {
  top: -2.5rem;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .couponDesp .upperHalf::after {
  bottom: 0;
  border-top: 1px solid #fff;
  border-radius: 0 0 1rem 1rem;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .couponDesp .couponTitle {
  width: 100%;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .couponDesp .couponExpire {
  color: #999;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 130%;
  margin-top: 0.6rem;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponBtn {
  margin-left: auto;
  width: 16rem;
  height: 4rem;
  border-radius: 0.4rem;
  background: #FFF;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  flex-shrink: 0;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponBtn .codeBtn {
  width: 13.2rem;
  height: 4rem;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponBtn .colorBox {
  width: 13.2rem;
  height: 4rem;
  position: absolute;
  top: 0px;
  left: -2px;
  z-index: 1;
  background-color: #F82C4C;
  transition: all 0.5s ease-out;
  filter: drop-shadow(2px 0px 6px rgba(0, 0, 0, 0.2));
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponBtn .code {
  width: 100%;
  height: 3.8rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  border-radius: 0.4rem;
  border: 1px dashed #F82C4C;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 0 1.5rem;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponBtn .dealBtn {
  width: 100%;
  height: 100%;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.8rem;
  background-color: #3587F3;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponBtn .bgcBox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #3587F3;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponBtnMobile {
  margin-left: auto;
  display: none;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item:hover {
  background-color: #F8F7F7;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item:hover .couponBtn .colorBox {
  width: 12rem;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item:hover .couponBtn .dealBtn,
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item:hover .couponBtn .bgcBox {
  background-color: #2A6CC2;
}
.couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item:last-child {
  pointer-events: none;
}
.couponsWrap .detailLeft .detail-list .detailListBox .showMoreContent {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 11rem;
  display: flex;
  align-items: end;
  justify-content: center;
  background: linear-gradient(0deg, #FFF 23.9%, rgba(255, 255, 255, 0) 100%);
}
.couponsWrap .detailLeft .detail-list .detailListBox .showMoreContent .showMoreBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  padding: 0 2.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
  color: #FFF;
  border-radius: 2rem;
  background-color: #F82C4C;
  cursor: pointer;
}
.couponsWrap .detailLeft .linkWrap .linkList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 1rem 0.8rem;
}
.couponsWrap .detailLeft .linkWrap .linkList .link {
  width: fit-content;
  padding: 0.6rem 1.6rem;
  border-radius: 0.2rem;
  border: 1px solid #E4E4E4;
  cursor: pointer;
}
.couponsWrap .detailLeft .linkWrap .linkList .link .linkHref {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.couponsWrap .detailLeft .linkWrap .linkList .link .linkHref .linkText {
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
.couponsWrap .detailLeft .linkWrap .linkList .link svg {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 0.4rem;
}
.couponsWrap .detailLeft .linkWrap .linkList .link:hover {
  border: 1px solid #F82C4C;
  background-color: #F8F7F7;
}
.couponsWrap .detailLeft .linkWrap .linkList .link:hover .linkHref .linkText {
  color: #F82C4C;
}
.couponsWrap .detailLeft .brandDesp .despText {
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3rem;
}
.couponsWrap .detailLeft .topCouponsWrap table {
  border-collapse: collapse;
  width: 100%;
  color: #333;
  font-size: 1.4rem;
  line-height: 2.2rem;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 0 1px #eaeaea;
}
.couponsWrap .detailLeft .topCouponsWrap table th,
.couponsWrap .detailLeft .topCouponsWrap table td {
  border: 1px solid #eaeaea;
  padding: 1.2rem 2rem;
  text-align: start;
}
.couponsWrap .detailLeft .topCouponsWrap table th {
  font-weight: 600;
  background: #FFF6F6;
}
.couponsWrap .detailLeft .topCouponsWrap table td {
  font-weight: 400;
  cursor: pointer;
}
.couponsWrap .detailLeft .topCouponsWrap table th:nth-child(1),
.couponsWrap .detailLeft .topCouponsWrap table td:nth-child(1),
.couponsWrap .detailLeft .topCouponsWrap table th:nth-child(2),
.couponsWrap .detailLeft .topCouponsWrap table td:nth-child(2),
.couponsWrap .detailLeft .topCouponsWrap table th:nth-child(4),
.couponsWrap .detailLeft .topCouponsWrap table td:nth-child(4) {
  width: 20%;
}
.couponsWrap .detailLeft .topCouponsWrap table th:nth-child(3),
.couponsWrap .detailLeft .topCouponsWrap table td:nth-child(3) {
  width: 40%;
}
.couponsWrap .detailLeft .topCouponsWrap table tr:hover td {
  background-color: #F8F7F7;
}
.couponsWrap .detailLeft .usage .usageList {
  overflow-y: hidden;
}
.couponsWrap .detailLeft .usage .usageList .usageText {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 3.2rem;
}
.couponsWrap .detailLeft .usage .usageMore {
  color: #F82C4C;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
  margin-top: 0.8rem;
  background-color: #FFF;
  cursor: pointer;
}
.couponsWrap .detailLeft .brandHtml {
  width: 100%;
  color: #333333;
  word-break: break-word;
}
.couponsWrap .detailLeft .brandHtml h1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 135%;
  padding-top: 0;
  padding-bottom: 1.6rem;
}
.couponsWrap .detailLeft .brandHtml h2 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 120%;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.couponsWrap .detailLeft .brandHtml h3 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 120%;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.couponsWrap .detailLeft .brandHtml h4 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 120%;
  padding-top: 0;
  padding-bottom: 1.2rem;
}
.couponsWrap .detailLeft .brandHtml p,
.couponsWrap .detailLeft .brandHtml span,
.couponsWrap .detailLeft .brandHtml li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 180%;
  padding-top: 0rem;
  padding-bottom: 1.2rem;
}
.couponsWrap .detailLeft .brandHtml img {
  width: 100%;
  margin: 0.6rem 0;
}
.couponsWrap .detailLeft .brandHtml ul {
  padding-left: 2.4rem;
}
.couponsWrap .detailLeft .brandHtml ul li {
  list-style: disc;
}
.couponsWrap .detailLeft .brandHtml ol {
  padding-left: 2.4rem;
}
.couponsWrap .detailLeft .brandHtml ol li {
  list-style: decimal;
  padding-bottom: 1.2rem;
}
.couponsWrap .detailLeft .brandHtml li::marker {
  font-weight: 600;
}
.couponsWrap .detailLeft .kenshyouWrap {
  position: relative;
  overflow: hidden;
}
.couponsWrap .detailLeft .kenshyouWrap .swiperBtn {
  position: absolute;
  top: 60%;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;
}
.couponsWrap .detailLeft .kenshyouWrap #leftBtn {
  display: none;
  left: 0;
  transform: translateY(-50%) rotateY(180deg);
}
.couponsWrap .detailLeft .kenshyouWrap #rightBtn {
  right: 0;
}
.couponsWrap .detailLeft .kenshyouWrap .kenshyouList {
  display: grid;
  grid-template-columns: repeat(8, calc((220% - 11.2rem) / 8));
  grid-gap: 1.6rem 1.6rem;
  transition: transform 0.5s ease 0s;
  /* 隐藏滚动条 */
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.couponsWrap .detailLeft .kenshyouWrap .kenshyouList::-webkit-scrollbar {
  /* 隐藏滚动条 */
  display: none;
  /* Chrome Safari */
}
.couponsWrap .detailLeft .kenshyouWrap .kenshyouList .kenshyouItem {
  padding: 1.6rem;
  border-radius: 0.8rem;
  border: 1px solid #E4E4E4;
  background: #FFF;
  cursor: pointer;
}
.couponsWrap .detailLeft .kenshyouWrap .kenshyouList .kenshyouItem a {
  width: 100%;
  position: relative;
}
.couponsWrap .detailLeft .kenshyouWrap .kenshyouList .kenshyouItem .kenshyouImg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border: 1px solid #E4E4E4;
  overflow: hidden;
}
.couponsWrap .detailLeft .kenshyouWrap .kenshyouList .kenshyouItem .kenshyouImg img {
  height: 100%;
  width: auto;
}
.couponsWrap .detailLeft .kenshyouWrap .kenshyouList .kenshyouItem .kenshyouTitle {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin: 0.8rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.couponsWrap .detailLeft .kenshyouWrap .kenshyouList .kenshyouItem .kenshyouNum {
  display: flex;
  align-items: center;
  margin-bottom: 1.2rem;
}
.couponsWrap .detailLeft .kenshyouWrap .kenshyouList .kenshyouItem .kenshyouNum svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  flex-shrink: 0;
}
.couponsWrap .detailLeft .kenshyouWrap .kenshyouList .kenshyouItem .kenshyouNum .kenshyouNumText {
  height: 2rem;
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.couponsWrap .detailLeft .kenshyouWrap .kenshyouList .kenshyouItem .kenshyouBtn {
  padding: 1rem 0;
  border-radius: 0.4rem;
  background: #F8E9EB;
}
.couponsWrap .detailLeft .kenshyouWrap .kenshyouList .kenshyouItem .kenshyouBtn .kenshyouBtnText {
  color: #F82C4C;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.couponsWrap .detailLeft .kenshyouWrap .kenshyouList .kenshyouItem:hover {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}
.couponsWrap .detailLeft .kenshyouWrap .kenshyouList .kenshyouItem:hover .kenshyouBtn {
  background: #F82C4C;
}
.couponsWrap .detailLeft .kenshyouWrap .kenshyouList .kenshyouItem:hover .kenshyouBtn .kenshyouBtnText {
  color: #FFFFFF;
}
.couponsWrap .detailLeft .kenshyouWrapBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 4rem;
  margin: 1rem auto;
  border-radius: 2px;
  border: 1px solid #E4E4E4;
  cursor: pointer;
}
.couponsWrap .detailLeft .kenshyouWrapBtn .btnText {
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
  padding: 0 5rem;
}
.couponsWrap .detailLeft .kenshyouWrapBtn:hover {
  background: #F8F7F7;
  border: 1px solid #F82C4C;
}
.couponsWrap .detailLeft .kenshyouWrapBtn:hover .btnText {
  color: #F82C4C;
}
.couponsWrap .indexRight {
  width: 30rem;
}
.couponsWrap .indexRight .tableContents {
  position: relative;
  top: 2rem;
  z-index: 1;
  padding: 2rem;
  margin-bottom: 3.2rem;
  background: #FFFFFF;
  border-radius: 1.2rem;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.13);
}
.couponsWrap .indexRight .tableContents .contentsList::-webkit-scrollbar {
  /* 隐藏滚动条 */
  display: none;
  /* Chrome Safari */
}
.couponsWrap .indexRight .tableContents .contentsList {
  max-height: 80vh;
  overflow-y: scroll;
  /* 隐藏滚动条 */
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.couponsWrap .indexRight .tableContents .contentsList .contentsItem {
  padding-bottom: 2rem;
}
.couponsWrap .indexRight .tableContents .contentsList .contentsItem .contentsLink {
  display: flex;
  align-items: flex-start;
  color: #1A1A1A;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.couponsWrap .indexRight .tableContents .contentsList .contentsItem .contentsLink svg {
  flex-shrink: 0;
  width: 0.7rem;
  height: 2.2rem;
  margin-right: 1rem;
}
.couponsWrap .indexRight .tableContents .contentsList .contentsItem .contentsLink:hover {
  color: #F82C4C;
}
.couponsWrap .indexRight .tableContents .contentsList .contentsItem .contentsLink:hover svg path {
  fill: #F82C4C;
}
.couponsWrap .indexRight .tableContents .contentsList .contentsItem.active .contentsLink {
  color: #F82C4C;
}
.couponsWrap .indexRight .tableContents .contentsList .contentsItem.active .contentsLink svg path {
  fill: #F82C4C;
}
.QAList .QAItem {
  border: 1px solid #E4E4E4;
}
.QAList .QAItem .questionList .question {
  padding: 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 135%;
}
.QAList .QAItem .answer {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.couponsReco .couponList {
  padding: 0;
  grid-template-columns: repeat(6, calc((100% - 17.5rem) / 6));
  grid-gap: 1.6rem 3.5rem;
}
@media only screen and (max-width: 349px) {
  .indexWrap {
    padding: 0;
    padding-bottom: 3.2rem;
  }
  .guide,
  .couponsWrap .indexRight {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .couponsWrap .detailLeft .ad-box,
  .couponsWrap .detailLeft .detail-list,
  .couponsWrap .detailLeft .linkWrap .linkList,
  .couponsWrap .detailLeft .relatedBlogsWrap,
  .couponsWrap .detailLeft .topCouponsWrap,
  .couponsWrap .detailLeft .brandDesp,
  .couponsWrap .detailLeft .QAList,
  .couponsWrap .detailLeft .usage,
  .couponsWrap .detailLeft .brandHtml,
  .couponsWrap .detailLeft .kenshyouWrap .kenshyouList,
  .couponsWrap .detailLeft .couponsReco .couponList {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .couponsWrap .detailLeft .topCouponsWrap table {
    font-size: 1.2rem;
  }
  .couponsWrap .detailLeft .topCouponsWrap table th,
  .couponsWrap .detailLeft .topCouponsWrap table td {
    padding: 1rem;
  }
  .couponsWrap .detailLeft .topCouponsWrap table th:nth-child(1),
  .couponsWrap .detailLeft .topCouponsWrap table td:nth-child(1),
  .couponsWrap .detailLeft .topCouponsWrap table th:nth-child(2),
  .couponsWrap .detailLeft .topCouponsWrap table td:nth-child(2) {
    width: 25%;
  }
  .couponsWrap .detailLeft .topCouponsWrap table th:nth-child(3),
  .couponsWrap .detailLeft .topCouponsWrap table td:nth-child(3) {
    width: 50%;
  }
  .couponsWrap .detailLeft .topCouponsWrap table th:nth-child(4),
  .couponsWrap .detailLeft .topCouponsWrap table td:nth-child(4) {
    display: none;
  }
  .couponsWrap .detailLeft .topCouponsWrap table tr:hover td {
    background-color: #F8F7F7;
  }
  .couponsWrap .detailLeft .linkWrap .topTitle,
  .couponsWrap .detailLeft .kenshyouWrap .topTitle,
  .couponsWrap .detailLeft .couponsReco .topTitle {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
  .couponsWrap {
    display: block;
  }
  .couponsWrap .detailLeft {
    width: auto;
  }
  .couponsWrap .detailLeft .current-cate {
    width: auto;
    margin: 1.6rem;
  }
  .couponsWrap .detailLeft .current-cate .current-cate-pic img {
    width: 100%;
    background-color: #FFF;
  }
  .couponsWrap .detailLeft .current-cate .current-cate-info {
    padding: 0 0 0 1.2rem;
  }
  .couponsWrap .detailLeft .current-cate .current-cate-info .current-cate-tl {
    font-size: 1.8rem;
  }
  .couponsWrap .detailLeft .detail-list .topInfo {
    padding-top: 2.4rem;
    padding-bottom: 0.6rem;
  }
  .couponsWrap .detailLeft .detail-list .topInfo .topText {
    font-size: 1.6rem;
  }
  .couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item {
    padding: 1.6rem 1.2rem;
  }
  .couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap {
    width: 100%;
  }
  .couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo {
    width: 100%;
  }
  .couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .sales {
    width: 7rem;
    margin-right: 1.2rem;
  }
  .couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .sales p {
    font-size: 1.6rem;
  }
  .couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .couponDesp {
    padding: 0 0 0 1.2rem;
  }
  .couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .couponDesp .lowerHalf {
    bottom: -2.1rem;
  }
  .couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .couponDesp .upperHalf {
    top: -2.1rem;
  }
  .couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .couponDesp .couponTitle {
    font-size: 1.4rem;
  }
  .couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponBtn {
    display: none;
  }
  .couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponBtnMobile {
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .couponsWrap .detailLeft .brandDesp .despText {
    line-height: 2;
  }
  .couponsWrap .detailLeft .brandHtml h1 {
    font-size: 2.6rem;
  }
  .couponsWrap .detailLeft .brandHtml h2 {
    font-size: 2.2rem;
  }
  .couponsWrap .detailLeft .brandHtml h3 {
    font-size: 2rem;
  }
  .couponsWrap .detailLeft .kenshyouWrap {
    overflow: auto;
  }
  .couponsWrap .detailLeft .kenshyouWrap .swiperBtn {
    display: none;
  }
  .couponsWrap .detailLeft .kenshyouWrap .kenshyouList {
    display: grid;
    grid-template-columns: repeat(8, calc((440% - 7rem) / 8));
    grid-gap: 1.6rem 1rem;
    overflow-x: scroll;
  }
  .couponsWrap .detailLeft .kenshyouWrap .kenshyouList .kenshyouItem {
    padding: 1.2rem;
  }
  .couponsWrap .detailLeft .kenshyouWrap .kenshyouList .kenshyouItem .kenshyouTitle {
    font-size: 1.4rem;
  }
  .couponsWrap .detailLeft .kenshyouWrapBtn {
    width: auto;
    margin: 1.6rem 1.6rem;
  }
  .couponsWrap .indexRight {
    width: auto;
  }
  .couponsWrap .indexRight .tableContents {
    display: none;
  }
  .couponsReco .couponList {
    grid-template-columns: repeat(6, calc((180% - 8rem) / 6));
    grid-gap: 1.6rem 1.6rem;
  }
}
@media only screen and (min-width: 350px) and (max-width: 990px) {
  .indexWrap {
    padding: 0;
    padding-bottom: 3.2rem;
  }
  .guide,
  .couponsWrap .indexRight {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .couponsWrap .detailLeft .ad-box,
  .couponsWrap .detailLeft .detail-list,
  .couponsWrap .detailLeft .linkWrap .linkList,
  .couponsWrap .detailLeft .relatedBlogsWrap,
  .couponsWrap .detailLeft .topCouponsWrap,
  .couponsWrap .detailLeft .brandDesp,
  .couponsWrap .detailLeft .QAList,
  .couponsWrap .detailLeft .usage,
  .couponsWrap .detailLeft .brandHtml,
  .couponsWrap .detailLeft .kenshyouWrap .kenshyouList,
  .couponsWrap .detailLeft .couponsReco .couponList {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .couponsWrap .detailLeft .topCouponsWrap table {
    font-size: 1.2rem;
  }
  .couponsWrap .detailLeft .topCouponsWrap table th,
  .couponsWrap .detailLeft .topCouponsWrap table td {
    padding: 1rem;
  }
  .couponsWrap .detailLeft .topCouponsWrap table th:nth-child(1),
  .couponsWrap .detailLeft .topCouponsWrap table td:nth-child(1),
  .couponsWrap .detailLeft .topCouponsWrap table th:nth-child(2),
  .couponsWrap .detailLeft .topCouponsWrap table td:nth-child(2) {
    width: 25%;
  }
  .couponsWrap .detailLeft .topCouponsWrap table th:nth-child(3),
  .couponsWrap .detailLeft .topCouponsWrap table td:nth-child(3) {
    width: 50%;
  }
  .couponsWrap .detailLeft .topCouponsWrap table th:nth-child(4),
  .couponsWrap .detailLeft .topCouponsWrap table td:nth-child(4) {
    display: none;
  }
  .couponsWrap .detailLeft .topCouponsWrap table tr:hover td {
    background-color: #F8F7F7;
  }
  .couponsWrap .detailLeft .linkWrap .topTitle,
  .couponsWrap .detailLeft .kenshyouWrap .topTitle,
  .couponsWrap .detailLeft .couponsReco .topTitle {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }
  .couponsWrap {
    display: block;
  }
  .couponsWrap .detailLeft {
    width: auto;
  }
  .couponsWrap .detailLeft .current-cate {
    width: auto;
    margin: 1.6rem;
  }
  .couponsWrap .detailLeft .current-cate .current-cate-pic img {
    width: 100%;
    background-color: #FFF;
  }
  .couponsWrap .detailLeft .current-cate .current-cate-info {
    padding: 0 1.2rem;
  }
  .couponsWrap .detailLeft .current-cate .current-cate-info .current-cate-tl {
    font-size: 2.2rem;
  }
  .couponsWrap .detailLeft .detail-list .topInfo {
    padding-top: 2.4rem;
    padding-bottom: 0.6rem;
  }
  .couponsWrap .detailLeft .detail-list .topInfo .topText {
    font-size: 1.6rem;
  }
  .couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item {
    padding: 1.6rem 1.2rem;
  }
  .couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap {
    width: 100%;
  }
  .couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo {
    width: 100%;
  }
  .couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .sales {
    width: 7rem;
    margin-right: 1.2rem;
  }
  .couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .sales p {
    font-size: 1.6rem;
  }
  .couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .couponDesp {
    padding: 0 1.6rem 0 1.2rem;
  }
  .couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .couponDesp .lowerHalf {
    bottom: -2.1rem;
  }
  .couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .couponDesp .upperHalf {
    top: -2.1rem;
  }
  .couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponWrap .couponInfo .couponDesp .couponTitle {
    font-size: 1.4rem;
  }
  .couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponBtn {
    display: none;
  }
  .couponsWrap .detailLeft .detail-list .detailListBox .new-ls .new-item .couponBtnMobile {
    width: 3.2rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .couponsWrap .detailLeft .brandDesp .despText {
    line-height: 2;
  }
  .couponsWrap .detailLeft .brandHtml h1 {
    font-size: 2.6rem;
  }
  .couponsWrap .detailLeft .brandHtml h2 {
    font-size: 2.2rem;
  }
  .couponsWrap .detailLeft .brandHtml h3 {
    font-size: 2rem;
  }
  .couponsWrap .detailLeft .kenshyouWrap {
    overflow: auto;
  }
  .couponsWrap .detailLeft .kenshyouWrap .swiperBtn {
    display: none;
  }
  .couponsWrap .detailLeft .kenshyouWrap .kenshyouList {
    display: grid;
    grid-template-columns: repeat(8, calc((440% - 7rem) / 8));
    grid-gap: 1.6rem 1rem;
    overflow-x: scroll;
  }
  .couponsWrap .detailLeft .kenshyouWrap .kenshyouList .kenshyouItem {
    padding: 1.2rem;
  }
  .couponsWrap .detailLeft .kenshyouWrap .kenshyouList .kenshyouItem .kenshyouTitle {
    font-size: 1.4rem;
  }
  .couponsWrap .detailLeft .kenshyouWrapBtn {
    width: auto;
    margin: 1.6rem 1.6rem;
  }
  .couponsWrap .indexRight {
    width: auto;
  }
  .couponsWrap .indexRight .tableContents {
    display: none;
  }
  .couponsReco .couponList {
    grid-template-columns: repeat(6, calc((180% - 8rem) / 6));
    grid-gap: 1.6rem 1.6rem;
  }
}
.tabWrap {
  display: flex;
  align-items: center;
  margin: 1.6rem 0.5rem;
  border-bottom: 4px solid #E02845;
}
.tabWrap .goodsListTab,
.tabWrap .blogsTab {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2.4rem;
  margin: 1.3rem 0.5rem 0 0.5rem;
  border-radius: 6px 6px 0px 0px;
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-left: 1px solid #DDD;
  background: #FFF;
}
.tabWrap .goodsListTab h1,
.tabWrap .blogsTab h1,
.tabWrap .goodsListTab span,
.tabWrap .blogsTab span {
  color: #666;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.tabWrap .goodsListTab {
  border-top: 1px solid #E02845;
  border-right: 1px solid #E02845;
  border-left: 1px solid #E02845;
  background: #E02845;
}
.tabWrap .goodsListTab h1,
.tabWrap .goodsListTab span {
  color: #FFF;
}
.couponsWrap .detailLeft .ad-box {
  margin-top: 1.6rem;
}
.popularBrand .topTitle {
  margin: 4rem 0 2rem 0;
}
@media only screen and (max-width: 991px) {
  .tabWrap {
    margin: 1.6rem 0.5rem 1.2rem 0.5rem;
  }
  .tabWrap .goodsListTab,
  .tabWrap .blogsTab {
    width: 50%;
    padding: 0.6rem 1.2rem;
    margin: 0 0.5rem;
  }
  .tabWrap .goodsListTab h1,
  .tabWrap .blogsTab h1,
  .tabWrap .goodsListTab span,
  .tabWrap .blogsTab span {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .couponsWrap .detailLeft {
    padding: 0 1.6rem;
  }
  .popularBrand .topTitle {
    margin: 3.2rem 0 2rem 0;
  }
}
