#top-mv .mv-inner {
	height: 100svh;
	overflow: hidden;
	position: relative;
	
	@media screen and (max-width: 767px) {
		height: 50svh;
	}
}

#top-mv .mv-inner::before {
	background-color: #808080;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	opacity: .4;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	content: none;
}

#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;
	
	@media screen and (max-width: 767px) {
		height: 100%;
		position: static;
		transform: translate(0, 0);
		width: 100%;
	}
}

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

#top-mv .mv-inner .mv-ttl {
	display: none;
	height: 340px;
	position: relative;
	width: 117px;
}

body#top #header .h-inner {
	background-color: transparent;
}

body#top #header .h-inner #menu-header-nav .menu-item a {
	color: var(--white);
}

body#top #header #btn-hamburger .border {
	background-color: var(--white);
}

body#top #header #btn-hamburger::after {
	color: var(--white);
}

@media screen and (max-width: 767px) {
	#top-mv .mv-inner .mv-ttl {
		height: auto;
		margin-top: -100px;
		position: relative;
		width: 90px;
	}
}

#top-mv .mv-inner .pickup-item {
	align-items: flex-start;
	aspect-ratio: 10 / 3;
	background-color: rgb(0 0 0 /.5);
	border-radius: 6px;
	bottom: 20px;
	display: flex;
	gap: 18px;
	height: auto;
	max-width: 450px;
	overflow: hidden;
	padding: 12px 12px 12px 18px;
	position: absolute;
	right: 20px;
	transition: all .4s;
	width: 100%;
	z-index: 2;
}

#top-mv .mv-inner .pickup-item .meta-box {
	width: 250px;
}

#top-mv .mv-inner .pickup-item .meta-box p {
	color: #DCC8AC;
	font-size: 1.3rem;
	line-height: 1;
}

#top-mv .mv-inner .pickup-item .meta-box .date-box {
	border-bottom: 1px solid var(--border-color);
	display: flex;
	gap: 15px;
	padding-bottom: 5px;
	width: 100%;
}

#top-mv .mv-inner .pickup-item .meta-box .event-date {
	border-left: 1px solid var(--border-color);
	padding-left: 15px;
	display: none;
}

#top-mv .mv-inner .pickup-item .meta-box .event-title {
	color: var(--white);
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 15px 25px;
}

#top-mv .mv-inner .pickup-item .image-box {
	aspect-ratio: 4 / 3;
	height: 100%;
	max-width: 148px;
	position: relative;
	width: 100%;
}

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

@media screen and (max-width: 767px) {
	#top-mv .mv-inner .pickup-item {
		aspect-ratio: unset;
		bottom: 25px;
		margin-inline: auto;
		max-width: 320px;
		padding: 8px 8px 8px 12px;
		right: 50%;
		translate: 50% 0;
		width: calc(100% - 20px);
	}
	
	#top-mv .mv-inner .pickup-item .meta-box {
		width: 100%;
	}
	
	#top-mv .mv-inner .pickup-item .meta-box .event-title {
		font-size: 1.3rem;
		padding: 10px;
	}
	
	#top-mv .mv-inner .pickup-item .image-box {
		aspect-ratio: 1;
		max-width: 80px;
	}
}

@media (hover: hover) {
	#top-mv .mv-inner .pickup-item:hover {
		background-color: rgb(99 89 89);
		opacity: 1;
	}
}

body#top .section-works {
	background-color: transparent;
	margin-top: -100px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

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

body#top .section-works .content-box {
	margin-top: 35px;
}

body#top .section-works .content-width {
	width: min(100%, calc(1500px + var(--container-padding) * 2));
}

body#top .section-works .works-list .swiper-wrapper {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

body#top .section-works .wrap-link {
	margin-top: 80px;
}

body#top .section-works .wrap-link .c-link {
	margin-inline: auto;
}

@media screen and (max-width: 767px) {
	body#top .section-works {
		margin-top: -50px;
	}
	
	body#top .section-works .wrap-link {
		margin-top: 40px;
	}
}

body#top .section-lead {
	background-image: url("../images/common/section_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

body#top .section-lead::before {
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(251, 252, 252, 0) 100%);
	bottom: -25px;
	content: "";
	height: 200px;
	left: 0;
	position: absolute;
	width: 100%;
}

