@charset "UTF-8";




html{
	margin: 0;

	background-attachment: fixed!important;
	background-size: 100vw 100vh;
}
body.loading{
	display:none;
}

body{
	width: 100vw!important;
}

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

#main{
	position: relative;
	left:0;
	top:0;
	margin-bottom: 3vw;
}

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


#main {
	margin-top: 26.666666vw;
	margin-left: 10vw;
}

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

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

#main .blockLeft h2 span img{
	width: 20.5vw;
	display: block;
	margin-left: 2.8vw;
	margin-top: 3.5vw;
}

#main .blockRight{
	animation: mv_auto 10.0s infinite;
	width: 80vw;
	position: absolute;
	left:0;
	top:0;
}

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

#main .blockLeft p{
	margin-left: 2.8vw;
	margin-top: 7.466666vw;
	width: 74.66666666vw;
}

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

.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 strong img{
    height: 24vw;
    margin-left: -6vw;
}

.area1{
	margin-top: 100vw;
	margin-left: 12vw;
    width: 76vw;
}

.area2{
	margin-left: 10vw;
	width: 80vw;
}

.area3{
	margin-left: 10vw;
	width: 80vw;
}

.area4{
	margin-left: 5vw;
	width: 90vw;
}

.area1{
	margin-top: 32vw;
	margin-bottom: 8vw;
}

.area1 p{
	opacity:1.0;
	transform: rotateY(0) rotateX(0) skew(0, 0) !important;
	width: 100%;
	margin-top: 1.0rem;
}


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

.area2.on{
	padding-left:0;
	transition: 1.0s;	
	opacity:1.0;
}

.area2 .roleBlock{
	/* opacity:0; */
	/* margin-left: 3vw; */
	/* transform: scale(0.98); */
}

.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;
}


.area2 h2 img{
	height: 9.495vw;
}
.area3 h2 img{
    height: 9.728vw;
}

.area2 h2 p, .area3 h2 p{ 
	letter-spacing: 0.24em;
}
.area2 h2 p{
    display: block;
    margin-bottom: -12px;
    letter-spacing: 0.24em;
    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 h3:before{
	content: "";
    background: url(../img/about/about_icon_010.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 9.6vw;
    height: 9.6vw;
    left: -5.6vw;
    top: 3.3vw;
}

.area2 p.option{
	line-height: 2.0;
	font-size: 2.9333333vw;
	margin-top: 6.4vw;
}

.area2 .mt{
	margin-top: 11.6vw;
}

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

.area2 .roleBlock{
	padding-top: 6.4vw;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding-bottom: 9.6vw;	
}

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

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

.area2 .roleBlock ul.imgList{
	position: relative;
}

.area2 .roleBlock .slideWrap{
	user-drag: none;
	position: relative;
}

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

.area2 .roleBlock .slider{
	position: relative;
}
.roleBlock figure{
    width: 100%;
}

.roleBlock figure img{
    max-width: 100%;
}
.roleBlock p{
    margin-top: 2.0rem;
}

.area2 .roleBlock ul li{
    display: flex;
    gap: 2%;
    align-items: center;}

.area2 .roleBlock ul li:before{
    content: "";
    width: 3px;
    height: 3px;
    background: #f0f0f0;
    border-radius: 3px;
    display: block;
    margin-top: 2px;
}

.area2 .roleBlock ul.imgList img, .area2 .roleBlock ul.imgList video{
	width: 80vw;
	
}

.area2 .roleBlock ul.imgList li{
	opacity: 1.0;
	margin-right: 2.4vw;
	transition: 0.5s;
	margin-bottom: 3.6vw;
}

/*
.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: 4.8vw;
}
.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 > div{
	width: 90vw;
	margin-left: -5vw;
}

.area3 {
	margin-top: 200px;
}

.area3 h2{
	margin-bottom: 8.533333vw;
}

.area3 dl dt{
	font-size: 3.733333vw;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 1.6vw;
}

.area3 dl{
	background: rgba(26,32,63,0.33);
	padding: 5vw;
	margin-bottom: 8.53333vw;
	opacity:0;
	transform: scale(1.05);
	transition:0;
}

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

.area4{
	margin-top: 32vw;
	background: rgba(26,32,63,0.33);
	padding: 12vw 7.5vw 0;
	color: #f0f0f0;
}

.area4 h2 img{
	height: 9.11466666vw;
}

.area4 h2{
	align-items: flex-end;
	text-align: left;
}

.area4 h2 span{
	font-size:3.2vw;
	display: block;
	letter-spacing: 0.24em;
    margin-top: 0.75vw;
}

.area4 p{
	margin: 6.4vw 0vw 9.6vw;
}

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

.area4 dt{
	font-size: 4vw;
	font-weight: 500;
	margin-bottom: 1.6vw;
	line-height: 1.0;
}

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

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

.area5{
	margin-top: 16vw;
	background: #000;
	position: relative;
	width: 100vw;
	height: 63.7vw;
	overflow: hidden;
	opacity:0;
}
.area5.on{
	opacity:1.0;
	transition: 1.0s;
}


.area5 img{
	height: 9.39466666vw;
}


.area5 .worksInner{
	background: url("../img/about/about_img_020.jpg") no-repeat;
    background-size: cover;
	transform: scale(1.4);
    background-position: 0 -10vw;
	width: 100vw;
	height: 63.7vw;
	opacity: 1;
	transition: 0.6s;
}

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

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


.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);
}

.area1 strong{
    font-size: 1.5rem;
    line-height: 1.35;
    font-weight: 600;
}

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