@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#gHeader {
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0) 40%);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0) 40%);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0) 40%);
}
.menu02 {
	display: none;
}
#gNavi > ul > li > a {
	display: block;
	color: #fff;
}
.mainVisual {
	margin-bottom: 12.3rem;
	position: relative;
}
.mainVisual .slideBox li {
	overflow: hidden;
}
.mainVisual .slideBox li img {
	width: 100%;
	transform: scale(1.2);
	height: 100svh;
	object-fit: cover;
}
.mainVisual .slideBox li.bottom.active img {
	animation: tobottom 5s linear forwards;
}
.mainVisual .slideBox li.right.active img {
	animation: toright 5s linear forwards;
}
.mainVisual .slideBox li.left.active img {
	animation: toleft 5s linear forwards;
}
.mainVisual .slideBox li.top.active img {
	animation: totop 5s linear forwards;
}
@keyframes tobottom {
	0% {
		transform: translateY(-1%) scale(1.02);
	}
	100% {
		transform: translateY(1%) scale(1.02);
	}
}
@keyframes toright {
	0% {
		transform: translateX(-1%) scale(1.02);
	}
	100% {
		transform: translateX(1%) scale(1.02);
	}
}
@keyframes totop {
	0% {
		transform: translateY(1%) scale(1.02);
	}
	100% {
		transform: translateY(-1%) scale(1.02);
	}
}
@keyframes toleft {
	0% {
		transform: translateX(1%) scale(1.02);
	}
	100% {
		transform: translateX(-1%) scale(1.02);
	}
}
.mainVisual .content {
	position: absolute;
	top: 50%;
	left: 18.5%;
	transform: translateY(-41.3%);
}
.mainVisual .textBox {
	color: #fff;
	font-weight: 600;
}
.mainVisual .textBox .ttl {
	margin-bottom: 1.5rem;
	font-size: 7.6rem;
	line-height: 1.26;
}
.mainVisual .textBox .ttl,
.mainVisual .textBox .txt {
	position: relative;
	clip-path: inset(0 100% 0 0);
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right, #fff, #fff 30%, #0c2e74, #20a9dc, #42b4c2 75%, #fff 75%, #fff);
	background-position: 100%;
	background-size: 400%;
	color: transparent;
	display: inline-block;
	will-change: background-position;
	transition: .3s;
}
.mainVisual .textBox .txt {
	transition-delay: .2s;
    font-size: 2.6rem;
}
.mainVisual.play .textBox .ttl,
.mainVisual.play .textBox .txt {
	display: block;
	clip-path: inset(0 0 0 0);
	animation: textshow 2s forwards;
	animation-delay: .3s;
}
.mainVisual.play .textBox .txt {
	animation-delay: .5s;
}
@keyframes textshow {
	0% {
		background-position: 100%;
	}
	100% {
		background-position: 0;
	}
}
.mainVisual .textBox .txt::before,
.mainVisual .textBox .ttl::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: linear-gradient(to right, #0c2e74, #20a9dc, #42b4c2);
	z-index: 2;
	clip-path: inset(0 0 0 0);
	transition: .3s;
	transition-delay: .3s;
}
.mainVisual .textBox .txt::before {
	transition-delay: .5s;
}
.mainVisual.play .textBox .txt::before,
.mainVisual.play .textBox .ttl::before {
	clip-path: inset(0 0 0 100%);
}
.mainVisual .textBox .en {
	margin-right: 2.5rem;
	font-size: 3.9rem;
	font-weight: 600;
	display: inline-block;
}
.mainVisual .textBox .num {
	font-size: 10.6rem;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.02em;
}
.mainVisual .banner {
	position: fixed;
	bottom: 2.5rem;
	right: 2.1rem;
    z-index: 10;
    transform: none;
    transition: 1s transform, .3s opacity;
}
.mainVisual .banner.hide {
    transform: translate(100%) translate(3rem);
}
.mainVisual .banner li {
	width: 28rem;
	background-color: #fff;
}
.mainVisual .banner li:not(:last-child) {
	margin-bottom: 1rem;
}
.mainVisual .banner li a {
	display: block;
}
.mainVisual .banner li a:hover {
	opacity: 0.7;
}
#main {
	margin-bottom: 14.8rem;
}
#main .pickUp {
	padding-bottom: 10rem;
}
#main .pickUp .headLine04 {
	margin-bottom: 5.8rem;
	text-align: center;
}
#main .pickUp .photoList .slick-slide {
	margin-right: 6rem;
	width: 72rem;
}
#main .pickUp .slick-dots {
	position: absolute;
	left: 0;
	bottom: -4.4rem;
	width: 100%;
	text-align: center;
}
#main .pickUp .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10rem;
	height: 0.4rem;
	margin: 0 0.5rem;
	padding: 0;
	cursor: pointer;
	background-color: #ccc;
}
#main .pickUp .slick-dots li button {
	display: none;
}
#main .pickUp .slick-dots li.slick-active {
	background-color: #00AEC4;
}
#main .news {
	padding: 7.3rem 0 16rem;
}
#main .news .headLine04 {
	margin-bottom: 8.4rem;
}
#main .news .comLink a,
#main .estate .comLink a,
#main .building .innerBox .comLink a,
#main .about .linkList li .comLink a {
	padding-top: 1.2rem;
	width: 20rem;
	position: relative;
	background: none;
	border: 0;
	overflow: hidden;
	background: linear-gradient(currentcolor,currentcolor) 100% 100%/0 1px no-repeat;
    background-position-x: 100%;
    background-position-y: 100%;
    background-size: 0px 1px;
 	 -webkit-transition: background-size 1s cubic-bezier(0.33,1,0.68,1) 0s;
  	transition: background-size 1s cubic-bezier(0.33,1,0.68,1) 0s;
 	 will-change: background-size;
}
#main .building .innerBox .comLink a, 
#main .about .linkList li .comLink a {
	width: 26rem;
}
#main .about .linkList li .comLink a {
	width: 26rem;
}
#main .news .comLink a::after,
#main .building .innerBox .comLink a::after,
#main .about .linkList li .comLink a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 0.1rem;
	background-color: #1A1A1A;
}
#main .news .comLink a .com_arrow {
	border: 0;
}
#main .news .comLink a .com_arrow,
#main .building .innerBox .comLink a .com_arrow,
#main .estate .textBox > .innerBox .comLink a .com_arrow,
#main .about .linkList li .comLink a .com_arrow {
	margin-top: -1.8rem;
	right: 0.4rem;
}
#main .estate .textBox > .innerBox .comLink a .com_arrow {
	margin-top: -2rem;
}
#main .news .comLink a .com_arrow::before,
#main .building .innerBox .comLink a .com_arrow::before,
#main .about .linkList li .comLink a .com_arrow::before {
	background-position: center top 1.3rem;
}
#main .news .rBox {
	margin-top: 2.3rem;
	width: 71.6%;
}
#main .news .rBox .comNewsList li a {
	padding-left: 0;
}
#main .news .rBox .comNewsList .li01 .mark {
	background-color: #009CCF;
}
#main .news .comNewsList .com_arrow {
	margin-top: -1.8rem;
    border: 0;
    right: 0.4rem;
}
#main .bgBox {
	position: relative;
}
#main .bgBox::after {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	background-color: #1A1A1A;
	-webkit-clip-path: polygon(0 18%, 100% 78.5%, 100% 100%, 0% 100%);
	clip-path: polygon(0 18%, 100% 78.5, 100% 100%, 0% 100%);
	z-index: -1;
}
#main .bgBox .enPho {
	margin-bottom: 22.3rem;
}
#main .bgBox .enPho img {
	margin: 0 3.2rem;
	height: 20.5rem;
}
#main .building {
	padding-bottom: 18rem;
}
#main .building .content {
	max-width: 168rem;
	position: relative;
	z-index: 2;
}
#main .building .photoBox {
	width: 47.6%;
}
#main .building .textBox {
	width: 46.5%;
}
#main .building .innerBox {
	margin-top: 1rem;
	width: 69.2%;
}
#main .building .innerBox .headLine04 {
	margin-bottom: 5.5rem;
	line-height: 1.15;
}
#main .building .innerBox .headLine04 .en {
	margin-bottom: 1.8rem;
}
#main .building .innerBox .ttl {
	margin-bottom: 2.3rem;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .building .innerBox .txt {
	margin-bottom: 5.5rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
#main .building .innerBox .comLink {
	display: flex;
	justify-content: right;
}
#main .estate {
	padding-bottom: 15rem;
}
#main .estate .imgBox > .textBox {
	width: 44%;
	color: #fff;
	justify-content: right;
}
#main .estate .textBox > .innerBox {
	width: 57.5%;
}
#main .estate .textBox > .innerBox .headLine04  {
	margin-bottom: 5rem;
}
#main .estate .textBox > .innerBox .en {
	color: #fff;
}
#main .estate .textBox > .innerBox .ttl {
	margin: 0 -8rem 2.2rem 0;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.07em;
}
#main .estate .textBox > .innerBox  .txt {
	margin-bottom: 5.8rem;
	line-height: 2;
	letter-spacing: 0.1em;
}
#main .estate .textBox > .innerBox .linkList li:not(:last-child) {
	margin-bottom: 1.6rem;
}
#main .estate .textBox > .innerBox .comLink a {
	width: 26rem;
	position: relative;
	color: #fff;
	display: block;
	background: none;
	background: linear-gradient(currentcolor,currentcolor) 100% 100%/0 1px no-repeat;
    background-position-x: 100%;
    background-position-y: 100%;
    background-size: 0px 1px;
 	-webkit-transition: background-size 1s cubic-bezier(0.33,1,0.68,1) 0s;
  	transition: background-size 1s cubic-bezier(0.33,1,0.68,1) 0s;
 	will-change: background-size;
	border: 0;
	overflow: hidden;
}
#main .estate .textBox > .innerBox .comLink a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 0.1rem;
	background-color: #fff;
}
#main .estate .textBox > .innerBox .comLink a .com_arrow,
#main .building .innerBox .comLink a .com_arrow,
#main .about .linkList li .comLink a .com_arrow {
	border: 0;
}
#main .estate .textBox > .innerBox .comLink a .com_arrow::after {
	background-color: #fff;
}
#main .estate .textBox > .innerBox .comLink a .com_arrow::before {
	background-image: url(../img/common/arrow01_on.png);
	background-position: center top 1.4rem;
}
#main .estate .slideBox {
	margin-top: 2rem;
	width: 51.05%;
	position: relative;
}
#main .estate .control {
	margin-top: 5rem;
	height: 6rem;
	display: flex;
	align-items: center;
	position: relative;
}
#main .estate .control .bar {
	width: calc(100% - 50rem);
	height: 0.4rem;
	position: relative;
	top: 0.5rem;
	left: 14rem;
	background : #4D4D4D;
}
#main .estate .control .bar span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #00AEC4;
}
.swiper-scrollbar-drag {
	background-color: #00AEC4;
	border-radius: 0;
}
#main .estate .slideBox .prev,
#main .estate .slideBox .next {
	width: 5rem;
	position: absolute;
	bottom: 0;
	cursor: pointer;
}
#main .estate .slideBox .next {
	left: 6rem;
}
#main .estate .slideBox .swiper-wrapper .swiper-slide {
	margin-right: 4rem;
	width: 55.7%;
}
#main .estate .slideBox .swiper-wrapper .swiper-slide a {
	display: block;
}
#main .estate .slideBox .swiper-wrapper .pho {
	margin-bottom: -8rem;
	overflow: hidden;
}
#main .estate .slideBox .swiper-wrapper .pho img {
	width: "100%";
	transition: transform ease 0.3s;
	-webkit-transition: transform ease 0.3s;
}
#main .estate .slideBox .swiper-wrapper .innerBox {
	margin: 0 auto;
	padding: 2.5rem 0 3rem 5.5%;
	width: 85.3%;
	position: relative;
	background-color: #fff;
}
#main .estate .slideBox .swiper-wrapper .innerBox .ttl {
	margin-bottom: 1rem;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .estate .slideBox .swiper-wrapper .comPrice {
	margin-bottom: 2.5rem;
}
#main .estate .slideBox .swiper-wrapper .comPrice .num {
	font-size: 2rem;
}
#main .estate .slideBox .comTextList > li {
	display: flex;
	align-items: flex-start;
}
#main .estate .slideBox .comTextList > li .txt {
	flex: 1;
}
#main .estate .slideBox .comTextList > li:not(:last-child) {
	margin-bottom: 1rem;
}
#main .distribute {
	padding: 12.9rem 0 15rem;
	background: url(../img/index/distribute_bg.jpg) no-repeat center top / cover;
}
#main .distribute .headLine04 .en {
	color: #fff;
}
#main .distribute .headLine04 .jp {
	color: #fff;
}
#main .distribute .textBox {
	margin-top: 1.4rem;
	width: 45%;
}
#main .distribute .textBox .txt {
	margin-bottom: 7.2rem;
	color: #fff;
	line-height: 2;
	letter-spacing: 0.13em;
}
#main .distribute .btnList li {
	width: 26rem;
}
#main .distribute .btnList li a {
	padding: 0 0 0.4rem 0.2rem;
	min-height: 7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
