@charset "UTF-8";

/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
p,
a {
  margin: 0;
}

body,
h2,
h3 {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
}

body {
  color: #221816;
}

html {
  font-size: 4.2666666667vw;
}

@media (min-width: 376px) {
  html {
    font-size: 1rem;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: auto;
}

@media (any-hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  transition: 0.3s;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
    color: inherit;
  }
}

a:focus {
  outline: none !important;
  box-shadow: none;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.c-btn {
  color: #fff;
  max-width: 280px;
  width: 100%;
}

.c-btn__link {
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5ad82;
  height: 52px;
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 0.14em;
}

@media screen and (max-width: 768px) {
  .c-btn__link {
    font-size: 1rem;
  }
}

.c-btn__link--arrow {
  position: relative;
}

.c-btn__link--arrow::before {
  content: "";
  position: absolute;
  background-image: url(../images/arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 12px;
  aspect-ratio: 12/20;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.c-btn__link--gray {
  background-color: #868686;
}

.c-btn__link--jp {
  font-family: "Noto Sans JP", sans-serif;
}

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

.c-text__title {
  font-size: 2.625rem;
  letter-spacing: 0.21rem;
  color: #fe93ad;
  text-transform: uppercase;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-text__title {
    font-size: 2rem;
  }
}

.p-concept .c-text__title,
.p-showroom .c-text__title {
  text-align: left;
}

@media screen and (max-width: 768px) {

  .p-concept .c-text__title,
  .p-showroom .c-text__title {
    text-align: center;
  }
}

.c-text__sub {
  margin-top: 4px;
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  .c-text__sub {
    font-size: 1rem;
  }
}

.c-text__main {
  font-size: 1.125rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .c-text__main {
    font-size: 1rem;
  }
}

.c-text__lead {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .c-text__lead {
    font-size: 1.75rem;
  }
}

.c-text__lead--shippori {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.21em;
  font-size: 2.625rem;
}

@media screen and (max-width: 768px) {
  .c-text__lead--shippori {
    text-align: center;
    font-size: 2rem;
  }
}

.c-text__lead span {
  color: #fe93ad;
}

.c-text__main--large {
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .c-text__main--large {
    font-size: 1.125rem;
  }
}

.c-contact {
  margin-top: 120px;
  background-color: #fcfaf0;
}

@media screen and (max-width: 768px) {
  .c-contact {
    margin-top: 70px;
  }
}

.c-contact__container {
  position: relative;
  padding: 70px 0 65px;
}

@media screen and (max-width: 768px) {
  .c-contact__container {
    padding: 80px 0 130px;
  }
}

.c-contact__container::before,
.c-contact__container::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {

  .c-contact__container::before,
  .c-contact__container::after {
    transform: translateY(0);
  }
}

.c-contact__container::before {
  background-image: url(../images/contact_left.webp);
  width: 178px;
  aspect-ratio: 178/340;
  left: 0;
}

@media screen and (max-width: 768px) {
  .c-contact__container::before {
    background-image: url(../images/contact_top.webp);
    top: 10px;
    width: 100%;
    aspect-ratio: 320/77;
  }
}

.c-contact__container::after {
  background-image: url(../images/contact_right.webp);
  width: 173px;
  aspect-ratio: 173/321;
  right: 45px;
}

@media screen and (max-width: 768px) {
  .c-contact__container::after {
    background-image: url(../images/contact_bottom.webp);
    top: auto;
    bottom: 25px;
    width: 100%;
    aspect-ratio: 327/69;
    right: 0;
  }
}

.c-contact__text {
  margin-top: 52px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

@media screen and (max-width: 768px) {
  .c-contact__text {
    margin-top: 41px;
  }
}

.c-contact__btn {
  margin: 56px auto 0;
  max-width: 454px;
  color: #f5ad82;
}

@media screen and (max-width: 768px) {
  .c-contact__btn {
    margin-top: 54px;
  }
}

.c-contact__btn-link {
  background-color: #fff;
  border: solid 1px #f5ad82;
  border-radius: 20px;
  display: flex;
  width: 100%;
  height: 70px;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  letter-spacing: 0.12em;
  padding-left: 60px;
  position: relative;
}

.c-contact__btn-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 53px;
  height: 48px;
  background-image: url(../images/contact_mail.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.scroll-space {
  box-sizing: border-box;
}

.blob {
  transition: all 1s;
  filter: blur(10px);
}

.blob.scrollin {
  filter: blur(0);
}

.l-header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 10;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 60px;
}

@media screen and (max-width: 1440px) {
  .l-header {
    padding-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 75px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.l-header__logo {
  max-width: 165px;
}

@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 98px;
  }
}

@media screen and (max-width: 768px) {
  .l-header__right {
    display: flex;
    align-items: flex-end;
    gap: 25px;
  }
}

.l-header__items {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .l-header__items {
    gap: 10px;
  }
}

.l-header__item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 1.125rem;
  width: 280px;
}

@media screen and (max-width: 1440px) {
  .l-header__item-link {
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .l-header__item-link {
    font-family: "Noto Sans JP", sans-serif;
    width: 54px;
    color: #868686;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0;
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}

.l-header__item-link img {
  width: 23px;
}

@media screen and (max-width: 768px) {
  .c-btn__link.l-header__item-link {
    background-color: transparent;
  }
}

.l-header__hamburger {
  width: 31px;
  height: 20px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 16px;
  z-index: 50;
}

.l-header__hamburger span {
  background-color: #868686;
  width: 31px;
  height: 4px;
  position: absolute;
  transition: 0.5s;
  left: 0;
}

.l-header__hamburger span:nth-child(1) {
  top: 0;
}

.l-header__hamburger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.l-header__hamburger span:nth-child(3) {
  bottom: 0;
}

.l-header__hamburger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

.l-header__hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.l-header__hamburger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(225deg);
}

.l-footer {
  background-color: #fdf4f6;
  padding: 33px 0 10px;
}

@media screen and (max-width: 768px) {
  .l-footer {
    padding: 18px 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .l-footer .l-inner {
    max-width: 300px;
  }
}

.l-footer__logo {
  width: 164px;
}

@media screen and (max-width: 768px) {
  .l-footer__logo {
    margin-inline: auto;
  }
}

.l-footer__container {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-footer__container {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}

.l-footer__items {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
}

@media screen and (max-width: 768px) {
  .l-footer__items {
    margin-top: 35px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.l-footer__item-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
}

.l-footer__btns {
  margin-top: 50px;
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}

@media screen and (max-width: 768px) {
  .l-footer__btns {
    margin-top: 31px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.l-footer__copy {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 139px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-footer__copy {
    margin-top: 35px;
  }
}

.l-inner {
  width: 100%;
  max-width: 1250px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 600px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.l-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 90%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: -4px 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  z-index: 30;
}

.l-drawer.is-open {
  right: 0;
}

.l-drawer__items {
  list-style: none;
  padding: 60px 20px;
}

.l-drawer__item {
  margin-bottom: 20px;
}

.l-drawer__item a {
  text-decoration: none;
  font-size: 18px;
}

.p-fv {
  position: relative;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .p-fv {
    margin-top: 75px;
  }
}

.p-fv__container {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-fv__container {
    flex-direction: column-reverse;
    gap: 180px;
  }
}

.p-fv__wrap {
  width: 36%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1440px) {
  .p-fv__wrap {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .p-fv__wrap {
    width: 100%;
  }
}

.p-fv__title {
  position: relative;
  font-size: 3.0625rem;
  padding-top: 50px;
}

@media screen and (max-width: 1440px) {
  .p-fv__title {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 768px) {
  .p-fv__title {
    text-align: center;
    padding-top: 37px;
    font-size: 2.125rem;
  }
}

.p-fv__title::before {
  content: "";
  position: absolute;
  background-image: url(../images/fv_deco.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 200px;
  aspect-ratio: 200/115;
  top: -115px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 1440px) {
  .p-fv__title::before {
    width: 170px;
    top: -70px;
  }
}

@media screen and (max-width: 768px) {
  .p-fv__title::before {
    width: 146px;
    aspect-ratio: 146/83;
    top: -67px;
  }
}

.p-fv__title span {
  color: #f5ad82;
}

.p-fv__img {
  width: 64%;
}

@media screen and (max-width: 1440px) {
  .p-fv__img {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .p-fv__img {
    width: 100%;
  }
}

.p-fv__blob1 {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  left: 10px;
  top: -33%;
  max-width: 872px;
  width: 45%;
}

@media screen and (max-width: 1440px) {
  .p-fv__blob1 {
    top: -20%;
    width: 35%;
  }
}

@media screen and (max-width: 768px) {
  .p-fv__blob1 {
    width: 80%;
    left: -30px;
    top: 40%;
  }
}

@media screen and (max-width: 420px) {
  .p-fv__blob1 {
    width: 100%;
  }
}

.p-fv__blob2 {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  left: 10%;
  bottom: -23%;
  max-width: 730px;
  width: 43%;
}

@media screen and (max-width: 1440px) {
  .p-fv__blob2 {
    width: 35%;
    left: 25%;
  }
}

@media screen and (max-width: 768px) {
  .p-fv__blob2 {
    width: 80%;
    left: auto;
    right: 0;
    bottom: -55%;
  }
}

@media screen and (max-width: 420px) {
  .p-fv__blob2 {
    width: 100%;
  }
}

.p-slide {
  margin-top: 120px;
  position: relative;
  overflow: hidden;
  position: relative;
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .p-slide {
    margin-top: 96px;
  }
}

.p-slide__bg {
  background-color: #fff7f0;
  padding: 455px 0;
}

@media screen and (max-width: 1440px) {
  .p-slide__bg {
    padding: 360px 0;
  }
}

@media screen and (max-width: 768px) {
  .p-slide__bg {
    padding: 160px 0 240px;
  }
}

.p-slide__title {
  font-size: 2.625rem;
  text-transform: none;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .p-slide__title {
    width: auto;
    font-size: 2rem;
  }
}

.p-slide__title::before {
  content: "";
  position: absolute;
  background-image: url(../images/slide-left.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100px;
  aspect-ratio: 100/107;
  left: -30%;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-slide__title::before {
    background-image: url(../images/slide-left_sp.webp);
    width: 60px;
    aspect-ratio: 60/176;
    left: 0;
  }
}

.p-slide__title::after {
  content: "";
  position: absolute;
  background-image: url(../images/slide-right.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 50px;
  aspect-ratio: 50/103;
  right: -30%;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-slide__title::after {
    background-image: url(../images/slide-right_sp.webp);
    width: 66px;
    aspect-ratio: 66/163;
    right: 0;
  }
}

.p-slide__wrapper {
  position: absolute;
  overflow: hidden;
  width: 100%;
}

.p-slide__wrapper--top {
  top: 0;
}

.p-slide__wrapper--bottom {
  bottom: 0;
}

.p-slide__track {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  gap: 50px;
}

/* アニメーション：右→左（上段） */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* アニメーション：左→右（下段） */
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }

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

/* 上段に適用：右→左 */
.p-slide__track--left {
  animation: scroll-left 150s linear infinite;
}

/* 下段に適用：左→右 */
.p-slide__track--right {
  animation: scroll-right 150s linear infinite;
}

/* 画像サイズは任意で調整 */
.p-slide__track img {
  width: 2127px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-slide__track img {
    width: 1130px;
  }
}

.p-recomend {
  margin-top: 40px;
  padding-top: 180px;
}

@media screen and (max-width: 768px) {
  .p-recomend {
    margin-top: 0;
    padding-top: 65px;
  }
}

.p-recomend__items {
  display: flex;
  justify-content: space-between;
  margin-top: 63px;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .p-recomend__items {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 10px;
  }
}

.p-recomend__container {
  position: relative;
}

.p-recomend__container::before {
  content: "";
  background-image: url(../images/recomend_deco.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 268px;
  aspect-ratio: 268/270;
  bottom: -30%;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-recomend__container::before {
    width: 158px;
    bottom: 10%;
  }
}

@media screen and (max-width: 768px) {
  .p-recomend__item {
    width: calc(50% - 5px);
  }
}

.p-recomend__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-recomend__top img {
  width: 23px;
  aspect-ratio: 23/21;
}

.p-recomend__item:nth-child(2) .p-recomend__top img {
  width: 13px;
  aspect-ratio: 13/29;
}

.p-recomend__item:nth-child(3) .p-recomend__top img {
  width: 27px;
  aspect-ratio: 27/20;
}

.p-recomend__item:nth-child(4) .p-recomend__top img {
  width: 18px;
  aspect-ratio: 18/23;
}

.p-recomend__title {
  margin-top: 10px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

.p-recomend__price {
  margin-top: 13px;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.p-recomend__btn {
  margin: 80px auto 0;
}

@media screen and (max-width: 768px) {
  .p-recomend__btn {
    margin-top: 25px;
  }
}

.p-recomend__btn a {
  margin-inline: auto;
}

.p-faq {
  position: relative;
  margin-top: 100px;
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .p-faq {
    margin-top: 0;
    padding-top: 72px;
  }
}

.p-faq .l-inner {
  max-width: 1660px;
}

.p-faq__container {
  max-width: 1650px;
  margin-left: 0;
  padding-right: 50px;
  padding-bottom: 100px;
  display: flex;
  align-items: flex-end;
  gap: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-faq__container {
    flex-direction: column;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.p-faq__container::before {
  content: "";
  position: absolute;
  background-image: url(../images/faq_deco.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 210px;
  aspect-ratio: 210/52;
  bottom: 0;
  right: 25%;
}

@media screen and (max-width: 768px) {
  .p-faq__container::before {
    display: none;
  }
}

.p-faq__left {
  width: 56%;
  margin-left: calc(50% - 50vw);
}

@media screen and (max-width: 1024px) {
  .p-faq__left {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .p-faq__left {
    width: 100%;
  }
}

.p-faq__right {
  width: 40%;
}

@media screen and (max-width: 1024px) {
  .p-faq__right {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .p-faq__right {
    width: 100%;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.p-faq__right .p-faq__wrap:nth-child(2) {
  margin-top: 30px;
}

.p-faq__text {
  margin-top: 35px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

@media screen and (max-width: 768px) {
  .p-faq__text {
    margin-top: 25px;
  }
}

.p-faq__btn {
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .p-faq__btn {
    margin-top: 20px;
  }
}

.p-concept {
  position: relative;
  margin-top: 112px;
}

@media screen and (max-width: 768px) {
  .p-concept {
    margin-top: 75px;
  }
}

.p-concept__blob {
  position: absolute;
  z-index: -1;
  right: 30px;
  top: -10%;
  max-width: 1050px;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-concept__blob {
    top: 30%;
    width: 100%;
    right: 0;
  }
}

.p-concept__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-concept__container {
    flex-direction: column;
  }
}

.p-concept__left {
  width: 68%;
}

@media screen and (max-width: 1440px) {
  .p-concept__left {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .p-concept__left {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .p-concept__left {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-concept__right {
  position: relative;
  width: calc(32% - 77px);
}

@media screen and (max-width: 1440px) {
  .p-concept__right {
    width: calc(40% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .p-concept__right {
    margin-top: 42px;
    width: 100%;
    text-align: center;
  }
}

.p-concept__right::before {
  content: "";
  background-image: url(../images/concept_deco.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 192px;
  aspect-ratio: 192/77;
  bottom: -30%;
  right: -15%;
  z-index: 1;
}

@media screen and (max-width: 1440px) {
  .p-concept__right::before {
    right: 20px;
    bottom: -25%;
  }
}

.p-concept__lead {
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  .p-concept__lead {
    margin-top: 45px;
  }
}

.p-concept__text {
  margin-top: 46px;
}

@media screen and (max-width: 768px) {
  .p-concept__text {
    margin-top: 30px;
  }
}

.p-concept__btn {
  margin-top: 57px;
}

@media screen and (max-width: 768px) {
  .p-concept__btn {
    margin-inline: auto;
  }
}

.p-concept__bottom-img {
  margin-top: 145px;
}

@media screen and (max-width: 420px) {
  .p-concept__bottom-img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-concept-mv {
  margin-top: 100px;
  padding-left: 74px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .p-concept-mv {
    margin-top: 75px;
    padding-left: 0;
  }
}

.p-concept-mv::before {
  content: "";
  background-image: url(../images/concept_mv.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  max-width: 338px;
  width: 15%;
  aspect-ratio: 338/340;
  bottom: 15%;
  left: 12%;
}

@media screen and (max-width: 1024px) {
  .p-concept-mv::before {
    bottom: 3%;
    left: auto;
    right: 10%;
  }
}

.p-concept-mv__wrap {
  position: absolute;
  width: 32%;
  top: 40%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .p-concept-mv__wrap {
    width: 100%;
    top: auto;
    bottom: 8%;
  }
}

.p-concept-mv__title {
  font-size: 3.0625rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-concept-mv__title {
    font-size: 2.375rem;
  }
}

.p-concept-mv__img {
  width: 100%;
  margin-left: auto;
}

.p-concept-mind {
  margin-top: 145px;
}

@media screen and (max-width: 768px) {
  .p-concept-mind {
    margin-top: 60px;
  }
}

.p-concept-mind__container {
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .p-concept-mind__container {
    flex-direction: column-reverse;
  }
}

.p-concept-mind__wrap {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .p-concept-mind__wrap {
    width: 100%;
  }
}

.p-concept-mind__title {
  font-size: 2.875rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-concept-mind__title {
    margin-top: 33px;
    font-size: 2.375rem;
  }
}

.p-concept-mind__title span {
  color: #fe93ad;
}

.p-concept-mind__lead {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .p-concept-mind__lead {
    margin-top: 15px;
  }
}

.p-concept-mind__text {
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .p-concept-mind__text {
    margin-top: 15px;
  }
}

.p-concept-mind__img {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .p-concept-mind__img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-concept-mind__bottom {
  margin-top: 88px;
}

@media screen and (max-width: 768px) {
  .p-concept-mind__bottom {
    margin-top: 30px;
  }
}

.p-concept-order {
  margin-top: 100px;
  padding-top: 80px;
}

.p-concept-order .l-inner {
  position: relative;
}

.p-concept-order .l-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  background-image: url(../images/concept_order.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 273px;
  aspect-ratio: 273/109;
}

@media screen and (max-width: 768px) {
  .p-concept-order .l-inner::before {
    display: none;
  }
}

.p-concept-order__lead {
  margin-top: 47.5px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-concept-order__lead {
    margin-top: 27.5px;
    font-size: 0.875rem;
    text-align: center;
  }
}

.p-concept-order__wrap {
  margin-top: 75px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-concept-order__wrap {
    margin-top: 40px;
  }
}

.p-concept-order__flow {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .p-concept-order__flow {
    font-size: 1.25rem;
  }
}

.p-concept-order__flow--orange {
  background-color: #fdb78d;
}

.p-concept-order__flow--pink {
  background-color: #fe93ad;
}

.p-concept-order__items {
  display: flex;
  gap: 60px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .p-concept-order__items {
    gap: 50px;
    margin-top: 18.5px;
    flex-direction: column;
  }
}

.p-concept-order__item {
  width: calc((100% - 240px) / 5);
}

@media screen and (max-width: 768px) {
  .p-concept-order__item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 35px;
  }
}

.p-concept-order__img {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-concept-order__img {
    width: 35%;
  }
}

.p-concept-order__items li:not(:last-child) .p-concept-order__img::before {
  content: "";
  position: absolute;
  background-image: url(../images/arrow_right.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 34px;
  height: 68px;
  top: 50%;
  right: -45px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-concept-order__items li:not(:last-child) .p-concept-order__img::before {
    width: 23px;
    height: 46px;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -30%;
    transform: translateX(-50%) rotate(90deg);
  }
}

@media screen and (max-width: 420px) {
  .p-concept-order__items li:not(:last-child) .p-concept-order__img::before {
    bottom: -45%;
  }
}

.p-concept-order__wrap--border {
  border-top: solid 1px #707070;
  padding-top: 75px;
}

@media screen and (max-width: 768px) {
  .p-concept-order__wrap--border {
    padding-top: 38.5px;
  }
}

.p-concept-order__right {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-concept-order__right {
    width: 65%;
    margin-top: 0;
  }
}

.p-concept-order__step {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-concept-order__step {
    text-align: left;
    font-size: 1.125rem;
  }
}

.p-concept-order__lists {
  margin: 28px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-concept-order__lists {
    margin-top: 14.5px;
    margin-left: 0;
  }
}

.p-concept-order__lists--wrap {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 140px;
}

@media screen and (max-width: 768px) {
  .p-concept-order__lists--wrap {
    justify-content: flex-start;
    -moz-column-gap: 15px;
    column-gap: 15px;
    max-width: 100%;
  }
}

.p-concept-order__lists--center {
  max-width: 78px;
}

@media screen and (max-width: 768px) {
  .p-concept-order__lists--center {
    max-width: 100%;
  }
}

.p-concept-order__list {
  font-size: 0.875rem;
  left: 0.08em;
}

@media screen and (max-width: 768px) {
  .p-concept-order__list {
    font-size: 1rem;
  }
}

.p-concept-order__text {
  margin-top: 28px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-concept-order__text {
    margin-top: 14px;
    text-align: left;
  }
}

.p-concept-order__note {
  margin-top: 15px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-concept-order__note {
    font-size: 1rem;
    margin-top: 14px;
    text-align: left;
  }
}

.p-concept-order__btn {
  margin-top: 126px;
  max-width: 594px;
  width: 100%;
  margin-inline: auto;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-concept-order__btn {
    margin-top: 50px;
  }
}

.p-concept-order__btn-link {
  position: relative;
  width: 100%;
  background-color: #f5ad82;
  border-radius: 20px;
  display: inline-block;
  padding: 35px 10px 35px 55px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-concept-order__btn-link {
    font-size: 1.125rem;
    padding: 15px 5px 15px 35px;
  }
}

.p-concept-order__btn-link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  background-image: url(../images/order_btn.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 78px;
  aspect-ratio: 78/72;
}

@media screen and (max-width: 768px) {
  .p-concept-order__btn-link::before {
    left: 10px;
    width: 38px;
  }
}

.p-concept-faq {
  padding-top: 180px;
}

@media screen and (max-width: 768px) {
  .p-concept-faq {
    padding-top: 110px;
  }
}

.p-concept-faq__container {
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .p-concept-faq__container {
    margin-top: 52px;
  }
}

.p-concept-faq__details {
  padding: 25px 20px 39.5px;
  cursor: pointer;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  border-bottom: solid 1px #707070;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .p-concept-faq__details {
    padding: 15px 10px;
  }
}

.p-concept-faq__summary {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  list-style: none;
  padding-right: 35px;
}

@media screen and (max-width: 768px) {
  .p-concept-faq__summary {
    font-size: 1.125rem;
    padding-right: 20px;
  }
}

.p-concept-faq__summary::before {
  content: "";
  background-image: url(../images/plus.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.3s ease;
}

@media screen and (max-width: 768px) {
  .p-concept-faq__summary::before {
    width: 18px;
    height: 18px;
  }
}

.p-concept-faq__details[open] .p-concept-faq__summary::before {
  background-image: url(../images/minus.webp);
}

.p-concept-faq__details[open] {
  background-color: #fcfaf0;
}

.p-concept-faq__text {
  display: block;
  padding-right: 30px;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .p-concept-faq__text {
    font-size: 0.875rem;
  }
}

.p-concept-faq__content {
  margin-top: 49px;
  overflow: hidden;
  transition: margin-top 0.3s ease, height 0.3s ease;
}

@media screen and (max-width: 768px) {
  .p-concept-faq__content {
    margin-top: 20px;
  }
}

.p-concept-faq__summary::-webkit-details-marker {
  display: none;
  /* Safari、Chrome などの WebKit ブラウザ向け */
}

.p-concept-faq__summary::marker {
  display: none;
  /* Firefox などのブラウザ向け */
}

.p-concept-showroom {
  padding-top: 133px;
}

@media screen and (max-width: 768px) {
  .p-concept-showroom {
    padding-top: 80px;
  }
}

.p-concept-showroom__btn-link {
  text-transform: none;
}

.p-concept-showroom__title {
  font-size: 2.25rem;
  letter-spacing: 0.21em;
  color: #fe93ad;
}

@media screen and (max-width: 768px) {
  .p-concept-showroom__title {
    font-size: 1.625rem;
  }
}

.p-concept-showroom__container {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .p-concept-showroom__container {
    gap: 20px;
    flex-direction: column;
  }
}

.p-concept-showroom__wrap {
  margin-top: 32px;
}

.p-concept-showroom__bottom {
  margin-left: 50px;
}

.p-concept-showroom__address {
  margin-top: 45px;
  font-style: normal;
  position: relative;
}

.p-concept-showroom__address::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 10px;
  background-image: url(../images/map.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  aspect-ratio: 20/25;
}

.p-concept-showroom__img {
  max-width: 380px;
}

@media screen and (max-width: 768px) {
  .p-concept-showroom__img {
    max-width: 100%;
  }
}

.p-concept-showroom__btn {
  margin-top: 22px;
}

.p-concept-showroom__mail {
  margin-top: 28px;
  position: relative;
}

.p-concept-showroom__mail::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/mail.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 20px;
  aspect-ratio: 20/16;
}

.p-showroom {
  margin-top: 200px;
}

@media screen and (max-width: 768px) {
  .p-showroom {
    margin-top: 40px;
  }
}

.p-showroom__container {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .p-showroom__container {
    gap: 0;
    margin-top: 21px;
    flex-direction: column-reverse;
  }
}

.p-showroom .c-text__title {
  font-size: 2.25rem;
  text-transform: none;
}

@media screen and (max-width: 768px) {
  .p-showroom .c-text__title {
    font-size: 1.75rem;
  }
}

.p-showroom .c-text {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.p-showroom__left {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-showroom__left {
    width: 100%;
  }
}

.p-showroom__text {
  margin-top: 52px;
}

@media screen and (max-width: 768px) {
  .p-showroom__text {
    margin-top: 40px;
  }
}

.p-showroom__right {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .p-showroom__right {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  .p-showroom__right {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.p-showroom__btn {
  margin-top: 52px;
}

@media screen and (max-width: 768px) {
  .p-showroom__btn {
    margin-inline: auto;
  }
}

.p-news {
  position: relative;
  margin-top: 120px;
  background-color: #fff9f7;
  padding: 150px 0 85px;
}

@media screen and (max-width: 768px) {
  .p-news {
    margin-top: 40px;
    padding: 26px 0 36px;
  }
}

.p-news__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}

@media screen and (max-width: 768px) {
  .p-news__container {
    flex-direction: column;
    gap: 10px;
  }
}

.p-news__left {
  position: relative;
  width: 20%;
}

@media screen and (max-width: 768px) {
  .p-news__left {
    width: 100%;
  }
}

.p-news__left::before {
  content: "";
  background-image: url(../images/news_deco.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 138px;
  aspect-ratio: 138/99;
  position: absolute;
  top: -110px;
  left: 20%;
}

@media screen and (max-width: 768px) {
  .p-news__left::before {
    width: 92px;
    top: 0;
    left: 0;
  }
}

.p-news__wrap {
  width: calc(80% - 50px);
}

@media screen and (max-width: 768px) {
  .p-news__wrap {
    width: 100%;
  }
}

.p-news__item-wrap {
  max-width: 660px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
}

@media screen and (max-width: 768px) {
  .p-news__item-wrap {
    gap: 16px;
  }
}

.p-news__item-wrap time {
  width: calc(30% - 50px);
}

@media screen and (max-width: 768px) {
  .p-news__item-wrap time {
    width: calc(30% - 16px);
  }
}

.p-news__item {
  padding: 17px;
  border-bottom: solid 1px #f5ad82;
}

@media screen and (max-width: 768px) {
  .p-news__item {
    padding: 3px 0;
  }
}

.p-news__title {
  font-size: 1rem;
  width: 70%;
}

.p-news__btn {
  margin: 32px 0 0 auto;
}

@media screen and (max-width: 768px) {
  .p-news__btn {
    margin-inline: auto;
  }
}

.p-news__archive {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.p-news__archive.is-open {
  max-height: 500px;
}

.p-company {
  padding: 110px 0;
}

@media screen and (max-width: 768px) {
  .p-company {
    padding: 65px 0;
  }
}

.p-company__btn {
  margin-inline: auto;
}

.p-bg {
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-bg__blob {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.p-bg__blob1 {
  position: absolute;
  z-index: -1;
  right: 10%;
  top: 0;
  max-width: 855px;
  width: 45%;
}

@media screen and (max-width: 768px) {
  .p-bg__blob1 {
    width: 80%;
    right: 0;
    top: 40%;
  }
}

@media screen and (max-width: 420px) {
  .p-bg__blob1 {
    width: 100%;
  }
}

.p-bg__blob2 {
  position: absolute;
  z-index: -1;
  left: -7%;
  top: 40%;
  max-width: 872px;
  width: 45%;
}

@media screen and (max-width: 768px) {
  .p-bg__blob2 {
    width: 80%;
    top: 55%;
    left: -40%;
  }
}

@media screen and (max-width: 420px) {
  .p-bg__blob2 {
    width: 100%;
  }
}

.p-bg__blob3 {
  position: absolute;
  z-index: -1;
  right: 15%;
  bottom: 0%;
  max-width: 730px;
  width: 43%;
}

@media screen and (max-width: 768px) {
  .p-bg__blob3 {
    width: 80%;
    right: 0;
    bottom: 10%;
  }
}

@media screen and (max-width: 420px) {
  .p-bg__blob3 {
    width: 90%;
  }
}

.p-concept-catalog {
  background-color: #fcfaf0;
  padding: 100px 0;
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .p-concept-catalog {
    margin-top: 100px;
  }
}

.p-concept-catalog__text {
  margin-top: 35px;
}

@media screen and (max-width: 1024px) {
  .p-concept-catalog__text {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}

@media screen and (max-width: 768px) {
  .p-concept-catalog__text {
    margin-top: 30px;
  }
}

.p-concept-catalog__btn {
  margin: 30px auto 0;
}

@media screen and (max-width: 768px) {
  .p-concept-catalog__btn {
    margin-top: 20px;
  }
}

.u-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}

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