@charset "utf-8";

.mv {
	position: relative;
	background: #22292e;
}

.mv img {
	width: 100%;
}

.mv div[class^="scene"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

@media screen and (orientation: landscape) {
	.mv .wrapScene {
		position: absolute;
		top: 80px;
		left: 0;
		width: 100%;
		height: calc(100vh - 80px);
		display: flex;
		align-items: center;
		justify-content: center;
	}
}


.mv .txt {
	display: none;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); 
	-webkit-transform: translate(-50%, -50%);
}

.mv .scene01 {
	background: #22292e;
	z-index: 1;
}

.mv .scene01 .sLogo {
	width: 175px;
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); 
	-webkit-transform: translate(-50%, -50%);
	z-index: 9;
}

.mv .scene02 {
	z-index: 2;
}

.mv .scene02 .txt {
	width: 80%;
	max-width: 850px;
}

.mv .scene03 {
	z-index: 3;
}

.mv .scene03 .txt {
	width: 32%;
}

.mv .scene03 .overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.mv .scene04 {
	z-index: 4;
}

@media screen and (max-width: 1000px) {
	.mv {
		padding: 0;
	}

	.mv div[class^="scene"] {
		top: 0;
		height: 100%;
	}
}

@media screen and (max-width: 768px) {
	.mv {
		overflow: hidden;
	}

	.mv .wrapScene {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: calc(100vh - 160px);
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.mv .scene01 .sLogo {
		width: 37%;
	}

	.mv .scene02 .txt {
		width: 90%;
	}

	.mv .scene03 .txt {
		width: 70%;
	}
}




/* mvTxt */
.mvTxt {
	font-family: 'Zen Old Mincho', sans-serif;
	padding: 20px 0 60px;
	background: #484b4d;	
	color: #fff;
	overflow: hidden;
	justify-content: center;
	align-items: flex-end;
	letter-spacing: 0.1em;
	line-height: 1;
}

.mvTxt .blue {
	color: #6591a0;
}

.mvTxt .colL {
	padding: 17px 4rem 0 0;
	align-items: flex-end;
	line-height: 2;
}

.mvTxt .colL .grTxt .flexBox {
	align-items: flex-end;
}

.mvTxt .colL .grTxt .txt01 {
	position: relative;
	font-size: 2.7rem;
}

.mvTxt .colL .grTxt .txtTop {
	position: absolute;
	top: -15px;
	left: 17px;
	font-size: 1.6rem;
}

.mvTxt .colL .grTxt .fs01 {
	font-size: 4.3rem;
}

.mvTxt .colL .grTxt .fs02 {
	font-size: 5.8rem;
}

.mvTxt .colL .grTxt .num {
	font-size: 15rem;
	line-height: 1;
}

.mvTxt .colR {
	padding: 17px 0 0 3rem;
	border-left: 1px solid #ffffff;
}

.mvTxt .colR .grTxt {
	position: relative;
}

.mvTxt .colR .grTxt .txtTop {
	position: absolute;
	top: -15px;
	left: 17px;
	font-size: 1.6rem;
}

.mvTxt .colR p {
	font-size: 3.1rem;
}

.mvTxt .colR .fs01 {
	font-size: 3.6rem;
}

.mvTxt .colR .num {
	font-size: 4.8rem;
}

@media screen and (max-width: 1200px) {
	.mvTxt {
		padding: 0 0 30px;
	}

	.mvTxt .colL .grTxt .txtTop {
		font-size: 1.2rem;
	}

	.mvTxt .colL .grTxt .fs01 {
		font-size: 3vw;
	}

	.mvTxt .colL .grTxt .fs02 {
		font-size: 3vw;
	}

	.mvTxt .colL .grTxt .num {
		font-size: 10vw;
	}

	.mvTxt .colR .grTxt .txtTop {
		font-size: 1.2rem;
	}

	.mvTxt .colR p {
		font-size: 3vw;
	}

	.mvTxt .colR .fs01 {
		font-size: 3vw;
	}

	.mvTxt .colR .num {
		font-size: 4vw;
	}
}

@media screen and (max-width: 1000px) {
	.mvTxt .colL img {
		width: 12vw;
	}
}

@media screen and (max-width: 768px) {
	.mvTxt {
		padding: 5% 20px;
		letter-spacing: 0;
	}

	.mvTxt .colL {
		width: 100%;
		padding: 0;
		justify-content: center;
	}

	.mvTxt .colL img {
		width: 30%;
	}


	.mvTxt .colL .only-sp {
		position: relative;
	}

	.mvTxt .colL .txtSp01 {
		position: relative;
	}

	.mvTxt .colL .txtSp01 .txtTop {
		position: absolute;
		top: -4vw;
		left: 3vw;
		font-size: 3.5vw;
	}

	.mvTxt .colL .txtSp01 .fs01 {
		font-size: 7vw;
	}

	.mvTxt .colL .txtSp02 {
		margin: -21vw 0 0 25vw;
	}

	.mvTxt .colL .txtSp02 .num {

		font-size: 28vw;
		line-height: 1;
	}

	.mvTxt .colL .txtSp02 .fs02 {
		font-size: 5vw;
	}

	.mvTxt .colL .txtSp02 .fs03 {
		font-size: 10vw;
	}	

	.mvTxt .colR {
		width: 100%;
		padding: 8vw 0 0;
		margin: 2vw 0 0;
		border: 0;
		border-top: 1px solid #ffffff;
		text-align: center;
	}
	
	.mvTxt .colR .grTxt {
		display: inline-block;
	}
	
	.mvTxt .colR .grTxt .txtTop {
		top: -2vw;
		left: 3vw;
		font-size: 3.5vw;
	}

	.mvTxt .colR p {
		font-size: 5.5vw;
	}

	.mvTxt .colR .fs01 {
		font-size: 7vw;
	}

	.mvTxt .colR .num {
		font-size: 12vw;
	}

}	

/* entryBox */
.entryBox {
	background: linear-gradient(to right, #608ca0, #537895);
	padding: 60px 0;
	text-align: center;
	color: #ffffff;
	overflow: hidden;
}

.entryBox p:nth-child(1) {
	font-size: 4.4rem;
}

.entryBox p:nth-child(2) {
	font-size: 6.3rem;
}

.entryBox p:nth-child(3) {
	font-size: 2.3rem;
}

.entryBox a {
	position: relative;
	margin: 6rem auto 0;
	background: #242b30;
	font-size: 2.2rem;
	width: 250px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
}

.entryBox a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);

	border-style: solid;
	border-color: transparent;
	border-top-color: transparent;
	border-left-color: #ffffff;
	border-width: 4px 0 4px 8px;
	transition: all 0.2s;
}

