@charset "UTF-8";
/* fuku2025 20251029 */
.top_image_area {
	padding: 2%;
	height: 100svh;
	position: relative;
	box-sizing: border-box;
}
.top_image_area img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.top_image_area li {
	height: 100%;
	list-style: none;
	background: #fff;
}
.style_area {
	width: 70%;
    margin: 0 auto 40px;
	padding-bottom: 40px;
}

.solid{
		border-bottom: solid 1px #ccc;
	width: 100%;
	margin-bottom: 40px;
}

.style_area h2 {
	margin-bottom: 80px;
	font-weight: normal;
	text-align: center;
}
.style_area .photo {
	margin-bottom: 75px;
}
.style_area .img-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.style_area .img-box .inner {
	width: 46%;
	text-align: center;
}
.style_area .img-box .inner p {
	font-size: 127%;
}
.style_area .img-box .inner .picture {
	margin-bottom: 55px;
}
.style_area .img-box .inner .picture img {
	vertical-align: top;
}
.style_area .img-box .slider-box {
	padding: 30px 43px;
	background: #F6F5F4;
}
.style_area .img-box .slider-box .slider {
	margin: 0;
	padding: 0;
}
.style_area .img-box .slider-box .slider span {
	margin-top: 10px;
	display: block;
	font-size: 120%;
	line-height: 1.4;
}
.style_area .slick-prev {
	left: -25px !important;
}
.style_area .slick-next {
	right: -25px !important;
}
.style_area .slick-prev:before,
.style_area .slick-next:before {
	font-family: 'DINPro' !important;
	font-size: 12px !important;
	line-height: 1 !important;
	opacity: .75 !important;
	color: #555 !important;
}
.style_area .slick-prev:before {
	content: '\25C0\FE0E' !important;
}
.style_area .slick-next:before {
	content: '\25B6\FE0E' !important;
}



.style_area .img-box .inner3 {
	width: 30%;
	text-align: center;
}
.style_area .img-box .inner3 p {
	font-size: 127%;
}
.style_area .img-box .inner3 .picture {
	margin-bottom: 25px;
}
.style_area .img-box .inner3 .picture img {
	vertical-align: top;
}

.prof-txt {
	font-size: 85%;
}

@media screen and (min-width: 901px) {
	.top_image_area ul {
		margin: 0;
		padding: 2%;
		max-width: 100%;
		height: 100%;
		position: absolute;
		left: 50%;
		top: 0;
		gap: 0 min(1.9vw,2.55vh);
		display: flex;
		justify-content: center;
		flex-direction: row-reverse;
		transform: translateX(-50%);
		aspect-ratio: 1110 / 761;
		box-sizing: border-box;
	}
	.top_image_area .item {
		opacity: 0;
		transition: opacity .8s;
	}
	.top_image_area .item.show {
		opacity: 1;
	}
	.pc_none {
		display: none !important;
	}
}
@media screen and (max-width: 900px) {
	.sp_none {
		display: none !important;
	}
	.top_image_area {
		padding: 5.2%;
	}
	.top_image_area ul {
		margin: 0;
		padding: 0;
		height: 100%;
		position: relative;
	}
	.top_image_area li:not(.item03) {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
	}
	.style_area {
		width: 80%;
		margin-bottom: 40px;
		padding-bottom: 0
	}

	.solid{
		margin-bottom: 0px;
	}

	.style_area h2 {
		margin-bottom: 40px;
	}
	.style_area .photo {
		margin-bottom: 40px;
	}
	.style_area .photo .sp_none {
		display: none !important;
	}
	.style_area .img-box {
		display: block;
	}
	.style_area .img-box .slider-box {
		padding: 30px;
	}
	.style_area .img-box .inner {
		width: auto;
	}
	.style_area .img-box .inner:not(:last-child) {
		margin-bottom: 30px;
	}
	.style_area .img-box .inner p {
		font-size: 110%;
	}
	.style_area .img-box .inner .picture {
		margin-bottom: 30px;
	}
	.style_area .img-box .slider-box .slider span {
		font-size: 90%;
	}
	.shop_area a {
		word-break: break-all;
	}
	

}
