@charset "UTF-8";
.evolution .s-filter {
  display: none;
  margin-top: 0;
  border-bottom: 1px solid #B8B8B8;
}
@media print, screen and (min-width: 751px) {
  .evolution .s-filter {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 750px) {
  .evolution .s-filter {
    padding-top: 3.7333333333vw;
    padding-bottom: 4.2666666667vw;
    border-color: rgba(0, 0, 0, 0.15);
  }
}
.evolution .s-filter__body {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .evolution .s-filter__body {
    flex-wrap: wrap;
    gap: 10px 20px;
  }
}
@media screen and (max-width: 750px) {
  .evolution .s-filter__body {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.evolution .s-filter__text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: var(--color-text-default);
  line-height: var(--line-height-default);
}
@media print, screen and (min-width: 751px) {
  .evolution .s-filter__text {
    font-size: 16 px;
  }
}
@media screen and (max-width: 750px) {
  .evolution .s-filter__text {
    font-size: 3.4666666667vw;
  }
}
.evolution .s-filter__list {
  display: flex;
}
@media print, screen and (min-width: 751px) {
  .evolution .s-filter__list {
    gap: 15px;
  }
}
@media screen and (max-width: 750px) {
  .evolution .s-filter__list {
    gap: 2.6666666667vw;
  }
}
.evolution .s-evolution {
  margin-top: 0;
}
.evolution .s-evolution.is-hidden {
  display: none;
}
@media print, screen and (min-width: 751px) {
  .evolution .s-evolution .s-section__inner {
    container-type: inline-size;
    max-width: 1230px;
  }
}
@media print, screen and (min-width: 751px) and (max-width: 1440px) {
  .evolution .s-evolution .s-section__inner {
    width: calc(100% - 140px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 750px) {
  .evolution .s-evolution .s-section__inner {
    margin-left: 2.1333333333vw;
    margin-right: 6.6666666667vw;
  }
}
.evolution .s-evolution__item {
  border-left: 1px solid #999;
}
@media print, screen and (min-width: 751px) {
  .evolution .s-evolution__item {
    display: grid;
    grid-template: "header img" auto "body img" 1fr/1fr 34.375cqw;
    gap: 32px 4.0650406504cqw;
    margin-left: 1.4634146341cqw;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 35px;
  }
}
@media screen and (max-width: 750px) {
  .evolution .s-evolution__item {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
    padding-left: 4.2666666667vw;
    border-color: rgba(0, 0, 0, 0.15);
  }
}
.evolution .s-evolution__header {
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .evolution .s-evolution__header {
    grid-area: header;
  }
}
.evolution .s-evolution__heading {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 751px) {
  .evolution .s-evolution__heading {
    gap: 16px;
  }
}
@media screen and (max-width: 750px) {
  .evolution .s-evolution__heading {
    gap: 2.6666666667vw;
  }
}
.evolution .s-evolution__date {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  position: relative;
  color: var(--color-grey5);
  line-height: var(--line-height-default);
}
@media print, screen and (min-width: 751px) {
  .evolution .s-evolution__date {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .evolution .s-evolution__date {
    padding-left: 2.1333333333vw;
    font-size: 16px;
  }
}
.evolution .s-evolution__date::before {
  content: "";
  position: absolute;
  top: 50%;
  background-color: var(--color-bg-black2);
  translate: 0 -50%;
}
@media print, screen and (min-width: 751px) {
  .evolution .s-evolution__date::before {
    left: -35px;
    width: 15px;
    height: 8px;
  }
}
@media screen and (max-width: 750px) {
  .evolution .s-evolution__date::before {
    left: -4.2666666667vw;
    width: 4vw;
    height: 2.1333333333vw;
  }
}
.evolution .s-evolution__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: var(--color-text-default);
  line-height: var(--line-height-default);
}
@media print, screen and (min-width: 751px) {
  .evolution .s-evolution__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  .evolution .s-evolution__title {
    font-size: 5.8666666667vw;
  }
}
.evolution .s-evolution__category {
  position: absolute;
  right: 0;
  line-height: 1;
}
@media print, screen and (min-width: 751px) {
  .evolution .s-evolution__category {
    top: 4px;
  }
}
@media screen and (max-width: 750px) {
  .evolution .s-evolution__category {
    top: 0;
  }
}
@media print, screen and (min-width: 751px) {
  .evolution .s-evolution__image {
    grid-area: img;
  }
}
@media screen and (max-width: 750px) {
  .evolution .s-evolution__image {
    margin-top: 3.2vw;
  }
}
.evolution .s-evolution__img {
  width: 100%;
  aspect-ratio: 440/300;
}
@media print, screen and (min-width: 751px) {
  .evolution .s-evolution__body {
    grid-area: body;
  }
}
@media screen and (max-width: 750px) {
  .evolution .s-evolution__body {
    margin-top: 5.3333333333vw;
  }
}
.evolution .s-evolution__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media print, screen and (min-width: 751px) {
  .evolution .s-evolution__link {
    gap: 10px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 750px) {
  .evolution .s-evolution__link {
    gap: 2.1333333333vw;
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  .evolution .s-details__btn {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .evolution .s-details__btn {
    font-family: "Lexend Giga", "Zen Old Mincho", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.3333333333vw;
    width: 100%;
    padding: 3.2vw 6.9333333333vw;
    color: var(--color-button-default);
    background-color: transparent;
    border: 0.2666666667vw solid var(--color-border-button-default);
  }
  .evolution .s-details__btn .label {
    padding-top: 0.05em;
    font-size: var(--font-size-button-default);
    line-height: var(--line-height-button-default);
  }
  .evolution .s-details__btn + .s-details__container {
    padding-top: 4.2666666667vw;
  }
}
.evolution .s-details__list {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
.evolution .s-details__list > li {
  padding-left: 1.1em;
  position: relative;
}
.evolution .s-details__list > li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.evolution .s-details__list {
  color: var(--color-text-default);
  line-height: var(--line-height-default);
}
@media print, screen and (min-width: 751px) {
  .evolution .s-details__list {
    font-size: 16 px;
  }
}
@media screen and (max-width: 750px) {
  .evolution .s-details__list {
    font-size: 4.2666666667vw;
  }
}
.evolution .s-details__list ul.note > li {
  padding-left: 1.1em;
  position: relative;
}
.evolution .s-details__list ul.note > li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.evolution .s-details__note {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: var(--color-text-default);
  line-height: var(--line-height-default);
}
@media print, screen and (min-width: 751px) {
  .evolution .s-details__note {
    margin-top: 20px;
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .evolution .s-details__note {
    margin-top: 4.2666666667vw;
    font-size: 3.4666666667vw;
  }
}