.entryBox a:hover {
	background: #ffffff;
	color: #000;
}

.entryBox a:hover::after {
	border-left-color: #000;
}

@media screen and (max-width: 1200px) {
	.entryBox p:nth-child(1) {
		font-size: 3vw;
	}

	.entryBox p:nth-child(2) {
		font-size: 4vw;
	}

	.entryBox p:nth-child(3) {
		font-size: 2vw;
	}

	.entryBox a {
		margin: 4rem auto 0;
	}
}

@media screen and (max-width: 768px) {
	.entryBox {
		padding: 10% 0;
	}

	.entryBox p:nth-child(1) {
		font-size: 6vw;
	}

	.entryBox p:nth-child(2) {
		font-size: 9vw;
	}

	.entryBox p:nth-child(3) {
		font-size: 4vw;
	}

	.entryBox a {
		font-size: min(4.5vw, 2.2rem);
		margin: 2rem auto 0;
	}

}



@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }
    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }
    51% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }
    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

.lb {
	line-height: 1;
	position: absolute;
	top: 50px;
	left: 0;
	color: #ffffff;

	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: tb-rl;
	-moz-writing-mode: tb-rl;
	writing-mode: sideways-rl;
	writing-mode: tb-rl;
}

.lb::after {
	display: block;
	content: '';
	width: 1px;
	height: 50px;
	position: absolute;
	bottom: -60px;
	background: #ffffff;
	left: 0;
	right: 0;
	margin: 0 auto;
	animation: scroll 2s infinite;
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 768px) {
	.lb {
		top: 20px;
		left: 20px;
		font-size: 1.2rem;
	}

}




/* utilities */
.utilities {
	padding: 60px 0;
}

.utilities ul {
	align-items: center;
}

.utilities ul li {
	width: 33.33%;
	font-size: 2rem;
	text-align: center;
	border-left: 1px solid #ccc;
}

.utilities ul li:last-child {
	border-right: 1px solid #ccc;
}

.utilities ul li span {
	font-size: 2.2rem;
	color: #6591A0;
	line-height: 1;
}

.utilities ul li .num {
	font-size: 3.6rem;
}

.utilities ul li .ldk {
	font-size: 2.6rem;
}

.utilities ul li:last-child {
	width: 33.34%;
}

@media screen and (max-width: 1200px) {
	.utilities {
		padding: 40px 0;
	}

	.utilities ul li {
		font-size: 1.8vw;
	}

	.utilities ul li span {
		font-size: 2.5vw;
	}

	.utilities ul li .num {
		font-size: 4vw;
	}

	.utilities ul li .ldk {
		font-size: 3vw;
	}
}

@media screen and (max-width: 768px) {

	.utilities {
		padding: 10% 0;
	}

	.utilities ul li {
		width: 100% !important;
		border: 0 !important;
		border-top: 1px solid #ccc !important;
		padding: 1rem 0;
		font-size: min(4.5vw, 2rem);
	}

	.utilities ul li:last-child {
		border-bottom: 1px solid #ccc !important;
	}

	.utilities ul li span {
		font-size: min(5.5vw, 2.2rem);
	}

	.utilities ul li .num {
		font-size: min(8vw, 3.6rem);
	}

	.utilities ul li .ldk {
		font-size: min(6vw, 2.6rem);
	}
	
}





/* concept */
.concept {
	position: relative;
	margin: 0 0 11%;
}

