.mainContents {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 1.4rem;
  line-height: 1.5714285714;
}

.heading19 {
  font-size: 18px;
  color: #000;
  margin-top: 1.8em;
}
.heading19 + p {
  font-size: 16px;
}

.year {
  margin-top: 1.2em;
  font-size: 30px;
  color: #000;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  .year {
    margin-top: 0.6em;
  }
}

.yearList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}
@media screen and (max-width: 767px) {
  .yearList {
    margin-left: 0;
  }
}
.yearList li {
  margin-left: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .yearList li {
    margin-left: 0;
  }
}
.yearList li a {
  font-size: 14px;
  line-height: 1.1;
  color: #2480ff;
  padding: 0.4em 1.2em;
  text-decoration: none;
}
.yearList li a:hover {
  border-bottom: 3px solid #2480ff;
}
.yearList li.current a {
  border-bottom: 3px solid #2480ff;
}

.reviewList {
  margin: 0 0 180px;
  border-top: 1px solid #222;
}
@media screen and (max-width: 767px) {
  .reviewList {
    margin-bottom: 90px;
  }
}

.reviewList__item {
  border-bottom: 1px solid #222;
}

.reviewList__link {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  padding: 18px 0;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .reviewList__link {
    gap: 14px;
    padding: 14px 0;
  }
}
.reviewList__link:hover {
  text-decoration: none;
}
.reviewList__link:hover .reviewList__media,
.reviewList__link:hover .reviewList__date,
.reviewList__link:hover .reviewList__title {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .reviewList__link:hover .reviewList__thumb {
    transition: opacity 0.15s ease-in-out;
    opacity: 0.7;
  }
}

.reviewList__thumb {
  display: block;
  flex: 0 0 160px;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #f2f2f2;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .reviewList__thumb {
    flex-basis: 112px;
  }
}
.reviewList__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviewList__body {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}

.reviewList__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 32px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .reviewList__meta {
    gap: 0 16px;
    margin-bottom: 6px;
    font-size: 13px;
  }
}

.reviewList__media,
.reviewList__date {
  display: inline-block;
}

.reviewList__media {
  font-weight: 700;
}

.reviewList__date {
  font-weight: 600;
}

.reviewList__new {
  display: inline-block;
  padding: 0.1em 0.45em;
  color: #fff;
  background: #d40000;
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
}

.reviewList__title {
  display: inline-block;
  font-weight: 500;
  display: block;
  font-size: 16px;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .reviewList__title {
    font-size: 13px;
    line-height: 1.5;
  }
}