@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
  overflow: hidden;
}

#wrapper {
  background: url(../img/home/bg-pattern.webp) repeat;
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.bg-white {
  background: #fff;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

.calibri {
  font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  z-index: 50;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  padding: 39px 50px 0;
}
.c-header a {
  display: inline-block;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer {
  color: #000;
  background-color: #F5F5ED;
}
.c-footer .inner-block {
  max-width: clamp(77.875rem, 9.452rem + 80.144vw, 105.625rem);
}
.c-footer .wrap {
  width: 100%;
  padding-top: clamp(4rem, 0.301rem + 4.332vw, 5.5rem);
  padding-bottom: clamp(3.75rem, 0.051rem + 4.332vw, 5.25rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-footer .wrap .sns-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-footer .wrap .sns-area p {
  font-size: 14px;
}
.c-footer .wrap .sns-area ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
}
.c-footer .wrap .sns-area ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: translate 0.3s ease-in-out;
  transition: translate 0.3s ease-in-out;
  width: 27px;
  height: 27px;
}
.c-footer .wrap .sns-area ul li a:focus-visible {
  translate: 0 5px;
}
.c-footer .wrap .link-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(3.375rem, 0.601rem + 3.249vw, 4.5rem);
}
.c-footer .wrap .link-area ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(1.375rem, -0.166rem + 1.805vw, 2rem);
  font-size: 14px;
}
.c-footer .wrap .link-area ul a {
  -webkit-transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: -webkit-text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out;
  transition: text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
}
.c-footer .wrap .link-area ul a:focus-visible {
  -webkit-text-decoration: underline solid #000;
          text-decoration: underline solid #000;
}
.c-footer .wrap .link-area .copyright {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.01em;
  line-height: 1.2142857143;
}

.c-ttl01 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.4375;
  text-align: center;
}
.c-ttl01 .marker {
  border-bottom: 4px solid #C4ABC0;
}
.c-ttl01 .large {
  color: #70B4A5;
  font-size: 36px;
}
.c-ttl01.small {
  font-size: 24px;
  line-height: 1.6;
}
.c-ttl01.small .large {
  font-size: 28px;
}
.c-ttl01.fz-28 {
  font-size: 28px;
}
.c-ttl01.white {
  color: #fff;
}
.c-ttl01.white .marker {
  color: #599D8E;
}

.c-ttl02 {
  text-align: center;
}
.c-ttl02.small .inn {
  font-size: 24px;
}
.c-ttl02 .inn {
  border-bottom: 1px solid #000;
  display: inline-block;
  font-size: 31px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.45833;
  padding: 0 0 15px;
  position: relative;
}
.c-ttl02 .inn::before {
  background: #707070;
  content: "";
  height: 30px;
  width: 1px;
  -webkit-transform: rotate(29deg);
          transform: rotate(29deg);
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: auto;
}
.c-ttl02 .marker {
  border-bottom: 4px solid #C4ABC0;
}
.c-ttl02 .large {
  color: #599D8E;
  font-size: 36px;
}
.c-ttl02 .quote {
  display: inline-block;
  position: relative;
}
.c-ttl02 .quote::before, .c-ttl02 .quote::after {
  content: "";
  height: 22px;
  width: 25px;
  position: absolute;
}
.c-ttl02 .quote::before {
  background: url(../img/home/quote-bottom.svg) no-repeat center center/contain;
  top: 11px;
  left: -33px;
}
.c-ttl02 .quote::after {
  background: url(../img/home/quote-top.svg) no-repeat center center/contain;
  bottom: 9px;
  right: -34px;
}
.c-ttl02 .dot {
  position: relative;
}
.c-ttl02 .dot::before {
  background: #758D72;
  border-radius: 100px;
  content: "";
  height: 6px;
  width: 6px;
  position: absolute;
  top: -3px;
  left: -1px;
  right: 0;
  margin: auto;
}
.c-ttl02 .mt-10 {
  margin-top: 15px;
}

.c-ttl03 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  gap: 13px;
}
.c-ttl03 .point {
  width: 100px;
}
.c-ttl03 .inn {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.45833;
}

.c-ttl04 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 16px;
}

.balloon-ttl {
  background: #A38F8F;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  margin: auto;
  padding: 10px 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 444px;
  position: relative;
}
.balloon-ttl::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 16px 7px 0 7px;
  border-color: #A38F8F transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 14px;
}

.c-cta-area {
  margin: 0 calc(50% - 50vw);
  position: relative;
  padding-bottom: 75px;
  z-index: 2;
}
.c-cta-area::before {
  background: #EDECED;
  content: "";
  height: 500px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.c-cta-area.yellow::before {
  background: #E8E8D9;
  height: calc(100% - 90px);
}
.c-cta-area .swiper-slide {
  margin: 0 16px 0 0;
}

.swiper {
  display: none;
}
.swiper.slick-initialized {
  display: block;
}
.swiper img {
  width: 100%;
}

.pagination-wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 25px;
  position: relative;
  padding-top: 10px;
}
.pagination-wrap .stop-btn {
  display: inline;
  border-radius: 50%;
}
.pagination-wrap .stop-btn[data-stopped=true] {
  background-color: #CDC1CB;
}

.swiper-pagination {
  position: relative;
}

