@charset "UTF-8";

body {
	color: #212121;
	font-family: "Shippori Mincho", serif;
}

.f_bod {
	font-family: "Bodoni Moda", serif;
}

a[href$=".pdf"] {
	-webkit-text-decoration: underline;
	align-items: center;
	color: #000;
	display: flex;
	flex-wrap: nowrap;
	line-height: 1.5;
	text-decoration: underline;
}

a[href$=".pdf"]::before {
	background-image: url(../image/icon/icon_pdf.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	flex-shrink: 0;
	height: 38px;
	margin-right: 15px;
	width: 30px;
}

a[href$=".pdf"]:hover {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.common_page_wrap {
	padding: 130px 0;
}

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

.reserve_text {
	font-size: 30px;
	text-align: center;
}

.breadcrumb {
	color: #3e3e3e;
	font-size: 12px;
	letter-spacing: 0.08em;
}

.breadcrumb a {
	-webkit-text-decoration: none;
	color: #3e3e3e;
	text-decoration: none;
}

.contact_form_disc {
	font-size: 15px;
	letter-spacing: 0.02em;
	margin: 0 auto 50px;
	width: 74%;
}

.contact_form_disc .caution {
	color: #373636;
	font-size: 14px;
}

.contact_form_disc .text {
	margin-bottom: 10px;
}

.privacy_term_outer .privacy_term_inner {
	height: 138px;
	margin: auto;
	overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
	font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
	font-size: 13px;
	margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
	border-left: solid 3px #ccc;
	font-size: 13px;
	margin-bottom: 5px;
	padding-left: 1em;
}

.privacy_term_outer .privacy_term_inner dl dd {
	font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
	margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
	width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
	background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
	background-color: #333;
	border-radius: 10px;
}

.privacy_term_outer {
	border-bottom: solid 1px #e3e3e3;
	border-top: solid 1px #e3e3e3;
	margin: 0 auto 50px;
	padding: 30px 0;
	width: 60%;
}

.privacy_check_list .mwform-checkbox-field-text {
	padding-right: 0;
}

.privacy_check_list .error {
	font-size: 12px;
}

.privacy_term_detail {
	font-size: 13px;
	font-weight: 600;
	margin: 20px 0;
	position: relative;
	text-align: center;
}

.privacy_term_detail::after {
	aspect-ratio: 1/1;
	border: solid #333;
	border-width: 2px 2px 0 0;
	content: "";
	display: block;
	margin: 5px auto 0;
	min-width: 0;
	rotate: 135deg;
	width: 10px;
}



#page_404 {
	text-align: center;
}

#page_404 .num {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Montserrat", "Noto Sans JP", sans-serif;
	font-size: 100px;
}

#page_404 .text {
	font-size: 16px;
	margin-bottom: 1em;
}

.archive_page_list>article {
	border-bottom: 1px dashed #eee;
	padding-bottom: 15px;
	padding-right: 30px;
	padding-top: 15px;
}

.archive_page_list>article:after {
	border: solid #ccc;
	border-width: 2px 2px 0 0;
	bottom: 0;
	content: "";
	height: 10px;
	margin: auto;
	position: absolute;
	right: 5px;
	top: 0;
	transform: rotate(45deg);
	width: 10px;
}

.archive_page_list>article .date {
	font-size: 80%;
	font-weight: bold;
	width: 100px;
}

.archive_page_list>article .content_area {
	width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-weight: bold;
	overflow: hidden;
}

.archive_page_list>article .content_area .content {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 80%;
	overflow: hidden;
}

/* wp-pagenavi base */

.wp-pagenavi {
	clear: both;
	margin-top: 50px;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	-webkit-text-decoration: none;
	background-color: #fff;
	border: solid 1px #e0e0d2;
	border-radius: 3px;
	color: #999;
	margin: 0 2px;
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
	transition: 0.2s ease-in-out;
	white-space: nowrap;
}

.wp-pagenavi a:hover {
	background-color: #66cccc;
	border-color: #66cccc;
	color: #fff;
}

.wp-pagenavi .current {
	background-color: #66cccc;
	border-color: #66cccc;
	color: #fff;
	font-weight: bold;
}

.single_page .single_flame {
	border: solid 1px #ccc;
	padding: 70px;
}

.single_main_img {
	height: 300px;
	margin: 0 auto 40px;
	width: 300px;
}

.singleContent .title_area {
	border-bottom: solid 1px #ccc;
	margin-bottom: 40px;
	padding-bottom: 30px;
	position: relative;
}

.singleContent .title_area .en::after {
	background: #333;
	border-radius: 50%;
	content: "";
	display: block;
	height: 11px;
	width: 11px;
}

.singleContent .title_area .en {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	gap: 10px;
	letter-spacing: 0.08em;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}

.singleContent .title_area .single_title {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
}

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

.singleContent .single_title time {
	font-size: 12px;
	font-weight: 600;
}

.singleContent .single_title time i {
	margin-right: 0.5em;
}

.singleContent .category_list ul {
	gap: 10px;
}

.singleContent .category_list ul li {
	background-color: #333;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.08em;
	padding: 2px 20px;
}

.singleContent article h2 {
	border: solid 1px #333;
	font-size: 20px;
	line-height: 1.4;
	margin: 1.5em 0 1em;
	padding: 15px;
	position: relative;
}

.site_single_latest {
	border-bottom: solid 3px #333;
	border-left: solid 1px #333;
	margin-bottom: 80px;
	padding: 0 0 35px 0;
}

.site_single_latest .en {
	font-size: 13px;
	letter-spacing: 0.08em;
	text-align: center;
}

.singleContent article h2::before {
	top: 0px;
}

.singleContent article h2::after {
	bottom: 0;
}

.singleContent article h3 {
	background-color: #ccc;
	font-size: 18px;
	margin: 1.5em 0 1.5em;
	padding: 0.7rem 1rem;
	position: relative;
}

.singleContent article h4 {
	border-left: 5px solid #5b5959;
	color: #333;
	font-size: 17px;
	margin: 1.5em 0 1em;
	padding: 2px 10px;
	position: relative;
}

.singleContent article h5:before {
	content: "";
	padding-right: 10px;
}

.singleContent article h5 {
	font-size: 18px;
	/* padding-left: 1em; */
	margin: 1.5em 0;
}

.singleContent h6 {
	border-bottom: 1px solid;
	font-size: 17px;
	margin: 1.5em 0 1em;
	padding-bottom: 3px;
}

.singleContent p {
	font-size: 16px;
	line-height: 1.7;
}

.singleContent .addtoany_content {
	margin: 40px auto 0;
}

.single_page .singleContent .ichiran_link {
	border: solid 1px #333;
	border-radius: 6px;
	color: #333;
	display: block;
	font-size: 16px;
	line-height: 50px;
	margin: 50px auto 0 auto;
	text-align: center;
	transition: 0.3s;
	width: 300px;
}

.single_page .singleContent .ichiran_link:hover {
	opacity: 0.7;
}

.single_page aside#info_side {
	background-color: #fff;
	padding: 20px;
}

.single_page aside#info_side p#news-not_found {
	text-align: center;
}

.single_page aside#info_side ul li+li {
	margin-top: 12px;
}

.single_page aside#info_side ul li a {
	align-items: center;
	color: #000;
	color: initial;
	font-size: 14px;
	transition: 0.3s;
}

.single_page aside#info_side ul li a:hover {
	opacity: 0.7;
}

.single_page aside#info_side ul li a time {
	font-size: 12px;
	font-weight: 600;
}

.single_page aside#info_side ul li a time i {
	margin-right: 0.5em;
}

.single_page aside#info_side ul li a h3 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-size: 14px;
	overflow: hidden;
}

.singleContent .day_cat {
	align-items: center;
	margin-bottom: 40px;
}

#toc_container a {
	color: #333;
}

.singleContent .day_cat .day {
	border-right: solid 1px #ccc;
	color: #6c6c6c;
	font-size: 13px;
	margin-right: 20px;
	padding-right: 20px;
}

.site_single_latest .topic {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-align: center;
}

.site_single_latest .img {
	margin: 20px auto;
	width: 85px;
}

.site_single_latest .disc {
	font-size: 14px;
	text-align: center;
}

