@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;700&family=Noto+Serif+JP:wght@200;300;400;500&family=Roboto:wght@100;300;400;500;700&display=swap");

.u-tb-sp-only {
  display: none !important;
}

.u-sp-only {
  display: none !important;
}

.l-archive {
  margin: 120px auto 0;
  max-width: 980px;
}
.l-archive__cat {
  position: relative;
  display: flex;
  align-items: flex-end;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  border-bottom: 1px solid;
}
.l-archive__cat--current {
  transform: translateY(1px);
  border-top: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid #fff;
  padding: 1em 1em 0 0;
  font-size: 36px;
  justify-self: flex-start;
  flex-shrink: 0;
  line-height: 1;
}
.l-archive__cat--current span {
  padding-left: 0.2em;
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
.l-archive__cat--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: end;
  width: 100%;
}
.l-archive__cat li {
  padding-left: 48px;
  padding-bottom: 0.8em;
  font-size: 18px;
}
.l-archive__cat li a {
  display: block;
  padding-left: 25px;
  position: relative;
}
.l-archive__cat li a::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg) translateY(-50%);
}
.l-archive__cat li span {
  padding-left: 0.1em;
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
.l-archive__cat.active .l-archive__cat--btn::after {
  transform: rotate(-45deg) translateY(-50%);
}
.l-archive__products ul {
  margin: 90px auto 0;
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
.l-archive__products ul li {
  margin-bottom: 60px;
  width: 30.612244898%;
  cursor: pointer;
}
.l-archive__products ul li a {
  display: block;
}
.l-archive__products ul li .link_arrow {
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.5;
}
.l-archive__products ul li .link_arrow::before {
  margin-right: 0.8em;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg) translateY(-50%);
}
.l-archive__products ul li .notes {
  margin: 0.5em 0 0 1.5em;
  padding: 0.3em 0.5em;
  border: 1px solid;
  display: inline-block;
  font-size: 80%;
  font-weight: 400;
  line-height: 1;
  color: #e10000;
}
.l-archive__products ul li.new {
  position: relative;
}
.l-archive__products ul li.new::after {
  position: absolute;
  top: -3px;
  left: -3px;
  content: "";
  width: 81px;
  height: 81px;
  background: url(../images/common/ico_new.svg) center/100% no-repeat;
}
.l-archive__products ul::after {
  content: "";
  display: block;
  width: 30.612244898%;
}
@media (max-width: 767px) {
  .u-pc-only {
    display: none !important;
  }
  .u-sp-only {
    display: block !important;
  }
  .l-archive {
    min-height: 117.1875vw;
  }
  .l-archive__cat--current {
    font-size: 5.625vw;
  }
  .l-archive__cat--current span {
    font-size: 3.75vw;
  }
  .l-archive__cat li {
    font-size: 5.625vw;
  }
  .l-archive__cat li span {
    padding: 0 0.1em 0 0;
    font-size: 3.75vw;
  }
  .l-archive__cat--btn {
    width: 12.34375vw !important;
    height: 12.34375vw !important;
  }
  .l-archive__cat--btn::after {
    width: 3.125vw !important;
    height: 3.125vw !important;
  }
  .l-archive__products ul {
    margin-top: 9.375vw;
  }
  .l-archive__products ul li {
    margin-bottom: 7.8125vw;
    width: 43.75vw;
  }
  .l-archive__products ul li.new::after {
    width: 12.65625vw;
    height: 12.65625vw;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .u-tb-sp-only {
    display: block !important;
  }
  .l-archive__cat--current {
    font-size: 3vw;
  }
  .l-archive__cat--current span {
    font-size: 1.3333333333vw;
  }
  .l-archive__cat li span {
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 1024px) {
  .l-archive {
    margin-top: 9.375vw;
    padding: 0 4.6875vw;
  }
  .l-archive__cat--list {
    position: absolute;
    top: calc(100% + 1px);
    visibility: hidden;
    opacity: 0;
    display: block;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    transition: opacity 0.3s, visibility 0.3s;
  }
  .l-archive__cat li {
    padding: 0.8em 0;
    border-bottom: 1px solid #3c1e0f;
    text-align: right;
    line-height: 1.1;
  }
  .l-archive__cat li a::before {
    display: none;
  }
  .l-archive__cat--btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 6.5833333333vw;
    height: 6.5833333333vw;
  }
  .l-archive__cat--btn::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(135deg) translateY(-50%);
    transform-origin: top;
    transition: transform 0.3s;
  }
  .l-archive__cat.active .l-archive__cat--list {
    visibility: visible;
    opacity: 1;
  }
}
/*# sourceMappingURL=sourcemaps/archive.css.map */
