.whim_news figure {
  margin: 0;
}
.whim_news a {
  display: block;
  color: #000;
  text-decoration: none;
}
.whim_news img {
  display: block;
  width: 100%;
}
.whim_news .en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.whim_news .container {
  width: 95%;
  margin: 0 auto;
  max-width: 750px;
}
.whim_news .lead {
  margin: 80px auto;
}
.whim_news .wrapper:after {
  content: "";
  height: 1px;
  width: 100px;
  margin: 80px auto 100px;
  background-color: #000;
  display: block;
}
.whim_news .wrapper .title {
  font-size: clamp(24px, 6.4vw, 32px);
  text-align: center;
  text-decoration: underline;
  margin-bottom: 50px;
}
.whim_news .wrapper .sub_title {
  font-size: clamp(18px, 4.8vw, 24px);
  padding-bottom: 20px;
  text-align: center;
}
.whim_news .wrapper .wrap_image {
  width: 80%;
  margin: 0 auto;
}
.whim_news .wrapper .main:after {
  content: "";
  margin: 30px auto;
  height: 100px;
  display: block;
  background-color: #000;
  width: 1px;
}
.whim_news .wrapper .credit {
  font-size: 13px;
  margin: 15px auto 0;
  display: grid;
  gap: 10px;
  width: fit-content;
}
.whim_news .wrapper .credit a {
  text-decoration: underline;
}
.whim_news .wrapper .credit a[href=""] {
  text-decoration: none;
  pointer-events: none;
}
.whim_news .wrapper:last-of-type:after {
  display: none;
}
.whim_news .all_btn {
  font-size: 14px;
  width: 250px;
  text-align: center;
  padding: 10px;
  margin: 80px auto 0;
  border: 1px solid #000;
}/*# sourceMappingURL=style.css.map */