#top-mv .mv-inner {
	height: 100dvh;
	overflow: hidden;
	position: relative;
}

#top-mv .mv-inner::before {
	content: "";
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

#top-mv .mv-inner .bg-video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0; 
	object-fit: cover;
}

#top-mv .mv-inner .content-width {
	height: 100%;
  position: relative;
	z-index: 2;
}

#top-mv .mv-inner .mv-ttl {
	color: var(--white);
	font-size: 6.4rem;
	letter-spacing: .08em;
	line-height: 1.7;
	position: absolute;
	top: 50%;
	left: 2%;
}

#top-mv .mv-inner .mv-ttl .main-text {
	color: var(--white);
	display: block;
	font-size: clamp(2.125rem, 1.727rem + 1.7vw, 4.6rem);
	font-size: clamp(1.8rem, -4.0076rem + 11.8vw, 4.7rem);
	font-weight: 300;
	letter-spacing: .08em;
	text-shadow: 1px 1px 2px var(--main-text-color);
}

#top-mv .mv-inner .mv-ttl .sub-text {
	color: var(--white);
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .16em;
	line-height: 2;
	margin-top: 50px;
	padding-right: 10px;
	text-shadow: 1px 1px 2px var(--main-text-color);
}

#top-mv .mv-inner .pickup-item {
	aspect-ratio: 12 / 7;
	bottom: 20px;
	display: block;
	height: auto;
	max-width: 240px;
	overflow: hidden;
	position: absolute;
	right: 20px;
	width: 100%;
	z-index: 2;
}

#top-mv .mv-inner .pickup-item .image-box {
	height: 100%;
	position: relative;
	width: 100%;
}

#top-mv .mv-inner .pickup-item .image-box::before {
	background-color: var(--link-color);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	content: "";
	height: calc(110px / 2);
	position: absolute;
	right: -36px;
	rotate: 45deg;
	top: -20px;
	width: 110px;
}

#top-mv .mv-inner .pickup-item .image-box::after {
	font-family: "Work Sans", system-ui;
	color: var(--white);
	content: "PICKUP";
	display: block;
	font-size: 1.2rem;
	line-height: 1;
	position: absolute;
	right: 1px;
	text-align: center;
	transform: rotate(45deg);
	top: 16px;
	white-space: pre;
	z-index: 1;
}

#top-mv .mv-inner .pickup-item img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

@media screen and (max-width: 1023px) {
	#top-mv .mv-inner {
		aspect-ratio: unset;
		height: 100dvh;
		max-height: unset;
	}
}

@media screen and (max-width: 767px) {
	#top-mv .mv-inner {
		aspect-ratio: unset;
		top: 30%;
	}
	
	#top-mv .mv-inner .mv-ttl {
		left: 0;
		text-align: center;
		top: 50%;
		translate: 0 -50%;
		width: 100%;
	}
	
	#top-mv .mv-inner .mv-ttl .main-text {
		font-size: 3rem;
	}
	
	#top-mv .mv-inner .mv-ttl .sub-text {
		font-size: 1.4rem;
		margin-top: 40px;
		padding-left: 20px;
	}
	
	#top-mv .mv-inner .pickup-item {
		bottom: 10px;
		max-width: 180px;
		right: 10px;
	}
	
	#top-mv .mv-inner .pickup-item .image-box::before {
		height: calc(100px / 2);
		width: 100px;
	}

	#top-mv .mv-inner .pickup-item .image-box::after {
		font-size: 1rem;
		right: 0;
		top: 14px;
	}
}

body#top .sec-ttl-box .sec-ttl {
	color: var(--black);
	font-size: 5.8rem;
	line-height: 1;
	text-align: left;
}

body#top .sec-ttl-box .sec-sub-ttl {
	color: var(--sub-text-color);
	font-size: 1.2rem;
	margin-top: 16px;
}

@media screen and (max-width: 767px) {
	body#top .sec-ttl-box .sec-ttl {
		font-size: 3.4rem;
	}
}

body#top .section-event {
	background-color: var(--main-color);
}

