
/*===============================================
　SP iPhone6以上（画面の横幅が761pxまで）
===============================================*/

@media (max-width:761px){

	/* ============================================================
 	FV BG MOVIE
	==============================================================*/
	
	video {
		display: block;
	}
	
	.black_lay {
		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: 8000;
		transition: all 5s cubic-bezier(0, 0, 0.07, 0.96) 0.25s;
	}
	.cover_act{
		opacity: 0;
	}
    
	#main_wrap{
		width: 100vw;
		height: 100vh;
		position: relative;
		left: 0;
		overflow: hidden;
	}


	#main_copy_wrap{
		width: 90vw;
		max-width: 1000px;
		position: absolute;
		top: 53%;
		left: 49%;
		transform: translate(-50%, -50%);
		z-index: 999;
	}
	h1{
		/* width: 430px; */
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 600;
		font-size: 1.8rem;
		/* text-align: center; */
		color: #fff;
		margin: -19px 0 0 32px;
		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.3rem;
        opacity: 1;
    }
	
	

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

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

	#sec01{
		width:100vw;
		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: 90vw;
		margin: 0 auto;
		padding: 50px 0 50px;
	}

	#sec01 .news_wrap{
		
	}

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

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


	#sec01 .btn_wrap{position: absolute;top: 75px;right: 10px;}

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

	#news_list li{
		position:relative;
		
	}

	#news_list li a{
		display: block;
		padding: 15px 6px 20px;
		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 .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: 96px;
		top: -22px;
	}

	#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';
		text-align: left;
		line-height: 1.6;
		padding: 4px 0 0;
	}

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

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

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

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

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

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

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

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

	
	/* =========================================================================
 	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.3rem;
		letter-spacing:0.1rem;
		color:#fff;
		padding: 4px 20px 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;
	}


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

	#sec_bg{
		width:100vw;
		background: #fff;
		transition: all 0.5s cubic-bezier(0, 0, 0.13, 1.01) 0s;
	}

	#sec_bg.s_end{
		filter: blur(0) brightness(0.3);
	}

	#sec_bg .bg {
	  background: no-repeat center center/cover;
	  width: 100%;
	  height: 110vh;
	  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_sp.jpg"); z-index: 1;}
	#sec_bg .bg02 {	background-image: url("../img/sec02_bg_sp.jpg"); z-index: 2;}
	#sec_bg .bg03 {	background-image: url("../img/sec03_bg_sp.jpg"); z-index: 3;}
	#sec_bg .bg04 {	background-image: url("../img/sec04_bg_sp.jpg"); z-index: 4;}
	#sec_bg .bg05 {	background-image: url("../img/sec05_bg_sp.jpg"); z-index: 5;}
	#sec_bg .bg06 {	background-image: url("../img/sec06_bg_sp.jpg"); z-index: 6;}
	#sec_bg .bg07 {	background-image: url("../img/sec07_bg_sp.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: 90vw;
		margin: 0 auto;
		padding: 50px 0 100vh;
		position: relative;
		z-index:10;
	}
	#sec_bg .info_wrap02{
		box-sizing: border-box;
		width: 90vw;
		margin: 0 auto;
		padding: 50px 0 100vh;
		position: relative;
		z-index:11;
	}
	#sec_bg .info_wrap03{
		box-sizing: border-box;
		width: 90vw;
		margin: 0 auto;
		padding: 50px 0 100vh;
		position: relative;
		z-index:10;
	}
	#sec_bg .info_wrap04{
		box-sizing: border-box;
		width: 90vw;
		margin: 0 auto;
		padding: 50px 0 100vh;
		position: relative;
		z-index:10;
	}
	#sec_bg .info_wrap05{
		box-sizing: border-box;
		width: 90vw;
		margin: 0 auto;
		padding: 50px 0 100vh;
		position: relative;
		z-index:10;
	}
	#sec_bg .info_wrap06{
		box-sizing: border-box;
		width: 90vw;
		margin: 0 auto;
		padding: 50px 0 100vh;
		position: relative;
		z-index:10;
	}
	#sec_bg .info_wrap07{
		box-sizing: border-box;
		width: 90vw;
		margin: 0 auto;
		padding: 50px 0 100vh;
		position: relative;
		z-index:10;
	}

	#sec_bg h2{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:600;
		font-size: 2.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: 1.8rem;
		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.3rem;
		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: 51vw;
		right: 0;
	}

	#sec_bg .info_wrap02 p.cate_txt:after{
		width: 51vw;
		right: 0;
	}

	#sec_bg .info_wrap03 p.cate_txt:after{
		width: 64vw;
		right: 0;
	}

	#sec_bg .info_wrap04 p.cate_txt:after{
		width: 53vw;
		right: 0;
	}

	#sec_bg .info_wrap05 p.cate_txt:after{
		width: 62vw;
		right: 0;
	}

	#sec_bg .info_wrap06 p.cate_txt:after{
		width: 58vw;
		right: 0;
	}

	#sec_bg .info_wrap07 p.cate_txt:after{
		width: 62vw;
		right: 0;
	}

	#sec_bg p.b_txt{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:400;
		font-size: 1.5rem;
		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;
	}
	


	

	
}



/*===============================================
　SP iPhone5サイズ対応　画面の横幅が350pxまで▼▼▼▼▼
===============================================*/

@media (max-width:349px) {
	
}

/*===============================================
　SP iPhone Plus サイズ対応　画面の横幅が415pxまで▼▼▼▼▼
===============================================*/

@media (min-width: 413px) and (max-width: 761px) {
	
}

