@charset "utf-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html{font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;font-size:88%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{color:#333;background-color:transparent;text-decoration:none}a:active,a:hover{outline:0;}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:bottom;max-width:100%;height:auto}svg:not(:root){overflow:hidden}figure{margin:0}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}li{list-style:none}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}img {backface-visibility: hidden;}



/* common -----------------------*/
body {
	line-height: 2;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .05em;
	color: #333;
	overflow-x:hidden;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	margin: auto;
	padding: 0;
	position: relative;
}
body * {
	box-sizing: border-box;
}

#wrapper { 
	position:relative;
}
.sp-bl,
.sp-il,
.sp-fl {
	display:none;
}

.inner {
	width:90%;
	max-width:1200px;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}

p {
	text-align: justify;
}
figure {
	position: relative;
}


.secTtl {
	font-size: 40px;
	font-weight: 500;
	line-height:1.4;
	letter-spacing: .2em;
	text-align: center;
}
.secSubTtl {
	font-size: 34px;
	font-weight: 500;
	line-height:1.6;
	letter-spacing: .2em;
	text-align: center;
}
.caption {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2px 5px;
	line-height: 1.4;
	letter-spacing: 0;
	color: #fff;
	font-size: 10px;
	text-align: right;
	background: rgba(31, 48, 68, .5);
}


.blue {
	color: #1f3044;
}
.lightBlue {
	color: #1e96cc;
}
.white {
	color: #fff;
}
.gray {
	color: #5c5c5c;
}

.shadow {
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.3));
}

.opa {
	transition: 0.1s ease-in-out;
}
.opa:hover {
	opacity: 0.8;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.swiper-button-next,
.swiper-button-prev {
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 50px;
	margin-top: 0;
	z-index: 10;
	cursor: pointer;
	color: unset;
}
.swiper-button-next {
	right: 0;
	background: url(../img/icon_arrow_next.svg)center center / contain no-repeat;
}
.swiper-button-prev {
	left: 0;
	background: url(../img/icon_arrow_prev.svg)center center / contain no-repeat;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

@media screen and (max-width:768px) {
	.pc { display:none !important; }
	.sp-bl { display:block; }
	.sp-il { display:inline; }
	.sp-fl { display: flex; }
}



/* header -----------------------*/
header h1 {
	line-height: 1;
	padding: 15px 0;
	max-width: 70%;
	margin: 0;
}



/* mv -----------------------*/
#mv {
	width: 100%;
}
#mv figure {
	background : linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(28, 44, 60, 1) 0%, rgba(47, 73, 101, 1) 50%, rgba(28, 44, 60, 1) 100%);
	text-align: center;
}
/* #mv figure img {
	width: 100vw;
} */


/* leadConts -----------------------*/
#leadConts {
	margin-top: 100px;
	margin-bottom: 100px;
}
#leadConts .txt {
	font-size: 18px;
	text-align: center;
}
@media screen and (max-width:768px) {
	#leadConts {
		margin-top: 55px;
		margin-bottom: 55px;
	}
	#leadConts .txt {
		font-size: 16px;
		text-align: justify;
	}
}



/* areaMapConts -----------------------*/
#areaMapConts {
	position: relative;
	background: linear-gradient(90deg, rgba(31, 48, 68, 1) 0%, rgba(35, 52, 72, 1) 21.24%, rgba(48, 64, 82, 1) 43.21%, rgba(53, 69, 87, 1) 50%, rgba(48, 64, 82, 1) 56.79%, rgba(35, 52, 72, 1) 78.76%, rgba(31, 48, 68, 1) 100%);
	padding-bottom: 120px;
}
#areaMapConts:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 200px;
	background: #fff;
}
#areaMapConts .areaMap {
	position: relative;
	z-index: 2;
	margin-bottom: 100px;
}
#areaMapConts .areaMap .inner {
	max-width: 1280px;
}
#areaMapConts .areaMap .imagemapWrap {
	margin-bottom: 60px;
}
#areaMapConts .areaMap .btn {
	display: block;
	width: 360px;
	font-size: 20px;
	line-height: 70px;
	letter-spacing: .2em;
	text-align: center;
	background : linear-gradient(90deg, rgba(155, 131, 91, 1) 0%, rgba(185, 168, 140, 1) 50%, rgba(155, 131, 91, 1) 99.87%);
	margin: 0 auto;
}

