@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.sticky-contener img{
	display: block;
	line-height: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	margin: 0 auto;
}

.wrapper-top{
	margin: 0 auto;
	box-sizing: border-box;
	background-color: #FFF2CC;
	padding: 0 0 8%;
}

.wrapper-top img{
	width: 50%;
	margin: 0 auto;
}

.disney-logo{
	background-color: #fcc900;
	padding: 8% 0;
}


.wrapper-top p{
	text-align: center;
	font-size: 15px;
	line-height: 2;
	margin: 5% auto 0;
}

.navi{
	display: grid;
	column-gap: 10px;
	padding: 0;
	list-style: none;
	grid-template-columns: 1fr 1fr 1fr;
	width: 90%;
	margin: 15% auto 0;
	font-family: "trade-gothic-next-compressed", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.navi li{
	border: solid 1px #000;
}

.navi li .slide{
	position: relative;
	overflow: inherit;
}

.navi li .slide-img{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	opacity: 0;
	animation :slideshow 6s;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: steps(1, end);
}

@keyframes slideshow{
	  0%{
		opacity: 0;
	  }
	  50%{
		opacity: 1;
	  }
	  100%{
		opacity: 0;
	  }
}

.navi li p{
	text-align: center;
	margin: 3% auto;
}

.navi li p a{
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 20px;
}

.main-content{
	margin: 0 auto;
}

.box{
	padding-top: 15%;
	margin: 0 auto;
	font-family: "trade-gothic-next-compressed", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.box-bg{
	background-color: #FFF2CC;
	padding: 5% 0;
}

.box h1{
	position: relative;
	text-align: center;
	margin: 5% auto 5%;
	width: 100%;
	padding-top: 15px;
	font-size: 50px;
}

.box .women:after{
	content: 'Women';
	position: absolute;
	top: -25%;
	left: 6%;
	transform: rotate(-15deg); 
	color: #000;
	font-size: 31px;
	font-weight: bold;
	background-color: #FFF2CC;
	border-radius: 50%;
	border: solid 1px #2F2F2F;
  	padding: 2px 20px;
	font-family: "cc-matinee-idol", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.box .unisex:after{
	content: 'Men/Unisex';
	position: absolute;
	top: -25%;
	left: 1%;
	transform: rotate(-11deg); 
	color: #000;
	font-size: 30px;
	font-weight: bold;
	background-color: #FFF2CC;
	border-radius: 50%;
	border: solid 1px #2F2F2F;
  	padding: 3px 20px;
	font-family: "cc-matinee-idol", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.box .kids:after{
	content: 'Kids';
	position: absolute;
	top: -25%;
	left: 6%;
	transform: rotate(-15deg); 
	color: #000;
	font-size: 31px;
	font-weight: bold;
	background-color: #FFF2CC;
	border-radius: 50%;
	border: solid 1px #2F2F2F;
  	padding: 3px 20px;
	font-family: "cc-matinee-idol", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.w90{
	width: 80%;
	margin: 0 auto 5%;
}

.buy{
	display: block;
	width: 60%;
	margin: 10% auto;
	text-align: center;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 2;
	position: relative;
	font-family: "trade-gothic-next-compressed", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.buy:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

.all{
	background-color: #fff;
	border: solid 1px #000;color: #000;
}

.all:after{
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}

.slider{
	margin:10% auto;
}

.swiper-container{
	width: 100%;
	margin: 5% auto;
}

.swiper-button-next:after, .swiper-button-prev:after {
  	color: #fff;
	font-size:  24px!important;
}

.copy{
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
	margin: 3% 0;
}


@media(min-width:750px){
	.sticky-contener{
		display: flex;
		background-color: #fffaeb;
	}
	
	.pc-box{
		width: 33%;
		height: 100vh;
		position: sticky;
		left: 0;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.box-left{
		width: 33vh;
	}
	
	.wrapper{
		width: 35%;
		box-sizing: border-box;
		margin: 0 auto;
		background-color: #fff;
	}
	.br_s{
		display:none;
	}
}











