@charset "UTF-8";
/*
---------------------------------------------- */
:root {
  --color-red: #810E2B;
  --color-white: #fff;
  --color-orange: #FA6E32;
}

:root {
  --font-11-12: clamp(1.1rem, 0.15vw + 1.043rem, 1.2rem);
  --font-13-14: clamp(1.3rem, 0.15vw + 1.243rem, 1.4rem);
  --font-13-16: clamp(1.3rem, 0.46vw + 1.128rem, 1.6rem);
  --font-13-22: clamp(1.3rem, 1.37vw + 0.785rem, 2.2rem);
  --font-14-16: clamp(1.4rem, 0.31vw + 1.285rem, 1.6rem);
  --font-16-32: clamp(1.6rem, 2.44vw + 0.684rem, 3.2rem);
  --font-17-20: clamp(1.7rem, 0.46vw + 1.528rem, 2rem);
  --font-19-39: clamp(1.95rem, 3.05vw + 0.755rem, 3.9rem);
}

@media screen and (max-width: 767px) {
  .baseWidth {
    width: 100% !important;
    margin: 0 auto;
  }
}
/* LP用 CSS
---------------------------------------------- */
#lp {
  /*cssのリセット*/
  /* - Box sizing
  ----------------------------------------------*/
  /* - フォント
  ------------------------------------------ */
  /* Google font */
  /* adobe font */
  /* - 
  ------------------------------------------ */
  /* main
  ---------------------------------------------- */
  /* article
  ---------------------------------------------- */
  /* mv
  ---------------------------------------------- */
  /* 
  ---------------------------------------------- */
  /* section_01
  ---------------------------------------------- */
  /* section_02
  ---------------------------------------------- */
  /* 
  ---------------------------------------------- */
  /* serch
  ---------------------------------------------- */
  /* 
  ---------------------------------------------- */
}
#lp html, #lp body, #lp div, #lp span, #lp object, #lp iframe, #lp h1, #lp h2, #lp h3, #lp h4, #lp h5, #lp h6, #lp p, #lp blockquote, #lp pre, #lp abbr, #lp address, #lp cite, #lp code, #lp del, #lp dfn, #lp em, #lp img, #lp ins, #lp kbd, #lp q, #lp samp, #lp small, #lp strong, #lp sub, #lp sup, #lp var, #lp b, #lp i, #lp dl, #lp dt, #lp dd, #lp ol, #lp ul, #lp li, #lp fieldset, #lp form, #lp label, #lp legend, #lp table, #lp caption, #lp tbody, #lp tfoot, #lp thead, #lp tr, #lp th, #lp td, #lp article, #lp aside, #lp canvas, #lp details, #lp figcaption, #lp figure, #lp footer, #lp header, #lp hgroup, #lp menu, #lp nav, #lp section, #lp summary, #lp time, #lp mark, #lp audio, #lp video {
  font-size: 62.5%; /* 1rem = 10px にする */
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}
#lp article, #lp aside, #lp details, #lp figcaption, #lp figure, #lp footer, #lp header, #lp hgroup, #lp menu, #lp nav, #lp section {
  display: block;
}
#lp ul {
  list-style: none;
}
#lp blockquote,
#lp q {
  quotes: none;
}
#lp blockquote:before, #lp blockquote:after, #lp q:before, #lp q:after {
  content: "";
  content: none;
}
#lp a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}
#lp ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}
#lp del {
  text-decoration: line-through;
}
#lp abbr[title],
#lp dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
#lp table {
  border-spacing: 0;
  border-collapse: collapse;
}
#lp hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
#lp html {
  box-sizing: border-box;
}
#lp *,
#lp *:before,
#lp *:after {
  box-sizing: border-box;
}
#lp body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-align: justify;
  line-height: 1.6;
  color: var(--font-color);
  overflow-x: hidden;
}
#lp html {
  scroll-behavior: smooth;
}
#lp img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  #lp .pc {
    display: block;
  }
  #lp .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #lp .pc {
    display: none;
  }
  #lp .sp {
    display: block;
  }
}
#lp p {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  #lp {
    width: min(89.8666666667%, 1030px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  #lp {
    width: 89.8666666667%;
    margin: 0 auto;
  }
}
#lp .top_group {
  margin: 0 0 10px;
}
#lp .top_group span {
  position: static;
  font-size: inherit;
}
#lp article {
  margin: 0 auto 60px;
  background-color: #F4EAD4;
}
#lp .mv {
  background: url(https://hyogo.kinki-subaru.jp//application/themes/kinki-subaru/img/250912/mv-bg.webp) no-repeat center top;
  background-size: 100%;
}
#lp .mv_wrap {
  padding: clamp(30px, 9.1603vw - 4.35px, 90px) 0 0;
}
@media screen and (min-width: 768px) {
  #lp .mv_wrap {
    background: url(https://hyogo.kinki-subaru.jp//application/themes/kinki-subaru/img/250912/mv_title-bg.webp) no-repeat;
    background-position: center clamp(30px, 9.1603vw - 4.35px, 90px);
    background-size: 92.427184466%;
  }
}
@media screen and (max-width: 767px) {
  #lp .mv_wrap {
    background: url(https://hyogo.kinki-subaru.jp//application/themes/kinki-subaru/img/250912/mv_title-bg-sp.webp) no-repeat;
    background-position: center clamp(30px, 9.1603vw - 4.35px, 90px);
    background-size: 95.9940652819%;
  }
}
#lp .mv_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: clamp(38.5px, 11.374vw - 4.15px, 113px) 0 0;
}
@media screen and (min-width: 768px) {
  #lp .mv h2 {
    width: 76.8932038835%;
    margin: 0 0 2.9126213592%;
  }
}
@media screen and (max-width: 767px) {
  #lp .mv h2 {
    width: 81.7507418398%;
    margin: 0 0 4.854368932%;
  }
}
#lp .mv .mv_text {
  position: relative;
}
@media screen and (min-width: 768px) {
  #lp .mv .mv_text {
    width: 61.5533980583%;
    margin: 0 0 3.8834951456%;
  }
}
@media screen and (max-width: 767px) {
  #lp .mv .mv_text {
    width: 82.0474777448%;
    margin: 0 0 4.3689320388%;
  }
}
#lp .mv .mv_text::before {
  content: "";
  position: absolute;
}
@media screen and (min-width: 768px) {
  #lp .mv .mv_text::before {
    top: clamp(30px, 7.6336vw - 28.63px, 50px);
    right: -22%;
    display: block;
    background: url(https://hyogo.kinki-subaru.jp//application/themes/kinki-subaru/img/250912/mv_title-bg-img.webp) no-repeat;
    background-size: contain;
    width: 27.4447949527%;
    aspect-ratio: 174/267;
  }
}
@media screen and (max-width: 767px) {
  #lp .mv .mv_text::before {
    top: clamp(35px, 11.4796vw - 8.05px, 80px);
    right: -25px;
    display: block;
    background: url(https://hyogo.kinki-subaru.jp//application/themes/kinki-subaru/img/250912/mv_title-bg-img-sp.webp) no-repeat;
    background-size: contain;
    width: 16.1333333333vw;
    aspect-ratio: 121/186;
  }
}
@media screen and (min-width: 768px) {
  #lp .mv .mv_present {
    width: 61.7475728155%;
    margin: 0 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #lp .mv .mv_present {
    width: 95.2522255193%;
  }
}
#lp .present {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  width: 100%;
  padding: 0 0 clamp(78px, 3.3588vw + 65.4px, 100px);
}
@media screen and (min-width: 1080px) {
  #lp .present {
    padding: 60px 0 100px;
  }
}
@media screen and (max-width: 1079px) {
  #lp .present {
    background-color: #F8F8EC;
  }
  #lp .present::after {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 30px;
    background: url(https://hyogo.kinki-subaru.jp//application/themes/kinki-subaru/img/250912/present_text-img-sp.webp) no-repeat;
    background-size: contain;
    width: 8vw;
    aspect-ratio: 60/91;
  }
}
@media screen and (min-width: 1080px) {
  #lp .present::before {
    content: "";
    position: absolute;
    top: -120px;
    right: 0;
    background: url(https://hyogo.kinki-subaru.jp//application/themes/kinki-subaru/img/250912/present-bg.webp) no-repeat;
    background-position: right;
    background-size: contain;
    width: 93.5922330097%;
    height: calc(100% + 120px);
  }
}
@media screen and (max-width: 1079px) {
  #lp .present_wrap {
    width: 100%;
    padding: 50px 0 0;
    background-color: #F4EAD4;
  }
}
#lp .present_product {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  width: min(89.0207715134%, 426px);
  padding: 20px;
  background-color: var(--color-white);
  font-size: var(--font-13-16);
  color: var(--color-red);
  border-radius: 15px;
}
@media screen and (min-width: 1080px) {
  #lp .present_product {
    margin: 0 0 clamp(10px, 18.1818vw - 186.36px, 50px) 24.2718446602%;
  }
}
@media screen and (max-width: 1079px) {
  #lp .present_product {
    margin: 0 auto 50px;
  }
}
#lp .present_product-img01 {
  position: absolute;
  top: -2rem;
  left: -1rem;
  width: clamp(150px, 27.7580071174vw, 240px);
}
#lp .present_product-img02 {
  margin: 20px 0 0;
}
@media screen and (min-width: 1080px) {
  #lp .present_product-img02 {
    display: none;
  }
}
#lp .present_product figcaption {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: var(--font-13-16);
  color: var(--color-red);
}
#lp .present_img {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 30px;
  z-index: 1;
}
@media screen and (max-width: 1079px) {
  #lp .present_img {
    align-items: center;
    width: min(86.0534124629%, 467px);
    margin: 30px auto;
  }
}
@media screen and (min-width: 1080px) {
  #lp .present_img picture:first-child {
    margin: 0 0 10px;
    padding: 0 0 0 35px;
  }
  #lp .present_img picture:last-child {
    padding: 0 0 0 100px;
  }
}
#lp .present_text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  z-index: 1;
}
@media screen and (min-width: 1080px) {
  #lp .present_text {
    align-content: center;
    margin: 0 0 0 -180px;
  }
}
@media screen and (max-width: 1079px) {
  #lp .present_text {
    margin: auto;
  }
}
#lp .present_text dl {
  margin: 0 0 10px;
}
#lp .present_text dt {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: var(--font-17-20);
  color: var(--color-red);
}
#lp .present_text dd {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: var(--font-13-14);
  color: var(--color-red);
}
#lp .present_text li {
  position: relative;
  padding-left: 1em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: var(--font-11-12);
  color: var(--color-red);
}
#lp .present_text li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  text-align: left;
}
#lp .present_text li:not(:last-child) {
  margin: 0 0 5px;
}
#lp .section_01 {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #lp .section_01 {
    background: url(https://hyogo.kinki-subaru.jp//application/themes/kinki-subaru/img/250912/section_01-bg.webp) no-repeat right;
    background-size: 72.427184466%;
    background-position: right clamp(65px, 13.3588vw - 37.6px, 100px);
    padding: 0 0 clamp(85px, 24.2347vw - 5.88px, 180px);
  }
}
@media screen and (max-width: 767px) {
  #lp .section_01 {
    background: url(https://hyogo.kinki-subaru.jp//application/themes/kinki-subaru/img/250912/section_01-bg-sp.webp) no-repeat right;
    background-size: 94.9554896142%;
    background-position: right clamp(70px, 20.4082vw - 6.53px, 150px);
    padding: clamp(22.5px, 11.8321vw - 21.87px, 100px) 0 clamp(85px, 24.2347vw - 5.88px, 180px);
  }
  #lp .section_01::before {
    content: "";
    position: absolute;
    top: -40px;
    right: 20px;
    background: url(https://hyogo.kinki-subaru.jp//application/themes/kinki-subaru/img/250912/section_01-bg-img-sp.webp) no-repeat;
    background-size: contain;
    width: 28.8%;
    aspect-ratio: 216/131;
  }
}
@media screen and (min-width: 768px) {
  #lp .section_01-img01 {
    width: 85.145631068%;
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  #lp .section_01-img01 {
    width: 97.7744807122%;
    margin: 0 10px 30px;
  }
}
@media screen and (min-width: 768px) {
  #lp .section_01-img02 {
    width: 81.359223301%;
    margin: 0 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  #lp .section_01-img02 {
    width: 97.0326409496%;
    margin: 0 10px 30px;
  }
}
#lp .section_02 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #lp .section_02 {
    background: url(https://hyogo.kinki-subaru.jp//application/themes/kinki-subaru/img/250912/section_02-bg.webp) no-repeat top center;
    background-size: 89.2233009709%;
    margin: 0 0 115px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 767px) {
  #lp .section_02 {
    background-color: #F8F8EC;
    padding: clamp(35px, 9.9237vw - 2.21px, 100px) 0;
  }
}
@media screen and (min-width: 768px) {
  #lp .section_02-img01 {
    width: 80.1941747573%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #lp .section_02-img01 {
    width: 96.4391691395%;
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 768px) {
  #lp .section_02-img02 {
    width: 86.0194174757%;
  }
}
@media screen and (max-width: 767px) {
  #lp .section_02-img02 {
    width: 97.6261127596%;
  }
}
#lp .section_02 img:not(:last-child) {
  margin: 0 0 10px;
}
#lp [class^=section_] .box-w {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  align-items: center;
  width: clamp(310px, 78.2524271845vw, 806px);
  padding: clamp(45px, 6.8702vw + 19.24px, 90px) 0 35px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}