.scroll-hint-icon {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	border-radius: 0;
	transition: opacity .3s;
	opacity: 0;
	background: rgba(31, 48, 68, .6);
	padding: 20px;
}
.scroll-hint-icon:before {
	display: inline-block;
	width: 50px;
	height: 75px;
	background: url(../img/icon_hand.svg)center center / contain no-repeat;
}
.scroll-hint-icon:after {
	display: block;
	width: 50px;
	height: 14px;
	background: url(../img/icon_arrow.svg)center center / contain no-repeat;
	position: absolute;
	top: 20px;
	left: 45%;
	opacity: 0;
	transition-delay: 2.4s;
}
.scroll-hint-text {
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	font-family: "Yu Gothic";
	margin-top: 15px;
}

.swiperMain {
	margin-bottom: 60px;
	overflow: hidden;
}
.swiperMain .swiper-slide {
	height: auto;
}
.swiperMain .swiper-slide .slideInner {
	background: #fff;
	padding: 50px;
	height: 100%;
}
.swiperMain .swiper-slide .slideInner > .flex {
	align-items: center;
	justify-content: center;
}
.swiperMain .swiper-slide .slideInner .photoWrap {
	width: 53.333333333%;
	max-width: 480px;
	margin-right: 5.555555555%;
}
.swiperMain .swiper-slide .slideInner .photoWrap > figure {
	margin-bottom: .8%;
}
.swiperMain .swiper-slide .slideInner .photoWrap .flex figure {
	width: 49.583333333%;
	max-width: 238px;
}
.swiperMain .swiper-slide .slideInner .photoWrap .caution {
	text-align: right;
	font-size: 10px;
}
.swiperMain .swiper-slide .slideInner .txtWrap {
	width: 41.111111111%;
	max-width: 370px;
}
.swiperMain .swiper-slide .slideInner .txtWrap .cardTxt {
	font-size: 18px;
	margin-bottom: 10px;
	letter-spacing: 0;
}
.swiperMain .swiper-slide .slideInner .txtWrap h2 {
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 40px;
}
.swiperMain .swiper-slide .slideInner .txtWrap .txt {
	font-size: 14px;
	line-height: 2.2;
	letter-spacing: 0;
}
.swiperMain .swiper-button-next,
.swiperMain .swiper-button-prev {
	top: 140px;
	transform: translateY(0);
}
.swiperMain .swiper-button-next {
	right: calc(4.8% + 20px);
}
.swiperMain .swiper-button-prev {
	left: calc(4.8% + 20px);
}
.swiperThumbnail {
	max-width: 825px;
}
.swiperThumbnail .swiper-slide {
	position: relative;
	cursor: pointer;
}
.swiperThumbnail .swiper-slide:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(31, 48, 68, .55);
	z-index: 2;
	opacity: 1;
	transition-duration: .3s;
	pointer-events: none;
}
.swiperThumbnail .swiper-slide:hover:after,
.swiperThumbnail .swiper-slide-thumb-active:after {
	opacity: 0;
}
.swiperThumbnail .swiper-slide:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	color: #fff;
	font-size: 14px;
	width: 100%;
	text-align: center;
	opacity: 1;
	transition-duration: .3s;
	pointer-events: none;
}
.swiperThumbnail .swiper-slide:hover:before,
.swiperThumbnail .swiper-slide-thumb-active:before {
	opacity: 0;
}
.swiperThumbnail .swiper-slide:nth-child(1):before {
	content: '葛西エリア';
}
.swiperThumbnail .swiper-slide:nth-child(2):before {
	content: '瑞江エリア';
}
.swiperThumbnail .swiper-slide:nth-child(3):before {
	content: '一之江エリア';
}
.swiperThumbnail .swiper-slide:nth-child(4):before {
	content: '船堀エリア';
}
.swiperThumbnail .swiper-slide:nth-child(5):before {
	content: '新小岩エリア';
}
.swiperThumbnail .swiper-slide:nth-child(6):before {
	content: '篠崎エリア';
}


