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

@media (max-width:761px){
	
	/* ============================================================
 	main vi 
	==============================================================*/

	
	#main_wrap{
		width: 100%;
		height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        background:url("../img/bg_main_sp.jpg") no-repeat center;
        background-size:cover;
		position: relative;
	}

	#main_copy_wrap{
		width:100%;
		height: calc(var(--vh, 1vh) * 100);
		position: absolute;
		top: 50%;
		left: 0;
		transform:translate(0, -50%);
		background:rgb(35 24 2 / 30%)
	}
	
	#main_copy_wrap h1{
		font-family: 'Noto Serif JP', serif;
		font-weight: 400;
		font-size: 3.4rem;
		color:#fff;
		text-align: center;
		white-space: nowrap;
		line-height: 120%;
		letter-spacing: 2px;
		padding:0 0 50px;
	}
	#main_copy_wrap .sh_txt{
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		font-size: 2.2rem;
		color: #e7bf69;
		text-align:center;
		padding:70vw 0 0;
	}

	#main_copy_wrap .sh_txt span{
		font-weight: 300;
		font-size:3.4rem;
	}
	#main_copy_wrap .sh_txt span:first-child{
		letter-spacing:-1px;
	}
	

	
	/* ============================================================
 	section 01
	==============================================================*/
	
	#sec01{
		width: 100%;
		background:url("/global/img/bg_wall.jpg") repeat;
		padding: 100px 0 0px;
	}
	
	#sec01 .wrapper{
		padding: 0;
	}
	

	#sec01 h2{
		font-family: 'Noto Serif JP', serif;
		font-weight: 400;
		font-size: 2.2rem;
		line-height:160%;
		letter-spacing: 4px;
		text-align:center;
		padding:0 0 40px;
	}

	#sec01 p.body_txt{
		font-family: 'Noto Serif JP', serif;
		font-weight: 400;
		font-size: 1.4rem;
		line-height:240%;
		letter-spacing: 2px;
		padding: 0 8% 20px;
	}

	#sec01 h3{
		font-family: 'Noto Serif JP', serif;
		font-weight: 400;
		font-size: 1.8rem;
		letter-spacing: 3px;
		padding: 0 8% 50px;
	}

	#sec01 .img_box{
		width:100%;
		margin: 0 0 50px;
	}
    
	#sec01 .ad{
		font-family: 'Noto Serif JP', serif;
		text-align:right;
		padding: 0 11% 120px;
	}

	#sec01 .ad .ttl{
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
		line-height: 100%;
	}

	#sec01 .ad .name{
		font-size: 2.2rem;
		letter-spacing: 0.2rem;
	}


}



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

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

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

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