@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
#headerLogo, #headerNavBtn {
	opacity: 0;
}

/* ファーストビュー
------------------------------------ */
#loading {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 5;
	background-color: #FFFFFF;
	clip-path: inset(0% 0% 0% 0%);
	-webkit-overflow-scrolling: touch;
}

#loadingText {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 3rem;
	font-family: "Josefin Sans", sans-serif;
	text-align: center;
	opacity: 0;
}

#loadingLogo {
	width: 338px;
	opacity: 0;
}

#loadingCopy {
	position: absolute;
	top: 65%;
	right: 50vw;
	z-index: 3;
	font-size: 5.7rem;
	font-weight: 700;
	line-height: 1.65;
	white-space: nowrap;
	opacity: 0;
}

#fv {
	width: 100%;
	height: 100vh;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 1;
}

#fvSlider {
	height: 100%;
	z-index: -1;
}

.fvSliderItem img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-overflow-scrolling: touch;
}

#fvCopy {
	position: absolute;
	top: 65%;
	right: 50vw;
	z-index: 3;
	color: #fff;
	font-size: 5.7rem;
	font-weight: 700;
	line-height: 1.65;
	white-space: nowrap;
}

#lead {
	min-height: 100vh;
	padding-top: calc(23vh + 18px);
	padding-bottom: 80px;
	position: relative;
	z-index: 2;
}

#leadTextWrap {
	width: 48%;
	margin-left: auto;
}

.leadText {
	font-size: 2rem;
	font-weight: 700;
	line-height: 2;
	color: #FFFFFF;
}

.leadText:not(:last-child) {
	margin-bottom: 1em;
}

/* ローディングアニメーション */
.firstLoadingText {
	animation-name: firstLoadingText;
	animation-duration: 3.5s;
	animation-fill-mode: forwards;
}
@keyframes firstLoadingText {
	0% {
		filter: blur(30px);
		transform: translate(-50%, -50%) scale(1.1);
		opacity: 0;
	}
	20% {
		filter: blur(0);
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	80% {
		filter: blur(0);
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.loadingLogo {
	animation-name: firstLoadingLogo;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}
@keyframes firstLoadingLogo {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

.loadingBg {
	animation-name: loadingBg;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@keyframes loadingBg {
	0% {
		width: 100%;
	}
	100% {
		width: 66%;
	}
}

.loadingFadeIn {
	animation-name: loadingFadeIn;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes loadingFadeIn {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}



/* .loading01 {
	animation-name: loading01;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes loading01 {
	0% {
		filter: blur(30px);
		transform: translate(-50%, -50%) scale(1.2);
		opacity: 0;
	}
	50% {
		filter: blur(0);
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.loading02 {
	animation-name: loading02;
	animation-duration: 2s;
	animation-delay: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes loading02 {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}

.loading03 {
	animation-name: loading03;
	animation-delay: 2.5s;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
@keyframes loading03 {
	0% {
		width: 100%;
	}
	100% {
		width: 66%;
	}
}

.loading04 {
	animation-name: loading04;
	animation-delay: 2.5s;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes loading04 {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
} */




/* service
------------------------------------ */
#service {
	padding-top: 80px;
	background: linear-gradient(to bottom, #e7e7e7 calc(100% - 80px), #fff calc(100% - 80px) 100%);
	z-index: 6;
	position: relative;
}

#serviceHeading {
	margin-bottom: -30px;
	font-size: 13rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	line-height: 1;
	text-align: right;
	color: #FFFFFF;
}

#serviceHeading::after {
	content: "";
	margin-right: -0.05em;
}

#serviceWrap {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

#serviceContent {
	width: calc(434 / 1200 * 100%);
}

#serviceCopy {
	margin-bottom: 15px;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.6;
}

#serviceText {
	margin-bottom: 25px;
	font-size: 1.5rem;
	line-height: 2;
}

#serviceImg {
	width: calc(700 / 1200 * 100%);
	text-align: right;
}

/* BRAND LIST
------------------------------------ */
#brand {
	padding-top: 120px;
	z-index: 6;
	position: relative;
	background-color: #fff;
}

#brandList {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: center;
}

#brandLink {
	text-align: center;
}

/* LINKS
------------------------------------ */
#links {
	padding-top: 120px;
	z-index: 6;
	position: relative;
	background-color: #fff;
}

#linksWrap {
	margin-bottom: 10px;
	display: grid;
	grid-template-columns: 330px 1fr 1fr;
	grid-auto-flow: column;
}

#linksHead {
	grid-row: 1 / 3;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #333333;
}

#linksHead img {
	width: 182px;
}

.linksItem {
	padding: 25px 20px;
	display: flex;
	align-items: center;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
}

.linksItem:nth-child(3),
.linksItem:nth-child(5) {
	border-bottom: 1px solid #333333;
}

