@charset "UTF-8";
/* import */
/* カラー */
/* レスポンシブ */
/*****STANDART CSS******/
@font-face {
  font-family: "VWHeadLatin";
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/VWHeadWeb-Light.woff2") format("woff2");
  unicode-range: U+0020-007E, U+00A0-00FF;
}
@font-face {
  font-family: "VWHeadLatin";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/VWHeadWeb-Bold.woff") format("woff");
  unicode-range: U+0020-007E, U+00A0-00FF;
}
@font-face {
  font-family: "VWTextLatin";
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/VWTextWeb-Light.woff2") format("woff2");
  unicode-range: U+0020-007E, U+00A0-00FF;
}
@font-face {
  font-family: "VWTextLatin";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/VWTextWeb-Bold.woff") format("woff");
  unicode-range: U+0020-007E, U+00A0-00FF;
}
.vw-head {
  font-family: "VWHeadLatin", "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1.1;
  font-weight: 700;
}
@media (max-width: 599px) {
  .vw-head {
    font-family: "VWHeadLatin", "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 1.1;
    font-weight: 700;
  }
}

.vw-head-l {
  font-family: "VWHeadLatin", "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.1;
  font-weight: 200;
}
@media (max-width: 599px) {
  .vw-head-l {
    font-family: "VWHeadLatin", "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.1;
    font-weight: 200;
  }
}

.vw-head-md-b {
  font-family: "VWHeadLatin", "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 700;
}

.vw-text-sm {
  font-family: "VWTextLatin", "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.5;
  font-weight: 200;
}

.vw-text-md {
  font-family: "VWTextLatin", "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 200;
}

.vw-text-md-b {
  font-family: "VWTextLatin", "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 700;
}

.vw-head-jp {
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 38px;
  letter-spacing: 0;
  line-height: 1.1;
  font-weight: 700;
}
@media (max-width: 599px) {
  .vw-head-jp {
    font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 26px;
    letter-spacing: 0;
    line-height: 1.1;
    font-weight: 700;
  }
}

.vw-text-jp-sm {
  font-family: "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  letter-spacing: 0.01em;
  line-height: 1.5;
  font-weight: 200;
}

.vw-text-jp-md {
  font-family: "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 200;
}

.vw-text-jp-md-b {
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 700;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /******SMOOTH SCROLL ANCHOR******/
}

/*****STANDART CSS******/
/* ---------common--------- */
body {
  margin: 0;
  color: #1e1e1e;
  background-color: #fff;
  font-family: "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 200;
}
@media (max-width: 599px) {
  body {
    font-family: "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.7;
    font-weight: 200;
  }
}

.wrapper {
  overflow: clip;
}

h2,
h3,
h4 {
  font-family: "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 200;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
  width: 100%;
}

a {
  transition: 0.3s;
  text-decoration: none;
  color: #1e1e1e;
  cursor: pointer;
}
a:hover {
  opacity: 0.7;
}

input,
select,
button,
textarea {
  font-family: inherit;
}

::-webkit-input-placeholder {
  font-family: "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 200;
}

:-moz-placeholder {
  font-family: "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 200;
}

/* flex */
.row {
  display: flex;
  flex-wrap: wrap;
}

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

.align_start {
  align-items: flex-start;
}

.align_center {
  align-items: center;
}

.align_end {
  align-items: flex-end;
}

.flex_center {
  justify-content: center;
}

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

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

.stretch {
  align-items: stretch;
}

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

/* inner */
.inner {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 90%;
  }
}

/* display */
@media (max-width: 599px) {
  .sp_dn {
    display: none;
  }
}

.sp_db {
  display: none;
}
@media (max-width: 599px) {
  .sp_db {
    display: block;
  }
}

@media (max-width: 768px) {
  .tab_dn {
    display: none;
  }
}

.tab_db {
  display: none;
}
@media (max-width: 768px) {
  .tab_db {
    display: block;
  }
}

section {
  padding: 60px 0;
  margin: 20px 0;
}
@media (max-width: 599px) {
  section {
    padding: 30px 0;
    margin: 10px 0;
  }
}

.common_ttl {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #000;
}
@media (max-width: 599px) {
  .common_ttl {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.common_ttl h2 {
  position: relative;
  color: #1e1e1e;
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1.1;
  font-weight: 700;
}
@media (max-width: 599px) {
  .common_ttl h2 {
    font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 1.1;
    font-weight: 700;
  }
}
.common_ttl h2 .vw-head {
  display: inline-block;
}
@media (max-width: 599px) {
  .common_ttl h2 .vw-head {
    font-size: 30px;
  }
}
.common_ttl p {
  margin-top: 10px;
  font-family: "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1.1;
  font-weight: 200;
}
@media (max-width: 599px) {
  .common_ttl p {
    font-family: "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.1;
    font-weight: 200;
  }
}

.common_btn a {
  width: 300px;
  display: block;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  background-color: #001e50;
  border-radius: 60px;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 599px) {
  .common_btn a {
    width: 100%;
    padding: 20px 0;
    top: 20px;
  }
}
.common_btn a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  color: #fff;
  position: absolute;
  right: 50px;
  top: 30px;
}
@media (max-width: 599px) {
  .common_btn a::after {
    top: 20px;
  }
}

.text_under {
  text-decoration: underline;
}

.text_link {
  text-decoration: underline;
}

.slide-arrow {
  width: 10px;
  position: absolute;
  bottom: 42%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1000;
}
.slide-arrow.prev-arrow {
  left: 0;
}
.slide-arrow.next-arrow {
  right: 0;
}

.top_btn {
  width: 50px;
  position: fixed;
  bottom: 5%;
  right: 60px;
  transition: 0.3s;
  opacity: 0;
  z-index: 1000;
}
@media (max-width: 599px) {
  .top_btn {
    width: 40px;
    right: 108px;
    bottom: 100px;
  }
}

.top_btn.active {
  opacity: 1;
}

.cta_btn {
  position: fixed;
  bottom: 12%;
  right: 10px;
  width: 150px;
  z-index: 1000;
}
.cta_btn button,
.cta_btn a {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.cta_btn button:hover,
.cta_btn a:hover {
  opacity: 1;
}
@media (max-width: 599px) {
  .cta_btn {
    right: 8px;
    bottom: 100px;
    width: 88px;
  }
}

.cta_btn_sp {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background-color: #dce1e5;
  padding: 10px;
}
@media (max-width: 599px) {
  .cta_btn_sp {
    display: flex;
    justify-content: space-between;
  }
}
.cta_btn_sp .cta_btn_sp_box {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #fff;
  background-color: #001e50;
  color: #fff;
  width: 49%;
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 15px 0 15px 20px;
  text-align: center;
  border-radius: 60px;
  position: relative;
  font: inherit;
  cursor: pointer;
}
.cta_btn_sp .cta_btn_sp_box::before {
  position: absolute;
}
.cta_btn_sp .cta_btn_sp_box_pencil::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f044";
  position: absolute;
  left: 20px;
}
.cta_btn_sp .cta_btn_sp_box_store::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3c5";
  position: absolute;
  left: 20px;
}
.cta_btn_sp .cta_btn_tels::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  position: absolute;
  left: 30px;
}
.cta_btn_sp .cta_btn_tel_box {
  position: absolute;
  top: -152px;
  right: 3%;
  width: 60%;
  display: none;
}
.cta_btn_sp .cta_btn_tel_box .cta_btn_tel {
  width: 100%;
  background-color: #001e50;
  border: none;
  display: block;
  padding: 15px 15px 15px 45px;
  border: 1px solid #fff;
  color: #fff;
  font-weight: bold;
  border-bottom: none;
  position: relative;
}
.cta_btn_sp .cta_btn_tel_box .cta_btn_tel:last-child {
  border-bottom: 1px solid #fff;
}
.cta_btn_sp .cta_btn_tel_box .cta_btn_tel::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  position: absolute;
  left: 18px;
  font-size: 14px;
}

.common_fukidashi {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 292px;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 10px;
  background-color: #dfe4e8;
  text-align: left;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
}
@media (max-width: 599px) {
  .common_fukidashi {
    margin-bottom: 0;
    padding: 30px 16px 16px;
    min-height: auto;
  }
}
.common_fukidashi strong {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.common_fukidashi strong .vw-text-md {
  font-weight: 700;
}

.common_fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #dfe4e8;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  height: 20px;
  width: 20px;
  translate: -50% 100%;
}
@media (max-width: 599px) {
  .common_fukidashi::after {
    display: none;
  }
}

.faq_accordion {
  width: 100%;
  margin-bottom: 16px;
  border-radius: 5px;
  box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.faq_accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #1e1e1e;
  cursor: pointer;
}
@media (max-width: 599px) {
  .faq_accordion summary {
    padding: 1em;
  }
}

.faq_accordion summary::-webkit-details-marker {
  display: none;
}

.faq_accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #1e1e1e;
  border-right: 3px solid #1e1e1e;
  content: "";
  transition: transform 0.3s;
}

.faq_accordion[open] summary::after {
  transform: rotate(225deg);
}

.faq_accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  transition: transform 0.5s, opacity 0.5s;
}
@media (max-width: 599px) {
  .faq_accordion p {
    padding: 0.3em 1em 1em;
  }
}

.faq_accordion[open] p {
  transform: none;
  opacity: 1;
}

