@charset "UTF-8";

#container {
	max-width: 750px;
	margin: 20px auto 0;
}

.bg {
	background: url(../images/bg.jpg) no-repeat;
	background-size: contain;
	padding-top: 30px;
}
.bg2 {
	background-size: cover;
	padding-top: unset;
}

.special-cont {
	margin: 0 auto;
}

.special-cont img {
	max-width: 100%;
	vertical-align: top;
}

.special-cont .movie {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.special-cont .movie iframe {
	width: 100%;
	height: 100%;
}

.download {
	position: relative;
	display: flex;
	justify-content: center;

}

.download ul {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 18%;
}

.download ul li:nth-child(1) {
	margin-right: 10px;
}

.link_box {
	position: relative;
}

.link_box a.eshop,
.link_box a.insta {
	display: block;
	position: absolute;
	bottom: 48%;
	width: 85.07%;
	left: 50%;
	transform: translate(-50%);
}

.link_box a.insta {
	bottom: 8%;
	width: 90.2%;
}


@media (max-width: 1200px) and (min-width: 769px) {
	#contents {
	    padding-left: 0;
	    padding-right: 0;
	}
}

@media (max-width:768px) {
	#contents {
		/*
		 padding-top: 0;
		*/
	}
	.download ul {
		width: 50%;
	}

}
