﻿.page-matomewari, .matomewari-category-section, .page-bottom-btn, .l-free-rensIncBlock-option {
  font-family: 'Lato', 'Noto Sans Japanese', sans-serif;
}
.page-matomewari .lightblue, .matomewari-category-section .lightblue {
  color: #65bcde;
}
.page-matomewari .orange, .matomewari-category-section .orange {
  color: #ed755d;
}
.page-matomewari .gold, .matomewari-category-section .gold {
  color: #b39850;
}
.page-matomewari .green, .matomewari-category-section .green {
  color: #a5c945;
}
.page-matomewari .purple, .matomewari-category-section .purple {
  color: #c48abc;
}
.page-matomewari .blue, .matomewari-category-section .blue {
  color: #2e8fb9;
}
.u-color-positive {
  color: #d54f62;
}
.page-matomewari .intro {
  margin-top: 60px;
}
.page-matomewari .intro p {
  font-size: 16px;
  line-height: 1.4;
}
.page-matomewari .intro p+p {
  font-weight: bold;
  margin-top: 30px;
}
.page-matomewari .intro-note {
  margin-top: 30px;
  line-height: 1.5;
}
.matomewari-nav {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.matomewari-nav li {
  width: calc((100% - 15px *2) / 3);
  border: 2px solid #000;
}
.matomewari-nav li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 105px;
  position: relative;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  padding: 17px 10px;
}
.matomewari-nav li a .price span {
  font-size: 24px;
}
.matomewari-nav li a .name {
  font-size: 21px;
  margin: 5px 0 8px;
}
.matomewari-category-section {
  margin-top: 115px;
}
.matomewari-category-section h2 {
  margin: 0 auto;
  padding: 0 10px;
  max-width: var(--width-1200);
  text-align: center;
  position: relative;
  font-size: 24px;
  font-weight: bold;
}
.matomewari-category-section h2:before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: rgba(0, 0, 0, 0.15);
}
.matomewari-category-section h2 span {
  display: inline-block;
  padding: 0 27px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.matomewari-category-section .price {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 18px;
}
.matomewari-category-section .price span {
  font-size: 24px;
}

.p-panel-col3__inner {
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.p-panel-col3__item {
  width: calc((100% - 30px * 2) / 3);
  border: solid 1px #d9d9d9;
  background-color: #fff;
}
.p-panel-col3__inner .product-type {
  line-height: 2.5em;
  background: #7a7a7a;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .07em;
  color: #fff;
  text-align: center;
}
.p-panel-col3__inner .product-brand {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: .6em;
  height: 22px;
  line-height: 22px;
}
.p-panel-col3__inner .product-brand img {
  height: 22px;
  width: auto;
}
.p-panel-col3__inner .c-card__inner {
  padding: 20px;
}
.p-panel-col3__inner .c-card__title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.38889;
}
.p-panel-col3__inner .c-card__text {
  font-size: 12px;
  letter-spacing: 0.07em;
  margin-top: 10px;
  display: block;
  line-height: 1.58333;
  color: #999;
  font-weight: 500;
}
.p-panel-col3__inner .c-card__text.dark-text {
  color: #000;
}
.p-panel-col3__inner .c-card__img {
  display: flex;
  align-items: center;
  min-height: 180px;
  position: relative;
}
.p-panel-col3__inner .c-card__img > img {
  margin: 0 auto;
  max-height: 178px;
  width: auto;
}
.p-panel-col3__inner .c-card__img > div {
  position: absolute;
  right: 20px;
  bottom: 10px;
  line-height: 1;
}
.p-panel-col3__inner .c-card__img > div img {
  width: 50px;
  height: 50px;
  margin-right: -10px;
  vertical-align: bottom;
}
.p-panel-col3__inner sub {
  vertical-align: sub;
  font-size: smaller;
}
.page-bottom-btn {
  margin-top: 70px;
  padding-bottom: 100px;
  border-bottom: 2px solid #d9d9d9;
}
.c-button.c-button--w300px {
  font-weight: bold;
}
.l-free-rensIncBlock-option.u-contactlens {
  margin-top: 0;
}
.c-button.c-button--right-arw::after {
  font-weight: normal;
}
@media screen and (min-width:741px) {
  .c-button.c-button--right-arw::after {
    font-size: 12px;
  }
}
@media screen and (max-width:740px) {
  .page-matomewari .l-free-inner, .matomewari-category-section .l-free-inner {
    padding: 0 16px;
  }
  .page-matomewari .intro {
    margin-top: 30px;
  }
  .page-matomewari .intro p {
    font-size: 13px;
    line-height: 1.5;
  }
  .page-matomewari .intro p+p {
    margin-top: 20px;
  }
  .page-matomewari .intro-note {
    margin-top: 20px;
  }
  .matomewari-category-section {
    margin-top: 20px;
  }
  .matomewari-category-section + .matomewari-category-section {
    margin-top: 50px;
  }
  .matomewari-category-section h2 {
    margin: 0 10px;
    font-size: 17px;
  }
  .matomewari-category-section h2:before {
    height: 1px;
    margin-top: 0;
  }
  .matomewari-category-section .price {
    margin: 15px 0;
  }

  .p-panel-col3__inner {
    margin: 25px -16px 0;
    padding: 0 16px 10px;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
  }
  .p-panel-col3__item {
    width: 220px;
    flex: 0 0 auto;
  }
  .p-panel-col3__inner .product-type {
    line-height: 25px;
    font-size: 11px;
  }
  .p-panel-col3__inner .product-brand {
    height: 16px;
    line-height: 16px;
  }
  .p-panel-col3__inner .product-brand img {
    height: 16px;
  }
  .p-panel-col3__inner .c-card__inner {
    padding: 15px;
  }
  .p-panel-col3__inner .c-card__title {
    font-size: 15px;
  }
  .p-panel-col3__inner .c-card__text {
    font-size: 11px;
  }
  .p-panel-col3__inner .c-card__img {
    min-height: 105px;
  }
  .p-panel-col3__inner .c-card__img > img {
    max-height: 103px;
  }
  .p-panel-col3__inner .c-card__img > div {
    right: 2px;
    bottom: 2px;
    display: flex;
    flex-wrap: wrap;
  }
  .p-panel-col3__inner .c-card__img > div img {
    width: 28px;
    height: 28px;
    margin-right: -5px;
  }
  .page-bottom-btn {
    margin-top: 50px;
    padding: 0 16px 50px;
    border-bottom-width: 1px;
  }
}