/* =========================================================
top
========================================================= */
.p-top-mv_title {
  font-size: clamp(35px, 9.1vw, 70px);
  margin-top: 5vh;
  margin-bottom: 1.5vh;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-mv_title {
    font-size: 70px;
  }
}
.p-top-mv_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px auto 0;
  max-width: 1200px;
  padding: 0 4vw;
}
@media screen and (min-width: 768px) {
  .p-top-mv_nav {
    margin: 60px auto 0;
  }
}
.p-top-mv_nav .btn {
  background-color: #f3d14c;
  border-radius: 50px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: bold;
  margin: 0 1% 15px;
  padding: 1.5rem 2rem;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .p-top-mv_nav .btn {
    font-size: 22px;
    padding: 2rem 8rem;
  }
}
.p-top-mv_nav .btn:hover {
  background-color: #ffe681;
}
.p-top-mv_nav .btn .arrow::before {
  background-image: url(../images/common/icon-arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  margin-left: 30px;
}
.p-top-prdsec--wrap {
  margin: auto;
  max-width: 1200px;
  padding: 40px 4vw;
}
@media screen and (min-width: 768px) {
  .p-top-prdsec--wrap {
    padding: 80px 4vw;
  }
}
.p-top-prdsec_title {
  font-size: 26px;
  text-align: center;
}
.p-top-prdsec_list {
  display: flex;
  margin-top: 5vh;
  flex-wrap: wrap;
}
.p-top-prdsec_list > li {
  background: #D6D4D4;
  background: linear-gradient(165deg, rgb(214, 212, 212) 0%, rgb(239, 238, 237) 70%, rgb(255, 255, 255) 100%);
  box-sizing: border-box;
  border-left: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  padding: 10px 0;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-top-prdsec_list > li {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 992px) {
  .p-top-prdsec_list > li {
    width: 25%;
  }
}
.p-top-prdsec_list > li .thumb {
  aspect-ratio: 290/260;
  padding: 8px;
  position: relative;
  text-align: center;
}
.p-top-prdsec_list > li .thumb img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top-prdsec_list > li .badge {
  background-color: #e17030;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1rem;
  padding: 0.2rem 1.2rem;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 1;
}
.p-top-prdsec_list > li .badge.soldout {
  background-color: #dd4646;
}
.p-top-prdsec_list > li .body {
  padding: 15px;
}
.p-top-prdsec_list > li .name {
  font-size: clamp(13px, 1.9vw, 15px);
}
@media screen and (min-width: 768px) {
  .p-top-prdsec_list > li .name {
    font-size: 15px;
  }
}
.p-top-prdsec_list > li .price {
  font-size: clamp(16px, 2.3vw, 18px);
  font-weight: bold;
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .p-top-prdsec_list > li .price {
    font-size: 18px;
  }
}
.p-top-prdsec_list > li .price .status {
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 0 1rem 0.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-prdsec_list > li .price .status {
    display: inline;
  }
}
.p-top-prdsec_list > li .price .soldout {
  color: #dd4646;
}
.p-top-prdsec_list > li .price .coming {
  background-color: #ccc;
}
.p-top-prdsec_list > li .actions {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 5px 15px 15px;
}
@media screen and (min-width: 768px) {
  .p-top-prdsec_list > li .actions {
    flex-direction: row;
    padding: 0 15px 15px;
  }
}
.p-top-prdsec_list > li .actions a {
  border-radius: 50px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-grow: 1;
  letter-spacing: 0.1rem;
  padding: 0.8rem;
  position: relative;
  text-align: center;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .p-top-prdsec_list > li .actions a {
    font-size: 14px;
    padding: 1rem;
  }
}
.p-top-prdsec_list > li .actions a:not(:first-of-type) {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .p-top-prdsec_list > li .actions a:not(:first-of-type) {
    margin-left: 4%;
    margin-top: 0;
  }
}
.p-top-prdsec_list > li .actions a::after {
  background-image: url(../images/common/icon-arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  margin-left: 5px;
}
.p-top-prdsec_list > li .actions a.btn-buy {
  background-color: #f3d14c;
}
.p-top-prdsec_list > li .actions a.btn-buy:hover {
  background-color: #ffe681;
}
.p-top-prdsec_list > li .actions a.btn-detail {
  background-color: #333;
  color: #ffffff;
}
.p-top-prdsec_list > li .actions a.btn-detail:hover {
  background-color: #6d6d6d;
}
.p-top-prdsec_list > li .actions a.btn-detail::after {
  background-image: url(../images/common/icon-arrow02.svg);
}
.p-top-prdsec_list > li.-empty {
  text-align: center;
  width: 100%;
}
.p-top-prdsec_btn a {
  background-color: #333;
  border-radius: 50px;
  color: #ffffff;
  display: block;
  font-size: clamp(16px, 2.3vw, 18px);
  letter-spacing: 0.2rem;
  margin: 45px auto 0;
  padding: 1.5rem;
  text-align: center;
  max-width: 320px;
  width: 70%;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .p-top-prdsec_btn a {
    font-size: 18px;
    padding: 2rem;
  }
}
.p-top-prdsec_btn a:hover {
  background-color: #6d6d6d;
}
/*# sourceMappingURL=style-top.css.map */