main > .m-basedata {
  margin: 20vh 7vw 0;
}
main > .m-basedata .title {
  margin-bottom: 5vh;
  font-weight: 600;
  padding-left: 1vw;
  border-left: 5px solid #60712F;
}
main > .m-basedata p {
  font-size: 1.5rem;
}

.m-catch a {
  color: black;
}
.m-catch a:hover {
  color: #596f85;
}
.m-catch p, .m-catch li, .m-catch h2, .m-catch h3 {
  font-family: "Shippori Mincho B1", "Noto Serif JP", serif;
  font-weight: 500;
}
.m-catch p {
  font-size: 1rem;
}
.m-catch h3, .m-catch .explain, .m-catch .BigFirstLetter, .m-catch .finishingcatch {
  margin-top: 25vh;
}
.m-catch .title {
  width: calc(100% + 14vw);
  margin-left: -7vw;
  position: relative;
}
.m-catch .title .backimg {
  width: 100%;
  display: block;
  min-height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-catch .title h2 {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -30%);
  padding: 1vh 0;
  color: white;
  text-align: center;
  font-size: 2.5rem;
}
.m-catch .article h3 {
  margin-bottom: 5vh;
  font-weight: 600;
  padding-left: 1vw;
  border-left: 5px solid #60712F;
}
.m-catch .article ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px 3vw;
}
.m-catch .article ul h4 {
  font-size: 1.4rem;
  font-weight: 600;
}
.m-catch .article ul li img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.m-catch .article ul li p {
  font-size: 0.9rem;
  font-weight: 400;
}
.m-catch .article .explain p {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 3.5rem;
}
.m-catch .article .BigFirstLetter::first-letter {
  font-size: 3rem;
}
.m-catch .article .BigFirstLetter ~ p:not(.finishingcatch) {
  margin-left: 0.5rem;
}
.m-catch .article .finishingcatch {
  font-weight: bold;
  margin-bottom: 30vh;
  color: #60712F;
  font-size: 2rem;
  text-align: center;
}/*# sourceMappingURL=aboutclub.css.map */