.concept .bg01 {
	background: url(../img/top/bg01.webp) no-repeat top center / cover;
	background-attachment: fixed;
}

.concept .bg02 {
	background: url(../img/top/bg02.webp) no-repeat top center / cover;
	background-attachment: fixed;
}

.concept .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	color: #fff;
	text-align: center;	
}

.concept .container .inner {
	margin: 20% 0 0;
	display: inline-block;
	max-width: unset;
	width: auto;
	text-align: left;
}

.concept .inner h3 {
	font-size: 5.5rem;
	margin: 5rem 0;
	letter-spacing: 0.2em;
}

.concept .inner p {
	font-size: 2rem;
	line-height: 2.9;
}

@media screen and (max-width: 1200px) {
	.concept .inner h2 {
		width: 50%;
	}

	.concept .inner h3 {
		font-size: 3.5vw;
		margin: 3rem 0;
	}
	.concept .inner p {
		font-size: 1.6rem;
		line-height: 2.5;
	}
}

@media screen and (max-width: 768px) {
	.concept .container {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.concept .container .inner {
		display: block;
		width: 85%;
		margin: 0 auto;
	}

	.concept .inner h2 {
		width: 80%;
	}

	.concept .inner h3 {
		font-size: min(8vw, 5.5rem);
		margin: 2rem 0;
	}

	.concept .inner p {
		font-size: min(4vw, 2rem);
		text-align: justify;
	}
}





	

/*brand*/
.brand {
	position: relative;
	background: #2B2C2F url(../img/top/brand_bg.webp) no-repeat top left / cover;
	color: #ffffff;
	padding: 5% 0 25%;
}

.brand picture {
	display: block;
	overflow: hidden;
}

.brand .container {
	position: relative;
	padding: 8% 0 0;
}

.brand .inner {
	margin-left: 15%;
}

.brand h3 {
	font-size: 5.5rem;
	margin: 8rem 0 6rem;
}

.brand .txt {
	font-size: 2rem;
	line-height: 2.9;
}

.brand .listBtn {
	max-width: 263px;
	width: 100%;
	margin: 20% 0 0 30%;
}

.brand .listBtn li:not(:last-child) {
	margin: 0 0 2rem;
}

.brand .listBtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2.1rem;
	width: 100%;
	height: 54px;
	color: #ffffff;
	border: 1px solid #fff;
	background: url(../img/common/ic_arr.svg) no-repeat center right 10px / 15px auto;
	transition: all 0.2s;
}

.brand .listBtn a:hover {
	background-color: #fff;
	background-image: url(../img/common/ic_arr_black.svg);
	color: #000;
	
}

.brand .img01 {
	position: absolute;
	bottom: 10%;
	left: 0;
	width: 18%;
}

.brand .img01 img {
	width: 100%;
}

.brand .img02 {
	position: absolute;
	top: -3%;
	right: 0;
	width: 39%;
}

.brand .img02 img {
	width: 100%;
}

.brand .img02 picture:nth-child(2) {
	width: 54%;
	margin: 2rem 0 0;
}

@media screen and (max-width: 1200px) {
	.brand .logoPlacesion img {
		width: 105px;
	}

	.brand h3 {
		font-size: 3.5vw;
		margin: 3rem 0 2rem;
	}
	.brand .txt {
		font-size: 1.6rem;
		line-height: 2.5;
	}

	.brand .listBtn {
		margin: 10% 20px 0 auto;
		max-width: 180px;
	}

	.brand .listBtn a {
		font-size: 1.6rem;
		height: 36px;
		background-size: 10px auto;
	}

	.brand .listBtn li:not(:last-child) {
		margin: 0 0 1rem;
	}
}

@media screen and (max-width: 768px) {
	

	.brand {
		padding: 0 0 10%;
	}


	.brand .container {
		width: calc(85% - 40px);
		margin: -12% auto 0;
		padding: 0;
	}

	.brand .logoPlacesion img {
		width: 105px;
	}

	.brand h3 {
		font-size: min(8vw, 5.5rem);
		margin: 10% 0;
	}

	.brand .txt {
		margin: 0 0 8rem;
		font-size: min(4vw, 2rem);
		text-align: justify;
	}

	.brand .img01 {
		position: static;
		width: 50%;
		margin: 0 0 0 auto;
		overflow: unset;

	}

	.brand .img01 img {
		margin-top: -10%;
	}

	.brand .img02 {
		position: relative;
		width: 100%;
		margin: 10% 0 0 0;
		padding-left: 20px;
	}	

	.brand .img02 picture:nth-child(1) {
		width: 50%;
		position: relative;
		z-index: 2;
	}

	.brand .img02 picture:nth-child(2) {
		position: absolute;
		top: -15%;
		left: 40%;
		width: 50%;
		z-index: 1;

	}

	.brand .listBtn {
		max-width: unset;
		width: 40vw;
	}

	.brand .listBtn a {
		font-size: 3vw;
	}

	.brand .inner {
		margin-left: 0;
	}


}
