@charset "UTF-8";
/*====================================
商品一覧ページ
====================================*/
@media screen and (min-width: 600px) {
  .main .head02 {
    position: relative;
    display: block;
    width: fit-content;
    min-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
    font-size: clamp(16px, 3vw, 24px);
  }
  .main .head02::after {
    content: "";
    display: block;
    width: 28%;
    height: 5px;
    position: absolute;
    left: 50%;
    bottom: -0.5em;
    background-color: var(--base-font-color);
    border-radius: 10px;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 599px) {
  .main .head02 {
    position: relative;
    display: block;
    width: fit-content;
    min-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
    font-size: 20px;
    font-size: clamp(16px, 3vw, 24px);
  }
  .main .head02::after {
    content: "";
    display: block;
    width: 28%;
    height: 5px;
    position: absolute;
    left: 50%;
    bottom: -0.5em;
    background-color: var(--base-font-color);
    border-radius: 10px;
    transform: translateX(-50%);
  }
}
.main--product-list > .__heading .__h1 {
  font-size: 1.1em;
}

/*# sourceMappingURL=list.css.map */
