@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled="true"] {
  cursor: default;
}

html {
  font-size: 0.6944444444vw;
  color: #4a4f54;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic StdN", "Arial", "Meiryo UI", Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.8vw;
  }
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: initial;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  a:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}

button {
  color: inherit;
  padding-block: 0;
  padding-inline: 0;
  text-align: justify;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

picture {
  display: block;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.pc-only,
.sp-only {
  display: none;
}

@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

/* ------------------------------
    スクロールアニメーション
------------------------------ */
*[data-scroll],
*[data-load] {
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  opacity: 0;
  -webkit-transform: translateY(-3rem);
  transform: translateY(-3rem);
}

*[data-scroll].scroll-show,
*[data-load].scroll-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* ------------------------------
    フォント登録
------------------------------ */
@font-face {
  font-family: "Land Rover Web";
  src: url(https://hakko-lr.com/lp/asset/lp_landrover202501/fonts/landroverweb_bold.ttf)
    format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: Poppins;
  src: url(https://hakko-lr.com/lp/asset/lp_landrover202501/fonts/Poppins-Regular.ttf)
    format("truetype");
  font-weight: 700;
}

/* -------
  .l-
------- */
.l-footer {
  background-color: #191b1c;
}
.l-footer__inner {
  padding: 50px 20px;
}
.l-footer__text {
  color: #ffffff;
  line-height: 2;
  text-align: center;
}
.l-footer__logo {
  display: block;
  width: 120px;
  margin-inline: auto;
  margin-top: 20px;
}
.l-footer__copyright {
  color: #ffffff;
  text-align: center;
  font-size: clamp(10px, 1.2rem, 9999px);
  font-weight: 400;
  line-height: 3.3;
  margin-top: 20px;
  display: block;
}

.l-main {
  overflow: hidden;
}

/*==================================================
content  ❗️あとで不要なもの消去
==================================================*/
.txt-min {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "MS 明朝", serif;
}
.bg-gray {
  background: #4a4f54;
  color: #fff;
}
.bg-black {
  background: #000;
  color: #fff;
}
.bg-blue {
  background: #1dacbf;
  color: #ffff;
}
.txt-center {
  text-align: center;
}
.pad-t00 {
  padding-top: 0 !important;
}
.tit01 {
  font-size: 5rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  text-align: center;
  line-height: 1.8em;
}
.tit01 .txt-s {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  display: block;
  line-height: 1.8em;
  margin-bottom: 1em;
}
/*カラム*/
.col-2,
.col-3,
.col-4 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-mid {
  align-items: center;
}
.col-b {
  align-items: flex-end;
}
.col-re {
  flex-direction: row-reverse;
}
.col-2 .col-box {
  width: 47.5%;
}
.col-3 .col-box {
  width: 32%;
}
.col-4 .col-box {
  width: 23.5%;
}
.ggmap {
  position: relative;
  padding-bottom: 75%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.txt-red {
  color: #b60031;
}

/* -------
.p-topMv
------- */

.p-topMv {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-topMv {
    display: none;
  }
}

.p-topMv__sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-topMv__sp {
    display: block;
  }
}

.p-topMv .slide {
  position: relative;
}

.slider01 .slick-next {
  display: block;
  width: 44px;
  height: 44px;
  right: 4vw;
  bottom: 3vw;
  top: inherit;
  background: url("https://www.hakko-group.co.jp/asset/lp_jl202204_2/img/arrow.png")
    no-repeat center;
  background-color: #fff;
  background-size: contain;
  border-radius: 50px;
  text-indent: -9999px;
  z-index: 10; /* ボタンを前面に表示 */
}
.slider01 .slick-next :hover {
  opacity: 1;
}

.slider01 .slide {
  width: 100%;
  height: 80vh;
  min-height: 700px;
  position: relative;
  overflow: hidden;
}
.slider01 .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
@media screen and (max-width: 767px) {
  .slider01 .slide {
    height: auto; /* PCの 80vh を打ち消す */
    aspect-ratio: 1 / 1; /* 正方形に */
    min-height: unset;
  }

  .slider01 .slide img {
    height: auto;
    object-fit: contain;
  }
}

.slick-list draggable {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.p-topMv__heading {
  position: absolute;
  top: 7.5rem;
  left: 20px;
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-topMv__heading {
    position: static;
    display: block;
  }
}

.p-topMv__heading__right {
  left: auto;
  right: 60px;
}

.p-topMvTit {
  background: rgba(255, 255, 255, 0.9);
  padding: 28px;
}
@media screen and (max-width: 767px) {
  .p-topMvTit {
    padding: 14px;
  }
}

.p-topMvTit__tit {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topMvTit__tit {
    font-size: 2.2rem;
  }
}

.p-topMvTit__text {
  margin-top: 16px;
  text-align: center;
}
.italic {
  font-style: italic;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .p-topMvTit__text {
    margin-top: 8px;
  }
}

.p-topMvDate {
  background: rgba(152, 159, 163, 0.9);
  padding-block: 28px;
}
@media screen and (max-width: 767px) {
  .p-topMvDate {
    padding-block: 16px;
  }
}

.p-topMvDate__text01 {
  color: #fff;
  text-align: center;
  font-family: "Land Rover Web";
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.28;
}
@media screen and (max-width: 767px) {
  .p-topMvDate__text01 {
    font-size: 2.4rem;
  }
}

.p-topMvDate__text02 {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.71;
}
@media screen and (max-width: 767px) {
  .p-topMvDate__text02 {
    font-size: 1.8rem;
  }
}

.p-topMvDate__text03 {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 1.4rem;

  border: 1px solid #fff;
  padding: 12px 28px;
  width: fit-content;
  margin-inline: auto;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-topMvDate__text03 {
    margin-top: 8px;
    font-size: clamp(12px, 1.2rem, 9999px);
    padding: 8px 20px;
  }
}

/* -------
.p-topSection01
------- */
.p-topSection01__inner {
  padding: 72px 20px;
}
@media screen and (max-width: 767px) {
  .p-topSection01__inner {
    padding: 20px 5%;
  }
}

.p-topSection01__tit {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-topSection01__tit {
    font-size: 1.4rem;
  }
}

/* -------
.p-topSection02
------- */
.p-topSection02__inner {
  padding: 150px 20px;
}
@media screen and (max-width: 767px) {
  .p-topSection02__inner {
    padding: 15% 5%;
  }
}

.p-topSection02__tit {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-topSection02__tit {
    font-size: 1.6rem;
  }
}

.brSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .brSp {
    display: block;
  }
}

/* -------
.p-topSection03
------- */
.p-topSection03__inner {
  padding: 0px 20px 64px;
}
@media screen and (max-width: 767px) {
  .p-topSection03__inner {
    padding: 0 5%;
  }
}

.p-topSection03__tit {
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-topSection03__tit {
    font-size: 1.6rem;
  }
}

.p-topSection03__text {
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-topSection03__text {
    font-size: clamp(12px, 1.2rem, 9999px);
    margin-top: 4px;
  }
}

.p-topSection03__img {
}
@media screen and (max-width: 767px) {
  .p-topSection03__img {
    margin-top: 20px;
  }
}

/*-------
.c-
------- */

/* .c-topSection02 */

.c-topSection02__list01 {
  margin-top: 36px;
}
.c-topSection02__text01 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-topSection02__text01 {
    font-size: clamp(12px, 1.2rem, 9999px);
  }
}

.c-topSection02__list02 {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .c-topSection02__list02 {
    width: fit-content;
    margin-inline: auto;
  }
}

.c-topSection02__text02 {
  font-size: 1.4rem;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-topSection02__text02 {
    font-size: 0.9rem;
    text-align: left;
  }
}

/* .c-topSection03 */

.p-topSection03__mapBox {
  padding: 5%;
  margin: 0 auto;
  box-shadow: none;
  max-width: 1200px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-topSection03__mapBox {
    padding-bottom: 15%;
  }
  .c-topSection03__gmap iframe {
    width: 100%;
    height: 200px;
  }
}

.c-topSection03__btn01 a {
  font-size: 1.8rem;
  text-align: center;
  display: block;
  line-height: 1em;
  border: 1px solid #000;
  padding: 1em;
  width: 400px;
  margin-inline: auto;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-topSection03__btn01 a {
    font-size: clamp(12px, 1.2rem, 9999px);
    width: 192px;
    margin-inline: auto;
    margin-top: 8px;
  }
}

.c-topSection03__list {
  margin-top: 96px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-topSection03__list {
    margin-top: 30px;
    margin-inline: auto;
  }
}

.c-topSection03__btn02 {
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  color: #fff;

  min-width: 461px;
  width: 80%;
  height: 102px;
  padding-block: 32px;
  border: 2px solid #000;
  background-color: #000;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .c-topSection03__btn02 {
    font-size: clamp(12px, 1.2rem, 9999px);
    font-weight: 500;
    width: 100%;
    height: 60px;
    padding-block: 12px;
    gap: 12px;
    min-width: unset;
  }
}

.c-topSection03__btn02::before {
  display: block;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(https://hakko-lr.com/lp/asset/landrover202504/img/mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-topSection03__btn02::before {
    width: 20px;
    height: 20px;
  }
}

.c-topSection03__btn03 {
  width: 80%;
  min-width: 461px;
}
.c-topSection03__btn03 a {
  display: block;
  display: flex;
  height: 102px;
  justify-content: center;
  align-items: center;
  gap: 12px;

  border: 2px solid #5d6066;
}
@media screen and (max-width: 767px) {
  .c-topSection03__btn03 {
    width: 100%;
    min-width: unset;
  }
  .c-topSection03__btn03 a {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    flex-direction: column;
    padding-block: 12px;
  }
}
.c-topSection03__btn03 a::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(https://hakko-lr.com/lp/asset/landrover202504/img/phone.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-topSection03__btn03 a::before {
    width: 20px;
    height: 20px;
  }
}

.c-topSection03__btn03TextBox01 {
}
.c-topSection03__btn03TextBox02 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c-topSection03__btn03TextBox02:not(:first-of-type) {
  margin-top: 8px;
}

.c-topSection03__btn03Tit {
  font-size: min(1.8rem, 18px);
  line-height: 1;
  letter-spacing: 1.2px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-topSection03__btn03Tit {
    font-size: clamp(12px, 1.2rem, 9999px);
  }
}

.c-topSection03__btn03Text01 {
  font-size: min(1.8rem, 18px);
  line-height: 1;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .c-topSection03__btn03Text01 {
    font-size: clamp(12px, 1.2rem, 9999px);
  }
}

.c-topSection03__btn03Text02 {
  text-align: center;
  font-size: min(1.8rem, 18px);
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-topSection03__btn03Text02 {
    font-size: 1rem;
  }
}

/* ---------------------
  以降base01
--------------------- */

/* -------
.p-topShowcase
------- */

/* なにわ */

/* 🐮🐮 */

.p-topShowcase__inner {
  display: block;
}

.p-topShowcaseBtn {
  display: block;
  width: 100%;
  border: 0.1rem solid rgba(255, 255, 255, 0.17);
  background: #5c5652;
  -webkit-backdrop-filter: blur(0.6rem);
  backdrop-filter: blur(0.6rem);
  height: 6rem;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-topShowcaseBtn:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
  .p-topShowcaseBtn:where(:any-link, :enabled, summary):hover {
    opacity: 0.6;
  }
}

.p-topShowcaseBtn.is-active .p-topShowcaseBtn__label::after {
  scale: 1 1;
}

.p-topShowcaseBtn__label {
  color: #fff;
  font-family: Poppins, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic StdN",
    "Arial", "Meiryo UI", Meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-topShowcaseBtn__label::after {
  content: "▲";
  display: block;
  line-height: 1;
  width: 2.2rem;
  height: 2rem;
  margin-left: 1.6rem;
  position: relative;
  top: 0.8rem;
  scale: 1 -1;
  -webkit-transition: scale 300ms;
  transition: scale 300ms;
}

.p-topShowcaseModel {
  margin-block: 120px;
}
@media screen and (max-width: 767px) {
  .p-topShowcaseModel {
    margin-top: 8rem;
  }
}

.p-topShowcaseModel__inner--right .p-topShowcaseModel__slideWrap {
  width: 69.4rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media screen and (max-width: 767px) {
  .p-topShowcaseModel__inner--right .p-topShowcaseModel__slideWrap {
    width: 100%;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}

.p-topShowcaseModel__inner--right .p-topShowcaseModelSlide {
  right: unset;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-topShowcaseModel__inner--right .p-topShowcaseModelSlide {
    left: unset;
  }
}

.p-topShowcaseModel__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-topShowcaseModel__flexBox {
    display: block;
    padding-inline: 4vw;
  }
}

.p-topShowcaseModel__slideWrap {
  width: 42vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topShowcaseModel__slideWrap {
    width: 100%;
  }
}

.p-topShowcaseModel__column {
  width: 74.5rem;
  padding-inline: 9.6rem;
  padding-block: 1.2rem 14.6rem;
}
@media screen and (max-width: 767px) {
  .p-topShowcaseModel__column {
    width: 100%;
    padding-inline: 0;
    padding-block: 1.2rem 8rem;
  }
}

.p-topShowcaseModel__heading {
  font-family: "Land Rover Web", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic StdN", "Arial", "Meiryo UI", Meiryo, sans-serif;
  font-size: 3.3vw;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-topShowcaseModel__heading {
    font-size: 2.8rem;
  }
}

.p-topShowcaseModel__text {
  font-family: "Noto Sans JP";
  font-size: 1.1vw;
  font-weight: 500;
  margin-top: 2.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-topShowcaseModel__text {
    font-size: 1.6rem;
  }
}

.p-topShowcaseModel__label {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.96px;
  padding: 2px 12px;
  background-color: #000;
  width: fit-content;
  margin-top: 1.7vw;
}

.p-topShowcaseModelHandle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 13.3vw;
}
@media screen and (max-width: 767px) {
  .p-topShowcaseModelHandle {
    margin-top: 6rem;
  }
}

.p-topShowcaseModelHandle__arr {
  /* width: 42.3vw; */
  cursor: pointer;
  border: unset;
  background-color: unset;
}

.p-topShowcaseModelHandle__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.p-topShowcaseModelHandle__dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-topShowcaseModelHandle__dots {
  position: relative;
  display: block;
}

.p-topShowcaseModelHandle__dots .slick-dots li button {
  font-size: 0;
  cursor: pointer;
  background: #ccc;
  border: none;
  display: block;
  width: 3.3vw;
  height: 1px;
}
.p-topShowcaseModelHandle__dots .slick-dots li.slick-active button {
  background: #000;
}

.p-topShowcaseModelThumbs {
  margin-top: 1.6rem;
}
.p-topShowcaseModelThumbs .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1vw;
  width: 100%;
  /* justify-content: space-between; */
}

@media screen and (max-width: 767px) {
  .p-topShowcaseModelThumbs .slick-track picture {
    width: 30vw;
  }
}

.p-topShowcaseModelThumbs .slick-track:before,
.p-topShowcaseModelThumbs .slick-track:after {
  display: none;
}
.p-topShowcaseModelThumbs__item {
  width: 17.2rem;
  float: unset;
}
@media screen and (max-width: 767px) {
  .p-topShowcaseModelThumbs__item {
    width: 16rem;
  }
}

.p-topShowcaseModelSlide {
  width: 100%;
  position: relative;
  top: 0;
  translate: unset;
}

.p-topShowcaseModelSlide__item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  border-radius: 2.4rem;
}

