/* @media screen and (min-width: 1024px) {
  #wrapper {
    padding-top: 120px;
  }
}
@media screen and (min-width: 751px) and (max-width: 1023px) {
  #wrapper {
    padding-top: 100px;
  }
} */
.item-page-header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  padding: 15px 10px 0;
  margin-bottom: 0px;
}
.item-filter-header {
  justify-content: flex-end;
  margin-bottom: 0;
}
.item-bread-crumbs-header {
  top: 30px;
  left: 40px;
}
@media (min-width: 751px) {
  .item-page-header {
    padding: 0 min(4.4444444444vw, 80px) 0;
  }
  .item-filter-header {
    margin-bottom: 0;
    padding: 0 12.5% 0 0;
    top: 30px;
  }
  .item-bread-crumbs-header {
    top: 0;
    left: 50px;
  }
}
@media screen and (max-width: 750px) {
  .item-filter-header .filter--show {
    background-color: #000;
    padding: 12.75px 20px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 50%;
    color: #fff;
  }
  .item-filter-header .filter--show:hover {
    opacity: 1;
  }
  .item-filter-header {
    justify-content: flex-end;
    padding: 0;
    top: 39.75px
  }
}

@media (max-width: 750px) {
  .page-horizon1 {
    width: calc(100vw - 60px);
    left: 30px;
  }
}
.item-page-header .crumbsList {
  padding: 0;
  margin: 0;
}
.item-page-header .filter--show {
  font-size: 1.1rem;
  font-weight: 500;
}
@media (min-width: 751px) {
  .item-page-header .filter--show {
    font-size: 1.3rem;
  }
}
.item-page-header .filter-box {
  position: absolute;
  border: solid 1px #707070;
  background: white;
  width: calc(100% - 25px);
  bottom: 40px;
  transform: translateY(100%);
  padding: 24px 0 0;
  font-family: "Josefin Sans";
  right: 17px;
  display: none;
}
@media (min-width: 751px) {
  .item-page-header .filter-box {
    width: 350px;
    right: min(4.1666666667vw, 75px);
  }
}
.item-page-header .filter-box__close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
.item-page-header .filter-box__ttl {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 45px;
}
.item-page-header .filter-box__content {
  padding: 0 24px 16px;
}
.item-page-header .filter-box__content label {
  font-size: 1.2rem;
  margin: 0;
}
.item-page-header .filter-box .item-list-filter__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.item-page-header .filter-box .item-list-filter__list .jsFiltering {
  position: relative;
  padding-left: 24px;
  font-size: 1.2rem;
}
.item-page-header .filter-box .item-list-filter__list .jsFiltering:hover {
  opacity: 1;
}
.item-page-header .filter-box .item-list-filter__list .jsFiltering::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #323232;
  background-color: #fff;
}
.item-page-header .filter-box .item-list-filter__list .checked .jsFiltering::after {
  top: 50%;
  left: 0;
  height: 16px;
  width: 16px;
  background: #000;
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  border-radius: 50%;
}
.item-page-header .filter-box .filter-menu__color-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.item-page-header .filter-box .filter-menu__color-list .jsFiltering {
  position: relative;
  padding-left: 24px;
  font-size: 1.2rem;
}
.item-page-header .filter-box .filter-menu__color-list .jsFiltering:hover {
  opacity: 1;
}
.item-page-header .filter-box .filter-menu__color-list .white .item-list-filter__color-chip {
  border: 1px solid #AFAFAF;
}
.item-page-header .filter-box .filter-menu__color-list .item-list-filter__color-chip {
  position: absolute;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border: 1px solid #707070;
}
.item-page-header .filter-box .filter-menu__color-list .checked .jsFiltering::after {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  border: 1px #707070 solid;
  top: 50%;
  left: -3px;
  background-color: transparent;
  transform: translateY(-50%);
}
.item-page-header .filter-box .filter-section {
  margin-top: 40px;
}
.item-page-header .filter-box .filter-section__ttl {
  margin-bottom: 16px;
}
.item-page-header .filter-box__bottom {
  position: sticky;
  left: 0;
  bottom: 0;
  padding: 24px 24px 30px;
  display: grid;
  grid-template-columns: 9fr 20fr;
  gap: 7px;
}
.item-page-header .filter-box__bottom button {
  display: grid;
  place-content: center;
  height: 45px;
  font-weight: 500;
  font-size: 1.3rem;
  border-radius: 23px;
}
.item-page-header .filter-box__bottom .jsResetFiltering {
  border: solid 1px #666666;
  color: #666666;
  background: white;
}
.item-page-header .filter-box__bottom .jsSubmitFiltering {
  background: #323232;
  color: white;
}
.mainContents {
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: unset;
  position: relative;
  left: unset;
  transform: unset;
}
.mainContents .itemList {
  padding: 0;
  max-width: 100vw;
  margin: 0;
}
.mainContents .itemList .goodsList {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 150px;
}
.item-pagination .view-more {
	display: none;
}
.mainContents .itemList .goodsList .grid__item {
  float: left;
  padding-left: 30px;
  width: 100%;
}
.mainContents .itemList .goodsList .medium-up--one-half {
  width: 50%;
}
@media only screen and (min-width: 751px) {
  .mainContents .itemList .goodsList .medium-up--one-half {
    width: 33.333333%;
  }
}
.mainContents .itemList .goodsList .grid__item--collection-template {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #fff;
}
@media only screen and (min-width: 751px) {
  .mainContents .itemList .goodsList .grid__item--collection-template:nth-child(3n+2) {
    top: 100px;
  }
  .mainContents .itemList .goodsList .grid__item--collection-template:nth-child(3n+3) {
    top: 50px;
  }
}
@media (max-width: 750px) {
  .mainContents .itemList .goodsList .grid__item--collection-template:nth-of-type(2n) {
    top: 40px;
  }
}
.mainContents .itemList .goodsList .grid__item--collection-template .item {
  position: relative;
  margin: 0;
  font-size: 12px;
}
.mainContents .itemList .goodsList .goodsInfoWrapper {
  position: absolute;
  bottom: 30px;
  left: 48px;
  letter-spacing: 0.15em;
  text-shadow: 1px 1px 7px rgb(38 38 38);
  filter: contrast(1.5) brightness(1.5);
}
@media (max-width: 750px) {
  .mainContents .itemList .goodsList .goodsInfoWrapper {
    bottom: 9px;
    left: 20px;
    font-size: 1rem;
  }
}
.mainContents .itemList .goodsList .goodsNameWrapper {
  color: #fff !important;
  border-bottom: none;
  display: block;
  font-weight: normal;
  margin-bottom: 38px;
}
.mainContents .itemList .goodsList .iconList .icon {
  color: #fff;
  border-bottom: none;
  display: block;
  margin-bottom: 38px;
  text-decoration: underline;
  font-weight: 500;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.mainContents .itemList .goodsList .iconList .icon.icon--sale {
  color: red;
}
@media (max-width: 750px) {
  .mainContents .itemList .goodsList .goodsNameWrapper {
    margin-bottom: 17px;
    letter-spacing: 0.18em;
    font-weight: 600;
    font-size: calc(((15 - 1) / 15) * 1em);
  }
  .mainContents .itemList .goodsList .iconList .icon {
    margin-bottom: 17px;
    text-decoration: underline;
    font-weight: 600;
    font-size: calc(((15 - 1) / 15) * 1em);
  }
}
.mainContents .itemList .goodsList .price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 750px) {
  .mainContents .itemList .goodsList .price {
    font-size: calc(((15 - 1) / 15) * 1em);
  }
}
.mainContents .itemList .goodsList .price__regular,
.mainContents .itemList .goodsList.price__sale {
  margin-right: .625rem;
}
.mainContents .itemList .goodsList .price--on-sale .price__sale {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.mainContents .itemList .goodsList .price--on-sale .price-item--nonsale {
  text-decoration: line-through;
}
.mainContents .itemList .goodsList .price__regular {
  display: block;
}
.mainContents .itemList .goodsList .price__sale-rate--wrap {
  width: 100%;
  margin-top: 5px;
}
.mainContents .itemList .goodsList .price--on-sale .price__sale-rate {
  text-align: center;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 2px;
  padding: .2rem .5rem;
  font-size: 1em;
  color: red;
  text-shadow: none;
  display: block;
}
.mainContents .itemList .goodsList .price-item {
  color: #fff !important;
  font-weight: normal;
  margin-right: 10px;
}
.mainContents .itemList .goodsList .goodsTile .images {
  margin-bottom: 0px;
}
.mainContents .itemListNoItem {
  position: relative;
  margin-top: 100px;
  padding: 0 80px 10px 0;
  left: 40px;
  z-index: 1;
}
@media (min-width: 751px) {
  .mainContents .itemListNoItem {
    padding: 0 min(4.4444444444vw, 80px) 0;
    left: 50px;
  }
}