@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Patua+One&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  -webkit-text-size-adjust: none;
}

body,
html {
  width: 100%;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 1.6;
  font-weight: 400;
}

body {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

a {
  color: #3d3d3d;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: underline;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

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

* {
  box-sizing: border-box;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

html,
body {
  font-size: 16px;
}

@media all and (max-width: 680px) {
  html,
  body {
    font-size: 3.84vw;
  }
}
html {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
  color: #1B1310;
}
body.hide {
  overflow: hidden;
}
body figure {
  margin: 0;
}

a {
  color: var(--main-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  letter-spacing: 0.04em;
}

:placeholder-shown {
  color: #C4C4C4;
}

::-webkit-input-placeholder {
  color: #C4C4C4;
}

.patua-one {
  font-family: "Patua One", cursive;
}

.anim {
  backface-visibility: hidden;
  will-change: transform;
}

.anim--slow {
  animation-duration: 1.5s !important;
}

.anim--delay {
  animation-delay: 0.5s !important;
}

@media all and (min-width: 681px) {
  .anim--delay-pc {
    animation-delay: 0.5s !important;
  }
}

.anim--delay2 {
  animation-delay: 1s !important;
}

@media all and (min-width: 681px) {
  .anim--delay2-pc {
    animation-delay: 1s !important;
  }
}

.anim-hide {
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim-fadeIn {
  opacity: 0;
}
.anim-fadeIn.onAnim {
  animation: fadeIn 0.75s ease 0s 1 alternate forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeUp {
  opacity: 0;
}
.anim-fadeUp.onAnim {
  animation: fadeUp 0.75s ease 0s 1 alternate forwards;
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeLeft.onAnim {
  animation: fadeLeft 0.75s ease 0s 1 alternate forwards;
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeRight.onAnim {
  animation: fadeRight 0.75s ease 0s 1 alternate forwards;
}

@keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(2rem);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
.anim-blurIn {
  opacity: 0;
}
.anim-blurIn.onAnim {
  animation: blurIn 0.75s ease 0s 1 alternate forwards;
}

.hidden-box {
  overflow: hidden;
}

.ls-0 {
  letter-spacing: 0;
}

.ls-05 {
  letter-spacing: 0.05em;
}

.ls-1 {
  letter-spacing: 0.1em;
}

@media all and (min-width: 681px) {
  br.br-sp {
    display: none;
  }
}

.mt-0 {
  margin-top: 0rem;
}

.mt-10 {
  margin-top: 0.625rem;
}

.mt-15 {
  margin-top: 0.9375rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mt-50 {
  margin-top: 3.125rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.mt-70 {
  margin-top: 4.375rem;
}

.mt-80 {
  margin-top: 5rem;
}

.mt-90 {
  margin-top: 5.625rem;
}

.mt-100 {
  margin-top: 6.25rem;
}

.mt-120 {
  margin-top: 7.5rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mb-10 {
  margin-bottom: 0.625rem;
}

.mb-15 {
  margin-bottom: 0.9375rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mb-70 {
  margin-bottom: 4.375rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.mb-90 {
  margin-bottom: 5.625rem;
}

.mb-100 {
  margin-bottom: 6.25rem;
}

.mb-120 {
  margin-bottom: 7.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pt-0 {
  padding-top: 0rem;
}

.pt-10 {
  padding-top: 0.625rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

.pt-30 {
  padding-top: 1.875rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.pt-50 {
  padding-top: 3.125rem;
}

.pt-60 {
  padding-top: 3.75rem;
}

.pt-70 {
  padding-top: 4.375rem;
}

.pt-80 {
  padding-top: 5rem;
}

.pt-90 {
  padding-top: 5.625rem;
}

.pt-100 {
  padding-top: 6.25rem;
}

.pt-110 {
  padding-top: 6.875rem;
}

.pt-120 {
  padding-top: 7.5rem;
}

.pt-130 {
  padding-top: 8.125rem;
}

.pt-140 {
  padding-top: 8.75rem;
}

.pt-150 {
  padding-top: 9.375rem;
}

.pt-160 {
  padding-top: 10rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pb-10 {
  padding-bottom: 0.625rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pb-30 {
  padding-bottom: 1.875rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.pb-50 {
  padding-bottom: 3.125rem;
}

.pb-60 {
  padding-bottom: 3.75rem;
}

.pb-70 {
  padding-bottom: 4.375rem;
}

.pb-80 {
  padding-bottom: 5rem;
}

.pb-90 {
  padding-bottom: 5.625rem;
}

.pb-100 {
  padding-bottom: 6.25rem;
}

.pb-110 {
  padding-bottom: 6.875rem;
}

.pb-120 {
  padding-bottom: 7.5rem;
}

.pb-130 {
  padding-bottom: 8.125rem;
}

.pb-140 {
  padding-bottom: 8.75rem;
}

.pb-150 {
  padding-bottom: 9.375rem;
}

.pb-160 {
  padding-bottom: 10rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pl-10 {
  padding-left: 0.625rem;
}

.pl-20 {
  padding-left: 1.25rem;
}

.pl-30 {
  padding-left: 1.875rem;
}

.pl-40 {
  padding-left: 2.5rem;
}

.pl-50 {
  padding-left: 3.125rem;
}

.pl-60 {
  padding-left: 3.75rem;
}

.pl-70 {
  padding-left: 4.375rem;
}

.pl-80 {
  padding-left: 5rem;
}

.pl-90 {
  padding-left: 5.625rem;
}

.pl-100 {
  padding-left: 6.25rem;
}

.ml-0 {
  margin-left: 0rem;
}

.ml-10 {
  margin-left: 0.625rem;
}

.ml-15 {
  margin-left: 0.9375rem;
}

.ml-20 {
  margin-left: 1.25rem;
}

.ml-30 {
  margin-left: 1.875rem;
}

.ml-40 {
  margin-left: 2.5rem;
}

.ml-50 {
  margin-left: 3.125rem;
}

.ml-60 {
  margin-left: 3.75rem;
}

.ml-70 {
  margin-left: 4.375rem;
}

.ml-80 {
  margin-left: 5rem;
}

.ml-90 {
  margin-left: 5.625rem;
}

.ml-100 {
  margin-left: 6.25rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pr-10 {
  padding-right: 0.625rem;
}

.pr-20 {
  padding-right: 1.25rem;
}

.pr-30 {
  padding-right: 1.875rem;
}

.pr-40 {
  padding-right: 2.5rem;
}

.pr-50 {
  padding-right: 3.125rem;
}

.pr-60 {
  padding-right: 3.75rem;
}

.pr-70 {
  padding-right: 4.375rem;
}

.pr-80 {
  padding-right: 5rem;
}

.pr-90 {
  padding-right: 5.625rem;
}

.pr-100 {
  padding-right: 6.25rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.px-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-30 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.px-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-50 {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}

.px-60 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.px-70 {
  padding-left: 4.375rem;
  padding-right: 4.375rem;
}

.px-80 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-90 {
  padding-left: 5.625rem;
  padding-right: 5.625rem;
}

.px-100 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.p-10 {
  padding: 0.625rem;
}

.p-20 {
  padding: 1.25rem;
}

.p-30 {
  padding: 1.875rem;
}

.p-40 {
  padding: 2.5rem;
}

.p-50 {
  padding: 3.125rem;
}

.p-60 {
  padding: 3.75rem;
}

.p-100 {
  padding: 6.25rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.py-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-50 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.py-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.py-70 {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}

.py-80 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-90 {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
}

.py-100 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.my-10 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-20 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-30 {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

.my-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-50 {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.my-60 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.my-70 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.my-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-90 {
  margin-top: 5.625rem;
  margin-bottom: 5.625rem;
}

.my-100 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.align-center {
  align-items: center !important;
}

@media all and (max-width: 680px) {
  .mt-0-sp {
    margin-top: 0rem;
  }
  .mt-10-sp {
    margin-top: 0.625rem;
  }
  .mt-20-sp {
    margin-top: 1.25rem;
  }
  .mt-30-sp {
    margin-top: 1.875rem;
  }
  .mt-40-sp {
    margin-top: 2.5rem;
  }
  .mt-50-sp {
    margin-top: 3.125rem;
  }
  .mt-60-sp {
    margin-top: 3.75rem;
  }
  .mt-70-sp {
    margin-top: 4.375rem;
  }
  .mt-80-sp {
    margin-top: 5rem;
  }
  .mt-90-sp {
    margin-top: 5.625rem;
  }
  .mt-100-sp {
    margin-top: 6.25rem;
  }
  .mb-0-sp {
    margin-bottom: 0rem;
  }
  .mb-10-sp {
    margin-bottom: 0.625rem;
  }
  .mb-20-sp {
    margin-bottom: 1.25rem;
  }
  .mb-30-sp {
    margin-bottom: 1.875rem;
  }
  .mb-40-sp {
    margin-bottom: 2.5rem;
  }
  .mb-50-sp {
    margin-bottom: 3.125rem;
  }
  .mb-60-sp {
    margin-bottom: 3.75rem;
  }
  .mb-70-sp {
    margin-bottom: 4.375rem;
  }
  .mb-80-sp {
    margin-bottom: 5rem;
  }
  .mb-90-sp {
    margin-bottom: 5.625rem;
  }
  .mb-100-sp {
    margin-bottom: 6.25rem;
  }
  .pt-0-sp {
    padding-top: 0rem;
  }
  .pt-10-sp {
    padding-top: 0.625rem;
  }
  .pt-20-sp {
    padding-top: 1.25rem;
  }
  .pt-30-sp {
    padding-top: 1.875rem;
  }
  .pt-40-sp {
    padding-top: 2.5rem;
  }
  .pt-50-sp {
    padding-top: 3.125rem;
  }
  .pt-60-sp {
    padding-top: 3.75rem;
  }
  .pt-70-sp {
    padding-top: 4.375rem;
  }
  .pt-80-sp {
    padding-top: 5rem;
  }
  .pt-90-sp {
    padding-top: 5.625rem;
  }
  .pt-100-sp {
    padding-top: 6.25rem;
  }
  .pb-0-sp {
    padding-bottom: 0rem;
  }
  .pb-10-sp {
    padding-bottom: 0.625rem;
  }
  .pb-20-sp {
    padding-bottom: 1.25rem;
  }
  .pb-30-sp {
    padding-bottom: 1.875rem;
  }
  .pb-40-sp {
    padding-bottom: 2.5rem;
  }
  .pb-50-sp {
    padding-bottom: 3.125rem;
  }
  .pb-60-sp {
    padding-bottom: 3.75rem;
  }
  .pb-70-sp {
    padding-bottom: 4.375rem;
  }
  .pb-80-sp {
    padding-bottom: 5rem;
  }
  .pb-90-sp {
    padding-bottom: 5.625rem;
  }
  .pb-100-sp {
    padding-bottom: 6.25rem;
  }
  .py-0-sp {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .py-10-sp {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .py-20-sp {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .py-30-sp {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .py-40-sp {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .py-50-sp {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .py-60-sp {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  .py-70-sp {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
  .py-80-sp {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .py-90-sp {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
  }
  .py-100-sp {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .px-0-sp {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .px-10-sp {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .px-20-sp {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .px-30-sp {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .px-40-sp {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .px-50-sp {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .px-60-sp {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
  .px-70-sp {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
  .px-80-sp {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .px-90-sp {
    padding-left: 5.625rem;
    padding-right: 5.625rem;
  }
  .px-100-sp {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
  .my-0-sp {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .my-10-sp {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .my-20-sp {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .my-30-sp {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  .my-40-sp {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .my-50-sp {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
  .my-60-sp {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  .my-70-sp {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
  .my-80-sp {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .my-90-sp {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  .my-100-sp {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
  .align-center-sp {
    align-items: center !important;
  }
}
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fz10 {
  font-size: 0.625rem;
}

.fz11 {
  font-size: 0.6875rem;
}

.fz12 {
  font-size: 0.75rem;
}

.fz13 {
  font-size: 0.8125rem;
}

.fz14 {
  font-size: 0.875rem;
}

.fz15 {
  font-size: 0.9375rem;
}

.fz16 {
  font-size: 1rem;
}

.fz17 {
  font-size: 1.0625rem;
}

.fz18 {
  font-size: 1.125rem;
}

.fz19 {
  font-size: 1.1875rem;
}

.fz20 {
  font-size: 1.25rem;
}

.fz21 {
  font-size: 1.3125rem;
}

.fz22 {
  font-size: 1.375rem;
}

.fz23 {
  font-size: 1.4375rem;
}

.fz24 {
  font-size: 1.5rem;
}

.fz25 {
  font-size: 1.5625rem;
}

.fz26 {
  font-size: 1.625rem;
}

.fz27 {
  font-size: 1.6875rem;
}

.fz28 {
  font-size: 1.75rem;
}

.fz29 {
  font-size: 1.8125rem;
}

.fz30 {
  font-size: 1.875rem;
}

.fz31 {
  font-size: 1.9375rem;
}

.fz32 {
  font-size: 2rem;
}

.fz33 {
  font-size: 2.0625rem;
}

.fz34 {
  font-size: 2.125rem;
}

.fz35 {
  font-size: 2.1875rem;
}

.fz36 {
  font-size: 2.25rem;
}

.fz37 {
  font-size: 2.3125rem;
}

.fz38 {
  font-size: 2.375rem;
}

.fz39 {
  font-size: 2.4375rem;
}

.fz40 {
  font-size: 2.5rem;
}

@media all and (max-width: 680px) {
  .fz10-sp {
    font-size: 0.625rem;
  }
}

@media all and (max-width: 680px) {
  .fz11-sp {
    font-size: 0.6875rem;
  }
}

@media all and (max-width: 680px) {
  .fz12-sp {
    font-size: 0.75rem;
  }
}

@media all and (max-width: 680px) {
  .fz13-sp {
    font-size: 0.8125rem;
  }
}

@media all and (max-width: 680px) {
  .fz14-sp {
    font-size: 0.875rem;
  }
}

@media all and (max-width: 680px) {
  .fz15-sp {
    font-size: 0.9375rem;
  }
}

@media all and (max-width: 680px) {
  .fz16-sp {
    font-size: 1rem;
  }
}

@media all and (max-width: 680px) {
  .fz17-sp {
    font-size: 1.0625rem;
  }
}

@media all and (max-width: 680px) {
  .fz18-sp {
    font-size: 1.125rem;
  }
}

@media all and (max-width: 680px) {
  .fz19-sp {
    font-size: 1.1875rem;
  }
}

@media all and (max-width: 680px) {
  .fz20-sp {
    font-size: 1.25rem;
  }
}

@media all and (max-width: 680px) {
  .fz21-sp {
    font-size: 1.3125rem;
  }
}

@media all and (max-width: 680px) {
  .fz22-sp {
    font-size: 1.375rem;
  }
}

@media all and (max-width: 680px) {
  .fz23-sp {
    font-size: 1.4375rem;
  }
}

@media all and (max-width: 680px) {
  .fz24-sp {
    font-size: 1.5rem;
  }
}

@media all and (max-width: 680px) {
  .fz25-sp {
    font-size: 1.5625rem;
  }
}

@media all and (max-width: 680px) {
  .fz26-sp {
    font-size: 1.625rem;
  }
}

@media all and (max-width: 680px) {
  .fz27-sp {
    font-size: 1.6875rem;
  }
}

@media all and (max-width: 680px) {
  .fz28-sp {
    font-size: 1.75rem;
  }
}

@media all and (max-width: 680px) {
  .fz29-sp {
    font-size: 1.8125rem;
  }
}

@media all and (max-width: 680px) {
  .fz30-sp {
    font-size: 1.875rem;
  }
}

@media all and (max-width: 680px) {
  .fz31-sp {
    font-size: 1.9375rem;
  }
}

@media all and (max-width: 680px) {
  .fz32-sp {
    font-size: 2rem;
  }
}

@media all and (max-width: 680px) {
  .fz33-sp {
    font-size: 2.0625rem;
  }
}

@media all and (max-width: 680px) {
  .fz34-sp {
    font-size: 2.125rem;
  }
}

@media all and (max-width: 680px) {
  .fz35-sp {
    font-size: 2.1875rem;
  }
}

@media all and (max-width: 680px) {
  .fz36-sp {
    font-size: 2.25rem;
  }
}

@media all and (max-width: 680px) {
  .fz37-sp {
    font-size: 2.3125rem;
  }
}

@media all and (max-width: 680px) {
  .fz38-sp {
    font-size: 2.375rem;
  }
}

@media all and (max-width: 680px) {
  .fz39-sp {
    font-size: 2.4375rem;
  }
}

@media all and (max-width: 680px) {
  .fz40-sp {
    font-size: 2.5rem;
  }
}

.lh-1_4 {
  line-height: 1.4;
}

.lh-1_6 {
  line-height: 1.6;
}

.lh-1_8 {
  line-height: 1.8;
}

.lh-2_0 {
  line-height: 2;
}

.lh-2_2 {
  line-height: 2.2;
}

.lh-2_5 {
  line-height: 2.5;
}

[class*=items-].items-start {
  align-items: flex-start;
}

[class*=items-].items-center {
  align-items: center;
}

[class*=items-].items-end {
  align-items: flex-end;
}

@media all and (max-width: 680px) {
  [class*=items-].items-start-sp {
    align-items: flex-start;
  }
}

.pos-relative {
  position: relative !important;
}

.pos-absolute {
  position: absolute !important;
}

.pos-fixed {
  position: fixed !important;
}

.pos-sticky {
  position: sticky !important;
}

.pos-static {
  position: static !important;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

@media all and (min-width: 681px) {
  .pc-text-center {
    text-align: center;
  }
}

@media all and (max-width: 680px) {
  .sp-text-center {
    text-align: center;
  }
}

.w-8 {
  width: 0.5rem;
}

.w-9 {
  width: 0.5625rem;
}

.w-10 {
  width: 0.625rem;
}

.w-11 {
  width: 0.6875rem;
}

.w-12 {
  width: 0.75rem;
}

.w-13 {
  width: 0.8125rem;
}

.w-14 {
  width: 0.875rem;
}

.w-15 {
  width: 0.9375rem;
}

.w-16 {
  width: 1rem;
}

.w-17 {
  width: 1.0625rem;
}

.w-18 {
  width: 1.125rem;
}

.w-19 {
  width: 1.1875rem;
}

.w-20 {
  width: 1.25rem;
}

.w-25p {
  width: 25%;
}

.w-50p {
  width: 50%;
}

.w-75p {
  width: 75%;
}

.w-100p {
  width: 100%;
}

.reset-svg {
  width: 100%;
  display: block;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

@media all and (max-width: 680px) {
  .sp-flex-column {
    flex-direction: column;
  }
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

@media all and (max-width: 680px) {
  .justify-start-sp {
    justify-content: flex-start;
  }
}

@media all and (max-width: 680px) {
  .justify-center-sp {
    justify-content: center;
  }
}

@media all and (max-width: 680px) {
  .justify-end-sp {
    justify-content: flex-end;
  }
}

.flex-1 {
  flex: 1;
}

.flex-06 {
  flex: 0.6;
}

.gap-5 {
  gap: 0.3125rem;
}

.gap-10 {
  gap: 0.625rem;
}

.gap-15 {
  gap: 0.9375rem;
}

.gap-20 {
  gap: 1.25rem;
}

.gap-25 {
  gap: 1.5625rem;
}

.gap-30 {
  gap: 1.875rem;
}

.gap-40 {
  gap: 2.5rem;
}

.gap-50 {
  gap: 3.125rem;
}

.gap-60 {
  gap: 3.75rem;
}

.gap-70 {
  gap: 4.375rem;
}

.gap-80 {
  gap: 5rem;
}

.gap-90 {
  gap: 5.625rem;
}

.gap-100 {
  gap: 6.25rem;
}

.color-key {
  color: #FFF125;
}

.color-key2 {
  color: #FF1D00;
}

.color-key3 {
  color: #ffdb27;
}

.color-key4 {
  color: #ff3300;
}

.color-key5 {
  color: #F85987;
}

.color-main {
  color: #1B1310;
}

.color-white {
  color: #fff;
}

.color-gray {
  color: #afafaf;
}

.bg-key {
  background-color: #FFF125;
}

.bd-bt {
  position: relative;
}
.bd-bt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-image: linear-gradient(to right, #6C6C6C 0.0625rem, transparent 0.0625rem);
  background-size: 0.3125rem 0.0625rem;
  background-repeat: repeat-x;
}

.bd-bb {
  position: relative;
}
.bd-bb:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-image: linear-gradient(to right, #6C6C6C 0.0625rem, transparent 0.0625rem);
  background-size: 0.3125rem 0.0625rem;
  background-repeat: repeat-x;
}

html[data-theme=dark] .dark-invert-white {
  filter: brightness(0) invert(1);
}

.u-hide-pc {
  display: none !important;
}

.u-hide-sp {
  display: block !important;
}

@media all and (max-width: 680px) {
  .u-hide-pc {
    display: block !important;
  }
  .u-hide-sp {
    display: none !important;
  }
}
.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

@media all and (min-width: 681px) {
  .d-flex-pc {
    display: flex;
  }
}

@media all and (min-width: 681px) {
  .d-block-pc {
    display: block;
  }
}

@media all and (min-width: 681px) {
  .d-none-pc {
    display: none;
  }
}

@media all and (min-width: 681px) {
  .d-inline-pc {
    display: inline;
  }
}

@media all and (min-width: 681px) {
  .d-iblock-pc {
    display: inline-block;
  }
}

@media all and (max-width: 680px) {
  .d-flex-sp {
    display: flex;
  }
}

@media all and (max-width: 680px) {
  .d-block-sp {
    display: block;
  }
}

@media all and (max-width: 680px) {
  .d-none-sp {
    display: none;
  }
}

@media all and (max-width: 680px) {
  .d-inline-sp {
    display: inline;
  }
}

@media all and (max-width: 680px) {
  .d-iblock-sp {
    display: inline-block;
  }
}

.maxw-400 {
  max-width: 25rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-580 {
  max-width: 36.25rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-640 {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-680 {
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-720 {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-740 {
  max-width: 46.25rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-760 {
  max-width: 47.5rem;
  margin-left: auto;
  margin-right: auto;
}

.maxw-800 {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.h-auto {
  height: auto;
}

@media all and (max-width: 680px) {
  .sp-w90 {
    width: calc(100% + 1.25rem);
    position: relative;
    left: -0.625rem;
  }
}

@media all and (max-width: 680px) {
  .sp-w100 {
    width: calc(100% + 2.5rem);
    position: relative;
    left: -1.25rem;
  }
}

.grid {
  display: grid;
}

.gtc-2 {
  grid-template-columns: 1fr 1fr;
}

.gtc-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.gtc-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-40-100 {
  grid-template-columns: 0.4fr 1fr;
}

.grid-50-100 {
  grid-template-columns: 0.5fr 1fr;
}

.grid-60-100 {
  grid-template-columns: 0.6fr 1fr;
}

.grid-80-100 {
  grid-template-columns: 0.8fr 1fr;
}

.grid-100-40 {
  grid-template-columns: 1fr 0.4fr;
}

.grid-100-50 {
  grid-template-columns: 1fr 0.5fr;
}

.grid-100-60 {
  grid-template-columns: 1fr 0.6fr;
}

.grid-100-80 {
  grid-template-columns: 1fr 0.8fr;
}

.grid-60-100 {
  grid-template-columns: 0.6fr 1fr;
}

.grid-100-100 {
  grid-template-columns: 1fr 1fr;
}

.grid-80-100 {
  grid-template-columns: 0.8fr 1fr;
}

.grid-100-60 {
  grid-template-columns: 1fr 0.6fr;
}

.grid-100-80 {
  grid-template-columns: 1fr 0.8fr;
}

@media all and (max-width: 1080px) {
  .gtc-2-tab {
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (max-width: 680px) {
  .gtc-2-sp {
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (max-width: 680px) {
  .gtc-1-sp {
    grid-template-columns: 1fr;
  }
}

@media all and (max-width: 680px) {
  .grid-40-100-sp {
    grid-template-columns: 0.4fr 1fr;
  }
}

@media all and (max-width: 680px) {
  .grid-60-100-sp {
    grid-template-columns: 0.6fr 1fr;
  }
}

@media all and (max-width: 680px) {
  .grid-80-100-sp {
    grid-template-columns: 0.8fr 1fr;
  }
}

@media all and (max-width: 680px) {
  .grid-100-40-sp {
    grid-template-columns: 1fr 0.4fr;
  }
}

@media all and (max-width: 680px) {
  .grid-100-60-sp {
    grid-template-columns: 1fr 0.6fr;
  }
}

@media all and (max-width: 680px) {
  .grid-100-80-sp {
    grid-template-columns: 1fr 0.8fr;
  }
}

@media all and (min-width: 681px) {
  .gtc-2-pc {
    grid-template-columns: 1fr 1fr;
  }
}

@media all and (min-width: 681px) {
  .grid-40-100-pc {
    grid-template-columns: 0.4fr 1fr;
  }
}

@media all and (min-width: 681px) {
  .grid-60-100-pc {
    grid-template-columns: 0.6fr 1fr;
  }
}

@media all and (min-width: 681px) {
  .grid-80-100-pc {
    grid-template-columns: 0.8fr 1fr;
  }
}

@media all and (min-width: 681px) {
  .grid-100-40-pc {
    grid-template-columns: 1fr 0.4fr;
  }
}

@media all and (min-width: 681px) {
  .grid-100-60-pc {
    grid-template-columns: 1fr 0.6fr;
  }
}

@media all and (min-width: 681px) {
  .grid-100-80-pc {
    grid-template-columns: 1fr 0.8fr;
  }
}

.list-none {
  list-style: none;
}

.list-disc {
  list-style: disc;
}

.list-circle {
  list-style: circle;
}

.list-square {
  list-style: square;
}

.list-decimal {
  list-style: decimal;
}

.list-lower-alpha {
  list-style: lower-alpha;
}

.list-upper-alpha {
  list-style: upper-alpha;
}

.list-lower-roman {
  list-style: lower-roman;
}

.list-upper-roman {
  list-style: upper-roman;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
  padding-left: 1.25em;
}

.list-marker-gap-10 > li {
  padding-left: 0.625rem;
}

.list-marker-gap-15 > li {
  padding-left: 0.9375rem;
}

.list-marker-gap-20 > li {
  padding-left: 1.25rem;
}

.list-marker-gap-25 > li {
  padding-left: 1.5625rem;
}

.list-marker-gap-30 > li {
  padding-left: 1.875rem;
}

.list-marker-gap-35 > li {
  padding-left: 2.1875rem;
}

.list-marker-gap-40 > li {
  padding-left: 2.5rem;
}

.list-marker-gap-50 > li {
  padding-left: 3.125rem;
}

.list-gap-10 > li {
  margin-bottom: 0.625rem;
}

.list-gap-15 > li {
  margin-bottom: 0.9375rem;
}

.list-gap-20 > li {
  margin-bottom: 1.25rem;
}

.list-gap-30 > li {
  margin-bottom: 1.875rem;
}

.list-no-last-margin > li:last-child {
  margin-bottom: 0;
}

.nowrap {
  white-space: nowrap;
}

.l-frame {
  position: relative;
}
@media all and (min-width: 681px) {
  .l-frame__container {
    width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 681px) and (max-width: 1080px) {
  .l-frame__container {
    margin-right: 0;
  }
}
.l-frame__side-right {
  display: none;
}
@media all and (min-width: 681px) {
  .l-frame__side-right {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: calc((100% - 30rem) / 2);
    right: 0;
    background-color: #FFF125;
    border-left: 2px solid #1B1310;
    z-index: 9999;
    padding: min(1.875rem, 2vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: safe center;
    gap: 1.875rem;
    padding-bottom: 9.375rem;
  }
}
@media all and (min-width: 681px) and (max-width: 1080px) {
  .l-frame__side-right {
    display: none;
  }
}
@media all and (min-width: 681px) {
  .l-frame__side-right__nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1.25rem;
    max-width: 18.125rem;
    width: 100%;
  }
  .l-frame__side-right__nav__item__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 900;
    gap: 0.625rem;
    font-size: min(1.25rem, 1.55vw);
    border-bottom: 2px solid #1B1310;
    transition: all 0.2s ease 0s;
  }
  .l-frame__side-right__nav__item__link:hover {
    text-decoration: none;
  }
  .l-frame__side-right__nav__item__link .en {
    font-style: italic;
    opacity: 0.5;
    transition: all 0.2s ease 0s;
  }
  .l-frame__side-right__nav__item__link .en:hover {
    text-decoration: none;
  }
  .l-frame__side-right__nav__item__link:hover .en {
    translate: -0.5em 0;
  }
}
.l-frame__side-left {
  display: none;
}
@media all and (min-width: 681px) {
  .l-frame__side-left {
    position: fixed;
    top: 0;
    bottom: 0;
    width: calc((100% - 30rem) / 2);
    left: 0;
    background-color: #FFF125;
    border-right: 2px solid #1B1310;
    z-index: 9999;
    padding: min(1.875rem, 2vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: safe center;
    gap: 1.875rem;
    padding-bottom: 9.375rem;
  }
}
@media all and (min-width: 681px) and (max-width: 1080px) {
  .l-frame__side-left {
    width: calc(100% - 30rem);
    gap: 1.25rem;
    padding-bottom: 5rem;
  }
}
@media all and (min-width: 681px) {
  .l-frame__side-left__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    width: 70%;
    max-width: 15rem;
  }
  .l-frame__side-left__logo .logo {
    width: 90%;
    max-height: 15vh;
  }
  .l-frame__side-left__logo .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .l-frame__side-left__logo .type {
    width: 100%;
    max-height: 5vh;
  }
  .l-frame__side-left__logo .type img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .l-frame__side-left__logo img {
    width: 100%;
  }
  .l-frame__side-left__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    width: 100%;
  }
  .l-frame__side-left__contact__btn {
    display: inline-block;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    text-align: inherit;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 1.4;
    box-sizing: border-box;
    max-width: 18.125rem;
    width: 100%;
    padding: 0.25em 0.75em;
    padding-right: 0.625rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.625rem;
    margin: 0 auto;
    line-height: 1.6;
    border-radius: calc(infinity * 1px);
    background: linear-gradient(to bottom, #ff3300 0%, #ab0d0d 100%);
    color: #fff;
    font-size: min(1.25rem, 1.55vw);
    transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
  .l-frame__side-left__contact__btn:hover {
    text-decoration: none;
  }
}
@media all and (min-width: 681px) and (max-width: 1080px) {
  .l-frame__side-left__contact__btn {
    font-size: min(1.25rem, 2vw);
  }
}
@media all and (min-width: 681px) {
  .l-frame__side-left__contact__btn:hover {
    text-decoration: none;
  }
}
@media (min-width: 681px) and (hover: hover) {
  .l-frame__side-left__contact__btn:hover {
    filter: brightness(1.5);
  }
}
@media all and (min-width: 681px) {
  .l-frame__side-left__contact__btn:active {
    filter: brightness(1.5);
  }
  .l-frame__side-left__contact__btn .text {
    flex: 1;
  }
  .l-frame__side-left__contact__btn .icon {
    flex-shrink: 0;
    width: 2.25em;
    height: 2.25em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-frame__side-left__contact__btn .icon:after {
    content: "";
    display: block;
    width: 60%;
    aspect-ratio: 1/1;
    background-color: #fff;
    mask-image: url(../images/common/icon_mail.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-image: url(../images/common/icon_mail.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
  }
  .l-frame__side-left__contact__tel {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    gap: 0rem;
    color: #1B1310;
  }
  .l-frame__side-left__contact__tel .tel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3125rem;
    font-size: min(2rem, 2.5vw);
  }
}
@media all and (min-width: 681px) and (max-width: 1080px) {
  .l-frame__side-left__contact__tel .tel {
    font-size: min(2rem, 3vw);
  }
}
@media all and (min-width: 681px) {
  .l-frame__side-left__contact__tel .tel .icon {
    width: 1.2em;
    height: 1.2em;
    background-color: #1B1310;
    mask-image: url(../images/common/icon_tel.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center;
    -webkit-mask-image: url(../images/common/icon_tel.svg);
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
  }
  .l-frame__side-left__contact__tel .tel .text {
    font-weight: 700;
  }
  .l-frame__side-left__contact__tel .caption {
    font-size: 0.875rem;
  }
}
.l-frame__ground {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7.5rem;
  pointer-events: none;
  overflow: hidden;
}
.l-frame__ground:not(.loaded):before {
  height: 0;
}
.l-frame__ground:not(.loaded) .vehicle {
  bottom: -60px;
}
@media all and (max-width: 1080px) {
  .l-frame__ground:not(.loaded) .vehicle {
    bottom: -35px;
  }
}
.l-frame__ground:before {
  content: "";
  display: block;
  width: 100%;
  height: 54px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: bottom left;
  transition: height 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}
@media all and (max-width: 1080px) {
  .l-frame__ground:before {
    height: 20px;
  }
}
.l-frame__ground .vehicle {
  position: absolute;
  bottom: 54px;
  right: -100px;
  aspect-ratio: 93/50;
  width: 60px;
  animation: ground-move 8s 0s linear infinite;
  transform-origin: bottom left;
  transition: bottom 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.2s;
}
@media all and (max-width: 1080px) {
  .l-frame__ground .vehicle {
    bottom: 20px;
  }
}
@media all and (min-width: 1081px) {
  .l-frame__ground.ground1 .vehicle {
    animation-delay: 7s;
  }
}

@keyframes ground-move {
  0% {
    right: -100px;
  }
  100% {
    right: calc(100% + 100px);
  }
}
.inner {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.inner-box-hg {
  max-width: 85.375rem;
  margin-left: auto;
  margin-right: auto;
}

.inner-box-xl {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.inner-box-l {
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
}

.inner-box-m {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto;
}

.inner-box-s {
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
}

body {
  overflow-x: hidden;
  /* 横スクロールを無効化 */
}

.cmn-btn {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100%;
  padding: 0.25rem 0.9375rem;
  padding-right: 0.3125rem;
  background-color: #ffdb27;
  border: 0.09375rem solid #1B1310;
  color: #1B1310;
  font-weight: 700;
  font-size: 1.125rem;
  border-radius: calc(infinity * 1px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
}
.cmn-btn .text {
  flex: 1;
  text-align: center;
  padding-left: 1.875rem;
}
.cmn-btn .arrow {
  flex-shrink: 0;
  width: 1.875rem;
  height: 1.875rem;
  background-color: #1B1310;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease 0s;
}
.cmn-btn .arrow:hover {
  text-decoration: none;
}
.cmn-btn .arrow:after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.625rem;
  transform: translateY(7%);
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.cmn-btn.is-open .arrow {
  transform: rotate(180deg);
}

.rad-10 {
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}

.img-animIn {
  position: relative;
}
.img-animIn img {
  opacity: 0;
  transition: opacity 0.5s 0s;
}
.img-animIn.onAnim img {
  opacity: 1;
}

.bg-grad {
  background: repeating-linear-gradient(-45deg, #FFFAB9, #FFFAB9 0.3125rem, #FFF 0.3125rem, #FFF 0.625rem) top center;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 0.1em;
}

.cmn-heading {
  font-weight: 900;
  position: relative;
  display: flex;
  align-items: baseline;
  padding: 0.3em 0.9375rem;
  gap: 0.3em;
  font-size: 1.625rem;
}
@media all and (max-width: 680px) {
  .cmn-heading {
    font-size: 1.38125rem;
  }
}
.cmn-heading > span {
  position: relative;
  z-index: 3;
  color: #fff;
  overflow: hidden;
}
.cmn-heading > span span {
  transform: translateY(110%);
  transition: transform 0.75s ease 0.4s;
  display: block;
}
.cmn-heading .en {
  font-size: 0.75em;
  color: #FFF125;
  font-style: italic;
  padding-right: 0.5em;
}
.cmn-heading:before {
  content: "";
  display: block;
  width: 110%;
  height: 100%;
  background-color: #1B1310;
  position: absolute;
  bottom: 0;
  right: 0.9375rem;
  transform: skewX(10deg) translateX(-100%);
  transition: transform 1.2s ease 0.15s;
}
.cmn-heading:after {
  content: "";
  display: block;
  width: 5rem;
  aspect-ratio: 93/50;
  position: absolute;
  bottom: 0;
  left: -7.5rem;
  scale: -1 1;
  transition: left 1.35s ease 0.05s;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/common/icon_vehicle/icon_vehicle1.svg);
}
.cmn-heading.onAnim:before {
  transform: skewX(-20deg) translateX(0);
}
.cmn-heading.onAnim:after {
  left: 110vw;
}
@media all and (min-width: 681px) {
  .cmn-heading.onAnim:after {
    left: 31.25rem;
  }
}
.cmn-heading.onAnim > span span {
  transform: translateY(0);
}

.cmn-tbl-wrap {
  overflow-x: auto;
  z-index: 4;
  padding-bottom: 1.25rem;
}
.cmn-tbl-wrap .ja {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media all and (max-width: 680px) {
  .cmn-tbl-wrap .ja {
    font-size: 1.275rem;
  }
}
.cmn-tbl-wrap .en {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media all and (max-width: 680px) {
  .cmn-tbl-wrap .en {
    font-size: 0.85rem;
  }
}
@media all and (max-width: 680px) {
  .cmn-tbl-wrap {
    width: calc(100% + 3.125rem);
    margin-left: -1.5625rem;
    margin-right: -1.5625rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.cmn-tbl {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.6;
  border: 1px solid #ddd;
}
.cmn-tbl.table-fixed {
  table-layout: fixed;
}
.cmn-tbl thead {
  background-color: #FFF125;
  color: #fff;
}
.cmn-tbl thead th {
  text-align: center;
  padding: 0.625rem 1.25rem;
  vertical-align: middle;
}
@media all and (max-width: 680px) {
  .cmn-tbl thead th {
    font-size: 0.75rem;
  }
}
@media all and (max-width: 680px) and (max-width: 680px) {
  .cmn-tbl thead th {
    font-size: 0.6375rem;
  }
}
.cmn-tbl tbody th {
  text-align: center;
  padding: 0.625rem 1.25rem;
  vertical-align: middle;
  font-weight: 700;
}
@media all and (max-width: 680px) {
  .cmn-tbl tbody th {
    font-size: 0.875rem;
  }
}
@media all and (max-width: 680px) and (max-width: 680px) {
  .cmn-tbl tbody th {
    font-size: 0.74375rem;
  }
}
.cmn-tbl tbody td {
  background-color: #fff;
  padding: 0.625rem 0.9375rem;
  vertical-align: middle;
  position: relative;
}
@media all and (max-width: 680px) {
  .cmn-tbl tbody td {
    padding: 0.625rem 0.9375rem;
    font-size: 0.875rem;
  }
}
@media all and (max-width: 680px) and (max-width: 680px) {
  .cmn-tbl tbody td {
    font-size: 0.74375rem;
  }
}
.cmn-tbl tbody td:not(:first-child):before {
  content: "";
  width: 0.0625rem;
  height: calc(100% - 1.25rem);
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 0.625rem;
}

.mapWrap {
  width: 100%;
  height: 15.625rem;
  border-radius: 0.625rem;
  overflow: hidden;
}
.mapWrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.maplink {
  border: 2px solid #1B1310;
  border-radius: 0.625rem;
  padding: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  background-color: #FFF125;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.maplink:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .maplink:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.maplink:active {
  opacity: 0.7;
  text-decoration: none;
}

.simulator-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  transition: background-color 0.3s ease;
}
@media all and (min-width: 681px) {
  .simulator-modal {
    width: 30rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.simulator-modal.is-open {
  display: flex;
  background-color: rgba(0, 0, 0, 0.75);
}
.simulator-modal__close {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  position: fixed;
  top: 1.25rem;
  right: 1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1002;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.simulator-modal__close:hover {
  text-decoration: none;
}
.simulator-modal__close span {
  font-size: 2rem;
  line-height: 1;
  color: #1B1310;
  font-weight: 300;
  translate: 0 -5%;
}
.simulator-modal__close:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .simulator-modal__close:hover {
    background-color: #1B1310;
  }
  .simulator-modal__close:hover span {
    color: #fff;
  }
}
.simulator-modal__close:active {
  background-color: #1B1310;
}
.simulator-modal__close:active span {
  color: #fff;
}
.simulator-modal__content {
  background-color: #fff;
  border-radius: 0.625rem;
  max-width: 100%;
  max-height: 90vh;
  max-height: 90svh;
  width: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 1001;
  padding: 1.25rem;
  opacity: 0;
  transform: translateY(1.25rem);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.simulator-modal.is-open .simulator-modal__content {
  opacity: 1;
  transform: translateY(0);
}
.simulator-modal__content__header {
  margin-bottom: 0.625rem;
}
.simulator-modal__content__header .img {
  margin: 0 auto;
  max-width: 60%;
}
.simulator-modal__content__header .img img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}
.simulator-modal__content__header .header .weight {
  display: flex;
  align-items: baseline;
  gap: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.simulator-modal__content__header .header .weight__value {
  font-size: 1.125rem;
  font-weight: 700;
}
.simulator-modal__content__header .header .weight__note {
  font-size: 0.875rem;
}
.simulator-modal__content__header .header .weight .name {
  font-size: 1.125rem;
  font-weight: 700;
}
.simulator-modal__content__header .header .class {
  font-size: 0.875rem;
  white-space: nowrap;
}
.simulator-modal__content__body .dayprice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 0.9375rem;
  background-color: #f5f5f5;
  border-radius: 0.5rem;
  margin-bottom: 1.25rem;
}
.simulator-modal__content__body .dayprice .label {
  display: block;
  font-size: 0.875rem;
  color: #666;
}
.simulator-modal__content__body .dayprice .price {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  color: #1B1310;
}
.simulator-modal__content__body .daycount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9375rem 0;
  border-top: 0.0625rem solid #e0e0e0;
}
.simulator-modal__content__body .daycount .text {
  font-size: 1rem;
  font-weight: 600;
}
.simulator-modal__content__body .daycount .inputWrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.simulator-modal__content__body .daycount .inputWrap button {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 2.25rem;
  height: 2.25rem;
  background-color: #1B1310;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease 0s;
  line-height: 1;
  touch-action: manipulation;
  user-select: none;
  transition: all 0.2s ease 0s;
}
.simulator-modal__content__body .daycount .inputWrap button:hover {
  text-decoration: none;
}
.simulator-modal__content__body .daycount .inputWrap button:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .simulator-modal__content__body .daycount .inputWrap button:hover {
    background-color: rgb(59.023255814, 41.5348837209, 34.976744186);
  }
}
.simulator-modal__content__body .daycount .inputWrap button:active {
  background-color: rgb(59.023255814, 41.5348837209, 34.976744186);
}
.simulator-modal__content__body .daycount .inputWrap button:active {
  transform: scale(0.95);
}
.simulator-modal__content__body .daycount .inputWrap input {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 4.375rem;
  height: 2.25rem;
  padding: 0 0.5rem;
  border: 0.125rem solid #1B1310;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  color: #1B1310;
  -moz-appearance: textfield;
  appearance: textfield;
}
.simulator-modal__content__body .daycount .inputWrap input:focus {
  outline: none;
  border-color: #1B1310;
  box-shadow: 0 0 0 0.1875rem rgba(27, 19, 16, 0.1);
}
.simulator-modal__content__body .daycount .inputWrap input::-webkit-inner-spin-button, .simulator-modal__content__body .daycount .inputWrap input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.simulator-modal__content__body .daycount .inputWrap .unit {
  font-size: 1rem;
  font-weight: 600;
  color: #1B1310;
}
.simulator-modal__content__body .totalprice {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.3125rem 0.625rem 0.3125rem 1.25rem;
  background-color: #ffdb27;
  border-radius: 0.5rem;
  line-height: 1.5;
}
.simulator-modal__content__body .totalprice .text {
  font-size: 1.125rem;
  font-weight: 700;
}
.simulator-modal__content__body .totalprice .price {
  font-size: 2rem;
  font-weight: 700;
  color: #1B1310;
}
.simulator-modal__content__body .totalprice .tax {
  font-size: 0.75rem;
}
.simulator-modal__content__body .caption1 {
  font-size: 0.6875rem;
  color: #999;
  line-height: 1.5;
  margin-top: 0.625rem;
}
.simulator-modal__content__body .btWrap {
  margin-top: 1.25rem;
}
.simulator-modal__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  width: 100%;
  padding: 0.75rem 1.25rem;
  background: linear-gradient(to bottom, #ff3300 0%, #ab0d0d 100%);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.simulator-modal__btn:hover {
  text-decoration: none;
}
.simulator-modal__btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .simulator-modal__btn:hover {
    filter: brightness(1.2);
  }
}
.simulator-modal__btn:active {
  filter: brightness(1.2);
}
.simulator-modal__btn .icon {
  width: 1.875rem;
  height: 1.875rem;
  flex-shrink: 0;
}
.simulator-modal__btn .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #FFF125;
  height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.625rem;
  gap: 0.625rem;
}
@media all and (min-width: 681px) {
  .mainHeader {
    width: 30rem;
    left: 50%;
    translate: -50% 0;
  }
}
@media all and (min-width: 681px) and (max-width: 1080px) {
  .mainHeader {
    left: auto;
    right: 0;
    translate: 0 0;
    right: 0;
  }
}
.mainHeader__logo {
  width: 4.375rem;
}
.mainHeader__logo a {
  display: block;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainHeader__logo a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__logo a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainHeader__logo a:active {
  opacity: 0.7;
  text-decoration: none;
}
.mainHeader__right {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.mainHeader__tel {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0.125rem;
  line-height: 1.1;
}
.mainHeader__tel .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  background-color: #FF1D00;
  border-radius: 0.25rem;
  color: #fff;
  padding: 0.3125rem;
  flex-wrap: wrap;
  width: 11.25rem;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 680px) {
  .mainHeader__tel .tel {
    width: 10.625rem;
  }
}
.mainHeader__tel .tel:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__tel .tel:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainHeader__tel .tel:active {
  opacity: 0.7;
  text-decoration: none;
}
.mainHeader__tel .tel .icon {
  width: 1.375rem;
  height: 1.375rem;
  translate: 0 10%;
  filter: brightness(0) invert(1);
}
.mainHeader__tel .tel .text {
  font-size: 1.125rem;
  font-weight: 700;
}
@media all and (max-width: 680px) {
  .mainHeader__tel .tel .text {
    font-size: 0.95625rem;
  }
}
.mainHeader__tel .caption {
  font-size: 0.75rem;
  margin-left: 2rem;
}
@media all and (max-width: 680px) {
  .mainHeader__tel .caption {
    font-size: 0.6375rem;
  }
}
.mainHeader__contact .contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3.125rem;
  aspect-ratio: 1/1;
  background-color: #FF1D00;
  border-radius: 0.25rem;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-size: 0.5625rem;
}
@media all and (max-width: 680px) {
  .mainHeader__contact .contact {
    font-size: 0.478125rem;
  }
}
.mainHeader__contact .contact .icon {
  width: 1.375rem;
  height: 1.375rem;
}
.mainHeader__btn {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #1B1310;
  width: 3.75rem;
  height: 3.75rem;
  gap: 0.3125rem;
  padding-top: 0.3125rem;
}
.mainHeader__btn .barWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.3125rem;
}
.mainHeader__btn .barWrap .bar {
  width: 1.875rem;
  height: 0.125rem;
  background-color: #fff;
  transition: all 0.2s ease 0s;
  border-radius: 0.625rem;
}
.mainHeader__btn .barWrap .bar:hover {
  text-decoration: none;
}
.mainHeader__btn .text {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #fff;
  display: block;
  transition: all 0.3s ease 0s;
}
@media all and (max-width: 680px) {
  .mainHeader__btn .text {
    font-size: 0.584375rem;
  }
}
.mainHeader__btn.active .barWrap .bar:nth-child(1) {
  transform: rotate(45deg);
  translate: 0 0.875rem;
}
.mainHeader__btn.active .barWrap .bar:nth-child(2) {
  scale: 0 1;
}
.mainHeader__btn.active .barWrap .bar:nth-child(3) {
  transform: rotate(-45deg);
}
.mainHeader__btn.active .text {
  opacity: 0;
  scale: 1 0;
  visibility: hidden;
}

.gNav {
  position: fixed;
  top: 3.75rem;
  right: 0;
  z-index: 1000;
  visibility: hidden;
  transition: all 0.2s ease 0s;
}
.gNav:hover {
  text-decoration: none;
}
.gNav.active {
  visibility: visible;
}
.gNav.active .gNav__list__item {
  transform: translate(0, 0);
}
.gNav__list {
  display: flex;
  flex-direction: column;
}
.gNav__list__item {
  transform: translate(100%, 0);
  transition: all 0.4s ease 0s;
}
.gNav__list__item:nth-child(1) {
  transition-delay: 0.05s;
}
.gNav__list__item:nth-child(2) {
  transition-delay: 0.1s;
}
.gNav__list__item:nth-child(3) {
  transition-delay: 0.15s;
}
.gNav__list__item:nth-child(4) {
  transition-delay: 0.2s;
}
.gNav__list__item:nth-child(5) {
  transition-delay: 0.25s;
}
.gNav__list__item:nth-child(6) {
  transition-delay: 0.3s;
}
.gNav__list__item:not(:first-child) {
  border-top: 0.0625rem solid #FFF125;
}
.gNav__list__item__link {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  padding: 0.6em;
  position: relative;
  background-color: #1B1310;
  color: #fff;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.gNav__list__item__link:hover {
  text-decoration: none;
}
.gNav__list__item__link.contact {
  background-color: #840808;
}
.gNav__list__item__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .gNav__list__item__link:hover {
    filter: brightness(1.2);
  }
}
.gNav__list__item__link:active {
  filter: brightness(1.2);
}
.gNav__list__item__link .en {
  font-size: 0.875rem;
  font-weight: 700;
  font-style: italic;
  opacity: 0.5;
  color: #FFF125;
}
@media all and (max-width: 680px) {
  .gNav__list__item__link .en {
    font-size: 0.74375rem;
  }
}
.gNav__list__item__link .ja {
  position: relative;
  z-index: 5;
  margin-top: -0.25em;
  padding-left: 0.5em;
  font-size: 1.125rem;
  font-weight: 700;
}
@media all and (max-width: 680px) {
  .gNav__list__item__link .ja {
    font-size: 0.95625rem;
  }
}
@media all and (max-width: 680px) {
  .gNav__list__item__link {
    outline: 0;
  }
}

.mainFooter {
  position: relative;
  background-color: #1B1310;
}
.mainFooter__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  gap: 0.625rem;
  background-color: #FFF125;
  padding: 1.875rem 1.25rem;
}
.mainFooter__logo .logo {
  width: 7.5rem;
}
.mainFooter__logo .type {
  width: 12.5rem;
}
.mainFooter__logo img {
  width: 100%;
}
.mainFooter__nav {
  padding: 1.875rem 0;
}
.mainFooter__nav__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem 1.25rem;
  width: 100%;
  font-size: 0.875rem;
}
.mainFooter__nav__list__item {
  border-bottom: 0.0625rem solid #666;
}
.mainFooter__nav__list__item__link {
  color: #fff;
  padding: 0.375rem 0;
  display: flex;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainFooter__nav__list__item__link:hover {
  text-decoration: none;
}
.mainFooter__nav__list__item__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainFooter__nav__list__item__link:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.mainFooter__nav__list__item__link:active {
  background-color: rgba(255, 255, 255, 0.1);
}
.mainFooter__sns__item .text {
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 680px) {
  .mainFooter__sns__item .text {
    font-size: 0.6375rem;
  }
}
.mainFooter__sns .banner {
  padding: 0.625rem;
  width: 16.25rem;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.mainFooter__sns .banner:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainFooter__sns .banner:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainFooter__sns .banner:active {
  opacity: 0.7;
  text-decoration: none;
}
.mainFooter__sns .banner .sub {
  font-size: 0.59375rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media all and (max-width: 680px) {
  .mainFooter__sns .banner .sub {
    font-size: 0.5046875rem;
  }
}
@media all and (max-width: 680px) {
  .mainFooter__sns .banner .sub {
    font-size: 0.6875rem;
  }
}
@media all and (max-width: 680px) and (max-width: 680px) {
  .mainFooter__sns .banner .sub {
    font-size: 0.584375rem;
  }
}
.mainFooter__sns .banner img {
  width: 100%;
}
.mainFooter__copyright {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media all and (max-width: 680px) {
  .mainFooter__copyright {
    font-size: 0.6375rem;
  }
}

@keyframes moveOnCircle {
  0% {
    transform: rotate(160deg);
  }
  100% {
    transform: rotate(-60deg);
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logoin {
  0% {
    opacity: 0;
    transform: translateY(1.25rem) scale(0.8);
  }
  50% {
    opacity: 1;
    transform: translateY(-0.025rem) scale(1.15);
  }
  70% {
    transform: translateY(0.00625rem) scale(0.98);
  }
  85% {
    transform: translateY(-0.003125rem) scale(1.01);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes logoout {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  15% {
    transform: translateY(-0.003125rem) scale(1.01);
  }
  30% {
    transform: translateY(0.00625rem) scale(0.98);
  }
  50% {
    opacity: 1;
    transform: translateY(-0.025rem) scale(1.15);
  }
  100% {
    opacity: 0;
    transform: translateY(2.5rem) scale(0);
  }
}
.top-loading {
  position: fixed;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: 100%;
  height: 100dvh;
  background-color: #333;
  z-index: 2000;
  backface-visibility: hidden;
  max-width: 30rem;
}
@media all and (min-width: 681px) and (max-width: 1080px) {
  .top-loading {
    left: auto;
    right: 0;
    translate: 0 0;
    right: 0;
  }
}
.top-loading:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF125;
}
.top-loading.loading .top-loading__logo .logo {
  animation: logoin 0.8s ease 0.5s 1 forwards alternate;
}
.top-loading.loading .top-loading__logo .type {
  transform: translateY(0rem);
  transition-delay: 0.4s;
  opacity: 1;
}
.top-loading.loading .top-loading__progress {
  opacity: 1;
  transform: translateX(-50%) translateY(0rem);
  transition-delay: 0.5s;
}
.top-loading.loading .top-loading__circlerWrap {
  transform: translateY(0rem);
  opacity: 1;
  transition-delay: 0.7s;
}
.top-loading.loading .top-loading__ground {
  opacity: 1;
  transform: translateY(0rem);
  transition-delay: 1s;
}
.top-loading.loading-out .top-loading__logo .logo {
  opacity: 1;
  animation: logoout 1s ease 0s 1 forwards;
}
.top-loading__logo {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
.top-loading__logo .logo {
  width: 12.5rem;
  opacity: 0;
}
.top-loading__logo .logo img {
  width: 100%;
}
.top-loading__logo .type {
  width: 14.75rem;
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: translateY(1.25rem);
}
.top-loading__logo .type img {
  width: 100%;
}
.top-loading__progress {
  position: absolute;
  bottom: 9.375rem;
  left: 50%;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  line-height: 1.4;
  width: 100%;
  max-width: 30rem;
  transition: all 0.8s ease 0s;
  opacity: 0;
  transform: translateX(-50%) translateY(1.25rem);
}
@media (max-width: 1080px) and (min-aspect-ratio: 16/10) {
  .top-loading__progress {
    display: none;
  }
}
.top-loading__progress__title {
  font-weight: 700;
  font-size: 1.25rem;
  font-style: italic;
  animation: fadeInOut 2s ease 0s infinite alternate;
}
@media all and (max-width: 680px) {
  .top-loading__progress__title {
    font-size: 1.0625rem;
  }
}
.top-loading__progress__bar {
  width: 100%;
  height: 0.3125rem;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.top-loading__progress__bar__fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1B1310;
  transform-origin: left center;
  transform: scaleX(0);
  will-change: transform;
  backface-visibility: hidden;
  transition: transform 0.15s linear;
}
.top-loading__progress__text {
  font-weight: 700;
  font-size: 1.25rem;
}
@media all and (max-width: 680px) {
  .top-loading__progress__text {
    font-size: 1.0625rem;
  }
}
.top-loading__circlerWrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.375rem;
  transform: translateY(5.625rem);
  z-index: 10;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.6) 0s;
}
.top-loading__circler {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center bottom;
  width: 68.75rem;
  height: 68.75rem;
}
.top-loading__circler .item {
  position: absolute;
  width: 4.375rem;
  height: 3.125rem;
  top: 0;
  left: 50%;
  margin-left: -2.1875rem;
  margin-top: -1.5625rem;
  transform-origin: center calc(100% + 34.375rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-loading__circler .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-loading__circler .item:nth-child(1) {
  transform: rotate(-60deg);
  animation: moveOnCircle 18s linear infinite;
  animation-delay: 0s;
}
.top-loading__circler .item:nth-child(2) {
  transform: rotate(-30deg);
  animation: moveOnCircle 18s linear infinite;
  animation-delay: -2.6s;
}
.top-loading__circler .item:nth-child(3) {
  transform: rotate(0deg);
  animation: moveOnCircle 18s linear infinite;
  animation-delay: -5.2s;
}
.top-loading__circler .item:nth-child(4) {
  transform: rotate(30deg);
  animation: moveOnCircle 18s linear infinite;
  animation-delay: -7.8s;
}
.top-loading__circler .item:nth-child(5) {
  transform: rotate(60deg);
  animation: moveOnCircle 18s linear infinite;
  animation-delay: -10.4s;
}
.top-loading__ground {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.375rem;
  overflow: hidden;
  z-index: 15;
  transition: all 0.4s ease 0.4s;
  transform: translateY(5.625rem);
}
.top-loading__ground:after {
  content: "";
  display: block;
  width: 68.75rem;
  aspect-ratio: 1/1;
  background-color: #333;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}

.top-fv {
  min-height: 100svh;
  min-height: calc(100svh - 5.625rem);
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 3.75rem;
  backface-visibility: hidden;
}
@media all and (min-width: 681px) {
  .top-fv {
    min-height: 51.875rem;
    max-height: 57.5rem;
  }
}
.top-fv .top-fv__upper:before {
  transition: all 0.5s ease;
}
.top-fv .top-fv__heading:before {
  transition: all 0.5s ease 0.2s;
  transform-origin: left center;
}
.top-fv .top-fv__heading:after {
  transition: all 0.5s ease 0.4s;
  transform-origin: right center;
}
.top-fv .top-fv__heading span {
  transition: all 1.5s ease 0.6s;
}
.top-fv .top-fv__list__item .title:before {
  transition: all 0.5s ease 0.2s;
}
.top-fv .top-fv__list__item .title .title__text span {
  transition: all 0.5s ease 0.4s;
}
.top-fv .top-fv__list__item .caption {
  transition: all 0.5s ease 0.6s;
}
.top-fv .top-fv__list__item .caption2 {
  transition: all 0.5s ease 0.6s;
}
.top-fv .top-fv__list__item .price:before {
  transition: all 0.5s ease 0.4s;
}
.top-fv .top-fv__list__item .price .price__text span {
  transition: all 0.5s ease 0.6s;
}
.top-fv .top-fv__list__item .price .price__text:before {
  transition: all 0.5s ease 0.8s;
}
.top-fv .top-fv__list__item .price .price__subtext {
  transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
}
.top-fv .top-fv__list__item .img {
  transition: all 0.8s ease 0.6s;
}
.top-fv .top-fv__list__item:nth-child(2) .title:before {
  transition-delay: 0.4s;
}
.top-fv .top-fv__list__item:nth-child(2) .title .title__text span {
  transition-delay: 0.6s;
}
.top-fv .top-fv__list__item:nth-child(2) .caption {
  transition-delay: 0.8s;
}
.top-fv .top-fv__list__item:nth-child(2) .caption2 {
  transition-delay: 0.8s;
}
.top-fv .top-fv__list__item:nth-child(2) .price:before {
  transition-delay: 0.6s;
}
.top-fv .top-fv__list__item:nth-child(2) .price .price__text span {
  transition-delay: 0.8s;
}
.top-fv .top-fv__list__item:nth-child(2) .price .price__subtext {
  transition-delay: 0.8s;
}
.top-fv .top-fv__list__item:nth-child(2) .img {
  transition-delay: 0.8s;
}
.top-fv .top-fv__list__item:nth-child(3) .title:before {
  transition-delay: 0.6s;
}
.top-fv .top-fv__list__item:nth-child(3) .title .title__text span {
  transition-delay: 0.8s;
}
.top-fv .top-fv__list__item:nth-child(3) .caption {
  transition-delay: 1s;
}
.top-fv .top-fv__list__item:nth-child(3) .caption2 {
  transition-delay: 1s;
}
.top-fv .top-fv__list__item:nth-child(3) .price:before {
  transition-delay: 0.8s;
}
.top-fv .top-fv__list__item:nth-child(3) .price .price__text span {
  transition-delay: 1s;
}
.top-fv .top-fv__list__item:nth-child(3) .img {
  transition-delay: 1s;
}
.top-fv .top-fv__list__caption {
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
  font-size: 0.75rem;
  opacity: 0.7;
  transition: all 0.5s ease 1s;
}
@media all and (max-width: 680px) {
  .top-fv .top-fv__list__caption {
    font-size: 0.6375rem;
  }
}
.top-fv .top-fv__lower .lead {
  overflow: hidden;
}
.top-fv .top-fv__lower .lead:before {
  transition: all 0.5s ease 0.8s;
}
.top-fv .top-fv__lower .lead > span {
  transition: all 0.5s ease 1s;
}
.top-fv .top-fv__lower .lead2 {
  transition: all 0.75s ease 1.3s;
}
.top-fv__scrollDownBtn {
  transition: all 0.5s ease 1.3s;
}
.top-fv:not(.is-loaded) .top-fv__scrollDownBtn {
  translate: 100% 0;
}
.top-fv:not(.is-loaded) .top-fv__upper:before {
  scale: 1 0;
}
.top-fv:not(.is-loaded) .top-fv__heading:before {
  scale: 0 1;
}
.top-fv:not(.is-loaded) .top-fv__heading:after {
  scale: 0 1;
}
.top-fv:not(.is-loaded) .top-fv__heading span {
  opacity: 0;
  scale: 1.1;
  color: #FF1D00;
}
.top-fv:not(.is-loaded) .top-fv__list__item .title:before {
  translate: -100% 0;
}
.top-fv:not(.is-loaded) .top-fv__list__item .title .title__text span {
  translate: 0 100%;
}
.top-fv:not(.is-loaded) .top-fv__list__caption {
  opacity: 0;
}
.top-fv:not(.is-loaded) .top-fv__list .caption {
  opacity: 0;
}
.top-fv:not(.is-loaded) .top-fv__list .caption2 {
  opacity: 0;
}
.top-fv:not(.is-loaded) .top-fv__list .price:before {
  scale: 0 1;
}
.top-fv:not(.is-loaded) .top-fv__list .price .price__text span {
  translate: 0 130%;
}
.top-fv:not(.is-loaded) .top-fv__list .price .price__text:before {
  scale: 0 1;
}
.top-fv:not(.is-loaded) .top-fv__list .price .price__subtext {
  opacity: 0;
}
.top-fv:not(.is-loaded) .top-fv__list .img {
  translate: 100% 0;
}
.top-fv:not(.is-loaded) .top-fv__lower .lead:before {
  scale: 0 1;
}
.top-fv:not(.is-loaded) .top-fv__lower .lead > span {
  translate: 0 150%;
}
.top-fv:not(.is-loaded) .top-fv__lower .lead2 {
  opacity: 0;
}
.top-fv__upper {
  position: relative;
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media all and (max-width: 680px) {
  .top-fv__upper {
    padding-top: min(1.875rem, 5vh);
    padding-bottom: min(1.875rem, 5vh);
  }
}
.top-fv__upper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: top center;
  background: repeating-linear-gradient(-45deg, #FFFAB9, #FFFAB9 0.3125rem, #FFF 0.3125rem, #FFF 0.625rem);
}
.top-fv__heading {
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 1.1;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 10;
  margin-bottom: min(2.5rem, 6vh);
  transform: rotate(-2deg);
  padding-top: 0.2em;
}
@media all and (max-width: 680px) {
  .top-fv__heading {
    font-size: 1.59375rem;
  }
}
.top-fv__heading .strong {
  font-size: 2.625rem;
  color: #FF1D00;
}
@media all and (max-width: 680px) {
  .top-fv__heading .strong {
    font-size: 2.23125rem;
  }
}
.top-fv__heading:before {
  content: "";
  display: block;
  width: 120%;
  height: 140%;
  background-color: #1B1310;
  position: absolute;
  top: -5%;
  left: -10%;
  transform: rotate(-1deg);
}
.top-fv__heading:after {
  content: "";
  display: block;
  width: 120%;
  height: 120%;
  background-color: #FFF125;
  position: absolute;
  top: -5%;
  left: -10%;
}
.top-fv__heading span {
  position: relative;
  z-index: 2;
}
.top-fv__list {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: clamp(1.25rem, 3vh, 2.5rem);
}
@media all and (max-width: 680px) {
  .top-fv__list {
    gap: min(1.25rem, 5vh);
  }
}
.top-fv__list__item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.top-fv__list__item .title {
  font-weight: 900;
  padding: 0.15em;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 7.5em;
  margin-bottom: 0.3125rem;
  font-size: clamp(1.375rem, 2.75vh, 1.625rem);
}
.top-fv__list__item .title .title__text {
  overflow: hidden;
  display: flex;
}
@media all and (max-width: 680px) {
  .top-fv__list__item .title {
    font-size: min(1.5rem, 2.55vh);
  }
}
.top-fv__list__item .title span {
  position: relative;
  z-index: 2;
}
.top-fv__list__item .title:before {
  content: "";
  display: block;
  width: 110%;
  height: 100%;
  background-color: #1B1310;
  position: absolute;
  transform: skewX(-20deg);
  top: 0;
  left: -5%;
}
.top-fv__list__item .caption {
  font-weight: 900;
  padding-left: 0.75rem;
  line-height: 1.4;
  margin-bottom: 0.2em;
  font-size: clamp(0.875rem, 1.7vh, 1.125rem);
  text-shadow: 0.05em 0.05em 0px #FFF125;
}
@media all and (max-width: 680px) {
  .top-fv__list__item .caption {
    font-size: min(1.125rem, 1.7vh);
  }
}
.top-fv__list__item .caption2 {
  padding-left: 0.75rem;
  line-height: 1.4;
  font-size: 0.75rem;
  margin-top: 0.5em;
  font-weight: 500;
}
@media all and (max-width: 680px) {
  .top-fv__list__item .caption2 {
    font-size: 0.6375rem;
  }
}
.top-fv__list__item .price {
  font-weight: 900;
  padding-left: 0.75rem;
  line-height: 1.4;
  position: relative;
  font-style: italic;
  font-size: clamp(2.25rem, 2.1vh, 2.625rem);
}
@media all and (max-width: 680px) {
  .top-fv__list__item .price {
    font-size: min(2.625rem, 3.5vh);
  }
}
.top-fv__list__item .price .price__subtext {
  font-size: 1rem;
  position: relative;
  display: block;
  z-index: 5;
  padding-top: 0.2em;
  padding-bottom: 0.1em;
  text-decoration: line-through;
}
@media all and (max-width: 680px) {
  .top-fv__list__item .price .price__subtext {
    font-size: 0.85rem;
  }
}
.top-fv__list__item .price .price__text {
  position: relative;
  z-index: 2;
  color: #FF1D00;
  display: flex;
  overflow: hidden;
  align-items: center;
  line-height: 1;
  padding-bottom: 0.3em;
  padding-left: 0.2em;
}
.top-fv__list__item .price .price__text:before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.8em;
  margin-right: 0.1em;
  background-color: #FF1D00;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
}
.top-fv__list__item .price:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF125;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: right center;
}
.top-fv__list__item .img {
  position: absolute;
  bottom: -12%;
  left: 44%;
  filter: drop-shadow(0.5rem 0.25rem 0rem rgba(0, 0, 0, 0.5));
}
@media all and (min-width: 681px) {
  .top-fv__list__item .img {
    width: clamp(84%, 90%, 48vh);
  }
}
@media all and (max-width: 680px) {
  .top-fv__list__item .img {
    width: min(91%, 48vh);
  }
}
.top-fv__lower {
  background-color: #FFF125;
}
.top-fv__lower .lead {
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 0.375rem 0.9rem;
  position: relative;
  line-height: 1.4;
  color: #fff;
  font-size: clamp(1.25rem, 3vh, 1.25rem);
  justify-content: flex-start;
  text-align: left;
}
@media all and (max-width: 680px) {
  .top-fv__lower .lead {
    font-size: min(1.125rem, 2.2vh);
  }
}
.top-fv__lower .lead span {
  position: relative;
  z-index: 2;
}
.top-fv__lower .lead:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1B1310;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left center;
}
.top-fv__lower .lead2 {
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 0.2em 0.5rem;
  line-height: 1.5;
  font-size: clamp(1.5rem, 3.4vh, 1.75rem);
  font-style: italic;
  justify-content: flex-start;
  text-align: left;
}
@media all and (max-width: 680px) {
  .top-fv__lower .lead2 {
    font-size: min(1.5rem, 3.4vh);
  }
}
.top-fv__lower .lead2 strong {
  color: #FF1D00;
  font-size: 1.3em;
  position: relative;
}
.top-fv__lower .lead2 strong:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.125em;
  background-color: #FF1D00;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-fv__scrollDownBtn {
  position: absolute;
  bottom: 0.625rem;
  right: 0rem;
  padding-left: 0.625rem;
  z-index: 99;
  width: 6.25rem;
  height: 6.25rem;
  color: #fff;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #FF1D00;
  border-radius: 1.875rem 0rem 0rem 1.875rem;
  font-weight: 900;
  font-size: 0.9375rem;
  gap: 0.375rem;
  box-shadow: 0.25rem 0.25rem 0 rgb(0, 0, 0) inset;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 680px) {
  .top-fv__scrollDownBtn {
    font-size: 0.796875rem;
  }
}
.top-fv__scrollDownBtn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-fv__scrollDownBtn:hover {
    text-decoration: none;
  }
}
.top-fv__scrollDownBtn:active {
  text-decoration: none;
}
@media all and (max-width: 680px) {
  .top-fv__scrollDownBtn {
    font-size: 1.0625rem;
  }
}
@media all and (max-width: 680px) and (max-width: 680px) {
  .top-fv__scrollDownBtn {
    font-size: 0.903125rem;
  }
}
.top-fv__scrollDownBtn span {
  position: relative;
  z-index: 2;
}
.top-fv__scrollDownBtn .icon {
  width: 2.8125rem;
  filter: brightness(0) invert(1);
}

.top-lead {
  padding: 3.125rem 0 1.25rem;
}
.top-lead__heading {
  font-weight: 900;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 0.625rem;
  position: relative;
  margin-bottom: 1.25rem;
}
@media all and (max-width: 680px) {
  .top-lead__heading {
    font-size: 1.275rem;
  }
}
.top-lead__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  width: 100%;
  gap: 0.625rem;
}
.top-lead__logo .text {
  font-weight: 900;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  gap: 0.625rem;
}
@media all and (max-width: 680px) {
  .top-lead__logo .text {
    font-size: 1.0625rem;
  }
}
.top-lead__logo .text:before, .top-lead__logo .text:after {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 1.875rem;
  background-color: #1B1310;
}
.top-lead__logo .text:before {
  rotate: -20deg;
}
.top-lead__logo .text:after {
  rotate: 20deg;
}
.top-lead__logo .logo {
  width: 12.5rem;
}
.top-lead__logo .logo img {
  width: 100%;
}
.top-lead__logo .type {
  width: 16.625rem;
}
.top-lead__logo .type img {
  width: 100%;
}

.top-merit {
  padding: 2.5rem 0 4.375rem;
  position: relative;
}
.top-merit:before {
  content: "";
  display: block;
  width: 100%;
  height: 1.875rem;
  background-color: #FFF125;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.top-merit:after {
  content: "";
  display: block;
  width: 100%;
  height: 2.5rem;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
}
.top-merit__heading {
  height: 5rem;
  font-weight: 900;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: sticky;
  top: 3.75rem;
  left: 0;
  z-index: 5;
  transition: transform 0.35s ease 0.2s;
}
@media all and (max-width: 680px) {
  .top-merit__heading {
    font-size: 1.275rem;
  }
}
.top-merit__heading.is-hide {
  transform: rotateX(-90deg);
  transition: transform 0.35s ease 0s;
}
.top-merit__heading .sub {
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 680px) {
  .top-merit__heading .sub {
    font-size: 0.85rem;
  }
}
.top-merit__heading .main {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-merit__heading .main .text {
  transition-delay: 0.2s;
}
.top-merit__heading .text {
  transition: transform 0.6s linear 0s;
  transform: translateY(110%);
}
.top-merit__heading.onAnim .text {
  transform: translateY(0);
}
.top-merit__heading2 {
  margin-bottom: 0rem;
  height: 5rem;
  font-weight: 900;
  font-size: 1.5rem;
  display: flex;
  align-items: baseline;
  padding-top: 1.5625rem;
  justify-content: center;
  text-align: center;
  width: 100%;
  background-color: #FFF125;
  position: sticky;
  bottom: auto;
  top: 3.75rem;
  left: 0;
  z-index: 5;
  transition: transform 0.2s linear 0s;
  transform: rotateX(90deg);
  border-top: 0.125rem solid #1B1310;
  gap: 0.625rem;
}
@media all and (max-width: 680px) {
  .top-merit__heading2 {
    font-size: 1.275rem;
  }
}
.top-merit__heading2 .strong {
  width: 7.5rem;
  translate: 0 0.5em;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.8, -2, 0.2, 2.4) 0.1s;
  position: relative;
}
.top-merit__heading2 .strong img {
  width: 100%;
}
.top-merit__heading2 .strong:after {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: -0.7em;
  right: -0.6em;
  background-image: url(../images/top/attention.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.8s cubic-bezier(0.8, -2, 0.2, 2.4) 0.2s;
  translate: 0 0.5em;
  opacity: 0;
}
.top-merit__heading2.is-show {
  transform: rotateX(0deg);
  transition: transform 0.2s linear 0.2s;
}
.top-merit__heading2.is-show .strong {
  translate: 0 0;
  opacity: 1;
}
.top-merit__heading2.is-show .strong:after {
  translate: 0 0;
  opacity: 1;
}
.top-merit__list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: -1.25rem;
}
.top-merit__list__item .heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625rem;
  margin-left: 0.9375rem;
  padding-right: 1.25rem;
  font-weight: 900;
  font-size: 1.375rem;
  position: relative;
  z-index: 2;
  line-height: 1.4;
}
@media all and (max-width: 680px) {
  .top-merit__list__item .heading {
    font-size: 1.16875rem;
  }
}
.top-merit__list__item .heading:before {
  content: "";
  border-top: 0.125rem solid #999;
  background-color: #eee;
  width: calc(100% - 1.25rem);
  height: 80%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.top-merit__list__item .heading .icon {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  border: 0.125rem solid #999;
  overflow: hidden;
  padding: 0.375rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.top-merit__list__item .heading .icon img {
  width: 100%;
  opacity: 0.9;
}
.top-merit__list__item .heading .text {
  position: relative;
  z-index: 2;
}
.top-merit__list__item .content {
  padding: 0.625rem 0.9375rem;
  background-color: #fff;
  padding: 1.25rem 1.25rem;
  margin-left: 1.875rem;
  border-left: 0.125rem solid #999;
  border-bottom: 0.125rem solid #999;
  margin-top: -0.625rem;
  border-radius: 0 0 0 1.25rem;
  line-height: 1.8;
  font-weight: 700;
}
.top-merit__list__item .content strong {
  font-weight: 900;
  color: #FF1D00;
  font-size: 1.4em;
  line-height: 1.2;
}
.top-merit__answer-list {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  margin-top: -1.25rem;
}
.top-merit__answer-list__item {
  transform: translateX(100%);
  transition: transform 1.2s ease 0s;
  position: relative;
}
.top-merit__answer-list__item.onAnim {
  transform: translateX(0);
}
.top-merit__answer-list__item.onAnim:before {
  translate: -150% 45%;
}
.top-merit__answer-list__item:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 40%;
  aspect-ratio: 2/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/common/icon_vehicle/icon_vehicle2.svg);
  translate: -23% 45%;
  transition: all 1.75s ease 0.5s;
}
.top-merit__answer-list__item .heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625rem;
  margin-left: 0.9375rem;
  padding-right: 1.25rem;
  padding-left: 1.875rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 900;
  font-size: 1.5rem;
  font-style: italic;
  position: relative;
  z-index: 2;
  line-height: 1.4;
  color: #fff;
}
@media all and (max-width: 680px) {
  .top-merit__answer-list__item .heading {
    font-size: 1.275rem;
  }
}
.top-merit__answer-list__item .heading:before {
  content: "";
  background-color: #1B1310;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) skewX(-20deg);
  transform-origin: left bottom;
}
.top-merit__answer-list__item .heading .text {
  position: relative;
  z-index: 2;
}
.top-merit__answer-list__item .content {
  padding: 0.625rem 0.9375rem;
  background-color: #fff;
  padding: 0.9375rem 1.25rem 1.25rem;
  margin-left: 0.9375rem;
  border-left: 0.125rem solid #1B1310;
  border-bottom: 0.125rem solid #1B1310;
  line-height: 1.8;
  font-weight: 700;
}
.top-merit__answer-list__item .content strong {
  font-weight: 900;
  color: #FF1D00;
  font-size: 1.4em;
  line-height: 1.2;
}
.top-merit__answer-list__item .banner {
  position: absolute;
  right: 0.3125rem;
  padding-top: 0.625rem;
}
.top-merit__answer-list__item .banner a {
  display: block;
  background-color: #fff;
  padding: 0.625rem;
  width: 13.0625rem;
  border: 1px solid #999;
  box-shadow: 2px 2px 0 #1B1310;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.top-merit__answer-list__item .banner a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-merit__answer-list__item .banner a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.top-merit__answer-list__item .banner a:active {
  opacity: 0.7;
  text-decoration: none;
}
.top-merit__answer-list__item .banner a img {
  display: block;
  width: 100%;
}
.top-merit .merit-scroll-stop {
  padding: 5rem 0 7.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.25rem;
}
.top-merit .merit-scroll-stop span {
  width: 5rem;
  aspect-ratio: 3/1;
  background-color: #1B1310;
  opacity: 0.7;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.top-strength {
  padding: 3.75rem 0 3.75rem;
  position: relative;
  background-color: #FFF125;
}
.top-strength__list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.top-strength__list__item {
  background-color: #fff;
  border: 2px solid #1B1310;
  width: calc(100% + 1.25rem);
}
.top-strength__list__item:nth-child(2n) {
  margin-left: -1.25rem;
}
.top-strength__list__item .heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #1B1310;
  color: #fff;
  line-height: 1.4;
  padding: 0.625rem 0.9375rem;
  gap: 0.5em;
  font-size: 1.25rem;
  font-weight: 700;
}
@media all and (max-width: 680px) {
  .top-strength__list__item .heading {
    font-size: 1.0625rem;
  }
}
.top-strength__list__item .heading strong {
  color: rgb(255, 95, 21);
  border: 2px solid rgb(255, 95, 21);
  font-weight: 900;
  font-size: 2.25rem;
  width: 1.5em;
  height: 1.5em;
  line-height: 1;
  letter-spacing: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 680px) {
  .top-strength__list__item .heading strong {
    font-size: 1.9125rem;
  }
}
.top-strength__list__item .content {
  padding: 1.25em;
}
.top-strength__list__item .img1 {
  max-width: 20rem;
  margin: 0.625rem auto 1.875rem;
}
.top-strength__list__item .img2 {
  max-width: 20rem;
  margin: 1.875rem auto 0;
}
.top-strength__list__item .point {
  margin-top: 1.25rem;
  font-weight: 700;
  border: 2px solid #1B1310;
  border-radius: 0.625rem;
  background-color: #FFF125;
  overflow: hidden;
  line-height: 1.5;
}
.top-strength__list__item .point .point__heading {
  font-weight: 900;
  font-size: 1rem;
  background-color: #1B1310;
  color: #fff;
  padding: 0.25em 1em;
}
@media all and (max-width: 680px) {
  .top-strength__list__item .point .point__heading {
    font-size: 0.85rem;
  }
}
.top-strength__list__item .point p,
.top-strength__list__item .point div {
  padding: 1em 1em 1em;
}

.top-vehicle {
  padding: 3.75rem 0 0;
  position: relative;
}
.top-vehicle__lead {
  font-size: 1.125rem;
}
@media all and (max-width: 680px) {
  .top-vehicle__lead {
    font-size: 0.95625rem;
  }
}
.top-vehicle__nav {
  position: sticky;
  top: 3.75rem;
  left: 0;
  width: 100%;
  z-index: 100;
  border-top: 0.0625rem solid #1B1310;
}
.top-vehicle__nav:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 0.625rem);
  background-color: #FFF125;
  position: absolute;
  top: 0;
  left: 0;
}
.top-vehicle__nav__inner {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 0.625rem;
}
.top-vehicle__nav__inner::-webkit-scrollbar {
  display: none;
}
.top-vehicle__nav__inner::-webkit-scrollbar-track {
  display: none;
}
.top-vehicle__nav__inner::-webkit-scrollbar-thumb {
  display: none;
}
.top-vehicle__nav__list {
  display: flex;
  position: relative;
  z-index: 5;
}
.top-vehicle__nav__list__item {
  border-right: 0.0625rem solid #1B1310;
}
.top-vehicle__nav__list__item button {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #FFF125;
  width: 6.25rem;
  padding: 0.3125rem 0 0.5rem;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
  color: #1B1310;
}
@media all and (max-width: 680px) {
  .top-vehicle__nav__list__item button {
    font-size: 0.6375rem;
  }
}
.top-vehicle__nav__list__item button .icon {
  width: 3.75rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-vehicle__nav__list__item button .text {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.6em;
}
.top-vehicle__nav__list__item button.current {
  background-color: #1B1310;
  color: #fff;
}
.top-vehicle__nav__list__item button.current:after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 0.625rem;
  background-color: #1B1310;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 99%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.top-vehicle__nav__list__item button.current .icon img {
  filter: brightness(0) invert(1);
}
.top-vehicle__subnav {
  position: sticky;
  top: 8.75rem;
  left: 0;
  width: 100%;
  z-index: 60;
  margin-top: -0.625rem;
  background-color: #f0f0f0;
  transition: opacity 0.2s ease;
}
.top-vehicle__subnav.is-loading {
  opacity: 0.55;
  pointer-events: none;
}
.top-vehicle__subnav__inner {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 0.625rem;
}
.top-vehicle__subnav__inner::-webkit-scrollbar {
  display: none;
}
.top-vehicle__subnav__inner::-webkit-scrollbar-track {
  display: none;
}
.top-vehicle__subnav__inner::-webkit-scrollbar-thumb {
  display: none;
}
.top-vehicle__subnav__list {
  display: flex;
  position: relative;
  gap: 0.3125rem;
  z-index: 5;
  padding: 0.9375rem 0.625rem 0.3125rem;
}
.top-vehicle__subnav__list__item button {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  display: flex;
  border: 1px solid #1B1310;
  padding: 0.3em 0.75em;
  background-color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1B1310;
  white-space: nowrap;
  border-radius: 0.25rem;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 680px) {
  .top-vehicle__subnav__list__item button {
    font-size: 0.74375rem;
  }
}
.top-vehicle__subnav__list__item button:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-vehicle__subnav__list__item button:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.top-vehicle__subnav__list__item button:active {
  opacity: 0.7;
  text-decoration: none;
}
.top-vehicle__subnav__list__item button.current {
  background-color: #FFF125;
}
.top-vehicle .no-vehicles-message {
  text-align: center;
  width: 100%;
  padding: 1em;
}
.top-vehicle__content {
  padding-top: 1.25rem;
}
.top-vehicle__list {
  padding: 0 0 2.5rem;
  margin-top: -0.625rem;
}
.top-vehicle__list__item {
  position: relative;
}
.top-vehicle__list__item__content__header {
  overflow: hidden;
  position: relative;
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
}
.top-vehicle__list__item__content__title {
  border-top: 0.0625rem solid #1B1310;
  font-weight: 900;
  padding: 0.625rem 0.9375rem;
  padding-right: 8.125rem;
  background-color: #fff;
  font-size: 1.25rem;
  border-bottom: 0.0625rem solid #1B1310;
}
@media all and (max-width: 680px) {
  .top-vehicle__list__item__content__title {
    font-size: 1.0625rem;
  }
}
.top-vehicle__list__item__content__price {
  position: relative;
  z-index: 5;
  margin-left: auto;
  margin-top: -0.9375rem;
  line-height: 1.4;
  width: 8.125rem;
  padding: 0.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 5;
}
.top-vehicle__list__item__content__price:before {
  content: "";
  display: block;
  width: 120%;
  height: 100%;
  background-color: #FFF125;
  position: absolute;
  top: 0;
  left: -5%;
  transform: skewX(-20deg);
  filter: drop-shadow(0.25rem 0.25rem 0rem #1B1310);
}
.top-vehicle__list__item__content__price .label {
  font-weight: 700;
  font-size: 0.75rem;
  position: relative;
  z-index: 2;
}
.top-vehicle__list__item__content__price .price {
  font-weight: 900;
  color: #FF1D00;
  font-size: 1.5rem;
  position: relative;
  z-index: 2;
}
.top-vehicle__list__item__content__caption {
  font-size: 0.625rem;
  font-weight: 500;
  text-align: right;
  padding-right: 0.625rem;
  margin-top: 0.3125rem;
}
.top-vehicle__category-slider {
  position: relative;
  padding: 0.625rem 0 1.875rem;
}
.top-vehicle__category-slider .swiper-button-prev,
.top-vehicle__category-slider .swiper-button-next {
  width: 2.75rem;
  height: 2.75rem;
  background-color: #ffdb27;
  border-radius: 50%;
  color: #fff;
  border: 0.125rem solid #1B1310;
}
.top-vehicle__category-slider .swiper-button-prev:after,
.top-vehicle__category-slider .swiper-button-next:after {
  all: unset;
  content: "";
  display: block;
  width: 0.625rem;
  transform: translateX(7%);
  height: 0.75rem;
  background-color: #1B1310;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
}
.top-vehicle__category-slider .swiper-button-prev.swiper-button-disabled,
.top-vehicle__category-slider .swiper-button-next.swiper-button-disabled {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 1;
  border-color: #ccc;
}
.top-vehicle__category-slider .swiper-button-prev.swiper-button-disabled:after,
.top-vehicle__category-slider .swiper-button-next.swiper-button-disabled:after {
  background-color: #fff;
}
@media all and (max-width: 680px) {
  .top-vehicle__category-slider .swiper-button-prev,
  .top-vehicle__category-slider .swiper-button-next {
    width: 2.25rem;
    height: 2.25rem;
  }
  .top-vehicle__category-slider .swiper-button-prev:after,
  .top-vehicle__category-slider .swiper-button-next:after {
    font-size: 1rem;
  }
}
.top-vehicle__category-slider .swiper-button-prev {
  left: 0.625rem;
  rotate: 180deg;
}
@media all and (max-width: 680px) {
  .top-vehicle__category-slider .swiper-button-prev {
    left: 0.3125rem;
  }
}
.top-vehicle__category-slider .swiper-button-next {
  right: 0.625rem;
}
@media all and (max-width: 680px) {
  .top-vehicle__category-slider .swiper-button-next {
    right: 0.3125rem;
  }
}
.top-vehicle__category-slider .swiper-pagination {
  bottom: 0rem !important;
}
.top-vehicle__category-slider .swiper-pagination .swiper-pagination-bullet {
  width: 0.625rem;
  height: 0.625rem;
  background-color: #ccc;
  opacity: 1;
}
.top-vehicle__category-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #1B1310;
}
.top-vehicle__category-slider__ajax-loading {
  position: absolute;
  inset: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.82);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
}
.top-vehicle__category-slider__ajax-loading__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}
.top-vehicle__category-slider__ajax-loading__spinner {
  width: 2.5rem;
  height: 2.5rem;
  border: 0.1875rem solid rgba(27, 19, 16, 0.2);
  border-top-color: #1B1310;
  border-radius: 50%;
  animation: top-vehicle-ajax-spin 0.75s linear infinite;
}
.top-vehicle__category-slider__ajax-loading__text {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1B1310;
}
@media all and (max-width: 680px) {
  .top-vehicle__category-slider__ajax-loading__text {
    font-size: 0.74375rem;
  }
}
.top-vehicle__category-slider.is-loading {
  min-height: 13.75rem;
}
.top-vehicle__category-slider.is-loading .top-vehicle__category-slider__ajax-loading {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@keyframes top-vehicle-ajax-spin {
  to {
    transform: rotate(360deg);
  }
}
.top-vehicle__category {
  overflow: hidden !important;
  padding-bottom: 1.25rem;
}
.top-vehicle__category__item {
  padding: 0 1.875rem;
}
.top-vehicle__card {
  background-color: #fff;
  box-shadow: 0.3125rem 0.3125rem 0rem rgba(27, 19, 16, 0.3);
  border-radius: 0.3125rem;
  overflow: hidden;
  border: 0.125rem solid #1B1310;
  position: relative;
}
.top-vehicle__card__header {
  background-color: #1B1310;
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
  position: relative;
}
.top-vehicle__card__header .weight {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 0.625rem 0.9375rem;
  gap: 0.375rem;
  color: #fff;
  font-size: 1rem;
}
.top-vehicle__card__header .weight .weight__value {
  font-weight: 700;
  font-size: 1.125rem;
}
.top-vehicle__card__header .weight .weight__note {
  font-size: 0.8em;
  font-weight: 500;
}
.top-vehicle__card__header .weight .name {
  width: 100%;
  font-weight: 500;
  font-size: 0.875rem;
}
.top-vehicle__card__header .class {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.top-vehicle__card__header .class span {
  position: relative;
  z-index: 2;
  padding: 0.3125rem 0.625rem 0.3125rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  white-space: nowrap;
}
.top-vehicle__card__header .class:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF125;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}
.top-vehicle__card__header .unique-id {
  font-size: 0.8125rem;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
  color: #fff;
  background-color: #1B1310;
  padding: 0.2em 0.5em;
  z-index: 5;
}
@media all and (max-width: 680px) {
  .top-vehicle__card__header .unique-id {
    font-size: 0.690625rem;
  }
}
.top-vehicle__card__img {
  width: 100%;
  aspect-ratio: 600/400;
  overflow: hidden;
  margin: 0.625rem auto;
  position: relative;
}
.top-vehicle__card__img .coming-soon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 6.25rem;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.4;
  background-color: rgba(255, 241, 37, 0.8);
  color: #1B1310;
  transform: translateY(-50%);
  font-size: 1.625rem;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  padding: 0.3125rem;
}
.top-vehicle__card__img .coming-soon .sub {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  margin-top: 0.3125rem;
}
.top-vehicle__card__img .contact-link {
  position: absolute;
  top: 0.3125rem;
  left: 0.625rem;
  z-index: 5;
  background-color: #FF1D00;
  color: #fff;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  padding: 0.3125rem;
  border-radius: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  box-shadow: 0rem 0.1875rem 0rem rgb(146, 0, 0);
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 680px) {
  .top-vehicle__card__img .contact-link {
    font-size: 0.74375rem;
  }
}
.top-vehicle__card__img .contact-link:hover {
  text-decoration: none;
}
.top-vehicle__card__img .contact-link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-vehicle__card__img .contact-link:hover {
    box-shadow: 0rem 0rem 0rem rgb(146, 0, 0);
    transform: translateY(0.1875rem);
  }
}
.top-vehicle__card__img .contact-link:active {
  box-shadow: 0rem 0rem 0rem rgb(146, 0, 0);
  transform: translateY(0.1875rem);
}
.top-vehicle__card__img figure {
  width: 100%;
  height: 100%;
  position: relative;
}
.top-vehicle__card__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.top-vehicle__card__info {
  font-size: 0.9375rem;
}
.top-vehicle__card__info .info-row {
  padding: 0.25rem 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.6em;
  line-height: 1.2;
}
.top-vehicle__card__info .info-row dt {
  font-weight: 700;
}
.top-vehicle__card__info .info-row:nth-child(odd) {
  background-color: #eee;
}
.top-vehicle__card__info .info-row:nth-child(n+6) {
  overflow: hidden;
  height: 0;
  padding: 0 0.9375rem;
  transition: all 0.4s ease;
  visibility: hidden;
}
.top-vehicle__card__info.is-open .info-row:nth-child(n+6) {
  padding: 0.25rem 0.9375rem;
  height: 2.6em;
  visibility: visible;
}
.top-vehicle__card__btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 0.9375rem;
}
.top-vehicle__card__btnWrap .top-vehicle__card__btn {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 12.5rem;
  padding: 0.25rem 0.9375rem;
  padding-right: 0.3125rem;
  background-color: #ffdb27;
  border: 0.09375rem solid #1B1310;
  color: #1B1310;
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: calc(infinity * 1px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
}
.top-vehicle__card__btnWrap .top-vehicle__card__btn .arrow {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #1B1310;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease 0s;
}
.top-vehicle__card__btnWrap .top-vehicle__card__btn .arrow:hover {
  text-decoration: none;
}
.top-vehicle__card__btnWrap .top-vehicle__card__btn .arrow:after {
  content: "";
  display: block;
  width: 0.75rem;
  height: 0.625rem;
  transform: translateY(7%);
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.top-vehicle__card__btnWrap .top-vehicle__card__btn.is-open .arrow {
  transform: rotate(180deg);
}
.top-vehicle__card__price {
  display: flex;
  margin-top: -0.625rem;
  z-index: 5;
  position: relative;
  align-items: center;
  gap: 0.5em;
  justify-content: flex-end;
  line-height: 1.4;
  width: 90%;
  margin-left: auto;
}
.top-vehicle__card__price .open-discount-caption {
  font-size: 0.75rem;
  font-weight: 700;
  background-color: #FF1D00;
  color: #fff;
  padding: 0.2em 2em 0.2em 2em;
  position: absolute;
  width: 74%;
  text-align: center;
  top: 0;
  right: 0;
  z-index: 5;
  transform: translateY(-100%);
}
@media all and (max-width: 680px) {
  .top-vehicle__card__price .open-discount-caption {
    font-size: 0.6375rem;
  }
}
@media all and (max-width: 680px) {
  .top-vehicle__card__price .open-discount-caption {
    width: 85%;
  }
}
.top-vehicle__card__price .open-discount-caption:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  height: 100%;
  width: 0.5em;
  background-color: #FF1D00;
  clip-path: polygon(100% 0, 100% 100%, 0% 100%);
}
.top-vehicle__card__price .price-inner {
  padding: 0.2em 1em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
}
.top-vehicle__card__price .price-inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 241, 37, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0.75rem 0, 100% 0, 100% 100%, 0% 100%);
}
.top-vehicle__card__price .price-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.top-vehicle__card__price .price-item:last-child {
  padding-left: 1.25rem;
  margin-left: 0.3125rem;
  border-left: 1px solid #000;
}
.top-vehicle__card__price .label {
  font-weight: 700;
  font-size: 0.8125rem;
  color: #1B1310;
  position: relative;
  z-index: 5;
}
.top-vehicle__card__price .price {
  font-weight: 900;
  font-size: 1.375rem;
  color: #FF1D00;
  position: relative;
  z-index: 5;
}
.top-vehicle__card__price .price-sub .price {
  font-size: 0.625rem;
  font-weight: 400;
  color: #1B1310;
  margin-top: -0.2em;
  padding-bottom: 0.2em;
}
@media all and (max-width: 680px) {
  .top-vehicle__card__price .price-sub .price {
    font-size: 0.53125rem;
  }
}
.top-vehicle__simulator-btn {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  position: absolute;
  z-index: 5;
  background-color: #FF1D00;
  color: #fff;
  right: 0rem;
  font-size: 0.75rem;
  font-weight: 700;
  top: 0.3125rem;
  text-align: center;
  padding: 0.5em;
  border-radius: 1em;
  border: 2px solid #cd1e1e;
}
@media all and (max-width: 680px) {
  .top-vehicle__simulator-btn {
    font-size: 0.6375rem;
  }
}
.top-vehicle__groowave {
  padding: 3.125rem 1.25rem;
  text-align: center;
  position: relative;
  background-color: rgba(35, 135, 207, 0.1);
}
.top-vehicle__groowave:before {
  content: "";
  display: block;
  width: 70%;
  height: 0.625rem;
  background-color: #2387CF;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0% 100%);
}
.top-vehicle__groowave:after {
  content: "";
  display: block;
  width: 70%;
  height: 0.625rem;
  background-color: #2387CF;
  position: absolute;
  bottom: 0;
  right: 0;
  clip-path: polygon(100% 0, 100% 100%, 0% 100%);
}
.top-vehicle__groowave .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 900;
  line-height: 1.35;
  font-size: 1.5rem;
  color: #2387CF;
  margin-bottom: 1.25rem;
}
@media all and (max-width: 680px) {
  .top-vehicle__groowave .heading {
    font-size: 1.275rem;
  }
}
.top-vehicle__groowave .heading .lead strong {
  font-size: 1.3em;
  position: relative;
}
.top-vehicle__groowave .banner {
  padding: 0.625rem;
  width: 16.25rem;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.top-vehicle__groowave .banner:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-vehicle__groowave .banner:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.top-vehicle__groowave .banner:active {
  opacity: 0.7;
  text-decoration: none;
}
.top-vehicle__groowave .banner .sub {
  font-size: 0.59375rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media all and (max-width: 680px) {
  .top-vehicle__groowave .banner .sub {
    font-size: 0.5046875rem;
  }
}
@media all and (max-width: 680px) {
  .top-vehicle__groowave .banner .sub {
    font-size: 0.6875rem;
  }
}
@media all and (max-width: 680px) and (max-width: 680px) {
  .top-vehicle__groowave .banner .sub {
    font-size: 0.584375rem;
  }
}
.top-vehicle__groowave .banner img {
  width: 100%;
}
.top-vehicle__groowave .caption {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  position: relative;
}
@media all and (max-width: 680px) {
  .top-vehicle__groowave .caption {
    font-size: 0.74375rem;
  }
}
.top-vehicle__groowave .caption:after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  background-color: #FF620E;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 90%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.top-vehicle__groowave .caption span {
  position: relative;
  background-color: #FF620E;
  padding: 0.2em 1em;
  color: #fff;
  border-radius: 0.3em;
}
.top-vehicle__green-num {
  padding: 3.125rem 1.25rem;
  text-align: center;
  position: relative;
  background-color: rgba(92, 178, 125, 0.1);
  border-top: 0.3125rem solid #5cb27d;
  border-bottom: 0.3125rem solid #5cb27d;
}
.top-vehicle__green-num .heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  line-height: 1.35;
  font-size: 1.625rem;
  color: #3aa462;
  margin-bottom: 1.25rem;
}
@media all and (max-width: 680px) {
  .top-vehicle__green-num .heading {
    font-size: 1.38125rem;
  }
}
.top-vehicle__green-num .heading .sub {
  background-color: #3aa462;
  color: #fff;
  font-size: 0.8em;
  padding: 0.1em 1em;
  border-radius: 0.3em;
  margin-bottom: 0.6em;
  position: relative;
}
.top-vehicle__green-num .heading .sub:after {
  content: "";
  display: block;
  width: 0.6em;
  height: 0.6em;
  background-color: #3aa462;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 90%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.top-vehicle__green-num .main-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-vehicle__green-num .main-section .num {
  width: 40%;
}
.top-vehicle__green-num .main-section .text {
  width: 55%;
  font-size: 1.125rem;
  color: #1f703e;
  font-weight: 900;
  line-height: 1.6;
  text-align: left;
}
@media all and (max-width: 680px) {
  .top-vehicle__green-num .main-section .text {
    font-size: 0.95625rem;
  }
}
.top-vehicle__green-num .sub-text {
  border: 2px solid #1f703e;
  padding: 1.25rem;
  border-radius: 0.625rem;
  background-color: #fff;
}

.vehicle-nav-scroller {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.3125rem;
  padding-right: 0.3125rem;
}
.vehicle-nav-scroller__inner {
  display: flex;
}
.vehicle-nav-scroller__prev {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 1.875rem;
  aspect-ratio: 1/1;
  background-color: #FFF125;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: 1;
  border: 1px solid #1B1310;
}
.vehicle-nav-scroller__prev:after {
  all: unset;
  content: "";
  display: block;
  width: 0.5rem;
  transform: translateX(7%);
  height: 0.625rem;
  background-color: #1B1310;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
  scale: -1 1;
}
.vehicle-nav-scroller__prev.is-disabled {
  pointer-events: none;
  border-color: #ccc;
  background-color: #ccc;
}
.vehicle-nav-scroller__prev.is-disabled:after {
  background-color: #fff;
}
.vehicle-nav-scroller__text {
  font-size: 0.75rem;
  line-height: 1;
  padding: 0 0.625rem;
  font-weight: 700;
  color: #1B1310;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 680px) {
  .vehicle-nav-scroller__text {
    font-size: 0.6375rem;
  }
}
.vehicle-nav-scroller__next {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 1.875rem;
  aspect-ratio: 1/1;
  background-color: #FFF125;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: 1;
  border: 1px solid #1B1310;
}
.vehicle-nav-scroller__next:after {
  all: unset;
  content: "";
  display: block;
  width: 0.5rem;
  transform: translateX(7%);
  height: 0.625rem;
  background-color: #1B1310;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
}
.vehicle-nav-scroller__next.is-disabled {
  pointer-events: none;
  border-color: #ccc;
  background-color: #ccc;
}
.vehicle-nav-scroller__next.is-disabled:after {
  background-color: #fff;
}

.top-license {
  padding: 1.25rem 0;
  background-color: rgba(255, 241, 37, 0.4);
}
.top-license__btn.is-open .arrow {
  transform: rotate(180deg);
}
.top-license__content {
  padding-bottom: 1.25rem;
  display: none;
}
.top-license__content figure img {
  width: 100%;
}

.top-cta {
  padding: 1.875rem 0;
  background-color: #333;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.6;
  background: repeating-linear-gradient(-45deg, #252525, #252525 0.125rem, #1B1310 0.125rem, #1B1310 0.25rem);
}
@media all and (max-width: 680px) {
  .top-cta {
    font-size: 1.0625rem;
  }
}
.top-cta__text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  gap: 0.9375rem;
  margin-bottom: 1.25rem;
}
.top-cta__text:before, .top-cta__text:after {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 5em;
  background-color: #fff;
}
.top-cta__text:before {
  rotate: -20deg;
}
.top-cta__text:after {
  rotate: 20deg;
}
.top-cta__btn {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 18.125rem;
  padding: 0.3125rem 0.9375rem;
  padding-right: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  margin: 0 auto;
  line-height: 1.6;
  border-radius: calc(infinity * 1px);
  border: 0.125rem solid #fff;
  background: linear-gradient(to bottom, #ff3300 0%, #ab0d0d 100%);
  color: #fff;
  font-size: 1.25rem;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.top-cta__btn:hover {
  text-decoration: none;
}
.top-cta__btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-cta__btn:hover {
    filter: brightness(1.5);
  }
}
.top-cta__btn:active {
  filter: brightness(1.5);
}
.top-cta__btn .text {
  flex: 1;
}
.top-cta__btn .icon {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-cta__btn .icon:after {
  content: "";
  display: block;
  width: 60%;
  aspect-ratio: 1/1;
  background-color: #fff;
  mask-image: url(../images/common/icon_mail.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-image: url(../images/common/icon_mail.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
}
.top-cta__tel {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  gap: 0.3125rem;
  margin-top: 1.25rem;
  color: #fff;
}
.top-cta__tel .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3125rem;
  font-size: 1.75rem;
  border-radius: calc(infinity * 1px);
  border: 0.125rem solid #fff;
  background: linear-gradient(to bottom, #ff3300 0%, #ab0d0d 100%);
  color: #fff;
  padding: 0.25em 1em;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.top-cta__tel .tel:hover {
  text-decoration: none;
}
.top-cta__tel .tel:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-cta__tel .tel:hover {
    filter: brightness(1.5);
  }
}
.top-cta__tel .tel:active {
  filter: brightness(1.5);
}
.top-cta__tel .tel .icon {
  width: 1.2em;
  height: 1.2em;
  background-color: #fff;
  mask-image: url(../images/common/icon_tel.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-image: url(../images/common/icon_tel.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
}
.top-cta__tel .tel .text {
  font-weight: 700;
}
.top-cta__tel .caption {
  font-size: 0.875rem;
}
.top-cta--tel {
  padding: 0.625rem 0;
}
.top-cta--tel .top-cta__tel {
  margin-top: 0;
}

.top-price {
  padding: 3.75rem 0;
  position: relative;
  background-color: #FFF125;
}

.top-howto {
  padding: 3.75rem 0;
  position: relative;
}
.top-howto__nav {
  position: sticky;
  top: 3.75rem;
  left: 0;
  width: 100%;
  z-index: 100;
  margin-bottom: 1.25rem;
  border-top: 0.0625rem solid #1B1310;
  border-bottom: 0.0625rem solid #1B1310;
}
.top-howto__nav__list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
}
.top-howto__nav__list__item:not(:last-child) {
  border-right: 0.0625rem solid #1B1310;
}
.top-howto__nav__list__item__btn {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding: 0.4375rem 0.3125rem;
  font-size: 0.8125rem;
  text-align: center;
  background-color: #FFF125;
  color: #1B1310;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.top-howto__nav__list__item__btn.current {
  background-color: #1B1310;
  color: #fff;
}
.top-howto__nav__list__item__btn.current:after {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.4375rem;
  background-color: #1B1310;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 90%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.top-howto__content {
  padding-top: 1.25rem;
}
.top-howto__content .inner {
  padding-bottom: 0.625rem;
}
.top-howto__content__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 1.4;
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (max-width: 680px) {
  .top-howto__content__title {
    font-size: 1.275rem;
  }
}
.top-howto__content__title .main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  position: relative;
  padding-bottom: 0.3em;
}
.top-howto__content__title .main:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0.25rem;
  background-color: #FFF125;
  transition: all 0.4s ease 0.4s;
  scale: 0 1;
}
.top-howto__content__title.onAnim .main:after {
  scale: 1 1;
}
.top-howto__content__title .icon {
  width: 1.5em;
  height: 1.5em;
  transform: translateY(5%);
}
.top-howto__content__title .icon img {
  width: 100%;
  display: block;
}
.top-howto__content__title .icon.price {
  width: 1.2em;
}

.top-howto-flow-list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  position: relative;
}
.top-howto-flow-list:before {
  content: "";
  display: block;
  width: 0.125rem;
  height: 100%;
  background-color: #FFF125;
  position: absolute;
  top: 0;
  left: 0.3125rem;
  transform-origin: top center;
  transform: scaleY(0);
  transition: all 4s ease 0s;
}
.top-howto-flow-list.onAnim:before {
  transform: scaleY(1);
}
.top-howto-flow-list__item {
  position: relative;
  z-index: 5;
}
.top-howto-flow-list__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-howto-flow-list__header .num {
  font-size: 2.25rem;
  font-weight: 900;
  color: #FFF125;
  font-style: italic;
  line-height: 1;
  margin-left: -0.9375rem;
  transition: all 0.8s ease 0s;
  padding: 0.2em;
  background-color: #fff;
}
.top-howto-flow-list__header .heading {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 5;
  margin-left: 0.9375rem;
  width: 100%;
  background-color: #444;
  color: #fff;
  margin-top: -0.75rem;
  padding: 0.3125rem;
  border-radius: calc(infinity * 1px) 0 0 calc(infinity * 1px);
  transition: all 1s ease 0.2s;
}
.top-howto-flow-list__header .heading .icon {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.9375rem;
}
.top-howto-flow-list__header .heading .icon img {
  width: 75%;
  display: block;
}
.top-howto-flow-list__header .heading .icon img.icon2 {
  width: 55%;
}
.top-howto-flow-list__header .heading .icon img.icon3 {
  width: 60%;
}
.top-howto-flow-list__header .heading .icon img.icon7 {
  scale: -1 1;
}
.top-howto-flow-list__header .heading .text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}
.top-howto-flow-list__header:not(.top-howto-flow-list__header.onAnim) .heading {
  transform: translateX(100%);
}
.top-howto-flow-list__header:not(.top-howto-flow-list__header.onAnim) .num {
  transform: translateX(-100%);
}
.top-howto-flow-list__content {
  margin-top: 0.625rem;
  margin-left: 1.25rem;
  padding: 0.7em;
  line-height: 1.6;
  background-color: #fff;
  border-radius: 0.625rem;
  border: 0.0625rem solid #999;
  animation-delay: 0.3s !important;
}

.top-howto-price-list {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  position: relative;
}
.top-howto-price-list__item {
  border: 0.125rem solid #FFF125;
  border-radius: 0.625rem;
  overflow: hidden;
}
.top-howto-price-list__item__header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
  background-color: #FFF125;
  text-align: center;
  font-weight: 700;
}
.top-howto-price-list__item__header .text {
  font-size: 1.125rem;
}
.top-howto-price-list__item__content {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
}
.top-howto-price-list__item__content .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.125rem solid #999;
  padding: 0.625rem 1.25rem;
  line-height: 1.4;
  font-size: 1.125rem;
  font-weight: 700;
}
.top-howto-price-list__item__content .brackets {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: center;
  border: 1px solid #999;
  padding: 0.9375rem;
}
.top-howto-price-list__item__content .multi {
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
}
.top-howto-price-list__item__content .multi:before, .top-howto-price-list__item__content .multi:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #1B1310;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-howto-price-list__item__content .multi:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.top-howto-price-list__item__content .multi:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.top-howto-price-list__item__content .plus {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
}
.top-howto-price-list__item__content .plus:before, .top-howto-price-list__item__content .plus:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #1B1310;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-howto-price-list__item__content .plus:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.top-howto-price-list__item__content .captionWrap {
  margin-top: 0.625rem;
  padding: 0.9375rem 1.25rem;
  background-color: #eee;
  position: relative;
  line-height: 1.4;
  font-size: 0.875rem;
}
.top-howto-price-list__item__content .captionWrap:before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 0.5rem;
  background-color: #eee;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  clip-path: polygon(0 100%, 100% 100%, 50% 0);
}
.top-howto-price-list__item__content .option__list {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}
.top-howto-price-list__item__content .option__list .option__list__item {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.top-howto-price-list__item__content .option__list .option__list__item:before {
  content: "・";
}

.top-howto-faq-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
}
.top-howto-faq-list__item {
  border: 0.125rem solid #1B1310;
  border-radius: 0.625rem;
  overflow: hidden;
}
.top-howto-faq-list__item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem;
  background-color: #1B1310;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  gap: 0.625rem;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.top-howto-faq-list__item__header:hover {
  text-decoration: none;
}
.top-howto-faq-list__item__header:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-howto-faq-list__item__header:hover {
    background-color: #555;
  }
}
.top-howto-faq-list__item__header:active {
  background-color: #555;
}
.top-howto-faq-list__item__header .text {
  font-size: 1.125rem;
  flex: 1;
}
@media all and (max-width: 680px) {
  .top-howto-faq-list__item__header .text {
    font-size: 0.95625rem;
  }
}
.top-howto-faq-list__item__header:before {
  content: "Q.";
  display: block;
  flex-shrink: 0;
  font-size: 1.5em;
  translate: 0 -5%;
}
.top-howto-faq-list__item__header .arrow {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #FFF125;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease 0s;
}
.top-howto-faq-list__item__header .arrow:hover {
  text-decoration: none;
}
.top-howto-faq-list__item__header .arrow:after {
  content: "";
  display: block;
  width: 0.9375rem;
  height: 0.75rem;
  background-color: #1B1310;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  transition: all 0.2s ease 0s;
}
.top-howto-faq-list__item__header .arrow:after:hover {
  text-decoration: none;
}
.top-howto-faq-list__item__header.is-open .arrow {
  transform: rotate(180deg);
}
.top-howto-faq-list__item__content {
  padding: 0.9375rem;
  line-height: 1.6;
  display: none;
  font-size: 0.875rem;
}

.top-contact {
  padding: 3.75rem 0;
  border-top: 0.3125rem solid #FFF125;
}

.contact-notice {
  color: #fff;
  background-color: #FF620E;
  padding: 0.625rem;
  border-radius: 0.625rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  font-size: 0.875rem;
}

.terms-container {
  padding-top: 8.125rem;
  padding-bottom: 6.25rem;
  background-color: #fefefe;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  font-size: 0.875rem;
}
@media all and (max-width: 680px) {
  .terms-container {
    font-size: 0.74375rem;
  }
}
.terms-container__title {
  text-align: center;
  font-size: 1.375rem;
  margin-bottom: 1.5em;
}
@media all and (max-width: 680px) {
  .terms-container__title {
    font-size: 1.16875rem;
  }
}
.terms-container__date {
  text-align: right;
  font-size: 0.875rem;
  margin-bottom: 1.5em;
}
@media all and (max-width: 680px) {
  .terms-container__date {
    font-size: 0.74375rem;
  }
}

.terms-chapter {
  margin-bottom: 5em;
}
.terms-chapter__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media all and (max-width: 680px) {
  .terms-chapter__title {
    font-size: 0.95625rem;
  }
}

.terms-article {
  margin-bottom: 3em;
}
.terms-article:last-child {
  margin-bottom: 0;
}
.terms-article p {
  margin-bottom: 1em;
}
.terms-article p:last-child {
  margin-bottom: 0;
}
.terms-article__title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media all and (max-width: 680px) {
  .terms-article__title {
    font-size: 0.85rem;
  }
}
.terms-article__number {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media all and (max-width: 680px) {
  .terms-article__number {
    font-size: 0.85rem;
  }
}

.company-table {
  background-color: #f9f9f9;
}
.company-table dt {
  font-weight: 700;
  background-color: #FFF125;
  padding: 0.625rem 1em;
  line-height: 1.4;
}
.company-table dd {
  padding: 0.625rem 1em;
}
.company-table dd a {
  color: #0039be;
  text-decoration: underline;
}

.thanks-box {
  padding: 2.5rem 1.25rem;
  background-color: rgba(255, 241, 37, 0.2);
}
.thanks-box.bg-gray {
  background-color: #f9f9f9;
}
.thanks-box .caption {
  font-size: 0.875rem;
  color: #666666;
  line-height: 1.6;
}
@media all and (max-width: 680px) {
  .thanks-box .caption {
    font-size: 0.74375rem;
  }
}
.thanks-box .check-list {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.thanks-box .check-list li {
  padding-left: 1.25em;
  position: relative;
  line-height: 1.4;
}
.thanks-box .check-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #FF1D00;
}

.post-content strong {
  background-color: #FFF125;
  color: #fff;
  font-weight: 700;
}
.post-content small {
  font-size: 0.8em;
}
.post-content em {
  font-style: italic;
}
.post-content p a {
  color: #FF1D00;
  text-decoration: underline;
  overflow-wrap: anywhere;
}
.post-content p a:hover {
  text-decoration: none;
}
.post-content__block {
  margin-bottom: 3.125rem;
}
.post-content__block:last-child {
  margin-bottom: 0;
}
.post-content__block.content-wysiwyg p {
  font-size: 0.9375rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
  letter-spacing: 0.05em;
}
@media all and (max-width: 680px) {
  .post-content__block.content-wysiwyg p {
    font-size: 0.796875rem;
  }
}
.post-content__block.content-wysiwyg p:last-child {
  margin-bottom: 0;
}
.post-content__block.content-heading1 {
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 1.25rem;
  font-weight: 700;
}
@media all and (max-width: 680px) {
  .post-content__block.content-heading1 {
    font-size: 0.95625rem;
  }
}
.post-content__block.content-heading2 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
.post-content__block.content-heading3 {
  margin-bottom: 1.25rem;
}
.post-content__block.content-images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.25rem;
}
@media all and (max-width: 680px) {
  .post-content__block.content-images {
    grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  }
}
.post-content__block.content-images .image-list__item {
  display: block;
}
.post-content__block.content-images .image-list__item .image-list__img img {
  display: block;
  width: 100%;
  height: auto;
}
.post-content__block.content-images .image-list__item figcaption {
  margin-top: 0.9375rem;
}
.post-content__block.content-list {
  list-style: none;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media all and (max-width: 680px) {
  .post-content__block.content-list {
    font-size: 0.796875rem;
  }
}
.post-content__block.content-list li {
  padding-left: 1.25em;
  position: relative;
}
.post-content__block.content-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF125;
}
.post-content__block.image-text-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: min(4.375rem, 5vw);
  flex-wrap: wrap;
}
@media all and (max-width: 900px) {
  .post-content__block.image-text-block {
    flex-direction: column;
    gap: 3.125rem;
  }
}
.post-content__block.image-text-block .image-text-images {
  flex: 1 1;
}
.post-content__block.image-text-block .image-text-content {
  flex: 1 1;
}
.post-content__block.image-text-block .image-text-content.image-pos-left {
  order: 2;
}
.post-content__block.image-text-block .image-text-content.image-pos-right {
  order: -1;
}
.post-content__block.image-text-block .image-text-content .text-body {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 1.25rem;
}
@media all and (max-width: 680px) {
  .post-content__block.image-text-block .image-text-content .text-body {
    font-size: 0.796875rem;
  }
}
.post-content__block.image-text-block .image-text-content .text-body:last-child {
  margin-bottom: 0;
}
.post-content__block.image-text-block .image-text-content .text-heading1 {
  font-size: 1.3125rem;
  color: #FFF125;
  margin-bottom: 1.875rem;
}
.post-content__block.image-text-block .image-text-content .text-heading2 {
  font-size: 1.3125rem;
  margin-bottom: 1.875rem;
}
.post-content__block.image-text-block .image-text-content .text-heading3 {
  margin-bottom: 1.25rem;
}

.prev-wrap {
  display: flex;
  justify-content: flex-start;
}
.prev-wrap a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  color: #FFF125;
  min-width: 9.375rem;
  justify-content: center;
  border: 0.0625rem solid #FFF125;
  padding: 0.5rem 1.25rem;
  line-height: 1.2;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 680px) {
  .prev-wrap a {
    font-size: 0.74375rem;
  }
}
.prev-wrap a:hover {
  text-decoration: none;
}
.prev-wrap a:hover {
  background-color: #FFF125;
  color: #fff;
}

.form-container {
  background-color: #fff;
  border-radius: 0.625rem;
  position: relative;
  z-index: 5;
  padding: 3.125rem 1.25rem;
}
.form-container__inner {
  max-width: 61.625rem;
  margin: 0 auto;
}

.form-table {
  max-width: 50rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.form-table__item dt {
  line-height: 1.4;
  font-size: 1rem;
  margin-bottom: 0.75em;
}
@media all and (max-width: 680px) {
  .form-table__item dt {
    font-size: 0.85rem;
  }
}
.form-table__item dt .required {
  color: #ff0000;
}
.form-table__item.col-full {
  grid-column: 1/-1;
}
.form-table__item dd {
  font-size: 1rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #eee;
}
@media all and (max-width: 680px) {
  .form-table__item dd {
    font-size: 0.85rem;
  }
}
.form-table input[type=text],
.form-table input[type=email],
.form-table input[type=tel],
.form-table input[type=number],
.form-table textarea {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100% !important;
  border: 0.0625rem solid #adadad;
  background-color: #FAFAFA;
  padding: 0.625rem 1rem;
  border-radius: 0.625rem;
  letter-spacing: 0.1em;
  color: #1B1310;
  box-sizing: border-box;
  font-size: 0.875rem;
}
@media all and (max-width: 680px) {
  .form-table input[type=text],
  .form-table input[type=email],
  .form-table input[type=tel],
  .form-table input[type=number],
  .form-table textarea {
    font-size: 0.74375rem;
  }
}
@media all and (max-width: 680px) {
  .form-table input[type=text],
  .form-table input[type=email],
  .form-table input[type=tel],
  .form-table input[type=number],
  .form-table textarea {
    font-size: 1rem;
  }
}
.form-table input[type=text]:read-only,
.form-table input[type=email]:read-only,
.form-table input[type=tel]:read-only,
.form-table input[type=number]:read-only,
.form-table textarea:read-only {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 0;
  margin-top: 0.375rem;
}
.form-table input[type=text]::placeholder,
.form-table input[type=email]::placeholder,
.form-table input[type=tel]::placeholder,
.form-table input[type=number]::placeholder,
.form-table textarea::placeholder {
  color: #d3d3d3;
  opacity: 1;
}
.form-table input[type=date] {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  border: 0.0625rem solid #adadad;
  background-color: #FAFAFA;
  padding: 0.625rem 1rem;
  padding-right: 2.75rem;
  border-radius: 0.625rem;
  letter-spacing: 0.1em;
  color: #1B1310;
  -webkit-text-fill-color: #1B1310;
  box-sizing: border-box;
  font-family: inherit;
  line-height: normal;
  height: 2.75rem;
  font-size: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23333333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='16' y1='2' x2='16' y2='6'%3E%3C/line%3E%3Cline x1='8' y1='2' x2='8' y2='6'%3E%3C/line%3E%3Cline x1='3' y1='10' x2='21' y2='10'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1.25rem 1.25rem;
}
.form-table input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 2.75rem;
  height: 100%;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.form-table input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}
.form-table input[type=date]:focus {
  outline: none;
  border-color: #1B1310;
}
.form-table select {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100%;
  border: 0.0625rem solid #adadad;
  background-color: #FAFAFA;
  padding: 0.625rem 1rem;
  border-radius: 0.625rem;
  padding-right: 2.5rem;
  color: #1B1310;
  background-image: url(../images/common/select_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  font-size: 0.875rem;
}
@media all and (max-width: 680px) {
  .form-table select {
    font-size: 0.74375rem;
  }
}
@media all and (max-width: 680px) {
  .form-table select {
    font-size: 1rem;
  }
}
.form-table select.empty-value {
  color: #d3d3d3;
}
.form-table textarea {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  resize: vertical;
  width: 100%;
  border: 0.0625rem solid #adadad;
  background-color: #FAFAFA;
  border-radius: 0.625rem;
  padding: 1rem 1rem;
  font-size: 1rem;
  color: #1B1310;
  box-sizing: border-box;
  min-height: 12.5rem;
  font-size: 0.875rem;
}
@media all and (max-width: 680px) {
  .form-table textarea {
    font-size: 0.74375rem;
  }
}
@media all and (max-width: 680px) {
  .form-table textarea {
    font-size: 1rem;
  }
}
@media all and (max-width: 680px) {
  .form-table textarea {
    min-height: 12.5rem;
  }
}
.form-table textarea::placeholder {
  color: #d3d3d3;
  opacity: 1;
}
.form-table .address-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.form-table .address-wrap__item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.form-table .address-wrap__item .address-wrap__item-label {
  flex-shrink: 0;
}
.form-table .address-wrap__item .address-wrap__item-content {
  flex: 1;
}
.form-table .address-wrap__item .address-wrap__item-content [name=postal-code] {
  max-width: 12.5rem;
}

.form-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  margin-top: 3.75rem;
}
@media all and (max-width: 680px) {
  .form-actions {
    margin-top: 1.25rem;
  }
}

.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #ff0000;
  color: #fff;
  border: 0;
}

.wpcf7-response-output.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-mail-sent {
  background-color: #008000;
  color: #fff;
  border: 0;
}

.submit-btn {
  font-weight: 500;
  width: 100%;
  max-width: 20.375rem;
  text-align: center;
  padding: 0.625rem 1.25rem;
  justify-content: center;
}
.submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

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