.common_photo_caption {
  position: absolute;
  color: #fff;
  font-size: 10px;
  bottom: 1%;
  left: 1%;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

.common_photo_caption2 {
  position: absolute;
  color: #fff;
  font-size: 10px;
  bottom: 1%;
  right: 1%;
  transform: scale(0.9);
  transform-origin: right;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.dots {
  position: relative;
  text-align: center;
  margin: 24px 0;
}

/* dotsを四角くカスタマイズするCSS */
.dots-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.dots-wrap li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #d0d1d5;
  cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #001e50;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

/* header */
header {
  padding: 30px 0;
}
@media (max-width: 768px) {
  header {
    padding: 15px 0;
  }
}
@media (max-width: 599px) {
  header .inner {
    width: 97%;
  }
}
header .header_logo {
  width: 49%;
  position: relative;
  z-index: 1000;
}
@media (max-width: 768px) {
  header .header_logo {
    width: auto;
  }
}
header .header_logo h1 {
  font-size: 12px;
}
@media (max-width: 768px) {
  header .header_logo h1 {
    font-size: 10px;
  }
}
header .header_logo h1 span {
  font-size: 18px;
}
@media (max-width: 768px) {
  header .header_logo h1 span {
    font-size: 12px;
  }
}
header .header_logo h1 a:hover {
  opacity: 1;
}
header .header_link {
  width: 45%;
}
@media (max-width: 768px) {
  header .header_link {
    width: auto;
  }
}
header .header_link nav li {
  margin-right: 30px;
}
header .header_link nav li:last-child {
  margin-right: 0;
}
header .header_link nav li a {
  font-size: 14px;
}
@media (max-width: 768px) {
  header .header_link nav li a {
    position: relative;
    border-bottom: 1px solid hsla(0, 0%, 78%, 0.5);
    display: block;
    padding: 0.75em 1em 0.75em 1.5em;
  }
  header .header_link nav li a::before {
    color: inherit;
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    left: 2px;
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
  }
}

.menu_btn {
  display: none;
}
@media (max-width: 768px) {
  .menu_btn {
    display: block;
    width: 15px;
    position: relative;
    z-index: 4000;
  }
  .menu_btn span {
    display: inline-block;
    height: 2px;
    width: 18px;
    background-color: #001e50;
    border-radius: 10px;
    position: absolute;
    top: 8px;
    left: 5px;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  .menu_btn span:nth-child(1) {
    top: 0px;
  }
  .menu_btn span:nth-child(2) {
    top: 7px;
  }
  .menu_btn span:nth-child(3) {
    top: 14px;
  }
}

.header_link nav p {
  display: none;
}
@media (max-width: 768px) {
  .header_link nav {
    left: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 500;
    transition: 500ms ease-out;
    padding: 50px 15px 0;
  }
  .header_link nav p {
    display: block;
    padding: 0.5em 0.75em;
    background: #001e50;
    color: #fff;
    margin-bottom: 20px;
  }
  .header_link nav li {
    margin-bottom: 20px;
    width: 100%;
  }
  .header_link nav li a {
    color: #1e1e1e;
    font-size: 18px;
  }
}

.open .menu_btn {
  z-index: 1000;
}
.open .menu_btn span:nth-child(1) {
  transform: translate(-50%, 200%) rotate(45deg);
  top: 50% !important;
  left: 40%;
}
.open .menu_btn span:nth-child(2) {
  opacity: 0;
}
.open .menu_btn span:nth-child(3) {
  transform: translate(-50%, 200%) rotate(-45deg);
  top: 50% !important;
  left: 40%;
}

.open .header_link nav {
  opacity: 1 !important;
  left: 0 !important;
}

/* footer */
footer {
  padding: 30px 0;
}
@media (max-width: 599px) {
  footer {
    padding-bottom: 100px;
  }
}
footer li {
  margin-right: 20px;
}
footer li:last-child {
  margin-right: 0;
}
@media (max-width: 599px) {
  footer li a {
    font-size: 14px;
  }
}
footer .copyright {
  margin-top: 40px;
  text-align: center;
}
footer .copyright p {
  font-size: 12px;
}
@media (max-width: 599px) {
  footer .copyright p {
    font-size: 10px;
  }
}

/* top */
.about .about_lead {
  text-align: center;
  margin: 32px 0 48px;
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 700;
}
.about .about_lead .vw-text-md-b {
  font-size: inherit;
  line-height: inherit;
}
@media (max-width: 599px) {
  .about .about_lead {
    margin: 20px 0 28px;
    font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 700;
  }
}
.about .about_prize .about_prize_box {
  align-items: center;
  gap: 24px 40px;
  padding: 40px 48px;
  margin-bottom: 24px;
  border: 1px solid #001e50;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .about .about_prize .about_prize_box {
    padding: 28px 24px;
    gap: 20px;
  }
}
@media (max-width: 599px) {
  .about .about_prize .about_prize_box {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 16px;
    margin-bottom: 16px;
    gap: 16px;
  }
}
.about .about_prize .about_prize_box:last-child {
  margin-bottom: 0;
}
.about .about_prize .about_prize_txt {
  flex: 1;
  min-width: 0;
}
@media (max-width: 599px) {
  .about .about_prize .about_prize_txt {
    width: 100%;
  }
}
.about .about_prize .about_prize_txt p:not(.about_prize_catch) {
  font-family: "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.7;
  font-weight: 200;
}
@media (max-width: 599px) {
  .about .about_prize .about_prize_txt p:not(.about_prize_catch) {
    font-family: "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.6;
    font-weight: 200;
  }
}
.about .about_prize .about_prize_txt .about_prize_catch {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 599px) {
  .about .about_prize .about_prize_txt .about_prize_catch {
    margin-bottom: 8px;
    gap: 8px;
    font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.3;
    font-weight: 700;
  }
}
.about .about_prize .about_prize_badge {
  display: inline-block;
  padding: 2px 16px;
  color: #fff;
  background-color: #001e50;
  border-radius: 4px;
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 599px) {
  .about .about_prize .about_prize_badge {
    padding: 2px 12px;
    font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.4;
    font-weight: 700;
  }
}
.about .about_prize .about_prize_badge .vw-text-md {
  color: #fff;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
}
.about .about_prize .about_prize_name {
  margin-top: 4px;
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 599px) {
  .about .about_prize .about_prize_name {
    font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.4;
    font-weight: 700;
  }
}
.about .about_prize .about_prize_name .vw-text-md-b {
  font-size: inherit;
  line-height: inherit;
}
.about .about_prize .about_prize_name + p {
  margin-top: 12px;
  font-family: "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.7;
  font-weight: 200;
}
@media (max-width: 599px) {
  .about .about_prize .about_prize_name + p {
    margin-top: 8px;
    font-family: "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.6;
    font-weight: 200;
  }
}
.about .about_prize .about_prize_img {
  position: relative;
  flex: 1;
  min-width: 0;
}
@media (max-width: 599px) {
  .about .about_prize .about_prize_img {
    width: 100%;
  }
}
.about .about_prize .about_prize_img img {
  display: block;
  width: 100%;
}
.about .about_prize .about_prize_img .vw-text-jp-sm {
  position: absolute;
  left: 8px;
  bottom: 8px;
  margin: 0;
}
@media (max-width: 599px) {
  .about .about_prize .about_prize_img .vw-text-jp-sm {
    position: static;
    left: auto;
    bottom: auto;
    max-width: none;
    margin-top: 4px;
    color: #1e1e1e;
    text-shadow: none;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  .about .about_prize .about_prize_img .vw-text-jp-sm .vw-text-sm,
  .about .about_prize .about_prize_img .vw-text-jp-sm .vw-text-md {
    font-size: 10px;
    color: inherit;
    line-height: inherit;
  }
}
.about .about_info {
  align-items: flex-start;
  gap: 40px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .about .about_info {
    gap: 24px;
  }
}
@media (max-width: 599px) {
  .about .about_info {
    margin-top: 32px;
  }
}
.about .about_info .about_info_img,
.about .about_info .about_info_list {
  flex: 1;
  min-width: 0;
}
@media (max-width: 768px) {
  .about .about_info .about_info_img,
  .about .about_info .about_info_list {
    flex-basis: 100%;
    width: 100%;
  }
}
.about .about_info .about_info_img img {
  display: block;
  width: 100%;
}
.about .about_info .about_info_img .vw-text-jp-sm {
  margin-top: 8px;
}
@media (max-width: 599px) {
  .about .about_info .about_info_img .vw-text-jp-sm {
    position: static;
    left: auto;
    bottom: auto;
    max-width: none;
    margin-top: 4px;
    color: #1e1e1e;
    text-shadow: none;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  .about .about_info .about_info_img .vw-text-jp-sm .vw-text-sm,
  .about .about_info .about_info_img .vw-text-jp-sm .vw-text-md {
    font-size: 10px;
    color: inherit;
    line-height: inherit;
  }
}
.about .about_info .about_info_item {
  margin-bottom: 24px;
}
.about .about_info .about_info_item:last-child {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .about .about_info .about_info_item {
    margin-bottom: 16px;
  }
}
.about .about_info .about_info_item dt {
  margin-bottom: 4px;
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 599px) {
  .about .about_info .about_info_item dt {
    margin-bottom: 2px;
    font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 700;
  }
}
.about .about_info .about_info_item dd {
  font-family: "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.6;
  font-weight: 200;
}
@media (max-width: 599px) {
  .about .about_info .about_info_item dd {
    font-family: "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.6;
    font-weight: 200;
  }
}

.flow .flow_cont {
  margin-top: 60px;
  margin-bottom: 20px;
}
.flow .flow_cont:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .flow .flow_cont {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .flow .flow_cont:last-of-type {
    margin-bottom: 0;
  }
}
.flow .flow_cont .flow_row {
  margin-bottom: 20px;
}
.flow .flow_cont .flow_row .flow_box {
  position: relative;
  width: calc(25% - 30px);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.3);
  padding: 20px;
  border: 2px solid #001e50;
}
@media (max-width: 599px) {
  .flow .flow_cont .flow_row .flow_box {
    margin: 34px 1% 10px;
  }
}
.flow .flow_cont .flow_row .flow_box .flow_number {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  background-color: #001e50;
  color: #fff;
  font-size: 40px;
  width: 60px;
  height: 60px;
}
.flow .flow_cont .flow_row .flow_box .flow_number .vw-text-md-b {
  font-size: inherit;
  line-height: 1;
}
.flow .flow_cont .flow_row .flow_box .flow_img {
  margin: 0 auto 20px;
  padding-top: 20px;
  width: 140px;
}
@media (max-width: 768px) {
  .flow .flow_cont .flow_row .flow_box .flow_img {
    margin-bottom: 10px;
  }
}
.flow .flow_cont .flow_row .flow_box .flow_box_ttl {
  color: #1e1e1e;
  text-align: center;
  margin-bottom: 10px;
  font-size: 22px;
}
@media (max-width: 599px) {
  .flow .flow_cont .flow_row .flow_box .flow_box_ttl {
    font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.4;
    font-weight: 700;
  }
}
.flow .flow_cont .flow_row2 {
  gap: 30px;
}
@media (max-width: 599px) {
  .flow .flow_cont .flow_row2 {
    gap: 10px;
  }
}
.flow .flow_cont .flow_row2 .flow_cam {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #001e50;
  flex-basis: calc(30% - 30px);
}
@media (max-width: 599px) {
  .flow .flow_cont .flow_row2 .flow_cam {
    border-right: 0;
    flex-basis: 100%;
  }
}
.flow .flow_cont .flow_row2 .flow_cam h3 {
  margin-right: 30px;
}
@media (max-width: 599px) {
  .flow .flow_cont .flow_row2 .flow_cam h3 {
    margin-right: 0;
  }
}
.flow .flow_cont .flow_row2 ul {
  flex-basis: 70%;
}
@media (max-width: 599px) {
  .flow .flow_cont .flow_row2 ul {
    flex-basis: 100%;
  }
}

.tiguan .tiguan_ttl {
  margin-bottom: 24px;
}
@media (max-width: 599px) {
  .tiguan .tiguan_ttl {
    margin-bottom: 16px;
  }
}
.tiguan .tiguan_mv {
  position: relative;
}
.tiguan .tiguan_mv img {
  display: block;
  width: 100%;
}
.tiguan .tiguan_mv .vw-text-jp-sm {
  position: absolute;
  left: 8px;
  bottom: 8px;
  margin: 0;
  max-width: calc(100% - 16px);
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.tiguan .tiguan_mv .vw-text-jp-sm .vw-text-sm {
  color: #fff;
}
@media (max-width: 599px) {
  .tiguan .tiguan_mv .vw-text-jp-sm {
    position: static;
    left: auto;
    bottom: auto;
    max-width: none;
    margin-top: 4px;
    color: #1e1e1e;
    text-shadow: none;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  .tiguan .tiguan_mv .vw-text-jp-sm .vw-text-sm,
  .tiguan .tiguan_mv .vw-text-jp-sm .vw-text-md {
    font-size: 10px;
    color: inherit;
    line-height: inherit;
  }
}
@media (max-width: 599px) {
  .tiguan .tiguan_mv .vw-text-jp-sm {
    width: 90%;
    max-width: 90%;
  }
}
.tiguan .tiguan_intro {
  margin-top: 48px;
}
@media (max-width: 599px) {
  .tiguan .tiguan_intro {
    margin-top: 32px;
  }
}
.tiguan .tiguan_intro .tiguan_intro_ttl {
  margin-top: 8px;
}
.tiguan .tiguan_intro .tiguan_intro_txt {
  margin-top: 32px;
}
@media (max-width: 599px) {
  .tiguan .tiguan_intro .tiguan_intro_txt {
    margin-top: 20px;
  }
}
.tiguan .tiguan_intro .tiguan_intro_txt p {
  margin-bottom: 1em;
  line-height: 1.8;
}
.tiguan .tiguan_intro .tiguan_intro_txt p:last-child {
  margin-bottom: 0;
}
.tiguan .tiguan_feature {
  margin-top: 60px;
}
@media (max-width: 599px) {
  .tiguan .tiguan_feature {
    margin-top: 40px;
  }
}
.tiguan .tiguan_feature .tiguan_row {
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 60px;
}
.tiguan .tiguan_feature .tiguan_row:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .tiguan .tiguan_feature .tiguan_row {
    gap: 24px;
    margin-bottom: 40px;
  }
}
@media (max-width: 599px) {
  .tiguan .tiguan_feature .tiguan_row {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }
}
.tiguan .tiguan_feature .tiguan_img,
.tiguan .tiguan_feature .tiguan_txt {
  flex: 1;
  min-width: 0;
}
@media (max-width: 599px) {
  .tiguan .tiguan_feature .tiguan_img,
  .tiguan .tiguan_feature .tiguan_txt {
    width: 100%;
  }
}
.tiguan .tiguan_feature .tiguan_row:nth-child(2) {
  align-items: center;
}
@media (max-width: 599px) {
  .tiguan .tiguan_feature .tiguan_row:nth-child(even) .tiguan_img {
    order: -1;
  }
}
.tiguan .tiguan_feature .tiguan_img img {
  display: block;
  width: 100%;
}
.tiguan .tiguan_feature .tiguan_img .vw-text-jp-sm {
  margin-top: 8px;
}
@media (max-width: 599px) {
  .tiguan .tiguan_feature .tiguan_img .vw-text-jp-sm {
    position: static;
    left: auto;
    bottom: auto;
    max-width: none;
    margin-top: 4px;
    color: #1e1e1e;
    text-shadow: none;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  .tiguan .tiguan_feature .tiguan_img .vw-text-jp-sm .vw-text-sm,
  .tiguan .tiguan_feature .tiguan_img .vw-text-jp-sm .vw-text-md {
    font-size: 10px;
    color: inherit;
    line-height: inherit;
  }
}
.tiguan .tiguan_feature .tiguan_txt .tiguan_txt_ttl {
  margin-bottom: 16px;
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 599px) {
  .tiguan .tiguan_feature .tiguan_txt .tiguan_txt_ttl {
    margin-bottom: 12px;
    font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.4;
    font-weight: 700;
  }
}
.tiguan .tiguan_feature .tiguan_txt .tiguan_txt_ttl .vw-text-md {
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
}
.tiguan .tiguan_feature .tiguan_txt p {
  line-height: 1.8;
}
@media (max-width: 599px) {
  .tiguan .tiguan_feature .tiguan_txt p {
    line-height: 1.7;
  }
}
.tiguan .tiguan_feature .tiguan_txt_main > p {
  min-width: 0;
}
@media (max-width: 599px) {
  .tiguan .tiguan_feature .tiguan_txt_main {
    position: relative;
  }
}
.tiguan .tiguan_feature .tiguan_note {
  margin-top: 16px;
}
@media (max-width: 599px) {
  .tiguan .tiguan_feature .tiguan_note {
    margin-top: 12px;
  }
}
.tiguan .tiguan_feature .tiguan_note li {
  margin-bottom: 4px;
}
.tiguan .tiguan_feature .tiguan_note li:last-child {
  margin-bottom: 0;
}
.tiguan .tiguan_feature .tiguan_chara {
  margin-top: 24px;
}
@media (max-width: 599px) {
  .tiguan .tiguan_feature .tiguan_chara {
    position: absolute;
    right: 0;
    bottom: -70px;
    z-index: 1;
    margin: 0;
    pointer-events: none;
  }
}
.tiguan .tiguan_feature .tiguan_chara img {
  width: auto;
  max-width: 140px;
}
@media (max-width: 599px) {
  .tiguan .tiguan_feature .tiguan_chara img {
    max-width: 72px;
  }
}

.common_cars .common_cars_row {
  margin-bottom: 30px;
  align-items: center;
}
.common_cars .common_cars_row .common_cars_img {
  position: relative;
  flex-basis: calc(50% - 30px);
}
@media (max-width: 599px) {
  .common_cars .common_cars_row .common_cars_img {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.common_cars .common_cars_row .common_cars_txt_box {
  flex-basis: 50%;
}
@media (max-width: 599px) {
  .common_cars .common_cars_row .common_cars_txt_box {
    flex-basis: 100%;
  }
}
.common_cars .common_cars_row .common_cars_txt_box .common_cars_txt {
  margin-bottom: 10px;
}
.common_cars .common_cars_row .common_cars_txt_box .common_cars_txt:last-of-type {
  margin-bottom: 0;
}
.common_cars .common_cars_row .common_cars_txt_box .common_cars_txt .common_cars_txt_ttl .vw-text-sm {
  font-weight: 700;
}
.common_cars .common_spec .common_spec_row {
  gap: 20px;
}
.common_cars .common_spec .common_spec_row div {
  position: relative;
  width: calc(33.3333333333% - 14px);
}
@media (max-width: 599px) {
  .common_cars .common_spec .common_spec_row div {
    width: 100%;
    margin: 0 1%;
  }
}
.common_cars .common_spec .common_spec_desc {
  margin-top: 30px;
}
.common_cars .common_spec .common_spec_desc .common_spec_desc_row {
  margin: 20px auto;
}
@media (max-width: 599px) {
  .common_cars .common_spec .common_spec_desc .common_spec_desc_row {
    gap: 10px;
  }
}
.common_cars .common_spec .common_spec_desc .common_spec_desc_row div {
  background-color: #fff;
  width: calc(33.3333333333% - 10px);
  border: 1px solid #001e50;
  border-radius: 10px;
  padding: 20px;
}
@media (max-width: 599px) {
  .common_cars .common_spec .common_spec_desc .common_spec_desc_row div {
    width: 100%;
  }
}
.common_cars .common_spec .common_spec_desc .common_spec_desc_row div strong {
  font-weight: 700;
}
.common_cars .common_spec .common_spec_desc .common_spec_desc_row div strong .vw-text-md {
  font-weight: 700;
}
.common_cars .common_spec .common_spec_desc .common_spec_desc_row div small {
  font-size: 10px;
}
.common_cars .common_spec .common_spec_desc .common_spec_desc_row div .common_spec_price_row {
  display: flex;
  align-items: baseline;
}
.common_cars .common_spec .common_spec_desc .common_spec_desc_row div .common_spec_price {
  font-size: 28px;
  font-weight: bold;
}

.id_buzz {
  position: relative;
}

.id_four {
  position: relative;
}

.recommend {
  padding-bottom: 80px;
}
@media (max-width: 599px) {
  .recommend {
    padding-top: 60px;
    padding-bottom: 0px;
    overflow-x: hidden;
  }
}
.recommend .recommend_shops {
  align-items: stretch;
  gap: 24px;
  margin-top: 48px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .recommend .recommend_shops {
    gap: 16px;
    padding-bottom: 60px;
  }
}
@media (max-width: 599px) {
  .recommend .recommend_shops {
    display: block;
    margin-top: 32px;
    padding-bottom: 0;
  }
}
@media (max-width: 599px) {
  .recommend .recommend_shops.slick-initialized .slick-list {
    overflow: visible;
    padding-bottom: 56px;
  }
  .recommend .recommend_shops.slick-initialized .recommend_shop {
    margin: 0 1% 10px;
    width: auto;
    height: auto;
  }
  .recommend .recommend_shops.slick-initialized .recommend_shop:last-of-type {
    margin-bottom: 10px;
  }
}
.recommend .recommend_shops .recommend_shop {
  position: relative;
  flex: 1;
  min-width: 0;
  padding: 32px 24px 90px;
  border: 1px solid #001e50;
  border-radius: 16px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .recommend .recommend_shops .recommend_shop {
    padding: 24px 16px 80px;
  }
}
@media (max-width: 599px) {
  .recommend .recommend_shops .recommend_shop {
    flex-basis: 100%;
    width: 100%;
    margin-bottom: 80px;
    padding: 24px 16px 70px;
  }
  .recommend .recommend_shops .recommend_shop:last-of-type {
    margin-bottom: 50px;
  }
}
.recommend .recommend_shops .recommend_shop_ttl {
  margin-bottom: 16px;
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 599px) {
  .recommend .recommend_shops .recommend_shop_ttl {
    margin-bottom: 12px;
    font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.4;
    font-weight: 700;
  }
}
.recommend .recommend_shops .recommend_shop_ttl .vw-head-md-b {
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
}
.recommend .recommend_shops .recommend_shop_txt p {
  margin-bottom: 1em;
  line-height: 1.8;
}
.recommend .recommend_shops .recommend_shop_txt p:last-child {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .recommend .recommend_shops .recommend_shop_txt p {
    line-height: 1.7;
    font-size: 12px;
  }
  .recommend .recommend_shops .recommend_shop_txt p .vw-text-md-b {
    font-size: 14px;
  }
}
.recommend .recommend_shops .recommend_shop_staff {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.recommend .recommend_shops .recommend_shop_staff img {
  display: block;
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .recommend .recommend_shops .recommend_shop_staff img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 599px) {
  .recommend .recommend_shops .recommend_shop_staff img {
    width: 100px;
    height: 100px;
  }
}

.special .special_cont {
  align-items: flex-start;
  gap: 40px;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .special .special_cont {
    gap: 24px;
  }
}
@media (max-width: 599px) {
  .special .special_cont {
    margin-top: 32px;
    gap: 20px;
  }
}
.special .special_txt,
.special .special_img {
  flex: 1;
  min-width: 0;
}
@media (max-width: 599px) {
  .special .special_txt,
  .special .special_img {
    flex-basis: 100%;
    width: 100%;
  }
}
.special .special_txt {
  position: relative;
}
.special .special_txt .special_txt_ttl {
  margin-bottom: 16px;
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 599px) {
  .special .special_txt .special_txt_ttl {
    margin-bottom: 12px;
    font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.4;
    font-weight: 700;
  }
}
.special .special_txt .special_txt_ttl .vw-text-md {
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
}
.special .special_txt > p {
  margin-bottom: 24px;
  line-height: 1.8;
}
@media (max-width: 599px) {
  .special .special_txt > p {
    margin-bottom: 20px;
    line-height: 1.7;
  }
}
.special .special_info_wrap {
  position: relative;
}
@media (max-width: 599px) {
  .special .special_info_wrap {
    display: flex;
    align-items: flex-end;
    gap: 8px;
  }
}
.special .special_info {
  padding-right: 150px;
}
@media (max-width: 599px) {
  .special .special_info {
    flex: 1;
    min-width: 0;
    padding-right: 0;
  }
}
.special .special_info .special_info_item {
  margin-bottom: 20px;
}
.special .special_info .special_info_item:last-child {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .special .special_info .special_info_item {
    margin-bottom: 16px;
  }
}
.special .special_info .special_info_item dt {
  margin-bottom: 4px;
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 599px) {
  .special .special_info .special_info_item dt {
    font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: 700;
  }
}
.special .special_info .special_info_item dd {
  font-family: "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.6;
  font-weight: 200;
}
@media (max-width: 599px) {
  .special .special_info .special_info_item dd {
    font-family: "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.6;
    font-weight: 200;
  }
}
.special .special_chara {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}
@media (max-width: 599px) {
  .special .special_chara {
    position: static;
    flex-shrink: 0;
    margin-top: 0;
  }
}
.special .special_chara img {
  width: auto;
  max-width: 140px;
}
@media (max-width: 599px) {
  .special .special_chara img {
    max-width: 72px;
  }
}
.special .special_img img {
  display: block;
  width: 100%;
}
.special .special_img .vw-text-jp-sm {
  margin-top: 8px;
}
@media (max-width: 599px) {
  .special .special_img .vw-text-jp-sm {
    position: static;
    left: auto;
    bottom: auto;
    max-width: none;
    margin-top: 4px;
    color: #1e1e1e;
    text-shadow: none;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  .special .special_img .vw-text-jp-sm .vw-text-sm,
  .special .special_img .vw-text-jp-sm .vw-text-md {
    font-size: 10px;
    color: inherit;
    line-height: inherit;
  }
}
.special .special_note {
  margin-top: 40px;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .special .special_note {
    margin-top: 24px;
  }
}
.special .special_note li {
  display: inline;
  margin-right: 0.5em;
  line-height: 1.4;
}
.special .special_note li .vw-text-md {
  font-size: inherit;
  line-height: inherit;
}

.maruha {
  background-color: #fff;
  border-top: 1px solid #000;
}
@media (max-width: 599px) {
  .maruha .inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 20px;
    grid-template-areas: "head" "img" "info";
    align-items: start;
  }
}
.maruha .maruha_head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .maruha .maruha_head {
    gap: 20px;
    margin-bottom: 32px;
  }
}
@media (max-width: 599px) {
  .maruha .maruha_head {
    display: contents;
  }
}
.maruha .maruha_chara {
  flex-shrink: 0;
}
.maruha .maruha_chara img {
  display: block;
  width: auto;
  max-width: 180px;
}
@media (max-width: 768px) {
  .maruha .maruha_chara img {
    max-width: 140px;
  }
}
@media (max-width: 599px) {
  .maruha .maruha_chara img {
    max-width: 64px;
  }
}
@media (max-width: 599px) {
  .maruha .maruha_chara {
    grid-area: img;
    position: absolute;
    left: 0;
    top: 24px;
    z-index: 1;
    margin: 0;
  }
}
.maruha .maruha_head_txt {
  text-align: center;
}
@media (max-width: 599px) {
  .maruha .maruha_head_txt {
    grid-area: head;
    margin-bottom: 8px;
  }
}
.maruha .maruha_catch p {
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 599px) {
  .maruha .maruha_catch p {
    font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.4;
    font-weight: 700;
  }
}
.maruha .maruha_catch p .vw-text-md {
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
}
.maruha .maruha_logo {
  max-width: 380px;
  margin: 16px auto 0;
}
@media (max-width: 599px) {
  .maruha .maruha_logo {
    max-width: 200px;
    margin-top: 12px;
  }
}
.maruha .maruha_logo img {
  display: block;
  width: 100%;
}
.maruha .maruha_cont {
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 599px) {
  .maruha .maruha_cont {
    display: contents;
  }
}
.maruha .maruha_img {
  flex-basis: calc(66.6666666667% - 12px);
  gap: 24px;
}
@media (max-width: 599px) {
  .maruha .maruha_img {
    grid-area: img;
    flex-basis: 100%;
    width: 100%;
    gap: 20px;
  }
}
.maruha .maruha_img .maruha_img_box {
  flex-basis: calc(50% - 12px);
}
@media (max-width: 599px) {
  .maruha .maruha_img .maruha_img_box {
    flex-basis: 100%;
  }
}
.maruha .maruha_img .maruha_img_box img {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 599px) {
  .maruha .maruha_img .maruha_img_box img {
    margin-bottom: 8px;
  }
}
.maruha .maruha_img .maruha_img_box p {
  line-height: 1.7;
}
@media (max-width: 599px) {
  .maruha .maruha_img .maruha_img_box p {
    line-height: 1.6;
  }
}
.maruha .maruha_info {
  flex-basis: calc(33.3333333333% - 12px);
}
@media (max-width: 599px) {
  .maruha .maruha_info {
    grid-area: info;
    flex-basis: 100%;
  }
}
.maruha .maruha_info strong {
  display: block;
  margin-bottom: 12px;
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 599px) {
  .maruha .maruha_info strong {
    margin-bottom: 8px;
    font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.4;
    font-weight: 700;
  }
}
.maruha .maruha_info > p {
  margin-bottom: 16px;
  line-height: 1.8;
}
@media (max-width: 599px) {
  .maruha .maruha_info > p {
    margin-bottom: 12px;
    line-height: 1.7;
  }
}
.maruha .maruha_info ul li {
  margin-bottom: 8px;
  line-height: 1.7;
}
.maruha .maruha_info ul li:last-child {
  margin-bottom: 0;
}

.faq {
  background-color: #d0d1d5;
  margin: 0;
}
.faq .faq_area {
  margin-top: 40px;
}
@media (max-width: 599px) {
  .faq .faq_area {
    margin-top: 0;
  }
}

.dealer {
  padding: 80px 0;
  background-color: #001e50;
  margin: 0;
}
@media (max-width: 768px) {
  .dealer {
    padding: 50px 0;
  }
}
.dealer .dealer_ttl {
  margin-bottom: 20px;
  text-align: center;
}
.dealer .dealer_ttl h2 {
  color: #fff;
}
.dealer .dealer_ttl p {
  color: #fff;
}
.dealer .dealer_row .dealer_item {
  color: #fff;
}
@media (max-width: 599px) {
  .dealer .dealer_row .dealer_item {
    width: 100%;
    margin-top: 30px;
  }
}
.dealer .dealer_row .dealer_item p {
  text-align: center;
  margin: 16px auto;
}
@media (max-width: 599px) {
  .dealer .dealer_row .dealer_item p {
    margin: 8px auto;
  }
}
.dealer .dealer_row .dealer_btn {
  width: 100%;
  background-color: #fff;
  padding: 16px 0;
  text-align: center;
  display: block;
  border-radius: 60px;
  font-weight: 700;
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.1;
  font-weight: 700;
}
@media (max-width: 768px) {
  .dealer .dealer_row .dealer_btn {
    width: 90%;
    margin: 0 auto;
  }
  .dealer .dealer_row .dealer_btn:last-child {
    margin-bottom: 0;
  }
}
.dealer .dealer_row .dealer_btn .vw-text-md,
.dealer .dealer_row .dealer_btn .vw-text-md-b {
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
}

.fadein {
  opacity: 0;
  transform: translateY(3%);
}
.fadein.active {
  animation: 0.8s forwards fadein;
}

.fadein2 {
  opacity: 0;
  transform: translateY(3%);
}
.fadein2.active {
  animation: 0.8s forwards 0.1s fadein;
}

.leftin {
  transform: translateX(-100%);
  overflow: hidden;
}
.leftin.active {
  animation: 0.5s forwards leftin;
}

.rightin {
  transform: translateX(100%);
  overflow: hidden;
}
.rightin.active {
  animation: 0.5s forwards rightin;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(3%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes leftin {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rightin {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.contact {
  padding-bottom: 80px;
}
@media (max-width: 599px) {
  .contact {
    padding-bottom: 50px;
  }
}
.contact .contact_form {
  width: 100%;
  max-width: 780px;
  margin: auto;
}
.contact form {
  position: relative;
  padding: 20px 0;
  z-index: 100;
}
.contact form .form_box {
  margin: auto;
}
.contact form .form_box .basic_info_ttl {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 10px;
}
.contact form .form_box dl {
  margin-top: 24px;
}
.contact form .form_box dl:first-of-type {
  margin-top: 0;
}
.contact form .form_box dl .form_ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.contact form .form_box dl .form_ttl .required {
  color: #d9534f;
  font-size: 18px;
}
.contact form .form_box dl dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 12px;
}
.contact form .form_box dl dd ul li {
  flex-basis: 100%;
}
.contact form .form_box dl dd ul .survey_other {
  flex-basis: 100%;
}
.contact form .form_box dl input[type=text],
.contact form .form_box dl input[type=email],
.contact form .form_box dl textarea,
.contact form .form_box dl select {
  width: 100%;
  padding: 10px;
  border: 1px solid #001e50;
  text-align: left !important;
  background-color: #fff;
}
@media (max-width: 599px) {
  .contact form .form_box dl input[type=text],
  .contact form .form_box dl input[type=email],
  .contact form .form_box dl textarea,
  .contact form .form_box dl select {
    font-size: 16px;
  }
}
.contact form .form_box dl .selectbox-3 {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.contact form .form_box dl .selectbox-3::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.contact form .form_box dl .selectbox-3 select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  color: #1e1e1e;
  font-size: 1em;
  cursor: pointer;
}
.contact form .form_box dl .schedule {
  position: relative;
  margin-bottom: 10px !important;
  cursor: pointer;
}
.contact form .form_box dl .schedule::after {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  color: #1e1e1e;
}
.contact form .form_box .form_yubin dd input[type=text] {
  width: 50%;
}
@media (max-width: 599px) {
  .contact form .form_box .form_yubin dd input[type=text] {
    width: 100%;
  }
}
.contact form .form_box .form_yubin .search_btn {
  background-color: #001e50;
  color: #fff;
  text-align: center;
  border-radius: 999px;
  padding: 10px 20px;
  border: none;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
@media (max-width: 599px) {
  .contact form .form_box .form_yubin .search_btn {
    margin-top: 10px;
  }
}
.contact form .preferred_date,
.contact form .plus_one,
.contact form .survey,
.contact form .message {
  margin-top: 40px;
}
.contact form .error_blank {
  color: #ce1d52;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  text-align: left !important;
}
.contact form .required_text {
  display: inline-block;
  font-size: 85%;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 3px;
  background: #d9534f;
  border: 1px solid #d43f3a;
}
.contact form .radioItem {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  line-height: 1;
  cursor: pointer;
}
.contact form .radioButton {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #1e1e1e;
  border-radius: 9999px;
  background-color: #ffffff;
  cursor: pointer;
}
.contact form .radioButton:checked {
  background-color: transparent;
}
.contact form .radioButton:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-radius: 9999px;
  background-color: #001e50;
}
.contact form .checkboxItem {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  line-height: 1;
  cursor: pointer;
}
.contact form .checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #1e1e1e;
  border-radius: 2px;
  background-color: #ffffff;
  cursor: pointer;
}
.contact form .checkbox:checked {
  background-color: #001e50;
}
.contact form .checkbox:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(-45deg);
}
.contact .submit_area #form_submit {
  position: relative;
  width: 380px;
  margin: 15px auto 30px;
}
@media (max-width: 599px) {
  .contact .submit_area #form_submit {
    width: 100%;
  }
}
.contact .submit_area #form_submit input[type=button] {
  width: 100%;
  background-color: #001e50;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 10px;
  padding: 10px 0;
  border: none;
  display: block;
  cursor: pointer;
  box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.contact .submit_area #form_submit #form_submit_button:hover {
  cursor: pointer;
  background: #d0d1d5;
}
.contact .submit_area #form_submit form#mail_form input[type=button] {
  margin: 0 auto;
}
.contact .submit_area #form_submit #form_submit_button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  /* カーソルを変更してクリックが無効であることを示す */
}
.contact .submit_area p {
  margin-top: 30px;
  text-align: center;
}
.contact .submit_area p a {
  text-decoration: underline;
}
.contact .cautions {
  margin: 30px auto 0;
  padding: 10px;
  background-color: #fff;
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #001e50;
}
@media (max-width: 599px) {
  .contact .cautions {
    height: 100px;
  }
}
.contact .cautions h4 {
  margin-top: 10px;
}
.contact .cautions ul {
  padding-left: 16px;
}
.contact .cautions ul li {
  list-style-type: disc;
}

.thanks {
  padding: 80px 0;
}
@media (max-width: 599px) {
  .thanks {
    padding: 50px 0;
  }
}
.thanks {
  text-align: center;
}
.thanks h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .thanks h2 {
    font-size: 20px;
  }
}
.thanks p {
  margin-bottom: 30px;
}

.privacy {
  background-color: #ebe5dc;
  padding: 80px 0;
  letter-spacing: 0.1em;
  line-height: 1.8;
  overflow-y: scroll;
  height: 100vh;
}
@media (max-width: 768px) {
  .privacy {
    padding: 50px 0;
  }
}
.privacy .common_btn {
  margin: 0 auto;
}
.privacy .csr_read {
  margin-bottom: 30px;
}
.privacy .privacy_item {
  margin-bottom: 50px;
}
.privacy .privacy_item h3 {
  margin-bottom: 10px;
  color: #1e1e1e;
}
.privacy .privacy_item h4 {
  margin-bottom: 10px;
  color: #1e1e1e;
}
.privacy .privacy_item .privacy_text {
  margin-bottom: 30px;
}
.privacy .privacy_item .privacy_list {
  margin: 0 0 20px;
}
.privacy .privacy_item .privacy_list li {
  text-indent: -0.8rem;
  padding-left: 0.8rem;
  margin-bottom: 10px;
}
.privacy .privacy_item .privacy_right {
  text-align: right;
}
.privacy .privacy_item .privacy_item_group {
  margin-bottom: 30px;
}
.privacy .privacy_item .privacy_item_group h4 .vw-text-md {
  font-weight: 700;
}
.privacy .privacy_item .privacy_item_group ul {
  margin-top: 10px;
}
.privacy .privacy_item .privacy_item_group ul li {
  text-indent: -0.8rem;
  padding-left: 0.8rem;
  margin-bottom: 10px;
}
.privacy .privacy_item .privacy_item_group .privacy_box {
  background-color: #fff;
  padding: 10px 20px;
  margin-top: 10px;
}
.privacy .privacy_item .privacy_item_group .privacy_table {
  margin-top: 20px;
}
.privacy .privacy_item .privacy_item_group table {
  width: 100%;
  border-collapse: collapse;
}
.privacy .privacy_item .privacy_item_group table .table_ttl td {
  text-align: center;
  background-color: #001e50;
  color: #Fff;
}
.privacy .privacy_item .privacy_item_group table .text_blue {
  color: #1e1e1e;
  margin-bottom: 5px;
  font-family: "ゴシックMB101 B";
  font-weight: bold;
}
@media (max-width: 599px) {
  .privacy .privacy_item .privacy_item_group table tr:last-child td:last-child {
    border-bottom: 1px solid #001e50;
  }
}
.privacy .privacy_item .privacy_item_group table tr td {
  padding: 10px;
  border: 1px solid #001e50;
}
@media (max-width: 599px) {
  .privacy .privacy_item .privacy_item_group table tr td {
    border-bottom: none;
  }
}
.privacy .privacy_item .privacy_item_group table tr td:nth-child(1) {
  width: 2%;
}
.privacy .privacy_item .privacy_item_group table tr td:nth-child(2) {
  width: 46%;
}
.privacy .privacy_item .privacy_item_group table tr td:nth-child(3) {
  width: 20%;
}
.privacy .privacy_item .privacy_item_group table tr td:nth-child(4) {
  width: 32%;
}
.privacy .privacy_item .privacy_item_group table tr td.table_number {
  background-color: #001e50;
  color: #fff;
  text-align: center;
}
@media (max-width: 599px) {
  .privacy .privacy_item .privacy_item_group table tr td {
    width: 100% !important;
    display: block;
  }
}

.modal_wrap {
  position: relative;
}
.modal_wrap .close-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 599px) {
  .modal_wrap .close-icon {
    top: 15px;
    right: 20px;
  }
}
.modal_wrap .close-icon i {
  font-size: 30px;
  color: #1e1e1e;
}
.modal_wrap .close_btn {
  width: 300px;
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background-color: #001e50;
  border-radius: 60px;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
@media (max-width: 599px) {
  .modal_wrap .close_btn {
    width: 100%;
    padding: 20px 0;
    top: 20px;
  }
}

body.is-modal-open {
  overflow: hidden;
}

.xdsoft_datetimepicker {
  z-index: 11000 !important;
  width: 340px !important;
  padding: 16px 16px 14px !important;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 30, 80, 0.22);
  font-family: "VWTextLatin", "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif !important;
  color: #1e1e1e;
  animation: calendar-fade-in 0.3s ease both;
}

.xdsoft_datetimepicker.is-appearing {
  animation: calendar-fade-in 0.3s ease both;
}

.xdsoft_datetimepicker.is-closing {
  animation: calendar-fade-out 0.22s ease both;
  pointer-events: none;
}

body.is-datepicker-open::before,
body.is-datepicker-closing::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 10900;
  background: rgba(30, 30, 30, 0.45);
}

