@charset "UTF-8";
html {
  font-size: 8px;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1vw;
  }
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 100%;
}

.p-product_list__list {
  gap: 3rem;
}

.card__discount-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 3rem;
  top: -2rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .card__discount-icon {
    right: 5rem;
  }
}
.card__discount-img {
  position: absolute;
  height: 8.6rem;
  top: 0rem;
  color: white;
  font-size: 2.4rem;
  width: initial;
}
@media screen and (max-width: 750px) {
  .card__discount-img {
    height: 10.6rem;
  }
}
.card__discount-persent {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  z-index: 1;
  position: absolute;
  color: white;
  top: 1.7rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .card__discount-persent {
    font-size: 3.4rem;
  }
}
.card__discount-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  z-index: 1;
  position: absolute;
  color: white;
  top: 4.4rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .card__discount-text {
    top: 5.3rem;
    font-size: 2.8rem;
  }
}
.card__base {
  background-color: #ffffff;
  font-size: 12px;
  /* width: 30.5rem; */
  height: auto;
  border-radius: 1.6rem;
  display: flex;
  flex-direction: column;
  /* flex: auto; */
  /* padding: 0 !important; */
  box-shadow: 0 2px 7px rgba(1, 1, 1, 0.15);
  position: relative;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 749px) {
  .card__base {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 750px) {
  .card__base {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 877px) {
  .card__base {
    width: calc(33.3333333333% - 2rem);
  }
}
@media screen and (min-width: 1144px) {
  .card__base {
    width: calc(25% - 2.25rem);
  }
}
.card__base:hover {
  opacity: 0.8;
}
@media screen and (max-width: 750px) {
  .card__base:hover {
    opacity: 1;
  }
}
.card__icon-new {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  width: 6.8rem;
  position: absolute;
  top: 1.2rem;
  left: 1.7rem;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .card__icon-new {
    width: 10.1rem;
  }
}
.card__icon-out {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  width: 8.8rem;
  position: absolute;
  top: 1.2rem;
  left: 1.7rem;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .card__icon-out {
    width: 12.8rem;
  }
}
.card__icon-out.is-new {
  top: 6.2rem;
}
@media screen and (max-width: 750px) {
  .card__icon-out.is-new {
    top: 9.2rem;
  }
}
.card__img {
  width: 100%;
  bottom: 20px;
  position: relative;
}
.card__img-wrap {
  width: 100%;
  aspect-ratio: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 1.6rem 1.6rem 0 0;
  overflow: hidden;
}
.card__contents {
  padding: 0.6rem 2.6rem 0rem 2.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: auto;
}
.card__contents-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: auto;
}
.card__taglist {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.card__tag {
  padding: 0.4rem 1rem;
  font-size: 1.1rem;
  color: #4a4a4a;
  border-radius: 1rem;
  background-color: #e8e8e8;
  font-family: "Noto Sans JP";
}
.card__title {
  color: #3c3c3c;
  font-family: "Noto Sans JP";
  display: block;
  font-size: 2.3rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 750px) {
  .card__title {
    font-size: 3rem;
  }
}
.card__rating-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.card__rating-star {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: row;
  gap: 0.27rem;
}
.card__rating-star i {
  color: #a8a042;
  font-style: unset;
  -webkit-text-stroke: 1px #a8a042;
  font-size: 1.29rem;
}
@media screen and (max-width: 750px) {
  .card__rating-star i {
    font-size: 1.89rem;
  }
}
.card__rating-star i.is-blank {
  color: transparent;
}
.card__price {
  font-family: "Noto Sans JP";
  color: #3c3c3c;
  margin-top: 2rem;
  font-size: 2.55rem;
  font-weight: 600;
  letter-spacing: 0.01rem;
  margin-right: 0.2rem;
}
@media screen and (max-width: 750px) {
  .card__price {
    font-size: 4.05rem;
  }
}
.card__price.is-discounted {
  color: #f53d3d;
  margin-top: 2rem;
}
.card__price-wrapper {
  font-family: "Noto Sans JP";
  flex: auto;
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-right: 0.5rem;
  margin-top: 0.7rem;
}
.card__price-original {
  font-family: "Noto Sans JP";
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.01rem;
  position: relative;
  color: #3c3c3c;
}
.card__price-original-wrapper {
  display: flex;
  flex-direction: row;
  align-items: end;
  display: none;
}
@media screen and (max-width: 750px) {
  .card__price-original-wrapper .card__price-tax {
    font-size: 2.7rem;
  }
}
.card__price-original::after {
  content: "";
  background-color: #3c3c3c;
  width: 100%;
  height: 0.1rem;
  position: absolute;
  left: 3.2%;
  transform: rotateZ(12deg);
  top: 33.1%;
}
.card__price-tax {
  font-size: 1.7rem;
  margin-left: 1.1rem;
  letter-spacing: -0.05rem;
  font-style: initial;
}
@media screen and (max-width: 750px) {
  .card__price-tax {
    font-size: 1.7rem;
  }
}
.card__hr {
  margin-top: 1rem;
  margin-bottom: 0;
  border-color: #ccc;
  background-color: #ccc;
  opacity: 0.4;
}
.card__description {
  color: #3c3c3c;
  font-family: "Noto Sans JP";
  margin-top: 0.7rem;
  display: block;
  font-size: 1rem;
  letter-spacing: 0.06rem;
  line-height: 1.67;
}
@media screen and (max-width: 750px) {
  .card__description {
    font-size: 1.5rem;
  }
}
.card__btn {
  cursor: pointer;
  display: block;
  margin: 1.8rem auto;
  height: 4.1rem;
  width: 20.6rem;
  max-width: 100%;
  background-color: #959595;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  position: relative;
  font-family: "Montserrat";
  font-weight: 700;
}
.card__btn::after {
  content: ">";
  position: absolute;
  right: 9%;
}
@media screen and (max-width: 750px) {
  .card__btn::after {
    padding-top: 0.2rem;
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 750px) {
  .card__btn {
    font-size: 2.5rem;
    padding-bottom: 0rem;
    height: 6.9rem;
    width: 39.6rem;
    border-radius: 4rem;
  }
}

.p-category_tool__inner {
  margin-top: 14.8rem;
  justify-content: space-between !important;
}
@media screen and (max-width: 750px) {
  .p-category_tool__inner {
    margin-top: 4.8vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vw;
  }
}

.select__wrapper {
  position: relative;
}
@media screen and (max-width: 750px) {
  .select__wrapper {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
  }
}
.select__wrapper::after {
  content: "";
  position: absolute;
  top: 35%;
  right: 9.5%;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/onetenthcojp/uploads/assets/header/arrow.png);
  width: 1.2rem;
  height: 1.7rem;
  background-repeat: no-repeat;
  background-size: 0.8rem;
  transform: rotateZ(90deg);
}
@media screen and (max-width: 750px) {
  .select__wrapper::after {
    top: 34%;
    width: 2.7vw;
    height: 4.3vw;
    background-repeat: no-repeat;
    background-size: 2.3vw;
    right: 17.5%;
  }
}
.select__contents {
  font-family: "Noto Sans JP";
  font-weight: 300;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  width: 26.6rem;
  height: 5.5rem;
  border-radius: 0.7rem;
  text-align: center;
  border: none;
  color: white;
  background-color: #3c3c3c;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .select__contents {
    width: 80%;
    height: initial;
    font-size: 4.2vw;
    aspect-ratio: 5.5;
    padding-left: 6vw;
    text-align: start;
  }
}

.loading-overlay {
  pointer-events: none;
  margin: 0;
  padding: 0;
  background: white;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000000;
}

.loading-overlay.active {
  animation: fade 0.5s linear forwards;
}

.ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background: transparent;
  border: 3px solid white;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  line-height: 150px;
  font-family: sans-serif;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 2px 10px #ffffff;
  box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.5);
  background: linear-gradient(0deg, #fefefe, white);
  box-shadow: 0 0 0 4px lightgray, 0 0 0 5px lightgray, inset 0 0 10px rgb(255, 255, 255), 0 5px 20px rgb(255, 255, 255), inset 0 0 15px rgba(255, 255, 255, 0.9);
}

.ring:before {
  position: absolute;
  top: -3px;
  left: -3px;
  height: 100%;
  width: 100%;
  border: 3px solid transparent;
  border-top: 3px solid lightgray;
  border-right: 3px solid lightgrey;
  border-radius: 50%;
  animation: animateCircle 2s linear infinite;
}

.loading-span {
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  left: 50%;
  width: 53%;
  background: transparent;
  height: 4px;
  transform-origin: left;
  animation: animate 2s linear infinite;
}

.loading-span:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: lightgrey;
  top: -6px;
  right: -8px;
  box-shadow: 0 0 20px lightgrey;
}

@keyframes animateCircle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(405deg);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    pointer-events: all;
  }
  50% {
    opacity: 0;
    pointer-events: all;
  }
  100% {
    opacity: 1;
    pointer-events: none;
  }
}
.c-list_tool__num.u-text--subhead {
  font-family: "ヒラギノ角ゴ pro", sans-serif;
  font-weight: bold;
}

/*# sourceMappingURL=item_card2.css.map */