.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots button {
  position: relative;
  border-radius: 100px;
  font-size: 0;
  line-height: 0;
  width: 14px;
  height: 14px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots button::before {
  background: #D9D9D9;
  border-radius: 100px;
  position: absolute;
  top: -5px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  text-align: center;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li {
  margin: 0 5px;
}
.slick-dots li.slick-active button::before {
  background: #70B4A5;
}

.swiper-pagination-bullet {
  background: #9EB79B;
  width: 14px;
  height: 14px;
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F5F5EE;
}

.swiper-toggle {
  height: 27px;
  width: 27px;
  position: relative;
  z-index: 11;
}
.swiper-toggle::after {
  background: #F5F5EE;
  -webkit-mask-image: url(../img/home/ico-pause.svg);
          mask-image: url(../img/home/ico-pause.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  content: "";
  height: 27px;
  width: 27px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.swiper-toggle.paused::after {
  background: #E8D88A;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  bottom: 0;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.c-card .img {
  overflow: hidden;
}
.c-card .img img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-card .txt {
  display: block;
  color: #6C6C6E;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 9px;
}
.c-card .txt.large {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}

.box-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 16px;
  max-width: 880px;
  margin: 25px auto 0;
}
.box-btn-wrap .c-btn02 {
  width: calc((100% - 16px) / 2);
}

.c-list-link {
  max-width: 1248px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-list-link li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-list-link li:nth-child(odd) a {
  background: #CCCCD3;
}
.c-list-link li:nth-child(even) a {
  background: #C3C3C8;
}
.c-list-link a {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 20px 15px;
  position: relative;
  height: 100%;
}
.c-list-link a .inn {
  position: relative;
  padding-left: 28px;
  padding-right: 10px;
}
.c-list-link a .inn::before {
  background: url(../img/home/ico-arrow.svg) no-repeat center center/contain;
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 1px;
  margin: auto;
}

.c-btn01 {
  background: #EFD34C;
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8888;
  text-align: center;
  padding: 15px 15px 14px;
  position: relative;
  width: 100%;
}
.c-btn01::before {
  background: #fff;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -5px;
  right: -5px;
  z-index: -1;
}

.c-btn02 {
  background: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 29px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8888;
  text-align: center;
  padding: 15px 15px 14px;
  position: relative;
  width: 100%;
}
.c-btn02::before {
  background: #CDC1CB;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -5px;
  right: -5px;
  z-index: -1;
}
.c-btn02 .img.tp-5 img {
  max-height: 29px;
  left: 5px;
  position: relative;
}
.c-btn02 .img.l-flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 19px;
}
.c-btn02 .img img.mx-27 {
  height: 27px;
}
.c-btn02 .img span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn02 .img span + span {
  padding-left: 15px;
  position: relative;
  top: 3px;
}
.c-btn02 .img span + span::before {
  background: #303030;
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: -3px;
  left: 0;
}

.c-btn03 {
  border-bottom: 1px solid #000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 28px;
  padding-bottom: 6px;
}
.c-btn03::before {
  background: #000;
  -webkit-mask-image: url(../img/home/ico-arrow.svg);
          mask-image: url(../img/home/ico-arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 1px;
  margin: auto;
}
.c-float-btn .wrap {
  background-color: #6C6C6E;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
}
.c-float-btn .wrap > li {
  cursor: pointer;
}
.c-float-btn .wrap > li:not(:first-of-type) {
  position: relative;
}
.c-float-btn .wrap > li:not(:first-of-type)::before {
  content: "";
  position: absolute;
  background: url("../img/home/dash-gray.svg") no-repeat center center;
  margin: auto;
}
.c-float-btn .wrap > li .container {
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #fff;
  padding: 10px;
}
.c-float-btn .wrap > li .container:focus-visible {
  background-color: #599D8E;
}
.c-float-btn .wrap > li .container .inn-txt {
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 10px;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
#wrapper {
  z-index: 1;
}

html {
  scrollbar-gutter: stable;
}

.home {
  padding-top: 64px;
}
.home .mv-section {
  position: relative;
}
.home .mv-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 200%;
  background: url("../img/home/bg-mv.webp") no-repeat center center/cover;
  top: -80px;
  left: 0;
  z-index: -1;
}
.home .mv-section .mv-wrap {
  display: grid;
  grid-template-areas: "ttl slider" "txt txt" "new new";
  grid-template-rows: auto;
  position: relative;
}
.home .mv-section .mv-wrap .mv-ttl {
  grid-area: ttl;
}
.home .mv-section .mv-wrap .mv-slider {
  grid-area: slider;
  max-width: 100%;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.home .mv-section .mv-wrap .mv-slider .swiper {
  overflow: visible;
}
.home .mv-section .mv-wrap .mv-slider img {
  width: 100%;
}
.home .mv-section .mv-wrap .logo-txt {
  grid-area: txt;
  margin-left: auto;
}
.home .mv-section .mv-wrap .logo-txt .txt {
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.home .mv-section .mv-wrap .logo-txt .logo {
  text-align: center;
}
.home .mv-section .mv-wrap .logo-txt .name {
  font-size: 14px;
  line-height: 1.3571428571;
  letter-spacing: 0.1em;
}
.home .mv-section .mv-wrap .new-txt {
  grid-area: new;
  text-align: right;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
}
.home .scroll {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  left: 38px;
  bottom: 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 15;
}
.home .scroll::before {
  background: #000;
  content: "";
  height: 100px;
  width: 1px;
  position: absolute;
  top: -115px;
  left: 14px;
  right: 0;
  margin: auto;
  -webkit-animation: kvScroll 3s ease-in-out infinite;
          animation: kvScroll 3s ease-in-out infinite;
}
.home .about-section {
  position: relative;
}
.home .about-section::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background: url(../img/home/bg-mv.webp) no-repeat center center/cover;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.home .about-section .inner-block {
  width: calc(100% - 40px);
  position: relative;
  padding-top: 134px;
}
.home .about-section .inner-block::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  background-color: #fff;
  bottom: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}
.home .about-section .inner-block .c-ttl01 {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.4615384615;
}
.home .about-section .inner-block .c-ttl01 .large {
  font-size: 30px;
  line-height: 1.2666666667;
}
.home .about-section .inner-block .cta-slider .card-inn .txt {
  color: #6C6C6E;
}
.home .about-section .inner-block .slider-note-txt {
  font-size: 12px;
  text-align: center;
  color: #6C6C6E;
  margin-top: 16px;
}
.home .points-area {
  padding-block: 100px;
  position: relative;
}
.home .points-area .c-ttl01 {
  margin-block: 28px;
}
.home .points-area .point-list {
  display: grid;
}
.home .points-area .point-list li .point-modal {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.home .points-area .point-list li .point-modal:focus-visible {
  background: #F5F5ED;
}
.home .points-area .point-list li .point-modal .img {
  grid-area: img;
  width: 100%;
  height: auto;
  aspect-ratio: 300/180;
}
.home .points-area .point-list li .point-modal .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.home .points-area .point-list li .point-modal .point {
  grid-area: point;
  margin-block: 6px;
  font-size: 16px;
  line-height: 1.1875;
  padding-left: 1em;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.home .points-area .point-list li .point-modal .point::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 1em;
  top: 0;
  bottom: 0;
  left: 0.5em;
  margin: auto;
  background: #000;
}
.home .points-area .point-list li .point-modal .point .small {
  font-size: 9px;
  letter-spacing: 0.2em;
  line-height: 1;
}
.home .points-area .point-list li .point-modal .ttl {
  grid-area: ttl;
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  text-align: left;
}
.home .points-area .point-list li .point-modal .ico-arrow {
  grid-area: arrow;
  margin-left: auto;
}
.home .points-area .point-list li .point-modal .ico-arrow img {
  pointer-events: none;
  display: block;
}
.home .advice-section {
  background: #CDC1CB;
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}
.home .advice-section::before {
  background: url(../img/home/bg-deco.svg) no-repeat center -80px/cover;
  content: "";
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.home .advice-section .inner-block {
  border-radius: 800px 800px 0 0;
  padding: 163px 66px 100px;
}
.home .advice-section .inner-block .top-area {
  max-width: 740px;
  margin-inline: auto;
  display: grid;
  grid-template-areas: "img ttl" "img txt" "img info";
  grid-template-columns: auto 1fr;
}
.home .advice-section .inner-block .top-area .c-ttl02 {
  grid-area: ttl;
  margin-bottom: 32px;
}
.home .advice-section .inner-block .top-area .img {
  grid-area: img;
  aspect-ratio: 1;
  max-width: 193px;
  align-self: end;
}
.home .advice-section .inner-block .top-area .img img {
  width: 100%;
  height: 100%;
}
.home .advice-section .inner-block .top-area .txt {
  grid-area: txt;
}
.home .advice-section .inner-block .top-area .txt > span {
  background: #9B7C97;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  padding: 2px 4px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.15em;
  font-weight: 500;
  line-height: 2;
}
.home .advice-section .inner-block .top-area .info {
  grid-area: info;
  color: #81447A;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}
.home .advice-section .sub-ttl {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.4583333333;
  margin: 50px 0 0;
}
.home .advice-section .advice-list {
  margin-top: 20px;
}
.home .advice-section .advice-list li {
  margin-bottom: 24px;
}
.home .advice-section .advice-list li .advice-modal {
  background: #F0F4F4;
  border-radius: 10px;
  padding: 20px 20px 20px 10px;
  display: block;
  position: relative;
  z-index: 1;
}
.home .advice-section .advice-list li .advice-modal::after {
  position: absolute;
  content: "";
  background: url("../img/home/ico-arrow-circle.svg") no-repeat center center/contain;
  width: 20px;
  height: 20px;
  bottom: 18px;
  right: 12px;
}
.home .advice-section .advice-list li .advice-modal::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 13px 9px 0 9px;
  border-color: #F0F4F4 transparent transparent transparent;
  height: 16px;
  width: 16px;
  position: absolute;
  bottom: -12px;
  left: 2em;
  margin: auto;
  z-index: -1;
}
.home .advice-section .advice-list li .advice-modal:focus-visible {
  background-color: #EDECED;
}
.home .advice-section .advice-list li .advice-modal:focus-visible::before {
  border-color: #EDECED transparent transparent transparent;
}
.home .advice-section .advice-list li .advice-modal .img {
  margin: -20px -20px 0 -10px;
}
.home .advice-section .advice-list li .advice-modal .img img {
  border-radius: 10px 10px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.home .advice-section .advice-list li .advice-modal .balloon-txt {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .advice-section .advice-list li .advice-modal .balloon-txt .point {
  width: 56px;
}
.home .advice-section .advice-list li .advice-modal .balloon-txt .txt {
  width: calc(100% - 56px);
  padding-left: 10px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.home .advice-section .advice-list li .advice-modal .balloon-txt .keyword {
  color: #599D8E;
  font-weight: bold;
}
.home .advice-section .advice-txt {
  max-width: 740px;
  margin: 50px auto 40px;
  padding: 35px 32px 28px;
  border: 3px solid #C4ABC0;
  border-radius: 12px;
  background-color: #F0E9EF;
  position: relative;
}
.home .advice-section .advice-txt .ttl {
  position: absolute;
  display: inline-block;
  top: -1em;
  left: 2em;
  background-color: #9B7C97;
  border-radius: 14px;
  padding: 2px 0;
}
.home .advice-section .advice-txt .ttl .inn {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.1em;
  padding-left: 2.5em;
  padding-right: 1em;
  position: relative;
}
.home .advice-section .advice-txt .ttl .inn::after {
  position: absolute;
  content: "";
  background: url("../img/home/ico-good.svg") no-repeat center center/contain;
  width: 20px;
  height: 16px;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
.home .advice-section .advice-txt .txt {
  color: #81447A;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.home .advice-section .company-area {
  background-color: #FAFAFA;
  border-radius: 12px;
  padding: 16px 24px;
  color: #81447A;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.home .advice-section .company-area .company-info .company .name {
  font-size: 18px;
  line-height: 1.4444444444;
  padding-right: 1em;
}
.home .advice-section .company-area .company-info .company .address {
  font-size: 14px;
  line-height: 1.4285714286;
}
.home .advice-section .company-area .company-info .small {
  font-size: 12px;
  margin-top: 15px;
}
.home .advice-section .company-area .company-info .url {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4166666667;
  word-break: break-all;
}
.home .advice-section .company-area .company-info .url:focus-visible {
  -webkit-text-decoration: underline #81447A 1px;
          text-decoration: underline #81447A 1px;
}
.home .advice-section .company-area .txt {
  font-size: 14px;
  line-height: 1.5714285714;
}
.home .variation-section {
  background: #F5F5ED;
  position: relative;
  z-index: 1;
}
.home .variation-section::before {
  background: #E8E8D9;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.home .variation-section::after {
  background: #F5F5ED;
  content: "";
  height: 45%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.home .variation-section .inner-block {
  max-width: 1248px;
  padding-top: 95px;
}
.home .variation-section .c-cta-area {
  padding-bottom: 100px;
}
.home .variation-section .c-cta-area::before {
  content: inherit;
}
.home .variation-section .c-ttl04 {
  line-height: 1.4375;
}
.home .variation-section .c-ttl04 + .txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  line-height: 2.125;
}
.home .variation-section .box-btn-wrap {
  margin-top: 30px;
}
.home .variation-section .deco {
  position: absolute;
  top: 0;
  right: 0;
}
.home .variation-section .green {
  color: #599D8E;
}
.home .variation-section .recommended-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  max-width: 908px;
  margin: auto;
  position: relative;
  z-index: 20;
  margin-bottom: 50px;
}
.home .variation-section .recommended-wrap .recommended {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.home .variation-section .recommended-wrap .recommended .img {
  aspect-ratio: 1;
}
.home .variation-section .recommended-wrap .recommended .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .variation-section .recommended-wrap .recommended .ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 23px;
  padding-left: 10px;
}
.home .variation-section .recommended-wrap .recommended .ttl .num-wrap {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  text-align: center;
  line-height: 1.333333;
  z-index: 2;
  margin-top: -16px;
}
.home .variation-section .recommended-wrap .recommended .ttl .num-wrap::before {
  background: url(../img/home/deco-green.svg) no-repeat center center/contain;
  content: "";
  height: 80px;
  width: 99px;
  position: absolute;
  top: 0;
  left: -8px;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.home .variation-section .recommended-wrap .recommended .ttl .num-wrap .num {
  display: block;
  font-size: 14px;
}
.home .variation-section .recommended-wrap .recommended .ttl .inn {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  padding-top: 16px;
}
.home .variation-section .recommended-wrap .recommended .txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.625;
  text-align: center;
  margin-top: 15px;
}
.home .variation-section .c-cta-area .c-ttl01 {
  margin-top: 32px;
}
.home .showroom-section {
  position: relative;
  z-index: 3;
  background-color: #fff;
}
.home .showroom-section .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 260px;
  background: url("../img/home/img-showroom.webp") no-repeat center center/cover;
}
.home .showroom-section .inner-block {
  padding-top: 210px;
  max-width: 1248px;
}
.home .showroom-section .inner-block .showroom-info {
  background-color: #fff;
  padding: 40px 16px;
  display: grid;
  grid-template-areas: "ttl list" "msg list" "btn list";
  justify-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.home .showroom-section .inner-block .showroom-info .c-ttl02 {
  grid-area: ttl;
}
.home .showroom-section .inner-block .showroom-info .c-ttl02 .inn {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
}
.home .showroom-section .inner-block .showroom-info .contact-msg {
  grid-area: msg;
  display: block;
  border: 1px solid #707070;
  border-radius: 10px;
  padding: 10px 16px;
  font-weight: 500;
  margin-top: 24px;
  margin-bottom: 10px;
  font-size: 14px;
}
.home .showroom-section .inner-block .showroom-info .contact-msg .inn {
  line-height: 1.3571428571;
  letter-spacing: 0.1em;
  padding-left: 3em;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .showroom-section .inner-block .showroom-info .contact-msg .inn::before {
  background: url(../img/home/ico-online.svg) no-repeat center center/contain;
  content: "";
  height: 31px;
  width: 38px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.home .showroom-section .inner-block .showroom-info .link-btn {
  grid-area: btn;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 5px 14px 5px 6px;
  text-decoration: none;
  border-radius: 4px;
}
.home .showroom-section .inner-block .showroom-info .link-btn:focus-visible {
  background: #81447A;
}
.home .showroom-section .inner-block .showroom-info .link-btn .inn {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-left: 2em;
  position: relative;
}
.home .showroom-section .inner-block .showroom-info .link-btn .inn::before {
  background: url(../img/home/ico-arrow-circle-white.svg) no-repeat center center/contain;
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.home .showroom-section .inner-block .showroom-info .feature-list {
  grid-area: list;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 12px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .showroom-section .inner-block .showroom-info .feature-list li {
  background: #F0F4F4;
  border-radius: 10px;
  padding: 12px 20px;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 14px;
}
.home .showroom-section .inner-block .showroom-info .feature-list li::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 13px 9px 0 9px;
  border-color: #F0F4F4 transparent transparent transparent;
  height: 16px;
  width: 16px;
  position: absolute;
  bottom: -12px;
  left: 2em;
  margin: auto;
  z-index: -1;
}
.home .showroom-section .inner-block .showroom-info .feature-list li .inn {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.home .showroom-section .inner-block .showroom-info .feature-list li:nth-of-type(even)::before {
  left: inherit;
  right: 2em;
}

.modal-bg-point {
  background-color: #fff;
}

.modal-bg-advice {
  background-color: #F0F4F4;
}

.mfp-content {
  max-width: 1064px;
  padding: 40px 80px;
}
.mfp-content .modal-close-btn {
  grid-area: close;
  justify-self: end;
}
.mfp-content .modal-close-btn .dialog-close {
  position: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8em;
  font-size: 12px;
  color: #6C6C6E;
  width: inherit;
  height: inherit;
}
.mfp-content .modal-close-btn .dialog-close:focus-visible {
  color: #242424;
}
.mfp-content .modal-close-btn .dialog-close .inn {
  line-height: 1.3333333333;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.mfp-content .modal-close-btn .dialog-close svg {
  aspect-ratio: 1;
  width: 30px;
  height: 30px;
}
.mfp-content .point-content {
  width: 100%;
}
.mfp-content .point-content .point-inner {
  width: 100%;
  display: grid;
  grid-template-areas: "close close" "ttl ttl" "txt img" "balloon img" "bal-note img" "note note" "accordion accordion";
}
.mfp-content .point-content .point-inner .top-txt {
  grid-area: ttl;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  margin-top: 30px;
  margin-bottom: 32px;
}
.mfp-content .point-content .point-inner .top-txt .point {
  margin-block: 6px;
  font-size: 22px;
  line-height: 1.2272727273;
  padding-left: 16px;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.mfp-content .point-content .point-inner .top-txt .point::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 1em;
  top: 0;
  left: 0;
  margin: auto;
  background: #000;
}
.mfp-content .point-content .point-inner .top-txt .point .small {
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 1;
}
.mfp-content .point-content .point-inner .top-txt .ttl {
  font-size: 24px;
  line-height: 1.4583333333;
  letter-spacing: 0.15em;
  font-weight: 500;
}
.mfp-content .point-content .point-inner .txt {
  grid-area: txt;
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0.1em;
}
.mfp-content .point-content .point-inner .balloon {
  grid-area: balloon;
  margin-top: auto;
  margin-bottom: 24px;
  background: #F0F4F4;
  border-radius: 10px;
  padding: 20px 30px;
  display: block;
  position: relative;
  z-index: 1;
}
.mfp-content .point-content .point-inner .balloon::before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 13px 9px 0 9px;
  border-color: #F0F4F4 transparent transparent transparent;
  height: 16px;
  width: 16px;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
.mfp-content .point-content .point-inner .balloon .balloon-txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.mfp-content .point-content .point-inner .balloon .name {
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: right;
}
.mfp-content .point-content .point-inner .baloon-note {
  grid-area: bal-note;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-indent: -1em;
  padding-left: 1em;
}
.mfp-content .point-content .point-inner .img {
  grid-area: img;
}
.mfp-content .point-content .point-inner .img img {
  width: 100%;
  height: auto;
  display: block;
}
.mfp-content .point-content .point-inner .note {
  grid-area: note;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 9px;
  text-indent: -1em;
  padding-left: 1em;
}
.mfp-content .point-content .point-inner .accordion-wrap {
  grid-area: accordion;
  margin-top: 12px;
}
.mfp-content .point-content .point-inner .accordion-wrap .accordion-btn {
  border: 1px solid #6C6C6E;
  font-size: 12px;
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px 40px 10px 10px;
  position: relative;
}
.mfp-content .point-content .point-inner .accordion-wrap .accordion-btn::before, .mfp-content .point-content .point-inner .accordion-wrap .accordion-btn::after {
  background: #000;
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 14px;
  margin: auto;
}
.mfp-content .point-content .point-inner .accordion-wrap .accordion-btn::after {
  rotate: 90deg;
}
.mfp-content .point-content .point-inner .accordion-wrap .accordion-btn.is-active::after {
  rotate: 0deg;
}
.mfp-content .point-content .point-inner .accordion-wrap .accordion-cont {
  display: none;
  padding: 10px 0;
}
.mfp-content .point-content .point-inner .accordion-wrap .accordion-cont .head {
  font-size: 14px;
}
.mfp-content .point-content .point-inner .accordion-wrap .accordion-cont .head + .head {
  margin-top: 4px;
}
.mfp-content .point-content .point-inner .accordion-wrap .accordion-cont .body {
  margin-top: 5px;
  padding-left: 1.2em;
  font-size: 12px;
}
.mfp-content .point-content .point-inner .accordion-wrap .accordion-cont .body.indent {
  padding-left: 1.2em;
}
.mfp-content .point-content .point-inner .accordion-wrap .accordion-cont .body + .head {
  margin-top: 15px;
}
.mfp-content .point-content .point-inner .accordion-wrap .accordion-cont .note + .head {
  margin-top: 15px;
}
.mfp-content .advice-content {
  width: 100%;
}
.mfp-content .advice-content .advice-inner {
  width: 100%;
  display: grid;
  grid-template-areas: "close close" "ttl ttl" "img txt";
}
.mfp-content .advice-content .advice-inner .top-txt {
  grid-area: ttl;
  margin-top: 30px;
  margin-bottom: 32px;
}
.mfp-content .advice-content .advice-inner .top-txt .ttl {
  font-size: 24px;
  line-height: 1.4583333333;
  letter-spacing: 0.15em;
  font-weight: 500;
}
.mfp-content .advice-content .advice-inner .top-txt .ttl .keyword {
  color: #599D8E;
  font-weight: bold;
}
.mfp-content .advice-content .advice-inner .txt {
  grid-area: txt;
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0.1em;
}
.mfp-content .advice-content .advice-inner .img {
  grid-area: img;
}
.mfp-content .advice-content .advice-inner .img img {
  width: 100%;
  height: auto;
  display: block;
}
.mfp-content .advice-content .advice-inner .note {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.mfp-content .advice-content .advice-inner .url {
  color: #599D8E;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 5px;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.95;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

@-webkit-keyframes kvScroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes kvScroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
    margin: auto;
    width: calc(100% - 34px);
  }
  .pc {
    display: none !important;
  }
  .c-header {
    padding: 39px 20px 0;
  }
  .c-header a {
    display: block;
    max-width: 89px;
    margin-left: auto;
  }
  .c-footer {
    padding-bottom: 58px;
  }
  .c-footer .wrap {
    gap: 40px;
    padding-top: 64px;
    padding-bottom: 40px;
  }
  .c-footer .wrap .sns-area {
    max-width: 375px;
    gap: 16px;
  }
  .c-footer .wrap .link-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .c-footer .wrap .link-area ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
  }
  .c-footer .wrap .link-area ul li:nth-child(3) {
    width: 100%;
    text-align: center;
    display: block;
  }
  .c-ttl01 {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
  .c-ttl01 .large {
    font-size: 21px;
  }
  .c-ttl01.small {
    font-size: 20px;
  }
  .c-ttl01.small .large {
    font-size: 22px;
  }
  .c-ttl01.fz-28 {
    font-size: 20px;
    line-height: 1.5;
  }
  .c-ttl02.small .inn {
    font-size: 20px;
  }
  .c-ttl02 .inn {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    padding: 0 4px 16px;
    max-width: calc(100% - 20px);
    width: 100%;
  }
  .c-ttl02 .inn::before {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
    bottom: -20px;
  }
  .c-ttl02 .large {
    font-size: 22px;
  }
  .c-ttl02 .quote::before {
    top: -0.5em;
    left: -2em;
  }
  .c-ttl02 .quote::after {
    bottom: -0.5em;
    right: -2em;
  }
  .c-ttl03 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    margin-left: -15px;
    width: calc(100% + 15px);
  }
  .c-ttl03 .point {
    width: 86px;
    margin-top: -10px;
    position: relative;
  }
  .c-ttl03 .inn {
    font-size: 18px;
    line-height: 1.444444;
  }
  .c-ttl04 {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 24px;
  }
  .balloon-ttl {
    font-size: 16px;
    line-height: 1.5;
    padding: 9px 16px;
    min-width: inherit;
    letter-spacing: 0.05em;
    max-width: 318px;
    width: 100%;
  }
  .balloon-ttl::before {
    width: 16px;
    height: 14px;
    bottom: -5px;
  }
  .c-cta-area::before {
    height: 490px;
  }
  .c-cta-area .swiper-slide {
    margin: 0 7px 0 7px;
  }
  .pagination-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
    gap: 18px;
  }
  .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
  .swiper-toggle {
    height: 24px;
    width: 24px;
  }
  .swiper-toggle::after {
    height: 24px;
    width: 24px;
  }
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .c-card .txt.large {
    font-size: 14px;
    margin-top: 8px;
  }
  .box-btn-wrap {
    gap: 13px;
    margin: 29px auto 0;
    width: calc(100% - 72px);
  }
  .box-btn-wrap .c-btn02 {
    width: calc((100% - 13px) / 2);
  }
  .c-list-link {
    margin: 22px auto 0;
  }
  .c-list-link li:nth-child(1) a .inn {
    padding-right: 13px;
  }
  .c-list-link a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    padding: 9px 5px;
    line-height: 1.33333;
    height: 100%;
    min-height: 50px;
  }
  .c-list-link a .inn {
    display: block;
    text-align: center;
    padding-left: 20px;
    padding-right: 0;
  }
  .c-list-link a .inn::before {
    height: 13px;
    width: 13px;
  }
  .c-btn01 {
    font-size: 14px;
    line-height: 1.35714;
    padding: 9px 10px 9px;
  }
  .c-btn01::before {
    bottom: -3px;
    right: -3px;
  }
  .c-btn02 {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: 1fr;
    gap: 0;
    font-size: 10px;
    padding: 13px 10px 6px;
  }
  .c-btn02::before {
    bottom: -3px;
    right: -3px;
  }
  .c-btn02 .img.tp-5 img {
    left: 0;
  }
  .c-btn02 .img.l-flex {
    gap: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .c-btn02 .img img.mx-27 {
    height: 18px;
  }
  .c-btn02 .img img {
    height: 19px;
  }
  .c-btn02 .img span + span {
    padding-left: 10px;
  }
  .c-btn02 .img span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-float-btn {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .c-float-btn .wrap {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
  }
  .c-float-btn .wrap > li {
    width: 100%;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
  }
  .c-float-btn .wrap > li:not(:first-of-type)::before {
    width: 1px;
    height: calc(100% - 8px);
    background-image: url("../img/home/dash-gray-sp.svg");
    top: 0;
    bottom: 0;
    left: 0;
  }
  .c-float-btn .wrap > li .container {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    justify-items: center;
  }
  .home {
    padding-top: 60px;
  }
  .home .mv-section .mv-wrap {
    padding-left: 36px;
    grid-template-areas: "ttl slider" "ttl txt" "new new";
    grid-template-rows: 500px auto;
  }
  .home .mv-section .mv-wrap .mv-ttl {
    margin-right: 12px;
  }
  .home .mv-section .mv-wrap .mv-slider {
    height: 100%;
    margin-top: 40px;
  }
  .home .mv-section .mv-wrap .mv-slider .swiper {
    height: 100%;
  }
  .home .mv-section .mv-wrap .mv-slider img {
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 460px;
  }
  .home .mv-section .mv-wrap .logo-txt {
    -webkit-align-self: end;
        -ms-flex-item-align: end;
            align-self: end;
    margin-right: 40px;
    text-align: right;
  }
  .home .mv-section .mv-wrap .logo-txt .txt {
    font-size: 14px;
    line-height: 1.3571428571;
  }
  .home .mv-section .mv-wrap .logo-txt .logo {
    margin-block: 7px;
    text-align: right;
  }
  .home .mv-section .mv-wrap .logo-txt .name {
    font-size: 12px;
    line-height: 1.5833333333;
  }
  .home .mv-section .mv-wrap .new-txt {
    -webkit-align-self: end;
        -ms-flex-item-align: end;
            align-self: end;
    margin-right: 40px;
    margin-top: 16px;
    font-size: 16px;
  }
  .home .scroll {
    left: inherit;
    right: 5px;
    bottom: -30px;
  }
  .home .about-section .inner-block {
    padding-top: 60px;
  }
  .home .about-section .inner-block::before {
    height: 250px;
  }
  .home .about-section .inner-block .c-ttl01 {
    font-size: 20px;
  }
  .home .about-section .inner-block .c-ttl01 .large {
    font-size: 21px;
  }
  .home .points-area {
    padding-top: 72px;
    padding-bottom: 80px;
  }
  .home .points-area .c-ttl01 {
    margin-bottom: 32px;
  }
  .home .points-area .point-list {
    grid-template-columns: minmax(150px, 1fr) 1fr;
    row-gap: 8px;
  }
  .home .points-area .point-list li {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
  }
  .home .points-area .point-list li .point-modal {
    display: grid;
    grid-template-areas: "img point" "img ttl" "img arrow";
    grid-template-columns: subgrid;
    grid-column: span 2;
    border-radius: 0 10px 10px 0;
  }
  .home .points-area .point-list li .point-modal .ttl {
    margin-left: 16px;
  }
  .home .points-area .point-list li .point-modal .ico-arrow {
    -webkit-align-self: end;
        -ms-flex-item-align: end;
            align-self: end;
  }
  .home .advice-section {
    padding-top: 76px;
  }
  .home .advice-section::before {
    width: 70%;
    top: -140px;
    background-position-x: left;
    background-size: contain;
  }
  .home .advice-section .inner-block {
    border-radius: 800px 800px 0 0;
    padding: 82px 20px;
  }
  .home .advice-section .inner-block .top-area {
    max-width: 500px;
    grid-template-areas: "ttl ttl" "img txt" "info info";
    grid-template-columns: 1fr auto;
  }
  .home .advice-section .inner-block .top-area .c-ttl02 .inn {
    line-height: 1.1;
    padding-bottom: 18px;
    width: 100%;
  }
  .home .advice-section .inner-block .top-area .img {
    justify-self: center;
  }
  .home .advice-section .inner-block .top-area .txt {
    text-align: right;
    -webkit-align-self: end;
        -ms-flex-item-align: end;
            align-self: end;
  }
  .home .advice-section .inner-block .top-area .txt > span {
    font-size: 16px;
  }
  .home .advice-section .inner-block .top-area .info {
    text-align: right;
  }
  .home .advice-section .sub-ttl {
    font-size: 18px;
    letter-spacing: 0.075em;
    margin-top: 25px;
    margin-inline: auto;
    padding-left: 1em;
    max-width: 600px;
  }
  .home .advice-section .advice-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 12px;
  }
  .home .advice-section .advice-list li {
    width: 100%;
    max-width: 600px;
  }
  .home .advice-section .advice-list li .advice-modal {
    width: 100%;
  }
  .home .advice-section .advice-list li .advice-modal .balloon-txt {
    font-size: 14px;
  }
  .home .advice-section .advice-txt {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .home .advice-section .advice-txt .ttl {
    top: -27px;
  }
  .home .advice-section .advice-txt .ttl .inn {
    padding-block: 5px;
    text-align: center;
  }
  .home .advice-section .company-area .company-info .url {
    font-size: 10px;
  }
  .home .advice-section .company-area .txt {
    width: 100%;
    display: block;
    padding-top: 12px;
    margin-top: 16px;
    border-top: 1px dashed #C4ABC0;
  }
  .home .variation-section::before {
    top: 20%;
  }
  .home .variation-section::after {
    height: 35%;
  }
  .home .variation-section .inner-block {
    padding-top: 80px;
  }
  .home .variation-section .c-cta-area {
    padding-bottom: 50px;
  }
  .home .variation-section .pagination-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 14px;
    gap: 13px;
  }
  .home .variation-section .c-ttl04 + .txt {
    margin-bottom: 26px;
    text-align: center;
    line-height: 1.875;
  }
  .home .variation-section .box-btn-wrap {
    margin-top: 14px;
  }
  .home .variation-section .deco {
    max-width: 210px;
  }
  .home .variation-section .recommended-wrap {
    grid-template-columns: 1fr;
    gap: 39px;
    margin-bottom: 62px;
  }
  .home .variation-section .recommended-wrap .recommended .ttl {
    gap: 20px;
  }
  .home .variation-section .recommended-wrap .recommended .ttl .num-wrap {
    font-size: 8px;
    line-height: 1.25;
  }
  .home .variation-section .recommended-wrap .recommended .ttl .num-wrap::before {
    height: 60px;
    width: 70px;
  }
  .home .variation-section .recommended-wrap .recommended .ttl .num-wrap .num {
    font-size: 12px;
  }
  .home .variation-section .recommended-wrap .recommended .ttl .inn {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 12px;
  }
  .home .variation-section .recommended-wrap .recommended .txt {
    font-size: 14px;
    line-height: 1.57142;
    margin-top: 10px;
  }
  .home .showroom-section .bg-img {
    background-image: url("../img/home/img-showroom-sp.webp");
  }
  .home .showroom-section .inner-block {
    padding-top: 190px;
    padding-inline: 0;
  }
  .home .showroom-section .inner-block .showroom-info {
    grid-template-areas: "ttl" "list" "msg" "btn";
    padding: 28px 20px 50px 20px;
  }
  .home .showroom-section .inner-block .showroom-info .c-ttl02 {
    margin-bottom: 40px;
  }
  .home .showroom-section .inner-block .showroom-info .c-ttl02 .inn {
    max-width: inherit;
    padding-inline: 4px;
    padding-bottom: 16px;
  }
  .home .showroom-section .inner-block .showroom-info .contact-msg {
    font-size: 16px;
    padding: 1.125em 1.5em;
    margin-bottom: 16px;
  }
  .home .showroom-section .inner-block .showroom-info .contact-msg .inn {
    line-height: 1.5;
    padding-left: 4em;
  }
  .home .showroom-section .inner-block .showroom-info .feature-list {
    max-width: 400px;
    gap: 20px 0;
  }
  .home .showroom-section .inner-block .showroom-info .feature-list li {
    padding: 0.85em 1.16em;
  }
  .mfp-content {
    padding: 20px 36px;
  }
  .mfp-content .point-content .point-inner {
    grid-template-areas: "close" "ttl" "img" "txt" "note" "balloon" "bal-note" "accordion";
  }
  .mfp-content .point-content .point-inner .top-txt {
    margin-top: 28px;
    margin-bottom: 20px;
  }
  .mfp-content .point-content .point-inner .top-txt .point {
    font-size: 18px;
  }
  .mfp-content .point-content .point-inner .top-txt .point .small {
    font-size: 9px;
  }
  .mfp-content .point-content .point-inner .top-txt .ttl {
    font-size: 18px;
  }
  .mfp-content .point-content .point-inner .txt {
    font-size: 12px;
  }
  .mfp-content .point-content .point-inner .balloon .balloon-txt {
    font-size: 14px;
  }
  .mfp-content .point-content .point-inner .baloon-note {
    font-size: 10px;
    margin-bottom: 18px;
  }
  .mfp-content .point-content .point-inner .img {
    max-width: 480px;
    justify-self: center;
    margin-bottom: 14px;
  }
  .mfp-content .point-content .point-inner .note {
    font-size: 10px;
    margin-bottom: 18px;
  }
  .mfp-content .advice-content .advice-inner {
    grid-template-areas: "close" "ttl" "img" "txt";
  }
  .mfp-content .advice-content .advice-inner .top-txt {
    margin-top: 28px;
    margin-bottom: 20px;
  }
  .mfp-content .advice-content .advice-inner .top-txt .ttl {
    font-size: 18px;
  }
  .mfp-content .advice-content .advice-inner .txt {
    font-size: 12px;
  }
  .mfp-content .advice-content .advice-inner .img {
    max-width: 480px;
    justify-self: center;
    margin-bottom: 14px;
  }
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1120px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-footer .wrap .sns-area {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    gap: 36px;
  }
  .swiper-toggle:hover::after {
    background: #E8D88A;
  }
  .box-btn-wrap {
    padding-inline: 80px;
  }
  .c-list-link {
    padding-inline: 80px;
  }
  .c-list-link li:nth-child(odd) a:hover {
    background: #EFD34C;
  }
  .c-list-link li:nth-child(even) a:hover {
    background: #EFD34C;
  }
  .c-btn01:hover::before {
    bottom: 0;
    right: 0;
  }
  .c-btn02:hover::before {
    bottom: 0;
    right: 0;
  }
  .c-btn02 .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-btn02 .img.tp-5 {
    top: 3px;
    position: relative;
  }
  .c-btn03:hover {
    color: #3C8E32;
    border-color: #3C8E32;
  }
  .c-btn03:hover::before {
    background: #3C8E32;
  }
  .c-float-btn {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out, scale 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, scale 0.3s ease-in-out;
    display: inline-block;
    position: fixed;
    top: 35%;
    right: 0;
    z-index: 100;
  }
  .c-float-btn.is-hidden {
    opacity: 1;
    pointer-events: visible;
  }
  .c-float-btn .wrap > li:not(:first-of-type)::before {
    width: calc(100% - 24px);
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
  }
  .c-float-btn .wrap > li .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4px;
  }
  .home .mv-section .mv-wrap .mv-ttl {
    margin-right: 84px;
    padding-left: clamp(2.5rem, -12.5rem + 31.25vw, 25rem);
    padding-top: 42px;
  }
  .home .mv-section .mv-wrap .mv-slider {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
  .home .mv-section .mv-wrap .logo-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 44px;
    justify-self: center;
    max-width: 1120px;
    padding-inline: 50px;
    width: 100%;
    margin-inline: auto;
  }
  .home .mv-section .mv-wrap .new-txt {
    max-width: 1120px;
    padding-inline: 50px;
    width: 100%;
    margin-inline: auto;
  }
  .home .points-area .point-list {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px 5px;
  }
  .home .points-area .point-list li .point-modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .home .points-area .point-list li .point-modal .ttl {
    padding-left: 0.5em;
  }
  .home .points-area .point-list li .point-modal .ico-arrow {
    margin-top: auto;
  }
  .home .advice-section .outer-block {
    padding-inline: 34px;
  }
  .home .advice-section .inner-block {
    max-width: 1088px;
  }
  .home .advice-section .inner-block .top-area .txt {
    text-align: center;
  }
  .home .advice-section .sub-ttl {
    text-align: center;
  }
  .home .advice-section .advice-list {
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .home .advice-section .advice-list li {
    height: 100%;
  }
  .home .advice-section .advice-list li .advice-modal {
    height: 100%;
  }
  .home .advice-section .company-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .advice-section .company-area .company-info {
    min-width: 240px;
  }
  .home .advice-section .company-area .txt {
    max-width: 500px;
    border-left: 1px dashed #C4ABC0;
    padding-left: 30px;
    padding-block: 5px;
    margin-left: 30px;
  }
  .home .showroom-section .inner-block .showroom-info {
    grid-template-columns: minmax(300px, 1fr) auto;
  }
  .home .showroom-section .inner-block .showroom-info .c-ttl02 {
    -webkit-align-self: end;
        -ms-flex-item-align: end;
            align-self: end;
  }
  .home .showroom-section .inner-block .showroom-info .contact-msg {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .home .showroom-section .inner-block .showroom-info .link-btn {
    -webkit-align-self: start;
        -ms-flex-item-align: start;
            align-self: start;
  }
  .home .showroom-section .inner-block .showroom-info .feature-list {
    max-width: 580px;
  }
  .mfp-content .point-content .point-inner {
    grid-template-columns: min(300px, 50%) 1fr;
  }
  .mfp-content .point-content .point-inner .txt {
    padding: 1.2em 0.88em;
  }
  .mfp-content .point-content .point-inner .img {
    margin-left: 18px;
  }
  .mfp-content .advice-content .advice-inner {
    grid-template-columns: minmax(430px, 1fr) minmax(430px, auto);
  }
  .mfp-content .advice-content .advice-inner .txt {
    padding-left: 35px;
  }
}

@media only screen and (max-width: 1080px) {
  .c-footer .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (1080px >= width >= 767px) {
  .c-footer .wrap {
    gap: 14px;
  }
  .c-footer .wrap .sns-area {
    margin-right: auto;
  }
  .c-footer .wrap .link-area {
    margin-left: auto;
  }
}

@media only screen and (max-width: 375px) {
  .c-footer .wrap .sns-area p {
    font-size: clamp(0.75rem, 0.023rem + 3.636vw, 0.875rem);
  }
  .c-footer .wrap .sns-area ul li a {
    width: clamp(1.25rem, -1.295rem + 12.727vw, 1.688rem);
    height: clamp(1.25rem, -1.295rem + 12.727vw, 1.688rem);
  }
}

@media (any-hover: hover) {
  .c-footer .wrap .sns-area ul li a:hover {
    translate: 0 5px;
  }
  .c-footer .wrap .link-area ul a:hover {
    -webkit-text-decoration: underline solid #000;
            text-decoration: underline solid #000;
  }
  .c-float-btn .wrap > li .container:hover {
    background-color: #599D8E;
  }
  .home .points-area .point-list li .point-modal:hover {
    background: #F5F5ED;
  }
  .home .advice-section .advice-list li .advice-modal:hover {
    background-color: #EDECED;
  }
  .home .advice-section .advice-list li .advice-modal:hover::before {
    border-color: #EDECED transparent transparent transparent;
  }
  .home .advice-section .company-area .company-info .url:hover {
    -webkit-text-decoration: underline #81447A 1px;
            text-decoration: underline #81447A 1px;
  }
  .home .showroom-section .inner-block .showroom-info .link-btn:hover {
    background: #81447A;
  }
  .mfp-content .modal-close-btn .dialog-close:hover {
    color: #242424;
  }
  .mfp-content .advice-content .advice-inner .url:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 767px) and (max-width: 365px) {
  .c-ttl03 .point {
    width: 75px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 375px) {
  .pagination-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .home .advice-section .sub-ttl {
    font-size: clamp(1rem, 0.273rem + 3.636vw, 1.125rem);
  }
  .home .advice-section .advice-list li .advice-modal .balloon-txt {
    font-size: clamp(0.75rem, 0.023rem + 3.636vw, 0.875rem);
  }
}

@media only screen and (max-width: 390px) {
  .c-btn03::before {
    height: min(16px, 4.1025641026vw);
    width: min(16px, 4.1025641026vw);
  }
  .c-btn03 {
    font-size: min(12px, 3.0769230769vw);
    padding-left: min(28px, 7.1794871795vw);
    padding-bottom: min(6px, 1.5384615385vw);
  }
}

@media only screen and (min-width: 393px) {
  .home .mv-section .mv-wrap .mv-slider .swiper-slide {
    margin: 0 16px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1220px) {
  .home .scroll {
    left: 10px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 450px) {
  .home .advice-section .inner-block .top-area .c-ttl02 .inn {
    font-size: 3.5555555556vw;
    white-space: nowrap;
  }
  .home .showroom-section .inner-block .showroom-info .contact-msg {
    font-size: 3.5555555556vw;
  }
}

@media only screen and (max-width: 450px) {
  .home .advice-section .inner-block .top-area .c-ttl02 .inn .large {
    font-size: 4.8888888889vw;
  }
}

@media only screen and (max-width: 767px) and (max-width: 420px) {
  .home .advice-section .inner-block .top-area .img {
    min-width: 27.380952381vw;
  }
  .home .advice-section .inner-block .top-area .txt > span {
    font-size: 3.8095238095vw;
    white-space: nowrap;
  }
  .home .advice-section .inner-block .top-area .info {
    font-size: 3.3333333333vw;
  }
}

@media only screen and (max-width: 384px) {
  .home .advice-section .advice-txt .ttl {
    left: 0;
    right: 0;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .home .advice-section .advice-txt .ttl .inn {
    font-size: 4.1666666667vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .home .variation-section .recommended-wrap .recommended .ttl .inn {
    font-size: clamp(1rem, 0.172rem + 1.724vw, 1.25rem);
  }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
  .home .showroom-section .inner-block .showroom-info {
    grid-template-columns: 300px auto;
  }
  .home .showroom-section .inner-block .showroom-info .feature-list li {
    font-size: clamp(0.625rem, -0.281rem + 1.887vw, 0.875rem);
  }
}

@media only screen and (max-width: 420px) {
  .home .showroom-section .inner-block .showroom-info .contact-msg .inn::before {
    height: 7.380952381vw;
    width: 9.0476190476vw;
  }
}

@media only screen and (max-width: 980px) {
  .home .showroom-section .inner-block .showroom-info .feature-list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .home .showroom-section .inner-block .showroom-info .feature-list li:nth-of-type(odd) {
    margin-right: auto;
  }
  .home .showroom-section .inner-block .showroom-info .feature-list li:nth-of-type(even) {
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) and (max-width: 400px) {
  .home .showroom-section .inner-block .showroom-info .feature-list li {
    font-size: clamp(0.625rem, -0.375rem + 5vw, 0.875rem);
  }
}
/*# sourceMappingURL=style.css.map */