@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
.lower .swipe02 {
  text-align: right;
  padding-bottom: 13rem;
}

.lower .swipe02 img {
  width: 120rem;
}

.lower .common-header01 {
  position: relative;
  text-align: center;
  padding-bottom: 50rem;
}

.lower .common-header01 .title {
  position: relative;
  padding-top: 65rem;
  padding-bottom: 25rem;
  font-size: 40rem;
}

.lower .common-header01 .title.big {
  font-size: 50rem;
}

.lower .common-header01 .title .mini {
  display: block;
  font-size: 60%;
  line-height: 1.8;
  margin-bottom: 19rem;
}

.lower .common-header01 .title .ja {
  display: block;
  font-size: 40%;
  line-height: 1.8;
  margin-top: 29rem;
}

.lower .common-header01 .title::after, .lower .common-header01 .title::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #968463;
}

.lower .common-header01 .title::before {
  top: 0;
  left: 50%;
  width: 1rem;
  height: 40rem;
}

.lower .common-header01 .title:after {
  left: 50%;
  top: 39rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  transform: translate(-50%);
}

.lower .common-header01 .lead {
  font-size: 20rem;
  line-height: 1.5;
}

.lower .swipe-mark {
  padding: 40rem 20rem 8rem;
  text-align: right;
}

.lower .swipe-mark img {
  width: 90rem;
}

.lower .page-distance .text01 {
  position: relative;
  padding-left: 25rem;
  font-size: 16rem;
  line-height: 1.5;
}

.lower .page-distance .text01 .place {
  font-size: 130%;
}

.lower .page-distance .text01 .num {
  font-size: 130%;
  color: #231815;
}

.lower .page-distance .text01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18rem;
  height: 1px;
  background-color: currentColor;
}

.lower .page-distance .text02 {
  padding-top: 12rem;
  font-size: 12rem;
  line-height: 1.5;
}

.lower main {
  padding-top: 0;
}

.lower .site-header {
  position: absolute;
  opacity: 0;
  background-color: transparent;
  transition: opacity 1.2s;
}

.lower .site-header .header-upper {
  position: relative;
  z-index: 2;
}

.lower .site-header:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffff;
  transition: width 1.2s .6s;
}

.lower .site-header.on {
  opacity: 1;
}

.lower .site-header.on::after {
  width: 100%;
}

.lower .menu {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 1s,opacity 1s;
}

.lower .menu.loaded {
  transform: translateY(0px);
  opacity: 1;
}

.lower .mv {
  position: relative;
  overflow: hidden;
}

.lower .mv .page-title {
  position: absolute;
  bottom: -11rem;
  left: 0%;
  width: 100%;
  text-align: center;
  font-size: 60rem;
  font-weight: normal;
  color: #fff;
  z-index: 2;
  transform: translateY(30rem);
  opacity: 0;
  transition: transform 1s,opacity 1s;
}

.lower .mv .page-title.on {
  transform: translateY(0rem);
  opacity: 1;
}

.lower .mv:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: width 1s;
  z-index: 2;
}

.lower .mv.on:after {
  width: 0%;
}

.lower .page-content {
  padding: 120rem 0 170rem;
  background: url(../images/top/bg.jpg);
  background-size: 100% auto;
}

.lower .swipeArea {
  overflow-x: auto;
}

.lower .swipeArea img {
  min-width: 710px;
}

.lower .click-btn {
  max-width: 320px;
  margin: 20px auto 40px;
  text-align: center;
  clear: both;
}

.lower .click-btn a {
  position: relative;
}

.lower .click-btn a:hover {
  opacity: 0.8;
}

.lower .modal-wrapper {
  z-index: 29999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 200px 10px;
  text-align: center;
}

.lower .modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.lower .modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
  background: #fff !important;
}

.lower .modal-wrapper::after {
  display: inline-block;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}

.lower .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 94%;
  max-width: 100%;
  padding: 0;
  border-radius: 2px;
  vertical-align: middle;
}

.lower .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
}

.lower .modal-window .modal-content .swipe-img img {
  width: 560px !important;
}

.lower .modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.8) !important;
}

.lower .modal-overlay:hover {
  opacity: 1 !important;
}

.lower .modal-close {
  z-index: 20;
  position: absolute !important;
  top: -35px;
  left: 0;
  width: 36px;
  color: #000 !important;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  padding: 0;
}

.lower .modal-close:hover {
  color: #ccc !important;
}

/*----------------
map
----------------*/
#map .map-title {
  text-align: center;
  padding-bottom: 40rem;
  line-height: 1;
  font-size: 20rem;
  font-weight: normal;
}

#map .maps {
  margin: 0 auto;
  width: 90%;
  max-width: 700rem;
}

#map .maps .title {
  text-align: center;
  font-size: 21rem;
  font-weight: normal;
  padding-bottom: 30rem;
}

#map .maps .map-img {
  margin-bottom: 48rem;
  box-shadow: 0px 0px 12px #aaa;
}

#map .maps .map-img.map02 {
  max-width: 600px;
  margin: 0 auto 48rem;
}

#map .maps .links {
  display: flex;
  gap: 20rem;
  justify-content: center;
}

#map .maps .links li {
  width: 230rem;
  text-align: center;
}

#map .maps .links .text {
  font-size: 15rem;
  line-height: 1.2;
  font-family: "Cormorant Garamond", serif;
}

#map .maps .links .text::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0rem;
  height: 1px;
  background-color: #231815;
  margin-left: 8rem;
  transition: width .5s;
}

#map .maps .links a {
  color: #524747;
  display: block;
}

#map .maps .links a:hover {
  opacity: 1 !important;
}

#map .maps .links a:hover .text::after {
  width: 50rem;
}

#map .maps .links .icon {
  margin: 0 auto 10rem;
  width: 19rem;
}

#map .maps .links .print .icon {
  width: 32rem;
}

#map .ginza {
  max-width: 1000rem;
  width: 94%;
  margin: auto;
  padding-top: 160rem;
}

#map .ginza .text {
  font-size: 11rem;
  text-align: center;
}

#map .ginza a {
  color: #3D6042;
  display: block;
}

#map .ginza .icon {
  margin: 0 auto 10rem;
  width: 19rem;
}

#map .ginza .title {
  font-weight: normal;
  font-size: 32rem;
  text-align: center;
  padding-bottom: 85rem;
}

#map .ginza .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#map .ginza .images {
  width: 52%;
}

#map .ginza .texts {
  width: 45%;
}

#map .ginza .tables {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #454D67;
  margin-bottom: 30rem;
  padding-bottom: 25rem;
}

#map .ginza .tables dt {
  font-size: 16rem;
  width: 120rem;
  line-height: 1.5;
}

#map .ginza .tables dd {
  font-size: 14rem;
  width: calc(100% - 120rem);
}

#map .ginza .tables .text01 {
  line-height: 1.5;
}

#map .ginza .tables .text03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 5rem;
}

#map .ginza .tables .text03 span {
  line-height: 1.5;
}

#map .ginza .tables .text02 {
  padding-bottom: 23rem;
}

#map .ginza .tables .text04 {
  padding: 40rem 0  12rem;
}

#map .ginza .button {
  margin: 0 auto;
  max-width: 350rem;
}

#map .ginza .button a {
  padding: 0 30rem 19rem;
}

/*----------------
outline
----------------*/
#outline .site-header {
  opacity: 1;
  background-color: #fff;
}

#outline .commonTitle02 {
  padding-bottom: 50rem;
  line-height: 1;
  text-align: center;
  font-size: 40rem;
  font-weight: normal;
}

#outline .contents {
  text-align: center;
}

#outline .contents .info-area h3 {
  text-align: center;
  font-size: 26px;
  line-height: 1.8;
  letter-spacing: .3em;
  font-weight: normal;
  margin-bottom: 50px;
}

#outline .contents .info-area table {
  margin: auto;
  max-width: 1000px;
  border-collapse: separate;
  border-spacing: 10px 0;
}

#outline .contents .info-area table .info_terms td {
  border-bottom: none;
}

#outline .contents .info-area table .info_terms + .row_detail td {
  border-top: 1px solid rgba(52, 72, 87, 0.6);
}

#outline .contents .info-area table th,
#outline .contents .info-area table td {
  padding: 15px;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 14px;
}

#outline .contents .info-area table th {
  border: none;
  text-align: center;
  border-bottom: 1px solid #fff;
  color: #fff;
  background: #595757;
}

#outline .contents .info-area table td {
  text-align: left;
  border-bottom: 1px solid rgba(52, 72, 87, 0.4);
}

#outline .contents .info-area .row_detail + .info_terms h3 {
  padding-top: 60px;
}

#outline .contents .info-area .buken_comment {
  padding-top: 60px;
  line-height: 1.7;
  font-size: 11px;
}

#outline .contents .info-area .buken_comment p {
  line-height: 1.7;
  font-size: 11px;
}

#outline .contents .info-area .buken_comment + .buken_comment {
  padding-top: 0;
}

@media (max-width: 768px) {
  #outline .contents .commonTitle02 {
    padding-top: 50rem;
  }
  #outline .contents .info-area h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #outline .contents .info-area table {
    display: block;
    border-collapse: collapse;
    border-spacing: 0;
  }
  #outline .contents .info-area table colgroup {
    display: block;
  }
  #outline .contents .info-area table .info_terms + .row_detail td {
    border-top: none;
    margin-bottom: 2px;
  }
  #outline .contents .info-area table th,
  #outline .contents .info-area table td {
    box-sizing: border-box;
    display: block;
    padding: 10px;
    font-size: 13px;
    width: 100%;
    margin-bottom: 2px;
  }
  #outline .contents .info-area .row_detail + .info_terms h3 {
    padding-top: 40px;
  }
  #outline .contents .info-area .buken_comment {
    padding-top: 40px;
    line-height: 1.4;
  }
  #outline .contents .info-area .buken_comment p {
    line-height: 1.4;
  }
}

/* ========================================================
 brand
======================================================== */
#brand .main-visual .texts {
  color: #fff;
}

#brand .main-visual .movie {
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: #000;
}

#brand .main-visual video {
  width: 100%;
  height: auto;
}

#brand .contents .image {
  position: relative;
}

#brand .intro {
  text-align: center;
  padding-top: 100px;
  margin-bottom: 100px;
}

#brand .intro .tit {
  font-size: 33px;
  margin-bottom: 20px;
}

#brand .intro .sub {
  font-size: 18px;
  margin-bottom: 100px;
}

#brand .intro .image {
  max-width: 360px;
  margin: 0 auto 80px;
}

#brand .intro .txt01 {
  font-size: 57px;
  line-height: 1.8;
  letter-spacing: .2em;
  margin-bottom: 80px;
}

