.wrapper {
  padding-top: 0;
  overflow: hidden;
}

.item-page .kv {
  position: relative;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .item-page .kv {
    margin-bottom: 70px;
  }
}
.item-page .kv img {
  width: 100%;
}
.item-page .kv__info {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .item-page .kv__info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .item-page .kv__info {
    padding-left: min(7.2916666667%, 140px);
    padding-right: min(7.2916666667%, 140px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .item-page .kv__info {
    padding-left: 75px;
    padding-right: 75px;
  }
}
.item-page .kv__ttl {
  font-family: var(--cinzel);
  color: var(--colorEB);
  font-size: 2rem;
  letter-spacing: 0.23em;
  line-height: 1;
}
@media (max-width: 767px) {
  .item-page .kv__ttl {
    margin-bottom: 6px;
  }
}
@media (min-width: 768px) {
  .item-page .kv__ttl {
    font-size: 3.5rem;
  }
}
.item-page .kv__result {
  font-family: var(--cinzel);
  display: flex;
  display: -webkit-flex;
  align-items: baseline;
  gap: 2px;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.item-page .kv__result small {
  font-size: 1rem;
}
.item-page .kv:after {
  content: "";
  display: block;
  background: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
}
@media (max-width: 767px) {
  .item-page__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .item-page__content {
    padding-left: min(7.2916666667%, 140px);
    padding-right: min(7.2916666667%, 140px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .item-page__content {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (max-width: 767px) {
  .item-page__content {
    padding: 0;
  }
}
.item-page__nav {
  font-family: var(--cinzel);
}
@media (min-width: 768px) {
  .item-page__nav {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: baseline;
  }
  .item-page__nav__result {
    display: flex;
    display: -webkit-flex;
    align-items: baseline;
    font-size: 1.9rem;
    letter-spacing: 0.1em;
    gap: 8px;
  }
  .item-page__nav__result small {
    font-size: 1.5rem;
  }
}
.item-page__nav__button {
  font-family: var(--notoSans);
  font-weight: 500;
  display: grid;
  place-content: center;
  height: 30px;
  letter-spacing: 0.08em;
  border-radius: 50px;
  border: solid 1px var(--gray99);
}
@media (max-width: 767px) {
  .item-page__nav__button {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .item-page__nav__button {
    height: 40px;
  }
}
.item-page__nav .filter--show {
  background: url(../img/icon/ico-filter.svg) no-repeat right 18px center;
}
@media (max-width: 767px) {
  .item-page__nav .filter--show {
    background-size: 15px;
  }
}
@media (min-width: 768px) {
  .item-page__nav .filter--show {
    background: url(../img/icon/ico-filter.svg) no-repeat right 23px center;
  }
}
.item-page__nav .searchArea {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media (min-width: 768px) {
  .item-page__nav .searchArea {
    grid-template-columns: repeat(2, 205px);
    gap: 17px;
  }
}
.item-page__nav .searchArea .searchItem {
  position: relative;
}
.item-page__nav .searchArea .searchItem .open_select {
  background: url(../img/icon/filter-down.svg) no-repeat right 15px center;
}
@media (max-width: 767px) {
  .item-page__nav .searchArea .searchItem .open_select {
    background-size: 10px;
  }
}
@media (min-width: 768px) {
  .item-page__nav .searchArea .searchItem .open_select {
    background: url(../img/icon/filter-down.svg) no-repeat right 19px center;
  }
}
.item-page__nav .searchArea .searchItem:hover .open_select {
  background: url(../img/icon/filter-up.svg) no-repeat right 15px center;
}
@media (max-width: 767px) {
  .item-page__nav .searchArea .searchItem:hover .open_select {
    background-size: 10px;
  }
}
@media (min-width: 768px) {
  .item-page__nav .searchArea .searchItem:hover .open_select {
    background: url(../img/icon/filter-up.svg) no-repeat right 19px center;
  }
}
.item-page__nav .searchArea .searchItem .order_by {
  margin: 0;
  display: none;
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0px;
  z-index: 2;
  font-family: var(--notoSans);
  border-radius: 20px;
  background: #171717;
  box-shadow: 0px 23px 16px rgba(0, 0, 0, 0.76);
}
.item-page__nav .searchArea .searchItem .order_by li:first-child {
  padding-top: 5px;
}
.item-page__nav .searchArea .searchItem .order_by li:last-child {
  padding-bottom: 5px;
}
.item-page__nav .searchArea .searchItem .order_by a {
  display: block;
  padding: 5px 20px;
}
.item-page .layout-list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
  margin-bottom: 25px;
}
.item-page .goodsList {
  display: grid;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .item-page .goodsList {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 10px;
  }
  .item-page .goodsList.col_cnt_1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
    max-width: 280px;
    margin: auto;
  }
  .item-page .goodsList.col_cnt_1 .goodsTile .images {
    margin-bottom: 24px;
  }
  .item-page .goodsList.col_cnt_2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 10px;
  }
}
@media (min-width: 768px) {
  .item-page .goodsList {
    grid-template-columns: repeat(3, 1fr);
    gap: 77px 30px;
  }
}
.item-page .gift-section {
  position: relative;
  margin-top: 28px;
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .item-page .gift-section {
    margin: auto;
    margin-top: 207px;
    margin-bottom: 152px;
    container-type: inline-size;
    max-width: 1638px;
  }
}
.item-page .gift-section__pic {
  border-radius: 20px;
}
.item-page .gift-section__info {
  position: absolute;
  top: 44.1233140655%;
  left: 8.547008547%;
  color: var(--colorEB);
}
.item-page .gift-section__en-ttl {
  font-family: var(--cinzel);
  font-size: 1rem;
  letter-spacing: 0.18em;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .item-page .gift-section__en-ttl {
    font-size: min(1.0378510379cqw, 1.7rem);
    margin-bottom: min(2.1978021978cqw, 36px);
  }
}
.item-page .gift-section__ttl {
  font-family: var(--notoSerif);
  font-size: 1.3rem;
  line-height: 1.4255319149;
  letter-spacing: 0.18em;
}
@media (min-width: 768px) {
  .item-page .gift-section__ttl {
    font-size: min(2.8693528694cqw, 4.7rem);
    margin-bottom: min(1.8315018315cqw, 30px);
  }
}
.item-page .gift-section__txt {
  color: white;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .item-page .gift-section__txt {
    font-size: min(0.9768009768cqw, 1.6rem);
  }
}
.item-page .check-section {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .item-page .check-section {
    margin-top: 250px;
  }
}
.item-page .check-section__ttl {
  font-family: var(--cinzel);
  color: var(--gray99);
  font-size: 1.4rem;
  letter-spacing: 0.23em;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .item-page .check-section__ttl {
    font-size: 2.6rem;
    margin-bottom: 53px;
  }
}
.item-page .filter-area {
  position: fixed;
  z-index: 2000;
  top: 26px;
  left: 20px;
  border-radius: 20px;
  background: #171717;
  width: calc(100% - 40px);
  height: calc(100dvh - 60px);
  overflow-y: auto;
  padding: 35px 30px 24px;
  box-shadow: 0px 23px 16px rgba(0, 0, 0, 0.76);
  color: white;
  display: none;
}
.item-page .filter-area::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .item-page .filter-area {
    width: 584px;
    height: calc(100dvh - 120px);
    padding: 57px 74px 74px 52px;
    top: 73px;
    left: 60px;
  }
}
.item-page .filter-area__header {
  display: flex;
  display: -webkit-flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .item-page .filter-area__header {
    margin-bottom: 47px;
  }
}
.item-page .filter-area__ttl {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .item-page .filter-area__ttl {
    font-size: 2.2rem;
  }
}
.item-page .filter-area .jsResetFiltering {
  background: none;
  font-size: 1.3rem;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .item-page .filter-area .jsResetFiltering {
    font-size: 1.6rem;
  }
}
.item-page .filter-area .sort-select {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 35px;
  transform: translateX(-5px);
}
@media (min-width: 768px) {
  .item-page .filter-area .sort-select {
    margin-bottom: 40px;
  }
}
.item-page .filter-area .sort-select .sort--close {
  transition: opacity 0.3s ease;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-size: 1.2rem;
  min-width: 94px;
  padding: 0 1em;
  padding-right: 30px;
  height: 30px;
  color: #EAEAEA;
  border-radius: 80px;
  border: solid 1px #B9B2B2;
  background: url(../img/icon/ico-close.svg) no-repeat right 10px center;
}
.item-page .filter-section {
  margin-bottom: 40px;
}
.item-page .filter-section__ttl {
  font-family: var(--cinzel);
  font-size: 1.4rem;
  letter-spacing: 0.23em;
  color: white;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .item-page .filter-section__ttl {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .item-page .filter-section__list li:not(:last-child) {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .item-page .filter-section__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.item-page .filter-section__label {
  color: #E3E3E3;
  margin: 0;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .item-page .filter-section__label {
    display: flex;
    display: -webkit-flex;
    width: fit-content;
    align-items: center;
    gap: 8px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .item-page .filter-section__label {
    padding-left: 34px;
  }
}
.item-page .filter-section__label:before {
  width: 27px;
  height: 27px;
  border: solid 1px var(--gray99);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .item-page .filter-section__label:before {
    position: static;
  }
}
@media (min-width: 768px) {
  .item-page .filter-section__label:before {
    width: 21px;
    height: 21px;
  }
}
.item-page .filter-section__label::after {
  content: none;
}
@media (max-width: 767px) {
  .item-page .filter-section input:checked + .filter-section__label {
    display: flex;
    display: -webkit-flex;
  }
  .item-page .filter-section input:checked + .filter-section__label::after {
    background: var(--colorEB);
    border: none;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    margin: 0;
    transform: translateY(-50%);
    left: 7px;
  }
}
@media (min-width: 768px) {
  .item-page .filter-section input:checked + .filter-section__label:before {
    background: var(--colorEB);
    border-color: #2F2F2F;
  }
  .item-page .filter-section input:checked + .filter-section__label::after {
    content: none;
  }
}
.item-page .filter-section__size-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px 13px;
}
@media (min-width: 768px) {
  .item-page .filter-section__size-list {
    grid-template-columns: repeat(3, 138px);
    gap: 16px;
  }
}
.item-page .filter-section__size-label {
  font-size: 1.4rem;
  font-family: var(--cinzel);
  width: 100%;
  height: 30px;
  display: grid;
  place-content: center;
  margin: 0;
  color: white;
  letter-spacing: 0.05em;
  background: var(--gray33);
  border-radius: 70px;
  padding: 0;
}
@media (min-width: 768px) {
  .item-page .filter-section__size-label {
    font-size: 1.9rem;
    height: 44px;
  }
}
.item-page .filter-section__size-label:before, .item-page .filter-section__size-label:after {
  content: none;
}
.item-page .filter-section input:checked + .filter-section__size-label {
  color: black;
  background: var(--colorEB);
}
.item-page .filter-section input:checked + .filter-section__size-label:after {
  content: none;
}
@media (max-width: 767px) {
  .item-page .filter-section__color-list li:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .item-page .filter-section__color-list {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    gap: 60px;
  }
}
.item-page .filter-section .colorchip {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: solid 1px #AFAFAF;
}
@media (min-width: 768px) {
  .item-page .filter-section .colorchip {
    width: 33px;
    height: 33px;
  }
}
.item-page .filter-section__color-label {
  font-size: 1em;
  letter-spacing: 0.23em;
  color: white;
  padding: 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .item-page .filter-section__color-label {
    gap: 20px;
  }
}
.item-page .filter-section__color-label:before, .item-page .filter-section__color-label:after {
  content: none;
}
.item-page .filter-section input:checked + .filter-section__color-label:after {
  content: none;
}
.item-page .filter-section input:checked + .filter-section__color-label .colorchip {
  position: relative;
}
.item-page .filter-section input:checked + .filter-section__color-label .colorchip:after {
  content: "";
  display: block;
  background: url(../img/icon/ico-check.svg) no-repeat;
  background-size: contain;
  width: 9px;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
@media (min-width: 768px) {
  .item-page .filter-section input:checked + .filter-section__color-label .colorchip:after {
    width: 14px;
    height: 9px;
  }
}
.item-page .filter-section input:checked + .filter-section__color-label .colorchip.Black:after {
  background: url(../img/icon/ico-check-white.svg) no-repeat;
  background-size: contain;
}
.item-page .filter-section .jsSubmitFiltering {
  margin: auto;
  margin-top: 25px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: calc(100% - 20px);
  height: 40px;
  display: grid;
  place-content: center;
  color: white;
  background: #B29F7B;
  border-radius: 50px;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .item-page .filter-section .jsSubmitFiltering {
    font-size: 1.5rem;
    width: 330px;
    height: 50px;
    margin: auto;
    margin-top: 37px;
  }
}
