@charset "utf-8";
/* css slide-top */

#product .top-slide-item li.item {
	width: 100%;
}

.slide-sp {
	display: none;
}
.top-slide-item .owl-dots .owl-dot span {
	width: 100px !important;
	height: 2px !important;
	margin: 5px 7px;
	background: rgba(0,0,0,.15) !important;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-ms-border-radius: 0 !important;
	-o-border-radius: 0 !important;
	position: relative !important;
}
.top-slide-item .owl-dots .owl-dot span::before{
	content: "";
	height: 2px;
	width: 0;
	position: absolute;
	left: 0;
	background: #444;
}
.top-slide-item .owl-dots .owl-dot.active span::before{
	width: 100%;
	animation: ProgressDots 6s both;
	-webkit-animation: ProgressDots 6s both;
}

.top-slide-item .owl-dots {
	height: 2px;
	background: rgba(255, 255, 255, .20);
	width: 100%;
	left: 0;
	position: absolute !important;
	bottom: -5px !important;
}
.top-slide-item .owl-dots button.active span {
	width: 100px !important;
}
.top-slide-item .owl-nav {
	margin-top: 0 !important;
}
.top-slide-item .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
	left: -38px;
	height: 100%;
    margin: 0;
	background: none;
	padding: 10px !important;
    font-size: 48px;
}
.top-slide-item .owl-nav button.owl-next {
    position: absolute;
    top: 0;
	right: -38px;
	height: 100%;
    margin: 0;
	background: none;
	padding: 10px !important;
    font-size: 48px;
}
.top-slide-item .owl-nav button.owl-next{
	color: #D6D6D6;
	padding: 10px !important;
}
.top-slide-item .owl-nav i {
	font-size: 30px;
}

@-webkit-keyframes ProgressDots {
	from {
		width: 0px;
	}
	to {
		width: 100px;
	}
}

@keyframes ProgressDots {
	from {
		width: 0;
	}
	to {
		width: 100px;
	}
}
.owl-theme .owl-nav [class*='owl-']:hover {
	background: none !important;
	color: #444 !important;
}
.owl-theme .owl-nav button.owl-next:focus,.owl-theme .owl-nav button.owl-prev:focus{
	outline: none;
}
.head01{
    margin: 30px 0;
    font-size: 40px;
	font-family: 'Noto Sans Japanese';
	font-weight: bold;
    padding: 40px;
    text-align: center;
	letter-spacing: 1.1px;
}
.head01 span {
    font-size: 16px;
    padding-top: 2px;
	display: block;
	font-family: 'Noto Sans Japanese';
	font-weight: normal;
	color: #333;
}
section.page4 {
    margin-bottom: 110px;
}
@media only screen and (max-width: 1200px) {
	.top-slide-item .owl-nav button {
		display: none !important;
	}
}
/* End css slide-top */
@media only screen and (max-width: 767px) {
	/* css slide */
	
    section.page4 {
        margin-bottom: 0px;
    }
    .slide-sp {
        display: block;
    }
    .slide-pc {
        display: none;
    }
    .head01 {
        margin: 0px 0;
        font-size: 25px;
        padding: 5px;
        text-align: center;
        letter-spacing: 1.1px;
        height: 15%;
	}
	.head01 span {
		font-size: 14px;
		line-height: 120%;
        padding-bottom: 25px;
	}
	#product .top-slide-item li.item {
		width: 100%;
		margin-right: 0;
	}
	.slick-slide img {
		display: block;
		padding-right: 7px;
    }
	.slick-initialized .slick-slide {
		display: block;
		 padding-left: 5px; 
	}
	.slick-next {
		right: 20px !important;
		z-index: 999999;
	}
	.slick-prev {
		left: 20px !important;
		z-index: 999999;
	}
	.slick-slide {
		height: auto !important;
	}
	#product ul.slick-dots {
		position: absolute;
		right: 15px;
		top: 5px;
		width: auto;
	}
	.slick-dots li.slick-active button:before {
		opacity: 1;
		color: #0c8562 !important;
	}
	.slick-dots li button:before {
		font-family: 'slick';
		font-size: 10px !important;
		line-height: 20px;
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 20px;
		content: '•';
		text-align: center;
		opacity: 1 !important;
		color: black;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-shadow: 2px -2px 30px #fff;
	}
	.slick-dots li {
		margin: 0 0px !important;
	}
}