@media screen and (max-width:768px) {
	#areaMapConts {
		padding-bottom: 60px;
	}
	#areaMapConts:after {
		height: 80px;
	}
	#areaMapConts .areaMap {
		margin-bottom: 60px;
	}
	#areaMapConts .areaMap .imagemapWrap {
		margin-bottom: 30px;
		overflow-x: scroll;
	}
	#areaMapConts .areaMap .imagemapWrap .imagemap {
		width: 640px;
	}
	#areaMapConts .areaMap .btn {
		width: 280px;
		font-size: 16px;
		line-height: 50px;
	}

	.swiperMain {
		margin-bottom: 20px;
		overflow: hidden;
	}
	.swiperMain .swiper-slide .slideInner {
		padding: 20px 20px 40px;
		height: auto;
	}
	.swiperMain .swiper-slide .slideInner .photoWrap {
		width: 100%;
		max-width: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.swiperMain .swiper-slide .slideInner .photoWrap > figure {
		margin-bottom: .8%;
	}
	.swiperMain .swiper-slide .slideInner .photoWrap .flex figure {
		width: 49.583333333%;
		max-width: 238px;
	}
	.swiperMain .swiper-slide .slideInner .txtWrap {
		width: 100%;
		max-width: none;
	}
	.swiperMain .swiper-slide .slideInner .txtWrap .cardTxt {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.swiperMain .swiper-slide .slideInner .txtWrap h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.swiperThumbnail {
		width: 90%;
		max-width: none;
	}
	.swiperThumbnail .swiper-wrapper {
		flex-wrap: wrap;
	}
	.swiperThumbnail .swiper-slide {
		margin-right: 2% !important;
		width: 32% !important;
		margin-bottom: 2%;
	}
	.swiperThumbnail .swiper-slide:nth-child(3n) {
		margin-right: 0 !important;
	}
}



/* charmConts -----------------------*/
#charmConts {
	margin: 160px auto;
	max-width: 1500px;
}
#charmConts .secTtl {
	margin-bottom: 80px;
}
#charmConts .secSubTtl {
	text-align: left;
	margin-bottom: 30px;
}
#charmConts .secSubTtl + .txt {
	margin-bottom: 60px;
}
#charmConts .num {
	width: 6.666666666%;
	max-width: 100px;
	position: absolute;
	z-index: 2;
}
#charmConts .sec1 {
	position: relative;
	margin-bottom: 100px;
}
#charmConts .sec1 .num {
	top: 40px;
	left: 15%;
}
#charmConts .sec1 .txtWrap {
	width: 73.333333333%;
	padding: 6.666666666%;
	margin-left: auto;
	margin-right: 0;
	background: url(../img/bg_sec1.jpg) center center / cover  no-repeat;
}
#charmConts .sec1 .photoWrap {
	width: 65.333333333%;
	max-width: 980px;
	margin-top: -100px;
	margin-left: 7.333333333%;
}
#charmConts .sec1 figure {
	width: 48.979591836%;
}
#charmConts .sec1 figure:nth-child(2) {
	animation-delay: .6s;
}
#charmConts .sec1 .photoWrap .caution {
	margin-top: 10px;
	font-size: 10px;
	line-height: 1.4;
	text-align: right;
}
#charmConts .sec2 {
	position: relative;
	margin-bottom: 120px;
}
#charmConts .sec2 .num {
	top: 20px;
	right: 10%;
}
#charmConts .sec2 > .flex {
	width: 90%;
	max-width: 1350px;
}
#charmConts .sec2 > .flex > .photoWrap {
	width: 40%;
	max-width: 540px;
}
#charmConts .sec2 .txtWrap {
	margin-top: 60px;
	width: 51.851851851%;
	max-width: 700px;
}
#charmConts .sec2 .txtWrap .flex li {
	width: 48.571428571%;
	max-width: 340px;
	padding: 30px;
	background: #f4f5f6;
	margin-bottom: 20px;
	flex-direction: column;
}
#charmConts .sec2 .txtWrap .flex li:nth-child(2n) {
	animation-delay: .3s;
}
#charmConts .sec2 .txtWrap .flex li figure {
	width: 41.176470588%;
	margin: 0 auto 20px;
}
#charmConts .sec2 .txtWrap .flex li h4 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .0;
	line-height: 1.4;
	margin-bottom: 15px;
	text-align: center;
}
#charmConts .sec2 .txtWrap .flex li h4 span {
	font-size: 14px;
}
#charmConts .sec2 .txtWrap .flex li h4 small,
#charmConts .sec2 .txtWrap .flex li .txt small {
	font-size: 10px;
	vertical-align: top;
}
#charmConts .sec2 .txtWrap .flex li .txt {
	font-size: 14px;
}
#charmConts .sec2 .txtWrap .flex li .price {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	background: #d4d8db;
}
#charmConts .sec2 .txtWrap .caution {
	font-size: 10px;
	word-break: break-all;
}
#charmConts .sec3 {
	position: relative;
}
#charmConts .sec3 .num {
	top: 10px;
	left: 9.333333333%;
}
#charmConts .sec3 .txtWrap {
	margin-left: 14.583333333%;
}
#charmConts .sec3 .line {
	align-items: center;
}
#charmConts .sec3 .line:not(:last-child) {
	margin-bottom: 70px;
}
#charmConts .sec3 .line p {
	font-size: 24px;
	line-height: 1.4;
	width: 14.583333333%;
}
#charmConts .sec3 .line .station {
	position: relative;
	width: 85.416666667%;
	justify-content: flex-end;
}
#charmConts .sec3 .line .station:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0;
	height: 10px;
	z-index: -1;
	transition: 1s ease;
}
#charmConts .sec3 .line .fadeInLine.station:before {
	width: 100%;
}
#charmConts .sec3 .line:nth-child(1) .station:before {
	background: #f4e390;
}
#charmConts .sec3 .line:nth-child(2) .station:before {
	background: #d4db95;
}
#charmConts .sec3 .line:nth-child(3) .station:before {
	background: #aed0d6;
}
#charmConts .sec3 .line .station li {
	width: 21.463414634%;
	margin-left: 2.926829268%;
}
#charmConts .sec3 .line .station li:nth-child(1) {
	animation-delay: .2s;
}
#charmConts .sec3 .line .station li:nth-child(2) {
	animation-delay: .4s;
}
#charmConts .sec3 .line .station li:nth-child(3) {
	animation-delay: .6s;
}
#charmConts .sec3 .line .station li:nth-child(4) {
	animation-delay: .8s;
}
#charmConts .sec3 .caption {
	margin-top: 20px;
	position: static;
	background: none;
	color: #333;
	padding: 0;
	line-height: 1.4;
}