body#top .section-lead .sec-inner {
	padding: 110px 0;
}

body#top .section-lead .content-width {
	display: grid;
	place-content: center;
}

body#top .section-lead .lead-sentence {
	column-gap: .8em;
	display: flex;
	flex-direction: row-reverse;
	height: auto;
	width: 100%;
}

body#top .section-lead .lead-sentence h2 {
	letter-spacing: .1em;
	line-height: 2.5;
	margin-left: 0;
	opacity: 0;
	writing-mode: vertical-rl;
}

body#top .section-lead .lead-sentence p {
	font-feature-settings: "vpal";
	letter-spacing: .1em;
	line-height: 2.5;
	opacity: 0;
	text-spacing-trim: trim-start;
	writing-mode: vertical-rl;
}

body#top .section-lead .lead-sentence.active h2 {
	animation: catch_anime01 2s forwards 0s;
}

body#top .section-lead .lead-sentence.active p:nth-child(1) {
	animation: catch_anime01 2s forwards .1s;
}

body#top .section-lead .lead-sentence.active p:nth-child(2) {
	animation: catch_anime01 2s forwards .4s;
}

body#top .section-lead .lead-sentence.active p:nth-child(3) {
	animation: catch_anime01 2s forwards .7s;
}

body#top .section-lead .lead-sentence.active p:nth-child(4) {
	animation: catch_anime01 2s forwards 1s;
}

body#top .section-lead .lead-sentence.active p:nth-child(5) {
	animation: catch_anime01 2s forwards 1.3s;
}

@media screen and (max-width: 767px) {
	body#top .section-lead .sec-inner {
		padding: 45px 0 80px;
	}
	
	body#top .section-lead .lead-sentence {
		column-gap: .1em;
		width: 100%;
	}
	
	body#top .section-lead .lead-sentence h2 {
		font-size: 1.8rem;
		line-height: 2;
	}

	body#top .section-lead .lead-sentence p {
		font-size: 1rem;
		letter-spacing: .1em;
		line-height: 1.9;
	}
}


body#top .section-info {
	border-top: 1px solid var(--border-color);
}

body#top .section-info .content-width {
	width: min(100%, calc(1500px + var(--container-padding) * 2));
}

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

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

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

body#top .section-info .content-width #top_news {
	border-right: 1px solid var(--border-color);
	flex-basis: 50%;
	padding: 100px 0;
}

body#top .section-info .content-width #top_blog {
	flex-basis: 50%;
	padding: 100px 0;
}

body#top .section-info .content-width #top_news .wrapper-info {
	padding-right: 100px;
}

body#top .section-info .content-width #top_blog .wrapper-info {
	padding-left: 100px;
}

body#top .section-info .wrapper-info {
	margin-inline: auto;
	max-width: 640px;
	width: 100%;
}

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

body#top .section-info .wrap-link .c-link {
	margin-inline: auto;
}

@media screen and (max-width: 1119px) {
	body#top .section-info .content-width {
		flex-wrap: wrap;
	}
	
	body#top .section-info .content-width #top_news {
		border-right: none;
	}
	
	body#top .section-info .content-width #top_news{
		flex-basis: 100%;
	}
	
	body#top .section-info .content-width #top_news .wrapper-info {
		padding-right: 0;
	}
	
	body#top .section-info .content-width #top_blog{
		flex-basis: 100%;
	}
	
	body#top .section-info .wrapper-info {
		max-width: unset;
	}
	
	body#top .section-info .content-width #top_blog {
		padding-top: 0;
		
	}
	
	body#top .section-info .content-width #top_blog .wrapper-info {
		padding-left: 0;
	}
}

body#top .section-event .content-width {
	width: min(100%, calc(1500px + var(--container-padding) * 2));
}

body#top .section-event .archive-list.event-list .event-item {
	opacity: 0;
}

body#top .section-event .archive-list.event-list.active .event-item:nth-child(1) {
	animation: catch_anime01 2s forwards 0s;
}

body#top .section-event .archive-list.event-list.active .event-item:nth-child(2) {
	animation: catch_anime01 2s forwards .25s;
}

