@charset "UTF-8";

.bodyCover{
	position:fixed;
	width: 3000px;
	height: 200vh;
/*	filter: blur(0);*/
	background: #000;
	z-index: 100;
	top:100vh;
	left:-20vw;
	opacity:0;
	transition: 1.0s;
}

.bodyCover.on{
	transition: 0.5s;
	position: fixed;
/*	filter: blur(100px);*/
	top: 0vh;
	opacity:1.0;

}

html{
	margin: 0;
	background: url("../img/index/bg.png") repeat #080808;
/*    background: #1a1a1a;*/
	background-attachment: fixed!important;
	background-size: cover;
}
body.loading{
	display:none;
}

body{
	width: 100vw!important;
	overflow-x: hidden;
}

/*
.allWrap{
	overflow-x:hidden;
	width: 100vw;
}
*/

#main{
	position: relative;
	left:0;
	top:0;
	padding-bottom: 6vw;
}

#main > *{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#main > * img{
	width: 100%;
	top:0;
	right: 0;
	z-index: -1;
}


#main {
	display: flex;
	padding-top: 22vh;
	margin-left: 10.5vw;
}

#main .blockLeft{
	margin-right: 4vw;
}

#main .blockLeft h2 img{
	width: 22vw;
}

#main .blockLeft h2 span img{
	width: 6.8vw;
	display: block;
	margin-left: 1.8vw;
	margin-top: 20px;
}

#main .blockRight{
	animation: mv_auto 10.0s infinite;
	width: 50vw;
}

@keyframes mv_auto{
	0%{transform: scale(1.0);}
	50%{transform: scale(.97);}
	100%{transform: scale(1.0);}
}

#main .blockLeft p{
	margin-left: 1.8vw;
	margin-top: 8vh;
}

.leftMenu{
	position:fixed;
	left: 3vw;
	top:20vw;
	line-height: 1.5;
	z-index:100;
}

.leftMenu li{
	font-size: 24px;
	opacity: 0;
	margin-bottom: 16px;
	margin-left: 16px;
	transition:0.4s;
	left:0;
}



.leftMenu.on li:nth-child(1){
	margin-left:0;
	opacity:0.2;
	transition:0.5s;
}
.leftMenu.on li:nth-child(2){
	margin-left:0;
	opacity:0.2;
	transition:0.5s;
	transition-delay: 0.05s;
}
.leftMenu.on li:nth-child(3){
	margin-left:0;
	opacity:0.2;
	transition:0.5s;
	transition-delay: 0.1s;
}

.leftMenu.on li:nth-child(1).active{
	opacity: 1.0;
	transition:0.5s;
}

.leftMenu.on li:nth-child(2).active{
	opacity: 1.0;
	transition:0.5s;
	transition-delay: 0.05s;
}

.leftMenu.on li:nth-child(3).active{
	opacity: 1.0;
	transition:0.5s;
	transition-delay: 0.1s;
}

.leftMenu li span{
	font-size: 12px;
	display: block;
}

.area1{
	margin-top: 364px;
	margin-left: 8vw;
	width: 84vw;
}

.area2{
	margin-left: 8vw;
	width: 84vw;
}

.area3{
	margin-left: 32vw;
	width: 52vw;
}

.area4{
	margin-left: 32vw;
	width: 68vw;
}

.area1{
	margin-top: 25vw;
	margin-bottom: 0;
	pointer-events: none;
}

.area1 strong{
	font-size: 2.0rem;
	/* mix-blend-mode: soft-light; */
	/* opacity:0.5; */
	font-weight: 400;
	/* margin-left:-32.85vw; */
	line-height: 1.35;
}

.area1 strong img{
	width: 55.208vw;
}

.area1 p{
	opacity:1.0;
	width: 50vw;
	/* margin-left: 13vw; */
	margin-top: 0.5rem;
	}