#brand .intro .txt02 {
  font-size: 26px;
  line-height: 1.6;
  margin-bottom: 30px;
}

#brand .intro .lead {
  font-size: 16px;
  line-height: 2;
}

#brand .slick-slider {
  margin-bottom: 200px;
}

#brand .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0 5rem;
  position: static;
  padding-top: 20px;
}

#brand .slick-dots li {
  width: 34rem;
  height: 4rem;
}

#brand .slick-dots li.slick-active button {
  background: #595757;
}

#brand .slick-dots li button {
  appearance: none;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: #EAEAEA;
}

#brand .slick-dots li button:before {
  display: none;
}

#brand .promise {
  text-align: center;
  margin-bottom: 200px;
}

#brand .promise .tit {
  font-size: 26px;
  line-height: 1.8;
  margin-bottom: 30px;
}

#brand .promise .sub {
  font-size: 18px;
  margin-bottom: 100px;
}

#brand .promise .lists {
  background: #B6CBCF;
  margin-bottom: 50px;
}

#brand .promise .lists li {
  vertical-align: middle;
  display: inline-block;
  width: 30%;
}

#brand .promise .lists li:last-child {
  width: 69%;
}

#brand .promise .lists .txt01 {
  font-size: 30px;
  margin-bottom: 18px;
}

#brand .promise .lists .txt02 {
  font-size: 18px;
  margin-bottom: 50px;
}

#brand .promise .lists .lead {
  text-align: left;
  width: 76%;
  margin: auto;
  font-size: 14px;
  line-height: 2;
}

#brand .promise .list02 {
  background: #BDC1B1;
}

#brand .promise .list03 {
  background: #DBD1C1;
}

#brand .promise .list04 {
  background: #C7BBC8;
  margin-bottom: auto;
}

#brand .salon {
  text-align: center;
  margin-bottom: 200px;
}

#brand .salon .tit {
  font-size: 32px;
  margin-bottom: 50px;
}

#brand .salon .lead {
  font-size: 18px;
  line-height: 2;
  margin: 80px auto;
}

#brand .salon .image {
  max-width: 1200px;
  margin: auto;
}

#brand .cafe {
  text-align: center;
  margin-bottom: 200px;
}

#brand .cafe .tit {
  font-size: 32px;
  margin-bottom: 50px;
}

#brand .cafe .lead {
  font-size: 18px;
  line-height: 2;
  margin: 0 auto 80px;
}

#brand .cafe .img01 {
  max-width: 1200px;
  margin: auto;
}

#brand .cafe .img01 .caption {
  color: #404040;
}

#brand .cafe .img02 {
  max-width: 1000px;
  width: 90%;
  margin: 80px auto 0;
}

#brand .achievement {
  text-align: center;
  background: #2E2E2E;
  padding: 140px 0;
  color: #fff;
  margin-bottom: 200px;
}

#brand .achievement .tit {
  font-size: 36px;
  margin-bottom: 10px;
}

#brand .achievement .sub {
  font-size: 20px;
  margin-bottom: 50px;
}

#brand .achievement li {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
}

#brand .achievement li:last-child {
  margin-right: auto;
}

#brand .achievement .caps {
  text-align: right;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 10px;
  color: #fff;
}

#brand .ginza {
  text-align: center;
  display: none;
}

#brand .ginza .logo {
  max-width: 385px;
  margin: 0 auto 80px;
}

#brand .ginza ul {
  max-width: 1200px;
  margin: auto;
}

#brand .ginza li {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin-right: 3%;
}

#brand .ginza li:last-child {
  width: 56%;
  margin-right: auto;
}

#brand .ginza .img04 {
  max-width: 198px;
  margin: 30px 0;
}

#brand .ginza .info {
  text-align: left;
  font-size: 14px;
  letter-spacing: .12em;
  line-height: 1.6;
}

#brand .ginza .sns {
  max-width: 74px;
  margin: 80px auto 0;
}

@media screen and (max-width: 1024px) {
  #brand .promise .lists .txt01 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #brand .promise .lists .txt02 {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
  #brand .promise .lists .lead {
    width: 94%;
    line-height: 1.6;
  }
}

/* ========================================================
 access
======================================================== */
#access .image, #access .images {
  position: relative;
}

#access .page-intro {
  margin: 0 50rem;
  padding-bottom: 120rem;
}

#access .page-intro .texts {
  padding-bottom: 105rem;
  text-align: center;
}

#access .page-intro .lead {
  padding-bottom: 60rem;
  font-size: 20rem;
  line-height: 2;
}

#access .page-intro .text {
  font-size: 16rem;
  line-height: 2;
}

#access .page-intro .img-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#access .page-intro .img-box .tit {
  position: absolute;
  top: 16rem;
  left: 13rem;
  font-size: 36rem;
  color: #fff;
  letter-spacing: 0;
}

#access .page-intro .img-box .image01 {
  order: 2;
  width: 61.2%;
  position: relative;
}

#access .page-intro .img-box .swipe-box {
  order: 0;
  width: 38%;
}

#access .page-intro .img-box .swipe-box li {
  position: relative;
  margin-bottom: 8rem;
}

#access .sections {
  padding: 0 50rem;
}

#access .sections .caption.no-bg {
  bottom: -14px;
}

#access .train {
  padding-bottom: 50rem;
  margin: 0 auto;
  max-width: 1000rem;
}

#access .train .map {
  position: relative;
  margin: 0 auto 120rem;
  max-width: 800rem;
}

#access .train .tabs {
  display: flex;
  justify-content: space-around;
  padding-bottom: 60rem;
}

#access .train .tabs li {
  width: 32%;
}

#access .train .tabs span {
  display: block;
  padding: 17rem 10rem 14rem;
  background-color: #fff;
  box-shadow: 0px 0px 14px #ccc;
  text-align: center;
  color: #968463;
  font-size: 16rem;
  line-height: 1.8;
}

#access .train .tabs span.current {
  background-color: #968463;
  color: #fff;
  pointer-events: none;
}

#access .train .tab-contents {
  padding-bottom: 60rem;
}

#access .train .tab-contents .distances {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#access .train .tab-contents .tab-inner {
  display: none;
}

#access .train .tab-contents .tab-inner.current {
  display: block;
}

#access .train .tab-contents .page-distance {
  width: 48%;
  padding-bottom: 30rem;
}

#access .train .sub-title {
  font-size: 20rem;
  line-height: 1.5;
  padding-bottom: 60rem;
  font-weight: normal;
  text-align: center;
}

#access .train .air-port .lists {
  display: flex;
  justify-content: space-between;
  padding-bottom: 120rem;
}

#access .train .air-port .lists li {
  width: 49%;
}

#access .train .air-port .text00 {
  font-size: 12px;
  margin: 20rem 0 10rem 0;
}

#access .train .air-port .text01 {
  position: relative;
  padding: 0 0 15rem 30rem;
  font-size: 18rem;
  line-height: 1.5;
}

#access .train .air-port .text01::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18rem;
  height: 1px;
  background-color: currentColor;
}

#access .train .air-port .text02 {
  font-size: 11rem;
  line-height: 1.5;
}

#access .train .colums {
  padding-bottom: 60rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#access .train .colums .header {
  width: 45%;
  text-align: left;
}

#access .train .colums .header .sub-title {
  text-align: left;
}

#access .train .colums .header .text {
  font-size: 14rem;
  line-height: 1.9;
}

#access .train .colums .header .caps {
  font-size: 11px;
  margin-top: 10px;
}

#access .train .colums .images {
  width: 50%;
}

#access .sections {
  padding: 0 50rem 150rem;
}

#access .sections .common-header01 .images {
  margin-top: 60rem;
}

#access .taxi .distances {
  margin: 0 auto;
  max-width: 1000rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#access .taxi .distances .page-distance {
  padding-bottom: 30rem;
  width: 48%;
}

#access .bus .body {
  margin: 0 auto;
  max-width: 1000rem;
  display: flex;
}

#access .bus .body .images {
  order: 2;
  width: 53%;
}

#access .bus .body .stops-list {
  order: 0;
  width: 45%;
}

#access .bus .stops-list li {
  padding-bottom: 35rem;
}

#access .bus .stops-list .text01 {
  position: relative;
  font-size: 16rem;
}

#access .bus .stops-list .text01 .number {
  display: inline-block;
  padding: 4rem 10rem 6rem;
  box-sizing: border-box;
  width: 30rem;
  height: 30rem;
  background-color: #00325a;
  color: #fff;
  font-size: 20rem;
}

#access .bus .stops-list .text01 .place {
  font-size: 130%;
}

#access .bus .stops-list .text01 .num {
  font-size: 130%;
}

#access .bus .stops-list .text02 {
  padding-top: 12rem;
  font-size: 14rem;
  line-height: 1.6;
}

/* ========================================================
 residence
======================================================== */
#residence .page-intro {
  padding-bottom: 80rem;
}

#residence .page-intro .lead {
  line-height: 1.6;
  font-size: 20rem;
  text-align: center;
}

#residence .design .flex-box {
  max-width: 1000px;
  margin: auto;
  padding-bottom: 190rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  clip-path: inset(0% 0% 100% 0%);
  transition: clip-path .7s linear;
}

#residence .design .flex-box.on {
  clip-path: inset(0% 0% 0% 0%);
}

#residence .design .flex-box .texts {
  width: 55%;
}

#residence .design .flex-box .text01 {
  font-size: 20px;
  line-height: 1.7;
  padding-bottom: 20rem;
}

#residence .design .flex-box .text02 {
  font-size: 16px;
  line-height: 1.7;
}

#residence .design .flex-box .text03 {
  font-size: 16rem;
  line-height: 1.7;
  padding-bottom: 12rem;
}

#residence .design .flex-box .text04 {
  font-size: 24rem;
  line-height: 1.7;
  padding-bottom: 32rem;
}

#residence .design .flex-box .images {
  width: 43%;
}

#residence .design .flex-box.box02 {
  padding-bottom: 0;
}

#residence .design .flex-box.box02 .images {
  order: 0;
  width: 21%;
}

#residence .design .flex-box.box02 .texts {
  order: 1;
  width: 73%;
}

#residence .img,
#residence .images {
  position: relative;
}

#residence .sections {
  padding-bottom: 200rem;
  margin: 0 auto;
}

