@charset "utf-8";


/*------------------------------------
　mainVisual
------------------------------------*/ 
#mainVisual {
	background: url("../images/index/mainVisual.jpg") no-repeat center;
	background-size: cover;
	position:relative;
}
#mainVisual:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.29);	
}
#mainVisual .container{
	display:-webkit-flex;
	display: flex;
	align-items:center;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	position: relative;
	z-index: 10;
}
#mainVisual .container > p *{
	width: 100%;
	display: block;
	text-align: center;
}
#mainVisual .container > p.lang_en{
	color: #fff;
}
#mainVisual .container > p.lang_en > *{
	line-height: 1em;
	letter-spacing: .1em;
	vertical-align: middle;
}
#mainVisual .container > p.lang_en small{
	display: block;
}
#mainVisual .container > p.lang_en small *,
#mainVisual .container > p.lang_en em * {
	display: inline-block;
	letter-spacing: .1em;
}
#mainVisual .container > p.lang_en small,
#mainVisual .container > p.lang_en em,
#mainVisual .container .logo {
	visibility: hidden;
}
#mainVisual .container > p:not(.lang_en){
	color: #c8bb9b;
	font-weight: bold;
}



#mainVisual #ticker{
	position: absolute;
	bottom: 1.6em;
	left: 0;
	right: 0;
	overflow: hidden;
	background-color: rgba(42,0,1,.79);
	padding: 1.25em 1.625em;
}
#mainVisual #ticker .news_block {
    position: relative;
	overflow: hidden;
}
#mainVisual #ticker .news_block .tickline {
	display:-webkit-flex;
	display: flex;
	align-items:center;
	flex-wrap: nowrap;
	justify-content: flex-start;
	flex-direction: row;
	line-height: 1em;
}
#mainVisual #ticker .news_block > .tickline + .tickline {
	display: none;
}
#mainVisual #ticker .news_block .tickline .data_ul > li {
	width: 8em;
	text-align: center;
	display:-webkit-flex;
	display: flex;
	align-items:center;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: row;
}
#mainVisual #ticker .news_block .tickline .data_ul > li > * {
	line-height: 1em;
	display: block;
}
#mainVisual #ticker .news_block .tickline .data_ul > li.cate {
/*
	background-color: #c8bb9b;
	color: #2a0001;
*/
	font-weight: bold;
	text-align: center;
}
#mainVisual #ticker .news_block .tickline .data_ul > li.cate.bg_news {
    background-color: #2a0001;
	color: #fff;
}
#mainVisual #ticker .news_block .tickline .data_ul > li.cate.bg_pressrelease {
    background-color: #a88e56;
	color: #fff;
}
#mainVisual #ticker .news_block .tickline .data_ul > li.cate.bg_event {
    background-color: #f29939;
	color: #fff;
}
#mainVisual #ticker .news_block .tickline .data_ul > li.cate.bg_other {
    background-color: black;
	color: #fff;
}



#mainVisual #ticker .news_block .tickline .data_ul > li.cate > * {
	font-size: .875em;
}
#mainVisual #ticker .news_block .tickline .data_ul > li > time {
	padding: .4em 0;
    width: 7em;
}
#mainVisual #ticker .news_block .tickline p{
	color: #fff;
	white-space: nowrap;
}
#mainVisual #ticker .news_block .tickline a{
	color: #fff;
}
#mainVisual #ticker .news_block .tickline a .link{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}



@media only screen and (max-width: 767px) {

#mainVisual .container{
	height: 40em;
}
#mainVisual .container > p.lang_en small{
	font-size: 4.5vw;
}
#mainVisual .container > p.lang_en em{
	font-size: 10vw;
}
#mainVisual .container > p:not(.lang_en){
	font-size: 1em;
}
#mainVisual .container .logo {
	width: 45vw;
	margin: 2em auto 0;
}