.aside_article_type .ttl {
	border-bottom: solid 2px;
	font-size: 15px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.aside_article_type li .img {
	height: 70px;
	position: relative;
	width: 100px;
}

.aside_article_type .inner_ttl {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 13px;
	line-height: 1.4;
	margin-top: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
}

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

.aside_article_type .cat_wrap {
	gap: 5px;
}

.aside_article_type .cat_wrap .label {
	background: #333;
	color: #fff;
	font-size: 10px;
	padding: 0px 10px;
}

.aside_article_type .cat_wrap ul {
	-moz-column-gap: 5px;
	column-gap: 5px;
	display: flex;
	padding-left: 0;
	row-gap: 5px;
}

.aside_article_type ul {
	padding-left: 20px;
	position: relative;
}

.aside_article_type .cat_wrap ul::before {
	display: none;
}

.aside_article_type ul::before {
	color: #333;
	content: "-";
	font-size: 14px;
	left: 2px;
	position: absolute;
}

.latest_post_area {
	margin: 50px auto 0;
	width: 100%;
}

.latest_post_area ul {
	grid-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.latest_post_area .ttl {
	border-bottom: solid #ccc 1px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.08em;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.latest_post_area .ttl .en {
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.08em;
}

.latest_post_area a {
	color: #000;
}

.latest_post_area .inner_ttl {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 10px;
	margin-top: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.latest_post_area .day_cat .day {
	border-right: solid 1px #ccc;
	color: #6c6c6c;
	font-size: 12px;
	margin-right: 10px;
	padding-right: 10px;
}

.latest_post_area .day_cat {
	align-items: flex-start;
	flex-wrap: nowrap;
	margin: auto 0 0;
}

.latest_post_area .category_list .cat_wrap {
	gap: 5px;
	padding: 0;
}

.latest_post_area .category_list .cat {
	background: #333;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	padding: 0 10px;
	text-align: center;
}

.latest_post_area .category_list {
	width: 100%;
}

.latest_post_area .img {
	height: 145px;
	margin-bottom: 12px;
	overflow: hidden;
	position: relative;
}

.latest_post_area .img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
	width: 100%;
}

.latest_post_area a:hover .img img {
	transform: scale(1.1);
}

.aside_article_type+.aside_article_type {
	margin-top: 35px;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style {
	top: 280px !important;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::before {
	background: #ccc;
	content: "";
	height: 100px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -103px;
	width: 1px;
}

.a2a_kit.a2a_kit_size_32.a2a_floating_style.a2a_vertical_style::after {
	content: "SHARE ON";
	font-size: 11px;
	left: 8px;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: -169px;
	writing-mode: vertical-lr;
}

.singleContent_links {
	align-items: center;
	gap: 100px;
	justify-content: center;
	margin-top: 100px;
	position: relative;
}

.singleContent_links ul {
	width: 260px;
}

.singleContent_links ul.prev .btn {
	padding-left: 30px;
}

.singleContent_links ul.next .btn {
	padding-right: 30px;
}

.singleContent_links .btn {
	border-bottom: solid 1px #ccc;
	font-size: 15px;
	margin-bottom: 23px;
	position: relative;
}

.singleContent_links::before {
	background: #ccc;
	content: "";
	height: 100%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

.singleContent_links a {
	color: #333;
	font-size: 14px;
}

.singleContent_links a .ttl {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

.singleContent_links .img {
	height: 140px;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}

.singleContent_links .img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
	width: 100%;
}

.singleContent_links a:hover .img img {
	transform: scale(1.1);
}

.singleContent_links ul.next .btn {
	text-align: right;
}

.singleContent_links ul.next .img {
	margin-left: auto;
}

.breadcrumb.single {
	margin-top: 70px;
	text-align: right;
}

.aside_article_type .text_box {
	padding-left: 10px;
	width: calc(100% - 100px);
}

#toc_container li {
	padding-left: 20px;
	position: relative;
}

#toc_container li::before {
	background: url(../image/article_arrow.png) center no-repeat;
	background-size: contain;
	bottom: auto;
	content: "";
	height: 14px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 13px;
}

.singleContent article h2::before,
.singleContent article h3::before {
	background: rgb(0, 0, 0);
	bottom: 0px;
	content: "";
	height: 1px;
	margin: auto;
	position: absolute;
	right: -35px;
	top: 0px;
	width: 50px;
}

.singleContent ol {
	background-image: url(../image/grid.gif);
	border: solid 1px #333;
	counter-reset: count 0;
	padding: 20px 10px;
	position: relative;
}

.singleContent ol li {
	position: relative;
}

.singleContent ol li::before {
	content: "";
	content: counter(count) ". ";
	counter-increment: count 1;
}

.singleContent ol li+li {
	margin-top: 7px;
}

.singleContent ol::before {
	border-color: #333 #fff #333;
	border-style: solid;
	border-width: 0 30px 30px 0;
	content: "";
	position: absolute;
	right: -2px;
	top: -2px;
}

.singleContent ol::after {
	content: "";
}

.singleContent #toc_container {
	margin-bottom: 50px;
}

.singleContent_links ul li.btn::before {
	background: url(../image/icon/arrow.svg) center no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	height: 20px;
	position: absolute;
	right: 0;
	top: 5px;
	width: 20px;
}

.singleContent_links ul.prev li.btn::before {
	left: 0;
	right: auto;
	transform: scale(-1, 1);
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
	border: none;
}

.singleContent .category_list ul li::before {
	display: none;
}

.singleContent .category_list ul {
	border: none;
	padding: 0;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

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

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


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

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

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

body {
	color: #212121;
	font-family: "Shippori Mincho", serif;
	font-size: 16px;
	line-height: normal;
	line-height: initial;
	margin: 0;
	min-height: 100vh;
	min-width: 1440px;
	text-rendering: optimizeLegibility;
}

a {
	cursor: pointer;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:link,
a:visited,
a:hover,
a:active {
	/* color: #FFF; */
}

/* layout_brokerage */

.layout_brokerage {
	margin-top: 85px;
}

/* layout_company_outline */

.layout_company_outline {
	margin-top: 96px;
}

/* layout_footer */

.layout_footer {
	margin-top: 80px;
}

/* layout_investment */

.layout_investment {
	margin-top: 85px;
}

/* layout_map */

.layout_map {
	margin-top: 150px;
}

/* layout_page_link */

.layout_page_link {
	margin-top: 49px;
	position: relative;
	z-index: 10;
}

/* layout_privacypolicy */

.layout_privacypolicy {
	margin-top: 85px;
}

/* layout_purchase */

.layout_purchase {
	margin-top: 85px;
}

/* layout_strength */

.layout_strength {
	margin-top: 85px;
	position: relative;
	z-index: 10;
}

/* layout_top_news */

.layout_top_news {
	margin-top: 165px;
}

/* layout_top_renovation */

.layout_top_renovation {
	margin-top: 112px;
}

/* layout_top_search */

.layout_top_search {
	margin-top: 10px;
}

/* layout_top_sell */

.layout_top_sell {
	margin-top: 100px;
}

/* layout_top_strength */

.layout_top_strength {
	margin-top: -63px;
}

/* animate_character */

.animate_character_content {
	display: inline-block;
	font-family: "Bodoni Moda", serif;
	font-size: 16px;
	font-weight: 500;
	overflow: hidden;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.animate_character_text,
.animate_character_text_hover {
	display: inline-block;
	letter-spacing: 0.01em;
}

.animate_character_text .whitespace,
.animate_character_text_hover .whitespace {
	display: inline-block;
}

.animate_character_text .whitespace::before,
.animate_character_text_hover .whitespace::before {
	content: " ";
}

.animate_character_text_hover {
	left: 0;
	position: absolute;
	top: 0;
}

.animate_character_text_hover .character {
	translate: 0 60px;
}

/* character */

.character {
	display: inline-block;
	transition: translate 0.6s ease;
}

.character.character_0 {
	transition-delay: 0;
}

.character.character_1 {
	transition-delay: 10ms;
}

.character.character_2 {
	transition-delay: 20ms;
}

.character.character_3 {
	transition-delay: 30ms;
}

.character.character_4 {
	transition-delay: 40ms;
}

.character.character_5 {
	transition-delay: 50ms;
}

.character.character_6 {
	transition-delay: 60ms;
}

.character.character_7 {
	transition-delay: 70ms;
}

.character.character_8 {
	transition-delay: 80ms;
}

.character.character_9 {
	transition-delay: 90ms;
}

.character.character_10 {
	transition-delay: 100ms;
}

.character.character_11 {
	transition-delay: 110ms;
}

.character.character_12 {
	transition-delay: 120ms;
}

.character.character_13 {
	transition-delay: 130ms;
}

.character.character_14 {
	transition-delay: 140ms;
}

.character.character_15 {
	transition-delay: 150ms;
}

.character.character_16 {
	transition-delay: 160ms;
}

.character.character_17 {
	transition-delay: 170ms;
}

.character.character_18 {
	transition-delay: 180ms;
}

.character.character_19 {
	transition-delay: 190ms;
}

.character.character_20 {
	transition-delay: 200ms;
}

.character.character_21 {
	transition-delay: 210ms;
}

.character.character_22 {
	transition-delay: 220ms;
}

/* common_article_title */

.common_article_title .common_article_title_link {
	align-items: flex-end;
	border-top: 0.5px solid #d8d5d4;
	display: flex;
	gap: 0 111px;
	padding: 30px 46px 33px 54px;
	position: relative;
}

.common_article_title:last-of-type .common_article_title_link {
	border-bottom: 0.5px solid #d8d5d4;
}

.common_article_title .common_article_title_body {
	flex: 1;
}

.common_article_title .common_article_title_posttime {
	display: inline-block;
	font-family: "Bodoni Moda", serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
}

.common_article_title .common_article_title_title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.6;
	margin-top: 10px;
	overflow: hidden;
}

.common_article_title .common_article_title_button {
	align-items: center;
	display: flex;
	gap: 0 19px;
	width: -moz-fit-content;
	width: fit-content;
}

.common_article_title .common_article_title_button span {
	color: #212121;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
}

.common_article_title .common_article_title_button svg {
	width: 4px;
}

/* common_breadcrumb */

.common_breadcrumb {
	position: relative;
	z-index: 10;
}

.common_breadcrumb .common_breadcrumb_lists {
	align-items: center;
	display: flex;
	gap: 0 20px;
	margin-top: 20px;
}

.common_breadcrumb .common_breadcrumb_list {
	padding: 8px 0 15px;
}

.common_breadcrumb .common_breadcrumb_list:not(:first-of-type) {
	padding-left: 30px;
	position: relative;
}

.common_breadcrumb .common_breadcrumb_list:not(:first-of-type)::before {
	background-color: #575757;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 10px;
}

.common_breadcrumb .common_breadcrumb_list a,
.common_breadcrumb .common_breadcrumb_list span {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: rgba(33, 33, 33, 0.7);
}

.common_breadcrumb .common_breadcrumb_list span {
	color: rgba(33, 33, 33, 0.7);
}

/* common_button_line */

.common_button_line {
	align-items: center;
	display: flex;
	position: relative;
}

.common_button_line span {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.common_button_line::before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	z-index: 10;
}

.common_button_line::after {
	bottom: 0;
	content: "";
	position: absolute;
	transition: width 0.3s ease;
}

.common_button_line .animate_character_content {
	margin-left: 8px;
}

/* common_button */

.common_button {
	align-items: center;
	color: #212121;
	display: flex;
	font-family: "Bodoni Moda", serif;
	font-size: 16px;
	font-weight: 500;
	gap: 0 32px;
	line-height: 1;
}

.common_button_icon {
	align-items: center;
	border: none;
	border-radius: 100vmax;
	display: flex;
	height: 80px;
	justify-content: center;
	overflow: visible;
	position: relative;
	width: 80px;
}

.common_button_svg {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: rotate(-180deg);
	transition: transform 0.6s cubic-bezier(0.74, 0, 0.24, 0.99);
	width: 100%;
}

.common_button_circle {
	fill: none;
	stroke: #ccc;
	stroke-width: 1;
}

.common_button_circle_animate {
	fill: none;
	stroke: #c6c0be;
	stroke-width: 2;
	stroke-dasharray: 251.2;
	stroke-dashoffset: 251.2;
	transition: stroke-dashoffset 0.6s cubic-bezier(0.74, 0, 0.24, 0.99);
}

.common_button:hover .common_button_svg {
	transform: rotate(-90deg);
}

.common_button:hover .common_button_circle_animate {
	stroke-dashoffset: 0;
}

.common_button_icon.common_button_icon_small {
	height: 50px;
	width: 50px;
}

.common_button_icon.common_button_icon_small .common_button_circle {
	stroke-width: 1;
}

.common_button_icon.common_button_icon_small .common_button_circle_animate {
	stroke-width: 2;
	stroke-dasharray: 157;
	stroke-dashoffset: 157;
	transition: stroke-dashoffset 0.6s cubic-bezier(0.74, 0, 0.24, 0.99);
}

a.common_button {
	color: #212121;
}

/* common_card */

.common_card {
	display: block;
	max-width: 340px;
	width: 100%;
}

.common_card .common_card_image {
	overflow: hidden;
	width: 100%;
}

.common_card .common_card_image img {
	-o-object-fit: cover;
	aspect-ratio: 340/420;
	height: auto;
	object-fit: cover;
	transition: scale 0.3s ease;
	width: 100%;
}

.common_card .common_card_body {
	margin-top: 16px;
}

.common_card .common_card_title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	overflow: hidden;
	color: #000;
}

.common_card .common_card_price_box {
	align-items: end;
	display: flex;
	font-family: Noto Sans JP, sans-serif;
	justify-content: space-between;
	margin-top: 17px;
}

.common_card .common_card_price_title,
.common_card .common_card_price,
.common_card .common_card_floor_title,
.common_card .common_card_floor {
	color: #212121;
	font-family: Noto Sans JP, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}

.common_card .common_card_price {
	letter-spacing: 0.1em;
	font-size: 24px;
}

.common_card .common_card_price span {
	font-size: 14px;
	font-weight: 700;
}

.common_card .common_card_floor_box {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
}

.common_card .common_card_price .oku {
	font-size: 14px;
	font-weight: 400;
}

/* common_cards */

.common_cards {
	align-items: center;
	display: flex;
	gap: 0 60px;
}

/* common_media */

.common_media {
	position: relative;
	z-index: 10;
}

.common_media .common_media_title {
	padding-top: 57px;
	position: relative;
	text-orientation: mixed;
	writing-mode: vertical-rl;
}

.top_investment_title_en {
	color: #d6b467;
	display: inline-block;
	font-family: "Tangerine", cursive;
	font-size: 56px;
	font-weight: 700;
	line-height: 1;
	translate: -30px -27px;
}

.top_investment_title_sub {
	color: #fff;
	font-family: "Bodoni Moda", serif;
	font-size: 88px;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1;
	margin-left: 15px;
	position: relative;
}

.common_media .common_media_body {
	margin-left: auto;
	margin-top: -55px;
	max-width: 900px;
	padding-right: 100px;
	width: 100%;
}

.common_media .common_media_image {
	max-width: 1190px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.common_media .common_media_image img {
	-o-object-fit: cover;
	aspect-ratio: 1190/420;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.common_media .common_media_text {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 2;
}

.common_media .common_media_button {
	margin-top: 17px;
}

.common_media .common_media_button a {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Bodoni Moda", serif;
	font-size: 13px;
	font-weight: 500;
	gap: 0 20px;
	justify-content: end;
	letter-spacing: 0.01em;
	line-height: 1;
	margin-left: auto;
	width: -moz-fit-content;
	width: fit-content;
}

.common_media .common_media_button a svg {
	width: 4px;
}

.common_media.common_media_reverse .common_media_image {
	left: 0;
	right: auto;
	right: initial;
}

.common_media.common_media_reverse .common_media_title {
	margin-left: auto;
}

.common_media.common_media_reverse .common_media_body {
	margin-left: 0;
	padding-left: 100px;
	padding-right: 0;
}

.common_media.common_media_reverse .common_media_button a {
	margin-left: 0;
}

.common_media .animate_character_content {
	padding: 10px 0;
}

/* common_search_box */

.common_search_box {
	border: 1px solid #d8d5d4;
	display: inline-block;
	overflow: hidden;
	padding: 31px 29px;
	position: relative;
	width: 265px;
}

.common_search_box.common_search_box_area {
	background: url(../image/search1.jpg) no-repeat center center/cover;
}

.common_search_box.common_search_box_station {
	background: url(../image/search2.jpg) no-repeat center center/cover;
}

.common_search_box:hover .common_search_box_title_en p {
	color: #fff;
}

.common_search_box .common_search_box_mask {
	background-color: #f1f0ee;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease;
	translate: 0 0;
	width: 100%;
	z-index: 10;
}

.common_search_box .common_search_box_body {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	position: relative;
	z-index: 20;
}

.common_search_box .common_search_box_title_en {
	align-items: center;
	display: flex;
	gap: 0 6px;
}

.common_search_box .common_search_box_title_en svg {
	width: 13px;
}

.common_search_box .common_search_box_title_en svg path {
	fill: #c6c0be;
	transition: all 0.3s ease;
}

.common_search_box .common_search_box_title_en p {
	color: #c6c0be;
	font-family: "Bodoni Moda", serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	transition: all 0.3s ease;
}

.common_search_box .common_search_box_title_jp {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 13px;
	transition: all 0.3s ease;
	color: #212121;
}

.common_search_box .common_search_box_text {
	align-items: center;
	color: #c6c0be;
	display: flex;
	font-family: "Bodoni Moda", serif;
	font-size: 13px;
	font-weight: 500;
	gap: 0 25px;
	justify-content: end;
	line-height: 1;
	transition: all 0.3s ease;
}

.common_search_box .common_search_box_text svg {
	fill: #c6c0be;
	width: 4px;
}

/* common_sub_mainview */

.common_sub_mainview {
	background: url(../image/sub_mainview.jpg) no-repeat center center/cover;
	padding: 183px 0 131px;
	position: relative;
}

.common_sub_mainview::before {
	-o-object-fit: cover;
	aspect-ratio: 1440/200;
	background: url(../image/bg_black_sub.png) center center/contain no-repeat;
	content: "";
	height: auto;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.common_sub_mainview::after {
	-o-object-fit: cover;
	aspect-ratio: 1440/340;
	background: url(../image/bg_white_sub.png) center center/contain no-repeat;
	bottom: -185px;
	content: "";
	height: auto;
	left: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.common_sub_mainview .common_sub_mainview_title {
	align-items: baseline;
	display: flex;
	gap: 0 20px;
}

.common_sub_mainview .common_sub_mainview_title_en {
	color: #fff;
	font-family: "Bodoni Moda", serif;
	font-size: 88px;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1;
	text-transform: capitalize;
}

.common_sub_mainview .common_sub_mainview_title_jp {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1;
}

/* common_sub_media */

.common_sub_media {
	position: relative;
	z-index: 10;
}

.common_sub_media .common_sub_media_inner {
	position: relative;
}

.common_sub_media .common_sub_media_inner::after {
	-o-object-fit: cover;
	aspect-ratio: 1000/712;
	background: url(../image/sell_bg.png) center center/contain no-repeat;
	bottom: -200px;
	content: "";
	height: auto;
	object-fit: cover;
	position: absolute;
	right: -125px;
	width: 1000px;
	z-index: -1;
}

.common_sub_media .common_sub_media_title {
	align-items: baseline;
	display: flex;
	gap: 0 25px;
}

.common_sub_media .common_sub_media_title_en {
	font-family: "Bodoni Moda", serif;
	font-size: 56px;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
}

.common_sub_media .common_sub_media_title_en::before {
	color: #d6b467;
	content: "Real Estate";
	display: inline-block;
	font-family: "Tangerine", cursive;
	font-size: 36px;
	font-weight: 700;
	left: -10px;
	letter-spacing: 0.01em;
	line-height: 1;
	position: absolute;
	top: -30px;
}

.common_sub_media .common_sub_media_title_jp {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}

.common_sub_media .common_sub_media_body {
	display: flex;
	gap: 0 130px;
	margin-top: 50px;
}

.common_sub_media .common_sub_media_image {
	flex-shrink: 0;
	margin-left: -150px;
	width: 576px;
}

.common_sub_media .common_sub_media_image img {
	-o-object-fit: cover;
	aspect-ratio: 576/720;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.common_sub_media .common_sub_media_text {
	font-size: 16px;
	font-weight: 600;
	line-height: 2.5;
	margin-bottom: 50px;
}

/* company_outline */

.company_outline .company_outline_inner {
	display: flex;
	gap: 0 131.5px;
	position: relative;
	z-index: 10;
}

.company_outline .company_outline_title {
	margin: 9px 0 0 54px;
	position: relative;
	text-align: right;
}

.company_outline .company_outline_title::before {
	background-color: #e3e2e0;
	content: "";
	height: 230px;
	left: -102px;
	position: absolute;
	top: 53px;
	width: 180px;
	z-index: -1;
}

.company_outline .company_outline_title_en {
	font-family: "Bodoni Moda", serif;
	font-size: 56px;
	font-weight: 500;
	line-height: 1.5;
}

.company_outline .company_outline_title_jp {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	margin-left: auto;
	margin-top: 44px;
	padding-left: 35px;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.company_outline .company_outline_title_jp::before {
	background-color: #d8d5d4;
	content: "";
	height: 0.5px;
	position: absolute;
	right: 100%;
	top: 50%;
	translate: 0 -50%;
	width: 150px;
}

.company_outline .company_outline_body {
	width: 710px;
}

.company_outline .company_outline_item {
	align-items: center;
	border-bottom: 0.5px solid #d8d5d4;
	display: flex;
	gap: 0 60px;
	padding: 26px 0;
}

.company_outline .company_outline_item dt {
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	padding-left: 48px;
	width: 160px;
}

.company_outline .company_outline_item dd {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
	padding-right: 48px;
}

/* fixed_button */

.fixed_button {
	align-items: center;
	border: 1px solid #575757;
	display: flex;
	height: 12.8vw;
	max-width: 62.2vw;
	padding: 0 3.8vw;
	width: 100%;
}

.fixed_button span {
	color: #fff;
	font-size: 3.6vw;
	font-weight: 600;
	line-height: 1;
	margin-left: 2.5vw;
}

.fixed_button svg {
	margin-left: auto;
	width: 1.3vw;
}

.fixed_button .fixed_button_icon {
	width: 5.1vw;
}

/* fixed_buttons */

.fixed_buttons {
	display: none;
}

.fixed_buttons_inner.wrap {
	align-items: center;
	display: flex;
	gap: 0 2vw;
	padding: 0 10px;
}

/* footer */

.footer {
	background: url(../image/bg_footer.png) no-repeat center center/cover;
	padding: 157px 0 117px;
	position: relative;
	z-index: 10;
}

.footer .footer_body {
	display: flex;
	justify-content: space-between;
}

.footer .footer_meta {
	width: 33%;
}

.footer .footer_logo {
	display: inline-block;
	max-width: 300px;
	width: 100%;
}

.footer .footer_logo img {
	width: 100%;
}

.footer .footer_address_box {
	width: 100%;
}

.footer .footer_address {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 2;
}

.footer .footer_address_box .company {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 2;
	margin-block: 28px 2px;
}

.footer .footer_address_box .licence {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 2;
	margin-top: 1em;
}

.footer .footer_tel {
	align-items: center;
	display: flex;
	gap: 0 10px;
	margin-left: 12px;
	margin-top: 17px;
}

.footer .footer_tel img {
	max-width: 18px;
	width: 100%;
}

.footer .footer_tel span {
	color: #fff;
	display: inline-block;
	font-family: "Bodoni Moda", serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
}

.footer .footer_nav {
	align-items: start;
	display: flex;
	gap: 0 70px;
	margin-top: 14px;
	width: 30.5%;
}

.footer .footer_nav_items {
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}

.footer .footer_nav_item a {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	transition: opacity 0.3s ease;
}

.footer .footer_nav_subitems {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	margin-top: 20px;
}

.footer .footer_nav_subitem {
	padding-left: 20px;
	position: relative;
}

.footer .footer_nav_subitem::before {
	background-color: #575757;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 10px;
}

.footer .footer_nav_subitem a {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
	transition: opacity 0.3s ease;
}

.footer .footer_buttons {
	display: flex;
	flex-direction: column;
	gap: 12px 0;
	width: 20.1%;
}

.footer .footer_button {
	padding: 8px 20px 26px;
	width: 250px;
	position: relative;
}

.footer .footer_button.common_button_line::before {
	background-color: #fff;
	height: 1px;
	width: 12%;
}

.footer .footer_button.common_button_line::after {
	background-color: #575757;
	height: 1px;
	left: 12%;
	width: 88%;
}

.footer .footer_button .animate_character_content {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 2;
	margin-left: 8px;
}

.footer .footer_button svg {
	margin-left: auto;
	width: 4px;
}

.footer .footer_button svg path {
	fill: #fff;
}

.footer .footer_button .common_button_line_icon {
	display: flex;
	width: 22px;
}

.footer .footer_button .common_button_line_icon.mypage {
	border-radius: 50%;
	overflow: hidden;
}

.footer .footer_footer {
	align-items: center;
	border-top: 1px solid #575757;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 79px;
	padding-top: 28px;
}

.footer .footer_copyright {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1;
}

.footer .footer_links {
	align-items: center;
	display: flex;
	gap: 0 30px;
}

.footer .footer_link a {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	transition: opacity 0.3s ease;
}

/* globalMenuSp */

.globalMenuSp {
	background: url(../image/bg_globalMenu.jpg) no-repeat center center/cover;
	bottom: 0;
	height: 100vh;
	height: 100svh;
	left: 0;
	opacity: 0;
	overflow: auto;
	padding: 27.7vw 0 10.3vw;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 50;
}

.globalMenuSp.active {
	opacity: 1;
	visibility: visible;
}

.globalMenuSp .globalMenuSp_item:not(:first-of-type) {
	border-top: 1px solid #575757;
}

.globalMenuSp .globalMenuSp_item:last-of-type {
	border-bottom: 1px solid #575757;
}

.globalMenuSp .globalMenuSp_item>a {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 3.6vw;
	font-weight: 600;
	line-height: 1;
	padding: 4.1vw 2.6vw;
	width: 100%;
}

.globalMenuSp .globalMenuSp_item>a svg {
	display: inline-block;
	margin-left: auto;
	width: 1.3vw;
}

.globalMenuSp .globalMenuSp_item_accordion {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 3.6vw;
	font-weight: 600;
	line-height: 1;
	padding: 5.1vw 1.3vw 5.1vw 2.6vw;
	width: 100%;
}

.globalMenuSp .globalMenuSp_icon {
	align-content: center;
	display: grid;
	height: 3.8vw;
	justify-content: center;
	margin-left: auto;
	place-content: center;
	width: 3.8vw;
}

.globalMenuSp .globalMenuSp_icon span {
	background-color: #fff;
	display: block;
	height: 0.4vw;
	transition: all 0.3s ease;
	width: 3.8vw;
}

.globalMenuSp .globalMenuSp_icon span:last-of-type {
	rotate: 90deg;
	translate: 0 -0.4vw;
}

.globalMenuSp .globalMenuSp_item.is_open .globalMenuSp_icon span:last-of-type {
	rotate: 0deg;
}

.globalMenuSp .globalMenuSp_subitems {
	display: none;
	padding: 0 2.6vw 3.8vw;
}

.globalMenuSp .globalMenuSp_subitem {
	padding-left: 5.1vw;
	position: relative;
}

.globalMenuSp .globalMenuSp_subitem::before {
	background-color: #575757;
	content: "";
	height: 0.3vw;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 2.6vw;
}

.globalMenuSp .globalMenuSp_subitem:last-of-type {
	margin-top: 2.6vw;
}

.globalMenuSp .globalMenuSp_subitem a {
	color: #fff;
	font-size: 3.3vw;
	font-weight: 600;
	line-height: 1;
}

.globalMenuSp .globalMenuSp_buttons {
	align-items: center;
	display: flex;
	gap: 0 2.6vw;
	margin-top: 8.2vw;
}

.globalMenuSp .globalMenuSp_button {
	align-items: center;
	border: 1px solid #575757;
	display: flex;
	padding: 4.9vw 3.8vw;
	width: 43.6vw;
}

.globalMenuSp .globalMenuSp_button span {
	color: #fff;
	display: inline-block;
	font-size: 3.6vw;
	font-weight: 600;
	line-height: 1;
	margin-left: 2.1vw;
}

.globalMenuSp .globalMenuSp_button svg {
	display: inline-block;
	margin-left: auto;
	max-width: 1.3vw;
	width: 100%;
}

.globalMenuSp .globalMenuSp_button_icon {
	width: 5.6vw;
}

.globalMenuSp .globalMenuSp_meta {
	margin-top: 16.7vw;
}

.globalMenuSp .globalMenuSp_address {
	color: #fff;
	font-size: 2.6vw;
	font-weight: 600;
	line-height: 1.8;
}

.globalMenuSp .globalMenuSp_tel {
	align-items: center;
	display: flex;
	gap: 0 2.6vw;
	margin-top: 3.1vw;
}

.globalMenuSp .globalMenuSp_tel_image {
	width: 3.1vw;
}

.globalMenuSp .globalMenuSp_tel span {
	color: #fff;
	font-family: "Bodoni Moda", serif;
	font-size: 4.6vw;
	font-weight: 600;
	line-height: 1;
}

/* hamburger */

.hamburger .hamburger_box {
	display: flex;
	flex-direction: column;
	gap: 1.5vw 0;
	height: 2.6vw;
	width: 6.4vw;
}

.hamburger .hamburger_box span {
	background-color: #fff;
	display: inline-block;
	height: 0.5vw;
	transform-origin: center;
	transition: all 0.3s ease;
}

.hamburger .hamburger_box span:first-of-type {
	width: 3.8vw;
}

.hamburger .hamburger_box span:last-of-type {
	width: 100%;
}

.hamburger.active .hamburger_box span:first-of-type {
	rotate: 45deg;
	translate: 0 1vw;
	width: 100%;
}

.hamburger.active .hamburger_box span:last-of-type {
	rotate: -45deg;
	translate: 0 -1vw;
}

/* header */

.header {
	left: 0;
	min-width: 1440px;
	padding: 20px 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 60;
}

.header .header_inner {
	align-items: center;
	display: grid;
	grid-template-columns: 250px 1fr;
	padding: 0 50px;
}

.header .header_logo {
	align-items: center;
	display: flex;
	justify-content: center;
	max-width: 250px;
	width: 100%;
}

.header .header_logo a {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.header .header_logo a .logo_text {
	display: inline-block;
	font-size: 11px;
	margin-bottom: 0.5em;
	color: #fff;
	font-family: "Bodoni Moda", serif;
	font-weight: 700;
	text-align: center;
}

.header .header_logo a .img {
	width: 100%;
	display: block;
}

.header .header_logo a .img img {
	width: 100%;
}

.header .header_nav {
	margin-left: auto;
}

.header .header_nav_upper {
	align-items: center;
	display: flex;
	gap: 0 30px;
	justify-content: end;
}

.header .header_nav_upper_number {
	align-items: center;
	display: flex;
	gap: 0 15px;
}

.header .header_nav_upper_number p {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
}

.header .header_nav_upper_number p:last-of-type {
	padding-left: 16px;
	position: relative;
}

.header .header_nav_upper_number p:last-of-type::before {
	background-color: #fff;
	content: "";
	height: 14px;
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
	rotate: 15deg;
}

.header .header_nav_upper_links {
	align-items: center;
	display: flex;
	gap: 0 20px;
}

.header .header_nav_upper_link .animate_character_content {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	padding: 0;
}

.header .header_nav_upper_link .animate_character_content:hover {
	opacity: 0.7;
}

.header .header_nav_lower {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 15px 27px;
	margin-top: 15px;
}

.header .header_lists {
	align-items: center;
	display: flex;
	gap: 0 20px;
}

.header .header_list {
	position: relative;
}

.header .header_list .animate_character .animate_character_content {
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	padding: 0 5px;
	transition: color 0.3s ease;
}

.header .header_list:has(.header_sublists) a {
	align-items: center;
	display: flex;
	gap: 0 6.4px;
	justify-content: center;
}

.header .header_list:has(.header_sublists) a svg {
	transition: rotate 0.3s ease;
}

.header .header_sublists {
	background-color: #fff;
	border: 1px solid #f0f0f0;
	display: flex;
	flex-direction: column;
	gap: 20px 0;
	left: 50%;
	margin-top: 10px;
	opacity: 0;
	padding: 19px 11px;
	position: absolute;
	top: 100%;
	transition: all 0.3s ease;
	translate: -50% 0;
	visibility: hidden;
	width: 114px;
	width: 77.5%;
	z-index: 1;
}

.header .header_sublists::before {
	background: url(../image/triangle.svg) center center/contain no-repeat;
	content: "";
	height: 4.5px;
	left: 50%;
	position: absolute;
	top: -4.5px;
	translate: -50% 0;
	width: 22.8px;
	z-index: -1;
}

.header .header_icons {
	align-items: center;
	display: flex;
	gap: 0 20px;
}

.header .header_registration,
.header .header_login {
	/* display: block; */
	/* max-width: 26px; */
	/* width: 100%; */
}

.header .header_registration svg path,
.header .header_login svg path {
	transition: fill 0.3s ease;
}

.header .header_registration.mypage {
	overflow: hidden;
	/* border-radius: 50%; */
}

.header_spIcon {
	display: none;
}

.header .header_sublist .animate_character_sub .animate_character_content {
	color: #212121;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
}

/* investment */

.investment {
	padding-bottom: 110px;
	position: relative;
	z-index: 10;
}

.investment .investment_title_en {
	font-family: "Bodoni Moda", serif;
	font-size: 56px;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
}

.investment .investment_title_en::before {
	color: #d6b467;
	content: "Real Estate";
	display: inline-block;
	font-family: "Tangerine", cursive;
	font-size: 36px;
	font-weight: 700;
	left: -10px;
	letter-spacing: 0.01em;
	line-height: 1;
	position: absolute;
	top: -30px;
}

.investment .investment_title_jp {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}

.investment .investment_body {
	margin-top: 50px;
}

.investment .investment_image {
	margin-left: -150px;
	max-width: 1190px;
	width: 100%;
}

.investment .investment_image img {
	-o-object-fit: cover;
	aspect-ratio: 1190/420;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.investment .investment_text {
	font-size: 16px;
	font-weight: 600;
	line-height: 2.5;
	margin-left: auto;
	margin-top: 50px;
	max-width: 950px;
	width: 100%;
}

.investment .investment_text:not(:first-of-type) {
	margin-top: 30px;
}

/* map */

.map {
	background: url(../image/bg_map.jpg) no-repeat center center/cover;
	padding: 120px 0 39px;
	position: relative;
}

.map::after {
	-o-object-fit: cover;
	aspect-ratio: 1440/339;
	background: url(../image/bg_map_bottom.png) center center/contain no-repeat;
	bottom: -1px;
	content: "";
	height: auto;
	left: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.map .map_inner {
	position: relative;
	z-index: 20;
}

.map .map_title {
	text-align: center;
}

.map .map_title_en {
	color: #fff;
	font-family: "Bodoni Moda", serif;
	font-size: 56px;
	font-weight: 500;
	line-height: 1;
}

.map .map_title_jp {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	margin-top: 24px;
}

.map .map_body {
	margin-top: 35px;
}

.map .map_body iframe {
	-o-object-fit: cover;
	aspect-ratio: 1140/430;
	height: auto;
	object-fit: cover;
	width: 100%;
}

/* page_link */

.page_link .page_link_inner.wrap {
	max-width: 1140px;
	padding: 0 50px;
}

.page_link .page_link_items {
	align-items: center;
	border-bottom: 0.5px solid #c6c0be;
	display: flex;
	gap: 0 50px;
	padding: 21px 0;
}

.page_link .page_link_item a {
	align-items: center;
	display: flex;
	font-family: "Bodoni Moda", serif;
	font-size: 16px;
	font-weight: 500;
	gap: 0 16px;
	letter-spacing: 0.01em;
	line-height: 1;
	color: #212121;
}

.page_link .page_link_icon {
	align-items: center;
	border: 1px solid #d8d5d4;
	border-radius: 100vmax;
	display: flex;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.page_link .page_link_icon svg {
	width: 11px;
}

.page_link .page_link_icon svg path {
	fill: #212121;
}

/* privacypolicy */

.privacypolicy {
	padding-bottom: 110px;
	position: relative;
	z-index: 10;
}

.privacypolicy .privacypolicy_title_jp {
	font-size: 24px;
	font-weight: 500;
	line-height: 1;
}

.privacypolicy .privacypolicy_text {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 20px;
}

.privacypolicy .privacypolicy_body {
	margin-top: 50px;
}

.privacypolicy .privacypolicy_box:not(:first-of-type) {
	margin-top: 50px;
}

.privacypolicy .privacypolicy_box h2 {
	border-bottom: 1px dotted #c6c0be;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	padding-bottom: 10px;
}

.privacypolicy .privacypolicy_box h3 {
	color: #212121;
	font-family: "Shippori Mincho", serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 30px;
}

.privacypolicy .privacypolicy_box h4 {
	color: #212121;
	font-family: "Shippori Mincho", serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.8;
	margin-top: 30px;
}

.privacypolicy .privacypolicy_box h5 {
	color: #212121;
	font-family: "Shippori Mincho", serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
	margin-top: 30px;
}

.privacypolicy .privacypolicy_box p {
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
	margin-top: 10px;
}

.privacypolicy .privacypolicy_box ul {
	margin-top: 15px;
}

.privacypolicy .privacypolicy_box li {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	margin-top: 10px;
	position: relative;
}

.privacypolicy .privacypolicy_box li::before {
	content: "»";
	font-size: 10px;
	margin-right: 10px;
}

.privacypolicy .privacypolicy_box dl {
	line-height: 2;
	margin-top: 15px;
}

.privacypolicy .privacypolicy_box dl dd:not(:first-of-type) {
	margin-top: 10px;
}

.privacypolicy .privacypolicy_box dt,
.privacypolicy .privacypolicy_box dd {
	color: #212121;
	font-family: "Shippori Mincho", serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}

.privacypolicy .privacypolicy_box a {
	color: #004cca;
	font-family: "Bodoni Moda", serif;
	transition: color 0.3s ease;
	word-break: break-all;
}

.privacypolicy .privacypolicy_box table {
	border-collapse: collapse;
	border-left: 1px solid #c6c0be;
	margin-top: 10px;
	width: 100%;
}

.privacypolicy .privacypolicy_box th,
.privacypolicy .privacypolicy_box td {
	font-family: "Shippori Mincho", serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.privacypolicy .privacypolicy_box th {
	background-color: #212121;
	color: #fff;
	padding: 10px;
}

.privacypolicy .privacypolicy_box td {
	border-bottom: 1px solid #c6c0be;
	border-right: 1px solid #c6c0be;
	color: #212121;
	line-height: 2;
	padding: 5px;
	vertical-align: middle;
}

.privacypolicy .privacypolicy_box address {
	margin-top: 30px;
}

.privacypolicy .privacypolicy_inner_box {
	margin-top: 30px;
}

.privacypolicy .privacypolicy_inner_box p:first-of-type {
	margin-top: 0;
}

/* renovation */

.renovation {
	padding-bottom: 110px;
}

.renovation .renovation_title_en {
	font-family: "Bodoni Moda", serif;
	font-size: 56px;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
}

.renovation .renovation_title_jp {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}

.renovation .renovation_body {
	margin-top: 50px;
}

.renovation .renovation_text {
	color: #212121;
	font-family: "Shippori Mincho", serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}

/* section_wrap */

.section_wrap {
	background: url(../image/bg_pattern2.jpg) no-repeat center center/cover;
	padding: 221px 0;
	position: relative;
	width: 100%;
}

.section_wrap::before,
.section_wrap::after {
	-o-object-fit: cover;
	/* aspect-ratio: 1440/180; */
	/* content: ""; */
	/* height: auto; */
	/* left: 0; */
	/* object-fit: cover; */
	/* position: absolute; */
	/* width: 100%; */
}

.section_wrap::before {
	background: transparent linear-gradient(180deg, #fdfcfa 0%, #fdfcfa 7%, rgba(254, 253, 251, 0) 100%) 0% 0% no-repeat padding-box;
	top: -1px;
}

.section_wrap::after {
	/* background: url(../image/bg_white2_bottom.png) center center/contain no-repeat; */
	/* bottom: -1px; */
}

/* strength */

.strength {
	padding-bottom: 150px;
}

.strength .strength_inner {
	position: relative;
}

.strength .strength_inner::before {
	background-color: #e3e2e0;
	content: "";
	height: 130px;
	left: 0;
	position: absolute;
	top: 40px;
	width: 130px;
	z-index: -1;
}

.strength .strength_inner::after {
	background-color: #e3e2e0;
	bottom: -150px;
	content: "";
	height: 200px;
	position: absolute;
	right: -60px;
	width: 200px;
	z-index: -2;
}

.strength .strength_title_en {
	font-family: "Bodoni Moda", serif;
	font-size: 56px;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
}

.strength .strength_body {
	position: relative;
	width: 1000px;
	margin: 60px auto 0;
	padding: 30px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.1) 85%, rgba(255, 255, 255, 0) 100%);
}

.strength .strength_body::before {
	content: "";
	position: absolute;
	filter: blur(5px);
	background-color: rgba(255, 255, 255, 0.7);
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	z-index: -1;
}

.strength .strength_text {
	font-size: 20px;
	font-weight: 600;
	line-height: 2.5;
	margin: 0 auto;
	max-width: 900px;
	text-align: center;
	width: 100%;
}

.strength .strength_text:not(:first-of-type) {
	margin-top: 50px;
}

.strength .strength_body .img {
	position: absolute;
	width: 270px;
	z-index: -2;
}

.strength .strength_body .img img {
	width: 100%;
	aspect-ratio: 2/3;
	object-fit: cover;
}

.strength .strength_body .img.top {
	top: -50px;
	right: -100px;
}

.strength .strength_body .img.bottom {
	bottom: -50px;
	left: -100px;
}

.strength .strength_body .img::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
	background: white;
	filter: blur(0);
	mask-image: radial-gradient(ellipse at center,
			transparent 60%,
			black 100%);
	mask-composite: exclude;
	-webkit-mask-image: radial-gradient(ellipse at center,
			transparent 60%,
			black 100%);
	-webkit-mask-composite: destination-out;
}

/* top_buy */
.top_buy {
	padding-top: 150vh;
	position: relative;
}

.top_buy .top_buy_inner {
	display: flex;
	flex-direction: column;
	position: relative;
}

.top_buy .top_buy_inner::before {
	background-color: #e3e2e0;
	content: "";
	height: 390px;
	left: -75px;
	position: absolute;
	top: 55px;
	width: 270px;
}

.top_buy .top_buy_header {
	align-items: baseline;
	display: flex;
}

.top_buy .top_buy_title {
	align-items: baseline;
	display: flex;
	gap: 0 14px;
	position: relative;
}

.top_buy .top_buy_title::before {
	color: #d6b467;
	content: "want to";
	display: inline-block;
	font-family: "Tangerine", cursive;
	font-size: 56px;
	font-weight: 700;
	left: -10px;
	line-height: 1;
	position: absolute;
	top: -30px;
}

.top_buy .top_buy_title_en {
	color: #212121;
	font-family: "Bodoni Moda", serif;
	font-size: 88px;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1;
}

.top_buy .top_buy_title_jp {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1;
}

.top_buy .top_buy_button {
	margin-left: auto;
}

.top_buy .top_buy_body {
	margin-right: calc(50% - 50vw);
	margin-top: 28px;
}

/* top_investment */

.top_investment .common_media_inner {
	position: relative;
}

.top_investment .common_media_inner::after {
	background-color: #1c1c1c;
	bottom: -192px;
	content: "";
	height: 280px;
	position: absolute;
	right: 25px;
	width: 280px;
	z-index: -1;
	opacity: .5;
}

.top_investment .animate_character_content {
	font-size: 13px;
	padding: 0;
}

.top_investment .top_investment_title::before {
	color: #d6b467;
	content: "real estate";
	font-family: "Tangerine", cursive;
	font-size: 56px;
	font-weight: 700;
	letter-spacing: 0.01em;
	line-height: 1;
	position: absolute;
	right: -23px;
	text-transform: capitalize;
	top: 30px;
}

.top_investment .top_investment_title_sub {
	color: #fff;
	font-family: "Bodoni Moda", serif;
	font-size: 88px;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1;
	margin-left: 23px;
	position: relative;
}

.top_investment .top_investment_title_jp {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.6em;
	line-height: 1;
	margin-top: 6px;
}

.top_investment .top_investment_body {
	margin-left: auto;
	margin-top: -55px;
	max-width: 900px;
	padding-right: 100px;
	width: 100%;
}

.top_investment .top_investment_image {
	max-width: 1190px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.top_investment .top_investment_image img {
	-o-object-fit: cover;
	aspect-ratio: 1190/420;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.top_investment .top_investment_text {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 2;
}

.top_investment .top_investment_button {
	margin-top: 22px;
}

.top_investment .top_investment_button a {
	align-items: center;
	color: #fff;
	display: flex;
	font-family: "Bodoni Moda", serif;
	font-size: 13px;
	font-weight: 500;
	gap: 0 20px;
	justify-content: end;
	letter-spacing: 0.01em;
	line-height: 1;
}

.top_investment .top_investment_button a svg {
	width: 4px;
}

/* top_mainview */

.top_mainview {
	align-items: center;
	background: url(../image/mainview.jpg) no-repeat center center/cover;
	display: flex;
	height: 100vh;
	position: fixed;
	transition: all 0.3s ease;
	width: 100%;
	z-index: 10;
}

.top_mainview::before {
	content: "";
	inset: 0;
	position: absolute;
	background-color: #393939;
	opacity: 0.3;
}

/* .top_mainview::after {
	-o-object-fit: cover;
	aspect-ratio: 1440/340;
	background: url(../image/bg_white.png) center center/contain no-repeat;
	bottom: -125px;
	content: "";
	height: auto;
	left: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
	z-index: 10;
} */

.top_mainview .top_mainview_copy {
	text-align: center;
	translate: 0 10%;
}

.top_mainview .top_mainview_copy_sub {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 2;
}

.top_mainview .top_mainview_copy_main {
	color: #fff;
	font-size: 56px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1;
	margin-top: 33px;
}

.top_mainview .top_mainview_copy_en {
	color: #fff;
	font-family: "Tangerine", cursive;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	margin-top: 39px;
}

.top_mainview .top_mainview_article {
	display: block;
	margin-left: auto;
	margin-top: 101px;
	max-width: 300px;
	position: relative;
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: 10;
}

.top_mainview .top_mainview_article_time {
	color: #fff;
	font-family: "Bodoni Moda", serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
}

.top_mainview .top_mainview_article_title {
	-webkit-text-decoration: underline;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.6;
	margin-top: 6px;
	text-decoration: underline;
}

.bg_pattern {
	background: url(../image/bg_pattern.jpg) no-repeat center center / cover;
	width: 100%;
}

/* top_news */

.top_news {
	background-color: #fff;
	padding-bottom: 289px;
	position: relative;
	z-index: 1;
}

.top_news .top_news_inner {
	display: flex;
	gap: 0 149px;
}

.top_news .top_news_header {
	margin-top: 23px;
}

.top_news .top_news_title_en {
	font-family: "Bodoni Moda", serif;
	font-size: 88px;
	font-weight: 500;
	line-height: 1;
}

.top_news .top_news_title_jp {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	margin-top: 37px;
}

.top_news .top_news_button {
	margin-top: 55px;
}

.top_news .top_news_body {
	max-width: 768px;
	width: 100%;
}

/* top_renovation */

.top_renovation .common_media_inner {
	position: relative;
}

.top_renovation .common_media_inner::after {
	background-color: #1c1c1c;
	bottom: -80px;
	content: "";
	height: 200px;
	left: 25px;
	position: absolute;
	width: 200px;
	z-index: -1;
	opacity: .3;
}

.top_renovation .animate_character_content {
	font-size: 13px;
	padding: 0;
}

.top_renovation .top_renovation_title {
	position: relative;
}

.top_renovation .top_renovation_title::after {
	background-color: #fff;
	content: "";
	height: 1px;
	position: absolute;
	right: 100px;
	rotate: -45deg;
	top: 0;
	transform-origin: top right;
	width: 280px;
}

.top_renovation .top_renovation_title.common_media_title {
	padding-top: 50px;
}

.top_renovation .top_renovation_title_sub {
	color: #fff;
	font-family: "Bodoni Moda", serif;
	font-size: 88px;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1;
	position: relative;
}

.top_renovation .top_renovation_title_jp {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.6em;
	line-height: 1;
	margin-left: 28px;
}

/* top_search */

.top_search {
	position: relative;
}

.top_search .top_search_title_en {
	color: rgba(198, 192, 190, 0.2);
	font-family: "Bodoni Moda", serif;
	font-size: 188px;
	font-weight: 500;
	line-height: 1;
	position: relative;
	text-align: center;
	z-index: -1;
}

.top_search .top_search_inner {
	margin-top: -48px;
}

.top_search .top_search_body {
	display: flex;
	gap: 0 20px;
}

.top_search .top_search_container {
	display: flex;
	gap: 0 20px;
}

.top_search .top_search_registration {
	align-items: center;
	aspect-ratio: 570/320;
	background: url(../image/membership.jpg) no-repeat center center/cover;
	display: grid;
	padding-left: 70px;
	padding-right: 50px;
	position: relative;
	width: 570px;
	flex-shrink: 0;
}

.top_search .top_search_registration::after {
	bottom: 25px;
	color: #a08862;
	content: "Click here";
	font-family: "Tangerine", cursive;
	font-size: 80px;
	font-weight: 400;
	line-height: 1;
	position: absolute;
	right: 22px;
	rotate: -5deg;
}

.top_search_registration_catch {
	position: absolute;
	top: 25%;
	left: 12%;
}

.top_search_registration_catch .text {
	color: #FFF;
	font-size: 18px;
	letter-spacing: .04em;
	font-weight: 600;
}

.top_search_registration_catch .text .color {
	color: #a08862;
	font-weight: 900;
	display: inline-block;
}

.top_search .top_search_registration_button {
	align-items: center;
	display: flex;
	width: 100%;
}

.top_search .top_search_registration_text_en {
	color: #fff;
	font-family: "Bodoni Moda", serif;
	font-size: 14px;
	font-weight: 500;
}

.top_search .top_search_registration_text_jp {
	margin-top: 15px;
}

.top_search .top_search_registration_text_jp p {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
}

.top_search .top_search_registration_icon {
	align-items: center;
	border: none;
	border-radius: 100vmax;
	display: flex;
	flex-shrink: 0;
	height: 50px;
	justify-content: center;
	margin-left: auto;
	width: 50px;
}

.top_search .top_search_registration_icon .common_button_arrow {
	fill: #fff;
	width: 6px;
}

.top_search_registration:hover .common_button_svg {
	transform: rotate(-90deg);
}

.top_search_registration:hover .common_button_circle_animate {
	stroke-dashoffset: 0;
}

/* top_sell */

.top_sell {
	position: relative;
	padding-bottom: 83px;
}

.top_sell .top_sell_inner {
	display: flex;
	gap: 0 134px;
	position: relative;
}

.top_sell .top_sell_inner::after {
	-o-object-fit: cover;
	aspect-ratio: 1000/712;
	background: url(../image/sell_bg.png) center center/contain no-repeat;
	bottom: -200px;
	content: "";
	height: auto;
	object-fit: cover;
	position: absolute;
	right: -125px;
	width: 1000px;
	z-index: -1;
}

.top_sell .top_sell_image {
	margin-left: -150px;
	max-width: 576px;
	width: 100%;
}

.top_sell .top_sell_image img {
	-o-object-fit: cover;
	aspect-ratio: 576/720;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.top_sell .top_sell_body {
	margin-top: 50px;
}

.top_sell .top_sell_title {
	align-items: baseline;
	display: flex;
	gap: 0 18px;
}

.top_sell .top_sell_title_en {
	font-family: "Bodoni Moda", serif;
	font-size: 88px;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1;
}

.top_sell .top_sell_title_jp {
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
}

.top_sell .top_sell_text {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 2.5;
	margin-top: 45px;
}

.top_sell .top_sell_buttons {
	margin-top: 18px;
}

.top_sell .top_sell_button:last-of-type {
	margin-top: 35px;
}

.top_sell .top_sell_button {
	padding: 0 30px 37px;
	width: 100%;
}

.top_sell .top_sell_button.common_button_line::before {
	background-color: #c6c0be;
	height: 2px;
	width: 50px;
}

.top_sell .top_sell_button.common_button_line::after {
	background-color: #d8d5d4;
	height: 0.5px;
	left: 50px;
	width: calc(100% - 50px);
}

.top_sell .top_sell_button span {
	color: #212121;
	flex: 1;
	font-size: 18px;
	font-weight: 600;
}

.top_sell .top_sell_button .common_button_arrow {
	width: 6px;
}

.top_sell_button:hover .common_button_svg {
	transform: rotate(-90deg);
}

.top_sell_button:hover .common_button_circle_animate {
	stroke-dashoffset: 0;
}

/* top_strength_title */

.top_strength_title {
	margin: -74px auto 0;
	mix-blend-mode: exclusion;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.top_strength_title::after {
	color: #fff;
	content: "Ambition dx holdings";
	font-family: "Tangerine", cursive;
	font-size: 56px;
	font-weight: 700;
	left: -47px;
	letter-spacing: 0.01em;
	line-height: 1;
	position: absolute;
	rotate: -2deg;
	top: -32px;
	width: 100%;
}

.top_strength_title .top_strength_title_en {
	color: #d3d3d2;
	font-family: "Bodoni Moda", serif;
	font-size: 136px;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1;
}

/* top_strength */

.top_strength {
	background: url(../image/strength.jpg) no-repeat center center/cover;
	background-attachment: fixed;
	padding: 158px 0 192px;
	position: relative;
}

.top_strength::after {
	-o-object-fit: cover;
	aspect-ratio: 1440/380;
	background: url(../image/bg_strength_bottom.png) center center/contain no-repeat;
	bottom: -1px;
	content: "";
	height: auto;
	left: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.top_strength .top_strength_inner {
	position: relative;
	z-index: 20;
}

.top_strength .top_strength_wrapper {
	background: url(../image/strength.jpg) no-repeat center center/cover;
	padding: 161px 0 192px;
	position: relative;
}

.top_strength .top_strength_wrapper::after {
	-o-object-fit: cover;
	aspect-ratio: 1440/380;
	background: url(../image/bg_strength_bottom.png) center center/contain no-repeat;
	bottom: 0;
	content: "";
	height: auto;
	left: 0;
	object-fit: cover;
	position: absolute;
	width: 100%;
	z-index: 10;
}

.top_strength .top_strength_body {
	text-align: center;
}

.top_strength .top_strength_copy {
	color: #fff;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1;
}

.top_strength .top_strength_text {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 2.5;
	margin-top: 42px;
}

.top_strength .top_strength_button {
	margin: 56px auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.top_strength .top_strength_button .common_button {
	color: #fff;
}

.top_strength .top_strength_button .common_button_icon svg path {
	fill: #fff;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1190px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.wrap.wrap_wide {
	max-width: 1290px;
}

.wrap.wrap_full {
	max-width: 1390px;
}

.top_mainview_inner .penguin_blog_parts_link {
	display: block;
	margin-left: auto;
	margin-top: 290px;
	max-width: 300px;
	position: relative;
	transition: opacity 0.3s ease;
	width: 100%;
	z-index: 20;
}

.top_mainview_inner .penguin_blog_parts_link .penguin_blog_parts_img_box {
	display: none;
}

.top_mainview_inner .penguin_blog_parts_link .penguin_blog_parts_text_box {
	color: #FFF;
}

.top_mainview_inner .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_date {
	color: #fff;
	font-family: "Bodoni Moda", serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5;
}

.top_mainview_inner .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_ttl {
	-webkit-text-decoration: underline;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #fff;
	display: -webkit-box;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.6;
	margin-top: 6px;
	overflow: hidden;
	text-decoration: underline;
}

.top_mainview_inner .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_text {
	display: none;
}

.top_mainview_inner .BlogThumbnailNextLink,
.top_mainview_inner .BlogThumbnailPreLink {
	display: none;
}

.top_news .top_news_body .common_article_titles .penguin_blog_parts_link {
	align-items: flex-end;
	border-top: 0.5px solid #d8d5d4;
	display: flex;
	gap: 0 111px;
	padding: 30px 46px 33px 54px;
	position: relative;
}

.top_news .top_news_body .common_article_titles .penguin_blog_parts_link .penguin_blog_parts_img_box {
	display: none;
}

.top_news .top_news_body .common_article_titles .penguin_blog_parts_link .penguin_blog_parts_text_box {
	flex: 1;
	color: #212121;
}

.top_news .top_news_body .common_article_titles .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_date {
	display: inline-block;
	font-family: "Bodoni Moda", serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	font-family: "Noto Sans JP", sans-serif;
}

.top_news .top_news_body .common_article_titles .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_ttl {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.6;
	margin-top: 10px;
	overflow: hidden;
	font-family: "Noto Sans JP", sans-serif;
}

.top_news .top_news_body .common_article_titles .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_text {
	display: none;
}

.top_news .top_news_body .common_article_titles .penguin_blog_parts:last-of-type .penguin_blog_parts_link {
	border-bottom: 0.5px solid #d8d5d4;
}

.top_news .top_news_body .common_article_titles .penguin_blog_parts .penguin_blog_parts_link .common_article_title_button {
	align-items: center;
	display: flex;
	gap: 0 19px;
	width: -moz-fit-content;
	width: fit-content;
}

.top_news .top_news_body .common_article_titles .penguin_blog_parts .penguin_blog_parts_link .common_article_title_button span {
	color: #212121;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	display: flex;
}

.top_news .top_news_body .common_article_titles .penguin_blog_parts .penguin_blog_parts_link .common_article_title_button svg {
	width: 4px;
}

.common_page {
	padding: 100px 0;
	position: relative;
	z-index: 10;
	font-family: "Noto Sans JP", sans-serif;
}

.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue input[type="radio"] {
	margin: 0 0.3em 0.3em 0;
}

.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue label+label {
	margin-left: 30px;
}

.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue input[type="checkbox"] {
	margin: 0 0.3em 0.3em 0;
}

.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue .form_required input[type="password"] {
	border-radius: 5px;
	box-shadow: 0 0 3px #bdc8ca;
	border: 1px solid #bbc6c8;
	padding: 0 0.5em;
	margin-right: 1em;
}

.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue .cboxElement {
	color: #2DAE91;
}

.form_page .form_block .form_wrap .LoginView .NoLoginBox form {
	/* position: relative; */
	transition: .3s;
	border-bottom: solid 1px #2DAE91;
}

.form_page .form_block .form_wrap .LoginView .NoLoginBox form::after {
	/* content: "";
    width: 6px;
    aspect-ratio: 1/1;
    min-width: 0;
    border: solid 2px #2DAE91;
    border-width: 2px 2px 0 0;
    position: absolute;
    top: 50%;
    right: -0.5em;
    rotate: 45deg;
    translate: 0 -50%; */
}

.form_page .form_block .form_wrap .LoginView .NoLoginBox form:hover {
	opacity: 0.6;
}

.LoginView .PasswordReissue a:hover {
	opacity: 0.6;
}



#mypage_page #top_search_sec {
	display: none;
}

.header .header_login {
	position: relative;
}

.header .header_login .logout {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.header .header_login .logout input[type="submit"] {
	width: 100%;
	height: 100%;
}

.footer .footer_button .logout {
	position: absolute;
	inset: 0;
}

.footer .footer_button .logout input[type="submit"] {
	width: 100%;
	height: 100%;
}

.LoginView .PasswordReissue a {
	color: #2DAE91;
	transition: .3s;
}

#page_brokerage,
#page_purchase {
	padding-bottom: 100px;
}

.page_news_list .post_cont {
	gap: 36px;
	flex-wrap: wrap;
	flex-direction: row;
	position: relative;
}

.page_news_list .post_cont .penguin_blog_parts {
	width: 258px;
	background-color: #FFF;
	padding: 1em;
}

.page_news_list .post_cont .penguin_blog_parts .penguin_blog_parts_link {
	display: block;
	width: 100%;
	height: 100%;
}

.page_news_list .post_cont .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_text_box {
	color: #212121;
}

.page_news_list .post_cont .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_text {
	display: none;
}

.page_news_list .post_cont .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_ttl {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 700;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: color 0.3s ease 0s;
	margin-top: 0.5em;
	font-family: "Noto Sans JP", sans-serif;
}

.penguin_blog_parts_date {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 500;
	color: #2DAE91;
	font-family: "Noto Sans JP", sans-serif;
}

.page_news_list .post_cont .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_img_box {
	width: 100%;
	aspect-ratio: 258 / 180;
	overflow: hidden;
	margin-bottom: 0.3em;
}

.page_news_list .post_cont .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .3s;
}

.page_news_list .post_cont .penguin_blog_parts .penguin_blog_parts_link:hover .penguin_blog_parts_img_box img {
	scale: 1.1;
}

.page_news_list .BlogThumbnailPreLink,
.page_news_list .BlogThumbnailNextLink {
	display: block !important;
	position: absolute;
	bottom: -40px;
}

.page_news_list .BlogThumbnailPreLink a,
.page_news_list .BlogThumbnailNextLink a {
	color: #2DAE91;
	font-weight: 600;
}

.page_news_list .BlogThumbnailPreLink {
	left: 0;
}

.page_news_list .BlogThumbnailNextLink {
	right: 0;
}

.page_news_list .post_cont::before {
	content: "";
	background: url(../image/bg_pattern2.jpg) no-repeat center center / cover;
	width: 112%;
	height: 144%;
	position: absolute;
	top: -22%;
	left: -6%;
	z-index: -1;
}



.common_page_btn a {
	padding: 0 30px 17px;
	width: 70%;
	align-items: center;
	display: flex;
	position: relative;
}

.common_page_btn a::before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	transition: width 0.3s ease;
	z-index: 10;
	background-color: #c6c0be;
	height: 2px;
	width: 50px;
}

.common_page_btn a span {
	color: #212121;
	flex: 1;
	font-size: 18px;
	font-weight: 600;
}

.common_page_btn a .common_button_arrow {
	width: 6px;
}

.common_page_btn a::after {
	bottom: 0;
	content: "";
	position: absolute;
	transition: width 0.3s ease;
	background-color: #d8d5d4;
	height: 0.5px;
	left: 50px;
	width: calc(100% - 50px);
}

.common_page_btn a:hover .common_button_svg {
	transform: rotate(-90deg);
}

.common_page_btn a:hover .common_button_circle_animate {
	stroke-dashoffset: 0;
}

.brokerage .text_outer .common_page_btn a {
	margin-left: auto;
}

.purchase .text_outer .common_page_btn a {
	margin-left: auto;
}



.layout_staff {
	margin-top: 85px;
}

.layout_staff .staff_list ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.layout_staff .common_sub_media_title {
	margin-bottom: 30px;
}

.layout_staff .staff_list li a {
	display: flex;
	padding: 20px;
	gap: 0 20px;
	background-color: #f1f0ee;
	align-items: center;
	transition: .3s;
}

.layout_staff .staff_list li a .img {
	width: 180px;
	flex-shrink: 0;
}

.layout_staff .staff_list li a .img img {
	width: 100%;
	aspect-ratio: 1/1;
	min-width: 0;
	object-fit: cover;
}

.layout_staff .staff_list li a .text_box .ttl_box {
	margin-bottom: 10px;
}

.layout_staff .staff_list li a .text_box .ttl_box .name_box .name {
	font-size: 18px;
	letter-spacing: .04em;
	font-weight: 700;
	color: #212121;
}

.layout_staff .staff_list li a .text_box .ttl_box .name_box .en {
	color: #2dae91;
	font-size: 14px;
	font-weight: 600;
}

.f_en {
	font-family: "Bodoni Moda", serif;
}

.layout_staff .staff_list li a .text_box .text {
	font-size: 13px;
	letter-spacing: .04em;
	color: #212121;
	line-height: 1.7;
}

#page_staff {
	padding-bottom: 100px;
}

.layout_staff .staff_list li a:hover {
	translate: -10px -10px;
}

.layout_staff .staff_list li::after {
	content: "";
	position: absolute;
	background-color: #2dae91;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.layout_staff .staff_list li {
	position: relative;
}

.layout_staff_single {
	margin-top: 85px;
}

.layout_staff_single .staff_single_cont .info_box .career_box,
.layout_staff_single .staff_single_cont .info_box .profile_box {
	padding: 20px 25px;
	background: #f9f9f9;
	border-radius: 12px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.layout_staff_single .staff_single_cont .info_box .career_box .sec_ttl,
.layout_staff_single .staff_single_cont .info_box .profile_box .sec_ttl {
	font-size: 20px;
	font-weight: 700;
	color: #2dae91;
	border-left: 4px solid #2dae91;
	padding-left: 10px;
	margin-bottom: 20px;
	letter-spacing: .04em;
}

.layout_staff_single .staff_single_cont .info_box .career_box .list li {
	display: flex;
	gap: 0 20px;
	padding: 12px 0;
	border-bottom: 1px solid #ddd;
}

.layout_staff_single .staff_single_cont .info_box .career_box .list li:last-child {
	border-bottom: none;
}

.layout_staff_single .staff_single_cont .info_box .career_box .date {
	width: 100px;
	font-weight: 700;
	color: #555;
	font-size: 16px;
	flex-shrink: 0;
}

.layout_staff_single .staff_single_cont .info_box .career_box .text {
	flex-grow: 1;
	letter-spacing: .04em;
	font-size: 16px;
}

.layout_staff_single .staff_single_cont .info_box .profile_box .list li {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}

.layout_staff_single .staff_single_cont .info_box .profile_box .list li:last-child {
	border-bottom: none;
}

.layout_staff_single .staff_single_cont .info_box .profile_box .label {
	width: 190px;
	font-weight: 700;
	flex-shrink: 0;
	font-size: 16px;
	letter-spacing: .04em;
}

.layout_staff_single .staff_single_cont .info_box .profile_box .value {
	flex-grow: 1;
	font-size: 16px;
	letter-spacing: .04em;
}

.layout_staff_single .staff_single_cont .text_img_box {
	display: flex;
	align-items: center;
	gap: 0 100px;
	margin-bottom: 80px;
}

.layout_staff_single .staff_single_cont .text_img_box .img {
	width: 450px;
	flex-shrink: 0;
	box-shadow: -20px 20px 0 #2dae91;
}

.layout_staff_single .staff_single_cont .text_img_box .img img {
	width: 100%;
	aspect-ratio: 6/7;
	object-fit: cover;
}

.layout_staff_single .staff_single_cont .text_img_box .text_box .name_box {
	margin-bottom: 40px;
}

.layout_staff_single .staff_single_cont .text_img_box .text_box .name_box .name {
	font-size: 28px;
	letter-spacing: .08em;
	color: #2dae91;
	font-weight: 700;
}

.layout_staff_single .staff_single_cont .text_img_box .text_box .main_text .text {
	font-size: 16px;
	letter-spacing: .08em;
	line-height: 2;
}

.layout_staff_single .staff_single_cont .info_box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 50px;
	align-items: flex-start;
}

.layout_staff_single .staff_single_cont .common_page_btn a {
	width: 50%;
	margin: 60px auto 0;
}

.layout_staff_single .staff_single_cont .info_box.single {
	grid-template-columns: 1fr;
	width: 80%;
	margin: 0 auto;
}

.top_member_sec {
	margin-top: 80px;
	padding: 80px 0;
	background-color: #f1f0ee;
}

.top_member_sec .sec_ttl_box .sec_en_ttl {
	font-family: "Bodoni Moda", serif;
	font-size: 42px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1;
	margin-bottom: 0.3em;
}

.top_member_sec .sec_ttl_box .sec_ttl {
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.04em;
	color: #2eae91;
	font-weight: 700;
}

.top_member_sec .sec_ttl_box .ttl_text {
	text-align: center;
	font-size: 16px;
	margin-top: 1.5em;
	line-height: 1.7;
}

.top_member_sec .frame {
	padding: 50px;
	background-color: #ffffff;
	margin-bottom: 50px;
}

.top_member_sec .frame .common_card {
	max-width: 306px;
}

.top_member_sec .frame .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #2eae91;
}

.top_member_sec .frame .top_member_sec_bukken_ttl {
	text-align: center;
	font-size: 24px;
	margin-bottom: 1em;
	font-weight: 700;
	letter-spacing: .04em;
}

.top_member_sec .top_buy_body .swiper {
	padding-bottom: 50px;
}

.top_member_sec .top_buy_body .swiper-pagination {
	position: absolute;
	bottom: 0;
}

.top_member_sec .icon_list_area {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	width: 90%;
	margin: 50px auto;
}

.top_member_sec .icon_list_area .list_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
}

.top_member_sec .icon_list_area .list_item .item_icon {
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 50%;
	font-size: 40px;
	color: #2dae91;
}

.top_member_sec .icon_list_area .list_item .item_text {
	font-size: 16px;
	text-align: center;
	line-height: 1.6;
	letter-spacing: .02em;
}

.top_member_btm_area {
	display: flex;
	align-items: center;
	gap: 40px;
}

.top_member_btm_area .btm_text_area {
	flex-grow: 1;
}

.top_member_btm_area .btm_text_area .text {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: .02em;
}

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

.header_btm .kokai_num_area {
	display: none;
}

.header_btm .kokai_num_area .kokai_num {
	color: #fff;
	font-size: 14px;
	letter-spacing: .02em;
}

.header_btm .header_btm_btn_area {
	display: flex;
	align-items: center;
	font-size: 14px;
	letter-spacing: .02em;
	gap: 0.8em;
}

.header_btm .header_btm_btn_area .header_btm_btn {
	display: flex;
	align-items: center;
	color: #fff;
	border: 1px solid #fff;
	padding: 0.4em 0.8em;
	gap: .5em;
}

.header_btm .header_btm_btn_area .header_btm_btn .icon {
	width: 1.5em;
	height: 1.5em;
	flex-shrink: 0;
}


.header_btm .header_btm_btn_area .header_btm_btn.mypage .icon svg rect {
	fill: transparent;
}

.header_btm .header_btm_btn_area .header_btm_btn .icon svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.form_page .form_block .form_wrap form .FormSubGroup.acord {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #bdc8ca;
	display: flex;
	justify-content: space-between;
	gap: 1em;
}

.form_page .form_block .form_wrap form .FormSubGroup.acord::after {
	content: "";
	width: .7em;
	height: .7em;
	border: 2px solid rgb(45 174 145);
	border-top: none;
	border-left: none;
	transform: translateY(-.1em) rotate(45deg);
	transition: .3s;
}

.form_page .form_block .form_wrap form .FormSubGroup.acord.open::after {
	transform: translateY(.2em) rotate(225deg);
}

.top_kodawari_sec {
	margin-top: 80px;
}

.top_kodawari_sec.mt {
	padding-top: 150svh;
	margin-top: 0;
}

.top_kodawari_sec .sec_ttl_box {
	margin-bottom: 40px;
}

.top_kodawari_sec .sec_ttl_box .sec_en_ttl {
	font-family: "Bodoni Moda", serif;
	font-size: 42px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1;
	margin-bottom: 0.3em;
}

.top_kodawari_sec .sec_ttl_box .sec_ttl {
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.04em;
	color: #2eae91;
	font-weight: 700;
}

.top_kodawari_sec .top_kodawari_cont {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}

.top_kodawari_sec .top_kodawari_cont .top_kodawari_item {
	display: block;
	background-color: #f1f0ee;
	border: 1px solid #d8d5d4;
}

.top_kodawari_sec .top_kodawari_cont .top_kodawari_item .item_img {
	width: 100%;
	height: 180px;
}

.top_kodawari_sec .top_kodawari_cont .top_kodawari_item .item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_kodawari_sec .top_kodawari_cont .top_kodawari_item .item_ttl_area {
	padding: 18px;
	overflow: hidden;
}

.top_kodawari_sec .top_kodawari_cont .top_kodawari_item .item_ttl_area .item_ttl {
	display: flex;
	align-items: center;
	gap: 0.7em;
	font-size: 16px;
	letter-spacing: .02em;
	line-height: 1.5;
	color: #212121;
	transition: .3s;
}

.top_kodawari_sec .top_kodawari_cont .top_kodawari_item .item_ttl_area .item_ttl .letter {
	position: relative;
	z-index: 1;
}

.top_kodawari_sec .top_kodawari_cont .top_kodawari_item .item_ttl_area .item_ttl::before {
	content: "";
	width: .6em;
	height: .6em;
	flex-shrink: 0;
	background-color: #02af91;
	border-radius: 50%;
	transition: .4s;
}

.top_kodawari_sec .top_kodawari_cont .top_kodawari_item:hover .item_ttl_area .item_ttl::before {
	transform: scale(10);
}

#page_new-apartment .top_buy {
	padding-top: 150px;
}

#page_new-apartment .common_cards {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 60px;
}

.common_tab_cont .tab_menu {
	position: relative;
	z-index: 1;
	margin-block: 50px 0;
}

.common_tab_cont .tab_menu ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 0 20px;
}

.common_tab_cont .tab_menu ul li {
	border: 1px solid #212121;
	text-align: center;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: .05em;
	font-weight: 700;
	background-color: #fff;
	padding: .5em;
	cursor: pointer;
}

.common_tab_cont .tab_menu ul li.active {
	background-color: #212121;
	color: #fff;
}

.common_tab_cont .tab_content {
	display: none;
	margin-top: 30px;
}

.common_tab_cont .tab_content.show {
	display: block;
}

.common_tab_cont a.common_button {
	justify-content: center;
	margin-top: 2rem;
}

#page_new-apartment .top_search {
	margin-block: 100px;
}

#page_new-apartment .popular_area_sec {
	padding-top: 150px;
}

#page_new-apartment .popular_area_sec .page_title {
	text-align: center;
	font-family: var(--font-serif);
	font-size: 36px;
	font-weight: 600;
	line-height: 1.5;
	color: var(--primary-color);
}

#page_new-apartment .popular_area_sec .cont {
	margin-top: 30px;
}

#page_new-apartment .popular_area_sec .item_cont+.item_cont {
	margin-top: 50px;
}

#page_new-apartment .popular_area_sec .item_cont {
	border-radius: 5px;
	border: 1px solid var(--border-color);
	background-color: var(--light-gray);
	padding: 50px;
}

#page_new-apartment .popular_area_sec .item_cont .title {
	border-bottom: 2px solid #212121;
	font-size: 22px;
	font-weight: 700;
	padding: .3em;
}

#page_new-apartment .popular_area_sec .item_cont .flex_box {
	display: flex;
	align-items: flex-end;
	gap: 0 40px;
	margin-top: 30px;
}

#page_new-apartment .popular_area_sec .item_cont .flex_box .img {
	width: 400px;
	flex-shrink: 0;
}