#residence .sections .image {
  transition-timing-function: cubic-bezier(0.17, 0.84, 0.44, 1);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 200% 0;
  mask-position: 200% 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-image: linear-gradient(-45deg, #000 0%, #000 var(--maskColorPosition1), transparent var(--maskColorPosition2), transparent 400%);
  mask-image: linear-gradient(-45deg, #000 0%, #000 var(--maskColorPosition1), transparent var(--maskColorPosition2), transparent 400%);
  -webkit-mask-image: linear-gradient(-45deg, #000 0%, #000 var(--maskColorPosition1), transparent var(--maskColorPosition2), transparent 400%);
  will-change: -webkit-mask, mask, animation;
}

#residence .sections .image.on {
  opacity: 1;
  animation: ma-nv 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-direction: normal;
}

#residence .sections .lists {
  margin: 0 auto;
  width: 90%;
  max-width: 1000rem;
  display: flex;
  gap: 20rem;
  justify-content: center;
}

#residence .sections .lists li {
  width: 340rem;
}

#residence .sections .lists .text {
  padding-top: 20rem;
  font-size: 14rem;
  line-height: 2;
  text-align: center;
}

#residence .sections .lists .mini {
  text-align: center;
  margin-top: 5px;
  font-size: 11px;
}

#residence .land-plan .common-header01 .lead {
  padding-bottom: 70rem;
}

#residence .land-plan .img01 {
  position: relative;
  margin: 0 auto 75rem;
  width: 80%;
}

#residence .land-plan .img01 .caption {
  bottom: -20rem;
  color: #000;
  background-color: transparent;
}

#residence .land-plan .lists .text {
  padding-top: 20rem;
  font-size: 14rem;
  line-height: 1.5;
  text-align: center;
}

#residence .equipment .swipe-mark {
  padding: 0 20rem 8rem;
}

/* ========================================================
 position
======================================================== */
#position .common-header01 .lead {
  font-size: 20px;
}

#position .page-intro {
  padding-bottom: 150rem;
}

#position .page-intro .lead {
  line-height: 1.6;
  font-size: 20px;
  text-align: center;
  padding-bottom: 25rem;
}

#position .page-intro .text {
  line-height: 2.2;
  font-size: 16px;
  text-align: center;
  position: relative;
  z-index: 2;
}

#position .page-intro .images-lists {
  width: 80%;
  margin: -60rem auto 0;
  position: relative;
}

#position .page-intro .images-lists .annotation {
  position: absolute;
  bottom: 150rem;
  right: 10rem;
  font-size: 12rem;
}

#position .page-intro .images-lists ul, #position .page-intro .images-lists li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

#position .page-intro .images-lists .bg {
  opacity: 0;
}

#position .sections {
  padding-bottom: 200rem;
  margin: 0 auto;
  max-width: 1200rem;
  text-align: center;
}

#position .sections .annotation {
  padding-top: 30rem;
  font-size: 11rem;
  line-height: 1.9;
}

#position .sections .text01 {
  font-size: 16px;
  line-height: 2.2;
  padding-bottom: 80rem;
}

#position .sections .points {
  padding-top: 30rem;
  padding-bottom: 20rem;
  display: flex;
  justify-content: center;
  gap: 20rem;
}

#position .sections .points li {
  width: 130rem;
  opacity: 0;
  transition: opacity .7s;
}

#position .sections .points li:nth-child(2) {
  transition-delay: .2s;
}

#position .sections .points li:nth-child(3) {
  transition-delay: .4s;
}

#position .sections .points li:nth-child(4) {
  transition-delay: .6s;
}

#position .sections .points.on li {
  opacity: 1;
}

#position .sections .images-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 94%;
}

#position .sections .images-list.on li {
  clip-path: inset(0% 0% 0% 0%);
}

#position .sections .images-list li {
  position: relative;
  clip-path: inset(0% 0% 100% 0%);
  transition: clip-path .7s linear;
}

#position .sections .images-list li.img01 {
  transition-delay: .3s;
}

#position .sections .images-list li.img02 {
  transition-delay: .6s;
}

#position .sections .images-list li.img03 {
  transition-delay: .9s;
}

#position .sections .images-list li.img04 {
  transition-delay: 1.2s;
}

#position .sections .images-list li.img05 {
  transition-delay: 1.5s;
}

#position .sections .images-list li.img06 {
  transition-delay: 1.8s;
}

#position .sections .images-list li .num {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 4rem 8rem;
  color: #fff;
  font-size: 11rem;
  background-color: #000;
}

#position .sections .images-list .up {
  width: 49.7%;
  margin-bottom: 5rem;
}

#position .sections .images-list .low {
  width: 33%;
}

#position .sections .images-list .right,
#position .sections .images-list .left {
  width: 49.5%;
}

#position .sections .images-list .right {
  clip-path: inset(0% 0% 0% 0%);
}

#position .sections .images-list .right .img02 {
  margin-bottom: 10rem;
}

#position .future {
  padding-bottom: 0;
}

/* ========================================================
 plan
======================================================== */
#plan .images {
  position: relative;
}

#plan.archive .floor {
  padding-bottom: 120rem;
}

#plan.archive .floor .common-header01 .txt01 {
  padding-bottom: 60rem;
  text-align: center;
  font-size: 20rem;
  line-height: 1.8;
}

#plan.archive .floor .floor-img {
  max-width: 800px;
  padding-bottom: 24rem;
  margin: 0 auto 81rem;
}

#plan.archive .floor .floor-img .caption {
  background-color: transparent;
  color: #000;
}

#plan.archive .floor .image-list {
  display: flex;
  justify-content: center;
  gap: 40rem;
}

#plan.archive .floor .image-list li {
  width: 450rem;
}

#plan.archive .floor .image-list .text {
  padding-bottom: 20rem;
  font-size: 18rem;
  line-height: 1.2;
  text-align: center;
}

#plan.archive .room-plan .plan-list {
  margin: 0 auto;
  max-width: 1000rem;
  display: flex;
  justify-content: space-between;
}

#plan.archive .room-plan .plan-list li {
  width: 32%;
}

#plan.archive .room-plan .plan-list a {
  display: block;
  padding: 53rem 10rem 10rem;
  background-color: #fff;
  text-align: center;
  color: #000;
}

#plan.archive .room-plan .plan-list .type {
  font-size: 24rem;
  line-height: 1.5;
  font-family: "Cormorant Garamond", serif;
  padding-bottom: 28rem;
}

#plan.archive .room-plan .plan-list .type .big {
  font-size: 220%;
}

#plan.archive .room-plan .plan-list .ldk {
  position: relative;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
  font-size: 32rem;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.5;
}

#plan.archive .room-plan .plan-list .ldk .big {
  font-size: 150%;
  font-family: "Cinzel", serif;
}

#plan.archive .room-plan .plan-list .ldk::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 50rem;
  height: 1px;
  background-color: #000;
  transform: translateX(-50%);
}

#plan.archive .room-plan .plan-list .width {
  padding-bottom: 38rem;
  font-size: 14rem;
  line-height: 1.8;
}

#plan.archive .room-plan .plan-list .width .big {
  font-size: 220%;
}

#plan.archive .room-plan .plan-list .images {
  padding-bottom: 30rem;
  margin: auto;
}

#plan.archive .room-plan .plan-list .button {
  position: relative;
  padding: 18rem 10rem;
  font-size: 16rem;
  font-family: "Cormorant Garamond", serif;
  color: #fff;
  background-color: #595857;
  text-align: center;
}

#plan.archive .room-plan .plan-list .button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20rem;
  width: 12rem;
  height: 12rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 3;
}

#plan.archive .room-plan .plan-list .button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #000000;
  transition: width .5s;
}

#plan.archive .room-plan .plan-list .button .in {
  position: relative;
  z-index: 2;
}

#plan.archive .room-plan .plan-list a:hover .button:after {
  width: 100%;
}

#plan.archive .fine-bubble {
  display: none;
}

#plan.archive .fine-bubble .header {
  display: flex;
  justify-content: space-between;
  background-color: #78879B;
  align-items: stretch;
}

#plan.archive .fine-bubble .header .texts {
  box-sizing: border-box;
  padding: 20rem;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

#plan.archive .fine-bubble .header .title {
  padding-bottom: 19rem;
  font-size: 20rem;
  font-weight: normal;
  line-height: 1.5;
}

#plan.archive .fine-bubble .header .txt {
  padding-bottom: 19rem;
  font-size: 20rem;
  font-weight: normal;
  line-height: 1.5;
}

#plan.archive .fine-bubble .header li {
  list-style: none;
  padding-bottom: 9rem;
  font-size: 16rem;
  font-weight: normal;
  line-height: 1.5;
}

#plan.archive .fine-bubble .header .images {
  width: 50%;
}

#plan.archive .fine-bubble .detail {
  background-color: #fff;
  padding-top: 87rem;
}

#plan.archive .fine-bubble .detail .inner {
  padding-left: 20rem;
  padding-right: 20rem;
}

#plan.archive .fine-bubble .detail .mini-title {
  font-size: 20rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 65rem;
}

#plan.archive .fine-bubble .detail .text01 {
  padding-bottom: 80rem;
  text-align: center;
  font-size: 16rem;
  line-height: 2;
}

#plan.archive .fine-bubble .detail .lists {
  margin: 0 auto;
  padding-bottom: 80rem;
  width: 90%;
  max-width: 1000rem;
  display: flex;
  justify-content: space-between;
}

#plan.archive .fine-bubble .detail .lists li {
  width: 32%;
}

#plan.archive .fine-bubble .detail .text02 {
  padding: 40rem 0 20rem;
  font-size: 18rem;
  line-height: 1.5;
  text-align: center;
}

#plan.archive .fine-bubble .detail .text03 {
  padding: 10rem 0;
  background-color: #78879B;
  font-size: 18rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

#plan.archive .fine-bubble .detail .text04 {
  padding-top: 22rem;
  font-size: 14rem;
  line-height: 1.9;
}

#plan.archive .fine-bubble .bath {
  display: flex;
  justify-content: space-between;
  background-color: #78879B;
}

#plan.archive .fine-bubble .bath .texts {
  width: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#plan.archive .fine-bubble .bath .texts .in {
  max-width: 350rem;
}

#plan.archive .fine-bubble .bath .texts .text05 {
  font-size: 20rem;
  line-height: 1.6;
  padding-bottom: 17rem;
}

#plan.archive .fine-bubble .bath .texts .text06 {
  font-size: 16rem;
  line-height: 2;
}

#plan.archive .fine-bubble .bath .images {
  width: 50%;
}

#plan.detail .common-header01 {
  padding-bottom: 0;
}

#plan.detail .common-header01 .title {
  font-size: 24rem;
  line-height: 1.5;
  padding-bottom: 14rem;
}

#plan.detail .common-header01 .title .big {
  font-size: 220%;
}

#plan.detail .common-header01 .txt01 {
  text-align: center;
  font-size: 20rem;
  line-height: 1.5;
  padding-bottom: 75rem;
}

