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

@media screen and (min-width : 600px){
	.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; /* 色とサイズ調整可 */
}

body {
	background-color: #B4AEB3;
}

.wrap-main h4 {
	margin-top: 62px;
}

.wrap-main h3 {
	margin-top: 40px;
	display: flex;
	background-position: center;
	justify-content: center;
	
}




/*修正
===================================================*/
.work_margin-bottom {
	margin-bottom: 60px;
}

.work_center h4 {
	text-align: center;
}

.work_center img {
	margin-left: auto;
	margin-right: auto;
}

.work-right {
	text-align: right;
}

.work-right img {
	margin-left: auto;
}

/*ここまで
===================================================*/





#work-MV {
	padding: 0;
	margin-bottom: 40px;
	width: 100%;
	aspect-ratio: 1/1.44;
	background-image: url( "images/MV3..png");
	background-size: cover;
	background-color: #555;
	background-position: center center;
}






@media screen and (min-width : 600px ){
	#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;
}