@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;800&display=swap";
@import "https://use.typekit.net/wgg5sjz.css";
@import "https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;300&display=swap";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;500&display=swap";
body {
	font-family:
		"Montserrat",
		YuMincho,
		"Yu Mincho",
		ヒラギノ明朝 ProN,
		sans-serif;
	font-weight: 500;
	color: #0c0908;
	font-size: 1.6rem;
	letter-spacing: 2px;
	line-height: 1.3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}
h1 {
	font-size: clamp(2.4rem, 1vw + 1rem, 4.2rem);
}
h2 {
	font-size: clamp(2.2rem, 1vw + 1rem, 4rem);
}
h3 {
	font-size: clamp(2rem, 1vw + 1rem, 3.4rem);
}
h4 {
	font-size: clamp(1.8rem, 1vw + 1rem, 3rem);
}
h5 {
	font-size: clamp(1.6rem, 1vw + 1rem, 2.6rem);
}
h6 {
	font-size: clamp(1.5rem, 1vw + 1rem, 2.4rem);
}
p {
	font-size: clamp(1.4rem, 1vw + 1rem, 2.2rem);
}
.h__prim {
	font-size: clamp(2.4rem, 2vw + 1rem, 4.2rem);
}
.h__sec {
	font-size: clamp(2.2rem, 2vw + 0.75rem, 3.2rem);
	margin-top: 0;
}
.h__sec-sub {
	font-size: clamp(2rem, 1vw + 1.25rem, 2.6rem);
	margin-bottom: 1.2rem;
}
.h__sec-sub.top {
	font-size: clamp(1.4rem, 1vw + 1.25rem, 1.6rem);
	margin-bottom: 0.6rem;
	color: #7a7a7a;
	letter-spacing: 1px;
}
span {
	font-size: clamp(1.3rem, 1vw + 0.75rem, 1.6rem);
}
.font__num {
	font-family: "Kumbh Sans";
}
.font__small {
	font-size: clamp(1.3rem, 2vw + 0.75rem, 2rem);
}
.font__bold {
	font-weight: 300;
}
dl,
dt,
dd {
	font-size: clamp(1.3rem, 2vw + 0.75rem, 2rem);
}
label {
	font-size: clamp(1.4rem, 1vw + 1rem, 2.2rem);
}
ul,
li {
	font-size: clamp(1.4rem, 1vw + 1rem, 2.2rem);
}
* {
	box-sizing: border-box;
	outline: none;
}
html {
	font-size: 62.5%;
}
body {
	overflow-x: hidden;
}
a {
	color: #0c0908;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
}
img {
	width: auto;
	height: auto;
}
.wrap {
	width: calc(100vw - 5rem);
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(8rem, 8vw + 4rem, 12.8rem);
}
@media screen and (min-width: 768px) {
	.wrap {
		width: min(100vw - 10rem, 128rem);
	}
}
#page {
	width: 100vw;
}
.u-display-block {
	display: block;
}
.u-display-none {
	display: none;
}
@media screen and (min-width: 768px) {
	.display__sp {
		display: none;
	}
}
.display__pc {
	display: none;
}
@media screen and (min-width: 768px) {
	.display__pc {
		display: block;
	}
}
.margin__top-s {
	margin-top: 3.2rem;
}
.margin__top-m {
	margin-top: 6.4rem;
}
.margin__top-l {
	margin-top: 9.6rem;
}
.width__sp-100 {
	width: 100%;
}
@-webkit-keyframes sdl {
	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%;
	}
}
@keyframes sdl {
	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%;
	}
}
@-webkit-keyframes fadeUpAnime {
	0% {
		opacity: 0;
		transform: translateY(84px);
	}
	80% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeUpAnime {
	0% {
		opacity: 0;
		transform: translateY(84px);
	}
	80% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes fadeDownAnime {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	20% {
		opacity: 0.4;
	}
	100% {
		transform: translateY(84px);
		opacity: 0;
	}
}
@keyframes fadeDownAnime {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	20% {
		opacity: 0.4;
	}
	100% {
		transform: translateY(84px);
		opacity: 0;
	}
}
@-webkit-keyframes fadeLeftAnime {
	0% {
		opacity: 0;
		transform: translateX(64px);
	}
	80% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadeLeftAnime {
	0% {
		opacity: 0;
		transform: translateX(64px);
	}
	80% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes fadeRightAnime {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	20% {
		opacity: 0.4;
	}
	100% {
		transform: translateX(64px);
		opacity: 0;
		display: none;
	}
}
@keyframes fadeRightAnime {
	0% {
		opacity: 1;
		transform: translateX(0);
	}
	20% {
		opacity: 0.4;
	}
	100% {
		transform: translateX(64px);
		opacity: 0;
		display: none;
	}
}
@-webkit-keyframes topFadeDownAnime {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	20% {
		opacity: 0.4;
	}
	100% {
		transform: translateY(40px);
		opacity: 0;
	}
}
@keyframes topFadeDownAnime {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	20% {
		opacity: 0.4;
	}
	100% {
		transform: translateY(40px);
		opacity: 0;
	}
}
@-webkit-keyframes topFadeUpAnime {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}
	20% {
		opacity: 0.4;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes topFadeUpAnime {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}
	20% {
		opacity: 0.4;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@-webkit-keyframes slide-up {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-5vw);
	}
}
@keyframes slide-up {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-5vw);
	}
}
@-webkit-keyframes zoom-up-sp {
	100% {
		transform: scale(1.07);
	}
}
@keyframes zoom-up-sp {
	100% {
		transform: scale(1.07);
	}
}
@-webkit-keyframes progbar {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@keyframes progbar {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
@-webkit-keyframes fadeup {
	100% {
		filter: blur(0px);
		opacity: 1;
		transform: translateY(0px);
	}
}
@keyframes fadeup {
	100% {
		filter: blur(0px);
		opacity: 1;
		transform: translateY(0px);
	}
}
@-webkit-keyframes fadedown {
	100% {
		visibility: hidden;
		filter: blur(6px);
		opacity: 0;
		transform: translateY(10px);
	}
}
@keyframes fadedown {
	100% {
		visibility: hidden;
		filter: blur(6px);
		opacity: 0;
		transform: translateY(10px);
	}
}
@-webkit-keyframes fadeshow {
	100% {
		visibility: visible;
		opacity: 1;
		transform: translateY(0px);
	}
}
@keyframes fadeshow {
	100% {
		visibility: visible;
		opacity: 1;
		transform: translateY(0px);
	}
}
@-webkit-keyframes fadehide {
	100% {
		visibility: hidden;
		opacity: 0.2;
		transform: translateY(-10px);
	}
}
@keyframes fadehide {
	100% {
		visibility: hidden;
		opacity: 0.2;
		transform: translateY(-10px);
	}
}
@media screen and (min-width: 768px) {
	.col__2-md {
		display: flex;
	}
}
@media screen and (min-width: 1024px) {
	.col__2-lg {
		display: flex;
	}
}
@media screen and (min-width: 1024px) {
	.col__2.newsblog {
		width: min(100vw - 10rem, 144rem);
		gap: clamp(2.4rem, 1vw + 1.5rem, 4.2rem);
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (min-width: 1024px) {
	.col__2 .news,
	.col__2 .blog {
		width: calc(50% - clamp(2.4rem, 1vw + 1.5rem, 4.2rem));
	}
}
.movie div {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tab input[name="tab__item"] {
	display: none;
}
.tab input[name="tab__item"]:checked {
	position: relative;
}
.tab input[name="tab__item"]:checked + .tab__item.estate__tab {
	position: relative;
}
.tab input[name="tab__item"]:checked + .tab__item.estate__tab::after {
	content: "";
	width: 100%;
	border-bottom: 3px solid #c3d425;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media screen and (min-width: 768px) {
	.tab__content {
		padding-top: clamp(3.2rem, 4vw + 2rem, 6.4rem);
		padding-left: clamp(3.2rem, 4vw + 2rem, 4.4rem);
		padding-right: clamp(3.2rem, 4vw + 2rem, 4.4rem);
	}
}
.tab #basic:checked .tab #basic__content {
	display: block;
}
.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}
.btn__main {
	background-color: #c3d425;
	width: 100%;
	padding: 12px;
}
.btn__conv {
	background-color: #e1ead7;
	position: fixed;
	bottom: 0;
	left: 0;
}
.btn__brown {
	background-color: #4d3a33;
	color: #fff;
}
.breadcrumb__list {
	display: flex;
	align-items: center;
}
.breadcrumb__list .feather-home,
.breadcrumb__list .feather-chevron-right {
	width: 18px;
	height: auto;
}
.breadcrumb__list span {
	font-size: 12px;
}
.pagination {
	margin-top: 80px;
	margin-bottom: 80px;
}
.nav-links {
	display: flex;
	align-items: center;
}
.page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #c4c4c4;
	width: 32px;
	height: 32px;
}
.page-numbers:not(:last-child) {
	margin-right: 8px;
}
.page-numbers.current {
	background-color: #e1ead7;
	border: none;
}
.page-numbers.next {
	border: none;
}
.bottom__menu {
	width: 100%;
	height: 5.6rem;
	position: fixed;
	bottom: 0;
	z-index: 96;
	padding-bottom: env(safe-area-inset-bottom, 0);
	box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 768px) {
	.bottom__menu {
		display: none;
	}
}
.bottom__menu-list {
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 0;
	height: 100%;
	position: relative;
}
.bottom__menu-list.concept .menu-item {
	font-size: 9px;
}
.bottom__menu-list.estate .menu-item,
.bottom__menu--estate .bottom__menu-list .menu-item {
	flex: 1 1 auto;
}
.bottom__menu-list.estate .menu-item.top,
.bottom__menu--estate .bottom__menu-list .menu-item.top {
	flex: 0 0 14%;
}
.bottom__menu-list.estate .menu-item img,
.bottom__menu--estate .bottom__menu-list .menu-item img {
	width: 24px;
	height: 24px;
}
.bottom__menu-list.estate .menu-item.search,
.bottom__menu--estate .bottom__menu-list .menu-item.search {
	flex: 1 1 auto;
}
.bottom__menu-list .menu-item {
	background-color: #f5f8f2;
	font-size: 12px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1px;
	border-radius: 0;
	margin-bottom: 0;
}
.bottom__menu-list .menu-item.works {
	font-size: 9px;
}
.bottom__menu-list .menu-item.works a {
	text-align: left;
	line-height: 1.2;
	padding-left: 7px;
}
.bottom__menu-list .menu-item.works::before {
	background-image: url("../../assets/img/locohouse/bottom_menu.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	content: "";
	display: inline-block;
	width: 80px;
	height: 48px;
	background-position: bottom;
}
.bottom__menu-list .menu-item:last-of-type {
	margin-right: 0;
}
.bottom__menu-list .menu-item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 2px;
	padding: 6px 4px;
	color: #4d3a33;
}
.bottom__menu-list .menu-item a i {
	padding-right: 2px;
	font-size: 1.6rem;
}
.bottom__menu-list .search {
	flex-basis: 6.4rem;
	flex-grow: 0;
	flex-shrink: 0;
}
.bottom__menu-list .top {
	position: static;
	width: auto;
	height: auto;
	right: auto;
	top: auto;
	-webkit-clip-path: none;
	clip-path: none;
	padding-top: 0;
	z-index: auto;
}
.bottom__menu-list .top a {
	display: flex;
	flex-direction: column;
}
.bottom__menu-list .top a i {
	line-height: 0.5;
}
.bottom__menu-list .top.default {
	opacity: 0;
}
.bottom__menu-list .top.topDisplayNone {
	-webkit-animation-name: topFadeDownAnime;
	animation-name: topFadeDownAnime;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.bottom__menu-list .top.topDisplay {
	-webkit-animation-name: topFadeUpAnime;
	animation-name: topFadeUpAnime;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.bottom__menu-list-pc {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
	gap: 1px;
	transform: translateX(15rem);
	transition: transform 0.3s;
}
.bottom__menu-list-pc:hover {
	transform: translateX(0);
}
.bottom__menu-list-pc .menu-item {
	width: 20rem;
	height: 5rem;
	background-color: #c3d425;
	display: flex;
	align-items: center;
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	font-weight: 300;
	transition: 0.3s background-color;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	margin: 2px 0;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.bottom__menu-list-pc .menu-item.white {
	background-color: #e1ead7;
	transition: 0.3s background-color;
}
.bottom__menu-list-pc .menu-item a {
	display: flex;
	color: #4d3a33;
	width: 100%;
	height: 100%;
	align-items: center;
}
.bottom__menu.default {
	opacity: 0;
}
.bottom__menu.display {
	-webkit-animation-name: fadeUpAnime;
	animation-name: fadeUpAnime;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.bottom__menu.displayNone {
	-webkit-animation-name: fadeDownAnime;
	animation-name: fadeDownAnime;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.bottom__menu-pc {
	display: none;
}
@media screen and (min-width: 768px) {
	.bottom__menu-pc {
		display: block;
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 97;
	}
}
.bottom__menu-pc__icon {
	width: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bottom__menu-pc.default {
	opacity: 0;
	display: none;
}
@media screen and (min-width: 768px) {
	.bottom__menu-pc.display {
		display: block;
		-webkit-animation-name: fadeLeftAnime;
		animation-name: fadeLeftAnime;
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}
}
@media screen and (min-width: 768px) {
	.bottom__menu-pc.displayNone {
		-webkit-animation-name: fadeRightAnime;
		animation-name: fadeRightAnime;
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}
}
form input {
	border-radius: 0;
}
form [type="text"],
form [type="email"],
form [type="tel"],
form textarea {
	width: 100%;
}
form [type="text"],
form [type="email"],
form [type="tel"],
form [type="date"],
form textarea,
form select {
	border: 1px solid #c4c4c4;
	padding: 8px 10px;
	font-weight: 300;
}
form [type="text"]:focus-visible,
form [type="email"]:focus-visible,
form [type="tel"]:focus-visible,
form [type="date"]:focus-visible,
form textarea:focus-visible,
form select:focus-visible {
	outline: none;
}
form [type="checkbox"],
form [type="radio"] {
	display: none;
}
form [type="checkbox"] + span,
form [type="radio"] + span {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}
form [type="checkbox"] + span::before,
form [type="radio"] + span::before {
	content: "";
	background-color: #c4c4c4;
	display: inline-block;
	height: 26px;
	width: 26px;
	-webkit-mask: url("../../assets/img/feather/square.svg");
	mask: url("../../assets/img/feather/square.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin-right: 4px;
	transition: background-color 0.2s mask 0.2s ease-in;
}
form [type="checkbox"]:checked + span::before,
form [type="radio"]:checked + span::before {
	content: "";
	background-color: #b63b40;
	display: inline-block;
	height: 26px;
	width: 26px;
	-webkit-mask: url("../../assets/img/feather/check-square.svg");
	mask: url("../../assets/img/feather/check-square.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin-right: 4px;
	transition: background-color 0.2s mask 0.2s ease-in;
}
form [type="checkbox"]:disabled + span::before,
form [type="radio"]:disabled + span::before {
	content: "";
	display: inline-block;
	-webkit-mask: url("../../assets/img/feather/minus-square.svg");
	mask: url("../../assets/img/feather/minus-square.svg");
	cursor: default;
	height: 26px;
	width: 26px;
	-webkit-mask-size: cover;
	mask-size: cover;
}
form [type="date"] {
	margin-right: 16px;
}
form select {
	margin-right: 16px;
}
form .input__search {
	border: 0;
	border-bottom: 1px solid #7a7a7a;
}
form .submit__btn {
	width: 100%;
	border: 0;
	background-color: #4d3a33;
	color: #fff;
	padding: 12px 8px;
}
form .submit__btn-search {
	background: #fff;
	border: 0;
}
form .submit__btn-search::before {
	content: "";
	background-color: #0c0908;
	display: inline-block;
	height: 26px;
	width: 26px;
	-webkit-mask: url("../../assets/img/feather/search.svg");
	mask: url("../../assets/img/feather/search.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
}
form-btn {
	background: #fff;
	border: 0;
}
form-btn::before {
	content: "";
	background-color: #0c0908;
	display: inline-block;
	height: 26px;
	width: 26px;
	-webkit-mask: url("../../assets/img/feather/search.svg");
	mask: url("../../assets/img/feather/search.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
}
@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		display: none;
		opacity: 0;
		z-index: -1;
	}
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		display: none;
		opacity: 0;
		z-index: -1;
	}
}
#loader {
	width: 100%;
	height: 100vh;
	background-color: #00c2bc;
	position: fixed;
	top: 0;
	left: 0;
}
#loader.loaded {
	-webkit-animation: fadeOut 3s forwards;
	animation: fadeOut 3s forwards;
}
.spinner {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	position: relative;
	top: 50%;
}
.cube1,
.cube2 {
	background-color: #fff;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
	animation: sk-cubemove 1.8s infinite ease-in-out;
}
.cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
@-webkit-keyframes sk-cubemove {
	25% {
		-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
	}
	50% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
	}
	75% {
		-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	}
	100% {
		-webkit-transform: rotate(-360deg);
	}
}
@keyframes sk-cubemove {
	25% {
		transform: translateX(42px) rotate(-90deg) scale(0.5);
		-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
	}
	50% {
		transform: translateX(42px) translateY(42px) rotate(-179deg);
		-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
	}
	50.1% {
		transform: translateX(42px) translateY(42px) rotate(-180deg);
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
	}
	75% {
		transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
		-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	}
	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
	}
}
.swiper__btn-next {
	right: 2.5rem;
}
@media screen and (min-width: 768px) {
	.swiper__btn-next {
		right: 5rem;
	}
}
.swiper__btn-prev {
	left: 2.5rem;
}
@media screen and (min-width: 768px) {
	.swiper__btn-prev {
		left: 5rem;
	}
}
.swiper__btn-next,
.swiper__btn-prev {
	width: clamp(1.4rem, 1vw + 1.75rem, 3.2rem);
}
.swiper__btn-next::after,
.swiper__btn-prev::after {
	font-size: clamp(1.4rem, 1vw + 1.75rem, 3.2rem);
	color: #fff;
}
.swiper__btn-next.brown::after,
.swiper__btn-prev.brown::after {
	color: #4d3a33;
}
.swiper__btn-next:focus-visible,
.swiper__btn-prev:focus-visible {
	outline: 0;
}
.modal {
	position: relative;
}
.modal__open {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: block;
	justify-content: center;
	align-items: center;
	background-color: rgba(12, 9, 8, 0.2);
	z-index: 100;
}
.modal__contents {
	width: min(100vw - 10rem, 128rem);
	background-color: #fff;
}
.youtube {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.estate-search-form {
	background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
	border: 1px solid rgba(196, 196, 196, 0.3);
	padding: 20px;
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.06),
		0 2px 8px rgba(0, 0, 0, 0.04),
		inset 0 1px 0 rgba(255, 255, 255, 0.8);
	margin-top: 20px;
	position: relative;
}
.search-filters-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 20px;
	align-items: flex-start;
}
.search-filter-group {
	display: flex;
	flex-direction: column;
	position: relative;
}
.search-filter-group > label {
	display: flex;
	align-items: center;
	font-weight: 600;
	margin-bottom: 12px;
	color: #4d3a33;
	font-size: 14px;
	letter-spacing: 0.8px;
}
.search-filter-group.search-submit-group {
	grid-column: 1/-1;
	justify-self: stretch;
	margin-top: 15px;
}
.search-filter-group.search-submit-group > label {
	display: none;
}
.area-checkboxes,
.estate-type-checkboxes,
.price-checkboxes,
.locohouse-checkboxes {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	margin-top: 6px;
	padding: 8px 12px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(196, 196, 196, 0.2);
	max-height: 150px;
	overflow-y: auto;
}
.area-checkboxes .parent-area {
	font-weight: 600;
	color: #4d3a33;
	border-bottom: 1px solid rgba(196, 196, 196, 0.2);
	padding-bottom: 6px;
	margin-bottom: 6px;
}
.area-checkboxes .sub-area {
	padding-left: 16px;
	font-size: 12px;
	color: #7a7a7a;
}
.area-checkboxes .sub-area input[type="checkbox"] + span {
	margin-left: 3px;
}
.area-checkboxes .sub-area input[type="checkbox"] + span::before {
	content: "└";
	position: absolute;
	left: -12px;
	color: rgba(196, 196, 196, 0.6);
	font-size: 10px;
}
.area-checkboxes .top-level-area {
	font-weight: 500;
	color: #4d3a33;
	margin-top: 8px;
}
.area-checkboxes .top-level-area:first-of-type {
	border-top: 1px solid rgba(196, 196, 196, 0.2);
	padding-top: 8px;
}
.checkbox-label {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	font-size: 12px;
	cursor: pointer;
}
.checkbox-label input[type="checkbox"] {
	display: none;
}
.checkbox-label input[type="checkbox"] + span {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
.checkbox-label input[type="checkbox"] + span::before {
	content: "";
	background-color: #c4c4c4;
	display: inline-block;
	height: 18px;
	width: 18px;
	-webkit-mask: url("../../assets/img/feather/square.svg");
	mask: url("../../assets/img/feather/square.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin-right: 8px;
	flex-shrink: 0;
	transition: background-color 0.2s mask 0.2s ease-in;
}
.checkbox-label input[type="checkbox"]:checked + span::before {
	content: "";
	background-color: #b63b40;
	display: inline-block;
	height: 18px;
	width: 18px;
	-webkit-mask: url("../../assets/img/feather/check-square.svg");
	mask: url("../../assets/img/feather/check-square.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin-right: 8px;
	flex-shrink: 0;
	transition: background-color 0.2s mask 0.2s ease-in;
}
.checkbox-label input[type="checkbox"]:disabled + span::before {
	content: "";
	display: inline-block;
	-webkit-mask: url("../../assets/img/feather/minus-square.svg");
	mask: url("../../assets/img/feather/minus-square.svg");
	cursor: default;
	height: 18px;
	width: 18px;
	-webkit-mask-size: cover;
	mask-size: cover;
}
.keyword-search-section .keyword-input-wrapper {
	margin-bottom: 8px;
}
.keyword-search-section .keyword-search-input {
	width: 100%;
	border: 2px solid rgba(0, 0, 0, 0);
	padding: 12px 16px;
	font-weight: 500;
	font-size: 13px;
	background: #fff;
	box-shadow:
		0 2px 8px rgba(0, 0, 0, 0.04),
		inset 0 1px 2px rgba(0, 0, 0, 0.02);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.keyword-search-section .keyword-search-input:focus-visible {
	outline: none;
	border-color: rgba(196, 196, 196, 0.8);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transform: translateY(-1px);
}
.keyword-search-section .keyword-search-input:hover {
	border-color: rgba(196, 196, 196, 0.6);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	transform: translateY(-1px);
}
.keyword-search-section .keyword-search-input::-moz-placeholder {
	color: #7a7a7a;
	font-weight: 400;
}
.keyword-search-section .keyword-search-input::placeholder {
	color: #7a7a7a;
	font-weight: 400;
}
.search-submit-btn {
	width: 100%;
	min-height: 48px;
	border: 0;
	background: linear-gradient(135deg, #4d3a33 0%, #4d3a33 100%);
	color: #fff;
	padding: 14px 20px;
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow:
		0 6px 20px rgba(77, 58, 51, 0.3),
		0 2px 6px rgba(77, 58, 51, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
	position: relative;
	overflow: hidden;
}
.search-submit-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s ease;
}
.search-submit-btn:hover {
	background: linear-gradient(135deg, #4d3a33 0%, #2a1f1c 100%);
	transform: translateY(-2px) scale(1.02);
	box-shadow:
		0 10px 28px rgba(77, 58, 51, 0.4),
		0 4px 12px rgba(77, 58, 51, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.search-submit-btn:hover::before {
	left: 100%;
}
.search-submit-btn:active {
	transform: translateY(-1px) scale(1.01);
	box-shadow:
		0 4px 16px rgba(77, 58, 51, 0.4),
		0 2px 6px rgba(77, 58, 51, 0.3);
}
.search-submit-btn:focus-visible {
	outline: none;
	box-shadow:
		0 0 0 3px rgba(77, 58, 51, 0.3),
		0 6px 20px rgba(77, 58, 51, 0.3);
}
@media (max-width: 1024px) {
	.estate-search-form {
		padding: 16px;
	}
	.search-filters-row {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		gap: 16px;
	}
}
@media (max-width: 768px) {
	.estate-search-form {
		padding: 12px;
	}
	.search-filters-row {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.search-filter-group > label {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.area-checkboxes,
	.estate-type-checkboxes,
	.price-checkboxes,
	.locohouse-checkboxes {
		padding: 6px 10px;
		max-height: 120px;
	}
	.checkbox-label {
		font-size: 11px;
	}
	.checkbox-label input[type="checkbox"] + span::before {
		height: 16px;
		width: 16px;
		margin-right: 6px;
	}
	.search-submit-btn {
		min-height: 44px;
		padding: 12px 18px;
		font-size: 13px;
	}
}
.header-estate-search-form {
	background: linear-gradient(135deg, #ffffff 0%, #fafafa 100%);
	border: 1px solid rgba(196, 196, 196, 0.3);
	padding: 20px;
	box-shadow:
		0 8px 32px rgba(0, 0, 0, 0.06),
		0 2px 8px rgba(0, 0, 0, 0.04),
		inset 0 1px 0 rgba(255, 255, 255, 0.8);
	margin-top: 20px;
	position: relative;
}
.header-search-filters-row {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 20px;
	align-items: flex-start;
}
.header-search-filter-group {
	display: flex;
	flex-direction: column;
	position: relative;
}
.header-search-filter-group > label {
	display: flex;
	align-items: center;
	font-weight: 600;
	margin-bottom: 12px;
	color: #4d3a33;
	font-size: 14px;
	letter-spacing: 0.8px;
}
.header-search-filter-group.header-search-submit-group {
	grid-column: 1/-1;
	justify-self: stretch;
	margin-top: 15px;
}
.header-search-filter-group.header-search-submit-group > label {
	display: none;
}
.header-area-checkboxes,
.header-estate-type-checkboxes,
.header-price-checkboxes,
.header-locohouse-checkboxes {
	display: grid;
	grid-template-columns: 1fr;
	gap: 8px;
	margin-top: 6px;
	padding: 8px 12px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(196, 196, 196, 0.2);
	max-height: 150px;
	overflow-y: auto;
}
.header-area-checkboxes .parent-area {
	font-weight: 600;
	color: #4d3a33;
	border-bottom: 1px solid rgba(196, 196, 196, 0.2);
	padding-bottom: 6px;
	margin-bottom: 6px;
}
.header-area-checkboxes .sub-area {
	padding-left: 16px;
	font-size: 12px;
	color: #7a7a7a;
}
.header-area-checkboxes .sub-area input[type="checkbox"] + span {
	margin-left: 3px;
}
.header-area-checkboxes .sub-area input[type="checkbox"] + span::before {
	content: "└";
	position: absolute;
	left: -12px;
	color: rgba(196, 196, 196, 0.6);
	font-size: 10px;
}
.header-area-checkboxes .top-level-area {
	font-weight: 500;
	color: #4d3a33;
	margin-top: 8px;
}
.header-area-checkboxes .top-level-area:first-of-type {
	border-top: 1px solid rgba(196, 196, 196, 0.2);
	padding-top: 8px;
}
.header-checkbox-label {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	font-size: 12px;
	cursor: pointer;
}
.header-checkbox-label input[type="checkbox"] {
	display: none;
}
.header-checkbox-label input[type="checkbox"] + span {
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
.header-checkbox-label input[type="checkbox"] + span::before {
	content: "";
	background-color: #c4c4c4;
	display: inline-block;
	height: 18px;
	width: 18px;
	-webkit-mask: url("../../assets/img/feather/square.svg");
	mask: url("../../assets/img/feather/square.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin-right: 8px;
	flex-shrink: 0;
	transition: background-color 0.2s mask 0.2s ease-in;
}
.header-checkbox-label input[type="checkbox"]:checked + span::before {
	content: "";
	background-color: #b63b40;
	display: inline-block;
	height: 18px;
	width: 18px;
	-webkit-mask: url("../../assets/img/feather/check-square.svg");
	mask: url("../../assets/img/feather/check-square.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin-right: 8px;
	flex-shrink: 0;
	transition: background-color 0.2s mask 0.2s ease-in;
}
.header-checkbox-label input[type="checkbox"]:disabled + span::before {
	content: "";
	display: inline-block;
	-webkit-mask: url("../../assets/img/feather/minus-square.svg");
	mask: url("../../assets/img/feather/minus-square.svg");
	cursor: default;
	height: 18px;
	width: 18px;
	-webkit-mask-size: cover;
	mask-size: cover;
}
.header-keyword-search-section .header-keyword-input-wrapper {
	margin-bottom: 8px;
}
.header-keyword-search-section .header-keyword-search-input {
	width: 100%;
	border: 2px solid rgba(0, 0, 0, 0);
	padding: 12px 16px;
	font-weight: 500;
	font-size: 13px;
	background: #fff;
	box-shadow:
		0 2px 8px rgba(0, 0, 0, 0.04),
		inset 0 1px 2px rgba(0, 0, 0, 0.02);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.header-keyword-search-section .header-keyword-search-input:focus-visible {
	outline: none;
	border-color: rgba(196, 196, 196, 0.8);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transform: translateY(-1px);
}
.header-keyword-search-section .header-keyword-search-input:hover {
	border-color: rgba(196, 196, 196, 0.6);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
	transform: translateY(-1px);
}
.header-keyword-search-section .header-keyword-search-input::-moz-placeholder {
	color: #7a7a7a;
	font-weight: 400;
}
.header-keyword-search-section .header-keyword-search-input::placeholder {
	color: #7a7a7a;
	font-weight: 400;
}
.header-search-submit-btn {
	width: 100%;
	min-height: 48px;
	border: 0;
	background: linear-gradient(135deg, #4d3a33 0%, #4d3a33 100%);
	color: #fff;
	padding: 14px 20px;
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow:
		0 6px 20px rgba(77, 58, 51, 0.3),
		0 2px 6px rgba(77, 58, 51, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.2);
	position: relative;
	overflow: hidden;
}
.header-search-submit-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s ease;
}
.header-search-submit-btn:hover {
	background: linear-gradient(135deg, #4d3a33 0%, #2a1f1c 100%);
	transform: translateY(-2px) scale(1.02);
	box-shadow:
		0 10px 28px rgba(77, 58, 51, 0.4),
		0 4px 12px rgba(77, 58, 51, 0.3),
		inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.header-search-submit-btn:hover::before {
	left: 100%;
}
.header-search-submit-btn:active {
	transform: translateY(-1px) scale(1.01);
	box-shadow:
		0 4px 16px rgba(77, 58, 51, 0.4),
		0 2px 6px rgba(77, 58, 51, 0.3);
}
.header-search-submit-btn:focus-visible {
	outline: none;
	box-shadow:
		0 0 0 3px rgba(77, 58, 51, 0.3),
		0 6px 20px rgba(77, 58, 51, 0.3);
}
@media (max-width: 1024px) {
	.header-estate-search-form {
		padding: 16px;
	}
	.header-search-filters-row {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		gap: 16px;
	}
}
@media (max-width: 768px) {
	.header-estate-search-form {
		padding: 12px;
	}
	.header-search-filters-row {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.header-search-filter-group > label {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.header-area-checkboxes,
	.header-estate-type-checkboxes,
	.header-price-checkboxes,
	.header-locohouse-checkboxes {
		padding: 6px 10px;
		max-height: 120px;
	}
	.header-checkbox-label {
		font-size: 11px;
	}
	.header-checkbox-label input[type="checkbox"] + span::before {
		height: 16px;
		width: 16px;
		margin-right: 6px;
	}
	.header-search-submit-btn {
		min-height: 44px;
		padding: 12px 18px;
		font-size: 13px;
	}
}
.modern-search-conditions {
	padding: 20px 0;
	font-family: "Noto Sans JP", sans-serif;
	width: min(100vw - 10rem, 128rem);
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 768px) {
	.modern-search-conditions {
		width: calc(100vw - 5rem);
	}
}
.modern-search-conditions .search-conditions-container {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	padding: 24px;
	margin: 0 auto;
}
.modern-search-conditions .search-conditions-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px solid #f0f0f0;
}
.modern-search-conditions .search-conditions-header .header-title-section {
	display: flex;
	align-items: center;
	gap: 8px;
}
.modern-search-conditions .search-conditions-header .header-title-section svg {
	flex-shrink: 0;
}
.modern-search-conditions .search-conditions-header .search-conditions-title {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: #333;
}
.modern-search-conditions .search-conditions-header .search-results-count {
	font-size: 14px;
	color: #666;
}
.modern-search-conditions .search-conditions-header .search-results-count .results-current {
	font-weight: 600;
	color: #8b9c3c;
	font-size: 16px;
}
.modern-search-conditions .search-conditions-header .search-results-count .results-total {
	font-weight: 500;
	color: #666;
}
.modern-search-conditions .search-conditions-header .search-results-count .results-separator {
	margin: 0 4px;
}
.modern-search-conditions .search-conditions-header .search-results-count .results-total {
	color: #999;
}
.modern-search-conditions .search-conditions-active {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.modern-search-conditions .condition-item.keyword-item .condition-icon-label,
.modern-search-conditions .condition-item.filter-item .condition-icon-label {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-bottom: 8px;
}
.modern-search-conditions .condition-item.keyword-item .condition-icon-label svg,
.modern-search-conditions .condition-item.filter-item .condition-icon-label svg {
	flex-shrink: 0;
}
.modern-search-conditions .condition-item.keyword-item .condition-icon-label .condition-label,
.modern-search-conditions .condition-item.filter-item .condition-icon-label .condition-label {
	font-size: 14px;
	font-weight: 600;
	color: #333;
}
.modern-search-conditions .condition-item.keyword-item .condition-content,
.modern-search-conditions .condition-item.filter-item .condition-content {
	margin-left: 20px;
}
.modern-search-conditions .condition-keyword-tag {
	display: inline-block;
	background-color: #f8f9f4;
	color: #333;
	padding: 8px 16px;
	border-radius: 20px;
	border: 2px solid #8b9c3c;
	font-size: 14px;
	font-weight: 500;
}
.modern-search-conditions .condition-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.modern-search-conditions .condition-chip {
	display: inline-block;
	background-color: #f8f9f4;
	color: #333;
	padding: 6px 12px;
	border-radius: 16px;
	border: 1px solid #8b9c3c;
	font-size: 12px;
	font-weight: 500;
	transition: all 0.2s ease;
}
.modern-search-conditions .condition-chip:hover {
	background-color: #8b9c3c;
	color: #fff;
}
.modern-search-conditions .search-conditions-empty {
	padding: 40px 20px;
	text-align: center;
}
.modern-search-conditions .search-conditions-empty .empty-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
}
.modern-search-conditions .search-conditions-empty .empty-content svg {
	opacity: 0.5;
}
.modern-search-conditions .search-conditions-empty .empty-content .empty-message {
	color: #666;
	font-size: 14px;
	margin: 0;
}
@media (max-width: 768px) {
	.modern-search-conditions {
		padding: 16px 0;
	}
	.modern-search-conditions .search-conditions-container {
		border-radius: 4px;
		padding: 20px;
		margin: 0;
	}
	.modern-search-conditions .search-conditions-header {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
	.modern-search-conditions .search-conditions-header .search-results-count {
		font-size: 13px;
	}
	.modern-search-conditions .condition-item.keyword-item .condition-content,
	.modern-search-conditions .condition-item.filter-item .condition-content {
		margin-left: 0;
		margin-top: 8px;
	}
	.modern-search-conditions .condition-chips {
		gap: 6px;
	}
	.modern-search-conditions .condition-chip {
		font-size: 11px;
		padding: 4px 10px;
	}
	.modern-search-conditions .condition-keyword-tag {
		font-size: 13px;
		padding: 6px 14px;
	}
}
.modern-search-conditions .taxonomy-info-section {
	margin-top: 16px;
}
.modern-search-conditions .taxonomy-info-section .taxonomy-description {
	margin-bottom: 16px;
	padding: 12px 16px;
	background-color: #f8f9f4;
	border-radius: 6px;
	border-left: 3px solid #8b9c3c;
}
.modern-search-conditions .taxonomy-info-section .taxonomy-description p {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #555;
}
.modern-search-conditions .taxonomy-info-section .taxonomy-meta {
	display: flex;
	align-items: center;
	gap: 12px;
}
.modern-search-conditions .taxonomy-info-section .taxonomy-meta .taxonomy-tag {
	display: inline-flex;
	align-items: center;
	background-color: #8b9c3c;
	border-radius: 20px;
	padding: 8px 16px;
	font-size: 14px;
	color: #fff;
}
.modern-search-conditions .taxonomy-info-section .taxonomy-meta .taxonomy-tag .tag-label {
	font-weight: 500;
	margin-right: 6px;
}
.modern-search-conditions .taxonomy-info-section .taxonomy-meta .taxonomy-tag .tag-value {
	font-weight: 600;
}
@media (max-width: 768px) {
	.modern-search-conditions .taxonomy-info-section .taxonomy-description {
		padding: 10px 12px;
	}
	.modern-search-conditions .taxonomy-info-section .taxonomy-description p {
		font-size: 13px;
	}
	.modern-search-conditions .taxonomy-info-section .taxonomy-meta .taxonomy-tag {
		font-size: 13px;
		padding: 6px 12px;
	}
}
.pickup .wrap + .wrap.searchpage__detail,
.pickup + .wrap.searchpage__detail {
	margin-top: 1.2rem;
}
.single-estate-image {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	line-height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.single-estate-image .estate-image-link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	transition: transform 0.2s ease;
	line-height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.single-estate-image .estate-image-link:hover {
	transform: scale(1.02);
}
.single-estate-image .estate-image-link .lh__estate-image {
	width: 100% !important;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	display: block !important;
	transition: opacity 0.2s ease;
	vertical-align: top !important;
	line-height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	outline: 0 !important;
}
.single-estate-image .estate-image-link:hover .lh__estate-image {
	opacity: 0.95;
}
.single-estate-image .no-image {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
	color: #999;
	font-size: 14px;
	min-height: 200px;
	margin: 0 !important;
	padding: 0 !important;
}
.lh__panel-image {
	width: 100%;
	height: 100%;
	aspect-ratio: 4/3;
	overflow: hidden;
	border-radius: 4px;
	position: relative;
	line-height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
@media (max-width: 768px) {
	.lh__panel-image {
		aspect-ratio: 16/9;
	}
}
.lh__panel-image .single-estate-image {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	width: 100% !important;
	height: 100% !important;
	line-height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.lh__panel-image .single-estate-image .estate-image-link {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	width: 100% !important;
	height: 100% !important;
	line-height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.lh__panel-image .single-estate-image .estate-image-link .lh__estate-image {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	width: 100% !important;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	display: block !important;
	vertical-align: top !important;
	line-height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	outline: 0 !important;
}
.lh__images {
	margin: 0 !important;
	padding: 0 !important;
}
/* .searchPageSlider .swiper-wrapper,
.searchPageSlider .swiper-slide,
.searchPageSlider .lh__panel-btn,
.searchPageSlider .searchPageSliderBtnPrev,
.searchPageSlider .searchPageSliderBtnNext,
.searchPageSlider .searchPageSliderPagination {
	display: none !important;
} */
.lh__panel-image *,
.lh__panel-image *::before,
.lh__panel-image *::after {
	box-sizing: border-box !important;
}
.lh__label {
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}
.lh__label__colors {
	display: flex;
	align-items: center;
	gap: 1em;
}
.lh__label__color {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-right: 8px;
	border: 1px solid #eee;
}
.lh__label__title {
	font-size: 12px;
	margin-bottom: 15px;
	color: #777;
}
.lh__slide {
	height: 100%;
}
.lh__update-date {
	color: var(--locohome-main-gray);
}
@media (min-width: 640px) {
	.lh__search {
		display: grid;
		width: 100%;
		grid-template-columns: repeat(3, 1fr);
		background-color: var(--locohome-sub-green);
	}
}
.lh__search > li {
	padding: 2rem;
	border-top: 1px solid #ccc;
	text-align: center;
	font-family: "Noto Sans JP", serif;
	display: block;
}
.lh__search > li:last-child {
	border-bottom: 1px solid #ccc;
}
@media (min-width: 640px) {
	.lh__search > li {
		border: 0;
		border-right: 1px solid var(--locohome-main-white);
	}
	.lh__search > li:last-child {
		border: 0;
	}
}
.lh__search.pc {
	display: none;
}
@media (min-width: 640px) {
	.lh__search.pc {
		display: grid;
	}
}
.lh__search.sp {
	display: block;
}
@media (min-width: 640px) {
	.lh__search.sp {
		display: none;
	}
}
.lh__search-wrap {
	display: flex;
	justify-content: space-between;
}
.lh__search-link {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.lh__search-link > svg {
	transition: transform 0.3s;
}
.lh__search-link.open > svg {
	transform: rotate(180deg);
}
.lh__search-content {
	display: none;
	padding: 3rem 0;
	text-align: left;
}
@media (min-width: 640px) {
	.lh__search-content {
		padding: 3rem;
	}
}
.lh__search-content > li {
	margin-bottom: 1.2rem;
}
.lh__search-content.show {
	display: block;
}
.lh__search-content-type {
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}
@media (min-width: 640px) {
	.lh__search-content-type {
		flex-direction: row;
	}
}
.lh__search-btn {
	display: none;
}
@media (min-width: 640px) {
	.lh__search-btn {
		width: auto;
		height: auto;
		padding: 2rem 3rem;
		background-color: var(--locohome-main-green);
		position: fixed;
		bottom: 20rem;
		right: 0;
		display: block;
		z-index: 97;
	}
}
.lh__search-tag {
	display: flex;
	gap: 2rem;
	flex-wrap: wrap;
}
@media (min-width: 640px) {
	.lh__search-tag {
		gap: 3rem;
	}
}
.lh__search-tag > li > a {
	text-decoration: underline;
}
.lh__search-submit {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}
.lh__search-submit-btn {
	height: 4rem;
	background-color: var(--locohome-main-brown);
	color: var(--locohome-main-white);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 1rem 4rem;
}
.lh__search-map {
	width: 100%;
	height: 30rem;
}
.lh__search-info {
	width: 40rem;
	height: auto;
}
.lh__search-type {
	padding-bottom: 8px;
}
.single-estate-image {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	line-height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.single-estate-image .estate-image-link {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	transition: transform 0.2s ease;
	line-height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.single-estate-image .estate-image-link:hover {
	transform: scale(1.02);
}
.single-estate-image .estate-image-link .lh__estate-image {
	width: 100% !important;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	display: block !important;
	transition: opacity 0.2s ease;
	vertical-align: top !important;
	line-height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	outline: 0 !important;
}
.single-estate-image .estate-image-link:hover .lh__estate-image {
	opacity: 0.95;
}
.single-estate-image .no-image {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
	color: #999;
	font-size: 14px;
	min-height: 200px;
	margin: 0 !important;
	padding: 0 !important;
}
.lh__estate-image {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
@media (min-width: 640px) {
	.lh__estate-image {
		-o-object-fit: cover;
		object-fit: cover;
	}
}
.lh__panel {
	font-family: "Noto Sans JP", serif;
	margin-bottom: 6rem;
}
.lh__panel-detail {
	margin-top: 3rem;
}
@media (min-width: 640px) {
	.lh__panel-detail {
		margin-top: 0;
		display: flex;
		flex-direction: column;
		padding: 4rem 2rem 1rem 4rem;
		justify-content: space-between;
		position: relative;
		width: 100%;
		height: 100%;
	}
}
.lh__panel-detail-pc {
	padding-right: 12rem;
	position: relative;
	width: 100%;
}
.lh__panel-highlight {
	font-weight: 400;
	font-size: min(4.266666667vw, 1.8rem);
}
@media (min-width: 640px) {
	.lh__panel-highlight {
		margin-bottom: 1rem;
	}
}
.lh__panel-image {
	width: 100%;
	height: 100%;
	aspect-ratio: 4/3;
	overflow: hidden;
	border-radius: 4px;
	position: relative;
	line-height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
@media (max-width: 768px) {
	.lh__panel-image {
		aspect-ratio: 16/9;
	}
}
.lh__panel-image .single-estate-image {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	width: 100% !important;
	height: 100% !important;
	line-height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.lh__panel-image .single-estate-image .estate-image-link {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	width: 100% !important;
	height: 100% !important;
	line-height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.lh__panel-image .single-estate-image .estate-image-link .lh__estate-image {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	width: 100% !important;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	display: block !important;
	vertical-align: top !important;
	line-height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	outline: 0 !important;
}
.lh__panel-slide {
	background-color: var(--locohome-main-white);
}
.lh__panel-slide > picture {
	width: 100%;
	height: 100%;
}
.lh__panel-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3.2rem;
	height: 6.4rem;
	background: var(--locohome-sub-gray);
	opacity: 0.7;
	display: flex;
	align-items: center;
	z-index: 5;
}
@media (min-width: 640px) {
	.lh__panel-btn {
		display: none;
	}
}
.lh__panel-btn.left {
	left: 0;
	border-radius: 0 64px 64px 0;
	justify-content: left;
}
.lh__panel-btn.left svg {
	fill: var(--locohome-main-white);
}
.lh__panel-btn.right {
	right: 0;
	border-radius: 64px 0 0 64px;
	justify-content: right;
}
.lh__panel-btn.right svg {
	fill: var(--locohome-main-white);
}
.lh__panel-bullet {
	display: flex;
	justify-content: center;
	margin-top: -2rem;
}
@media (min-width: 640px) {
	.lh__panel-bullet {
		justify-content: flex-end;
		margin-top: -1rem;
		z-index: 11;
		position: relative;
	}
}
@media (min-width: 640px) {
	.lh__panel-box {
		display: flex;
		border: 1px solid var(--locohome-sub-brown);
	}
}
.lh__panel-unfinished {
	position: absolute;
	bottom: 0;
	z-index: 10;
	width: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
	height: 10%;
	display: flex;
	align-items: flex-end;
	color: var(--locohome-main-white);
	padding-left: 4px;
}
@media (min-width: 640px) {
	.lh__panel-unfinished {
		padding-left: 8px;
		padding-bottom: 8px;
	}
}
.lh__panel-link {
	display: block;
	width: 100%;
	height: auto;
}
.lh__title {
	font-size: min(3.2vw, 1.6rem);
	margin-bottom: 2rem;
	font-weight: 300;
}
@media (min-width: 640px) {
	.lh__title {
		line-height: 1.7;
	}
}
.lh__num {
	margin-top: 1rem;
}
@media (min-width: 640px) {
	.lh__num {
		display: flex;
		align-items: baseline;
		justify-content: flex-end;
	}
}
.lh__eco-badge {
	height: 2.8rem;
	width: auto;
	margin-bottom: 1rem;
}
.lh__eco-badge svg {
	width: auto;
	height: 100%;
}
.lh__type-budge {
	position: absolute;
	right: 0;
	bottom: 0;
	border: 1px solid var(--locohome-sub-brown);
	display: flex;
	width: 9rem;
	height: 3rem;
	justify-content: space-between;
	z-index: 2;
	background-color: #fff;
}
@media (min-width: 640px) {
	.lh__type-budge {
		display: none;
	}
}
.lh__type-budge.pc {
	display: none;
}
@media (min-width: 640px) {
	.lh__type-budge.pc {
		display: flex;
		top: 0;
		border-top: 0;
		border-right: 0;
	}
}
.lh__type-budge::after {
	content: "";
	display: block;
	width: 1rem;
}
.lh__type-budge.ore::after {
	background-color: #b4b7b2;
}
.lh__type-budge.oretowatashi::after {
	background-color: #d0c4ae;
}
.lh__type-budge.watashi::after {
	background-color: #f0be9d;
}
.lh__type-budge-name {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}
@media (min-width: 640px) {
	.lh__type-links {
		text-align: center;
	}
}
.lh__type-link {
	border-top: 1px solid var(--locohome-sub-brown);
	border-bottom: 1px solid var(--locohome-sub-brown);
	padding-top: 1rem;
	padding-bottom: 1rem;
}
@media (min-width: 640px) {
	.lh__type-link {
		border: 0;
		display: flex;
		justify-content: center;
		gap: 4rem;
		padding-top: 3rem;
	}
}
.lh__type-link > li {
	padding: 8px 0;
}
@media (min-width: 640px) {
	.lh__type-link > li > a {
		border-radius: 5rem;
		border: 1px solid var(--locohome-sub-brown);
		width: 12rem;
		padding: 8px 0;
	}
}
.lh__type-link > li span {
	font-size: inherit;
}
.lh__type-a {
	width: 100%;
	height: 100%;
	display: block;
}
.lh__images {
	position: relative;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}
@media (min-width: 640px) {
	.lh__images {
		width: 34%;
	}
}
.lh__nav .nav-links {
	justify-content: center;
}
.lh__nav .nav-links .page-numbers {
	border-radius: 50%;
	border: 0;
}
.lh__nav .nav-links .page-numbers.current {
	border-radius: 50%;
}
.lh__nav .nav-links .page-numbers:not(:last-child) {
	margin-right: 1rem;
}
@media (min-width: 640px) {
	.lh__nav .nav-links .page-numbers:not(:last-child) {
		margin-right: 3rem;
	}
}
.lh__type__wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px 0px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	gap: 2em;
}
@media (min-width: 640px) {
	.lh__type__wrap {
		flex-direction: row;
		padding: 30px 20px;
	}
}
.lh__type__img {
	aspect-ratio: 4/3;
	width: 100%;
}
@media (min-width: 640px) {
	.lh__type__img {
		width: 50%;
	}
}
.lh__type__img img {
	aspect-ratio: 4/3;
	-o-object-fit: cover;
	object-fit: cover;
}
.lh__type__text {
	width: 100%;
}
@media (min-width: 640px) {
	.lh__type__text {
		width: 50%;
	}
}
.lh__type__text-heading {
	font-weight: 400;
	color: #666;
	line-height: 1.6;
	border-left: 2px solid #ddd;
	padding-left: 15px;
	margin-bottom: 30px;
	margin-top: 0.5em;
}
.lh__type__text-detail {
	font-family: "Noto Sans JP", serif;
}
.lh__type__list {
	padding: 30px 0px;
}
@media (min-width: 640px) {
	.lh__type__list {
		padding: 30px 20px;
	}
}
.lh__type__list-wrap {
	display: flex;
	gap: 1em;
	flex-direction: column;
}
@media (min-width: 640px) {
	.lh__type__list-wrap {
		gap: 2em;
		flex-direction: row;
	}
}
.lh__type__list-heading {
	font-weight: 400;
	color: #666;
	line-height: 1.6;
	border-left: 2px solid #ddd;
	margin-bottom: 1em;
	padding-left: 15px;
}
.lh__type__list-item {
	flex: 1;
	width: 100%;
}
.lh__type__list-item img {
	aspect-ratio: 16/9;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	background-color: var(--locohome-main-green);
	position: relative;
}
/* .searchPageSlider .swiper-wrapper,
.searchPageSlider .swiper-slide,
.searchPageSlider .lh__panel-btn,
.searchPageSlider .searchPageSliderBtnPrev,
.searchPageSlider .searchPageSliderBtnNext,
.searchPageSlider .searchPageSliderPagination {
	display: none !important;
} */
.lh__panel-image *,
.lh__panel-image *::before,
.lh__panel-image *::after {
	box-sizing: border-box !important;
}
.sort-radio {
	display: flex;
	align-items: center;
	margin: 12px 0 24px;
}
.sort-radio__group {
	display: inline-flex;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
	overflow: hidden;
	background: #fff;
}
.sort-radio__input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.sort-radio__label {
	display: inline-block;
	padding: 8px 14px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	transition: all 0.2s ease;
}
.sort-radio__label:not(:first-of-type) {
	border-left: 1px solid #e2e2e2;
}
.sort-radio__input:checked + .sort-radio__label {
	background: #b7da58;
	color: #4d3a33;
}
@media (max-width: 768px) {
	.sort-radio__label {
		padding: 7px 12px;
		font-size: 13px;
	}
}
.filter-floating-button {
	bottom: calc(env(safe-area-inset-bottom, 0px) + 20px) !important;
}
@media screen and (min-width: 768px) {
	.filter-floating-button {
		bottom: 15rem !important;
	}
}
@media (max-width: 768px) {
	#bottomMenuRoot ~ #filter-button-container .filter-floating-button {
		bottom: calc(env(safe-area-inset-bottom, 0px) + 7.2rem) !important;
	}
	body:has(#bottomMenu) #filter-button-container .filter-floating-button {
		bottom: calc(env(safe-area-inset-bottom, 0px) + 7.2rem) !important;
	}
}
header {
	position: fixed;
	z-index: 99;
	width: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
header .header__logo {
	width: clamp(12rem, 14%, 16rem);
	height: auto;
	z-index: 1;
	font-size: inherit;
	margin: 0;
	padding: 3rem 2.5rem;
}
@media screen and (min-width: 768px) {
	header .header__logo {
		top: 4rem;
		left: 5rem;
	}
}
header .header__logo-svg {
	fill: #4d3a33;
}
header .header__menu {
	position: absolute;
	top: 5.5rem;
	right: 2.5rem;
}
@media screen and (min-width: 768px) {
	header .header__menu {
		top: 4rem;
		right: 5rem;
		display: flex;
		align-items: center;
		gap: 4.2rem;
		height: 2.6rem;
	}
}
header .header__menu-btn {
	width: auto;
	height: 3.2rem;
	background-color: inherit;
	border: none;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	padding: 7.5px 0;
	position: relative;
	z-index: 1;
	cursor: pointer;
	transition: transform 0.3s;
}
@media screen and (min-width: 768px) {
	header .header__menu-btn {
		height: 3.6rem;
	}
}
@media screen and (min-width: 1024px) {
	header .header__menu-btn {
		height: 3.8rem;
	}
}
header .header__menu-btn.close {
	display: block;
	flex-flow: unset;
	justify-content: unset;
}
header .header__menu-btn.close span {
	width: 2.6rem;
}
@media screen and (min-width: 768px) {
	header .header__menu-btn.close span {
		width: 3.2rem;
	}
}
@media screen and (min-width: 1024px) {
	header .header__menu-btn.close span {
		width: 3.4rem;
	}
}
header .header__menu-btn.close span:first-child {
	transform: rotate(45deg);
	transition: transform 0.3s;
	position: relative;
	top: 1px;
}
header .header__menu-btn.close span:nth-child(2) {
	display: none;
}
header .header__menu-btn.close span:last-child {
	transform: rotate(-45deg);
	transition: transform 0.3s;
}
header .header__menu-btn span {
	display: block;
	width: 2.2rem;
	height: 1px;
	background-color: #4d3a33;
}
@media screen and (min-width: 768px) {
	header .header__menu-btn span {
		width: 2.6rem;
	}
}
@media screen and (min-width: 1024px) {
	header .header__menu-btn span {
		width: 2.8rem;
	}
}
header .header__menu-list {
	display: none;
}
header .header__menu-pc {
	display: none;
}
@media screen and (min-width: 768px) {
	header .header__menu-pc {
		display: block;
	}
}
header .header__menu-pc__list {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 2.4rem;
	font-size: clamp(1.5rem, 1vw + 1rem, 2.4rem);
}
header .header__menu-pc__list a {
	color: #4d3a33;
}
.home header .header__logo-svg.white {
	fill: #fff;
}
.home header .header__menu-btn.white span {
	background-color: #fff;
}
.home header .header__menu-pc__list.white a {
	color: #fff;
}
main .main__slider {
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
}
main .main__slider .swiper-wrapper {
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
}
main .main__slider .swiper-slide {
	height: 100vh;
	height: calc(var(--vh, 1vh) * 100);
}
main .main__video {
	position: relative;
	width: 100vw;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: none;
}
@media screen and (min-width: 768px) {
	main .main__video {
		display: block;
	}
}
main .main__video-sp {
	position: relative;
	width: 100vw;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (min-width: 768px) {
	main .main__video-sp {
		display: none;
	}
}
main .main__title {
	font-weight: normal;
	color: #fff;
	font-size: clamp(2.2rem, 1vw + 1.25rem, 3.4rem);
	position: absolute;
	bottom: 3rem;
	left: 2.5rem;
	margin: 0;
	text-shadow: 0 0 10px rgba(12, 9, 8, 0.2);
}
@media screen and (min-width: 768px) {
	main .main__title {
		left: 5rem;
		bottom: 4rem;
	}
}
main .main__title-sub {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	display: block;
	font-size: clamp(3rem, 1vw + 2rem, 4.2rem);
	line-height: clamp(3.2rem, 1vw + 2rem, 4.4rem);
}
@media screen and (min-width: 1024px) {
	main .main__title-sub {
		display: inline-block;
	}
}
main .main__scroll {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 3rem;
	right: 2.5rem;
	color: #fff;
	font-size: 12px;
}
@media screen and (min-width: 768px) {
	main .main__scroll {
		bottom: 4rem;
		right: 5rem;
	}
}
main .main__scroll.stickey {
	position: -webkit-sticky;
	position: sticky;
	display: block;
	top: 0;
	padding-top: calc(100vh - 15rem);
}
main .main__scroll.stickey > .main__scroll-text {
	margin-left: auto;
	margin-right: 2.5rem;
}
main .main__scroll-text {
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	position: relative;
}
main .main__scroll-text::before,
main .main__scroll-text::after {
	content: "";
	display: block;
	width: 1px;
	height: 2rem;
}
@media screen and (min-width: 768px) {
	main .main__scroll-text::before,
	main .main__scroll-text::after {
		height: 6rem;
	}
}
main .main__scroll-text::after {
	background-color: rgba(255, 255, 255, 0.3);
	margin-top: 8px;
}
main .main__scroll-text::before {
	background-color: #fff;
	-webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
	animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
	position: absolute;
	bottom: 0;
}
main .main__scroll-text.brown {
	color: #4d3a33;
}
main .main__scroll-text.brown::after {
	background-color: rgba(12, 9, 8, 0.3);
}
main .main__scroll-text.brown::before {
	background-color: #0c0908;
}
main .main__info {
	background-color: #fff;
	height: auto;
	padding: 1.2rem;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0.8;
	width: 84%;
}
main .main__info.lh {
	display: none;
}
@media screen and (min-width: 768px) {
	main .main__info.lh {
		display: block;
	}
}
@media screen and (min-width: 768px) {
	main .main__info {
		padding: 1.6rem 4.2rem;
		bottom: 4rem;
		right: 9rem;
		width: min(55%, 60rem);
		left: auto;
	}
}
main .main__info ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	justify-content: space-between;
	gap: 8px;
}
main .main__info ul li,
main .main__info ul a {
	font-size: clamp(1.2rem, 1vw + 1rem, 1.6rem);
	display: flex;
	align-items: center;
	gap: 8px;
}
main .main__info ul a {
	-webkit-text-decoration: #7a7a7a underline;
	text-decoration: #7a7a7a underline;
	color: #7a7a7a;
}
main .main__info-event {
	display: flex;
	margin-bottom: 1.2rem;
	gap: 8px;
}
@media screen and (min-width: 768px) {
	main .main__info-event {
		gap: 1.2rem;
	}
}
main .main__info-image {
	width: 8rem;
	flex-grow: 0;
	flex-shrink: 0;
}
@media screen and (min-width: 768px) {
	main .main__info-image {
		width: 12rem;
	}
}
main .main__info-image img {
	width: 100%;
}
main .main__info-detail span {
	display: block;
	font-size: clamp(1.2rem, 0.72vw, 1.4rem);
	letter-spacing: 0;
}
main .main__info-detail span:nth-child(3) {
	color: #7a7a7a;
	margin-top: 8px;
}
@media screen and (min-width: 768px) {
	main .main__info-detail span {
		letter-spacing: 2px;
	}
}
.locohouse__heading {
	margin-top: 80px;
	padding-top: clamp(3.6rem, 1vw + 1rem, 8.4rem);
	padding-right: clamp(2.4rem, 1vw + 1rem, 8.2rem);
	padding-left: clamp(2.4rem, 1vw + 1rem, 8.2rem);
	padding-bottom: clamp(3.6rem, 1vw + 1rem, 8.4rem);
}
.locohouse__no {
	font-size: clamp(1.2rem, 1vw + 1rem, 2.4rem);
	font-family: "Kumbh Sans";
}
.locohouse__title {
	font-weight: normal;
	margin: 0;
	font-size: clamp(2.2rem, 1vw + 1rem, 3.2rem);
}
.locohouse__title-sub {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: clamp(3rem, 1vw + 1rem, 4.2rem);
	line-height: clamp(3.2rem, 1vw + 1rem, 4.4rem);
	display: block;
}
.locohouse__slider {
	width: 100vw;
	overflow: hidden;
	display: none;
}
@media screen and (min-width: 768px) {
	.locohouse__slider {
		display: block;
		aspect-ratio: 16/7;
	}
}
.locohouse__slider img {
	width: 100vw;
	height: calc(100% + 5vw);
	transform: translateY(-5vw);
	background-position: bottom -5vw center;
	-o-object-fit: cover;
	object-fit: cover;
}
.locohouse__slider .swiper-slide-active img {
	-webkit-animation: slide-up 2s linear;
	animation: slide-up 2s linear;
}
.locohouse__slider-sp {
	width: 100vw;
	overflow: hidden;
	aspect-ratio: 9/14;
}
@media screen and (min-width: 768px) {
	.locohouse__slider-sp {
		display: none;
	}
}
.locohouse__slider-sp img {
	width: 100vw;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: scale(1.07);
}
.locohouse__slider-sp .swiper-slide-active img {
	width: 100vw;
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	-webkit-animation: zoom-up-sp 3s linear;
	animation: zoom-up-sp 3s linear;
}
.locohouse__sales {
	margin-top: 80px;
	overflow: hidden;
	width: min(100%, 144rem);
	margin-left: auto;
	margin-right: auto;
}
.locohouse__panel {
	width: 100%;
}
.locohouse__panel-image {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	-o-object-fit: cover;
	object-fit: cover;
}
.locohouse__panel p {
	font-size: clamp(1.3rem, 1vw + 0.5rem, 1.8rem);
}
.locohouse__panel-btn {
	width: auto;
	background-color: #e1ead7;
	font-size: clamp(1.4rem, 1vw + 1rem, 1.8rem);
	text-align: center;
	display: block;
	padding: 1rem;
	margin-top: 1.2rem;
}
.locohouse__detail {
	background-color: #f5f8f2;
	width: auto;
	padding: clamp(1.4rem, 1vw + 1rem, 2.4rem) clamp(0.8rem, 1vw + 0.5rem, 1.6rem);
}
.locohouse__detail dl {
	display: flex;
	justify-content: space-between;
	font-size: clamp(1.3rem, 2vw + 0.75rem, 1.6rem);
}
.locohouse__detail dl:first-of-type {
	margin-top: 0;
}
.locohouse__detail dl dt {
	width: 6rem;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: clamp(1.3rem, 2vw + 0.75rem, 1.6rem);
}
.locohouse__detail dl dd {
	-webkit-margin-start: 0;
	margin-inline-start: 0;
	font-size: clamp(1.3rem, 2vw + 0.75rem, 1.6rem);
}
.locohouse__detail-price {
	font-size: clamp(1.8rem, 1vw + 1rem, 2.2rem);
}
.locohouse__detail-traffic {
	font-size: clamp(1.4rem, 1vw + 0.75rem, 1.6rem);
}
.locohouse__name {
	font-size: clamp(1.3rem, 1vw + 0.75rem, 1.4rem);
	color: #7a7a7a;
	font-weight: normal;
}
.locohouse__catalogue {
	width: min(100%, 144rem);
	margin-right: auto;
	margin-left: auto;
}
.locohouse__catalogue-item {
	-moz-column-count: 2;
	column-count: 2;
}
@media screen and (min-width: 768px) {
	.locohouse__catalogue-item {
		-moz-column-count: 3;
		column-count: 3;
	}
}
@media screen and (min-width: 1024px) {
	.locohouse__catalogue-item {
		-moz-column-count: 4;
		column-count: 4;
	}
}
@media screen and (min-width: 1280px) {
	.locohouse__catalogue-item {
		-moz-column-count: 5;
		column-count: 5;
	}
}
.locohouse__catalogue-img {
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	margin-bottom: 1.6rem;
	width: 100%;
}
.locohouse__gallery {
	width: min(100%, 144rem);
	margin-right: auto;
	margin-left: auto;
}
.locohouse__gallery-item {
	-moz-column-count: 2;
	column-count: 2;
}
@media screen and (min-width: 768px) {
	.locohouse__gallery-item {
		-moz-column-count: 3;
		column-count: 3;
	}
}
@media screen and (min-width: 1024px) {
	.locohouse__gallery-item {
		-moz-column-count: 3;
		column-count: 3;
	}
}
@media screen and (min-width: 1280px) {
	.locohouse__gallery-item {
		-moz-column-count: 3;
		column-count: 3;
	}
}
.locohouse__gallery-item picture {
	width: 100%;
	height: 100%;
	display: block;
}
.locohouse__gallery-img {
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	margin-bottom: 1.6rem;
	width: 100%;
}
.locohouse__btnarea {
	text-align: center;
	margin-top: clamp(3.6rem, 1vw + 1rem, 8.4rem);
}
.locohouse__btnarea-all {
	width: auto;
	border-bottom: 1px solid #c3d425;
	font-size: clamp(2rem, 1vw + 1rem, 3.4rem);
	text-align: center;
	display: inline-block;
	padding: 1rem;
}
.locohouse__nav {
	position: relative;
	margin-top: 2.4rem;
	color: #7a7a7a;
}
.locohouse__panels {
	margin-top: 80px;
	border-bottom: 1px solid #c4c4c4;
}
@media screen and (min-width: 768px) {
	.locohouse__panels {
		width: min(100vw - 10rem, 128rem);
		margin-left: auto;
		margin-right: auto;
		display: flex;
		flex-wrap: wrap;
		gap: 4.2rem;
		margin-top: 80px;
		border-bottom: 1px solid #c4c4c4;
		justify-content: space-between;
	}
}
.locohouse__panel.gallery {
	width: calc(100vw - 5rem);
	margin: auto;
	margin-bottom: 12rem;
}
@media screen and (min-width: 768px) {
	.locohouse__panel.gallery {
		width: calc(33% - 4.2rem);
		margin: unset;
		margin-bottom: 8rem;
	}
}
.locohouse__panel.gallery .locohouse__panel-modal {
	position: relative;
	height: auto;
	aspect-ratio: 16/9;
	width: 100%;
	overflow: hidden;
}
.locohouse__panel.gallery .locohouse__panel-modal::after {
	opacity: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	position: absolute;
	transition: opacity 0.1s ease-in;
}
@media screen and (min-width: 768px) {
	.locohouse__panel.gallery .locohouse__panel-modal:hover::after {
		opacity: 1;
	}
}
.locohouse__panel.gallery .locohouse__panel-modal.show::after {
	opacity: 1;
}
.locohouse__panel.gallery .locohouse__panel-modal p {
	opacity: 0;
	transition:
		opacity 0.2s ease-in,
		top 0.2s ease-in;
	transform: translate(-50%, -50%);
	font-size: clamp(1.4rem, 1vw + 1rem, 1.8rem);
	margin-top: 0.8rem;
	position: absolute;
	align-content: center;
	top: 53%;
	left: 50%;
	display: block;
	color: #fff;
	text-align: center;
	width: 100%;
	z-index: 2;
	padding: 0 1.2rem;
}
@media screen and (min-width: 768px) {
	.locohouse__panel.gallery .locohouse__panel-modal:hover p {
		opacity: 1;
		top: 50%;
	}
}
.locohouse__panel.gallery .locohouse__panel-modal.show p {
	opacity: 1;
	top: 50%;
}
.locohouse__panel.gallery .locohouse__panel-btn {
	font-size: clamp(1.4rem, 1vw + 1rem, 1.4rem);
}
.scroll {
	background-color: #c3d425;
	width: 100%;
	height: 180vh;
	position: relative;
}
.scroll__stickey {
	position: -webkit-sticky;
	position: sticky;
}
.rent {
	background-color: #c3d425;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 100vh;
	min-height: calc(var(--vh, 1vh) * 100);
	position: relative;
}
.rent picture {
	width: clamp(23rem, 20%, 32rem);
}
.rent__image {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 768px) {
	.search__panels {
		display: flex;
		flex-wrap: wrap;
		gap: clamp(2.4rem, 1vw + 1.5rem, 4.2rem);
	}
}
@media screen and (min-width: 768px) {
	.search__panel {
		width: calc(50% - clamp(2.4rem, 1vw + 1.5rem, 4.2rem));
	}
}
@media screen and (min-width: 1280px) {
	.search__panel {
		width: calc(25% - clamp(2.4rem, 1vw + 1.5rem, 4.2rem));
	}
}
.search__panel:not(:first-of-type) {
	margin-top: 1px;
}
.search__area {
	background-color: #e1ead7;
	height: clamp(4.8rem, 2vw + 3rem, 6.2rem);
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 60%, 50% 100%, 0 60%);
	clip-path: polygon(0 0, 100% 0%, 100% 60%, 50% 100%, 0 60%);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
}
.search__area p {
	margin: 0;
	font-size: clamp(1.4rem, 2vw + 1rem, 1.8rem);
	margin-top: -8px;
}
.search__icon {
	display: flex;
	align-items: center;
	position: relative;
}
.search__icon::before,
.search__icon::after {
	content: "";
	width: 32px;
	height: 1px;
	background-color: #0c0908;
	position: absolute;
}
.search__icon::before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.search__icon::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.search__type {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}
.search__type:not(:first-of-type) {
	margin-top: 1px;
}
.search__type-btn {
	flex-basis: calc(50% - 5px);
	background-color: #efefef;
	display: flex;
	justify-content: space-between;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	margin-bottom: 10px;
}
@media screen and (min-width: 1280px) {
	.search__type-btn {
		flex-basis: 100%;
	}
}
.search__type li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}
.search__type li span {
	display: flex;
	width: 100%;
	justify-content: center;
	font-size: clamp(1.3rem, 1vw + 0.5rem, 1.8rem);
}
.search__type li svg {
	width: 32px;
	height: auto;
}
.search__btn {
	width: 100%;
	border: 0;
	background-color: #4d3a33;
	color: #fff;
	padding: 12px 8px;
}
.concept {
	text-align: center;
	line-height: 1.7;
}
.concept__heading {
	display: inline-block;
	position: relative;
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 8px;
	padding-left: clamp(4.2rem, 1vw + 1rem, 5.2rem);
	margin-left: -6px;
	margin-bottom: 3.2rem;
}
.concept__heading::before {
	left: 8px;
	top: -2rem;
	position: absolute;
	background-color: rgba(0, 0, 0, 0);
	display: inline-block;
	height: auto;
	width: clamp(2.2rem, 1vw + 1rem, 3.2rem);
	content: url(../../assets/img/concept.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
}
.concept__btn {
	padding: 0.8rem 1.2rem;
	border-bottom: 1px solid #e1ead7;
	display: inline-block;
}
.info {
	justify-content: space-between;
}
.news {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.news {
		width: 45%;
	}
}
.news__box {
	display: block;
	width: 100%;
}
.news__box img {
	width: 100%;
	aspect-ratio: 4/3;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: bottom;
	object-position: bottom;
}
.news__items {
	list-style: none;
	padding: 0;
}
.news__item {
	display: flex;
	margin-top: clamp(1.2rem, 1vw + 1rem, 2.4rem);
	width: 100%;
	margin-bottom: 2.4rem;
}
.news__data {
	display: flex;
	flex-direction: column;
	width: auto;
	align-items: center;
}
.news__badge {
	display: flex;
	background-color: #e1ead7;
	width: auto;
	height: auto;
	justify-content: center;
	align-items: center;
	font-size: clamp(1.3rem, 1vw + 0.75rem, 1.8rem);
	padding: 2px 10px;
	height: clamp(2.4rem, 1vw + 1.5rem, 4.2rem);
	width: 100%;
}
.news__date {
	font-size: clamp(1.3rem, 1vw + 0.75rem, 1.6rem);
	margin-bottom: 8px;
}
.news__detail {
	margin-left: clamp(1.2rem, 1vw + 1rem, 2.4rem);
}
.news__detail p {
	font-size: clamp(1.3rem, 1vw + 0.75rem, 2rem);
	margin: 0;
}
.news__detail p:not(:first-of-type) {
	margin-top: 2px;
}
.news__detail span {
	display: block;
}
.lococlubinfo {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.lococlubinfo {
		width: 45%;
	}
}
.lococlubinfo__items {
	list-style: none;
	padding: 0;
}
.lococlubinfo__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: 2.4rem;
}
.lococlubinfo__area {
	background-color: #e1ead7;
	margin: 0;
	padding: 8px 12px;
	width: 28rem;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.lococlubinfo__btn {
	display: inline-block;
	font-size: clamp(2rem, 1vw + 1rem, 3.4rem);
}
.lococlubinfo__btn a {
	display: block;
	padding-right: 2rem;
}
.lococlubinfo__btn-arrow {
	width: auto;
	display: flex;
}
.lococlubinfo__btn-arrow::after {
	content: "";
	width: 100%;
	height: 10px;
	border-bottom: 1px solid #c3d425;
	border-right: 1px solid #c3d425;
	transform: skew(45deg);
	left: -0.8rem;
	position: relative;
}
.pickup__panels {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.pickup__panels {
		display: flex;
		flex-wrap: wrap;
		gap: clamp(2.4rem, 2vw + 1.75rem, 4.2rem);
		width: min(100vw - 10rem, 128rem);
		margin-left: auto;
		margin-right: auto;
	}
}
.pickup__panel {
	width: 100%;
	position: relative;
}
@media screen and (min-width: 768px) {
	.pickup__panel {
		width: calc(50% - clamp(2.4rem, 2vw + 1.75rem, 4.2rem));
	}
}
@media screen and (min-width: 1280px) {
	.pickup__panel {
		width: calc(32% - 2.1rem);
	}
}
.pickup__panel:not(:first-of-type) {
	margin-top: 80px;
}
@media screen and (min-width: 768px) {
	.pickup__panel:not(:first-of-type) {
		margin-top: 0;
	}
}
.pickup__panel::after {
	content: "";
	height: 90%;
	width: calc(100vw - 4rem);
	background-color: #e1ead7;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media screen and (min-width: 768px) {
	.pickup__panel::after {
		width: 90%;
	}
}
@media screen and (min-width: 1024px) {
	.pickup__panel::after {
		width: 94%;
	}
}
.pickup__image {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: right;
}
.pickup__image .pickup__budge {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 3;
}
.pickup__budge {
	display: flex;
	background-color: #fff;
	justify-content: center;
	align-items: center;
	padding: 2px 8px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.pickup__detail {
	background-color: #e1ead7;
	margin-right: 24px;
	padding: 24px;
	padding-top: 0;
	position: relative;
	top: -4px;
}
@media screen and (min-width: 1024px) {
	.pickup__detail {
		padding: 4%;
	}
}
.pickup__detail::before {
	content: "";
	height: 160px;
	width: 100%;
	background-color: #e1ead7;
	position: absolute;
	top: -160px;
	left: 0;
}
.pickup__photo {
	width: 100%;
	height: auto;
}
.consultant__lists {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.consultant__list {
	width: calc((100% - 3.2rem) / 2);
	position: relative;
	margin-bottom: 4.2rem;
}
@media screen and (min-width: 768px) {
	.consultant__list {
		width: calc((100% - 7.2rem) / 3);
	}
}
@media screen and (min-width: 1024px) {
	.consultant__list {
		width: calc((100% - 12.6rem) / 4);
	}
}
.consultant__list img {
	width: 100%;
}
.consultant__name {
	padding: 0.8rem 1.2rem;
	background-color: #e1ead7;
	position: absolute;
	left: 0;
	bottom: -2rem;
}
.client {
	width: 100vw;
	overflow: hidden;
}
.client__panel {
	width: 100%;
}
.client__panel iframe {
	width: 100%;
	height: auto;
}
.client__image {
	width: 100%;
	aspect-ratio: 16/9;
	-o-object-fit: cover;
	object-fit: cover;
}
.client__image.single {
	width: 100%;
}
.client__title {
	background-color: #e1ead7;
	padding: 1.2rem 1.8rem;
	width: auto;
	margin-left: 3rem;
	margin-right: -3rem;
	margin-top: -2rem;
	position: relative;
	z-index: 1;
}
.client__title.single {
	margin-left: 42px;
	width: calc(100% - 42px);
}
.client__title h3,
.client__title p {
	margin: 0;
}
.info__panel {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
	.info__panel {
		margin-left: 0;
		margin-right: 0;
	}
}
.info__panel img {
	width: 100%;
}
.info__budge {
	display: flex;
	background-color: #e1ead7;
	justify-content: center;
	align-items: center;
	padding: 12px 24px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	transform: translateY(-50%);
}
.info__detail {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 768px) {
	.info__detail {
		margin-left: 3.2rem;
	}
}
.trivia__panel {
	width: 100%;
}
.trivia__link {
	width: 100%;
	height: 100%;
	display: block;
}
.trivia__link picture,
.trivia__link img {
	pointer-events: none;
}
.trivia__link picture {
	width: 100%;
	height: 100%;
	display: block;
}
.trivia__link img {
	vertical-align: bottom;
}
.trivia__link::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(12, 9, 8, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	z-index: 1;
	transition: 0.3s background-color;
}
.trivia__link:hover::before {
	background-color: rgba(0, 0, 0, 0);
}
.trivia__link::after {
	content: "";
	background-color: #fff;
	display: inline-block;
	height: clamp(3.2rem, 4vw + 1rem, 6.4rem);
	width: clamp(3.2rem, 4vw + 1rem, 6.4rem);
	-webkit-mask: url("../../assets/img/feather/play-circle.svg");
	mask: url("../../assets/img/feather/play-circle.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin-right: 4px;
	transition: background-color 0.2s mask 0.2s ease-in;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 2;
}
.trivia__thumb {
	width: 100%;
	height: auto;
	position: relative;
}
.trivia__nav {
	margin-top: 3.2rem;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: min(100vw - 10rem, 128rem);
}
.trivia__nav-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 6rem;
	margin-left: auto;
}
.trivia__nav .swiper-button-next,
.trivia__nav .swiper-button-prev {
	position: inherit;
	width: auto;
	height: auto;
	margin: 0;
	display: unset;
}
.trivia__nav .swiper-button-next::before,
.trivia__nav .swiper-button-next::after,
.trivia__nav .swiper-button-prev::before,
.trivia__nav .swiper-button-prev::after {
	color: #4d3a33;
	font-size: clamp(2.4rem, 1vw + 1.75rem, 3.2rem);
}
.trivia__movie {
	width: 80%;
	aspect-ratio: 16/9;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6.4rem 2.4rem 2.4rem;
}
.trivia__btn-close {
	width: 42px;
	height: 42px;
	background-color: inherit;
	border: none;
	position: absolute;
	top: -6.4rem;
	right: -2.4rem;
	cursor: pointer;
	margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
	.trivia__btn-close {
		width: 6.4rem;
		height: 6.4rem;
	}
}
.trivia__btn-close span {
	display: block;
	width: 26px;
	height: 1px;
	background-color: #4d3a33;
}
@media screen and (min-width: 768px) {
	.trivia__btn-close span {
		width: 3.2rem;
	}
}
.trivia__btn-close span:first-child {
	transform: rotate(45deg);
}
.trivia__btn-close span:last-child {
	transform: rotate(-45deg);
}
.lococlub__banner {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.lococlub__desc {
		margin-right: 3.2rem;
	}
}
.banner {
	margin-top: 80px;
	justify-content: space-between;
	gap: 8rem;
}
.banner__ryosuke {
	width: 100%;
	margin-right: 0;
}
@media screen and (min-width: 768px) {
	.banner__ryosuke {
		margin-right: 1.6rem;
	}
}
.banner__other {
	width: 100%;
	margin-left: 0;
}
@media screen and (min-width: 768px) {
	.banner__other {
		margin-left: 1.6rem;
	}
}
.banner__other-img {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 69.3333333%;
}
.footer {
	background-color: #c3d425;
	margin-top: 80px;
	padding-bottom: 64px;
	position: relative;
	z-index: 3;
}
.footer__sns {
	list-style: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 24rem;
	padding: 0;
	padding-top: clamp(3.2rem, 4vw + 2rem, 6.4rem);
	margin: auto;
}
.footer__sns img {
	width: 32px;
	height: auto;
}
.footer__logo {
	width: clamp(24rem, 20%, 32rem);
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(3.2rem, 1vw + 2rem, 6.4rem);
}
.footer__logo picture {
	display: flex;
	justify-content: center;
}
.footer__logo img {
	width: 100%;
}
.footer__link {
	margin-top: clamp(4.2rem, 1vw + 3rem, 6.4rem);
	list-style: none;
	color: #4d3a33;
}
@media screen and (min-width: 768px) {
	.footer__link {
		display: flex;
		flex-wrap: wrap;
	}
}
@media screen and (min-width: 1024px) {
	.footer__link {
		flex-wrap: nowrap;
	}
}
.footer__link div[class^="footer__"] {
	width: 100%;
	border-right: 0;
	border-bottom: 1px solid #000;
	padding-right: 0;
	padding-bottom: clamp(3.2rem, 1vw + 2.25rem, 4.2rem);
}
@media screen and (min-width: 1024px) {
	.footer__link div[class^="footer__"] {
		border-right: 1px solid #4d3a33;
		padding-left: clamp(1.6rem, 1vw + 1rem, 3.2rem);
		padding-right: clamp(3.2rem, 1vw + 2.25rem, 4.2rem);
		border-bottom: 0;
		padding-bottom: 0;
	}
	.footer__link div[class^="footer__"]:first-child {
		border-left: 1px solid #0c0908;
	}
}
.footer__link a {
	color: #4d3a33;
}
.footer__link ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer__link ul ul {
	margin-left: 16px;
}
.footer__link ul li {
	line-height: 1.6;
	font-size: clamp(1.3rem, 2vw + 0.75rem, 2rem);
}
.footer__link ul li::before {
	content: "";
	background-color: #4d3a33;
	display: inline-block;
	height: 16px;
	width: 16px;
	-webkit-mask: url("../../assets/img/feather/chevron-right.svg");
	mask: url("../../assets/img/feather/chevron-right.svg");
	-webkit-mask-size: cover;
	mask-size: cover;
	vertical-align: middle;
	margin-right: 4px;
	transition: background-color 0.2s mask 0.2s ease-in;
}
.footer__copyright {
	text-align: center;
	margin-top: 4.2rem;
}
.relation__panel {
	position: relative;
	width: 100%;
}
.relation__panel::after {
	content: "";
	height: 90%;
	width: 90%;
	background-color: #e1ead7;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media screen and (min-width: 768px) {
	.relation__panel::after {
		width: 90%;
	}
}
@media screen and (min-width: 1024px) {
	.relation__panel::after {
		width: 94%;
	}
}
.relation__header {
	display: flex;
	align-items: center;
}
.relation__header::after {
	content: "";
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #0c0908;
	margin-left: 2.4rem;
}
.relation__header-text {
	flex-grow: 0;
	flex-shrink: 0;
}
.relation__budge {
	display: flex;
	justify-content: center;
	align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: -1px;
}
.relation__image {
	width: 90%;
	height: auto;
	position: relative;
	margin-left: auto;
	aspect-ratio: 4/3;
}
.relation__image .relation__budge {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 3;
}
.relation__image picture {
	width: 100%;
	height: 100%;
}
.relation__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.relation__detail {
	width: 90%;
	padding: 5% 10%;
	position: relative;
	z-index: 1;
}
.relation__detail p {
	margin-bottom: 0;
}
.contact__panels {
	gap: 6.4rem;
	flex-flow: row-reverse;
	align-items: flex-start;
}
.contact__panel {
	background-color: #e1ead7;
	padding: clamp(1.2rem, 1vw + 1rem, 2.4rem) clamp(2.4rem, 1vw + 1.5rem, 4.2rem);
	position: relative;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.contact__panel {
		top: 12rem;
		position: -webkit-sticky;
		position: sticky;
		width: calc(45% - 3.2rem);
		flex-grow: 0;
		flex-shrink: 0;
	}
}
.contact__panel img {
	width: 100%;
}
.contact__price {
	border-bottom: 1px solid #c4c4c4;
	display: flex;
	gap: 2.4rem;
}
.contact__detail {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.contact__detail dt {
	font-weight: bold;
	flex-basis: 7ch;
	flex-grow: 0;
	flex-shrink: 0;
}
.contact__detail dd {
	-webkit-margin-start: 24px;
	margin-inline-start: 24px;
	flex-basis: calc(100% - (7ch + 24px));
}
.contact__forms {
	width: 100%;
}
.contact__form {
	margin-top: 80px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.contact__form {
		margin-top: 0;
	}
}
.contact__form dt {
	font-weight: 500;
}
.contact__form dt:not(:first-of-type) {
	margin-top: 42px;
}
.contact__form dd {
	margin-left: 0;
	margin-top: 16px;
}
.contact__form-budge {
	font-size: clamp(1.2rem, 1vw + 0.75rem, 1.3rem);
	background-color: #b63b40;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 2px 6px;
	color: #fff;
	margin-left: 8px;
}
.contact__check span {
	margin: 0;
}
.contact__w-100 span {
	width: 100%;
}
.contact__w-50 > span {
	width: 50%;
}
.searchmenu.fixed {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	transform: translateY(100vh);
	background-color: #fff;
	transition: transform 0.3s;
	will-change: transform;
	overflow-y: scroll;
	z-index: 97;
}
.searchmenu.show {
	transform: none;
	transition: transform 0.3s;
	will-change: transform;
	transform: translateY(0);
}
.searchmenu__content {
	height: auto;
	margin-bottom: 96px;
	position: relative;
	padding-bottom: clamp(14.4rem, 8vw + 4rem, 16rem);
}
.searchmenu form {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
}
.searchmenu fieldset {
	margin-top: 42px;
	border: 0;
	display: flex;
	padding: 0;
}
.searchmenu legend {
	margin-bottom: 16px;
	font-weight: bold;
}
.searchmenu__w-50 {
	display: flex;
	flex-wrap: wrap;
}
.searchmenu__w-50 label {
	flex-grow: 1;
	max-width: 100%;
	min-width: 50%;
}
.searchmenu__search {
	display: flex;
}
.searchmenu input[type="submit"] {
	margin-top: 24px;
}
.searchmenu__btn-close {
	width: 6.4rem;
	height: 6.4rem;
	background-color: inherit;
	border: none;
	position: fixed;
	bottom: 0;
	right: 0;
	cursor: pointer;
	margin-bottom: 1em;
	z-index: 99;
	margin-bottom: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	.searchmenu__btn-close {
		width: 6.4rem;
		height: 6.4rem;
	}
}
.searchmenu__btn-close span {
	display: block;
	width: 26px;
	height: 1px;
	background-color: #4d3a33;
}
@media screen and (min-width: 768px) {
	.searchmenu__btn-close span {
		width: 3.2rem;
	}
}
.searchmenu__btn-close span:first-child {
	transform: rotate(45deg);
	top: 1px;
	position: relative;
}
.searchmenu__btn-close span:last-child {
	transform: rotate(-45deg);
}
.blog__items {
	padding: 0;
}
.blog__item {
	margin-top: clamp(4.2rem, 4vw + 1.75rem, 6rem);
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
	.blog__item {
		flex-wrap: nowrap;
	}
}
.blog__item p {
	margin-top: 0;
}
.blog__thumb {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.blog__thumb {
		width: auto;
	}
}
.blog__img {
	width: 100%;
	aspect-ratio: 16/9;
}
@media screen and (min-width: 768px) {
	.blog__img {
		width: 24rem;
	}
}
.blog__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.blog__date {
	font-size: clamp(1.3rem, 1vw + 1rem, 2rem);
	margin-bottom: 1.2rem;
	display: inline-block;
}
.blog__budge {
	display: flex;
	gap: 4px;
}
.blog__budge-list {
	font-size: clamp(1.2rem, 1vw + 0.75rem, 1.4rem);
	background-color: #e1ead7;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 4px 8px 3px;
	display: flex;
	align-items: center;
}
.blog__detail {
	width: 100%;
	margin-top: clamp(1.2rem, 1vw + 1rem, 2.4rem);
}
@media screen and (min-width: 768px) {
	.blog__detail {
		width: auto;
		margin-top: 0;
		margin-left: clamp(1.2rem, 1vw + 1rem, 2.4rem);
	}
}
.blog__detail h3 {
	font-size: clamp(2rem, 1vw + 1rem, 2.8rem);
	margin-bottom: 0;
}
.blog__detail p {
	margin-top: 0;
	font-size: clamp(1.3rem, 1vw + 0.75rem, 2rem);
}
.blog__detail span {
	font-size: clamp(1.3rem, 1vw + 0.25rem, 2rem);
}
.headermenu {
	transform: translateX(100vw);
	transition: transform 0.3s;
	overflow-y: scroll;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
	background-color: #fff;
}
.headermenu.show {
	transform: none;
}
.headermenu__concept {
	padding-top: 32px;
	padding-bottom: clamp(14.4rem, 8vw + 4rem, 16rem);
}
.headermenu__concept-banner img {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 1.6rem;
}
.headermenu__concept-lh {
	display: flex;
	align-items: center;
	padding: clamp(1.2rem, 1vw + 1rem, 2.4rem);
	background-color: #f5f8f2;
	margin-bottom: 1.6rem;
	gap: 1.6rem;
}
.headermenu__concept-lh picture {
	width: max(25%, 6.8rem);
}
.headermenu__concept-lh img {
	width: 100%;
	min-width: 7rem;
	max-width: 12rem;
}
.headermenu__concept-title {
	font-size: clamp(1.8rem, 1vw + 1rem, 2.2rem);
	width: 100%;
}
@media screen and (min-width: 375px) {
	.headermenu__concept-title {
		width: auto;
	}
}
@media screen and (min-width: 640px) {
	.headermenu__concept-title {
		width: 100%;
	}
}
.headermenu__concept-sub {
	font-size: clamp(2.2rem, 2vw + 1rem, 2.6rem);
	display: block;
}
@media screen and (min-width: 375px) {
	.headermenu__concept-sub {
		display: inline;
	}
}
@media screen and (min-width: 640px) {
	.headermenu__concept-sub {
		display: block;
	}
}
.headermenu__concept-search {
	margin-top: 80px;
}
@media screen and (min-width: 1024px) {
	.headermenu__concept-search {
		margin-top: 0;
	}
}
.headermenu__concept-search p {
	text-align: center;
}
.headermenu__concept-area {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
.headermenu__concept-area li {
	width: 100%;
	background-color: #e1ead7;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px;
	border-right: 1px solid #fff;
	cursor: pointer;
}
.headermenu__concept-area li span {
	text-align: center;
	pointer-events: none;
}
.headermenu__concept-area li.active {
	background-color: #f5f8f2;
	transition: background-color 0.3s;
}
.headermenu__concept-content {
	background-color: #f5f8f2;
	padding: 24px 32px;
}
.headermenu__concept-type {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.headermenu__concept-btn {
	width: 100%;
	margin-bottom: 12px;
}
.headermenu__concept-btn li {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 32px;
	background-color: #fff;
}
.headermenu__concept-btn li svg {
	width: 32px;
	height: auto;
}
.headermenu__concept-btn li span {
	display: flex;
	width: 100%;
	justify-content: center;
}
.headermenu__concept-keyword {
	margin-top: 80px;
}
.headermenu__concept-conv {
	margin-top: 80px;
	gap: 1.6rem;
}
.headermenu__concept-conv .phone,
.headermenu__concept-conv .form {
	background-color: #c3d425;
	display: block;
	width: 100%;
	margin-bottom: 12px;
}
.headermenu__concept-conv .phone a,
.headermenu__concept-conv .form a {
	color: #4d3a33;
}
.headermenu__concept-conv .phone {
	padding: 6px 24px;
	font-family: "Kumbh Sans";
	font-weight: 300;
	display: flex;
	flex-direction: column;
}
.headermenu__concept-conv .phone .num {
	font-size: 32px;
}
.headermenu__concept-conv .phone span {
	display: block;
}
.headermenu__concept-conv .form {
	display: flex;
	align-items: center;
	padding: 12px 24px;
}
.headermenu__concept-conv .form a {
	display: flex;
	align-items: center;
}
.headermenu__concept-conv .form span {
	display: block;
	width: 100%;
	font-size: 24px;
}
.headermenu__concept-conv .form i {
	font-size: 24px;
	margin-right: 16px;
}
.headermenu__left {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	flex-grow: 0;
	flex-shrink: 0;
}
@media screen and (min-width: 768px) {
	.headermenu__left {
		width: max(38%, 23rem);
	}
}
.headermenu__right {
	width: 100%;
}
.headermenu__search {
	gap: clamp(3.2rem, 5vw + 2.75rem, 8rem);
	margin-top: 4rem;
}
@media screen and (min-width: 768px) {
	.closed {
		display: none;
	}
}
.closed__lh {
	margin-bottom: 2.4rem;
}
.closed__lh-panels {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.closed__lh-panel {
	width: 100%;
	background-color: #e1ead7;
	padding: 6%;
	margin-bottom: 2.4rem;
}
.closed__lh-panel h5 {
	margin: 0;
}
.closed__lh-panel p {
	margin-bottom: 2.4rem;
}
.closed__lh-budge {
	display: block;
	font-size: clamp(1.3rem, 2vw + 0.75rem, 1.4rem);
	padding-bottom: 6px;
}
.closed__lh-budge i {
	color: #b63b40;
	margin-right: 4px;
}
.closed__lh-icon {
	font-size: clamp(1.2rem, 1vw + 0.75rem, 1.4rem);
	background-color: #f5f8f2;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 4px 8px 3px;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
}
.closed__lh-nav {
	bottom: 0;
}
.closed__lh-nav .swiper-pagination-bullet-active {
	background-color: #7a7a7a;
}
.closed__list {
	width: 100%;
	height: auto;
	position: relative;
}
.closed__list img {
	width: 100%;
	height: auto;
}
.estate__image {
	width: 100%;
}
.estate__images {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.estate__photo {
	width: 42px;
}
.estate__point {
	list-style: none;
	padding: 0;
}
.estate__point li {
	display: flex;
}
.estate__point li:not(:first-of-type) {
	margin-top: 4px;
}
.estate__point-icon {
	stroke: #b63b40;
	width: clamp(2rem, 1vw + 1.5rem, 3.2rem);
	height: auto;
	margin-right: 8px;
	flex-grow: 0;
	flex-shrink: 0;
}
.estate__detail {
	background-color: #e1ead7;
	margin-top: 80px;
}
@media screen and (min-width: 768px) {
	.estate__detail {
		width: min(100vw - 10rem, 128rem);
		margin-left: auto;
		margin-right: auto;
	}
}
.estate__detail .font__num {
	font-size: clamp(3rem, 3vw + 1rem, 5.2rem);
	margin-right: clamp(0.8rem, 1vw + 0.5rem, 1.6rem);
}
.estate__detail .font__small {
	font-size: clamp(1.3rem, 2vw + 0.75rem, 2.4rem);
}
.estate__buttons {
	padding-top: clamp(3.2rem, 4vw + 2rem, 6.4rem);
	padding-left: clamp(3.2rem, 4vw + 2rem, 6.4rem);
	padding-right: clamp(3.2rem, 4vw + 2rem, 6.4rem);
	padding-bottom: 8px;
	overflow-x: auto;
	white-space: nowrap;
	position: relative;
	overflow-y: hidden;
}
.estate__buttons::after {
	content: "";
	width: 100%;
	border-bottom: 1px solid #c4c4c4;
	position: absolute;
	bottom: 1px;
	left: 0;
}
.estate__tab {
	padding-bottom: 8px;
}
.estate__tab:not(:last-of-type) {
	margin-right: 32px;
}
.estate__price {
	display: flex;
	width: auto;
	margin-left: 2.4rem;
	margin-top: 2.4rem;
	gap: 1.6rem;
}
.estate__price div:nth-of-type(2) {
	margin-left: 2.4rem;
}
.estate__price p {
	margin: 0;
}
.estate__info {
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	padding-bottom: 54px;
	gap: 4.2rem;
}
@media screen and (min-width: 768px) {
	.estate__info {
		display: flex;
		flex-wrap: wrap;
	}
}
.estate__info div {
	border-bottom: 1px solid #c4c4c4;
	padding: 18px 24px;
	display: flex;
}
@media screen and (min-width: 768px) {
	.estate__info div {
		width: calc(50% - 4.2rem);
	}
}
.estate__info dt {
	width: clamp(9rem, 8vw + 5rem, 14rem);
	font-weight: 500;
	flex-grow: 0;
	flex-shrink: 0;
}
.estate__info dd {
	margin-left: 24px;
	font-weight: 300;
}
.estate__btn {
	display: flex;
	flex-wrap: wrap;
	gap: 2.4rem;
}
@media screen and (min-width: 768px) {
	.estate__btn {
		flex-wrap: nowrap;
	}
}
.estate__btn-area {
	width: 100%;
}
.estate__btn-tel,
.estate__btn-mail {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding: 1.2rem 2.4rem;
	max-height: 9rem;
}
.estate__btn-tel .num {
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 3px;
	font-size: clamp(2.4rem, 3vw + 1rem, 3rem);
}
.estate__btn-tel .num i {
	font-size: clamp(2rem, 3vw + 1rem, 2.6rem);
	margin-right: 0.8rem;
}
.estate__btn-tel span {
	display: block;
}
.estate__btn-mail {
	font-size: clamp(2.2rem, 1vw + 1rem, 4rem);
}
.estate__btn-mail i {
	color: #fff;
	margin-right: 0.8rem;
}
.estate__url {
	margin-top: 2.4rem;
	font-size: clamp(1.4rem, 1vw + 1rem, 2.2rem);
	text-align: right;
}
.estate__url i {
	color: #0c0908;
	margin-right: 0.8rem;
}
.estate__map,
.estate__facility,
.estate__around {
	width: 100%;
	padding-top: 24px;
	padding-bottom: 24px;
	margin-left: auto;
	margin-right: auto;
}
.estate__gallery {
	margin-top: 24px;
	position: relative;
	overflow: hidden;
	width: calc(100vw - 5rem);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
	.estate__gallery {
		width: min(100vw - 10rem, 128rem);
	}
}
.estate__gallery img {
	width: 100%;
	aspect-ratio: 4/3;
	-o-object-fit: contain;
	object-fit: contain;
}
.estate__gallery-nav {
	width: calc(100vw - 5rem);
}
@media screen and (min-width: 768px) {
	.estate__gallery-nav {
		width: min(100vw - 10rem, 128rem);
	}
}
.estate__gallery-nav img {
	width: 100%;
	cursor: pointer;
	aspect-ratio: 4/3;
	-o-object-fit: contain;
	object-fit: contain;
}
.estate__gallery-info {
	display: flex;
	align-items: center;
}
.estate__gallery-info svg {
	margin-right: 0.8rem;
}
.estate__gallery .swiper-button-prev,
.estate__gallery .swiper-rtl .swiper-button-next {
	left: 6px;
}
.estate__gallery .swiper-button-next:after,
.estate__gallery .swiper-button-prev:after {
	font-size: 24px;
	color: #0c0908;
}
.estate__facility {
	font-family: "Noto Sans JP", sans-serif;
}
.estate__facility ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.estate__facility ul li {
	margin-right: 16px;
	margin-bottom: 16px;
	background-color: #fff;
	border-radius: 2px;
	padding: 4px 12px;
	font-weight: 300;
	font-size: 14px;
}
.estate__relation {
	width: 100%;
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.estate__relation {
		width: min(100vw - 10rem, 128rem);
		margin-left: auto;
		margin-right: auto;
	}
}
.estate__map-data {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/6;
}
.estate__around {
	margin: 0;
	background-color: #fff;
	padding: 16px;
	margin-top: 16px;
	list-style: none;
	line-height: 1.4;
}
.searchpage__detail {
	background-color: #efefef;
}
.searchpage__conditions {
	padding: clamp(1.2rem, 1vw + 1rem, 2.4rem);
	border-bottom: 1px solid #fff;
}
.searchpage__conditions-title {
	margin: 0;
}
.searchpage__conditions-detail {
	font-size: 14px;
	padding: clamp(1.2rem, 1vw + 1rem, 2.4rem);
	border-bottom: 1px solid #fff;
}
.searchpage__conditions-badge {
	background-color: #fff;
	border-radius: 2px;
	padding-left: 6px;
	padding-right: 6px;
}
.searchpage__conditions-badge:not(:first-of-type) {
	margin-left: 8px;
}
.searchpage__conditions-count {
	padding: clamp(1.2rem, 1vw + 1rem, 2.4rem);
}
.searchpage__conditions-count p {
	margin: 0;
}
.searchpage__conditions-num {
	font-family: "Kumbh Sans";
	font-weight: 300;
	font-size: clamp(1.8rem, 1vw + 1rem, 3rem);
}
.searchpage__panels {
	margin-top: 80px;
	border-bottom: 1px solid #c4c4c4;
}
@media screen and (min-width: 768px) {
	.searchpage__panels {
		width: min(100vw - 10rem, 128rem);
		margin-left: auto;
		margin-right: auto;
		display: flex;
		flex-wrap: wrap;
		gap: 24px;
	}
}
.searchpage__panel {
	width: 100%;
	position: relative;
	margin-bottom: 4.2rem;
}
@media screen and (min-width: 768px) {
	.searchpage__panel {
		width: calc(50% - clamp(2.4rem, 2vw + 1.75rem, 4.2rem));
	}
}
@media screen and (min-width: 1280px) {
	.searchpage__panel {
		width: calc(32% - 2.1rem);
	}
}
.searchpage__panel:not(:first-of-type) {
	margin-top: 80px;
}
@media screen and (min-width: 768px) {
	.searchpage__panel:not(:first-of-type) {
		margin-top: 0;
	}
}
.searchpage__panel::after {
	content: "";
	height: 90%;
	width: calc(100vw - 4rem);
	background-color: #e1ead7;
	position: absolute;
	bottom: 0;
	left: 0;
}
@media screen and (min-width: 768px) {
	.searchpage__panel::after {
		width: 90%;
	}
}
@media screen and (min-width: 1024px) {
	.searchpage__panel::after {
		width: 94%;
	}
}
.searchpage__panel.gallery {
	width: calc(100vw - 5rem);
	margin: auto;
	margin-bottom: 6.4rem;
}
@media screen and (min-width: 768px) {
	.searchpage__panel.gallery {
		width: calc(33% - 2.4rem);
		margin: unset;
	}
}
.searchpage__panel.gallery::after {
	content: none;
}
.searchpage__feature {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.searchpage__feature-panel {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	width: 100vw;
	height: 60vw;
	position: relative;
}
@media screen and (min-width: 768px) {
	.searchpage__feature-panel {
		margin-left: 0;
		margin-right: 0;
		width: calc(50% - 24px);
		height: 20rem;
	}
}
@media screen and (min-width: 1024px) {
	.searchpage__feature-panel {
		width: 30%;
	}
}
.searchpage__feature-link {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
.searchpage__feature-link:hover::after {
	background-color: rgba(0, 0, 0, 0);
}
.searchpage__feature-link img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.searchpage__feature-header {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #e1ead7;
	padding: 4px 8px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
}
.inquiry__estate {
	background-color: #e1ead7;
	width: 100%;
	padding: 16px;
}
.archive__image {
	width: calc(100vw - 4rem);
	position: relative;
	margin-left: auto;
}
@media screen and (min-width: 768px) {
	.archive__image {
		width: 90%;
	}
}
@media screen and (min-width: 1024px) {
	.archive__image {
		width: 94%;
	}
}
.archive__image picture {
	width: 100%;
	height: 100%;
}
.archive__image picture img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.archive__image .archive__budge {
	top: 0;
	right: 0;
	position: absolute;
	z-index: 3;
}
.archive__image-info {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: clamp(1.3rem, 1vw + 0.75rem, 1.4rem);
	padding-top: 4px;
}
.archive__image-info svg {
	width: 1.8rem;
}
.archive__budge {
	display: flex;
	margin-top: -1px;
	gap: 4px;
}
.archive__budge-list {
	font-size: clamp(1.2rem, 1vw + 0.75rem, 1.4rem);
	background-color: #f5f8f2;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 4px 8px 3px;
	display: flex;
	align-items: center;
}
.archive__slide {
	width: 100%;
	height: auto;
	overflow: hidden;
	aspect-ratio: 4/3;
	position: relative;
}
.archive__slide-items {
	transition-timing-function: cubic-bezier(0.53, 0.07, 0.57, 0.8);
	transition-delay: 0.8s;
}
.archive__slide-item .swiper-slide {
	display: flex;
	align-items: center;
	background-color: #fff;
}
.archive__detail {
	width: calc(100vw - 4rem);
	padding: clamp(2.4rem, 2vw + 1.75rem, 4.2rem) 4rem;
	position: relative;
	z-index: 1;
}
@media screen and (min-width: 768px) {
	.archive__detail {
		padding: 10%;
		width: 90%;
	}
}
@media screen and (min-width: 1024px) {
	.archive__detail {
		width: 94%;
		padding: 6%;
	}
}
.archive__detail p {
	margin-bottom: 0;
	font-size: clamp(1.4rem, 1vw + 1rem, 1.8rem);
}
.archive__num {
	white-space: nowrap;
	letter-spacing: 1px;
}
.archive__num__text {
	font-family: brandon-grotesque, "Kumbh Sans", sans-serif;
	font-weight: 400;
	font-size: clamp(2rem, 2vw + 1rem, 3.2rem);
}
.archive__nav {
	display: flex;
	justify-content: right;
}
.archive__nav span {
	background-color: #c4c4c4;
}
.archive__nav span[aria-current="true"] {
	background-color: #fff;
}
.archive__title {
	font-size: 1.4rem;
	margin-top: 2.6rem;
	display: block;
}
.single__locohouse-slide {
	width: 100%;
	height: 80vh;
	overflow: hidden;
	position: relative;
}
.single__locohouse-slide picture {
	height: 100%;
}
.single__locohouse-slide__btn::after {
	font-size: 24px;
	color: #fff;
}
.single__locohouse-slide .locohouse__panel-image {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.single__locohouse-movie {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.single__locohouse-movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single__locohouse-box {
	display: flex;
	flex-wrap: wrap;
	gap: 42px;
}
.single__locohouse-gallery {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.single__locohouse-gallery {
		width: calc(60% - 21px);
	}
}
.single__locohouse-gallery .estate__gallery {
	width: 100%;
}
.single__locohouse-gallery .estate__gallery img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.single__locohouse-gallery .estate__gallery-nav {
	width: 100%;
	margin-top: 24px;
}
.single__locohouse-gallery .estate__gallery-nav img {
	width: 100%;
	aspect-ratio: 4/3;
	-o-object-fit: contain;
	object-fit: contain;
}
.single__locohouse-plan {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.single__locohouse-plan {
		width: calc(40% - 21px);
	}
}
.single__locohouse-plan img {
	width: 100%;
	height: auto;
}
.single__locohouse-header {
	margin-top: -64px;
	position: relative;
	z-index: 1;
	background-color: #e1ead7;
	padding: clamp(1.2rem, 1vw + 0.75rem, 2.4rem) clamp(2.4rem, 2vw + 1.75rem, 4.2rem);
	margin-left: auto;
	width: min(100% - 2rem, 64rem);
	font-size: clamp(2rem, 1vw + 1.5rem, 2.8rem);
}
.client__content {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
}
.client__content img {
	max-width: 100%;
	max-height: 90vh;
}
.client .attachment-post-thumbnail {
	position: relative;
}
.client__catch-image img {
	width: 100%;
	max-height: 90vh;
	-o-object-fit: cover;
	object-fit: cover;
}
.client__catch-header {
	margin-top: clamp(-3.2rem, 2vw + 2.5rem, -6.4rem);
	position: relative;
	z-index: 1;
	background-color: #e1ead7;
	padding: clamp(0.6rem, 1vw + 0.25rem, 1.2rem) clamp(1.2rem, 1vw + 0.75rem, 2.4rem);
	margin-left: auto;
	width: min(100% - 2rem, 64rem);
	font-size: clamp(1.6rem, 1vw + 1.25rem, 3rem);
}
.client__consultant {
	margin-top: 80px;
}
.client__consultant-image {
	width: 20rem;
	height: auto;
}
.client__consultant-list {
	position: relative;
}
.client__consultant-name {
	padding: 0.8rem 1.2rem;
	background-color: #e1ead7;
	position: absolute;
	left: 0;
	bottom: 0;
}
.client__nav {
	gap: 3.2rem;
}
.client__prev,
.client__next {
	width: 50%;
	display: flex;
	gap: 2.4rem;
}
.client__prev figure,
.client__next figure {
	margin: 0;
	width: 30%;
	flex-shrink: 0;
	flex-grow: 0;
}
.client__prev img,
.client__next img {
	width: 100%;
	aspect-ratio: 16/9;
	-o-object-fit: cover;
	object-fit: cover;
}
.client__prev p,
.client__next p {
	margin: 0;
}
.client__next {
	text-align: right;
	flex-direction: row-reverse;
}
.singleblog {
	width: 100%;
}
.singleblog p {
	font-size: clamp(1.4rem, 1vw + 1rem, 1.8rem);
	line-height: 1.7;
}
.singleblog__content {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	margin-top: clamp(4rem, 4vw + 2.25rem, 8rem);
}
.singleblog__content img {
	max-width: 100%;
}
.singleblog__content__budge {
	display: flex;
	gap: 4px;
}
.singleblog__content__budge-list {
	font-size: clamp(1.2rem, 1vw + 0.75rem, 1.4rem);
	background-color: #e1ead7;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 4px 8px 3px;
	display: flex;
	align-items: center;
}
.singleblog a {
	text-decoration: underline;
	color: #7a7a7a;
}
.page__content {
	margin-top: 80px;
}
.page__content-padding {
	padding: clamp(2.4rem, 1vw + 1rem, 4.2rem) clamp(4.2rem, 1vw + 1.5rem, 8.4rem);
}
.singleconsultant.wrap {
	width: 100%;
	margin-top: 0;
}
@media screen and (min-width: 768px) {
	.singleconsultant.wrap {
		width: min(100vw - 10rem, 128rem);
		margin-left: auto;
		margin-right: auto;
		margin-top: clamp(8rem, 8vw + 4rem, 12.8rem);
	}
}
.singleconsultant__box {
	width: calc(100vw - 5rem);
	margin-left: auto;
	margin-right: auto;
	margin-top: clamp(4rem, 8vw + 4rem, 8rem);
}
@media screen and (min-width: 768px) {
	.singleconsultant__box {
		margin-left: 3.2rem;
		margin-top: 0;
		width: auto;
	}
}
.singleconsultant__heading {
	color: #7a7a7a;
}
.singleconsultant__img {
	width: 100%;
	aspect-ratio: 4/5;
	-o-object-fit: cover;
	object-fit: cover;
}
@media screen and (min-width: 768px) {
	.singleconsultant__img {
		aspect-ratio: auto;
		width: 100%;
	}
}
.singleconsultant__message {
	line-height: 1.6;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
}
.singleconsultant__movie {
	cursor: pointer;
	position: relative;
}
.singleconsultant__movie video {
	width: 100%;
}
.singleconsultant__movie-box {
	position: relative;
}
.singleconsultant__movie-box.wrap {
	margin-top: clamp(4rem, 8vw + 4rem, 8rem);
}
.singleconsultant__movie video {
	vertical-align: bottom;
}
.singleconsultant__movie::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
	background-size: 100%;
	top: 0;
}
.singleconsultant__catch {
	position: absolute;
	bottom: clamp(1rem, 1vw + 0.5rem, 2rem);
	right: clamp(2rem, 1vw + 1.75rem, 3rem);
	color: #fff;
	z-index: 3;
}
.singleconsultant__catch p {
	margin-bottom: clamp(0rem, 1vw, 1.2rem);
}
.singleconsultant__catch-bottom {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.singleconsultant__catch-bottom span {
	margin-right: clamp(1.2rem, 1vw + 1rem, 2.4rem);
}
.singleconsultant__catch-bottom svg {
	width: clamp(1.2rem, 1vw + 1rem, 2.4rem);
}
.singleconsultant__modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(12, 9, 8, 0.8);
	z-index: 100;
}
.singleconsultant__modal-box {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.singleconsultant__modal-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.singleconsultant__modal .modal__contents {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	margin: 0 auto;
	position: relative;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.singleconsultant__modal .modal__contents {
		width: min(100vw - 10rem, 128rem);
	}
}
.singleconsultant__btn-close {
	width: 42px;
	height: 42px;
	border: none;
	position: absolute;
	top: 3rem;
	right: 1rem;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
}
.singleconsultant__btn-close span {
	width: 100%;
	height: 2px;
	background-color: #fff;
	display: block;
	transform: rotate(45deg);
}
.singleconsultant__btn-close span:last-child {
	transform: rotate(-45deg);
}
.singleconsultant__btn-close svg {
	color: #fff;
	width: 42px;
	height: 42px;
}
.archiveblog__items {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 4.2rem;
	justify-content: space-between;
}
.archiveblog__item {
	margin-top: clamp(1.2rem, 1vw + 1rem, 2.4rem);
	width: 100%;
	display: block;
}
@media screen and (min-width: 640px) {
	.archiveblog__item {
		width: calc(50% - 2.1rem);
	}
}
@media screen and (min-width: 1024px) {
	.archiveblog__item {
		width: calc(31% - 2.1rem);
	}
}
.archiveblog__item p {
	margin-top: 0;
}
.archiveblog__thumb {
	width: 100%;
	aspect-ratio: 16/9;
}
.archiveblog__thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.archiveblog__date {
	font-size: clamp(1.3rem, 1vw + 1rem, 1.4rem);
	margin-top: 1.2rem;
	display: inline-block;
	color: #c4c4c4;
}
.archiveblog__budge {
	display: flex;
	gap: 4px;
}
.archiveblog__budge-list {
	font-size: clamp(1.2rem, 1vw + 0.75rem, 1.4rem);
	background-color: #e1ead7;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 4px 8px 3px;
	display: flex;
	align-items: center;
}
.archiveblog__budge a {
	text-decoration: none;
	color: #0c0908;
}
.archiveblog__heading {
	font-size: clamp(1.8rem, 1vw + 1rem, 2rem);
	letter-spacing: 0.8px;
}
.archiveblog__detail p {
	margin-top: 0;
	font-size: clamp(1.3rem, 1vw + 0.75rem, 1.6rem);
	color: #7a7a7a;
	letter-spacing: 2.4px;
}
.archiveblog__detail span {
	font-size: clamp(1.3rem, 1vw + 0.25rem, 2rem);
}
.archiveclient__panels {
	display: flex;
	flex-wrap: wrap;
	gap: 8rem;
}
.archiveclient__panel {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.archiveclient__panel {
		width: calc(33% - 8rem);
	}
}
.archiveclient__panel h3 {
	font-size: clamp(1.6rem, 1vw + 1rem, 1.8rem);
}
.archiveclient__panel span {
	display: block;
	font-size: clamp(1.3rem, 1vw + 0.75rem, 1.6rem);
	color: #4d3a33;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
}
.archiveclient__panel span:first-of-type {
	margin-bottom: 1.2rem;
}
.archiveclient__panel img {
	width: 100%;
	aspect-ratio: 16/9;
	-o-object-fit: cover;
	object-fit: cover;
}
.archiveconsultant {
	margin-bottom: 6.4rem;
}
.archiveconsultant__lists {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	justify-content: space-between;
}
.archiveconsultant__list {
	width: calc(50% - 1.6rem);
	position: relative;
	margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
	.archiveconsultant__list {
		width: calc(30% - 3.2rem);
	}
}
@media screen and (min-width: 1024px) {
	.archiveconsultant__list {
		width: calc(25% - 3.2rem);
	}
}
.archiveconsultant__list img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.archiveconsultant__ceo-image {
	width: 100%;
	flex-grow: 0;
	flex-shrink: 0;
	position: relative;
}
@media screen and (min-width: 768px) {
	.archiveconsultant__ceo-image {
		width: 40%;
		gap: 3.2rem;
	}
}
.archiveconsultant__ceo-image img {
	width: 15rem;
}
.archiveconsultant__ceo-name {
	padding: 0.8rem 1.2rem;
	background-color: #e1ead7;
	left: -2rem;
	display: inline-block;
	position: relative;
}
.archiveconsultant__ceo-detail {
	margin-bottom: 6.4rem;
}
.feature__gallery {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.feature__img {
	width: 100%;
	height: 100%;
}
.feature__img.sp {
	display: block;
}
@media screen and (min-width: 768px) {
	.feature__img.sp {
		display: none;
	}
}
.feature__img.pc {
	display: none;
}
@media screen and (min-width: 768px) {
	.feature__img.pc {
		display: block;
	}
}
.feature__catch {
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	margin: 0;
	color: #fff;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
	display: flex;
	align-items: center;
	justify-content: center;
}
.feature__text {
	text-align: center;
}
.feature__text-animation {
	opacity: 0;
	transition:
		transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s,
		opacity linear 0.7s;
}
.feature__text-animation:first-child {
	transform: translate(0, 40px);
	transition-delay: 0.25s;
}
.feature__text-animation:last-child {
	transform: translate(0, 30px);
	transition-delay: 0.45s;
}
.feature__text-animation.visible {
	opacity: 1;
	transform: translate(0, 0);
}
.feature__images {
	margin-right: calc(50% - 50vw);
	width: calc(50% + 50vw);
}
.feature__image {
	width: 100%;
	aspect-ratio: 16/9;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}
.feature__panels {
	margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
	.feature__panels {
		display: flex;
		gap: 2.4rem;
		flex-wrap: wrap;
	}
}
.feature__panel {
	width: 100%;
	margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
	.feature__panel {
		width: calc(50% - 2.4rem);
	}
}
@media screen and (min-width: 1024px) {
	.feature__panel {
		width: calc(33% - 2.4rem);
	}
}
.simpleParallax {
	height: 100%;
}
.page__hero {
	height: auto;
	position: relative;
	height: 45vh;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
}
@media screen and (min-width: 768px) {
	.page__hero {
		height: 80vh;
	}
}
.page__hero img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	bottom: 0;
}
.page__hero-main {
	padding-top: clamp(8rem, 8vw + 4rem, 12.8rem);
}
.page__hero-text {
	padding: 64px 24px;
	width: calc(100vw - 5rem);
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 768px) {
	.page__hero-text {
		width: min(100vw - 10rem, 128rem);
	}
}
.page__hero-title,
.page__hero-sub {
	color: #fff;
	position: relative;
	margin: 0;
}
.page__hero-title {
	font-size: clamp(1.8rem, 4vw, 4.8rem);
	margin-bottom: clamp(0.8rem, 2vw + 0.25rem, 2.4rem);
	text-shadow: 0px 0px 15px #0c0908;
}
.page__hero-sub {
	font-size: clamp(1.3rem, 2vw + 0.75rem, 2.8rem);
	text-shadow: 0px 0px 15px #0c0908;
}
.lh__concept-first {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
.lh__concept-box {
	background-color: #fff;
	width: 100%;
	position: relative;
	z-index: 4;
	padding-top: clamp(8rem, 8vw + 4rem, 12.8rem);
	padding-bottom: clamp(8rem, 8vw + 4rem, 12.8rem);
	margin-bottom: 42rem;
	margin-bottom: -80px;
}
.lh__concept-movie {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1;
	display: none;
}
@media screen and (min-width: 768px) {
	.lh__concept-movie {
		display: block;
	}
}
.lh__concept-movie.sp {
	display: block;
}
@media screen and (min-width: 768px) {
	.lh__concept-movie.sp {
		display: none;
	}
}
.lh__concept-movie.message {
	height: auto;
}
.lh__concept-blur {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 3;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
}
.lh__concept-catch {
	left: 5rem;
	bottom: 3rem;
	font-weight: normal;
	color: #4d3a33;
	font-size: clamp(2.2rem, 1vw + 1.25rem, 3.4rem);
	position: fixed;
	bottom: 3rem;
	left: 2.5rem;
	margin: 0;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
	z-index: 2;
	visibility: hidden;
}
@media screen and (min-width: 768px) {
	.lh__concept-catch {
		top: 50%;
		text-shadow: 0 0 10px rgba(12, 9, 8, 0.2);
		color: #fff;
	}
}
.lh__concept-catch-sub {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	display: block;
	font-size: clamp(3rem, 1vw + 2rem, 4.2rem);
	line-height: clamp(3.2rem, 1vw + 2rem, 4.4rem);
}
.lh__concept-catch.fadeup {
	-webkit-animation: fadeup 1.2s both;
	animation: fadeup 1.2s both;
}
.lh__concept-catch.fadedown {
	-webkit-animation: fadedown 1.2s both;
	animation: fadedown 1.2s both;
}
.lh__concept-logo {
	padding-top: 110vh;
	position: relative;
	z-index: 3;
}
.lh__concept-logo img {
	width: 24rem;
	height: auto;
	margin-bottom: 4rem;
}
.lh__concept-feature {
	background-color: #fff;
	width: 100%;
	height: auto;
}
.lh__concept-plan svg {
	width: 300px;
}
.lh__concept-plan-icon {
	width: 24px;
}
.lh__concept-plan-icon path {
	fill: #b63b40;
}
.lh__concept-plan-desc {
	text-align: right;
}
.lh__concept-planarea {
	fill: rgba(0, 0, 0, 0);
	cursor: pointer;
}
.lh__concept-icon {
	-webkit-animation: flashing 1.3s linear infinite alternate;
	animation: flashing 1.3s linear infinite alternate;
	cursor: pointer;
}
@-webkit-keyframes flashing {
	0% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flashing {
	0% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}
.lh__concept-link {
	text-align: right;
}
.lh__concept-link a {
	color: #7a7a7a;
}
.lh__concept-link::after {
	content: ">>";
	margin-left: 4px;
}
.lh__concept-point {
	position: relative;
	height: auto;
}
@media screen and (min-width: 768px) {
	.lh__concept-point {
		height: 190px;
	}
}
.lh__concept-point-right {
	position: relative;
	display: flex;
	align-items: center;
}
.lh__concept-point img {
	width: 100%;
	height: 190px;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	z-index: 1;
}
.lh__concept-point h2 {
	position: relative;
	z-index: 3;
	margin-top: 0;
}
.lh__concept-point svg {
	transform: rotate(-6deg);
	position: absolute;
	width: 70px;
	top: -30px;
	left: -11px;
	z-index: 2;
}
@media screen and (min-width: 768px) {
	.lh__concept-point svg {
		width: 160px;
		top: 80px;
		right: 120px;
		left: auto;
	}
}
.lh__concept-point svg path {
	fill: rgba(122, 122, 122, 0.8);
}
@media screen and (min-width: 768px) {
	.lh__concept-point svg path {
		fill: rgba(122, 122, 122, 0.2);
	}
}
.lh__concept-type {
	position: relative;
	background-color: #efefef;
	padding: 2.4rem;
	padding-bottom: 6rem;
}
.lh__concept-type picture {
	display: block;
	width: 14rem;
	height: 14rem;
	position: absolute;
	right: -20px;
	bottom: -50px;
}
@media screen and (min-width: 768px) {
	.lh__concept-type picture {
		width: 24rem;
		height: 24rem;
		right: -10px;
		bottom: -120px;
	}
}
.lh__concept-scroll {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 3rem;
	right: 2.5rem;
	color: #fff;
	font-size: 12px;
}
@media screen and (min-width: 768px) {
	.lh__concept-scroll {
		bottom: 4rem;
		right: 5rem;
	}
}
.lh__concept-scroll.stickey {
	position: -webkit-sticky;
	position: sticky;
	display: block;
	top: 0;
	padding-top: calc(100vh - 15rem);
}
.lh__concept-scroll.stickey > .main__scroll-text {
	margin-left: auto;
	margin-right: 2.5rem;
}
.lh__concept-scroll-text {
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	position: relative;
}
.lh__concept-scroll-text::before,
.lh__concept-scroll-text::after {
	content: "";
	display: block;
	width: 1px;
	height: 2rem;
}
@media screen and (min-width: 768px) {
	.lh__concept-scroll-text::before,
	.lh__concept-scroll-text::after {
		height: 6rem;
	}
}
.lh__concept-scroll-text::after {
	background-color: rgba(255, 255, 255, 0.3);
	margin-top: 8px;
}
.lh__concept-scroll-text::before {
	background-color: #fff;
	-webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
	animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
	position: absolute;
	bottom: 0;
}
.lh__concept-scroll-text.brown {
	color: #4d3a33;
}
.lh__concept-scroll-text.brown::after {
	background-color: rgba(12, 9, 8, 0.3);
}
.lh__concept-scroll-text.brown::before {
	background-color: #0c0908;
}
.lh__concept-reserve img {
	width: 100%;
	aspect-ratio: 16/9;
	-o-object-fit: cover;
	object-fit: cover;
}
.lh__concept-anime {
	transform: translateY(-10px);
	visibility: hidden;
	opacity: 0;
}
.lh__concept-anime.fadeup {
	-webkit-animation: fadeshow 1.2s both;
	animation: fadeshow 1.2s both;
}
.lh__concept-anime.fadedown {
	-webkit-animation: fadedown 1.2s both;
	animation: fadedown 1.2s both;
}
.lh__concept {
	font-display: var(--locohome-font-family);
}
.lh__concept-first {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
.lh__concept-box {
	background-color: #ffffff;
	width: 100%;
	position: relative;
	z-index: 4;
	padding-top: clamp(8rem, 8vw + 4rem, 12.8rem);
	padding-bottom: clamp(8rem, 8vw + 4rem, 12.8rem);
	margin-bottom: 42rem;
	margin-bottom: -80px;
}
.lh__concept-movie {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1;
	display: none;
}
@media screen and (min-width: 768px) {
	.lh__concept-movie {
		display: block;
	}
}
.lh__concept-movie.sp {
	display: block;
}
@media screen and (min-width: 768px) {
	.lh__concept-movie.sp {
		display: none;
	}
}
.lh__concept-movie.message {
	height: auto;
}
.lh__concept-blur {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 3;
	top: 0;
	left: 0;
	background: linear-gradient(transparent, transparent);
}
.lh__concept-catch {
	left: 5rem;
	bottom: 3rem;
	font-weight: normal;
	color: #4d3a33;
	font-size: clamp(2.2rem, 1vw + 1.25rem, 3.4rem);
	position: fixed;
	bottom: 3rem;
	left: 2.5rem;
	margin: 0;
	text-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
	z-index: 2;
	visibility: hidden;
}
@media screen and (min-width: 768px) {
	.lh__concept-catch {
		top: 50%;
		text-shadow: 0 0 10px rgba(12, 9, 8, 0.2);
		color: #ffffff;
	}
}
.lh__concept-catch-sub {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	display: block;
	font-size: clamp(3rem, 1vw + 2rem, 4.2rem);
	line-height: clamp(3.2rem, 1vw + 2rem, 4.4rem);
}
.lh__concept-catch.fadeup {
	-webkit-animation: fadeup 1.2s both;
	animation: fadeup 1.2s both;
}
.lh__concept-catch.fadedown {
	-webkit-animation: fadedown 1.2s both;
	animation: fadedown 1.2s both;
}
.lh__concept-logo {
	position: relative;
	z-index: 3;
	background-color: var(--locohome-main-white);
	padding: 16rem 3rem;
}
.lh__concept-logo img {
	width: 24rem;
	height: auto;
	margin-bottom: 4rem;
}
.lh__concept-feature {
	background-color: #ffffff;
	width: 100%;
	height: auto;
}
.lh__concept-plan svg {
	width: 300px;
}
.lh__concept-plan-icon {
	width: 24px;
}
.lh__concept-plan-icon path {
	fill: #b63b40;
}
.lh__concept-plan-desc {
	text-align: right;
}
.lh__concept-plan__heading {
	display: flex;
	padding: 0 6rem 8px 2.5rem;
	border-bottom: 4px solid var(--locohome-sub-green);
	flex-direction: column-reverse;
	margin: 0 calc(50% - 50vw);
	gap: 8px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
@media screen and (min-width: 768px) {
	.lh__concept-plan__heading {
		margin: inherit;
		flex-direction: row;
		align-items: center;
		margin-left: -12rem;
	}
}
.lh__concept-planarea {
	fill: transparent;
	cursor: pointer;
}
.lh__concept-icon {
	-webkit-animation: flashing 1.3s linear infinite alternate;
	animation: flashing 1.3s linear infinite alternate;
	cursor: pointer;
}
@-webkit-keyframes flashing {
	0% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flashing {
	0% {
		opacity: 0.4;
	}
	100% {
		opacity: 1;
	}
}
.lh__concept-link {
	text-align: right;
}
.lh__concept-link a {
	color: #7a7a7a;
}
.lh__concept-link::after {
	content: ">>";
	margin-left: 4px;
}
.lh__concept-point {
	position: relative;
	height: auto;
}
@media screen and (min-width: 768px) {
	.lh__concept-point {
		height: 190px;
	}
}
.lh__concept-point-right {
	position: relative;
	display: flex;
	align-items: center;
}
.lh__concept-point img {
	width: 100%;
	height: 190px;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	z-index: 1;
}
.lh__concept-point h2 {
	position: relative;
	z-index: 3;
	margin-top: 0;
}
.lh__concept-point svg {
	transform: rotate(-6deg);
	position: absolute;
	width: 70px;
	top: -30px;
	left: -11px;
	z-index: 2;
}
@media screen and (min-width: 768px) {
	.lh__concept-point svg {
		width: 160px;
		top: 80px;
		right: 120px;
		left: auto;
	}
}
.lh__concept-point svg path {
	fill: rgba(122, 122, 122, 0.8);
}
@media screen and (min-width: 768px) {
	.lh__concept-point svg path {
		fill: rgba(122, 122, 122, 0.2);
	}
}
.lh__concept-type {
	position: relative;
	background-color: #efefef;
	padding: 2.4rem;
	padding-bottom: 6rem;
}
.lh__concept-type picture {
	display: block;
	width: 14rem;
	height: 14rem;
	position: absolute;
	right: -20px;
	bottom: -50px;
}
@media screen and (min-width: 768px) {
	.lh__concept-type picture {
		width: 24rem;
		height: 24rem;
		right: -10px;
		bottom: -120px;
	}
}
.lh__concept-scroll {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 3rem;
	right: 2.5rem;
	color: #ffffff;
	font-size: 12px;
}
@media screen and (min-width: 768px) {
	.lh__concept-scroll {
		bottom: 4rem;
		right: 5rem;
	}
}
.lh__concept-scroll.stickey {
	position: -webkit-sticky;
	position: sticky;
	display: block;
	top: 0;
	padding-top: calc(100vh - 15rem);
}
.lh__concept-scroll.stickey > .main__scroll-text {
	margin-left: auto;
	margin-right: 2.5rem;
}
.lh__concept-scroll-text {
	writing-mode: vertical-rl;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	position: relative;
}
.lh__concept-scroll-text::before,
.lh__concept-scroll-text::after {
	content: "";
	display: block;
	width: 1px;
	height: 2rem;
}
@media screen and (min-width: 768px) {
	.lh__concept-scroll-text::before,
	.lh__concept-scroll-text::after {
		height: 6rem;
	}
}
.lh__concept-scroll-text::after {
	background-color: rgba(255, 255, 255, 0.3);
	margin-top: 8px;
}
.lh__concept-scroll-text::before {
	background-color: #ffffff;
	-webkit-animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
	animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
	position: absolute;
	bottom: 0;
}
.lh__concept-scroll-text.brown {
	color: #4d3a33;
}
.lh__concept-scroll-text.brown::after {
	background-color: rgba(12, 9, 8, 0.3);
}
.lh__concept-scroll-text.brown::before {
	background-color: #0c0908;
}
.lh__concept-reserve img {
	width: 100%;
	aspect-ratio: 16/9;
	-o-object-fit: cover;
	object-fit: cover;
}
.lh__concept-anime {
	transform: translateY(-10px);
	visibility: hidden;
	opacity: 0;
}
.lh__concept-anime.fadeup {
	-webkit-animation: fadeshow 1.2s both;
	animation: fadeshow 1.2s both;
}
.lh__concept-anime.fadedown {
	-webkit-animation: fadedown 1.2s both;
	animation: fadedown 1.2s both;
}
.lh__concept-maintext,
.lh__concept-text {
	margin: 0;
	padding-bottom: 2rem;
	font-family: "Noto Serif JP", serif;
}
.lh__concept__detail {
	display: grid;
}
.lh__concept__detail > div {
	display: contents;
}
.lh__concept__detail-bg {
	grid-area: 1/-1;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.lh__concept__detail-bg img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.lh__concept__detail-bg picture {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.lh__concept__detail-text {
	grid-area: 1/-1;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	background: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 0%, transparent 40%, transparent 100%);
	color: var(--locohome-main-white);
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	padding: 12rem 3rem 8rem;
}
@media screen and (min-width: 768px) {
	.lh__concept__detail-text {
		padding: 16rem 12rem;
	}
}
.lh__concept__detail-heading {
	color: var(--locohome-sub-brown);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-shadow: none;
	font-family: "Noto Serif JP", serif;
	background: linear-gradient(transparent 20%, #ffffff 0%);
	display: inline;
}
@media screen and (min-width: 768px) {
	.lh__concept__detail-heading {
		background: var(--locohome-main-white);
		display: block;
	}
}
.lh__concept__message {
	margin-top: -4rem;
	z-index: 5;
	position: relative;
}
@media screen and (min-width: 768px) {
	.lh__concept__message {
		margin-top: -12rem;
	}
}
.lh__concept__message-heading {
	background: var(--locohome-main-white);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	margin-bottom: 3rem;
}
.lh__concept__message-movie {
	width: 100%;
	margin: auto;
}
.lh__concept__message-movie video {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	-o-object-fit: contain;
	object-fit: contain;
}
.lh__concept__menulist {
	display: block;
	list-style: none;
	font-size: min(3.2vw, 1.6rem);
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}
@media screen and (min-width: 768px) {
	.lh__concept__menulist {
		padding: 0 2rem;
		display: grid;
		grid-template-columns: repeat(4, auto);
		padding: 0 6rem;
		text-align: center;
		padding: none;
		margin: 0;
	}
}
.lh__concept__menulist > li {
	position: relative;
	padding: 1.6rem;
	text-align: left;
	border-top: 1px solid var(--locohome-sub-brown);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 3rem;
}
.lh__concept__menulist > li::after {
	content: "↓";
	display: block;
}
.lh__concept__menulist > li:last-child {
	border-bottom: 1px solid var(--locohome-sub-brown);
}
@media screen and (min-width: 768px) {
	.lh__concept__menulist > li:last-child {
		border-bottom: none;
	}
	.lh__concept__menulist > li:last-child::after {
		content: unset;
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.lh__concept__menulist > li {
		display: block;
		padding: 0;
		text-align: center;
		border: none;
		padding: 0;
	}
}
@media screen and (min-width: 768px) {
	.lh__concept__menulist > li:not(:last-child)::after {
		content: "";
		display: block;
		border-right: 1px solid var(--locohome-sub-brown);
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
	}
}
.lh__concept__point {
	margin-top: 12rem;
}
@media screen and (min-width: 768px) {
	.lh__concept__fastidiousness {
		border-top: 1px dashed var(--locohome-sub-brown);
		border-bottom: 1px dashed var(--locohome-sub-brown);
		padding: 3.2rem 6.4rem;
	}
}
.lh__concept__type {
	background-color: transparent;
	border: 2px solid var(--locohome-main-green);
	border-radius: 2rem;
	padding: 2rem;
}
.lh__concept__type.inactive {
	display: none;
}
@media screen and (min-width: 768px) {
	.lh__concept__type {
		padding: 6.4rem;
	}
	.lh__concept__type.inactive {
		display: block;
	}
}
.lh__concept__type__box {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 3rem;
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	.lh__concept__type__box {
		margin-top: -11.5rem;
		margin-left: -8rem;
		flex-direction: row;
	}
}
.lh__concept__type__box > div {
	display: contents;
}
.lh__concept__type__box-num {
	background: transparent;
	margin-left: -1rem;
	margin-top: -5rem;
}
@media screen and (min-width: 768px) {
	.lh__concept__type__box-num {
		margin: 0;
	}
}
.lh__concept__type__box-num > figure {
	width: 7.8rem;
	margin-top: 2rem;
	background: var(--locohome-main-white);
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
.lh__concept__type__box-inner {
	background: var(--locohome-main-white);
	gap: 2rem;
	display: flex;
	padding: 0;
	align-items: flex-start;
}
@media screen and (min-width: 768px) {
	.lh__concept__type__box-inner {
		padding: 0 3rem;
		align-items: center;
	}
}
.lh__concept__type__box-inner > div {
	display: contents;
}
.lh__concept__type__box-inner-heading {
	margin-left: -4rem;
	margin-top: -3rem;
}
@media screen and (min-width: 768px) {
	.lh__concept__type__box-inner-heading {
		margin: 0;
	}
}
.lh__concept__type__box-img {
	margin-top: 2rem;
	height: 16rem;
	width: 16rem;
	justify-content: center;
	display: flex;
}
@media screen and (min-width: 768px) {
	.lh__concept__type__box-img {
		height: 20rem;
		width: 20rem;
	}
}
.lh__concept__type__box-img > figure {
	display: block;
}
.lh__concept__type__btn {
	background-color: var(--locohome-main-green);
	box-shadow: var(--locohome-box-shadow);
	padding: 8px 4.2rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 0;
	margin-right: auto;
	margin-top: 1rem;
}
@media screen and (min-width: 768px) {
	.lh__concept__type__btn {
		margin-left: auto;
		border-radius: 5rem;
		margin-right: 0;
	}
}
.lh__concept__type__btn > a {
	color: var(--locohome-main-white);
}
.lh__concept__type__color {
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	display: block;
}
.lh__concept__type__color__box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
}
@media screen and (min-width: 768px) {
	.lh__concept__type__color__box {
		gap: 2rem;
		align-items: center;
		flex-direction: row;
	}
}
.lh__concept__type__color__box > div {
	display: contents;
}
.lh__concept__type__color__box.row {
	flex-direction: row;
}
@media screen and (min-width: 768px) {
	.lh__concept__type__color {
		width: 4rem;
		height: 4rem;
	}
}
.lh__concept__type__color.oretowatashi01 {
	background-color: #e7e5dc;
}
.lh__concept__type__color.oretowatashi02 {
	background-color: #bbc0bd;
}
.lh__concept__type__color.oretowatashi03 {
	background-color: #d0c4ae;
}
.lh__concept__type__color.ore01 {
	background-color: #b4b7b2;
}
.lh__concept__type__color.ore02 {
	background-color: #4f5148;
}
.lh__concept__type__color.ore03 {
	background-color: #35342d;
}
.lh__concept__type__color.watashi01 {
	background-color: #f0ded2;
}
.lh__concept__type__color.watashi02 {
	background-color: #91a9bd;
}
.lh__concept__type__color.watashi03 {
	background-color: #e9f0df;
}
.lh__concept__type__detail {
	line-height: 1.7;
}
.lh__concept__type__hiraya__box {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: flex;
	gap: 2rem;
	margin-bottom: 1rem;
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	.lh__concept__type__hiraya__box {
		margin-top: -8rem;
		flex-direction: row;
	}
}
.lh__concept__type__hiraya__box > div {
	display: contents;
}
.lh__concept__type__hiraya-num > figure {
	width: 7.8rem;
	margin-top: 2rem;
	background: var(--locohome-main-white);
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin-left: -1rem;
	margin-top: -5rem;
}
@media screen and (min-width: 768px) {
	.lh__concept__type__hiraya-num > figure {
		margin-top: -11.5rem;
		margin-left: -8rem;
	}
}
.lh__concept__type__hiraya__image {
	height: auto;
	width: 22rem;
}
@media screen and (min-width: 768px) {
	.lh__concept__type__hiraya__image {
		width: 24rem;
		margin-top: 8rem;
	}
}
.lh__concept__type__hiraya__heading {
	background: var(--locohome-main-white);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding-right: 12rem;
	padding-left: 2rem;
	margin-left: -2rem;
}
.lh__concept__type__hiraya__detail > div {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.lh__concept__type__tab {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	padding: 1rem;
}
@media screen and (min-width: 768px) {
	.lh__concept__type__tab {
		display: none;
	}
}
.lh__concept__type__tab > li {
	border: 1px dotted var(--locohome-sub-brown);
	padding: 8px;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lh__concept__type__tab > li.active {
	background-color: var(--locohome-sub-green);
}
.lh__concept__logo {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
}
.lh__concept__textbox {
	text-align: left;
}
@media screen and (min-width: 768px) {
	.lh__concept__textbox {
		text-align: center;
	}
}
.lh__concept__insulation {
	position: relative;
	overflow: hidden;
	padding-bottom: 4rem;
}
.lh__concept__insulation img {
	width: 100%;
	height: auto;
}
.lh__concept__insulation .swiper-pagination-bullet-active {
	background-color: var(--locohome-main-green);
}
.lh__concept__btn-play {
	width: min(16vw, 12rem);
	height: min(16vw, 12rem);
}
.lh__concept__plan-01 {
	background: url("../../assets/img/concept/plan_bg_01.png") no-repeat;
	background-position: bottom 5rem left 0px;
	background-size: contain;
}
@media screen and (min-width: 768px) {
	.lh__concept__plan-01 {
		background-size: cover;
		background-position: center;
	}
}
.lh__concept__plan-02 {
	background: url("../../assets/img/concept/plan_bg_02.png") no-repeat;
	background-position: bottom 5rem left 0px;
	background-size: contain;
}
@media screen and (min-width: 768px) {
	.lh__concept__plan-02 {
		background-size: cover;
		background-position: center;
	}
}
.lh__concept__plan-03 {
	background: url("../../assets/img/concept/plan_bg_03.png") no-repeat;
	background-position: bottom 5rem left 0px;
	background-size: contain;
}
@media screen and (min-width: 768px) {
	.lh__concept__plan-03 {
		background-size: cover;
		background-position: center;
	}
}
.lh__concept__plan-04 {
	background: url("../../assets/img/concept/plan_bg_04.png") no-repeat;
	background-position: bottom 5rem left 0px;
	background-size: contain;
}
@media screen and (min-width: 768px) {
	.lh__concept__plan-04 {
		background-size: cover;
		background-position: center;
	}
}
.lh__concept__plan-05 {
	background: url("../../assets/img/concept/plan_bg_05.png") no-repeat;
	background-position: bottom 5rem left 0px;
	background-size: contain;
}
@media screen and (min-width: 768px) {
	.lh__concept__plan-05 {
		background-size: cover;
		background-position: center;
	}
}
.lh__concept__plan-06 {
	background: url("../../assets/img/concept/plan_bg_06.png") no-repeat;
	background-position: bottom 5rem left 0px;
	background-size: contain;
}
@media screen and (min-width: 768px) {
	.lh__concept__plan-06 {
		background-size: cover;
		background-position: center;
	}
}
/*# sourceMappingURL=main.min.css.map */
