
/* ============================================================
PC
==============================================================*/

@media (min-width: 762px) {


	/* ============================================================
 	FV BG MOVIE
	==============================================================*/
	
	video {
		display: block;
	}
	.black_lay {
		/* position: relative; */
		opacity:1;
		transition: all 1s ease 0s;
	}
	
	.black_lay_act{
		opacity: 1;
	}
	
	#bg-video {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: -2;
		overflow: hidden;
	}

    
	/* ============================================================
 	main vi 
	==============================================================*/
    
    .cover{
		width:100%;
		height:100vh;
		left:0;
		top:0;
		background:#fff;
		position:absolute;
		z-index: 999;
		transition: all 5s cubic-bezier(0, 0, 0.07, 0.96) 0.25s;
	}
	.cover_act{
		opacity: 0;
	}
    
	#main_wrap{
		width: calc(100vw - 224px);
		height: 100vh;
		position: relative;
		left: 224px;
		overflow: hidden;
	}


	#main_copy_wrap{
		display: block;
		width: 60vw;
		max-width: 1000px;
		position: absolute;
		top: 45%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 999;
	}
	h1{
		width: 450px;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 2.6rem;
		text-align: center;
		color: #fff;
		margin: -43px 0 0 100px;
		white-space: nowrap;
		letter-spacing: -1.5rem;
		opacity: 0;
	}
    
    h1.lazy_mv_copy_act{
        transition: all 1s cubic-bezier(0, 0, 0.18, 0.99) 0s;
        letter-spacing: 0.5rem;
        opacity: 1;
    }
	
	

	#main_wrap .btn_wrap{
		position: absolute;
		top: 100px;
		right: 0;
		transform: translate(0, -50%);
		z-index: 9999;
		/* display: none; */
	}

	
	/* ============================================================
 	section 01
	==============================================================*/

	#sec01{
		width: calc(100vw - 224px);
		height: 100vh;
		margin: 0 0 0 auto;
		background: #fff;
		position:relative;
	}

	#sec01:before{
		content: "";
		display: block;
		width: 100%;
		height:100%;
		background:url(/archi_design/global/img/bg_gray_line.gif);
		opacity: 0.5;
		position: absolute;
		top: 0;
		left:0;
		z-index: 0;
	}
	
	#sec01 .wrapper_c{
		width: 64vw;
		margin: 0 calc((36vw - 225px )/2);
		position: relative;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
	}

	#sec01 .news_wrap{
		height: 56vh;
	}

	
	#sec01 .news_wrap h2{
		font-family: 'Roboto', sans-serif;
		font-weight: 600;
		font-size: 7.6rem;
		letter-spacing:0.1rem;
		color:#000;
	}

	#sec01 .news_wrap h2:after{
		content: "";
		display: block;
		width: 40px;
		height: 1px;
		background:#000;
		position: absolute;
		bottom: 16px;
		left: 5px;
	}


	#sec01 .btn_wrap{position: absolute;top: 44px;left: 307px;}

	#news_list{
		/* display: flex; */
		/* justify-content:space-between; */
		margin: 10px 0 0 -10px;
		padding: 0 0 30px;
	}

	#news_list li{
		position:relative;
		
	}

	#news_list li a{
		display: flex;
		padding:7px 16px 13px;
		border-radius:10px;
		gap: 0 12px;
		transition: all 0.5s cubic-bezier(0, 0, 0.04, 1.01) 0s;
	}
	
	#news_list li a.nolink{
		pointer-events: none;
	}

    #news_list li a:hover{
    	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    }

	#news_list li a .t_box{
		position:relative;
	}

	#news_list time{
		font-family: 'Roboto', sans-serif;
		font-weight: 600;
		font-size: 1.4rem;
		letter-spacing:0.1rem;
		color:#000;
		padding:6px 0 0;
	}

	#news_list .new-mark{
		display:inline-block;
		font-family: 'Roboto', sans-serif;
		font-weight: 600;
		font-size: 1.1rem;
		line-height:100%;
		letter-spacing:0.1rem;
		color:#fff;
		background: #384a8f;
		padding: 3px 4px 2px;
		position:absolute;
		left: 0;
		top: 10px;
	}

	#news_list p{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:400;
		font-size: 1.5rem;
		letter-spacing:0.1rem;
		font-feature-settings: 'palt';
		padding: 4px 0 0 42px;
	}

	#news_list p span{
		display:inline-block;
		background:#000;
		padding: 3px 14px 4px;
		margin:0 0 0 8px;
		line-height:1;
		border-radius:20px;
		color:#fff;
		font-size: 1.3rem;
	}

	#sec01 .works_wrap{
		background: #181818;
		height: 44vh;
		position:relative;
	}
	
	#sec01 .works_wrap h2{
		font-family: 'Roboto', sans-serif;
		font-weight: 600;
		font-size: 7.6rem;
		letter-spacing:0.1rem;
		color:#fff;
	}

	#sec01 .works_wrap h2:after{
		content: "";
		display: block;
		width: 40px;
		height: 1px;
		background:#fff;
		position: absolute;
		bottom: 16px;
		left: 5px;
	}

	#sec01 .works_wrap .txt_box{
	padding: 20px 0 0 9px;
	}

	#sec01 .works_wrap p.work_txt{
		font-family: 'Roboto', sans-serif;
		font-weight:600;
		color: #fff;
		font-size: 3.0rem;
		letter-spacing:0.1rem;
		text-align:left;
		line-height: 1.2;
		padding:0 0 30px;
	}

	#sec01 .works_wrap p.work_txt span{
		display:block;
		font-weight:400;
		font-size: 1.5rem;
	}

	/* =========================================================================
 	btn_box_info
	===========================================================================*/
	.btn_box_info{
		position:relative;
	}
	.btn_box_info li{
		position: absolute;
		right: 0;
		bottom: 24px;
	}

    .btn_box_info a{
		display:block;
		background: url("/archi_design/global/img/btn_arrow.svg") no-repeat 80% center;
		font-family: 'Roboto', sans-serif;
		font-weight: 500;
		font-size: 1.4rem;
		letter-spacing:0.1rem;
		color:#fff;
		padding:4px 90px 2px 20px;
		/* border-radius:20px; */
		position:relative;
		transition: all 0.5s cubic-bezier(0, 0, 0.13, 1.01) 0s;
	}
	
	.btn_box_info a:hover{
		background:#000 url("/archi_design/global/img/btn_arrow.svg") no-repeat 90% center;
	}

	
	/* =========================================================================
 	btn_box_info_sub
	===========================================================================*/
	.btn_box_info_sub{
		display: block;
		padding: 25px 0 0;
	}
	.btn_box_info_sub li{
		display: inline-block;
		background: #00000080;
		border: 1px solid #000;
		/* border-radius:100px; */
		overflow: hidden;
		position:relative;
	}

    .btn_box_info_sub a{
		display:block;
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 500;
		font-size: 1.4rem;
		letter-spacing:0.1rem;
		color:#fff;
		padding: 4px 30px 4px;
		position:relative;
		transition: all 0.5s cubic-bezier(0, 0, 0.13, 1.01) 0s;
	}

	.btn_box_info_sub li{
		transition: all 0.5s cubic-bezier(0, 0, 0.13, 1.01) 0s;
	}
	
	.btn_box_info_sub li:hover{
		background:#000000;
	}



	
	/* ============================================================
 	sec_bg
	==============================================================*/

	#sec_bg{
		width: calc(100vw - 224px);
		margin: 0 0 0 auto;
		background: #fff;
		position:relative;
		transition: all 0.5s cubic-bezier(0, 0, 0.13, 1.01) 0s;
	}

	#sec_bg.s_end{
		filter: blur(3px) brightness(0.4);
	}

	#sec_bg .bg {
	  background: no-repeat center center/cover;
	  width: 100%;
	  height: 100vh;
	  position: sticky;
	  top: 0;
	}

	#sec_bg .bg span{
		content: "";
		width:100%;
		height:100vh;
		position: absolute;
		top:0;
		right:0;
	}
	
	#sec_bg .bg01 {	background-image: url("../img/sec01_bg_pc.jpg"); z-index: 1;}
	#sec_bg .bg02 {	background-image: url("../img/sec02_bg_pc.jpg"); z-index: 2;}
	#sec_bg .bg03 {	background-image: url("../img/sec03_bg_pc.jpg"); z-index: 3;}
	#sec_bg .bg04 {	background-image: url("../img/sec04_bg_pc.jpg"); z-index: 4;}
	#sec_bg .bg05 {	background-image: url("../img/sec05_bg_pc.jpg"); z-index: 5;}
	#sec_bg .bg06 {	background-image: url("../img/sec06_bg_pc.jpg"); z-index: 6;}
	#sec_bg .bg07 {	background-image: url("../img/sec07_bg_pc.jpg"); z-index: 7;}

	#sec_bg .bg01 span{ background: linear-gradient( to right,  #0000006b 0%, #00000000 75% );}
	#sec_bg .bg02 span{ background: linear-gradient( to left,  #0000006b 0%, #00000000 75% );}
	#sec_bg .bg03 span{ background: linear-gradient( to right,  #002a975c 0%, #00000000 45% );}
	#sec_bg .bg04 span{ background: linear-gradient( to right,  #002a975c 0%, #00000000 45% );}
	#sec_bg .bg05 span{ background: linear-gradient( to right bottom,  #00000063 0%, #00000000 65% );}
	#sec_bg .bg06 span{ }
	#sec_bg .bg07 span{ background: linear-gradient( to right bottom,  #31007259 0%, #00000000 65% );}
	
	
	#sec_bg .info_wrap01{
		box-sizing: border-box;
		width: 572px;
		padding:50px 0 100vh 100px;
		position: relative;
		z-index:10;
	}
	#sec_bg .info_wrap02{
		width: 474px;
		padding: 50px 0 100vh calc(100vw - 750px);
		position: relative;
		z-index:11;
	}
	#sec_bg .info_wrap03{
		box-sizing: border-box;
		width: 430px;
		padding:50px 0 100vh 100px;
		position: relative;
		z-index:10;
	}
	#sec_bg .info_wrap04{
		box-sizing: border-box;
		width: 532px;
		padding:50px 0 100vh 100px;
		position: relative;
		z-index:10;
	}
	#sec_bg .info_wrap05{
		box-sizing: border-box;
		width: 476px;
		padding:50px 0 100vh 100px;
		position: relative;
		z-index:10;
	}
	#sec_bg .info_wrap06{
		box-sizing: border-box;
		width: 512px;
		padding:50px 0 100vh 100px;
		position: relative;
		z-index:10;
	}
	#sec_bg .info_wrap07{
		box-sizing: border-box;
		width: 502px;
		padding:50px 0 100vh 100px;
		position: relative;
		z-index:10;
	}

	#sec_bg h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:600;
		font-size: 3.2rem;
		font-feature-settings: 'palt';
		line-height:1.4;
		letter-spacing:0.1rem;
		color:#fff;
		padding: 0 0 26px;
	}

	#sec_bg h3{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:600;
		font-size:2.0rem;
		font-feature-settings: 'palt';
		line-height:1.4;
		letter-spacing:0.1rem;
		color:#fff;
		padding: 0 0 5px;
	}

	#sec_bg p.cate_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:400;
		font-size:1.4rem;
		font-feature-settings: 'palt';
		line-height:1.4;
		letter-spacing:0.1rem;
		color:#fff;
		padding: 0 0 15px;
		position:relative;
	}

	#sec_bg p.cate_txt:after{
		content: "";
		display: block;
		height: 1px;
		background:#fff;
		position: absolute;
		top: 9px;
	}

	#sec_bg .info_wrap01 p.cate_txt:after{
		width: 318px;
		right: 0;
	}

	#sec_bg .info_wrap02 p.cate_txt:after{
		width: 328px;
		right: 0;
	}

	#sec_bg .info_wrap03 p.cate_txt:after{
		width: 227px;
		right: 0;
	}

	#sec_bg .info_wrap04 p.cate_txt:after{
		width: 278px;
		right: 0;
	}

	#sec_bg .info_wrap05 p.cate_txt:after{
		width: 263px;
		right: 0;
	}

	#sec_bg .info_wrap06 p.cate_txt:after{
		width: 287px;
		right: 0;
	}

	#sec_bg .info_wrap07 p.cate_txt:after{
		width: 292px;
		right: 0;
	}

	#sec_bg p.b_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:400;
		font-size:1.6rem;
		font-feature-settings: 'palt';
		line-height:1.4;
		letter-spacing:0.1rem;
		color:#fff;
		padding: 0 0 25px;
		border-bottom: 1px solid #fff;
	}

	#sec_bg .lazy_fadeinUpTxt{
		opacity:0;
	}
	
	
	

}