#page_new-apartment .popular_area_sec .item_cont .flex_box .img img {
	width: 100%;
	aspect-ratio: 1;
	min-width: 0;
	object-fit: cover;
}

#page_new-apartment .popular_area_sec .item_cont .flex_box .label {
	border-radius: 5px;
	background-color: var(--accent-color);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: .05em;
	padding: .2em 1em;
	display: inline-block;
}

#page_new-apartment .popular_area_sec .item_cont .text_box {
	margin-top: 1em;
}

#page_new-apartment .popular_area_sec .item_cont .text_box .text {
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: .05em;
}

#page_new-apartment .popular_area_sec .item_cont .point_box {
	margin-top: 1.3em;
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
}

#page_new-apartment .popular_area_sec .item_cont .box+.box {
	margin-top: 35px;
}

#page_new-apartment .popular_area_sec .item_cont .list_box {
	margin-top: 1em;
}

#page_new-apartment .popular_area_sec .item_cont .list_box .list {
	display: flex;
	gap: 0 10px;
}

#page_new-apartment .popular_area_sec .item_cont .list_box .list .feature-mark {
	color: var(--accent-color);
	margin: 0;
}

#page_new-apartment .popular_area_sec .item_cont .list_box .list+.list {
	margin-top: .5em;
}

#page_new-apartment .popular_area_sec .item_cont .list_box .list .text {
	font-size: 14px;
}