#lp [class^=section_] .box-c {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
  align-items: center;
  width: clamp(310px, 78.2524271845vw, 806px);
  margin: 0 auto;
}
#lp [class^=section_] h2 {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: clamp(286px, 63.2061vw + 48.98px, 700px);
  height: clamp(45px, 6.8702vw + 19.24px, 90px);
  background: var(--color-orange);
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-align: center;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  #lp [class^=section_] h2 {
    top: -50px;
  }
}
@media screen and (max-width: 767px) {
  #lp [class^=section_] h2 {
    top: -25px;
  }
}
#lp [class^=section_] h2::after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: -25px;
  background: url(https://hyogo.kinki-subaru.jp//application/themes/kinki-subaru/img/250912/h2-img.webp) no-repeat;
  background-size: contain;
  width: 13.1348511384%;
  aspect-ratio: 93/70;
}
#lp [class^=section_] h2 small {
  font-size: var(--font-16-32);
  line-height: 1;
}
#lp [class^=section_] h2 span {
  position: relative;
  display: block;
  font-size: var(--font-19-39);
  line-height: 1;
}
#lp [class^=section_] h2 span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
  margin: auto;
  background: url(https://hyogo.kinki-subaru.jp//application/themes/kinki-subaru/img/250912/h2-line-left.webp) no-repeat center;
  background-size: contain;
  width: clamp(11px, 3.0097087379vw, 31px);
  height: clamp(14px, 3.786407767vw, 39px);
}
#lp [class^=section_] h2 span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -35px;
  background: url(https://hyogo.kinki-subaru.jp//application/themes/kinki-subaru/img/250912/h2-line-right.webp) no-repeat center;
  background-size: contain;
  width: clamp(11px, 3.0097087379vw, 31px);
  height: clamp(14px, 3.786407767vw, 39px);
}
@media screen and (min-width: 768px) {
  #lp .section_03 {
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 767px) {
  #lp .section_03 {
    margin: 0 auto 50px;
    padding: 70px 0 0;
  }
}
#lp .section_03 picture {
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  #lp .section_04 {
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 767px) {
  #lp .section_04 {
    margin: 0 auto 70px;
  }
}
@media screen and (min-width: 768px) {
  #lp .section_05 {
    margin: 0 auto 120px;
  }
}
@media screen and (max-width: 767px) {
  #lp .section_05 {
    margin: 0 auto 70px;
  }
}
@media screen and (min-width: 768px) {
  #lp .section_06 {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  #lp .section_06 {
    margin: 0 auto 40px;
  }
}
#lp .section_06 a:nth-of-type(1) {
  margin: 55px 0 30px;
}
#lp .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DB0000;
  border: solid 2px;
  border-radius: 10px;
  color: var(--color-white);
  text-decoration: none;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.22));
  transition: transform 0.3s ease;
}
#lp .btn:hover {
  transform: translateY(3px);
}
#lp .btn span {
  position: static;
  display: flex;
  align-items: center;
  font-size: var(--font-14-16);
  line-height: 1;
}
#lp .btn span::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
  margin-left: 3px;
  transition: transform 0.3s ease;
}
#lp .btn:hover span::after {
  transform: translateX(3px) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  #lp .btn {
    width: 348px;
    height: 45px;
    margin: 55px auto 0;
  }
}
@media screen and (max-width: 767px) {
  #lp .btn {
    width: clamp(250px, 80.6451612903%, 348px);
    aspect-ratio: 500/65;
    margin: 30px auto 0;
  }
}
#lp .serch {
  display: flex;
  justify-content: center;
  width: clamp(270px, 24.4275vw + 178.4px, 430px);
  margin: 0 auto;
  padding: 0 0 100px;
}
#lp .serch a {
  transition: transform 0.3s ease;
}
#lp .serch a:hover {
  transform: translateY(3px);
}
#lp .js-fade-in {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
#lp .is-visible {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */