@charset "UTF-8";
/*color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*salon用*/
/*lifeinfo用*/
/*design用*/
/*design用*/
/* media query */
em,
i {
  font-style: normal;
}

i {
  display: inline-block;
}

.c-cap--bot {
  width: unset;
}

.p-mv {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.p-mv__img img {
  width: 100%;
}
.p-mv__ttl {
  position: absolute;
  font-size: 70px;
  font-size: 7rem;
  font-size: min(3.7vw, 7rem);
  top: 12rem;
  left: calc(100vw - 1366px - (100% - 1366px) / 2);
  display: block;
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
@media only screen and (max-width: 1080px) {
  .p-mv__ttl {
    left: calc(100vw - 90% - 5%);
    font-size: 30px;
    font-size: 3rem;
    text-shadow: 0px 0px 3px #000, 0px 0px 3px #000, 0px 0px 5px #000, 0px 0px 10px #000;
  }
}
.p-mv__txt {
  position: absolute;
  top: 20rem;
  width: 100%;
  font-size: 36px;
  font-size: 3.6rem;
  font-size: min(2vw, 3.6rem);
  text-align: center;
  text-shadow: 0 0 5px #262626, 0 0 10px #262626, 0 0 20px #262626;
}
@media only screen and (max-width: 768px) {
  .p-mv__txt {
    top: 18rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-mv__master {
  position: absolute;
  bottom: 0;
  left: 2vw;
  font-size: 5.2vw;
  letter-spacing: 0.04em;
  color: #9E8C7D;
}
.p-mv__master .ltt {
  display: inline-block;
}
.p-mv__master .ltt:nth-child(1) {
  transition-delay: 0.2s;
}
.p-mv__master .ltt:nth-child(2) {
  transition-delay: 0.4s;
}
.p-mv__master .ltt:nth-child(3) {
  transition-delay: 0.6s;
}
.p-mv__master .ltt:nth-child(4) {
  transition-delay: 0.8s;
}
.p-mv__master .ltt:nth-child(5) {
  transition-delay: 1s;
}
.p-mv__master .ltt:nth-child(6) {
  transition-delay: 1.2s;
}
.p-mv__master .ltt:nth-child(7) {
  transition-delay: 1.4s;
}
.p-mv__master .ltt:nth-child(8) {
  transition-delay: 1.6s;
}
.p-mv__master .ltt:nth-child(9) {
  transition-delay: 1.8s;
}
.p-mv__master .ltt:nth-child(10) {
  transition-delay: 2s;
}
.p-mv__master .ltt:nth-child(11) {
  transition-delay: 2.2s;
}
.p-mv__master .ltt:nth-child(12) {
  transition-delay: 2.4s;
}
.p-mv__master .ltt:nth-child(13) {
  transition-delay: 2.6s;
}
.p-mv__master .ltt:nth-child(14) {
  transition-delay: 2.8s;
}
.p-mv__master .ltt:nth-child(15) {
  transition-delay: 3s;
}
.p-mv__master .ltt:nth-child(16) {
  transition-delay: 3.2s;
}
.p-mv__master .ltt:nth-child(17) {
  transition-delay: 3.4s;
}
.p-mv__master .ltt:nth-child(18) {
  transition-delay: 3.6s;
}
.p-mv__master .ltt:nth-child(19) {
  transition-delay: 3.8s;
}
.p-mv__master .ltt:nth-child(20) {
  transition-delay: 4s;
}
.p-mv__master .ltt:nth-child(21) {
  transition-delay: 4.2s;
}
.p-mv__master .ltt:nth-child(22) {
  transition-delay: 4.4s;
}
.p-mv__master .ltt:nth-child(23) {
  transition-delay: 4.6s;
}
.p-mv__master .ltt:nth-child(24) {
  transition-delay: 4.8s;
}

@media (max-width: 1518px) {
  .p-mv__ttl {
    left: calc(100vw - 90% - 5%);
  }
}
.p-cont__area__oku {
  background-color: #000;
  padding: 4rem 0;
}
.p-cont__area__wrap-cont {
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
}
.p-cont__area__conc {
  position: relative;
}
.p-cont__area__conc__over {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}
.p-cont__area__conc__over__img {
  width: 46rem;
  margin: 5rem auto;
}
@media only screen and (max-width: 768px) {
  .p-cont__area__conc__over__img {
    width: 85%;
  }
}
.p-cont__area__fac {
  background-color: #fff;
  color: #262626;
}
.p-cont__area__fac__img {
  margin-top: -7vw;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-cont__area__fac__img {
    margin-top: -4rem;
  }
}
.p-cont__area__fac__over {
  padding: 5rem 0;
}
.p-cont__area__mater {
  color: #262626;
  padding: 5rem 0;
}
.p-cont__area__app {
  background-color: #E7E7E7;
  color: #262626;
  padding: 4rem 0;
}
.p-cont__area__app__img {
  margin: 10rem 0 0;
}
.p-cont__area__app__twin {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin: 8rem auto;
}
@media only screen and (max-width: 768px) {
  .p-cont__area__app__twin {
    grid-template-columns: 1fr;
    margin: 4rem auto;
  }
}
.p-cont__area__app__twin__txt {
  font-size: 20px;
  font-size: 2rem;
  font-size: min(1.1vw, 2rem);
  line-height: 2;
  padding-right: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__area__app__twin__txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.p-cont__area__lounge {
  color: #fff;
  background-color: #5A5752;
  padding: 0 0 8rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__area__lounge {
    padding-bottom: 6rem;
  }
}
.p-cont__area__lounge__txt {
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__area__lounge__txt {
    margin-top: 6rem;
  }
}
.p-cont__area__land {
  color: #262626;
  padding: 6rem 0;
}
.p-cont__area__arch {
  background-color: #26446c;
}
.p-cont__ttl {
  font-size: 90px;
  font-size: 9rem;
  font-size: min(5vw, 9rem);
  line-height: 1.3;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto 5rem;
  color: #fff;
}
@media only screen and (max-width: 1080px) {
  .p-cont__ttl {
    font-size: 60px;
    font-size: 6rem;
    margin: 0 auto 2rem auto;
  }
}
@media only screen and (max-width: 768px) {
  .p-cont__ttl {
    font-size: 50px;
    font-size: 5rem;
  }
}
.p-cont__ttl span {
  font-size: 0.312em;
  display: block;
  position: absolute;
  font-size: 0.28em;
}
.p-cont__ttl::before, .p-cont__ttl::after {
  content: "";
  display: block;
  position: absolute;
  width: 5vw;
  height: 5vw;
  border: 0.7vw solid rgba(203, 203, 203, 0.5);
}
@media only screen and (max-width: 1080px) {
  .p-cont__ttl::before, .p-cont__ttl::after {
    width: 5rem;
    height: 5rem;
    border: 7px solid rgba(203, 203, 203, 0.5);
  }
}
.p-cont__ttl::before {
  left: -2.4vw;
  top: -0.7vw;
  border-bottom: none;
  border-right: none;
}
@media only screen and (max-width: 1080px) {
  .p-cont__ttl::before {
    left: -2.5rem;
    top: -0.7rem;
  }
}
.p-cont__ttl::after {
  right: -2.4vw;
  bottom: -3vw;
  border-top: none;
  border-left: none;
}
@media only screen and (max-width: 1080px) {
  .p-cont__ttl::after {
    right: -2rem;
    bottom: -3.5rem;
  }
}
.p-cont__txt {
  font-size: 25px;
  font-size: 2.5rem;
  font-size: min(1.4vw, 2.5rem);
  line-height: 2;
  padding: 4rem 0;
}
@media only screen and (max-width: 768px) {
  .p-cont__txt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.p-cont__ttl2 {
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
  font-size: min(1.8vw, 3.6rem);
  line-height: 2;
  margin: 1rem auto 3rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__ttl2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-cont__ttl2__en {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  font-size: min(2.2vw, 4rem);
  margin: 2rem 0;
}
@media only screen and (max-width: 768px) {
  .p-cont__ttl2__en {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 1rem 0;
  }
}
.p-cont__ttl2__en--small {
  font-size: 25px;
  font-size: 2.5rem;
  font-size: min(1.8vw, 2.5rem);
}
@media only screen and (max-width: 768px) {
  .p-cont__ttl2__en--small {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.p-cont__ttl2__en--small span {
  font-size: 0.8em;
}
.p-cont__txt2 {
  font-size: 20px;
  font-size: 2rem;
  font-size: min(1.1vw, 2rem);
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-cont__txt2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.p-cont__list {
  display: flex;
  gap: 3rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.p-cont__glist {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__glist {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem 0.5rem;
  }
}
.p-cont__glist__cap {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  display: block;
}
.p-cont__img {
  margin: 4rem auto;
}
.p-cont__box {
  border: 1px solid;
  margin-top: 4rem;
}
.p-cont__box__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding: 0 6vw 5rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__box__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-cont__box__list__item {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: left;
  font-size: 20px;
  font-size: 2rem;
  font-size: min(1.1vw, 2rem);
  line-height: 1.3;
}
.p-cont__box__list__item i {
  margin-right: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .p-cont__box__list__item {
    font-size: 14px;
    font-size: 1.4rem;
    align-items: flex-start;
  }
}

.p-twin {
  margin-bottom: 0;
  gap: 3rem;
}
.p-twin__twin {
  display: grid;
  grid-template-columns: 1fr 45%;
  grid-template-areas: "img ttl" "img txt";
  gap: 0.5rem 3rem;
}
@media only screen and (max-width: 615px) {
  .p-twin__twin {
    grid-template-columns: 1fr;
    grid-template-areas: "img" "ttl" "txt";
  }
}
.p-twin__twin__wrap {
  grid-area: img;
}
.p-twin__twin__wrap img {
  width: 100%;
}
.p-twin__twin__ttl {
  grid-area: ttl;
  color: #9E8C7D;
}
.p-twin__twin__txt {
  grid-area: txt;
  font-size: min(1vw, 1.5rem);
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .p-twin__twin__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.p-lounge__ttl {
  font-size: min(1.4vw, 3rem);
  display: flex;
  align-items: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .p-lounge__ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.p-lounge__txt {
  font-size: min(1.1vw, 1.7rem);
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .p-lounge__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-lounge__img {
    aspect-ratio: 760/350;
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .p-lounge__img__img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
}

.p-arch {
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 0 7rem;
  color: #fff;
  display: grid;
  grid-template-areas: "ttl ttl" "g r";
  grid-template-columns: 55% 45%;
  gap: 3rem;
}
@media only screen and (max-width: 1500px) {
  .p-arch {
    grid-template-areas: "ttl" "g" "r";
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 530px) {
  .p-arch {
    display: flex;
    flex-direction: column;
  }
}
.p-arch__gwrap {
  grid-area: g;
}
.p-arch__rwrap {
  grid-area: r;
}
.p-arch__botimg {
  margin-top: 2rem;
  padding: 0.5rem 0;
  background: rgb(113, 112, 113);
  background: linear-gradient(90deg, rgb(113, 112, 113) 0%, rgb(147, 148, 148) 10%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 50%, rgb(255, 255, 255) 70%, rgb(147, 148, 148) 90%, rgb(113, 112, 113) 100%);
}
@media only screen and (max-width: 530px) {
  .p-arch__botimg {
    background: #fff;
  }
}
.p-arch__botimg img {
  margin: 0 auto;
  display: block;
}
.p-arch__ttl {
  grid-area: ttl;
  font-size: 20px;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .p-arch__ttl {
    flex-direction: column;
  }
}
.p-arch__ttl em {
  font-size: 30px;
  font-size: 3rem;
  font-family: "adobe-garamond-pro", serif;
  color: #c3af97;
}
@media only screen and (max-width: 530px) {
  .p-arch__ttl em {
    line-height: 1;
    display: block;
  }
}
.p-arch__ttl span {
  margin: 0 0 0 3rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .p-arch__ttl span {
    margin-left: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.p-arch__prof {
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 0 5rem;
}
@media only screen and (max-width: 1500px) {
  .p-arch__prof {
    grid-template-columns: 20% 1fr;
  }
}
@media only screen and (max-width: 1080px) {
  .p-arch__prof {
    gap: 0 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-arch__prof {
    grid-template-columns: 32% 1fr;
  }
}
@media only screen and (max-width: 530px) {
  .p-arch__prof {
    grid-template-columns: 1fr;
  }
}
.p-arch__prof__pic {
  aspect-ratio: 17/23;
  overflow: hidden;
}
@media only screen and (max-width: 530px) {
  .p-arch__prof__pic {
    aspect-ratio: 23/23;
  }
}
.p-arch__prof__pic img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 530px) {
  .p-arch__prof__pic img {
    margin-top: -6rem;
  }
}
.p-arch__prof__txt h4 {
  font-size: 32px;
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .p-arch__prof__txt h4 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-top: 1rem;
  }
}
.p-arch__prof__txt h4 span {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .p-arch__prof__txt h4 span {
    font-size: 10px;
    font-size: 1rem;
  }
  .p-arch__prof__txt h4 span em {
    font-size: 17px;
    display: block;
  }
}
.p-arch__prof__txt p {
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .p-arch__prof__txt p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-arch__line {
  width: 100%;
  display: inline-block;
  height: 1px;
  background-color: #fff;
}
.p-arch__subttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.p-arch__subttl h4 {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  white-space: nowrap;
}
.p-arch__subttl__sub {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  display: block;
}
.p-arch__cap {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  text-align: right;
  margin-top: 1rem;
}

.p-rimg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 530px) {
  .p-rimg {
    gap: 0;
  }
}
.p-rimg__box picture {
  aspect-ratio: 202/187;
  overflow: hidden;
}
.p-rimg__box picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-rimg__box span {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.3;
  display: block;
  margin-top: 1rem;
}
.p-rimg--txt {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 2rem;
}/*# sourceMappingURL=design.css.map */