@charset 'utf-8';
.prodauts-ttl {
	font-size: 32px;
	margin-bottom: 24px;
}
.contents-section {
	margin-top: 160px;
}

@media screen and (max-width: 768px) {
	.contents-section {
		margin-top: 64px;
	}
	.prodauts-ttl {
		font-size: 22px;
		margin-bottom: 16px;
	}

	.contents-section {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.prodauts-lead {
	margin-bottom: 80px;
	line-height: calc(32 / 18);
}

@media screen and (max-width: 768px) {
	.prodauts-lead {
		margin-bottom: 40px;
		line-height: calc(26 / 14);
	}
}

.prodauts-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 45px 64px;
	margin-bottom: 74px;
}
.prodauts-list .c-text {
	line-height: calc(24 / 18);
}
.prodauts-img {
	margin-bottom: 16px;
}
.prodauts-img img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.prodauts-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 40px;
		margin-bottom: 48px;
	}
	.prodauts-list .c-text {
		line-height: calc(24 / 12);
	}
	.prodauts-img {
		width: 100vw;
		margin: 0 calc(50% - 50vw) 16px;
	}
}

.product-contents-wrap section {
	margin-bottom: 115px;
}

@media screen and (max-width: 768px) {
	.product-contents-wrap section {
		margin-bottom: 88px;
	}
}

.c-cta a {
	width: 280px;
	height: 56px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	aline-items: center;
	background: #7c898a;
	color: #fff;
	position: relative;
	font-size: 20px;
	font-weight: 500;
}

.c-cta a:after {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 40px;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.c-cta {
		margin-bottom: 64px;
	}

	.c-cta a {
		max-width: 248px;
		width: 100%;
		height: 56px;
		margin: 48px auto 0;
		font-size: 14px;
	}
}

.pickup-slider {
	overflow: hidden;
	　margin-bottom: 160px;
}

.pickup-slider__inner {
	width: 100%;
}

.js-pickup-slider {
	overflow: visible;
	position: relative;
}

.js-pickup-slider .swiper-slide {
	overflow: hidden;
}

.js-pickup-slider .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
/* 矢印共通 */
.slider-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 114px;
	height: 114px;
	transform: translateY(-50%);
	border: none;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	cursor: pointer;
	padding: 0;
}

/* 任意画像に差し替え */
.slider-arrow--prev {
	left: 121px;
	background-image: url('https://gigaplus.makeshop.jp/lavida/img/products/arrow-prev.png');
}

.slider-arrow--next {
	right: 121px;
	background-image: url('https://gigaplus.makeshop.jp/lavida/img/products/arrow-next.png');
}

/* Swiperの標準矢印非表示対策 */
.slider-arrow::after {
	display: none;
}

/* SPは矢印なし */
@media screen and (max-width: 767px) {
	.slider-arrow {
		display: none;
	}
}
