#shoplist {
  background: #e9e5e0;
  color: #1a1a1a;
}
#shoplist [hidden] {
  display: none !important;
}
#shoplist .shopLead {
  padding: 100px 0 240px;
  text-align: center;
}
#shoplist .shopLead p {
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.8;
  font-size: 2.5rem;
  font-weight: 500;
}
#shoplist .shopLead a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 600px;
  min-height: 60px;
  background: #1a1a1a;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 1.7rem;
}
#shoplist .shopList {
  padding-bottom: 110px;
}
#shoplist .shopList__heading {
  margin-bottom: 120px;
  text-align: center;
}
#shoplist .shopList__heading h1 {
  margin-bottom: 50px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
}
#shoplist .shopList__heading p {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}
#shoplist .shopList__filter {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 90px 1fr 90px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px 90px;
  width: min(100%, 1100px);
  margin: 0 auto 90px;
}
#shoplist .shopList__filter button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100px;
  padding: 0 18px;
  border: 1px solid #d8d8d8;
  background: transparent;
  color: #9a9a9a;
  font-family: inherit;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: border-color 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  transition: border-color 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  font-size: 3rem;
  border-color: #1a1a1a;
}
#shoplist .shopList__filter button:hover {
  opacity: 0.45;
}
#shoplist .shopList__filter button.is-active {
  opacity: 0.45;
}
#shoplist .shopList__filter img {
  width: auto;
  max-width: 230px;
  max-height: 28px;
}
#shoplist .shopList__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 170px 110px minmax(0, 1fr);
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 110px;
  width: min(100%, 1600px);
  margin: 0 auto;
  padding: 100px;
  background: #fff;
}
#shoplist .shopList__areaNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  padding-top: 7px;
}
#shoplist .shopList__areaNav a {
  position: relative;
  display: block;
  padding-bottom: 25px;
  font-weight: 500;
  line-height: 1;
  font-size: 2.3rem;
}
#shoplist .shopList__areaNav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #1a1a1a 0, #1a1a1a calc(100% - 40px), transparent calc(100% - 40px), transparent calc(100% - 30px), #1a1a1a calc(100% - 30px), #1a1a1a 100%);
}
#shoplist .shopList__content {
  min-width: 0;
}
#shoplist .shopPref {
  scroll-margin-top: 120px;
}
#shoplist .shopPref + .shopPref {
  margin-top: 42px;
}
#shoplist .shopPref h2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 48px 1fr;
  grid-template-columns: auto 1fr;
  gap: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 46px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
#shoplist .shopPref h2::after {
  content: "";
  display: block;
  height: 1px;
  background: linear-gradient(to right, #1a1a1a 0, #1a1a1a calc(100% - 210px), transparent calc(100% - 210px), transparent calc(100% - 200px), #1a1a1a calc(100% - 200px), #1a1a1a 100%);
}
#shoplist .shopCard {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 130px 50px minmax(0, 1fr) 50px 200px;
  grid-template-columns: 130px minmax(0, 1fr) 200px;
  gap: 20px 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (max-width: 1200px) {
  #shoplist .shopCard {
    -ms-grid-columns: minmax(0, 1fr) 200px;
    grid-template-columns: minmax(0, 1fr) 200px;
  }
}
#shoplist .shopCard + .shopCard {
  margin-top: 56px;
}
#shoplist .shopCard:has(.shopCard__flag) {
  position: relative;
}
#shoplist .shopCard__brand {
  padding-top: 9px;
}
@media (max-width: 1200px) {
  #shoplist .shopCard__brand {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
#shoplist .shopCard__brand img {
  width: 185px;
  max-width: 100%;
}
#shoplist .shopCard__brand:has(.shopCard__flag) > img:first-child {
  width: 178px;
}
#shoplist .shopCard__flag {
  width: 70px;
}
#shoplist .shopCard__title:has(.shopCard__note) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 18px;
}
#shoplist .shopCard__note {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
#shoplist .shopCard__detail {
  min-width: 0;
}
#shoplist .shopCard h3 {
  margin-bottom: 18px;
  font-size: clamp(2.6rem, 2.1vw, 4rem);
  font-weight: 500;
  line-height: 1.2;
}
#shoplist .shopCard__address {
  margin-bottom: 10px;
  line-height: 1.5;
}
#shoplist .shopCard__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 22px;
  margin-bottom: 18px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}
#shoplist .shopCard__meta span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
#shoplist .shopCard__meta span::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  width: 15px;
  height: 15px;
  background: center/contain no-repeat;
}
#shoplist .shopCard__time::before {
  background-image: url("/cont/custom-order/assets/img/shoplist/time.svg") !important;
}
#shoplist .shopCard__tel::before {
  background-image: url("/cont/custom-order/assets/img/shoplist/tel.svg") !important;
}
#shoplist .shopCard__products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 18px minmax(0, 1fr);
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px 18px;
  font-weight: 500;
}
#shoplist .shopCard__products dt {
  -ms-grid-row-span: 2;
  grid-row: span 2;
  font-size: 1.6rem;
}
@media (max-width: 1400px) {
  #shoplist .shopCard__products dt {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -ms-grid-row-span: 1;
    grid-row: span 1;
  }
}
#shoplist .shopCard__products dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  min-width: 0;
  color: #7c7c7c;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media (max-width: 1400px) {
  #shoplist .shopCard__products dd {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
