@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");

@media screen and (max-width: 767px) {
  [data-media]:not([data-media~=sp]) {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  [data-media]:not([data-media~=pc]) {
    display: none !important;
  }
  .hoverFill {
    transition: all 0.3s linear;
  }
  .hoverFill:not(:disabled):hover {
    background-color: #000000 !important;
    color: #ffffff !important;
  }
  .hoverStroke {
    transition: all 0.3s linear;
  }
  .hoverStroke:not(:disabled):hover {
    background-color: #ffffff !important;
    color: #000000 !important;
  }
  .hoverOpacity {
    transition: opacity 0.3s linear;
  }
  .hoverOpacity:not(:disabled):hover {
    opacity: 0.5;
  }
}
body {
  font-family: Nobel, "Lexus Rodin", Meiryo, sans-serif;
  font-weight: 500;
}
html {
  --fw: 100vw;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  font-size: calc(0.0426666667 * var(--fw));
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(0.0114285714 * var(--fw));
  }
}
* {
  padding: 0;
  margin: 0;
  line-height: 1;
  box-sizing: border-box;
  overflow-wrap: anywhere;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  font-feature-settings: "palt";
}
html:has(dialog[open]) {
  overflow: hidden;
}
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
a {
  text-decoration: none;
  color: unset;
}
li {
  list-style-type: none;
}
iframe {
  border: none;
  overflow: hidden;
}
button {
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  font-family: Nobel, "Lexus Rodin", Meiryo, sans-serif;
}
hr {
  border: none;
  border-top: 1px solid;
}
.no-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
section.mv {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  section.mv {
    grid-template-columns: auto 44rem;
    padding: 0;
  }
}
section.mv .mv__intro {
  order: 2;
  padding: 1.5rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  section.mv .mv__intro {
    order: 1;
    padding: 1.375rem 3.25rem 1.375rem 8.25rem;
  }
}
section.mv .mv__intro .mv__leading {
  line-height: 1;
  font-size: 0.75rem;
  height: 1.375rem;
  padding: 0 0.5rem;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  section.mv .mv__intro .mv__leading {
    height: 1.25rem;
    font-size: 0.875rem;
  }
}
section.mv .mv__intro .mv__title {
  font-weight: 200;
  margin-top: 2rem;
  font-size: 2.625rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  section.mv .mv__intro .mv__title {
    margin-top: 2.5rem;
    font-size: 3.75rem;
  }
}
section.mv .mv__intro .mv__author {
  margin-top: 0.75rem;
  font-size: 1.3125rem;
  list-style: 1.3;
}
@media screen and (min-width: 768px) {
  section.mv .mv__intro .mv__author {
    font-size: 1.5rem;
  }
}
section.mv .mv__intro .mv__content {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #cbcbcb;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  section.mv .mv__intro .mv__content {
    font-size: 1rem;
  }
}
section.mv .mv__image {
  order: 1;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  section.mv .mv__image {
    order: 2;
  }
}
section.lifestyle {
  display: flex;
  flex-direction: column;
  padding: 2.25rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  section.lifestyle {
    padding: 2.5rem 5rem 0;
  }
}
section.lifestyle .lifestyle__logo {
  object-fit: contain;
  height: 2.3125rem;
  width: 15.8125rem;
  margin: 1rem 0 0 0.625rem;
}
section.lifestyle .lifestyle__lead {
  margin-top: 2.25rem;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  section.lifestyle .lifestyle__lead {
    margin-top: 2.5rem;
    font-size: 1.125rem;
  }
}
section.lifestyle .lifestyle__link {
  display: inline-flex;
  line-height: 1;
  margin: 1.5rem 0 0 auto;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  section.lifestyle .lifestyle__link {
    margin: 2rem 0 0 auto;
    font-size: 0.875rem;
  }
}
section.lifestyle .lifestyle__link::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 1px;
  background-color: #999999;
  margin: auto 0.5rem 0.125rem 0;
}
section.lifestyle .lifestyle__video {
  position: relative;
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 768px) {
  section.lifestyle .lifestyle__video {
    margin: 3rem auto 0;
  }
}
section.lifestyle .lifestyle__video video {
  width: 100%;
  aspect-ratio: 327/184;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  section.lifestyle .lifestyle__video video {
    aspect-ratio: auto;
    width: 64.5rem;
    height: 36.25rem;
  }
}
section.lifestyle .lifestyle__video::after {
  content: "※映像内の車両は一部実際の仕様と異なります。";
  display: block;
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
  font-size: 0.625rem;
  z-index: 10;
  line-height: 1;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  section.lifestyle .lifestyle__video::after {
    right: 1.25rem;
    bottom: 1.25rem;
  }
}
section.proposal {
  display: flex;
  flex-direction: column;
  padding: 5rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  section.proposal {
    padding: 6.25rem 5rem 0;
  }
}
section.proposal .proposal__card:first-child {
  margin-top: 0;
}
section.proposal .proposal__card {
  border: 1px solid #cbcbcb;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  section.proposal .proposal__card {
    flex-direction: row;
    align-items: center;
    gap: 3.25rem;
    padding: 3.25rem;
    margin-top: 2.5rem;
  }
}
section.proposal .proposal__card .proposal__thumbnail {
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  section.proposal .proposal__card .proposal__thumbnail {
    width: 25.3125rem;
  }
}
section.proposal .proposal__card .proposal__tag {
  color: #000000;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  height: 1.125rem;
  padding: 0 0.5rem;
  line-height: 1;
  width: fit-content;
  border: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  section.proposal .proposal__card .proposal__tag {
    font-size: 0.875rem;
    height: 1.25rem;
  }
}
section.proposal .proposal__card .proposal__title {
  font-weight: 500;
  margin-top: 1.25rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  section.proposal .proposal__card .proposal__title {
    font-size: 1.75rem;
  }
}
section.proposal .proposal__card .proposal__description {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  section.proposal .proposal__card .proposal__description {
    font-size: 1rem;
  }
}
section.proposal .proposal__card .proposal__more {
  display: flex;
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  section.proposal .proposal__card .proposal__more {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}
section.proposal .proposal__card .proposal__more::before {
  content: "";
  display: block;
  width: 0.75rem;
  height: 1px;
  background-color: #999999;
  margin: auto 0.5rem 0.125rem 0;
}
section.carousel {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  section.carousel {
    margin-top: 6.25rem;
  }
}
section.carousel .swiper-wrapper {
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  section.carousel .swiper-wrapper {
    padding-left: 5rem;
  }
}
section.carousel .swiper-wrapper .swiper-slide:last-child {
  width: 21.875rem;
}
@media screen and (min-width: 768px) {
  section.carousel .swiper-wrapper .swiper-slide:last-child {
    width: 48.125rem;
  }
}
section.carousel .swiper-wrapper .swiper-slide {
  width: 20rem;
  height: 14.375rem;
}
@media screen and (min-width: 768px) {
  section.carousel .swiper-wrapper .swiper-slide {
    width: 39.375rem;
    height: 28.625rem;
  }
}
section.carousel .swiper-wrapper .swiper-slide .carousel__image {
  width: 19.25rem;
  height: 14.375rem;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  section.carousel .swiper-wrapper .swiper-slide .carousel__image {
    width: 38.125rem;
    height: 28.625rem;
  }
}
section.carousel .carousel__control {
  margin-top: 2.25rem;
  padding-right: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  section.carousel .carousel__control {
    margin-top: 1.5rem;
    padding-right: 5rem;
  }
}
section.carousel .carousel__control button {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
section.carousel .carousel__control button svg {
  width: 0.625rem;
  height: 1.125rem;
  object-fit: contain;
}
section.carousel .carousel__control button:disabled {
  pointer-events: none;
  background-color: #cbcbcb;
  border-color: #cbcbcb;
  color: #999999;
}
html:has(.ljp-header-contents--show) section.anchor {
  transition: top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  top: 19.8vw;
}
@media screen and (min-width: 768px) {
  html:has(.ljp-header-contents--show) section.anchor {
    top: 68px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  html:has(.ljp-header-contents--show) section.anchor {
    top: 4.8vw;
  }
}
section.anchor {
  position: sticky;
  top: 0;
  z-index: 100;
  margin-top: 5rem;
  transition: top 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}
@media screen and (min-width: 768px) {
  section.anchor {
    margin-top: 6.25rem;
  }
}
section.anchor ul {
  display: flex;
  padding: 1.25rem;
  background-color: #ffffff;
  gap: 1.25rem;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  section.anchor ul {
    justify-content: flex-end;
    padding: 1.25rem 3.125rem;
    gap: 2.1875rem;
  }
}
section.anchor ul li {
  flex-shrink: 0;
}
section.anchor ul a {
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease-in-out;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  section.anchor ul a {
    font-size: 1.125rem;
  }
}
section.viewMore {
  padding: 0 1.5rem 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  section.viewMore {
    padding: 0 5rem 6.25rem;
  }
}
section.viewMore .viewMore__link {
  display: inline-block;
}
section.viewMore .viewMore__link img {
  width: 100%;
  aspect-ratio: 327/96;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  section.viewMore .viewMore__link img {
    aspect-ratio: auto;
    width: 53rem;
    height: 15.5rem;
  }
}