body#top .section-event .sec-ttl-box {
	align-items: flex-start;
	flex-direction: column;
}

body#top .section-event .sec-ttl-box .sec-ttl {
	border: none;
	color: var(--white);
}

body#top .section-event .sec-ttl-box .sec-sub-ttl {
	color: var(--white);
}


body#top .section-event #event_component {
	margin-top: 70px;
}

body#top .section-event .wrap-link {
	margin-left: auto;
	margin-top: 70px;
	width: fit-content;
}

body#top .section-event .wrap-link .c-link .text {
	color: var(--white);
}

body#top .section-event .wrap-link .c-link .circle {
	background-color: var(--white);
	border: 2px solid var(--white);
}

body#top .section-event .wrap-link .c-link .arrow {
	background-color: var(--main-color);
}

@media screen and (max-width: 979px) {
	body#top .section-event .sec-ttl-box .sec-sub-ttl {
		width: 100%;
	}
}

@media (hover: hover) {
	body#top .section-event .wrap-link .c-link:hover .circle {
		background-color: var(--main-color);
	}
	
	body#top .section-event .wrap-link .c-link:hover .arrow {
		background-color: var(--white);
	}
}

body#top .section-concept {
	overflow: hidden;
}

body#top .section-concept .sec-inner {
	position: relative;
}

body#top .section-concept .sec-inner::before {
	background-color: var(--sub-bg-color);
	border-radius: 10px;
	content: "";
	display: block;
	height: 755px;
	position: absolute;
	right: 0;
	top: 590px;
	width: 56vw;
	z-index: -1;
}

body#top .section-concept .sec-ttl-box {
	align-items: center;
	column-gap: 30px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

body#top .section-concept .sec-ttl-box .sec-ttl {
	border-bottom: 1px solid var(--border-color);
	flex-grow: 1;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 3;
	text-align: right;
}

body#top .section-concept .sec-ttl-box .sec-sub-ttl {
	flex-basis: auto;
	font-size: 4.2rem;
	font-weight: 300;
	margin-top: 0;
}

body#top .section-concept .wrap-text-box {
	margin-left: auto;
	margin-top: 200px;
	position: relative;
	width: fit-content;
}

body#top .section-concept .content-box .catch {
	font-size: 3rem;
	font-weight: 300;
	line-height: 2;
}

body#top .section-concept .content-box .text-box {
	margin-top: 100px;
}

body#top .section-concept .content-box .text-box p {
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 3;
}

body#top .section-concept .content-box .text-box p + p {
	margin-top: 4em;
}

body#top .section-concept .left-image.pc {
	aspect-ratio: 79 / 82;
	left: 0;
	max-height: 865px;
	overflow: hidden;
	position: absolute;
	top: 360px;
	width: 56vw;
	z-index: -1;
}

body#top .section-concept .left-image.sp {
	display: none;
}

@media screen and (max-width: 1023px) {
	
	body#top .section-concept .sec-inner::before {
		height: 34%;
		left: -20px;
		top: 95vw;
		width: 85%;
	}
	
	body#top .section-concept .left-image.pc {
		display: none;
	}
	
	body#top .section-concept .left-image.sp {
		display: block;
		margin-top: 20px;
	}
	
	body#top .section-concept .content-box {
		margin-top: 30px;
	}
	
	body#top .section-concept .wrap-text-box {
		margin-top: 0;
	}
	
	body#top .section-concept .content-box .text-box {
		margin-top: 20px;
	}
	
	body#top .section-concept .content-box .text-box p {
		line-height: 2.4;
	}

	body#top .section-concept .sec-ttl-box {
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-start;
	}

	body#top .section-concept .sec-ttl-box .sec-ttl {
		border-bottom: none;
		flex-basis: 100%;
		font-size: 5.8rem;
		font-weight: 400;
		line-height: 1;
		text-align: left;
	}

	body#top .section-concept .sec-ttl-box .sec-sub-ttl {
		border-bottom: 1px solid var(--border-color);
		flex-basis: 100%;
		font-size: 1.2rem;
		line-height: 2;
		margin-top: 20px;
	}
}