#main .distribute .btnList li a::after {
    content: '';
    z-index: -1;
    position: absolute;
    left: -40%;
    top: 0;
    -webkit-transform: skew(50deg);
    -ms-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    width: 0;
    height: 100%;
}
#main .distribute .btnList li:nth-child(1) a::after {
	background-color: #000;
}
#main .distribute .btnList li:nth-child(2) a::after {
	background-color: #fff;
}
#main .distribute .btnList li:nth-child(1) a {
	background-color: #fff;
}
#main .distribute .btnList li:nth-child(2) a {
	background-color: #003347;
}
#main .distribute .btnList li a span {
	padding: 0.5rem 0 0.5rem 3.75rem;
}
#main .distribute .btnList li:nth-child(1) a span {
	color: #00AEC4;
	background: url(../img/index/icon03.png) no-repeat left top 0.6rem / 2.3rem;
}
#main .distribute .btnList li:nth-child(2) a span {
	color: #fff;
	background: url(../img/index/icon04.png) no-repeat left top 0.6rem / 2.4rem;
}
@media (min-width: 897px) {
	#main .news .comLink a:hover,
	#main .estate .textBox > .innerBox .comLink a:hover,
	#main .building .innerBox .comLink a:hover,
	#main .about .linkList li .comLink a:hover {
		opacity: 1;
	}
	#main .news .comLink a:hover::after,
	#main .building .innerBox .comLink a:hover::after,
	#main .estate .textBox > .innerBox .comLink a:hover::after,
	#main .about .linkList li .comLink a:hover::after {
		background-position: 0 100%;
 		background-size: 100% 1px;
		animation: forward 1s cubic-bezier(0.65,0,0.35,1) forwards; 
	}
	#main .news .comLink a:hover .com_arrow::before,
	#main .estate .textBox > .innerBox .comLink a:hover .com_arrow::before,
	#main .building .innerBox .comLink a:hover .com_arrow::before,
	#main .about .linkList li .comLink a:hover .com_arrow::before {
		-webkit-filter: invert(1);
		filter: invert(1);
	}
	#main .news .comLink a:hover .com_arrow::after,
	#main .estate .textBox > .innerBox .comLink a:hover .com_arrow::after,
	#main .building .innerBox .comLink a:hover .com_arrow::after,
	#main .about .linkList li .comLink a:hover .com_arrow::after {
		-webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
		transform: translate(-50%, -50%) scale(1.1, 1.1);
	}
	#main .news .comLink a:hover .com_arrow::before,
	#main .estate .textBox > .innerBox .comLink a:hover .com_arrow::before,
	#main .building .innerBox .comLink a:hover .com_arrow::before,
	#main .about .linkList li .comLink a:hover .com_arrow::before  {
		animation: left-in 1s cubic-bezier(0.33,1,0.68,1) forwards;
	}
    #main .distribute .btnList li:nth-child(1) a:hover span {
        color: #fff;
		background-image: url(../img/index/icon03_on.png);
    }
	#main .distribute .btnList li:nth-child(2) a:hover span {
        color: #003347;
		background-image: url(../img/index/icon04_on.png);
    }
	#main .distribute .btnList li a:hover::after {
        width: 140%;
        height: 100%;
    }
}
@keyframes forward {
	0% {
	  -webkit-transform:translate(0%,0%);
	  transform:translate(0%,0%)
	}
	30% {
	  -webkit-transform:translate(110%,0);
	  transform:translate(110%,0)
	}
	30.1% {
	  -webkit-transform:translate(-110%,0);
	  transform:translate(-110%,0)
	}
	to {
	  -webkit-transform:translate(0%,0%);
	  transform:translate(0%,0%)
	}
  }
