@charset "utf-8";
/* one */

.one {
  position: relative;
}

#header-wrap {
  margin: 0 auto 120px;
}

.hd--kv {
  width: 100%;
}

.hd--pgtt {
  width: 100%;
  background-color: #e9e5e3;
}
.hd--pgtt-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1250px;
  height: 275px;
  margin: auto;
}
.hd--pgtt-inner img {
  width: auto;
  height: 90px;
}


.hd--nav-wrap {
  background-color: #000;
  width: 100%;
  height: 110px;
}
.hd--nav ul {
  display: flex;
  justify-content: center;
}
.hd--nav li {
  position: relative;
}
.hd--nav li + li:before {
  content: '';
  display: block;
  height: 48px;
  width: 1px;
  background-color: #FFF;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 5;
}
.hd--nav li a {
  transition: all 1s;
}
.hd--nav li a:hover {
  opacity: .6;
}
.hd--nav li img {
  height: 110px;
}


#main-wrap {
  margin-bottom: 250px;
}

.top-cont {
  position: relative;
  width: 1250px;
  margin: auto;
}
.top-cont::after {
  content: '';
  display: block;
  height: 485px;
  background-color: #f5f3f2;
  position: absolute;
  top: 115px;
  left:0;
  right:0;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  z-index: -1;
}
.top-cont + .top-cont {
  margin-top: 260px;
}
.top-cont-txt {
  position: absolute;
}
.top-cont-txtimg {
  margin-bottom: 30px;
}

.top-cont-btn {
  width: 148px;
  height: 30px;
  border: 1px solid #000;
}
.top-cont-btn a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  transition: all 1s;
}
.top-cont-btn a:hover {
  background-color: #CCC;
}
.top-cont-btn a img {
  width: auto;
  height: 10px;
}

#top-luxu-wrap .top-cont-txt {
  top: 0;
  left: 0;
}
#top-luxu-wrap .top-cont-txtimg {
  width: 430px;
}
#top-luxu-wrap .top-cont-ph {
  width: 988px;
  margin: 0 0 0 auto;
}

#top-life-wrap .top-cont-txt {
  top: 0;
  right: 0;
}
#top-life-wrap .top-cont-txtimg {
  width: 458px;
  margin-right: -50px;
}
#top-life-wrap .top-cont-ph {
  width: 1048px;
  margin: 0 auto 0 0;
}

#top-rest-wrap .top-cont-txtimg {
  width: 406px;
}
#top-rest-wrap .top-cont-ph {
  width: 988px;
  margin: 0 0 0 auto;
}


#footer-wrap {
  background-color: #000;
}
.ft--inner {
  width: 1250px;
  margin: auto;
  padding: 100px 0 72px;
}
.ft--read {
  margin: 0 auto 70px !important;
}
.ft--info {
  margin: 0 auto 30px !important;
}
.ft--acc {
  width: 148px;
  height: 30px;
  margin: auto !important;
}
.ft--acc a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  transition: all 1s;
}
.ft--acc a:hover {
  background-color: #CCC;
}
.ft--acc a img {
  width: auto;
  height: 10px;
}

