* {
  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;
  }
}
.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;
  }
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.2rem;
}
.pagination .pageBtn .negative {
  transform: rotateY(180deg);
}
.pagination .pageBtn .click {
  cursor: pointer;
}
.pagination .pageBtn .disabled {
  cursor: not-allowed;
}
.pagination .pageNum {
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 1.6rem;
}
.kenshyouWrap {
  display: flex;
  justify-content: space-between;
}
.kenshyouWrap .kenshyouLeft {
  width: calc(100% - 39.3rem);
}
.kenshyouWrap .kenshyouLeft .kenshyouLeftTitle {
  display: flex;
  align-items: center;
  padding: 1rem 1.6rem;
  margin-bottom: 1.6rem;
  border: 1px solid #E4E4E4;
  background: #F8EFEF;
}
.kenshyouWrap .kenshyouLeft .kenshyouLeftTitle .border {
  width: 4px;
  height: 2.2rem;
  flex-shrink: 0;
  margin-right: 1rem;
  background-color: #F82C4C;
}
.kenshyouWrap .kenshyouLeft .kenshyouLeftTitle .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.kenshyouWrap .kenshyouLeft .kenshyouLeftTitle .title .titleText {
  color: #333;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3rem;
}
.kenshyouWrap .kenshyouLeft .kenshyouLeftTitle .title .info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.kenshyouWrap .kenshyouLeft .kenshyouLeftTitle .title .info svg {
  margin-left: 0.5rem;
}
.kenshyouWrap .kenshyouLeft .kenshyouLeftTitle .title .info .time,
.kenshyouWrap .kenshyouLeft .kenshyouLeftTitle .title .info .number {
  color: #666;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.8rem;
}
.kenshyouWrap .kenshyouLeft .prizesList {
  margin: 1.6rem 0;
}
.kenshyouWrap .kenshyouLeft .prizesList .prizesItem {
  padding: 1.6rem 0;
  border-top: 1px solid #E4E4E4;
}
.kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesLink {
  display: flex;
  align-items: center;
  position: relative;
}
.kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesImg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.6rem;
  height: auto;
  aspect-ratio: 52 / 25;
  margin-bottom: 0.8rem;
  background: repeating-linear-gradient(135deg, #E2E2E2 0 6px, #fff 0 12px);
  flex-shrink: 0;
  overflow: hidden;
}
.kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesImg img {
  min-width: 100%;
  min-height: 100%;
}
.kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesInfo {
  margin: 0 1.6rem;
}
.kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesInfo .prizesTitle {
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 125%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
.kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesInfo .prizesBottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 0rem 2rem;
  margin-top: 1.6rem;
}
.kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesInfo .prizesBottom .prizesNum {
  margin-bottom: 0.4rem;
}
.kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesInfo .prizesBottom .prizesNum,
.kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesInfo .prizesBottom .prizesTime {
  display: flex;
  align-items: center;
}
.kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesInfo .prizesBottom .prizesNum svg,
.kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesInfo .prizesBottom .prizesTime svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.4rem;
  flex-shrink: 0;
}
.kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesInfo .prizesBottom .prizesNum .text,
.kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesInfo .prizesBottom .prizesTime .text {
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #F82C4C;
  margin-left: auto;
  flex-shrink: 0;
}
.kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesBtn svg {
  width: 1.2rem;
  height: 1.2rem;
}
.kenshyouWrap .kenshyouLeft .prizesList .prizesItem:hover .prizesInfo .prizesTitle {
  text-decoration-line: underline;
}
.kenshyouWrap .kenshyouRight {
  width: 34.3rem;
}
@media only screen and (max-width: 349px) {
  .kenshyouWrap {
    display: block;
  }
  .kenshyouWrap .kenshyouLeft {
    width: auto;
  }
  .kenshyouWrap .kenshyouLeft .kenshyouLeftTitle {
    padding: 1rem 0;
    margin-top: 1.6rem;
  }
  .kenshyouWrap .kenshyouLeft .kenshyouLeftTitle .title .titleText {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .kenshyouWrap .kenshyouLeft .prizesList {
    margin: 1.2rem 0;
  }
  .kenshyouWrap .kenshyouLeft .prizesList .prizesItem {
    padding: 1.2rem 0;
  }
  .kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesImg {
    width: 8.8rem;
    height: 8.8rem;
    aspect-ratio: 1 / 1;
  }
  .kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesImg img {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
  }
  .kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesInfo {
    margin: 0 1.2rem;
  }
  .kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesInfo .prizesTitle {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesInfo .prizesBottom {
    display: block;
    margin-top: 0.8rem;
  }
  .kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesBtn {
    display: none;
  }
  .kenshyouWrap .kenshyouRight {
    width: auto;
  }
}
@media only screen and (min-width: 350px) and (max-width: 767px) {
  .kenshyouWrap {
    display: block;
  }
  .kenshyouWrap .kenshyouLeft {
    width: auto;
  }
  .kenshyouWrap .kenshyouLeft .kenshyouLeftTitle {
    padding: 1rem 0;
    margin-top: 1.6rem;
  }
  .kenshyouWrap .kenshyouLeft .kenshyouLeftTitle .title .titleText {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .kenshyouWrap .kenshyouLeft .prizesList {
    margin: 1.2rem 0;
  }
  .kenshyouWrap .kenshyouLeft .prizesList .prizesItem {
    padding: 1.2rem 0;
  }
  .kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesImg {
    width: 8.8rem;
    height: 8.8rem;
    aspect-ratio: 1 / 1;
  }
  .kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesImg img {
    width: 100%;
    min-width: auto;
    height: auto;
    min-height: auto;
  }
  .kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesInfo {
    margin: 0 1.2rem;
  }
  .kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesInfo .prizesTitle {
    font-size: 1.4rem;
    line-height: 1.3;
  }
  .kenshyouWrap .kenshyouLeft .prizesList .prizesItem .prizesInfo .prizesBottom {
    display: block;
    margin-top: 0.8rem;
  }
  .kenshyouWrap .kenshyouRight {
    width: auto;
  }
}
.kenshyouWrap .kenshyouLeft .kenshyouLeftTitle {
  margin-top: 4rem;
}
.kenshyouWrap .kenshyouLeft .kenshyouTitle {
  margin: 1.6rem 0;
}
.kenshyouWrap .kenshyouLeft .kenshyouTitle .line {
  width: 100%;
  height: 0.5rem;
  background: linear-gradient(90deg, #FF6A82 0%, #D1B5FE 99.99%);
}
.kenshyouWrap .kenshyouLeft .kenshyouTitle .title {
  color: #333;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 130%;
  margin: 1.6rem 0;
}
.kenshyouWrap .kenshyouLeft .kenshyouTitle .titleTop {
  display: flex;
  align-items: center;
}
.kenshyouWrap .kenshyouLeft .kenshyouTitle .titleTop .titleIcon {
  display: flex;
  align-items: center;
  width: fit-content;
  flex-shrink: 0;
  padding: 0.2rem 0.4rem;
  margin-right: 0.8rem;
  border-radius: 0.2rem;
  background: #FF6A82;
}
.kenshyouWrap .kenshyouLeft .kenshyouTitle .titleTop .titleIcon svg {
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.4rem;
}
.kenshyouWrap .kenshyouLeft .kenshyouTitle .titleTop .titleIcon p {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 400;
}
.kenshyouWrap .kenshyouLeft .kenshyouInfoImg {
  width: 80%;
  margin: 1.6rem 0;
}
.kenshyouWrap .kenshyouLeft .kenshyouInfoImg img {
  width: 100%;
  height: auto;
}
.kenshyouWrap .kenshyouLeft .kenshyouInfo .infoList .infoItem {
  margin-bottom: 1.6rem;
}
.kenshyouWrap .kenshyouLeft .kenshyouInfo .infoList .infoItem .infoTitle {
  display: flex;
  align-items: center;
  padding-bottom: 0.6rem;
  margin-bottom: 0.6rem;
  border-bottom: 1px dashed #E4E4E4;
}
.kenshyouWrap .kenshyouLeft .kenshyouInfo .infoList .infoItem .infoTitle img {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
}
.kenshyouWrap .kenshyouLeft .kenshyouInfo .infoList .infoItem .infoTitle .text {
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
}
.kenshyouWrap .kenshyouLeft .kenshyouInfo .infoList .infoItem .name {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin-left: 3.4rem;
}
.kenshyouWrap .kenshyouLeft .kenshyouInfo .infoList .infoItem .name ul {
  list-style: disc;
  margin-left: 2rem;
}
.kenshyouWrap .kenshyouLeft .kenshyouInfo .infoList .infoItem .name img {
  width: 26rem;
  height: auto;
}
.kenshyouWrap .kenshyouLeft .kenshyouButton {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.6rem;
}
.kenshyouWrap .kenshyouLeft .kenshyouButton .kenshyouBtnText {
  width: 40.7rem;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.3rem;
  border-radius: 0.4rem;
  background-color: #F82C4C;
  text-align: center;
}
.kenshyouWrap .kenshyouLeft .kenshyouButton .kenshyouBtnText a {
  position: relative;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 600;
}
.kenshyouWrap .kenshyouLeft .kenshyouButton .kenshyouBtnText:hover {
  background-color: #e52b50;
}
.kenshyouWrap .kenshyouLeft .cateList {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 1rem 0.8rem;
}
.kenshyouWrap .kenshyouLeft .cateList .cateItem {
  padding: 0.6rem 0.8rem;
  border-radius: 0.2rem;
  border: 1px solid #E4E4E4;
}
.kenshyouWrap .kenshyouLeft .cateList .cateItem .cateLink {
  position: relative;
}
.kenshyouWrap .kenshyouLeft .cateList .cateItem .cateTitle {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.kenshyouWrap .kenshyouLeft .cateList .cateItem:hover {
  border: 1px solid #F82C4C;
  background: #F82C4C;
}
.kenshyouWrap .kenshyouLeft .cateList .cateItem:hover .cateTitle {
  color: #FFFFFF;
}
.kenshyouWrap .kenshyouLeft .prizeGroup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 1.6rem 1.6rem;
  margin: 1.6rem 0;
}
.kenshyouWrap .kenshyouLeft .prizeGroup .prize {
  width: 50%;
  padding: 1.6rem;
  border-radius: 0.4rem;
  border: 1px solid #E4E4E4;
  cursor: pointer;
}
.kenshyouWrap .kenshyouLeft .prizeGroup .prize .prizeLink {
  display: flex;
  align-items: center;
  position: relative;
}
.kenshyouWrap .kenshyouLeft .prizeGroup .prize .arrowIcon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
  background: #F82C4C;
  margin-right: 1.6rem;
  flex-shrink: 0;
}
.kenshyouWrap .kenshyouLeft .prizeGroup .prize .prizeImg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.1rem;
  height: 9.1rem;
  margin-right: 1.2rem;
  flex-shrink: 0;
  overflow: hidden;
}
.kenshyouWrap .kenshyouLeft .prizeGroup .prize .prizeImg img {
  height: 100%;
  width: auto;
}
.kenshyouWrap .kenshyouLeft .prizeGroup .prize .prizeTitle {
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  -webkit-line-clamp: 3;
}
.kenshyouWrap .kenshyouLeft .prizeGroup .prize:hover .prizeTitle {
  text-decoration-line: underline;
}
.kenshyouWrap .kenshyouLeft .prizeGroup .prize:last-child .arrowIcon {
  margin-left: 1.6rem;
  margin-right: 0;
  transform: rotateY(180deg);
}
.kenshyouReco {
  margin-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .kenshyouWrap .kenshyouLeft .kenshyouLeftTitle {
    margin-top: 3.2rem;
  }
  .kenshyouWrap .kenshyouLeft .kenshyouTitle {
    margin: 1.2rem 0;
  }
  .kenshyouWrap .kenshyouLeft .kenshyouTitle .title {
    margin: 1.2rem 0;
  }
  .kenshyouWrap .kenshyouLeft .kenshyouInfoImg {
    width: 100%;
    margin: 1.2rem 0;
  }
  .kenshyouWrap .kenshyouLeft .kenshyouInfo .infoList .infoItem {
    margin-bottom: 1.2rem;
  }
  .kenshyouWrap .kenshyouLeft .kenshyouInfo .infoList .infoItem .infoTitle {
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .kenshyouWrap .kenshyouLeft .kenshyouButton {
    margin-top: 1.2rem;
  }
  .kenshyouWrap .kenshyouLeft .kenshyouButton .kenshyouBtnText {
    width: 100%;
  }
  .kenshyouWrap .kenshyouLeft .cateList {
    grid-gap: 1rem 0.6rem;
  }
  .kenshyouWrap .kenshyouLeft .prizeGroup {
    flex-wrap: wrap;
    grid-gap: 1.2rem 1.2rem;
    margin: 1.2rem 0;
  }
  .kenshyouWrap .kenshyouLeft .prizeGroup .prize {
    width: 100%;
    padding: 1.2rem;
  }
  .kenshyouWrap .kenshyouLeft .prizeGroup .prize .arrowIcon {
    width: 3.2rem;
    height: 3.2rem;
  }
  .kenshyouWrap .kenshyouLeft .prizeGroup .prize .prizeImg {
    width: 7.2rem;
    height: 7.2rem;
  }
  .kenshyouReco {
    margin-top: 0rem;
  }
}
