img {
  max-width: 100%;
  display: block;
}

.wrapper {
  max-width: 1000px;
  width: 95%;
  margin: 5rem auto;
  padding: 1rem;
}

.marathon2026 {
  font-family: "Sawarabi Gothic", sans-serif;
}
.marathon2026 .mv {
  width: 100%;
}
.marathon2026 .mv picture {
  display: block;
  width: 100%;
}
.marathon2026 .mv picture img {
  width: 100%;
  display: block;
  height: auto;
}
.marathon2026 .time {
  max-width: 1000px;
  margin: 5rem auto;
}
.marathon2026 .time img {
  width: 100%;
}
.marathon2026 .movie {
  box-sizing: border-box;
  overflow: hidden;
}
.marathon2026 .movie_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.marathon2026 .movie_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.marathon2026 .about {
  font-size: 1rem;
  border: solid 3px #e95b9c;
  border-radius: 20px;
  line-height: 1.7;
  text-align: center;
  text-align: center;
  text-wrap: balance;
  line-break: strict;
}
.marathon2026 .about .br {
  display: inline-block;
}
.marathon2026 .guest h2 {
  text-align: center;
  margin-bottom: 5rem;
  padding: 1rem 0;
  background-color: #e95b9c;
  font-weight: bold;
  font-size: 1.5rem;
}
.marathon2026 .guest_box {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  gap: 8rem 1rem;
  flex: 0 0 100%;
}
@media (max-width: 768px) {
  .marathon2026 .guest_box {
    flex: 0 0 calc(33.333% - 1rem);
  }
}
.marathon2026 .guest_box_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.marathon2026 .guest_box_item h3 {
  font-size: clamp(16px, 8vw, 20px);
  word-break: keep-all;
  color: #e95b9c;
  font-weight: bold;
}
.marathon2026 .guest_box_item img {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.marathon2026 .guest_box_item p {
  font-size: clamp(16px, 8vw, 20px);
}
.marathon2026 .guest_box_item p span {
  display: block;
  font-size: clamp(12px, 8vw, 15px);
}/*# sourceMappingURL=style.css.map */