@media screen and (max-width: 980px) {
  .p-itemindex {
    width: 90%;
    margin: 0 auto;
  }
}
.p-itemindex-head {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
}
.p-itemindex-head .-ttl {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .p-itemindex-head .-ttl {
    font-size: 22px;
  }
}
.p-itemindex-head .-lead {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .p-itemindex-head .-lead {
    font-size: 12px;
  }
}
.p-itemindex-category {
  margin-top: 10px;
}
.p-itemindex-category .-ttl {
  background: url("../img/itemindex/categoryttl_line.svg") repeat-x center center/100% 100%;
  margin-bottom: 0;
}
.p-itemindex-category .-ttl span {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: #FCF7EC;
  color: #FE7449;
  padding: 0 15px 0 10px;
  position: relative;
  margin-left: 0;
}
.p-itemindex-category .-ttl span:before, .p-itemindex-category .-ttl span:after {
  content: "";
  width: 3px;
  height: 15px;
  background: #FE7449;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-itemindex-category .-ttl span:before {
  left: 0;
}
.p-itemindex-category .-ttl span:after {
  right: 0;
}
.p-itemindex-category + .p-itemindex-category {
  margin-top: 20px;
}
.p-itemindex-category .-list.m-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.p-itemindex-category .-list.m-middle li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 37px;
  background: #fff;
  border: 1px solid #FE7449;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
