@charset "UTF-8";
:root {
  --lt-txt: #333333;
  --lt-bg: #ffffff;
  --dk-txt: #ffffff;
  --dk-bg: #111111;
  --clr-gray: #cccccc;
  --clr-gray-lt: #dddddd;
  --clr-gray-dk: #666666;
  --clr-argy: #999999;
  --clr-rowt: #ddd;
  --clr-jtbk: #111;
  --clr-slrd: #A32915;
  --clr-nvbl: #174688;
  --clr-mcgy: #7B7F80;
  --clr-plgy: #6A84A3;
}

section:nth-of-type(n+2) {
  margin-top: 36px;
}
section .inner {
  color: var(--lt-txt);
}
section .inner img {
  max-width: 100%;
}
section .inner ._row {
  margin-top: 36px;
}
section ._headline ._primary {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

@media screen and (max-width: 767px) {
  section {
    margin-inline: 16px;
  }
  section .inner {
    padding: 16px;
    background: transparent;
  }
  section ._headline ._primary {
    font-size: 2.8rem;
  }
} /** @media max-width: 767px */
a._toppage {
  max-width: 360px;
  padding: 1em;
}
a._center {
  margin: auto;
}
a._btn {
  padding: 0.7em 1.5em 0.7em 0.7em;
}
a._btn._external {
  display: block;
}
a._btn._primary {
  display: inline-block;
  margin-inline: auto;
  padding: 1em 2.5em 1em 1.5em;
  border-radius: 8px;
  font-size: 1.6rem;
}

._notes-item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 0.5em;
}
._notes-item:before {
  content: "※";
}

._list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media screen and (max-width: 767px) {
  ._list {
    grid-template-columns: repeat(1, 1fr);
    gap: 36px;
  }
} /** @media max-width: 767px */
.hero {
  text-align: center;
  /** @media max-width: 767px */
}
.hero .inner {
  margin-top: 24px;
}
.hero img {
  width: 100%;
  max-width: 960px;
}
.hero .date {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1;
  font-feature-settings: "palt";
}
.hero .date .s {
  font-size: 1.6rem;
}
.hero ._lead {
  font-size: 1.9rem;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-weight: 500;
}
.hero .notes {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hero ._lead {
    padding: 16px;
    font-size: 1.8rem;
    text-align: left;
  }
}

.lineup {
  /** @media max-width: 767px */
}
.lineup ._lineup {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lineup ._lineup-grade ._primary {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 500;
}
.lineup ._lineup-grade p {
  margin-top: 1em;
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
}
.lineup ._lineup-figure ._caption {
  font-size: 1.1rem;
  color: var(--lt-txt-note);
  color: #666;
}
.lineup ._lineup-other {
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-size: 1.6rem;
}
.lineup ._lead {
  font-weight: 500;
  font-size: 2.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0;
  text-align: center;
  line-height: 1.3;
}
.lineup ._lead ._strong {
  display: inline-block;
  padding-inline: 0.1em;
  font-size: 1.6em;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .lineup .inner {
    background: #fff;
  }
}

.bodycolors {
  /** @media max-width: 767px */
}
.bodycolors ._list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.bodycolors ._bodycolor {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bodycolors ._bodycolor ._caption {
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .bodycolors .inner {
    background: #fff;
  }
  .bodycolors ._list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.features {
  /** @media max-width: 767px */
}
.features ._list {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.features ._feature {
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.features ._feature-figure {
  width: 100%;
  max-width: 380px;
}
.features ._feature-context {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.features ._feature-headline {
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-size: 1.6rem;
  line-height: 1.3;
}
.features ._feature-headline ._primary {
  font-weight: 500;
  font-size: 2.1rem;
}
.features ._feature-body {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .features .inner {
    background: #fff;
  }
  .features ._feature {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

.democar {
  /** @media max-width: 767px */
  /** @media max-width: 767px */
}
.democar .inner {
  padding: 24px 0;
}
@media screen and (max-width: 767px) {
  .democar ._list {
    gap: 16px;
  }
}
.democar ._democar {
  display: flex;
  flex-direction: column;
  gap: 16px;
  background: var(--lt-bg);
  color: var(--lt-txt);
  padding: 16px;
  border-radius: 8px;
}
.democar ._democar-store {
  padding-bottom: 1em;
  border-bottom: solid 1px #ddd;
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 500;
  color: #111;
}
.democar ._democar-grade {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  color: #111;
}
.democar ._democar-other {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  color: #666;
}
.democar ._democar-bodycolor {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.democar ._democar-bodycolor:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.democar ._democar-bodycolor._argy:before {
  background: var(--clr-argy);
}
.democar ._democar-bodycolor._rowt:before {
  background: var(--clr-rowt);
}
.democar ._democar-bodycolor._jtbk:before {
  background: var(--clr-jtbk);
}
.democar ._democar-bodycolor._slrd:before {
  background: var(--clr-slrd);
}
.democar ._democar-bodycolor._nvbl:before {
  background: var(--clr-nvbl);
}
.democar ._democar-bodycolor._mcgy:before {
  background: var(--clr-mcgy);
}
.democar ._democar-bodycolor._plgy:before {
  background: var(--clr-plgy);
}
@media screen and (max-width: 767px) {
  .democar ._democar {
    gap: 12px;
    padding: 24px;
  }
}

.pagenotes .inner {
  padding: 24px;
}
.pagenotes ._nolist {
  counter-reset: num 0;
}
.pagenotes ._nolist-item {
  display: inline-flex;
  margin-top: 0.5em;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
.pagenotes ._nolist-item:before {
  counter-increment: num 1;
  content: "※" counter(num);
}