@charset "utf-8";
/*main_area*/

section#main .main_area {
	position: relative;
}

.scroll {
	position: absolute;
	bottom: 10%;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
section#main .main_area p {
	display: inline-block;
	text-decoration: none;
	color: #FFF;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	text-shadow: 2px 2px 2px #000;
}

section#main .main_area p span {
	position: absolute;
	top: 25px;
	left: 50%;
	width: 34px;
	height: 37px;
	margin-left: -17px;
	border-left: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	box-shadow: -2px 4px 2px rgba(000,000,000,0.4);
}

@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translateY(0);
		opacity: 0;
	}
	50% {
		opacity: 0.8;
	}
	100% {
		-webkit-transform: translateY(20px);
		opacity: 1;
	}
}

@keyframes sdb {
	0% {
		transform: translateY(0);
		opacity: 0;
	}
	50% {
		opacity: 0.8;
	}
	100% {
		transform: translateY(20px);
		opacity: 1;
	}
}

@media screen and (max-width:1200px) {
	section#main .main_area .scroll {
		bottom: 16%;
	}
}

@media screen and (max-width:768px) {
	section#main .main_area .scroll {
		bottom: 20%;
	}
}
@media screen and (max-width:630px) {
	section#main .main_area .scroll {
		bottom: 15%;
	}
}

@media screen and (max-width:580px) {
	section#main .main_area .scroll {
		bottom: 10%;
	}
	section#main .main_area p {
		font-size: 1.6rem;
		font-weight: bold;
	}
	section#main .main_area p span {
		top: 15px;
	}
}

@media screen and (max-width:520px) {
	section#main .main_area .scroll{
		bottom: 7%;
	}
}

@media screen and (max-width:414px) {
	section#main .main_area .scroll {
		bottom: 10%;
	}
}

@media screen and (max-width:375px) {
	section#main .main_area .scroll {
		bottom: 11%;
	}
}

@media screen and (max-width:325px) {
	section#main .main_area .scroll {
		bottom: 12%;
	}
}

/*　スライダー　*/

.slick-next,
.slick-arrow {
	display: none !important;
}

button {
	background: #FFF;
	border: none;
	border-radius: 50%;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px !important;
	padding: 0;
	display: none;
}

.slide-dots {
	text-align: center;
	position: absolute;
	bottom: 14%;
	left: 50%;
	transform: translateX(-23%);
}

.slide-dots li {
	display: inline-block;
	margin: 0 8px;
}

.slide-dots li button {
	position: relative;
	text-indent: -9999px;
}

.slide-dots li.slick-active button {
	background: #5b3932;
}

/*about*/

#about {
	background: url(../img/bg_img_pc.jpg) no-repeat 30% 0%
}

.about_area {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 5% 0 0%;
	box-sizing: border-box;
}

.about_area h2 {
	font-size: 3.8rem;
	text-align: left;
	margin-left: -10px;
}

.about_area p {
	text-align: left;
	padding: 1.7% 0 0;
	word-wrap: break-word;
	letter-spacing: -0.5px;
}

@media screen and (max-width:1080px) {
	.about_area {
		padding: 5% 25px;
	}
	#about .btn_about {
		padding: 0 25px 13.4% !important;
	}
}

@media screen and (max-width:768px) {
	#about {
		background: url(../img/bg_img_pc.jpg) no-repeat 45% 0%;
	}
	.about_area {
		padding: 7% 25px;
	}
	#about .btn_about {
		padding: 0 25px 28% !important;
	}
	#about .btn_about a {
		margin: 0 0 !important;
	}
}

@media screen and (max-width:630px) {
	#about {
		background: url(../img/bg_img_sp.jpg) no-repeat center top;
		background-size: 120%;
	}
	.about_area {
		padding: 25% 20px 15%;
		text-align: center;
	}
	.about_area h2 {
		font-size: 2.5rem;
		text-align: center;
	}
	.about_area p {
		text-align: center;
		padding-top: 3%;
	}
	.about_area p:last-child {
		padding-top: 8%;
	}
	#about .btn_about {
		padding: 0 20px 25% !important;
	}
}
@media screen and (max-width:325px) {
	#about {
		background-size: 150%;
	}
	.about_area {
		padding: 20% 20px 5%;
	}
	#about .btn_about {
		padding: 0 20px 10% !important;
	}
}
/* モーダル*/

#cboxOverlay {
	background: #000;
}

#cboxLoadedContent {
	background: #fff;
}

#cboxLoadedContent {
	padding: 0;
	overflow: auto;
	-moz-box-shadow: 0px 1px 10px #000000;
	-webkit-box-shadow: 0px 1px 10px #000000;
	box-shadow: 0px 1px 10px #000000;
	padding: 5%;
	box-sizing: border-box;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose,
#cboxTitle {
	top: -30px;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
	overflow: visible;
}

#cboxTitle {
	color: #fff;
}