body.is-datepicker-open::before {
  animation: popup-fade-in 0.28s ease both;
}

body.is-datepicker-closing::before {
  animation: popup-fade-out 0.22s ease both;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 100% !important;
  float: none;
  margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-bottom: 12px;
  padding: 0 76px;
}

.xdsoft_datetimepicker .xdsoft_today_button,
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_copyright {
  display: none !important;
}

.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next {
  position: absolute;
  top: 50%;
  float: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: auto;
  min-width: 68px;
  height: 36px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background-color: #eef3f8;
  background-image: none !important;
  color: #001e50;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-indent: 0;
  white-space: nowrap;
  overflow: visible;
  opacity: 1;
  transform: translateY(-50%);
}

.xdsoft_datetimepicker .xdsoft_prev {
  left: 0;
}

.xdsoft_datetimepicker .xdsoft_next {
  right: 0;
}

.xdsoft_datetimepicker .xdsoft_prev::before,
.xdsoft_datetimepicker .xdsoft_next::after {
  content: "";
  width: 7px;
  height: 7px;
  border: solid currentColor;
  border-width: 0 0 2px 2px;
}

.xdsoft_datetimepicker .xdsoft_prev::before {
  transform: rotate(45deg);
}

.xdsoft_datetimepicker .xdsoft_next::after {
  transform: rotate(-135deg);
}