@media screen and (max-width:768px) {
	#charmConts {
		margin: 70px auto;
	}
	#charmConts .secTtl {
		font-size: 28px;
		margin-bottom: 70px;
	}
	#charmConts .secSubTtl {
		font-size: 22px;
		margin-bottom: 20px;
		letter-spacing: .1em;
	}
	#charmConts .secSubTtl + .txt {
		margin-bottom: 30px;
		font-size: 14px;
	}
	#charmConts .num {
		width: 17%;
		max-width: 100px;
	}
	#charmConts .sec1 {
		margin-bottom: 60px;
	}
	#charmConts .sec1 .num {
		top: -40px;
		left: 7.894736842%;
	}
	#charmConts .sec1 .txtWrap {
		width: 100%;
		padding: 12% 7.894736842%;
		margin-right: auto;
		background: url(../img/bg_sec1_sp.jpg) center right / cover  no-repeat;
	}
	#charmConts .sec1 .photoWrap {
		display: block;
		width: 84.210526315%;
		max-width: none;
		margin-top: -14%;
		margin-left: auto;
		margin-right: auto;
	}
	#charmConts .sec1 figure {
		position: relative;
		width: 62.5%;
	}
	#charmConts .sec1 figure:nth-child(2) {
		z-index: -1;
		margin-left: auto;
		margin-top: -12%;
	}
	#charmConts .sec2 {
		margin-bottom: 60px;
	}
	#charmConts .sec2 .num {
		top: -40px;
		left: 7.894736842%;
		right: auto;
	}
	#charmConts .sec2 > .flex {
		width: 100%;
		max-width: none;
	}
	#charmConts .sec2 .txtWrap {
		margin-top: 0;
		width: 100%;
		max-width: none;
	}
	#charmConts .sec2 .txtWrap .txtInner {
		position: relative;
		width: 100%;
		padding: 12% 7.894736842% 25%;
		background: url(../img/bg_sec2_sp.jpg) center center / cover no-repeat;
	}
	#charmConts .sec2 .txtWrap .flex {
		width: 84.210526315%;
		margin: 30px auto 0;
	}
	#charmConts .sec2 .txtWrap .flex li {
		width: 100%;
		max-width: none;
		padding: 25px;
		margin-bottom: 25px;
	}
	#charmConts .sec2 .txtWrap .flex li:nth-child(2n) {
		animation-delay: none;
	}
	#charmConts .sec2 .txtWrap .flex li figure {
		width: 51.851851851%;
		margin: 0 auto 20px;
	}
	#charmConts .sec2 .txtWrap .caution {
		width: 84.210526315%;
		margin: 0 auto;
	}

	#charmConts .sec3 {
		position: relative;
	}
	#charmConts .sec3 .num {
		position: relative;
		top: 0;
		left: 7.894736842%;
		margin-bottom: 30px;
	}
	#charmConts .sec3 .inner {
		width: 84.210526315%;
	}
	#charmConts .sec3 .txtWrap {
		margin-left: 0;
	}
	#charmConts .sec3 .lineWrap {
		display: flex;
		justify-content: space-between;
	}
	#charmConts .sec3 .line {
		display: block;
		margin-bottom: 0;
		width: 31.25%;
	}
	#charmConts .sec3 .line p {
		font-size: 18px;
		line-height: 1.4;
		text-align: center;
		letter-spacing: 0;
		width: auto;
		margin-bottom: 10px;
	}
	#charmConts .sec3 .line .station {
		position: relative;
		display: block;
		width: 100%;
		padding-top: 20px;
	}
	#charmConts .sec3 .line .station:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		width: 5px;
		height: 0;
		z-index: -1;
		transition: 1s ease;
	}
	#charmConts .sec3 .line .fadeInLine.station:before {
		width: 5px;
		height: 100%;
	}
	#charmConts .sec3 .line:nth-child(1) .station:before {
		background: #f4e390;
	}
	#charmConts .sec3 .line:nth-child(2) .station:before {
		background: #d4db95;
	}
	#charmConts .sec3 .line:nth-child(3) .station:before {
		background: #aed0d6;
	}
	#charmConts .sec3 .line .station li {
		width: 100%;
		margin-left: 0;
	}
	#charmConts .sec3 .line .station li:not(:last-child) {
		margin-bottom: 10px;
	}
	#charmConts .sec3 .line .station li:nth-child(1),
	#charmConts .sec3 .line .station li:nth-child(2),
	#charmConts .sec3 .line .station li:nth-child(3),
	#charmConts .sec3 .line .station li:nth-child(4) {
		animation-delay: none;
	}
}



