@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Libre+Caslon+Text:ital,wght@0,400;0,700;1,400&display=swap");

/* js */
.js-accordion-title {
  cursor: pointer;
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.js-accordion-title::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

.js-accordion-content {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
}

.js-accordion-content-inner {
  width: 100%;
  padding: 10px;
}

/* common */
.wrap,
.wrap--wide {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.wrap--wide {
  max-width: 1240px;
}

.heading,
.heading--mobile-small,
.heading--small,
.heading--medium,
.heading--large,
.heading--largest {
  color: #5361a4;
}

.heading--largest {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.5;
  color: #ffffff;
}

@media (max-width: 767px) {
  .heading--largest {
    font-size: 6.4vw;
    line-height: 1.5;
  }
}

.heading--large {
  font-size: 40px;
  font-weight: normal;
  letter-spacing: 0.08rem;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .heading--large {
    font-size: 6.4vw;
  }
}

.heading--large+.txt,
.heading--large+.txt--lead,
.heading--large+.txt--lead-wide,
.heading--large+.txt--small {
  margin-top: 4rem;
}

@media (max-width: 767px) {

  .heading--large+.txt,
  .heading--large+.txt--lead,
  .heading--large+.txt--lead-wide,
  .heading--large+.txt--small {
    margin-top: 10.6666666667vw;
  }
}

.heading--medium {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .heading--medium {
    font-size: 5.3333333333vw;
  }
}

.heading--medium+.txt,
.heading--medium+.txt--lead,
.heading--medium+.txt--lead-wide,
.heading--medium+.txt--small {
  margin-top: 3rem;
}

@media (max-width: 767px) {

  .heading--medium+.txt,
  .heading--medium+.txt--lead,
  .heading--medium+.txt--lead-wide,
  .heading--medium+.txt--small {
    margin-top: 5.3333333333vw;
  }
}

.heading--small {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2222222222;
}

@media (max-width: 767px) {
  .heading--small {
    font-size: 4.8vw;
  }
}

.heading--mobile-small {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2222222222;
}

@media (max-width: 767px) {
  .heading--mobile-small {
    font-size: 3.7333333333vw;
  }
}

.headingSquare {
  position: relative;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .headingSquare {
    padding-left: 4.2666666667vw;
  }
}

.headingSquare::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 1.2rem;
  height: 1.2rem;
  border: solid 1px #5361a4;
}

@media (max-width: 767px) {
  .headingSquare::before {
    top: 1.6vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

.headingSquare+.iconList {
  margin-top: 1.2rem;
}

@media (max-width: 767px) {
  .headingSquare+.iconList {
    margin-top: 2rem;
  }
}

.headingCombi+.photo {
  margin-top: 4rem;
}

.headingEn {
  position: relative;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Cormorant Garamond", serif;
  color: #5361a4;
  text-align: center;
  gap: 1.6rem;
}

@media (max-width: 767px) {
  .headingEn {
    max-width: inherit;
    gap: 4.2666666667vw;
  }
}

.headingEn__main {
  width: 100%;
  padding-bottom: 26px;
  font-size: 32px;
  letter-spacing: 0.04rem;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .headingEn__main {
    font-size: 8.5333333333vw;
    padding-bottom: 6.4vw;
  }
}

.headingEn__main:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: auto;
  height: 2px;
  background: #5361a4;
}

.headingEn__main:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 5px;
  background: #5361a4;
}

.headingEn__sub {
  font-size: 16px;
  letter-spacing: 0.04rem;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .headingEn__sub {
    font-size: 4.2666666667vw;
  }
}

.headingEn+.contentBlock {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .headingEn+.contentBlock {
    margin-top: 10.6666666667vw;
  }
}

.txt,
.txt--lead,
.txt--lead-wide,
.txt--small {
  font-size: 14px;
  color: #231815;
  line-height: 1.8571428571;
}

.txt--small {
  font-size: 12px;
  line-height: 2;
}

@media (max-width: 767px) {
  .txt--small {
    font-size: 3.2vw;
  }
}

.txt--lead-wide {
  font-size: 20px;
  line-height: 2.6;
}

@media (max-width: 767px) {
  .txt--lead-wide {
    font-size: 4.2666666667vw;
    line-height: 2.625;
  }
}

.txt--lead {
  font-size: 20px;
  line-height: 2.6;
}

@media (max-width: 767px) {
  .txt--lead {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}

.photo {
  position: relative;
}

.photo .fullSize {
  width: 100%;
}

.photo .capOut {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .unitPhoto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.unitPhoto__item {
  width: 100%;
}

.contentBlock {
  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: center;
  -ms-flex-align: center;
  align-items: center;
}

.contentBlock+.contentBlock {
  margin-top: 120px;
}

@media (max-width: 767px) {
  .contentBlock+.contentBlock {
    margin-top: 16vw;
  }
}

.iconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

@media (max-width: 767px) {
  .iconList {
    gap: 0.3rem;
  }
}

.iconList__icon {
  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;
  width: 2.4rem;
  height: 2.4rem;
}

@media (max-width: 767px) {
  .iconList__icon {
    position: relative;
    top: 0.8vw;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .iconList__text {
    top: 0.1rem;
  }
}

.iconList+.iconList {
  margin-top: 1.2rem;
}

.cap {
  font-size: 10px;
  line-height: 1.4;
}

.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

/* box */
.locationBox {
  width: 100%;
  padding: 3rem;
  margin-top: 6rem;
  border: solid 10px #ebf5f4;
  background: url(../imgs/pc/bg-location.png) no-repeat center center/cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .locationBox {
    padding: 4.2666666667vw;
    background: url(../imgs/sp/bg-location.png) no-repeat center center/cover;
    margin-top: 21.3333333333vw;
    border: solid 4px #ebf5f4;
  }
}

.locationBox .caption {
  text-align: right;
}

@media (max-width: 767px) {
  .locationBox .caption {
    text-align: unset;
  }
}

.locationBox__head {
  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;
  width: 100%;
  background: #ffffff;
  font-size: 2.4rem;
  color: #5361a4;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .locationBox__head {
    min-height: 6.6rem;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .locationBox__head {
    padding: 1.2rem;
    font-size: 5.8666666667vw;
    line-height: 1.5833333333;
    white-space: nowrap;
  }
}

.locationBox__ttl {
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .locationBox__ttl {
    font-size: 5.0666666667vw;
    white-space: nowrap;
  }
}

.locationBox__list {
  display: -ms-grid;
  display: grid;
  gap: 2rem 4rem;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .locationBox__list {
    -ms-grid-columns: (auto)[3];
    grid-template-columns: repeat(3, auto);
  }
}

@media (max-width: 767px) {
  .locationBox__list {
    margin-top: 5.3333333333vw;
    gap: 5.3333333333vw;
  }
}

.locationBox__listItem,
.locationBox__listItem--full {
  padding-left: 2.8rem;
  font-size: 1.6rem;
  line-height: 2;
}

@media (max-width: 767px) {

  .locationBox__listItem,
  .locationBox__listItem--full {
    padding-left: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

.locationBox__listItem:before,
.locationBox__listItem--full:before {
  content: "♦";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .locationBox__listItem--full {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
}

.locationBox__bottomTxt {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: solid 2px #b2bdf2;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  color: #5361a4;
}

@media (max-width: 767px) {
  .locationBox__bottomTxt {
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
    font-size: 4.8vw;
    line-height: 1.7777777778;
  }
}

/* list */
.locationList {
  margin-top: 6rem;
}

.locationList__inner {
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 768px) {
  .locationList__inner {
    -ms-grid-columns: 1fr 2.4rem 1fr 2.4rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem 2.4rem;
    max-width: 960px;
  }
}

@media (max-width: 767px) {
  .locationList__inner {
    -ms-grid-columns: 1fr 1.2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem 1.2rem;
  }
}

.locationList__inner+.cap {
  margin-top: 4rem;
  text-align: right;
}

/* card */
@media screen and (min-width: 768px) {

  .shopCard,
  .shopCard--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.6rem;
  }
}

@media screen and (min-width: 768px) {
  .shopCard--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .shopCard__item {
    width: 360px;
  }
}

@media (max-width: 767px) {
  .shopCard__item+.shopCard__item {
    margin-top: 4rem;
  }
}

@media (max-width: 767px) {
  .shopCard__item.pc+.shopCard__item {
    margin-top: 0;
  }
}

.shopCard__info {
  margin-top: 4rem;
}

.locationCard__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}

@media screen and (min-width: 768px) {
  .locationCard__ttl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.photo+.locationCard__ttl {
  margin-top: 2rem;
}

.locationCard__ttl+.txt,
.locationCard__ttl+.txt--small,
.locationCard__ttl+.txt--lead-wide,
.locationCard__ttl+.txt--lead {
  margin-top: 1rem;
}

.locationCard__ttlSub {
  width: 100%;
  padding-top: 1.6rem;
  font-size: 12px;
  line-height: 1.5;
  border-top: solid 1px #b2bdf2;
}

/* mainVisual */
.mainVisual {
  padding-top: 90px;
  z-index: 1;
  position: relative;
}

@media (max-width: 767px) {
  .mainVisual {
    padding-top: 0;
  }
}

.mainVisual__inner {
  position: relative;
  aspect-ratio: 1.2;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 767px) {
  .mainVisual__inner {
    aspect-ratio: inherit;
  }
}

.mainVisual__inner+.cap {
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .mainVisual__inner+.cap {
    text-align: right;
  }
}

.mainVisual__ttl {
  position: absolute;
  top: 8rem;
  left: 0;
  right: 0;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: auto;
  gap: 6rem;
  z-index: 3;
}

@media (max-width: 767px) {
  .mainVisual__ttl {
    top: 8vw;
    gap: 5.3333333333vw;
  }
}

.mainVisual__ttl .heading--largest {
  transition: color 0.6s ease-in-out, text-shadow 0.6s ease-in-out;
}

.mainVisual__ttl--02 .heading--largest {
  text-shadow: 0px 0px 10px #172A88;
}

.mainVisual__ttl--03 .heading--largest {
  color: #30363A;
}

@media (max-width: 767px) {
  .mainVisual__catch {
    width: 100%;
    max-width: 74.6666666667vw;
  }
}

.mainVisual__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .mainVisual__img {
    position: static;
    width: 100%;
    height: auto;
  }
}

.mainVisual__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainVisual__usp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 4rem 2rem;
}

@media screen and (min-width: 768px) {
  .mainVisual__usp {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .mainVisual__usp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
  }
}

.mainVisualSlider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .mainVisualSlider {
    position: static;
    width: 100%;
    height: auto;
  }
}

.mainVisualSlider__img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.mainVisualSlider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mainVisualSlider__cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 3;
  font-size: 10px;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.8);
}

.mainVisualSlider .swiper-container {
  width: 100%;
  height: 100%;
}

.mainVisualSlider .swiper-slide {
  width: 100%;
  height: 100%;
}

.mainVisualSlider .swiper-pagination {
  height: 16px;
  bottom: 14px;
}

.mainVisualSlider .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 0;
  margin: 0 5px;
  border: 1px solid #B3B3B3;
  opacity: 1;
  background: rgba(255, 255, 255, 0.8);
}