@media screen and (max-width: 767px) {
	body#top .section-concept .sec-ttl-box .sec-ttl {
		font-size: 3.4rem;
	}
	
	body#top .section-concept .content-box .text-box p {
		font-size: 1.4rem;
	}
	
	body#top .section-concept .content-box .catch {
		font-size: 2rem;
	}
	
	body#top .section-concept .content-box .text-box p + p {
		margin-top: 1.5em;
	}
}

body#top .section-concept .feature-container {
	padding-top: 110px;
}

body#top .section-concept .feature-container .content-box {
	column-gap: 90px;
	display: flex;
	justify-content: flex-end;
	margin-top: 70px;
}

body#top .section-concept .feature-container .sec-ttl-box {
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 20px;
}

body#top .section-concept .feature-container .sec-ttl-box .sec-ttl {
	border-bottom: none;
	color: var(--sub-text-color);
	flex-basis: auto;
	margin-bottom: 0;
	padding-bottom: 0;
}

body#top .section-concept .feature-container .sec-ttl-box .sec-sub-ttl {
	color: var(--black);
	flex-basis: auto;
	font-size: 2.6rem;
	font-weight: 300;
	line-height: 1;
	margin-top: 0;
}

body#top .section-concept .feature-container .sec-ttl-box .sec-sub-ttl span {
	letter-spacing: .08em;
}

body#top .section-concept .feature-container .text-box {
	flex-basis: 50%;
	margin-top: 40px;
	max-width: 575px;
	padding-left: 20px;
	width: 100%;
}

body#top .section-concept .feature-container .image-box {
	flex-basis: 50%;
	max-height: 640px;
	width: 100%;
}

body#top .section-concept .feature-container .image-box img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

body#top .section-concept .feature-container .link-box {
	counter-reset: number 0;
	display: flex;
	flex-wrap: wrap;
}

body#top .section-concept .feature-container .link-box .link-item {
	align-items: center;
	border-bottom: 1px solid var(--border-color);
	display: flex;
	flex-basis: 100%;
	padding: 24px 0;
	position: relative;
}

body#top .section-concept .feature-container .link-box .link-item::before {
	counter-increment: number 1;
	content: "0"counter(number);
	color: var(--sub-text-color);
	font-family: "Aboreto", system-ui;
	font-size: 2.8rem;
	margin-right: 65px;
}

body#top .section-concept .feature-container .link-box .link-item::after {
	background-color: var(--main-color);
	content: "";
	mask-image: url("../images/common/link_arrow.svg");
	mask-size: contain;
	display: block;
	height: 8px;
	left: 0;
	position: relative;
	transition: all .4s;
	width: 14px;
}

body#top .section-concept .feature-container .link-box .link-item span {
	flex-grow: 1;
	font-size: 1.8rem;
}

body#top .section-concept .feature-container .c-link {
	justify-content: flex-end;
	margin-top: 30px;
}

@media screen and (max-width: 1023px) {
	body#top .section-concept .feature-container {
		padding-top: 0;
	}
	
	body#top .section-concept .feature-container .content-box {
		flex-wrap: wrap-reverse;
	}
	
	body#top .section-concept .feature-container .text-box {
		flex-basis: 100%;
		margin-top: 40px;
		max-width: unset;
		padding: 20px;
		width: 100%;
	}
	
	body#top .section-concept .feature-container .content-box {
		justify-content: flex-start;
	}

	body#top .section-concept .feature-container .sec-ttl-box .sec-ttl {
		flex-basis: 100%;
	}
	
	body#top .section-concept .feature-container .sec-ttl-box .sec-sub-ttl {
		border-bottom: none;
		font-size: 1.4rem;
		margin-top: 20px;
	}

	body#top .section-concept .feature-container .image-box {
		flex-basis: 100%;
		max-height: unset;
	}
	
	body#top .section-concept .feature-container .image-box img {
		object-fit: contain;
	}
}

