@charset "UTF-8";
/* //////////////////////////////////////////////////

　トップページのスタイル

////////////////////////////////////////////////// */
#contents {
  padding-bottom: 150px;
}

/*
  mainimg
-------------------------------------------------- */
#mainimg {
  margin-bottom: 0;
}
#mainimg .text {
  opacity: 0;
  transition: 0.8s;
}
#mainimg .text.on {
  opacity: 1;
}
#mainimg .text span {
  display: inline-block;
  margin-top: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 1.285em;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 980px) {
  #mainimg .text img {
    width: 400px;
  }
  #mainimg .text span {
    margin-top: 10px;
    padding-left: 10px;
    font-size: 1em;
  }
}
@media screen and (max-width: 600px) {
  #mainimg .text img {
    width: 320px;
  }
  #mainimg .text span {
    margin-top: 10px;
    padding-left: 10px;
  }
}
#mainimg #slide {
  width: 85% !important;
}
#mainimg #slide li {
  width: auto !important;
}
@media screen and (max-width: 600px) {
  #mainimg #slide {
    width: calc(100% - 45px) !important;
  }
  #mainimg #slide li img {
    width: 100%;
  }
}
#mainimg .bx-pager {
  bottom: -55px;
}
@media screen and (max-width: 600px) {
  #mainimg .bx-pager {
    bottom: -40px;
  }
}

/*
  リノベーション
-------------------------------------------------- */
#renovation {
  padding-top: 360px;
}
#renovation::before {
  top: 360px;
}
@media screen and (max-width: 600px) {
  #renovation {
    padding-top: 240px;
  }
  #renovation::before {
    top: 280px;
  }
}
#renovation .main {
  margin-bottom: 100px;
  margin-right: -100px;
  align-items: flex-start;
}
#renovation .main .text {
  width: 40%;
  padding: 70px 50px;
  margin-top: -200px;
  background: #fff;
}
#renovation .main .text h2 {
  margin-bottom: 2em;
  text-align: center;
  line-height: 1.6;
}
#renovation .main .text h2 .en {
  font-size: 2.857em;
}
#renovation .main .text h2 .ja {
  font-size: 1.285em;
}
#renovation .main .text p {
  margin-bottom: 2.5em;
}
#renovation .main .image {
  margin-top: -130px;
  width: 60%;
}
@media screen and (max-width: 980px) {
  #renovation .main .text {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 600px) {
  #renovation .main {
    margin-bottom: -60px;
    margin-right: -20px;
    flex-direction: column-reverse;
  }
  #renovation .main .text {
    z-index: 2;
    width: 100%;
    min-width: 300px;
    padding: 40px 30px;
    margin-top: 0;
  }
  #renovation .main .text p {
    margin-bottom: 2em;
  }
  #renovation .main .image {
    margin-top: -200px;
    width: 100%;
  }
}
#renovation .sub {
  margin: 0 50px 0 -50px;
}
#renovation .sub > div {
  width: calc(50% - 100px);
  margin: 0 50px -80px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#renovation .sub .image img {
  width: 100%;
}
#renovation .sub .text {
  padding: 35px 40px 40px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#renovation .sub .text h2 {
  margin-bottom: 2em;
  text-align: center;
  line-height: 1.6;
}
#renovation .sub .text h2 .en {
  font-size: 2.142em;
}
#renovation .sub .text h2 .ja {
  font-size: 1.142em;
}
#renovation .sub .text p {
  flex-grow: 1;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 980px) {
  #renovation .sub {
    margin: 0 0 0 -30px;
  }
  #renovation .sub > div {
    width: calc(50% - 60px);
    margin: 0 30px -80px;
  }
  #renovation .sub .text {
    padding: 25px 30px 30px;
  }
}
@media screen and (max-width: 600px) {
  #renovation .sub {
    margin: 0 20px 0 0;
    flex-direction: column;
  }
  #renovation .sub > div {
    width: 100%;
    margin: 110px 0 -80px;
  }
  #renovation .sub .text p {
    margin-bottom: 2em;
  }
}

