
#top-mv .mv-inner {
	aspect-ratio: 40 / 19;
	background-image: url("../images/home/mv.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
}

#top-mv .mv-inner::before {
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(79, 90, 113, 1) 25%, rgba(16, 37, 74, 1) 100%);
	bottom: 0;
	content: "";
	height: 70%;
	left: 0;
	mix-blend-mode: multiply;
	opacity: .7;
	position: absolute;
	width: 100%;
	z-index: 1;
}

#top-mv .mv-inner img {
	height: auto;
	width: 100%;
}

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

#top-mv .mv-inner .mv-ttl {
	bottom: 8%;
	color: var(--white);
	font-size: 6.4rem;
	letter-spacing: .08em;
	line-height: 1.7;
	position: absolute;
	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.8rem);
	line-height: 1.3;
}

#top-mv .mv-inner .mv-ttl .sub-text {
	background: linear-gradient(90deg,rgba(199, 223, 255, 1) 0%, rgba(213, 255, 247, 1) 100%);
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 16px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
	#top-mv .mv-inner .mv-ttl .sub-text {
		font-size: 1.4rem;
	}
}

body#top .section-message .sec-ttl-box .sec-ttl {
	align-items: center;
	color: var(--sub-color);
	display: flex;
	column-gap: 48px;
	font-size: 4.8rem;
	font-weight: 700;
	text-align: left;
}

body#top .section-message .sec-ttl-box .sec-ttl::after {
	background-color: var(--sub-color);
	content: "";
	flex-basis: calc(100% - 275px);
	height: 1px;
}

body#top .section-message .message-container {
	align-items: center;
	display: flex;
	gap: 20px;
}

body#top .section-message .message-container .text-box {
	max-width: 670px;
	width: 100%;
}

body#top .section-message .message-container .text-box p {
	line-height: 2.8;
}

body#top .section-message .message-container .image-box {
	max-width: 420px;
	width: 100%;
}

body#top .section-message .message-container .image-box img {
	height: auto;
	width: 100%;
}

@media screen and (max-width: 767px) {
	body#top .section-message .sec-ttl-box .sec-ttl {
		column-gap: 20px;
		font-size: 3rem;
	}

	body#top .section-message .sec-ttl-box .sec-ttl::after {
		background-color: var(--sub-color);
		content: "";
		flex-basis: calc(100% - 162px);
		height: 1px;
	}

	
	body#top .section-message .message-container {
		flex-wrap: wrap;
	}
	
	body#top .section-message .message-container .text-box {
		max-width: unset;
	}
	
	body#top .section-message .message-container .text-box p {
		line-height: 2;
	}
	
	body#top .section-message .message-container .image-box {
		max-width: unset;
	}
}

body#top .section-product {
	background: linear-gradient(225deg,rgba(251, 253, 255, 1) 0%, rgba(232, 244, 255, 1) 100%);
}

body#top .section-product .sec-inner {
	padding: 106px 0 120px;
}

body#top .section-product .wrap-title {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

body#top .section-product .wrap-title .sec-ttl-box p {
	color: var(--sub-color);
}

body#top .section-product .wrap-title .wrap-link {
	margin-bottom: 8px;
}


body#top .section-product .product-container {
	display: grid;
	gap: 5px;
	grid-template-areas:
	"product01 product01 product01"
	"product02 product03 product04"
	"product05 product06 product07"
	;
}

body#top .section-product .product-container .product01 {
	grid-area: product01;
	height: 280px;
}

body#top .section-product .product-container .product02 {
	grid-area: product02;
}

body#top .section-product .product-container .product03 {
	grid-area: product03;
}

body#top .section-product .product-container .product04 {
	grid-area: product04;
}

body#top .section-product .product-container .product05 {
	grid-area: product05;
}

body#top .section-product .product-container .product06 {
	grid-area: product06;
}

body#top .section-product .product-container .product07 {
	grid-area: product07;
}

body#top .section-product .product-container .wrap-product {
	overflow: hidden;
	position: relative;
	transition: all .4s;
}

@media (hover: hover) {
	body#top .section-product .product-container .wrap-product:hover {
		opacity: 1;
	}

	body#top .section-product .product-container .wrap-product:hover img {
		scale: 1.1;
	}
}

body#top .section-product .product-container .wrap-product::before {
	background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(79, 90, 113, 1) 100%);
	bottom: 0;
	content: "";
	height: 50%;
	left: 0;
	mix-blend-mode: multiply;
	opacity: .7;
	position: absolute;
	width: 100%;
	z-index: 2;
}

body#top .section-product .product-container .wrap-product img {
	height: 100%;
	transition: all .4s;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

body#top .section-product .product-container .wrap-product .product-name {
	align-items: center;
	bottom: 20px;
	column-gap: 10px;
	display: flex;
	justify-content: space-between;
	left: 0;
	padding: 0 20px;
	position: absolute;
	width: 100%;
	z-index: 4;
}

body#top .section-product .product-container .wrap-product .product-name p {
	color: var(--white);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
}

body#top .section-product .product-container .wrap-product.product01 .product-name {
	bottom: 30px;
}

