@charset "utf-8";
html, body {
	height: 100%;
}
main {
	height: calc(100% - 24px);
}

@media screen and (max-width:675px) {
	body {
		background-image: url(../img/bg-top-sp.jpg);
		background-repeat: no-repeat;
		background-position: bottom 129px center;
		background-size: 100%;
		background-attachment: fixed;
	}
}
@media screen and (min-width: 676px) {
	body {
		background-image: url(../img/bg-top.jpg);
		background-repeat: no-repeat;
		background-position: bottom 69px center;
		background-size: 110%;
		background-attachment: fixed;
	}
}

@media screen and (min-width: 768px) {
	body {
		background-position: bottom 85px center;
	}
}
@media screen and (min-width:1921px) {
	body {
		background-image: url(../img/bg-top-4k.jpg);
		background-repeat: no-repeat;
		background-position: bottom 69px center;
		background-size: 110%;
		background-attachment: fixed;
	}
}


section {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
@media screen and  (min-width:320px) and (max-height: 900px) {
	section {
		min-height:780px;
	}
}
@media screen and (min-width:1921px) {
	section {
		max-width:initial;
		width: 80%;
		min-height:1120px;
	}
}
.header-block .box{
	width:100%
}
.heading-top,
.top-day,
.top-sponsored{
    filter:
    drop-shadow(1px 1px 10px rgba(255, 255, 255, 0.9))
    drop-shadow(2px 2px 8px rgba(255, 255, 255, 0.8))
    drop-shadow(3px 3px 8px rgba(255, 255, 255, 0.7));
}
.heading-top{
	margin: 15px 0 0 15px;
	width:65%;
}

.top-day{
	margin:20px 0 0 15px;
	max-width: 420px;
	width:60%;
}
.top-sponsored{
	margin:20px 0 0 15px;
	max-width: 260px;
	width:60%;
}

.top-copy{
	left: 15px;
}

@media screen and (min-width:768px) {
	.heading-top{
		max-width: 830px;
		width:50%;
	}
	.top-day{
		margin:20px 0 0 15px;
		max-width: 590px;
		width: 40%;
	}
	.top-sponsored{
		margin: 15px 0 0 15px;
		max-width:370px;
		width: 30%;
	}

	.top-copy{
		top: 250px;
		margin:auto;
		left:0;
		right:0;
		width: 90%;
		max-width: 1140px;
		position: absolute;
		z-index: 3;
	}
	.top-bottom-block{
		display: flex;
		width: 100%;
		align-items: flex-end;
		flex-wrap: wrap;
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 auto;
		flex-direction: row-reverse;
		z-index: 2;
		justify-content:space-around;
		position:absolute;
		bottom: 100px;
	}

}
@media screen and (max-width:767px) {
	.top-copy{
		position: absolute;
		z-index: 3;
		width: 80%;
		top: 200px;
	}
	.top-bottom-block{
		display: flex;
		width: 100%;
		align-items: flex-end;
		flex-wrap: wrap;
		padding-left: 15px;
		padding-right: 15px;
		margin: 0 auto;
		flex-direction: row-reverse;
		z-index: 2;
		justify-content:space-around;
		position:absolute;
		bottom: 80px;
	}
}
@media screen and (max-width:676px) {
	.top-bottom-block{
		bottom: 140px;
	}
}
@media screen and (min-width:1921px) {
	.heading-top,
	.top-day,
	.top-sponsored{
		max-width: initial;
	}
	.heading-top{
		margin-top: 50px;
	}
	.top-day{
		margin: 50px 0 30px;
	}
	.top-copy{
		top: 45%;
		width:95%;
		max-width:initial;
	}
}

.top-bottom-left{
	width:100%;
}
@media screen and (min-width:768px) {
	.top-bottom-left{
		width:calc(100% - 30px);
	}
}
@media screen and (min-width:992px) {
	.top-bottom-left{
		width: 60%;
		max-width:600px;
		margin-top: 0;
	}
}
@media screen and (min-width:1200px) {
	.top-bottom-left{
		max-width: 715px;
		margin-top: 0;
	}
}

@media screen and (min-width:1921px) {
	.top-bottom-left{
		max-width: initial;
		width:50%;
	}
}

#home .info-block{
	height:auto;
	width:100%;
}
#home .info-block dt{
	width:100%;
	height:36px;
	background: #E4007F;
	color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	overflow:hidden;
	font-weight: 600;
}
@media screen and (min-width:768px) {
	#home .info-block dt{
		width:135px;
	}
}