#page_new-apartment .popular_area_sec .common_cards .common_card {
	max-width: 306px;
}

#page_new-apartment .button_box a.common_button {
	margin: 40px auto 0;
	width: fit-content;
}

.js_bukken_update_from,
.common_cards_card .js_bukken_date_block {
	display: none !important;
}

/* .used_condominium .top_mainview {
	background: url(../image/used_condominium_mv.jpg) no-repeat center center / cover;
} */

.top_buy.layout_top_buy.common {
	padding-top: 100px;
}

.top_buy.layout_top_buy.common .top_buy_header .ttl_box .ttl {
	font-size: 24px;
}

.top_banner_sec {
	padding-top: 80px;
}

.top_banner_sec .top_banner_sec_flex_box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.top_banner_sec .img .link {
	width: 100%;
	display: block;
	margin: 0 auto;
	transition: .3s;
}

.top_banner_sec .img .link:hover {
	opacity: .7;
}

.top_banner_sec .img .link img {
	width: 100%;
}

.page_invest_cont_ren {
	margin-top: 37px;
}

.page_invest_cont_ren .page_invest_cont_ren_lead_block {
	display: flex;
	gap: 50px;
	align-items: center;
	margin-bottom: 122px;
	position: relative;
}

.page_invest_cont_ren .page_invest_cont_ren_lead_block::before {
	content: "";
	position: absolute;
	top: -91px;
	left: calc(-1 * (50vw - 570px));
	width: calc(177px + (50vw - 570px));
	height: 410px;
	background-color: #F0EFED;
	z-index: -1;
}

.page_invest_cont_ren .page_invest_cont_ren_lead_block .page_invest_cont_ren_lead_img {
	width: 570px;
	height: 410px;
	flex-shrink: 0;
	position: relative;
}

.page_invest_cont_ren .page_invest_cont_ren_lead_block .page_invest_cont_ren_lead_img img {
	object-fit: cover;
	position: absolute;
	inset: 0;
	left: -50px;
	max-width: unset;
	width: calc(100% + 50px);
}

.page_invest_cont_ren .page_invest_cont_ren_lead_block .page_invest_cont_ren_lead_text_area {
	flex-grow: 1;
}

.page_invest_cont_ren .page_invest_cont_ren_lead_block .page_invest_cont_ren_lead_text_area .main_text {
	font-size: 22px;
	line-height: 1;
	letter-spacing: .01em;
	margin-bottom: 1.8em;
}