@media screen and (max-width: 767px) {
	body#top .section-concept .feature-container .image-box {
		flex-basis: 100%;
		max-height: 300px;
	}
	
	body#top .section-concept .feature-container .link-box .link-item {
		padding: 16px 0;
		position: relative;
	}

	body#top .section-concept .feature-container .link-box .link-item::before {
		font-size: 1.8rem;
		margin-right: 15px;
	}

	body#top .section-concept .feature-container .link-box .link-item::after {
		width: 14px;
	}
	
	body#top .section-concept .feature-container .link-box .link-item span {
		font-size: 1.6rem;
	}
}

body#top .section-portfolio .sec-ttl-box {
	align-items: flex-start;
	flex-direction: column;
}

body#top .section-portfolio .sec-ttl-box .sec-ttl {
	border: none;
}

body#top .section-portfolio .sec-ttl-box .sec-sub-ttl {
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 16px;
	width: 100%;
}

body#top .section-documentary {
	position: relative;
	z-index: 1;
}

body#top .section-documentary::before {
	background-image: var(--bg-home-documentary);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	filter: blur(4px);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
		transition: all .4s;
}

body#top .section-documentary::after {
	background-color: rgba(15, 21, 31, 0.8);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
		transition: all .4s;
}

body#top .section-documentary .sec-inner {
	position: relative;
	z-index: 1;
}

body#top .section-documentary .sec-ttl-box {
	align-items: center;
	column-gap: 30px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

body#top .section-documentary .sec-ttl-box .sec-ttl {
	border-bottom: 1px solid var(--border-color);
	color: var(--white);
	flex-grow: 1;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-align: right;
}

body#top .section-documentary .sec-ttl-box .sec-sub-ttl {
	color: var(--white);
	flex-basis: auto;
	font-size: 4.2rem;
	font-weight: 300;
	margin-top: 0;
}

body#top .section-documentary .image-box {
	overflow: hidden;
}

body#top .section-documentary .image-box img {
	transition: all .4s;
}

body#top .section-documentary .content-box a {
	display: flex;
	gap: 80px;
	justify-content: flex-end;
}

body#top .section-documentary .content-box a .title-box {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-right: 80px;
	position: relative;
	row-gap: 20px;
}

body#top .section-documentary .content-box a .title-box p {
	color: var(--white);
	font-size: 3rem;
	letter-spacing: .08em;
	text-orientation: upright;
	writing-mode: vertical-rl
}

body#top .section-documentary .content-box .wrap-link {
	margin-top: 60px;
}

body#top .section-documentary .content-box .wrap-link .c-link {
	justify-content: flex-start;
}

body#top .section-documentary .content-box .wrap-link .c-link .text {
	color: var(--white);
}

@media screen and (max-width: 1023px) {
	body#top .section-documentary .sec-inner::before {
		height: 35%;
		left: -20px;
		top: 95vw;
		width: 80%;
	}
	
	body#top .section-documentary .content-box {
		margin-top: 30px;
	}
	
	body#top .section-documentary .wrap-text-box {
		margin-top: 0;
	}
	
	body#top .section-documentary .content-box .text-box {
		margin-top: 20px;
	}

	body#top .section-documentary .sec-ttl-box {
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-start;
	}

	body#top .section-documentary .sec-ttl-box .sec-ttl {
		border-bottom: none;
		flex-basis: 100%;
		font-size: 5.8rem;
		font-weight: 400;
		line-height: 1;
		margin-bottom: 0;
		padding-bottom: 0;
		text-align: left;
	}

	body#top .section-documentary .sec-ttl-box .sec-sub-ttl {
		border-bottom: 1px solid var(--border-color);
		flex-basis: 100%;
		font-size: 1.2rem;
		line-height: 2;
		margin-top: 16px;
		padding-bottom: 5px;
	}
	
	body#top .section-documentary .content-box a {
		gap: 40px;
	}
	
	body#top .section-documentary .content-box a .title-box {
		margin-right: 40px;
	}
}