.xdsoft_datetimepicker .xdsoft_prev::after {
  content: "前月";
}

.xdsoft_datetimepicker .xdsoft_next::before {
  content: "次月";
}

.xdsoft_datetimepicker .xdsoft_prev:hover,
.xdsoft_datetimepicker .xdsoft_next:hover {
  background-color: #dce6f0;
}

.xdsoft_datetimepicker .xdsoft_label {
  float: none;
  width: auto;
  padding: 0 2px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #001e50;
}

.xdsoft_datetimepicker .xdsoft_month,
.xdsoft_datetimepicker .xdsoft_year {
  width: auto;
  margin-left: 0;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_year {
  order: 1;
}

.xdsoft_datetimepicker .xdsoft_month {
  order: 2;
}

.xdsoft_datetimepicker .xdsoft_year span::after {
  content: "年";
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  max-height: 220px;
  min-width: 88px;
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 10px 8px;
  font-size: 15px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 32px;
  font-size: 12px;
  font-weight: 700;
  color: #001e50;
  background: #eef3f8;
}

.xdsoft_datetimepicker .xdsoft_calendar th:first-child {
  color: #c2410c;
}

.xdsoft_datetimepicker .xdsoft_calendar th:last-child {
  color: #2563eb;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 40px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  background: transparent;
}

.xdsoft_datetimepicker .xdsoft_calendar td {
  border: 0;
  color: #1e1e1e;
}

.xdsoft_datetimepicker .xdsoft_calendar td > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  padding: 0;
  border-radius: 50%;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month {
  visibility: hidden;
  pointer-events: none;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled {
  opacity: 0.32;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_day_of_week0 {
  color: #c2410c;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_day_of_week6 {
  color: #2563eb;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today > div {
  box-shadow: inset 0 0 0 2px #001e50;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default {
  background: transparent;
  box-shadow: none;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current > div,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default > div {
  background: #001e50;
  color: #fff;
  box-shadow: none;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current:hover,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default:hover {
  background: transparent !important;
  color: inherit;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover > div {
  background: #eef3f8;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current:hover > div,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default:hover > div {
  background: #001e50;
  color: #fff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover > div {
  background: transparent;
}

.trial-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  place-items: center;
  padding: max(24px, env(safe-area-inset-top)) 16px max(24px, env(safe-area-inset-bottom));
}

.trial-modal.is-open,
.trial-modal.is-closing {
  display: grid;
}

.trial-modal.is-open .trial-modal__overlay {
  animation: popup-fade-in 0.28s ease both;
}

.trial-modal.is-open .trial-modal__dialog {
  animation: popup-dialog-in 0.32s ease both;
}

.trial-modal.is-closing .trial-modal__overlay {
  animation: popup-fade-out 0.22s ease both;
}

.trial-modal.is-closing .trial-modal__dialog {
  animation: popup-dialog-out 0.22s ease both;
}

.trial-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 30, 30, 0.55);
}

.trial-modal__dialog {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(100%, 760px);
  height: min(82vh, 820px);
  height: min(82dvh, 820px);
  max-height: min(82vh, 820px);
  max-height: min(82dvh, 820px);
  overflow: hidden;
  padding: clamp(28px, 4vw, 40px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 48px rgba(0, 30, 80, 0.18);
  color: #1e1e1e;
  font-family: "VWTextLatin", "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}

.trial-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0 0 3px;
  border: 0;
  border-radius: 999px;
  background: #001e50;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.trial-modal__body {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.trial-modal__form {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.trial-modal__form[hidden] {
  display: none;
}

.trial-modal__shop-summary,
.trial-modal__progress,
.trial-modal__form-error,
.trial-modal__actions {
  flex-shrink: 0;
}

.trial-modal__shop-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #eef3f8;
  border: 1px solid rgba(0, 30, 80, 0.15);
}

.trial-modal__shop-summary[hidden] {
  display: none;
}

.trial-modal__shop-summary-body {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.trial-modal__shop-summary-label {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #001e50;
}

.trial-modal__shop-summary-value {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #1e1e1e;
  font-family: "VWTextLatin", "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}

.trial-modal__shop-summary-change {
  flex-shrink: 0;
  padding: 8px 12px;
  border: 1px solid #001e50;
  border-radius: 999px;
  background: #fff;
  color: #001e50;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.trial-modal__progress {
  display: grid;
  gap: 10px;
}

.trial-modal__progress-copy {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #999;
}

.trial-modal__progress-track {
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: #d0d1d5;
  overflow: hidden;
}

.trial-modal__progress-fill {
  display: block;
  width: 16.66%;
  height: 100%;
  border-radius: inherit;
  background: #001e50;
  transition: width 0.32s ease;
}

.trial-modal__viewport {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  padding: 16px 0;
}

.trial-modal__track {
  display: flex;
  align-items: stretch;
  height: 100%;
  transition: transform 0.38s ease;
  will-change: transform;
}

.trial-modal__panel {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: 2px 4px 16px 2px;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.trial-modal__panel .trial-modal__title,
.trial-modal__panel .trial-modal__lead,
.trial-modal__panel .trial-modal__helper,
.trial-modal__panel .trial-modal__field,
.trial-modal__panel .trial-modal__shop-search,
.trial-modal__panel .trial-modal__shop-other-toggle,
.trial-modal__panel .trial-modal__shop-other-panel {
  flex-shrink: 0;
}

.trial-modal__scroll {
  flex: 1 1 auto;
  min-height: 0;
}

.trial-modal__shop-grid {
  flex: 0 0 auto;
}

.trial-modal__title {
  margin: 0 0 12px;
  color: #1e1e1e;
  font-family: "VWHeadLatin", "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 700;
}

.trial-modal__lead {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}

.trial-modal__shop-search {
  display: grid;
  gap: 12px;
  margin: 0 0 20px;
}

.trial-modal__shop-search-divider {
  margin: 0;
  text-align: center;
  font-size: 13px;
  color: #888;
}

.trial-modal__geo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 48px;
  padding: 12px 16px;
  border: 1px solid rgba(0, 30, 80, 0.25);
  border-radius: 10px;
  background: #eef3f8;
  color: #001e50;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer;
}

.trial-modal__geo-button:hover {
  background: #e4ecf4;
  border-color: rgba(0, 30, 80, 0.45);
}

.trial-modal__geo-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.trial-modal__geo-button-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z' fill='%23001e50'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 0 auto;
}

.trial-modal__shop-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.trial-modal__shop-button[hidden] {
  display: none !important;
}

.trial-modal__shop-other-toggle {
  display: inline-flex;
  align-items: center;
  align-self: start;
  margin-top: 16px;
  padding: 10px 20px;
  border: 0;
  border-radius: 999px;
  background: #eee;
  color: #666;
  font: inherit;
  font-weight: 500;
  cursor: pointer;
}

.trial-modal__shop-other-toggle[hidden] {
  display: none !important;
}

.trial-modal__shop-other-panel {
  display: grid;
  grid-template-rows: 0fr;
  margin-top: 0;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: grid-template-rows 0.4s ease, opacity 0.32s ease, transform 0.32s ease, margin-top 0.32s ease;
}

.trial-modal__shop-other-panel.is-open {
  grid-template-rows: 1fr;
  margin-top: 12px;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.trial-modal__shop-other-panel > * {
  min-height: 0;
  overflow: hidden;
}

.trial-modal__shop-button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  padding: 16px 14px;
  border: 2px solid #001e50;
  border-radius: 10px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
  box-shadow: 0 3px 0 rgba(0, 30, 80, 0.18);
}

.trial-modal__shop-button:hover {
  background: #eef3f8;
}

.trial-modal__shop-button:active {
  transform: translateY(1px);
  box-shadow: 0 1px 0 rgba(0, 30, 80, 0.18);
}

.trial-modal__shop-button.is-selected {
  background: #eef3f8;
  box-shadow: 0 0 0 3px rgba(0, 30, 80, 0.16);
}

.trial-modal__shop-button-body {
  display: grid;
  gap: 4px;
  min-width: 0;
  width: 100%;
}

.trial-modal__shop-button-name {
  font-size: 15px;
  font-weight: 700;
  color: #001e50;
  font-family: "VWTextLatin", "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}

.trial-modal__shop-button-address {
  font-size: 12px;
  line-height: 1.6;
  color: #666;
}

.trial-modal__shop-button-distance {
  font-size: 12px;
  font-weight: 700;
  color: #001e50;
}

.trial-modal__shop-button-action {
  display: block;
  width: 100%;
  margin-top: auto;
  padding: 8px 10px;
  border-radius: 999px;
  background: #001e50;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.trial-modal__shop-button.is-selected .trial-modal__shop-button-action {
  background: #fff;
  color: #001e50;
  box-shadow: inset 0 0 0 1px #001e50;
}

.trial-modal__shop-button.is-nearest {
  border-color: #001e50;
}

.trial-modal__scroll {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.trial-modal__form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.trial-modal__field {
  display: grid;
  gap: 10px;
}

.trial-modal__label {
  font-size: 14px;
  font-weight: 700;
  color: #1e1e1e;
}

.trial-modal__helper {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #888;
}

.trial-modal__helper[data-state=loading] {
  color: #001e50;
}

.trial-modal__helper[data-state=success] {
  color: #2f7d32;
}

.trial-modal__helper[data-state=error] {
  color: #c2410c;
}

.trial-modal__required,
.trial-modal__optional {
  margin-left: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.trial-modal__required {
  color: #d9485f;
}

.trial-modal__optional {
  color: #888;
}

.trial-modal__input,
.trial-modal__textarea,
.trial-modal__select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #001e50;
  border-radius: 8px;
  background: #fff;
  color: #1e1e1e;
  font: inherit;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.trial-modal__textarea {
  resize: vertical;
  min-height: 120px;
}

.trial-modal__input:focus,
.trial-modal__textarea:focus,
.trial-modal__select:focus {
  outline: none;
  border-color: #001e50;
  box-shadow: 0 0 0 4px rgba(0, 30, 80, 0.08);
}

.trial-modal__zip-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}

.trial-modal__zip-button {
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: #001e50;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.trial-modal__date-wrap {
  position: relative;
}
.trial-modal__date-wrap::after {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  color: #1e1e1e;
  pointer-events: none;
}
.trial-modal__date-wrap .trial-modal__input {
  padding-right: 42px;
  cursor: pointer;
}

.trial-modal__select-wrap {
  position: relative;
}
.trial-modal__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1e1e1e;
  border-bottom: 2px solid #1e1e1e;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}

.trial-modal__party {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trial-modal__party .trial-modal__input {
  width: 120px;
}

.trial-modal__party-unit {
  font-size: 14px;
  font-weight: 700;
}

.trial-modal__consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.6;
  cursor: pointer;
}

.trial-modal__consent input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  flex-shrink: 0;
  accent-color: #001e50;
}

.trial-modal__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  flex-shrink: 0;
}

.trial-modal__back,
.trial-modal__next,
.trial-modal__submit {
  min-height: 56px;
  border: 0;
  border-radius: 60px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: background-color 0.15s ease, transform 0.15s ease, opacity 0.15s ease;
}

.trial-modal__back {
  background: #d0d1d5;
  color: #1e1e1e;
  cursor: pointer;
}

.trial-modal__back:hover {
  transform: translateY(1px);
}

.trial-modal__next,
.trial-modal__submit {
  background: #d0d1d5;
  color: #fff;
  cursor: not-allowed;
}

.trial-modal__next.is-active,
.trial-modal__submit.is-active {
  background: #001e50;
  cursor: pointer;
}

.trial-modal__next.is-active:hover,
.trial-modal__submit.is-active:hover {
  opacity: 0.8;
  transform: translateY(1px);
}

.trial-modal__back[hidden],
.trial-modal__next[hidden],
.trial-modal__submit[hidden] {
  display: none;
}

.trial-modal__form-error {
  margin: 0;
  padding: 12px 14px;
  border-radius: 10px;
  background: #fff1f2;
  border: 1px solid #fecdd3;
  color: #be123c;
  font-size: 14px;
  line-height: 1.7;
}

.trial-modal__form-error[hidden] {
  display: none;
}

.trial-modal__thanks {
  flex: 1;
  display: grid;
  place-items: center;
  padding: 24px 8px 8px;
}

.trial-modal__thanks[hidden] {
  display: none;
}

.trial-modal__thanks-inner {
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: 500px;
  text-align: center;
}

.trial-modal__thanks-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 50%;
  background: #eef3f8;
  color: #001e50;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.trial-modal__thanks-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #001e50;
  font-family: "VWHeadLatin", "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}

.trial-modal__thanks-lead,
.trial-modal__thanks-note {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #1e1e1e;
}

.trial-modal__thanks-note {
  color: #666;
}

.trial-modal__thanks-close {
  width: 100%;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .trial-modal {
    padding: 0;
    align-items: stretch;
  }
  .trial-modal__dialog {
    width: 100%;
    height: 100%;
    height: 100vh;
    height: 100dvh;
    max-height: none;
    border-radius: 0;
    padding: max(16px, env(safe-area-inset-top)) 16px max(16px, env(safe-area-inset-bottom));
  }
  .trial-modal__close {
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    padding: 0 0 2px;
    font-size: 20px;
  }
  .trial-modal__body,
  .trial-modal__form {
    gap: 12px;
  }
  .trial-modal__viewport {
    padding: 8px 0;
  }
  .trial-modal__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .trial-modal__lead {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.6;
  }
  .trial-modal__field {
    gap: 6px;
  }
  .trial-modal__label {
    font-size: 12px;
  }
  .trial-modal__helper {
    font-size: 11px;
  }
  .trial-modal__input,
  .trial-modal__textarea,
  .trial-modal__select {
    padding: 10px 12px;
    font-size: 16px;
  }
  .trial-modal__textarea {
    min-height: 88px;
  }
  .trial-modal__shop-search {
    gap: 8px;
    margin: 0 0 12px;
  }
  .trial-modal__shop-other-toggle {
    margin-top: 8px;
    padding: 8px 16px;
    font-size: 12px;
  }
  .trial-modal__shop-other-panel.is-open {
    margin-top: 8px;
  }
  .trial-modal__geo-button {
    min-height: 40px;
    padding: 8px 12px;
    font-size: 13px;
  }
  .trial-modal__shop-grid {
    gap: 6px;
  }
  .trial-modal__shop-button {
    gap: 6px;
    padding: 10px 6px;
  }
  .trial-modal__shop-button-name {
    font-size: 14px;
    text-align: center;
  }
  .trial-modal__shop-button-address,
  .trial-modal__shop-button-distance {
    font-size: 9px;
  }
  .trial-modal__shop-button-action {
    padding: 5px 6px;
    font-size: 10px;
  }
  .trial-modal__scroll {
    gap: 12px;
  }
  .trial-modal__form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .trial-modal__zip-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .trial-modal__zip-button {
    min-height: 40px;
    font-size: 13px;
  }
  .trial-modal__consent {
    font-size: 12px;
  }
  .trial-modal__actions {
    gap: 8px;
  }
  .trial-modal__back,
  .trial-modal__next,
  .trial-modal__submit {
    min-height: 44px;
    font-size: 13px;
  }
  .trial-modal__submit {
    grid-column: 1/-1;
  }
  .xdsoft_datetimepicker {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    bottom: auto !important;
    width: min(100vw - 24px, 360px) !important;
    max-width: calc(100vw - 24px);
    z-index: 12000 !important;
    animation: calendar-fade-in-center 0.32s ease both;
  }
  .xdsoft_datetimepicker.is-appearing {
    animation: calendar-fade-in-center 0.32s ease both;
  }
  .xdsoft_datetimepicker.is-closing {
    animation: calendar-fade-out-center 0.22s ease both;
  }
  .xdsoft_datetimepicker .xdsoft_mounthpicker {
    padding: 0 72px;
  }
  .xdsoft_datetimepicker .xdsoft_prev,
  .xdsoft_datetimepicker .xdsoft_next {
    min-width: 64px;
  }
  .xdsoft_datetimepicker .xdsoft_calendar td,
  .xdsoft_datetimepicker .xdsoft_calendar th {
    height: 44px;
    font-size: 16px;
  }
  .xdsoft_datetimepicker .xdsoft_calendar td > div {
    width: 40px;
    height: 40px;
  }
}
@keyframes popup-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popup-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes popup-dialog-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes popup-dialog-out {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translateY(10px);
  }
}
@keyframes calendar-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes calendar-fade-in-center {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 12px));
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes calendar-fade-out {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translateY(8px);
  }
}
@keyframes calendar-fade-out-center {
  from {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  to {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 10px));
  }
}
@media (prefers-reduced-motion: reduce) {
  .trial-modal.is-open .trial-modal__overlay,
  .trial-modal.is-open .trial-modal__dialog,
  .trial-modal.is-closing .trial-modal__overlay,
  .trial-modal.is-closing .trial-modal__dialog,
  .xdsoft_datetimepicker,
  .xdsoft_datetimepicker.is-appearing,
  .xdsoft_datetimepicker.is-closing,
  body.is-datepicker-open::before,
  body.is-datepicker-closing::before {
    animation: none;
  }
}
.lp_cta_pair {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.lp_cta_pair__apply,
.lp_cta_pair__store {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  min-height: 56px;
  padding: 14px 28px;
  border-radius: 60px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: opacity 0.15s ease, transform 0.15s ease, background-color 0.15s ease;
}

.lp_cta_pair__apply {
  border: 0;
  background: #001e50;
  color: #fff;
}

.lp_cta_pair__store {
  border: 2px solid #001e50;
  background: #fff;
  color: #001e50;
}

.lp_cta_pair__apply:hover,
.lp_cta_pair__store:hover {
  opacity: 0.8;
}

.lp_cta_pair--on-dark .lp_cta_pair__apply {
  background: #fff;
  color: #001e50;
}

.lp_cta_pair--on-dark .lp_cta_pair__store {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.lp_cta_block {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .lp_cta_block {
    padding: 28px 0;
  }
}

.lp_cta_block--after-mv {
  padding: 32px 0 8px;
  background: #fff;
}
@media (max-width: 768px) {
  .lp_cta_block--after-mv {
    padding: 24px 0 0;
  }
}

.lp_cta_block--dealer {
  padding-top: 40px;
}

.store-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  place-items: center;
  padding: max(24px, env(safe-area-inset-top)) 16px max(24px, env(safe-area-inset-bottom));
}

.store-modal.is-open,
.store-modal.is-closing {
  display: grid;
}

.store-modal.is-open .store-modal__overlay {
  animation: popup-fade-in 0.28s ease both;
}

.store-modal.is-open .store-modal__dialog {
  animation: popup-dialog-in 0.32s ease both;
}

.store-modal.is-closing .store-modal__overlay {
  animation: popup-fade-out 0.22s ease both;
}

.store-modal.is-closing .store-modal__dialog {
  animation: popup-dialog-out 0.22s ease both;
}

.store-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(30, 30, 30, 0.55);
}