.page_invest_cont_ren .page_invest_cont_ren_lead_block .page_invest_cont_ren_lead_text_area .text {
	font-size: 16px;
	letter-spacing: .01em;
	line-height: 2.1;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_1 {
	padding: 0 250px;
	position: relative;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_1::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 148px;
	height: 254px;
	background-color: #F0EFED;
	z-index: -1;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_2 {
	display: flex;
	align-items: flex-start;
	gap: 80px;
	position: relative;
	padding-top: 136px;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_2::before {
	content: "";
	position: absolute;
	top: -30px;
	right: calc(-1 * (50vw - 570px));
	width: calc(177px + (50vw - 570px));
	height: 410px;
	background-color: #F0EFED;
	z-index: -1;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_3 {
	display: flex;
	gap: 60px;
	position: relative;
	padding-top: 123px;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4 {
	margin-top: 147px;
	padding-top: 272px;
	position: relative;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4::before {
	content: "";
	background-image: url(../image/page_invest_cont_ren_img5.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: -50px;
	right: -50px;
	height: 430px;
	z-index: 1;
}

.page_invest_cont_ren .page_invest_ren_common_num_ttl_box {
	display: flex;
	margin-bottom: 30px;
	align-items: baseline;
}

.page_invest_cont_ren .page_invest_ren_common_num_ttl_box .num {
	font-size: 50px;
	font-weight: 600;
	letter-spacing: .01em;
	line-height: 1.5;
	margin-right: 0.2em;
}

.page_invest_cont_ren .page_invest_ren_common_num_ttl_box .ttl {
	line-height: 1;
	font-size: 26px;
	letter-spacing: .01em;
}

.page_invest_cont_ren .page_invest_ren_common_text {
	font-size: 16px;
	letter-spacing: 0.01em;
	line-height: 1.7;
}

.page_invest_cont_ren .page_invest_ren_common_text .em {
	font-size: 1.25em;
	font-weight: 700;
	/* line-height: 1; */
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block div.page_invest_ren_common_text {
	display: flex;
	align-items: baseline;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block .text_box .inner .page_invest_ren_common_text+.page_invest_ren_common_text {
	margin-top: 40px;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block .page_invest_ren_common_text .num {
	font-size: 1.25em;
	font-weight: 600;
	margin-right: 0.4em;
	flex-shrink: 0;
	line-height: 1.5;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_2 .img_box {
	flex-shrink: 0;
	position: relative;
	width: 450px;
	height: 702px;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_2 .img_box img {
	object-fit: cover;
	position: absolute;
	inset: 0;
	right: -100px;
	max-width: unset;
	width: calc(100% + 100px);
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_3 .img_box {
	width: 440px;
	flex-shrink: 0;
	position: relative;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_3 .img_box .img {
	position: absolute;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_3 .img_box .img::before {
	content: "";
	position: absolute;
	background-color: #F0EFED;
	z-index: -1;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_3 .img_box .img.img_1 {
	left: -150px;
	top: 0;
	width: 520px;
	height: 370px;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_3 .img_box .img.img_1::before {
	width: calc(100% - 10px);
	height: calc(100% - 70px);
	bottom: -86px;
	right: -40px;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_3 .img_box .img.img_2 {
	width: 330px;
	height: 360px;
	position: absolute;
	bottom: 0;
	right: 0;
}


.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_3 .img_box .img.img_2::before {
	width: 100px;
	height: 100px;
	bottom: -49px;
	left: -160px;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_3 .img_box .img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_3 .text_box .inner .page_invest_ren_common_text .letter .inner_flex {
	display: flex;
	margin-top: 1.25em;
	gap: 0.75em;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_3 .text_box .inner .page_invest_ren_common_text .letter .inner_flex .inner_head {
	font-size: 1.25em;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.55em;
	flex-shrink: 0;
	line-height: 1.25;
	background-color: #000;
	color: #fff;
	text-align: center;
	letter-spacing: 0;
	padding: 0.2em 0;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4 .block_4_ttl_box {
	position: relative;
	z-index: 1;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), #fff);
	padding: 35px 88px 0;
	width: calc(100% - 100px);
	margin: 0 auto 37px;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4 .block_4_ttl_box .page_invest_ren_common_num_ttl_box {
	justify-content: center;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4 .block_4_cont {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 9px 20px;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4 .block_4_cont .cont_item {
	border: 2px solid #F7F7F7;
	padding: 30px 19px;
	display: flex;
	position: relative;
	align-items: baseline;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4 .block_4_cont .cont_item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-color: #D6B467;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4 .block_4_cont .cont_item .num {
	font-size: 20px;
	font-weight: 600;
	margin-right: 0.4em;
	flex-shrink: 0;
	letter-spacing: .01em;
	line-height: 1.5;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4 .bottom_text_area {
	margin-top: 136px;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4 .bottom_text_area .bottom_text {
	text-align: center;
	font-size: 24px;
	line-height: 1.7;
	font-weight: 700;
	letter-spacing: .01em;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4 .bottom_text_area .bottom_text .size {
	font-size: 1.08em;
}

.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4 .bottom_text_area .bottom_text .line {
	background: linear-gradient(transparent 50%, #F0EFED 50%);
}

/* 東京都港区の高級マンション物件特集 */
.area_lead_sec {
	padding: 60px 0 20px;
	background-color: #fff;
}

.area_lead_sec .area_lead_text {
	font-size: 1.1rem;
	line-height: 1.8;
	color: #333;
}

.area_lead_sec .area_lead_text .area_lead_paragraph {
	margin-bottom: 1em;
}

.new_section_wrap .placeholder-img,
.area_lead_sec .placeholder-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.new_section_wrap .layout-vertical-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 40px;
}

.new_section_wrap .layout-vertical-list .horizontal-card {
	display: flex;
	gap: 40px;
	background: #fff;
	padding: 40px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
	border-radius: 8px;
	align-items: stretch;
}

.new_section_wrap .layout-vertical-list .horizontal-card .horizontal-card-img {
	flex: 0 0 350px;
	background-color: #f0f0f0;
	border-radius: 4px;
	overflow: hidden;
}

.new_section_wrap .layout-vertical-list .horizontal-card .horizontal-card-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.new_section_wrap .layout-vertical-list .horizontal-card .horizontal-card-title {
	font-size: 1.6rem;
	margin-bottom: 10px;
	color: #333;
	font-weight: bold;
}

.new_section_wrap .layout-vertical-list .horizontal-card .horizontal-card-catch {
	margin-bottom: 15px;
	color: #b39a5f;
	font-size: 1.2rem;
}

.new_section_wrap .layout-vertical-list .horizontal-card .horizontal-card-text {
	line-height: 1.8;
	color: #333;
	font-size: 1.1rem;
}

.new_section_wrap .layout-vertical-list .area-data-table {
	width: 100%;
	margin-top: 20px;
	border-collapse: collapse;
	font-size: 1.1rem;
}

.new_section_wrap .layout-vertical-list .area-data-table th,
.new_section_wrap .layout-vertical-list .area-data-table td {
	border: 1px solid #e0e0e0;
	padding: 10px 15px;
	text-align: left;
	line-height: 1.6;
}

.new_section_wrap .layout-vertical-list .area-data-table th {
	background-color: #f9f9f9;
	width: 30%;
	font-weight: bold;
	color: #333;
}

.new_section_wrap.section_bg_light {
	background-color: #fcfcfc;
}

.new_section_wrap .zigzag_container {
	margin-top: 60px;
}

.new_section_wrap .zigzag_container .zigzag-row {
	display: flex;
	gap: 50px;
	align-items: center;
	margin-bottom: 60px;
}

.new_section_wrap .zigzag_container .zigzag-row:nth-child(even) {
	flex-direction: row-reverse;
}

.new_section_wrap .zigzag_container .zigzag-row .zigzag-row-img {
	flex: 0 0 40%;
	aspect-ratio: 4/3;
	border-radius: 4px;
	overflow: hidden;
	flex-shrink: 0;
}

.new_section_wrap .zigzag_container .zigzag-row .zigzag-row-body {
	flex: 1;
}

.new_section_wrap .zigzag_container .zigzag-row .zigzag-row-title {
	font-size: 1.6rem;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #333;
	font-weight: bold;
}

.new_section_wrap .zigzag_container .zigzag-row .zigzag-row-num {
	display: block;
	font-family: 'Bodoni Moda', serif;
	font-size: 4rem;
	color: #e0e0e0;
	line-height: 1;
}

.new_section_wrap .zigzag_container .zigzag-row .zigzag-row-text {
	line-height: 1.8;
	color: #333;
	font-size: 1.1rem;
}

/* TOP追加 */
.area_card .area_name_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
}

.area_name_flex .common_media_button a {
	align-items: center;
	display: flex;
	font-size: 13px;
	font-weight: 500;
	gap: 0 20px;
	justify-content: end;
	letter-spacing: 0.01em;
	line-height: 1;
	margin-left: auto;
	width: -moz-fit-content;
	width: fit-content;
	color: #333;
	transition: .3s;
}

.area_name_flex .common_media_button a .animate_character_content {
	font-size: 13px;
	padding: 0;
}

.area_name_flex .common_media_button a svg {
	width: 4px;
	flex-shrink: 0;
}

.top_search .top_search_registration .common__number_box .text {
	color: #fff;
}

.top_search .top_search_registration .common__number_box .text:last-of-type::before {
	background-color: #fff;
}

.common__number_box {
	align-items: center;
	display: flex;
	justify-content: center;
	gap: 0 15px;
	margin-bottom: 1em;
}

.common__number_box .text {
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	color: #333;
}

.common__number_box .text span {
	font-size: 1.2em;
	font-weight: 700;
	padding-inline: .3em;
}

.common__number_box .text:last-of-type {
	padding-left: 16px;
	position: relative;
}

.common__number_box .text:last-of-type::before {
	background-color: #333;
	content: "";
	height: 22px;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0% -50%;
	width: 1px;
	rotate: 15deg;
}

.new_section_wrap.top_kachi {
	padding-top: 150svh;
}

@media (hover: hover) {

	.animate_character:hover .animate_character_text .character {
		translate: 0 -60px;
	}

	.animate_character:hover .animate_character_text_hover .character {
		translate: 0 0;
	}

	.top_mainview_inner .penguin_blog_parts_link:hover {
		opacity: .7;
	}

	.animate_character_sub:hover .animate_character_text .character {
		translate: 0 -60px;
	}

	.animate_character_sub:hover .animate_character_text_hover .character {
		translate: 0 0;
	}

	.common_button_line:hover::before {
		width: 100%;
	}

	.common_card:hover .common_card_image img {
		scale: 1.2;
	}

	.common_search_box:hover .common_search_box_mask {
		translate: 0 -100%;
	}

	.common_search_box:hover .common_search_box_title_en svg path {
		fill: #fff;
	}

	.common_search_box:hover .common_search_box_title_jp {
		color: #fff;
	}

	.common_search_box:hover .common_search_box_text {
		color: #fff;
	}

	.footer .footer_logo:hover {
		opacity: 0.7;
	}

	.footer .footer_nav_item a:hover,
	.footer .footer_nav_subitem a:hover {
		opacity: 0.7;
	}

	.footer .footer_button:hover.common_button_line::before {
		width: 100%;
	}

	.footer .footer_link a:hover {
		opacity: 0.7;
	}

	.header .header_logo a:hover {
		opacity: 0.7;
	}

	.header .header_list:has(.header_sublists):hover svg {
		rotate: 180deg;
	}

	.header .header_list:has(.header_sublists):hover .animate_character .animate_character_text .character {
		color: #c6c0be;
		translate: 0 -60px;
	}

	.header .header_list:has(.header_sublists):hover .animate_character .animate_character_text_hover .character {
		color: #c6c0be;
		translate: 0 0;
	}

	.header .header_registration:hover svg path,
	.header .header_login:hover svg path {
		fill: #c6c0be;
	}

	.privacypolicy .privacypolicy_box a:hover {
		color: #048ade;
	}

	.top_mainview .top_mainview_article:hover {
		opacity: 0.7;
	}

	.top_sell .top_sell_button:hover.common_button_line::before {
		width: 100%;
	}

	.top_news .top_news_body .common_article_titles .penguin_blog_parts .penguin_blog_parts_link:hover .animate_character_text .character {
		translate: 0 -60px;
	}

	.top_news .top_news_body .common_article_titles .penguin_blog_parts .penguin_blog_parts_link:hover .animate_character_text_hover .character {
		translate: 0 0;
	}

	.common_page_btn a:hover::before {
		width: 100%;
	}

	.area_name_flex .common_media_button a:hover {
		opacity: 0.6;
	}

}

@media (max-width: 750px) {


	body {
		min-width: auto;
		padding-top: 0;
		width: 100%;
	}

	body.noscroll {
		overflow: hidden;
		position: fixed;
	}

	a[href^="tel:"] {
		pointer-events: auto;
	}

	.layout_brokerage {
		margin-top: 21.8vw;
	}

	.layout_company_outline {
		margin-top: 12.8vw;
	}

	.layout_footer {
		margin-top: 20.5vw;
	}

	.layout_investment {
		margin-top: 15.8vw;
	}

	.layout_map {
		margin-top: 19.2vw;
	}

	.layout_page_link {
		margin-top: 5.1vw;
	}

	.layout_privacypolicy {
		margin-top: 21.8vw;
	}

	.layout_purchase {
		margin-top: 21.8vw;
	}

	.layout_strength {
		margin-top: 16.7vw;
	}

	.layout_top_news {
		margin-top: 8.5vw;
	}

	.layout_top_renovation {
		margin-top: 13.3vw;
	}

	.layout_top_search {
		margin-top: 6.4vw;
	}

	.layout_top_sell {
		margin-top: 15.4vw;
	}

	.layout_top_strength {
		margin-top: -10.5vw;
	}

	.animate_character_content {
		font-size: 4.1vw;
	}

	.common_article_title .common_article_title_link {
		align-items: flex-start;
		flex-direction: column;
		padding: 5.6vw 0;
	}

	.common_article_title .common_article_title_body {
		display: contents;
	}

	.common_article_title .common_article_title_posttime {
		font-size: 3.1vw;
		order: 1;
	}

	.common_article_title .common_article_title_title {
		-webkit-line-clamp: 3;
		font-size: 3.3vw;
		order: 2;
	}

	.common_article_title .common_article_title_button {
		align-self: end;
		margin-top: -5.1vw;
		order: 1;
	}

	.common_article_title .common_article_title_button span {
		font-size: 3.1vw;
	}

	.common_article_title .common_article_title_button svg {
		width: 1vw;
	}

	.common_breadcrumb .common_breadcrumb_list a,
	.common_breadcrumb .common_breadcrumb_list span {
		font-size: 3.6vw;
		white-space: nowrap;
	}

	.common_breadcrumb .common_breadcrumb_list {
		padding: 0;
	}

	.common_breadcrumb .common_breadcrumb_lists {
		margin: 5px 0;
		flex-wrap: wrap;
	}

	.common_button_line span {
		font-size: 3.6vw;
	}

	.common_button_line::before {
		width: 100%;
	}

	.common_button_line::after {
		content: none;
	}

	.common_button_line .animate_character_content {
		margin-left: 2.1vw;
	}

	.common_button {
		gap: 10.3vw;
	}

	.common_button_icon {
		height: 12.8vw;
		width: 12.8vw;
	}

	.common_button_icon.common_button_icon_small {
		height: 12.8vw;
		width: 12.8vw;
	}

	.common_card {
		max-width: 64.1vw;
	}

	.common_card .common_card_image img {
		aspect-ratio: 250/250;
	}

	.common_card .common_card_body {
		margin-top: 3.8vw;
	}

	.common_card .common_card_title {
		font-size: 4.1vw;
	}

	.common_card .common_card_price_box {
		margin-top: 2.6vw;
	}

	.common_card .common_card_price_title,
	.common_card .common_card_price,
	.common_card .common_card_floor_title,
	.common_card .common_card_floor {
		font-size: 3.3vw;
		flex-shrink: 0;
	}

	.common_card .common_card_price span {
		font-size: 3.3vw;
	}

	.common_card .common_card_floor_box {
		margin-top: 2.6vw;
	}

	.common_cards {
		gap: 0 7.7vw;
	}

	.common_card .common_card_price {
		font-size: 5.1vw;
	}

	.common_card .common_card_price .oku {
		font-size: 3.3vw;
	}

	.common_media .common_media_title {
		padding-top: 2.6vw;
	}

	.top_investment_title_en {
		font-size: 3.6vw;
	}

	.top_investment_title_sub {
		font-size: 6.2vw;
		margin-left: 0;
	}

	.common_media .common_media_body {
		margin-top: -0.5vw;
		padding: 0 10px;
	}

	.common_media .common_media_image {
		margin-left: -1.3vw;
		max-width: 89.7vw;
	}

	.common_media .common_media_image img {
		aspect-ratio: 350/180;
	}

	.common_media .common_media_text {
		font-size: 3.6vw;
		line-height: 1.8;
	}

	.common_media .common_media_button {
		margin-top: 2.3vw;
	}

	.common_media .common_media_button a {
		font-size: 3.3vw;
		gap: 0 6.4vw;
		margin-left: 0;
	}

	.common_media .common_media_button a svg {
		width: 1vw;
	}

	.common_media.common_media_reverse .common_media_body {
		margin-top: 13.8vw;
		padding: 0 10px;
	}

	.common_search_box {
		aspect-ratio: 172/120;
		padding: 4vw 5vw 3.5vw;
		width: 49.1%;
	}

	.common_search_box .common_search_box_title_en {
		gap: 0 1.5vw;
	}

	.common_search_box .common_search_box_title_en svg {
		width: 2.1vw;
	}

	.common_search_box .common_search_box_title_en p {
		font-size: 3.1vw;
	}

	.common_search_box .common_search_box_title_jp {
		font-size: 3.6vw;
		margin-top: 0.8vw;
	}

	.common_search_box .common_search_box_text {
		font-size: 3.1vw;
		gap: 0 2.6vw;
	}

	.common_search_box .common_search_box_text svg {
		width: 0.8vw;
	}

	.common_sub_mainview {
		background: url(../image/sub_mainview_sp.jpg) no-repeat center center/cover;
		padding: 32.9vw 0 17.1vw;
	}

	.common_sub_mainview::before {
		aspect-ratio: 390/200;
		background: url(../image/bg_black_sub_sp.png) center center/contain no-repeat;
	}

	.common_sub_mainview::after {
		aspect-ratio: 390/340;
		background: url(../image/bg_white_sub_sp.png) center center/contain no-repeat;
		bottom: -53.7vw;
	}

	.common_sub_mainview .common_sub_mainview_title {
		flex-direction: column;
		gap: 2.8vw 0;
	}

	.common_sub_mainview .common_sub_mainview_title_en {
		font-size: 16.4vw;
	}

	.common_sub_mainview .common_sub_mainview_title_jp {
		font-size: 4.1vw;
	}

	.common_sub_media {
		padding-bottom: 15.4vw;
	}

	.common_sub_media .common_sub_media_inner::after {
		aspect-ratio: 390/382;
		background: url(../image/sell_bg_sp.png) center center/contain no-repeat;
		bottom: -23.8vw;
		right: 0;
		width: 100vw;
	}

	.common_sub_media .common_sub_media_title_en {
		font-size: 10.3vw;
	}

	.common_sub_media .common_sub_media_title_jp {
		font-size: 3.6vw;
	}

	.common_sub_media .common_sub_media_body {
		flex-direction: column;
		gap: 12.8vw 0;
		margin-top: 9vw;
	}

	.common_sub_media .common_sub_media_image {
		margin-left: -20px;
		width: 89.7vw;
	}

	.common_sub_media .common_sub_media_image img {
		aspect-ratio: 350/420;
	}

	.common_sub_media .common_sub_media_text {
		font-size: 3.6vw;
		line-height: 1.8;
	}

	.company_outline .company_outline_inner {
		display: block;
	}

	.company_outline .company_outline_title {
		margin: 0;
		text-align: left;
		width: -moz-fit-content;
		width: fit-content;
	}

	.company_outline .company_outline_title::before {
		height: 29.5vw;
		left: -20px;
		top: 9vw;
		width: 23.1vw;
	}

	.company_outline .company_outline_title_en {
		font-size: 10.3vw;
	}

	.company_outline .company_outline_title_jp {
		font-size: 3.6vw;
		margin-left: 0;
		margin-top: 4.1vw;
		padding-left: 0;
	}

	.company_outline .company_outline_title_jp::before {
		content: none;
	}

	.company_outline .company_outline_body {
		margin-top: 7.7vw;
		width: 100%;
	}

	.company_outline .company_outline_item {
		align-items: start;
		flex-direction: column;
		padding: 5.1vw 0;
	}

	.company_outline .company_outline_item dt {
		font-size: 4.1vw;
		padding-left: 0;
	}

	.company_outline .company_outline_item dd {
		font-size: 3.6vw;
		margin-top: 2.6vw;
		padding-right: 0;
	}

	.fixed_buttons {
		background-color: #282828;
		bottom: 0;
		display: block;
		left: 0;
		padding: 2.6vw 0;
		position: fixed;
		right: 0;
		z-index: 40;
	}

	.fixed_buttons .common__number_box .text {
		color: #fff;
	}

	.fixed_buttons .common__number_box .text:last-of-type::before {
		background-color: #fff;
	}

	.footer {
		padding: 20.5vw 0 25.6vw;
	}

	.footer .footer_body {
		flex-direction: column;
		justify-content: initial;
	}

	.footer .footer_meta {
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
	}

	.footer .footer_logo {
		max-width: 76.9vw;
	}

	.footer .footer_address {
		font-size: 3.3vw;
		text-align: center;
	}

	.footer .footer_address_box .company {
		font-size: 3.3vw;
		margin-block: 3.8vw 0;
		text-align: center;
	}

	.footer .footer_address_box .licence {
		font-size: 3.3vw;
		text-align: center;
	}

	.footer .footer_tel {
		gap: 0 2.6vw;
		justify-content: center;
		margin: 0 auto;
		margin-top: 5.9vw;
	}

	.footer .footer_tel img {
		max-width: 4.6vw;
	}

	.footer .footer_tel span {
		font-size: 7.2vw;
	}

	.footer .footer_nav {
		display: none;
	}

	.footer .footer_buttons {
		margin: 3.6vw auto 0;
		max-width: 64.1vw;
		width: 100%;
	}

	.footer .footer_button {
		padding: 6.7vw 5.1vw;
		width: 64.1vw;
	}

	.footer .footer_button .animate_character_content {
		font-size: 3.6vw;
	}

	.footer .footer_button .common_button_line_icon {
		width: 5.6vw;
	}

	.footer .footer_footer {
		flex-direction: column;
		gap: 5.6vw 0;
		margin-top: 14.1vw;
		padding-top: 7.7vw;
	}

	.footer .footer_copyright {
		font-size: 3.1vw;
	}

	.footer .footer_links {
		gap: 0 8.2vw;
	}

	.footer .footer_link a {
		font-size: 3.1vw;
	}

	.header {
		min-width: 0;
		min-width: initial;
		padding: 5.5vw 0;
	}

	.header .header_inner {
		padding: 0 2.6vw;
	}

	.header .header_logo {
		max-width: 35.9vw;
	}

	.header .header_nav {
		display: none;
	}

	.header_spIcon {
		align-items: center;
		display: flex;
		gap: 0 7px;
		position: fixed;
		right: 2.6vw;
		top: 5.1vw;
		z-index: 60;
	}

	.header_spIcon_contact {
		align-items: center;
		border: 2px solid #fff;
		border-radius: 100vmax;
		display: flex;
		height: 12.8vw;
		justify-content: center;
		width: 12.8vw;
	}

	.header_spIcon_contact img {
		width: 5.1vw;
	}

	.header_hamburger {
		align-items: center;
		border: 2px solid #fff;
		border-radius: 100vmax;
		display: flex;
		height: 12.8vw;
		justify-content: center;
		width: 12.8vw;
		background-color: unset;
	}

	.investment {
		padding-bottom: 15.4vw;
	}

	.investment .investment_title_en {
		font-size: 10.3vw;
	}

	.investment .investment_title_jp {
		font-size: 3.6vw;
	}

	.investment .investment_image {
		margin-left: -20px;
		max-width: 89.7vw;
	}

	.investment .investment_image img {
		aspect-ratio: 350/180;
	}

	.investment .investment_text {
		font-size: 3.6vw;
		line-height: 1.8;
	}

	.map {
		padding: 16.7vw 0 20.5vw;
	}

	.map .map_title_en {
		font-size: 10.3vw;
	}

	.map .map_title_jp {
		font-size: 3.6vw;
	}

	.map .map_body iframe {
		aspect-ratio: 350/400;
	}

	.page_link .page_link_inner.wrap {
		padding: 0 2.6vw;
	}

	.page_link .page_link_items {
		gap: 0 7.7vw;
	}

	.page_link .page_link_item a {
		font-size: 4.1vw;
	}

	.privacypolicy {
		padding-bottom: 15.4vw;
	}

	.privacypolicy .privacypolicy_title_jp {
		font-size: 5.6vw;
	}

	.privacypolicy .privacypolicy_text {
		font-size: 3.6vw;
	}

	.privacypolicy .privacypolicy_body {
		margin-top: 11.5vw;
	}

	.privacypolicy .privacypolicy_box:not(:first-of-type) {
		margin-top: 11.5vw;
	}

	.privacypolicy .privacypolicy_box h2 {
		font-size: 4.6vw;
		padding-bottom: 2.6vw;
	}

	.privacypolicy .privacypolicy_box h3 {
		font-size: 4.6vw;
		margin-top: 7.7vw;
	}

	.privacypolicy .privacypolicy_box h4 {
		font-size: 4.1vw;
		margin-top: 7.7vw;
	}

	.privacypolicy .privacypolicy_box h5 {
		font-size: 4.1vw;
		margin-top: 7.7vw;
	}

	.privacypolicy .privacypolicy_box p {
		font-size: 3.6vw;
		margin-top: 2.6vw;
	}

	.privacypolicy .privacypolicy_box ul {
		margin-top: 3.8vw;
	}

	.privacypolicy .privacypolicy_box li {
		font-size: 3.6vw;
		margin-top: 2.6vw;
	}

	.privacypolicy .privacypolicy_box li::before {
		font-size: 2.3vw;
		margin-right: 2.3vw;
	}

	.privacypolicy .privacypolicy_box dl {
		margin-top: 3.8vw;
	}

	.privacypolicy .privacypolicy_box dl dd:not(:first-of-type) {
		margin-top: 2.6vw;
	}

	.privacypolicy .privacypolicy_box dt,
	.privacypolicy .privacypolicy_box dd {
		font-size: 3.6vw;
	}

	.privacypolicy .privacypolicy_box table {
		margin-top: 2.6vw;
	}

	.privacypolicy .privacypolicy_box th,
	.privacypolicy .privacypolicy_box td {
		font-size: 3.6vw;
	}

	.privacypolicy .privacypolicy_box th {
		padding: 2.6vw;
	}

	.privacypolicy .privacypolicy_box td {
		padding: 1.3vw;
	}

	.privacypolicy .privacypolicy_box address {
		margin-top: 7.7vw;
	}

	.privacypolicy .privacypolicy_inner_box {
		margin-top: 7.7vw;
	}

	.renovation {
		padding-bottom: 15.4vw;
	}

	.renovation .renovation_title_en {
		font-size: 10.3vw;
	}

	.renovation .renovation_title_jp {
		font-size: 3.6vw;
	}

	.renovation .renovation_text {
		font-size: 3.6vw;
	}

	.section_wrap {
		padding: 30.8vw 0;
	}

	.section_wrap::before,
	.section_wrap::after {
		aspect-ratio: 390/120;
	}

	.section_wrap::after {
		background: transparent linear-gradient(180deg, rgba(254, 253, 251, 0) 0%, rgba(254, 253, 251, 0.9) 77%, #FEFDFB 100%) 0% 0% no-repeat padding-box;
	}

	.strength {
		padding-bottom: 33.3vw;
	}

	.strength .strength_inner::before {
		height: 25.6vw;
		top: 21.8vw;
		width: 25.6vw;
	}

	.strength .strength_inner::after {
		bottom: -25.6vw;
		height: 38.5vw;
		right: 2.6vw;
		width: 38.5vw;
	}

	.strength .strength_title_en {
		font-size: 10.3vw;
	}

	.strength .strength_body {
		margin-top: 10.3vw;
		width: 100%;
		padding: 3vw;
	}

	.strength .strength_text {
		font-size: 4.1vw;
		line-height: 1.8;
		text-align: left;
	}

	.top_buy .top_buy_inner::before {
		height: 59vw;
		left: 0;
		top: 12.1vw;
		width: 46.2vw;
	}

	.top_buy .top_buy_header {
		display: contents;
	}

	.top_buy .top_buy_title {
		gap: 0 2.3vw;
		order: 1;
	}

	.top_buy .top_buy_title::before {
		font-size: 8.2vw;
		left: -3.1vw;
		top: -4.1vw;
	}

	.top_buy .top_buy_title_en {
		font-size: 16.4vw;
	}

	.top_buy .top_buy_title_jp {
		font-size: 3.6vw;
	}

	.top_buy .top_buy_button {
		margin-left: 0;
		margin-top: 6.4vw;
		order: 3;
	}

	.top_buy .top_buy_body {
		margin-top: 8.5vw;
		order: 2;
	}

	.top_investment .common_media_inner::after {
		bottom: -17.9vw;
		height: 25.6vw;
		right: 5.1vw;
		width: 25.6vw;
	}

	.top_investment .animate_character_content {
		font-size: 3.3vw;
	}

	.top_investment .top_investment_title::before {
		font-size: 3.6vw;
		right: -1.5vw;
		top: -1.3vw;
	}

	.top_investment .top_investment_title_sub {
		font-size: 6.2vw;
		margin-left: 0;
	}

	.top_investment .top_investment_title_jp {
		font-size: 2.6vw;
	}

	.top_investment .top_investment_body {
		margin-top: 3.1vw;
		padding: 0 10px;
	}

	.top_investment .top_investment_image {
		margin-left: -1.3vw;
		max-width: 89.7vw;
	}

	.top_investment .top_investment_image img {
		aspect-ratio: 350/180;
	}

	.top_investment .top_investment_text {
		font-size: 3.6vw;
		line-height: 1.8;
	}

	.top_investment .top_investment_button {
		margin-top: 5.1vw;
	}

	.top_investment .top_investment_button a {
		font-size: 3.3vw;
		gap: 0 6.4vw;
		justify-content: start;
	}

	.top_investment .top_investment_button a svg {
		width: 1vw;
	}

	.top_mainview {
		background: url(../image/mainview_sp.jpg) no-repeat center center/cover;
		padding: 40vw 0 50vw;
		height: unset;
		position: relative;
	}

	.top_mainview::after {
		aspect-ratio: 390/236;
		background: url(../image/bg_white_sp.png) center center/contain no-repeat;
		bottom: -28.7vw;
	}

	.top_mainview .top_mainview_inner.wrap.wrap_wide {
		padding-left: 0;
		padding-right: 0;
	}

	.top_mainview .top_mainview_copy {
		translate: 0;
	}

	.top_mainview .top_mainview_copy_sub {
		font-size: 3.6vw;
	}

	.top_mainview .top_mainview_copy_main {
		font-size: 8.7vw;
		letter-spacing: 0.03em;
		margin-top: 2.6vw;
		line-height: 1.5;
	}

	.top_mainview .top_mainview_copy_en {
		font-size: 4.1vw;
		margin-top: 5.1vw;
	}

	.top_mainview .top_mainview_article {
		margin-left: 5.1vw;
		margin-top: 30.8vw;
		max-width: 76.9vw;
	}

	.top_mainview .top_mainview_article_title {
		font-size: 3.3vw;
		margin-top: 1.5vw;
	}

	.top_news {
		padding-bottom: 37.7vw;
	}

	.top_news .top_news_inner {
		flex-direction: column;
	}

	.top_news .top_news_header {
		display: contents;
	}

	.top_news .top_news_title {
		order: 1;
	}

	.top_news .top_news_title_en {
		font-size: 16.4vw;
	}

	.top_news .top_news_title_jp {
		font-size: 3.6vw;
		margin-top: 4.1vw;
	}

	.top_news .top_news_button {
		margin-top: 6.4vw;
		order: 3;
	}

	.top_news .top_news_body {
		margin-top: 6.4vw;
		order: 2;
	}

	.top_renovation .common_media_inner::after {
		bottom: -4.1vw;
		height: 20.5vw;
		left: 2.6vw;
		width: 20.5vw;
	}

	.top_renovation .animate_character_content {
		font-size: 3.3vw;
	}

	.top_renovation .top_renovation_title::after {
		right: 5.1vw;
		top: -5.6vw;
		width: 25.4vw;
	}

	.top_renovation .top_renovation_title.common_media_title {
		padding-top: 2.6vw;
	}

	.top_renovation .top_renovation_title_sub {
		font-size: 6.2vw;
	}

	.top_renovation .top_renovation_title_jp {
		font-size: 2.6vw;
		margin: 1.5vw 0 0 0.8vw;
	}

	.top_search .top_search_title_en {
		font-size: 13.1vw;
	}

	.top_search .top_search_inner {
		margin-top: -2.6vw;
	}

	.top_search .top_search_body {
		flex-direction: column;
		gap: 2.6vw 0;
	}

	.top_search .top_search_container {
		gap: 0 1.5vw;
	}

	.top_search .top_search_registration {
		aspect-ratio: 350/180;
		background: url(../image/membership_sp.jpg) no-repeat center center/cover;
		padding: 0 7.7vw;
		width: 100%;
	}

	.top_search .top_search_registration::after {
		bottom: 5vw;
		font-size: 13.8vw;
		right: 5.6vw;
	}

	.top_search .top_search_registration_text_en {
		font-size: 3.1vw;
	}

	.top_search .top_search_registration_button {
		margin-top: -23vw;
	}

	.top_search .top_search_registration_text_jp {
		margin-top: 1vw;
	}

	.top_search .top_search_registration_text_jp p {
		font-size: 4.6vw;
	}

	.top_search .top_search_registration_icon {
		height: 12.8vw;
		width: 12.8vw;
	}

	.top_search .top_search_registration_icon .common_button_arrow {
		width: 1.5vw;
	}

	.top_search_registration_catch .text {
		font-size: 3vw;
	}

	.top_search_registration_catch {
		top: auto;
		bottom: 7%;
		left: 8.7%;
	}

	.top_sell {
		padding-bottom: 6.9vw;
	}

	.top_sell .top_sell_inner {
		flex-direction: column;
		gap: 0;
	}

	.top_sell .top_sell_inner::after {
		aspect-ratio: 390/382;
		background: url(../image/sell_bg_sp.png) center center/contain no-repeat;
		bottom: -23.8vw;
		right: 0;
		width: 100vw;
	}

	.top_sell .top_sell_image {
		margin-left: -20px;
	}

	.top_sell .top_sell_image img {
		aspect-ratio: 350/180;
	}

	.top_sell .top_sell_body {
		margin-top: -3.1vw;
	}

	.top_sell .top_sell_title {
		flex-direction: column;
		gap: 5.6vw 0;
		position: relative;
	}

	.top_sell .top_sell_title_en {
		font-size: 16.4vw;
	}

	.top_sell .top_sell_title_jp {
		font-size: 3.6vw;
	}

	.top_sell .top_sell_text {
		font-size: 3.6vw;
		line-height: 1.8;
		margin-top: 5.4vw;
	}

	.top_sell .top_sell_buttons {
		margin-top: 9vw;
	}

	.top_sell .top_sell_button:last-of-type {
		margin-top: 3.8vw;
	}

	.top_sell .top_sell_button {
		padding: 0 5.1vw 3.8vw;
	}

	.top_sell .top_sell_button.common_button_line::before {
		height: 1px;
	}

	.top_sell .top_sell_button span {
		font-size: 4.1vw;
	}

	.top_strength_title {
		margin: -10vw auto 0;
	}

	.top_strength_title::after {
		font-size: 8.2vw;
		left: -5.6vw;
		top: -4.6vw;
	}

	.top_strength_title .top_strength_title_en {
		font-size: 20.5vw;
	}

	.top_strength {
		padding: 26.9vw 0 21.3vw;
	}

	.top_strength .top_strength_copy {
		font-size: 5.1vw;
		line-height: 2;
	}

	.top_strength .top_strength_text {
		font-size: 3.6vw;
		line-height: 1.8;
		margin-top: 7.9vw;
	}

	.top_strength .top_strength_button {
		margin-top: 12.8vw;
	}

	.strength .strength_body .img {
		width: 60vw;
	}

	.strength .strength_body .img.top {
		top: -5vw;
		right: -20vw;
	}

	.strength .strength_body .img.bottom {
		bottom: -5vw;
		left: -25vw;
	}

	.wrap {
		padding-left: 20px;
		padding-right: 20px;
	}

	.wrap.wrap_full {
		padding-left: 10px;
		padding-right: 10px;
	}

	.top_mainview_inner .penguin_blog_parts_link {
		margin-left: 5.1vw;
		margin-top: 31.2vw;
		max-width: 76.9vw;
		padding-top: 0.9vw;
	}

	.top_mainview_inner .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_ttl {
		font-size: 3.3vw;
		margin-top: 1.5vw;
	}

	.top_news .top_news_body .common_article_titles .penguin_blog_parts_link {
		align-items: flex-start;
		flex-direction: column;
		padding: 5.6vw 0;
	}

	.top_news .top_news_body .common_article_titles .penguin_blog_parts_link .penguin_blog_parts_text_box {
		display: contents;
	}

	.top_news .top_news_body .common_article_titles .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_date {
		font-size: 3.1vw;
		order: 1;
	}

	.top_news .top_news_body .common_article_titles .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_ttl {
		-webkit-line-clamp: 3;
		font-size: 3.3vw;
		order: 2;
	}

	.top_news .top_news_body .common_article_titles .penguin_blog_parts .penguin_blog_parts_link .common_article_title_button {
		align-self: end;
		margin-top: -5.1vw;
		order: 1;
	}

	.top_news .top_news_body .common_article_titles .penguin_blog_parts .penguin_blog_parts_link .common_article_title_button span {
		font-size: 3.1vw;
	}

	.top_news .top_news_body .common_article_titles .penguin_blog_parts .penguin_blog_parts_link .common_article_title_button svg {
		width: 1vw;
	}

	.common_page {
		padding: 8vw 0 15vw;
	}

	.form_page .form_block .form_wrap form .FormTable .FormTableRow .FormValue label+label {
		margin-left: 3vw;
	}

	.form_page .form_block .form_wrap .LoginView .NoLoginBox form:hover {
		opacity: 1;
	}

	.LoginView .PasswordReissue a:hover {
		opacity: 1;
	}



	.globalMenuSp_button_login {
		position: relative;
	}

	.globalMenuSp_button_login .logout {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.globalMenuSp_button_login .logout input[type="submit"] {
		width: 100%;
		height: 100%;
	}

	.globalMenuSp .globalMenuSp_button_icon.mypage {
		overflow: hidden;
		border-radius: 50%;
	}

	.fixed_buttons_inner.wrap .fixed_button {
		position: relative;
		justify-content: center;
	}

	.fixed_buttons_inner.wrap .fixed_button:nth-child(2),
	.fixed_buttons_inner.wrap .fixed_button:nth-child(3) {
		width: 15%;
		flex-shrink: 0;
		display: grid;
		place-content: center;
	}

	.fixed_button:nth-child(2) .fixed_button_icon {
		width: 7vw;
	}

	.fixed_buttons_inner.wrap .fixed_button .logout {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.fixed_buttons_inner.wrap .fixed_button .logout input[type="submit"] {
		width: 100%;
		height: 100%;
	}

	.fixed_button .fixed_button_icon.mypage {
		overflow: hidden;
		border-radius: 50%;
	}

	.common_page.form_page {
		padding: 5vw 0 15vw;
	}

	.form_page .LoginView {
		padding: 5vw;
	}

	.form_page .form_block .form_wrap .LoginView .LoginInputBox .LoginInputTitle {
		font-size: 4vw;
	}

	#page_brokerage,
	#page_purchase {
		padding-bottom: 20vw;
	}



	.page_news_list .post_cont {
		flex-direction: column;
		gap: 5vw 0;
	}

	.page_news_list .post_cont .penguin_blog_parts {
		width: 100%;
		padding: .5em;
	}

	.page_news_list .post_cont .penguin_blog_parts .penguin_blog_parts_link {
		display: flex;
		align-items: center;
		gap: 0 3vw;
	}

	.page_news_list .post_cont .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_img_box {
		width: 39.7vw;
		aspect-ratio: 155 / 100;
		flex-shrink: 0;
		margin-bottom: 0;
	}

	.page_news_list .post_cont .penguin_blog_parts .penguin_blog_parts_link .penguin_blog_parts_text_box .penguin_blog_parts_ttl {
		font-size: 3.4vw;
		line-height: 1.7142857143;
		margin-top: 0;
		-webkit-line-clamp: 3;
	}

	.page_news_list .BlogThumbnailPreLink,
	.page_news_list .BlogThumbnailNextLink {
		bottom: -8vw;
		font-size: 3.4vw;
	}

	.page_news_list .post_cont .penguin_blog_parts .penguin_blog_parts_link:hover .penguin_blog_parts_img_box img {
		scale: 1;
	}

	.page_news_list .post_cont::before {
		width: 110%;
		left: -5%;
		height: calc(100% + 14vw);
		top: -3vw;
	}



	.ft_ban_box a:hover {
		opacity: 1;
	}

	.ft_ban_box {
		margin-top: 8vw;
	}



	.top_buy {
		padding-top: 7vh;
	}

	.common_page_btn a {
		padding: 0 5.1vw 3.8vw;
		width: 100%;
	}

	.common_page_btn a::before {
		height: 1px;
	}

	.common_page_btn a span {
		font-size: 4.1vw;
	}

	.common_page_btn a::after {
		content: none;
	}



	.layout_staff_single .staff_single_cont .text_img_box {
		flex-direction: column;
		gap: 9vw;
		margin-bottom: 10vw;
	}

	.layout_staff_single .staff_single_cont .text_img_box .img {
		width: 100%;
		box-shadow: -8px 8px 0 #2dae91;
	}

	.layout_staff_single {
		margin-top: 15.4vw;
	}

	.layout_staff_single .staff_single_cont .text_img_box .text_box .name_box {
		margin-bottom: 2.5vw;
	}

	.layout_staff_single .staff_single_cont .text_img_box .text_box .name_box .name {
		font-size: 5.5vw;
	}

	.layout_staff_single .staff_single_cont .text_img_box .text_box .main_text .text {
		font-size: 3.6vw;
	}

	.layout_staff_single .staff_single_cont .info_box {
		grid-template-columns: 1fr;
		gap: 10vw;
	}

	.layout_staff_single .staff_single_cont .info_box .career_box,
	.layout_staff_single .staff_single_cont .info_box .profile_box {
		padding: 5vw 4vw 1.5vw;
	}

	.layout_staff_single .staff_single_cont .info_box .career_box .sec_ttl,
	.layout_staff_single .staff_single_cont .info_box .profile_box .sec_ttl {
		font-size: 4.5vw;
		border-left: 3px solid #2dae91;
		padding-left: 2vw;
		margin-bottom: 1.5vw;
	}

	.layout_staff_single .staff_single_cont .info_box .career_box .list li {
		gap: 0 3vw;
		padding: 3vw 0;
	}

	.layout_staff_single .staff_single_cont .info_box .career_box .date {
		width: 24vw;
		font-size: 3.6vw;
	}

	.layout_staff_single .staff_single_cont .info_box .career_box .text {
		font-size: 3.6vw;
	}

	.layout_staff_single .staff_single_cont .info_box .profile_box .list li {
		padding: 3vw 0;
	}

	.layout_staff_single .staff_single_cont .info_box .profile_box .label {
		width: 39vw;
		font-size: 3.6vw;
	}

	.layout_staff_single .staff_single_cont .info_box .profile_box .value {
		font-size: 3.6vw;
	}

	.layout_staff_single .staff_single_cont .common_page_btn a {
		width: 100%;
		margin: 10vw 0 0;
	}

	.layout_staff_single .staff_single_cont .info_box.single {
		width: 100%;
	}

	.top_search.mb {
		padding: 100px 0;
	}


	.top_member_sec {
		margin-top: 20vw;
	}


	.top_member_sec .sec_ttl_box .sec_en_ttl {
		font-size: 8.5vw;
	}

	.top_member_sec .sec_ttl_box .sec_ttl {
		font-size: 4.2vw;
	}

	.top_member_sec .sec_ttl_box .ttl_text {
		text-align: left;
		font-size: 3.5vw;
	}

	.top_member_sec .frame {
		padding: 5vw;
		margin-bottom: 7vw;
	}

	.top_member_sec .frame .common_card {
		max-width: 80vw;
	}


	.top_member_sec .frame .swiper-pagination .swiper-pagination-bullet-active {
		background-color: #2eae91;
	}

	.top_member_sec .frame .top_member_sec_bukken_ttl {
		font-size: 4.8vw;
	}

	.top_member_sec .top_buy_body .swiper {
		padding-bottom: 10vw;
	}

	.top_member_sec .top_buy_body .swiper-pagination {
		position: absolute;
		bottom: 0;
	}

	.top_member_sec .icon_list_area {
		gap: 3vw;
		width: 100%;
		margin: 10vw auto;
	}

	.top_member_sec .icon_list_area .list_item {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 18px;
	}

	.top_member_sec .icon_list_area .list_item .item_icon {
		width: 20vw;
		height: 20vw;
		font-size: 8vw;
		color: #2dae91;
	}

	.top_member_sec .icon_list_area .list_item .item_text {
		font-size: 3.3vw;
		text-align: center;
		line-height: 1.6;
		letter-spacing: .02em;
	}

	.top_member_btm_area {
		align-items: flex-start;
		gap: 7vw;
		flex-direction: column;
	}

	.top_member_btm_area .btm_text_area {
		flex-grow: 1;
	}

	.top_member_btm_area .btm_text_area .text {
		font-size: 3.6vw;
	}


	.top_search.mb {
		padding: 15vw 0;
	}

	.header .header_logo a {
		padding-top: 4vw;
	}

	.header .header_logo a .logo_text {
		position: absolute;
		top: 0;
		font-size: 2.1vw;
		white-space: nowrap;
		left: 0;
		margin-bottom: 0;
	}

	.globalMenuSp .kokai_num_area {
		margin-top: 7vw;
		display: none;
	}

	.globalMenuSp .kokai_num_area .kokai_num {
		color: #fff;
		text-align: center;
		font-size: 3.6vw;
	}

	a[href$=".pdf"]::before {
		height: 8vw;
		margin-right: 2.5vw;
		width: 7vw;
	}

	a[href$=".pdf"]:hover {
		-webkit-text-decoration: underline;
		text-decoration: underline;
	}

	#sp_header {
		background: #fff;
		box-shadow: 1px 1px #ccc;
		height: 55px;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
	}

	#sp_header .logo {
		left: 10px;
		line-height: 0;
		position: absolute;
		top: 10px;
	}

	#sp_header .logo img {
		height: 40px;
	}

	#sp_header .icon {
		color: #000;
		position: absolute;
	}

	#sp_header .mail {
		font-size: 25px;
		right: 70px;
		top: 13px;
	}

	#sp_header .tel {
		font-size: 20px;
		right: 110px;
		top: 15px;
	}

	.common_page_wrap {
		padding: 20vw 0;
	}

	.reserve_text {
		font-size: 6vw;
	}

	.breadcrumb {
		font-size: 2.5vw;
	}

	.privacy_check_list .mwform-checkbox-field-text {
		font-size: 3.8vw;
		padding-left: 11vw;
	}

	.mw_wp_form .privacy_check_list .horizontal-item {
		margin-right: 4vw;
	}

	.privacy_check_list .hissu {
		padding: 0.3vw 4vw;
	}

	.privacy_check_list {
		margin-bottom: 6vw;
	}

	.privacy_term_detail {
		font-size: 3.4vw;
		margin: 5vw 0;
	}

	.privacy_term_outer {
		padding: 5vw 0;
		width: 96%;
	}

	.privacy_term_outer .privacy_term_inner .main_text {
		font-size: 3.4vw;
		line-height: 1.6;
		margin-bottom: 5vw;
	}

	.privacy_term_outer .privacy_term_inner dl dt {
		font-size: 3.5vw;
		margin-bottom: 1.5vw;
	}

	.privacy_term_outer .privacy_term_inner dl dd {
		font-size: 3.5vw;
		line-height: 1.6;
	}

	.privacy_term_outer .privacy_term_inner dl+dl {
		margin-top: 7vw;
	}

	.privacy_term_detail::after {
		margin: 1.5vw auto 0;
		width: 2.5vw;
	}


	.page_privacy .main_text {
		font-size: 3.5vw;
	}

	.page_privacy dl {
		margin-bottom: 10vw;
	}

	.page_privacy dl dt {
		font-size: 4vw;
	}

	.page_privacy dl dd {
		font-size: 3.5vw;
		margin-left: 5vw;
	}

	#page_404 .num {
		font-size: 20vw;
		line-height: 1.5;
	}

	#page_404 .text {
		font-size: 3.5vw;
	}

	.archive_page_list>article {
		padding-right: 20px;
	}

	.archive_page_list>article .date {
		width: 80px;
	}

	.archive_page_list>article .content_area {
		width: calc(100% - 80px);
	}

	.archive_page_list>article:after {
		height: 7px;
		width: 7px;
	}

	.single_page .single_flame {
		border: none;
		padding: 0;
	}

	.singleContent .single_title::before {
		height: 3vw;
		top: 7vw;
		width: 3vw;
	}

	.singleContent .title_area .en {
		font-size: 3vw;
		gap: 2.5vw;
		margin-bottom: 5vw;
	}

	.singleContent .title_area .en::after {
		height: 2.5vw;
		width: 2.5vw;
	}

	.single_main_img {
		height: 47vw;
		margin: 0 auto 7vw;
		width: 47vw;
	}

	.singleContent .day_cat {
		flex-wrap: nowrap;
		margin-bottom: 10vw;
	}

	.singleContent .day_cat .day {
		flex-shrink: 0;
		font-size: 3.2vw;
		margin-right: 3vw;
		padding-right: 3vw;
	}

	.singleContent .day_cat ul {
		gap: 2vw;
	}

	.singleContent .day_cat .category_list {
		width: 100%;
	}

	.singleContent .title_area {
		margin-bottom: 10vw;
		padding-bottom: 5vw;
	}

	.singleContent .title_area .single_title {
		font-size: 4.5vw;
		letter-spacing: 0.05em;
	}

	.singleContent .single_title time {
		font-size: 3vw;
	}

	.singleContent .category_list ul li {
		font-size: 2.5vw;
		padding: 1vw 3vw;
	}

	.singleContent article h2 {
		font-size: 4.2vw;
		padding: 2vw;
	}

	.singleContent article h3 {
		font-size: 4vw;
		margin: 1.5em 0 1em;
		padding: 2vw;
	}

	.singleContent article h4 {
		font-size: 4vw;
		margin: 1.5em 0 1em;
		padding: 2vw;
	}

	.singleContent article h5 {
		font-size: 4vw;
	}

	.singleContent h6 {
		font-size: 3.8vw;
	}

	.singleContent p {
		font-size: 3.5vw;
		line-height: 1.8;
	}

	.single_page .singleContent .ichiran_link {
		font-size: 3.8vw;
		line-height: 11vw;
		margin: 10vw auto 0 auto;
		width: 80%;
	}

	.single_page .singleContent .ichiran_link:hover {
		opacity: 1;
	}

	.single_page .singleSidebar {
		display: none;
	}

	.singleContent_links {
		gap: 0;
		justify-content: space-between;
		margin-top: 20vw;
	}

	.singleContent_links .btn {
		font-size: 3.4vw;
		margin-bottom: 4vw;
	}

	.singleContent_links a .ttl {
		font-size: 3.2vw;
	}

	.singleContent_links ul {
		width: 40%;
	}

	.latest_post_area {
		margin: 15vw 0 0;
		width: 100%;
	}

	.latest_post_area .ttl {
		font-size: 4.2vw;
		letter-spacing: 0.05em;
		margin-bottom: 5vw;
		padding-bottom: 2vw;
	}

	.latest_post_area .ttl .en {
		font-size: 3vw;
	}

	.latest_post_area .img {
		height: 25vw;
	}

	.latest_post_area ul {
		-moz-column-gap: 3vw;
		column-gap: 3vw;
		grid-template-columns: repeat(2, 1fr);
		row-gap: 5vw;
	}

	.latest_post_area .day_cat {
		display: block;
	}

	.latest_post_area .category_list .cat {
		font-size: 2vw;
		padding: 0 2vw;
	}

	.article_flame_wrap .text_box {
		height: auto;
		padding-top: 4vw;
		position: relative;
	}

	.latest_post_area .day_cat .day {
		border-right: none;
		font-size: 2.8vw;
		left: 0;
		margin-right: 0;
		padding-right: 0;
		position: absolute;
		top: 0;
	}

	.latest_post_area .inner_ttl {
		-webkit-line-clamp: 1;
		font-size: 3vw;
		height: 4.8vw;
		margin-top: 1vw;
	}

	.breadcrumb.single {
		text-align: left;
	}

	.singleContent_links .img {
		height: 25vw;
		margin-bottom: 3vw;
	}

	#toc_container li::before {
		height: 3vw;
		top: 1vw;
		width: 3vw;
	}

	#toc_container li {
		padding-left: 4vw;
	}

	.singleContent .singleContent_links ul li {
		padding: 0;
	}

	.singleContent_links ul li+li {
		margin-top: 3vw;
	}

	.singleContent_links ul li {
		padding-left: 6vw;
	}

	.singleContent article ul {
		padding: 4vw 3vw;
	}

	.singleContent_links ul::before {
		height: 4vw;
		width: 4vw;
	}

	.singleContent ol::before {
		border-width: 0 18px 18px 0;
	}

	.singleContent ol {
		padding: 6vw 3vw;
	}

	.singleContent #toc_container {
		margin-bottom: 8vw;
	}

	.singleContent .addtoany_content {
		margin: 10vw auto 0;
	}

	ul#sitemap_list li {
		margin: 0;
	}

	body #sitemap_list li a {
		font-size: 4vw;
		line-height: 9vw;
		margin-bottom: 1vw;
		padding: 1vw 2vw;
	}

	body #sitemap_list li.home-item {
		margin-bottom: 4vw;
	}

	body #sitemap_list {
		padding: 0;
	}

	.layout_staff .staff_list ul {
		grid-template-columns: 1fr;
		gap: 5vw 0;
	}

	.layout_staff {
		margin-top: 21.8vw;
	}

	.layout_staff .common_sub_media_title {
		margin-bottom: 5vw;
	}

	.layout_staff .common_sub_media_title_en::before {
		white-space: nowrap;
	}

	.layout_staff .staff_list li a {
		padding: 3vw;
		gap: 0 3vw;
		translate: -1.5vw -1.5vw;
	}

	.layout_staff .staff_list li a .img {
		width: 35vw;
	}

	.layout_staff .staff_list li a .text_box .ttl_box {
		margin-bottom: 1vw;
	}

	.layout_staff .staff_list li a .text_box .ttl_box .name_box .name {
		font-size: 4vw;
	}

	.layout_staff .staff_list li a .text_box .ttl_box .name_box .en {
		font-size: 3.2vw;
	}

	.layout_staff .staff_list li a .text_box .text {
		font-size: 3.1vw;
	}

	.layout_staff .staff_list li a:hover {
		translate: -1.5vw -1.5vw;
	}

	#page_staff {
		padding-bottom: 20vw;
	}

	.top_kodawari_sec {
		margin-top: 15vw;
	}

	.top_kodawari_sec .sec_ttl_box {
		margin-bottom: 7vw;
	}

	.top_kodawari_sec .sec_ttl_box .sec_en_ttl {
		font-size: 8.5vw;
	}

	.top_kodawari_sec .sec_ttl_box .sec_ttl {
		font-size: 4.2vw;
	}

	.sp-kodawari_slide {
		display: flex;
		gap: 0 3vw;
		overflow-x: scroll;
	}

	.sp-kodawari_slide .top_kodawari_cont {
		flex-shrink: 0;
		width: 80vw;
	}

	.top_kodawari_sec .top_kodawari_cont {
		grid-template-columns: 1fr;
		gap: 4vw;
	}

	.top_kodawari_sec .top_kodawari_cont .top_kodawari_item {
		display: flex;
	}

	.top_kodawari_sec .top_kodawari_cont .top_kodawari_item .item_img {
		width: 28vw;
		height: 20vw;
		flex-shrink: 0;
	}

	.top_kodawari_sec .top_kodawari_cont .top_kodawari_item .item_ttl_area {
		padding: 4vw;
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.top_kodawari_sec .top_kodawari_cont .top_kodawari_item .item_ttl_area .item_ttl {
		font-size: 3.5vw;
	}

	.top_kodawari_sec .top_kodawari_cont .top_kodawari_item:hover .item_ttl_area .item_ttl::before {
		transform: scale(1);
	}

	#page_new-apartment .top_mainview_copy_main {
		font-size: 7.3vw;
	}

	#page_new-apartment .top_buy .top_buy_title_en {
		font-size: 9vw;
	}

	#page_new-apartment .top_buy {
		padding-top: 20vw;
	}

	#page_new-apartment .common_cards {
		gap: 5vw;
		align-items: flex-start;
	}

	#page_new-apartment .top_buy .top_buy_title {
		order: 0;
	}

	.common_tab_cont .tab_menu {
		position: relative;
		z-index: 1;
		margin-block: 8vw 0;
	}

	.common_tab_cont .tab_menu ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 3vw;
	}

	.common_tab_cont .tab_menu ul li {
		width: 37vw;
		font-size: 3.6vw;
	}

	.common_tab_cont .tab_menu ul li.active {
		background-color: #212121;
		color: #fff;
	}

	.common_tab_cont .tab_content {
		display: none;
		margin-top: 5vw;
	}

	.common_tab_cont .tab_content.show {
		display: block;
	}

	#page_new-apartment .top_search {
		margin-block: 20vw;
	}

	#page_new-apartment .popular_area_sec {
		padding-top: 20vw;
	}

	#page_new-apartment .popular_area_sec .page_title {
		font-size: 5.5vw;
	}

	#page_new-apartment .popular_area_sec .cont {
		margin-top: 4vw;
	}


	#page_new-apartment .popular_area_sec .item_cont+.item_cont {
		margin-top: 8vw;
	}

	#page_new-apartment .popular_area_sec .item_cont {
		padding: 5vw;
	}

	#page_new-apartment .popular_area_sec .item_cont .title {
		font-size: 4.5vw;
	}

	#page_new-apartment .popular_area_sec .item_cont .flex_box {
		flex-direction: column;
		gap: 6vw 0;
		margin-top: 5vw;
	}

	#page_new-apartment .popular_area_sec .item_cont .flex_box .img {
		width: 100%;
	}

	#page_new-apartment .popular_area_sec .item_cont .flex_box .img img {
		aspect-ratio: 3/2;
	}

	#page_new-apartment .popular_area_sec .item_cont .flex_box .label {
		font-size: 4vw;
	}

	#page_new-apartment .popular_area_sec .item_cont .text_box .text {
		font-size: 3.4vw;
	}

	#page_new-apartment .popular_area_sec .item_cont .point_box {
		padding: 4vw;
	}

	#page_new-apartment .popular_area_sec .item_cont .point_box .text {
		font-size: 3.4vw;
	}

	#page_new-apartment .popular_area_sec .item_cont .point_box .text .size {
		display: block;
		font-size: 3.6vw;
	}

	#page_new-apartment .popular_area_sec .item_cont .box+.box {
		margin-top: 5vw;
	}

	#page_new-apartment .popular_area_sec .item_cont .list_box .list {
		gap: 0 2vw;
		align-items: flex-start;
	}

	#page_new-apartment .popular_area_sec .item_cont .list_box .list .text {
		font-size: 3.4vw;
	}

	#page_new-apartment .popular_area_sec .item_cont .list_box .list .feature-mark {
		width: 5vw;
	}

	#page_new-apartment .popular_area_sec .item_cont .list_box .list .feature-mark i {
		font-size: 5vw;
	}

	#page_new-apartment .common_cards .common_card {
		max-width: 42vw;
	}

	#page_new-apartment .popular_area_sec .common_cards .common_card {
		max-width: 35vw;
	}

	#page_new-apartment .button_box a.common_button {
		margin: 8vw auto 0;
	}

	/* 東京都港区の高級マンション物件特集 */
	.area_lead_sec {
		padding: 15.38vw 0 5.13vw;
	}

	.new_section_wrap .layout-vertical-list {
		gap: 7.69vw;
		margin-top: 0;
	}

	.new_section_wrap .layout-vertical-list .horizontal-card .horizontal-card-title {
		margin-bottom: 2.56vw;
	}

	.new_section_wrap .layout-vertical-list .horizontal-card .horizontal-card-catch {
		margin-bottom: 3.85vw;
	}

	.new_section_wrap .layout-vertical-list .area-data-table {
		margin-top: 5.13vw;
	}

	.new_section_wrap .layout-vertical-list .area-data-table th,
	.new_section_wrap .layout-vertical-list .area-data-table td {
		padding: 2.56vw 3.85vw;
	}

	.new_section_wrap .zigzag_container {
		margin-top: 0;
	}

	.new_section_wrap .zigzag_container .zigzag-row .zigzag-row-title {
		margin-top: 2.56vw;
		margin-bottom: 3.85vw;
	}

	.new_section_wrap .layout-vertical-list .horizontal-card,
	.new_section_wrap .zigzag_container .zigzag-row {
		flex-direction: column !important;
		padding: 3vw;
		gap: 4vw;
	}

	.new_section_wrap .layout-vertical-list .horizontal-card .horizontal-card-img,
	.new_section_wrap .zigzag_container .zigzag-row .zigzag-row-img {
		flex: auto;
		width: 100%;
		aspect-ratio: 16/9;
	}

	.new_section_wrap .zigzag_container .zigzag-row {
		margin-bottom: 10vw;
	}

	.area_lead_sec .area_lead_text {
		font-size: 3.8vw;
	}

	.new_section_wrap .layout-vertical-list .horizontal-card .horizontal-card-title {
		font-size: 5.1vw;
	}

	.new_section_wrap .layout-vertical-list .horizontal-card .horizontal-card-catch {
		font-size: 4.5vw;
	}

	.new_section_wrap .layout-vertical-list .horizontal-card .horizontal-card-text {
		font-size: 3.6vw;
	}

	.new_section_wrap .layout-vertical-list .area-data-table {
		font-size: 3.6vw;
	}

	.new_section_wrap .zigzag_container .zigzag-row .zigzag-row-title {
		font-size: 5.1vw;
	}

	.new_section_wrap .zigzag_container .zigzag-row .zigzag-row-num {
		font-size: 9vw;
	}

	.new_section_wrap .zigzag_container .zigzag-row .zigzag-row-text {
		font-size: 3.8vw;
	}

	button.back-to-top {
		bottom: 20vw !important;
		right: 1.5vw !important;
	}

}

