@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 {
  text-decoration: none;
  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] {
  appearance: none;
  border-radius: 0;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* セッティングを読み込む */
html {
  font-size: 10px;
}

*,
*::before,
*::after {
  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]) {
  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]) {
  filter: blur(10px);
}

w input,
button,
select,
textarea {
  -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: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background-color: #0161AE;
  padding: 1em 2em;
  font-weight: 700;
  border-radius: 999em;
  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);
  transition: 0.2s ease-out;
}

.qa-start__btn:focus,
.qa-start__btn :hover {
  transform: translateY(4px);
  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;
  animation-name: fadeIn;
  animation-duration: 1s;
}

.q-box.show {
  display: block;
}

.q-box_2 {
  display: none;
}

.q-box_3 {
  display: none;
}

.q-box_4 {
  display: none;
}

.q-box_5 {
  display: none;
}

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

.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;
  animation: snowfall 5s linear infinite;
}

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

.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;
}

.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;
}

.bbutton-row {
  display: flex;
  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: linear-gradient(rgba(24, 194, 24, 0.6745098039), #06c755);
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.25em;
  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: flex;
  align-items: 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 {
  text-align: center;
}

.last-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 0 0;
  margin: 0;
  background-color: #fff;
}

.last-row.purem {
  background: #fff;
}

.button-last {
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0.25em 2em;
  background: linear-gradient(rgba(19, 151, 19, 0.6745098039), #3c5c1f);
  border-radius: 10px;
  color: #fff !important;
  font-weight: bold;
  letter-spacing: 0.25em;
  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: linear-gradient(90deg, #ffff66, #ffff66);
  /* 単色の場合は同じ色、グラデーションさせる場合は別々の色 */
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 30%;
  /* '30%'の部分にマーカーの太さを記入 */
  transition: all 1s ease-in-out;
  /* マーカーを引く速度を調整 */
  font-weight: bold;
  /* ついでに太字にしたい場合 */
}

.js-marker.inview {
  background-size: 100% 30%;
  /* '30%'の部分は上で設定した太さに合わせる */
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes sparkle {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes snowfall {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  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%;
  box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.2);
  /* 星の影 */
  opacity: 0;
  animation: twinkle 5s infinite;
}

/* 星がキラキラ光るアニメーション */
@keyframes twinkle {
  0% {
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes puddingAnimation {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes gelatine {

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }

  from,
  to {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(0.9, 1.1);
  }

  50% {
    transform: scale(1.1, 0.9);
  }

  75% {
    transform: scale(0.95, 1.05);
  }
}

.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);
  }
}

@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;
  }
}

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

.qa-starrt2 {
  background: #8ccaf7;
}

.qa-starrt.qa-starrt2>.text-center {
  color: #fff;
  text-align: center;
}

.q-box {
  background-color: #dee5ea;
}

.q-box.q-box_3.show {
  padding-bottom: 5rem;
}

.q-box.q-box_5 {
  padding: 0 0 !important;
}

.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;
}

.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)
  }
}

/*# sourceMappingURL=style.css.map */