/* thoughtConts -----------------------*/
#thoughtConts {
	padding: 120px 0;
	background: url(../img/bg_thought.jpg) top left / auto repeat;
}
#thoughtConts .secSubTtl {
	margin-bottom: 40px;
}
#thoughtConts .secSubTtl + .txt {
	text-align: center;
	margin-bottom: 80px;
}
#thoughtConts ul li {
	width: 30%;
}
#thoughtConts ul li:nth-child(2) {
	animation-delay: .3s;
}
#thoughtConts ul li:nth-child(3) {
	animation-delay: .6s;
}
#thoughtConts ul li figure {
	margin-bottom: 40px;
}
#thoughtConts ul li .point {
	width: 100px;
	margin: 0 auto 15px;
}
#thoughtConts ul li h3 {
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 20px;
}
#thoughtConts ul li .txt {
	font-size: 14px;
}
#thoughtConts ul li .txt .blue {
	font-weight: 600;
}

@media screen and (max-width:768px) {
	#thoughtConts {
		padding: 60px 0;
	}
	#thoughtConts .inner {
		width: 84.210526315%;
	}
	#thoughtConts .secSubTtl {
		font-size: 24px;
		margin-bottom: 20px;
	}
	#thoughtConts .secSubTtl + .txt {
		font-size: 14px;
		text-align: justify;
		margin-bottom: 40px;
	}
	#thoughtConts ul li {
		width: 100%;
	}
	#thoughtConts ul li:not(:last-child) {
		margin-bottom: 50px;
	}
	#thoughtConts ul li figure {
		margin-bottom: 30px;
	}
	#thoughtConts ul li .point {
		width: 100px;
		margin: 0 auto 15px;
	}
	#thoughtConts ul li h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
}



/* propertyListConts -----------------------*/
#propertyListConts {
	/*background: linear-gradient(90deg, rgba(31, 48, 68, 1) 0%, rgba(35, 52, 72, 1) 21.24%, rgba(48, 64, 82, 1) 43.21%, rgba(53, 69, 87, 1) 50%, rgba(48, 64, 82, 1) 56.79%, rgba(35, 52, 72, 1) 78.76%, rgba(31, 48, 68, 1) 100%);*/
	background: #f8f8f9;
	padding: 120px 0 90px;
}
#propertyListConts .inner {
	max-width: 1110px;
}
#propertyListConts h2 {
	color: rgba(31, 48, 68, 1);
	margin-bottom: 50px;
}
#propertyListConts .property {
	width: 31.531531531%;
	max-width: 350px;
	margin-bottom: 30px;
	padding: 20px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
