@charset "utf-8";

/* 全体の細かいもの */
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.en,
.ja {
  color: #708440 !important;
}


/* header */
header {
  background-color: #4f5a35;
}

@media (max-width: 1200px) {
  header {
    background-color: rgba(79, 90, 53, 0.35);
  }
}

@media (max-width: 1200px) {
  .gnav-toggle {
    background-color: #4f5a35;
  }
}

/* fv */
.fv-content {
  position: absolute;
  top: 150px;
  left: 130px;
  display: grid;
  gap: 16px;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .fv-content {
    gap: 12px;
    top: 150px;
    left: 70px;
  }
}

@media screen and (max-width: 768px) {
  .fv-content {
    gap: 5px;
    top: 80px;
    left: 18px;
  }
}

.probox-logo {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .probox-logo {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .probox-logo {
    width: 70%;
  }
}

.fv-lead {
  font-size: 28px;
  letter-spacing: 0.02em;
  color: white;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .fv-lead {
    font-size: 16px;
  }
}

.fv-nav {
  font-size: 20px;
  line-height: 1.1;
}

.fv-nav ul li {
  margin: 12px 0;
}

@media screen and (max-width: 1200px) {
  .fv-nav ul li {
    font-size: 14px;
    margin: 8px 0;
  }
}

.fv-nav ul li a {
  display: flex;
  gap: 3px;
  width: 277px;
  color: black;
  padding: 10px 20px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1200px) {
  .fv-nav ul li a {
    width: 205px;
  }
}

.fv-nav a::before {
  content: "▶";
  flex: 0 0 1em;
  text-align: center;
}

.fv-nav ul li a:hover {
  background: rgba(79, 90, 53, 0.6);
}

.fv-nav ul li:first-child {
  margin: 0;
  position: sticky;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .fv-nav ul li:first-child {
    margin-top: 2px;
  }
}

/* news */
.news {
  background-color: #2b2b2b;
}

.news .en,
.news .ja {
  color: #97af5f !important;
}

.news-box {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .news-box {
    max-width: 300px;
  }
}

.news-box span:hover {
  color: #97af5f !important;
}

h2 a {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

/* concept */
.concept {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 40px;
}

@media screen and (max-width: 1200px) {
  .concept {
    gap: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .concept {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .concept>div:nth-child(1) {
    order: 2;
  }

  .concept>.concept-sentence {
    order: 1;
    max-width: 370px;
  }

  .concept>div:nth-child(3) {
    order: 3;
  }
}

.concept-img {
  max-width: 300px;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .concept-img {
    width: 80%;
    height: auto;
  }
}

h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 16px;
    margin-bottom: 5px;
    white-space: normal;
  }
}

.concept-sentence {
  max-width: 650px;
}

.concept__jp {
  font-size: 18px;
  line-height: 2.4rem !important;
}

@media screen and (max-width: 768px) {
  .concept__jp {
    font-size: 13px;
    line-height: 1.4rem !important;
    margin-bottom: 6px;
  }
}

/*jimny*/
.fullcustom-hero {
  position: relative;
}

h4 {
  position: absolute;
  color: white;
  z-index: 999;
  top: 4%;
  left: 3%;
  font-weight: bold;
  text-shadow: 2px 2px 0 rgb(0, 0, 0, 0.3);
  border-radius: 1px solid white;
}

h4 img {
  width: 35%;
}

@media screen and (max-width: 768px) {
  h4 img {
    width: 80%;
  }
}

.promax-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  height: calc(100svh - var(--header-h));
  position: relative;
}

.promax-image.is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .promax-image.is-pc {
    display: none;
  }

  .promax-image.is-sp {
    display: block;
  }
}

/* ジムニーコンセプト */
.jimny {
  background-image: url(../image/promax/promax_bgi.jpg);
  background-size: cover;
}

.jimny_concept {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 80px 32px;
}

.fullcustom-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(43, 43, 43, 0.05);
  z-index: 1;
}