/*
  アーバンライフとは
-------------------------------------------------- */
#urbanlife {
  position: relative;
  padding-top: 410px;
}
#urbanlife .container {
  position: relative;
  z-index: 2;
  background: #fff;
}
#urbanlife::before {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 410px;
  bottom: 0;
  width: 50%;
  content: "";
  background: #fff;
}
@media screen and (max-width: 600px) {
  #urbanlife {
    padding-top: 310px;
  }
  #urbanlife .container {
    background: none;
  }
  #urbanlife::before {
    width: 95%;
  }
}
#urbanlife .main {
  margin-left: -100px;
  align-items: flex-start;
}
#urbanlife .main .text {
  width: 40%;
  padding: 70px 50px;
  margin-top: -200px;
  background: #2c2d34;
  color: #fff;
}
#urbanlife .main .text h2 {
  margin-bottom: 2em;
  text-align: center;
  line-height: 1.6;
}
#urbanlife .main .text h2 .en {
  font-size: 2.857em;
}
#urbanlife .main .text h2 .ja {
  font-size: 1.285em;
}
#urbanlife .main .text p {
  margin-bottom: 2.5em;
}
#urbanlife .main .text .btn {
  background: #fff;
  color: #2c2d34;
}
#urbanlife .main .image {
  margin-top: -90px;
  width: 60%;
}
#urbanlife .main .logo {
  width: 40%;
  margin-top: -15%;
  margin-left: 60%;
  text-align: center;
}
@media screen and (max-width: 980px) {
  #urbanlife .main .text {
    padding: 50px 30px;
  }
  #urbanlife .main .logo {
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  #urbanlife .main {
    margin: 0 0 0 -20px;
    flex-direction: column;
  }
  #urbanlife .main .text {
    z-index: 2;
    width: 100%;
    padding: 40px 30px;
    margin-top: 0;
  }
  #urbanlife .main .text p {
    margin-bottom: 2em;
  }
  #urbanlife .main .image {
    margin-top: -90px;
    width: calc(100% + 20px);
    width: 100%;
  }
  #urbanlife .main .logo {
    width: 100%;
    margin: 40px 0;
  }
}

/*
  最新情報
-------------------------------------------------- */
#news {
  position: relative;
}
#news .container {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-top: 90px;
  padding-bottom: 220px;
}
#news::before {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  content: "";
  background: #fff;
}
@media screen and (max-width: 600px) {
  #news .container {
    padding-top: 20px;
    padding-bottom: 60px;
    background: none;
  }
  #news::before {
    right: 0;
    top: 0;
    bottom: 0;
    width: 95%;
  }
}
#news .bg_text {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 100px;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  #news .bg_text {
    display: none;
  }
}
#news .flex {
  padding-left: 100px;
}
@media screen and (max-width: 980px) {
  #news .flex {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  #news .flex {
    flex-direction: column;
    align-items: center;
  }
}
#news h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 250px;
  height: 250px;
  background: #2c2d34;
  color: #fff;
  text-align: center;
}
#news h2 .en {
  font-size: 2.142em;
}
#news h2 .ja {
  font-size: 1.142em;
}
@media screen and (max-width: 980px) {
  #news h2 {
    width: 170px;
    height: 170px;
  }
}
#news .content {
  width: calc(100% - 250px);
  padding: 0 60px;
}
#news .content ul {
  height: 500px;
  padding-right: 20px;
  overflow-y: auto;
}
#news .content li {
  border-bottom: 1px solid #3e3e3e;
  padding: 10px 0;
}
#news .content li a {
  display: flex;
}
#news .content li .date {
  padding-right: 3em;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  #news .content {
    width: calc(100% - 170px);
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 600px) {
  #news .content {
    width: 100%;
    padding: 0 40px;
    margin-top: 30px;
  }
  #news .content ul {
    height: auto;
    overflow-y: visible;
  }
  #news .content li:nth-child(n + 11) {
    display: none;
  }
  #news .content li a {
    flex-direction: column;
  }
  #news .content li .date {
    padding-right: 0;
    margin-bottom: 5px;
  }
}
#news .btn {
  margin-top: 3em;
}

/*  #loading
--------------------------------------------------*/
#loadingArea {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 999;
}
.load {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  /* margin-top: -100px;
  margin-left: -100px; */
  text-align: center;
  z-index: 9999;
}
.loadImg {
  max-width: 780px;
  margin: 0 auto;
  width: 80%;
  opacity: 0;
  transition: 1.8s;
}
.on .loadImg {
  opacity: 1;
}
.loadText {
  margin: 20px auto 0;
  padding: 0 15px;
  display: inline-block;
  font-size: 32px;
  opacity: 0;
  /* -webkit-animation:blink 0.6s ease-in-out infinite alternate;
  -moz-animation:blink 0.6s ease-in-out infinite alternate;
  animation:blink 0.6s ease-in-out infinite alternate; */
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.loadText span {
  display: inline-block;
  margin: 0 -.075em;
  animation: loading .7s infinite alternate;
  padding: 0 3px;
}
.loadText span:nth-child(2) {
  animation-delay: .1s;
}
.loadText span:nth-child(3) {
  animation-delay: .2s;
}
.loadText span:nth-child(4) {
  animation-delay: .3s;
}
.loadText span:nth-child(5) {
  animation-delay: .4s;
}
.loadText span:nth-child(6) {
  animation-delay: .5s;
}
.loadText span:nth-child(7) {
  animation-delay: .6s;
}
@keyframes loading {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}

@media screen and (max-width: 787px) {
  .loadText {
    font-size: 20px;
  }
}



/*  .banner50thArea
--------------------------------------------------*/
.banner50thArea {
	margin: 80px 10px 0;
	text-align: center;
}
.banner50thArea .js-campaignBtn {
	display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 787px) {
	.banner50thArea {
		margin-top: 40px;
	}
}