#mainVisual #ticker .news_block  {
	margin-right: .25em;
}
#mainVisual #ticker .news_block .tickline {
	flex-wrap: wrap;
}
#mainVisual #ticker .news_block .tickline .data_ul {
	padding-bottom: 1em;
}
#mainVisual #ticker .news_block .tickline p{
    width: 100%;
	white-space: wrap;
}

}
@media only screen and (max-width: 576px) {


}
@media print, screen and (min-width: 768px) {

#mainVisual .container{
	height: 45em;
}
#mainVisual .container > p.lang_en small{
	font-size: 3em;
}
#mainVisual .container > p.lang_en em{
	font-size: 5.8em;
}
#mainVisual .container > p:not(.lang_en){
	font-size: 1em;
}
#mainVisual .container .logo {
	width: 14.1875em;
	margin: 2em auto 0;
}
#mainVisual #ticker .news_block .tickline {
	flex-wrap: wrap;
}
#mainVisual #ticker .news_block .tickline .data_ul {
	padding-bottom: .5em;
}



}
@media print, screen and (min-width: 992px) {

#mainVisual .container{
	height: 45em;
}
#mainVisual .container > p.lang_en small{
	font-size: 3.25em;
}
#mainVisual .container > p.lang_en em{
	font-size: 6.8em;
}
#mainVisual .container > p:not(.lang_en){
	font-size: 1.0625em;
}
#mainVisual .container .logo {
	width: 14.1875em;
	margin: 2em auto 0;
}

#mainVisual #ticker .news_block .tickline {
	flex-wrap: nowrap;
}
#mainVisual #ticker .news_block .tickline .data_ul {
	padding-bottom: 0;
}





}
@media print, screen and (min-width: 1200px) {




}


/*------------------------------------
general developer of real estate
------------------------------------*/ 

#estate {}

#estate .estate_block {
	

}
#estate .estate_block .headline_box .detail_block p {
	line-height: 2em;
}
#estate .estate_block .headline_box .btn_block {
	margin-top: 2em;
}
#estate .estate_block figure.images_box {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	display: block;
	max-height: 25.6875em;
	background-repeat: no-repeat;
	background-position: center
}
#estate .estate_block#property figure.logo {
	position: absolute;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top:50%;
	background-color: rgba(0,0,0,0.5);
	left: 0;
	right: 0;
	padding: 1.5em 0;
}
#estate .estate_block#property figure.logo img {
	display: block;
	margin: 0 auto;
}


@media only screen and (max-width: 767px) {


#estate .estate_block .headline_box {
	padding: 1.5em 15px 3em;
}
#estate .estate_block#property figure.logo img {
	max-width: 75vw;
}


}
@media only screen and (max-width: 576px) {


}
@media print, screen and (min-width: 768px) {

#estate .estate_block .headline_box {
	padding: 3.5vw 4.25vw;
}
#estate .estate_block figure.images_box:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-right: 22px solid transparent;
	border-bottom: 22px solid #fff;
	border-left: 22px solid #fff;
	left: 0;
	bottom: 0;
}
#estate .estate_block + .estate_block figure.images_box:after {
	border-top: 22px solid transparent;
	border-right: 22px solid #fff;
	border-bottom: 22px solid #fff;
	border-left: 22px solid transparent;
	right: 0;
	left: auto;
}
#estate .estate_block + .estate_block figure.images_box:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 22px solid #fff;
	border-right: 22px solid #fff;
	border-bottom: 22px solid transparent;
	border-left: 22px solid transparent;
	right: 0;
	left: auto;
	z-index: 10;
}
#estate .estate_block + .estate_block *.order-md-1 figure.images_box:after {
	border-top: 22px solid transparent;
	border-right: 22px solid transparent;
	border-bottom: 22px solid #fff;
	border-left: 22px solid #fff;
	left: 0;
}
#estate .estate_block + .estate_block *.order-md-1 figure.images_box:before {
	border-top: 22px solid #fff;
	border-right: 22px solid  transparent;
	border-bottom: 22px solid transparent;
	border-left: 22px solid #fff;
	left: 0;
	top: 0;
}
#estate .estate_block:last-child figure.images_box:after {
	border-top: 22px solid #fff;
	border-right: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 22px solid #fff;
	left: 0;
	top: 0;
	bottom: auto;
	z-index: 10;
}
#estate .estate_block:last-child *:not(.order-md-1) figure.images_box:after {
	border-top: 22px solid #fff;
	border-right: 22px solid #fff;
	border-bottom: 22px solid transparent;
	border-left: 22px solid transparent;
	left: auto;
	right: 0;
}
#estate .estate_block figure.images_box img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	object-position: center;
	max-width: inherit;
	width: 100%;
	height: 100%;
   -ms-user-select: none; /* IE 10+ */
   -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
}
#estate .estate_block#property figure.logo img {
	height: 4vw;
	max-height: 100%;
	width: auto;
	max-width: 50vw;
}

}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}





