@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

a,
span {
  display: inline-block;
}

/*===================================================
共通
===================================================*/
/* 基本
***************************************************************/
html {
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #514327;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}

main {
  overflow: hidden;
}

a {
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
  body {
    width: 100%;
  }
}
/* フォント
***************************************************************/
.gothic {
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

/* コンテンツ幅
***************************************************************/
.inner {
  padding: 0 16px;
}

@media screen and (max-width: 390px) {
  .inner {
    width: 100%;
    padding: 0 4.1025641026vw;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.wrap {
  width: 390px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 450px) {
  .wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}
.wrap::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #f2f9fd;
  background-image: url(../img/bg_frame.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: -1;
}

.fixed_cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.fixed_cta_inner {
  width: 390px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 9px 10px;
  background: rgba(255, 255, 255, 0.65);
  text-align: center;
}

.fixed_cta_inner a {
  padding: 12px 0 16px;
  display: block;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  font-size: 16px;
}

.fixed_cta_inner a:nth-of-type(2) {
  background: #e9f4ab;
}

.fixed_cta_inner a span {
  position: relative;
}

.fixed_cta_inner a span::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 2px;
  background-image: radial-gradient(circle, #4b3822 1px, transparent 1px);
  background-size: 4px 2px;
  background-repeat: repeat-x;
  width: 100%;
}

.dots {
  position: relative;
}

.dots::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 3px;
  background-image: radial-gradient(circle, #4b3822 1.5px, transparent 1.5px);
  background-size: 6px 3px;
  background-repeat: repeat-x;
  width: 100%;
}

.sec_title {
  position: relative;
  font-size: 26px;
  text-align: center;
}

.sec_title::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../img/before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: calc(50% - 140px);
  transform: translate(-50%, -50%);
}

.sec_title::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../img/after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: calc(50% - 175px);
  transform: translate(-50%, -50%);
}

.btn {
  border-radius: 31px;
  background: #fcfaca;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  width: 300px;
  display: block;
  margin: 24px auto 0;
  font-size: 16px;
  text-align: center;
  padding: 17px 0;
  line-height: 27px;
}

@media screen and (max-width: 390px) {
  .fixed_cta_inner {
    width: 100vw;
    gap: 2.5641025641vw;
    padding: 2.3076923077vw 2.5641025641vw;
  }
  .fixed_cta_inner a {
    padding: 3.0769230769vw 0 4.1025641026vw;
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.16));
    border-radius: 3.0769230769vw;
    font-size: 4.1025641026vw;
  }
  .fixed_cta_inner a span::before {
    bottom: -0.7692307692vw;
    height: 0.5128205128vw;
    background-image: radial-gradient(circle, #4b3822 1px, transparent 1px);
    background-size: 1.0256410256vw 0.5128205128vw;
  }
  .dots::before {
    bottom: -0.7692307692vw;
    height: 0.7692307692vw;
    background-image: radial-gradient(circle, #4b3822 0.3846153846vw, transparent 0.3846153846vw);
    background-size: 1.5384615385vw 0.7692307692vw;
  }
  .sec_title {
    font-size: 6.6666666667vw;
  }
  .sec_title::before {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    left: calc(50% - 35.8974358974vw);
  }
  .sec_title::after {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    right: calc(50% - 44.8717948718vw);
  }
  .btn {
    border-radius: 7.9487179487vw;
    width: 76.9230769231vw;
    margin: 6.1538461538vw auto 0;
    font-size: 4.1025641026vw;
    padding: 4.358974359vw 0;
    line-height: 6.9230769231vw;
  }
}
/* header */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 18px 15px 24px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
}

header h1 img {
  width: 81px;
}

header nav {
  width: 163px;
}

@media screen and (max-width: 390px) {
  header {
    padding: 3.8461538462vw 4.6153846154vw 3.8461538462vw 6.1538461538vw;
  }
  header h1 img {
    width: 20.7692307692vw;
  }
  header nav {
    width: 41.7948717949vw;
  }
}
/* footer */
footer {
  background: #fbfae3;
  padding: 60px 0 134px;
  text-align: center;
}

footer h2 a img {
  width: 200px;
}

footer nav {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 20px;
  margin-top: 54px;
}

footer nav a.hina {
  font-size: 16px;
  width: 300px;
  border-radius: 31px;
  background: #f0e992;
  padding: 17px 0;
  line-height: 1;
}

footer nav a.gogatsu {
  font-size: 16px;
  width: 300px;
  border-radius: 31px;
  background: #c7ebe3;
  padding: 17px 0;
  line-height: 1;
}

footer small.copyright {
  font-size: 12px;
  margin-top: 41px;
  display: block;
}

@media screen and (max-width: 390px) {
  footer {
    padding: 15.3846153846vw 0 34.358974359vw;
  }
  footer h2 a img {
    width: 51.2820512821vw;
  }
  footer nav {
    gap: 5.1282051282vw;
    margin-top: 13.8461538462vw;
  }
  footer nav a.hina {
    font-size: 4.1025641026vw;
    width: 76.9230769231vw;
    border-radius: 7.9487179487vw;
    padding: 4.358974359vw 0;
  }
  footer nav a.gogatsu {
    font-size: 4.1025641026vw;
    width: 76.9230769231vw;
    border-radius: 7.9487179487vw;
    padding: 4.358974359vw 0;
  }
  footer small.copyright {
    font-size: 3.0769230769vw;
    margin-top: 10.5128205128vw;
  }
}
/* fv
***************************************************************/
.fv {
  position: relative;
  margin-top: -3.5rem;
}

.fv_img {
  width: 140px;
  position: absolute;
  right: 0;
  bottom: 94px;
}

.fv .textBox {
  position: absolute;
  left: 10px;
  top: 90px;
  padding: 54px 0 0 25px;
}

.fv .textBox h2 {
  z-index: 33333;
  position: relative;
}

.fv .textBox p {
  z-index: 33333;
  position: relative;
}

.fv .textBox img {
  width: 10.5rem;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}

.fv h2 {
  font-size: 23px;
  line-height: 30px;
}

.fv h2 span.t1 {
  display: block;
}

.fv h2 span.t2 {
  padding-left: 46px;
  display: block;
}

.fv h2 span.t3 {
  padding-left: 40px;
  display: block;
}

.fv p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  left: -10px;
}

