*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.outer-wrapper main #mainVisual {
  background: url("/assets/area/kyoto/fs-residenceskyoto/img/mv.webp") no-repeat center bottom;
  background-size: cover;
  position: relative;
}

@media screen and (min-width: 1025px) {
  .outer-wrapper main #mainVisual {
    height: 100vh;
  }
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main #mainVisual {
    background: url("/assets/area/kyoto/fs-residenceskyoto/img/mv_x2.webp") no-repeat center bottom;
    background-size: cover;
    height: 100svh;
  }
}

.outer-wrapper main #mainVisual h1 {
  max-width: 475px;
  position: absolute;
  left: 80px;
  top: 160px;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main #mainVisual h1 {
    left: 50%;
    top: auto;
    bottom: 10%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 599px) {
  .outer-wrapper main #mainVisual h1 {
    width: 295px;
  }
}

.outer-wrapper main #mainVisual h1.device,
.outer-wrapper main #mainVisual h1.cursive {
  max-width: none;
  text-align: center;
  font-size: 3.125em;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}

@media screen and (max-width: 599px) {

  .outer-wrapper main #mainVisual h1.device,
  .outer-wrapper main #mainVisual h1.cursive {
    width: 100%;
    font-size: 1.9375em;
  }
}

.outer-wrapper main #mainVisual h1.cursive {
  font-family: "Pinyon Script", cursive;
  font-size: 3.5em;
}

@media screen and (max-width: 599px) {
  .outer-wrapper main #mainVisual h1.cursive {
    font-size: 2.5em;
  }
}

.outer-wrapper main section {
  background: url("/assets/area/miyakojima/shigira-mirage/img/bg_02.webp") no-repeat left top;
  background-size: contain;
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section {
    background: url("/assets/area/miyakojima/shigira-mirage/img/bg_02_x2.webp") no-repeat left top;
    background-size: contain;
  }
}

.outer-wrapper main section.first {
  position: relative;
  background: none;
}

.outer-wrapper main section.first #layer {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/assets/area/miyakojima/shigira-mirage/img/bg_01.webp") no-repeat left top;
  background-size: cover;
  z-index: -1;
}

.outer-wrapper main section.first .sectionInner {
  padding: 50px 0 130px;
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section.first .sectionInner {
    padding: 30px 20px 0;
  }
}

.outer-wrapper main section .sectionInner {
  padding: 80px 0 130px;
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section .sectionInner {
    padding: 40px 20px 0;
  }
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section .sectionInner .wrap {
    padding: 0 20px 30px;
  }
}

.outer-wrapper main section .sectionInner .wrap .headingBlock {
  text-align: center;
  margin: 40px 0 30px;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section .sectionInner .wrap .headingBlock {
    margin: 35px 0;
  }
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section .sectionInner .wrap .headingBlock {
    margin: 20px 0;
    text-align: left;
  }
}

.outer-wrapper main section .sectionInner .wrap .headingBlock h2 {
  font-weight: bold;
  font-size: 1.3125em;
  line-height: 1.9;
  color: #333;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section .sectionInner .wrap .headingBlock h2 {
    font-size: 1.375em;
  }
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section .sectionInner .wrap .headingBlock h2 {
    font-size: 1.125em;
    letter-spacing: 0.05em;
  }
}

.outer-wrapper main section .sectionInner .wrap .txtBlock {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section .sectionInner .wrap .txtBlock {
    text-align: left;
  }
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section .sectionInner .wrap .txtBlock p {
    font-size: 0.875em;
    line-height: 2;
  }
}

.outer-wrapper main section .sectionInner .wrap .column_01,
.outer-wrapper main section .sectionInner .wrap .column_02 {
  display: grid;
  grid-template-columns: 56% calc(44% - 40px);
  align-items: center;
  gap: 0 40px;
  margin: 80px 0 0;
}

@media screen and (max-width: 1024px) {

  .outer-wrapper main section .sectionInner .wrap .column_01,
  .outer-wrapper main section .sectionInner .wrap .column_02 {
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
    align-items: flex-start;
  }
}

