.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-bottom: 120px;
	padding: 20px 70px 120px;
}
#articleInfo7:before {
    position: absolute;
    width: 50%;
    height: 68%;
    background: rgb(246 246 246 / 66%);
    display: block;
    top: 90px;
    right: 20px;
    z-index: -1;
    content: "";
}
#articleInfo7 .photoBox {
	width: 46%;
	top: 50px;
	float: right;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-flow: row-reverse;
	flex-flow: row-reverse;
}
#articleInfo7 .photoBox .Img {
    position: relative;
}
#articleInfo7 .info .top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    width: 40%;
}
#articleInfo7 .info .top span{
    position: relative;
    display: inline-block;
    font-weight: 300;
}
#articleInfo7 .info .top .line{
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    top: -2px;
    left: 30px;
    z-index: 1;
    width: 70px;
    height: 0.1px;
    background-color: rgba(0, 0, 0, 0.1);
}
#articleInfo7 .photoBox .Img .smallImg{
    position: absolute;
    bottom: 55px;
    right: calc(100% - 100px);
    left: -20%;
}

#articleInfo7 .photoBox img {
    -webkit-box-shadow: 0 7px 27px rgb(70 70 70 / 28%);
    -moz-box-shadow: 0 7px 27px rgb(70 70 70 / 28%);
    -ms-box-shadow: 0 7px 27px rgb(70 70 70 / 28%);
    box-shadow: 0 7px 27px rgb(70 70 70 / 28%);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    margin: 16px 0px 0;
}

#articleInfo7 .photoBox:hover img {
	opacity: 0.7;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}


#articleInfo7 .info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 430px;
	padding-top: 50px;
	padding-left: 3%;
}

#articleInfo7 .info h3 {
	position: relative;
	padding: 10px 0;
	font-size: 32px;
	font-weight: 500;
	color: #292929;
	line-height: 30px;
	margin-top: 0px;
	letter-spacing: 2.5px;
	border-bottom: 2px solid #ebebeb;
	padding-bottom: 40px;
	font-family: "Cormorant Garamond", "Noto Serif TC", serif;
	text-transform: uppercase;
}

#articleInfo7 .info h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 135px;
    height: 1px;
    background-color: #000000;
}
#articleInfo7 .info p {
	font-size: 15px;
	animation-name: fadeInRight;
	-webkit-animation-name: fadeInRight;
	padding: 20px 0 10px;
}

#articleInfo7 .info article {
	margin: 0px 0 10px 0px;
	line-height: 180%;
	animation-name: fadeInUp;
	-webkit-animation-name: fadeInUp;
	color: #737373;
	font-weight: 300;
	font-size: 14px;
}
@media screen and (max-width: 1280px) {
	#articleInfo7{
    padding: 20px 0px 110px;
}
}

@media screen and (max-width: 1144px) {
	#articleInfo7 .photoBox .Img .smallImg{
    bottom: -200px;
    right: 0;
    left: calc(100% - 280px);
    }
	#articleInfo7 .info{
    max-width: 43%;
}
}
@media screen and (max-width: 960px) {
}
/************ = 適應性 = ************/
/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#articleInfo7 {
		position: relative;
		padding: 0px 0px 10px;
	}
	#articleInfo7 .photoBox {
		position: relative;
		padding: 0px 0%;
		width: 100%;
		top: 0px;
		float: initial;
	}
	#articleInfo7 .photoBox .Img .smallImg{
    bottom: 0;
    top: 170px;
    display: none;
}
	#articleInfo7 .info {
		position: relative;
		margin-top: 10px;
		padding: 30px 30px;
		background: none;
		max-width: 100%;
	}
	#articleInfo7 .info h3 {
		left: 0;
	}
	#articleInfo7:before{
    display: none;
}
}


/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#articleInfo7 .info .top{
    width: 49%;
}
	#articleInfo7 .info {
		margin-top: 0;
		padding: 50px 20px;
	}

	#articleInfo7 .info h3 {
		padding: 20px 0;

		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; }
	}
}