 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
home
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.list {
	position: relative;
	margin-bottom: 95px;
}
.list > li {
	position: absolute;
	transition-duration: .6s;
	-moz-transition-duration: .6s;
	-webkit-transition-duration: .6s;
	transition-property: top left;
	-moz-transition-property: top left;
	-webkit-transition-property: top left;
}


@media screen and (min-width:751px){
	.articleList {
		padding-top: 65px;
	}
}


#content {
	position: relative;
	padding-bottom: 100px;
}
#homeLinkButton {
	bottom: 0;
	position: fixed;
	overflow: hidden;
}
#homeLinkButton.fixed {
	position: absolute;
}
#homeLinkButton li {
	float: left;
}
#gotop {
	top: -130px;
}
@media screen and (min-width:751px) {
	#homeLinkButton {
		right: 125px;
	}
	#homeLinkButton li {
		margin-left: 10px;
	}
	#homeLinkButton img {
		height: 50px;
	}
}
@media screen and (max-width:750px) {
	#homeLinkButton {
		right: 0;
		width: 100%;
	}
	#homeLinkButton li {
		width: 50%;
	}
	#homeLinkButton img {
		width: 100%;
	}
}

#yellMovie {
	line-height: 0;
	text-align: center;
	margin: -40px 0 30px;
}
#yellMovie img {
	width: 476px;
	max-width: 100%;
}
#banner3 {
	display: flex;
	grid-gap: 12px;
	margin-bottom: 40px;
}
#banner3 img {
	width: 100%;
}
@media screen and (min-width:751px) {
	#yellMovie a + a {
		margin-left: 8px;
	}
}
@media screen and (max-width:750px) {
	#yellMovie {
		margin: 0 0 20px;
	}
	#yellMovie a {
		display: block;
	}
	#yellMovie a + a {
		margin-top: -2.5%;
	}
	#banner3 {
		flex-direction: column;
	}
}