@charset "UTF-8";

/* スライダー */
@-webkit-keyframes zoomOut {
	0% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
		-moz-transform: scale(1.15);
		-ms-transform: scale(1.15);
		-o-transform: scale(1.15);
}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
}
}

@keyframes zoomOut {
	0% {
		transform: scale(1.15);
		-webkit-transform: scale(1.15);
		-moz-transform: scale(1.15);
		-ms-transform: scale(1.15);
		-o-transform: scale(1.15);
}
	100% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
}
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
	animation: zoomOut 5s linear 0s 1 normal both;
	-webkit-animation: zoomOut 5s linear 0s 1 normal both;
}

#top-slider {
	margin: 0;
}

#top-slider .swiper-wrapper {
	position: relative;
	max-height: 800px;
	min-height: 400px;
	overflow: hidden;
	align-items: center;
}

#top-slider .swiper-wrapper .slider-mark {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -30%);
	-webkit-transform: translate(-50%, -30%);
	-moz-transform: translate(-50%, -30%);
	-ms-transform: translate(-50%, -30%);
	-o-transform: translate(-50%, -30%);
	z-index: 10;
	max-width: 625px;
}

#top-slider .swiper-wrapper .slider-chara {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	z-index: 10;
	max-width: 285px;
}



/* &artの思い */
#story-sec .container {
	max-width: 1000px;
	margin: 0 auto;
}

#story-sec .comment {
	margin: 50px 0;
	text-align: center;
	font-size: 20px;
	line-height: 2.0em;
}



/* 最新折込チラシをチェック */
#chirashi-sec .contents {
	background: linear-gradient(
		to right,
		transparent calc(0%),
		transparent calc(25%),
		#f5f5f5 calc(25%),
		#f5f5f5 calc(100%)
	);
	margin: 50px auto 250px;
}

#chirashi-sec .inner {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}

#chirashi-sec .inner .chi-img01 {
	position: absolute;
	top: 40px;
	left: 10%;
	max-width: 375px;
	width: 45%;
	z-index: 10;
}

#chirashi-sec .inner .chi-img02 {
	position: absolute;
	top: 55%;
	left: 0;
	max-width: 265px;
	width: 35%;
	z-index: 11;
}

#chirashi-sec .inner .inn-ttl {
	max-width: 450px;
	width: 45%;
	margin: 0 0 0 auto;
	padding: 50px 0 20px;
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 700;
	border-bottom: 1px solid #333333;
}

#chirashi-sec .inner .inn-ttl span {
	font-size: 25px;
	line-height: 1.5em;
	color: #dc281e;
}

#chirashi-sec .inner .comment {
	max-width: 450px;
	width: 45%;
	margin: 0 0 0 auto;
	padding-top: 20px;
	font-size: 14px;
	line-height: 2.0em;
}

#chirashi-sec .inner .chirashi-link {
	max-width: 450px;
	width: 45%;
	margin: 0 0 0 auto;
	padding: 35px 0 50px;
}

#chirashi-sec .inner .chirashi-link .link-btn-orange {
	max-width: 220px;
	margin-left: 0;
}

#chirashi-sec .inner .chirashi-link .icon-pdf {
	max-width: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	padding-bottom: 3px;
}

#chirashi-sec .inner .chi-chara-donguri {
	position: absolute;
	top: 28px;
	right: 5px;
	max-width: 72px;
	width: 7%;
}

#chirashi-sec .inner .chi-chara-risu{
	position: absolute;
	bottom: -30px;
	right:0;
	max-width: 210px;
	width: 22%;
}



/* リフォーム対応エリア */
#area-sec .container {
	max-width: 800px;
	margin: 0 auto;
	background-image: url("../images/index/area-image.webp");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#area-sec .contents {
	max-width: 400px;
	width: 50%;
	margin: 0 0 0 50%;
	padding: 70px 0;
}

#area-sec .contents .area-name {
	font-size: 20px;
	line-height: 2.0em;
	font-weight: bold;
	margin-bottom: 10px;
}

#area-sec .contents .caution-txt {
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 30px;
}

#area-sec .contents .appeal {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	background-color: #f4a400;
	padding: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}



/* スマートフォン用　 - ブレイクポイント768 */
@media screen and (max-width: 768px) {

	#top-slider .swiper-wrapper {
		max-height: 500px;
	}

	#top-slider .swiper-wrapper .slider-mark {
		max-width: 356px;
		width: 80%;
	}

	#top-slider .swiper-wrapper .slider-chara {
		width: min(250px,50%);
	}

	#story-sec .container {
		padding: 0 20px;
	}

	#chirashi-sec .contents {
		background-color: #f5f5f5;
	}

	#chirashi-sec .inner {
		padding: 40% 20px 0;
	}

	#chirashi-sec .inner .chi-img01 {
		top: -5%;
		left: 25%;
		width: 65%;
	}

	#chirashi-sec .inner .chi-img02 {
		top: 13%;
		left: 5%;
		width: 40%;
	}

	#chirashi-sec .inner .inn-ttl {
		max-width: none;
		width: 100%;
		padding-top: 100px;
		font-size: 17px;
	}

	#chirashi-sec .inner .inn-ttl span {
		font-size: 22px;
	}

	#chirashi-sec .inner .comment {
		max-width: none;
		width: 100%;
	}

	#chirashi-sec .inner .chirashi-link {
		max-width: none;
		width: 100%;
	}

	#chirashi-sec .inner .chi-chara-donguri {
		top: 35%;
		right: 8%;
		width: 15%;
		max-width: none;
		z-index: 10;
	}

	#chirashi-sec .inner .chi-chara-risu {
		bottom: -25px;
		right: 5px;
		width: 45%;
		max-width: 250px;
	}

	#area-sec .container {
		padding: 0 20px;
		background-position: 0 50px;
	}

	#area-sec .contents {
		max-width: none;
		width: 100%;
		margin: 0 auto;
		padding: 100px 0;
	}

	#area-sec .contents .area-name {
		text-align: justify;
	}

}