.mainVisualSlider .swiper-pagination-bullet-active {
  background: #2664C3;
}

@media (max-width: 767px) {
  .mainVisualSlider .swiper-pagination {
    bottom: 24px;
  }
}

.btn,
.btn--map,
.btn--print {
  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;
  height: 7.2rem;
  padding: 1rem 3rem;
  background: #6e6e6e;
  color: #fff;
  font-size: 1.8rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 767px) {
  .btn--print {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .btn--print:hover:hover {
    opacity: 0.8;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn--print:hover:hover {
    opacity: 0.8;
  }
}

.btn--print:before {
  content: "";
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../imgs/icon-print.png) no-repeat center center/contain;
  margin-right: 2rem;
}

@media screen and (min-width: 768px) {
  .btn--map:hover:hover {
    opacity: 0.8;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn--map:hover:hover {
    opacity: 0.8;
  }
}

.btn--map:before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 2.6rem;
  background: url(../imgs/icon-map.png) no-repeat center center/contain;
  margin-right: 2rem;
}

.ldkArea {
  padding: 0 1.5rem 2rem;
}

@media (max-width: 767px) {
  .ldkArea {
    padding-bottom: 0;
  }
}

.ldkArea__imgArea {
  width: 100%;
  margin-bottom: 2rem;
  background: #fff;
  padding-block: 6rem;
}

@media (max-width: 767px) {
  .ldkArea__imgArea {
    padding: 4rem 1rem;
  }
}

.ldkArea__img {
  position: relative;
  margin-bottom: 3rem;
  text-align: center;
  margin: 0 10px 160px;
}

@media (max-width: 768px) {
  .ldkArea__img {
    margin: 0 0 20px;
  }
}

.ldkArea__label {
  position: absolute;
  width: 37%;
  right: 37px;
  bottom: -120px;
}

@media (max-width: 767px) {
  .ldkArea__label {
    position: unset;
    width: 60%;
  }
}


.ldkArea .noteTxt {
  display: block;
  margin: 0 auto;
  max-width: 76rem;
}

@media (max-width: 767px) {
  .ldkArea .noteTxt {
    max-width: 100%;
    width: 100%;
  }
}

.ldkArea__photo {
  position: relative;
  margin-bottom: 2rem;
}

.ldkArea__photoNote {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  color: #fff;
  text-align: right;
  line-height: 1.6;
}

.ldkArea__photo+.noteTxt,
.ldkArea__subImgs+.noteTxt {
  margin: 2rem 0;
  max-width: none;
  color: #231815;
}

@media screen and (min-width: 768px) {
  .ldkArea--g1 .ldkArea__img {
    margin-bottom: 400px;
  }

  .ldkArea--g1 .ldkArea__img .ldkArea__label {
    bottom: -340px;
  }

  .ldkArea--g2 .ldkArea__img {
    margin-bottom: 400px;
  }

  .ldkArea--g2 .ldkArea__img .ldkArea__label {
    bottom: -340px;
  }

  .ldkArea--g3 .ldkArea__img {
    margin-bottom: 400px;
  }

  .ldkArea--g3 .ldkArea__img .ldkArea__label {
    bottom: -340px;
  }

  .ldkArea--g4 .ldkArea__img {
    margin-bottom: 400px;
  }

  .ldkArea--g4 .ldkArea__img .ldkArea__label {
    bottom: -340px;
  }

  .ldkArea--g5 .ldkArea__img {
    margin-bottom: 400px;
  }

  .ldkArea--g5 .ldkArea__img .ldkArea__label {
    bottom: -340px;
  }

  .ldkArea--g6 .ldkArea__img {
    margin-bottom: 400px;
  }

  .ldkArea--g6 .ldkArea__img .ldkArea__label {
    bottom: -340px;
  }

  .ldkArea--g7 .ldkArea__img {
    margin-bottom: 400px;
  }

  .ldkArea--g7 .ldkArea__img .ldkArea__label {
    bottom: -340px;
  }

  .ldkArea--h3 .ldkArea__img {
    margin-bottom: 140px;
  }

  .ldkArea--h3 .ldkArea__img .ldkArea__label {
    bottom: -80px;
  }

  .ldkArea--h5 .ldkArea__img {
    margin-bottom: 100px;
  }

  .ldkArea--h5 .ldkArea__img .ldkArea__label {
    bottom: -40px;
  }

  .ldkArea--i4 .ldkArea__img {
    margin-bottom: 180px;
  }

  .ldkArea--i4 .ldkArea__img .ldkArea__label {
    bottom: -140px;
  }

  .ldkArea--i5 .ldkArea__img {
    margin-bottom: 340px;
  }

  .ldkArea--i5 .ldkArea__img .ldkArea__label {
    bottom: -295px;
  }

  .ldkArea--i6 .ldkArea__img {
    margin-bottom: 380px;
  }

  .ldkArea--i6 .ldkArea__img .ldkArea__label {
    bottom: -330px;
  }
}

.subImgs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 2rem;
}

