@charset "UTF-8";
/*color*/
/*add color*/
/*font-family*/
/*add font-family*/
/*all*/
/*R,B*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*grid settings*/
/* media query */
.contents {
  width: 100%;
}

.p-contbg, .p-cont {
  position: relative;
}

em,
i {
  font-style: normal;
}

i {
  display: inline-block;
}

html:lang(en) .p-obi__wrap__list {
  grid-template-columns: 1fr 1fr;
  gap: 2rem 0;
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-obi__wrap__list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-sokyu, html:lang(en) .p-sokyu__l2 {
    display: block;
    text-align: center;
  }
}
html:lang(en) .p-sokyu--1 {
  gap: 0;
}
html:lang(en) .p-sokyu--2::after {
  display: none;
}
html:lang(en) .p-sokyu__l2 {
  line-height: 2.55;
  display: block;
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-sokyu__r2 {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-sokyu::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-nav__list {
    grid-template-columns: 1fr;
  }
  html:lang(en) .p-nav__list .u-sp {
    display: none;
  }
  html:lang(en) .p-nav__list .u-pc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-nav__list__item a {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) #concept .p-mv__detail,
  html:lang(en) #concept .p-mv__catch {
    line-height: 1.4;
  }
}
html:lang(en) .brandContents .anchorBtnWrap {
  background-color: #e6e6e6;
  padding: 30px 0;
  position: sticky;
  top: 0;
  z-index: 90;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtnWrap {
    position: static;
  }
}
html:lang(en) .brandContents .anchorBtn {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtn {
    flex-direction: column;
    gap: 1px;
  }
}
html:lang(en) .brandContents .anchorBtn li {
  width: 19%;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtn li {
    width: 100%;
  }
}