#main .about {
	padding-top: 15rem;
	position: relative;
}
#main .about::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
	background-color: #F2F2F2;
	-webkit-clip-path: polygon(0 0, 100% 65%, 100% 0);
	clip-path: polygon(0 0, 100% 65%, 100% 0);
}
#main .about::before {
	width: 48rem;
	height: 68rem;
	position: absolute;
	top: 50%;
	left: -0.8rem;
	transform: translateY(-47%);
	content: "";
	z-index: -1;
	background: url(../img/index/about_bg.jpg) no-repeat left top / 48rem;
}
#main .about .imgBox {
	margin-bottom: 18.5rem;
}
#main .about .textBox {
	margin-top: 9.8rem;
	width: 53.2%;
	display: flex;
	justify-content: right;
}
#main .about .innerBox {
	width: 47.5%;
}
#main .about .innerBox .headLine04 {
	margin-bottom: 4.8rem;
}
#main .about .innerBox .ttl {
	margin-bottom: 2.7rem;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 0.1em;
}
#main .about .innerBox .txt {
	margin-bottom: 5.5rem;
	font-weight: 500;
	letter-spacing: 0.11em;
	line-height: 2;
}
#main .about .linkList li:not(:last-child) {
	margin-bottom: 2rem;
}
#main .about .photoBox {
	width: 41.6%;
	height: fit-content;
	position: relative;
}
#main .about .photoBox img {
	width: 100%;
}
#main .about .photoBox .subPho {
	width: 53%;
	position: absolute;
	bottom: -46%;
	left: 50%;
	transform: translateX(-82.5%);
}
#main .about .photoList li {
	width: 30%;
}
#main .about .photoList li:nth-child(2) {
	margin-top: 6rem;
}
#main .about .photoList li:nth-child(3) {
	margin-top: 12rem;
}
#main .about .photoList li a {
	display: block;
}
#main .about .photoList .pho {
	margin-bottom: 0.5rem;
	position: relative;
	overflow: hidden;
}
#main .about .photoList .pho::after {
	width: 8rem;
	height: 8rem;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	background: url(../img/index/icon05.png) no-repeat left top / 8rem;
}
#main .about .photoList .pho img {
	width: "100%";
	transition: transform ease 0.3s;
	-webkit-transition: transform ease 0.3s;
}
#main .about .photoList .headLine04 {
	margin-bottom: 1.2rem;
}
#main .about .photoList .en {
	margin-bottom: 0;
	font-size: 4.4rem;
}
#main .about .photoList .jp {
	font-size: 1.6rem;
}
#main .about .photoList .txt {
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.13em;
}
@media all and (min-width: 897px) {
	#main .estate .slideBox .swiper-wrapper .swiper-slide a:hover img,
	#main .about .photoList li a:hover img {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
	#main .estate .slideBox .prev:hover,
	#main .estate .slideBox .next:hover {
	opacity: 0.7;
}
}
@media all and (max-width: 896px) {
	.mainVisual {
		margin-bottom: 3.3rem;
	}
	.mainVisual .content {
		top: auto;
		bottom: 11%;
		left: 0;
		transform: translateY(0);
	}
	.mainVisual .slideBox li img {
		height: auto;
	}
	.mainVisual .textBox .ttl {
		margin-bottom: 0.6rem;
		font-size: 4.9rem;
	}
	.mainVisual .textBox .en {
		margin-right: 1.2rem;
		font-size: 2rem;
		letter-spacing: -0.01em;
	}
	.mainVisual .textBox .num {
		font-size: 5.4rem;
	}
	.mainVisual .banner {
		display: none;
	}
	#main {
		margin-bottom: 5.7rem;
	}
	#main .pickUp {
		padding-bottom: 1.4rem;
	}
	#main .pickUp .headLine04 {
		margin-bottom: 2.6rem;
	}
	#main .pickUp .photoList .slick-slide {
		margin: 0 1.5rem;
		width: 34.5rem;
	}
	#main .pickUp .slick-dots {
		bottom: -2.6rem;
	}
	#main .pickUp .slick-dots li {
		width: 5rem;
		margin: 0 0.3rem;
	}
	#main .news {
		padding: 7.2rem 0 7.4rem;
	}
	#main .news .content {
		display: block;
	}
	#main .news .headLine04 {
		margin-bottom: 2.6rem;
		text-align: center;
	}
	#main .news .rBox {
		margin-bottom: 2.3rem;
		width: auto;
	}
	#main .news .rBox .comNewsList li a {
		padding: 1.7rem 0 1.6rem;
	}
	#main .news .comLink a, 
	#main .building .innerBox .comLink a, 
	#main .about .linkList li .comLink a {
		width: auto;
	}
	#main .news .comNewsList .com_arrow {
		display: none;
	}
	#main .news .comNewsList li .lSpan {
		margin-bottom: 0.7rem;
	}
	#main .news .comNewsList li .lSpan .time {
		letter-spacing: 0.06em;
	}
	#main .news .comNewsList li .lSpan .mark {
		padding: 0.15rem 0.5rem 0.3rem;
		min-width: 9rem;
	}
	#main .news .comLink {
		display: flex;
		justify-content: right;
	}
	#main .news .comLink a {
		width: 18rem;
	}
	#main .news .comLink a .com_arrow, 
	#main .building .innerBox .comLink a .com_arrow, 
	#main .estate .textBox > .innerBox .comLink a .com_arrow, 
	#main .about .linkList li .comLink a .com_arrow {
		right: -0.6rem;
	}
	#main .news .comLink a .com_arrow::before {
		left: -1rem;
		background-position: center top 1.6rem;
	}
	#main .bgBox::after {
		-webkit-clip-path: polygon(0 40.4%, 100% 53.8%, 100% 100%, 0% 100%);
    	clip-path: polygon(0 40.4%, 100% 53.8%, 100% 100%, 0% 100%);
	}
	#main .bgBox .enPho {
		margin-bottom: 7rem;
		width: 92.05rem;
	}
	#main .bgBox .enPho img {
		width: 100%;
		height: auto;
	}
	#main .building {
		padding-bottom: 6.1rem;
	}
	#main .building .imgBox {
		display: block;
	}
	#main .building .photoBox {
		width: auto;
	}
	#main .building .textBox {
		width: auto;
	}
	#main .building .innerBox {
		margin-top: 0;
		width: auto;
	}
	#main .building .innerBox .headLine04 {
		margin-bottom: 2.2rem;
	}
	#main .building .innerBox .headLine04 .en {
		margin-bottom: 0.6rem;
		line-height: 1.22;
	}
	#main .building .innerBox .ttl {
		margin-bottom: 1.5rem;
		font-size: 1.8rem;
		line-height: 1.75;
	}
	#main .building .innerBox .txt {
		margin-bottom: 1.7rem;
		line-height: 1.75;
		font-feature-settings: "palt";
		text-align: justify;
		letter-spacing: 0.14em;
	}
	#main .building .innerBox .comLink {
		margin-bottom: 4rem;
	}
	#main .estate {
		padding-bottom: 3.3rem;
	}
	#main .estate .imgBox {
		margin: 0 1.5rem;
		display: block;
	}
	#main .estate .imgBox > .textBox {
		width: auto;
		display: block;
	}
	#main .estate .textBox > .innerBox {
		width: auto;
	}
	#main .estate .textBox > .innerBox .headLine04 {
		margin-bottom: 2.3rem;
	}
	#main .estate .textBox > .innerBox .ttl {
		margin: 0 0 1.2rem 0;
		font-size: 1.8rem;
	}
	#main .estate .textBox > .innerBox .txt {
		margin-bottom: 2.7rem;
		line-height: 1.75;
	}
	#main .estate .slideBox {
		margin: 0 -1.5rem 3.7rem 0;
		width: auto;
	}
	#main .estate .slideBox .swiper-wrapper > .swiper-slide {
		margin-right: 2rem;
		width: 27rem;
	}
	#main .estate .slideBox .comTextList > .swiper-slide:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	#main .estate .slideBox .swiper-wrapper .pho {
		margin-bottom: -4rem;
	}
	#main .estate .slideBox .swiper-wrapper .innerBox {
		padding: 1rem 1.4rem 2rem 1.5rem;
		color: #1A1A1A;
	}
	#main .estate .slideBox .swiper-wrapper .innerBox .ttl {
		margin-bottom: 0.6rem;
		font-size: 1.6rem;
	}
	#main .estate .slideBox .swiper-wrapper .comPrice {
		margin-bottom: 1.2rem;
		display: flex;
		align-items: center;
	}
	#main .estate .slideBox .swiper-wrapper .comPrice .num {
		padding-bottom: 0.2rem;
		font-size: 2.1rem;
	}
	#main .estate .slideBox .comTextList .txt {
		line-height: 1.5;
	}
	#main .estate .slideBox .comTextList > li {
		display: block;
	}
	#main .estate .slideBox .comTextList > li:not(:last-child) {
		margin-bottom: 1.5rem;
	}
	#main .estate .control {
		margin-top: 1rem;
	}
	#main .estate .control .bar {
		width: calc(100% - 11.8rem);
		top: 1rem;
		left: 10.5rem;
	}
	#main .estate .slideBox .prev, 
	#main .estate .slideBox .next {
		width: 4rem;
		height: 4rem;
	}
	#main .estate .slideBox .next {
		left: 5rem;
	}
	#main .estate .textBox > .innerBox .linkList {
		display: flex;
		justify-content: space-between;
	}
	#main .estate .textBox > .innerBox .linkList li {
		width: 47.8%
	}
	#main .estate .textBox > .innerBox .comLink a {
		padding: 0 3rem 1.2rem 0.5rem;
		width: auto;
		font-weight: 700;
	}
	#main .estate .textBox > .innerBox .comLink a .com_arrow {
		margin-top: -2.2rem;
		right: -0.3rem;
	}
	#main .about .linkList li .comLink a .com_arrow {
		margin-top: -1.6rem;
		right: -0.3rem;
	}
	#main .distribute {
		padding: 3.9rem 0 5rem;
		background-image: url(../img/index/distribute_bg_sp.jpg);
	}
	#main .distribute .content {
		display: block;
	}
	#main .distribute .headLine04 {
		margin-bottom: 2rem;
	}
	#main .distribute .textBox {
		margin-top: 0;
		width: 	auto;
	}
	#main .distribute .textBox .txt {
		margin-bottom: 3.8rem;
		line-height: 1.75;
	}
	#main .distribute .btnList li {
		width: 48.5%;
	}
	#main .distribute .btnList li a {
		padding: 0 0 0.2rem 0;
		min-height: 6rem;
		background-position: left 3.5rem center !important;
		background-size: 1.96rem !important;
	}
	#main .distribute .btnList li a span {
		padding-left: 2.9rem;
	}
	#main .distribute .btnList li:nth-child(2) a span {
		padding-left: 3.1rem;
	}
	#main .distribute .btnList li:nth-child(1) a span {
		background-size: 2rem;
	}
	#main .distribute .btnList li:nth-child(2) a span {
		background-size: 2.09rem;
	}
	#main .about {
		padding-top: 3.9rem;
	}
	#main .about::after {
		-webkit-clip-path: polygon(0 0, 100% 12%, 100% 0);
		clip-path: polygon(0 0, 100% 12%, 100% 0);
	}
	#main .about::before {
		display: none;
	}
	#main .about .imgBox {
		margin-bottom: 1.9rem;
		display: block;
	}
	#main .about .textBox {
		margin: 0 1.5rem;
		width: auto;
	}
	#main .about .innerBox {
		margin-bottom: 3rem;
		width: auto;
	}
	#main .about .innerBox .headLine04 {
		margin-bottom: 1.9rem;
	}
	#main .about .innerBox .ttl {
		margin-bottom: 0.8rem;
		font-size: 1.8rem;
	}
	#main .about .innerBox .txt {
		margin-bottom: 2.3rem;
		line-height: 1.75;
	}
	#main .about .photoBox {
		display: none;
	}
	#main .about .linkList {
		display: flex;
		justify-content: space-between;
	}
	#main .about .linkList li {
		width: 47.8%
	}
	#main .about .linkList li .comLink a {
		width: auto;
	}
	#main .about .linkList .comLink a {
		padding: 0 3rem 1.2rem 0.5rem;
		width: auto;
		font-weight: 700;
	}
	#main .about .photoList {
		margin-top: -3.7rem;
		display: block;
	}
	#main .about .photoList .pho::after {
		background-image: url(../img/index/icon05_sp.png);
	}
	#main .about .photoList li {
		margin: 3.7rem 0  !important;
		width: auto;
	}
	#main .about .photoList .pho {
		margin-bottom: 0.7rem;
	}
	#main .about .photoList .en {
		font-size: 2.8rem;
	}
	#main .about .photoList .jp {
		font-size: 1.4rem;
	}
}