body {
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
}

.u-desktop {
	display: none;
}

.u-desktop-li {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

body {
	color: #2F0909;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core body defaults */

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

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

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

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

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

textarea {
	resize: vertical;
}

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

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

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

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.about__bg {
	background-color: #F0F0F0;
	padding: 6.625rem 0 2.5rem 0;
	position: relative;
}

.about__bg::before {
	background-color: white;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.about__bg::after {
	background-color: white;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 1.25rem;
}

.about__bg-deco-bird {
	left: 6%;
	opacity: 0;
	position: absolute;
	top: -1%;
	width: 6.75rem;
	z-index: 1;
}

.deco-bird {
	-o-object-fit: contain;
	aspect-ratio: 208/178;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.about__bg-deco-cloud {
	position: absolute;
	right: -1%;
	top: 3%;
	width: 5.875rem;
	z-index: 1;
}

.deco-cloud {
	-o-object-fit: contain;
	aspect-ratio: 188/82;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.about__title {
	width: 14.6875rem;
}

.about-title-img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.about__description {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.about__step {
	margin-top: 2.625rem;
}

.about__step-item {
	padding-bottom: 2rem;
	position: relative;
}

.about__step-item::after {
	background: url("../images/common/gray-dot.svg") repeat left center/cover;
	bottom: 0;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 98%;
}

.about__step-content {
	display: flex;
}

.about__step-number {
	font-family: "Readex Pro", sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.about__step-header {
	margin-top: 0.8125rem;
}

.about__step-icon {
	align-items: center;
	background-color: #B91C24;
	border-radius: 100vh;
	color: #fff;
	display: inline-flex;
	font-family: "Readex Pro", sans-serif;
	font-size: 1.9375rem;
	font-weight: 700;
	height: 2.3125rem;
	justify-content: center;
	width: 2.3125rem;
}

.about__step-title {
	color: #B91C24;
	font-family: "Readex Pro", sans-serif;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.about__step-title-jp {
	color: #2F0909;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-size: 1.125rem;
}

.about__step-description {
	color: #B91C24;
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-top: 0.6875rem;
}

.about__step-img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.about__step-img-wrap--basic {
	width: 15.875rem;
}

.about__step-img-wrap--infill {
	width: 16.25rem;
}

.about__step-img-wrap--option {
	width: 12.5rem;
}

.about__step-item--infill {
	margin-top: 2.9375rem;
}

.about__step-icon--infill {
	font-size: 1.625rem;
}

.about__step-item--option {
	margin-top: 2.9375rem;
}

.about__step-summary {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-top: 2rem;
}

.about__feature-img-wrap {
	margin-top: 2.1875rem;
	position: relative;
	width: 100%;
}

.about__feature-deco-wrap {
	bottom: -3.125rem;
	height: 4.625rem;
	left: -0.625rem;
	position: absolute;
	width: 6rem;
}

.about__feature-deco {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.about__feature-img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.about__feature-content {
	margin-top: 4.3125rem;
}

.about__feature-title {
	color: #B91C24;
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.about__feature-decoration {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.8;
	margin-top: 1.1875rem;
}

.about__feature-images-wrap {
	left: 50%;
	margin-top: 1.1875rem;
	position: relative;
	transform: translateX(-50%);
	width: 26.5625rem;
	z-index: 10;
}

.about__feature-images-wrap .about__feature-image-pc {
	-o-object-fit: cover;
	aspect-ratio: 1354/685;
	display: none;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.about__feature-image-sp {
	-o-object-fit: cover;
	aspect-ratio: 405/311;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* ===============================================
# access
=============================================== */

.access {
	background-color: #F0F0F0;
	padding-top: 2rem;
}

.access__map {
	width: 100%;
}

.access__map iframe {
	-o-object-fit: cover;
	aspect-ratio: 335/285;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.access__info {
	margin-top: 1.5rem;
	text-align: center;
}

.access__title {
	font-family: "Readex Pro", sans-serif;
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.access__address {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 0.8125rem;
}

.access__link {
	-webkit-text-decoration: underline;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-top: 0.6875rem;
	padding-right: 0.625rem;
	position: relative;
	text-decoration: underline;
}

.access__link::after {
	background: url("../images/common/access-arrow.svg") no-repeat center center/cover;
	content: "";
	height: 0.5625rem;
	position: absolute;
	right: -0.4375rem;
	top: 60%;
	transform: translateY(-50%);
	width: 0.625rem;
}

/* ===============================================
# camp
=============================================== */

.camp {
	margin-top: 4.4375rem;
}

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

.camp__subtitle {
	align-items: flex-end;
	display: flex;
	gap: 0.125rem;
}

.camp__subtitle-img {
	-o-object-fit: cover;
	aspect-ratio: 82/26;
	display: inline-block;
	height: 100%;
	object-fit: cover;
	width: 5.125rem;
}

.camp__subtitle-text {
	color: #6E6969;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.camp__title {
	align-items: center;
	display: flex;
	font-family: "Readex Pro", sans-serif;
	font-size: 1.75rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.camp__title-jp {
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	margin-left: 0.3125rem;
}

.camp__deco {
	width: 9.125rem;
}

.camp__deco-img {
	-o-object-fit: contain;
	aspect-ratio: 146/48;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.camp__description {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.8;
	margin-top: 1.9375rem;
}

/* ===============================================
# case-study
=============================================== */

.case-study {
	margin-top: 4.3125rem;
}

.case-study__inner {
	position: relative;
}

.case-study__deco-wrap {
	left: -0.625rem;
	position: absolute;
	top: -6.25rem;
	width: 4.25rem;
}

.case-study__deco {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.case-study__deco02-wrap {
	position: absolute;
	right: 0.625rem;
	top: -3.125rem;
	width: 5.5625rem;
}

.case-study__deco02 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.case-study__title {
	text-align: center;
}

.case-study__content {
	margin-top: 2rem;
}

.case-study__item:not(:first-of-type) {
	margin-top: 3.1875rem;
}

.case-study__img-wrap {
	width: 100%;
}

.case-study__img {
	-o-object-fit: cover;
	aspect-ratio: 335/220;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.case-study__info {
	align-items: center;
	display: flex;
	gap: 0.75rem;
	margin-top: 1.0625rem;
	padding-bottom: 1.25rem;
	position: relative;
}

.case-study__info::after {
	background: url("../images/common/gray-dot.svg") repeat left center/cover;
	bottom: 0;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.case-study__info-number {
	align-items: center;
	background-color: #F0F0F0;
	border-radius: 100vh;
	color: #B91C24;
	display: inline-block;
	display: flex;
	font-family: "Readex Pro", sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
	height: 3.25rem;
	justify-content: center;
	letter-spacing: 0.04em;
	width: 3.25rem;
}

.case-study__info-subtitle {
	color: #6E6969;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.case-study__info-title {
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-top: 0.1875rem;
}

.case-study__info-description {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.8;
	margin-top: 1.5rem;
}

.case-study__other-uses {
	background-color: #F0F0F0;
	margin-top: 3.1875rem;
	padding: 1.8125rem 1.3125rem;
	position: relative;
}

.case-study__other-uses-deco-wrap {
	left: -0.625rem;
	position: absolute;
	top: -1.25rem;
	width: 2.25rem;
}

.case-study__other-uses-deco {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.case-study__other-uses-deco02-wrap {
	position: absolute;
	right: -0.625rem;
	top: -1.25rem;
	width: 2.25rem;
}

.case-study__other-uses-deco02 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.case-study__other-title {
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-align: center;
}

.case-study__other-list {
	margin-top: 2.625rem;
}

.case-study__item--deco {
	position: relative;
}

.case-study__deco03-wrap {
	position: absolute;
	right: -2.5rem;
	top: -3.125rem;
	width: 5.5625rem;
}

.case-study__deco02 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.case-study__other-img-wrap {
	position: relative;
}

.case-study__other-img {
	-o-object-fit: contain;
	aspect-ratio: 295/216;
	height: auto;
	object-fit: contain;
	width: 100%;
}

.case-study__other-img-wrap::before {
	align-items: center;
	background-color: #fff;
	border-radius: 100vh;
	display: inline-block;
	display: flex;
	font-family: "Readex Pro", sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	height: 2.5rem;
	justify-content: center;
	left: -4%;
	letter-spacing: 0.04em;
	position: absolute;
	top: -4%;
	width: 2.5rem;
}

.case-study__other-img-wrap01::before {
	content: "03";
}

.case-study__other-img-wrap02::before {
	content: "04";
}

.case-study__other-img-wrap03::before {
	content: "05";
}

.case-study__other-description {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-top: 1.0625rem;
	text-align: center;
}

/* ===============================================
# contact
=============================================== */

.contact {
	background-color: #F0F0F0;
	margin-top: 4rem;
	padding-top: 3rem;
}

.contact__content {
	background-color: #fff;
	padding: 2.8125rem 1.25rem 2.5rem 1.25rem;
	position: relative;
}

.contact__deco-wrap {
	left: -0.625rem;
	position: absolute;
	top: -1.25rem;
	width: 5.25rem;
}

.contact__deco {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.contact__deco02-wrap {
	position: absolute;
	right: -0.625rem;
	top: -1.25rem;
	width: 4.6875rem;
}

.contact__deco02 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.contact__title {
	text-align: center;
}

.contact__info {
	margin-top: 2rem;
}

.contact__item {
	background-color: #F7EEDA;
	border-radius: 4px;
	box-shadow: 0px 5px 0px #d5c7a9;
}

.contact__link {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.125rem 2.8125rem;
}

.contact__icon-wrap--phone {
	width: 1.5rem;
}

.contact__icon-wrap--calendar {
	width: 1.4375rem;
}

.contact__icon-wrap--line {
	width: 1.5625rem;
}

.contact__icon {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.contact__label {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-top: 0.4375rem;
}

.contact__tel {
	color: #B91C24;
	font-family: "Readex Pro", sans-serif;
	font-size: 1.75rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-top: 0.25rem;
}

.contact__detail {
	font-size: 0.875rem;
	font-weight: 500;
	margin-top: 0.5625rem;
	text-align: center;
}

/* ===============================================
# floating-menu
=============================================== */

.floating-menu {
	border-radius: 0 0 4px 4px;
	bottom: 13px;
	box-shadow: 0px 5px 0px #650A0E;
	position: fixed;
	right: 8px;
	z-index: 10000;
}

.floating-menu__contact-btn {
	background-color: #B91C24;
	border-radius: 0 0 4px 4px;
	color: #fff;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	padding: 0.9375rem 1rem 1rem 2.5625rem;
	position: relative;
}

.floating-menu__contact-btn-icon {
	position: relative;
}

.floating-menu__contact-btn-icon::before {
	background: url("../images/common/communication-icon.svg") no-repeat center center/cover;
	content: "";
	height: 0.875rem;
	left: -1.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.0625rem;
}

.floating-menu__content {
	display: none;
}

#close-btn {
	background-color: transparent;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	padding-bottom: 0.5625rem;
	text-align: center;
}

.floating-menu__items {
	background-color: #B91C24; /* 角を丸める */
	border-bottom: 1px solid #950008;
	border-radius: 4px 4px 0 0;
	padding: 0.75rem 0.5rem 0.8125rem 0.5rem;
}

.floating-menu__item {
	background-color: #F7EEDA;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	padding: 0.625rem 0.625rem 0.5625rem 2.0625rem;
	text-align: left;
}

.floating-menu__item:not(:first-of-type) {
	margin-top: 0.3125rem;
}

.floating-menu__item-line {
	position: relative;
}

.floating-menu__item-line::before {
	background: url("../images/common/line-icon.svg") no-repeat center center/cover;
	content: "";
	height: 1rem;
	left: -1.625rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.0625rem;
}

.floating-menu__item-reservation {
	position: relative;
}

.floating-menu__item-reservation::before {
	background: url("../images/common/calendar-icon.svg") no-repeat center center/cover;
	content: "";
	height: 0.9375rem;
	left: -1.5rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875rem;
}

.floating-menu__item-tel {
	position: relative;
}

.floating-menu__item-tel::before {
	background: url("../images/common/phone-icon.svg") no-repeat center center/cover;
	content: "";
	height: 1rem;
	left: -1.4375rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

/* ===============================================
# floor-plan
=============================================== */

.floor-plan {
	margin-top: 4.3125rem;
}

.floor-plan__title {
	text-align: center;
}

.floor-plan__img-wrap {
	margin-top: 1.5rem;
}

.floor-plan__img {
	-o-object-fit: cover;
	aspect-ratio: 375/205;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.floor-plan__content {
	background-color: #F0F0F0;
	margin-top: -1.75rem;
	padding: 1.4375rem 1.25rem 1.25rem 1.25rem;
}

.floor-plan__photos {
	display: flex;
	gap: 1.25rem;
}

.floor-plan__photo-wrap {
	position: relative;
}

.floor-plan__photo {
	-o-object-fit: cover;
	aspect-ratio: 295/181;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.floor-plan__photo-text {
	background-color: rgba(255, 242, 224, 0.4078431373);
	bottom: 0;
	display: block;
	font-family: "Readex Pro", sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	left: 50%;
	letter-spacing: 0.04em;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: 100%;
}

.floor-plan__details {
	background-color: #fff;
	margin-top: 1.25rem;
	padding: 1.25rem 1.25rem 0.9375rem 1.25rem;
}

.floor-plan__model {
	font-family: "Readex Pro", sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.floor-plan__spec {
	margin-top: 0.75rem;
}

.floor-plan__spec-madori {
	border: 1px solid #B8B8B8;
	border-radius: 3px;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}

.floor-plan__madori {
	color: #B91C24;
	font-family: "Readex Pro", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.floor-plan__label {
	background-color: #F0F0F0;
	border: 1px solid #B8B8B8;
	border-radius: 3px;
	display: block;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	padding: 0.375rem 0 0.4375rem 0;
}

.floor-plan__value {
	display: block;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.floor-plan__value-bold {
	font-family: "Readex Pro", sans-serif;
	font-size: 1.375rem;
}

.floor-plan__note {
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-top: 1rem;
}

/* ===============================================
# footer
=============================================== */

.footer {
	background-color: #F0F0F0;
}

.footer__inner {
	padding-bottom: 8.125rem;
	padding-top: 5.9375rem;
	position: relative;
}

.footer__deco-wrap {
	left: 0;
	position: absolute;
	top: 2.8125rem;
	width: 6.1875rem;
}

.footer__deco {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__deco02-wrap {
	position: absolute;
	right: 0.9375rem;
	top: 5rem;
	width: 2.625rem;
}

.footer__deco02 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__deco03-wrap {
	bottom: 0;
	left: -0.625rem;
	position: absolute;
	width: 6.1875rem;
}

.footer__deco03 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__deco04-wrap {
	bottom: 0;
	position: absolute;
	right: -0.625rem;
	width: 6.5rem;
}

.footer__deco04 {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.footer__logo-wrap {
	margin-left: auto;
	margin-right: auto;
	width: 8.4375rem;
}

.footer__logo {
	-o-object-fit: cover;
	aspect-ratio: 136/64;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.footer__copyright-wrap {
	border-top: 1px solid #B8B8B8;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
	text-align: center;
}

.footer__copyright {
	color: #989898;
	font-family: "Readex Pro", sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

/* ===============================================
# header
=============================================== */

.header {
	left: 20px;
	position: absolute;
	top: 20px;
}

.header__logo {
	width: 100%;
}

.header__logo-img {
	-o-object-fit: cover;
	aspect-ratio: 119/56;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* ===============================================
# house-introduction
=============================================== */

.house-introduction {
	margin-top: 1.5rem;
}

.house-introduction__exterior {
	padding-bottom: 1.375rem;
	position: relative;
}

.house-introduction__exterior::after {
	background: url("../images/common/gray-dot.svg") repeat left center/cover;
	bottom: 0;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.house-introduction__exterior-img-wrap {
	width: 100%;
}

.house-introduction__exterior-img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.house-introduction__exterior-title {
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-top: 1.0625rem;
	text-align: center;
}

.house-introduction__exterior-description {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-top: 0.4375rem;
	text-align: center;
}

.house-introduction__rooms {
	grid-column-gap: 1.4375rem;
	-moz-column-gap: 1.4375rem;
	column-gap: 1.4375rem;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.house-introduction__room {
	margin-top: 1.5rem;
	padding-bottom: 1.1875rem;
	position: relative;
}

.house-introduction__room::after {
	background: url("../images/common/gray-dot.svg") repeat left center/cover;
	bottom: 0;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.house-introduction__room-img-wrap {
	width: 100%;
}

.house-introduction__room-img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.house-introduction__room-floor {
	background-color: #FFF2E0;
	border: 1px solid #2F0909;
	border-radius: 3px;
	display: inline-block;
	font-family: "Readex Pro", sans-serif;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.5;
	margin-right: 0.375rem;
	padding: 0 0.375rem;
}

.house-introduction__room-name {
	align-items: center;
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.5;
	margin-top: 0.75rem;
}

.room-name__lh-s {
	line-height: 1.3;
}

.house-introduction__room-description {
	font-weight: 500;
	font-weight: 0.875rem;
	letter-spacing: 0.06em;
	margin-top: 0.6875rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 31.25rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

/* ===============================================
# model-house
=============================================== */

.model-house {
	margin-top: 1.25rem;
}

.model-house-img {
	-o-object-fit: cover;
	aspect-ratio: 375/251;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.model-house__title {
	color: #B91C24;
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-top: 2.6875rem;
}

.model-house__header {
	margin-top: 1.5rem;
	position: relative;
}

.model-nouse__deco-wrap {
	position: absolute;
	right: 0;
	top: 0;
	width: 4.243125rem;
}

.model-nouse__deco {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.model-house__theme {
	color: #6E6969;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.model-house__subtitle {
	font-size: 1.375rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.model-house__description-wrap {
	margin-top: 1.25rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.model-house__description {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.8;
	width: -moz-fit-content;
	width: fit-content;
}

.model-house__deco02-wrap {
	display: inline-block;
	width: 6.5rem;
}

.model-house__deco02 {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* ===============================================
# model-house-slide
=============================================== */

.model-house-slide {
	margin-top: 5rem;
}

.model-house-slide__swiper {
	padding-bottom: 6.25rem;
}

.model-house-slide__swiper::after {
	background: url("../images/common/gray-dot.svg") repeat left center/cover;
	bottom: 0;
	content: "";
	height: 4px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 95%;
}

.swiper-slide .model-house-slide__description {
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-top: 1rem;
	opacity: 0;
	text-align: center;
	transition: all 0.3s ease;
}

.swiper-slide-active .model-house-slide__description {
	opacity: 1;
	transition: all 1s ease;
	transition-delay: 2.4s;
}

.swiper-slide .model-house-slide__title {
	align-items: center;
	display: flex;
	font-size: 2rem;
	font-weight: 700;
	gap: 1rem;
	justify-content: center;
	letter-spacing: 0.04em;
	margin-top: 1.5rem;
	opacity: 0;
	text-align: center;
	transition: all 0.3s ease;
}

.swiper-slide-active .model-house-slide__title {
	opacity: 1;
	transition: all 1s ease;
	transition-delay: 2.4s;
}

.swiper-slide .model-house-slide__floor {
	background-color: #FFF2E0;
	border: 1px solid #2F0909;
	border-radius: 3px;
	display: inline-block;
	font-family: "Readex Pro", sans-serif;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 0 0.5rem;
}

.model-house-swiper__button-wrap {
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: -3.125rem;
	max-width: 1080px;
}

.model-house-swiper__button-wrap .swiper-button-prev,
.model-house-swiper__button-wrap .swiper-button-next {
	background-color: #fff;
	border: 1px solid #2F0909;
	border-radius: 50%;
	height: 3rem;
	position: relative;
	width: 3rem;
}

.model-house-swiper__button-wrap .swiper-button-next {
	margin-left: 6.25rem;
}

.model-house-swiper__button-wrap .swiper-button-prev::before,
.model-house-swiper__button-wrap .swiper-button-next::before {
	border-right: 0.125rem solid #000;
	border-top: 0.125rem solid #000;
	content: "";
	height: 0.625rem;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 0.625rem;
}

.model-house-swiper__button-wrap .swiper-button-prev::before {
	transform: translate(-50%, -50%) rotate(-135deg);
}

.model-house-swiper__button-wrap .swiper-button-next::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.model-house-swiper__button-wrap .swiper-button-prev::after,
.model-house-swiper__button-wrap .swiper-button-next::after {
	content: none;
}

.model-house-swiper__button-wrap .swiper-button-prev-text,
.model-house-swiper__button-wrap .swiper-button-next-text {
	color: #2F0909;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.model-house-swiper__button-wrap .swiper-button-prev-text {
	padding-left: 7.5rem;
	white-space: nowrap;
}

.model-house-swiper__button-wrap .swiper-button-next-text {
	padding-right: 7.5rem;
	white-space: nowrap;
}

.model-house-slide__img {
	-o-object-fit: cover;
	aspect-ratio: 906/510;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* ===============================================
# mv
=============================================== */

.mv {
	background: url("../images/common/mv-sp.jpg") no-repeat center center/cover;
	height: 600px;
}

.mv__content {
	height: 100%;
	position: relative;
}

.mv__title-deco {
	position: relative;
}

.mv__title-bg-wrap {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}

.mv__title-bg {
	-o-object-fit: cover;
	aspect-ratio: 335/266;
	height: auto;
	object-fit: cover;
}

.mv__title-wrap {
	left: 50%;
	position: absolute;
	top: 53%;
	transform: translate(-50%, -50%);
}

.mv__location {
	text-align: center;
}

.mv__location-text {
	background-color: #fff;
	border-radius: 100vh;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	padding: 0.4375rem 1.125rem 0.4375rem 1.9375rem;
	position: relative;
}

.mv__location-text::before {
	background: url("../images/common/map-icon.svg") no-repeat center center/cover;
	content: "";
	height: 0.875rem;
	left: 0.875rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.625rem;
}

.mv__title {
	color: #fff;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

.mv__title-large {
	display: inline-block;
	font-size: 2rem;
	position: relative;
	width: 100%;
}

.mv__title-large::before {
	background: url("../images/common/mv-deco01-sp.svg") no-repeat center center/cover;
	content: "";
	height: 5.3125rem;
	left: -2.5rem;
	position: absolute;
	top: -165%;
	width: 9rem;
}

.mv__title-large::after {
	background: url("../images/common/dot.svg") repeat left center/cover;
	bottom: 0;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 98%;
}

.mv__title-small {
	display: inline-block;
	font-size: 1.5rem;
	position: relative;
	width: 100%;
}

.mv__title-small::before {
	background: url("../images/common/mv-deco02.svg") no-repeat center center/cover;
	content: "";
	height: 4.375rem;
	position: absolute;
	right: -1.5rem;
	top: -245%;
	width: 4rem;
}

.mv__title-small::after {
	background: url("../images/common/dot.svg") repeat left center/cover;
	bottom: 0;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 98%;
}

/* ===============================================
# point-section
=============================================== */

.point-section {
	background-color: #F0F0F0;
	margin-top: 3.6875rem;
	padding-bottom: 2.9375rem;
	padding-top: 2.9375rem;
}

.point-section__inner {
	position: relative;
}

.point-section__title-img {
	-o-object-fit: cover;
	display: inline-block;
	height: 100%;
	object-fit: cover;
	width: 7.125rem;
}

.point-section__title-top {
	color: #B91C24;
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.3;
}

.point-section__title-point {
	color: #B91C24;
	display: block;
	font-size: 1.625rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.point-section__list {
	margin-top: 1.6875rem;
}

.point-item {
	background-color: #fff;
}

.point-item:not(:first-of-type) {
	margin-top: 1rem;
}

.point-item__img {
	-o-object-fit: cover;
	aspect-ratio: 335/250;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.point-item__content {
	padding: 1.4375rem 1.25rem;
}

.point-item__number {
	color: #B91C24;
	font-family: "Readex Pro", sans-serif;
	font-size: 0.8125rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.point-item__number-text {
	font-size: 1.625rem;
}

.point-item__title {
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-top: 0.5625rem;
	padding-bottom: 1.5rem;
	position: relative;
}

.point-item__title::after {
	background: url("../images/common/gray-dot.svg") repeat left center/cover;
	bottom: 0;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.point-item__description {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.8;
	margin-top: 1.625rem;
}

.point-section__deco-wrap {
	bottom: -6.5625rem;
	left: -1.25rem;
	position: absolute;
	width: 8.125rem;
}

.point-section__deco {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.point-section__deco02-wrap {
	bottom: -5rem;
	position: absolute;
	right: 0.9375rem;
	width: 2.3125rem;
}

.point-section__deco02 {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* ===============================================
# staff
=============================================== */

.staff {
	background-color: #F0F0F0;
	margin-top: 4rem;
	padding-bottom: 2.8125rem;
	padding-top: 2.8125rem;
}

.staff__inner {
	position: relative;
}

.staff__deco-wrap {
	left: -1.25rem;
	position: absolute;
	top: -0.3125rem;
	width: 6.875rem;
}

.staff__deco {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.staff__deco02-wrap {
	position: absolute;
	right: 1.25rem;
	top: -0.625rem;
	width: 4.625rem;
	z-index: 1;
}

.staff__deco02 {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.staff__deco03-wrap {
	position: absolute;
	right: -1.5625rem;
	top: 3.125rem;
	width: 4.6875rem;
}

.staff__deco03 {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.staff__title {
	text-align: center;
}

.staff__description {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.8;
	margin-top: 1.5rem;
	text-align: center;
}

.staff__members {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.1875rem;
	max-width: 81%;
}

.staff__member {
	padding-bottom: 1.125rem;
	position: relative;
}

.staff__member::after {
	background: url("../images/common/gray-dot.svg") repeat left center/cover;
	bottom: 0;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.staff__img-wrap {
	position: relative;
	width: 100%;
}

.staff__img-wrap::before {
	content: "";
	height: 4.375rem;
	left: -2.5rem;
	position: absolute;
	top: -2.5rem;
	width: 6.375rem;
}

.staff__img-wrap--StoreManager::before {
	background: url("../images/common/staff__role01.svg") repeat center center/cover;
}

.staff__img-wrap--SalesLeader::before {
	background: url("../images/common/staff__role02.svg") repeat center center/cover;
}

.staff__img-wrap--Designer::before {
	background: url("../images/common/staff__role03.svg") repeat center center/cover;
}

.staff__img-wrap--Assistant::before {
	background: url("../images/common/staff__role04.svg") repeat center center/cover;
}

.staff__img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.staff__name {
	align-items: center;
	display: flex;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin-top: 0.9375rem;
}

.staff__name--en {
	font-family: "Readex Pro", sans-serif;
	font-size: 0.8125rem;
}

.staff__comment {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-top: 0.4375rem;
}

.section-title__subtitle {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.section-title__main-title {
	color: #B91C24;
	display: block;
	font-family: "Readex Pro", sans-serif;
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.2;
}

@media screen and (min-width: 600px) {

.access__link::after {
	height: 0.875rem;
	right: -0.625rem;
	width: 1rem;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.u-desktop-li {
	display: inline;
}

html {
	font-size: 1.4814814815vw;
}

.about__bg {
	padding: 13rem 0 5.375rem 0;
}

.about__bg::before {
	height: 5vw;
}

.about__bg::after {
	width: 5vw;
}

.about__bg-deco-bird {
	left: 7%;
	top: -2%;
	width: 13rem;
}

.about__bg-deco-cloud {
	right: 3%;
	top: 7%;
	width: 11.75rem;
}

.about__inner.inner {
	width: 85%;
}

.about__title {
	width: 25.75rem;
}

.about__description {
	font-size: 1.375rem;
	margin-top: 2.4375rem;
}

.about__step {
	margin-top: 3.875rem;
}

.about__step-item {
	padding-bottom: 2.9375rem;
}

.about__step-item::after {
	height: 3px;
	width: 100%;
}

.about__step-content {
	align-items: flex-end;
	justify-content: space-between;
}

.about__step-number {
	font-size: 1.25rem;
}

.about__step-header {
	margin-top: 0.625rem;
}

.about__step-icon {
	font-size: 2.5rem;
	height: 3rem;
	width: 3rem;
}

.about__step-title {
	font-size: 2.125rem;
}

.about__step-title-jp {
	font-size: 1.5rem;
}

.about__step-description {
	font-size: 2.375rem;
}

.about__step-img-wrap--basic {
	width: 19.3125rem;
}

.about__step-img-wrap--infill {
	width: 20.625rem;
}

.about__step-img-wrap--option {
	width: 13.9375rem;
}

.about__step-item--infill {
	margin-top: 2.8125rem;
}

.about__step-icon--infill {
	font-size: 2.125rem;
}

.about__step-item--option {
	margin-top: 2.8125rem;
}

.about__step-summary {
	font-size: 1.375rem;
	margin-top: 4.0625rem;
}

.about__feature-img-wrap {
	margin-top: 7rem;
}

.about__feature-deco-wrap {
	bottom: -1.875rem;
	height: 8.5rem;
	left: -5rem;
	width: 11.0625rem;
}

.about__feature-content {
	margin-top: 7.5rem;
}

.about__feature-title {
	font-size: 3rem;
}

.about__feature-decoration {
	font-size: 1.375rem;
	margin-top: 1.9375rem;
}

.about__feature-images-wrap {
	margin-top: 3.5625rem;
	width: 94vw;
}

.about__feature-images-wrap .about__feature-image-pc {
	display: block;
	padding: 0 6.25rem;
}

.about__feature-image-sp {
	display: none;
}

.access {
	padding-top: 3.5rem;
}

.access__map iframe {
	aspect-ratio: 1080/454;
}

.access__info {
	margin-top: 2.5rem;
}

.access__title {
	font-size: 2rem;
}

.access__address {
	font-size: 1.375rem;
	margin-top: 1rem;
}

.access__link {
	font-size: 1.375rem;
	margin-top: 1rem;
	padding-right: 1.25rem;
	transition: all 0.3s;
}

.access__link:hover {
	opacity: 0.7;
}

.camp {
	margin-top: 5.9375rem;
}

.camp__inner {
	display: flex;
	gap: 10%;
}

.camp__content {
	flex-direction: column;
	gap: 2rem;
	width: 25%;
}

.camp__subtitle {
	gap: 0.3125rem;
}

.camp__subtitle-img {
	aspect-ratio: 101/32;
	width: 6.3125rem;
}

.camp__subtitle-text {
	font-size: 1.25rem;
}

.camp__title {
	font-size: 3rem;
}

.camp__title-jp {
	font-size: 1.375rem;
}

.camp__deco {
	width: 16.8125rem;
}

.camp__deco-img {
	aspect-ratio: 269/80;
}

.camp__description {
	font-size: 1.375rem;
	width: 65%;
}

.case-study {
	margin-top: 7.5rem;
}

.case-study__deco-wrap {
	left: calc(50% - min(48.5vw, 651px));
	top: -12.5rem;
	width: 7.6875rem;
}

.case-study__deco02-wrap {
	right: calc(50% - min(48.5vw, 651px));
	top: -6.25rem;
	width: 10.625rem;
}

.case-study__content {
	margin-top: 2.5rem;
}

.case-study__item:not(:first-of-type) {
	margin-top: 5.5rem;
}

.case-study__img {
	aspect-ratio: 1080/480;
}

.case-study__info {
	gap: 1.25rem;
	margin-top: 2.5rem;
	padding-bottom: 2rem;
}

.case-study__info-number {
	font-size: 1.5rem;
	height: 5rem;
	width: 5rem;
}

.case-study__info-subtitle {
	font-size: 1.25rem;
}

.case-study__info-title {
	font-size: 2.125rem;
	margin-top: 0.4375rem;
}

.case-study__info-description {
	font-size: 1.375rem;
	margin-top: 2rem;
}

.case-study__other-uses {
	margin-top: 6.5rem;
	padding: 2.5rem 4.25rem;
}

.case-study__other-uses-deco-wrap {
	left: calc(50% - min(48.5vw, 575px));
	top: -0.9375rem;
	width: 4.5rem;
}

.case-study__other-uses-deco02-wrap {
	right: calc(50% - min(48.5vw, 580px));
	top: -1.875rem;
	width: 4.5rem;
}

.case-study__other-title {
	font-size: 1.75rem;
}

.case-study__other-list {
	grid-gap: 2.875rem;
	display: grid;
	gap: 2.875rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.375rem;
}

.case-study__deco03-wrap {
	right: calc(50% - min(52vw, 690px));
	top: -6.25rem;
	width: 10.625rem;
}

.case-study__other-img {
	aspect-ratio: 284/208;
}

.case-study__other-img-wrap::before {
	font-size: 1.25rem;
	height: 3.75rem;
	left: -10%;
	top: -10%;
	width: 3.75rem;
}

.case-study__other-description {
	font-size: 1.375rem;
	margin-top: 2.3125rem;
}

.case-study__other-description--mt20 {
	margin-top: 1.25rem;
}

.contact {
	margin-top: 7.5rem;
	padding-top: 5.5rem;
}

.contact__content {
	padding: 3.5rem 3rem;
}

.contact__deco-wrap {
	left: calc(50% - min(48.5vw, 581px));
	top: -3.125rem;
	width: 9.25rem;
}

.contact__deco02-wrap {
	right: calc(50% - min(48.5vw, 581px));
	top: -3.125rem;
	width: 8.8125rem;
}

.contact__info {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
}

.contact__item {
	transition: all 0.3s;
}

.contact__item:hover {
	background-color: #f6e9cd;
	box-shadow: none;
	box-shadow: initial;
	transform: translateY(4px);
}

.contact__link {
	padding: 1.875rem 0.625rem 1.625rem 0.625rem;
}

.contact__icon-wrap--phone {
	width: 2.25rem;
}

.contact__icon-wrap--calendar {
	width: 2.125rem;
}

.contact__icon-wrap--line {
	width: 2.3125rem;
}

.contact__label {
	font-size: 2.25rem;
	margin-top: 0.625rem;
}

.contact__tel {
	font-size: 2rem;
	margin-top: 0.5625rem;
}

.contact__detail {
	font-size: 1.375rem;
}

.floating-menu {
	bottom: 21px;
	right: 16px;
}

.floating-menu__contact-btn {
	font-size: 1.25rem;
	padding: 1.3125rem 1.3125rem 1.25rem 3.3125rem;
}

.floating-menu__contact-btn-icon::before {
	height: 1.1875rem;
	left: -2.125rem;
	width: 1.5rem;
}

#close-btn {
	font-size: 1.125rem;
}

.floating-menu__items {
	padding: 0.9375rem 0.625rem 1rem 0.625rem;
}

.floating-menu__item {
	font-size: 1.25rem;
	padding: 0.8125rem 0.625rem 0.75rem 3.3125rem;
	transition: all 0.3s;
}

.floating-menu__item:not(:first-of-type) {
	margin-top: 0.5rem;
}

.floating-menu__item:hover {
	opacity: 0.8;
}

.floating-menu__item-line::before {
	height: 1.25rem;
	left: -2.25rem;
	width: 1.3125rem;
}

.floating-menu__item-reservation::before {
	height: 1.25rem;
	left: -2.125rem;
	width: 1.1875rem;
}

.floating-menu__item-tel::before {
	height: 1.25rem;
	left: -2rem;
	width: 1.25rem;
}

.floor-plan {
	margin-top: 7.5rem;
}

.floor-plan__img-wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5rem;
	max-width: 72.6875rem;
	position: relative;
	z-index: -1;
}

.floor-plan__img {
	aspect-ratio: 1163/635;
}

.floor-plan__content {
	margin-top: -13vw;
}

.floor-plan__photos {
	gap: 2rem;
}

.floor-plan__photo {
	aspect-ratio: 484/297;
}

.floor-plan__photo-text {
	font-size: 1.125rem;
}

.floor-plan__details {
	padding: 1.5rem 2rem;
}

.floor-plan__model {
	font-size: 1.375rem;
}

.floor-plan__spec {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 12% auto;
}

.floor-plan__spec-madori {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0;
}

.floor-plan__madori {
	font-size: 1.5rem;
}

.floor-plan__spec-item {
	align-items: center;
	display: flex;
	padding-bottom: 1rem;
	position: relative;
}

.floor-plan__spec-item::after {
	background: url("../images/common/gray-dot.svg") repeat left center/cover;
	bottom: 0;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.floor-plan__spec-item:not(:first-of-type) {
	margin-top: 1.6875rem;
}

.floor-plan__label {
	font-size: 1.375rem;
	padding: 0.3125rem 1.125rem 0.375rem 1.125rem;
}

.floor-plan__value {
	font-size: 1.25rem;
	margin-left: 1.5rem;
}

.floor-plan__value-bold {
	font-size: 2rem;
}

.floor-plan__note {
	font-size: 1.25rem;
	margin-top: 1.5rem;
}

.footer__inner {
	padding-bottom: 4.5rem;
	padding-top: 7.3125rem;
}

.footer__deco-wrap {
	left: 12.5rem;
	top: 3.125rem;
	width: 9.1875rem;
}

.footer__deco02-wrap {
	right: 12.5rem;
	top: 5rem;
	width: 3.5625rem;
}

.footer__deco03-wrap {
	bottom: 0;
	left: 0.625rem;
	width: 9.1875rem;
}

.footer__deco04-wrap {
	bottom: 0;
	right: 0.625rem;
	width: 10.0625rem;
}

.footer__logo-wrap {
	width: 11.625rem;
}

.footer__logo {
	aspect-ratio: 186/88;
}

.footer__copyright-wrap {
	padding: 2.5rem 0 3.8125rem 0;
}

.footer__copyright {
	font-size: 0.875rem;
}

.header {
	left: 48px;
	top: 40px;
}

.house-introduction {
	display: none;
}

.inner {
	max-width: 1130px;
	padding-left: 25px;
	padding-right: 25px;
}

.model-house {
	margin-top: 5vw;
}

.model-house-img {
	aspect-ratio: 1440/811;
}

.model-house__title {
	font-size: 3rem;
	margin-top: 7.5rem;
}

.model-house__header {
	margin-top: 2.5rem;
}

.model-nouse__deco-wrap {
	right: 15%;
	width: 6rem;
}

.model-house__theme {
	font-size: 1.25rem;
}

.model-house__subtitle {
	font-size: 2.125rem;
	margin-top: 0.5rem;
}

.model-house__description-wrap {
	margin-top: 1.625rem;
}

.model-house__description {
	font-size: clamp(1.125rem, 0.764rem + 0.75vw, 1.375rem);
}

.model-house__deco02-wrap {
	position: absolute;
	right: -30%;
	right: -24%;
	top: 50%;
	transform: translateY(-50%);
	width: 10.625rem;
}

.mv {
	background: url("../images/common/mv.jpg") no-repeat center center/cover;
	height: 500px;
}

.mv__title-bg-wrap {
	width: 40.625rem;
}

.mv__title-bg {
	aspect-ratio: 786/440;
}

.mv__location-text {
	font-size: 1.125rem;
	padding: 0.375rem 1.6875rem 0.375rem 2.625rem;
}

.mv__location-text::before {
	height: 1.25rem;
	left: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.9375rem;
}

.mv__title-large {
	font-size: 3.625rem;
}

.mv__title-large::before {
	background: url("../images/common/mv-deco01.svg") no-repeat center center/cover;
	height: 7.25rem;
	left: -13.75rem;
	top: -85%;
	width: 13.125rem;
}

.mv__title-large::after {
	height: 3px;
	width: 100%;
}

.mv__title-small {
	font-size: 2.5625rem;
}

.mv__title-small::before {
	height: 8.375rem;
	right: -10.625rem;
	top: -155%;
	width: 7.6875rem;
}

.mv__title-small::after {
	height: 3px;
	width: 100%;
}

.point-section {
	margin-top: 7.5rem;
	padding: 6.6875rem 0 5.5rem 0;
}

.point-section__title {
	align-items: flex-end;
	display: flex;
}

.point-section__title-img {
	margin-right: 0.75rem;
	width: 12.625rem;
}

.point-section__title-top {
	display: contents;
	font-size: 3rem;
}

.point-section__title-point {
	display: inline;
	font-size: 3rem;
	line-height: 1.3;
}

.point-section__list {
	margin-top: 3.5rem;
}

.point-item {
	align-items: center;
	display: flex;
	justify-content: center;
}

.point-item:nth-child(even) {
	flex-direction: row-reverse;
}

.point-item:not(:first-of-type) {
	margin-top: 1.5rem;
}

.point-item__img-wrap {
	width: 50%;
}

.point-item__img {
	aspect-ratio: 540/580;
}

.point-item__content {
	padding-left: 3.5rem;
	padding-right: 3.5rem;
	width: 50%;
}

.point-item__number {
	font-size: 1.25rem;
}

.point-item__number-text {
	font-size: 2.5rem;
}

.point-item__title {
	font-size: 1.75rem;
	margin-top: 0.6875rem;
	padding-bottom: 2rem;
}

.point-item__description {
	font-size: 1.375rem;
	margin-top: 2rem;
}

.point-section__deco-wrap {
	bottom: -9.0625rem;
	left: calc(50% - min(48.5vw, 631px));
	width: 13.1875rem;
}

.point-section__deco02-wrap {
	bottom: -8.75rem;
	right: calc(50% - min(48.5vw, 651px));
	width: 3.75rem;
}

.staff {
	margin-top: 7.5rem;
	padding-bottom: 5.5rem;
	padding-top: 5.5rem;
}

.staff__deco-wrap {
	left: calc(50% - min(48.5vw, 651px));
	width: 16.5625rem;
}

.staff__deco02-wrap {
	right: 9%;
	top: 3.75rem;
	width: 9.375rem;
}

.staff__deco03-wrap {
	right: calc(50% - min(48.5vw, 661px));
	top: 12.5rem;
	width: 10rem;
}

.staff__description {
	font-size: 1.375rem;
	margin-top: 2.5rem;
}

.staff__members {
	grid-row-gap: 5.5rem;
	grid-column-gap: 6.5rem;
	-moz-column-gap: 6.5rem;
	column-gap: 6.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 6rem;
	max-width: 53.75rem;
	row-gap: 5.5rem;
}

.staff__member {
	padding-bottom: 1.5rem;
}

.staff__img-wrap::before {
	height: 5.5rem;
	width: 8rem;
}

.staff__name {
	font-size: 1.75rem;
	margin-top: 1.3125rem;
}

.staff__name--en {
	font-size: 1.25rem;
}

.staff__comment {
	font-size: 1.375rem;
}

.section-title__subtitle {
	font-size: 1.5rem;
}

.section-title__main-title {
	font-size: 4rem;
}

}

@media screen and (min-width: 1024px) {

.model-nouse__deco-wrap {
	right: 10%;
	width: 6.625rem;
}

.model-house__deco02-wrap {
	width: 12.625rem;
}

.mv {
	height: 700px;
}

.mv__title-bg-wrap {
	width: 768px;
}

.mv__location-text {
	font-size: 1.25rem;
	padding: 0.625rem 2rem 0.625rem 2.9375rem;
}

.mv__title-large {
	font-size: 4.25rem;
}

.mv__title-large::before {
	height: 7.875rem;
	left: -34%;
	top: -75%;
	width: 13.75rem;
}

.mv__title-small {
	font-size: 3rem;
}

.mv__title-small::before {
	height: 11.25rem;
	right: -8.75rem;
	top: -130%;
	width: 9.3125rem;
}

.staff__deco03-wrap {
	width: 11.5625rem;
}

}

@media (min-width: 1080px) {

html {
	font-size: 16px;
}

}

@media screen and (min-width: 1164px) {

.floor-plan__content {
	margin-top: -9.375rem;
}

}

@media screen and (min-width: 1200px) {

.about__step-description {
	font-size: 3rem;
}

}

@media screen and (min-width: 1300px) {

.about__inner.inner {
	width: 100%;
}

.model-house__deco02-wrap {
	right: -31%;
}

.model-house-slide__swiper::after {
	max-width: 67.5rem;
}

.staff__deco02-wrap {
	right: -1.25rem;
}

}

@media screen and (min-width: 1350px) {

.case-study__deco03-wrap {
	right: -12.5rem;
}

}

@media screen and (min-width: 1441px) {

.about__feature-images-wrap {
	width: 84.625rem;
}

.mv {
	height: 800px;
}

.mv__title-bg-wrap {
	width: 48rem;
}

}

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

.overflow-wrap {
	overflow: hidden;
}

}

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

.about__inner.inner {
	padding-right: 40px;
}

.about__step-content {
	flex-direction: column;
}

.about__step-img-wrap {
	margin-top: 1.1875rem;
}

.about__feature-img {
	aspect-ratio: 315/216;
}

.camp__deco {
	margin-right: -1.5rem;
}

.case-study__other-item {
	margin-top: 1.875rem;
}

.contact__item {
	margin-top: 1.25rem;
}

.floor-plan__photos {
	flex-direction: column;
}

.floor-plan__madori {
	text-align: center;
}

.floor-plan__spec-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 0.5rem;
}

.floor-plan__spec-item {
	border-left: 1px solid #B8B8B8;
	padding-left: 0.5625rem;
	padding-right: 0.5625rem;
	text-align: center;
}

.floor-plan__spec-item:not(:first-of-type) {
	border-right: 1px solid #B8B8B8;
}

.floor-plan__value {
	margin-top: 0.5rem;
}

.floor-plan__note {
	padding-left: 0.8125rem;
	text-indent: -0.8125rem;
}

.model-house__deco02-wrap {
	display: block;
	margin: 0.71875rem 1.25rem 0 auto;
	width: 6.5rem;
}

.model-house-slide {
	display: none;
}

.mv__title-bg-wrap {
	max-width: 25rem;
}

.mv__title {
	line-height: 2;
}

.point-section__title-top {
	align-items: flex-end;
	display: flex;
	gap: 0.5rem;
}

.point-section__title-point--lh {
	line-height: 1.2;
}

.staff__member {
	margin-top: 4rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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