@charset "UTF-8";

.text a:after {
	content: "\f2d2";
	font-family: "Font Awesome 5 Free";
	font-weight: regular; 
	margin: 0 0.125em; 
	font-size: 0.9em; 
}

.ad_place {
	display: inline-block; 
	padding: 0.25em 0.5em; 
	background: rgb(51,51,51); 
	color: white; 
	line-height: 1.6; 
}
h1 {
	margin-top: 0.25em !important; 
}

.artWork .col2 {
	padding: 1em; 
	background: rgb(240,238,240); 
}
.artWork p {
	position: relative; 
	display: block;
	margin-top: 0.5em; 
 	padding-right: 2em; 
	text-decoration: none; 
	color: rgb(51,51,51);
	font-size: 0.95em; 
	line-height: 1.6; 
}
.artWork p:after {
	position: absolute; 
	top: 50%; 
	transform: translate(0, -50%);
	right: 0; 
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: rgb(51,51,51); 
}
.artWork a:hover {
	text-decoration: none; 
}

.work h1,
.work p {
	margin: 0; 
	line-height: 1.6; 
}
.work article {
	margin: 1em 0 0; 
}
.work_back {
	position: fixed; 
	top: 25%; left: 0; 
	z-index: 1; 
}
.work_back a {
	padding: 1em; 
	background: rgb(102,102,102); 
	color: white; 
	line-height: 1.6; 
	text-decoration: none; 
}
.work_back i {
	margin-right: 0.25em; 
}
.work div {
	text-align: center; 
}
video {
	max-width: 100%; 
}
.video_frame {
	margin-top: 3%; 
}

/* PC */
@media only screen and (min-width: 961px) { 

}