@media screen and (max-width: 767px) {
	body#top .section-documentary .sec-ttl-box .sec-ttl {
		font-size: 3.4rem;
	}
	
	body#top .section-documentary .content-box .text-box p {
		font-size: 1.4rem;
	}
	
	body#top .section-documentary .content-box a {
		flex-wrap: wrap;
		gap: 20px;
	}
	
	body#top .section-documentary .content-box a .title-box {
		align-items: flex-start;
		margin-right: 20px;
		width: 100%;
	}
	
	body#top .section-documentary .content-box a .title-box p {
		font-size: 1.8rem;
		writing-mode: initial;
	}
	
	body#top .section-documentary .content-box a .title-box .c-link {
		margin-left: auto;
	}
}

@media (hover: hover) {
	body#top .section-documentary .content-box a:hover {
		opacity: 1;
	}
	
	body#top .section-documentary .content-box a:hover .image-box img {
		scale: 1.06;
	}
	
	body#top .section-documentary .content-box .wrap-link .c-link:hover {
		opacity: .65;
	}
}

body#top .section-brand {
	background-color: var(--sub-bg-color);
}

body#top .section-brand .sec-ttl-box {
	flex-direction: column;
}

body#top .section-brand .sec-ttl {
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: center;
}

body#top .section-brand .sec-sub-ttl {
	text-align: center;
}

body#top .section-brand .brand-container {
	display: flex;
	justify-content: center;
	gap: 50px;
}

body#top .section-brand .brand-container a {
	flex-shrink: 1;
}

body#top .section-brand .brand-container a .brand-box {
	aspect-ratio: 1;
	height: 100%;
	max-height: 400px;
	max-width: 400px;
	position: relative;
	transition: transform .3s cubic-bezier(0, 0, 0.5, 1);
	width: 100%;
}

body#top .section-brand .brand-container a .image-box {
	height: 100%;
	position: relative;
	width: 100%;
}

body#top .section-brand .brand-container a .image-box::before {
	background: linear-gradient(90deg,rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
	background: rgb(0 0 0 / .2);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

body#top .section-brand .brand-container a .image-box img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

body#top .section-brand .brand-container a .title {
	color: var(--white);
	font-size: 3.1rem;
	font-weight: 300;
	left: 30px;
	letter-spacing: .2em;
	position: absolute;
	top: 40px;
	z-index: 2;
}

body#top .section-brand .brand-container a .title.vertical {
	writing-mode: vertical-rl
}

body#top .section-brand .brand-container a .c-link {
	bottom: 20px;
	right: 20px;
	position: absolute;
	z-index: 2;
}

body#top .section-brand .brand-container a .text-box {
	margin-top: 30px;
}

body#top .section-brand .brand-container a .text-box p {
	font-size: 1.8rem;
	font-weight: 300;
}

@media screen and (max-width: 767px) {
	body#top .section-brand .brand-container {
		flex-wrap: wrap;
	}
	
	body#top .section-brand .brand-container a {
	 flex-basis: 100%;
	}
	
	body#top .section-brand .brand-container a .brand-box {
		height: auto;
		max-height: unset;
		max-width: unset;
	}
	
	body#top .section-brand .brand-container a .title {
		font-size: 2.4rem;
		left: 15px;
		top: 20px;
	}

	body#top .section-brand .brand-container a .c-link {
		bottom: 10px;
		right: 10px;
	}
	
	body#top .section-brand .brand-container a .text-box {
		margin-top: 10px;
	}
	
	body#top .section-brand .brand-container a .text-box p {
		font-size: 1.3rem;
	}
}

@media (hover: hover) {
	body#top .section-brand .brand-container a:hover {
		opacity: 1;
	}
	
	body#top .section-brand .brand-container a:hover .brand-box {
		transform: scale(1.0161);
	}
}

body#top .section-renovation .sec-ttl-box {
	flex-direction: column;
}

body#top .section-renovation .sec-ttl {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: center;
}

body#top .section-renovation .sec-sub-ttl {
	text-align: center;
}