.new_section_wrap {
	padding: 100px 0;
	background-color: #fff;
	width: 100%;
	box-sizing: border-box;
	/* padding-top: 150vh; */
}

.new_section_wrap.bg_gray {
	background-color: #f9f9f9;
}

.new_section_inner {
	max-width: 1190px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	width: 100%;
}

.new_sec_header {
	text-align: center;
	margin-bottom: 60px;
}

.new_sec_en {
	font-family: "Bodoni Moda", serif;
	font-size: 16px;
	color: #bfa57d;
	margin-bottom: 10px;
	display: block;
	letter-spacing: 0.05em;
}

.new_sec_jp {
	font-family: "Shippori Mincho", serif;
	font-size: 26px;
	font-weight: 500;
	color: #333;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

.area_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px 40px;
	width: 100%;
}

.area_grid.slick-slider {
	display: block;
}

.area_card {
	display: block;
	color: #333;
	width: 100%;
}

.area_img_box {
	width: 100%;
	height: 220px;
	overflow: hidden;
	margin-bottom: 24px;
	position: relative;
}

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

.area_name {
	font-family: "Shippori Mincho", serif;
	font-size: 20px;
	display: block;
	font-weight: 600;
}

.area_catch {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 12px;
	color: #bfa57d;
	line-height: 1.4;
}

