@charset "UTF-8";

/* gift Search - js
============================================ */
[class].c-giftselectsearch {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  padding: 60px 30px 30px;
  margin: 0;
  background-color: transparent;
  background-image: unset;
  background-position: unset;
  background-size: unset;
}

[class].c-giftselectsearch__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

[class].c-giftselectsearch__title {
  position: relative;
  z-index: 0;
}

[class].c-giftselectsearch__title>span {
  position: relative;
  z-index: 5;
}

[class].c-giftselectsearch__title::after {
  position: absolute;
  top: -45px;
  left: calc(50% + 115px);
  z-index: 0;
  display: block;
  width: 130px;
  height: 130px;
  content: "";
  background: url("/include/shopping/common/image/commonicn_giftsearch_240109.svg") no-repeat center center/contain;
  -webkit-filter: invert(77%) sepia(6%) saturate(1083%) hue-rotate(306deg) brightness(97%) contrast(80%);
  filter: invert(77%) sepia(6%) saturate(1083%) hue-rotate(306deg) brightness(97%) contrast(80%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

[class].c-giftselectsearch__btn * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 768px) {
  [class].c-giftselectsearch__title::after {
    top: -13px;
    left: calc(50% + 65px);
    width: 100px;
    height: 100px;
  }
}

[class].c-giftselectsearch+[class].c-giftselectsearch {
  padding-top: 30px;
}

.l-block .c-giftselectsearch[class] {
  width: calc(100% + 60px);
  margin-left: -30px;
}

@media screen and (max-width: 768px) {
  .l-block .c-giftselectsearch[class] {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}

.c-selectbox__body[class] {
  font-size: 18px;
}

.c-selectbox__body[class]:disabled {
  background: #dedede;
}