@media (max-width: 767px) {
  .subImgs {
    gap: 1.2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

.subImgs__itemImg {
  margin-bottom: 1rem;
}

.subImgs__itemNote {
  color: #231815;
}


.modelhouseDetail {
  background: url(../imgs/pc/bg-mh-01.png) center center/100% auto;
}

@media (max-width: 767px) {
  .modelhouseDetail {
    padding-bottom: 7rem;
    background: url(../imgs/sp/bg-mh-01.png) center center/100% auto;
  }
}

.modelhouseDetail:nth-child(even) {
  background: url(../imgs/pc/bg-mh-02.png) center center/100% auto;
}

@media (max-width: 767px) {
  .modelhouseDetail:nth-child(even) {
    background: url(../imgs/sp/bg-mh-02.png) center center/100% auto;
  }
}

.modelhouseDetail+.modelhouseDetail {
  margin-top: 2rem;
}

.modelhouseDetail+.caption {
  margin-top: 1rem;
}

.modelhouseDetail__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2.4rem;
  color: #fff;
  gap: 4rem;
}

@media screen and (min-width: 768px) {
  .modelhouseDetail__summary:hover {
    opacity: 0.5;
  }
}

@media (hover: hover) and (pointer: fine) {
  .modelhouseDetail__summary:hover {
    opacity: 0.5;
  }
}

@media (max-width: 767px) {
  .modelhouseDetail__summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    padding-bottom: 1rem;
  }
}