/* -------
.p-topPresent
------- */

.p-topPresent {
  background: #4a4f54;
  padding: 12rem;
}
@media screen and (max-width: 767px) {
  .p-topPresent {
    padding: 8rem 4rem;
  }
}

.p-topPresent__inner {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8rem 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
  max-width: 1152px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-topPresent__inner {
    padding-inline: 4rem;
  }
}

.p-topPresent__lead {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-topPresent__lead {
    font-size: 1.6rem;
  }
}

.p-topPresent__list {
  display: flex;
  justify-content: center;
  gap: 36px;
  align-items: center;
}
@media screen and (max-width: 1060px) {
  .p-topPresent__list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-topPresent__list {
  }
}

.p-topPresent__item {
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .p-topPresent__item {
  }
}

.p-topPresent__pic img {
  width: 38.4rem;
  max-width: 420px;
  aspect-ratio: 414 / 230;
}
@media screen and (max-width: 767px) {
  .p-topPresent__pic {
    width: 100%;
  }
}

.p-topPresent__name {
  color: #4a4f54;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: min(2.6rem, 24px);
  line-height: 1.6;
  margin-top: 24px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-topPresent__name {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}

.p-topPresent__note {
  color: #4a4f54;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-topPresent__note {
    font-size: clamp(10px, 0.8rem, 9999px);
    margin-top: 16px;
  }
}