#plan.detail .ldk {
  position: relative;
  padding-bottom: 18rem;
  margin-bottom: 22rem;
  font-size: 32rem;
  line-height: 1.5;
  font-family: "Cormorant Garamond", serif;
}

#plan.detail .ldk::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 50rem;
  height: 1px;
  background-color: #000;
  transform: translateX(-50%);
}

#plan.detail .ldk .big {
  font-size: 150%;
  font-family: "Cinzel", serif;
}

#plan.detail .details {
  margin: 0 auto;
  width: 94%;
  max-width: 900rem;
  text-align: center;
}

#plan.detail .width {
  padding-bottom: 5rem;
  font-size: 14rem;
  line-height: 1.4;
}

#plan.detail .width .big {
  font-size: 220%;
}

#plan.detail .sub-width {
  padding-bottom: 60rem;
  font-size: 14rem;
  line-height: 1.4;
}

#plan.detail .points {
  display: inline-block;
  text-align: left;
}

#plan.detail .points li {
  font-size: 16rem;
  line-height: 1.8;
}

#plan.detail .room-img {
  text-align: center;
  padding-top: 80rem;
  padding-bottom: 30rem;
  margin: auto;
}

#plan.detail .room-img li {
  vertical-align: middle;
  display: inline-block;
  width: 5%;
}

#plan.detail .room-img li a {
  color: #AA9B80;
}

#plan.detail .room-img li:nth-child(2) {
  width: 60%;
  margin: 0 10%;
}

#plan.detail .room-img .name {
  font-size: 16px;
  margin-top: 6px;
}

#plan.detail .guide {
  max-width: 400px;
  width: 90%;
  margin: 0 auto 80rem;
}

#plan.detail .button {
  margin: 0 auto;
  max-width: 320rem;
}

#plan.detail .button a {
  display: block;
  position: relative;
  padding: 18rem 10rem;
  font-size: 18rem;
  text-align: center;
  color: #fff;
  background-color: #595857;
}

#plan.detail .button a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20rem;
  width: 12rem;
  height: 12rem;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 3;
}

#plan.detail .button a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: #595857;
  background-color: #000;
  transition: width .5s;
}

#plan.detail .button a:hover:after {
  width: 100%;
}

#plan.detail .button a .in {
  position: relative;
  z-index: 2;
}

/* ========================================================
 asset
======================================================== */
#asset .mv .caption {
  bottom: 40rem;
  background-color: transparent;
}

#asset .page-intro .lead {
  padding-bottom: 45rem;
  font-size: 20rem;
  text-align: center;
  line-height: 1.5;
}

#asset .sections {
  padding-bottom: 190rem;
}

#asset .sections .text {
  margin: 0 auto;
  width: 84%;
  padding-top: 45rem;
  font-size: 14rem;
  text-align: left;
  line-height: 1.9;
}

/* ========================================================
 location
======================================================== */
#location .page-intro {
  padding-bottom: 150rem;
}

#location .page-intro .lead {
  line-height: 1.6;
  font-size: 20rem;
  text-align: center;
  padding-bottom: 25rem;
}

#location .page-intro .text {
  line-height: 2.2;
  font-size: 16rem;
  text-align: center;
  position: relative;
  z-index: 2;
}

#location .places .images {
  margin: 0 auto 16rem;
}

#location .places .common-header01 .lead {
  padding-bottom: 55rem;
}

#location .places .texts {
  text-align: center;
}

#location .places .texts .name {
  position: relative;
  padding-bottom: 5rem;
  margin-bottom: 6rem;
  font-size: 15rem;
  line-height: 1.4;
}

#location .places .texts .name::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #bdbdbd;
  max-width: 600rem;
}

#location .places .texts .text {
  font-size: 14rem;
  line-height: 1.5;
}

#location .places .images.big {
  margin: 0 3% 16rem;
}

#location .places .images.medium {
  margin: 0 auto 16rem;
  width: 90%;
  max-width: 880rem;
}

#location .places .swipe-box {
  margin-top: 60rem;
}

#location .places .lists {
  display: flex;
  justify-content: space-between;
  width: 250vw;
  animation: loca-list01 24s linear infinite;
}

#location .places .lists li {
  width: 24vw;
  margin-right: 1vw;
}

#location .places .lists.list02 {
  animation: loca-list01 36s linear infinite;
}

@keyframes loca-list01 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#location .sections {
  padding-bottom: 190rem;
}

#location .section02 {
  padding-top: 200rem;
}

#location .section02 .lists {
  width: 400vw;
}

#location .bgs {
  padding: 120rem 0 40rem;
  background-color: #666666;
  color: #fff;
}

#location .bgs .img03.images.medium {
  margin-top: 110rem;
}

#location .common-header01 .title {
  color: #AA9B80;
}

#location .life-info {
  padding-bottom: 0;
}

#location .life-info .title {
  width: 100%;
  display: inline-block;
}

#location .life-info .title .note {
  width: 30%;
  font-size: 10px;
  float: right;
  text-align: left;
  line-height: 1.4;
  margin-top: 10px;
}

#location .life-info .logo {
  width: 65%;
  float: left;
  text-align: right;
  font-size: 19px;
  line-height: 2;
  margin-bottom: 10px;
}

#location .life-info .logo:before {
  content: url(../images/location/map-logo.svg);
  margin-right: 10px;
  vertical-align: middle;
}

#location .life-info .tabs {
  text-align: center;
  padding: 10px 0;
  font-size: 0;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

#location .life-info .tabs li {
  display: inline-block;
  width: 16%;
  padding: 0 1px;
  box-sizing: border-box;
}

#location .life-info .tabs a {
  display: block;
  color: #5D6970;
  background: #fff;
  font-size: 14px;
  padding: 15px 0;
  transition: .3s;
}

#location .life-info .tabs a.current {
  background: #AA9B80;
  color: #fff;
}

#location .life-info .tabs a:hover {
  color: #fff;
  background: #AA9B80;
  opacity: 1;
}

#location .life-info .maps {
  position: relative;
}

#location .life-info .googlemap {
  height: 700px;
  margin-right: 350px;
  background: #fff;
}

#location .life-info .list-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 100%;
  min-height: 700px;
  background: #fff;
  box-sizing: border-box;
  text-align: left;
  padding: 9px 10px;
  border-left: 1px solid #eee;
}

#location .life-info .list-wrapper ol {
  counter-reset: lis;
  display: none;
}

#location .life-info .list-wrapper ol.current {
  display: block;
}

#location .life-info .list-wrapper li {
  padding: 7px 10px 7px 40px;
  list-style: none;
  border-bottom: 1px solid #eee;
  font-size: 12px;
  line-height: 1.2;
  position: relative;
}

#location .life-info .list-wrapper li:after {
  counter-increment: lis;
  content: counter(lis);
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  background: #AA9B80;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  position: absolute;
}

#location .life-info .list-wrapper .minite {
  display: none;
  font-size: 10px;
  padding-top: 4px;
  margin-left: 10px;
}

@media (max-width: 1024px) {
  #location .life-info .tabs {
    padding: 0;
    margin-bottom: 15px;
  }
  #location .life-info .tabs li {
    display: inline-block;
    width: 50%;
    margin-bottom: 2px;
  }
  #location .life-info .tabs a {
    font-size: 11px;
    padding: 13px 10px;
  }
  #location .life-info .googlemap {
    float: none;
    height: 328px;
    margin-right: auto;
  }
  #location .life-info .list-wrapper {
    position: static;
    float: none;
    width: auto;
    height: auto;
    min-height: 0;
    border: none;
  }
  #location .life-info .list-wrapper li {
    padding: 9px 10px 9px 30px;
  }
  #location .life-info .list-wrapper li:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
  }
  #location .life-info .list-wrapper .minite {
    display: block;
    font-size: 10px;
    padding-top: 4px;
  }
}