.fv p::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../img/before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.fv p::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../img/after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 390px) {
  .fv {
    margin-top: -5.5rem;
  }
  .fv_img {
    width: 35.8974358974vw;
    bottom: 24.1025641026vw;
  }
  .fv .textBox {
    left: 2.5641025641vw;
    top: 23.0769230769vw;
    padding: 13.8461538462vw 0 0 6.4102564103vw;
  }
  .fv .textBox img {
    width: 53.8461538462vw;
  }
  .fv h2 {
    font-size: 5.8974358974vw;
    line-height: 7.6923076923vw;
  }
  .fv h2 span.t2 {
    padding-left: 11.7948717949vw;
  }
  .fv h2 span.t3 {
    padding-left: 10.2564102564vw;
  }
  .fv p {
    font-size: 3.5897435897vw;
    line-height: 5.1282051282vw;
    margin-top: 5.1282051282vw;
    gap: 2.5641025641vw;
    left: -2.5641025641vw;
  }
  .fv p::before {
    width: 5.641025641vw;
    height: 5.641025641vw;
  }
  .fv p::after {
    width: 5.641025641vw;
    height: 5.641025641vw;
  }
}
/* section1
***************************************************************/
.sec1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px 9px;
  padding: 24px 12px 26px;
  background: #EFF4F7;
}

.sec1 a {
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1.6;
  display: block;
  background: #fff;
  box-shadow: 0px 2px 1px rgba(157, 157, 157, 0.16);
  border-radius: 24px;
  padding: 12.5px 35px 12.5px 18px;
  text-align: center;
  position: relative;
}

.sec1 a::after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../img/icon_btn01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
}

@media screen and (max-width: 390px) {
  .sec1 {
    gap: 3.3333333333vw 2.3076923077vw;
    padding: 6.1538461538vw 3.0769230769vw 6.6666666667vw;
  }
  .sec1 a {
    font-size: 3.5897435897vw;
    border-radius: 6.1538461538vw;
    padding: 3.0769230769vw 8.9743589744vw 3.0769230769vw 4.6153846154vw;
  }
  .sec1 a::after {
    width: 5.641025641vw;
    height: 5.641025641vw;
    right: 3.0769230769vw;
  }
}
/* section2
***************************************************************/
.sec2 {
  background: linear-gradient(#e0f2fd 0%, #e9f5f8 100%);
  padding-bottom: 24px;
}

.sec2_title2 {
  text-align: center;
  line-height: 1.8;
}

.sec2_title2 .t1 {
  font-size: 22px;
}

.sec2_title2 .t2 {
  font-size: 32px;
}

.sec2_list {
  display: flex;
  flex-flow: column;
  gap: 49px;
  margin-top: 55px;
}

.sec2_item {
  background: #fff;
  padding: 0 29px 40px;
  border-radius: 60px 60px 30px 30px;
  position: relative;
  z-index: 1;
}

.sec2_item::before {
  content: "";
  display: inline-block;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.sec2_item_num {
  width: 104px;
  margin: 0 auto;
  position: relative;
}

.sec2_item_num span {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}

.sec2_item_title3 {
  text-align: center;
  font-size: 17px;
  color: #514327;
  position: relative;
  line-height: 1.4;
  margin-top: 20px;
}

.sec2_item_title3::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../img/before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: calc(50% - 110px);
  transform: translate(-50%, -50%);
}

.sec2_item_title3::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../img/after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: calc(50% - 150px);
  transform: translate(-50%, -50%);
}

.sec2_item_title3.deco_none::before,
.sec2_item_title3.deco_none::after {
  display: none;
}

.sec2_item_title3 span {
  font-size: 28px;
}

.sec2_item_title3 span small {
  font-size: 26px;
}

.sec2_item_txt01 {
  font-size: 14px;
  line-height: 28px;
  margin-top: 19px;
}

.sec2_item_txt02 {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-top: 19px;
}

.sec2_item_box {
  margin-top: 29px;
}

.sec2_box_title4 {
  font-size: 15px;
  line-height: 27px;
  text-align: center;
  position: relative;
}

.sec2_box_title4 span {
  font-size: 20px;
}

.sec2_box_title4::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../img/before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: calc(50% - 110px);
  transform: translate(-50%, -50%);
}

.sec2_box_title4::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../img/after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: calc(50% - 140px);
  transform: translate(-50%, -50%);
}

.sec2_box_img {
  margin-top: 15px;
}

.sec2_img01 {
  margin-top: 19px;
}