#inline-content {
	/* インラインを使用する時のみ */
	margin: 20px;
}

/* ボタン*/

#about .btn_about {
	display: inline-block;
	text-align: left;
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 10%;
	box-sizing: border-box;
}

#about .btn_about a {
	margin: 3% 0;
	padding: 15px 40px;
	text-align: left !important;
	display: inline-block;
	border: 1px solid #333333;
	transition: 0.3s;
}

#about .btn_about a:hover {
	text-decoration: none;
	background: #333333;
	color: #FFF;
}

#cboxClose {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img/controls.png) no-repeat -50px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
	display: block;
}

@media screen and (max-width:630px) {
	#about .btn_about a {
		padding: 15px 0;
		text-align: center !important;
		width: 100%;
		box-sizing: border-box;
		font-size: 1.7rem;
	}
}

/* モーダル内容　*/

.ladies_box h4 {
	font-size: 3rem;
	color: #ec8bbe;
	text-align: left;
}
.ladies_box h5,.mens_box h5 {
	font-size: 2rem;
	color: #5b3932;
	text-align: left;
	margin-top: 2%;
}
.ladies_box p,.mens_box p {
	text-align: left;
	padding: 10px 0;
	font-weight: inherit;
}

.mens_box{
	margin: 5% 0;
}

.mens_box h4 {
	font-size: 3rem;
	color: #8babec;
	text-align: left;
}


/*sell*/

#sell {
	background: #F5F2E9;
}

#sell .sell_area {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 5% 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}

#sell .sell_area img {
	margin: 0 17%;
}

#sell .btn_sell a {
	margin: 3% 0;
	padding: 15px 120px;
	text-align: left !important;
	display: inline-block;
	background: #FFF;
	border: 1px solid #333333;
	transition: 0.3s;
	font-size: 2rem;
}

#sell .btn_sell a:hover {
	text-decoration: none;
	background: #333333;
	color: #FFF;
}


@media screen and (max-width:1080px) {
	#sell .sell_area {
		padding: 5% 25px;
		justify-content: space-around;
	}
		#sell .sell_area img {
			margin: 0 7%;
		}
}
@media screen and (max-width:850px) {
	#sell .btn_sell a {
		padding: 15px 100px;
	}
}
@media screen and (max-width:768px) {
	#sell .sell_area {
		padding: 5% 25px;
		justify-content: space-around;
	}
	#sell .sell_area img {
		margin: 0;
		width: 30%;
	}
	#sell .btn_sell a {
		padding: 15px 90px;
	}
#sell .btn_sell p {
	padding: 0 7%;
}
}

@media screen and (max-width:630px) {
	#sell .sell_area {
		padding: 10% 20px;
		display: block;
	}
	#sell .sell_area img {
		width: 65%;
		margin-bottom: 10%;
	}
	#sell .btn_sell a {
		padding: 15px 0;
		width: 100%;
		text-align: center !important;
		font-size: 1.8rem;
	}
	#info h4 {
		font-size: 2.4rem;
	}
	
#sell .btn_sell p {
	padding: 0 0;
}
}

/*online*/

#online {
	background:url(../img/bg_img02_pc.jpg) top center no-repeat;
}

#online .online_area {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 5% 0;
	box-sizing: border-box;
}

#online .btn_online a {
	margin: 3% 0 0;
	display: inline-block;
	border: 1px solid #333333;
	transition: 0.3s;
	background:url(../img/img_online_pc.png) center center no-repeat;
	width: 23%;
	height: 72px;
}

#online .btn_online a:hover {
	text-decoration: none;
	background:url(../img/img_onlineov_pc.png) center center no-repeat,#333333;
	width: 23%;
	height: 72px;
}



@media screen and (max-width:768px) {
	#sell .online_area {
		padding: 5% 25px;
		justify-content: space-around;
	}
	#online .online_area img {
		margin: 0;
	}
	#online .btn_online a {
		width: 40%;
		background-size: 42%;
	}
	#online .btn_online a:hover {
		width: 40%;
		background-size: 42%;
	}
}

@media screen and (max-width:630px) {
#online {
	background:url(../img/bg_img02_sp.jpg) center center no-repeat;
}
	#online .online_area {
		padding: 10% 20px;
		display: block;
	}
	#online .online_area img {
		width: 65%;
		margin-bottom: 10%;
	}
		#online .btn_online a {
			margin-top: 10%;
			width: 100%;
			box-sizing: border-box;
			background:url(../img/img_online_sp.png) center center no-repeat;
			background-size: 50%;
		}
		#online .btn_online a:hover {
			width: 100%;
			background:url(../img/img_onlineov_sp.png) center center no-repeat,#333333;
			background-size: 50%;
		}
		
	.online_area p {
		line-height: 1.8;
	}
}

@media screen and (max-width:345px) {
		#online .btn_online a {
			height: 62px;
		}
		#online .btn_online a:hover {
			height: 62px;
			
		}
}