details[open] .modelhouseDetail__summary {
  padding-bottom: 1rem;
}

.modelhouseDetail__ttl {
  width: 31.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #fff;
  padding: 1.6rem;
}

@media (max-width: 767px) {
  .modelhouseDetail__ttl {
    width: 100%;
  }
}

.modelhouseDetail__ldk {
  width: 100%;
  border-bottom: 1px solid #fff;
  line-height: 1;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-size: 4.8rem;
  letter-spacing: 0.2rem;
}

@media (max-width: 767px) {
  .modelhouseDetail__ldk {
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    font-size: 3.6rem;
  }
}

.modelhouseDetail__ldkSub {
  font-size: 3.2rem;
}

@media (max-width: 767px) {
  .modelhouseDetail__ldkSub {
    font-size: 2.4rem;
  }
}

.modelhouseDetail__ttlGo {
  width: 100%;
  border-bottom: 1px solid #fff;
  line-height: 1;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-size: 6.4rem;
  text-align: center;
  letter-spacing: 0.2rem;
}

@media (max-width: 767px) {
  .modelhouseDetail__ttlGo {
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    font-size: 4rem;
  }
}

.modelhouseDetail__ttlGo--s {
  margin-left: 1rem;
  font-size: 2.6rem;
}

@media (max-width: 767px) {
  .modelhouseDetail__ttlGo--s {
    margin-left: 1rem;
  }
}