.sec2_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.sec2_flexBox_title4 {
  font-size: 13px;
  letter-spacing: -0.02em;
  line-height: 16px;
  padding: 22px 0 16px;
  background-image: url(../img/fukidashi01.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  text-align: center;
}

.sec2_flexBox_img {
  margin-top: -15px;
}

.sec2_flexBox_txt03 {
  font-size: 11px;
  line-height: 17px;
  margin-top: -10px;
}

@media screen and (max-width: 390px) {
  .sec2 {
    padding-bottom: 6.1538461538vw;
  }
  .sec2_title2 .t1 {
    font-size: 5.641025641vw;
  }
  .sec2_title2 .t2 {
    font-size: 8.2051282051vw;
  }
  .sec2_list {
    gap: 12.5641025641vw;
    margin-top: 14.1025641026vw;
  }
  .sec2_item {
    padding: 0 7.4358974359vw 10.2564102564vw;
    border-radius: 15.3846153846vw 15.3846153846vw 7.6923076923vw 7.6923076923vw;
  }
  .sec2_item::before {
    width: 71.7948717949vw;
    height: 71.7948717949vw;
    top: -7.4358974359vw;
  }
  .sec2_item_num {
    width: 26.6666666667vw;
  }
  .sec2_item_num span {
    font-size: 4.6153846154vw;
  }
  .sec2_item_title3 {
    font-size: 4.358974359vw;
    margin-top: 5.1282051282vw;
  }
  .sec2_item_title3::before {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    left: calc(50% - 28.2051282051vw);
  }
  .sec2_item_title3::after {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    right: calc(50% - 38.4615384615vw);
  }
  .sec2_item_title3 span {
    font-size: 7.1794871795vw;
  }
  .sec2_item_title3 span small {
    font-size: 6.6666666667vw;
  }
  .sec2_item_txt01 {
    font-size: 3.5897435897vw;
    line-height: 7.1794871795vw;
    margin-top: 4.8717948718vw;
  }
  .sec2_item_txt02 {
    font-size: 4.1025641026vw;
    line-height: 7.6923076923vw;
    margin-top: 4.8717948718vw;
  }
  .sec2_item_box {
    margin-top: 7.4358974359vw;
  }
  .sec2_box_title4 {
    font-size: 3.8461538462vw;
    line-height: 6.9230769231vw;
  }
  .sec2_box_title4 span {
    font-size: 5.1282051282vw;
  }
  .sec2_box_title4::before {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    left: calc(50% - 28.2051282051vw);
  }
  .sec2_box_title4::after {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    right: calc(50% - 35.8974358974vw);
  }
  .sec2_box_img {
    margin-top: 3.8461538462vw;
  }
  .sec2_img01 {
    margin-top: 4.8717948718vw;
  }
  .sec2_flex {
    gap: 6.1538461538vw;
    margin-top: 6.1538461538vw;
  }
  .sec2_flexBox_title4 {
    font-size: 3.3333333333vw;
    line-height: 4.1025641026vw;
    padding: 5.641025641vw 0 4.1025641026vw;
  }
  .sec2_flexBox_img {
    margin-top: -3.8461538462vw;
  }
  .sec2_flexBox_txt03 {
    font-size: 2.8205128205vw;
    line-height: 4.358974359vw;
    margin-top: -2.5641025641vw;
  }
}
/* section3 */
.sec3 {
  background: #e5efb1;
  padding: 20px;
}

.sec3 .inner {
  border-radius: 24px;
  background: #f2f8cc;
  padding: 46px 25px 42px;
  text-align: center;
}

.sec3_title2 {
  font-size: 22px;
  position: relative;
}

.sec3_title2::before {
  content: "";
  display: inline-block;
  width: 270px;
  height: 41px;
  background-image: url(../img/fukidashi02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 0);
}

.sec3_video {
  margin-top: 60px;
  border-radius: 16px;
  display: block;
  width: 100%;
  height: 168.5px;
  object-fit: cover;
  cursor: pointer;
}

@media screen and (max-width: 390px) {
  .sec3 {
    padding: 5.1282051282vw;
  }
  .sec3 .inner {
    border-radius: 6.1538461538vw;
    padding: 11.7948717949vw 6.4102564103vw 10.7692307692vw;
  }
  .sec3_title2 {
    font-size: 5.641025641vw;
  }
  .sec3_title2::before {
    width: 69.2307692308vw;
    height: 10.5128205128vw;
    bottom: -6.4102564103vw;
  }
  .sec3_video {
    margin-top: 15.3846153846vw;
    border-radius: 4.1025641026vw;
    height: 43.0769230769vw;
  }
}
/* section4 */
.sec4 {
  background: #fbfae3;
}

.sec4_title2 {
  text-align: center;
  font-size: 22px;
  color: #514327;
  position: relative;
  line-height: 1.4;
}

.sec4_title2 span {
  font-size: 26px;
}

.sec4_title2::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../img/before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: calc(50% - 110px);
  transform: translate(-50%, -50%);
}

.sec4_title2::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../img/after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: calc(50% - 150px);
  transform: translate(-50%, -50%);
}

.sec4_list {
  display: flex;
  flex-flow: column;
  gap: 16px;
  margin-top: 40px;
}

@media screen and (max-width: 390px) {
  .sec4_title2 {
    font-size: 5.641025641vw;
  }
  .sec4_title2 span {
    font-size: 6.6666666667vw;
  }
  .sec4_title2::before {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    left: calc(50% - 28.2051282051vw);
  }
  .sec4_title2::after {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    right: calc(50% - 38.4615384615vw);
  }
  .sec4_list {
    gap: 4.1025641026vw;
    margin-top: 10.2564102564vw;
  }
}
/* section5 */
.sec5 {
  background: #e5efb1;
  padding: 20px 0;
}

.sec5_slider .slick-slide {
  margin: 0 5px;
  border-radius: 20px;
  overflow: hidden;
}

