#about .about {
  padding-top: 2.6vw;
  padding-bottom: 13.3vw;
}

@media screen and (min-width: 768px) {
  #about .about {
    padding-top: 0;
    padding-bottom: 80px;
  }
}

#about .about .section__head {
  font-size: 5.3vw;
  margin-bottom: 10.8vw;
}

@media screen and (min-width: 768px) {
  #about .about .section__head {
    font-size: 20px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  #about .about .section__txt {
    text-align: center;
  }
}

#about .story {
  background-color: #F1F4F6;
  padding-top: 10.6vw;
  padding-bottom: 16vw;
}

@media screen and (min-width: 768px) {
  #about .story {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}

#about .story .section__head {
  height: 5.86vw;
  margin-bottom: 10.8vw;
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
  #about .story .section__head {
    height: 36px;
    margin-bottom: 30px;
  }
}

#about .story .section__sub-title {
  font-size: 3.7vw;
  font-weight: 100;
  text-align: center;
  margin-bottom: 10.6vw;
}

@media screen and (min-width: 768px) {
  #about .story .section__sub-title {
    font-size: 14px;
    margin-bottom: 60px;
  }
}

#about .story .section__txt {
  margin-bottom: 10.6vw;
}

@media screen and (min-width: 768px) {
  #about .story .section__txt {
    text-align: center;
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 768px) {
  #about .story__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
  }
}

#about .story__wrap .flx__img {
  width: 100%;
  padding: 0 0 0 5.3vw;
}

@media screen and (min-width: 768px) {
  #about .story__wrap .flx__img {
    width: 47.5%;
    height: 400px;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  #about .story__wrap .flx__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}

#about .story__wrap .flx__desc {
  padding: 5.3vw 5.3vw 0;
}

@media screen and (min-width: 768px) {
  #about .story__wrap .flx__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 35px 35px 0;
    position: absolute;
    right: calc(50% - 30px);
    height: 100%;
    width: 52%;
    max-width: 625px;
  }
}

@media screen and (min-width: 1280px) {
  #about .story__wrap .flx__desc {
    padding-left: 150px;
    padding-right: 35px;
  }
}

#about .story__wrap.wrap--rev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#about .story__wrap.wrap--rev .flx__img {
  padding: 0 5.3vw 0 0;
}

@media screen and (min-width: 768px) {
  #about .story__wrap.wrap--rev .flx__img {
    padding: 0;
  }
}

#about .story__wrap.wrap--rev .flx__img img {
  -o-object-position: right;
     object-position: right;
}

@media screen and (min-width: 768px) {
  #about .story__wrap.wrap--rev .flx__desc {
    left: calc(50% - 30px);
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (min-width: 1280px) {
  #about .story__wrap.wrap--rev .flx__desc {
    padding-left: 35px;
    padding-right: 150px;
  }
}

#about .story__wrap + .story__wrap {
  margin-top: 10.6vw;
}

@media screen and (min-width: 768px) {
  #about .story__wrap + .story__wrap {
    margin-top: 70px;
  }
}

#about .story__ttl {
  width: 100%;
  font-size: 4.2vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 5.3vw;
}

@media screen and (min-width: 768px) {
  #about .story__ttl {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

#about .story__txt {
  line-height: 2;
}

#about .story__btm-ttl {
  font-size: 5.3vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 24vw;
  margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
  #about .story__btm-ttl {
    font-size: 20px;
    margin-top: 90px;
    margin-bottom: 30px;
  }
}

#about .story__btm-txt {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  #about .story__btm-txt {
    text-align: center;
  }
}

#about .style {
  padding-top: 18.6vw;
  padding-bottom: 16vw;
}

@media screen and (min-width: 768px) {
  #about .style {
    padding-top: 90px;
    padding-bottom: 40px;
  }
}

#about .style .section__head {
  height: 5.86vw;
  margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
  #about .style .section__head {
    height: 36px;
    margin-bottom: 30px;
  }
}

#about .style .section__sub-title {
  font-size: 3.7vw;
  font-weight: 100;
  text-align: center;
  margin-bottom: 16vw;
}

@media screen and (min-width: 768px) {
  #about .style .section__sub-title {
    font-size: 14px;
    margin-bottom: 60px;
  }
}

#about .style .box {
  margin-bottom: 18.6vw;
}

@media screen and (min-width: 768px) {
  #about .style .box {
    margin-bottom: 120px;
  }
}

#about .style .box__head {
  height: 53.3vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  #about .style .box__head {
    height: 280px;
  }
}

#about .style .box.style--lux .box__head {
  background: url(../image/about/style_lux_bg_sp.jpg) center no-repeat;
  background-size: auto 100%;
}

@media screen and (min-width: 768px) {
  #about .style .box.style--lux .box__head {
    background-image: url(../image/about/style_lux_bg.jpg);
    background-size: cover;
  }
}

#about .style .box.style--villa .box__head {
  background: url(../image/about/style_villa_bg_sp.jpg) center no-repeat;
  background-size: auto 100%;
}