body#top .section-event .archive-list.event-list.active .event-item:nth-child(3) {
	animation: catch_anime01 2s forwards .5s;
}

body#top .section-event .wrap-link {
	margin-top: 80px;
}

body#top .section-event .wrap-link .c-link {
	margin-inline: auto;
}

body#top .section-strengths {
	
}

body#top .section-strengths .content-width {
	width: min(100%, calc(1500px + var(--container-padding) * 2));
}

body#top .section-strengths .wrapper-content {
	display: flex;
	gap: 30px 124px;
}

body#top .section-strengths .wrapper-content .sec-ttl-box {
	max-width: 200px;
	width: 100%;
}

body#top .section-strengths .wrapper-content .content-box {
	margin-top: 0;
	width: 100%;
}

body#top .section-strengths .wrapper-content .content-box .link-box {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin-top: 50px;
}

body#top .section-strengths .wrapper-content .content-box .link-box .c-link {
	max-width: 400px;
	padding-right: 0;
	width: 100%;
}

body#top .section-strengths .wrapper-content .content-box .link-box .c-link .text {
	color: var(--main-color);
	font-size: 1.8rem;
	font-weight: 700;
}

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

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

body#top .section-strengths .image-box {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 100px;
	width: 100vw;
}

body#top .section-strengths .image-box img {
	display: block;
	height: auto;
	width: 100%;
}

@media screen and (max-width: 767px) {
	body#top .section-strengths .wrapper-content {
		flex-wrap: wrap;
	}
	
	body#top .section-strengths .image-box {
		margin-top: 50px;
	}
	
	body#top .section-event .wrap-link {
		margin-top: 50px;
	}
	
	body#top .section-strengths .wrapper-content .content-box .link-box {
		margin-top: 30px;
	}
	
	body#top .section-strengths .wrapper-content .content-box .link-box .c-link {
		min-width: 300px;
	}
	
	body#top .section-strengths .wrapper-content .content-box .link-box .c-link .text {
		font-size: 1.5rem;
	}
}

@media (hover: hover) {
	body#top .section-strengths .wrapper-content .content-box .link-box .c-link:hover {
		opacity: 1;
	}
	
	body#top .section-strengths .wrapper-content .content-box .link-box .c-link:hover .text {
		color: var(--charcoal);
	}
	
	body#top .section-strengths .wrapper-content .content-box .link-box .c-link:hover .text::after {
		background-color: var(--charcoal);
	}
}

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

body#top .section-modelhouse .wrapper-content {
	display: flex;
	gap: 30px 124px;
	overflow: visible;
}

body#top .section-modelhouse .modelhouse-container .modelhouse-list {
  overflow: visible !important;
  width: 100%;
  max-width: none;
  margin: 0;
}

body#top .section-modelhouse .wrapper-content .sec-ttl-box {
	max-width: 200px;
	width: 100%;
}

body#top .section-modelhouse .wrapper-content .content-box {
	margin-top: 0;
	width: 100%;
}

body#top .section-modelhouse .modelhouse-container {
	margin-top: 60px;
	position: relative;
}

body#top .section-modelhouse .modelhouse-container .swiper-wrapper {
	transition-timing-function: linear;
}

body#top .section-modelhouse .modelhouse-container .swiper-slide {
	align-items: first baseline;
	display: flex;
	height: 500px;
	overflow: hidden;
	width: auto !important
}

body#top .section-modelhouse .modelhouse-container .swiper-slide img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: all .4s;
	width: 100%;
}

body#top .section-modelhouse .wrap-link {
	margin-top: 80px;
}

body#top .section-modelhouse .wrap-link .c-link {
	margin-inline: auto;
}

body#top .section-modelhouse .swiper-button-box {
	display: flex;
	gap: 8px;
}

body#top .section-modelhouse .swiper-button-box .swiper-button-prev,
body#top .section-modelhouse .swiper-button-box .swiper-button-next {
	position: static;
}

@media screen and (max-width: 767px) {
	body#top .section-modelhouse .wrapper-content {
		flex-wrap: wrap;
	}

	body#top .section-modelhouse .wrapper-content .sec-ttl-box {
		max-width: unset;
	}
	
	body#top .section-modelhouse .wrap-link {
		margin-top: 40px;
	}
	
	body#top .section-modelhouse .modelhouse-container .swiper-slide {
		height: 210px;
	}
}