@media screen and (max-width: 980px) {
  .p-itemindex-category .-list.m-middle li {
    height: 30px;
    font-size: 12px;
  }
}
.p-itemindex-category .-list.m-middle li span {
  display: block;
  height: 100%;
}
.p-itemindex-category .-list.m-middle li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 18px 0 53px;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .p-itemindex-category .-list.m-middle li a {
    padding: 0 10px 0 40px;
  }
}
.p-itemindex-category .-list.m-middle li:before {
  content: "";
  width: 44px;
  height: 38px;
  position: absolute;
  left: -1px;
  top: 0;
  background: url("../img/itemindex/categorylist_middle_icn_off.svg") no-repeat center center/contain;
}
@media screen and (max-width: 980px) {
  .p-itemindex-category .-list.m-middle li:before {
    height: 34px;
    width: 36px;
    top: -1px;
    left: 0;
  }
}
.p-itemindex-category .-list.m-middle li.is-current:before {
  background: url("../img/itemindex/categorylist_middle_icn_on.svg") no-repeat center center/contain;
}
@media screen and (max-width: 980px) {
  .p-itemindex-category .-list.m-middle li.is-current:before {
    height: 35px;
    width: 40px;
    top: -3px;
    left: -5px;
  }
}
.p-itemindex-category .-list.m-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
@media screen and (max-width: 980px) {
  .p-itemindex-category .-list.m-small {
    gap: 5px;
  }
}
.p-itemindex-category .-list.m-small li {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  color: #707070;
  position: relative;
  padding-left: 12px;
}
@media screen and (max-width: 980px) {
  .p-itemindex-category .-list.m-small li {
    font-size: 12px;
  }
}
.p-itemindex-category .-list.m-small li:before {
  content: "";
  background: url("../img/itemindex/categorylist_small_icn.svg") no-repeat center center/contain;
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 7px;
  opacity: 0;
}
.p-itemindex-category .-list.m-small li.is-current {
  text-decoration: underline;
  color: #FE7449;
}
.p-itemindex-category .-list.m-small li.is-current:before {
  opacity: 1;
}
.p-itemindex-sortbtn {
  margin: 40px 0 10px;
}
.p-itemindex-sortbtn .sort-select {
  margin: 0 0 20px auto;
  width: 151px;
  height: 35px;
  position: relative;
}
.p-itemindex-sortbtn .sort-select:before {
  content: "";
  width: 22px;
  height: 15px;
  background: url("../img/itemindex/sortselect_icn.svg") no-repeat center center/contain;
  position: absolute;
  left: 10px;
  top: calc(50% - 7.5px);
}
.p-itemindex-sortbtn .sort-select select {
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  border-color: #FE7449;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1px 10px 0 10px;
  text-indent: 40px;
  background: #fff;
}
.p-itemindex-sortbtn .sort-select select option {
  text-indent: 0;
}
.p-itemindex-body .-grid.m-01 .item:nth-child(n+25) {
  display: none;
}
.p-itemindex-body .-grid.m-02 .item:nth-child(-n+24) {
  display: none;
}
.p-itemindex-body .p-itemindex-recommend {
  margin: 55px 0;
  position: relative;
  padding: 25px 0 15px;
}
.p-itemindex-body .p-itemindex-recommend:before {
  content: "";
  width: calc(100% + 80px);
  height: 100%;
  background: #FFDBEA;
  position: absolute;
  left: -40px;
  top: 0;
  border-radius: 20px;
  z-index: -1;
}
@media screen and (max-width: 980px) {
  .p-itemindex-body .p-itemindex-recommend:before {
    width: 105%;
    left: -2.5%;
  }
}
.p-itemindex-body .p-itemindex-recommend .-ttl {
  text-align: center;
}
.p-itemindex-body .p-itemindex-recommend .-ttl span {
  font-size: 22px;
  font-weight: 700;
  padding: 0 10px 0 20px;
  position: relative;
}
.p-itemindex-body .p-itemindex-recommend .-ttl span:before, .p-itemindex-body .p-itemindex-recommend .-ttl span:after {
  content: "";
  width: 3px;
  height: 25px;
  background: #333;
  position: absolute;
  top: calc(50% - 8px);
}
.p-itemindex-body .p-itemindex-recommend .-ttl span:before {
  left: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.p-itemindex-body .p-itemindex-recommend .-ttl span:after {
  right: 0;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.p-itemindex-body .p-itemindex-recommend .-ttl + .-grid {
  margin-top: 30px;
}
.p-itemindex-body .p-itemindex-recommend + .-grid {
  margin-top: 70px;
}
.p-itemindex-body .pager-wrap {
  margin-top: 40px;
  text-align: center;
}
.p-itemindex-body .pager-wrap .total-count {
  font-size: 14px;
  color: #333;
}
.p-itemindex-body .pager-wrap .pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-itemindex-body .pager-wrap .pager li > a, .p-itemindex-body .pager-wrap .pager li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  width: 33px;
  height: 33px;
  padding-bottom: 3px;
}
.p-itemindex-body .pager-wrap .pager li > a.current, .p-itemindex-body .pager-wrap .pager li > span.current {
  background: #FE7449;
  color: #fff;
}
.p-itemindex-hints {
  margin-top: 80px;
  background: #FFF1C9;
  border-radius: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .p-itemindex-hints {
    border-radius: 20px 20px 0 0;
  }
}
.p-itemindex-hints .hints-box {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.p-itemindex-hints .hints-headline {
  margin-bottom: 0;
  text-align: center;
  padding-top: 30px;
  font-size: 24px;
  font-weight: 700;
}
.p-itemindex-hints .hints-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 30px;
  margin-top: 30px;
}
@media screen and (max-width: 980px) {
  .p-itemindex-hints .hints-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
}
.p-itemindex-hints .hints-item a {
  display: block;
}
.p-itemindex-hints .hints-item a .-img {
  width: 100%;
  aspect-ratio: 383/279;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.p-itemindex-hints .hints-item a .-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-itemindex-hints .hints-item a .-txt {
  margin-top: 20px;
  padding: 0 5px;
}
.p-itemindex-hints .hints-item a .-txt .ttl {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .p-itemindex-hints .hints-item a .-txt .ttl {
    font-size: 16px;
  }
}
.p-itemindex-hints .hints-item a .-txt .lead {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.7;
}
@media screen and (max-width: 980px) {
  .p-itemindex-hints .hints-item a .-txt .lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .p-itemindex-hints .hints-item + .hints-item {
    margin-top: 30px;
  }
}
.p-itemindex-hints .hints-btn {
  margin-top: 50px;
  text-align: center;
}
.p-itemindex-hints .hints-btn a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  background: #FE7449;
  color: #fff;
  width: 239px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  margin: 0 auto;
  padding-right: 30px;
  position: relative;
}
.p-itemindex-hints .hints-btn a::after {
  content: "";
  width: 7px;
  height: 12px;
  background: url("../img/common/btn_arw_wh.svg") no-repeat center center/contain;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}