/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 05 2025 | 14:02:47 */
.pc {
  display: block;
}
.sp {
  display: none;
}
#Home .about{
    background-image: url(https://sakudesign.jp/wp-content/uploads/2023/10/bg_home1.png);
    background-position: 95% 50px;
    background-repeat: no-repeat;
	padding-top:120px;
	padding-bottom:120px;
}

#Home .about h1{
	font-size:30px;
	font-family: 'Noto Serif JP', serif;
	line-height:1.5;
	font-weight:400;
	margin-bottom:10px;
	color:#000;
	margin-top: 10px;
}

#Home .works{
    background-image: url(https://sakudesign.jp/wp-content/uploads/2023/10/bg_home2.jpg);
	background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	padding-top:100px;
	padding-bottom:100px;
}

#Home .works p.enTitle{
	font-size:55px;
	font-family: 'Marcellus', serif;
	line-height: 1.2;
	color:#000;
}
#Home .works h2{
	font-size:16px;
	margin-top: 10px;
}

#Home .works .category{
    font-size: 14px;
    margin-top: 5px;
    background-image: url(https://sakudesign.jp/wp-content/uploads/2023/10/tag.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
	padding-left: 20px;
}

#Home .works .category a{
	color:#333;
	text-decoration:none;
	font-weight:500;
}

#Home .works h3{
	font-size:20px;
	margin-top:5px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}

#Home .works h3 a{
	color:#333;
}

#Home .service{
	  background-image: url(https://sakudesign.jp/wp-content/uploads/2023/10/bg_home3.png);
    background-position: 3% 90%;
    background-repeat: no-repeat;
	padding-top:120px;
	padding-bottom:120px;
	padding-top:100px;
	padding-bottom:100px;
}

#Home .service p.enTitle{
	font-size:55px;
	font-family: 'Marcellus', serif;
	line-height: 1.2;
	color:#000;
}
#Home .service h2{
	font-size:16px;
	margin-top: 10px;
}

#Home .service h3{
	font-size:22px;
	font-family: 'Noto Serif JP', serif;
	margin-top:20px;
	margin-bottom:5px;
}

@media (max-width: 833px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
	
	.mainVisual{
		padding-top:10px;
	}
	
	#Home .about{
		padding-top:40px;
	padding-bottom:40px;
    background-image: none;
		padding-left:15px;
		padding-right:15px;
}
	
	#Home .about h1{
	font-size:26px;
}
	
		#Home .works{
		padding-top:40px;
	padding-bottom:40px;
		padding-left:15px;
		padding-right:15px;
}
	
	#Home .service{
	padding-left:15px;
		padding-right:15px;
		padding-top:40px;
	padding-bottom:40px;
		background-image:none;
}
}



