@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Noto Sans JP", sans-serif;
}

a,
a:visited {
  /* color: #000000; */
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

a:hover {
  opacity: 0.5;
}

a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

.used-car-card_link:hover {
  opacity: 1;
}

.not__link {
  pointer-events: none;
}

.footer-nav-menu__item_link {
  display: block;
  width: 100%;
  height: 100%;
}

.stop-scrl {
  width: 100%;
  height: 100%;
  position: fixed;
}
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* セッティングを読み込む */
html {
  font-size: 10px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

w input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* セッティングを読み込む */
.inner {
  width: 100%;
}

/* セッティングを読み込む */
body {
  background:#fff ;
  min-width: 375px;
}

.main {
  max-width: 640px;
  margin: auto;
  background: #faf2f0;
  font-size: 18px;
  color: #555555;
}

.qa-starrt {
  text-align: center;
  /* margin: 1em 0; */
  padding: 1em 0;
  /* background: #faf2f0; */
  color: #fff;
}
.qa-starrt span {
  display: block;
  text-align: center;
}

.qa-start__btn {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 194, 24, 0.6745098039)), to(#06c755));
  background: linear-gradient(rgba(24, 194, 24, 0.6745098039), #06c755);
  padding: 1em 2em;
  font-weight: 700;
  border-radius: 50px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.qa-start__btn:focus,
.qa-start__btn :hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.q-box {
  padding: 0rem 1.5rem;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
.q-box_2 {
  display: none;
}
.q-box_3 {
  display: none;
}
.q-box_4 {
  display: none;
}
.q-box_5 {
  display: none;
}
.q-box.show {
  display: block;
}

.q-sec {
  padding: 2em 0;
}
.q-sec figure {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin: 10px 0;
}
.q-sec .q-txt {
  font-size: 1em;
  padding: 1em 0.8em;
  background: #fff;
  border-radius: 10px;
}
.bbutton-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 2em auto;
  flex-direction: column;
  gap: 1em;
}
.bbutton-row button {
  /* padding: 2em 2em; */
  padding: 0.3em 0.3em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(24, 194, 24, 0.6745098039)), to(#06c755));
  background: linear-gradient(rgba(24, 194, 24, 0.6745098039), #06c755);
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.25em;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  border: 3px solid #fff;
  /* -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; */
  text-align: center;
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox; */
  display: flex;
  /* -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; */
}
.bbutton-row button span {
  /* -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; */
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.agree {
  /* -webkit-writing-mode: vertical-rl; Safari用のプレフィックス */
  /* -ms-writing-mode: tb-rl; */
      /* writing-mode: vertical-rl; 縦書き */
  /* text-orientation: upright; テキストの向きを上向きに設定 */
  /* -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -ms-writing-mode: tb-rl; */
      /* writing-mode: vertical-rl; */
  /* text-orientation: upright; テキストの向きを上向きに設定 */
  /* -webkit-text-orientation: upright; */
  text-align: center;
}

.dis-agree {
  /* -webkit-writing-mode: vertical-rl; Safari用のプレフィックス */
  /* -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl; 縦書き */
  /* text-orientation: upright; テキストの向きを上向きに設定 */
  /* -webkit-animation-delay: 0s;
          animation-delay: 0s; */
  /* text-orientation: upright; テキストの向きを上向きに設定 */
  /* -webkit-text-orientation: upright; */
  text-align: center;
}

.last-row {
  margin: 1.25em auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2em 0.5em;
}


.q-box_5__img01 {
  margin: auto;
  position: relative;
}

.q-box_5__img02 {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1em;
}

.q-box_5__img01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./img/common/snowflake.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  pointer-events: none;
  -webkit-animation: snowfall 5s linear infinite;
          animation: snowfall 5s linear infinite;
}

.q-txt.q-txt_last {
  padding: 0.7em 0.7em;
  background: #fff;
  border-radius: 10px;
}

.q-txt__kome {
  display: block;
  margin: 2em 0;
  font-size: 0.8em;
}

.kome_txt {
  font-size: 0.5em;
}

.button-last {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.25em 2em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 151, 19, 0.6745098039)), to(#3c5c1f));
  background: linear-gradient(rgba(19, 151, 19, 0.6745098039), #3c5c1f);
  border-radius: 10px;
  color: #fff !important;
  font-weight: bold;
  letter-spacing: 0.25em;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  border: 3px solid #fff;
  max-width: 95%;
  margin: 2em auto;
}

.li-br {
  display: inline-block;
}

/* アニメーション前のスタイル */
.js-marker {
  display: inline;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffff66), to(#ffff66));
  background-image: linear-gradient(90deg, #ffff66, #ffff66); /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 30%; /* '30%'の部分にマーカーの太さを記入 */
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; /* マーカーを引く速度を調整 */
  font-weight: bold; /* ついでに太字にしたい場合 */
}

/* アニメーション発火時 */
.js-marker.inview {
  background-size: 100% 30%; /* '30%'の部分は上で設定した太さに合わせる */
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes sparkle {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes sparkle {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes snowfall {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1;
  }
}
@keyframes snowfall {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 1;
  }
}
/* 星空の背景のスタイル */
.stars {
  position: relative;
  width: 100%; /* 星空の横幅 */
  height: auto; /* 星空の縦幅 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden; /* 星が枠外にはみ出すのを防ぐ */
}

/* 星のスタイル */
.star {
  position: absolute;
  display: block;
  background-color: #fff; /* 星の色 */
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.2); /* 星の影 */
  opacity: 0;
  -webkit-animation: twinkle 5s infinite;
          animation: twinkle 5s infinite;
}

/* 星がキラキラ光るアニメーション */
@-webkit-keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes twinkle {
  0% {
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes puddingAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes puddingAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes gelatine {
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
@keyframes gelatine {
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  from, to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
.bururi {
  -webkit-animation: bururi 1s infinite;
          animation: bururi 1s infinite;
}

@-webkit-keyframes bururi {
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  52% {
    -webkit-transform: scale(0.98, 0.95);
            transform: scale(0.98, 0.95);
  }
  54% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  56% {
    -webkit-transform: scale(0.98, 0.95);
            transform: scale(0.98, 0.95);
  }
  58% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(0.98, 0.95);
            transform: scale(0.98, 0.95);
  }
}

@keyframes bururi {
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  52% {
    -webkit-transform: scale(0.98, 0.95);
            transform: scale(0.98, 0.95);
  }
  54% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  56% {
    -webkit-transform: scale(0.98, 0.95);
            transform: scale(0.98, 0.95);
  }
  58% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(0.98, 0.95);
            transform: scale(0.98, 0.95);
  }
}

@media screen and (min-width: 959px) {
  .md {
    display: none;
  }
}

@media screen and (max-width: 959px) {
  .md {
    display: block;
  }
  html {
    font-size: 1.0427528676vw;
  }
}

@media screen and (min-width: 781px) {
  .pc {
    display: block;
  }
  .sm {
    display: none !important;
  }
  .md {
    display: block;
  }
}

@media screen and (max-width: 780px) {
  .pc {
    display: none !important;
  }
  .md {
    display: none;
  }
  .sm {
    display: block;
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 0.6944444444vw;
  }
}

@media screen and (max-width: 1099px) {
  html {
    font-size: 0.6944444444vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}
/*# sourceMappingURL=style.css.map */

/*ここからchiara専用*/
.qa-starrt{
	background-color: #3C5B1F;
}
.q-box{
	background-color: #3C5B1F;
}
.q-box.q-box_5{
	background-color: #F5CAC6;
	padding: 0 0 !important;
}
.last-row{
	padding: 0 0;
	margin: 0;
	background-color: #F5CAC6;
}
.img-100{
	width:100%;
}
.btn-wh{
	color: #fff;
}

.bg-pink{
	padding: 0 0;
	margin: 0;
	background-color: #F5CAC6;
}
.bg-greeen{
	background-color: #3C5B1F;
	color: #3C5B1F;
}
.q-box.q-box_4.show{
	padding-bottom: 5rem;
}
.pekopeko {
    animation: pekopeko 2s infinite;
    box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
}
@keyframes pekopeko {
    0% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
        top: 0px;
    }
    10% {
        box-shadow: 0 0 0 rgb(0, 0, 0, 0.3);
        top: 3px;
    }
    20% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
        top: 0px;
    }
    30% {
        box-shadow: 0 0 0 rgb(0, 0, 0, 0.3);
        top: 3px;
    }
    40% {
        box-shadow: 0 3px 0 rgb(0, 0, 0, 0.3);
        top: 0px;
    }
}
.bururi {
    animation: bururi 1s infinite;
}
@keyframes bururi {
    50% {
        transform: scale(1, 1);
    }
    52% {
        transform: scale(0.98, 0.95)
    }
    54% {
        transform: scale(1, 1);
    }
    56% {
        transform: scale(0.98, 0.95)
    }
    58% {
        transform: scale(1, 1);
    }
    60% {
        transform: scale(0.98, 0.95)
    }
}


/*pure-mだけ*/
.last-row.purem{
  background:#fff;

  }
.q-box.purem{
background-color: #4D4D4D !important;

}
.qa-starrt.purem{
  background-color: #808080 !important;
}


/*chiara2*/
.qa-starrt2{
  background:#808080 !important;

}
.q-box.qa2{
  background:#808080 !important;
}
.qa-starrt.qa-starrt2{
  background:#808080 !important;

}
.qa-starrt.qa-starrt2>.text-center{

  color: #fff;
text-align: center;
}
/* .last-row.last-row2{
  background:#fff !important;
} */