@media screen and (max-width: 599px) {

  .outer-wrapper main section .sectionInner .wrap .column_01,
  .outer-wrapper main section .sectionInner .wrap .column_02 {
    grid-template-columns: 1fr;
    margin: 30px 0 0;
    gap: 20px 0;
  }
}

@media screen and (max-width: 599px) {

  .outer-wrapper main section .sectionInner .wrap .column_01 p,
  .outer-wrapper main section .sectionInner .wrap .column_02 p {
    font-size: 0.875em;
    line-height: 2;
  }
}

.outer-wrapper main section .sectionInner .wrap .column_02 {
  grid-template-columns: calc(44% - 40px) 56%;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section .sectionInner .wrap .column_02 {
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  }
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section .sectionInner .wrap .column_02 {
    grid-template-columns: 1fr;
    margin: 30px 0 0;
    gap: 20px 0;
  }
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section .sectionInner .wrap .column_02 div:first-of-type {
    order: 1;
  }
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section .sectionInner .wrap .column_02 div:last-of-type {
    order: 0;
  }
}

.outer-wrapper main section .sectionInner .wrap .column_02 div#slider {
  overflow: hidden;
}

.outer-wrapper main section .sectionInner .wrap .column_02 div#slider .caption {
  text-align: right;
}


.propertygallerySection {
  position: relative;
}
.propertygallerySection .galleryBg-white {
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.propertygallerySection__inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  /*padding: 100px 20px;*/
}
@media (max-width: 990px) {
  .propertygallerySection__inner {
    /*padding: 40px 0 60px;*/
  }
}
.propertygallerySection__title {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: clamp(12rem, 11.99vw + 4.82rem, 24rem);
  position: relative;
  overflow: hidden;
}
.propertygallerySection__title .title-ja {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
  color: #333333;
  font-size: clamp(2.8rem, 1.8vw + 1.72rem, 4.6rem);
}
.propertygallerySection__gallery {
  position: relative;
}
.propertygallerySection__gallery .swiper-container {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (max-width: 990px) {
  .propertygallerySection__gallery .swiper-container {
    width: 100%;
  }
}
.propertygallerySection__gallery .swiper-slide .caption {
  padding-top: 5px;
  text-align: center;
  font-size: 1.4rem;
  color: #525252;
}
.propertygallerySection__gallery .swiper-slide img {
  width: 100%;
}
.propertygallerySection__gallery .navigation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*margin-top: 40px;*/
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.propertygallerySection__gallery .swiper-button-prev,
.propertygallerySection__gallery .swiper-button-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  margin: 0;
}
.propertygallerySection__gallery .swiper-button-prev:after,
.propertygallerySection__gallery .swiper-button-next:after {
  display: none;
}
.propertygallerySection__gallery .nav-arrow {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.propertygallerySection__gallery .nav-arrow img {
  width: 100%;
  height: 100%;
}
.propertygallerySection__gallery .nav-arrow:hover {
  opacity: 0.7;
}
.propertygallerySection__gallery .swiper-pagination {
  position: relative;
  width: auto;
  /*height: 40px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  cursor: pointer;
}
.propertygallerySection__gallery .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #d6d6d6;
  opacity: 1;
  border-radius: 12px;
}
.propertygallerySection__gallery .swiper-pagination-bullet-active {
  background: #AC3B32;
}
.propertygallerySection__gallery .text-swiper .swiper-wrapper {
  -webkit-transform: none !important;
          transform: none !important;
}

.outer-wrapper main section .sectionInner .wrap .txtBlock .caution {
  display: inline-block;
  margin: 30px auto 0;
}

.outer-wrapper main section .sectionInner .wrap .txtBlock .caution li {
  text-align: left;
  font-size: 0.75em;
  color: #333;
  text-indent: -1em;
  padding-left: 1em;
}

.outer-wrapper main section#plan {
  background: url("/assets/area/miyakojima/shigira-mirage/img/bg_03.webp") no-repeat left top;
  background-size: cover;
  padding: 80px 0 120px;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section#plan {
    padding: 20px 0 30px;
  }
}

.outer-wrapper main section#plan .sectionInner {
  padding: 0;
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section#plan .sectionInner {
    padding: 0 20px;
  }
}

.outer-wrapper main section#plan #planBlock {
  display: grid;
  grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section#plan #planBlock {
    grid-template-columns: 1fr;
  }
}

.outer-wrapper main section#plan #planBlock .floor {
  text-align: center;
  font-size: 2em;
  color: #D67441;
  margin: 0 0 10px;
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section#plan #planBlock .floor {
    font-size: 1.5em;
  }
}

.outer-wrapper main section#plan #planBlock a {
  display: block;
  border: solid 8px #E8E6E2;
  background-color: #fff;
  padding: 30px 0;
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section#plan #planBlock a {
    padding: 15px;
  }
}

.outer-wrapper main section#plan #planBlock a dl {
  text-align: center;
}

.outer-wrapper main section#plan #planBlock a dl dt {
  font-size: 2em;
  font-weight: 600;
  color: #D67441;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section#plan #planBlock a dl dt {
    font-size: 1.5em;
  }
}

.outer-wrapper main section#plan #planBlock a dl dt span {
  font-size: 0.6em;
}

.outer-wrapper main section#plan #planBlock a dl dd {
  font-size: 1.125em;
  margin: 15px 0 0;
}

@media screen and (max-width: 599px) {
  .outer-wrapper main section#plan #planBlock a dl dd {
    font-size: 1em;
  }
}

.outer-wrapper main section#plan #planBlock a dl dd span {
  display: block;
  /*font-size: 1.285em;
              font-weight: 500;*/
}

.outer-wrapper main section#plan #planBlock a dl dd span .small {
  display: inline;
  font-size: 0.76em;
  font-weight: 400;
}

