@charset "UTF-8";
body.modal--show {
  height: 100dvh;
  overflow-y: hidden;
}

.staffstyling {
  padding: 80px 20px 64px;
  /*
  .itemList .favorite-btn {
  	position: absolute;
  	right: 15px;
  	bottom: 15px;
  	z-index: 2;	
  }
  */
}
.staffstyling-visumo {
  padding: 80px 0px 64px;
}
@media (min-width: 768px) {
  .staffstyling {
    width: min(1350 / 1480 * 100%, 1350px);
    margin: auto;
    padding: 150px 75px 128px;
  }
}
.staffstyling .page-ttl {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 32px;
  letter-spacing: 0.2em;
  color: #212121;
  font-weight: normal;
  font-family: "classico-urw", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
  .staffstyling .page-ttl {
    font-size: 2.4rem;
    margin-bottom: 56px;
  }
}
.staffstyling__tag-area {
  overflow-x: auto;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .staffstyling__tag-area {
    margin-bottom: 56px;
  }
}
.staffstyling__tag-list {
  display: flex;
  display: -webkit-flex;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .staffstyling__tag-list {
    justify-content: center;
  }
}
.staffstyling__tag-list li:not(:last-child) {
  margin-right: 10px;
}
.staffstyling__tag-list a {
  border-radius: 16px;
  color: #abada4;
  padding: 8px 9px;
  line-height: 1;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  border: solid 1px #abada4;
}
@media (min-width: 768px) {
  .staffstyling__tag-list a {
    padding: 8px 20px;
    font-size: 1.4rem;
  }
}
.staffstyling__tag-list a.active {
  color: #212121;
  border-color: #212121;
}
.staffstyling__tag-list a.active:hover {
  opacity: 1;
}
.staffstyling__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (min-width: 768px) {
  .staffstyling__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.staffstyling .overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  z-index: 5000;
  background: rgba(235, 237, 226, 0.9);
}
.staffstyling .modal-box {
  display: none;
  position: fixed;
  z-index: 5001;
  width: calc(100% - 40px);
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  height: calc(100dvh - 80px);
  padding: 40px 15px;
}
@media (min-width: 768px) {
  .staffstyling .modal-box {
    width: min((1000 / 1280) * 100%, 1000px);
    padding: 40px;
  }
}
.staffstyling .modal-box__content {
  padding-right: 25px;
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .staffstyling .modal-box__content {
    padding-right: 40px;
    display: grid;
    grid-template-columns: 3.6fr 5fr;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .staffstyling .modal-box__pic {
    margin-bottom: 20px;
  }
}
.staffstyling .modal-box__item-area {
  height: 100%;
}
.staffstyling .modal-box__item-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (min-width: 768px) {
  .staffstyling .modal-box__item-list {
    gap: 30px 15px;
  }
}
.staffstyling .favorite-btn {
  right: 13px;
  bottom: 13px;
  position: absolute;
}
.staffstyling .size-select-area {
  position: absolute;
  width: 100%;
  background: white;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  padding-right: calc(26px + 18px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.staffstyling .size-select--show {
  height: 16px;
  width: 18px;
  background: none;
  background-image: url(/assets/front/nojess/img/icon_favo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
@media (min-width: 768px) {
  .staffstyling .size-select--show {
    right: 13px;
    bottom: 13px;
  }
}
.staffstyling .size-select--show.active {
  background-image: url(/assets/front/nojess/img/icon_favo_on.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.staffstyling .size-select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.staffstyling .size-select .select_size {
  background: none;
  border: none;
  border-bottom: solid 1px black;
  padding: 0;
  padding-top: 14px;
  padding-left: 12px;
  padding-bottom: 16px;
  height: fit-content;
  color: black;
  font-size: 1.3rem;
  width: 100%;
  text-align: left;
  letter-spacing: 0.1em;
  cursor: pointer;
  background: url(../img/common/ico_down.svg) no-repeat right 12px center;
  background-size: 14px;
}
.staffstyling .size-select .size-select__list {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  width: calc(100% - 44px);
  font-size: 1.3rem;
  background: white;
  color: black;
}
.staffstyling .size-select .size-select__list li {
  border-bottom: 1px solid #efe9e9;
}
.staffstyling .size-select .size-select__list .stock_display {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
}
.staffstyling .itemImage {
  position: relative;
  margin-bottom: 16px;
}
.staffstyling .itemImage > a {
  display: block;
}
.staffstyling .goodsTile {
  text-align: left;
}
.staffstyling .goodsTile .add_favorite {
  position: static;
}
.staffstyling .goodsTile .add_favorite {
  background-image: url(/assets/front/nojess/img/icon_favo.svg);
  background-repeat: no-repeat;
}
.staffstyling .goodsTile .add_favorite.active {
  background-image: url(/assets/front/nojess/img/icon_favo_on.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.staffstyling .detailWrapper {
  font-size: 1.3rem;
  width: 100%;
}
@media (min-width: 768px) {
  .staffstyling .detailWrapper {
    margin-bottom: 0.5em;
  }
}
.staffstyling .priceWrapper {
  font-size: 12px;
  letter-spacing: 0.4px;
  position: static;
  width: 100%;
  bottom: 20px;
}
.staffstyling .priceWrapper .price {
  color: #212121;
  margin: 0;
}
.staffstyling .size-select__list .stock-status {
  margin-left: auto;
  margin-right: 1em;
}
.staffstyling .size-select__list .add_favorite {
  display: block;
  height: 16px;
  width: 18px;
  background: url(/assets/front/nojess/img/icon_favo.svg) no-repeat right center;
  background-repeat: no-repeat;
  background-size: contain;
}
.staffstyling .size-select__list .add_favorite.active {
  background: url(/assets/front/nojess/img/icon_favo_on.svg) no-repeat right center;
  background-repeat: no-repeat;
  background-size: contain;
}
.staffstyling .modal-box .modal-box--close {
  position: absolute;
  background: none;
  right: 30px;
  top: 30px;
}