body#top .section-product .product-container .wrap-product .product-name p {
	width: calc(100% - 60px);
}

body#top .section-product .product-container .wrap-product .circle {
	border: 1px solid var(--white);
	background-color: rgb(30 31 34 / .4);
	border-radius: 50%;
	display: grid;
	height: 50px;
	place-items: center;
	position: relative;
	transition: all .4s;
	width: 50px;
}

body#top .section-product .product-container .wrap-product .arrow {
	background-color: var(--white);
	mask-image: url("../images/common/link_arrow.svg");
	mask-size: cover;
	display: block;
	height: 11px;
	left: -0;
	position: relative;
	transition: all .4s;
	width: 12px;
}

@media (hover: hover) {
	body#top .section-product .product-container .wrap-product:hover .circle {
		background-color: var(--white);
	}

	body#top .section-product .product-container .wrap-product:hover .arrow {
		background-color: var(--main-text-color);
	}
}

body#top .section-product .product-container .wrap-product .arrow.external {
	mask-image: url("./images/common/icon_external_link.svg");
}

@media screen and (max-width: 767px) {
	body#top .section-product .sec-inner {
		padding: 60px 0;
	}
	
	body#top .section-product .wrap-link {
		margin-left: auto;
		margin-top: 60px;
		width: fit-content;
	}
	
	body#top .section-product .product-container {
		grid-template-areas:
		"product01 product01"
		"product02 product03"
		"product04 product05"
		"product06 product07";
	}
	
	body#top .section-product .product-container .product01 {
		height: 150px;
		width: 100%;
		
	}
	
	body#top .section-product .product-container .wrap-product.product01 .product-name {
		bottom: 10px;
	}
	
	body#top .section-product .product-container .wrap-product .product-name p {
		width: calc(100% - 35px);
	}
}

@media screen and (max-width: 767px) {
	body#top .section-product .product-container .wrap-product .product-name {
		bottom: 10px;
		padding: 0 10px;
	}
	
	body#top .section-product .product-container .wrap-product .product-name p {
		font-size: 1.4rem;
		line-height: 1.4;
	}
	
	body#top .section-product .product-container .wrap-product.product01 .product-name p {
		font-size: 2.4rem;
	}
	
	body#top .section-product .product-container .wrap-product .circle {
		height: 25px;
		width: 25px;
	}

	body#top .section-product .product-container .wrap-product .circle::before {
		height: 25px;
		width: 25px;
	}
}

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

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

body#top .section-company .background-area {
	background-image: url("../images/home/company_background.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}

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

@media screen and (max-width: 767px) {
	body#top .section-company .background-area {
		background-position: center;
	}
}

body#top .section-company .content-width {
	height: 100%;
	min-height: 520px;
	padding-bottom: 7%;
}

body#top .section-company .information-area {
	background-color: var(--white);
	border-radius: 0 0 60px 0;
	height: 100%;
	max-width: 80%;
	padding: 50px 80px 80px 0;
	position: relative;
	width: fit-content;
}

body#top .section-company .information-area::before {
	background-color: var(--white);
	content: "";
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	width: 50vw;
	z-index: 1;
}

body#top .section-company .information-area .text-box p {
	line-height: 1.7;
}

body#top .section-company .information-area .wrap-link {
	margin-top: 40px;
	width: fit-content;
}

@media screen and (max-width: 767px) {
	body#top .section-company .content-width {
		min-height: unset;
		padding-bottom: 15%;
	}
	
	body#top .section-company .information-area {
		padding: 30px 40px 30px 0;
	}
}

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

body#top .section-info .content-width {
	align-items: flex-start;
	column-gap: 20px;
	display: flex;
	justify-content: space-between;
}

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

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

body#top .section-info .content-box {
	flex-basis: auto;
	margin-top: 0;
	max-width: calc(100% - 330px);
}


body#top .section-info .wrap-info-container {
	column-gap: 60px;
	display: flex;
}

body#top .section-info .wrap-info-container .information-area {
	border-right: 1px solid #ccdfff;
	width: 270px;
}

body#top .section-info .content-box .info-list .info-item:first-child {
	padding-top: 0;
}

@media screen and (max-width: 767px) {
	body#top .section-info .content-width {
		padding-bottom: 80px;
	}
	
	body#top .section-info .sec-inner {
		padding: 80px 0;
	}
	
	body#top .section-info .content-width {
		flex-wrap: wrap;
		row-gap: 60px;
	}
	
	body#top .section-info .wrap-info-container {
		flex-wrap: wrap;
	}
	
	body#top .section-info .wrap-info-container .information-area {
		border-right: none;
		flex-basis: 100%;
		width: 100%;
		padding-bottom: 0;
	}
	
	body#top .section-info .wrap-info-container .information-area .sec-inner {
		padding-bottom: 50px;
	}
	
	body#top .section-info .wrap-info-container .content-box {
		flex-basis: 100%;
		max-width: unset;
		width: 100%;
	}
	
	body#top .section-info .wrap-info-container .content-box .sec-inner {
		padding-bottom: 0;
		padding-top: 0;
	}
	
	body#top .section-info .wrap-link {
		margin-left: auto;
		margin-top: 0;
	}

}
