@charset "utf-8";

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　MV
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.p-mv {
	width: 100%;
	height: 100vh;
	background: url(../images/home/mv_flame.png);
	background-size: cover;
	background-position: right top;
	background-repeat: no-repeat;
	color: var(--color-white);
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.p-mv::before {
	content: "";
	width: 100%;
	height: 100vh;
	background: url(../images/home/mv_bg.jpg);
	background-size: cover;
	position: fixed;
	top: 0;
	right: 0;
	z-index: -1;
}
.p-mv__inner {
	width: calc(1600 / 1900 * 100vw);
	margin-inline: auto;
	padding-bottom: calc(24 * var(--rem));
	position: relative;
}

.p-mv__title {
	font-family: var(--second-font-family);
	font-size: calc(170 / 1920 * 100vw);
	letter-spacing: 0;
	line-height: 1;
	font-weight: 700;
	position: relative;
	isolation: isolate;
	z-index: 1;
}

.p-mv__inner:before {
	content: "";
	width: calc(330 / 1920 * 100vw);
	aspect-ratio: 1;
	height: auto;
	position: absolute;
	top: 0;
	left: 24%;
	background: linear-gradient(45deg, transparent calc(50% - 0.5px), var(--color-white) calc(50% - 0.5px), var(--color-white) calc(50% + 0.5px), transparent calc(50% + 0.5px)),
		linear-gradient(-45deg, transparent calc(50% - 0.5px), var(--color-white) calc(50% - 0.5px), var(--color-white) calc(50% + 0.5px), transparent calc(50% + 0.5px));
	z-index: 1;
}
.p-mv__description {
	font-family: var(--second-font-family);
	font-size: calc(32 / 1920 * 100vw);
	font-weight: 700;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
CONCEPT
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.l-concept {
	padding-top: calc(300 * var(--rem));
	padding-bottom: calc(333 * var(--rem));
}
.p-concept {
	background: var(--color-black);
}
.p-concept__inner {
	width: fit-content;
	margin-inline: auto;
}
.p-concept__title {
	font-family: var(--second-font-family);
	font-size: calc(27 * var(--rem));
	font-weight: 700;
	text-transform: uppercase;
}
.p-concept__catch {
	margin-top: calc(30 * var(--rem));
	font-size: calc(98 * var(--rem));
	line-height: 1.2;
	font-weight: 700;
	span {
		font-size: calc(120 * var(--rem));
	}
}
.p-concept__text {
	margin-top: calc(44 * var(--rem));
	font-size: calc(27 * var(--rem));
	line-height: calc(43 / 27);
	font-weight: 700;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　私たちについて
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.l-aboutus {
}
.p-aboutus {
	background: var(--color-black);
	position: relative;
}
.p-aboutus::before {
	content: "";
	width: 100%;
	aspect-ratio: 1760/421;
	height: auto;
	background: url(../images/home/about_bg.png);
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
}
.p-aboutus__inner {
	width: fit-content;
	margin-inline: auto;
	padding-bottom: calc(440 * var(--rem));
}
.p-aboutus__head {
	width: fit-content;
	margin-inline: auto;
}
.p-aboutus__title {
	font-family: var(--second-font-family);
	font-size: calc(480 * var(--rem));
	font-weight: 700;
	line-height: 0.75;
	letter-spacing: -0.02em;
	width: fit-content;
	margin-inline: auto;
}
.p-aboutus__image {
	width: calc(94 * var(--rem) + 50vw);
	height: calc(604 * var(--rem));
	position: absolute;
	top: calc(400 * var(--rem));
	right: 0;
}
.p-aboutus__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　サービス一
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.l-service {
	padding-top: calc(212 * var(--rem));
}
.p-service {
	background: var(--color-black);
}

.p-service__inner {
	width: fit-content;
	margin-inline: auto;
	/* display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;*/
	position: relative;
}
.p-service__head {
	width: fit-content;
	margin-inline: auto;
}
.p-service__container {
	display: contents;
}
.p-service__title {
	font-family: var(--second-font-family);
	font-size: calc(400 * var(--rem));
	text-align: center;
	font-weight: 700;
	line-height: 0.8;
	letter-spacing: -0.02em;
	width: fit-content;
	margin-inline: auto;
}
.p-service__text {
	font-size: calc(30 * var(--rem));
	line-height: calc(50 / 30);
	font-weight: 700;
	color: var(--color-white);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}
.p-service__images {
	width: calc(1254 * var(--rem));
	text-align: center;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: calc(35 * var(--rem));
	margin: calc(-70 * var(--rem)) auto 0;
}

.p-service__image {
	width: 100%;
	aspect-ratio: 394/603;
	height: auto;
}
.p-service__images .p-service__imgbox:nth-of-type(2) {
	margin-top: calc(35 * var(--rem));
}
.p-service__images .p-service__imgbox:nth-of-type(3) {
	margin-top: calc(70 * var(--rem));
}
.p-service__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-service__button {
	text-align: right;
	margin-top: calc(20 * var(--rem));
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
お問い合わせ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.l-contact {
	padding-top: calc(260 * var(--rem));
}
.p-contact {
	background-color: var(--color-black);
	position: relative;
}

.p-contact__inner {
	width: 100%;
	position: relative;
	width: fit-content;
	z-index: 1;
	padding-bottom: calc(58 * var(--rem));
}
.p-contact__title {
	font-family: var(--second-font-family);
	width: 100%;
	font-size: calc(340 * var(--rem));
	line-height: calc(320 / 380);
}
.p-contact__title span {
	display: block;
	font-size: calc(66 * var(--rem));
	margin-top: calc(60 * var(--rem));
	line-height: 1;
}
.p-contact__image {
	width: calc(980 * var(--rem));
	position: relative;
	margin-top: calc(-370 * var(--rem));
	margin-left: auto;
	margin-right: calc(82 * var(--rem));
}
.p-contact__image img {
	width: 100%;
	aspect-ratio: 1036/691;
	height: auto;
	object-fit: cover;
}
.p-contact__button {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 3;
}
.p-contact__button a {
	width: calc(363 * var(--rem));
	aspect-ratio: 1;
	height: auto;
	border-radius: 50%;
	background: linear-gradient(0deg, #9d9b97 2%, #ffffff 41%, #ffffff 100%);
	font-size: calc(40 * var(--rem));
	font-weight: 700;
	color: var(--color-black);
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	letter-spacing: -0.02em;
	font-family: var(--second-font-family);
	white-space: nowrap;
	text-align: center;
}
.p-contact__button a span {
	transition: 0.3s;
}
@media (hover: hover) {
	.p-contact__button a:hover span {
		transform: scale(1.1);
	}
}

/*スマホ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media (max-width: 767px) {
	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
    　モバイルーMV
    ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

	.p-mv {
		background: url(../images/home/mv_flame-sp.png);
		justify-content: start;
		background-position: right bottom;
		background-size: cover;
	}
	.p-mv__title {
		font-size: calc(81 * var(--rem));
	}
	.p-mv__inner {
		margin-top: calc(120 * var(--rem));
		width: 100%;
		padding-inline: calc(17 * var(--rem));
	}
	.p-mv__inner:before {
		width: calc(101 * var(--rem));
		left: calc(190 * var(--rem));
		top: calc(10 * var(--rem));
	}
	.p-mv__description {
		font-size: calc(15 * var(--rem));
	}

	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
    モバイルCONCEPT
    ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
	.l-concept {
		padding-top: calc(117 * var(--rem));
		padding-bottom: calc(100 * var(--rem));
	}
	.p-concept__inner {
		width: 100%;
	}
	.p-concept__title {
		font-size: calc(15 * var(--rem));
	}
	.p-concept__catch {
		margin-top: calc(30 * var(--rem));
		font-size: calc(26 * var(--rem));

		span {
			font-size: calc(32 * var(--rem));
		}
	}
	.p-concept__text {
		margin-top: calc(44 * var(--rem));
		font-size: calc(14 * var(--rem));
	}

	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
    　モバイル　私たちについて
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

	.p-aboutus__inner {
		width: 100%;
		padding-bottom: calc(150 * var(--rem));
		padding-top: calc(300 * var(--rem));
	}
	.p-aboutus__title {
		font-size: calc(114 * var(--rem));
		position: relative;
		z-index: 3;
		text-align: right;
		background: var(--color-white);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		line-height: 0.8;
	}

	.p-aboutus__button {
		text-align: right;
	}
	.p-aboutus__button .c-button {
		position: relative;
		z-index: 3;
		color: var(--color-white);
		background: var(--color-white);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	.p-aboutus__button .c-button::after {
		background-color: var(--color-white);
	}

	.p-aboutus__image {
		width: 100dvw;
		height: calc(549 * var(--rem));
		margin-inline: calc(50% - 50vw);
		position: absolute;
		top: 0;
		left: 0;
	}
	.p-aboutus__image img {
		object-position: left center;
	}

	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
    モバイル　｜サービス一覧
    ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
	.l-service {
		padding-top: calc(48 * var(--rem));
		padding-bottom: calc(100 * var(--rem));
		position: relative;
	}
	.p-service::after {
		content: "";
		width: 100%;
		aspect-ratio: 1760/421;
		height: auto;
		background: url(../images/home/about_bg.png);
		background-size: contain;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.p-service__inner {
		width: 100%;
		margin-inline: unset;
		padding-inline: calc(20 * var(--rem));
	}
	.p-service__title {
		font-size: calc(100 * var(--rem));
		text-align: center;
	}
	.p-service__text {
		font-size: calc(14 * var(--rem));
		position: relative;
		width: fit-content;
		margin-inline: auto;
	}
	.p-service__container {
		display: flex;
		flex-direction: column;
		margin-top: calc(20 * var(--rem));
	}
	.p-service__images {
		width: 100dvw;
		margin-top: calc(20 * var(--rem));
		margin-inline: calc(50% - 50vw);
		gap: calc(13 * var(--rem));
		order: +1;
	}

	.p-service__images div:nth-of-type(2) {
		margin-top: calc(17 * var(--rem));
	}
	.p-service__images div:nth-of-type(3) {
		margin-top: calc(34 * var(--rem));
	}
	.p-service__images img {
		aspect-ratio: 126/225;
	}
	.p-service__button {
		margin-top: max(calc(20 / 1920 * 100vw), calc(20 / 1600 * 100vh));
	}

	/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
    モバイル　お問い合わせ
    ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

	.l-contact {
		padding-top: calc(120 * var(--rem));
	}

	.p-contact__inner {
		padding-top: calc(120 * var(--rem));
		padding-bottom: calc(165 * var(--rem));
	}
	.p-contact__title {
		font-size: calc(80 * var(--rem));
		line-height: calc(320 / 380);
		text-align: center;
		position: relative;
		z-index: 3;
	}
	.p-contact__title span {
		font-size: calc(15 * var(--rem));
		margin-top: calc(32 * var(--rem));
	}
	.p-contact__image {
		width: 100dvw;
		height: calc(549 * var(--rem));
		margin: 0 calc(50% - 50vw);
		position: absolute;
		top: 0;
		left: 0;
	}
	.p-contact__image img {
		aspect-ratio: unset;
		height: 100%;
		object-position: top right;
	}
	.p-contact__button {
		margin-top: calc(40 * var(--rem));
		position: relative;
		right: initial;
		text-align: center;
		z-index: 3;
	}
	.p-contact__button a {
		display: inline-flex;
		width: calc(317 * var(--rem));
		aspect-ratio: unset;
		height: calc(47 * var(--rem));
		border-radius: 50px;
		background: var(--color-gray);
		font-size: calc(30 * var(--rem));
		position: relative;
		right: initial;
		left: 0;
	}
	.p-contact__button a span {
		transition: 0.3s;
	}
}