.store-modal__dialog {
  position: relative;
  width: min(100%, 860px);
  max-height: min(82dvh, 860px);
  overflow: auto;
  padding: clamp(28px, 4vw, 40px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 20px 48px rgba(0, 30, 80, 0.18);
  color: #1e1e1e;
  font-family: "VWTextLatin", "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}

.store-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0 0 3px;
  border: 0;
  border-radius: 999px;
  background: #001e50;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.store-modal__body {
  display: grid;
  gap: 0;
  padding-bottom: 88px;
}

.store-modal__title {
  margin: 0 0 10px;
  padding-right: 52px;
  color: #1e1e1e;
  font-family: "VWHeadLatin", "ゴシックMB101 B", "Gothic MB101 Bold", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 700;
}

.store-modal__lead {
  margin: 0 0 28px;
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}

.store-modal__search-group {
  display: grid;
  gap: 20px;
}

.store-modal__search-divider {
  margin: 0;
  text-align: center;
  font-size: 13px;
  color: #888;
}

.store-modal__location-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(0, 30, 80, 0.25);
  border-radius: 10px;
  background: #eef3f8;
  color: #001e50;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
}

.store-modal__location-button:hover {
  background: #e4ecf4;
  border-color: rgba(0, 30, 80, 0.45);
}