#shoplist .shopCard__tag {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 84px;
          flex: 0 0 84px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 24px;
  padding: 0 12px;
  border-radius: 8px;
  color: #1a1a1a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  line-height: 1;
}
#shoplist .shopCard__tag--men {
  background: #c3d1dc;
}
#shoplist .shopCard__tag--women {
  background: #e5bdcc;
}
#shoplist .shopCard__links {
  display: -ms-grid;
  display: grid;
  gap: 18px;
}
#shoplist .shopCard__links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 62px;
  background: #1a1a1a;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}
#shoplist .shopCard__links a:nth-child(2) {
  font-family: inherit;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
}

@media only screen and (min-width: 769px) {
  header {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  #shoplist .shopLead {
    width: 100%;
    padding: 34px 5% 60px;
  }
  #shoplist .shopLead p {
    margin-bottom: 15px;
    line-height: 1.7;
    font-size: 1rem;
  }
  #shoplist .shopLead a {
    width: 255px;
    min-height: 50px;
    font-size: 1.3rem;
  }
  #shoplist .shopList {
    width: 100%;
    padding: 0 5% 70px;
  }
  #shoplist .shopList__heading {
    margin-bottom: 60px;
  }
  #shoplist .shopList__heading h1 {
    margin-bottom: 16px;
    font-size: 1.5rem;
  }
  #shoplist .shopList__heading p {
    font-size: 1.5rem;
  }
  #shoplist .shopList__filter {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 50px;
  }
  #shoplist .shopList__filter button {
    min-height: 50px;
    padding-inline: 14px;
    font-size: 1.5rem;
  }
  #shoplist .shopList__filter img {
    max-width: 165px;
    max-height: 15px;
  }
  #shoplist .shopList__body {
    display: block;
    width: auto;
    padding: 0;
    background: transparent;
  }
  #shoplist .shopList__areaNav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px 24px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-bottom: 50px;
    padding-top: 0;
  }
  #shoplist .shopList__areaNav a {
    padding-bottom: 14px;
    font-size: 1.5rem;
  }
  #shoplist .shopList__areaNav a::after {
    background: linear-gradient(to right, #1a1a1a 0, #1a1a1a calc(100% - 23px), transparent calc(100% - 23px), transparent calc(100% - 18px), #1a1a1a calc(100% - 18px), #1a1a1a 100%);
  }
  #shoplist .shopList__content {
    padding: 40px 20px 50px;
    background: #fff;
  }
  #shoplist .shopPref {
    scroll-margin-top: 82px;
  }
  #shoplist .shopPref + .shopPref {
    margin-top: 44px;
  }
  #shoplist .shopPref h2 {
    gap: 34px;
    margin-bottom: 38px;
    font-size: 1.1rem;
  }
  #shoplist .shopPref h2::after {
    background: linear-gradient(to right, #1a1a1a 0, #1a1a1a calc(100% - 30px), transparent calc(100% - 30px), transparent calc(100% - 25px), #1a1a1a calc(100% - 25px), #1a1a1a 100%);
  }
  #shoplist .shopCard {
    display: block;
  }
  #shoplist .shopCard + .shopCard {
    margin-top: 46px;
  }
  #shoplist .shopCard__brand {
    padding-top: 0;
    margin-bottom: 16px;
  }
  #shoplist .shopCard__brand img {
    width: auto;
    height: 15px;
  }
  #shoplist .shopCard__brand:has(.shopCard__flag) {
    display: block;
  }
  #shoplist .shopCard__brand:has(.shopCard__flag) > img:first-child {
    width: 43px;
    height: auto;
  }
  #shoplist .shopCard__flag {
    width: 43px;
    height: auto;
  }
  #shoplist .shopCard__title:has(.shopCard__note) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 10px;
  }
  #shoplist .shopCard__title:has(.shopCard__note) h3 {
    min-height: 56px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #shoplist .shopCard h3 {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
  #shoplist .shopCard__note {
    padding-top: 0;
    font-size: 1rem;
  }
  #shoplist .shopCard__address {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.65;
  }
  #shoplist .shopCard__meta {
    gap: 7px 18px;
    margin-bottom: 10px;
    font-size: 1rem;
  }
  #shoplist .shopCard__meta span {
    gap: 5px;
  }
  #shoplist .shopCard__meta span::before {
    -ms-flex-preferred-size: 9px;
        flex-basis: 9px;
    width: 9px;
    height: 9px;
  }
  #shoplist .shopCard__products {
    -ms-grid-columns: 65px 14px minmax(0, 1fr);
    grid-template-columns: 65px minmax(0, 1fr);
    gap: 9px 14px;
  }
  #shoplist .shopCard__products dt {
    font-size: 1rem;
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 2;
    grid-row: span 2;
    margin-top: 8px;
  }
  #shoplist .shopCard__products dd {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    gap: 5px;
    font-size: 1rem;
  }
  #shoplist .shopCard__tag {
    -ms-flex-preferred-size: 45px;
        flex-basis: 45px;
    min-height: 13px;
    padding-inline: 0;
    border-radius: 3px;
    font-size: 1rem;
  }
  #shoplist .shopCard__links {
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 26px;
  }
  #shoplist .shopCard__links a {
    min-height: 40px;
    font-size: 1rem;
  }
  #shoplist .shopCard__links a:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1.3rem;
  }
  #shoplist .shopCard__links a:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.3rem;
  }
}