.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;	
}

#articleInfo7 {
	position: relative;
	padding: 10px 50px;
}

#articleInfo7 .photoBox {
	position: absolute;
	padding: 20px;
	width: 50%;
	top: 50px;
	left: 50px;
	animation-name: fadeInLeft;
	-webkit-animation-name: fadeInLeft;
}
#articleInfo7 .photoBox iframe{
    width: 729px;
    height: 410px;
}

#articleInfo7 .photoBox img {
    -webkit-box-shadow: 0 7px 27px #464646;
    -moz-box-shadow: 0 7px 27px #464646;
    -ms-box-shadow: 0 7px 27px #464646;
    box-shadow: 0 7px 27px #464646;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

#articleInfo7 .photoBox:hover img {
	opacity: 0.7;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}


#articleInfo7 .info {
	margin-left: 24%;
	padding: 100px 50px 120px 35%;
	background: #f7f7f7;
}

#articleInfo7 .info h3 {
	position: relative;
	margin-bottom: 20px;
	padding: 0px 0 15px;
	line-height: 1.3;
	font-size: 33px;
	font-weight: 400;
	color: #111;
	border-bottom: 1px solid #dcdcdc;
}

#articleInfo7 .info p {
	font-size: 23px;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	text-align: left;
	display: block;
	margin-bottom: 0px;
	font-weight: 200;
	font-family: "Playfair Display", serif;
	font-size: 20px;
	padding: 0px 0 10px;
}

#articleInfo7 .info article {
	margin: 20px 0 10px 0px;
	line-height: 180%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	color: #232323;
	font-weight: 500;
}


/************ = 適應性 = ************/
@media screen and (max-width: 1440px) {
#articleInfo7 .photoBox{
    width: 48%;
}
#articleInfo7 .photoBox iframe{
    width: 100%;
    height: 410px;
}

}	
/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	#articleInfo7 {
		position: relative;
		padding: 0;
	}
	#articleInfo7 .photoBox {
		position: relative;
		padding: 20px 0% 0;
		width: 100%;
		top: 0;
		left: 0;
	}
	#articleInfo7 .photoBox iframe{
    width: 100%;
    height: 480px;
}
	#articleInfo7 .info {
		position: relative;
		margin-left: 0;
		padding: 10px;
		background: none;
	}
	#articleInfo7 .info h3 {
		left: 0;
		font-size: 25px;
	}
}


@media screen and (max-width: 768px) {
		#articleInfo7 .photoBox iframe{
    width: 100%;
    height: 320px;
}
}

/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#articleInfo7 .info {
		margin-top: 0;
		padding: 10px 20px;
	}
	#articleInfo7 .info h3 {
		padding: 0px 0 10px;
		text-align: left;
	}
	#articleInfo7 .info article {
		margin-left: 0;
	}
	@keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-o-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-webkit-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-moz-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	@-ms-keyframes animatedIcon { 
		0%{ padding: 20px 0;}
		50%{ padding: 0 0 40px; }
		100%{ padding: 20px 0; }
	}
	#articleInfo7 .photoBox iframe{
    width: 100%;
    height: 230px;
}
}