.store-modal__location-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.store-modal__location-button-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z' fill='%23001e50'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 0 auto;
}

.store-modal__map-wrap {
  overflow: hidden;
  border: 1px solid #d0d1d5;
  border-radius: 10px;
}

.store-modal__map {
  width: 100%;
  height: 280px;
}

.store-modal__map .leaflet-control-attribution {
  font-size: 10px;
}

.store-modal__search {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.store-modal__field {
  display: grid;
  gap: 10px;
  flex: 1;
}

.store-modal__label {
  font-size: 14px;
  font-weight: 700;
  color: #1e1e1e;
}

.store-modal__input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #001e50;
  border-radius: 8px;
  background: #fff;
  color: #1e1e1e;
  font: inherit;
  font-size: 16px;
}

.store-modal__input:focus {
  outline: none;
  border-color: #001e50;
  box-shadow: 0 0 0 4px rgba(0, 30, 80, 0.08);
}

.store-modal__search-button {
  flex-shrink: 0;
  margin-top: 28px;
  padding: 14px 20px;
  border: 0;
  border-radius: 60px;
  background: #001e50;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.store-modal__helper {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #888;
}

.store-modal__helper[data-state=loading] {
  color: #001e50;
}

.store-modal__helper[data-state=success] {
  color: #2f7d32;
}