.outer-wrapper main section#plan #planBlock a dl dd.etc {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  font-size: 14px;
  /*@include sp {
               font-size: 0.75em;
              }*/
}

.outer-wrapper main section#plan #planBlock a .btn {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  background-color: #D67441;
  border: solid 1px #D67441;
  font-size: 1em;
  line-height: 40px;
  color: #fff;
  margin: 20px auto 0;
  text-align: center;
  width: 100%;
  max-width: 320px;
  transition: all 0.5s;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section#plan #planBlock a .btn {
    max-width: 90%;
  }
}

.outer-wrapper main section#plan #planBlock a .btn::after {
  display: inline-block;
  content: '';
  height: calc(12px / 2);
  width: 12px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform-origin: 50% 66.6%;
  transform: rotate(90deg);
  background-color: #fff;
  transition: all 0.5s;
}

@media screen and (min-width: 1025px) {
  .outer-wrapper main section#plan #planBlock a:hover .btn {
    background-color: transparent;
    color: #669EB8;
  }
}

@media screen and (min-width: 1025px) {
  .outer-wrapper main section#plan #planBlock a:hover .btn::after {
    background-color: #669EB8;
  }
}

.outer-wrapper main section#gallery {
  padding: 140px 0;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section#gallery {
    padding: 40px 0;
  }
}

.outer-wrapper main section#gallery .headingBlock {
  text-align: center;
  margin: 0 0 45px;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section#gallery .headingBlock {
    margin: 0 0 35px;
  }
}

.outer-wrapper main section#gallery .headingBlock h2 {
  letter-spacing: 0.2em;
}

.outer-wrapper main section#gallery p.lead {
  text-align: center;
  margin: 0 0 45px;
}

.outer-wrapper main section#gallery ul li .text {
  font-weight: 400;
  font-style: normal;
  line-height: 2;
}

.outer-wrapper main section#gallery .slider {
  max-width: 1085px;
  margin: 0 auto;
}

.outer-wrapper main section#gallery .slider .slide-arrow {
  width: 25px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section#gallery .slider .slide-arrow {
    display: none !important;
  }
}

.outer-wrapper main section#gallery .slider .prev-arrow {
  left: -7%;
}

.outer-wrapper main section#gallery .slider .next-arrow {
  right: -7%;
}

.outer-wrapper main section#gallery .slick-dots li.slick-active button:before {
  opacity: .75;
  color: #4d8c94;
}