@media screen and (max-width: 768px) {
  .lower .site-header {
    position: fixed;
    opacity: 1;
  }
  .lower .site-header:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffff;
    transition: width 1.2s .6s;
  }
  .lower .swipe-box {
    padding-bottom: 15rem;
    overflow-x: auto;
  }
  .lower .page-content {
    padding: 90rem 0 80rem;
  }
  .lower .common-header01 {
    padding-bottom: 37rem;
  }
  .lower .common-header01 .title {
    padding-top: 65rem;
    padding-bottom: 29rem;
    font-size: 30rem;
  }
  .lower .common-header01 .lead {
    text-align: left;
  }
  .lower .page-distance .text01 {
    padding-left: 22rem;
    font-size: 15rem;
  }
  .lower .page-distance .text01 .place {
    font-size: 130%;
  }
  .lower .page-distance .text01 .num {
    font-size: 130%;
    color: #231815;
  }
  .lower .page-distance .text01::after {
    width: 18rem;
  }
  .lower .page-distance .text02 {
    padding-top: 12rem;
    font-size: 12rem;
    line-height: 1.6;
  }
  .lower .mv {
    padding-top: 112.5px;
    position: relative;
    padding-bottom: 20px;
    background: url(../images/top/bg.jpg);
    background-size: 100% auto;
  }
  .lower .mv .page-title {
    bottom: 14rem;
    font-size: 40rem;
  }
  .lower .mv .caption {
    background: none;
    color: #000;
    bottom: -20px;
  }
  .lower main .content {
    padding-bottom: 80rem;
    padding-top: 68rem;
  }
  .lower main .image {
    position: relative;
  }
  .lower .caption.noBg {
    color: #000;
    background: none;
  }
  .lower .swipeArea {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .lower .swipeArea::-webkit-scrollbar {
    display: none;
  }
  .lower .swipeArea:after {
    content: '';
    display: block;
    position: sticky;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 15rem;
    height: 57rem;
    background: url(../images/common/icon_swipe.png) no-repeat center center;
    background-size: auto 100%;
  }
  .lower .swipeArea .caption {
    position: sticky;
    left: 0;
    padding: 0 3rem 0 0;
    text-align: right;
  }
  /*----------------
map
----------------*/
  #map .maps {
    max-width: inherit;
  }
  #map .maps .links .text {
    font-size: 13rem;
  }
  #map .ginza {
    padding-top: 85rem;
    width: 90%;
  }
  #map .ginza .title {
    margin: 0 auto;
    width: auto;
    font-size: 22rem;
    line-height: 1.6;
    padding-bottom: 41rem;
  }
  #map .ginza .box {
    display: block;
  }
  #map .ginza .images {
    width: auto;
    margin-bottom: 24rem;
  }
  #map .ginza .texts {
    margin: 0 auto;
    width: auto;
  }
  #map .ginza .tables {
    display: block;
    text-align: center;
    margin-bottom: 27rem;
    padding-bottom: 23rem;
  }
  #map .ginza .tables dt {
    font-size: 16rem;
    width: auto;
    padding-bottom: 17rem;
  }
  #map .ginza .tables dd {
    font-size: 14rem;
    width: auto;
  }
  #map .ginza .tables .text01 {
    line-height: 1.7;
  }
  #map .ginza .tables .text03 {
    display: block;
    padding-bottom: 6rem;
  }
  #map .ginza .tables .text03 span {
    line-height: 1.8;
  }
  #map .ginza .tables .text02 {
    padding-bottom: 12rem;
  }
  #map .ginza .tables .text04 {
    padding: 20rem 0  12rem;
  }
  #map .ginza .button {
    margin: 20rem auto 0;
    max-width: 350rem;
  }
  /* ========================================================
 brand
======================================================== */
  #brand .movie video {
    width: 100vw;
  }
  #brand .intro {
    padding-top: 60px;
    margin-bottom: 80px;
  }
  #brand .intro .sub {
    margin-bottom: 50px;
  }
  #brand .intro .image {
    max-width: 203px;
    margin: 0 auto 50px;
  }
  #brand .intro .txt01 {
    font-size: 34px;
    margin-bottom: 50px;
  }
  #brand .intro .txt02 {
    font-size: 22px;
  }
  #brand .slick-slider {
    margin-bottom: 80px;
  }
  #brand .promise {
    margin-bottom: 80px;
  }
  #brand .promise .tit {
    font-size: 22px;
  }
  #brand .promise .sub {
    margin-bottom: 50px;
  }
  #brand .promise .lists {
    padding-top: 30px;
  }
  #brand .promise .lists li {
    display: block;
    width: 86%;
    margin: 0 auto 30px;
  }
  #brand .promise .lists li:last-child {
    width: 100%;
  }
  #brand .promise .lists .txt01 {
    font-size: 22px;
  }
  #brand .promise .lists .txt02 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #brand .promise .lists .lead {
    width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 1.8;
  }
  #brand .promise .list04 {
    margin-bottom: auto;
  }
  #brand .salon {
    margin-bottom: 100px;
  }
  #brand .salon .tit {
    font-size: 22px;
  }
  #brand .salon .lead {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    margin: 50px auto;
  }
  #brand .cafe {
    margin-bottom: 100px;
  }
  #brand .cafe .tit {
    font-size: 22px;
    margin-bottom: 50px;
  }
  #brand .cafe .lead {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    margin: 0 auto 50px;
  }
  #brand .cafe .img02 {
    margin: 50px auto 0;
  }
  #brand .achievement {
    padding: 60px 0;
    margin-bottom: 100px;
  }
  #brand .achievement li {
    display: block;
    width: 100%;
  }
  #brand .achievement li:last-child {
    margin-top: 20px;
  }
  #brand .ginza .logo {
    max-width: 280px;
    margin: 0 auto 50px;
  }
  #brand .ginza li {
    display: block;
    width: 100%;
  }
  #brand .ginza li:last-child {
    width: 90%;
    margin: 50px auto 0;
  }
  #brand .ginza .img04 {
    margin: 50px 0 30px 3%;
  }
  #brand .ginza .sns {
    max-width: 74px;
    margin: 50px auto 0;
  }
  /* ========================================================
 access
======================================================== */
  #access .modal-window .modal-content {
    background: #fff;
    padding: 20px 20px 0;
  }
  #access .modal-close {
    color: #fff !important;
  }
  #access .page-intro {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: auto;
    padding-bottom: 80rem;
  }
  #access .page-intro .texts {
    padding-bottom: 45rem;
    text-align: left;
    margin: 0 auto;
    width: 90%;
  }
  #access .page-intro .lead {
    padding-bottom: 40rem;
  }
  #access .page-intro .img-box {
    display: block;
    width: 100%;
  }
  #access .page-intro .img-box .tit {
    font-size: 25rem;
    color: #fff;
  }
  #access .page-intro .img-box .image01 {
    width: auto;
  }
  #access .page-intro .img-box .swipe-box {
    order: 0;
    margin: 0 auto;
    width: 90%;
  }
  #access .page-intro .img-box .swipe-box ul {
    width: 250vw;
    display: flex;
  }
  #access .page-intro .img-box .swipe-box li {
    width: 80vw;
    margin-right: 5vw;
    position: relative;
    margin-bottom: 0rem;
  }
  #access .train {
    padding: 0 0 50rem;
    margin: 0 auto;
    max-width: 1000rem;
  }
  #access .train .map {
    position: relative;
    margin: 0 auto 0rem;
    max-width: 800rem;
  }
  #access .train .btn {
    padding-top: 25rem;
    padding-bottom: 70rem;
  }
  #access .train .tabs {
    display: block;
    padding-bottom: 20rem;
  }
  #access .train .tabs li {
    width: auto;
    margin-bottom: 15rem;
  }
  #access .train .tabs a {
    padding: 10rem 20rem;
    font-size: 14rem;
    text-align: left;
  }
  #access .train .tab-contents {
    padding-bottom: 60rem;
  }
  #access .train .tab-contents .distances {
    display: block;
  }
  #access .train .tab-contents .page-distance {
    width: auto;
    padding-bottom: 30rem;
  }
  #access .train .sub-title {
    font-size: 20rem;
    line-height: 1.5;
    padding-bottom: 20rem;
    font-weight: normal;
    text-align: left;
  }
  #access .train .air-port {
    padding-bottom: 80rem;
  }
  #access .train .air-port .lists {
    justify-content: left;
    width: 190vw;
    padding-bottom: 0rem;
  }
  #access .train .air-port .lists li {
    width: 80vw;
    margin-right: 5vw;
  }
  #access .train .air-port .text01 {
    padding: 0 0 15rem 30rem;
    font-size: 16rem;
    line-height: 1.5;
  }
  #access .train .air-port .text02 {
    font-size: 11rem;
    line-height: 1.5;
  }
  #access .train .colums {
    padding-bottom: 50rem;
    display: block;
  }
  #access .train .colums .header {
    width: auto;
    padding-bottom: 30rem;
  }
  #access .train .colums .images {
    width: auto;
  }
  #access .sections {
    padding: 0 0rem 50rem;
    margin: 0 auto;
    width: 90%;
  }
  #access .sections .common-header01 .images {
    margin-top: 60rem;
  }
  #access .taxi .distances {
    display: block;
  }
  #access .taxi .distances .page-distance {
    padding-bottom: 30rem;
    width: auto;
  }
  #access .taxi .distances .text01 {
    line-height: 1.5;
  }
  #access .bus .swipe-mark {
    padding: 8rem 0;
  }
  #access .bus .stops-list {
    width: 260vw;
    display: flex;
    justify-content: left;
  }
  #access .bus .stops-list li {
    margin-right: 5vw;
    width: 80vw;
  }
  #access .bus .stops-list .text01 {
    font-size: 14rem;
  }
  #access .bus .stops-list .text02 {
    font-size: 13rem;
  }
  /* ========================================================
 residence
======================================================== */
  #residence .page-intro {
    padding-bottom: 50rem;
  }
  #residence .page-intro .lead {
    font-size: 20rem;
    text-align: left;
  }
  #residence .design .flex-box {
    padding-bottom: 70rem;
    display: flex;
    flex-wrap: wrap;
  }
  #residence .design .flex-box .texts {
    order: 1;
    width: 100%;
  }
  #residence .design .flex-box .text01 {
    font-size: 20rem;
    padding-bottom: 20rem;
  }
  #residence .design .flex-box .text02 {
    font-size: 16rem;
  }
  #residence .design .flex-box .text03 {
    font-size: 15rem;
    line-height: 1.7;
    padding-bottom: 12rem;
  }
  #residence .design .flex-box .text04 {
    font-size: 20rem;
    line-height: 1.7;
    padding-bottom: 32rem;
  }
  #residence .design .flex-box .images {
    order: 0;
    width: auto;
    margin-bottom: 40rem;
  }
  #residence .design .flex-box.box02 {
    padding-bottom: 0;
  }
  #residence .design .flex-box.box02 .images {
    order: 0;
    width: 60%;
    margin: 0 auto 45rem;
  }
  #residence .design .flex-box.box02 .texts {
    order: 1;
    width: 100%;
  }
  #residence .sections {
    padding-bottom: 50rem;
  }
  #residence .sections .image {
    mask-image: none;
    -webkit-mask-image: none;
    opacity: 0;
    transition: opacity .6s;
  }
  #residence .sections .image.on {
    opacity: 1;
  }
  #residence .sections .lists {
    display: flex;
    gap: 10rem;
    justify-content: center;
  }
  #residence .sections .lists li {
    width: 100%;
  }
  #residence .sections .lists .text {
    padding-top: 20rem;
    font-size: 13rem;
    line-height: 2;
    text-align: center;
  }
  #residence .sections .swipe-box01 .img {
    width: 200vw;
  }
  #residence .sections .swipe-box02 .lists {
    width: 210vw;
  }
  #residence .sections .swipe-box03 .lists {
    width: 160vw;
  }
  #residence .land-plan .common-header01 .lead {
    padding-bottom: 70rem;
  }
  #residence .land-plan .img01 {
    position: relative;
    margin: 0 auto 0;
    width: 90%;
    overflow: auto;
    padding: 10rem 0;
  }
  #residence .land-plan .img01 img {
    max-width: inherit;
    width: 160vw;
  }
  #residence .land-plan .lists .text {
    padding-top: 20rem;
    font-size: 14rem;
    line-height: 1.5;
    text-align: center;
  }
  /* ========================================================
 position
======================================================== */
  #position .page-intro {
    padding-bottom: 80rem;
  }
  #position .page-intro .lead {
    font-size: 20rem;
    text-align: left;
  }
  #position .page-intro .text {
    font-size: 18rem;
    text-align: left;
  }
  #position .page-intro .text br {
    display: none;
  }
  #position .page-intro .images-lists {
    width: 100%;
    margin: -30rem auto 0;
  }
  #position .page-intro .images-lists .annotation {
    position: absolute;
    bottom: 43rem;
    right: -5rem;
    font-size: 9rem;
  }
  #position .sections {
    padding-bottom: 80rem;
  }
  #position .sections .text01 {
    font-size: 16rem;
    padding-bottom: 0rem;
    text-align: left;
  }
  #position .sections .text01 br {
    display: none;
  }
  #position .sections .annotation {
    font-size: 12rem;
    line-height: 1.5;
    padding-top: 12rem;
    text-align: right;
  }
  #position .sections .swipe-mark {
    padding-top: 20rem;
    padding-right: 0;
  }
  #position .sections .swipe-box {
    width: 100%;
  }
  #position .sections .points {
    padding-top: 15rem;
    padding-bottom: 15rem;
    gap: 10rem;
  }
  #position .sections .points li {
    width: 104rem;
  }
  #position .sections .swipe-box02 .images-list {
    width: 233vw;
  }
  #position .sections .images-list {
    max-width: auto;
    max-width: inherit;
    width: 300vw;
    flex-wrap: nowrap;
  }
  #position .sections .images-list li .num {
    padding: 4rem 8rem;
    font-size: 11rem;
  }
  #position .sections .images-list .up {
    width: 60vw;
    margin-right: 3vw;
    margin-bottom: 0rem;
  }
  #position .sections .images-list .low {
    width: 60vw;
    margin-right: 3vw;
  }
  #position .sections .images-list .left {
    width: 44vw;
  }
  #position .sections .images-list .right {
    width: 186vw;
  }
  #position .sections .images-list .right ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  #position .sections .images-list .right li {
    width: 90vw;
    margin-right: 3vw;
  }
  #position .sections .images-list .right .img02 {
    margin-bottom: 0rem;
  }
  #position .future {
    padding-bottom: 0;
  }
  /* ========================================================
 plan
======================================================== */
  #plan.archive .floor .common-header01 .txt01 {
    text-align: left;
  }
  #plan.archive .floor .floor-img {
    margin: 0 auto 20px;
  }
  #plan.archive .floor .image-list {
    display: block;
  }
  #plan.archive .floor .image-list li {
    width: auto;
    margin-bottom: 65rem;
  }
  #plan.archive .floor .image-list .text {
    padding-bottom: 30rem;
  }
  #plan.archive .room-plan .plan-list {
    display: block;
  }
  #plan.archive .room-plan .plan-list li {
    width: 86%;
    margin: 0 auto 15rem;
  }
  #plan.archive .room-plan .plan-list a {
    padding: 30rem 10rem 10rem;
  }
  #plan.archive .room-plan .plan-list .type {
    padding-bottom: 10rem;
  }
  #plan.archive .room-plan .plan-list .ldk {
    padding-bottom: 10rem;
    margin-bottom: 10rem;
  }
  #plan.archive .room-plan .plan-list .width {
    padding-bottom: 20rem;
  }
  #plan.archive .room-plan .plan-list .button {
    position: relative;
    padding: 16rem 10rem;
    font-size: 14rem;
  }
  #plan.archive .fine-bubble .header {
    display: block;
  }
  #plan.archive .fine-bubble .header .texts {
    box-sizing: border-box;
    padding: 80remm 10% 20rem;
    width: auto;
    display: block;
  }
  #plan.archive .fine-bubble .header .swipe-box {
    text-align: right;
  }
  #plan.archive .fine-bubble .header .swipe-box img {
    width: 120rem;
  }
  #plan.archive .fine-bubble .header .title {
    padding-top: 49rem;
    padding-bottom: 19rem;
    font-size: 20rem;
  }
  #plan.archive .fine-bubble .header .txt {
    padding-bottom: 19rem;
    font-size: 20rem;
  }
  #plan.archive .fine-bubble .header li {
    padding-bottom: 9rem;
    font-size: 16rem;
  }
  #plan.archive .fine-bubble .header .images {
    width: auto;
  }
  #plan.archive .fine-bubble .img-box {
    padding-bottom: 0;
  }
  #plan.archive .fine-bubble .img-box img {
    max-width: inherit;
    width: 240vw;
  }
  #plan.archive .fine-bubble .detail {
    background-color: #fff;
    padding-top: 67rem;
  }
  #plan.archive .fine-bubble .detail .mini-title {
    padding-bottom: 25rem;
  }
  #plan.archive .fine-bubble .detail .text01 {
    padding-bottom: 30rem;
    text-align: left;
  }
  #plan.archive .fine-bubble .detail .text01 br {
    display: none;
  }
  #plan.archive .fine-bubble .detail .swipe-box {
    margin: 0 auto 80rem;
    width: 90%;
  }
  #plan.archive .fine-bubble .detail .lists {
    margin: 0 0 0rem;
    padding-bottom: 0rem;
    width: 300vw;
  }
  #plan.archive .fine-bubble .detail .lists li {
    width: 32%;
  }
  #plan.archive .fine-bubble .detail .text02 {
    padding: 40rem 0 20rem;
    font-size: 18rem;
    line-height: 1.5;
    text-align: center;
  }
  #plan.archive .fine-bubble .detail .text03 {
    padding: 10rem 0;
    background-color: #78879B;
    font-size: 18rem;
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }
  #plan.archive .fine-bubble .detail .text04 {
    padding-top: 22rem;
    font-size: 14rem;
    line-height: 1.9;
  }
  #plan.archive .fine-bubble .bath {
    display: block;
  }
  #plan.archive .fine-bubble .bath .texts {
    width: 100%;
    display: block;
    padding: 45rem 5%;
  }
  #plan.archive .fine-bubble .bath .texts .text05 {
    font-size: 20rem;
    padding-bottom: 17rem;
  }
  #plan.archive .fine-bubble .bath .texts .text06 {
    line-height: 2;
  }
  #plan.archive .fine-bubble .bath .images {
    width: auto;
  }
  #plan.detail .room-img {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }
  #plan.detail .room-img li {
    width: 8%;
  }
  #plan.detail .room-img li:nth-child(2) {
    width: 74%;
    margin: 0 4%;
  }
  #plan.detail .room-img .name {
    font-size: 14px;
  }
  #plan.detail .points li span {
    display: none;
  }
  /* ========================================================
 location
======================================================== */
  #location .page-intro {
    padding-bottom: 70rem;
  }
  #location .page-intro .lead {
    text-align: left;
  }
  #location .page-intro .text {
    text-align: left;
  }
  #location .places .common-header01 {
    margin: 0 auto;
    width: 90%;
  }
  #location .places .common-header01 .lead {
    padding-bottom: 55rem;
  }
  #location .places .texts .name {
    font-size: 13rem;
  }
  #location .places .texts .text {
    font-size: 12rem;
  }
  #location .places .images.big {
    margin: 0 auto 16rem;
  }
  #location .places .images.medium {
    margin: 0 auto 16rem;
    width: 100%;
  }
  #location .places .swipe-box {
    margin-top: 42rem;
  }
  #location .places .lists {
    width: 520vw;
    animation: loca-list01 14s linear infinite;
  }
  #location .places .lists li {
    width: 53vw;
    margin-right: 2vw;
  }
  #location .sections {
    padding-bottom: 90rem;
  }
  #location .section02 {
    padding-top: 50rem;
  }
  #location .section02 .lists {
    width: 780vw;
  }
  #location .bgs {
    padding: 60rem 0 0rem;
  }
  #location .bgs .images.img03.medium,
  #location .bgs .images.img02.medium {
    width: 90%;
  }
  #location .bgs .img03.images.medium {
    margin-top: 70rem;
  }
  #location .bgs .texts {
    margin: 0 auto;
    width: 90%;
  }
  #location .bgs .lists .texts {
    width: auto;
  }
  #location .life-info {
    padding-bottom: 0;
  }
  #location .life-info .title {
    display: block;
  }
  #location .life-info .title .logo, #location .life-info .title .note {
    width: 100%;
    float: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #location .life-info .title .logo {
    margin-bottom: 0;
  }
  #location .life-info .tabs {
    padding: 0;
    z-index: 1;
  }
  #location .life-info .tabs li {
    display: inline-block;
    width: 50%;
    margin-bottom: 2px;
  }
}