#propertyListConts .property:nth-child(3n-1) {
	animation-delay: .3s;
}
#propertyListConts .property:nth-child(3n) {
	animation-delay: .6s;
}
#propertyListConts .property figure,
#propertyListConts .property .swiperProperty {
	margin-bottom: 20px;
}
#propertyListConts .property h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.05em;
	margin-bottom: 10px;
}
#propertyListConts .property .access {
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: 0;
	margin-bottom: 20px;
}
#propertyListConts .property.project .access {
	margin-bottom: 0;
}
#propertyListConts .property.project ul + p {
	margin-top: 20px;
}
#propertyListConts .property ul li {
	position: relative;
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: 0;
	padding-left: 12px;
}
#propertyListConts .property ul li:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #4babd6;
}
#propertyListConts .property .btnWrap {
	margin-top: 30px;
}
#propertyListConts .property .btnWrap .flex {
	margin-bottom: 10px;
}
#propertyListConts .property .btnWrap a {
	display: block;
	font-size: 12px;
	line-height: 40px;
	text-align: center;

}
#propertyListConts .property .btnWrap .site,
#propertyListConts .property .btnWrap .entry {
	width: 48.387096774%;
}
#propertyListConts .property .btnWrap .site {
	background : linear-gradient(90deg, rgba(51, 51, 51, 1) 0%, rgba(92, 92, 92, 1) 50%, rgba(51, 51, 51, 1) 99.97%);
}
#propertyListConts .property .btnWrap .entry {
	background : linear-gradient(90deg, rgba(31, 48, 68, 1) 0%, rgba(76, 89, 105, 1) 50%, rgba(31, 48, 68, 1) 100%);
}
#propertyListConts .property .btnWrap .request {
	width: 100%;
	background : linear-gradient(90deg, rgba(155, 131, 91, 1) 0%, rgba(185, 168, 140, 1) 50%, rgba(155, 131, 91, 1) 99.87%);
}

@media screen and (max-width:768px) {
	#propertyListConts {
		padding: 60px 0 40px;
	}
	#propertyListConts h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	#propertyListConts .property {
		width: 94.117647058%;
		max-width: none;
		margin: 0 auto 20px;
	}
	#propertyListConts .property:nth-child(3n-1),
	#propertyListConts .property:nth-child(3n) {
		animation-delay: none;
	}

}



/* footer -----------------------*/
.contact {
	padding: 20px 0;
	background: #1c1c1c;
}
.contact figure {
	margin:  0 auto;
	max-width: 600px;
}
.footer {
	padding: 40px 0;
}
.footer * {
	color: #8d97ad;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}
.footer .inner .flex {
	flex-direction: row-reverse;
}
.footer .links a:not(:last-child) {
	margin-right: 20px;
}

@media screen and (max-width:768px) {
	.footer {
		padding: 30px 0;
	}
	.footer .inner .flex {
		display: block;
	}
	.footer .inner .flex .copyright {
		line-height: 1.4;
	}
	.footer .inner .flex .links {
		margin-bottom: 20px;
	}
	.footer .links a {
		display: block;
	}
	.footer .links a:not(:last-child) {
		margin-right: 0;
		margin-bottom: 10px;
	}
}



/* fade animation -----------------------*/

.fadeIn { animation-name: fadeIn; animation-fill-mode:both; animation-duration:1s; visibility: visible !important; opacity: 0;}

.fadeInUp { animation-name: fadeInUp; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

.fadeInLeft { animation-name: fadeInLeft; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

.fadeInRight { animation-name: fadeInLeft; animation-fill-mode:both; animation-duration:1.5s; visibility: visible !important; opacity: 0;}

/* fade in */
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; }}

/* fade in up */
@keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 2%, 0); } to { opacity: 1; transform: none; }}

/* fade in left */
@keyframes fadeInLeft { from { opacity: 0; transform: translate3d(-4%, 0, 0); } to { opacity: 1; transform: none; }}

/* fade in right */
@keyframes fadeInRight { from { opacity: 0; transform: translate3d(4%, 0, 0); } to { opacity: 1; transform: none; }}







