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

@media (min-width: 762px) {
	
	
	/* ============================================================
 	main vi 
	==============================================================*/
	
	
	
	#main_wrap{
		width: 100%;
		height: 530px;
		background:url("../img/bg_main_pc.jpg") no-repeat center;
		position: relative;
	}

	#main_copy_wrap{
		position: absolute;
		top: 50%;
		left: 27%;
		transform:translate(0, -50%);
	}
	
	#main_copy_wrap h1{
		font-family: 'Noto Serif JP', serif;
		font-weight: 400;
		font-size: 3.8rem;
		color: #000;
		text-align: center;
		white-space: nowrap;
		line-height: 120%;
		letter-spacing: 4px;
		
	}
	#main_copy_wrap h1 span{
		letter-spacing:-52px;
	}
	
	#main_copy_wrap .sh_txt{
		font-family: 'Lato', sans-serif;
		font-weight: 400;
		font-size: 2.2rem;
		color: #907230;
	}

	#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 120px;
	}
	
	#sec01 .wrapper{
		
	}
	

	#sec01 h2{
		font-family: 'Noto Serif JP', serif;
		font-weight: 400;
		font-size: 2.8rem;
		line-height:160%;
		letter-spacing: 6px;
		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 0 50px;
		width: 660px;
		margin:0 auto;
	}

	#sec01 h3{
		font-family: 'Noto Serif JP', serif;
		font-weight: 400;
		font-size: 2.0rem;
		padding: 0 0 80px;
		letter-spacing: 3px;
		width: 556px;
		margin:0 auto;
	}

	#sec01 .img_box{
		width:750px;
		margin: 0 auto 50px;
	}
    
	#sec01 .ad{
		font-family: 'Noto Serif JP', serif;
		width:660px;
		margin:0 auto;
		text-align:right;
	}

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

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

	

}