body#top .section-renovation .text-box p {
	font-size: 1.6rem;
	letter-spacing: .16em;
	line-height: 1.8;
	margin-inline: auto;
	text-align: center;
	width: fit-content;
}

body#top .section-renovation .c-link.image {
	margin-top: 100px;
}

body#top .section-renovation .c-link.image .image-box {
	overflow: hidden;
}

body#top .section-renovation .c-link.image .image-box img {
	transition: all .4s;
}

body#top .section-renovation .image-box {
	
}

body#top .section-renovation .wrap-link {
	margin-left: auto;
	margin-top: 50px;
	width: fit-content;
}

@media (hover: hover) {
	body#top .section-renovation .c-link.image:hover .image-box img {
		scale: 1.06;
	}
}

@media screen and (max-width: 767px) {
	body#top .section-renovation .text-box p {
		font-size: 1.5rem;
		text-align: left;
	}
	
	body#top .section-renovation .c-link.image {
		margin-top: 50px;
	}
	
	body#top .section-renovation .image-box {
		
	}
	
	body#top .section-renovation .wrap-link {
		margin-top: 30px;
	}
}

body#top .section-estate {
	overflow: hidden;
}
	
body#top .section-estate .sec-inner {
	position: relative;
}

body#top .section-estate .sec-ttl-box {
	align-items: center;
	column-gap: 30px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

body#top .section-estate .sec-ttl-box .sec-ttl {
	border-bottom: 1px solid var(--border-color);
	color: var(--sub-text-color);
	flex-grow: 1;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-align: right;
}

body#top .section-estate .sec-ttl-box .sec-sub-ttl {
	color: var(--main-text-color);
	flex-basis: auto;
	font-size: 4.2rem;
	font-weight: 300;
	margin-top: 0;
}

body#top .section-estate .content-box {
	background-color: var(--main-color);
	margin-top: 0;
	padding: 80px 0;
	position: relative;
	top: 140px;
}

body#top .section-estate .content-box::before {
	background-color: var(--main-color);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	width: 100vw;
}

body#top .section-estate .wrap-text-box {
	margin-left: auto;
	max-width: 490px;
	position: relative;
	width: 100%;
}

body#top .section-estate .wrap-text-box .text-box p {
	color: var(--white);
	letter-spacing: .16em;
}

body#top .section-estate .wrap-text-box .text-box p + p {
	margin-top: 1em;
}

body#top .section-estate .wrap-link {
	margin-top: 40px;
}

body#top .section-estate .wrap-link .c-link .text {
	color: var(--white);
}

body#top .section-estate .wrap-link .c-link .circle {
	background-color: var(--white);
	border: 2px solid var(--white);
}

body#top .section-estate .wrap-link .c-link .arrow {
	background-color: var(--main-color);
}

body#top .section-estate .c-link.image {
	overflow: hidden;
}

body#top .section-estate .c-link.image img {
	display: block;
	transition: all .4s;
}

@media (hover: hover) {
	body#top .section-estate .c-link.image:hover img {
		scale: 1.06;
	}
}

@media (hover: hover) {
	body#top .section-estate .wrap-link .c-link:hover .circle {
		background-color: var(--main-color);
	}
	
	body#top .section-estate .wrap-link .c-link:hover .arrow {
		background-color: var(--white);
	}
}

body#top .section-estate .left-image.pc {
	aspect-ratio: 18 / 11;
	left: 0;
	max-height: 880px;
	position: absolute;
	top: 300px;
	width: 51vw;
	z-index: 1;
}

body#top .section-estate .left-image.sp {
	display: none;
}

@media screen and (max-width: 1123px) {
	body#top .section-estate .content-box {
		margin-top: 80px;
		padding: 80px 0;
		position: relative;
		top: 0;
	}
	
	body#top .section-estate .content-box::before {
		content: none;
	}
	
	body#top .section-estate .left-image.pc {
		display: none;
	}
	
	body#top .section-estate .left-image.sp {
		display: block;
		margin-top: 40px;
	}

	
	body#top .section-estate .wrap-text-box {
		margin-inline: auto;
		max-width: 750px;
		position: relative;
		width: 100%;
	}
	
	body#top .section-estate .wrap-link {
		margin-left: 20px;
	}
}