#entry main {
  background: url("../images/entry/bg.jpg") center;
  background-size: cover;
  min-height: 100vh;
  padding: 123rem 0 231rem;
  color: #fff;
}

#entry .page-title {
  font-size: 40rem;
  line-height: 1.3;
  font-weight: normal;
  padding-bottom: 9rem;
  color: #AA9B80;
}

#entry .pageTitle {
  text-align: center;
  padding-bottom: 105rem;
}

#entry .pageTitle .ja {
  font-size: 14rem;
  line-height: 1.3;
  font-weight: normal;
}

#entry .page-lead {
  font-size: 14rem;
}

#entry .error {
  font-size: 14rem;
  text-decoration: underline;
  padding-bottom: 30rem;
}

#entry .contents {
  text-align: center;
}

#entry .error {
  display: none;
}

#entry .texts .text01 {
  font-size: 24rem;
  line-height: 1.4;
  padding-bottom: 19rem;
  color: #AA9B80;
}

#entry .texts .text02 {
  font-size: 14rem;
  line-height: 2.1;
  padding-bottom: 40rem;
}

#entry .texts .text03 {
  font-size: 18rem;
  line-height: 1.5;
  padding-bottom: 21rem;
}

#entry .forget-box {
  padding-top: 110rem;
  margin: 0 auto;
  max-width: 600rem;
}

#entry .forget-box .txt01 {
  font-size: 18rem;
  line-height: 1.4;
  padding-bottom: 25rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 26rem;
}

#entry .forget-box .txt02 {
  font-size: 14rem;
  line-height: 2.2;
  padding-bottom: 20rem;
}

#entry .forget-box .lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 620rem;
}

#entry .forget-box .lists li {
  box-sizing: border-box;
}

#entry .forget-box .lists li a {
  display: block;
  color: #fff;
  position: relative;
  padding: 15rem 0;
  padding-left: 30rem;
  text-align: left;
}

#entry .forget-box .lists li a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#entry .forget-box .lists .list01 {
  padding-right: 25rem;
  border-right: 1px solid #fff;
  width: 50%;
  font-size: 14rem;
}

#entry .forget-box .lists .list01 a:after {
  background: url("../images/entry/mail.svg") no-repeat center;
  background-size: 25rem 17rem;
  width: 25rem;
  height: 17rem;
}

#entry .forget-box .lists .list02 {
  padding-left: 25rem;
  width: 42%;
  font-size: 22rem;
}

#entry .forget-box .lists .list02 a {
  padding-left: 27rem;
}

#entry .forget-box .lists .list02 a:after {
  background: url("../images/entry/tel.svg") no-repeat center;
  background-size: 19rem 19rem;
  width: 19rem;
  height: 19rem;
}

#entry form.login .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 433rem;
}

#entry form.login input {
  display: block;
  box-sizing: border-box;
  padding: 12rem;
  width: 100%;
  font-size: 16rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  font-family: 'EB Garamond','Noto Serif JP', serif;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  height: 44rem;
  line-height: 44rem;
}

#entry form.login input[type="text"] {
  width: calc(100% - 115rem);
  margin-bottom: 19rem;
  border: 1px solid #B0B7CA;
}

#entry form.login input[type="text"]::placeholder {
  color: #000;
  opacity: .2;
}

#entry form.login input[type="submit"] {
  cursor: pointer;
  width: 115rem;
  padding: 3rem;
  border: none;
  background: #AA9B80;
  color: #fff;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
}

