.swiper-container {
  position: relative;
}

.swiper {
  width: 100%;
}
.swiper figure,
.swiper .banner,
.swiper .banner .image {
  width: 100%;
}
.swiper .image {
  background-size: cover;
}
.swiper .swiper-slide {
  text-align: left;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section > div .box-title > * {
  display: flex;
  flex-direction: column;
  align-items: start;
}
section > div .box-title > * span {
  position: relative;
  font-size: 128px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 12.8px;
  text-align: right;
  line-height: 1;
  padding: 0 40px;
  z-index: 2;
}
section > div .box-title > * span:not(:last-child) {
  margin-bottom: 13px;
}
section > div .box-title > * span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section > div .box-title.r > * {
  align-items: end;
}
section > div .box-title.r > * span::before {
  border-radius: 20px 0 0 20px;
}
section > div .box-title + * {
  margin-top: 85px;
}
section > div .imagebox {
  position: relative;
  display: inline-flex;
}
section > div .imagebox > img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
section > div .imagebox > span {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 500;
  letter-spacing: 0.075em;
  background-color: #fcfbf9;
  border-top-right-radius: 20px;
  padding: 11px 43px 11px 28px;
}
section > div .imagebox > span > span {
  font-weight: 700;
  text-transform: uppercase;
}
section > div > .index-box1 {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333333333% - 80px));
  grid-template-rows: auto;
  justify-content: space-evenly;
  justify-items: center;
}
section > div > .index-box1 > div > :nth-child(1) {
  margin-bottom: 40px;
}
section > div > .index-box1 > div > :nth-child(2) {
  text-align: center;
}
section > div > .index-box1 > div > :nth-child(2) > h2 {
  font-size: 64px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 6.4px;
  line-height: normal;
  color: #212111;
  margin-bottom: 40px;
}
section > div > .index-box1 > div > :nth-child(2) > p {
  width: 80%;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
  color: #212111;
  margin: 0 auto 60px;
}
section > div > .index-box1 > div > :nth-child(2) > p::before {
  content: "";
  display: block;
  width: 95%;
  height: 3px;
  background-color: #f4f0ea;
  margin-bottom: 20px;
}
section > div > .index-box1.ind2 > div > :nth-child(2) > h2 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2.4px;
}
section.index-select > div {
  max-width: 1440px;
  margin: 0 auto;
}
section.index-select > div > h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
section.index-select > div > ul {
  display: grid;
  grid-template-columns: repeat(5, 200px);
  grid-template-rows: auto;
  justify-content: space-evenly;
  justify-items: center;
}
section.index-select > div > ul > li:nth-child(1) {
  text-align: center;
}
section.index-select > div > ul > li:nth-child(1) > a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
}
section.index-select > div > ul > li:nth-child(1) > a::before {
  content: "";
  width: 184px;
  height: 184px;
  display: block;
  background: url("/images/index/desktop/peop_1.png?99") no-repeat;
  background-size: contain;
  margin: 0 auto 25px;
}
section.index-select > div > ul > li:nth-child(2) {
  text-align: center;
}
section.index-select > div > ul > li:nth-child(2) > a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
}
section.index-select > div > ul > li:nth-child(2) > a::before {
  content: "";
  width: 184px;
  height: 184px;
  display: block;
  background: url("/images/index/desktop/peop_2.png?99") no-repeat;
  background-size: contain;
  margin: 0 auto 25px;
}
section.index-select > div > ul > li:nth-child(3) {
  text-align: center;
}
section.index-select > div > ul > li:nth-child(3) > a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
}
section.index-select > div > ul > li:nth-child(3) > a::before {
  content: "";
  width: 184px;
  height: 184px;
  display: block;
  background: url("/images/index/desktop/peop_3.png?99") no-repeat;
  background-size: contain;
  margin: 0 auto 25px;
}
section.index-select > div > ul > li:nth-child(4) {
  text-align: center;
}
section.index-select > div > ul > li:nth-child(4) > a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
}
section.index-select > div > ul > li:nth-child(4) > a::before {
  content: "";
  width: 184px;
  height: 184px;
  display: block;
  background: url("/images/index/desktop/peop_4.png?99") no-repeat;
  background-size: contain;
  margin: 0 auto 25px;
}
section.index-select > div > ul > li:nth-child(5) {
  text-align: center;
}
section.index-select > div > ul > li:nth-child(5) > a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.6px;
}
section.index-select > div > ul > li:nth-child(5) > a::before {
  content: "";
  width: 184px;
  height: 184px;
  display: block;
  background: url("/images/index/desktop/peop_5.png?99") no-repeat;
  background-size: contain;
  margin: 0 auto 25px;
}
section.index-select > div > div {
  display: block;
  margin: 50px auto 0;
  text-align: center;
}
section.sectionbox2 > div {
  max-width: 1800px;
  margin: 0 auto;
}
section.sectionbox2 > div > div {
  display: inline-flex;
  width: 100%;
  background-color: #f4f0ea;
  border-radius: 20px;
  padding: 55px 0;
}
section.sectionbox2 > div > div > div {
  width: 50%;
}
section.sectionbox2 > div > div > div:nth-child(1) {
  position: relative;
}
section.sectionbox2 > div > div > div:nth-child(1) > img {
  display: block;
  width: 100%;
  border-radius: 0 20px 20px 0;
}
section.sectionbox2 > div > div > div:nth-child(1) > div {
  position: absolute;
  top: 20px;
  right: -100px;
  width: 420px;
  border: 1px solid #fcfbf9;
  border-radius: 16px 16px 16px 0;
  background-color: #60707a;
  padding: 26px 46px 19px;
}
section.sectionbox2 > div > div > div:nth-child(1) > div > * {
  display: block;
  font-weight: 400;
  color: #fcfbf9;
  text-align: center;
  letter-spacing: 1.6px;
}
section.sectionbox2 > div > div > div:nth-child(1) > div > * > span {
  display: block;
}
section.sectionbox2 > div > div > div:nth-child(1) > div > * > span:nth-child(1) {
  text-transform: uppercase;
  padding-top: 40px;
}
section.sectionbox2 > div > div > div:nth-child(2) .box-title {
  margin-bottom: 80px;
}
section.sectionbox2 > div > div > div:nth-child(2) .box-title > * span::before {
  background-color: #fcfbf9;
}
section.sectionbox2 > div > div > div:nth-child(2) .trendyhouse {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.sectionbox2 > div > div > div:nth-child(2) .trendyhouse .imagebox {
  width: 50%;
  margin-bottom: 40px;
}
section.sectionbox2 > div > div > div:nth-child(2) .trendyhouse .imagebox > img {
  border: 3px solid #fcfbf9;
  border-radius: 20px 20px 20px 0;
}
section.sectionbox2 > div > div.index-trendybox {
  background-color: #60707a;
}
section.sectionbox2 > div > div.box2 > div > .imagebox {
  width: 100%;
}
section.sectionbox2 > div > div.box2 > div > .imagebox > img {
  border-radius: 0 20px 20px 0;
}
section.sectionbox2 > div > div.box2 > div > .imagebox > span {
  background-color: #f4f0ea;
}
section.sectionbox2 > div > div.box2 > div .box-title {
  padding-top: 35px;
}
section.sectionbox2 > div > div.box2 > div .box-title > * > span:nth-child(1) {
  left: -190px;
}
section.sectionbox2 > div > div.box2 > div .box-title.hd > * > span:nth-child(1) {
  left: -30vw;
}
section.sectionbox2 > div > div.box2 > div .content {
  text-align: center;
}
section.sectionbox2 > div > div.box2 > div .content > p {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 150%; /* 36px */
  text-transform: uppercase;
  padding: 0 120px;
  margin-bottom: 100px;
}
section.sectionbox3 > div .box-header {
  display: flex;
  margin-bottom: 85px;
}
section.sectionbox3 > div .box-header > div {
  width: 50%;
}
section.sectionbox3 > div .box-header > div.box-perex > p {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  line-height: 150%; /* 36px */
  text-align: center;
}
section.sectionbox3 > div .box-header > div.box-perex > p:not(:last-child) {
  margin-bottom: 40px;
}
section.sectionbox3 > div .box-content {
  /*display: grid;
  grid-template-columns: repeat(3, calc((100% / 3) - 80px));
  grid-template-rows: auto;
  justify-content: space-evenly;
  justify-items: center;*/
  display: flex;
  justify-content: space-evenly;
  justify-items: center;
  padding: 0 150px;
}
section.sectionbox3 > div .box-content > div {
  flex-basis: calc(33.3333333333% - 40px);
  background-color: #ffffff;
}
section.sectionbox3 > div .box-content > div .imagebox > span {
  background-color: #ffffff;
}
section.sectionbox3 > div .box-btn {
  display: block;
  text-align: center;
  margin-top: 50px;
}
section.sectionbox3 > div {
  /*
  > div {

  	> :nth-child(1) {
  		margin-bottom: 40px;
  	}

  	> :nth-child(2) {
  		text-align: center;

  		> h2 {
  			font-size: 64px;
  			font-weight: 200;
  			text-transform: uppercase;
  			letter-spacing: 6.4px;
  			line-height: normal;
  			color: $color-black;
  			margin-bottom: 40px;
  		}

  		> p {
  			width: 80%;
  			font-size: 16px;
  			font-weight: 400;
  			letter-spacing: $text-spacing;
  			color: $color-black;
  			margin: 0 auto 60px;

  			&::before {
  				content: '';
  				display: block;
  				width: 95%;
  				height: 3px;
  				background-color: #f4f0ea;
  				margin-bottom: 20px;
  			}
  		}
  	}
  }
  */
}
section .swiper-index-floorbanner {
  display: inline-grid;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
section .swiper-index-floorbanner > .swiper {
  flex-basis: 55%;
  height: 420px;
}
section .swiper-index-floorbanner > .swiper .banner {
  display: flex;
  flex-direction: column;
}
section .swiper-index-floorbanner > .swiper .banner img + span {
  display: inline-block;
  padding: 5px 0 10px 0;
}
section .swiper-index-floorbanner > .swiper .banner .eswebicon.wi-plus {
  font-size: 50pt;
}
section .swiper-index-floorbanner > .swiper .banner img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 50px;
}
section .swiper-index-floorbanner > .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  box-sizing: border-box;
  text-align: center;
  position: relative;
  bottom: 40px;
}
section .swiper-index-floorbanner > .swiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  opacity: 100;
  margin: 0 8px;
  background-color: #d9d9d9;
  position: relative;
}
section .swiper-index-floorbanner > .swiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet::after {
  width: 24px;
  height: 24px;
  position: absolute;
  top: -4px;
  left: -4px;
  border-radius: 20px;
  border: 1px solid #d9d9d9;
  content: "";
}
section .swiper-index-floorbanner > .swiper .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #60707a;
}