@media (hover: hover) {	
	body#top .section-modelhouse .modelhouse-container .swiper-slide:hover {
		opacity: 1;
	}
	
	body#top .section-modelhouse .modelhouse-container .swiper-slide:hover .image-box img {
		scale: 1.04;
	}
}

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

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

body#top .section-company .main-image {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: 100vw;
}

body#top .section-company .company-container {
	height: 100vw;
	max-height: 1340px;
	position: relative;
}

body#top .section-company .company-container div[class^="image"] {
	display: block;
	height: auto;
	opacity: 0;
	position: absolute;
	z-index: 1;
}

body#top .section-company .company-container div[class^="image"] img {
	display: block;
	height: auto;
	width: 100%;
}

body#top .section-company .company-container .image01 {
	left: 62%;
	max-width: 297px;
	top: -45px;
	width: 20%;
}

body#top .section-company .company-container .image01.active {
	animation: catch_anime02 2s forwards .2s;
}

body#top .section-company .company-container .image02.active {
	animation: catch_anime02 2s forwards .2s;
}

body#top .section-company .company-container .image03.active {
	animation: catch_anime02 2s forwards .2s;
}

body#top .section-company .company-container .image04.active {
	animation: catch_anime02 2s forwards .2s;
}

body#top .section-company .company-container .image02 {
	left: 0;
	max-width: 511px;
	top: 10%;
	width: 33%;
}

body#top .section-company .company-container .image03 {
	left: 11%;
	max-width: 405px;
	top: 59%;
	width: 26%;
}

body#top .section-company .company-container .image04 {
	left: 68%;
	max-width: 391px;
	top: 55%;
	width: 25%;
}

body#top .section-company .company-container .wrapper-content {
	background: rgba(2525 255 255 / .03);
	backdrop-filter: blur(12px);
	border-radius: 4px;
	left: 40%;
	max-width: 640px;
	padding: 10px 15px;
	position: absolute;
	top: 20%;
	width: 54%;
	z-index: 2;
}

body#top .section-company .company-container .wrapper-content .wrap-link {
	margin-top: 50px;
}

@media screen and (max-width: 1279px) {
	body#top .section-company .company-container .image04 {
		top: 59%;
	}
}

@media screen and (max-width: 1023px) {
	body#top .section-company .company-container {
		height: 100%;
		min-height: 800px;
	}
	
	body#top .section-company .company-container .image01 {
		top: -25%;
	}
	
	body#top .section-company .company-container .wrapper-content {
		left: unset;
		margin-inline: auto;
		margin-top: 50px;
		position: relative;
		top: unset;
		width: 80%;
	}
}

@media screen and (max-width: 767px) {
	body#top .section-company .company-container {
		height: 100%;
		min-height: unset;
	}
	
	body#top .section-company .company-container .image01 {
		display: none !important;
	}
	
	body#top .section-company .company-container .image02 {
		display: none !important;
	}
	
	body#top .section-company .company-container .image03 {
		display: none !important;
	}

	body#top .section-company .company-container .image04 {
		display: none !important;
	}
	
	body#top .section-company .company-container .wrapper-content {
		margin-top: 30px;
		width: 100%;
	}
}

body#top .section-instagram {
	position: relative;
}

body#top .section-instagram::before {
	background-color: #7B7F81;
	content: none;
	display: block;
	height: 100%;
	mix-blend-mode: difference;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 100%;
	z-index: -1;
}

body#top .section-instagram::after {
	background-image: url("../images/common/section_bg02.png");
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: 100%;
	z-index: -2;
}

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

body#top .section-instagram .content-box {
	margin-top: 30px;
}

body#top .section-instagram .sec-ttl {
	color: var(--white);
	font-size: 2rem;
	text-align: center;
}

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

body#top .section-instagram .wrap-link .c-link {
	border-color: var(--border-color);
}

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

body#top .section-instagram .wrap-link .text::after {
	background-color: var(--border-color);
}

@media screen and (max-width: 767px) {
	body#top .section-instagram {
		margin-top: 50px;
	}
	
	body#top .section-instagram .wrap-link {
		margin-top: 20px;
	}
}