.modelhouseDetail__ttlTxt {
  font-size: 3.2rem;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.08rem;
}

@media (max-width: 767px) {
  .modelhouseDetail__ttlTxt {
    font-size: 2.4rem;
  }
}

.modelhouseDetail__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modelhouseDetail__btn {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  width: 15rem;
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .modelhouseDetail__btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    left: 0;
    top: 100%;
    border: none;
    background: none;
    color: #fff;
    height: 6rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
  }

  details[open] .modelhouseDetail__btn,
  .is-ac-open .modelhouseDetail__btn {
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {
  .modelhouseDetail__btn--sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .modelhouseDetail__btn--sp {
    top: auto;
    bottom: 0;
    height: 8rem;
  }

  details[open] .modelhouseDetail__btn--sp {
    opacity: 1;
  }
}

.modelhouseDetail__btnTxt {
  position: absolute;
  top: 2rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 7.8rem;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media (max-width: 767px) {
  .modelhouseDetail__btnTxt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    top: 1.5rem;
    font-size: 1.8rem;
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 2.4rem;
    text-align: left;
  }

  .modelhouseDetail__btn--sp .modelhouseDetail__btnTxt {
    top: 2.5rem;
  }
}

.is-ac-open .modelhouseDetail__btnTxt.is-open {
  opacity: 0;
}

.modelhouseDetail__btnTxt.is-close {
  opacity: 0;
}

.is-ac-open .modelhouseDetail__btnTxt.is-close {
  opacity: 1;
}

.modelhouseDetail__btnIcon {
  margin-top: 10rem;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

@media (max-width: 767px) {
  .modelhouseDetail__btnIcon {
    margin: auto 2rem auto auto;
  }
}

.is-ac-open .modelhouseDetail__btnIcon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* contact */
.bottomContact {
  background: #ccc url(../imgs/pc/bg-contact.png) left center/cover no-repeat;
  padding: 12rem 0;
}

@media (max-width: 767px) {
  .bottomContact {
    padding: 26.6666666667vw 0;
    background-image: url(../imgs/sp/bg-contact.png);
  }
}

.bottomContact__ttl {
  text-align: center;
  color: #5361a4;
  font-weight: bold;
  font-size: 4rem;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.08rem;
}

@media (max-width: 767px) {
  .bottomContact__ttl {
    font-size: 2.4rem;
  }
}

.bottomContactBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.4rem;
  margin-top: 6rem;
}

@media (max-width: 767px) {
  .bottomContactBtns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
  }
}

