@charset "UTF-8";
/* K4% */
/* K8% */
/* ナビゲーション現在地 */
/* タイトル */
/* delighters */
@keyframes ani_fade {
  0% {
    opacity: 0;
    transform: translate(30px, -5px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani_fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ani_fadeoutin {
  0% {
    width: 100%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 100%;
  }
  51% {
    width: 0;
    left: 0;
  }
  100% {
    width: 100%;
    left: 0;
  }
}
@keyframes ani_fadeoutline {
  0% {
    width: 100%;
    right: 0;
    left: auto;
  }
  100% {
    width: 0;
    right: 0;
    left: auto;
  }
}
.de_fade_rl span {
  opacity: 0;
  display: inline-block;
  animation: ani_fadeout 0.3s forwards;
}

.de_fade_rl.started span:nth-child(1) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.15s;
}
.de_fade_rl.started span:nth-child(2) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.3s;
}
.de_fade_rl.started span:nth-child(3) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.45s;
}
.de_fade_rl.started span:nth-child(4) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.6s;
}
.de_fade_rl.started span:nth-child(5) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.75s;
}
.de_fade_rl.started span:nth-child(6) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.9s;
}
.de_fade_rl.started span:nth-child(7) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.05s;
}
.de_fade_rl.started span:nth-child(8) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.2s;
}

.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(1) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.4s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(2) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.6s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(3) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.8s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(4) {
  animation: ani_fade 1s forwards;
  animation-delay: 4s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(5) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.2s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(6) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.4s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(7) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.6s;
}
.de_fade_rl.de_fade_rl_delay_1.started span:nth-child(8) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.8s;
}

.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(1) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.65s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(2) {
  animation: ani_fade 1s forwards;
  animation-delay: 3.9s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(3) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.15s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(4) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.4s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(5) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.65s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(6) {
  animation: ani_fade 1s forwards;
  animation-delay: 4.9s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(7) {
  animation: ani_fade 1s forwards;
  animation-delay: 5.15s;
}
.de_fade_rl.de_fade_rl_delay_2.started span:nth-child(8) {
  animation: ani_fade 1s forwards;
  animation-delay: 5.4s;
}

/* header */
.p-global-navigation__link.design .p-global-navigation__label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
.p-global-navigation__link.design .p-global-navigation__label::after {
  display: none;
}

.c-pagettl {
  height: 250px;
  position: relative;
  margin-top: 20px;
}
.c-pagettl-ph {
  position: absolute;
  width: 82%;
  height: 92%;
  right: 0;
  bottom: 0;
  background: url(../img/design/ttl_sp.jpg) no-repeat center center/cover;
}
.c-pagettl-lbl {
  font-family: "Spartan", sans-serif;
  letter-spacing: 1.5rem;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  position: absolute;
  left: 5%;
  top: 0;
}
@media all and (min-width: 768px) {
  .c-pagettl {
    height: 340px;
    margin-top: 0;
  }
  .c-pagettl-ph {
    width: 73.86%;
    height: 100%;
    background: url(../img/design/ttl_pc.jpg) no-repeat center center/cover;
  }
  .c-pagettl-lbl {
    font-size: 50px;
    font-size: 5rem;
    letter-spacing: 4rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media all and (min-width: 992px) {
  .c-pagettl-lbl {
    letter-spacing: 5rem;
    left: 8%;
  }
}

/* ------------------------------------------------------------
    ALINK
------------------------------------------------------------ */
.c-alink {
  width: 90%;
  max-width: 580px;
  margin: 0 auto 50px;
}
.c-alink ul li {
  width: 48.5%;
}
@media all and (min-width: 768px) {
  .c-alink {
    margin: 0 auto 100px;
  }
}
.c-alink.first {
  margin-top: 50px;
}
@media all and (min-width: 768px) {
  .c-alink.first {
    margin-top: 100px;
  }
}

/* ------------------------------------------------------------
    FACADE
------------------------------------------------------------ */
.s_facade .c-midashi-set-l {
  z-index: 1;
}
.s_facade_cg {
  margin-top: -10px;
}
@media all and (min-width: 768px) {
  .s_facade_cg {
    margin-top: -20px;
  }
}
.s_facade_tile {
  width: 75%;
  max-width: 900px;
  margin: 50px auto;
}
.s_facade_tile .txt {
  margin-top: 15px;
}
@media all and (min-width: 768px) {
  .s_facade_tile {
    margin: 90px auto;
    width: 90%;
    display: flex;
    align-items: center;
  }
  .s_facade_tile .ph {
    width: 35.5%;
  }
  .s_facade_tile .txt {
    margin-top: 0;
    margin-left: 30px;
    flex: 1;
  }
}
.s_facade_arch {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  padding: 50px 10% 0;
}
.s_facade_arch::before, .s_facade_arch::after {
  content: "";
  display: block;
  background-color: rgba(102, 102, 102, 0.3);
  position: absolute;
  left: 0;
  top: 0;
}
.s_facade_arch::before {
  width: 1px;
  height: 85%;
}
.s_facade_arch::after {
  width: 85%;
  height: 1px;
}
.s_facade_arch .mi_en {
  color: #b59469;
  font-family: "Spartan", sans-serif;
  letter-spacing: 0.4rem;
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.s_facade_arch .cont .copy {
  margin-bottom: 20px;
}
.s_facade_arch .cont .copy .name {
  color: #b59469;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.s_facade_arch .cont figure {
  max-width: 400px;
}
@media all and (min-width: 768px) {
  .s_facade_arch {
    padding-top: 80px;
  }
  .s_facade_arch .mi_en {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .s_facade_arch .cont {
    max-width: 820px;
    margin: 0 auto;
  }
  .s_facade_arch .cont .copy .name {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media all and (min-width: 992px) {
  .s_facade_arch {
    padding: 80px 80px 0;
  }
  .s_facade_arch .cont {
    display: flex;
    width: 100%;
  }
  .s_facade_arch .cont figure {
    width: 32.44%;
    margin-left: 40px;
  }
  .s_facade_arch .cont .copy {
    flex: 1;
  }
}

/* ------------------------------------------------------------
    LOUNGE
------------------------------------------------------------ */
.s_lounge .c-bcopy {
  margin-top: -10px;
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .s_lounge .c-bcopy {
    margin-top: -20px;
    margin-bottom: 70px;
  }
}

/* ------------------------------------------------------------
    LANDPLAN
------------------------------------------------------------ */
.s_landplan .c-bcopy {
  margin-top: -10px;
  margin-bottom: 20px;
}
.s_landplan_box {
  position: relative;
}
.s_landplan_box::after {
  content: "";
  display: block;
  width: 100%;
  height: 88%;
  position: absolute;
  left: 0;
  top: 17%;
  background-color: #f5f5f5;
  z-index: -1;
}
.s_landplan_box .landplan_img {
  max-width: 950px;
  margin: 0 auto 40px;
}
.s_landplan_box .landplan_img figcaption {
  position: relative;
  bottom: auto;
  padding-top: 5px;
}
.s_landplan_box_cont {
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.s_landplan_box_cont .landplan_list li {
  margin-bottom: 30px;
}
.s_landplan_box_cont .landplan_list .mi {
  color: #b59469;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 8px;
  padding-left: 32px;
  position: relative;
}
.s_landplan_box_cont .landplan_list .mi .num {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  font-family: "Spartan", sans-serif;
  font-size: 90%;
  line-height: 1;
  color: #ffffff;
  background-color: #b59469;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  padding-left: 2px;
  padding-top: 2px;
}
.s_landplan_box_cont .corridor_img {
  max-width: 480px;
}
@media all and (min-width: 768px) {
  .s_landplan .c-bcopy {
    margin-top: -20px;
    margin-bottom: 40px;
  }
  .s_landplan_box .landplan_img figcaption {
    position: absolute;
    bottom: 5px;
    padding-top: 0;
  }
}
@media all and (min-width: 992px) {
  .s_landplan_box .landplan_img {
    margin: 0 auto 100px;
  }
  .s_landplan_box_cont {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .s_landplan_box_cont .landplan_list {
    width: 50%;
    max-width: 516px;
    margin-right: 60px;
  }
  .s_landplan_box_cont .landplan_list li {
    margin-bottom: 60px;
  }
  .s_landplan_box_cont .landplan_list .mi {
    font-size: 20px;
    font-size: 2rem;
    padding-left: 38px;
  }
  .s_landplan_box_cont .landplan_list .mi .num {
    width: 28px;
    height: 28px;
    padding-left: 3px;
    padding-top: 4px;
  }
  .s_landplan_box_cont .corridor_img {
    width: 480px;
    max-width: none;
  }
}
@media all and (min-width: 1200px) {
  .s_landplan_box::after {
    width: calc( (100vw - 1200px) / 2 + 1100px );
    top: 26%;
    height: 60%;
  }
}

.s_landplan_box_notes {
  padding-top: 30px;
}

/* ------------------------------------------------------------
    SECURITY
------------------------------------------------------------ */
.s_security {
  margin-top: 25%;
  margin-bottom: 100px;
}
.s_security .c-cont-inner {
  max-width: 1024px;
}
.s_security .c-bcopy-l {
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .s_security {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  .s_security .c-bcopy-l {
    margin-bottom: 50px;
  }
}
/* ------------------------------------------------------------
    SERVICE
------------------------------------------------------------ */
.s_service .c-bcopy-l {
  margin-bottom: 40px;
}
.s_service_list {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
}
.s_service_list li {
  margin-bottom: 30px;
}
.s_service_list li:last-child {
  margin-bottom: 0;
}
.s_service_list .name {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #b59469;
  margin: 12px 0 8px;
}
.s_service_list .txt {
  font-size: 93%;
}
@media all and (min-width: 768px) {
  .s_service {
    margin-top: 190px;
  }
  .s_service .c-bcopy-l {
    margin-bottom: 50px;
  }
  .s_service_list {
    width: 100%;
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .s_service_list li {
    width: 46%;
  }
  .s_service_list li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .s_service_list .name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media all and (min-width: 992px) {
  .s_service_list {
    max-width: 960px;
  }
  .s_service_list li {
    width: 22%;
    margin-bottom: 0;
  }
}

.s_service_notes {
  padding-top: 20px;
}

/*# sourceMappingURL=design.css.map */