@charset "utf-8";
/* ===================================================================
CSS information

 file name  :  home.css
 style info :  スタイル指定
=================================================================== */
#floatingBnr-freeRent {
	position: fixed;
	bottom: 20px;
	right: 15px;
	z-index: 9;
	display: block;
	max-width: 360px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#floatingBnr-freeRent * {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#floatingBnr-freeRent:hover {
	opacity: .8;
}
.sp #floatingBnr-freeRent {
	position: relative;
	bottom: auto;
	right: auto;
	padding: 0 15px;
	margin: 0 auto 30px;
	max-width: 100%;
}
#floatingBnr-freeRent .pointItems {
	margin-bottom: 1px;
}
#floatingBnr-freeRent .pointItems .pointItem {
	position: relative;
	display: inline-block;
	background: #896e43;
	color: #fff;
	font-size: 21px;
	line-height: 1;
	margin-left: 1%;
	margin-bottom: 2px;
	text-align: center;
	padding: .5em .5em .25em;
	width: 49.5%;
}
#floatingBnr-freeRent .pointItems .pointItem:first-child {
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
#floatingBnr-freeRent {
	position: relative;
	bottom: auto;
	right: auto;
	padding: 15px;
	margin: 0 auto 30px;
}
}

/* ===================================================================
//kv
=================================================================== */
.kvArea {
    position: relative;
    margin-bottom: 80px;
}
.kvText {
    position: absolute;
    top: 50%;
    z-index: 10;
    padding-left: 4.86%;
    -webkit-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.kvText .kvTextSubHdd {
    font-weight: 700;
    letter-spacing: .5em;
    color: #a9894a;
    margin-bottom: 30px;
    text-shadow: 1px 1px 1px #777;
}
.kvText .kvTextHdd {
    font-size: 64px;
    font-weight: 400;
    line-height: 1.4;
    padding-right: 1em;    
    text-shadow: 1px 1px 1px #222;
}
.kvWrap {
    /* margin-left: 23.264%; */
    height: 70vh;
    position:relative;
}
.kvWrap:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	background: rgba(29,37,47,.2);
	width: 100%;
	height: 100%;
	z-index: 5;
}
.kvSubText {
	display: block;
	font-size: 53%;
	line-height: 1.6;
	margin-top: 20px;
}
.pointItems { margin-bottom: 15px;}
.pointItems .pointItem {
    position: relative;
    display: inline-block;
    background: #896e43;
    color: #fff;
    font-size: 21px;
    line-height: 1;
    margin-left: 1%;
    text-align: center;
    padding: .5em .5em .25em;
}
.pointItems .pointItem:first-child {
    margin-left: 0;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
	
@keyframes zoomUpSMP{
  0% {transform: scale(1);}
  100% {transform: scale(1.3);}
}

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

/*imgタグだと下に隙間ができるのでblockに。*/
.slide-img img{
  display: block;
  object-fit: cover;
}

@media only screen and (max-width: 1200px){
	.kvWrap {height: auto;}
}

/* ===================================================================
//min
=================================================================== */
.minArea { text-align: center;}
.minArea .minText {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
    margin-bottom: 30px;
    border-bottom: rgba(255,255,255,.2) solid 2px;
}
.minText span {
    font-size: 28px;
}
.minText span.num {
    font-size: 40px;
}
.minArea .minTextB {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 30px;
    border-bottom: #ccc solid 1px;
}
.minTextB span {
    font-size: 18px;
}
.minTextB span.num {
    font-size: 28px;
}

/* ===================================================================
//others
=================================================================== */
.mainText {
    font-size: 22px;
    font-weight: 400;
    color: #a9894a;
    line-height: 1.8;
    letter-spacing: .05em;
    text-align: center;
    padding: 0 15px;
    margin: 50px auto 80px;
}

.pageTitle {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
}
.pageTitle::after {
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    margin-top: 10px;
    background: #a9894a;
}
.pageTitle + p {
    line-height: 1.8;
    margin-bottom: 40px;
}
.readmoreBtn {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .15em;
    padding: 0 0 10px;
}
.readmoreBtn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 2px;
    background: #a9894a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.readmoreBtn:hover::after {
    left: 100%;
}

.contentsLinkArea .container > .row {
    margin-top: 80px;
}
.contentsLinkArea .container > .row:first-child {
    margin-top: 0;
}





@media only screen and (max-width: 991px) {
.kvText .kvTextHdd {
    font-size: 40px;
}
.contentsLinkArea .smpPadding {
    padding: 0 5%;
    margin-top: -20px;
}
}
@media only screen and (max-width: 768px) {
.kvArea {
    margin-bottom: 50px;
}
.kvWrap {
    margin-left: 15%;
	margin-top: 15px;
}
.kvText {
    position: relative;
    top: auto;
	margin-top: 40px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.kvSubText {
	margin-top: 10px;
}
.swiper-wrapper{
	height: auto;
	align-content: center;
    align-items: center;
    justify-content: space-between;
	
}
}
@media only screen and (max-width: 767px) {
.kvWrap {
    height: 100%;
}
.kvText .kvTextHdd {
    font-size: 28px;
}
.contentsLinkArea .smpPadding {
    padding: 0;
}
.pageTitle{
	font-size: 32px;
		
}

.minArea .minText {
    font-size: 14px;
}
.minText span {
    font-size: 20px;
}
.minText span.num {
    font-size: 30px;
}
.minArea .minTextB {
    font-size: 12px;
}
.minTextB span {
    font-size: 15px;
}
.minTextB span.num {
    font-size: 22px;
}

.mainText {
    font-size: 16px;
    text-align: left;
    margin: 30px auto 40px;
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{animation: zoomUpSMP 10s linear 0s 1 normal both;}

}
@media only screen and (max-width: 479px) {
	.kvText {margin-top: 0;}
	.minArea { text-align: left;}
	.bg-section, .bg-section2 {height: 100% !important;}
}


/* ****************************************2020/02/28** */
.pc-only{display: block;}
.sp-only{display: none;}

@media only screen and (max-width: 479px) {
.pc-only{display: none;}
.sp-only{display: block;}
}

/* ****************************************2021/09/17** */
.vh-element {
    position: relative;
    z-index: 3;
    padding: 50vh 0 0 !important;
    background: #ccc;
    overflow: hidden;
}
.bg-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh !important;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.vh-element2 {
    position: relative;
    z-index: 3;
    padding: 0 0 50vh;
    background: #ccc;
    overflow: hidden;
}
.bg-section2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh !important;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contentsLinkArea a{
	display: inline-block;
    background: rgba(255,255,255,.9);
	color: #1d252f;
    padding: 40px;
    margin-top: -150px;
    margin-bottom: 50px;
    position: relative;
    z-index: 30;
}