@media screen and (min-width: 768px) {
  #about .style .box.style--villa .box__head {
    background-image: url(../image/about/style_villa_bg.jpg);
    background-size: cover;
  }
}

#about .style .box.style--iori .box__head {
  background: url(../image/about/style_iori_bg_sp.jpg) center no-repeat;
  background-size: auto 100%;
}

@media screen and (min-width: 768px) {
  #about .style .box.style--iori .box__head {
    background-image: url(../image/about/style_iori_bg.jpg);
    background-size: cover;
  }
}

#about .style .box__ttl {
  height: 18.2vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  #about .style .box__ttl {
    height: 74px;
  }
}

#about .style .box .inner {
  padding-top: 10.6vw;
  padding-bottom: 10.6vw;
}

@media screen and (min-width: 768px) {
  #about .style .box .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

#about .style .box__sub-ttl {
  font-size: 5.3vw;
  font-weight: bold;
  margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
  #about .style .box__sub-ttl {
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
  }
}

#about .style .box__txt {
  font-weight: 100;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  #about .style .box__txt {
    text-align: center;
  }
}

#about .style .box__slide {
  width: 100%;
  position: relative;
  padding-top: 8vw;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #about .style .box__slide {
    width: 900px;
    padding-top: 0;
    padding-left: 40px;
  }
}

#about .style .box__slide .img-meta {
  font-size: 12px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
}

@media screen and (min-width: 768px) {
  #about .style .box__slide .img-meta {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
}

#about .style .box__slide .slick-slide {
  outline: none;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  #about .style .box__slide .slick-slide img {
    -webkit-transform: translateX(-70px);
            transform: translateX(-70px);
  }
}

#about .style .box__slide .slick-dots {
  top: 0;
  bottom: auto;
  left: 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  #about .style .box__slide .slick-dots {
    width: 0;
    top: 0;
    bottom: auto;
  }
}

#about .style .box__slide .slick-dots li {
  top: 50%;
  left: 10px;
  width: 25px;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  #about .style .box__slide .slick-dots li {
    top: 0;
    left: calc(50% - 0px);
    height: 25px;
  }
}

#about .style .box__slide .slick-dots li button:before {
  color: #ddd;
  font-size: 12px;
  opacity: 1;
  z-index: 5;
}

#about .style .box__slide .slick-dots li button:after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background-color: transparent;
  position: absolute;
  top: 9.5px;
  left: 12px;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  #about .style .box__slide .slick-dots li button:after {
    width: 1px;
    height: 25px;
    top: 13px;
    left: 9px;
  }
}

#about .style .box__slide .slick-dots li.slick-active button:before {
  color: #000;
}

#about .style .box__slide .slick-dots li.slick-active button:after {
  background-color: #000;
  z-index: 2;
  -webkit-animation: 5.7s ease-in-out btnMoveSP;
          animation: 5.7s ease-in-out btnMoveSP;
}

@media screen and (min-width: 768px) {
  #about .style .box__slide .slick-dots li.slick-active button:after {
    -webkit-animation: 5s ease-in-out btnMove;
            animation: 5s ease-in-out btnMove;
  }
}

#about .style .box__slide .slick-dots li:last-child button:after {
  content: none;
}

#about .brand {
  background: url(../image/about/brand_bg_sp.jpg) center no-repeat;
  background-size: cover;
  padding-top: 21.3vw;
  padding-bottom: 24vw;
  margin-bottom: 18.6vw;
  color: #fff;
}

@media screen and (min-width: 768px) {
  #about .brand {
    background: url(../image/about/brand_bg.jpg) center no-repeat;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 155px;
    margin-bottom: 80px;
  }
}

#about .brand .section__head {
  height: 5.86vw;
}

@media screen and (min-width: 768px) {
  #about .brand .section__head {
    height: 36px;
  }
}

#about .brand .section__txt {
  text-align: center;
  margin-bottom: 12vw;
}

@media screen and (min-width: 768px) {
  #about .brand .section__txt {
    margin-bottom: 60px;
  }
}

#about .brand__link {
  width: 260px;
  height: 68px;
  font-size: 14px;
  padding-right: 60px;
}

@-webkit-keyframes btnMove {
  0% {
    height: 0;
  }
  10% {
    height: 25%;
  }
  50% {
    height: 50%;
  }
  99% {
    height: 100%;
  }
}

@keyframes btnMove {
  0% {
    height: 0;
  }
  10% {
    height: 25%;
  }
  50% {
    height: 50%;
  }
  99% {
    height: 100%;
  }
}

@-webkit-keyframes btnMoveSP {
  0% {
    width: 0;
  }
  10% {
    width: 25%;
  }
  50% {
    width: 50%;
  }
  99% {
    width: 100%;
  }
}

@keyframes btnMoveSP {
  0% {
    width: 0;
  }
  10% {
    width: 25%;
  }
  50% {
    width: 50%;
  }
  99% {
    width: 100%;
  }
}
