@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid Highlight;
  outline-offset: 2px;
}

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border color to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: sub;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

html {
  font-size: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
a:hover {
  opacity: 0.7;
}

img {
  display: block;
  height: auto;
  width: 100%;
}
html {
  font-size: 16px;
}

body {
  background-color: #f2efeb;
  color: #484141;
  font-family: "YakuHanJP", "IBM Plex Sans JP", "ヒラギノ角ゴ ProN", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
body.is-menu-open {
  overflow: hidden;
}
body::after {
  background-image: url("../img/top/bg-pattern.webp");
  background-position: center;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.08;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.l-inner {
  margin-inline: auto;
  max-width: 90rem;
  padding-inline: 3rem;
  width: 100%;
}

.l-sec {
  padding: 3.75rem 0 5rem;
}
.l-sec01 {
  padding: 3.5rem 0 6.875rem;
}

.c-arrow-btn {
  align-items: center;
  border: 1px solid #7f7a7a;
  border-radius: 3.125rem;
  display: flex;
  flex-shrink: 0;
  height: 2.25rem;
  justify-content: center;
  padding: 0 1.5rem;
}

.c-arrow-btn--white {
  border-color: #f2efeb;
}

.c-arrow-btn--lg {
  border-radius: 10rem;
  height: 6.25rem;
  padding: 0 3.5625rem;
}

.c-arrow-btn--lg .c-arrow-btn__icon {
  height: 2.1875rem;
  width: 1.0625rem;
}

.c-arrow-btn--sm {
  height: 2rem;
  padding: 0 1.25rem;
}

.c-arrow-btn--xs {
  border-width: 0.8px;
  height: 1.5rem;
  padding: 0 0.875rem;
}

.c-arrow-btn--xs .c-arrow-btn__icon {
  height: 0.625rem;
  width: 0.3125rem;
}

.c-arrow-btn__icon {
  height: 0.75rem;
  width: 0.375rem;
}

.c-btn {
  background-color: transparent;
  background-image: url("../img/");
  background-position: center right 1.5em;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  border: 1px solid #d9d9d9;
  color: #000;
  line-height: 1.2;
  max-width: 100%;
  min-height: 3.75rem;
  padding: 0 0.625rem;
  transition: 0.3s all;
  width: 13.75rem;
}

.c-btn span {
  display: block;
  font-size: max(0.75rem, 8px);
}
.c-cat {
  align-items: center;
  border-radius: 0.125rem;
  color: #fff;
  display: inline-flex;
  font-size: max(0.875rem, 8px);
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  min-width: 5.5rem;
  padding-block: 0.375rem 0.25rem;
  padding-inline: 1rem;
}

.c-cat--purple {
  background-color: #a8789c;
}

.c-cat--pink {
  background-color: #e38a90;
}

.c-cat--brown {
  background-color: #c08869;
}

.c-cat--orange {
  background-color: #baa38d;
}

.c-column2 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
  gap: 3.75rem;
}

.c-column3 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.c-column4 {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.c-headline1__main {
  border-left: 2px solid #003c8c;
  font-size: max(1.875rem, 8px);
  padding-inline-start: 1.875rem;
}

.c-headline1__sub {
  font-size: max(1rem, 8px);
  margin-top: 0.875rem;
}

.c-link {
  line-height: 1;
  position: relative;
}

.c-link::after {
  background: url(../img/common/link.svg) center center/contain no-repeat;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: -0.9375rem;
  top: 0.3em;
  width: 0.625rem;
}

.c-marker {
  background: linear-gradient(transparent 70%, #FCF65F 0%);
  display: inline;
}

.c-section-ttl {
  display: flex;
  flex-direction: column;
}

.c-section-ttl--center {
  align-items: center;
  text-align: center;
}

.c-section-ttl__en {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.c-section-ttl__icon {
  height: auto;
  width: 1.125rem;
}

.c-section-ttl__en-text {
  color: #484141;
  font-family: "YakuHanJP", "Satoshi", sans-serif;
  font-size: max(1.125rem, 8px);
  font-weight: 400;
  line-height: 1;
}

.c-section-ttl__ja {
  color: #484141;
  font-size: max(2.5rem, 8px);
  font-weight: 300;
  line-height: 1.2;
  margin-top: 1rem;
}

.c-section-ttl--pink .c-section-ttl__en-text {
  color: #e38a90;
  font-size: max(1rem, 8px);
  line-height: 1.4;
}

.c-section-ttl--pink .c-section-ttl__ja {
  font-size: max(2rem, 8px);
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0.5rem;
}

.c-section-ttl--purple .c-section-ttl__en-text {
  color: #a8789c;
  font-size: max(1rem, 8px);
  line-height: 1.4;
}

.c-section-ttl--purple .c-section-ttl__ja {
  font-size: max(2rem, 8px);
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0.5rem;
}

.c-tag {
  border: 1px solid #d9d9d9;
  color: #000;
  display: inline-block;
  font-size: max(0.875rem, 8px);
  padding: 0.375rem 0.5rem;
}

.c-category-filter {
  align-self: flex-start;
  flex-shrink: 0;
  padding-top: 6rem;
  position: sticky;
  top: 1.5rem;
}

.c-category-filter__ttl {
  border-bottom: 1px solid #b6b6b6;
  color: #484141;
  font-size: max(1.25rem, 8px);
  font-weight: 300;
  line-height: 1.8;
  padding-right: 3rem;
  white-space: nowrap;
}

.c-category-filter__list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 1.5rem;
}

.c-category-filter__item {
  align-items: center;
  border-radius: 0.125rem;
  cursor: pointer;
  display: flex;
  gap: 0.625rem;
  padding: 0.5rem 0 0.375rem;
  text-decoration: none;
  white-space: nowrap;
}

.c-category-filter__circle {
  background-color: #f2efeb;
  border-radius: 100%;
  flex-shrink: 0;
  height: 0.625rem;
  width: 0.625rem;
}

.c-category-filter__item--all.c-category-filter__item--active .c-category-filter__circle {
  background-color: #baa38d;
}

.c-category-filter__item--topics.c-category-filter__item--active .c-category-filter__circle {
  background-color: #a8789c;
}

.c-category-filter__item--event.c-category-filter__item--active .c-category-filter__circle {
  background-color: #e38a90;
}

.c-category-filter__text {
  color: #7f7a7a;
  font-size: max(0.875rem, 8px);
  font-weight: 500;
  line-height: 0.8;
}

.c-category-filter__item--two-story.c-category-filter__item--active .c-category-filter__circle {
  background-color: #e38a90;
}

.c-category-filter__item--one-story.c-category-filter__item--active .c-category-filter__circle {
  background-color: #a8789c;
}

.c-category-filter__item--renovation.c-category-filter__item--active .c-category-filter__circle {
  background-color: #c08869;
}

.c-info-table {
  padding-top: 1.875rem;
}

.c-info-table__row {
  display: flex;
}

.c-info-table__dt {
  border-bottom: 1px solid #b6b6b6;
  color: #484141;
  flex-shrink: 0;
  font-size: max(1rem, 8px);
  font-weight: 500;
  line-height: 1.6;
  padding-top: 2rem;
  width: 12.5rem;
}

.c-info-table__dt--purple {
  border-bottom-color: #a8789c;
}

.c-info-table__dt--orange {
  border-bottom-color: #baa38d;
}

.c-info-table__dt--pink {
  border-bottom-color: #e38a90;
}

.c-info-table__dt--narrow {
  width: 7.5rem;
}

.c-info-table__dd {
  border-bottom: 1px solid #b6b6b6;
  color: #484141;
  flex: 1;
  font-size: max(0.9375rem, 8px);
  font-weight: 400;
  line-height: 1.6;
  min-width: 0;
  padding-block: 2rem;
}

.c-info-table__tel {
  color: #484141;
  text-decoration: underline;
}

.c-pagination {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
  padding-top: 2.5rem;
}

.c-pagination__arrow {
  align-items: center;
  display: flex;
  margin-right: 1.5rem;
  text-decoration: none;
}

.c-pagination__arrow--next {
  margin-left: 1.5rem;
  margin-right: 0;
}

.c-pagination__arrow svg {
  height: auto;
  width: 0.5rem;
}

.c-pagination__item {
  align-items: center;
  border: 1px solid #b6b6b6;
  border-radius: 0.125rem;
  display: flex;
  font-family: "YakuHanJP", "Satoshi", sans-serif;
  font-size: max(0.875rem, 8px);
  font-weight: 500;
  height: 2.5rem;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 2.5rem;
}

.c-pagination__item--active {
  background-color: #baa38d;
  border-color: #baa38d;
  color: #fff;
}

.c-pagination__dots {
  font-family: "YakuHanJP", "Satoshi", sans-serif;
  font-size: max(0.875rem, 8px);
  font-weight: 500;
  line-height: 1;
}

.p-404 {
  padding-block: 6rem;
}

.p-404__inner {
  max-width: 64rem;
}

.p-404__text {
  font-size: max(0.9375rem, 8px);
  line-height: 1.6;
  margin-top: 2rem;
}

.p-404__btn {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-inline: auto;
  margin-top: 5rem;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}

.p-404__btn-text {
  font-size: max(0.9375rem, 8px);
  line-height: 1;
}

.p-about-concept__inner {
  display: flex;
  gap: 7.5rem;
  justify-content: space-between;
  max-width: 70rem;
}

.p-about-concept__img {
  flex-shrink: 0;
}

.p-about-concept__img-en {
  color: #7f7a7a;
  font-family: "YakuHanJP", "Satoshi", sans-serif;
  font-size: max(1.5rem, 8px);
  font-weight: 400;
  line-height: 1.4;
}

.p-about-concept__img-wrap {
  margin-top: 1.5rem;
}

.p-about-concept__img-wrap img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 30rem;
}

.p-about-concept__txt {
  padding-top: 6.5rem;
}

.p-about-concept__desc {
  margin-top: 2rem;
}

.p-about-concept__desc p {
  font-size: max(0.9375rem, 8px);
  line-height: 1.6;
}

.p-about-concept__desc p + p {
  margin-top: 1rem;
}

.p-about-message {
  border-top: 1px solid #b6b6b6;
}

.p-about-message__inner {
  display: flex;
  gap: 7.5rem;
  justify-content: space-between;
  max-width: 70rem;
}

.p-about-message__txt {
  max-width: 29rem;
  width: 100%;
}

.p-about-message__body {
  margin-top: 2rem;
}

.p-about-message__lead {
  font-size: max(1.5rem, 8px);
  line-height: 1.6;
}

.p-about-message__body p {
  font-size: max(0.9375rem, 8px);
  line-height: 1.6;
}

.p-about-message__body p + p {
  margin-top: 1rem;
}

.p-about-message__lead + p {
  margin-top: 1rem;
}

.p-about-message__sign {
  margin-top: 1.5rem;
}

.p-about-message__sign-role {
  font-size: max(0.9375rem, 8px);
  line-height: 1.6;
}

.p-about-message__sign-name {
  font-size: max(1.125rem, 8px);
  line-height: 1.6;
}

.p-about-message__img {
  flex-shrink: 0;
}

.p-about-message__img img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 30rem;
}

.p-about-service {
  border-top: 1px solid #b6b6b6;
}

.p-about-service__inner {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
.p-about-service__inner > .c-section-ttl {
  align-self: stretch;
}

.p-about-service__desc {
  align-self: stretch;
  font-size: max(0.9375rem, 8px);
  line-height: 1.6;
  padding-top: 1rem;
}

.p-about-service__list {
  max-width: 67rem;
  padding-top: 2.5rem;
  width: 100%;
}

.p-about-service__item {
  align-items: flex-start;
  border-top: 0.5px solid #b6b6b6;
  display: flex;
  gap: 2.5rem;
  padding-block: 2.5rem;
}

.p-about-service__item-txt {
  flex: 1;
  min-width: 0;
}

.p-about-service__item-num {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.p-about-service__item-number {
  font-family: "YakuHanJP", "Satoshi", sans-serif;
  font-size: max(1rem, 8px);
  font-weight: 400;
  line-height: 1;
}

.p-about-service__item-number--purple {
  color: #a8789c;
}

.p-about-service__item-number--pink {
  color: #e38a90;
}

.p-about-service__item-label {
  font-family: "YakuHanJP", "Satoshi", sans-serif;
  font-size: max(1rem, 8px);
  line-height: 1;
}

.p-about-service__item-title {
  font-size: max(1.5rem, 8px);
  line-height: 1.4;
  margin-top: 1rem;
}

.p-about-service__item-body {
  margin-top: 1rem;
}

.p-about-service__item-body p {
  font-size: max(0.9375rem, 8px);
  line-height: 1.6;
}

.p-about-service__item-body p + p {
  margin-top: 0.5rem;
}

.p-about-service__item:last-child {
  border-bottom: 0.5px solid #b6b6b6;
}

.p-about-service__item-img {
  flex-shrink: 0;
  height: 13.5rem;
  overflow: hidden;
  width: 24rem;
}

.p-about-service__item-img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-about-staff {
  border-top: 1px solid #b6b6b6;
}

.p-about-staff__list {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 4rem;
}

.p-about-staff__card-img {
  aspect-ratio: 1/1;
  background-color: #d9d9d9;
  overflow: hidden;
  width: 100%;
}

.p-about-staff__card-img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-about-staff__card-txt {
  margin-top: 1.125rem;
}

.p-about-staff__card-role {
  font-size: max(0.9375rem, 8px);
  line-height: 1.6;
}

.p-about-staff__card-name {
  font-size: max(1.5rem, 8px);
  line-height: 1.6;
}

.p-single__contents {
  padding-bottom: 6rem;
}

.p-single__inner {
  display: flex;
  gap: 6rem;
  justify-content: space-between;
}

.p-article {
  max-width: 64rem;
  min-width: 0;
  padding-top: 6rem;
  width: 100%;
}

.p-article__meta {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.p-article__date {
  color: #7f7a7a;
  font-family: "YakuHanJP", "Satoshi", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.4;
}

.p-article__ttl {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 1rem;
}

.p-article__add-name {
  color: #7f7a7a;
  font-size: 0.9375rem;
  line-height: 1;
  margin-top: 0.75rem;
}

.p-article__img {
  margin-top: 2rem;
}

.p-article__img img {
  border-radius: 0.4375rem;
  display: block;
  height: auto;
  width: 100%;
}

.p-case-slider {
  margin-top: 2rem;
  overflow: hidden;
}

.p-case-slider__slide img {
  -o-object-fit: cover;
  aspect-ratio: 1024/650;
  border-radius: 0.25rem;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-case-slider__thumbs {
  margin-top: 1.5rem;
  overflow: hidden;
}

.p-case-slider__thumbs .swiper-wrapper {
  display: flex;
  gap: 1rem;
}

.p-case-slider__thumbs .swiper-slide {
  flex: 1 1 0;
  min-width: 0;
}

.p-case-slider__thumb {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.p-case-slider__thumb.is-active {
  opacity: 1;
}

.p-case-slider__thumb img {
  -o-object-fit: cover;
  aspect-ratio: 1024/650;
  border-radius: 0.125rem;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.p-article__body {
  margin-top: 1.5rem;
}

.p-article__body p {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 1.5rem;
}

.p-article__body p:first-child {
  margin-top: 0;
}

.p-article__body h2 {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  gap: 1rem;
  line-height: 1.4;
  margin-top: 3rem;
}
.p-article__body h2::before {
  background-color: #baa38d;
  border-radius: 100%;
  content: "";
  flex-shrink: 0;
  height: 0.625rem;
  width: 0.625rem;
}

.p-article__body h3 {
  border-bottom: 1px solid #b6b6b6;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 2rem;
  padding-bottom: 0.25rem;
  padding-inline: 0.5rem;
}

.p-article__body ul,
.p-article__body ol {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 1.5rem;
}

.p-article__body ul li::before {
  content: "・";
}

.p-article__body ol {
  counter-reset: ol-counter;
}

.p-article__body ol li {
  display: flex;
  gap: 0.5rem;
}
.p-article__body ol li::before {
  content: counter(ol-counter) ".";
  counter-increment: ol-counter;
  flex-shrink: 0;
}

.p-article__body img {
  border-radius: 0.4375rem;
  display: block;
  height: auto;
  margin-top: 2rem;
  width: 100%;
}

.p-article__body .wp-block-button__link,
.p-article__body a.wp-block-button__link {
  align-items: center;
  background-color: #c08869;
  border-radius: 0.125rem;
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 500;
  justify-content: center;
  line-height: 0.8;
  margin-top: 2rem;
  padding-block: 1.5rem 1.375rem;
  padding-inline: 1.5rem;
  text-decoration: none;
}

.p-article__nav {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 5rem;
}

.p-article__nav-prev,
.p-article__nav-next {
  flex: 1;
  min-width: 0;
}

.p-article__nav-next {
  display: flex;
  justify-content: flex-end;
}

.p-article__nav-btn {
  align-items: center;
  color: #484141;
  display: flex;
  gap: 1rem;
  text-decoration: none;
}

.p-article__nav-arrow--prev {
  transform: rotate(180deg);
}

.p-article__nav-text {
  font-size: 0.9375rem;
  line-height: 1;
  white-space: nowrap;
}

.p-article__nav-back {
  align-items: center;
  border-bottom: 1px solid #b6b6b6;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 0.9375rem;
  justify-content: center;
  line-height: 1;
  padding-block: 0.875rem;
  padding-inline: 2.5rem;
  text-decoration: none;
  white-space: nowrap;
}

.p-company-info {
  position: relative;
  z-index: 1;
}

.p-company-info__en {
  color: #a8789c;
  font-family: "YakuHanJP", "Satoshi", sans-serif;
  font-size: max(1rem, 8px);
  font-weight: 400;
  line-height: 1.4;
}

.p-company-info__ja {
  color: #484141;
  font-size: max(2rem, 8px);
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0.5rem;
}

.p-company-info__dl {
  margin-inline-start: auto;
  max-width: 67rem;
}

.p-company-access {
  border-top: 1px solid #b6b6b6;
  position: relative;
  z-index: 1;
}

.p-company-access__heading {
  margin-bottom: 4rem;
}

.p-company-access__en {
  color: #e38a90;
  font-family: "YakuHanJP", "Satoshi", sans-serif;
  font-size: max(1rem, 8px);
  font-weight: 400;
  line-height: 1.4;
}

.p-company-access__ja {
  color: #484141;
  font-size: max(2rem, 8px);
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0.5rem;
}

.p-company-access__content {
  display: flex;
  gap: 4rem;
}

.p-company-access__map {
  flex-shrink: 0;
  height: 21.125rem;
  max-width: 100%;
  width: 28rem;
}

.p-company-access__map iframe {
  height: 100%;
  width: 100%;
}

.p-company-access__info {
  flex: 1;
  min-width: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.p-contact-form__inner {
  max-width: 64rem;
}

.p-contact-form__desc {
  font-size: max(0.9375rem, 8px);
  line-height: 1.6;
  margin-top: 2rem;
}

.p-contact-form__required-note {
  color: #7f7a7a;
  font-size: max(0.9375rem, 8px);
  line-height: 1.6;
  margin-top: 1rem;
}

.p-contact-form__required-mark {
  color: #ce0000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(1rem, 8px);
  font-weight: 500;
  line-height: 1;
  transform: translateY(-0.125rem);
}

.p-contact-form__body {
  margin-top: 3rem;
}

.p-contact-form__fields {
  border-top: 1px solid #b6b6b6;
}

.p-contact-form__row {
  align-items: flex-start;
  border-bottom: 1px solid #b6b6b6;
  display: flex;
  padding-block: 1.875rem;
}

.p-contact-form__label {
  align-items: center;
  color: #484141;
  display: flex;
  flex-shrink: 0;
  font-size: max(1rem, 8px);
  font-weight: 700;
  gap: 0.625rem;
  line-height: 1;
  padding-top: 0.875rem;
  width: 13rem;
}

.p-contact-form__label--light {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
}

.p-contact-form__field {
  flex: 1;
  min-width: 0;
}

.p-contact-form__field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.p-contact-form__field input[type=text],
.p-contact-form__field input[type=email],
.p-contact-form__field input[type=tel] {
  background-color: #fff;
  border: none;
  border-radius: 0.25rem;
  color: #484141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(0.875rem, 8px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  padding-block: 1rem;
  padding-inline: 1rem;
  width: 100%;
}

.p-contact-form__field input::-moz-placeholder {
  color: #999;
}

.p-contact-form__field input::placeholder {
  color: #999;
}

.p-contact-form__field--select select,
.p-contact-form__field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23484141' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 1rem center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0.25rem;
  color: #484141;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(0.875rem, 8px);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  padding-block: 1rem;
  padding-inline: 1rem 2.5rem;
  width: auto;
}

.p-contact-form__field textarea {
  background-color: #fff;
  border: none;
  border-radius: 0.25rem;
  color: #484141;
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(0.875rem, 8px);
  font-weight: 400;
  height: 15rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  padding-block: 1rem;
  padding-inline: 1rem;
  resize: vertical;
  width: 100%;
}

.p-contact-form__field textarea::-moz-placeholder {
  color: #999;
}

.p-contact-form__field textarea::placeholder {
  color: #999;
}

.p-contact-form__caution {
  margin-top: 3rem;
}

.p-contact-form__caution-box {
  background-color: #f0e9e1;
  border-radius: 0.25rem;
  padding-block: 2rem;
  padding-inline: 1rem;
}

.p-contact-form__caution-text {
  color: #484141;
  font-size: max(0.875rem, 8px);
  font-weight: 400;
  line-height: 1.6;
  padding-inline-start: 1em;
  text-indent: -1em;
}

.p-contact-form__caution-text + .p-contact-form__caution-text {
  margin-top: 0.625rem;
}

.p-contact-form__caution-mark {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
}

.p-contact-form__agree {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.p-contact-form__agree .wpcf7-list-item {
  margin: 0;
}

.p-contact-form__agree .wpcf7-list-item label {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 0.75rem;
}

.p-contact-form__agree .wpcf7-list-item-label {
  color: #484141;
  font-size: max(0.9375rem, 8px);
  font-weight: 400;
  line-height: 1;
}

.p-contact-form__agree input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #e38a90;
  border-radius: 0;
  cursor: pointer;
  flex-shrink: 0;
  height: 1.25rem;
  margin: 0;
  position: relative;
  width: 1.25rem;
}

.p-contact-form__agree input[type=checkbox]:checked {
  background-color: #e38a90;
  border-color: #e38a90;
}

.p-contact-form__agree input[type=checkbox]:checked::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  height: 0.625rem;
  left: 0.375rem;
  position: absolute;
  top: 0.1875rem;
  transform: rotate(45deg);
  width: 0.375rem;
}

.p-contact-form__submit {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.p-contact-form__submit input[type=submit] {
  align-items: center;
  background-color: #e38a90;
  border: none;
  border-radius: 0.125rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: max(1rem, 8px);
  font-weight: 500;
  justify-content: center;
  line-height: 0.8;
  padding-bottom: 1.375rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  transition: opacity 0.3s ease;
  width: 13rem;
}
.p-contact-form__submit input[type=submit].is-disabled {
  background-color: #d9d9d9;
  pointer-events: none;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}

.p-contact-form__field textarea + .wpcf7-not-valid-tip {
  margin-top: 0.25rem;
}

.p-contact-form__submit .wpcf7-spinner {
  display: none;
}

.p-craft-features {
  padding-block: 0 6rem;
  position: relative;
  z-index: 1;
}

.p-craft-features__inner {
  display: flex;
  gap: 3.5rem;
  justify-content: space-between;
  max-width: 74rem;
}

.p-craft-features__left {
  flex-shrink: 0;
  max-width: 100%;
  padding-top: 6rem;
  width: 36rem;
}

.p-craft-features__list {
  margin-top: 1.5rem;
}

.p-craft-features__card {
  border-bottom: 1px solid #b6b6b6;
  padding-block: 2rem;
}
.p-craft-features__card:last-child {
  border-bottom: none;
}

.p-craft-features__card--accent {
  border-bottom-color: #a8789c;
}

.p-craft-features__card-header {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.p-craft-features__card-num {
  font-family: "YakuHanJP", "Satoshi", sans-serif;
  font-size: 0.6875rem;
  line-height: 1;
}

.p-craft-features__card-num--purple {
  color: #a8789c;
}

.p-craft-features__card-num--pink {
  color: #e38a90;
}

.p-craft-features__card-dot {
  border-radius: 100%;
  height: 0.625rem;
  width: 0.625rem;
}

.p-craft-features__card-dot--purple {
  background-color: #a8789c;
}

.p-craft-features__card-dot--pink {
  background-color: #e38a90;
}

.p-craft-features__card-cat {
  color: #484141;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.p-craft-features__card-title {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 1.25rem;
}

.p-craft-features__card-img {
  border-radius: 0.25rem;
  margin-top: 1.25rem;
  overflow: hidden;
}

.p-craft-features__card-img img {
  display: block;
  height: auto;
  width: 100%;
}

.p-craft-features__card-desc {
  color: #7f7a7a;
  font-size: 0.9375rem;
  line-height: 1.7;
  margin-top: 1.25rem;
}

.p-craft-features__card-note {
  margin-top: 0.625rem;
}

.p-craft-features__card-note p {
  color: #7f7a7a;
  font-size: 0.75rem;
  line-height: 1.6;
}

.p-craft-features__right {
  flex-shrink: 0;
  padding-top: 6rem;
  width: 31.625rem;
}

.p-craft-features__diagram {
  position: sticky;
  top: 7.5rem;
  width: 100%;
}

.p-craft-features__diagram img {
  display: block;
  height: auto;
  width: 100%;
}

.p-craft-flow {
  border-top: 1px solid #b6b6b6;
  margin-inline: auto;
  max-width: 90rem;
  padding-inline: 3rem;
  position: relative;
  z-index: 1;
}

.p-craft-flow__header {
  margin-inline: auto;
  max-width: 84rem;
}

.p-craft-flow__lead {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 1rem;
}

.p-craft-flow__list {
  margin-left: auto;
  margin-top: 2rem;
  max-width: 67rem;
}

.p-craft-flow__item {
  align-items: center;
  border-bottom: 0.5px solid #b6b6b6;
  display: flex;
  gap: 2.5rem;
  padding-block: 2.5rem;
}

.p-craft-flow__item--accent {
  border-bottom-color: #b6b6b6;
}

.p-craft-flow__item--last {
  border-bottom: none;
}

.p-craft-flow__icon {
  flex-shrink: 0;
  height: 9.75rem;
  width: 9.75rem;
}

.p-craft-flow__icon img {
  height: 100%;
  width: 100%;
}

.p-craft-flow__body {
  flex: 1;
  min-width: 0;
}

.p-craft-flow__step {
  font-family: "YakuHanJP", "Satoshi", sans-serif;
  font-size: 1.25rem;
  line-height: 1.6;
}

.p-craft-flow__step--purple {
  color: #a8789c;
}

.p-craft-flow__step--pink {
  color: #e38a90;
}

.p-craft-flow__title {
  font-size: 1.5rem;
  line-height: 1.6;
}

.p-craft-flow__desc {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.p-craft-main {
  background-color: #f2efeb;
  position: relative;
}

.p-craft-fv {
  border-bottom: 1px solid #b6b6b6;
  padding-block: 5rem 1.5rem;
  padding-inline: 3rem;
  position: relative;
  z-index: 1;
}

.p-craft-fv__inner {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.p-craft-fv__breadcrumb {
  align-items: center;
  color: #484141;
  display: flex;
  font-size: 0.9375rem;
  gap: 0.625rem;
  line-height: 1;
}

.p-craft-fv__breadcrumb-link {
  color: #484141;
  text-decoration: none;
}

.p-craft-fv__breadcrumb-sep {
  color: #484141;
}

.p-craft-fv__breadcrumb-current {
  color: #484141;
}

.p-footer {
  background: linear-gradient(rgba(36, 32, 29, 0.9), rgba(36, 32, 29, 0.9)), url("../img/common/footer-bg.webp") center/cover no-repeat scroll;
  background-color: #24201d;
  display: flex;
  flex-direction: column;
  padding-inline: 3.0625rem;
  position: relative;
  z-index: 1;
}

.p-footer__main {
  display: flex;
  gap: 3.1875rem;
  justify-content: space-between;
}

.p-footer__logo {
  width: 12.5rem;
}

.p-footer__logo img {
  height: auto;
  width: 100%;
}

.p-footer__menu {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

.p-footer__menu-row {
  display: flex;
  gap: 1.5rem;
}

.p-footer__menu-item {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.p-footer__menu-link {
  color: #fff;
  font-size: max(1rem, 8px);
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.p-footer__sub-menu {
  margin-top: 1.5rem;
}

.p-footer__sub-menu li + li {
  margin-top: 1rem;
}

.p-footer__sub-item {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  text-decoration: none;
}

.p-footer__sub-line {
  background-color: #fff;
  display: inline-block;
  flex-shrink: 0;
  height: 1px;
  width: 0.75rem;
}

.p-footer__sub-text {
  color: #fff;
  font-size: max(0.9375rem, 8px);
  line-height: 1;
}

.p-footer__sub-text:first-of-type {
  font-size: max(1rem, 8px);
}

.p-footer__pagetop {
  align-items: center;
  align-self: flex-end;
  border: 1px solid #f2efeb;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  height: 4.0625rem;
  justify-content: center;
  margin-top: 2.0625rem;
  width: 4.0625rem;
}

.p-footer__pagetop img {
  height: auto;
  width: 0.9375rem;
}

.p-footer__bottom {
  align-items: center;
  border-top: 1px solid #645f5b;
  display: flex;
  gap: 3.1875rem;
  justify-content: space-between;
  padding-block: 1.5rem 3.0625rem;
}

.p-footer__copyright {
  color: #b6b6b6;
  font-size: max(0.875rem, 8px);
  line-height: 1;
}

.p-footer__links {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.p-footer__link-item {
  align-items: center;
  display: flex;
  gap: 0.375rem;
  text-decoration: none;
}

.p-footer__link-text {
  color: #b6b6b6;
  font-size: max(0.9375rem, 8px);
  font-weight: 500;
  line-height: 1.6;
}

.p-footer__link-icon {
  height: auto;
  width: 1rem;
}

.p-news__inner {
  display: flex;
  gap: clamp(2.5rem, -3.7rem + 12.93vw, 6rem);
}

.p-news__main {
  flex: 1;
  min-width: 0;
}

.p-news__item {
  align-items: center;
  border-top: 1px solid #b6b6b6;
  display: flex;
  gap: 1.5rem;
  padding: 2.25rem 2rem;
  text-decoration: none;
}

.p-news__list li:last-child .p-news__item {
  border-bottom: 1px solid #b6b6b6;
}

.p-news__date {
  color: #7f7a7a;
  flex-shrink: 0;
  font-family: "YakuHanJP", "Satoshi", sans-serif;
  font-size: max(0.9375rem, 8px);
  font-weight: 400;
  line-height: 1.4;
}

.p-news__item .c-cat {
  flex-shrink: 0;
}

.p-news__item-title {
  font-size: max(0.9375rem, 8px);
  line-height: 1.4;
  min-width: 0;
}

.c-pagination .wp-pagenavi {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.c-pagination .wp-pagenavi a,
.c-pagination .wp-pagenavi span {
  align-items: center;
  background: none;
  border: 1px solid #b6b6b6;
  border-radius: 0.125rem;
  color: #484141;
  display: flex;
  font-family: "YakuHanJP", "Satoshi", sans-serif;
  font-size: max(0.875rem, 8px);
  font-weight: 500;
  height: 2.5rem;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  width: 2.5rem;
}

.c-pagination .wp-pagenavi span.current {
  background-color: #baa38d;
  border-color: #baa38d;
  color: #fff;
}

.c-pagination .wp-pagenavi span.extend {
  border: none;
  height: auto;
  width: auto;
}

.c-pagination .wp-pagenavi a.previouspostslink,
.c-pagination .wp-pagenavi a.nextpostslink {
  border: none;
  padding-inline-end: 1.5rem;
  width: auto;
}

.c-pagination .wp-pagenavi a.nextpostslink {
  padding-inline-end: 0;
  padding-inline-start: 1.5rem;
}

.p-page-fv {
  border-bottom: 1px solid #b6b6b6;
}

.p-page-fv__inner {
  display: flex;
  flex-direction: column;
  margin-inline: auto;
  max-width: 90rem;
  padding: 11.25rem 3rem 1.5rem;
}

.p-page-fv__breadcrumb {
  align-self: flex-end;
  font-size: max(0.9375rem, 8px);
  line-height: 1;
  padding-top: 7rem;
}

.p-page-fv__breadcrumb-list {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}

.p-page-fv__breadcrumb-item {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}

.p-page-fv__breadcrumb-item + .p-page-fv__breadcrumb-item::before {
  content: "/";
}

.p-sidebar {
  flex-shrink: 0;
  padding-top: 6rem;
}

.p-sidebar__ttl {
  border-bottom: 1px solid #b6b6b6;
  color: #484141;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 1.5rem;
  padding-block-end: 1rem;
  padding-inline: 0.5rem 3rem;
}

.p-sidebar__list li + li {
  margin-top: 0.5rem;
}

.p-sidebar__cat {
  align-items: center;
  background-color: #baa38d;
  border-radius: 0.125rem;
  display: flex;
  gap: 0.625rem;
  padding-block: 0.5rem 0.375rem;
  text-decoration: none;
  width: 5.5rem;
}

.p-sidebar__cat--all .p-sidebar__dot {
  background-color: #f2efeb;
}

.p-sidebar__dot {
  background-color: #baa38d;
  border-radius: 100%;
  flex-shrink: 0;
  height: 0.625rem;
  margin-left: 0.625rem;
  width: 0.625rem;
}

.p-sidebar__cat-name {
  color: #7f7a7a;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 0.8;
}

.p-single-fv {
  border-bottom: 1px solid #b6b6b6;
  padding-block: 5rem 1.5rem;
  padding-inline: 3rem;
}

.p-single-fv__inner {
  margin-inline: auto;
  max-width: 1344px;
}

.p-single-fv__ttl {
  margin-bottom: 1rem;
}

.p-single-fv__en {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.p-single-fv__icon {
  height: auto;
  width: 1.125rem;
}

.p-single-fv__en-text {
  font-family: "YakuHanJP", "Satoshi", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}

.p-single-fv__ja {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
  margin-top: 1rem;
}

.p-single-fv__breadcrumb {
  margin-top: 7rem;
}

.p-breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  justify-content: flex-end;
}

.p-breadcrumb__item {
  align-items: center;
  display: flex;
  font-size: 0.9375rem;
  gap: 0.5rem;
  line-height: 1;
}

.p-sub-fv {
  border-bottom: 1px solid #b6b6b6;
  padding: 5rem 3rem 1.5rem;
}

.p-sub-fv__inner {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.p-sub-fv__breadcrumb {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 0.625rem;
}

.p-sub-fv__breadcrumb-link {
  font-size: max(0.9375rem, 8px);
  line-height: 1;
  text-decoration: none;
}

.p-sub-fv__breadcrumb-separator {
  font-size: max(0.9375rem, 8px);
  line-height: 1;
}

.p-sub-fv__breadcrumb-current {
  font-size: max(0.9375rem, 8px);
  line-height: 1;
}

.p-thanks__inner {
  display: flex;
  flex-direction: column;
  max-width: 64rem;
}

.p-thanks__heading-en {
  color: #e38a90;
  font-family: "YakuHanJP", "Satoshi", sans-serif;
  font-size: max(1rem, 8px);
  line-height: 1.4;
}

.p-thanks__heading-ja {
  font-size: max(2rem, 8px);
  line-height: 1.4;
  margin-top: 0.5rem;
}

.p-thanks__body {
  margin-top: 2rem;
}

.p-thanks__text {
  font-size: max(0.9375rem, 8px);
  line-height: 1.6;
}

.p-thanks__body > * + * {
  margin-top: 1rem;
}

.p-thanks__tel a {
  font-size: max(0.9375rem, 8px);
  line-height: 1.6;
  text-decoration: underline;
}

.p-thanks__btn {
  align-items: center;
  align-self: center;
  display: inline-flex;
  gap: 1rem;
  margin-top: 5rem;
  text-decoration: none;
}

.p-thanks__btn-text {
  font-size: max(0.9375rem, 8px);
  line-height: 1;
}

.p-top-about__inner {
  align-items: center;
  display: flex;
  gap: clamp(36px, -214.18px + 32.62vw, 112px);
  justify-content: center;
}

.p-top-about__txt {
  flex: 1;
  min-width: 0;
}

.p-top-about__img {
  min-width: 0;
}

.p-top-about__img img {
  display: block;
  height: auto;
  max-width: 100%;
  width: clamp(17.5rem, 38vw, 34rem);
}

.p-top-about__desc {
  margin-top: 1.5rem;
}

.p-top-about__desc p {
  font-size: max(0.9375rem, 8px);
  line-height: 1.6;
}

.p-top-about__desc p + p {
  margin-top: 1.25rem;
}

.p-top-about__links {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

.p-top-about__links-row {
  display: flex;
  gap: 2.5rem;
}

.p-top-about__link-item {
  align-items: center;
  border-bottom: 1px solid #b6b6b6;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-block: 2.5rem 1.5rem;
  text-decoration: none;
  width: 15.25rem;
}

.p-top-about__link-text {
  font-size: max(0.9375rem, 8px);
  line-height: 1;
}

.p-top-case {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  margin-inline: auto;
  max-width: 120rem;
}

.p-top-case__header {
  padding-inline: 3rem;
}

.p-top-case__ttl-wrap {
  display: flex;
  flex-direction: column;
}

.p-top-case__desc {
  font-size: max(1rem, 8px);
  line-height: 1.6;
  margin-top: 1.5rem;
}

.p-top-case__btn-wrap {
  align-items: center;
  align-self: end;
  display: flex;
  flex-shrink: 0;
  gap: 1rem;
  padding-inline-end: 3rem;
}

.p-top-case__btn-text {
  font-size: max(0.9375rem, 8px);
  line-height: 1;
}

.p-top-case__list-wrap {
  border-top: 1px solid #b6b6b6;
  grid-column: 1/-1;
  margin-top: 3rem;
}

.p-top-case__list {
  display: flex;
  gap: 1.5rem;
  padding: 3.5rem 3rem 0;
}

.p-top-case__card-wrap {
  width: calc((100% - 3rem) / 3);
}

.p-top-case__card {
  display: block;
  text-decoration: none;
}
.p-top-case__card:hover {
  opacity: 1;
}

.p-top-case__card-img {
  border-radius: 0.25rem;
  overflow: hidden;
}

.p-top-case__card-img img {
  -o-object-fit: cover;
  aspect-ratio: 432/387;
  display: block;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}

.p-top-case__card:hover .p-top-case__card-img img {
  transform: scale(1.05);
}

.p-top-case__card .c-cat {
  margin-top: 1.5rem;
}

.p-top-case__card-title {
  font-size: max(1.125rem, 8px);
  line-height: 1.4;
  margin-top: 1rem;
}

.p-top-case__card-detail {
  color: #7f7a7a;
  font-size: max(0.9375rem, 8px);
  line-height: 1;
  margin-top: 0.75rem;
}

.p-top-contact {
  align-items: center;
  color: inherit;
  display: flex;
  justify-content: center;
  min-height: 38rem;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.p-top-contact:hover {
  opacity: 1;
}

.p-top-contact__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.p-top-contact__bg::after {
  background-color: #24201d;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.36;
  position: absolute;
  top: 0;
  transition: opacity 0.4s ease;
  width: 100%;
}
.p-top-contact:hover .p-top-contact__bg::after {
  opacity: 0;
}

.p-top-contact__bg img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-top-contact__inner {
  align-items: center;
  display: flex;
  gap: 9.1875rem;
  justify-content: space-between;
  max-width: 75.375rem;
  padding-inline: 3rem;
  position: relative;
  width: 100%;
}

.p-top-contact__en {
  color: #fff;
  font-family: "YakuHanJP", "Satoshi", sans-serif;
  font-size: max(7.625rem, 8px);
  font-weight: 300;
  line-height: 1;
}

.p-top-contact__title {
  color: #fff;
  font-size: max(1.5rem, 8px);
  font-weight: 400;
  line-height: 1;
  margin-top: 1.5rem;
}

.p-top-contact__desc {
  color: #fff;
  font-size: max(0.9375rem, 8px);
  font-weight: 400;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.p-top-features {
  background-color: #fff;
  border-radius: 2.5rem;
  overflow: hidden;
  padding-inline: 3rem;
  position: relative;
}

.p-top-features__inner {
  position: relative;
  z-index: 1;
}

.p-top-features__bg {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  opacity: 0.1;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.p-top-features__list {
  margin-top: 4rem;
}

.p-top-features__item {
  align-items: center;
  display: flex;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  justify-content: space-between;
  margin-inline: auto;
  max-width: 84rem;
}

.p-top-features__item + .p-top-features__item {
  margin-top: clamp(2.5rem, 5vw, 4.5rem);
}

.p-top-features__item--reverse {
  flex-direction: row-reverse;
  gap: clamp(24px, -196.69px + 27.47vw, 80px);
  justify-content: flex-end;
}

.p-top-features__item-txt {
  max-width: 30rem;
  width: 100%;
}

.p-top-features__item-num {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  padding-block: 0 0.25rem;
}

.p-top-features__item-number {
  font-family: "YakuHanJP", "Satoshi", sans-serif;
  font-size: max(1rem, 8px);
  line-height: 1;
}

.p-top-features__item-number--purple {
  color: #a8789c;
}

.p-top-features__item-number--pink {
  color: #e38a90;
}

.p-top-features__item-label {
  font-family: "YakuHanJP", "Satoshi", sans-serif;
  font-size: max(1rem, 8px);
  line-height: 1;
}

.p-top-features__item-title {
  font-size: max(1.5rem, 8px);
  line-height: 1.4;
  margin-top: 1.5rem;
}

.p-top-features__item-desc {
  font-size: max(0.9375rem, 8px);
  line-height: 1.6;
  margin-top: 0.5rem;
}

.p-top-features__item-link {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
}

.p-top-features__item-link-text {
  font-size: max(0.9375rem, 8px);
  line-height: 1;
}

.p-top-features__item-img {
  border-radius: 0.25rem;
  flex-shrink: 0;
  overflow: hidden;
  width: clamp(22.5rem, 45vw, 40rem);
}

.p-top-features__item-img img {
  display: block;
  height: auto;
  width: 100%;
}

.p-top-fv {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.p-top-fv__slider {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-top-fv__slide {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: opacity 2.5s ease;
  width: 100%;
}

.p-top-fv__slide.is-active {
  opacity: 1;
}

.p-top-fv__bg {
  height: 100%;
  position: relative;
  width: 100%;
}
.p-top-fv__bg::after {
  background-color: #24201d;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.2;
  position: absolute;
  top: 0;
  width: 100%;
}

.p-top-fv__bg img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.p-top-fv__catch {
  bottom: 6.125rem;
  left: 0;
  padding-inline: 3rem;
  position: absolute;
  z-index: 2;
}

.p-top-fv__main-txt {
  padding-block: 0 1rem;
}

.p-top-fv__title {
  color: #fff;
  font-family: "YakuHanJP", "Satoshi", sans-serif;
  font-size: max(5rem, 8px);
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1;
}

.p-top-fv__subtitle {
  color: #fff;
  font-size: max(1.125rem, 8px);
  font-weight: 400;
  line-height: 1;
  margin-top: 1rem;
}

.p-top-header {
  position: fixed;
  top: 0;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.p-top-header.UpMove {
  transform: translateY(-100%);
}
.p-top-header.DownMove {
  transform: translateY(0);
}
.p-top-header {
  align-items: center;
  display: flex;
  height: 6.25rem;
  justify-content: space-between;
  left: 0;
  padding-inline: 3rem;
  width: 100%;
  z-index: 20;
}
.p-top-header.is-scrolled {
  background-color: #f2eee7;
}

.p-top-header__logo {
  width: 12.5rem;
}
.p-top-header__logo img {
  height: auto;
  width: 100%;
}

.p-top-header__logo-color {
  display: none;
}

.is-scrolled .p-top-header__logo-white {
  display: none;
}

.is-scrolled .p-top-header__logo-color {
  display: block;
}

.p-top-header__nav-list {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}

.p-top-header__nav-link {
  color: #fff;
  font-size: max(1rem, 8px);
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: color 0.3s ease;
}
.is-scrolled .p-top-header__nav-link {
  color: #484141;
}

.p-top-header__nav-link--toggle {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
  padding: 0;
}

.p-top-header__toggle-icon {
  display: inline-block;
  height: 1rem;
  position: relative;
  width: 1rem;
}
.p-top-header__toggle-icon::before, .p-top-header__toggle-icon::after {
  background-color: #fff;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.p-top-header__toggle-icon::before {
  height: 2px;
  transform: translate(-50%, -50%);
  width: 100%;
}
.p-top-header__toggle-icon::after {
  height: 100%;
  transform: translate(-50%, -50%);
  width: 2px;
}
.is-open .p-top-header__toggle-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.is-scrolled .p-top-header__toggle-icon::before, .is-scrolled .p-top-header__toggle-icon::after {
  background-color: #484141;
}

.p-top-header__dropdown {
  position: relative;
}

.p-top-header__dropdown-menu {
  display: none;
  left: 0;
  min-width: 13.75rem;
  position: absolute;
  top: calc(100% + 1rem);
}

.p-top-header__dropdown-menu.is-open {
  display: flex;
  flex-direction: column;
}

.p-top-header__dropdown-item {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  padding-block: 0.75rem;
  text-decoration: none;
  white-space: nowrap;
}

.p-top-header__dropdown-item span {
  color: #fff;
  font-size: max(1rem, 8px);
  font-weight: 400;
  line-height: 1;
}
.is-scrolled .p-top-header__dropdown-item span {
  color: #484141;
}

.p-top-header__dropdown-line {
  background-color: #fff;
  display: inline-block;
  flex-shrink: 0;
  height: 1px;
  transition: background-color 0.3s ease;
  width: 0.75rem;
}
.is-scrolled .p-top-header__dropdown-line {
  background-color: #484141;
}

.p-top-header__menu-btn {
  display: none;
}

.p-top-header__menu-btn span {
  background-color: #fff;
  border-radius: 1px;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.3s ease, top 0.3s ease;
  width: 2.125rem;
}
.is-scrolled .p-top-header__menu-btn span {
  background-color: #484141;
}

.p-top-header__menu-btn span:nth-child(1) {
  top: 0.75rem;
}

.p-top-header__menu-btn span:nth-child(2) {
  top: 1.5rem;
}

.p-top-header__menu-btn span:nth-child(3) {
  top: 2.25rem;
}

.p-top-header__menu-btn.is-open span {
  background-color: #fff;
}

.p-top-header__menu-btn.is-open span:nth-child(1) {
  top: 1.5rem;
  transform: rotate(45deg);
}

.p-top-header__menu-btn.is-open span:nth-child(2) {
  opacity: 0;
}

.p-top-header__menu-btn.is-open span:nth-child(3) {
  top: 1.5rem;
  transform: rotate(-45deg);
}

.p-top-header__nav-contact {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 3.125rem;
  color: #fff;
  display: flex;
  font-size: max(1rem, 8px);
  font-weight: 500;
  height: 3rem;
  justify-content: center;
  line-height: 1;
  padding-inline: 1.5rem;
  text-decoration: none;
  transition: color 0.3s ease, border-color 0.3s ease;
}
.is-scrolled .p-top-header__nav-contact {
  border-color: #484141;
  color: #484141;
}

.p-sp-menu {
  display: none;
}
.p-sp-menu.is-open {
  opacity: 1;
  visibility: visible;
}

.p-sp-menu__close {
  background: none;
  border: none;
  cursor: pointer;
  height: 3rem;
  padding: 0;
  position: absolute;
  right: 1.25rem;
  top: 0.6875rem;
  width: 3rem;
  z-index: 1;
}

.p-sp-menu__close span {
  background-color: #fff;
  border-radius: 1px;
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 2rem;
}

.p-sp-menu__close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.p-sp-menu__close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-sp-menu__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding-inline: 1.25rem;
}

.p-sp-menu__content {
  padding-block: 0.6875rem 2.5rem;
}

.p-sp-menu__logo {
  display: block;
  width: 12.5rem;
}

.p-sp-menu__logo img {
  height: auto;
  width: 100%;
}

.p-sp-menu__nav {
  margin-top: 3rem;
}

.p-sp-menu__list {
  list-style: none;
}

.p-sp-menu__item + .p-sp-menu__item {
  margin-top: 2rem;
}

.p-sp-menu__link {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.p-sp-menu__sub-list {
  list-style: none;
  margin-top: 1rem;
}

.p-sp-menu__sub-item {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.p-sp-menu__sub-item + .p-sp-menu__sub-item {
  margin-top: 1.5rem;
}

.p-sp-menu__sub-item a {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.p-sp-menu__sub-line {
  background-color: #fff;
  display: block;
  flex-shrink: 0;
  height: 1px;
  width: 0.75rem;
}

.p-sp-menu__contact-btn {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 3.125rem;
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 500;
  height: 3rem;
  line-height: 1;
  margin-top: 2.25rem;
  padding-inline: 1.5rem;
  text-decoration: none;
}

.p-sp-menu__bottom {
  border-top: 1px solid #645f5b;
  padding-block: 1.5rem 6rem;
}

.p-sp-menu__bottom-links {
  align-items: center;
  display: flex;
  gap: 0.875rem;
}

.p-sp-menu__bottom-link {
  align-items: center;
  color: #b6b6b6;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 0.375rem;
  line-height: 1;
  text-decoration: none;
}

.p-sp-menu__bottom-link img {
  height: 0.9375rem;
  width: 1rem;
}

.p-top-info {
  height: 19.875rem;
}

.p-top-info__inner {
  align-items: center;
  display: flex;
  height: 100%;
}

.p-top-info__tel {
  align-items: center;
  border-right: 1px solid #b6b6b6;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 50%;
}

.p-top-info__tel-row {
  align-items: flex-end;
  display: flex;
  gap: 0.5rem;
}

.p-top-info__tel-label {
  color: #484141;
  font-family: "YakuHanJP", "Satoshi", sans-serif;
  font-size: max(2rem, 8px);
  font-weight: 300;
  line-height: 1;
}

.p-top-info__tel-number {
  color: #484141;
  font-family: "YakuHanJP", "Satoshi", sans-serif;
  font-size: max(4rem, 8px);
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
}

.p-top-info__tel-meta {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.p-top-info__tel-hours {
  font-size: max(0.9375rem, 8px);
  line-height: 1.6;
}

.p-top-info__tel-holiday {
  border-inline-start: 1px solid #b6b6b6;
  font-size: max(0.9375rem, 8px);
  line-height: 1.6;
  padding-inline-start: 1rem;
}

.p-top-info__shop {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 50%;
}

.p-top-info__shop-box {
  display: flex;
  flex-direction: column;
}

.p-top-info__shop-title {
  border-bottom: 1px solid #b6b6b6;
  font-size: max(1.5rem, 8px);
  line-height: 1;
  padding-block: 0 1rem;
}

.p-top-info__shop-detail {
  align-items: center;
  display: flex;
  margin-top: 1.125rem;
}

.p-top-info__shop-pin {
  flex-shrink: 0;
  height: auto;
  margin-bottom: 0.25rem;
  width: 0.75rem;
}

.p-top-info__shop-name {
  align-items: center;
  display: flex;
  font-size: max(1rem, 8px);
  gap: 0.5rem;
  line-height: 1.6;
}

.p-top-info__shop-address {
  font-size: max(0.9375rem, 8px);
  line-height: 1;
  margin-inline-start: 1rem;
}

.p-top-main {
  position: relative;
}

.p-top-news {
  padding-inline: 3rem;
}

.p-top-news__inner {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: auto minmax(0, 62.5rem);
  grid-template-rows: 1fr auto;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 84rem;
}

.p-top-news__left {
  grid-column: 1;
  grid-row: 1;
}

.p-top-news__btn-wrap {
  align-items: center;
  align-self: end;
  display: flex;
  gap: 1rem;
  grid-column: 1;
  grid-row: 2;
  padding-block: 0 1rem;
}

.p-top-news__btn-text {
  font-size: max(0.9375rem, 8px);
  line-height: 1;
}

.p-top-news__list {
  display: flex;
  flex-direction: column;
  grid-column: 2;
  grid-row: 1/-1;
  max-width: 62.5rem;
  min-width: 0;
  width: 100%;
}

.p-top-news__item {
  align-items: center;
  border-top: 1px solid #b6b6b6;
  display: flex;
  gap: 1.5rem;
  padding: 2.25rem 2rem;
  text-decoration: none;
}

.p-top-news__list li:last-child .p-top-news__item {
  border-bottom: 1px solid #b6b6b6;
}

.p-top-news__date {
  color: #7f7a7a;
  flex-shrink: 0;
  font-family: "YakuHanJP", "Satoshi", sans-serif;
  font-size: max(0.9375rem, 8px);
  line-height: 1.4;
}

.p-top-news__item .c-cat {
  flex-shrink: 0;
}

.p-top-news__item-title {
  font-size: max(0.9375rem, 8px);
  line-height: 1.4;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-under-header {
  align-items: center;
  background-color: #f2eee7;
  display: flex;
  gap: 0.625rem;
  height: 6.25rem;
  justify-content: space-between;
  margin-inline: auto;
  max-width: 90rem;
  padding-inline: 3rem;
  width: 100%;
}

.p-under-header__logo {
  flex-shrink: 0;
}

.p-under-header__logo img {
  height: auto;
  width: 12.5rem;
}

.p-under-header__nav-list {
  align-items: center;
  display: flex;
  gap: 1.5rem;
}

.p-under-header__nav-item {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.p-under-header__nav-link {
  color: #484141;
  font-size: max(1rem, 8px);
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.p-under-header__toggle-icon {
  align-items: center;
  color: #484141;
  cursor: pointer;
  display: inline-flex;
  font-size: max(1rem, 8px);
  height: 1.25rem;
  justify-content: center;
  width: 1.25rem;
}

.p-under-header__contact {
  align-items: center;
  border: 1px solid #484141;
  border-radius: 3.125rem;
  color: #484141;
  display: flex;
  flex-shrink: 0;
  font-size: max(1rem, 8px);
  font-weight: 500;
  gap: 0.625rem;
  height: 3rem;
  justify-content: center;
  line-height: 1;
  padding-inline: 1.5rem;
  text-decoration: none;
  white-space: nowrap;
}

.p-works-single {
  background-color: #f2efeb;
  position: relative;
}

.p-works-single__bg {
  display: none;
}

.p-works-single__fv {
  border-bottom: 1px solid #b6b6b6;
  padding-block: 5rem 1.5rem;
  padding-inline: 3rem;
  position: relative;
  z-index: 1;
}

.p-works-single__fv-inner {
  margin-inline: auto;
  max-width: 1344px;
  width: 100%;
}

.p-works-single__fv-en {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.p-works-single__fv-icon {
  height: auto;
  width: 1.125rem;
}

.p-works-single__fv-en-text {
  font-family: "YakuHanJP", "Satoshi", sans-serif;
  font-size: max(1.125rem, 8px);
  line-height: 1;
}

.p-works-single__fv-ja {
  font-size: max(2.5rem, 8px);
  font-weight: 300;
  line-height: 1;
  margin-top: 1rem;
}

.p-works-single__breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: flex-end;
  margin-top: 7rem;
}

.p-works-single__breadcrumb-link {
  font-size: max(0.9375rem, 8px);
  line-height: 1;
  text-decoration: none;
}

.p-works-single__breadcrumb-sep {
  font-size: max(0.9375rem, 8px);
  line-height: 1;
}

.p-works-single__breadcrumb-current {
  font-size: max(0.9375rem, 8px);
  line-height: 1;
}

.p-works-single__contents {
  padding-block: 0 6rem;
  position: relative;
  z-index: 1;
}

.p-works-single__inner {
  display: flex;
  gap: 6rem;
  justify-content: space-between;
}

.p-works-single__sidebar {
  flex-shrink: 0;
  padding-top: 6rem;
}

.p-works-single__sidebar-ttl {
  border-bottom: 1px solid #b6b6b6;
  color: #484141;
  font-size: max(1.25rem, 8px);
  font-weight: 300;
  line-height: 1;
  padding-block: 0 1rem;
  padding-inline: 0.5rem 3rem;
}

.p-works-single__cat-list {
  padding-top: 1.5rem;
}

.p-works-single__cat-list li + li {
  margin-top: 0.5rem;
}

.p-works-single__cat-item {
  align-items: center;
  border-radius: 0.125rem;
  color: #7f7a7a;
  display: flex;
  font-size: max(0.875rem, 8px);
  font-weight: 500;
  gap: 0.625rem;
  line-height: 0.8;
  padding-block: 0.5rem 0.375rem;
  text-decoration: none;
}

.p-works-single__cat-circle {
  background-color: #f2efeb;
  border-radius: 100%;
  display: inline-block;
  flex-shrink: 0;
  height: 0.625rem;
  width: 0.625rem;
}

.p-works-single__cat-item.is-active {
  color: #484141;
}

.p-works-single__article {
  max-width: 64rem;
  min-width: 0;
  padding-top: 6rem;
  width: 100%;
}

.p-works-single__cta {
  margin-top: 2.5rem;
}

.p-works-single__cta-btn {
  align-items: center;
  background-color: #c08869;
  border-radius: 0.125rem;
  color: #fff;
  display: flex;
  font-size: max(1rem, 8px);
  font-weight: 500;
  justify-content: center;
  line-height: 0.8;
  padding-block: 1.5rem 1.375rem;
  padding-inline: 1.5rem;
  text-decoration: none;
  width: 100%;
}

.p-works-single__nav {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 5rem;
}

.p-works-single__nav-prev,
.p-works-single__nav-next {
  align-items: center;
  display: flex;
  gap: 1rem;
  text-decoration: none;
}

.p-works-single__nav-circle {
  align-items: center;
  border: 0.8px solid #7f7a7a;
  border-radius: 100%;
  display: flex;
  flex-shrink: 0;
  height: 2.5625rem;
  justify-content: center;
  width: 2.5625rem;
}

.p-works-single__nav-circle img {
  height: auto;
  width: 0.625rem;
}

.p-works-single__nav-text {
  font-size: max(0.9375rem, 8px);
  line-height: 1;
}

.p-works-single__nav-back {
  align-items: center;
  background-color: #baa38d;
  border-radius: 0.125rem;
  display: flex;
  font-size: max(0.9375rem, 8px);
  height: 2.5rem;
  justify-content: center;
  line-height: 1;
  padding-block: 0.375rem;
  padding-inline: 2.5rem;
  text-decoration: none;
}

.p-case__inner {
  display: flex;
  gap: 6rem;
}

.p-case__list-box {
  flex-grow: 1;
  min-width: 0;
  padding-top: 6rem;
}

.p-case__list {
  display: grid;
  gap: 4rem 4rem;
  grid-template-columns: repeat(2, 1fr);
}

.p-case__card-link {
  color: inherit;
  display: block;
  text-decoration: none;
}

.p-case__card-img {
  border-radius: 0.25rem;
  overflow: hidden;
}

.p-case__card-img img {
  -o-object-fit: cover;
  aspect-ratio: 480/430;
  display: block;
  height: auto;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}

.p-case__card:hover .p-case__card-img img {
  transform: scale(1.05);
}

.p-case__card .c-cat {
  margin-top: 1.5rem;
}

.p-case__card-title {
  font-size: max(1.125rem, 8px);
  line-height: 1.4;
  margin-top: 1rem;
}

.p-case__card-detail {
  color: #7f7a7a;
  font-size: max(0.9375rem, 8px);
  line-height: 1;
  margin-top: 0.75rem;
}

.p-showroom-main {
  background-color: #f2efeb;
  position: relative;
}

.p-page-fv--showroom {
  background-color: #d9d9d9;
  background-image: url("../img/showroom/fv-bg.webp");
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.p-page-fv--showroom::before {
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

.p-page-fv--showroom .p-page-fv__inner {
  justify-content: flex-end;
  min-height: 38rem;
  padding-top: 6.25rem;
  position: relative;
  z-index: 1;
}

.p-page-fv--showroom .c-section-ttl__en-text {
  color: #fff;
}

.p-page-fv--showroom .c-section-ttl__ja {
  color: #fff;
  font-size: max(3.5rem, 8px);
}

.p-page-fv--showroom .p-page-fv__breadcrumb {
  color: #fff;
}

.p-page-fv--showroom .p-page-fv__breadcrumb a {
  color: #fff;
}

.p-page-fv--showroom .p-page-fv__breadcrumb span {
  color: #fff;
}

.p-showroom__inner {
  margin-inline: auto;
  max-width: 64rem;
  width: 100%;
}

.p-showroom__top {
  display: flex;
  justify-content: space-between;
}

.p-showroom__top-txt {
  max-width: 26rem;
  padding-top: 3rem;
}

.p-showroom__top-img {
  flex-shrink: 0;
  width: 28.75rem;
}

.p-showroom__mid {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 2.5rem;
}

.p-showroom__mid-img {
  flex-shrink: 0;
  width: 26.6875rem;
}

.p-showroom__mid-img img {
  border-radius: 0.125rem;
}

.p-showroom__mid-txt {
  max-width: 26rem;
}

.p-showroom__mid-txt p {
  font-size: max(0.9375rem, 8px);
  line-height: 1.6;
}

.p-showroom__mid-txt p + p {
  margin-top: 1rem;
}

.p-showroom__bottom {
  margin-top: 6rem;
}

.p-showroom-slider {
  overflow: hidden;
}

.p-showroom-slider__slide img {
  -o-object-fit: cover;
  aspect-ratio: 1024/528;
  border-radius: 0.25rem;
  object-fit: cover;
}

.p-showroom-slider__thumbs {
  margin-top: 2rem;
  overflow: hidden;
}

.p-showroom-slider__thumbs .swiper-wrapper {
  display: flex;
  gap: 1rem;
}

.p-showroom-slider__thumbs .swiper-slide {
  flex: 1 1 0;
  min-width: 0;
}

.p-showroom-slider__thumb {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.p-showroom-slider__thumb.is-active {
  opacity: 1;
}

.p-showroom-slider__thumb img {
  -o-object-fit: cover;
  aspect-ratio: 120/71;
  border-radius: 0.125rem;
  object-fit: cover;
}

.p-showroom__bottom-txt {
  margin-top: 3rem;
}

.p-showroom__bottom-txt p {
  font-size: max(0.9375rem, 8px);
  line-height: 1.6;
  margin-top: 1rem;
}

.p-showroom__bottom-txt p:first-child {
  margin-top: 0;
}

.p-showroom__info {
  margin-top: 4rem;
}

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

.p-showroom__map-link {
  align-items: center;
  color: #a8789c;
  display: flex;
  flex-shrink: 0;
  font-size: max(0.9375rem, 8px);
  gap: 0.5rem;
  line-height: 1.6;
  text-decoration: none;
}

.p-showroom__map-icon {
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
}

.p-showroom__tel-link {
  color: #484141;
  text-decoration: none;
}

.u-base1 {
  font-size: max(1.125rem, 8px);
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.u-base2 {
  font-size: max(1.125rem, 8px);
  letter-spacing: 0.02em;
  line-height: 1.5;
}

.u-font14 {
  font-size: max(0.875rem, 8px);
}

.u-font16 {
  font-size: max(1rem, 8px);
}

.u-font18 {
  font-size: max(1.125rem, 8px);
}

.u-font20 {
  font-size: max(1.25rem, 8px);
}

.u-font22 {
  font-size: max(1.375rem, 8px);
}

.u-font24 {
  font-size: max(1.5rem, 8px);
}

.u-font28 {
  font-size: max(1.75rem, 8px);
}

.u-font32 {
  font-size: max(2rem, 8px);
}

.u-font40 {
  font-size: max(2.5rem, 8px);
}

.u-hover {
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}
.u-shadow {
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
  display: none;
}

.u-space-96-pt {
  padding-top: 6rem;
}

.u-space-96-pb {
  padding-bottom: 6rem;
}

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

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

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

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

.u-space-130-pt {
  padding-top: 8.25rem;
}

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .c-btn:hover {
    color: #fff;
    transition: 0.3s all;
  }
}

@media screen and (max-width: 1344px) {
  html {
    font-size: clamp(12px, 1.1904761905vw, 16px);
  }
}

@media screen and (max-width: 1200px) {
  .p-about-concept__inner {
    gap: 3.75rem;
  }
  .p-about-message__inner {
    gap: 3.75rem;
  }
  .p-top-contact__inner {
    gap: 3.75rem;
  }
}

@media screen and (max-width: 900px) {
  .p-top-info__shop-box {
    max-width: 28.75rem;
    width: 100%;
  }
  .p-top-info__shop-detail {
    align-items: flex-start;
    flex-direction: column;
  }
  .p-top-info__shop-address {
    margin-top: 0.25rem;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
  .l-inner {
    padding-inline: 1.25rem;
  }
  .l-sec {
    padding: 5rem 0 6.25rem;
  }
  .l-sec01 {
    padding: 4.5rem 0 5.75rem;
  }
  .c-arrow-btn--lg {
    border-radius: 6.25rem;
    height: 3.5rem;
    padding: 0 2rem;
  }
  .c-arrow-btn--lg .c-arrow-btn__icon {
    height: 1.5rem;
    width: 0.75rem;
  }
  .c-column2 {
    gap: 1.875rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column2--gap60 {
    gap: 2.5rem;
  }
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .c-headline1__main {
    font-size: max(1.25rem, 8px);
    padding-inline-start: 1.375rem;
  }
  .c-headline1__sub {
    margin-top: 1.625rem;
    padding-inline-start: 1.375rem;
  }
  .c-section-ttl__ja {
    font-size: max(1.75rem, 8px);
  }
  .c-section-ttl--pink .c-section-ttl__ja {
    font-size: max(1.5rem, 8px);
  }
  .c-section-ttl--purple .c-section-ttl__ja {
    font-size: max(1.5rem, 8px);
  }
  .c-category-filter {
    padding-top: 1.875rem;
    position: static;
  }
  .c-category-filter__ttl {
    font-size: max(1rem, 8px);
    margin-bottom: 0.75rem;
    padding-right: 1rem;
  }
  .c-category-filter__list {
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-top: 1rem;
  }
  .c-info-table__row {
    flex-direction: column;
  }
  .c-info-table__dt {
    border-bottom: none;
    color: #484141;
    padding-top: 1.5rem;
    width: 100%;
  }
  .c-info-table__dd {
    padding-block: 1rem 1.5rem;
  }
  .c-pagination {
    gap: 0.625rem;
    padding-top: 1.875rem;
  }
  .c-pagination__arrow {
    margin-right: 0.75rem;
  }
  .c-pagination__arrow--next {
    margin-left: 0.75rem;
  }
  .p-404 {
    padding-block: 3.75rem;
  }
  .p-404__text {
    margin-top: 1.5rem;
  }
  .p-404__btn {
    margin-top: 3rem;
  }
  .p-about-concept__inner {
    flex-direction: column;
    gap: 1.5rem;
  }
  .p-about-concept__img {
    display: contents;
  }
  .p-about-concept__img-en {
    font-size: max(1.25rem, 8px);
    order: -2;
  }
  .p-about-concept__img-wrap {
    order: 0;
  }
  .p-about-concept__img-wrap img {
    width: 100%;
  }
  .p-about-concept__txt {
    order: -1;
    padding-top: 0;
  }
  .p-about-concept__desc p {
    font-size: max(0.875rem, 8px);
  }
  .p-about-message__inner {
    flex-direction: column;
    gap: 2.5rem;
  }
  .p-about-message__txt {
    max-width: 100%;
  }
  .p-about-message__lead {
    font-size: max(1.25rem, 8px);
  }
  .p-about-message__body p {
    font-size: max(0.875rem, 8px);
  }
  .p-about-message__img {
    width: 100%;
  }
  .p-about-message__img img {
    width: 100%;
  }
  .p-about-service__desc {
    font-size: max(0.875rem, 8px);
  }
  .p-about-service__list {
    padding-top: 2rem;
  }
  .p-about-service__item {
    flex-direction: column;
    gap: 1.5rem;
    padding-block: 2rem;
  }
  .p-about-service__item-title {
    font-size: max(1.25rem, 8px);
  }
  .p-about-service__item-body p {
    font-size: max(0.875rem, 8px);
  }
  .p-about-service__item-img {
    height: auto;
    width: 100%;
  }
  .p-about-staff__list {
    gap: 2rem 1rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2.5rem;
  }
  .p-about-staff__card-name {
    font-size: max(1.25rem, 8px);
  }
  .p-single__contents {
    padding-bottom: 3.75rem;
  }
  .p-single__inner {
    flex-direction: column-reverse;
    gap: 1.5rem;
  }
  .p-article {
    padding-top: 2.5rem;
  }
  .p-article__ttl {
    font-size: 1.5rem;
  }
  .p-article__body h2 {
    font-size: 1.25rem;
  }
  .p-article__body h3 {
    font-size: 1rem;
  }
  .p-article__nav {
    gap: 0.5rem;
    margin-top: 3rem;
  }
  .p-article__nav-btn {
    gap: 0.5rem;
  }
  .p-article__nav-text {
    font-size: 0.75rem;
  }
  .p-article__nav-back {
    font-size: 0.75rem;
    padding-inline: 1rem;
  }
  .p-company-info__ja {
    font-size: max(1.5rem, 8px);
  }
  .p-company-info__dl {
    max-width: 100%;
  }
  .p-company-access__heading {
    margin-bottom: 2.5rem;
  }
  .p-company-access__ja {
    font-size: max(1.5rem, 8px);
  }
  .p-company-access__content {
    flex-direction: column;
    gap: 0;
  }
  .p-company-access__map {
    height: 15.625rem;
    width: 100%;
  }
  .p-contact-form__desc {
    font-size: max(0.875rem, 8px);
    margin-top: 1.5rem;
  }
  .p-contact-form__required-note {
    font-size: max(0.875rem, 8px);
  }
  .p-contact-form__body {
    margin-top: 2rem;
  }
  .p-contact-form__row {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
    padding-block: 1.25rem;
  }
  .p-contact-form__label {
    font-size: max(0.9375rem, 8px);
    width: 100%;
  }
  .p-contact-form__field {
    width: 100%;
  }
  .p-contact-form__field textarea {
    height: 11.25rem;
  }
  .p-contact-form__caution {
    margin-top: 2rem;
  }
  .p-contact-form__submit {
    margin-top: 2rem;
  }
  .p-craft-features {
    padding-block: 0 3.75rem;
  }
  .p-craft-features__inner {
    align-items: center;
    flex-direction: column;
    gap: 2.5rem;
  }
  .p-craft-features__left {
    padding-top: 3.75rem;
    width: 100%;
  }
  .p-craft-features__card-cat {
    font-size: 1.25rem;
  }
  .p-craft-features__card-title {
    font-size: 1.25rem;
  }
  .p-craft-features__card-desc {
    font-size: 0.875rem;
  }
  .p-craft-features__right {
    display: none;
    padding-top: 0;
  }
  .p-craft-flow {
    padding-inline: 1.25rem;
  }
  .p-craft-flow__lead {
    font-size: 0.875rem;
  }
  .p-craft-flow__list {
    max-width: 100%;
  }
  .p-craft-flow__item {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.25rem;
    padding-block: 1.875rem;
  }
  .p-craft-flow__icon {
    height: 6.25rem;
    margin-inline: auto;
    width: 6.25rem;
  }
  .p-craft-flow__step {
    font-size: 1rem;
  }
  .p-craft-flow__title {
    font-size: 1.25rem;
  }
  .p-craft-flow__desc {
    font-size: 0.875rem;
  }
  .p-craft-fv {
    padding-block: 3.75rem 1.25rem;
    padding-inline: 1.25rem;
  }
  .p-craft-fv__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 2.5rem;
  }
  .p-craft-fv__breadcrumb {
    font-size: 0.8125rem;
  }
  .p-footer {
    padding-inline: 1.25rem;
  }
  .p-footer__main {
    flex-direction: column;
  }
  .p-footer__main > * + * {
    margin-top: 0;
  }
  .p-footer__menu {
    align-items: flex-start;
  }
  .p-footer__menu-row {
    flex-direction: column;
    gap: 1rem;
  }
  .p-footer__menu-row > * + * {
    margin-top: 1.25rem;
  }
  .p-footer__menu-item {
    align-items: flex-start;
  }
  .p-footer__pagetop {
    height: 3.125rem;
    width: 3.125rem;
  }
  .p-footer__bottom {
    flex-direction: column-reverse;
    padding-block: 1.25rem 1.875rem;
  }
  .p-footer__copyright {
    margin-top: 1rem;
  }
  .p-news__inner {
    flex-direction: column;
    gap: 0rem;
  }
  .p-news__item {
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 1.25rem 1rem;
  }
  .p-news__item-title {
    width: 100%;
  }
  .c-pagination .wp-pagenavi {
    gap: 0.625rem;
  }
  .c-pagination .wp-pagenavi a.previouspostslink,
  .c-pagination .wp-pagenavi a.nextpostslink {
    padding-inline-end: 0.75rem;
  }
  .c-pagination .wp-pagenavi a.nextpostslink {
    padding-inline-start: 0.75rem;
  }
  .p-page-fv__inner {
    gap: 1.5rem;
    padding: 6.875rem 1.25rem 1rem;
  }
  .p-page-fv__breadcrumb {
    padding-top: 3.5rem;
  }
  .p-page-fv__breadcrumb-item:last-child span {
    display: inline-block;
    max-width: 20ch;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
  }
  .p-sidebar {
    padding-top: 0rem;
  }
  .p-sidebar__ttl {
    font-size: 1.125rem;
    padding-inline: 0.5rem 1.5rem;
  }
  .p-single-fv {
    padding-block: 2.5rem 1rem;
    padding-inline: 20px;
  }
  .p-single-fv__en-text {
    font-size: 0.9375rem;
  }
  .p-single-fv__ja {
    font-size: 1.75rem;
  }
  .p-single-fv__breadcrumb {
    margin-top: 2.5rem;
  }
  .p-breadcrumb__item {
    font-size: 0.8125rem;
  }
  .p-sub-fv {
    padding: 2.5rem 1.25rem 1.25rem;
  }
  .p-sub-fv__inner {
    align-items: flex-start;
    flex-direction: column;
  }
  .p-sub-fv__breadcrumb {
    margin-top: 2.5rem;
  }
  .p-thanks__heading-ja {
    font-size: max(1.5rem, 8px);
  }
  .p-thanks__btn {
    margin-top: 3.125rem;
  }
  .p-top-about__inner {
    flex-direction: column-reverse;
    gap: 3rem;
  }
  .p-top-about__img {
    width: 100%;
  }
  .p-top-about__img img {
    width: 100%;
  }
  .p-top-about__desc p {
    font-size: max(0.875rem, 8px);
  }
  .p-top-about__links-row {
    flex-direction: column;
    gap: 0;
  }
  .p-top-about__link-item {
    padding: 1.5rem 0 1rem;
    width: 100%;
  }
  .p-top-case {
    display: flex;
    flex-direction: column;
  }
  .p-top-case__header {
    order: 1;
    padding-inline: 1.25rem;
  }
  .p-top-case__desc {
    font-size: max(0.875rem, 8px);
  }
  .p-top-case__btn-wrap {
    margin-top: 2.5rem;
    order: 3;
    padding-inline: 1.25rem;
  }
  .p-top-case__list-wrap {
    margin-top: 1.875rem;
    order: 2;
  }
  .p-top-case__list {
    flex-direction: column;
    padding: 1.875rem 1.25rem 0;
  }
  .p-top-case__card-wrap {
    margin-top: 2.5rem;
    width: 100%;
  }
  .p-top-case__card-wrap:first-child {
    margin-top: 0;
  }
  .p-top-case__card-title {
    font-size: max(1rem, 8px);
  }
  .p-top-case__card-detail {
    font-size: max(0.875rem, 8px);
  }
  .p-top-contact {
    min-height: 25rem;
    padding: 3.75rem 1.25rem;
  }
  .p-top-contact__inner {
    align-items: flex-start;
    flex-direction: column;
    max-width: 100%;
    padding-inline: 0;
  }
  .p-top-contact__inner > .c-arrow-btn {
    align-self: flex-end;
  }
  .p-top-contact__en {
    font-size: max(4.25rem, 8px);
  }
  .p-top-contact__title {
    font-size: max(1.375rem, 8px);
    line-height: 1.4;
  }
  .p-top-contact__desc {
    font-size: max(0.875rem, 8px);
    margin-top: 0.75rem;
  }
  .p-top-features {
    border-radius: 1.25rem;
    padding-inline: 1.25rem;
  }
  .p-top-features__list {
    margin-top: 2.5rem;
  }
  .p-top-features__item {
    flex-direction: column;
    gap: 0;
  }
  .p-top-features__item + .p-top-features__item {
    margin-top: 3.125rem;
  }
  .p-top-features__item--reverse {
    flex-direction: column;
    gap: 0;
  }
  .p-top-features__item-txt {
    max-width: 100%;
  }
  .p-top-features__item-title {
    font-size: max(1.25rem, 8px);
  }
  .p-top-features__item-desc {
    font-size: max(0.875rem, 8px);
  }
  .p-top-features__item-link {
    margin-top: 1.5rem;
  }
  .p-top-features__item-img {
    margin-top: 1.25rem;
    width: 100%;
  }
  .p-top-fv__catch {
    bottom: 1.25rem;
    padding-inline: 1.25rem;
  }
  .p-top-fv__title {
    font-size: max(2.5rem, 8px);
  }
  .p-top-fv__subtitle {
    font-size: max(0.8125rem, 8px);
  }
  .p-top-header {
    height: 4.375rem;
    padding-inline: 1.25rem;
  }
  .p-top-header__nav {
    display: none;
  }
  .p-top-header__menu-btn {
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    height: 3rem;
    justify-content: center;
    padding: 0;
    position: relative;
    width: 3rem;
    z-index: 40;
  }
  .p-sp-menu {
    -webkit-overflow-scrolling: touch;
    background-color: #24201d;
    display: block;
    height: 100vh;
    opacity: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    visibility: hidden;
    width: 100%;
    z-index: 35;
  }
  .p-top-info {
    height: auto;
  }
  .p-top-info__inner {
    flex-direction: column;
    gap: 0;
  }
  .p-top-info__tel {
    border-bottom: 1px solid #b6b6b6;
    border-right: none;
    padding-block: 3.75rem;
    width: 100%;
  }
  .p-top-info__tel-number {
    font-size: max(2.5rem, 8px);
  }
  .p-top-info__shop {
    padding-block: 3.75rem;
    width: 100%;
  }
  .p-top-info__shop-box {
    max-width: unset;
    width: unset;
  }
  .p-top-info__shop-detail {
    align-items: flex-start;
    flex-direction: column;
  }
  .p-top-news {
    padding-inline: 1.25rem;
  }
  .p-top-news__inner {
    display: flex;
    flex-direction: column;
  }
  .p-top-news__btn-wrap {
    margin-top: 1.875rem;
    order: 3;
    padding-block: 0;
  }
  .p-top-news__list {
    margin-top: 1.875rem;
    width: 100%;
  }
  .p-top-news__item {
    flex-wrap: wrap;
    gap: 0.75rem;
    padding: 1.25rem 1rem;
  }
  .p-top-news__item-title {
    width: 100%;
  }
  .p-under-header {
    height: 4.375rem;
    padding-inline: 1.25rem;
  }
  .p-under-header__logo img {
    width: 9.375rem;
  }
  .p-under-header__nav {
    display: none;
  }
  .p-under-header__contact {
    font-size: max(0.875rem, 8px);
    height: 2.5rem;
    padding-inline: 1rem;
  }
  .p-works-single__fv {
    padding-block: 3.75rem 1.25rem;
    padding-inline: 1.25rem;
  }
  .p-works-single__fv-ja {
    font-size: max(1.75rem, 8px);
  }
  .p-works-single__breadcrumb {
    justify-content: flex-start;
    margin-top: 2.5rem;
  }
  .p-works-single__contents {
    padding-block: 0 3.75rem;
  }
  .p-works-single__inner {
    flex-direction: column;
    gap: 0;
  }
  .p-works-single__sidebar {
    order: 2;
    padding-top: 2.5rem;
  }
  .p-works-single__sidebar-ttl {
    padding-block: 0 1rem;
    padding-inline: 0.5rem 0;
  }
  .p-works-single__article {
    padding-top: 2.5rem;
    width: 100%;
  }
  .p-works-single__nav {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.5rem;
  }
  .p-works-single__nav-prev {
    order: 1;
  }
  .p-works-single__nav-next {
    order: 3;
  }
  .p-works-single__nav-back {
    margin-top: 1.25rem;
    order: 2;
    width: 100%;
  }
  .p-case__inner {
    flex-direction: column;
    gap: 2.5rem;
  }
  .p-case__list-box {
    padding-top: 0;
  }
  .p-case__list {
    gap: 2.5rem;
    grid-template-columns: 1fr;
  }
  .p-page-fv--showroom .p-page-fv__inner {
    min-height: 25rem;
    padding-top: 5rem;
  }
  .p-page-fv--showroom .c-section-ttl__ja {
    font-size: max(2rem, 8px);
  }
  .p-showroom__top {
    flex-direction: column;
    gap: 2rem;
  }
  .p-showroom__top-txt {
    max-width: 100%;
    padding-top: 0;
  }
  .p-showroom__top-img {
    width: 80%;
  }
  .p-showroom__mid {
    flex-direction: column;
    gap: 2rem;
  }
  .p-showroom__mid-img {
    width: 88%;
  }
  .p-showroom__bottom {
    margin-top: 4rem;
  }
  .p-showroom__bottom-txt {
    margin-top: 2rem;
  }
  .p-showroom__info {
    margin-top: 3rem;
  }
  .p-showroom__address-dd {
    align-items: flex-start;
    flex-direction: column;
  }
  .u-font18 {
    font-size: max(1rem, 8px);
  }
  .u-font20 {
    font-size: max(1rem, 8px);
  }
  .u-font22 {
    font-size: max(1.125rem, 8px);
  }
  .u-font24 {
    font-size: max(1.125rem, 8px);
  }
  .u-mt100 {
    margin-top: 1.875rem;
  }
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
  .u-sp {
    display: block;
  }
  .u-space-96-pt {
    padding-top: 4.5rem;
  }
  .u-space-96-pb {
    padding-bottom: 4.5rem;
  }
  .u-space-120-pt {
    padding-top: 5rem;
  }
  .u-space-120-pb {
    padding-bottom: 5rem;
  }
  .u-space-80-pt {
    padding-top: 4rem;
  }
  .u-space-80-pb {
    padding-bottom: 4rem;
  }
  .u-space-130-pt {
    padding-top: 3rem;
  }
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
  .u-pc {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .p-showroom__mid-txt {
    max-width: 100%;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: clamp(12px, 4.2666666667vw, 16px);
  }
}

@media (any-hover: hover) {
  .p-contact-form__submit input[type=submit]:hover {
    opacity: 0.8;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */