body {
	font-family: "Noto Serif SC", "Noto Serif JP", serif;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

*,
*::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 root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

main {
	flex: 1;
}

/* 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;
}

.area {
	background-color: #fff;
}

.area__title {
	background-color: #e6e6e6;
	border-bottom: 1px solid #bdbdbd;
	color: #262626;
	font-size: 1.5625rem;
	font-weight: 600;
	line-height: 1.5;
	padding: 1.9375rem 0.9375rem;
	position: relative;
	text-align: center;
}

.area__title::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-right: 0.0625rem solid #262626;
	border-top: 0.0625rem solid #262626;
	content: "";
	display: inline-block;
	height: 0.9375rem;
	position: relative;
	right: -1.275rem;
	top: 52%;
	transform: translateY(-50%) rotate(135deg);
	transition: 0.3s;
	width: 0.9375rem;
}

.area__title.is-open::after {
	transform: translateY(-50%) rotate(315deg);
}

.area__item {
	padding: 2rem 0.9375rem;
}

.area__text-wrap {
	text-align: center;
}

.area__text {
	color: #262626;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.7;
}

.area__text:not(:first-child) {
	margin-top: 1.375rem;
}

.area__text-small {
	color: #262626;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.6;
}

.area__map {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 19.6875rem;
	width: 100%;
}

.area__map img {
	-o-object-fit: cover;
	aspect-ratio: 315/240;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.company {
	background-color: #fff;
}

.company__title {
	background-color: #e6e6e6;
	border-bottom: 1px solid #bdbdbd;
	color: #262626;
	font-size: 1.5625rem;
	font-weight: 600;
	line-height: 1.5;
	padding: 2rem 0.9375rem;
	position: relative;
	text-align: center;
}

.company__title::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-right: 0.0625rem solid #262626;
	border-top: 0.0625rem solid #262626;
	content: "";
	display: inline-block;
	height: 0.9375rem;
	position: relative;
	right: -1.275rem;
	top: 52%;
	transform: translateY(-50%) rotate(135deg);
	transition: 0.3s;
	width: 0.9375rem;
}

.company__title.is-open::after {
	transform: translateY(-50%) rotate(315deg);
}

.company__wrap {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin: 0 auto;
	max-width: 37.5rem;
	padding: 2.8125rem 0.9375rem;
	width: 100%;
}

.company__list {
	gap: 2rem;
	width: 100%;
}

.company__item {
	align-items: center;
	border-bottom: 1px solid #262626;
	display: flex;
	gap: 1.3125rem;
	padding: 1rem 0 1rem;
}

.company__item:first-child {
	border-top: 1px solid #262626;
}

.company__item-title {
	text-wrap: nowrap;
	color: #262626;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 2.3;
	max-width: 3.65625rem;
	width: 100%;
}

.company__item-text {
	color: #262626;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2.3;
}

.company__image-wrap {
	max-width: 19.6875rem;
	width: 100%;
}

.company__image {
	max-width: 19.6875rem;
	width: 100%;
}

.company__image img {
	-o-object-fit: cover;
	aspect-ratio: 315/406;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.company__name {
	color: #262626;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.5;
}

.complete {
	background-color: #e6e6e6;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.complete__content {
	text-align: center;
}

.complete__title {
	color: #262626;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.complete__text-wrap {
	margin-top: 1.25rem;
	text-align: center;
}

.complete__text {
	color: #262626;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
}

.complete__text:nth-child(2) {
	margin-top: 0.625rem;
}

.complete__button-wrap {
	margin-top: 1.25rem;
	text-align: center;
}

.complete__button {
	background-color: #fff;
	border: 0.0625rem solid #262626;
	border-radius: 0.3125rem;
	color: #262626;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.5;
	max-width: 12.5rem;
	padding: 0.625rem 1.25rem;
	transition: 0.3s;
	width: 100%;
}

.concept-list {
	background-color: #191b39;
	overflow: hidden;
	padding-bottom: 5.425rem;
}

.concept-list__item + .concept-list__item {
	margin-top: 5.425rem;
}

.concept-list__item {
	background-color: #191b39;
	height: 100svh;
	position: relative;
	z-index: 1;
}

.concept-list__item:nth-child(4) {
	height: auto;
}

.inner.concept-list__item-inner {
	height: 100%;
	padding: 0 1.875rem;
}

.concept-list__item-content {
	align-items: center;
	display: flex;
	flex-direction: column-reverse;
	gap: 2.95rem;
	justify-content: left;
	padding-top: 2.1875rem;
	position: relative;
	width: 100%;
	z-index: 2;
}

.concept-list__item-left {
	width: 100%;
}

.concept-list__en-title {
	color: #fff;
	font-family: "Crimson Text", serif;
	font-size: 0.9rem;
	letter-spacing: 0.03em;
	line-height: 1.4;
	text-transform: capitalize;
}

.concept-list__ja-title {
	color: #fff;
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.7;
	margin-top: 0.275rem;
}

.concept-list__text {
	color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.95;
	margin-top: 1.5625rem;
	position: relative;
	white-space: nowrap;
	z-index: 2;
}

.concept-list__image {
	height: 16.4375rem;
	margin-left: calc(50% - 50vw);
	margin-right: 0;
	width: 96vw;
	z-index: 2;
}

.concept-list__item:nth-child(even) .concept-list__image {
	margin-left: 0;
	margin-right: calc(50% - 50vw);
}

.concept-list__image img {
	-o-object-fit: cover;
	aspect-ratio: 345/263;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.concept {
	background-color: #e6e6e6;
	overflow: hidden;
	padding-bottom: 4.6875rem;
	padding-top: 5rem;
	position: relative;
}

.concept::before {
	color: #dcdcdc;
	content: "concept";
	font-family: "Noto Serif JP", serif;
	font-size: 3.125rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.9;
	opacity: 0;
	position: absolute;
	right: calc(50% - 50vw - 2rem);
	text-transform: uppercase;
	top: 1.875rem;
	transform: rotate(-180deg);
	transition: opacity 2.5s cubic-bezier(0.3, 0.46, 0.45, 0.94);
	white-space: nowrap;
	writing-mode: vertical-rl;
	z-index: 1;
}

.concept.is-visible::before {
	opacity: 1;
}

.concept__content {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.concept__text-wrap {
	display: inline-block;
	text-align: left;
	text-align: initial;
	writing-mode: vertical-rl;
}

.concept__title {
	color: #262626;
	font-size: 1.625rem;
	font-weight: 700;
	letter-spacing: 0.24em;
	line-height: 1.44;
}

.concept__text {
	color: #262626;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.17em;
	line-height: 2;
	margin-right: 1.125rem;
	margin-top: 6.125rem;
}

.confirm {
	background-color: #e6e6e6;
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.confirm__content {
	text-align: center;
}

.confirm__title {
	color: #262626;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.5;
}

.confirm__text {
	color: #262626;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.confirm__form {
	margin-top: 2.5rem;
}

.confirm__form.form .form__label {
	align-items: center;
	margin-top: 0;
}

.confirm__form.form .form-input__label {
	align-items: center;
	margin-top: 0;
}

.confirm__form.form .form__input-wrap {
	gap: 0;
}

.confirm__form.form .form-input,
.confirm__form.form .form-select,
.confirm__form.form .form-radio,
.confirm__form.form .form-checkbox,
.confirm__form.form .form-textarea {
	color: #262626;
	font-size: 1rem;
}

.confirm__form.form .form-submit {
	flex-direction: column;
	gap: 0.625rem;
}

.confirm__current-radio {
	left: -50vw;
	position: absolute;
	top: 0;
}

.contact {
	background-image: url("../../assets/images/common/bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 4.0625rem 0 4.375rem;
}

.contact__title {
	color: #262626;
	font-size: 1.5625rem;
	text-align: center;
}

.contact__form {
	margin: 2.5rem auto 0;
	max-width: 37.5rem;
	width: 100%;
}

.cta {
	background-color: #e6e6e6;
	padding-bottom: 3.3625rem;
	padding-top: 3.625rem;
}

.inner.cta__inner {
	padding: 0 0.9375rem;
}

.cta__button {
	text-align: center;
}

.cta__cta-button {
	background-color: #000;
	color: #fff;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.26em;
	line-height: 1.46;
	padding: 1.76875rem 1.25rem 1.4625rem;
	position: relative;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}

.cta__cta-button::after {
	background-image: url("../../assets/images/common/cta-arrow.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 0.25rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.25rem;
	z-index: 2;
}

.cta__tel-button {
	margin-top: 1.75rem;
	text-align: center;
}

.cta__tel-button-link {
	background-color: #fff;
	border: 1px solid #000;
	display: inline-block;
	padding: 0.5625rem 3.0125rem;
	transition: 0.3s;
}

.cta__tel-text {
	color: #080808;
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: 0.17em;
	line-height: 1.5;
}

.cta__tel-number {
	color: #080808;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.17em;
	line-height: 1.5;
}

.cta__cta-button:hover,
.cta__tel-button-link:hover {
	opacity: 0.8;
}

.data__title {
	color: #262626;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
	text-transform: uppercase;
}

.data__content {
	border-bottom: 1px solid #262626;
	border-top: 1px solid #262626;
	margin-top: 0.40625rem;
	padding: 1.34375rem 0.9375rem;
}

.data__item + .data__item {
	margin-top: 0.15625rem;
}

.data__text {
	color: #262626;
	display: flex;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.7;
}

.error-page {
	background-color: #e6e6e6;
}

.error {
	padding-bottom: 6.25rem;
	padding-top: 6.25rem;
}

.error__content {
	text-align: center;
}

.error__title {
	color: #262626;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.5;
}

.error__text {
	color: #262626;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.error__button-wrap {
	margin-top: 1.25rem;
}

.error__button {
	background-color: #fff;
	border: 0.0625rem solid #262626;
	border-radius: 0.3125rem;
	color: #262626;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.5;
	max-width: 12.5rem;
	padding: 0.625rem 1.25rem;
	transition: 0.3s;
	width: 100%;
}

.floor-plan {
	background-color: #f4f4f4;
	padding: 2.1125rem 0rem 2.4125rem;
}

.floor-plan__top {
	padding: 0 0.9375rem;
}

.floor-plan__bottom {
	margin-top: 1.5rem;
}

.floor-plan__title {
	color: #262626;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.9;
	text-align: center;
}

.floor-plan__tab-menu {
	display: flex;
	gap: 0.78125rem;
	justify-content: center;
	margin-top: 1.575rem;
}

.floor-plan__tab-text {
	color: #262626;
	font-size: 0.8125rem;
	line-height: 1.7;
	margin-top: 1.225rem;
	text-align: center;
}

.floor-plan__image-wrap {
	margin-top: 1.225rem;
	position: relative;
}

.floor-plan__image {
	display: none;
	width: 100%;
}

.floor-plan__image.is-active {
	animation: fade 0.6s;
	display: block;
}

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

.floor-plan__floor-point {
	background-image: url(../images/common/point-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	font-family: "Crimson Text", serif;
	font-size: 1rem;
	font-weight: 700;
	height: 3.125rem;
	line-height: 1.5;
	padding-top: 0.8125rem;
	position: absolute;
	text-align: center;
	transform: translate(-50%, -50%);
	width: 3.125rem;
	z-index: 1;
}

.floor-plan__floor-point.floor-point-1 {
	left: 68.1%;
	top: 59.8%;
}

.floor-plan__floor-point.floor-point-2 {
	left: 23.5%;
	top: 32.5%;
}

.floor-plan__floor-point.floor-point-3 {
	left: 50.6%;
	top: 81%;
}

.floor-plan__floor-point.floor-point-4 {
	left: 20.3%;
	top: 82.1%;
}

.floor-plan__floor-point.floor-point-5 {
	left: 81.3%;
	top: 19.1%;
}

.floor-plan__floor-point.floor-point-6 {
	left: 36.3%;
	top: 73.1%;
}

.floor-plan__floor-point.floor-point-7 {
	left: 21.3%;
	top: 47.1%;
}

.footer {
	background-color: #191b39;
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.footer__copyright {
	text-align: center;
}

.footer__copyright small {
	color: #fff;
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 2;
}

.form-checkbox span.wpcf7-list-item {
	display: block;
	margin-left: 0;
}

.form-checkbox span.wpcf7-list-item:not(:first-of-type) {
	margin-top: 1.0125rem;
}

.form-checkbox.form-checkbox--time {
	align-items: baseline;
	display: flex;
	gap: 0.625rem;
	margin-top: 0rem;
}

.form-checkbox.form-checkbox--time span:not(:first-of-type) {
	margin-top: 0rem;
}

.form-checkbox label {
	display: block;
}

.form-checkbox label:not(:first-of-type) {
	margin-top: 0.625rem;
}

.form-checkbox input {
	display: none;
}

.form-checkbox input + span {
	color: #262626;
	cursor: pointer;
	display: inline-block;
	font-size: 0.9375rem;
	padding: 0 0 0 1.8625rem;
	position: relative;
}

.form-checkbox input + span::before {
	background: #fff;
	border: 1px solid #888888;
	border-radius: 0.3125rem;
	content: "";
	display: block;
	height: 1.09375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.1375rem;
}

.form-checkbox input + span::after {
	border-bottom: 0.1875rem solid #262626;
	border-left: 0.1875rem solid #262626;
	content: "";
	display: block;
	height: 0.4375rem;
	left: 0.125rem;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	transition: 0.3s;
	width: 0.875rem;
}

.form-checkbox input:checked + span::after {
	opacity: 1;
}

.form-checkbox__time-wrap {
	align-items: center;
	display: flex;
}

.form-checkbox__time-wrap span.wpcf7-list-item-label {
	padding: 0 0 0 1.375rem;
}

.form-checkbox__time-wrap span.wpcf7-list-item:not(:first-of-type) {
	margin-left: 0.5625rem;
}

.form-checkbox__label {
	color: #262626;
	display: block;
	font-size: 0.9375rem;
	line-height: 1;
	max-width: 2.0625rem;
	white-space: nowrap;
	width: 100%;
}

.form-input {
	display: flex;
	gap: 0.625rem;
}

.form-input__label {
	color: #262626;
	display: block;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1;
	margin-top: 0.9375rem;
	max-width: 2.0625rem;
	width: 100%;
}

.form-input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #888888;
	border-radius: 0.3125rem;
	color: #262626;
	font-size: 0.875rem;
	line-height: 2;
	padding: 0.3375rem 0.9375rem;
	width: 100%;
}

.form-input input::-moz-placeholder {
	color: #838383;
}

.form-input input::placeholder {
	color: #838383;
}

.form-input input:focus {
	border: 1px solid #888888;
	box-shadow: none;
	outline: none;
}

.form-input__small {
	color: #262626;
	font-size: 0.6125rem;
	line-height: 1.8;
}

.form-input__date-wrap {
	max-width: 19.5625rem;
	width: 100%;
}

.form-input.form-input--address {
	display: flex;
	flex-direction: column;
	gap: 0.825rem;
	max-width: 22.25rem;
}

.form-input input.is-invalid,
input.is-invalid,
select.is-invalid,
textarea.is-invalid {
	background-color: #fff5f5;
	border-color: #c31111;
}

.form-input input.is-invalid:focus,
input.is-invalid:focus,
select.is-invalid:focus,
textarea.is-invalid:focus {
	border-color: #c31111;
	box-shadow: 0 0 0 2px rgba(195, 17, 17, 0.2);
	outline: none;
}

.wpcf7-not-valid-tip,
.wpcf7-validation-errors,
.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-validation-errors {
	display: none !important;
	height: 0 !important;
	margin: 0 !important;
	opacity: 0 !important;
	overflow: hidden !important;
	padding: 0 !important;
	visibility: hidden !important;
}

.form-privacy {
	margin-top: 1.09375rem;
	text-align: center;
}

.form-privacy label {
	display: block;
	margin-top: 1.25rem;
}

.form-privacy span {
	margin-left: 0;
}

.form-privacy input {
	display: none;
}

.form-privacy input + span {
	color: #262626;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	padding: 0 0 0 2.3125rem;
	position: relative;
}

.form-privacy input + span::before {
	background: #fff;
	border: 1px solid #808080;
	border-radius: 0.3125rem;
	content: "";
	display: block;
	height: 1.375rem;
	left: 0;
	position: absolute;
	top: 0.1875rem;
	width: 1.4375rem;
}

.form-privacy input + span::after {
	border-bottom: 0.1875rem solid #262626;
	border-left: 0.1875rem solid #262626;
	content: "";
	display: block;
	height: 0.5rem;
	left: 0.1875rem;
	margin-top: -0.125rem;
	opacity: 0;
	position: absolute;
	top: 0.5625rem;
	transform: rotate(-45deg);
	transition: 0.3s;
	width: 1.0625rem;
}

.form-privacy input + span a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.form-privacy input:checked + span::after {
	opacity: 1;
}

.form-privacy__text {
	color: #262626;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.67;
	text-align: left;
}

.form-privacy__link {
	-webkit-text-decoration: underline;
	color: #262626;
	text-decoration: underline;
	transition: 0.3s;
}

.form-privacy__link:hover {
	opacity: 0.8;
}

.form-radio {
	align-items: center;
	display: flex;
	gap: 1.225rem;
}

.form-radio label {
	display: block;
}

.form-radio label:not(:first-of-type) {
	margin-left: 0.9375rem;
}

.form-radio input {
	display: none;
}

.form-radio input + span {
	color: #262626;
	cursor: pointer;
	display: block;
	font-size: 0.9375rem;
	line-height: 1.86;
	padding: 0 0 0 1.3875rem;
	position: relative;
}

.form-radio input + span::before {
	background: #fff;
	border: 1px solid #888888;
	border-radius: 50%;
	content: "";
	display: block;
	height: 1rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.form-radio input + span::after {
	background: #000;
	border: 1px solid transparent;
	border-radius: 50%;
	content: "";
	height: 0.5rem;
	left: 0.25rem;
	opacity: 0;
	padding: 0.125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 0.5rem;
}

.form-radio input:checked + span::after {
	opacity: 1;
}

.form-radio span.wpcf7-list-item {
	margin-left: 0;
}

.form-radio__time-wrap {
	align-items: center;
	display: flex;
}

.form-radio__label {
	color: #262626;
	display: block;
	font-size: 0.9375rem;
	line-height: 1;
	max-width: 2.0625rem;
	width: 100%;
}

.form-select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(./../images/common/arrow.svg);
	background-position: right 0.9375rem top 0.9375rem;
	background-repeat: no-repeat;
	background-size: 0.9375rem;
	border: 1px solid #ccc;
	border-radius: 0;
	cursor: pointer;
	font-size: 0.9375rem;
	line-height: 1;
	padding: 0.71875rem 3.125rem 0.71875rem 0.9375rem;
	width: 100%;
}

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

.form-select select:focus {
	border: 1px solid #ccc;
	box-shadow: none;
	outline: none;
}

.form-submit {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.form-submit input {
	-webkit-text-decoration: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #888888;
	border-radius: 0.3125rem;
	color: #000;
	color: #262626;
	cursor: pointer;
	display: inline-block;
	font-size: 1.25rem;
	line-height: 1;
	max-width: 19.6875rem;
	padding: 1.6625rem 1.25rem;
	text-decoration: none;
	transition: 0.3s;
	width: 100%;
}

.form-submit input:hover,
.form-submit input:focus {
	outline: none;
}

.form-submit input::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.form-textarea textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #888888;
	border-radius: 0.3125rem;
	color: #262626;
	font-size: 0.875rem;
	height: 9.0625rem;
	line-height: 1.3;
	padding: 0.625rem 1.0625rem;
	resize: none;
	text-align: justify;
	width: 100%;
}

.form-textarea textarea:focus {
	border: 1px solid #ccc;
	box-shadow: none;
	outline: none;
}

.form__wrap {
	border-bottom: 1px solid #676767;
	display: flex;
	flex-direction: column;
	gap: 0.9375rem;
	padding: 0 0.1rem 1.34375rem;
}

.form__wrap:last-of-type {
	border-bottom: none;
}

.form__wrap + .form__wrap {
	margin-top: 1.31375rem;
}

.form__wrap:nth-child(2),
.form__wrap:nth-child(3),
.form__wrap:nth-child(4) {
	border-bottom: none;
	gap: 0.925rem;
	padding-bottom: 0.31875rem;
}

.form__wrap:nth-child(5) {
	margin-top: 0.6125rem;
	padding: 0 0 1.1125rem;
}

.form__text {
	color: #262626;
	font-size: 0.775rem;
	font-weight: 400;
	line-height: 1.7;
	margin-left: 0.5rem;
}

.form__label {
	align-items: first baseline;
	color: #262626;
	color: #262626;
	display: flex;
	font-family: "Noto Serif JP", serif;
	font-size: 0.95rem;
	font-weight: 600;
	justify-content: left;
	line-height: 1.86;
}

.form__label-wrap {
	align-items: end;
	display: flex;
	flex-direction: column;
}

.form__label-small {
	font-size: 0.5625rem;
	line-height: 1.5;
}

.form__label span {
	background-color: #c31111;
	border-radius: 0.075rem;
	color: #fff;
	display: inline-block;
	font-size: 0.65625rem;
	line-height: 1;
	margin-left: 0.525rem;
	padding: 0.2125rem 0.3rem;
}

.form__input-wrap {
	display: flex;
	flex-direction: column;
	gap: 0.525rem;
	width: 100%;
}

.form__input,
.form__select,
.form__radio,
.form__checkbox,
.form__textarea {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.form__input,
.form__textarea {
	flex-grow: 1;
}

.form__privacy {
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.form__submit {
	margin-top: 1.8125rem;
}

.form__wrap .form-error-message {
	color: #c31111;
	display: block;
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 0.3125rem;
}

.form__wrap .wpcf7-date {
	width: 100% !important;
}

.form__wrap .wpcf7-date {
	margin: 0 0 0.625rem 0;
}

.form__wrap .wpcf7-date::before {
	width: 100% !important;
}

.form__wrap .wpcf7-date::before {
	color: #838383;
	content: "年/月/日";
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 2;
}

.header-button__link {
	border: 0.0625rem solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.01em;
	padding: 1.76875rem 0.7625rem;
	transition: 0.3s;
	width: 2.9375rem;
	writing-mode: vertical-rl;
}

.header-button__link:hover {
	background-color: rgba(255, 255, 255, 0.02);
	opacity: 0.8;
}

.header {
	left: 0;
	padding-top: 1rem;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.header__inner {
	display: flex;
	height: inherit;
	justify-content: flex-end;
	padding-right: 0.9375rem;
}

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

.map {
	height: 0;
	padding-top: 75%;
	position: relative;
	width: 100%;
}

.map iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.model-house {
	background-image: url("../images/common/bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 4.375rem;
	padding-top: 2.1875rem;
	position: relative;
}

.model-house__content-top {
	display: flex;
	flex-direction: column-reverse;
	gap: 4.675rem;
	margin: 0 0.7rem;
	position: relative;
}

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

.model-house.is-visible::before {
	opacity: 1;
}

.model-house__content-left {
	position: relative;
	width: 100%;
}

.model-house__content-left::before {
	color: #dcdcdc;
	content: "model house";
	font-family: "Noto Serif JP", serif;
	font-size: 3.125rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.9;
	opacity: 0;
	position: absolute;
	right: calc(50% - 50vw - 2rem);
	text-transform: uppercase;
	top: -1.55rem;
	transform: rotate(-180deg);
	transition: opacity 2.5s cubic-bezier(0.3, 0.46, 0.45, 0.94);
	white-space: nowrap;
	writing-mode: vertical-rl;
}

.model-house__content-left.is-visible::before {
	opacity: 1;
}

.model-house__title {
	color: #262626;
	font-size: 1.5625rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.model-house__sub-text {
	color: #262626;
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-top: 1.875rem;
}

.model-house__texts {
	margin-top: 1.675rem;
}

.model-house__text {
	color: #262626;
	font-size: 0.875rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.9;
	position: relative;
	z-index: 2;
}

.model-house__text:not(:first-child) {
	margin-top: 0.7rem;
}

.model-house__image {
	height: 18.75rem;
	margin-left: calc(50% - 50vw);
	position: relative;
	width: 96vw;
	z-index: 2;
}

.model-house__image img {
	-o-object-fit: cover;
	aspect-ratio: 360/300;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.model-house__floor-plan {
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.3rem;
}

.model-house__data {
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.325rem;
}

.model-house__map {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.1875rem;
}

.mv {
	align-content: center;
	display: block;
	height: 100svh;
	justify-content: center;
	min-height: 31.25rem;
	overflow: hidden;
	place-content: center;
	width: 100%;
	z-index: 1;
}

.mv__inner {
	height: inherit;
	min-height: inherit;
	position: relative;
}

.mv__logo {
	color: #fff;
	left: 50%;
	max-width: 6.8125rem;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

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

.mv__video {
	height: 100%;
	left: 0;
	min-height: inherit;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

.mv__video video {
	-webkit-transform: translate(-50%, -50%);
	-o-object-fit: cover;
	height: 100%;
	left: 50%;
	min-width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.mv__sns {
	bottom: 0.98125rem;
	left: 0.73125rem;
	position: absolute;
	text-align: left;
	z-index: 2;
}

.parallax {
	position: relative;
}

.parallax::before {
	background-image: url("../../assets/images/common/parallax-image-sp.webp");
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	height: 100svh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -2;
}

.parallax__inner {
	align-content: center;
	display: grid;
	height: 40vh;
	justify-content: center;
	padding: 4.375rem 0.625rem;
	place-content: center;
}

.parallax__logo {
	color: #fff;
	max-width: 5.7125rem;
	text-align: center;
}

.plan-swiper__item {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 1.4rem;
	height: 100%;
	padding: 0.975rem;
}

.plan-swiper__img {
	width: 100%;
}

.plan-swiper__img img {
	-o-object-fit: cover;
	aspect-ratio: 247/177;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.plan-swiper__content {
	flex: 1;
}

.plan-swiper__number {
	color: #bdbdbd;
	font-family: "Noto Serif JP", serif;
	font-size: 0.9375rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	line-height: 1;
}

.plan-swiper__number-big {
	font-size: 1.125rem;
}

.plan-swiper__point {
	color: #262626;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.56;
	margin-top: 0.475rem;
	text-align: justify;
}

.plan-swiper__text {
	color: #262626;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 0.375rem;
	text-align: justify;
}

.plan-swiper.swiper {
	padding: 0 1.675rem;
}

.plan-swiper__wrap {
	width: 100%;
}

.plan-swiper__slide {
	height: auto;
}

.plan-swiper__slide-item {
	height: 100%;
}

.plan-swiper__arrow.swiper-button-prev,
.plan-swiper__arrow.swiper-button-next {
	background-image: url("../../assets/images/common/arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 2.15625rem; /* ボタンの高さ */
	width: 1.125rem; /* ボタンの幅 */
}

/* 前ページボタンのスタイル */

.plan-swiper__arrow.swiper-button-prev {
	transform: rotate(-180deg);
}

.plan-swiper__arrow.swiper-button-prev svg,
.plan-swiper__arrow.swiper-button-next svg {
	display: none;
}

.quality-swiper {
	margin: 0 calc(50% - 50vw);
	overflow: hidden;
	width: 100vw;
}

.quality-swiper__wrap {
	height: 100%;
}

.quality-swiper__slide {
	height: auto;
}

.quality-swiper__item {
	background-color: #000;
	height: 100%;
}

.quality-swiper__img {
	width: 100%;
}

.quality-swiper__img img {
	-o-object-fit: cover;
	aspect-ratio: 252/172;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.quality-swiper__content {
	background-color: #000;
	color: #fff;
	padding: 0.6rem 0.625rem 1.5625rem 0.625rem;
}

.quality-swiper__point {
	border-bottom: 0.0625rem solid #fff;
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 0.5rem;
	text-align: center;
}

.quality-swiper__text {
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1.6;
	margin-top: 0.5rem;
	text-align: justify;
}

.quality-swiper__arrow {
	height: 3.125rem;
	width: 3.125rem;
}

.quality-swiper__arrow.swiper-button-prev {
	left: -0.625rem;
	transition: 0.3s;
}

.quality-swiper__arrow.swiper-button-prev:hover {
	opacity: 0.8;
}

.quality-swiper__arrow.swiper-button-next {
	right: -0.625rem;
	transition: 0.3s;
}

.quality-swiper__arrow.swiper-button-next:hover {
	opacity: 0.8;
}

.quality-swiper__arrow.swiper-button-prev::after {
	background-image: url("../../assets/images/common/circle-arrow-wh.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2rem; /* ボタンの高さ */
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-180deg);
	width: 2rem; /* ボタンの幅 */
}

.quality-swiper__arrow.swiper-button-next::after {
	background-image: url("../../assets/images/common/circle-arrow-wh.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 2rem; /* ボタンの高さ */
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 2rem; /* ボタンの幅 */
}

.quality-swiper__arrow.swiper-button-prev svg,
.quality-swiper__arrow.swiper-button-next svg {
	display: none;
}

.quality-swiper__scrollbar {
	bottom: -2.5625rem !important;
	height: 0.375rem !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: 65% !important;
}

.quality-swiper__scrollbar {
	background-color: #979797;
}

.quality-swiper__scrollbar .swiper-scrollbar-drag {
	border-radius: 0.625rem !important;
}

.quality-swiper__scrollbar .swiper-scrollbar-drag {
	background-color: #fff;
}

.quality {
	background-image: url("../images/common/bg.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding-bottom: 6.9375rem;
	padding-top: 4.575rem;
	position: relative;
}

.quality::before {
	color: #dcdcdc;
	content: "quality";
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 3.125rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.5;
	opacity: 0;
	position: absolute;
	right: -1.25rem;
	text-transform: uppercase;
	top: 2.8125rem;
	transform: rotate(-180deg);
	transition: opacity 2.5s cubic-bezier(0.3, 0.46, 0.45, 0.94);
	white-space: nowrap;
	writing-mode: vertical-rl;
}

.quality.is-visible::before {
	opacity: 1;
}

.quality__content {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.quality__title {
	align-items: center;
	color: #262626;
	display: grid;
	font-size: 1.8125rem;
	font-weight: 700;
	justify-items: center;
	letter-spacing: 0.19em;
	line-height: 1.2;
	place-items: center;
	writing-mode: vertical-rl;
}

.quality__swiper-wrap {
	position: relative;
}

.scroll-down {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100svh;
	width: 100%;
}

.scroll-down:after {
	bottom: 0;
	content: "";
	height: 80%;
	left: 0;
	position: absolute;
	width: 100%;
}

.scroll-down a {
	-webkit-text-decoration: none;
	bottom: 0.8125rem;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	left: 0;
	letter-spacing: 0.03em;
	line-height: 1;
	margin: auto;
	overflow: hidden;
	padding: 0.625rem 0.625rem 4.95rem;
	position: absolute;
	right: 0;
	text-decoration: none;
	text-transform: capitalize;
	transition: 0.2s;
	width: 3.4375rem;
	z-index: 2;
}

.scroll-down a:after {
	animation: sdl01 2s ease-in-out infinite, sdl01 2s ease-out infinite;
	background: #fff;
	bottom: 0.1375rem;
	content: "";
	height: 4.0625rem;
	left: 50%;
	position: absolute;
	width: 0.0625rem;
}

.scroll-down a:hover {
	opacity: 0.5;
}

.sns {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.sns__text {
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	writing-mode: vertical-rl;
}

.sns__list {
	display: flex;
	flex-direction: column;
	gap: 0.4625rem;
}

.sns__item {
	align-items: center;
	display: flex;
}

.sns__link {
	display: block;
	height: 1.34375rem;
	transition: 0.3s;
	width: 1.34375rem;
}

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

.sns__link:hover {
	opacity: 0.8;
}

.sns__separator {
	background-color: #fff;
	display: inline-block;
	height: 0.53125rem;
	margin: 0 auto;
	transform: rotate(45deg);
	width: 0.0625rem;
}

.spec-swiper {
	margin-left: 0;
	margin-right: calc(50% - 50vw);
}

.spec-swiper__slide {
	height: auto;
}

.spec-swiper__item {
	height: 100%;
}

.spec-swiper__img {
	border: 0.0625rem solid #fff;
	padding: 0.4375rem;
	width: 100%;
}

.spec-swiper__img img {
	-o-object-fit: cover;
	aspect-ratio: 252/179;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.spec-swiper__content {
	color: #fff;
	margin-top: 0.96875rem;
}

.spec-swiper__title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
}

.spec-swiper__text {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1.6;
	margin-top: 0.3125rem;
	text-align: justify;
}

.spec-swiper__pagination {
	margin-top: 1.375rem;
	text-align: center;
}

.spec-swiper__pagination .swiper-pagination-bullet {
	background-color: #979797;
	border-radius: 50%;
	height: 0.5625rem;
	opacity: 1;
	width: 0.5625rem;
}

.spec-swiper__pagination .swiper-pagination-bullet-active {
	background-color: #d9d9d9;
}

.spec-swiper__arrow-wrap {
	display: none;
}

.spec-swiper__arrow {
	background-color: #fff;
	height: 3.5rem;
	width: 3.5rem;
}

.spec-swiper__arrow.swiper-button-prev {
	background-color: #838383;
	left: 0;
	top: 3.5rem;
	transition: 0.3s;
}

.spec-swiper__arrow.swiper-button-prev:hover {
	opacity: 0.8;
}

.spec-swiper__arrow.swiper-button-next {
	left: 0;
	transition: 0.3s;
}

.spec-swiper__arrow.swiper-button-next:hover {
	opacity: 0.8;
}

.spec-swiper__arrow.swiper-button-prev::after {
	background-image: url("../../assets/images/common/arrow-wh.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.875rem; /* ボタンの高さ */
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.875rem; /* ボタンの幅 */
}

.spec-swiper__arrow.swiper-button-next::after {
	background-image: url("../../assets/images/common/arrow-bk.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.875rem; /* ボタンの高さ */
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.875rem; /* ボタンの幅 */
}

.spec-swiper__arrow.swiper-button-prev svg,
.spec-swiper__arrow.swiper-button-next svg {
	display: none;
}

.spec {
	background-color: #191b39;
	overflow: hidden;
	padding-bottom: 3.875rem;
	padding-top: 4.475rem;
	position: relative;
}

.spec::before {
	color: #31334a;
	content: "STANDARD SPEC";
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 3.125rem;
	font-weight: 400;
	left: -1.25rem;
	letter-spacing: 0.01em;
	line-height: 1.5;
	opacity: 0;
	position: absolute;
	text-transform: uppercase;
	top: 2.375rem;
	transition: opacity 2.5s cubic-bezier(0.3, 0.46, 0.45, 0.94);
	white-space: nowrap;
	writing-mode: vertical-rl;
}

.spec.is-visible::before {
	opacity: 1;
}

.spec__content {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
}

.spec__title {
	align-items: center;
	color: #fff;
	display: grid;
	font-size: 1.8125rem;
	font-weight: 700;
	justify-items: center;
	letter-spacing: 0.22em;
	line-height: 1.2;
	place-items: center;
	writing-mode: vertical-rl;
}

.spec__swiper-wrap {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
}

.tab__menu-item {
	background-color: #fff;
	border: 1px solid #000;
	color: #262626;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.7;
	max-width: 8.0625rem;
	padding: 0rem 1.25rem;
	text-align: center;
	transition: 0.3s;
	width: 100%;
}

.tab__menu-item.is-active {
	background-color: #000;
	color: #fff;
}

.wrap {
	display: flex;
	flex-direction: column;
	min-height: 100svh;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.5209125475vw;
}

.area__title {
	font-size: 2.0625rem;
	letter-spacing: 0.12em;
	padding: 2.8125rem 0 2.75rem;
}

.area__title::after {
	height: 0.9375rem;
	right: -2.575rem;
	top: 52%;
	width: 0.9375rem;
}

.area__item {
	padding: 3.75rem 0 5rem;
}

.area__text {
	font-size: 1.25rem;
	line-height: 2;
}

.area__text:not(:first-child) {
	margin-top: 1.25rem;
}

.area__text-small {
	font-size: 0.9375rem;
	line-height: 1.8;
}

.area__map {
	margin-top: 2.5rem;
	max-width: 39.375rem;
}

.area__map img {
	aspect-ratio: 630/480;
}

.company__title {
	font-size: 2.0625rem;
	letter-spacing: 0.12em;
	padding: 2.8125rem 0 2.75rem;
}

.company__title::after {
	height: 0.9375rem;
	right: -2.575rem;
	top: 52%;
	width: 0.9375rem;
}

.company__wrap {
	flex-direction: row;
	gap: 5rem;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 62.5rem;
	padding: 4.375rem 0 5rem;
}

.company__list {
	gap: 3.75rem;
}

.company__item {
	gap: 7rem;
	padding: 1.25rem 0 1.375rem;
}

.company__item-title {
	font-size: 1.25rem;
	line-height: 2;
	max-width: 5.1875rem;
}

.company__item-text {
	font-size: 1.25rem;
	line-height: 2;
}

.company__image-wrap {
	max-width: 22.8125rem;
}

.company__image {
	max-width: 22.8125rem;
}

.company__image img {
	aspect-ratio: 365/471;
}

.company__name {
	font-size: 1.25rem;
	line-height: 2;
}

.complete__title {
	font-size: 2rem;
}

.complete__text-wrap {
	margin-top: 1.875rem;
}

.complete__text {
	margin-top: 1.25rem;
}

.complete__button-wrap {
	margin-top: 2.5rem;
}

.complete__button {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	max-width: 18.75rem;
}

.concept-list {
	padding-bottom: 0;
	padding-top: 4.9375rem;
}

.concept-list__item + .concept-list__item {
	margin-top: 7.875rem;
}

.inner.concept-list__item-inner {
	max-width: 71.375rem;
	padding: 0 1.25rem;
}

.concept-list__item-content {
	flex-direction: row-reverse;
	gap: 4.375rem;
	padding-bottom: 8.6875rem;
	padding-top: 6.25rem;
}

.concept-list__item:nth-child(even) .concept-list__item-content {
	flex-direction: row;
}

.concept-list__item-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	writing-mode: vertical-rl;
}

.concept-list__item:nth-child(even) .concept-list__item-left {
	margin-left: auto;
	margin-right: 1.875rem;
}

.concept-list__en-title {
	color: #fff;
	font-size: 1.25rem;
	letter-spacing: 0.01em;
	line-height: 1.4;
	text-transform: capitalize;
}

.concept-list__ja-title {
	font-size: 1.5rem;
	letter-spacing: 0.17em;
	line-height: 1.4;
	margin-top: 0;
}

.concept-list__text {
	font-size: 1rem;
	height: 100%;
	letter-spacing: 0.12em;
	line-height: 1.65;
	margin-right: 1.6875rem;
	margin-top: 3.25rem;
}

.concept-list__image {
	flex-shrink: 0;
	height: 40rem;
	width: 56vw;
}

.concept-list__image img {
	aspect-ratio: 838/640;
}

.concept {
	padding-bottom: 8.1875rem;
	padding-top: 9.3875rem;
}

.concept::before {
	color: #bdbdbd;
	font-size: 4.75rem;
	right: calc(50% - 50vw - 2.5625rem);
	top: 7.6875rem;
}

.concept__title {
	font-size: 2rem;
	letter-spacing: 0.27em;
	line-height: 1.4;
}

.concept__text {
	font-size: 1.25rem;
	letter-spacing: 0.2em;
	margin-right: 2.175rem;
	margin-top: 0.6875rem;
}

.confirm__title {
	font-size: 2.25rem;
}

.confirm__form {
	margin-top: 3.75rem;
}

.confirm__form.form .form-input,
.confirm__form.form .form-select,
.confirm__form.form .form-radio,
.confirm__form.form .form-checkbox,
.confirm__form.form .form-textarea {
	font-size: 1.125rem;
}

.confirm__form.form .form-submit {
	gap: 1.25rem;
}

.contact {
	padding: 6.375rem 0 5.875rem;
}

.contact__title {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
}

.contact__form {
	margin: 4.0625rem auto 0;
	max-width: 55.25rem;
}

.cta {
	padding-bottom: 6.625rem;
	padding-top: 7.5625rem;
}

.inner.cta__inner {
	padding: 0;
}

.cta__cta-button {
	font-size: 1.25rem;
	letter-spacing: 0.5em;
	line-height: 2.6;
	max-width: 50.25rem;
	padding: 0.625rem 3.125rem;
}

.cta__cta-button::after {
	content: "";
	display: inline-block;
	height: 0.5625rem;
	right: 2.9375rem;
	transform: translateY(-50%);
	width: 2.875rem;
}

.cta__tel-button {
	margin-top: 1.25rem;
}

.cta__tel-button-link {
	-webkit-text-decoration: none;
	background-color: transparent;
	border: none;
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

.cta__tel-text {
	font-size: 1rem;
	letter-spacing: 0.25em;
}

.cta__tel-number {
	font-size: 1.5rem;
	letter-spacing: 0.16em;
}

.data__title {
	font-size: 1.5rem;
}

.data__content {
	margin-top: 0.875rem;
	padding: 2.4rem 5.53125rem;
}

.data__item + .data__item {
	margin-top: 0.625rem;
}

.data__text {
	font-size: 1.25rem;
}

.error__title {
	font-size: 4.375rem;
}

.error__text {
	font-size: 1.25rem;
}

.error__button-wrap {
	margin-top: 2.5rem;
}

.error__button {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	max-width: 18.75rem;
}

.floor-plan {
	padding: 2.6875rem 2.0875rem 4.125rem 3.75rem;
}

.floor-plan__top {
	display: flex;
	flex-direction: row-reverse;
	gap: 4.5rem;
	padding: 0;
}

.floor-plan__bottom {
	margin-right: 1.8625rem;
	margin-top: 3.35rem;
}

.floor-plan__title {
	font-size: 1.59875rem;
	letter-spacing: 0.09em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	writing-mode: vertical-rl;
}

.floor-plan__image-wrap {
	display: flex;
	flex-direction: row;
	margin-left: 6rem;
	margin-top: 1.625rem;
}

.floor-plan__container {
	max-width: 58.125rem;
	width: 100%;
}

.floor-plan__floor-point {
	height: 2.8125rem;
	padding-top: 0.625rem;
	width: 2.8125rem;
}

.floor-plan__floor-point.floor-point-1 {
	left: 30.6%;
	top: 63.7%;
}

.floor-plan__floor-point.floor-point-2 {
	left: 7.9%;
	top: 34%;
}

.floor-plan__floor-point.floor-point-3 {
	left: 21.4%;
	top: 87%;
}

.floor-plan__floor-point.floor-point-4 {
	left: 5.3%;
	top: 87.4%;
}

.floor-plan__floor-point.floor-point-5 {
	left: 38.3%;
	top: 20.4%;
}

.floor-plan__floor-point.floor-point-6 {
	left: 68.38%;
	top: 76.4%;
}

.floor-plan__floor-point.floor-point-7 {
	left: 61.3%;
	top: 48.4%;
}

.footer {
	padding-bottom: 1.9375rem;
	padding-top: 1.9375rem;
}

.footer__copyright small {
	font-size: 1rem;
	line-height: 2.5;
}

.form-checkbox.form-checkbox--time {
	gap: 1.5625rem;
}

.form-checkbox label:not(:first-of-type) {
	margin-top: 0.875rem;
}

.form-checkbox input + span {
	font-size: 1.125rem;
	line-height: 2.2;
	padding: 0 0 0 2.4375rem;
}

.form-checkbox input + span::before {
	height: 1.5625rem;
	width: 1.625rem;
}

.form-checkbox input + span::after {
	height: 0.6rem;
	left: 0.1875rem;
	width: 1.125rem;
}

.form-checkbox__time-wrap span.wpcf7-list-item-label {
	padding: 0 0 0 2rem;
}

.form-checkbox__time-wrap span.wpcf7-list-item:not(:first-of-type) {
	margin-left: 1rem;
}

.form-checkbox__label {
	font-size: 1.25rem;
	max-width: 2.8125rem;
}

.form-input {
	gap: 0.8625rem;
}

.form-input__label {
	font-size: 1.25rem;
	margin-top: 1.25rem;
	max-width: 2.8125rem;
}

.form-input input {
	font-size: 1.125rem;
	line-height: 2.2;
	padding: 0.625rem 1.375rem;
}

.form-input__small {
	font-size: 0.875rem;
	line-height: 1.9;
}

.form-input.form-input--address {
	gap: 0.875rem;
	margin-right: 1.2rem;
	max-width: 28.25rem;
}

.form-privacy {
	margin-top: 1.4rem;
}

.form-privacy label {
	margin-top: 0.875rem;
}

.form-privacy input + span {
	font-size: 1.125rem;
	padding: 0 0 0 2.5rem;
}

.form-privacy input + span::before {
	height: 1.5625rem;
	top: 0rem;
	width: 1.625rem;
}

.form-privacy input + span::after {
	height: 0.6rem;
	left: 0.1875rem;
	top: 0.4375rem;
	width: 1.125rem;
}

.form-privacy__text {
	font-size: 1rem;
	line-height: 1.937;
}

.form-radio {
	gap: 1.5625rem;
}

.form-radio label {
	display: inline-block;
}

.form-radio label:not(:first-of-type) {
	margin-left: 1.875rem;
}

.form-radio input + span {
	display: inline-block;
	font-size: 1.125rem;
	padding: 0 0 0 1.875rem;
}

.form-radio input + span::before {
	height: 1.5rem;
	width: 1.5rem;
}

.form-radio input + span::after {
	height: 1rem;
	left: 0.25rem;
	width: 1rem;
}

.form-radio__label {
	font-size: 1.25rem;
	max-width: 2.8125rem;
}

.form-select select {
	background-size: 1.25rem;
	font-size: 1.25rem;
	padding: 0.71875rem 3.125rem 0.71875rem 0.9375rem;
}

.form-submit input {
	font-size: 1.625rem;
	max-width: 27.25rem;
	padding: 1.8625rem 1.25rem;
}

.form-submit input:hover {
	opacity: 0.8;
}

.form-textarea textarea {
	font-size: 1.125rem;
	height: 13rem;
	line-height: 1.5;
	padding: 0.9375rem 1.5rem;
}

.form__wrap {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	gap: 3.125rem;
	padding: 0 3.75rem 1.65625rem;
}

.form__wrap + .form__wrap {
	margin-top: 1.85rem;
}

.form__wrap:nth-child(2),
.form__wrap:nth-child(3),
.form__wrap:nth-child(4) {
	gap: 3.125rem;
	padding-bottom: 0.3875rem;
}

.form__wrap:nth-child(5) {
	margin-top: 0.5625rem;
	padding: 0 3.75rem 1.05rem 5.5rem;
}

.form__wrap:nth-child(1),
.form__wrap:nth-child(5),
.form__wrap:nth-child(8),
.form__wrap:nth-child(9) {
	align-items: center;
}

.form__text {
	font-size: 1.09375rem;
	line-height: 2.2;
	margin-left: 0;
}

.form__label {
	font-size: 1.25rem;
	font-weight: 400;
	justify-content: right;
	line-height: 2;
	margin-top: 0.5625rem;
	max-width: 15.5rem;
	text-align: right;
	width: 100%;
}

.form__label-small {
	font-size: 0.75rem;
	line-height: 1.9;
}

.form__wrap:nth-child(1) .form__label,
.form__wrap:nth-child(5) .form__label,
.form__wrap:nth-child(8) .form__label,
.form__wrap:nth-child(9) .form__label {
	margin-top: 0;
}

.form__wrap:nth-child(10) .form__label,
.form__wrap:nth-child(11) .form__label,
.form__wrap:nth-child(12) .form__label {
	margin-top: 0rem;
}

.form__label span {
	border-radius: 0.175rem;
	font-size: 0.9375rem;
	padding: 0.3125rem 0.5rem;
}

.form__input-wrap {
	gap: 0.5125rem;
}

.form__input,
.form__select,
.form__radio,
.form__checkbox,
.form__textarea {
	margin-left: 0;
}

.form__privacy {
	margin-left: 0;
	margin-right: 0;
}

.form__submit {
	margin-top: 2.5rem;
}

.form__wrap .form-error-message {
	font-size: 0.75rem;
	margin-top: 0.5rem;
}

.form__wrap .wpcf7-date {
	margin: 0;
}

.form__wrap .wpcf7-date::before {
	display: none;
}

.header-button__link {
	font-size: 1rem;
	padding: 2.11875rem 0.9875rem;
	width: 3.5625rem;
}

.header {
	padding-top: 1.5rem;
}

.header__inner {
	padding-right: 1.6875rem;
}

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

.map {
	padding-top: 37.15%;
}

.model-house {
	padding-bottom: 7.625rem;
	padding-top: 5.125rem;
}

.model-house__inner.inner {
	max-width: 87.5rem;
}

.model-house__content-top {
	flex-direction: row-reverse;
	gap: 4.375rem;
	margin: 0 auto;
	margin-left: calc(50% - 50vw);
}

.model-house::before {
	color: #bdbdbd;
	content: "model house";
	display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 4.75rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.9;
	opacity: 0;
	position: absolute;
	right: calc(50% - 50vw - 2.625rem);
	text-transform: uppercase;
	top: 7.6875rem;
	transform: rotate(-180deg);
	transition: opacity 2.5s cubic-bezier(0.3, 0.46, 0.45, 0.94);
	white-space: nowrap;
	writing-mode: vertical-rl;
}

.model-house__content-left {
	padding-top: 5.0625rem;
	writing-mode: vertical-rl;
}

.model-house__content-left::before {
	display: none;
}

.model-house__title {
	font-size: 1.5rem;
	letter-spacing: 0.169em;
	line-height: 1.6;
	margin-right: 3.9125rem;
}

.model-house__sub-text {
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	line-height: 1.4;
	margin-right: 3.8125rem;
	margin-top: 2.5rem;
}

.model-house__texts {
	margin-right: 2.175rem;
	margin-top: 3.125rem;
}

.model-house__text {
	font-size: 1rem;
	height: 100%;
	letter-spacing: 0.12em;
	line-height: 1.8;
}

.model-house__text:not(:first-child) {
	margin-right: 1.05rem;
	margin-top: 0;
}

.model-house__image {
	flex-shrink: 0;
	height: 38.125rem;
	width: 62.8vw;
}

.model-house__image img {
	aspect-ratio: 879/610;
}

.model-house__floor-plan {
	margin-top: 6rem;
	max-width: 65.6875rem;
}

.model-house__data {
	margin-top: 3.5rem;
	max-width: 50.125rem;
}

.model-house__map {
	margin-top: 2.5rem;
	max-width: 50.125rem;
}

.mv {
	display: grid;
}

.mv__inner {
	position: static;
}

.mv__logo {
	max-width: 13.625rem;
}

.mv__video video {
	height: auto;
	min-height: 100svh;
}

.mv__sns {
	bottom: 1.1375rem;
	left: 2.6rem;
}

.parallax::before {
	background-image: url("../../assets/images/common/parallax-image.webp");
	background-position: 50% 100%;
}

.parallax__inner {
	height: 100svh;
	padding: 6.25rem 0.625rem;
}

.parallax__logo {
	max-width: 10.925rem;
}

.plan-swiper__item {
	flex-direction: row;
	gap: 1.8625rem;
	padding: 2.375rem 2.3125rem;
}

.plan-swiper__img {
	max-width: 22.3125rem;
}

.plan-swiper__img img {
	aspect-ratio: 357/251;
}

.plan-swiper__number {
	font-size: 1.125rem;
	letter-spacing: 0.01em;
	line-height: 0.9;
}

.plan-swiper__number-big {
	font-size: 1.6875rem;
}

.plan-swiper__point {
	font-size: 1.25rem;
	margin-top: 0.75rem;
}

.plan-swiper__text {
	font-size: 1rem;
	margin-top: 0.9875rem;
}

.plan-swiper.swiper {
	padding: 0 3.125rem;
}

.plan-swiper__arrow.swiper-button-prev,
.plan-swiper__arrow.swiper-button-next {
	height: 4.3125rem;
	width: 2.25rem;
}

.quality-swiper {
	margin-left: auto;
	margin-right: auto;
	max-width: 50rem;
}

.quality-swiper__img img {
	aspect-ratio: 392/229;
}

.quality-swiper__content {
	padding: 0rem 0.9375rem 1.125rem 0.9375rem;
}

.quality-swiper__point {
	font-size: 1.25rem;
	line-height: 2.85;
	padding-bottom: 0;
}

.quality-swiper__text {
	font-size: 1rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
	margin-top: 0.625rem;
}

.quality-swiper__arrow {
	height: 3.5rem;
	width: 3.5rem;
}

.quality-swiper__arrow.swiper-button-prev {
	left: 25%;
}

.quality-swiper__arrow.swiper-button-next {
	right: 25%;
}

.quality-swiper__arrow.swiper-button-prev::after {
	background-image: url("../../assets/images/common/circle-arrow-bk.webp");
}

.quality-swiper__arrow.swiper-button-next::after {
	background-image: url("../../assets/images/common/circle-arrow-bk.webp");
}

.quality-swiper__scrollbar {
	bottom: -3.1rem !important;
	height: 0.75rem !important;
	width: 30% !important;
}

.quality {
	padding-bottom: 9.8125rem;
	padding-top: 9.3125rem;
}

.quality::before {
	color: #bdbdbd;
	font-size: 4.75rem;
	letter-spacing: 0.02em;
	line-height: 1.9;
	right: calc(50% - 50vw - 2.625rem);
	top: 8.375rem;
}

.inner.quality__inner {
	max-width: 88.25rem;
}

.quality__content {
	flex-direction: row-reverse;
	gap: 3.75rem;
	margin-left: 15.625rem;
	margin-right: 3.125rem;
}

.quality__title {
	display: block;
	font-size: 2.875rem;
	letter-spacing: 0.07em;
	line-height: 1.1;
	margin-top: -0.625rem;
}

.scroll-down a {
	bottom: 1.4375rem;
	font-size: 0.875rem;
	padding: 0.625rem 0.625rem 5.375rem;
	width: 3.75rem;
}

.scroll-down a:after {
	bottom: 0rem;
	height: 4.5rem;
}

.sns {
	gap: 1rem;
}

.sns__text {
	font-size: 0.8125rem;
	letter-spacing: 0.01em;
}

.sns__list {
	gap: 0.5375rem;
}

.sns__link {
	height: 1.675rem;
	width: 1.675rem;
}

.sns__separator {
	height: 0.61875rem;
	width: 0.0625rem;
}

.spec-swiper {
	margin-right: auto;
	overflow: hidden;
}

.spec-swiper__img {
	padding: 0.875rem;
}

.spec-swiper__img img {
	aspect-ratio: 373/250;
}

.spec-swiper__content {
	margin-top: 1.0625rem;
}

.spec-swiper__title {
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	line-height: 1.875;
}

.spec-swiper__text {
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.015em;
	line-height: 2;
	margin-top: 0.25rem;
}

.spec-swiper__pagination {
	margin-top: 2.6875rem;
}

.spec-swiper__arrow-wrap {
	display: flex;
	flex-direction: column;
	left: -4.5125rem;
	position: absolute;
	text-rendering: initial;
	top: 1.8rem;
}

.spec {
	padding-bottom: 4.475rem;
	padding-top: 7.55rem;
}

.spec::before {
	color: rgba(220, 220, 220, 0.6);
	font-size: 4.75rem;
	left: auto;
	letter-spacing: 0.02em;
	line-height: 1.9;
	right: calc(50% - 50vw - 2.625rem);
	top: 7.25rem;
	transform: rotate(-180deg);
}

.inner.spec__inner {
	max-width: 88.25rem;
	padding-left: 3.125rem;
}

.spec__content {
	flex-direction: row-reverse;
	gap: 3.75rem;
	justify-content: space-between;
	margin-left: 11.25rem;
	margin-right: 3.125rem;
}

.spec__title {
	display: block;
	font-size: 2.875rem;
	letter-spacing: 0.07em;
}

}

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

.concept-list__image {
	margin-right: 2.1875rem;
	width: 64.2vw;
}

.quality-swiper {
	margin-right: 0;
	max-width: 60.25rem;
}

.quality-swiper__arrow.swiper-button-prev {
	left: 26%;
}

.quality-swiper__arrow.swiper-button-next {
	right: 26%;
}

.quality__content {
	margin-left: 8.625rem;
}

.quality__swiper-wrap {
	max-width: 62.5rem;
}

.spec__content {
	margin-left: 13.75rem;
}

}

@media (min-width: 1052px) {

html {
	font-size: 16px;
}

}

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

.concept-list__item-left {
	justify-content: flex-start;
}

.concept-list__item:nth-child(even) .concept-list__item-left {
	justify-content: end;
}

.quality-swiper {
	margin-left: 0.25rem;
	max-width: 65.75rem;
}

.quality-swiper__arrow.swiper-button-prev {
	left: 26.6%;
}

.quality-swiper__arrow.swiper-button-next {
	right: 26%;
}

.quality__content {
	margin-left: 1.25rem;
}

.quality__swiper-wrap {
	margin-left: 7rem;
	max-width: 65.75rem;
}

.spec-swiper {
	max-width: 60.9375rem;
}

.spec__content {
	margin-left: 12.5rem;
}

.spec__swiper-wrap {
	max-width: 60.9375rem;
}

}

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

.floor-plan__image-wrap:not(.is-tab02) .js-floor-point[data-floor=tab02] {
	display: none;
}

.floor-plan__image-wrap.is-tab02 .js-floor-point[data-floor=tab01] {
	display: none;
}

.floor-plan__image-wrap.is-tab02 .js-floor-point[data-floor=tab02] {
	display: block;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fade {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes sdl01 {

0% {
	transform: scale(1, 0);
	transform-origin: 0 0;
}

50% {
	transform: scale(1, 1);
	transform-origin: 0 0;
}

50.1% {
	transform: scale(1, 1);
	transform-origin: 0 100%;
}

100% {
	transform: scale(1, 0);
	transform-origin: 0 100%;
}

}


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