@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	background-color: #f5e6de;
	box-sizing: border-box;
	padding: 0 2%;
	overflow: hidden;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.bnr{
	margin-bottom: 15%;
}

.box{
	margin: 0 auto 25%;
}

.credit{
	margin: 5% auto;
	width: 80%;
	 background-image: radial-gradient(circle, #9c1f24 1px, transparent 1px);
	 background-position: left top;
	 background-repeat: repeat-x;
	 background-size: 5px 20px;
	padding-top: 3%;
}

.credit a{
	display: block;
	font-family: "mundial", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #9c1f24;
	text-decoration: none;
	font-size: 19px;
	letter-spacing: 1px;
	position: relative;
	line-height: 2.5;
	 background-image: radial-gradient(circle, #9c1f24 1px, transparent 1px);
	 background-position: left bottom;
	 background-repeat: repeat-x;
	 background-size: 5px 20px;
	padding: 0 0 4% 5%;
}

.credit a:before{
	content: '●';
	position: absolute;
	left: 0;
	top: 45%;
	transform: translateY(-50%);
	font-size: 5px;
}

.credit a span{
	display: inline-block;
	margin-left: 20px;
}

.credit a:after{
	content: 'BUY';
	position: absolute;
	right: 0;
	color: #34622c;
	text-decoration:underline 1px;
}

.box80{
	width: 70%;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}
.other1{
	position: absolute;
	width: 90%;
	left: -10%;
	bottom: 15%;
}

.other2{
	position: absolute;
	width: 90%;
	right: -10%;
	bottom: 7%;
}

.box80{
	width: 80%;
	margin: 0 auto;
}

.allBtn{
	width: 80%;
	margin: 20% auto;
}

.look{
	margin: 0 auto;
}

.look-title{
	width: 65%;
	margin: 10% auto;
}

.look ul{
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	width: 85%;
	margin: 10% auto;
	grid-row-gap: 50px;
	column-gap: 30px;
	justify-content: center;
}

.look ul li{
	width: calc(50% - 15px);
}

.look-position{
	position: relative;
}

.no{
	position: absolute;
	width: 12%;
	left: 0;
	bottom: 20%;
}

.no_1{
	width: 7%;
}

.no_7{
	width: 10%;
}

.no_10{
	width: 17%;
}

.no_12{
	width: 17%;
}

.slide{
	position: relative;
	overflow: inherit;
}

.slide-img{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
	opacity: 0;
	animation :slideshow 8s;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: steps(1, end);
	background-color: #f5e6de;
}

@keyframes slideshow{
	  0%{
		opacity: 0;
	  }
	  50%{
		opacity: 1;
	  }
	  100%{
		opacity: 0;
	  }
	}

.look .credit{
	margin: 5% auto;
	width: 80%;
	background-image:none;
}

.look .credit a{
	display: block;
	font-family: "mundial", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #9c1f24;
	text-decoration: none;
	font-size: 19px;
	letter-spacing: 1px;
	position: relative;
	padding-left: 0px;
	line-height: 1.2;
	text-align: center;
	background-image:none;
}

.look .credit a:before{
	content: '';
}

.look .credit a span{
	display: block;
	margin-left: 0px;
}

.look .credit a:after{
	content: 'BUY';
	position: static;
	right: 0;
	bottom: 0;
	color: #34622c;
	text-decoration:underline 1px;
	line-height: 2;
}

.instagram{
	margin: 20% auto 30%;
}

.img120{
	width: 110%;
	margin-left: -5%;
}

.instagram a{
	display: block;
	width: 70%; 
	margin: 10% auto;
}

@media(min-width:750px){

.wrapper{
	padding: 0 1%;
}
	
.other1{
	position: absolute;
	width: 80%;
	left: -10%;
	bottom: 15%;
}

.other2{
	position: absolute;
	width: 80%;
	right: -10%;
	bottom: 7%;
}

.look-title{
	width: 55%;
	margin: 10% auto;
}
}