.bottomContactBtns__ttl {
  margin-bottom: 3rem;
  font-size: 3.2rem;
  font-weight: 400;
  color: #5361a4;
  letter-spacing: 0.4rem;
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .bottomContactBtns__ttl {
    font-size: 2.4rem;
  }
}

.bottomContactBtns__a {
  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;
  gap: 1rem;
  width: 36rem;
  height: 8rem;
  padding: 1rem 2rem;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.6rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media (max-width: 767px) {
  .bottomContactBtns__a {
    width: 100%;
    height: 7.8rem;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
  }
}

@media screen and (min-width: 768px) {
  .bottomContactBtns__a:hover {
    opacity: 0.8;
  }
}

@media (hover: hover) and (pointer: fine) {
  .bottomContactBtns__a:hover {
    opacity: 0.8;
  }
}

.bottomContactBtns__a+.bottomContactBtns__a {
  margin-top: 1.2rem;
}

.bottomContactBtns__a--apply {
  background: #f39800;
}

.bottomContactBtns__a--doc {
  background: #172a88;
}

.pbMainArea {
  overflow: visible !important;
}

/* mainVisual */
.mainVisual {
  position: relative;
  padding-top: 90px;
  z-index: 1;
}

@media (max-width: 767px) {
  .mainVisual {
    padding-top: 0;
  }
}

.mainVisual__inner {
  aspect-ratio: 1.2;
  overflow: hidden;
}

@media (max-width: 767px) {
  .mainVisual__inner {
    aspect-ratio: inherit;
  }
}

.mainVisual__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .mainVisual__img {
    position: static;
    width: 100%;
    height: auto;
  }
}

.mainVisual__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* conceptSect */
.conceptSect {
  padding: 12rem 0;
  background: url(../imgs/pc/bg-concept.png) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .conceptSect {
    padding: 26.6666666667vw 0;
    background: url(../imgs/sp/bg-concept.png) no-repeat center center/cover;
  }
}

/* shopSect */
.shopSect {
  position: relative;
  padding: 12rem 0 20rem;
}

@media (max-width: 767px) {
  .shopSect {
    overflow: hidden;
    padding: 26.6666666667vw 0 40vw;
  }
}

.shopSect:before {
  content: "";
  position: absolute;
  top: 89rem;
  left: 50%;
  width: 100%;
  height: 121rem;
  background: #f9f7fa;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
  z-index: 1;
}

@media (max-width: 767px) {
  .shopSect:before {
    top: 334vw;
    min-width: 251.7333333333vw;
    height: 400vw;
  }
}