.sec5_slider .slick-prev,
.sec5_slider .slick-next {
  position: absolute;
  top: 232px;
  cursor: pointer;
  outline: none;
  background-image: url(../img/slider_arrow01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 48px;
  height: 64px;
  z-index: 10;
}

.sec5_slider .slick-prev {
  left: -20px;
  transform: scale(-1, 1);
}

.sec5_slider .slick-next {
  right: -20px;
}

@media screen and (max-width: 390px) {
  .sec5 {
    padding: 5.1282051282vw 0;
  }
  .sec5_slider .slick-slide {
    margin: 0 1.2820512821vw;
    border-radius: 5.1282051282vw;
  }
  .sec5_slider .slick-prev,
  .sec5_slider .slick-next {
    top: 59.4871794872vw;
    width: 12.3076923077vw;
    height: 16.4102564103vw;
  }
  .sec5_slider .slick-prev {
    left: -5.1282051282vw;
  }
  .sec5_slider .slick-next {
    right: -5.1282051282vw;
  }
}
/* section6 */
.sec6 {
  padding: 0 0 60px;
  background: #fff;
}

.sec6 .inner {
  padding: 20px 25px 0;
}

.sec6_title2 {
  text-align: center;
}

.sec6_title2 .t1.dots {
  font-size: 22px;
}

.sec6_title2 .t2.dots {
  font-size: 26px;
}

.sec6_list {
  margin-top: 32px;
  display: flex;
  flex-flow: column;
  gap: 49px;
}

.sec6_num {
  font-size: 20px;
  padding: 24px 0 23px;
  width: 148px;
  margin: 0 auto;
  background-image: url(../img/section_bg02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.sec6_item_title3 {
  font-size: 24px;
  line-height: 36px;
  position: relative;
  text-align: center;
  margin-top: 19px;
}

.sec6_item_title3::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../img/before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: calc(50% - 140px);
  transform: translate(-50%, -50%);
}

.sec6_item_title3::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../img/after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: calc(50% - 175px);
  transform: translate(-50%, -50%);
}

.sec6_item_title4 {
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  background: #f0faff;
  padding: 4px 0;
  border-radius: 20px;
  margin-top: 29px;
  display: block;
}

.sec6_item_title4:nth-of-type(2) {
  margin-top: 19px;
}

.sec6_item_title5 {
  font-size: 17px;
  line-height: 36px;
  text-align: center;
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.sec6_item_title5::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 16px;
  background-image: url(../img/icon_crown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.sec6_item_img {
  margin-top: 17px;
}

.sec6_item_img2 {
  padding: 0 20px;
}

.sec6_item_txt {
  font-size: 14px;
  line-height: 28px;
  margin-top: 24px;
  padding: 0 22.5px;
}

.sec6_item_fuwafuwa {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 34px;
  position: relative;
  margin-top: 30px;
}

.sec6_item_fuwafuwa li {
  width: 120px;
  position: relative;
  animation: floating-y 2s ease-in-out infinite alternate-reverse;
  /* アニメーションの遅延と速度をランダムに設定 */
  animation-delay: calc(var(--random-delay) * 1s);
  animation-duration: calc(var(--random-duration) * 1s);
}

/* 縦方向のふわふわ */
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.sec6_item_fuwafuwa li:nth-of-type(3) {
  position: absolute;
  top: 75px;
  left: 32%;
  transform: translate(-50%, 0);
}

.sec6_item_fuwafuwa li:nth-of-type(6) {
  position: absolute;
  bottom: 87px;
  left: 32%;
  transform: translate(-50%, 0);
}

.sec6_item_fuwafuwa li:nth-of-type(2),
.sec6_item_fuwafuwa li:nth-of-type(5),
.sec6_item_fuwafuwa li:nth-of-type(8) {
  top: -10px;
}

.sec6_item_slide01 {
  margin: 25px calc(50% - 50vw) 0;
  width: 100vw;
}

.sec6_item_slide01 li {
  width: 165px;
  margin: 0 13px;
}

.sec6_item_slide01 li .tab:nth-of-type(n + 2),
.sec6_item_slide01 li .tab_btn {
  display: none;
}

.sec6_item_slide01 li .favarite {
  position: relative;
  height: 40px;
}

.sec6_item_slide01 li .favarite::before {
  content: "\e87d";
  font-family: "Material Icons Outlined";
  font-size: 30px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 30px;
  height: 30px;
  color: rgb(221, 221, 221);
  line-height: 24px;
  cursor: pointer;
}

.sec6_item_slide01 li a .itemimg img {
  width: 94%;
  margin-left: 3%;
}

.sec6_item_slide01 li a h3 {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 300;
}

.sec6_item_slide01 li a .price {
  font-size: 10px;
  font-weight: 300;
  padding: 0.5em 0 0.7em;
}

.sec6_item_slide01 li a .price span {
  font-size: 12px;
  font-weight: 400;
  padding-right: 0;
}

@media screen and (max-width: 390px) {
  .sec6 {
    padding: 0 0 15.3846153846vw;
  }
  .sec6 .inner {
    padding: 5.1282051282vw 6.4102564103vw 0;
  }
  .sec6_title2 .t1.dots {
    font-size: 5.641025641vw;
  }
  .sec6_title2 .t2.dots {
    font-size: 6.6666666667vw;
  }
  .sec6_list {
    margin-top: 8.2051282051vw;
    gap: 12.5641025641vw;
  }
  .sec6_num {
    font-size: 5.1282051282vw;
    padding: 6.1538461538vw 0 5.8974358974vw;
    width: 37.9487179487vw;
  }
  .sec6_item_title3 {
    font-size: 6.1538461538vw;
    line-height: 9.2307692308vw;
    margin-top: 4.8717948718vw;
  }
  .sec6_item_title3::before {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    left: calc(50% - 35.8974358974vw);
  }
  .sec6_item_title3::after {
    width: 8.2051282051vw;
    height: 8.2051282051vw;
    right: calc(50% - 44.8717948718vw);
  }
  .sec6_item_title4 {
    font-size: 4.1025641026vw;
    line-height: 9.2307692308vw;
    padding: 1.0256410256vw 0;
    border-radius: 5.1282051282vw;
    margin-top: 7.4358974359vw;
  }
  .sec6_item_title4:nth-of-type(2) {
    margin-top: 4.8717948718vw;
  }
  .sec6_item_title5 {
    font-size: 4.358974359vw;
    line-height: 9.2307692308vw;
    margin-top: 8.9743589744vw;
    gap: 2.0512820513vw;
  }
  .sec6_item_title5::before {
    width: 5.8974358974vw;
    height: 4.1025641026vw;
  }
  .sec6_item_img {
    margin-top: 4.358974359vw;
  }
  .sec6_item_img2 {
    padding: 0 5.1282051282vw;
  }
  .sec6_item_txt {
    font-size: 3.5897435897vw;
    line-height: 7.1794871795vw;
    margin-top: 6.1538461538vw;
    padding: 0 5.641025641vw;
  }
  .sec6_item_fuwafuwa {
    gap: 8.7179487179vw;
    margin-top: 7.6923076923vw;
  }
  .sec6_item_fuwafuwa li {
    width: 30.7692307692vw;
  }
  .sec6_item_fuwafuwa li:nth-of-type(3) {
    top: 19.2307692308vw;
  }
  .sec6_item_fuwafuwa li:nth-of-type(6) {
    bottom: 22.3076923077vw;
  }
  .sec6_item_fuwafuwa li:nth-of-type(2),
  .sec6_item_fuwafuwa li:nth-of-type(5),
  .sec6_item_fuwafuwa li:nth-of-type(8) {
    top: -2.5641025641vw;
  }
  .sec6_item_slide01 {
    margin: 6.4102564103vw calc(50% - 50vw) 0;
  }
  .sec6_item_slide01 li {
    width: 42.3076923077vw;
    margin: 0 3.3333333333vw;
  }
  .sec6_item_slide01 li .favarite {
    height: 10.2564102564vw;
  }
  .sec6_item_slide01 li .favarite::before {
    font-size: 7.6923076923vw;
    top: 1.2820512821vw;
    width: 7.6923076923vw;
    height: 7.6923076923vw;
    line-height: 6.1538461538vw;
  }
  .sec6_item_slide01 li a h3 {
    font-size: 3.5897435897vw;
  }
  .sec6_item_slide01 li a .price {
    font-size: 2.5641025641vw;
  }
  .sec6_item_slide01 li a .price span {
    font-size: 3.0769230769vw;
  }
}
/* section7 */
.sec7 {
  background: #FBFAE3;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}

.sec7::before {
  content: "";
  display: inline-block;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: #FBFAE3;
  position: absolute;
  top: -29px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.sec7 .inner {
  overflow: hidden;
}

.sec7 .sec_title::before {
  left: calc(50% - 110px);
}

.sec7 .sec_title::after {
  right: calc(50% - 145px);
}

.sec7_list {
  display: flex;
  flex-flow: column;
  gap: 32px;
  margin-top: 32px;
}

.sec7_title3 {
  font-size: 16px;
}

.sec7_slider {
  margin-top: 5px;
  margin-right: calc(50% - 25vw);
}

.sec7_slider .slick-list {
  overflow: unset;
}

.sec7_slider .slick-slide {
  width: 230px;
  margin-right: 10px;
  padding: 15px;
  border-radius: 12px;
  background: #fff;
}

.sec7_item_title4 {
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
}

.sec7_item_txt01 {
  font-size: 15px;
  border-top: 1px dashed #514327;
  padding-top: 8px;
  margin-top: 8px;
  line-height: 1;
}

.sec7_item_txt01 span {
  font-size: 10px;
  margin-left: 5px;
}

.sec7_item_txt02 {
  font-size: 10px;
  color: #adadad;
  margin-top: 5px;
}

.sec7_item_btn {
  width: 180px;
  border-radius: 6px;
  background: #f0e992;
  display: block;
  margin: 20px auto 0;
  text-align: center;
  font-size: 13px;
  padding: 7px 0 9px;
}

@media screen and (max-width: 390px) {
  .sec7 {
    padding: 10.2564102564vw 0;
  }
  .sec7::before {
    width: 71.7948717949vw;
    height: 71.7948717949vw;
    top: -7.4358974359vw;
  }
  .sec7 .sec_title::before {
    left: calc(50% - 28.2051282051vw);
  }
  .sec7 .sec_title::after {
    right: calc(50% - 37.1794871795vw);
  }
  .sec7_list {
    gap: 8.2051282051vw;
    margin-top: 8.2051282051vw;
  }
  .sec7_title3 {
    font-size: 4.1025641026vw;
  }
  .sec7_slider {
    margin-top: 1.2820512821vw;
    margin-right: calc(50% - 25vw);
  }
  .sec7_slider .slick-slide {
    width: 58.9743589744vw;
    margin-right: 2.5641025641vw;
    padding: 3.8461538462vw;
    border-radius: 3.0769230769vw;
  }
  .sec7_item_title4 {
    font-size: 3.5897435897vw;
    line-height: 4.6153846154vw;
    margin-top: 2.5641025641vw;
  }
  .sec7_item_txt01 {
    font-size: 3.8461538462vw;
    padding-top: 2.0512820513vw;
    margin-top: 2.0512820513vw;
  }
  .sec7_item_txt01 span {
    font-size: 2.5641025641vw;
    margin-left: 1.2820512821vw;
  }
  .sec7_item_txt02 {
    font-size: 2.5641025641vw;
    margin-top: 1.2820512821vw;
  }
  .sec7_item_btn {
    width: 46.1538461538vw;
    border-radius: 1.5384615385vw;
    margin: 5.1282051282vw auto 0;
    font-size: 3.3333333333vw;
    padding: 1.7948717949vw 0 2.3076923077vw;
  }
}
/* showroom-popup-wrapper
***************************************************************/
.showroom-popup-wrapper {
  position: relative;
  color: #514327;
  background-color: #F0E992;
  z-index: 1;
}
.showroom-popup-wrapper .cont-title {
  margin: 20px 0 25px;
  line-height: 1.34;
}
.showroom-popup-wrapper .cont-title::before {
  left: calc(50% - 182px);
  top: auto;
  bottom: -20px;
  transform: translate(0%, -50%);
}
.showroom-popup-wrapper .cont-title::after {
  right: calc(50% - 182px);
  top: auto;
  bottom: -20px;
  transform: translate(0%, -50%);
}
.showroom-popup-wrapper .sche-inner-title {
  margin: 20px 0 25px;
  line-height: 1.34;
}
.showroom-popup-wrapper .sche-inner-title::before {
  left: calc(50% - 129px);
  top: auto;
  bottom: -16px;
  transform: translate(0%, -50%);
}
.showroom-popup-wrapper .sche-inner-title::after {
  right: calc(50% - 126px);
  top: auto;
  bottom: -16px;
  transform: translate(0%, -50%);
}

.showroom {
  padding: 0 20px;
  margin-bottom: 30px;
}
.showroom .subtitle {
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
  text-align: center;
  z-index: 1;
}
.showroom .subtitle::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 88%;
  height: 10px;
  background-color: #FBFAE3;
  transform: translateX(-50%);
  z-index: -1;
}
.showroom .image {
  width: 100%;
  margin: 0 auto 12px;
}
.showroom .image img {
  width: 100%;
  height: auto;
}
.showroom .inner-box {
  padding: 15px 15px;
  margin-bottom: 13px;
  text-align: center;
  background-color: #FBFAE3;
  border-radius: 12px;
}
.showroom .note {
  font-size: 14px;
  line-height: 1.6;
}
.showroom .note span {
  font-size: 11px;
}
.showroom .note + .note {
  margin-top: 20px;
}
.showroom .button a {
  background-color: #FBFAE3;
  border-radius: 31px;
  height: 62px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  line-height: 2.25;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.popup {
  padding: 0 20px 20px;
}
.popup .subtitle {
  position: relative;
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
  z-index: 1;
}
.popup .subtitle span {
  display: block;
  font-size: 13px;
}
.popup .subtitle::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 71%;
  height: 10px;
  background-color: #FBFAE3;
  transform: translateX(-50%);
  z-index: -1;
}
.popup .image {
  width: 100%;
  margin: 0 auto 15px;
}
.popup .image img {
  width: 100%;
  height: auto;
}
.popup .schedule-list {
  padding: 15px 25px 20px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #FBFAE3;
  border-radius: 12px;
}
.popup .schedule-list dl {
  border-bottom: 1px solid #F0E992;
}
.popup .schedule-list dl:not(:last-of-type) {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.popup .schedule-list dl:nth-of-type(2) {
  padding-top: 10px;
  border-top: 1px solid #F0E992;
}
.popup .schedule-list dl.first {
  margin-bottom: 10px;
  border-bottom: none;
}
.popup .schedule-list dt {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
}
.popup .schedule-list dd {
  font-size: 14px;
  line-height: 1.6;
}
.popup .schedule-list dd span {
  font-size: 11px;
}
.popup .schedule-list .sche-inner-heading {
  padding: 15px 0 10px;
  margin-bottom: 15px;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}
.popup .schedule-list .sche-inner-title {
  margin: 0 0 5px;
  line-height: 1.35;
}
.popup .schedule-list .sche-inner-title strong,
.popup .schedule-list .sche-inner-title span {
  display: block;
}
.popup .schedule-list .sche-inner-title strong {
  font-size: 14px;
}
.popup .schedule-list .sche-inner-title span {
  font-size: 13px;
}
.popup .schedule-list .sche-inner-image {
  width: 90.6666666667%;
  margin: 0 auto 10px 10px;
}
.popup .schedule-list .sche-inner-txt {
  padding: 0 20px;
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
}
.popup .schedule-list .sche-subtitle {
  width: 117%;
  padding: 12px 0;
  margin: 0 0 15px -25px;
  font-size: 13px;
  font-weight: normal;
  line-height: 2.3;
  text-align: center;
  color: #FFFFFF;
  background-color: #514327;
}
.popup .button {
  position: relative;
}
.popup .button a {
  background-color: #FBFAE3;
  border-radius: 31px;
  height: 62px;
  width: 85.7142857143%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 16px;
  line-height: 2.25;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 390px) {
  .showroom-popup-wrapper .cont-title {
    margin: 5.1282051282vw 0 6.4102564103vw;
  }
  .showroom-popup-wrapper .cont-title::before {
    left: calc(50% - 46.6666666667vw);
    top: auto;
    bottom: -5.1282051282vw;
    transform: translate(0%, -50%);
  }
  .showroom-popup-wrapper .cont-title::after {
    right: calc(50% - 46.6666666667vw);
    top: auto;
    bottom: -5.1282051282vw;
    transform: translate(0%, -50%);
  }
  .showroom-popup-wrapper .sche-inner-title {
    margin: 5.1282051282vw 0 6.4102564103vw;
  }
  .showroom-popup-wrapper .sche-inner-title::before {
    left: calc(50% - 33.0769230769vw);
    top: auto;
    bottom: -4.1025641026vw;
    transform: translate(0%, -50%);
  }
  .showroom-popup-wrapper .sche-inner-title::after {
    right: calc(50% - 32.3076923077vw);
    top: auto;
    bottom: -4.1025641026vw;
    transform: translate(0%, -50%);
  }
  .showroom {
    padding: 0 5.1282051282vw;
    margin-bottom: 7.6923076923vw;
  }
  .showroom .subtitle {
    margin-bottom: 3.8461538462vw;
    font-size: 5.1282051282vw;
  }
  .showroom .subtitle::after {
    bottom: 2.5641025641vw;
    height: 2.5641025641vw;
  }
  .showroom .image {
    margin: 0 auto 3.0769230769vw;
  }
  .showroom .inner-box {
    padding: 3.8461538462vw 3.8461538462vw;
    margin-bottom: 3.3333333333vw;
    border-radius: 3.0769230769vw;
  }
  .showroom .note {
    font-size: 3.5897435897vw;
  }
  .showroom .note span {
    font-size: 2.8205128205vw;
  }
  .showroom .note + .note {
    margin-top: 5.1282051282vw;
  }
  .showroom .button a {
    border-radius: 7.9487179487vw;
    height: 15.8974358974vw;
    font-size: 4.1025641026vw;
    box-shadow: 0 0.7692307692vw 1.5384615385vw rgba(0, 0, 0, 0.16);
  }
  .popup {
    padding: 0 5.1282051282vw 5.1282051282vw;
  }
  .popup .subtitle {
    margin-bottom: 2.5641025641vw;
    font-size: 5.1282051282vw;
  }
  .popup .subtitle span {
    font-size: 3.3333333333vw;
  }
  .popup .subtitle::after {
    bottom: 2.5641025641vw;
    height: 2.5641025641vw;
  }
  .popup .image {
    margin: 0 auto 3.8461538462vw;
  }
  .popup .schedule-list {
    padding: 3.8461538462vw 6.4102564103vw 5.1282051282vw;
    margin-bottom: 7.6923076923vw;
    border-radius: 3.0769230769vw;
  }
  .popup .schedule-list dl {
    border-bottom: 0.2564102564vw solid #F0E992;
  }
  .popup .schedule-list dl:not(:last-of-type) {
    padding-bottom: 1.9230769231vw;
    margin-bottom: 2.5641025641vw;
  }
  .popup .schedule-list dl:nth-of-type(2) {
    padding-top: 2.5641025641vw;
    border-top: 0.2564102564vw solid #F0E992;
  }
  .popup .schedule-list dl.first {
    margin-bottom: 2.5641025641vw;
  }
  .popup .schedule-list dt {
    font-size: 3.5897435897vw;
  }
  .popup .schedule-list dd {
    font-size: 3.5897435897vw;
  }
  .popup .schedule-list dd span {
    font-size: 2.8205128205vw;
  }
  .popup .schedule-list .sche-inner-heading {
    padding: 3.8461538462vw 0 2.5641025641vw;
    margin-bottom: 4.6153846154vw;
    box-shadow: 0 0.7692307692vw 1.5384615385vw rgba(0, 0, 0, 0.05);
    border-radius: 3.0769230769vw;
  }
  .popup .schedule-list .sche-inner-title {
    margin: 0 0 1.2820512821vw;
  }
  .popup .schedule-list .sche-inner-title strong {
    font-size: 3.5897435897vw;
  }
  .popup .schedule-list .sche-inner-title span {
    font-size: 3.3333333333vw;
  }
  .popup .schedule-list .sche-inner-image {
    width: 69.7435897436vw;
    margin: 0 auto 2.5641025641vw 2.5641025641vw;
  }
  .popup .schedule-list .sche-inner-txt {
    padding: 0 5.1282051282vw;
    font-size: 3.0769230769vw;
  }
  .popup .schedule-list .sche-subtitle {
    padding: 3.0769230769vw 0;
    margin: 0 0 3.8461538462vw -6.4102564103vw;
    font-size: 3.3333333333vw;
  }
  .popup .button a {
    border-radius: 7.9487179487vw;
    height: 15.8974358974vw;
    font-size: 4.1025641026vw;
    box-shadow: 0 0.7692307692vw 1.5384615385vw rgba(0, 0, 0, 0.16);
  }
}
/* section8 */
.sec8 {
  padding: 0 0 58px;
  background: #fff;
}

.sec8 .inner {
  padding-top: 45px;
  margin-top: 0;
}

.sec8_title2 {
  text-align: center;
  font-size: 20px;
  line-height: 1;
}

.sec8_title2 span {
  position: relative;
  z-index: 1;
}

.sec8_title2 span::before {
  content: "";
  display: inline-block;
  width: 105%;
  height: 10px;
  background: #E0F2FD;
  position: absolute;
  bottom: -2.5px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.sec8_title3.sec_title {
  line-height: 1.4;
  margin-top: 27px;
}

.sec8_title3.sec_title::before {
  left: calc(50% - 110px);
}

.sec8_title3.sec_title::after {
  right: calc(50% - 145px);
}

.sec8_txt {
  font-size: 14px;
  line-height: 28px;
  margin-top: 30px;
  padding: 0 29px;
}

.sec8_img {
  margin-top: 30px;
  padding: 0 9px;
}

@media screen and (max-width: 390px) {
  .sec8 {
    padding: 0 0 14.8717948718vw;
  }
  .sec8 .inner {
    padding-top: 11.5384615385vw;
  }
  .sec8_title2 {
    font-size: 5.1282051282vw;
  }
  .sec8_title2 span::before {
    height: 2.5641025641vw;
    bottom: -0.641025641vw;
  }
  .sec8_title3.sec_title {
    margin-top: 6.9230769231vw;
  }
  .sec8_title3.sec_title::before {
    left: calc(50% - 28.2051282051vw);
  }
  .sec8_title3.sec_title::after {
    right: calc(50% - 37.1794871795vw);
  }
  .sec8_txt {
    font-size: 3.5897435897vw;
    line-height: 7.1794871795vw;
    margin-top: 7.6923076923vw;
    padding: 0 7.4358974359vw;
  }
  .sec8_img {
    margin-top: 7.6923076923vw;
    padding: 0 2.3076923077vw;
  }
}
/* section9 */
.sec9 {
  background: #f8f8e9;
  padding: 48px 25px 50px;
}

.sec9 .sec_title {
  line-height: 1.4;
}

.sec9 .sec_title::before {
  left: calc(50% - 115px);
  top: 30%;
}

.sec9 .sec_title::after {
  right: calc(50% - 150px);
  top: 30%;
}

.sec9_txtBox {
  padding: 28px 20px 34px;
  background: #fff;
  border-radius: 16px;
  margin-top: 39px;
}

.sec9_txtBox:nth-of-type(2) {
  margin-top: 20px;
}

.sec9_txtBox_title3 {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  position: relative;
}

.sec9_txtBox_title3::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 58px;
  background-image: url(../img/before02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 21px;
  transform: translate(0, -50%);
}

.sec9_txtBox_title3::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 58px;
  background-image: url(../img/before02.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translate(0, -50%) scale(-1, 1);
}

.sec9_txtBox_img {
  margin-top: 30px;
}

.sec9_txt {
  font-size: 14px;
  line-height: 32px;
  padding: 0 12.5px;
  margin-top: 24px;
}

@media screen and (max-width: 390px) {
  .sec9 {
    padding: 12.3076923077vw 6.4102564103vw 12.8205128205vw;
  }
  .sec9 .sec_title::before {
    left: calc(50% - 29.4871794872vw);
    top: 30%;
  }
  .sec9 .sec_title::after {
    right: calc(50% - 38.4615384615vw);
    top: 30%;
  }
  .sec9_txtBox {
    padding: 7.1794871795vw 5.1282051282vw 8.7179487179vw;
    border-radius: 4.1025641026vw;
    margin-top: 10vw;
  }
  .sec9_txtBox:nth-of-type(2) {
    margin-top: 5.1282051282vw;
  }
  .sec9_txtBox_title3 {
    font-size: 4.1025641026vw;
    line-height: 6.6666666667vw;
  }
  .sec9_txtBox_title3::before {
    width: 4.6153846154vw;
    height: 14.8717948718vw;
    left: 5.3846153846vw;
  }
  .sec9_txtBox_title3::after {
    width: 4.6153846154vw;
    height: 14.8717948718vw;
    right: 5.3846153846vw;
  }
  .sec9_txtBox_img {
    margin-top: 7.6923076923vw;
  }
  .sec9_txt {
    font-size: 3.5897435897vw;
    line-height: 8.2051282051vw;
    padding: 0 3.2051282051vw;
    margin-top: 6.1538461538vw;
  }
}
/* section10 */
.sec10 {
  padding: 40px 0 56px;
  background: #fff;
}

.sec10_title2 {
  font-size: 24px;
  text-align: center;
  width: 240px;
  padding: 51px 0 80px;
  background-image: url(../img/fukidashi03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}

.sec10_slider {
  margin-top: 32px;
}

.sec10_slider_box {
  padding: 38px 20px 20px;
  background-image: url(../img/voice_fukidashi.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  margin-top: 5px;
}

.sec10_title3 {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.sec10_txt {
  font-size: 14px;
  line-height: 22px;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.sec10_slider .slick-slide {
  margin: 0 16px;
  width: 240px;
  height: 373px;
}

.sec10_slider .slick-slide img {
  height: 187px;
  object-position: bottom;
  border-radius: 20px;
}

@media screen and (max-width: 390px) {
  .sec10 {
    padding: 10.2564102564vw 0 14.358974359vw;
  }
  .sec10_title2 {
    font-size: 6.1538461538vw;
    width: 61.5384615385vw;
    padding: 13.0769230769vw 0 20.5128205128vw;
  }
  .sec10_slider {
    margin-top: 8.2051282051vw;
  }
  .sec10_slider_box {
    padding: 9.7435897436vw 5.1282051282vw 5.1282051282vw;
    margin-top: 1.2820512821vw;
  }
  .sec10_title3 {
    font-size: 3.5897435897vw;
  }
  .sec10_txt {
    font-size: 3.5897435897vw;
    line-height: 5.641025641vw;
    margin-top: 2.5641025641vw;
  }
  .sec10_slider .slick-slide {
    margin: 0 4.1025641026vw;
    width: 61.5384615385vw;
    height: 95.641025641vw;
  }
  .sec10_slider .slick-slide img {
    height: 47.9487179487vw;
    border-radius: 5.1282051282vw;
  }
}
/* section11 */
.sec11 {
  background: #f0e992;
  padding: 54px 0 42px;
}

.sec11 .sec_title::before {
  top: 70%;
  left: calc(50% - 130px);
}

.sec11 .sec_title::after {
  top: 70%;
  right: calc(50% - 160px);
}

.sec11_img01 {
  margin-top: 40px;
}

.sec11_img02 {
  margin-top: 12px;
  position: relative;
  left: -10px;
}

.sec11_txt {
  font-size: 16px;
  margin-top: 18px;
  text-align: center;
}

.sec11_imgBox {
  position: relative;
  padding: 0 24px;
  margin-top: 37px;
}

.sec11_imgBox_txt {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: #f0de73;
  position: absolute;
  top: -25px;
  left: -6px;
}

.sec11_imgBox_txt span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 390px) {
  .sec11 {
    padding: 13.8461538462vw 0 10.7692307692vw;
  }
  .sec11 .sec_title::before {
    left: calc(50% - 33.3333333333vw);
  }
  .sec11 .sec_title::after {
    right: calc(50% - 41.0256410256vw);
  }
  .sec11_img01 {
    margin-top: 10.2564102564vw;
  }
  .sec11_img02 {
    margin-top: 3.0769230769vw;
    left: -2.5641025641vw;
  }
  .sec11_txt {
    font-size: 4.1025641026vw;
    margin-top: 4.6153846154vw;
  }
  .sec11_imgBox {
    padding: 0 6.1538461538vw;
    margin-top: 9.4871794872vw;
  }
  .sec11_imgBox_txt {
    width: 35.8974358974vw;
    height: 35.8974358974vw;
    top: -6.4102564103vw;
    left: -1.5384615385vw;
  }
  .sec11_imgBox_txt span {
    font-size: 3.5897435897vw;
    line-height: 6.1538461538vw;
  }
}
/* section12 */
.sec12 {
  background: #F8F8F8;
  padding: 49px 0 66px;
}

.sec12 .inner {
  padding: 0 30px;
}

.sec12_title2 {
  text-align: center;
  font-size: 24px;
}

.sec12_accordion-area {
  margin-top: 40px;
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.sec12_accordion-area li {
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
  padding: 24px 35px 24px 18px;
}

/*アコーディオンタイトル*/
.accordion_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  font-size: 14px;
  line-height: 20px;
}

.accordion_title span {
  display: flex;
  align-items: center;
  gap: 14px;
}

.accordion_title span::before {
  content: "Q";
  display: inline-block;
  width: 34px;
  height: 34px;
  background: #f0e992;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  font-family: "Noto Nastaliq Urdu";
}

/*アイコンの＋と×*/
.accordion_title::before,
.accordion_title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1.5px;
  background-color: #514327;
  transition: 0.3s;
}

.accordion_title::before {
  top: 50%;
  right: -20px;
}

.accordion_title::after {
  top: 50%;
  right: -20px;
  transform: rotate(90deg);
}

.accordion_title.close::after {
  transform: rotate(0);
}

.accordion_box {
  display: none;
  font-size: 12px;
  line-height: 1;
  position: relative;
  padding: 20px 0 0 47.5px;
}

.accordion_box::before {
  content: "A";
  display: block;
  width: 34px;
  height: 34px;
  background: #f0e992;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  font-family: "Noto Nastaliq Urdu";
  position: absolute;
  left: 0;
  top: 15px;
}

.accordion_box p {
  line-height: 1.6;
}

.accordion_box a {
  text-decoration: underline;
}

@media screen and (max-width: 390px) {
  .sec12 {
    padding: 12.5641025641vw 0 16.9230769231vw;
  }
  .sec12 .inner {
    padding: 0 7.6923076923vw;
  }
  .sec12_title2 {
    font-size: 6.1538461538vw;
  }
  .sec12_accordion-area {
    margin-top: 10.2564102564vw;
    gap: 4.1025641026vw;
  }
  .sec12_accordion-area li {
    border-radius: 2.0512820513vw;
    padding: 6.1538461538vw 8.9743589744vw 6.1538461538vw 4.6153846154vw;
  }
  /*アコーディオンタイトル*/
  .accordion_title {
    font-size: 3.5897435897vw;
    line-height: 5.1282051282vw;
  }
  .accordion_title span {
    gap: 3.5897435897vw;
  }
  .accordion_title span::before {
    width: 8.7179487179vw;
    height: 8.7179487179vw;
    line-height: 6.6666666667vw;
    font-size: 4.1025641026vw;
  }
  /*アイコンの＋と×*/
  .accordion_title::before,
  .accordion_title::after {
    width: 3.8461538462vw;
    height: 0.3846153846vw;
  }
  .accordion_title::before {
    right: -5.1282051282vw;
  }
  .accordion_title::after {
    right: -5.1282051282vw;
  }
  .accordion_box {
    font-size: 3.0769230769vw;
    padding: 5.1282051282vw 0 0 12.0512820513vw;
  }
  .accordion_box::before {
    width: 8.7179487179vw;
    height: 8.7179487179vw;
    line-height: 6.6666666667vw;
    font-size: 4.1025641026vw;
    top: 3.8461538462vw;
  }
}/*# sourceMappingURL=style.css.map */