.p-topPresent__or {
  color: #4a4f54;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.6rem;
  line-height: 1;
}
@media screen and (max-width: 1060px) {
  .p-topPresent__or {
    text-align: center;
    margin-block: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-topPresent__or {
    font-size: 1.6rem;
  }
}

/* -------
.p-topMaps
------- */
.p-topMaps {
  background: #0c121c;
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .p-topMaps {
    padding: 8rem 4rem;
  }
}

.p-topMaps__inner {
  margin-inline: auto;
  padding-inline: 20px;
}
.p-topMaps__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

  /* -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
}
@media screen and (max-width: 767px) {
  .p-topMaps__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8rem;
  }
}
.p-topMaps__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  padding-inline: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-topMaps__item {
    width: 100%;
    padding-inline: 0;
  }
}

.p-topMaps__tit {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-topMaps__tit {
    font-size: clamp(12px, 1.2rem, 9999px);
  }
}

.p-topMaps__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.p-topMaps__map {
  display: block;
  width: 39.8rem;
  height: auto;
  aspect-ratio: 1/1;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-topMaps__map {
    width: 100%;
    max-width: 390px;
    aspect-ratio: 1/1;
    height: auto;
  }
}

.p-topMaps__text {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-topMaps__text {
    font-size: clamp(12px, 1.2rem, 9999px);
  }
}
.p-topForm {
  padding-block: 12rem;
}
@media screen and (max-width: 767px) {
  .p-topForm {
    padding-block: 8rem;
  }
}
.p-topForm__inner {
  padding-block: 12rem;
  max-width: 115.2rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-topForm__inner {
    padding-block: 8rem;
    padding-inline: 4rem;
  }
}

/* 🍓 */
/* Slider */
.slick-loading .slick-list {
  background: #fff url(../js/lib/slick/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../js/lib/slick/fonts/slick.eot");
  src: url("../js/lib/slick/fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("../js/lib/slick/fonts/slick.woff") format("woff"),
    url("../js/lib/slick/fonts/slick.ttf") format("truetype"),
    url("../js/lib/slick/fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/* .slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
} */