.linksItemTitle {
	width: 120px;
	margin-right: 10px;
	font-size: 1.7rem;
	line-height: 1.4;
}

.linksList {
	display: flex;
	gap: 12px;
}

.linksListLink {
	width: 46px;
	height: 46px;
	display: block;
	position: relative;
}

.linksListLink img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#linksAndMore {
	font-size: 2rem;
	font-weight: 500;
	text-align: right;
}

/* APPS
------------------------------------ */
#apps {
	padding-top: 80px;
	padding-bottom: 120px;
	z-index: 6;
	position: relative;
	background-color: #fff;
}

#appsWrap {
	display: grid;
	grid-template-columns: 330px auto;
}

#appsHead {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #333333;
}

#appsHead img {
	width: 163px;
}

#appsBody {
	padding: 50px 40px;
	display: flex;
	align-items: center;
	gap: 40px;
	border: 1px solid #333333;
	border-left: none;
}

#appsList {
	display: flex;
	flex-shrink: 0;
	gap: 30px;
}

#appsCredit li {
	padding-left: 0.6em;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.714;
}

#appsCredit li::before {
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	top: 10px;
	left: 0;
	background: #333333;
	border-radius: 50%;
}

#appsCredit li:not(:last-child) {
	margin-bottom: 5px;
}

/* 背景色
------------------------------------ */
#bgDark {
	background: linear-gradient(to bottom, #fff 130px, #333333 130px);
	padding-bottom: 130px;
	z-index: 6;
	position: relative;
}

/* COMPANY
------------------------------------ */
#company {
	padding: 140px calc(50% + 50px) 130px 100px;
	color: #FFFFFF;
	/* background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(../../img/top/company.jpg) no-repeat center center / cover; */
	background: url(../../img/top/company_pc.jpg) no-repeat center center / cover;
}

#company .heading {
	margin-bottom: 10px;
	color: #FFFFFF;
}

#companyCopy {
	margin-bottom: 15px;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.8;
}

#companyText {
	margin-bottom: 50px;
	font-size: 1.5rem;
	line-height: 2;
	font-weight: 500;
}

/* 新着情報&採用情報
------------------------------------ */
#newsRecruit {
	margin-bottom: 130px;
	padding-top: 120px;
	display: flex;
	gap: 2px;
}

/* 新着情報
------------------------------------ */
#news {
	width: calc((1200 - 420) / 1200 * 100%);
	padding: 80px 6.5%;
	background-color: #FFFFFF;
}

#newsList {
	max-height: 280px;
	position: relative;
}

/* スクロールバー */
.ps__rail-y {
	opacity: 1!important;
	width: 10px;
}

.ps--active-y > .ps__rail-y {
	background-color: #EEEEEE;
}

.ps .ps__rail-y:hover, .ps .ps__rail-y:focus, .ps .ps__rail-y.ps--clicking {
	background-color: #EEEEEE;
}

.ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
	width: 10px;
	right: 0;
	background-color: #333333;
	border-radius: 0;
}

.ps__thumb-y {
	width: 10px;
	right: 0;
	background-color: #333333;
	border-radius: 0;
}

.newsListItem {
	border-bottom: 1px solid #DCDCDC;
}

.newsListItem:nth-child(1) {
	border-top: 1px solid #DCDCDC;
}

.newsListLink {
	padding: 25px 0;
	display: flex;
	align-items: center;
}

.newsListDate {
	width: 120px;
	flex-shrink: 0;
	font-size: 1.4rem;
}

.newsListTitle {
	padding-right: 20px;
	font-size: 1.5rem;
	font-weight: 500;
}

/* 採用情報
------------------------------------ */
#recruit {
	width: calc(420 / 1200 * 100%);
	padding: 80px 4%;
	background: #EEEEEE url(../../img/common/icon_btn_arrow_black.svg) no-repeat right 40px bottom 45px / 84px 12px;
}

#recruitImg {
	width: 228px;
	height: 183px;
	margin: 0 auto 25px;
	position: relative;
}

#recruitImg img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#recruitText {
	font-size: 1.5rem;
	line-height: 2;
	text-align: center;
}

#footer {
	z-index: 6;
	position: relative;
}

/* ------------------------------------ */
/* ホバーエフェクト */
/* ------------------------------------ */
@media screen and (min-width: 1025px) {
	.linksListLink img {
		transition: all 0.3s ease 0s;
	}

	.linksListLink:hover img:nth-child(2) {
		opacity: 0;
	}

	#appsList a {
		transition: all 0.3s ease 0s;
	}

	#appsList a:hover {
		opacity: 0.7;
	}

	.newsListLink {
		transition: all 0.3s ease 0s;
	}

	.newsListLink:hover {
		opacity: 0.7;
	}

	#recruit #recruitImg img {
		transition: all 0.3s ease 0s;
	}

	#recruit:hover #recruitImg img:nth-child(2) {
		opacity: 0;
	}
}

