@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .is-overtab {
    display: none;
  }
}

.is-tab {
  display: none;
}
@media screen and (max-width: 1024px) {
  .is-tab {
    display: block;
  }
}

input::-moz-placeholder {
  color: #cdcdcd;
}

input::placeholder {
  color: #cdcdcd;
}

@media screen and (max-width: 768px) {
  input::-moz-placeholder {
    font-size: 0.875rem;
  }
  input::placeholder {
    font-size: 0.875rem;
  }
}
.gifts__wrap {
  margin-top: 2.625rem;
  padding-bottom: 5.625rem;
}

.gifts__body {
  display: flex;
  justify-content: space-between;
}

.gifts__colLeft {
  width: 19.5%;
}

@media screen and (max-width: 768px) {
  .gifts__colLeft {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
    overflow-y: scroll;
    padding: 5rem 1.875rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .gifts__colLeft.is-active {
    opacity: 1;
    pointer-events: all;
  }
}
.gifts__keyword dd {
  margin-top: 0.25rem;
  display: flex;
  justify-content: space-between;
}

.gifts__keyword__input {
  width: 100%;
  line-height: 1;
  padding: 0.4375rem;
}

.gifts__keyword__input {
  border: 1px solid #cdcdcd;
}

.gifts__keyword__input:focus {
  border: 1px solid #d3b37d;
}

.gifts__category,
.gifts__price {
  border-bottom: 1px solid #cdcdcd;
}

.gifts__category input[type=checkbox],
.gifts__price input[type=checkbox] {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  aspect-ratio: 1/1;
  border: 1px solid #999999;
  margin-right: 0.375rem;
  position: relative;
  background: #fff;
  cursor: pointer;
}

.gifts__category input[type=checkbox]::before,
.gifts__price input[type=checkbox]::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.5rem;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 0.1875rem;
  top: 0.0625rem;
  opacity: 0;
}

.gifts__category input[type=checkbox]:checked,
.gifts__price input[type=checkbox]:checked {
  background: #c2a26c;
}

.gifts__category input[type=checkbox]:checked::before,
.gifts__price input[type=checkbox]:checked::before {
  opacity: 1;
}

.gifts__category__par,
.gifts__price__par {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #cdcdcd;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.gifts__category__par:hover,
.gifts__price__par:hover {
  background: #fffbf3;
}

.gifts__category__par label,
.gifts__price__par label {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  padding: 0.9375rem 0;
  flex-grow: 1;
}

.gifts__category__arrow {
  display: block;
  text-align: right;
}

.gifts__category__par i {
  font-size: 0.75rem;
  margin-right: 0.375rem;
  transform: rotate(0);
}

.gifts__category__par i.is-active {
  transform: rotate(180deg);
}

.gifts__category__chi {
  width: 86%;
  margin-left: auto;
  border-top: 1px solid #cdcdcd;
  cursor: pointer;
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.gifts__category__chi:hover {
  background: #fffbf3;
}

.gifts__category__chi label {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  padding: 0.9375rem 0;
}

.gifts__search__btn {
  margin-top: 2.875rem;
}

.gifts__colLeft__cross {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 2.125rem;
  height: 2.125rem;
}

.gifts__colRight {
  width: 74.5%;
}

@media screen and (max-width: 768px) {
  .gifts__colRight {
    width: 100%;
  }
}
.gifts__list__btn {
  font-weight: 700;
  width: 100%;
  max-width: 16.25rem;
  margin: 0 auto;
}

.gifts__list__title {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .gifts__list__title {
    font-size: 1rem;
    margin-top: 1.875rem;
    text-align: center;
  }
}
.gifts__list__title span {
  font-size: 1.5rem;
  text-decoration: underline;
  margin-right: 0.375rem;
}

@media screen and (max-width: 768px) {
  .gifts__list__title span {
    font-size: 1.25rem;
  }
}
.gifts__list__info {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .gifts__list__info {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .gifts__list__text {
    font-size: 0.875rem;
  }
}
.gifts__list__text span {
  font-weight: 700;
}

.gifts__list__sort {
  margin-top: 0.625rem;
  position: relative;
}

.gifts__list__sort::after {
  content: "";
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  border-bottom: 2px solid #999999;
  border-right: 2px solid #999999;
  top: 50%;
  right: 0.625rem;
  transform: rotate(45deg) translateY(-100%);
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .gifts__list__sort::after {
    right: 0.75rem;
  }
}
.gifts__list__sort span {
  font-weight: 700;
  margin-right: 0.375rem;
}

@media screen and (max-width: 768px) {
  .gifts__list__sort span {
    font-size: 0.875rem;
  }
}
.gifts__list__select {
  font-size: 0.875rem;
  line-height: 1;
  padding: 0.4375rem;
  padding-right: 1.25rem;
  border: 1px solid #999999;
  color: #555;
}

@media screen and (max-width: 768px) {
  .gifts__list__select {
    padding: 0.25rem;
    padding-right: 1.25rem;
  }
}
.gifts__list__select:focus {
  border: 1px solid #c2a26c;
}

.gifts__list__items {
  margin-top: 1.875rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 2.5rem;
}

@media screen and (max-width: 768px) {
  .gifts__list__items {
    margin-top: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
    row-gap: 1.875rem;
  }
}
.gifts__list__noitems {
  text-align: center;
  margin-top: 6.25rem;
}

.gifts__list__noitems p:nth-of-type(1) {
  font-size: 1.5rem;
  font-weight: 700;
  color: #9c7d49;
}

.gifts__list__pager {
  margin-top: 3.75rem;
}