.area_desc {
	font-size: 14px;
	line-height: 1.8;
	color: #666;
	text-align: justify;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

.criteria_list {
	width: 100%;
}

.criteria_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
	width: 100%;
}

.criteria_item:last-child {
	margin-bottom: 0;
}

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

.criteria_img {
	width: 48%;
	height: 380px;
	object-fit: cover;
}

.criteria_content {
	width: 46%;
}

.criteria_num {
	font-family: "Bodoni Moda", serif;
	font-size: 50px;
	color: #e5e5e5;
	line-height: 1;
	margin-bottom: -15px;
	display: block;
	position: relative;
	z-index: 1;
}

.criteria_title {
	font-family: "Shippori Mincho", serif;
	font-size: 24px;
	margin-bottom: 25px;
	border-bottom: 1px solid #333;
	padding-bottom: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
	width: 100%;
}

.criteria_text {
	font-size: 16px;
	line-height: 2.0;
	color: #444;
	text-align: justify;
	font-family: "Noto Sans JP", sans-serif;
}

.market_trend_box {
	max-width: 860px;
	margin: 0 auto;
	text-align: center;
}

.market_trend_box+.market_trend_box {
	margin-top: 2.2rem;
}

.market_trend_lead {
	font-family: "Shippori Mincho", serif;
	font-size: 22px;
	margin-bottom: 40px;
	line-height: 1.6;
	font-weight: 600;
}

.market_trend_text {
	font-size: 16px;
	line-height: 2.2;
	color: #555;
	font-family: "Noto Sans JP", sans-serif;
}

.top_member_sec .swiper-wrapper .swiper-slide.is-locked {
	position: relative;
	display: block;
	overflow: hidden;
	cursor: pointer;
	background-color: #000;
}

.top_member_sec .swiper-wrapper .swiper-slide.is-locked figure,
.top_member_sec .swiper-wrapper .swiper-slide.is-locked .common_card_body {
	filter: blur(8px) brightness(0.3) grayscale(0.5);
	-webkit-filter: blur(8px) brightness(0.3) grayscale(0.5);
	transition: all 0.4s ease;
	pointer-events: none;
	user-select: none;
}

.top_member_sec .swiper-wrapper .swiper-slide.is-locked::after {
	content: "\4f1a\54e1\9650\5b9a\A\A\7121\6599\767b\9332\3067\8a73\7d30\3092\898b\308b";
	white-space: pre;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -40%);
	z-index: 10;
	width: 85%;
	padding: 20px 10px;
	background: rgba(0, 0, 0, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
	text-align: center;
	font-family: "Shippori Mincho", serif;
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 1.6;
	backdrop-filter: blur(2px);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
}

.top_member_sec .swiper-wrapper .swiper-slide.is-locked::before {
	content: "\f023";
	/* fa-lock */
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -90px);
	z-index: 11;
	font-size: 26px;
	color: #bfa57d;
	transition: all 0.3s ease;
}

.top_member_sec .swiper-wrapper .swiper-slide.is-locked:hover::after {
	background: rgba(191, 165, 125, 0.9);
	border-color: #fff;
}

.top_member_sec .swiper-wrapper .swiper-slide.is-locked:hover::before {
	color: #fff;
	transform: translate(-50%, -95px) scale(1.1);
}

#page_staff .common_sub_mainview::before,
#page_staff .common_sub_mainview::after {
	display: none;
}

.staff_intro_sec {
	margin: 30px 0;
}

.staff_intro_sec .cont .en_title {
	font-family: "Bodoni Moda", serif;
	font-size: 50px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1;
	margin-bottom: 0.3em;
	color: #2eae91;
}

.staff_intro_sec .cont .text {
	text-align: center;
	font-size: 16px;
	margin-top: 1.5em;
	line-height: 1.7;
}

/* ここからカテゴリー */
.single_feature .intro_sec {
	padding: 50px 0;
	background-color: #f1f0ee;
}

.single_feature .intro_sec .cont {
	display: flex;
	gap: 35px;
	align-items: center;
}

.single_feature .intro_sec .cont .img {
	width: 360px;
	height: 250px;
	flex-shrink: 0;
}

.single_feature .intro_sec .cont .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: none;
}

.single_feature .intro_sec .cont .text_box .text {
	font-size: 16px;
	letter-spacing: .03em;
	line-height: 1.8;
}

.new_construction_kodawari h1,
.new_construction_kodawari h2,
.new_construction_kodawari h3 {
	margin: 0;
}

.new_construction_kodawari {
	padding: 80px 0;
	background-color: #e3e2e0;
}

