@charset "UTF-8";

#container {
	max-width: 750px;
	margin: 20px auto 0;
}
#container img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
#container a {
    display: block;
}

.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%;
}

.link_cont{
	position: relative;
	width: 100%;
}
.link_cont > img {
    position: relative;
    display: block;
    width: 100%;
}
/* .link_cont a {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(560 / 800 * 100%);
}
.link_cont > a {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
} */

.link_cont .movie01 {
    position: absolute;
    width: 92.8%;
    aspect-ratio: 16 / 9;
    left: 50%;
    bottom: 2%;
    transform: translateX(-50%);
}

.link_cont.link01 a {
	width: 84.133%;
}
.link_cont.link01 a.allshop {
	position: absolute;
    display: block;
    width: 93.875%;
    bottom: 84%;
    left: 50%;
    transform: translate(-50%);
}
.link_cont.link01 a.eshop {
	position: absolute;
    display: block;
    width: 93.875%;
    bottom: 45%;
    left: 50%;
    transform: translate(-50%);
}
.link_cont.link01 .row_4 {
	position: absolute;
    display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 28px;
	justify-content: center;
    width: 93.875%;
    bottom: 24%;
    left: 50%;
    transform: translate(-50%);
}
.link_cont.link01 .row_4 .row_item{
	display: block;
	width: 100%;
}
.link_cont.link01 .row_4 a{
	width: 100%;
}
.link_cont.link01 a.service {
	position: absolute;
    display: block;
    width: 93.875%;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%);
}

.link_cont.link02 a {
	position: absolute;
    width: 84.133%;
    bottom: 14%;
}
.link_cont.link02 .ios_btn{
    width: 18%;
    left: 8%;
}
.link_cont.link02 .android_btn {
    width: 22%;
    left: 27%;
}

.link_cont.link03 a {
	width: 84.133%;
}
.link_cont.link03 a.allshop {
	position: absolute;
    display: block;
    width: 93.875%;
    bottom: 94%;
    left: 50%;
    transform: translate(-50%);
}
.link_cont.link03 a.pointup {
	position: absolute;
    display: block;
    width: 93.875%;
    bottom: 54%;
    left: 50%;
    transform: translate(-50%);
}
.link_cont.link03 a.zero {
	position: absolute;
    display: block;
    width: 93.875%;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%);
}



@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%;
	}

    #city,#sports,#assist,#kids{
        padding-top: 50px;
        margin-top: -50px;
    }

}