/* スマホのナビを遅く表示させたい場合 */
/* RESIDENCE CSS */
.c-cap {
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .c-cap {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .c-cap {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-cap.c-cap--r {
    bottom: 1rem;
    right: 1rem;
  }
}

.opt {
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  font-size: 1.2em;
}

.residence {
  color: #262626;
}

.p-mv__img {
  position: relative;
}
.p-mv__img .c-cap {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-mv__img .c-cap {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .p-mv__img .c-cap {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__img {
    aspect-ratio: unset;
    height: 94rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 25%;
       object-position: 25%;
  }
}

.p-bg {
  position: relative;
}
.p-bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../../img/area/access/bg-full.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .p-bg::after {
    background-image: url("../../../img/area/access/bg-full-sp.png");
  }
}

.p-bgpnt {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: -1px;
  background-image: url("../../../img/area/access/bg-acsched.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-bgpnt {
    background-size: contain;
  }
}
.p-bgpnt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../../img/area/access/bg-full.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .p-bgpnt::after {
    background-image: url("../../../img/area/access/bg-full-sp.png");
  }
}

.p-main {
  padding: 12rem 0 1px;
  position: absolute;
  top: 0;
  max-width: 1200px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .p-main {
    padding: 8rem 0 1px;
  }
}
.p-main__ttl {
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  font-size: 50px;
  font-size: 5rem;
  font-size: min(5rem, 3vw);
  color: #A67C52;
}
@media (max-width: 768px) {
  .p-main__ttl {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-main__ttl {
    font-size: 3rem;
  }
}
.p-main__subttl {
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  font-size: 3.5rem;
  font-size: min(3.5rem, 2vw);
  margin: 3rem 0;
}
@media (max-width: 768px) {
  .p-main__subttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-main__subttl {
    font-size: 2rem;
  }
}
.p-main__txtwrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .p-main__txtwrap {
    grid-template-columns: 1fr;
  }
}
.p-main__txt {
  font-size: 18px;
  font-size: 1.8rem;
  font-size: min(1.8rem, 1.5vw);
  line-height: 4.5vw;
}
@media (max-width: 768px) {
  .p-main__txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-main__txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-main__txt {
    line-height: 2;
    margin: 0;
  }
}

.p-top {
  padding-top: 15rem;
}
@media only screen and (max-width: 768px) {
  .p-top {
    padding-top: 8rem;
  }
}

.p-conc {
  writing-mode: vertical-rl;
  display: flex;
  flex-direction: column;
  justify-self: flex-end;
  gap: 3rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-conc {
    writing-mode: unset;
    display: block;
  }
}
.p-conc__ttl {
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .p-conc__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-conc__ttl {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1080px) {
  .p-conc__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .p-conc__ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .p-conc__ttl {
    font-size: 2rem;
  }
}
.p-conc__txt {
  font-size: 17px;
  font-size: 1.7rem;
  max-height: 26rem;
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .p-conc__txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-conc__txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1080px) {
  .p-conc__txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .p-conc__txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .p-conc__txt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-conc__txt {
    max-height: unset;
    margin: 2rem auto 3rem;
  }
}

.p-imgsec {
  position: relative;
  display: grid;
  grid-template-columns: 70% 1fr;
  margin-right: calc((100% - 1200px) / 2);
  gap: 3rem;
  margin-top: -20rem;
}
@media only screen and (max-width: 1366px) {
  .p-imgsec {
    margin-right: 5%;
    margin-top: -6rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-imgsec {
    display: block;
    margin-top: 0;
    grid-template-columns: 1fr;
  }
}
.p-imgsec__ttl {
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  font-size: 32px;
  font-size: 3.2rem;
  color: #baa187;
}
@media (max-width: 768px) {
  .p-imgsec__ttl {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-imgsec__ttl {
    font-size: 2.2rem;
  }
}
.p-imgsec__ttl small {
  font-size: 22px;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .p-imgsec__ttl small {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-imgsec__ttl small {
    font-size: 1.8rem;
  }
}
.p-imgsec__yaku {
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 1rem 0;
  font-weight: 600;
}
@media (max-width: 768px) {
  .p-imgsec__yaku {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-imgsec__yaku {
    font-size: 1.3rem;
  }
}
.p-imgsec__subttl {
  margin-top: 3rem;
  font-weight: 600;
  display: block;
}
.p-imgsec__subttl .jp {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
}
@media (max-width: 768px) {
  .p-imgsec__subttl .jp {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-imgsec__subttl .jp {
    font-size: 2rem;
  }
}
.p-imgsec__subttl .jp .jp-sub {
  display: block;
  position: absolute;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  top: -1.5lh;
}
@media (max-width: 768px) {
  .p-imgsec__subttl .jp .jp-sub {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-imgsec__subttl .jp .jp-sub {
    font-size: 1.3rem;
  }
}
.p-imgsec__subttl .eng {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
}
@media (max-width: 768px) {
  .p-imgsec__subttl .eng {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .p-imgsec__subttl .eng {
    font-size: 1.3rem;
  }
}
.p-imgsec__desimg {
  height: 100%;
  width: 100%;
  -o-object-position: 80%;
     object-position: 80%;
}
@media only screen and (max-width: 1080px) {
  .p-imgsec__desimg {
    aspect-ratio: 1/0.7;
  }
}
.p-imgsec__desimg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1080px) {
  .p-imgsec__desimg img {
    -o-object-position: 80%;
       object-position: 80%;
  }
}
.p-imgsec__destxt {
  position: absolute;
  bottom: 3rem;
  left: calc((100vw - 1000px) / 2);
  width: 28rem;
}
@media only screen and (max-width: 1080px) {
  .p-imgsec__destxt {
    left: 5%;
    width: 37%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .p-imgsec__destxt {
    position: relative;
    top: unset;
    bottom: unset;
    left: unset;
    width: 90%;
    margin: -1.5lh auto 0;
    transform: unset;
  }
}
.p-imgsec__work {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .p-imgsec__work {
    width: 90%;
    margin: 1rem auto;
  }
}
.p-imgsec__worklist {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media only screen and (max-width: 768px) {
  .p-imgsec__worklist {
    gap: 1rem;
  }
}
.p-imgsec__workitem {
  border-radius: 1rem;
  position: relative;
}
.p-imgsec__cap {
  font-size: 12px;
  font-size: 1.2rem;
  left: 0;
  position: absolute;
  bottom: -2.5lh;
}
@media (max-width: 768px) {
  .p-imgsec__cap {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-imgsec__cap {
    font-size: 1rem;
  }
}

.p-det {
  max-width: 110rem;
  padding: 12rem 0;
  margin-bottom: -40vw;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1080px) {
  .p-det {
    padding: 12rem 0 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-det {
    padding: 6rem 0 2rem;
    margin-bottom: -75vw;
  }
}
.p-det__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-det__list {
    grid-template-columns: 1fr;
    gap: 5rem;
  }
}
.p-det__listitem {
  padding: 0 6rem;
  border-right: 1px solid;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (max-width: 1080px) {
  .p-det__listitem {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-det__listitem {
    border-right: unset;
    padding: 3rem 2rem 0;
    border-top: 1px solid;
  }
}
.p-det__infttl {
  font-size: 38px;
  font-size: 3.8rem;
  color: #baa187;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .p-det__infttl {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .p-det__infttl {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 1080px) {
  .p-det__infttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .p-det__infttl {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .p-det__infttl {
    font-size: 2.4rem;
  }
}
.p-det__infsubttl {
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  display: block;
}
@media (max-width: 768px) {
  .p-det__infsubttl {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-det__infsubttl {
    font-size: 1.6rem;
  }
}
.p-det__inftxt {
  font-size: 17px;
  font-size: 1.7rem;
  margin: 3rem 0 2rem;
}
@media (max-width: 768px) {
  .p-det__inftxt {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .p-det__inftxt {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1080px) {
  .p-det__inftxt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .p-det__inftxt {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1080px) and (max-width: 768px) {
  .p-det__inftxt {
    font-size: 1.5rem;
  }
}
.p-det__infimg {
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}
.p-det__infimg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-det__infimgcap {
  position: absolute;
  bottom: -1.2lh;
  right: 6rem;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-det__infimgcap {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-det__infimgcap {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1080px) {
  .p-det__infimgcap {
    right: 2rem;
  }
}
.p-det__mat {
  border-top: 1px solid;
  margin: 8rem auto;
  max-width: 110rem;
  padding: 6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  grid-template-columns: 1fr 45%;
  align-items: flex-start;
  gap: 4rem;
}
@media only screen and (max-width: 1080px) {
  .p-det__mat {
    padding: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-det__mat {
    padding: 4rem;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3rem;
  }
}
.p-det__matttl {
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-det__matttl {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .p-det__matttl {
    font-size: 1.8rem;
  }
}
.p-det__mattxt {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 3rem 0;
}
@media (max-width: 768px) {
  .p-det__mattxt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-det__mattxt {
    font-size: 1.6rem;
  }
}
.p-fadebg {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-fadebg {
    aspect-ratio: 1/1.6;
  }
  .p-fadebg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-fadebg .c-cap {
  z-index: 1;
  color: #fff;
}

.p-land {
  padding: 12rem 0 20rem;
}
@media only screen and (max-width: 1080px) {
  .p-land {
    padding: 7rem 0 10rem;
  }
}
.p-land__engttl {
  font-size: 40px;
  font-size: 4rem;
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  text-align: center;
  color: #baa187;
}
@media (max-width: 768px) {
  .p-land__engttl {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .p-land__engttl {
    font-size: 3rem;
  }
}
.p-land__subttl {
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  margin: 5rem auto 2rem;
}
@media (max-width: 768px) {
  .p-land__subttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-land__subttl {
    font-size: 2rem;
  }
}
.p-land__txt {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .p-land__txt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-land__txt {
    font-size: 1.6rem;
  }
}
.p-land__img {
  margin-bottom: 2rem;
  position: relative;
}
.p-land__cap {
  position: absolute;
  left: 1rem;
  bottom: 4rem;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .p-land__cap {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-land__cap {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-land__cap {
    bottom: 1rem;
  }
}

.p-spot {
  background-color: #ebebeb;
  padding: 5rem 6rem 2rem;
  border-radius: 3rem;
}
@media only screen and (max-width: 768px) {
  .p-spot {
    padding: 4rem 2rem 3rem;
  }
}
.p-spot__ttl {
  font-size: 30px;
  font-size: 3rem;
  color: #baa187;
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
}
@media (max-width: 768px) {
  .p-spot__ttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-spot__ttl {
    font-size: 2rem;
  }
}
.p-spot__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 4rem;
  margin: 3rem auto 5rem;
  align-items: flex-start;
}
@media only screen and (max-width: 1080px) {
  .p-spot__list {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-spot__list {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
    margin: 2rem auto 3rem;
  }
}
.p-spot__itemttl {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.p-spot__itemttl .icon {
  background-color: #c68950;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  width: 4rem;
  height: 4rem;
}
@media (max-width: 768px) {
  .p-spot__itemttl .icon {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .p-spot__itemttl .icon {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-spot__itemttl .icon {
    width: 3rem;
    height: 3rem;
  }
}
.p-spot__itemttl .icon span {
  letter-spacing: -0.1em;
  margin-left: -0.1em;
}
.p-spot__itemttl .ttl {
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .p-spot__itemttl .ttl {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .p-spot__itemttl .ttl {
    font-size: 1.7rem;
  }
}

.p-slider {
  width: 114%;
  margin-left: -7%;
}
@media only screen and (max-width: 768px) {
  .p-slider {
    width: 122%;
    margin-left: -11%;
  }
}
.p-slider__img {
  position: relative;
  aspect-ratio: 23/20;
  border-radius: 1rem;
  width: 100%;
  overflow: hidden;
}
.p-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-slider__img .c-cap {
  color: #fff;
}
.p-slider__cap {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  text-align: right;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .p-slider__cap {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .p-slider__cap {
    font-size: 1rem;
  }
}

#sliderFlow.slider {
  padding: 0 5vw;
}
@media only screen and (max-width: 768px) {
  #sliderFlow.slider {
    padding: 0 15vw;
  }
}
#sliderFlow .inner {
  width: 92%;
  background-color: transparent;
}
#sliderFlow .slides {
  left: -20%;
}
@media only screen and (max-width: 768px) {
  #sliderFlow .slides {
    left: -100%;
  }
}
#sliderFlow .slider-dots {
  display: none;
}
#sliderFlow .slider-prev {
  left: 1rem;
}
#sliderFlow .slider-next {
  right: 1rem;
}
#sliderFlow .slider-control {
  display: none;
}

.p-entrance {
  position: relative;
}
.p-entrance__bg {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-entrance__bg {
    aspect-ratio: 1/1.2;
  }
  .p-entrance__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 54%;
       object-position: 54%;
  }
}
.p-entrance__bg .c-cap {
  color: #fff;
}
.p-entrance__ttl {
  font-size: 32px;
  font-size: 3.2rem;
  color: #baa187;
  font-family: "optima-lt-pro", sans-serif;
  font-style: normal;
  line-height: 1;
  position: absolute;
  bottom: 8rem;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .p-entrance__ttl {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .p-entrance__ttl {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-entrance__ttl {
    bottom: 5rem;
    width: 90%;
    left: 5%;
    text-align: center;
  }
}
.p-entrance__inf {
  position: absolute;
  bottom: 8rem;
  left: calc((100% - 1366px) / 2);
  color: #fff;
  width: 28rem;
}
@media only screen and (max-width: 1515px) {
  .p-entrance__inf {
    left: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .p-entrance__inf {
    bottom: unset;
    top: 3rem;
    text-shadow: 0 0 5px black;
  }
}
.p-entrance__infttl {
  font-family: "Ryumin Medium KL", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .p-entrance__infttl {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .p-entrance__infttl {
    font-size: 2rem;
  }
}
.p-entrance__inftxt {
  margin: 2rem 0 0;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .p-entrance__inftxt {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-entrance__inftxt {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=residence.css.map */