@charset "UTF-8";

.page-title {
	background: url("../img/smartmansion/title.jpg") center no-repeat;
	background: url("../img/equipment/title.jpg") center no-repeat;
	background-size: cover;
	min-height: 450px;
	text-align: left;
	position: relative;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
@media only screen and (max-width: 768px) {
	.page-title {
		min-height: 200px;
		margin-top: 50px;
		margin-bottom: 0;
	}
}

/* 
----------------------------------------*/
.tab {
	max-width: 1004px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 80px auto 105px;
}
.tab li {
	width: calc(100% / 4 - 2px);
	margin: 1px;
	text-align: center;
}
.tab li a {
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #1C0C00;
	background-color: #ffffff;
	border: 1px solid #EDE7D8;
	transition: .4s;
}
.tab li a.crr,
.tab li a:hover {
	color: #1C0C00;
	background-color: #DDD4BF;
}
@media only screen and (max-width: 768px) {
	.tab {
		width: 94%;
		justify-content: space-between;
		margin: 60px auto 40px;
	}
	.tab li {
		width: calc(50% - 2px);
	}
	.tab li a {
		font-size: 1.4rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 40px;
		line-height: 1.2;
	}
}

.content {
	/*padding-top: 120px;*/
}
.content h3 {
	font-size: 2.8rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 56px;
	text-align: center;
	color: #fff;
	max-width: 538px;
	margin: 0 auto;
	background: linear-gradient(to right,rgba(142, 124, 83, 0) 0%, rgba(181, 170, 144, 0.6) 50%, rgba(142, 124, 83, 0) 100%);
}
.inner{
	margin: 0 auto;
	text-align: center;
	/*border-bottom: 1px solid rgba(255,255,255,.2);*/
	padding: 0;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
	.content {
		/*padding-top: 60px;*/
	}
	.content h3 {
		font-size: 1.8rem;
		line-height: 48px;
		width: 90%;
	}
	.inner{
		display: block;
	}
}

.inner_bg {
	position: relative;
}
.inner_bg::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,.1);
	transform: skewY(-7deg);
	z-index: 0;
	height: 90%;
}

h4 {
	text-align: center;
	color: #1C0C00;
	font-size: 2.4rem;
	font-weight: normal;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
	h4 {
		font-size: 4.4vw;
		margin: 0 auto 30px;
	}
}

figure {
	position: relative;
}
figure figcaption {
	color: #1C0C00;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 1.1rem;
	padding: 0.1em 0.5em;
}
figure figcaption.cap_bg {
	color: #000000;
	background-color: rgba(255,255,255,.5);
}

