@charset "UTF-8";

.pc-br {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: inline-block;
  }
}

.catalog01 {
  width: 100%;
  height: auto;
}

.catalog01__inner {
  width: 1000px;
  height: auto;
  margin: 0 auto 0 auto;
  padding: 120px 0 0 0;
}

@media screen and (max-width: 767px) {
  .catalog01__inner {
    width: 88%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 90px 0 0 0;
  }
}

.catalog01__block {
  margin: 0 0 120px 0;
}

@media screen and (max-width: 767px) {
  .catalog01__block {
    margin: 0 0 90px 0;
  }
}

.catalog01__title {
  position: relative;
  font-size: 24px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  padding-bottom: 10px;
  margin: 0 0 40px 0;
  border-bottom: 2px solid rgba(1, 1, 1, 0.2);
}
.catalog01__title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 10%;
  height: 2px;
  background: #D70D1F;
}

.catalog01__ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}

.catalog01__list {
  display: block;
  width: 227.5px;
  padding: 25px 25px;
  background-color: #F2F2F2;
}

@media screen and (max-width: 767px) {
  .catalog01__list {
    width: 100%;
  }
}

.catalog01__list img {
  width: 85%;
  display: block;
  margin: 0 auto 12px auto;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .catalog01__list img {
    width: 65%;
  }
}

.catalog01__name {
  position: relative;
  height: 58px;
  font-size: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 2px solid rgba(1, 1, 1, 0.2);
}
.catalog01__name::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  background: #D70D1F;
}
.catalog01__name02 {
  position: relative;
  height: 80px;
  font-size: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 2px solid rgba(1, 1, 1, 0.2);
}
.catalog01__name02::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 20%;
  height: 2px;
  background: #D70D1F;
}

@media screen and (max-width: 767px) {
  .catalog01__name {
    height: auto;
    font-size: 17px;
    padding: 5px 0 15px 0;
    margin: 0 0 25px 0;
  }
  .catalog01__name02 {
    height: auto;
    font-size: 17px;
    padding: 5px 0 15px 0;
    margin: 0 0 25px 0;
  }
}

.catalog01__link {
  position: relative;
  display: block;
  width: 100%;
  background-color: #333333;
  padding: 8px 25px 8px 25px;
  text-align: left;
  margin: 20px auto 0 auto;
  font-size: 14px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .catalog01__link {
    font-size: 14px;
    width: 100%;
    padding: 8px 45px 8px 25px;
    margin: 10px auto 0 auto;
  }
}
.catalog01__link::before {
  position: absolute;
  top: 1px;
  right: 28px;
  bottom: 0;
  content: "";
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.catalog01__link:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.catalog01__link:hover::before {
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  right: 22px;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
