@keyframes fuwaMenu {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.reviews {
  --font-family: "Noto Serif JP", serif;
}

@media screen and (min-width: 768px) {
  .js-fadeIn {
    opacity: 0;
    transform: translateY(50px);
    transition: ease-in, opacity 1s, transform 1s;
  }
  .js-fadeIn--active {
    opacity: 1;
    transform: translateY(0);
  }
  .js-reveal {
    opacity: 0;
    transform: translateY(20%);
    transition: opacity 2s ease, transform 2s ease;
  }
  .js-reveal.delay {
    transition-delay: 0.3s;
  }
  .js-reveal--active {
    opacity: 1;
    transform: translateY(0);
  }
  .reviews {
    max-width: 144rem;
    width: calc(1000 * 100vw / 1440);
    margin: 0 auto;
  }
  .reviews .mb-xl {
    margin: calc(32 * 100vw / 1440) 0;
  }
  .reviews__headline {
    text-align: center;
    font-size: calc(32 * 100vw / 1440);
    margin-bottom: calc(100 * 100vw / 1440);
    font-family: var(--font-family);
  }
  .reviews__post_list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: calc(10 * 100vw / 1440);
    margin-bottom: calc(100 * 100vw / 1440);
  }
  .reviews__post_list__item > a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: calc(10 * 100vw / 1440);
  }
  .reviews__post_list__item > a:hover {
    text-decoration: unset;
    opacity: 0.8;
    transition: opacity 0.3s;
  }
  .reviews__post_list__item__image {
    width: 35%;
    aspect-ratio: 311/255;
    object-fit: cover;
  }
  .reviews__post_list__item__image img {
    width: auto;
    height: 100%;
  }
  .reviews__post_list__item__detail {
    width: 60%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: calc(10 * 100vw / 1440);
  }
  .reviews__post_list__item__detail--tag {
    border-radius: calc(20 * 100vw / 1440);
    display: inline-block;
    padding: calc(3 * 100vw / 1440) calc(10 * 100vw / 1440);
    background-color: #22b3ed;
    color: #fff;
    font-size: calc(10 * 100vw / 1440);
  }
  .reviews__post_list__item__detail--title {
    color: #000;
    font-size: calc(12 * 100vw / 1440);
  }
  .reviews .ec-role {
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .js-fadeIn {
    opacity: 0;
    transform: translateY(50px);
    transition: ease-in, opacity 1s, transform 1s;
  }
  .js-fadeIn--active {
    opacity: 1;
    transform: translateY(0);
  }
  .js-reveal {
    opacity: 0;
    transform: translateY(20%);
    transition: opacity 2s ease, transform 2s ease;
  }
  .js-reveal.delay {
    transition-delay: 0.3s;
  }
  .js-reveal--active {
    opacity: 1;
    transform: translateY(0);
  }
  .reviews {
    max-width: 75rem;
    width: calc(690 * 100vw / 750);
    margin: 0 auto;
  }
  .reviews .mb-xl {
    margin: calc(32 * 100vw / 750) 0;
  }
  .reviews__headline {
    text-align: center;
    font-size: calc(48 * 100vw / 750);
    margin-bottom: calc(48 * 100vw / 750);
    font-family: var(--font-family);
  }
  .reviews__post_list {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    row-gap: calc(20 * 100vw / 750);
    margin-bottom: calc(48 * 100vw / 750);
  }
  .reviews__post_list__item > a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: calc(20 * 100vw / 750);
  }
  .reviews__post_list__item > a:hover {
    text-decoration: unset;
    opacity: 0.8;
    transition: opacity 0.3s;
  }
  .reviews__post_list__item__image {
    width: 35%;
    aspect-ratio: 311/255;
    object-fit: cover;
  }
  .reviews__post_list__item__image img {
    width: auto;
    height: 100%;
  }
  .reviews__post_list__item__detail {
    width: 60%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    row-gap: calc(10 * 100vw / 750);
  }
  .reviews__post_list__item__detail--tag {
    border-radius: calc(20 * 100vw / 750);
    display: inline-block;
    padding: calc(3 * 100vw / 750) calc(10 * 100vw / 750);
    background-color: #22b3ed;
    color: #fff;
    font-size: calc(16 * 100vw / 750);
  }
  .reviews__post_list__item__detail--title {
    color: #000;
    font-size: calc(24 * 100vw / 750);
  }
  .reviews .ec-role {
    padding: 0;
  }
}
