@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: calc(100% - 56px);
	aspect-ratio: 16 / 9;
	margin: 0 auto;
}

.special-cont .movie iframe {
	width: 100%;
	height: 100%;
}

.page_nav{
	display: flex;
	justify-content: center;
	column-gap: 30px;
}

.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: 16%;
	width: 90.2%;
}


.buy-ladies{
	position: relative;
	margin-top: 55px;
	margin-bottom: 20px;
}
.buy-ladies a{
	position: absolute;
	top: 7%;
	right: 5%;
}

.buy-mens{
	position: relative;
}
.buy-mens a{
	position: absolute;
	top: 7%;
	left: 5%;
}

.buy-l{
	position: relative;
}
.buy-l a{
	position: absolute;
	left: 4%;
	top: 39%;
}
.buy-r{
	position: relative;
}
.buy-r a{
	position: absolute;
	right: 6%;
	top: 36%;
}

a:hover{
	opacity: 0.6;
}

.link-none{
	pointer-events: none;
}

@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%;
	}

	.page_nav{
		column-gap: 10px;
		margin-left: 27px;
		margin-right: 27px;
	}

	.buy-ladies{
		padding-top: 50px;
		margin-top: 0;
	}
	.buy-ladies a{
		width: 34%;
	}
	.buy-mens{
		padding-top: 50px;
		margin-top: -50px;
	}
	.buy-mens a{
		width: 34%;
	}

	.buy-l a{
		width: 34%;
	}
	.buy-r a{
		width: 34%;
	}
}