@media (min-width: 1025px) {
  #entry form.login input[type="submit"]:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 768px) {
  #entry .wrap {
    width: 84%;
  }
  #entry main {
    background-image: url("../images/entry/bg-sp.jpg");
    padding: 159rem 0 51rem;
  }
  #entry .main-header {
    padding-bottom: 61rem;
  }
  #entry .page-title {
    font-size: 30rem;
    padding-bottom: 17rem;
  }
  #entry .error {
    font-size: 14rem;
    padding-bottom: 15rem;
  }
  #entry .texts .text01 {
    font-size: 22rem;
    line-height: 1.9;
    padding-bottom: 25rem;
  }
  #entry .texts .text02 {
    line-height: 1.8;
    padding-bottom: 102rem;
  }
  #entry .texts .text03 {
    font-size: 18rem;
    line-height: 1.9;
    padding-bottom: 44rem;
  }
  #entry .forget-box {
    padding-top: 75rem;
  }
  #entry .forget-box .txt01 {
    line-height: 1.8;
    padding-bottom: 15rem;
  }
  #entry .forget-box .txt02 {
    padding-bottom: 54rem;
  }
  #entry .forget-box .lists {
    display: block;
    width: auto;
  }
  #entry .forget-box .lists li a {
    display: inline-block;
    padding: 15rem 0;
    padding-left: 30rem;
    text-align: center;
  }
  #entry .forget-box .lists .list01 {
    padding-right: 0;
    border-right: none;
    width: auto;
    font-size: 14rem;
    border-bottom: 1px solid #fff;
  }
  #entry .forget-box .lists .list01 a:after {
    background: url("../images/entry/mail.svg") no-repeat center;
    background-size: 25rem 17rem;
    width: 25rem;
    height: 17rem;
  }
  #entry .forget-box .lists .list02 {
    padding-left: 0;
    width: auto;
    font-size: 22rem;
  }
  #entry .forget-box .lists .list02 a {
    padding-left: 27rem;
  }
  #entry .forget-box .lists .list02 a:after {
    background-size: 19rem 19rem;
    width: 19rem;
    height: 19rem;
  }
  #entry form.login .inner {
    width: auto;
    display: block;
  }
  #entry form.login input[type="text"] {
    width: 100%;
    margin-bottom: 19rem;
  }
  #entry form.login input[type="submit"] {
    width: 100%;
  }
}

#limited main {
  background: url(../images/limited/bg.jpg) center;
  background-size: contain;
  min-height: 100vh;
  padding: 123rem 0 231rem;
  color: #454D67;
}

#limited .page-title {
  font-size: 40rem;
  line-height: 1.3;
  font-weight: normal;
  padding-bottom: 9rem;
}

#limited .pageTitle {
  text-align: center;
  padding-bottom: 105rem;
}

#limited .pageTitle .ja {
  font-size: 14rem;
  line-height: 1.3;
  font-weight: normal;
}

#limited .btn-lists {
  text-align: center;
  max-width: 830px;
  margin: 0 auto;
  padding-top: 100rem;
}

#limited .btn-lists li {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin-right: 5%;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  background: #637a5f;
  color: #fff;
}

#limited .btn-lists li:last-child {
  margin-right: auto;
}

#limited .btn-lists .texts {
  padding: 15px 0;
  color: #fff;
}

#limited .btn-lists .texts .name {
  font-size: 20rem;
  margin-bottom: 15px;
  line-height: 1.6;
}

#limited .btn-lists .texts .info {
  font-size: 16rem;
  line-height: 2;
}

#limited .btn-lists .image {
  position: relative;
}

#limited .btn-lists .new {
  position: absolute;
  font-size: 19px;
  display: inline-block;
  padding: 8px 14px;
  background-color: #c3633b;
  color: #fff;
}

#limited .section-flow {
  display: none;
  max-width: 1000px;
  margin: auto;
}

#limited .section-flow .title {
  font-size: 22rem;
  padding-bottom: 20rem;
  font-weight: normal;
  text-align: center;
}

#limited .section-flow .sub {
  font-size: 14rem;
  padding-bottom: 30rem;
  text-align: center;
}

#limited .section-flow .lead {
  font-size: 14rem;
  line-height: 2;
  padding-bottom: 55rem;
  text-align: center;
}

#limited .section-flow .flow-lists {
  padding-top: 80px;
  border-top: 1px solid rgba(69, 77, 103, 0.3);
  display: flex;
  justify-content: space-evenly;
}

#limited .section-flow .flow-lists li {
  width: 38%;
  position: relative;
}

#limited .section-flow .flow-lists li::after {
  content: "";
  position: absolute;
  display: block;
  border-left: 14rem solid #454D67;
  border-top: 14rem solid transparent;
  border-bottom: 14rem solid transparent;
  top: 32%;
  left: 100%;
  margin-left: 34rem;
}

#limited .section-flow .flow-lists li:last-child::after {
  display: none;
}

#limited .section-flow .flow-lists li .img {
  position: relative;
}

#limited .section-flow .flow-lists li .image {
  margin-bottom: 20rem;
  position: relative;
}

#limited .section-flow .flow-lists li .caption {
  bottom: 6.5%;
  right: 3.5%;
}

#limited .section-flow .flow-lists li .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 60rem;
  z-index: 2;
}

#limited .section-flow .flow-lists .name {
  font-size: 14rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #limited .wrap {
    width: 84%;
  }
  #limited main {
    padding: 159rem 0 51rem;
  }
  #limited .main-header {
    padding-bottom: 61rem;
  }
  #limited .page-title {
    font-size: 30rem;
    padding-bottom: 10rem;
  }
  #limited .btn-lists {
    margin: 0 auto 100rem;
    padding-top: 0;
  }
  #limited .btn-lists li {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  #limited .btn-lists li:last-child {
    margin-right: auto;
  }
  #limited .btn-lists .texts .name {
    margin-bottom: 15px;
  }
  #limited .btn-lists .texts .info {
    font-size: 14rem;
  }
  #limited .section-flow .title {
    font-size: 18rem;
    padding-bottom: 10rem;
  }
  #limited .section-flow .lead {
    text-align: left;
  }
  #limited .section-flow .flow-lists {
    display: block;
    padding-top: 50px;
  }
  #limited .section-flow .flow-lists li {
    width: auto;
    padding-bottom: 20rem;
    margin-bottom: 20rem;
  }
  #limited .section-flow .flow-lists li::after {
    border-left: 13rem solid transparent;
    border-right: 13rem solid transparent;
    border-top: 16rem solid #454D67;
    border-bottom: 20rem solid transparent;
    top: 100%;
    left: 50%;
    margin-left: auto;
    transform: translate(-50%, -50%);
  }
  #limited .section-flow .flow-lists li:last-child {
    padding-bottom: 0rem;
    margin-bottom: 0rem;
  }
  #limited .section-flow .flow-lists li .name {
    font-size: 14rem;
    padding-bottom: 20rem;
  }
}

#limited.plans main {
  background: url("../images/limited/bg.jpg") center;
  background-size: cover;
  min-height: 100vh;
  padding: 123rem 0 231rem;
}

#limited.plans .page-title {
  font-size: 40rem;
  line-height: 1.3;
  font-weight: normal;
  padding-bottom: 9rem;
}

#limited.plans .pageTitle {
  text-align: center;
  padding-bottom: 105rem;
}

#limited.plans .pageTitle .ja {
  font-size: 14rem;
  line-height: 1.3;
  font-weight: normal;
}

#limited.plans .btns {
  text-align: center;
  max-width: 960px;
  margin: auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
}

#limited.plans .btns li {
  flex: 0 0 300rem;
  background: #fff;
  padding: 40px 0;
}

#limited.plans .btns .texts {
  margin-bottom: 20px;
}

#limited.plans .btns .texts .copy {
  font-size: 22px;
  color: #fff;
  background: #454D67;
  padding: 15px 0;
  max-width: 280px;
  margin: 0 auto 20px;
}

#limited.plans .btns .texts .copy.open {
  background-color: #9E8A7A;
}

#limited.plans .btns .texts .type {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: 'EB Garamond','Noto Serif JP', serif;
}

#limited.plans .btns .texts .type span {
  font-size: 40px;
}

#limited.plans .btns .texts .spec {
  font-size: 30px;
  margin-bottom: 10px;
  font-family: 'EB Garamond','Noto Serif JP', serif;
}

#limited.plans .btns .texts .width {
  font-size: 14px;
}

#limited.plans .btns .texts .width span {
  font-size: 24px;
  font-family: 'EB Garamond','Noto Serif JP', serif;
}

#limited.plans .btns .image {
  width: 90%;
  margin: 0 auto 20px;
}

#limited.plans .btns .button {
  width: 84%;
  margin: auto;
}

#limited.plans .mini {
  width: 660px;
  font-size: 11px;
  margin: 20px auto 0;
}

#limited.plans .btn {
  max-width: 300px;
  margin: 0 auto;
  padding: 100rem 0 0;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

#limited.plans .btn a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  padding: 5px 15px;
  background: #fff;
  color: #454D67;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  #limited.plans .wrap {
    width: 84%;
  }
  #limited.plans main {
    background-image: url("../images/limited/bg-sp.jpg");
    padding: 159rem 0 51rem;
  }
  #limited.plans .main-header {
    padding-bottom: 61rem;
  }
  #limited.plans .page-title {
    font-size: 30rem;
    padding-bottom: 17rem;
  }
  #limited.plans .btns {
    max-width: 1000px;
    margin: auto;
    display: block;
  }
  #limited.plans .btns li {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
  #limited.plans .btn {
    padding-bottom: 50rem;
  }
}

#lgente main .content {
  background: url(../images/common/bg-content.jpg) center;
  background-size: 100% auto;
  padding-bottom: 0;
  padding-top: 105rem;
}

#lgente main .image {
  position: relative;
}

#lgente .wrap {
  max-width: 1000px;
}

#lgente .main-visual {
  margin: 0;
}

#lgente article.contents > header {
  padding-bottom: 180rem;
  max-width: 1000px;
}

#lgente article.contents > header .lead {
  padding-bottom: 100rem;
}

#lgente article.contents .image02 {
  width: 75.2%;
}

#lgente .intro {
  text-align: center;
  padding: 200px 0 300px;
  position: relative;
}

#lgente .intro .icon01 {
  max-width: 302px;
  position: absolute;
  top: -26%;
  right: 16%;
}

#lgente .intro .icon02 {
  max-width: 200px;
  width: 14%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#lgente .intro .icon03 {
  max-width: 200px;
  width: 14%;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#lgente .intro .txt {
  max-width: 350px;
  margin: auto;
}