.area1.on p{
	opacity:1.0;
	transition: 0.7s;
}

.area2{
	/* padding-left: 3vw; */
	/* opacity:0; */
	user-drag:none;
}

.roleBlock figure{
    width: 100%;
}
.roleBlock p{
    margin-top:1.0rem;
}

.roleBlock figure img{
    max-width: 100%;
}

.area2 .roleBlock.on{
	opacity:1.0;
	margin-left: 0;
	transform: scale(1.0);
	transition: 0.7s;
}

.area3{
	opacity:0;
	transform:scale(1.05);
}

.area3.on{
	opacity:1.0;
	transform:scale(1.00);
	transition: 0.7s;
}

.area3 h2 img{
	width: 5.5vw;
}

.area2 h2 img{
	height: 5.5vw;
	margin-left:0.25vw;
}

.area2 h2 p, .area3 h2 p{ 
	letter-spacing: 0.48em;
	font-size: 1.25rem;
}
.area2 h2 p{
    font-size: 1.11133333vw;
    display: block;
    margin-bottom: -12px;
    letter-spacing: 0.48em;
    margin-top: 0.75vw;
    margin-left: -0.15vw;
}
.area2 h3{
	font-size: 2.5rem;
	margin-left: -2px;
	font-weight: 300;
	letter-spacing: 0.02em;
	position: relative;
	line-height: 1.35;
}

.area2 .roleBlock h3:before{
	content:"";
	background: url("../img/about/about_icon_010.png") no-repeat;
	background-size: cover;
	position: absolute;
	width: 4.8vw;
	height: 4.8vw;
	transform: scale(0.0);
	opacity:0;
	left: -2.8vw;
	top:0.3vw;
}

.area2 .roleBlock video{
	width: 52vw;
}

.area2 .roleBlock.on h3:before{
	transform: scale(1.0);
	opacity:0.6;
	transition: 0.5s;
}

.area2 p.option{
	line-height: 1.65;
	margin-top: 2rem;
}

.area2 .roleBlock ul{
    display: flex;
    flex-wrap: wrap;
}

.area2 .roleBlock ul li{
    width: 25%;
    display: flex;
    align-items: center;    
    gap: 3%;
}
.area2 .roleBlock ul li:before{
    content: "";
    width: 3px;
    height: 3px;
    background: #f0f0f0;
    border-radius: 3px;
    display: block;
    margin-top: 2px;
}

.area2 .mt{
	padding-top: 64px!important;
}

.area2 .mb{
	margin-bottom: 16px;
}

.area2 .roleBlock{
	padding-top: 36px;
	/* border-bottom: 1px solid rgba(255,255,255,0.2); */
	/* padding-bottom: 48px; */
	width: 47%;
}

.area2 .roleBlock.second{
	padding-bottom: 3.2vw;
}

.area2 .roleBlock > p:nth-child(2){
	margin-bottom: 24px;
}

.area2 .roleBlock ul.imgList{
	position: absolute;
	display: flex;
}

.area2 .roleBlock .slideWrap{
	height: 34vw;		
	user-drag: none;
	position: relative;
	cursor: grab;
}

.area2 .roleBlock .slideWrap .slider:after{
	content: "";
	position:absolute;
	left:0;
	top:0;
	background: transparent;
	height: 32vw;
	width: 500vw;
	display: block;
}

.area2 .roleBlock .slider{
	margin-bottom: 40px;
	position: absolute;
	width: 100%;
}

.area2 .roleBlock ul.imgList img{
	width: 100%;
}

.area2 .roleBlock ul.imgList li{
	opacity: 0.2;
	margin-right: 2.4vw;
	transition: 0.5s;
	width: 100%;
}

.area2 .roleBlock ul.imgList li.active{
	opacity: 1.0;
	transition:0.5s;
}

