@charset "UTF-8";
/* CSS Document */

@media screen and (min-width : 452px){
	.wrap-sub {
		padding: 0px
	}
}

.button {
	margin: 80px 0;
}

.button a::before {/*ボタン右側の▲*/
  content: "";
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #FFF; /* 色とサイズ調整可 */
}

.button a::after {/*ボタン右側の▲を消す*/
  border-left: 0px solid #FFF; /* 色とサイズ調整可 */
}


#work-MV {
	padding: 0;
	margin-bottom: 40px;
	height: 100vh;
	max-height: 400px;
	background-image: url("../mansyon-3.png");
	background-size: cover;
}

@media screen and (min-width : 452px ){
	#work-MV {
		max-width: 525px;
		margin: 0 auto;
	}
}

#work-detail h4 {
	font-size: 14px;
	font-weight: normal;
	color: #B1B1B1;
}

#work-detail h3 {
	font-size: 16px;
	line-height: 1.75;
	font-weight: normal;
	margin-bottom: 40px;
}

#work-detail p {
	font-size: 14px;
	line-height: 1.75;
}