@charset "utf-8";

/*====================================================================
slick
====================================================================*/

html, body {
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}
.sliderArea {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 0px;
}
.sliderArea.w300 {
	max-width: 300px;
}
.slick-slide {
	margin: 0 0px;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.slick-prev, .slick-next {
	z-index: 1;
}
.slick-prev:before, .slick-next:before {
	color: #000;
}
.slick-slide {
	transition: all ease-in-out .3s;
	opacity: .2;
}
.slick-active {
	opacity: 1;
}
.slick-current {
	opacity: 1;
}
.thumb {
	margin: 20px 0 0;
}
.thumb .slick-slide {
	cursor: pointer;
}
.thumb .slick-slide:hover {
	opacity: .7;
}

/*====================================================================
.variable
====================================================================*/

.variable .slick-slide img {
	width: auto;
	height: 300px;
}

/*====================================================================
.section.full_w
====================================================================*/

.section.full_w {
	max-width: 100%;
	margin: 0 auto;
	padding: 20px 0 500px;
	overflow: hidden;
}
.section.full_w h2 {
	text-align: center;
}
.section.full_w h2:after {
	left: 0;
	right: 0;
	margin: 0 auto;
}

/*====================================================================
.full-screen
====================================================================*/

.full-screen .slick-list {
	overflow: visible;
}
.full-screen.slider {
	max-width: 600px;
	margin: 0 auto;
}

/*====================================================================
.full-screen-o
====================================================================*/

.full-screen-o .slick-list {
	overflow: visible;
}
.full-screen-o.slider {
	max-width: 600px;
	margin: 0 auto;
}
.full-screen-o .slick-dots {
	bottom: -33px;
}
.full-screen-o .slick-dots li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.full-screen-o .slick-dots li button {
	font-size: 0;
	line-height: 0;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: 0;
	text-indent: -9999px;
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 8px;
	outline: 0;
	border-radius: 5px;
	transition-duration: 0.3s;
}
.full-screen-o .slick-dots li button:before {
	content: none;
}
.full-screen-o .slick-dots li:nth-child(1) button {
	background: #f5d1c3;
}
.full-screen-o .slick-dots li:nth-child(2) button {
	background: #a9b7ba;
}
.full-screen-o .slick-dots li:nth-child(3) button {
	background: #c4d7d1;
}
.full-screen-o .slick-dots li:nth-child(4) button {
	background: #b4b1a0;
}
.full-screen-o .slick-dots li:nth-child(5) button {
	background: #e5dfd3;
}
.full-screen-o .slick-dots li button:hover, .full-screen-o .slick-dots li.slick-active button {
	border-radius: 0px;
	width: 12px;
	height: 12px;
}

/*====================================================================
.full-screen_one
====================================================================*/

.full-screen_one .slick-list {
	overflow: visible;
}
.full-screen_one.slider {
	max-width: 600px;
	margin: 0 auto;
}