.store-modal__helper[data-state=error] {
  color: #c2410c;
}

.store-modal__results {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

.store-modal__summary,
.store-modal__empty,
.store-modal__accordion-toggle,
.store-modal__map-wrap:not([hidden]) {
  animation: store-modal-fade-in 0.45s ease both;
}

.store-modal__summary {
  padding: 14px 0;
  line-height: 1.8;
}

.store-modal__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.store-modal__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  padding: 20px;
  border: 2px solid #001e50;
  border-radius: 10px;
  background-color: #fff;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
  box-shadow: 0 3px 0 rgba(0, 30, 80, 0.18);
}

.store-modal__card.is-fading {
  animation: store-modal-fade-in 0.5s ease both;
  animation-delay: var(--store-fade-delay, 0ms);
}

.store-modal__card:hover {
  background: #eef3f8;
}

.store-modal__card.is-selected {
  background: #eef3f8;
  box-shadow: 0 0 0 3px rgba(0, 30, 80, 0.16);
}

.store-modal__card-image {
  display: block;
  overflow: hidden;
  height: 180px;
  border-radius: 10px;
  background: #fff;
}

.store-modal__card-image iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.store-modal__card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 10px;
}

.store-modal__card-name {
  font-size: 17px;
  font-weight: 700;
  color: #001e50;
  font-family: "VWTextLatin", "ゴシックMB101 L", "Gothic MB101 Light", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}