/*------------------------------------
　----ページ
------------------------------------*/ 

#fot_bana{
	padding: 1em 0;
	overflow: hidden;
}
.fot_bana_block{
	overflow: hidden;
	position: relative;
	max-height: 16.875em;
    z-index: 1;
}
.fot_bana_block a {
    display: block;
	max-height: 16.875em;
}
.fot_bana_block a:after{
	content: "";
	width: 100vw;
	height: 100vw;
	position: absolute;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	left:50%;
	top:50%;
	z-index: 100;
}
.fot_bana_block:after{
	content: "";
	width: 100vw;
	height: 100vw;
	position: absolute;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	left:50%;
	top:50%;
	background-color: rgba(0,0,0,0.36);
	z-index: 97;
}
.fot_bana_block .headline_fot_content{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
}
.fot_bana_block figure img{
	width: 100%;
	max-width: none;
	height: 100%;
	object-fit: cover;
	object-position: center;
	max-height: 16.875em;
}
.fot_bana_block .headline_fot_content .title{
	font-size: 2em;
	color: #fff;
	letter-spacing: .1em;
	margin-bottom: .25em;
}
.fot_bana_block .headline_fot_content .sub_title{
	font-size: .9375em;
	color: #000;
	font-weight: bold;
	position: relative;
	background-color: #c8bb9b;
	padding: .5em 1em;
	line-height: 1em;
	display: inline-block;
}
.fot_bana_block .headline_fot_content .sub_title:after{
	position: absolute;
	content:"";
	right: -2em;
	top: 0;
	width: 0;
	height: 0;
	border-top: 1em solid #c8bb9b;
	border-right: 1em solid transparent;
	border-bottom: 1em solid transparent;
	border-left: 1em solid #c8bb9b;
}



@media only screen and (max-width: 767px) {


#fot_bana .row .col-md-4 + .col-md-4 .fot_bana_block{
	border-top: 1px solid #fff;
}
.fot_bana_block .headline_fot_content{
	padding: 2em 1.5em;	
}
.fot_bana_block .headline_fot_content .sub_title:after{
	right: -2em;
right : calc( -2em + 1px) ;
right : -webkit-calc( -2em + 1px) ;
}

#fot_bana ul{
	padding-top: 1.5em;
	padding-bottom: .5em;
}
#fot_bana li{
	padding-top: .5em;
	padding-bottom: .5em;
}


}
@media only screen and (max-width: 576px) {


}
@media print, screen and (min-width: 768px) {

#fot_bana .row .col-md-4 + .col-md-4 .fot_bana_block{
	border-left: 1px solid #fff;
}
.fot_bana_block .headline_fot_content{
	padding: 2vw;	
}
.fot_bana_block{
	margin-bottom: 1em;
}

#fot_bana ul{
	padding-top: 15px;
	padding-bottom: 15px;
}
#fot_bana li{
	padding-top: 15px;
	padding-bottom: 15px;
}


}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}



/*------------------------------------
　----ページ
------------------------------------*/ 



@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 576px) {


}
@media print, screen and (min-width: 768px) {
}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}






/*------------------------------------
　----ページ
------------------------------------*/ 



@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 576px) {


}
@media print, screen and (min-width: 768px) {
}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}






/*------------------------------------
　----ページ
------------------------------------*/ 



@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 576px) {


}
@media print, screen and (min-width: 768px) {
}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}






/*------------------------------------
　----ページ
------------------------------------*/ 



@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 576px) {


}
@media print, screen and (min-width: 768px) {
}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}






/*------------------------------------
　----ページ
------------------------------------*/ 



@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 576px) {


}
@media print, screen and (min-width: 768px) {
}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}






/*------------------------------------
　----ページ
------------------------------------*/ 



@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 576px) {


}
@media print, screen and (min-width: 768px) {
}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}






/*------------------------------------
　----ページ
------------------------------------*/ 



@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 576px) {


}
@media print, screen and (min-width: 768px) {
}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}













/*------------------------------------
　----ページ
------------------------------------*/ 



@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 576px) {


}
@media print, screen and (min-width: 768px) {
}
@media print, screen and (min-width: 992px) {
}
@media print, screen and (min-width: 1200px) {
}