#lgente .sections .tit01 {
  font-size: 18px;
  margin-bottom: 10px;
}

#lgente .sections .tit02 {
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 30px;
}

#lgente .sections .lead {
  font-size: 13px;
  line-height: 2;
}

#lgente article .texts .img01 {
  max-width: 1200px;
  margin: 0 auto 100px;
}

#lgente article .texts .img00 {
  max-width: 850px;
  margin: 0 auto 200px;
}

#lgente article .texts .img02 {
  max-width: 1000px;
  margin: 0 auto 200px;
}

#lgente .facility {
  text-align: center;
  padding: 100px 0 0;
  background: rgba(61, 96, 66, 0.5);
  color: #fff;
}

#lgente .facility .inners {
  margin-bottom: 100px;
}

#lgente .facility .inners .lead {
  margin-bottom: 0;
}

#lgente .facility .inners.dresser .info-img {
  max-width: 700px;
}

#lgente .facility .inners.storage .info-img {
  max-width: 650px;
  margin-top: 50px;
}

#lgente .facility .info-img {
  max-width: 700px;
  margin: 0 auto 100px;
}

#lgente .facility .info-img .caption {
  background: none;
  bottom: -20px;
  color: #fff;
}

#lgente .facility .points {
  text-align: left;
  max-width: 1000px;
  width: 94%;
  margin: auto;
}

#lgente .facility .points li {
  vertical-align: top;
  display: inline-block;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 30px;
}

#lgente .facility .points li:nth-child(3n) {
  margin-right: auto;
}

#lgente .facility .points .image {
  margin-bottom: 10px;
}

#lgente .facility .points .txt {
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
}

#lgente .facility .points .info {
  font-size: 14px;
  line-height: 1.4;
}

#lgente .facility .points .mini {
  margin-top: 15px;
  font-size: 11px;
}

#lgente .facility .points.half {
  text-align: center;
}

#lgente .facility .points.half li:nth-child(2) {
  width: 35%;
  margin-right: auto;
}

#lgente .facility .points.half li {
  margin-right: 4%;
}

#lgente .facility .points.half li .info {
  text-align: left;
}

#lgente .facility .points.half li .info.mb {
  margin-bottom: 10px;
}

#lgente .facility .storage .points {
  text-align: left;
  max-width: 1100px;
  width: 94%;
  margin: auto;
}

#lgente .facility .storage .points li {
  vertical-align: top;
  display: inline-block;
  width: 29%;
  margin-right: 2%;
  padding-right: 2%;
  border-right: 1px solid;
}

#lgente .facility .storage .points li:last-child {
  margin-right: auto;
  padding-right: auto;
  border-right: none;
}

#lgente .facility .storage .points .icon {
  width: 18%;
  max-width: 60px;
  height: 60px;
  margin-right: 4%;
}

#lgente .facility .storage .points .txt {
  width: 76%;
  font-size: 16px;
  line-height: 1.4;
}

#lgente .facility .storage .points .txt span {
  font-size: 11px;
}

#lgente .facility .storage .points .txt01 {
  font-size: 13px;
  margin: 20px 0;
}

#lgente .facility .storage .points .image {
  width: 100%;
  margin: 0;
}

#lgente .facility .box {
  max-width: 1000px;
  margin: 0 auto 100px;
  background: #637A5F;
  border-radius: 30px;
  padding: 30px;
  box-sizing: border-box;
}

#lgente .facility .box li {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  margin-right: 2%;
}

#lgente .facility .box li:last-child {
  margin-right: auto;
}

#lgente .facility .box .txt {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 30px;
}

#lgente .facility .box .lead {
  font-size: 13px;
  line-height: 2;
}

#lgente .sections > header {
  display: flex;
  flex-direction: column;
}

#lgente .sections > header .image {
  order: -1;
}

#lgente .sections .annotation {
  max-width: 1000px;
  padding-bottom: 20rem;
}

#lgente .sections .images {
  display: flex;
  justify-content: space-between;
  gap: 0 20rem;
  max-width: 1000px;
}

#lgente .sections .images li {
  flex: 1 1 auto;
}

#lgente .sections .images .text {
  padding-top: 10rem;
  text-align: center;
  font-size: 14rem;
  line-height: 1.3;
}

#lgente .sections .images-caption {
  max-width: 1000px;
  font-size: 11rem;
}

#lgente .sections:not(:last-of-type) {
  padding-bottom: 80rem;
}

#lgente .section02 {
  text-align: center;
  background: rgba(61, 96, 66, 0.5);
  color: #fff;
  padding-bottom: 100px;
}

#lgente .section02 .common-title01 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

#lgente .section02 .common-title01:before,
#lgente .section02 .common-title01:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #fff;
}

#lgente .section02 .common-title01:before {
  margin-right: 30px;
}

#lgente .section02 .common-title01:after {
  margin-left: 30px;
}

#lgente .section02 .catch {
  font-size: 20px;
  line-height: 2;
}

#lgente .section02 .lead {
  margin: 0 auto 30px;
}

#lgente .section02 .mini {
  font-size: 11px;
  line-height: 1.8;
  margin-bottom: 40px;
}

#lgente .section03 {
  text-align: center;
  background: rgba(61, 96, 66, 0.5);
  color: #fff;
}

#lgente .section03 .common-title01 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

#lgente .section03 .common-title01:before,
#lgente .section03 .common-title01:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #fff;
}

#lgente .section03 .common-title01:before {
  margin-right: 30px;
}

#lgente .section03 .common-title01:after {
  margin-left: 30px;
}

#lgente .section03 .catch {
  font-size: 20px;
  line-height: 2;
}

#lgente .section03 .lead {
  margin: 0 auto 30px;
}

#lgente .section03 .mini {
  font-size: 11px;
  line-height: 1.8;
  margin-bottom: 40px;
}

#lgente .section03 .images {
  max-width: 620px;
  gap: 0 20rem;
}

#lgente .section03 .images li .text {
  font-size: 14rem;
}

@media screen and (max-width: 768px) {
  #lgente main .content {
    padding-top: 68rem;
  }
  #lgente main .image {
    position: relative;
  }
  #lgente .main-visual {
    margin: 110rem 0px 0;
  }
  #lgente article.contents > header {
    padding-bottom: 100rem;
  }
  #lgente article.contents > header .lead {
    padding-bottom: 60rem;
  }
  #lgente article.contents .image02 {
    width: 88%;
  }
  #lgente .intro {
    text-align: center;
    padding: 50px 0 50px;
    position: relative;
  }
  #lgente .intro .icon01 {
    max-width: 210px;
    position: absolute;
    top: 14%;
    right: auto;
    left: 7%;
  }
  #lgente .intro .icon02 {
    display: none;
  }
  #lgente .intro .icon03 {
    max-width: 102px;
    width: 30%;
    position: absolute;
    top: 40%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #lgente .intro .txt {
    display: none;
  }
  #lgente .intro .txt01 {
    max-width: 50px;
    position: absolute;
    right: 14%;
  }
  #lgente .intro .txt02 {
    max-width: 250px;
    margin: 400rem auto 0;
  }
  #lgente .sections .tit01 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #lgente .sections .tit02 {
    font-size: 22px;
  }
  #lgente .sections .lead {
    margin-bottom: 50px;
  }
  #lgente article .texts .img00 {
    width: 90%;
    margin: 0 auto 80px;
  }
  #lgente article .texts .img02 {
    margin: 0 auto;
  }
  #lgente article .texts .img02 .swipe-img img {
    width: 1000px !important;
  }
  #lgente .facility {
    padding: 50px 0 0;
  }
  #lgente .facility .inners {
    margin-bottom: 100px;
  }
  #lgente .facility .inners .lead {
    margin-bottom: 50px;
  }
  #lgente .facility .lead {
    width: 94%;
    margin: 0 auto 50px;
  }
  #lgente .facility .info-img {
    margin: 0 auto;
  }
  #lgente .facility .points {
    margin-top: 50px;
  }
  #lgente .facility .points li {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #lgente .facility .points .icon {
    width: 18%;
  }
  #lgente .facility .points .txt {
    font-size: 15px;
    line-height: 1.6;
    padding-top: 10px;
  }
  #lgente .facility .points .txt.txt01 {
    width: 90%;
  }
  #lgente .facility .points .image {
    margin: 10px auto 0;
  }
  #lgente .facility .points.half li:nth-child(2) {
    width: 100%;
    margin-right: auto;
  }
  #lgente .facility .points.half li {
    margin-right: auto;
  }
  #lgente .facility .points.half li .info {
    text-align: left;
  }
  #lgente .facility .points.half li .info.mb {
    margin-bottom: 30px;
  }
  #lgente .facility .storage .points {
    margin-top: 50px;
  }
  #lgente .facility .storage .points li {
    display: block;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid;
  }
  #lgente .facility .storage .points li:last-child {
    border: none;
  }
  #lgente .facility .storage .points .icon {
    width: 18%;
  }
  #lgente .facility .storage .points .txt {
    width: 78%;
    font-size: 14px;
    line-height: 1.6;
  }
  #lgente .facility .storage .points .txt.txt01 {
    width: 90%;
  }
  #lgente .facility .storage .points .image {
    width: 80%;
    margin: 10px auto 0;
  }
  #lgente .facility .box {
    padding: 20px;
    box-sizing: border-box;
  }
  #lgente .facility .box li {
    width: 100%;
    margin-bottom: 20px;
  }
  #lgente .facility .box li:last-child {
    margin: auto;
  }
  #lgente .facility .box .txt {
    margin-bottom: 20px;
  }
  #lgente .facility .box .lead {
    margin: auto;
  }
  #lgente .sections > header {
    padding-bottom: 0;
  }
  #lgente .sections .annotation {
    padding-bottom: 30rem;
    text-align: left;
  }
  #lgente .section02 .lead {
    text-align: left;
    margin-bottom: 20px;
  }
  #lgente .section02 .mini {
    text-align: left;
    margin-bottom: 50px;
  }
  #lgente .section02 .images {
    display: block;
  }
  #lgente .section02 .images li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 20px;
  }
  #lgente .section02 .images li:nth-child(3n) {
    margin: auto;
  }
  #lgente .section02 .images .text {
    font-size: 13rem;
  }
  #lgente .section03 .lead {
    text-align: left;
    margin-bottom: 20px;
  }
  #lgente .section03 .mini {
    text-align: left;
  }
  #lgente .section03 .images {
    gap: 0 6rem;
  }
  #lgente .section03 .swipe-img img {
    width: 640px !important;
  }
  #lgente .swipe {
    max-width: 320px;
    width: 80%;
  }
  #lgente .swipe img {
    width: 320px !important;
  }
}

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