@media screen and (max-width: 975px) {
  .jimny_concept {
    padding: 40px 16px;
    align-items: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .jimny_concept {
    display: grid;
    gap: 8px;
    padding: 20px 16px;
  }
}

.sample_jimny_img {
  max-width: 550px;
  width: 100%;
  height: auto;
}

.jimny_detail {
  max-width: 550px;
  width: 100%;
  color: white;
  line-height: 2.4rem !important;
}

@media screen and (max-width: 975px) {
  .jimny_detail {
    line-height: 1.7rem !important;
  }
}

@media screen and (max-width: 975px) {
  .jimny_detail p {
    font-size: 14px;
    line-height: 1.4rem !important;
  }
}

/* ジムニー種類 */
.kinds_jimny {
  padding: 80px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

@media screen and (max-width: 975px) {
  .kinds_jimny {
    padding: 40px 16px;
  }
}

@media screen and (max-width: 768px) {
  .kinds_jimny {
    padding: 20px 16px;
    display: grid;
    gap: 16px;
  }
}

.kinds_jimny img {
  max-width: 100%;
}

/* ジムニー値段 */
.price_jimny {
  max-width: 800px;
  padding: 80px 32px;
  margin: 0 auto;
}

@media screen and (max-width: 975px) {
  .price_jimny {
    padding: 40px 32px;
  }
}

@media screen and (max-width: 768px) {
  .price_jimny {
    padding: 20px 16px;
    max-width: 500px;
  }
}

.fullcustom-price {
  color: white;
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .fullcustom-price {
    font-size: 14px;
    text-align: left;
  }
}

.fullcustom-price-text {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .fullcustom-price-text {
    font-size: 16px;
  }
}

.price-inner {
  text-align: center;
}

.consultation_button {
  color: white;
  background-color: #4f5a35;
  padding: 28px 40px;
  display: inline-flex;
  justify-content: center;
  margin-top: 24px;
  border-radius: 9999px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .consultation_button {
    padding: 14px 20px;
    font-size: 14px;
  }
}

.consultation_button:hover {
  background-color: #4f5a35;
}

/* カスタムパーツ */
.customparts {
  background-color: #f6f4f2;
  padding: 120px 0;
}

@media screen and (max-width: 768px) {
  .customparts {
    padding: 56px 0;
  }
}

.title_parts {
  text-align: center;
}

/* CustomPartsそれぞれの場所 */
.car-map {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.car-map__img {
  width: 100%;
  height: auto;
  display: block;
}

.parts-map-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 32px;
  max-width: 80%;
  margin: 0 auto;
  gap: 100px;
}

@media screen and (max-width: 1200px) {
  .parts-map-box {
    flex-direction: column;
    gap: 75px;
  }
}

@media screen and (max-width: 768px) {
  .parts-map-box {
    padding: 40px 16px;
    gap: 50px;
  }
}

/* SVGを画像に重ねる */
.parts-map {
  position: relative;
  /* ★これが超重要 */
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .parts-map {
    max-width: 600px;
  }
}

.parts-map img {
  width: 100%;
  height: auto;
  display: block;
}

/* SVGを画像に重ねる */
.parts-map-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

/* 線・点 */
.callout polyline,
.callout line {
  fill: none;
  stroke: #444;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.callout circle {
  fill: #444;
}

/* 文字 */
.svg-link text {
  font-size: 60px;
  fill: #222;
  font-weight: 600;
}

/*
@media screen and (max-width: 768px) {
  .svg-link text {
    font-size: 80px;
    transform: translatex(-20px);
  }
} */

/* クリック範囲（透明だけど押せる） */
.svg-link rect {
  fill: transparent;
}

/* hover演出（任意） */
.svg-link:hover text {
  fill: #000;
  text-decoration: underline;
}

/* 固定ヘッダーに隠れない（あなたの --header-h を活用） */
.car-desc {
  scroll-margin-top: calc(var(--header-h) + 16px);
  margin: 24px auto;
  max-width: 1100px;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
}

/* madeinjapan */
.made-in-japan {
  display: flex;
  gap: 36px;
  justify-content: center;
  align-items: center;
  margin: 80px 0;
}

@media screen and (max-width: 1200px) {
  .made-in-japan {
    gap: 24px;
    margin: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .made-in-japan {
    flex-direction: column;
    gap: 8px;
    margin: 40px 20px;
  }
}

.made-in-japan__label {
  font-size: 56px;
  color: #940000;
}

@media screen and (max-width: 1200px) {
  .made-in-japan__label {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .made-in-japan__label {
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .made-in-japan__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .made-in-japan__text br {
    display: none;
  }
}

/* それぞれのCustomParts説明 */
/* 左写真ver */
.each-parts-box {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 80px 0 !important;
  overflow: hidden;
  align-items: end;
}

@media screen and (max-width: 1200px) {
  .each-parts-box {
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .each-parts-box {
    flex-direction: column;
    padding: 20px 0 !important;
  }
}

.each-parts-box>div:nth-child(1) {
  width: 60%;
}

@media screen and (max-width: 1200px) {
  .each-parts-box>div:nth-child(1) {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .each-parts-box>div:nth-child(1) {
    width: 100%;
    order: 1;
  }
}

.parts-photo-left {
  width: 100%;
  height: auto;
  display: block;
  border-top-right-radius: 60px;
}

@media screen and (max-width: 768px) {
  .parts-photo-left {
    border-top-right-radius: 0;
  }
}

.right-box {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .right-box {
    width: 100%;
    order: 2;
  }
}

.parts-title {
  text-align: center;
  width: 85%;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .parts-title {
    width: 100%;
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .parts-title {
    width: 100%;
    font-size: 16px;
    margin: 12px 0 6px 20px;
    text-align: start;
  }
}

.right-box .parts-detail {
  background-color: #fff;
  width: 85%;
  height: clamp(160px, 22vw, 450px);
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  margin: 30px 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
}

@media screen and (max-width: 1200px) {
  .right-box .parts-detail {
    width: 100%;
    background-color: #f6f4f2;
    border-radius: 0px;
    margin: 5px auto;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .right-box .parts-detail {
    height: auto;
    border-bottom-right-radius: 0;
    font-size: 14px;
    text-align: start;
    gap: 8px;
  }
}

/* 右写真ver */
@media screen and (max-width: 768px) {
  .each-parts-box>div:nth-child(1) {
    width: 100%;
    order: 2;
  }
}

.right-alignment>div:nth-child(2) {
  width: 60%;
}

@media screen and (max-width: 1200px) {
  .right-alignment>div:nth-child(2) {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .right-alignment>div:nth-child(2) {
    width: 100%;
    order: 1;
  }
}

.parts-photo-right {
  width: 100%;
  height: auto;
  display: block;
  border-top-left-radius: 60px;
}

@media screen and (max-width: 768px) {
  .parts-photo-right {
    border-top-left-radius: 0;
  }
}

.left-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .left-box {
    align-items: flex-start;
  }
}

.left-box .parts-detail {
  background-color: #fff;
  width: 85%;
  height: clamp(160px, 22vw, 450px);
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  margin: 30px 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
}

@media screen and (max-width: 1200px) {
  .left-box .parts-detail {
    width: 100%;
    background-color: #f6f4f2;
    border-radius: 0px;
    margin: 5px auto;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .left-box .parts-detail {
    height: auto;
    border-bottom-left-radius: 0;
    font-size: 14px;
    margin: 5px auto;
    gap: 8px;
  }
}

/* 各カスタムパーツ説明 */

.parts-explanation {
  padding: 0 60px;
  line-height: 1.5;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .parts-explanation {
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .parts-explanation {
    font-size: 14px;
    padding: 0 20px;
    line-height: 1.5;
    margin: 0 auto;
  }
}

.parts-explanation p {
  display: block;
  align-items: center;
}

.small-p p {
  font-size: 14px;
}

.parts-price {
  display: flex;
  justify-content: flex-end;
  margin-right: 60px;
}

@media screen and (max-width: 1200px) {
  .parts-price {
    justify-content: center;
    margin: 0;
  }
}

.parts-price p {
  padding: 16px 14px;
  background: #3a3a3a;
  color: white;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .parts-price p {
    font-size: 14px;
    padding: 14px 8px;
  }
}

.fender-price {
  gap: 6px;
}

.fender-price p {
  font-size: 14px;
}

.price {
  font-weight: 600;
}

/* リアボックス */
.rearbox {
  background-color: #fff;
  border-radius: 60px;
  display: grid;
  gap: 44px;
  width: 60%;
  margin: 80px auto;
  padding: 100px 80px;
}

@media screen and (max-width: 1200px) {
  .rearbox {
    margin: 40px auto;
    padding: 80px 50px;
    width: 85%;
  }
}

@media screen and (max-width: 768px) {
  .rearbox {
    margin: 40px auto;
    padding: 40px 30px;
    width: 100%;
    border-radius: 0px;
    gap: 20px;
  }
}

.rearbox-text {
  display: grid;
  gap: 24px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .rearbox-text {
    gap: 12px;
  }
}

.rearbox p {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .rearbox p {
    font-size: 18px;
  }
}

.rearbox-text p span {
  background-color: #b4c983;
  padding: 1px 4px;
  display: inline-block;
  margin: 10px 0 5px;
}

.rearbox-title {
  border-top: 2.5px dashed #2b2b2b;
  border-bottom: 2.5px dashed #2b2b2b;
  padding: 24px 0;
  width: 580px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .rearbox-title {
    border-top: 2px dashed #2b2b2b;
    border-bottom: 2px dashed #2b2b2b;
    padding: 16px 0;
    margin: 0 auto;
    width: 90%;
  }
}

.rearbox-title .sp-br:nth-child(1) {
  display: none;
}

@media screen and (max-width: 465px) {
  .rearbox-title .sp-br:nth-child(1) {
    display: block;
  }
}

.rearbox p:nth-child(2) {
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  margin: 0 auto;
  text-align: start;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .rearbox p:nth-child(2) {
    font-size: 14px;
    width: 90%;
  }
}

.rearbox-whole img {
  width: 100%;
}

.rearbox-kinds {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .rearbox-kinds {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 22px;
  }
}

.rearbox-kinds img {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .rearbox-kinds img {
    width: 100%;
    flex: 0 0 calc(50% - 12px);
  }
}

.rearbox-price {
  color: white;
  width: 60%;
  margin: 0 auto;
  padding: 15px 0;
  background-color: #3a3a3a;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .rearbox-price {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .rearbox-price {
    width: 100%;
    padding: 10px 0;
  }
}

.rearbox-price p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  .rearbox-price p {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  .rearbox-price p {
    font-size: 13px;
  }
}

/* その他カスタムパーツ */
.parts-others {
  display: grid;
  gap: 16px;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .parts-others {
    padding: 40px 0;
  }
}

.parts-others-title {
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .parts-others-title {
    font-size: 16px;
  }
}

.parts-others-kinds {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .parts-others-kinds {
    flex-direction: column;
    gap: 18px;
  }
}

.parts-others-kinds div {
  background-image: url(../image/common/parts-others-bgi.jpg);
  min-width: 250px;
  padding: 20px 0;
  color: white;
}

/* ボタン */
@media screen and (max-width: 768px) {
  .customparts .consultation_button {
    margin-top: 0;
  }
}

/* 納品までの流れ */
.flow {
  background-color: #e1e1e1;
}

/* イラスト */
.flow-img {
  position: absolute;
  z-index: 0;
}

.contact-img {
  top: 220px;
  left: 17%;
  width: 170px;
}

.hearing-img {
  top: 360px;
  right: 12%;
  width: 250px;
}

.production-img {
  top: 530px;
  left: 12%;
  width: 200px;
}

.check-img {
  top: 680px;
  right: 18%;
  width: 120px;
}

.handover-img {
  top: 840px;
  left: 12%;
  width: 290px;
}

@media (max-width: 1650px) {
  .contact-img {
    top: 220px;
    left: 10%;
    width: 170px;
  }

  .hearing-img {
    top: 366px;
    right: 5%;
    width: 229px;
  }

  .production-img {
    top: 542px;
    left: 5%;
    width: 187px;
  }

  .check-img {
    top: 687px;
    right: 13%;
    width: 110px;
  }

  .handover-img {
    top: 850px;
    left: 7%;
    width: 257px;
  }
}

@media (max-width: 1350px) {
  .contact-img {
    top: 230px;
    left: 6%;
    width: 138px;
  }

  .hearing-img {
    top: 386px;
    right: 3%;
    width: 200px;
  }

  .production-img {
    top: 560px;
    left: 3%;
    width: 165px;
  }

  .check-img {
    top: 695px;
    right: 9%;
    width: 101px;
  }

  .handover-img {
    top: 857px;
    left: 2%;
    width: 243px;
  }
}

@media (max-width: 1200px) {
  .flow-img {
    display: none;
  }
}

/*  */

.title_flow {
  text-align: center;
}

.flow-box {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .flow-box {
    margin-top: 20px;
  }
}

.flow-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 24px;
}

.each-flow {
  padding: 30px;
  max-width: 650px;
  min-height: 123px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .each-flow {
    max-width: 350px;
    min-height: 95px;
    padding: 15px;
  }
}

.each-title {
  margin-bottom: 6px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .each-title {
    margin-bottom: 3px;
    font-size: 14px;
  }
}

.each-content {
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .each-content {
    font-size: 13px;
  }
}

.orange-box {
  width: 16px !important;
  height: 25px;
  margin: 0 auto;
  background-color: #4f5a35;
}

@media screen and (max-width: 768px) {
  .orange-box {
    width: 12px !important;
    height: 12px;
  }
}

.precautions {
  max-width: 650px;
  margin: 16px auto 0;
}

@media screen and (max-width: 768px) {
  .precautions {
    max-width: 350px;
    margin: 8px auto 0;
    padding: 0 16px;
    overflow-wrap: anywhere;
    word-break: normal;
  }
}

.precautions li {
  position: relative;
  padding-left: 1em;
  /* 2行目以降を少し右へ */
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .precautions li {
    padding-left: 0.5em;
    line-height: 1.5;
  }
}

.precautions li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .precautions li::before {
    left: -3px;
  }
}

/* ブログ */
.blog {
  background-color: #f6f4f2;
}

.title_blog span:hover {
  color: #4f5a35 !important;
}

.blog-item:hover .blog-text {
  color: #4f5a35;
}

/* closing */
.closing {
  background-image: url(../image/jimny/induction-image.jpg);
}