.shopSect:after {
  content: "";
  position: absolute;
  top: 254.6rem;
  left: 50%;
  width: 100%;
  height: 121rem;
  background: #f9f7fa;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  clip-path: polygon(0 0, 100% 20%, 100% 80%, 0% 100%);
  z-index: 0;
}

@media (max-width: 767px) {
  .shopSect:after {
    top: auto;
    bottom: 40vw;
    min-width: 251.7333333333vw;
    height: 400vw;
  }
}

@media print {

  .shopSect:before,
  .shopSect:after {
    display: none !important;
  }
}

.shopSect__inner {
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .shopSect__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .shopSect__head {
    position: sticky;
    top: 20px;
    z-index: 1;
    padding-bottom: 334px;
  }
}

@media (max-width: 767px) {
  .shopSect__head {
    width: 100%;
    max-width: 66.1333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .shopSect__head-inner {
    min-width: 356px;
  }
}

.shopSect__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .shopSect__body {
    gap: 20rem;
    max-width: 776px;
    margin-left: auto;
    padding-top: 26rem;
  }
}

@media (max-width: 767px) {
  .shopSect__body {
    gap: 21.3333333333vw;
    margin-top: 8vw;
  }
}

/* locationSect */
.locationSect {
  padding: 12rem 0;
}

@media (max-width: 767px) {
  .locationSect {
    padding: 26.6666666667vw 0;
  }
}

/* accessSect */
.accessSect {
  padding: 12rem 0;
  background: #f9f7fa;
}

@media (max-width: 767px) {
  .accessSect {
    padding: 26.6666666667vw 0;
  }
}

.accessSect__imgBox {
  margin-top: 8rem;
}

@media (max-width: 767px) {
  .accessSect__imgBox {
    margin-top: 6rem;
  }
}

.accessSect__imgBox+.cap {
  margin-top: 2rem;
}

/* mapSect */
.mapSect {
  padding: 12rem 0;
}

@media (max-width: 767px) {
  .mapSect {
    padding: 26.6666666667vw 0;
  }
}

.mapSect__mapBox,
.mapSect__mapBox--small {
  margin-top: 6rem;
}

@media (max-width: 767px) {

  .mapSect__mapBox,
  .mapSect__mapBox--small {
    margin-top: 16vw;
  }
}

.mapSect__mapBox--small {
  max-width: 960px;
}

.mapSect__mapCode {
  max-width: 960px;
  margin-top: 4rem;
}

@media (max-width: 767px) {
  .mapSect__mapCode {
    margin-top: 2.4rem;
  }
}

/* outlineSect */
.outlineSect {
  padding: 120px 0;
  background: #f9f7fa;
}

@media (max-width: 767px) {
  .outlineSect {
    padding: 26.6666666667vw 0;
  }
}

.outlineSect__imgBox {
  margin-top: 8rem;
}

@media (max-width: 767px) {
  .outlineSect__imgBox {
    margin-top: 16vw;
  }
}

.outlineSect__imgBox+.cap {
  margin-top: 2rem;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .outlineSect__imgBox+.cap {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .outlineSect__imgBox+.cap {
    text-align: left;
  }
}

/* modelSect */
.modelSect {
  padding: 120px 0;
}

@media (max-width: 767px) {
  .modelSect {
    padding: 26.6666666667vw 0;
  }
}

.modelSect__accordion {
  width: 100%;
  margin-top: 8rem;
}

@media (max-width: 767px) {
  .modelSect__accordion {
    margin-top: 16vw;
  }
}

.getMap {
  width: 100%;
  max-width: 960px;
  margin-top: 2rem;
}

@media (max-width: 767px) {
  .getMap {
    margin-top: 2.4rem;
  }
}

.getMap__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 3rem;
}

.getMap__btn .btn,
.getMap__btn .btn--print,
.getMap__btn .btn--map {
  width: 100%;
}

.getMap .cap {
  margin-top: 2rem;
  text-align: right;
}

@media (max-width: 767px) {
  .getMap .cap {
    text-align: left;
  }
}