.wow {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}

#articleInfo4 {
	position: relative;
}

#articleInfo4 .title {
	position: absolute;
	width: auto;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 30px;
	font-weight: bold;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
	transition: all 0.4s ease-in-out 0s;
}

#articleInfo4:hover .title {
	letter-spacing:10px;
}

#articleInfo4 .slashBox {
	position: absolute;
	top: 430px;
    left: 15px;
	z-index: -1;
	animation-name: fadeInLeftBig;
	-webkit-animation-name: fadeInLeftBig;
}

#articleInfo4 .slashBox:before ,
#articleInfo4 .slashBox:after {
	position: absolute;
	height: 250px;
	width: 250px;
	display: block;
	content: "";
}

#articleInfo4 .slashBox:before {
	height: 230px;
	background: #fff;
	left: calc(10% + 20px);
	z-index: -1;
}

#articleInfo4 .slashBox:after {
	background: url(/images/style/04/img-slash.png) top left;
	left: 10%;
    z-index: -2;
}

#articleInfo4 .info {
	overflow: hidden;
}

#articleInfo4 .info .leftBox ,
#articleInfo4 .info .rightBox {
	float: left;
	width: 45%;
}

#articleInfo4 .info .photoBox img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

#articleInfo4 .info .photoBox:hover img {
	opacity: 0.5;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}

#articleInfo4 .info .leftBox .photoBox ,
#articleInfo4 .info .leftBox article {
}

#articleInfo4 .info .leftBox .sTitle {
	margin: 0 0 40px;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}

#articleInfo4 .info .leftBox .sTitle:hover h3 {
	animation: animatedIcon 1s;
	-webkit-animation: animatedIcon 1.5s infinite linear;
	-moz-animation: animatedIcon 1.5s infinite linear;
	-ms-animation: animatedIcon 1.5s infinite linear;
	-o-animation: animatedIcon 1.5s infinite linear;
}

#articleInfo4 .info .leftBox .sTitle p {
	font-size: 18px;
	font-weight: bold;
}

#articleInfo4 .info .leftBox .sTitle p:after {
	margin-left: 10px;
	width: 150px;
	height: 2px;
	background: #000;
	display: inline-block;
	content: "";
    vertical-align: middle;
}

#articleInfo4 .info .leftBox .sTitle h3 {
	font-size: 28px;
}

#articleInfo4 .info .leftBox article {
	font-size: 16px;
	line-height: 200%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
}

#articleInfo4 .info .rightBox {
	margin-left: 5%;
	width: 50%;
}

#articleInfo4 .info .rightBox .photoBox {
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
}


/************ = 適應性 = ************/
/* +width:1280 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	#articleInfo4 .slashBox:before ,
	#articleInfo4 .slashBox:after {
		width: 150px;
		height: 170px;
	}
	#articleInfo4 .slashBox:before {
		height: 150px;
	}
}


/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#articleInfo4 .info .leftBox {
		width: 100%;
	}
	#articleInfo4 .slashBox {
		top: 470px;
	}
	#articleInfo4 .slashBox:before ,
	#articleInfo4 .slashBox:after {
		width: 250px;
		height: 270px;
	}
	#articleInfo4 .slashBox:before {
		height: 250px;
	}
	#articleInfo4 .info .leftBox .sTitle p:after {
		width: 60%;
	}
	#articleInfo4 .info .rightBox{
    margin: 30px 0 0;
    width: 100%;
}
}


/* +width:640 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#articleInfo4 .slashBox:before {
		height: 150px;
	}
	#articleInfo4 .slashBox:after {
		height: 170px;
	}
}


/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#articleInfo4 .slashBox {
		display: none;
	}
	#articleInfo4 .info .leftBox article {
		margin-left: 0;
	}
}


/* +width:450 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
	#articleInfo4 .title {
		position: relative;
		height: auto;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
	}
	#articleInfo4 .info ,
	#articleInfo4 .info .leftBox .photoBox {
		margin-left: 0;
	}
	#articleInfo4 .info .leftBox .sTitle {
		margin: 20px 0 10px;
	}
	#articleInfo4 .info .leftBox .sTitle p:after {
		width: 40%;
	}
}
