main > div:not(.m-firstimage) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.header.change-color .btn-gNav:not(.open) span {
  background: black;
}

.m-firstimage {
  position: relative;
  display: flex;
}
.m-firstimage img {
  max-width: 100%;
  width: 100%;
  min-height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-firstimage .clubname {
  position: absolute;
  bottom: 10vh;
  left: 7vw;
  background-color: rgba(255, 255, 255, 0.5);
}
.m-firstimage .clubname h1 {
  font-weight: 700;
}

.m-no-Fes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20vh;
  margin-right: 7vw;
  padding: 6vh 6vw;
  background-color: #60712F;
  color: white;
}
.m-no-Fes .title {
  display: inline-block;
  text-align: center;
}
.m-no-Fes .marker {
  background: linear-gradient(transparent 70%, rgba(240, 113, 103, 0.7) 20%);
}
.m-no-Fes .dateANDspot {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15vh;
}
.m-no-Fes .dateANDspot .date {
  width: 100%;
  padding-right: 3vh;
}
.m-no-Fes .dateANDspot .spot {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 1vh;
}
.m-no-Fes .dateANDspot .spot .spot-musashi {
  margin-top: 2vh;
}
.m-no-Fes p {
  text-align: center;
  display: inline-block;
}
.m-no-Fes p:not([class^=spot]) {
  margin-top: 15vh;
  font-size: 1.7rem;
}
.m-no-Fes p a {
  color: white;
}
.m-no-Fes p a:hover {
  opacity: 0.8;
}

h2 {
  font-weight: 700;
}

h2:not(.title h2) {
  margin-bottom: 12vh;
  padding-left: 2vw;
  border-left: 5px solid #60712F;
}

.m-no-others .no-article {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 7vh;
}
.m-no-others .no-article:last-of-type {
  margin-bottom: 3vh;
}
.m-no-others .no-article .no-imagepart {
  width: 40vh;
  max-width: 100%;
  aspect-ratio: 4/3;
  border-radius: 5px;
  flex-grow: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-no-others .no-article .no-textpart {
  padding-left: 3vw;
  width: calc(80vw - 40vh);
  min-width: 40vw;
  flex-grow: 1;
}
.m-no-others .no-article .no-textpart .no-textpart-date {
  color: #60712F;
  display: inline;
}
.m-no-others .no-article .no-textpart .no-textpart-label {
  display: inline-block;
  margin-left: 2vw;
  padding: 0.2em 1.2em;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
}
.m-no-others .no-article .no-textpart .sankou {
  background-color: #60712F;
}
.m-no-others .no-article .no-textpart .news {
  background-color: #C492B1;
}
.m-no-others .no-article .no-textpart .impNews {
  background-color: #F07167;
}
.m-no-others .no-article .no-textpart > h3, .m-no-others .no-article .no-textpart > p:last-child {
  margin-top: 2vh;
}
.m-no-others a {
  color: #60712F;
}
.m-no-others a:hover {
  color: #9bb64b;
}

.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;
}

@media screen and (min-width: 550px) {
  .m-no-Fes .dateANDspot {
    flex-direction: row;
  }
  .m-no-Fes .dateANDspot .date {
    width: 60%;
    border-right: 1px solid gainsboro;
  }
  .m-no-Fes .dateANDspot .spot {
    width: 40%;
  }
}/*# sourceMappingURL=home.css.map */