.sec01 {
	width: 1004px;
	padding-bottom: 95px;
	margin: 0 auto;
	color: #1C0C00;
}
.sec01_01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 60px 0 80px;
}
.sec01_01 > figure {
	width: 494px;	
}
.sec01_01 > div {
	width: 494px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sec01_01 > div div {
	display: flex;
	justify-content: space-between;
}
.sec01_01 > div div figure {
	width: 239px;
}
.sec01_02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
	text-align: left;
}
.sec01_02 > div {
	width: 502px;
}
.sec01_02 > div:nth-child(1) p {
	font-size: 2.6rem;
	line-height: 1.7;
	margin-top: 45px;
	letter-spacing: 0.2em;
}
.sec01_02 > div + div {
	width: 340px;
}
.sec01_02 > div + div p {
	font-size: 1.1rem;
	margin-top: 5px;
}
.sec01_03 {
	text-align: left;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
}
.sec01_03 figure {
	width: 340px;
	margin-right: 50px;
}
.sec01_03 h5 {
	font-size: 2.6rem;
	line-height: 1.7;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
}
.sec01_03 p {
	font-size: 1.3rem;
	line-height: 1.7;
}
.sec01_03 p .cap {
	font-size: 1.1rem;
}
@media only screen and (max-width: 768px) {
	.sec01 {
		width: 90%;
		padding-bottom: 60px;
	}
	.sec01_01 {
		margin: 40px 0 60px;
	}
	.sec01_01 > figure {
		width: 100%;
		margin: 0 0 4%;
	}
	.sec01_01 > div {
		width: 100%;
	}
	.sec01_01 > div div + div {
		margin-top: 4%;
	}
	.sec01_01 > div div figure {
		width: 48%;
	}
	.sec01_02 {
		margin-bottom: 40px;
	}
	.sec01_02 > div {
		width: 100%;
	}
	.sec01_02 > div:nth-child(1) figure {
		width: 80%;
	}
	.sec01_02 > div:nth-child(1) p {
		font-size: 2rem;
		line-height: 1.5;
		margin-top: 20px;
		letter-spacing: 0.1em;
	}
	.sec01_02 > div + div {
		width: 100%;
		margin-top: 25px;
	}
	.sec01_03 {
		text-align: left;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.sec01_03 figure {
		width: 100%;
		margin: 0 0 20px;
	}
	.sec01_03 h5 {
		font-size: 2rem;
		line-height: 1.5;
		letter-spacing: 0.1em;
		margin-bottom: 20px;
	}
	.sec01_03 p {
		font-size: 1.3rem;
		line-height: 1.5;
	}
}

.sec02 {
	color: #1C0C00;
	text-align: left;
	background-color: #ffffff;
	padding: 56px 0;
}
.sec02_01 {
	width: 1004px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
}
.sec02_01 figure {
	width: 346px;
	margin-right: 80px;
}
.sec02_01 li {
	font-size: 1.6rem;
	line-height: 2;
	border-left: 4px solid #1C0C00;
	padding-left: 25px;
	margin-bottom: 20px;
}
.sec02_01 li small {
	font-size: 1.1rem;
	display: block;
	padding-bottom: 0.8em;
}
.sec02_01 .cap {
	font-size: 1.1rem;
}
@media only screen and (max-width: 768px) {
	.sec02 {
		padding: 40px 0;
	}
	.sec02_01 {
		width: 90%;
		margin: 0 auto;
	}
	.sec02_01 figure {
		width: 100%;
		margin: 0 0 30px;
	}
	.sec02_01 li {
		font-size: 1.5rem;
		line-height: 1.6;
		padding-left: 20px;
		margin-bottom: 15px;
	}
}

.sec03 {
	background-color: #f1ebdd;
	padding: 60px 0 100px;
}
.sec03_01 {
	width: 1004px;
	margin: 0 auto;
}
.sec03_01 p {
	font-size: 1.4rem;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 50px;
}
.sec03_01 p span {
	width: 66px;
	margin-right: 25px;
}
.sec03_01 .cap {
	font-size: 1.1rem;
	margin-top: 10px;
}
@media only screen and (max-width: 768px) {
	.sec03 {
		background-color: #E5DECE;
		padding: 40px 0 80px;
	}
	.sec03_01 {
		width: 90%;
		margin: 0 auto;
	}
	.sec03_01 p {
		margin-bottom: 30px;
	}
	.sec03_01 p span {
		width: 60px;
		margin-right: 20px;
	}
	.sec03_01 figure + figure {
		margin-top: 8vw;
	}
}


.scrolldown1{
  position:absolute;
  left:50%;
  bottom:10px;
  height:50px;
}
.scrolldown1 span{
  position: absolute;
  left:-15px;
  top: -15px;
  color: #1C0C00;
  font-size: 1.2rem;
	font-weight: 600;
  letter-spacing: 0.05em;
	padding: 0;
}
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #1C0C00;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
    .scrolldown1{
      bottom: -30px;
    }
}

.slideEffectWrap {
	overflow: hidden;
}
.slideEffectUp {
	transform: translateY(-100%);
  overflow: hidden;
  transition: transform 1.2s ease-in-out;
	display: block;
}
.slideEffectUp img {
	transform: translateY(100%);
	filter: blur(5px) grayscale(100%);
	transition: transform 1.2s ease-in-out,filter 3s ease-in-out;
}
.slideEffectUp.is-active {
	transform: translateY(0);
}
.slideEffectUp.is-active img {
	transform: translateY(0);
	filter: blur(0) grayscale(0);
}