@media screen and (max-width: 1023px) {
	body#top .section-estate .sec-ttl-box {
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-start;
	}

	body#top .section-estate .sec-ttl-box .sec-ttl {
		border-bottom: none;
		flex-basis: 100%;
		font-size: 5.8rem;
		font-weight: 400;
		line-height: 1;
		margin-bottom: 0;
		padding-bottom: 0;
		text-align: left;
	}

	body#top .section-estate .sec-ttl-box .sec-sub-ttl {
		border-bottom: 1px solid var(--border-color);
		flex-basis: 100%;
		font-size: 1.2rem;
		line-height: 2;
		margin-top: 10px;
		padding-bottom: 5px;
	}
}

@media screen and (max-width: 767px) {
	body#top .section-estate .content-box {
		margin-top: 60px;
		padding: 60px 0;
	}
	
	body#top .section-estate .sec-ttl-box .sec-ttl {
		font-size: 3.4rem;
	}
	
	body#top .section-estate .wrap-text-box .text-box {
		padding: 0 20px;
	}
}

body#top .section-info .sec-ttl {
	border: none;
	font-size: 3.8rem;
	margin-bottom: 0;
	padding-bottom: 0;
}

body#top .section-info .content-width {
	display: flex;
	gap: 100px 50px;
}

body#top .section-info .content-width #top_news{
	flex-basis: calc(50% - 20px);
}

body#top .section-info .content-width #top_blog{
	flex-basis: calc(50% - 20px);
}

body#top .section-info .wrap-link {
	margin-top: 20px;
}

body#top .section-info .wrap-link .c-link {
	justify-content: flex-end;
}

@media screen and (max-width: 767px) {
	body#top .section-info .content-width {
		flex-wrap: wrap;
	}
	
	body#top .section-info .content-width #top_news{
		flex-basis: 100%;
	}
	
	body#top .section-info .content-width #top_blog{
		flex-basis: 100%;
	}
}

body#top .section-instagram .sec-inner {
	padding-bottom: 0;
	padding-top: 30px;
}

body#top .section-instagram .wrap-link {
	margin-left: auto;
	margin-top: 10px;
	width: fit-content;
}

body#top .section-company .sec-inner {
	padding-bottom: 0;
}

body#top .section-company .content-width {
	display: flex;
	gap: 60px 30px;
	justify-content: space-between;
}

body#top .section-company .sec-ttl-box {
	display: block;
	flex-basis: 180px;
}

body#top .section-company .sec-ttl-box .sec-sub-ttl {
	font-size: 1.8rem;
	margin-top: 26px;
}

body#top .section-company .sec-ttl-box .sec-ttl {
	border: none;
	font-size: 3.6rem;
	margin-bottom: 0;
	padding-bottom: 0;
}

body#top .section-company .content-box {
	flex-grow: 1;
	max-width: 800px;
	margin-top: 0;
	width: 100%;
}

body#top .section-company .link-container {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 10px;
	justify-content: space-between;
	margin-top: 50px;
}

body#top .section-company .link-container .link-group {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

body#top .section-company .link-container .link-group a {
	border: 1px solid var(--main-text-color);
	border-radius: 20px;
	color: var(--main-text-color);
	font-size: 1.5rem;
	font-weight: 400;
	min-width: 130px;
	padding: 3px 20px;
	text-align: center;
	width: fit-content;
}

@media screen and (max-width: 979px) {
	body#top .section-company .content-width {
		flex-wrap: wrap;
	}
		
	body#top .section-company .sec-ttl-box {
		flex-basis: 100%;
	}
}

@media screen and (max-width: 767px) {
	body#top .section-company .link-container .wrap-link {
		flex-basis: 100%;
	}
	
	body#top .section-company .link-container .wrap-link .c-link {
		justify-content: flex-end;
	}
}