@media screen and (min-width:991px) {
	#home .info-block{
		margin-top: 0;
	}
}
@media screen and (min-width:2800px) {
	#home .info-block dl dt{
		width: 300px;
		height: 50px;
		font-size: 40px;
	}
}

#home .info-block dd {
	background: #FFF;
	opacity: 0.8;
	box-sizing:border-box;
}
@media screen and (min-width:768px) {
	#home .info-block dd{
		width: 98%;
	}
}
#home .info-block dd ul {
	position:relative;
	overflow:hidden;
	padding:5px 0 5px 0;
	height:100%;
	width:100%;
}
#home .info-block dd li {
	padding:0 0 0 0.5em;
	width:100%;
	display:table
}
@media screen and (min-width:768px) {
	#home .info-block dd li {
		padding:0 0 0 1.5em;
	}
}
@media screen and (min-width:992px) {
	#home .info-block dd li {
		padding:0 0 0 0.5em;
	}
}
@media screen and (min-width:1024px) {
	#home .info-block dd li {
		padding:0 0 0 1em;
	}
}
@media screen and (min-width:2800px) {
	#home .info-block dd li {
		padding-top: 5px;
	}
}
#home .info-block dd li a,
#home .info-block dd li span.title {
	font-size:18px;
	line-height:28px;
	color: #000;
	display:table-cell;
}
#home .info-block dd li a:hover {
	text-decoration: none;
}
#home .info-block dd li span.date {
	color:#E4007F;
	font-family: "Oswald", sans-serif;
	padding-right:0.5em;
	display:table-cell;
	width: 90px;
}
@media screen and (min-width:2800px) {
	#home .info-block dd li span.date,
	#home .info-block dd li span.title {
		font-size: 32px;
		padding-right:30px;
	}
	#home .info-block dd li a {
		font-size: 36px;
	}
}

.top-bnr img{
	margin-bottom: 15px;
}
.top-bnr li:last-child img{
	margin-bottom: 0;
}
.top-bottom-right{
	width: 100%;
	margin-top:50px;
}
.top-bottom-right object {
	display: block;
	margin: 0 auto;
}
.top-bottom-right object {
	margin-bottom: 15px;
	width: 100%;
}
@media screen and (min-width:768px) {
	.top-bottom-right {
		width:calc(40% - 10px);
		margin-top: 0;
	}
	.top-bottom-right object {
		margin-bottom: 0;
	}
}
@media screen and (min-width:1200px) {
	.top-bottom-right{
		max-width: 430px;
	}
}
@media screen and (min-width:2800px) {
	.top-bottom-right{
		width:30%;
		max-width: initial;
	}
	.top-bottom-right object{
		width: 100%;
	}
}

.top-img{
	position: absolute;
	width:30%;
	z-index:1;
	right: 0;
	top:65px;
}
@media screen and (min-width:414px) {
	.top-img{
		top:70px;
		right: 20px;
	}
}
@media screen and (min-width:640px) {
	.top-img{
		width: 25%;
		right: 20px;
	}
}
@media screen and (min-width:780px) {
	.top-img{
		width: 25%;
		right: 20px;
	}
}
@media screen and (min-width:1200px) {
	.top-img{
		width: 25%;
		right: 30px;
	}
}
@media screen and (min-width:1500px) {
	.top-img {
		width: 30%;
		right: -30px;
	}
}
@media screen and (min-width:1921px) {
	.top-img{
		top:100px ;
		width: 30%;
		right: -10%;
	}
}
footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
}