.new_construction_kodawari .sec_ttl {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.new_construction_kodawari .kodawari_box {
	margin-top: 30px;
	background-color: #fff;
	border-radius: 10px;
}

.new_construction_kodawari .kodawari_box ul {
	padding: 40px 50px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px 30px;

}

.new_construction_kodawari .kodawari_box ul li {
	line-height: 1;
}

.new_construction_kodawari .kodawari_box ul li .tag {
	font-size: 16px;
	letter-spacing: 0.08em;
	text-decoration: underline;
	color: #000;
}

.terms_data_sec .terms_data_table_wrap table {
	width: 100%;
}

.terms_data_sec .terms_data_table_wrap table th,
.terms_data_sec .terms_data_table_wrap table td {
	padding: 15px 20px;
	font-size: 15px;
	border: 1px solid #eee;
}

.terms_data_sec .terms_data_table_wrap table th {
	background-color: #F7F7F7;
}

.terms_data_sec .text_box {
	background-color: #F7F7F7;
	padding: 15px;
	align-items: center;
	font-size: 12px;
	line-height: 1.6;
	margin-top: 20px;
}

.terms_data_sec .text_box .kome {
	color: #474747;
	position: relative;
	padding-left: 14px;
}

.terms_data_sec .text_box .kome::before {
	display: block;
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}

.terms_data_sec .text_box .text {
	border-left: 1px dashed #535353;
	padding-left: 12px;
	margin-left: 5px;
	font-size: 12px;
}

.terms_data_sec .text_box .text a {
	word-break: break-all;
	color: #009FE8;
	text-decoration: underline;
}

.single_feature .common_terms_info_sec.terms_data_sec {
	padding-block: 0 100px;
}

.single_feature .common_terms_info_sec.terms_data_sec .sec_ttl {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-bottom: 1em;
}

.single_feature .common_terms_info_sec.terms_data_sec .terms_data_table_wrap.flex-sb {
	gap: 30px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.single_feature .common_terms_info_sec.terms_data_sec .text_box.flex-sb {
	display: flex;
}

.single_feature .recommendation_sec {
	padding: 100px 0;
	background-color: #f1f0ee;
}

.single_feature .recommendation_sec .sec_ttl {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

.single_feature .recommendation_sec .recommendation_list ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.single_feature .recommendation_sec .recommendation_list ul li {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #fff;
	line-height: 1.7;
}

.single_feature .recommendation_sec .recommendation_list ul li .icon {
	width: 100%;
	height: 170px;
}

.single_feature .recommendation_sec .recommendation_list ul li .icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single_feature .recommendation_sec .recommendation_list ul li .text_box {
	padding: 1em;
}

.single_feature .recommendation_sec .recommendation_list ul li .text_box .catch {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .03em;
	margin-bottom: .3em;
	color: var(--main-color);
}

.single_feature .recommendation_sec .recommendation_list ul li .text_box .text {
	font-size: 14px;
	letter-spacing: .03em;
	text-align: justify;
	color: #6b6b6b;
}

.single_feature .popularity_sec {
	padding: 100px 0;
}

.single_feature .popularity_sec .sec_ttl {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

.single_feature .popularity_sec .popularity_list ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

.single_feature .popularity_sec .popularity_list ul li {
	display: flex;
	border: 2px solid var(--main-color);
	background-color: #F7F7F7;
}

.single_feature .popularity_sec .popularity_list ul li .img {
	width: 200px;
	flex-shrink: 0;
}

.single_feature .popularity_sec .popularity_list ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single_feature .popularity_sec .popularity_list ul li .text_box {
	padding: 20px;
}

.single_feature .popularity_sec .popularity_list ul li .text_box .catch {
	color: var(--main-color);
	font-weight: 700;
	font-size: 17px;
	margin-bottom: .4em;
}

.single_feature .popularity_sec .popularity_list ul li .text_box .text {
	font-size: 15px;
	letter-spacing: .03em;
}

.single_feature .note_sec {
	padding: 100px 0;
	background-color: #f1f0ee;
}

.single_feature .note_sec .sec_ttl {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-bottom: 2em;
}

.single_feature .note_sec .note_list ul li {
	display: flex;
	gap: 30px;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	align-items: center;
}

.single_feature .note_sec .note_list ul li .img {
	height: 160px;
	width: 160px;
	flex-shrink: 0;
}

.single_feature .note_sec .note_list ul li .img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

.single_feature .note_sec .note_list ul li+li {
	margin-top: 25px;
}

.single_feature .note_sec .note_list ul li .text_box .catch {
	font-size: 22px;
	color: var(--main-color);
	letter-spacing: .03em;
	margin-bottom: .3em;
	font-weight: 700;
}

.single_feature .note_sec .note_list ul li .text_box .text {
	font-size: 16px;
	letter-spacing: .03em;
}

.category_faq_sec {
	margin-block: 100px;
}

.category_faq_sec .top_text_box {
	text-align: center;
	margin-bottom: 35px;
}

.category_faq_sec .top_text_box .ttl {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.category_faq_sec .top_text_box .ttl::after {
	content: "";
	display: block;
	margin: 12px auto 0;
	background-color: var(--main-color);
	width: 60px;
	height: 4px;
}

.category_faq_sec .list ul li+li {
	margin-top: 10px;
}

.category_faq_sec .list ul li {
	background-color: #f1f0ee;
	padding: 0 83px 0 59px;
	border-radius: 5px;
}

.category_faq_sec .list ul li .q_box,
.category_faq_sec .list ul li .a_box {
	display: flex;
	align-items: center;
	gap: 30px;
}

.category_faq_sec .list ul li .q_box {
	padding: 23px 0 13px;
}

.category_faq_sec .list ul li .q_box .text {
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 1.5;
	font-weight: 600;
}

.category_faq_sec .list ul li .a_box {
	padding: 25px 0;
	border-top: 1px solid #D9D9D9;
}

.category_faq_sec .list ul li .a_box .text {
	font-size: 15px;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

.category_faq_sec .list ul li .q_box .q_mark,
.category_faq_sec .list ul li .a_box .a_mark {
	font-size: 30px;
	flex-shrink: 0;
	line-height: 1.33;
}

.category_faq_sec .list ul li .q_box .q_mark {
	color: var(--main-color);
}

.category_faq_sec .list ul li .a_box .a_mark {
	color: #bfa57d;
}

.category_faq_sec .list ul li .q_box .text,
.category_faq_sec .list ul li .a_box .text {
	flex-grow: 1;
}

.category_faq_sec .list ul li .a_box {
	align-items: flex-start;
}

.category_info_sec {
	margin-block: 120px;
}

.category_info_sec .heading__box .sec_ttl {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-bottom: 1em;
	text-align: center;
}

.category_info_sec .heading__box .text_box .text {
	text-align: center;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: .05em;
}

.category_info_sec .info-item_box ul li {
	margin-top: 60px;
}

.category_info_sec .info-item_box ul li .title {
	text-align: center;
	font-size: 22px;
	line-height: 1.7;
	letter-spacing: .05em;
	margin-bottom: 1em;
}

.category_info_sec .info-item_box ul li .item-cont {
	display: flex;
	gap: 0;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	background-color: #F7F7F7;
}

.category_info_sec .info-item_box ul li:nth-child(even) .item-cont {
	flex-direction: row-reverse;
	justify-content: space-between;
}

.category_info_sec .info-item_box ul li .item-cont .img {
	width: 380px;
	flex-shrink: 0;
}

.category_info_sec .info-item_box ul li .item-cont .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.category_info_sec .info-item_box ul li .item-text_box {
	padding: 30px;
}

.category_info_sec .info-item_box ul li .item-text_box .text {
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: .05em;
}

.category_info_sec .info-item_box ul li .item-text_box .text+.text {
	margin-top: 1em;
}

.bukken_archive_sec {
	padding-block: 100px;
}

.bukken_archive_sec .top_buy_swiper.common_cards {
	gap: 50px 30px !important;
}

.bukken_archive_sec .common_card {
	max-width: 204px;
}

.bukken_archive_sec .common_card .common_card_floor {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	width: 140px;
}

.bukken_archive_sec .common_card .animate_character_text,
.bukken_archive_sec .common_card .animate_character_text_hover {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.bukken_archive_sec .top_buy_title {
	margin-bottom: 50px;
}


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

	.new_section_wrap {
		padding: 13vw 0 20vw;
	}

	.new_sec_jp {
		font-size: 22px;
	}

	.new_sec_header {
		margin-bottom: 40px;
	}

	.area_grid {
		display: flex;
		overflow-x: scroll;
		gap: 0 5vw;
	}

	.area_grid .area_card {
		flex-shrink: 0;
		width: 75vw;
	}

	.area_img_box {
		height: 200px;
	}

	.criteria_item {
		flex-direction: column !important;
		margin-bottom: 60px;
	}

	.criteria_item:nth-child(even) {
		flex-direction: column !important;
	}

	.criteria_img {
		width: 100%;
		height: auto;
		aspect-ratio: 16/9;
		margin-bottom: 30px;
	}

	.criteria_content {
		width: 100%;
	}

	.criteria_num {
		font-size: 40px;
		margin-bottom: -10px;
	}

	.criteria_title {
		font-size: 20px;
	}

	.market_trend_lead {
		font-size: 18px;
		text-align: center;
	}

	.market_trend_text {
		text-align: justify;
		font-size: 14px;
		line-height: 1.8;
	}

	.staff_intro_sec {
		margin: 6vw 0;
	}

	.staff_intro_sec .cont .en_title {
		font-size: 9vw;
	}

	.staff_intro_sec .cont .text {
		font-size: 3.6vw;
	}

	.used_condominium .top_mainview {
		background: url(../image/used_condominium_mv_sp.jpg) no-repeat center center / cover;
	}

	.top_buy.layout_top_buy.common .top_buy_header .ttl_box .ttl {
		font-size: 5.7vw;
	}

	.top_banner_sec .top_banner_sec_flex_box {
		grid-template-columns: 1fr;
		gap: 4vw;
	}

	.top_banner_sec .img .link {
		width: 100%;
	}

	.top_banner_sec {
		padding-top: 10vw;
	}

	/* ここからカテゴリー */
	.single_feature .intro_sec .cont {
		flex-direction: column-reverse;
		gap: 5vw 0;
	}

	.single_feature .intro_sec .cont .img {
		width: 100%;
		height: 58vw;
	}

	.single_feature .intro_sec .cont .text_box .text {
		font-size: 3.5vw;
		line-height: 1.6;
	}

	.new_construction_kodawari {
		margin: 0;
		padding: 10vw 0;
	}

	.new_construction_kodawari .sec_ttl {
		font-size: 4.5vw;
	}

	.new_construction_kodawari .kodawari_box {
		margin-top: 4vw;
	}

	.new_construction_kodawari .kodawari_box ul {
		padding: 6vw 5vw;
		gap: 1.4vw 3.5vw;
	}

	.new_construction_kodawari .kodawari_box ul li .link {
		font-size: 3.5vw;
	}

	.new_construction_kodawari .kodawari_box ul .tag {
		font-size: 3.2vw;
	}

	.single_feature .common_terms_info_sec.terms_data_sec {
		padding-block: 0 15vw;
	}

	.single_feature .common_terms_info_sec.terms_data_sec .terms_data_table_wrap.flex-sb {
		grid-template-columns: 1fr;
	}

	.single_feature .common_terms_info_sec.terms_data_sec .sec_ttl {
		font-size: 4.8vw;
	}

	.terms_data_sec .terms_data_table_wrap table th,
	.terms_data_sec .terms_data_table_wrap table td {
		padding: 3vw 4vw;
		font-size: 3.6vw;
	}

	.single_feature .common_terms_info_sec.terms_data_sec .text_box.flex-sb {
		padding: 5.5vw;
		font-size: 3.2vw;
		display: block;
	}

	.terms_data_sec .text_box .text {
		border-top: 1px dashed #535353;
		border-left: unset;
		padding: 2vw 0;
		margin: 2vw 0;
	}

	.terms_data_sec .text_box .kome {
		font-size: 3.2vw;
		margin-bottom: 4vw;
	}

	.single_feature .common_terms_info_sec.terms_data_sec .text_box.flex-sb .text_area+.text_area {
		margin-top: 2vw;
	}

	.single_feature .recommendation_sec {
		padding: 15vw 0;
	}

	.single_feature .recommendation_sec .recommendation_list ul {
		grid-template-columns: 1fr;
		gap: 7vw;
	}

	.single_feature .recommendation_sec .recommendation_list ul li .icon {
		width: 100%;
		height: 53vw;
	}

	.single_feature .recommendation_sec .recommendation_list ul li .text_box .catch {
		font-size: 4.2vw;
	}

	.single_feature .recommendation_sec .recommendation_list ul li .text_box .text {
		font-size: 3.5vw;
	}

	.single_feature .recommendation_sec .sec_ttl {
		font-size: 4.8vw;
	}

	.single_feature .popularity_sec .sec_ttl {
		font-size: 4.8vw;
	}

	.single_feature .popularity_sec .popularity_list ul {
		grid-template-columns: 1fr;
	}

	.single_feature .popularity_sec .popularity_list ul li {
		display: block;
	}

	.single_feature .popularity_sec .popularity_list ul li .img {
		width: 100%;
		height: 50vw;
	}

	.single_feature .popularity_sec .popularity_list ul li .text_box .catch {
		font-size: 4vw;
	}

	.single_feature .popularity_sec .popularity_list ul li .text_box .text {
		font-size: 3.6vw;
	}

	.single_feature .popularity_sec .popularity_list ul li .text_box {
		padding: 4vw;
	}

	.single_feature .popularity_sec {
		padding: 15vw 0;
	}

	.single_feature .note_sec {
		padding: 15vw 0;
	}

	.single_feature .note_sec .sec_ttl {
		font-size: 4.8vw;
	}

	.single_feature .note_sec .note_list ul li {
		padding: 5vw;
		display: block;
	}

	.single_feature .note_sec .note_list ul li .img {
		width: 30vw;
		margin: 0 auto 3.5vw;
		height: 30vw;
	}

	.single_feature .note_sec .note_list ul li .text_box .catch {
		font-size: 4vw;
		text-align: center;
	}

	.single_feature .note_sec .note_list ul li .text_box .text {
		font-size: 3.6vw;
	}

	.single_feature .note_sec .note_list ul li+li {
		margin-top: 5.5vw;
	}

	.category_faq_sec {
		margin-block: 15vw;
	}

	.category_faq_sec .top_text_box {
		margin-bottom: 4vw;
	}

	.category_faq_sec .top_text_box .ttl {
		font-size: 4.5vw;
	}

	.category_faq_sec .top_text_box .ttl::after {
		margin: 2.5vw auto 0;
		width: 12vw;
		height: 2px;
	}

	.category_faq_sec .list ul li+li {
		margin-top: 2vw;
	}

	.category_faq_sec .list ul li {
		padding: 0 4vw;
	}

	.category_faq_sec .list ul li .q_box,
	.category_faq_sec .list ul li .a_box {
		gap: 5vw;
	}

	.category_faq_sec .list ul li .q_box {
		padding: 4vw 0 3vw;
	}

	.category_faq_sec .list ul li .a_box {
		padding: 4vw 0;
	}

	.category_faq_sec .list ul li .q_box .q_mark,
	.category_faq_sec .list ul li .a_box .a_mark {
		font-size: 6vw;
	}

	.category_faq_sec .list ul li .q_box .text {
		font-size: 3.7vw;
	}

	.category_faq_sec .list ul li .a_box .text {
		font-size: 3.3vw;
	}

	.category_info_sec {
		margin-block: 15vw;
	}

	.category_info_sec .heading__box .sec_ttl {
		font-size: 5vw;
	}

	.category_info_sec .heading__box .text_box .text {
		font-size: 3.6vw;
	}

	.category_info_sec .info-item_box ul li {
		margin-top: 10vw;
	}

	.category_info_sec .info-item_box ul li .title {
		font-size: 4.8vw;
	}

	.category_info_sec .info-item_box ul li .item-cont {
		flex-direction: column;
	}

	.category_info_sec .info-item_box ul li:nth-child(even) .item-cont {
		flex-direction: column;
	}

	.category_info_sec .info-item_box ul li .item-cont .img {
		width: 100%;
		height: 45vw;
	}

	.category_info_sec .info-item_box ul li .item-text_box {
		padding: 5vw;
	}

	.category_info_sec .info-item_box ul li .item-text_box .text {
		font-size: 3.5vw;
	}

	.bukken_archive_sec {
		padding-block: 100px;
	}

	.bukken_archive_sec .top_buy_swiper.common_cards {
		gap: 8vw 5vw !important;
	}

	.bukken_archive_sec .common_card {
		max-width: 45vw;
	}

	.bukken_archive_sec .common_card .common_card_floor {
		width: 30vw;
	}

	.bukken_archive_sec .top_buy_title {
		margin-bottom: 8vw;
	}

	.bukken_archive_sec .top_buy_button {
		width: fit-content;
		margin: 8vw auto 0;
	}

	.new_construction_kodawari .kodawari_box ul li .tag {
		font-size: 3.6vw;
	}

	.page_invest_cont_ren {
		margin-top: 37px;
	}

	.page_invest_cont_ren .page_invest_cont_ren_lead_block {
		flex-direction: column;
		gap: 7.4vw;
		align-items: flex-start;
		margin-bottom: 40vw;
		position: relative;
	}

	.page_invest_cont_ren .page_invest_cont_ren_lead_block::before {
		top: -21.3vw;
		left: -5vw;
		width: 46vw;
		height: 63vw;
	}

	.page_invest_cont_ren .page_invest_cont_ren_lead_block .page_invest_cont_ren_lead_img {
		width: 100%;
		height: 50vw;
		flex-shrink: 0;
		position: relative;
	}

	.page_invest_cont_ren .page_invest_cont_ren_lead_block .page_invest_cont_ren_lead_img img {
		max-width: 100%;
		width: 100%;
		position: static;
		height: 100%;
	}

	.page_invest_cont_ren .page_invest_cont_ren_lead_block .page_invest_cont_ren_lead_text_area {
		flex-grow: 1;
	}

	.page_invest_cont_ren .page_invest_cont_ren_lead_block .page_invest_cont_ren_lead_text_area .main_text {
		font-size: 5.6vw;
		margin-bottom: 0.6em;
	}

	.page_invest_cont_ren .page_invest_cont_ren_lead_block .page_invest_cont_ren_lead_text_area .text {
		font-size: 3.6vw;
		line-height: 1.9;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_1 {
		padding: 0;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_1::before {
		content: "";
		position: absolute;
		left: unset;
		bottom: unset;
		width: 72vw;
		height: 41vw;
		background-color: #F8F8F8;
		z-index: -1;
		top: -22vw;
		right: -5vw;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_2 {
		gap: 11vw;
		padding-top: 23vw;
		flex-direction: column-reverse;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_2::before {
		top: 16vw;
		right: unset;
		width: 70vw;
		left: -5vw;
		height: 61.5vw;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_3 {
		display: flex;
		gap: 3vw;
		position: relative;
		padding-top: 27vw;
		flex-direction: column;
		align-items: flex-start;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4 {
		margin-top: 17vw;
		padding-top: 70vw;
		position: relative;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4::before {
		top: 0;
		left: -2.5vw;
		right: -2.5vw;
		height: 64.1vw;
	}

	.page_invest_cont_ren .page_invest_ren_common_num_ttl_box {
		margin-bottom: 4vw;
	}

	.page_invest_cont_ren .page_invest_ren_common_num_ttl_box .num {
		font-size: 9.2vw;
	}

	.page_invest_cont_ren .page_invest_ren_common_num_ttl_box .ttl {
		font-size: 6.1vw;
		line-height: 1.3;
	}

	.page_invest_cont_ren .page_invest_ren_common_text {
		font-size: 3.6vw;
		line-height: 1.8;
	}

	.page_invest_cont_ren .page_invest_ren_common_text .em {
		font-size: 1.25em;
		font-weight: 700;
		/* line-height: 1; */
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block div.page_invest_ren_common_text {
		overflow: hidden;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block .text_box .inner .page_invest_ren_common_text+.page_invest_ren_common_text {
		margin-top: 8vw;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block .page_invest_ren_common_text .num {
		font-size: 1.25em;
		font-weight: 600;
		margin-right: 0.4em;
		flex-shrink: 0;
		line-height: 1.5;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_2 .img_box {
		flex-shrink: 0;
		position: relative;
		width: 100%;
		height: 48.7vw;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_2 .img_box img {
		max-width: 100%;
		width: 100%;
		position: static;
		height: 100%;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_3 .img_box {
		width: 100%;
		height: 69.2vw;
		flex-shrink: 0;
		position: relative;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_3 .img_box .img {
		position: absolute;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_3 .img_box .img::before {}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_3 .img_box .img.img_1 {
		left: 0;
		top: 0;
		width: 69vw;
		height: 49vw;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_3 .img_box .img.img_1::before {
		width: 100%;
		height: 38vw;
		bottom: -9.8vw;
		right: unset;
		left: 5.4vw;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_3 .img_box .img.img_2 {
		width: 35.8vw;
		height: 46.1vw;
		position: absolute;
		bottom: 0;
		right: -5vw;
	}


	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_3 .img_box .img.img_2::before {
		content: unset;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_3 .img_box .img img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_3 .text_box .inner .page_invest_ren_common_text .letter .inner_flex {
		transform: translateX(-7.6vw);
		width: calc(100% + 7.6vw);
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_3 .text_box .inner .page_invest_ren_common_text .letter .inner_flex .inner_head {
		font-size: 4.1vw;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 1.55em;
		flex-shrink: 0;
		line-height: 1.35;
		background-color: #000;
		color: #fff;
		text-align: center;
		letter-spacing: 0;
		padding: 0.2em 0;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4 .block_4_ttl_box {
		background: unset;
		padding: 0;
		width: 100%;
		margin: 0 auto 37px;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4 .block_4_ttl_box .page_invest_ren_common_num_ttl_box {
		justify-content: flex-start;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4 .block_4_cont {
		grid-template-columns: 1fr;
		gap: 2.5vw;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4 .block_4_cont .cont_item {
		padding: 5vw;
		display: flex;
		position: relative;
		align-items: baseline;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4 .block_4_cont .cont_item::before {
		width: 8vw;
		height: 8vw;
		background-color: #D6B467;
		clip-path: polygon(0 0, 0% 100%, 100% 0);
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4 .block_4_cont .cont_item .num {
		font-size: 5.1vw;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4 .bottom_text_area {
		margin-top: 14vw;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4 .bottom_text_area .bottom_text {
		font-size: 4vw;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4 .bottom_text_area .bottom_text .size {
		font-size: 1.08em;
	}

	.page_invest_cont_ren .page_invest_cont_ren_main .page_invest_cont_ren_main_block.block_4 .bottom_text_area .bottom_text .line {
		/* background: unset; */
	}

	.common__number_box {
		gap: 0 3vw;
	}

	.common__number_box .text {
		font-size: 3.8vw;
	}

	.common__number_box .text:last-of-type {
		padding-left: 3vw;
	}

	.common__number_box .text:last-of-type::before {
		height: 5vw;
	}

	.new_section_wrap.top_kachi {
		padding-top: 13vw;
	}

	.top_kodawari_sec.mt {
		padding-top: 13vw;
	}
}