@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; /* 色とサイズ調整可 */
}

main {
	padding-top: 100px;
}

h2 {
	width: 200px;
	padding-bottom: 35px;
}

h2 img {
	margin-left: auto;
	margin-right: auto;
}

#work-MV {
	padding: 0;
	margin-bottom: 40px;
	height: 100vh;
	max-height: 400px;
	background-image: url( "images/ramune-detail.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

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

#work-detail h4 {
	font-size: 20px;
	font-weight: normal;
	color: #909090;
	text-align: center;
	margin: 15px 0;
	font-family: "Helvetica";
}

#work-detail h3 {
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 35px;
	text-shadow: 2px 1px 1px #707070;
	font-family: "Helvetica";
}

#work-detail p {
	font-size: 15px;
	line-height: 2;
	text-shadow: 1px 1px 1px #707070;
	font-family: "Helvetica";
}