.area2 .roleBlock p strong{
	font-weight: 600;
	display: block;
	line-height: 1;
	margin-bottom: 0.5vw;
	margin-top: 1.25vw;
}
.area2 .roleBlock p span{
	font-size: 0.7vw;
	display: block;
	margin-top: -0.5vw;
	opacity: 0.4;
}

.area2 .roleBlock:after{
	content:"";
	width: 100%;
	background: #fff;
	opacity: 0.2;
	height: 1px;
}

.area3 h2{
	display: flex;
    align-items: start;
}

.area3 {
	display: flex;
    align-items: flex-start;
}

.area3 p{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.area3 > div{
	padding-top: 64px;
	width: 50vw;
}

.area3 {
	margin-top: 200px;
}

.area3 dl dt{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0.5vw;
}

.area3 dl{
	background: rgba(26,32,63,0.33);
	padding: 40px;
	margin-left: 48px;
	margin-bottom: 32px;
	opacity:0;
	transform: scale(1.05);
	transition:0;
}

.area3 dl.on{
	opacity: 1.0;
	transform: scale(1.00);
	transition: 0.7s;
	
}

.area4{
	margin-top: 160px;
	background: rgba(26,32,63,0.33);
	padding: 7.5vw 7.5vw 0;
	color: #f0f0f0;
	opacity:0;
	transform: scale(1.05);
}

.area4.on{
	transform: scale(1.0);
	transition: 0.7s;
	opacity:1.0;
}

.area4 h2 img{
	height: 5.5vw;
}

.area4 h2{
	align-items: flex-end;
	min-width: 30vw;
	text-align: left;
}

.area4 h2 span{
	font-size:1.11133333vw;
	display: block;
	margin-bottom: -12px;
	letter-spacing: 0.48em;
    margin-top: 0.75vw;
    margin-left: -0.15vw;}

.area4 p{
	margin: 4.5vw 0vw;
}

.area4 dl:not(:last-child){
	margin-bottom: 40px;
}

.area4 dt{
	font-size: 1.385vw;
	font-weight: 400;
	margin-bottom: 0.5vw;
	line-height: 1.0;
}

.area4 dt, .area4 dd{
	width: 41.66vw;
}

.area4 > div{
	padding: 0 0 5.5vw;
}

.area5{
	margin-top: 160px;
	background: #000;
	position: relative;
	width: 100vw;
	height: 25vw;
	overflow: hidden;
	opacity:0;
}

.area5.on{
	opacity:1.0;
	transition: 1.0s;
}

.area5 .worksInner{
    background: url(../img/about/about_img_020.jpg) no-repeat;
    background-size: 120%;
	width: 100vw;
	height: 25vw;
	opacity: 1;
	transition: 0.6s;
    background-position: 0 -5vw;
}

.area5.on .worksInner{
	background-position: 0 0;
	transition: 1.0s;
}

.area5:hover .worksInner{
	transition: 0.6s;
	opacity: 1.0;
	transform: scale(1.03);
	margin-left: -0.15vw;
	margin-top: -0.15vw;
}

.area5 a{
	width: 100vw;
	height: 25vw;	
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left:0;
	top:0;
}


.drag{
	user-drag:none;
	position:fixed;
	left: 50vw;
	top:50vw;
	color:#f0f0f0;
	background:#202020;
	height: 4vw;
	width: 4vw;
	border-radius: 4vw;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity:0;
	transition:0.5s;
	transform: scale(0.8);
}

.drag.on{
	opacity:1.0;
	transition:0.5s;
	transform: scale(1.0);
}

.flexBlock{
    display: flex;
    flex-wrap: wrap;
    gap: 6%;
}

.roleBlock h3+p{
    margin-top:0.5rem;
}

.points .roleBlock h3{
    font-size: 1.25rem;
}

.points .area2{}

.points .roleBlock{
    margin-top: 4.0rem!important;
    padding-top: 2.0rem!important;
    border-top: 1px solid rgba(255,255,255,0.2);
}