/* -------------------------------------------------- */
/* PC(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) and (max-width: 1279px) {
	#fvCopy, #loadingCopy {
		font-size: 4.2rem;
	}

	#lead {
		padding-top: calc(23vh + 12px);
	}

	#linksWrap {
		grid-template-columns: 25.781vw 1fr 1fr;
	}

	.linksItemTitle {
		width: 9.375vw;
		font-size: 1.328vw;
	}

	.linksListLink {
		width: 3.594vw;
		height: 3.594vw;
	}

	#appsWrap {
		grid-template-columns: 25.781vw auto;
	}

	#appsBody {
		padding: 3.906vw 3.125vw;
	}

	#recruitText {
		font-size: 1.3rem;
	}
}


/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#loadingLogo {
		width: 240px;
	}

	#fvCopy, #loadingCopy {
		font-size: 3.2rem;
		-webkit-overflow-scrolling: touch;
	}
	
	#lead {
		padding-top: calc(23vh + 5px);
	}

	.leadText {
		font-size: 1.8rem;
	}

	#service {
		background: linear-gradient(to bottom, #e7e7e7 calc(100% - 30px), #fff calc(100% - 30px) 100%);
	}
	#serviceWrap {
		flex-direction: column;
		gap: 30px;
	}

	#serviceImg {
		width: 100%;
	}

	#serviceImg img {
		width: 100%;
	}

	#serviceContent {
		width: 100%;
	}

	#serviceLink {
		text-align: center;
	}

	#linksWrap {
		display: block;
	}

	#linksHead {
		padding: 30px;
	}

	.linksItem {
		padding: 20px 50px;
		border: 1px solid #333333;
		border-top: none;
	}

	.linksItemTitle {
		width: 240px;
	}

	#appsWrap {
		display: block;
	}

	#appsHead {
		padding: 20px;
	}

	#appsBody {
		padding: 30px 40px;
		flex-direction: column;
		gap: 20px;
		border: 1px solid #333333;
		border-top: none;
	}

	#company {
		padding-right: 40px;
		padding-left: 30%;
	}

	#newsRecruit {
		flex-direction: column;
	}

	#news,
	#recruit {
		width: 100%;
		padding: 60px 6.5%;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#loading,
	#fv {
		height: 100vh;
		height: 100lvh;
	}

	#loadingText {
		font-size: 2rem;
	}

	#loadingLogo {
		width: 120px;
	}

	#fvCopy {
		font-size: 2.4rem;
		white-space: nowrap;
		top: 75%;
		/* right: calc(50vw - 95px); */
		right: auto;
		left: 20px;
	}

	#loadingCopy {
		font-size: 2.4rem;
		white-space: nowrap;
		top: 75%;
		right: auto;
		left: calc(-34vw + 20px);
	}

	#lead {
		height: 100vh;
		height: 100lvh;
		padding: 120px 0 40px;
		display: flex;
		align-items: center;
	}

	#leadTextWrap {
		width: 100%;
	}

	.leadText {
		font-size: 1.5rem;
	}

	@keyframes loadingBg {
		0% {
			width: 100%;
		}
		100% {
			width: 66%;
		}
	}

	#service {
		padding-top: 60px;
	}

	#serviceHeading {
		margin-bottom: -12px;
		font-size: 5.4rem;
	}

	#serviceCopy {
		font-size: 2.2rem;
	}

	#serviceText {
		font-size: 1.4rem;
	}

	#brand {
		padding-top: 80px;
	}

	#brandList {
		flex-wrap: wrap;
		gap: 20px 0;
		text-align: center;
	}

	#brandList .spCol3 {
		width: 28%;
	}

	#brandList .spCol4 {
		width: 20%;
	}

	#links {
		padding-top: 80px;
	}

	.linksItem {
		padding: 20px 25px;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.linksItemTitle {
		width: 100%;
		margin-right: 0;
	}

	#apps {
		padding-top: 40px;
		padding-bottom: 80px;
	}

	#appsBody {
		padding: 30px 25px;
	}

	#appsList {
		gap: 15px;
	}

	#appsCredit li {
		font-size: 1.3rem;
	}

	#bgDark {
		padding-bottom: 60px;
	}

	#company {
		padding: 100px 14px;
		background: url(../../img/top/company_sp.jpg) no-repeat center center / cover;
	}

	#companyCopy {
		font-size: 1.8rem;
	}

	#companyText {
		font-size: 1.4rem;
	}

	#companyLink {
		text-align: center;
	}

	#newsRecruit {
		margin-bottom: 60px;
	}

	.newsListLink {
		padding: 20px 0;
	}

	.newsListDate {
		width: 90px;
		font-size: 1.3rem;
	}

	#recruit {
		background-position: right 30px bottom 30px;
		background-size: 72px;
	}
}