@charset "UTF-8";
section:nth-of-type(n+2) {
  margin-top: 36px;
}
section .inner {
  color: #333;
}
section .inner img {
  max-width: 100%;
}

a._toppage {
  max-width: 360px;
  padding: 1em;
}
a._center {
  margin: auto;
}

.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 ._list {
  display: flex;
  flex-wrap: wrap;
  gap: 36px 24px;
}
.lineup ._list-item {
  width: calc(50% - 12px);
}
@media screen and (max-width: 767px) {
  .lineup ._list {
    flex-direction: column;
    gap: 0 24px;
  }
  .lineup ._list-item {
    width: 100%;
  }
}
.lineup ._model {
  background: #fff;
}
.lineup ._model ._headline {
  background: #111;
  color: #fff;
  padding: 0.7em;
  text-align: center;
}
.lineup ._model ._headline ._primary {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.07em;
}
.lineup ._model ._context {
  padding: 16px;
}

.other {
  /** @media max-width: 767px */
}
.other .store {
  padding: 36px 24px;
  border-radius: 6px;
}
.other .store ._lead {
  text-align: center;
  font-size: 2.1rem;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-weight: 500;
}
.other .store .btn-wrap {
  margin-top: 1em;
}
.other .store a._btn {
  padding: 1em;
  max-width: 360px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .other .store ._lead {
    text-align: left;
    font-size: 1.8rem;
  }
}

.autoexe-access {
  /** @media max-width: 767px */
}
.autoexe-access .inner {
  padding: 24px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
}
.autoexe-access-map {
  width: calc(66.6666666667% - 12px);
}
.autoexe-access-map iframe {
  width: 100%;
  height: 100%;
}
.autoexe-access-store {
  width: calc(33.3333333333% - 12px);
}
.autoexe-access ._store-context dl {
  margin-top: 16px;
}
.autoexe-access ._store-context dl dt {
  font-size: 2.4rem;
}
.autoexe-access ._store-context .btn-wrap {
  margin-top: 16px;
}
.autoexe-access ._store-context .btn-wrap a._btn {
  max-width: 360px;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .autoexe-access .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    width: inherit;
    margin: 16px;
    padding: 16px 16px calc(36px + 3em);
  }
  .autoexe-access-map, .autoexe-access-store {
    width: 100%;
  }
  .autoexe-access-store {
    margin-bottom: 16px;
  }
  .autoexe-access-store .btn-wrap {
    position: absolute;
    bottom: 16px;
    width: calc(100% - 32px);
  }
  .autoexe-access-store a._btn {
    margin: auto;
  }
}

.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);
}