@charset 'utf-8';

.catch {
	float: left;
	margin: 0 10px;
}

ul {
	line-height: 2em;
}
ul li {
	list-style: disc;
	margin: 0 0 0 20px;
}

/* スライドショー ここから */
.swiper-container {
	display: block;
	width: 100%;
	min-height: 600px;
	max-height: 100vh;
	top: 0px;
	left: 0px;
}
.swiper-container:before {
    content:"";
    display: block;
    padding-top: 57%;
}
.swiper-wrapper {
	position: absolute !important;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.swiper-wrapper img{
	max-width: 100%;
}
.swiper-container .logo{
	position: absolute;
	top: 50%;
	left: 10%;
	z-index: 10;
}
.swiper-container .logo img{
	max-width: 40vw;
	width: 378px;
}
.slide-img {
	text-align: center;
}
.slide-img img{
	display: inline-block;
}
/* スライドショー ここまで */

#contents {
	padding-top: 0;
}
#contents h2 {
	font-size: 25px;
	text-align: center;
	margin: 0 0 50px 0;
}


.section-items {
}
.section-items h3 {
	text-align: center;
	margin-bottom: 10px;
}
.section-items .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section-items .sep {
	width: 45%;
}
.section-items .spec {
	font-size: 15px;
	text-align: center;
}

.section-items .btn-more {
	transition: .5s;
	margin: 30px 0 0 0;
	display: block;
	width: 100%;
	text-align: center;
	background: #333;
	border: 1px solid #333;
	color: #fff;
	border-radius: 10px;
	line-height: 4em;
	text-decoration: none;
}
.section-items .btn-more:hover {
	background: #fff;
	border: 1px solid #333;
	color: #333;
}

a.btn-wholesale {
	transition: .5s;
	margin: 20px auto;
	display: block;
	text-align: center;
	background: #369;
	border: 1px solid #369;
	color: #fff;
	border-radius: 10px;
	line-height: 4em;
	width: 300px;
	text-decoration: none;
}
a.btn-wholesale:hover {
	background: #fff;
	border: 1px solid #333;
	color: #333;
}


@media screen and (max-width: 678px) {

	.catch {
		display: block;
		float: none !important;
		clear: both;
		margin: 0 0 10px 0;
		text-align: center;
	}


	.swiper-wrapper img {
			max-width: initial;
			transform: translate(-50%, 0);
	}
	.swiper-container {
		height: 100vh;
	}
	.swiper-container img{
		height: 100vh;
	}
	.swiper-container .logo{
		left: 10%;
	}




}