
.site-wrapper{
	max-width: 700px;
	margin: 0 auto;
	padding-top: 10px;
}


.page-title{
	display: flex;
	flex-direction: column;
	position: relative;
	line-height: 1.3;
	font-size: 1.1rem;
	font-weight: 300;
	text-align: center;
}
.page-title:before{
	content: "Kotaro";
	font-size: 4.0rem;
	text-align: center;
}


.site-list{
	margin-top: 30px;
}

.site-list li{
	border-top: solid 1px #ccc;
}
.site-list li:last-child{
	border-bottom: solid 1px #ccc;
}
.site-list li a{
	position: relative;
	display: flex;
	align-items: center;
	color: #3d2502;
}
.site-list li a:after{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 2.5rem;
	font-family: 'Material Icons Round';
	content: "\e5cc";
}


.site-list li a:before{
	content: "";
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	width: 80px;
	height: 80px;
	text-align: center;
}
.site-list li.web a:before{ color: #fff;  content: "\e902"; font-family: 'Material Icons Round'; font-size: 4.0rem; background: #3d2502; }
.site-list li.twitter a:before{ background: url("/images/sns/twiiter_w.svg") center / 50% auto no-repeat #3d2502; }
.site-list li.insta a:before{ background: url("/images/sns/instagram_w.svg") center / 50% auto no-repeat #3d2502; }
.site-list li.youtube a:before{ background: url("/images/sns/youtube_w.svg") center / 50% auto no-repeat #3d2502; }
.site-list li.tiktok a:before{ background: url("/images/sns/tiktok.svg") center / 50% auto no-repeat #3d2502; }

.copy{
	margin-top: 20px;
	text-align: center;
}

@media screen and (min-width: 960px) {
	.page-title{
		font-size: 1.3rem;
	}
	.page-title:before{
		font-size: 6.0rem;
	}



}