.store-modal__card-address,
.store-modal__card-tel {
  font-size: 14px;
  line-height: 1.8;
}

.store-modal__card-tel-link {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.store-modal__card-distance {
  font-size: 14px;
  font-weight: 700;
}

.store-modal__card-times {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.8;
  color: #666;
  background: #fff;
  padding: 10px 12px;
  border-radius: 6px;
}

.store-modal__card-action {
  display: block;
  width: 100%;
  margin-top: auto;
  padding: 8px 10px;
  border-radius: 999px;
  background: #001e50;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}

.store-modal__card.is-selected .store-modal__card-action {
  background: #fff;
  color: #001e50;
  box-shadow: inset 0 0 0 1px #001e50;
}

.store-modal__time-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.store-modal__time-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 0 auto;
}

.store-modal__time-icon--walk {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='3' r='2' fill='%23001e50'/%3E%3Cpath d='M7.3 5.5 5.2 8.2a1 1 0 0 0 .78 1.62h1.14L6.4 14h1.7l.6-3.3 1.45 1.35V14h1.7v-3.08a1 1 0 0 0-.3-.72L10 8.56l.62-1.06L12 9l1.3-.76-2.08-3.12a1 1 0 0 0-1.55-.18l-.98 1.07-.95-.51a1 1 0 0 0-1.44.4Z' fill='%23001e50'/%3E%3C/svg%3E");
}

.store-modal__time-icon--bike {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='4' cy='12' r='2.4' fill='none' stroke='%23001e50' stroke-width='1.4'/%3E%3Ccircle cx='12' cy='12' r='2.4' fill='none' stroke='%23001e50' stroke-width='1.4'/%3E%3Ccircle cx='9' cy='3.2' r='1.4' fill='%23001e50'/%3E%3Cpath d='M8.5 4.9 6.8 7.2h2.1l1.55 1.53 1.2-1.03-.95-.96h1.65V5.4H9.7a1.5 1.5 0 0 0-1.2.6ZM6.5 7.2 4.9 10.1M8.9 7.2 12 10.2M6.9 7.2 4 7.2l-1.1 2' fill='none' stroke='%23001e50' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2'/%3E%3C/svg%3E");
}

.store-modal__time-icon--car {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M4.1 5.4h7.8c.45 0 .86.26 1.05.67l.9 1.93c.66.17 1.16.77 1.16 1.48v2.18h-1.2a1.8 1.8 0 0 1-3.6 0H5.8a1.8 1.8 0 0 1-3.6 0H1V9.52c0-.7.5-1.3 1.16-1.48l.9-1.93c.2-.4.6-.67 1.05-.67Z' fill='none' stroke='%23001e50' stroke-width='1.2' stroke-linejoin='round'/%3E%3Ccircle cx='4' cy='11.8' r='1.1' fill='%23001e50'/%3E%3Ccircle cx='12' cy='11.8' r='1.1' fill='%23001e50'/%3E%3C/svg%3E");
}

.store-modal__summary {
  padding: 4px 0 0;
  line-height: 1.8;
}

.store-modal__empty {
  margin: 0;
  padding: 16px 18px;
  border-radius: 10px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  color: #9a3412;
  line-height: 1.8;
}

.store-modal__accordion-toggle {
  justify-self: start;
  padding: 10px 20px;
  border: 0;
  background: #eee;
  font: inherit;
  font-weight: 500;
  color: #666;
  margin-top: 4px;
  cursor: pointer;
  border-radius: 999px;
}

.store-modal__accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  margin-top: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: grid-template-rows 0.4s ease, opacity 0.32s ease, transform 0.32s ease, margin-top 0.32s ease;
}

.store-modal__accordion-panel.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
  margin-top: 16px;
  transform: none;
  pointer-events: auto;
}

.store-modal__accordion-panel > * {
  min-height: 0;
  overflow: hidden;
}

.store-modal__actions {
  position: sticky;
  bottom: -36px;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  margin: 0 -36px -36px;
  padding: 16px 36px 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 24%, #ffffff 100%);
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(20px);
  pointer-events: none;
  transition: max-height 0.32s ease, opacity 0.28s ease, transform 0.32s ease;
}

.store-modal__actions.is-visible {
  max-height: 96px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.store-modal__reserve-button {
  min-height: 56px;
  padding: 14px;
  border: 0;
  border-radius: 60px;
  background: #d0d1d5;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: not-allowed;
}

.store-modal__reserve-button.is-active {
  background: #001e50;
  cursor: pointer;
}

.store-modal__reserve-button.is-active:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .lp_cta_pair {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    max-width: 100%;
    gap: 8px;
  }
  .lp_cta_pair__apply,
  .lp_cta_pair__store {
    min-width: 0;
    flex: 1;
    width: auto;
    min-height: 48px;
    padding: 12px 10px;
    font-size: 14px;
  }
  .store-modal {
    padding: 0;
    align-items: stretch;
  }
  .store-modal__dialog {
    width: 100%;
    height: 100%;
    height: 100vh;
    height: 100dvh;
    max-height: none;
    border-radius: 0;
    padding: max(16px, env(safe-area-inset-top)) 16px max(16px, env(safe-area-inset-bottom));
  }
  .store-modal__close {
    top: 12px;
    right: 12px;
    width: 32px;
    height: 32px;
    padding: 0 0 2px;
    font-size: 20px;
  }
  .store-modal__body {
    padding-bottom: 96px;
  }
  .store-modal__title {
    font-size: 20px;
    margin-bottom: 8px;
    padding-right: 48px;
  }
  .store-modal__lead {
    margin-bottom: 20px;
  }
  .store-modal__results {
    gap: 16px;
    margin-top: 24px;
  }
  .store-modal__search {
    flex-wrap: wrap;
    gap: 12px;
  }
  .store-modal__search-button,
  .store-modal__location-button,
  .store-modal__reserve-button {
    width: 100%;
  }
  .store-modal__search-button {
    margin-top: 0;
  }
  .store-modal__map {
    height: 220px;
  }
  .store-modal__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .store-modal__card {
    gap: 10px;
    padding: 10px;
  }
  .store-modal__card-image {
    height: 100px;
  }
  .store-modal__card-name {
    font-size: 13px;
  }
  .store-modal__card-address,
  .store-modal__card-tel,
  .store-modal__card-distance {
    font-size: 11px;
    line-height: 1.5;
  }
  .store-modal__card-times {
    flex-direction: column;
    gap: 4px;
    padding: 8px;
    font-size: 11px;
  }
  .store-modal__card-action {
    font-size: 11px;
    padding: 6px 8px;
  }
  .store-modal__actions {
    bottom: -18px;
    margin: 0 -16px -18px;
    padding: 14px 16px 18px;
    justify-content: stretch;
  }
}
@keyframes store-modal-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes store-modal-fade-out {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(8px);
  }
}
.store-modal__results.is-fading-out,
.store-modal__empty.is-fading-out,
.store-modal__accordion-toggle.is-fading-out,
.store-modal__map-wrap.is-fading-out {
  animation: store-modal-fade-out 0.32s ease both;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .store-modal.is-open .store-modal__overlay,
  .store-modal.is-open .store-modal__dialog,
  .store-modal.is-closing .store-modal__overlay,
  .store-modal.is-closing .store-modal__dialog,
  .store-modal__summary,
  .store-modal__empty,
  .store-modal__accordion-toggle,
  .store-modal__map-wrap:not([hidden]),
  .store-modal__card.is-fading,
  .store-modal__results.is-fading-out,
  .store-modal__empty.is-fading-out,
  .store-modal__accordion-toggle.is-fading-out,
  .store-modal__map-wrap.is-fading-out {
    animation: none;
  }
  .store-modal__accordion-panel {
    transition: none;
  }
}/*# sourceMappingURL=style.css.map */