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

.lower .mv {
  margin-bottom: 180rem;
  position: relative;
  z-index: 2;
  font-family: 'Cinzel', serif;
}

.lower .mv .mv-texts {
  position: absolute;
  top: 100%;
  left: 40rem;
  margin-top: 30rem;
  padding-left: 50rem;
}

.lower .mv .mv-texts .en {
  position: absolute;
  left: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 11px;
  line-height: 1.1;
  padding-right: 10rem;
  min-height: 200rem;
}

.lower .mv .mv-texts .num {
  font-size: 24rem;
  padding-right: 30rem;
}

.lower .mv .mv-texts .page-title {
  font-size: 40rem;
  font-weight: normal;
  padding-bottom: 3rem;
  word-break: break-all;
}

.lower .mv .mv-texts .ja {
  font-size: 14rem;
  line-height: 1.5;
  padding-bottom: 3rem;
}

.lower .mv .mv-texts .text02 {
  font-size: 14rem;
  line-height: 1.6;
}

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

.lower .mv .image img {
  transform: scale(1.2);
  filter: blur(10px);
  transition: transform 1s,filter 1s;
}

.lower .mv .image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.lower .mv.on .image img {
  transform: scale(1);
  filter: blur(0px);
}

.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: 25vh 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: #fff !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 .maps {
  margin: 0 auto;
  width: 90%;
  max-width: 1000rem;
}

#map .maps .map-title {
  text-align: center;
  font-size: 20rem;
  line-height: 2;
  padding-bottom: 20rem;
}

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

#map .maps .links li {
  padding: 9rem 0 9rem 30rem;
  margin-right: 30rem;
  font-size: 13rem;
  position: relative;
  padding-left: 35rem;
  line-height: 20rem;
  font-size: 13rem;
}

#map .maps .links li a {
  color: #231815;
}

#map .maps .links li .icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20rem;
  transform: translateY(-50%);
}

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

/* ========================================================
 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;
  }
}

/* ========================================================
 entry
======================================================== */
#entry main {
  text-align: center;
  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 .page-content .texts .text01 {
  font-size: 24rem;
  line-height: 1.4;
  padding-bottom: 19rem;
  color: #AA9B80;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#entry .page-content 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 .page-content form.login input[type="text"] {
  width: calc(100% - 115rem);
  margin-bottom: 19rem;
  border: 1px solid #B0B7CA;
}

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

#entry .page-content 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 .page-content 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 .page-content .texts .text01 {
    font-size: 22rem;
    line-height: 1.9;
    padding-bottom: 25rem;
  }
  #entry .page-content .texts .text02 {
    line-height: 1.8;
    padding-bottom: 102rem;
  }
  #entry .page-content .texts .text03 {
    font-size: 18rem;
    line-height: 1.9;
    padding-bottom: 44rem;
  }
  #entry .page-content .forget-box {
    padding-top: 75rem;
  }
  #entry .page-content .forget-box .txt01 {
    line-height: 1.8;
    padding-bottom: 15rem;
  }
  #entry .page-content .forget-box .txt02 {
    padding-bottom: 54rem;
  }
  #entry .page-content .forget-box .lists {
    display: block;
    width: auto;
  }
  #entry .page-content .forget-box .lists li a {
    display: inline-block;
    padding: 15rem 0;
    padding-left: 30rem;
    text-align: center;
  }
  #entry .page-content .forget-box .lists .list01 {
    padding-right: 0;
    border-right: none;
    width: auto;
    font-size: 14rem;
    border-bottom: 1px solid #fff;
  }
  #entry .page-content .forget-box .lists .list01 a:after {
    background: url("../images/entry/mail.svg") no-repeat center;
    background-size: 25rem 17rem;
    width: 25rem;
    height: 17rem;
  }
  #entry .page-content .forget-box .lists .list02 {
    padding-left: 0;
    width: auto;
    font-size: 22rem;
  }
  #entry .page-content .forget-box .lists .list02 a {
    padding-left: 27rem;
  }
  #entry .page-content .forget-box .lists .list02 a:after {
    background-size: 19rem 19rem;
    width: 19rem;
    height: 19rem;
  }
  #entry .page-content form.login .inner {
    width: auto;
    display: block;
  }
  #entry .page-content form.login input[type="text"] {
    width: 100%;
    margin-bottom: 19rem;
  }
  #entry .page-content form.login input[type="submit"] {
    width: 100%;
  }
}

/* ========================================================
 limited
======================================================== */
#limited .main-visual::before {
  background: transparent;
}

#limited .main-visual::before, #limited .main-visual::after {
  background: transparent;
}

#limited .main-visual {
  padding: 60rem 0 100rem;
}

#limited .main-visual .texts {
  position: inherit;
  text-align: center;
  top: 0;
  left: 0;
  color: #454D67;
}

#limited main {
  background: #E7E9E7;
  min-height: 90vh;
  padding: 100px 0 0;
  color: #454D67;
}

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

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

#limited .btn-lists {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

#limited .btn-lists li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 36%;
  margin-right: 5%;
  margin-bottom: 5%;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
}

#limited .btn-lists li:nth-child(n+2) {
  margin-right: auto;
}

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

#limited .btn-lists .texts {
  padding: 15px 10px;
  color: #fff;
  background: #70BBCA;
}

#limited .btn-lists .texts.gray {
  background: #8593A1;
  color: #fff;
}

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

#limited .btn-lists .texts .name.mb {
  margin-bottom: 0;
}

#limited .btn-lists .texts .name span {
  font-size: 12px;
  display: block;
  padding-top: 5px;
}

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

#limited .btn-lists .new {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  display: inline-block;
  padding: 8px 14px;
  color: #fff;
  background: #B0B7CA;
  z-index: 1;
}

#limited .btn-lists a.none {
  pointer-events: none;
}

#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: 150px 0 50px;
  }
  #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;
  }
}

/*----------------
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 .page-content {
  padding: 120rem 0 170rem;
}

#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(150, 132, 99, 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: #968463;
}

#outline .contents .info-area table td {
  text-align: left;
  border-bottom: 1px solid rgba(150, 132, 99, 0.6);
}

#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;
  }
}

/* ========================================================
 asset
======================================================== */
#asset main {
  padding-bottom: 0;
}

#asset .main-visual .page-title {
  left: auto;
  right: 10%;
}

#asset .intro {
  text-align: center;
  margin-bottom: 180px;
}

#asset .intro .tit {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 50px;
}

#asset .intro .lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 100px;
}

#asset .intro .Tabs a {
  color: #454D67;
}

#asset .intro .Tabs li {
  display: inline-block;
  width: 24%;
  margin: auto;
  padding: 0 3%;
  box-sizing: border-box;
  border-left: 1px dotted #A28037;
}

#asset .intro .Tabs li:last-child {
  border-right: 1px dotted #A28037;
}

#asset .intro .Tabs li.current {
  pointer-events: none;
}

#asset .intro .Tabs li.current .image {
  border-bottom: 1.5px solid #A28037;
}

#asset .intro .Tabs li.current img {
  padding-bottom: 10px;
}

#asset .sections {
  text-align: center;
  background: #f0f0ef;
  padding-bottom: 60rem;
}

#asset .sections .image {
  position: relative;
}

#asset .sections .tit {
  font-size: 16px;
  line-height: 2;
  color: #968463;
  margin: auto;
  position: relative;
  text-align: center;
  font-weight: normal;
  padding-top: 100px;
  margin-bottom: 50px;
}

#asset .sections .tit::before {
  background-color: #968463;
  content: "";
  height: 80px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
}

#asset .sections .txt {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 50px;
}

#asset .sections .lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 60px;
}

#asset .sections .column02 {
  max-width: 1000px;
  margin: auto;
}

#asset .sections .column02 li {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  width: 47%;
  margin-right: 4%;
}

#asset .sections .column02 li:last-child {
  margin-right: auto;
}

#asset .sections .column02 .name {
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0 5px;
}

#asset .sections .column02 .min {
  font-size: 14px;
  line-height: 2;
}

#asset .sections .column03 {
  max-width: 1000px;
  margin: auto;
}

#asset .sections .column03 li {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  width: 31%;
  margin-right: 2%;
}

#asset .sections .column03 li:nth-child(3n),
#asset .sections .column03 li:last-child {
  margin-right: auto;
}

#asset .sections .column03 .name {
  font-size: 18px;
  line-height: 1.6;
  margin: 20px 0 5px;
}

#asset .sections .column03 .min {
  font-size: 14px;
  line-height: 2;
}

#asset .value01 .title {
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 30px;
}

#asset .value01 .img01 {
  max-width: 800px;
  margin: auto;
}

#asset .value01 .mini {
  max-width: 1000px;
  margin: 10px auto 0;
  text-align: left;
  font-size: 11px;
  line-height: 1.4;
}

#asset .value02 {
  background: #fff;
}

#asset .value02 .img01 {
  max-width: 600px;
  margin: auto;
}

#asset .value03 {
  background: #f0f0ef;
}

#asset .value03 .title {
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 15px;
}

#asset .value03 .img01 {
  max-width: 480px;
  margin: auto;
}

#asset .value03 .mini {
  max-width: 1000px;
  margin: 10px auto 0;
  text-align: left;
  font-size: 11px;
  line-height: 1.4;
}

#asset .value04 {
  background: #fff;
}

#asset .value04 .title {
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 10px;
}

#asset .value04 .img01 {
  max-width: 600px;
  margin: auto;
}

#asset .value04 .mini {
  max-width: 1000px;
  margin: 10px auto 0;
  text-align: left;
  font-size: 11px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #asset .main-visual .page-title {
    max-width: 186px;
    top: 40%;
    left: auto;
    right: 10%;
  }
  #asset .intro {
    text-align: left;
    margin-bottom: 50px;
  }
  #asset .intro .tit {
    font-size: 20rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  #asset .intro .lead {
    font-size: 16rem;
    line-height: 2;
    margin-bottom: 30px;
  }
  #asset .intro .Tabs li {
    display: block;
    width: 100%;
    margin: auto;
    padding: 15px 0 20px;
    box-sizing: border-box;
    border-top: 1px dotted #454D67;
    border-left: 0;
  }
  #asset .intro .Tabs li:last-child {
    border-right: 0;
    border-bottom: 1px dotted #454D67;
  }
  #asset .intro .Tabs li.current {
    pointer-events: none;
  }
  #asset .intro .Tabs li.current img {
    border-bottom: 1.5px solid #454D67;
  }
  #asset .sections .tit {
    padding-top: 60px;
  }
  #asset .sections .tit::before {
    height: 40px;
  }
  #asset .sections .txt {
    text-align: left;
    font-size: 20rem;
    margin-bottom: 30px;
  }
  #asset .sections .lead {
    text-align: left;
    font-size: 16rem;
    margin-bottom: 50px;
  }
  #asset .sections .column02 li {
    display: block;
    width: 100%;
    margin: auto;
  }
  #asset .sections .column02 li:last-child {
    width: 100%;
    margin-top: 30px;
  }
  #asset .sections .column03 li {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  #asset .sections .column03 li:last-child {
    margin-bottom: 0;
  }
  #asset .value01 .img01 {
    max-width: 1000px;
    margin: auto;
  }
  #asset .value01 .mini {
    max-width: 1000px;
    margin: 10px auto 0;
    text-align: left;
    font-size: 11px;
    line-height: 1.4;
  }
  #asset .value02 {
    background: none;
    padding-top: 111px;
    margin-top: -111px;
  }
  #asset .value02 .bg {
    background: rgba(176, 183, 202, 0.2);
    padding-bottom: 80px;
  }
  #asset .value03 {
    padding-top: 111px;
    margin-top: -211px;
  }
  #asset .value03 .bg {
    background: #F9F9F9;
  }
  #asset .value03 .img01 {
    max-width: 1000px;
    margin: auto;
  }
  #asset .value04 {
    padding-top: 111px;
    margin-top: -111px;
    background: none;
    padding-bottom: 0;
  }
  #asset .value04 .bg {
    padding-bottom: 90px;
  }
  #asset .value04 .img01 {
    max-width: 600px;
    margin: auto;
  }
  #asset .value04 .mini {
    max-width: 600px;
    margin: 10px auto 0;
    text-align: left;
    font-size: 11px;
    line-height: 1.4;
  }
}

/* ========================================================
 lgente
======================================================== */
#lgente main {
  padding-bottom: 0;
}

#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;
  margin-bottom: 100px;
}

#lgente .intro .tit {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 50px;
}

#lgente .intro .lead {
  font-size: 16px;
  line-height: 1.8;
}

#lgente .voice {
  max-width: 1260px;
  width: 94%;
  margin: 0 auto 100px;
}

#lgente .voice .caption {
  right: 2%;
  bottom: 3%;
  background: none;
  color: #968463;
}

#lgente .sections .section-title {
  color: #968463;
  font-size: 20rem;
  font-weight: normal;
  line-height: 1.8;
  padding-bottom: 15rem;
  margin: 0 auto 85rem;
  max-width: 360rem;
  position: relative;
}

#lgente .sections .section-title::after, #lgente .sections .section-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #968463;
  transform: translateY(-50%);
}

#lgente .sections .section-title::before {
  width: 80rem;
  height: 3px;
}

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

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

#lgente .sections .lead {
  font-size: 16px;
  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(165, 153, 129, 0.2);
}

#lgente .facility.dresser {
  background: #f5f6f7;
}

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

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

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

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

#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: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}

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

#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 article.contents > header {
    padding-bottom: 100rem;
  }
  #lgente article.contents > header .lead {
    padding-bottom: 60rem;
  }
  #lgente article.contents .image02 {
    width: 88%;
  }
  #lgente .intro {
    margin-bottom: 60px;
  }
  #lgente .intro .tit {
    text-align: left;
    font-size: 20rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
  #lgente .intro .lead {
    font-size: 16rem;
    text-align: left;
  }
  #lgente .voice {
    margin: 0 auto 50px;
  }
  #lgente .voice .caption {
    bottom: 2%;
    right: auto;
    left: 2%;
    line-height: 1.4;
  }
  #lgente .sections .section-title {
    text-align: left;
    margin: 0 auto 45rem;
  }
  #lgente .sections .tit01 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #lgente .sections .tit02 {
    text-align: left;
    font-size: 22px;
  }
  #lgente .sections .lead {
    text-align: left;
    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 {
    text-align: left;
    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;
  }
}

/*----------------
life-quality
----------------*/
#life-quality main {
  padding-bottom: 0;
}

#life-quality main .image {
  position: relative;
}

#life-quality .intro {
  text-align: center;
}

#life-quality .intro .txt {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 50px;
}

#life-quality .intro .lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 50px;
}

#life-quality .tabs {
  max-width: 500px;
  margin: 0 auto 60px;
  text-align: center;
}

#life-quality .tabs li {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
}

#life-quality .tabs li:last-child {
  margin: auto;
}

#life-quality .tabs a {
  text-align: center;
  display: block;
  font-size: 18px;
  color: #fff;
  background: #a59981;
  padding: 10px 0;
  border-radius: 10px;
}

#life-quality .tabs a.tab02 {
  background: #aebaa1;
}

#life-quality .section-title {
  color: #968463;
  font-size: 20rem;
  font-weight: normal;
  line-height: 1.8;
  padding-bottom: 15rem;
  margin: 0 auto 85rem;
  max-width: 360rem;
  position: relative;
}

#life-quality .section-title::after, #life-quality .section-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #968463;
  transform: translateY(-50%);
}

#life-quality .section-title::before {
  width: 80rem;
  height: 3px;
}

#life-quality .bg01 {
  background-color: #f0f0ef;
}

#life-quality .bg02 {
  background-color: rgba(143, 168, 137, 0.1);
}

#life-quality .equipment {
  text-align: center;
  padding: 100px 0 100px;
  margin-bottom: 100px;
}

#life-quality .equipment .tit {
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 30px;
}

#life-quality .equipment .txt {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 60px;
}

#life-quality .equipment .lists {
  max-width: 1000px;
  margin: auto;
}

#life-quality .equipment .lists li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
}

#life-quality .equipment .lists li:nth-child(3n),
#life-quality .equipment .lists li:last-child {
  margin-right: auto;
}

#life-quality .equipment .lists .name {
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0;
  margin: 20px 0 10px;
}

#life-quality .equipment .lists .info {
  text-align: left;
  font-size: 13px;
  line-height: 1.8;
}

#life-quality .equipment .lists .mini {
  text-align: left;
  font-size: 11px;
  padding-top: 5px;
}

#life-quality .sec-zeh {
  text-align: center;
  padding: 100px 0;
  margin-top: 100px;
}

#life-quality .sec-zeh .tit {
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 30px;
}

#life-quality .sec-zeh .txt {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 60px;
}

#life-quality .sec-zeh .bg {
  max-width: 830px;
  margin: 0 auto 30px;
  background: #B1BAA2;
  color: #fff;
  padding: 40px 50px 45px;
  box-sizing: border-box;
}

#life-quality .sec-zeh .bg .txt01 {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 30px;
}

#life-quality .sec-zeh .bg li {
  display: inline-block;
  vertical-align: top;
  width: 54%;
  margin-right: 5%;
}

#life-quality .sec-zeh .bg li:last-child {
  width: 40%;
  margin-right: auto;
}

#life-quality .sec-zeh .bg .lead {
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 20px;
}

#life-quality .sec-zeh .bg .mini {
  text-align: left;
  font-size: 11px;
  line-height: 1.8;
  margin-top: 10px;
}

#life-quality .sec-zeh .bg .txt02 {
  text-align: left;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 10px;
}

#life-quality .sec-zeh .img02 {
  max-width: 60px;
  margin: 0 auto 60px;
}

#life-quality .sec-zeh .inners {
  text-align: center;
  margin-bottom: 100px;
}

#life-quality .sec-zeh .inners .txt {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 30px;
}

#life-quality .sec-zeh .inners .mini {
  font-size: 16px;
  line-height: 2;
}

#life-quality .sec-zeh .inners .image.num {
  max-width: 130px;
  margin: 0 auto 10px;
}

#life-quality .sec-zeh .inner01 .image {
  max-width: 650px;
  margin: 0 auto 30px;
}

#life-quality .sec-zeh .inner01 .icon {
  max-width: 200px;
  position: absolute;
  top: -30%;
  right: -10%;
}

#life-quality .sec-zeh .inner02 .mini {
  margin-bottom: 100px;
}

#life-quality .sec-zeh .inner02 .image {
  max-width: 430px;
  margin: 0 auto;
}

#life-quality .sec-zeh .inner02 .image .caption {
  background: none;
  color: #000;
  bottom: -20px;
}

#life-quality .sec-zeh .inner02 .icon {
  max-width: 150px;
  position: absolute;
  top: -75px;
  right: -75px;
}

#life-quality .sec-zeh .inner03 .txt {
  margin-bottom: 0;
}

#life-quality .sec-zeh .inner03 .sub {
  font-size: 14px;
  margin-bottom: 15px;
}

#life-quality .sec-zeh .inner03 .mini {
  margin-bottom: 50px;
}

#life-quality .sec-zeh .inner03 .mini02 {
  max-width: 830px;
  font-size: 11px;
  text-align: right;
  margin: 30px auto 0;
  color: #000;
}

#life-quality .sec-zeh .inner03 .image {
  max-width: 830px;
  margin: 0 auto;
}

#life-quality .sec-zeh .inner03 .image .caption {
  background: none;
  color: #000;
  bottom: -20px;
}

#life-quality .sec-zeh .inner04 {
  max-width: 830px;
  margin: 0 auto 100px;
}

#life-quality .sec-zeh .inner04 li {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin-right: 5%;
}

#life-quality .sec-zeh .inner04 li:last-child {
  width: 54%;
  margin-right: auto;
}

#life-quality .sec-zeh .inner04 .txt {
  margin-bottom: 30px;
}

#life-quality .sec-zeh .inner04 .mini {
  margin-bottom: 20px;
}

#life-quality .sec-zeh .inner04 .info {
  text-align: left;
  font-size: 11px;
  line-height: 1.8;
}

#life-quality .sec-zeh .inner05 {
  margin-bottom: 60px;
}

#life-quality .sec-zeh .inner05 .txt {
  margin-bottom: 15px;
}

#life-quality .sec-zeh .inner05 .mini {
  margin-bottom: 60px;
}

#life-quality .sec-zeh .inner05 ul {
  max-width: 1000px;
  margin: auto;
}

#life-quality .sec-zeh .inner05 ul .image .num {
  position: absolute;
  top: 0;
  left: 0;
  background: #8fa889;
  color: #fff;
  font-size: 11px;
  padding: 5px 6px;
  box-sizing: border-box;
}

#life-quality .sec-zeh .inner05 ul .image .caption.no-bg {
  background: none;
  color: #000;
}

#life-quality .sec-zeh .inner05 ul .image .caption.white {
  background: none;
}

#life-quality .sec-zeh .inner05 ul .name {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px 0 10px;
}

#life-quality .sec-zeh .inner05 ul .info {
  text-align: left;
  font-size: 11px;
  line-height: 1.8;
  padding-top: 10px;
  border-top: 1px solid;
}

#life-quality .sec-zeh .inner05 .list01 li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
}

#life-quality .sec-zeh .inner05 .list01 li:last-child {
  margin-right: auto;
}

#life-quality .sec-zeh .inner05 .list02 li {
  float: left;
  vertical-align: top;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 40px;
}

#life-quality .sec-zeh .inner05 .list02 li:nth-child(3) {
  float: right;
  margin-right: auto;
}

#life-quality .sec-zeh .inner05 .list02 li:nth-child(1) {
  margin-bottom: 0;
}

#life-quality .sec-zeh .inner06 {
  margin: auto;
}

#life-quality .sec-zeh .inner06 .sub {
  font-size: 14px;
  margin: 20px 0 10px;
}

#life-quality .sec-zeh .inner06 .txt {
  margin-bottom: 15px;
}

#life-quality .sec-zeh .inner06 .mini {
  margin-bottom: 30px;
}

#life-quality .sec-zeh .inner06 .image {
  max-width: 489px;
  margin: auto;
}

#life-quality .sec-zeh .inner06 .caps {
  max-width: 590px;
  margin: 10px auto 0;
  font-size: 11px;
  line-height: 1.8;
  text-align: left;
}

/*----------------
design
----------------*/
#design .image,
#design .images {
  position: relative;
}

#design .page-content {
  position: relative;
  background-color: #fff;
  z-index: 3;
}

#design .section-title {
  color: #968463;
  font-size: 20rem;
  font-weight: normal;
  line-height: 1.8;
  padding-bottom: 15rem;
  margin-bottom: 55rem;
  position: relative;
}

#design .section-title::after, #design .section-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #968463;
  transform: translateY(-50%);
}

#design .section-title::before {
  width: 80rem;
  height: 3px;
}

#design .intro {
  padding-top: 65rem;
}

#design .intro .title {
  padding-bottom: 45rem;
  font-size: 20rem;
  text-align: center;
  font-weight: normal;
  line-height: 2;
}

#design .intro .lead {
  padding-bottom: 120rem;
  font-size: 16rem;
  text-align: center;
  line-height: 1.9;
}

#design .intro .sticky-box {
  position: relative;
}

#design .intro .sticky-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/design/intro-bg.jpg) left;
  background-size: cover;
}

#design .intro .sticky-box.on .bg {
  position: fixed;
}

#design .intro .sticky-box .texts {
  position: relative;
  padding-top: 80vh;
  padding-bottom: 14vh;
  z-index: 2;
  margin-left: 60%;
  margin-right: 5%;
}

#design .intro .sticky-box .text02 {
  font-size: 20rem;
  line-height: 1.8;
  padding-bottom: 31rem;
}

#design .intro .sticky-box .text03 {
  font-size: 16rem;
  line-height: 2.2;
  padding-bottom: 70rem;
}

#design .intro .sticky-box .text04 {
  font-size: 16rem;
  line-height: 2.2;
  padding-bottom: 40rem;
}

#design .intro .sticky-box .img01 {
  width: 50%;
}

#design .intro .sticky-box .caption.top {
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}

#design .sections .wrap {
  max-width: 810rem;
}

#design .sections .header {
  padding-bottom: 80rem;
}

#design .sections .header .wrap {
  padding-top: 120rem;
  text-align: center;
}

#design .sections .header .section-title {
  margin: 0 auto 85rem;
  max-width: 360rem;
}

#design .sections .header .lead {
  padding-bottom: 40rem;
  font-size: 20rem;
  line-height: 1.6;
}

#design .sections .header .text01 {
  font-size: 16rem;
  line-height: 1.9;
}

#design .architect {
  background: url(../images/design/architect-bg.jpg) left;
  background-size: cover;
  padding-bottom: 100rem;
}

#design .architect .inner {
  max-width: 474px;
  margin: auto;
  color: #fff;
}

#design .architect .title.section-title {
  margin: auto;
}

#design .architect .list {
  margin-bottom: 40rem;
}

#design .architect .list li {
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  margin-right: 5%;
}

#design .architect .list li:last-child {
  width: 38%;
  margin: auto;
}

#design .architect .list .office {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 16px;
}

#design .architect .list .name {
  font-size: 20px;
}

#design .architect .lead {
  font-size: 14rem;
}

#design .common {
  padding-bottom: 120rem;
  background: #F0F0EF;
}

#design .common .inner {
  text-align: center;
  max-width: 400px;
  margin: auto;
}

#design .common .inner .name {
  font-size: 16rem;
  color: #968463;
  margin: 16rem auto 8rem;
}

#design .common .inner .info {
  font-size: 14rem;
  line-height: 2;
}

#design .equ {
  padding-bottom: 100rem;
}

#design .equ .lists {
  margin-bottom: 60rem;
}

#design .equ .lists .name {
  text-align: center;
  font-size: 16rem;
  line-height: 1.4;
  letter-spacing: .08em;
  color: #968463;
  margin: 16rem auto 8rem;
}

#design .equ .lists .info {
  font-size: 14rem;
  line-height: 1.6;
}

#design .equ .lists .mini {
  margin-top: 8rem;
  font-size: 11rem;
  line-height: 1.6;
}

#design .equ .list01 li {
  display: inline-block;
  vertical-align: top;
  width: 62%;
  margin-right: 2%;
}

#design .equ .list01 li:last-child {
  width: 35%;
  margin: auto;
}

#design .equ .list02 li {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin-right: 2%;
}

#design .equ .list02 li:last-child {
  margin: auto;
}

#design .equ .list02 .name {
  text-align: left;
}

#design .equ .img07 {
  max-width: 582px;
  margin: auto;
}

#design .annotation,
#design .caption {
  font-family: "Noto Serif JP", serif;
}

/*----------------
interview
----------------*/
#interview .image,
#interview .images {
  position: relative;
}

#interview .page-content {
  position: relative;
  background-color: #fff;
  z-index: 3;
}

#interview .section-title {
  color: #968463;
  font-size: 20rem;
  font-weight: normal;
  line-height: 1.8;
  padding-bottom: 15rem;
  margin-bottom: 55rem;
  position: relative;
}

#interview .section-title::after, #interview .section-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #968463;
  transform: translateY(-50%);
}

#interview .section-title::before {
  width: 80rem;
  height: 3px;
}

#interview .intro .sticky-box {
  position: relative;
}

#interview .intro .sticky-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/interview/intro-bg.jpg) left;
  background-size: cover;
}

#interview .intro .sticky-box.on .bg {
  position: fixed;
}

#interview .intro .sticky-box .texts {
  position: relative;
  padding-top: 80vh;
  padding-bottom: 14vh;
  z-index: 2;
  margin-left: 52%;
  margin-right: 7%;
}

#interview .intro .sticky-box .head {
  text-align: center;
  color: #fff;
}

#interview .intro .sticky-box .head .tit01 {
  font-size: 24rem;
  margin-bottom: 8rem;
}

#interview .intro .sticky-box .head .tit02 {
  font-size: 14rem;
  margin-bottom: 40rem;
}

#interview .intro .sticky-box .head .tit03 {
  font-size: 20rem;
  line-height: 1.8;
  margin-bottom: 40rem;
}

#interview .intro .sticky-box .head .lead {
  font-size: 14rem;
  letter-spacing: .08em;
  line-height: 2;
  margin-bottom: 120rem;
}

#interview .intro .sticky-box .persons {
  text-align: center;
}

#interview .intro .sticky-box .persons .img01 {
  max-width: 500px;
  margin: 0 auto 40rem;
}

#interview .intro .sticky-box .persons .text {
  font-size: 20rem;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 40rem;
}

#interview .intro .sticky-box .persons .lead {
  font-size: 14rem;
  letter-spacing: .08em;
  line-height: 2;
  padding-bottom: 40rem;
  color: #fff;
}

#interview .intro .sticky-box .persons .profile {
  margin-bottom: 80rem;
}

#interview .intro .sticky-box .persons .profile ul {
  max-width: 417px;
  margin: auto;
  text-align: left;
}

#interview .intro .sticky-box .persons .profile li {
  display: inline-block;
  vertical-align: middle;
  width: 23%;
}

#interview .intro .sticky-box .persons .profile li:last-child {
  width: 76%;
}

#interview .intro .sticky-box .persons .profile .txt01 {
  font-size: 14rem;
  color: #968463;
}

#interview .intro .sticky-box .persons .profile .txt02 {
  font-size: 12rem;
  letter-spacing: .08em;
  line-height: 1.6;
}

#interview .intro .sticky-box .persons .profile .txt02 span {
  font-size: 16rem;
}

#interview .intro .sticky-box .person02 .profile ul {
  max-width: 290px;
  margin: auto;
  text-align: left;
}

#interview .intro .sticky-box .person02 .profile li {
  display: inline-block;
  vertical-align: middle;
  width: 34%;
}

#interview .intro .sticky-box .person02 .profile li:last-child {
  width: 64%;
}

#interview .intro .sticky-box .list {
  margin-bottom: 60rem;
}

#interview .intro .sticky-box .list li {
  text-align: left;
  display: inline-block;
  width: 36%;
  vertical-align: top;
  margin-right: 4%;
}

#interview .intro .sticky-box .list li:last-child {
  width: 58%;
  margin: auto;
}

#interview .intro .sticky-box .list .num {
  display: inline-block;
  font-size: 14rem;
  background: #968463;
  color: #fff;
  margin-bottom: 6rem;
  padding: 0 3rem;
}

#interview .intro .sticky-box .list .talk01 {
  font-size: 20rem;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 20rem;
}

#interview .intro .sticky-box .list .talk01 span {
  background: #968463;
  padding-left: 10rem;
}

#interview .intro .sticky-box .list .talk02 {
  font-size: 14rem;
  line-height: 2;
  color: #fff;
}

#interview .intro .sticky-box .list .talk02 span {
  font-family: "Noto Sans JP", sans-serif;
}

#interview .intro .sticky-box .list.left li {
  text-align: left;
  display: inline-block;
  width: 58%;
  vertical-align: top;
  margin-right: 4%;
}

#interview .intro .sticky-box .list.left li:last-child {
  width: 36%;
  margin: auto;
}

#interview .intro .sticky-box .list.bottom {
  margin-bottom: 140rem;
}

#interview .intro .sticky-box .caption.top {
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
}

#interview .sections .wrap {
  max-width: 810rem;
}

#interview .sections .header {
  padding-bottom: 80rem;
}

#interview .sections .header .wrap {
  padding-top: 120rem;
  text-align: center;
}

#interview .sections .header .section-title {
  margin: 0 auto 85rem;
  max-width: 360rem;
}

#interview .sections .header .lead {
  padding-bottom: 40rem;
  font-size: 20rem;
  line-height: 1.6;
}

#interview .sections .header .text01 {
  font-size: 16rem;
  line-height: 1.9;
}

#interview .tighten {
  background: url(../images/interview/tighten-bg.jpg) left;
  background-size: cover;
  padding-bottom: 100rem;
  color: #fff;
}

#interview .tighten .lead {
  font-weight: normal;
}

#interview .tighten .text01 {
  margin-bottom: 80rem;
}

#interview .tighten .image {
  max-width: 600px;
  margin: auto;
}

#interview .annotation,
#interview .caption {
  font-family: "Noto Serif JP", serif;
}

/*----------------
plan
----------------*/
#plan .image,
#plan .images {
  position: relative;
}

#plan .section-title {
  color: #968463;
  font-size: 20rem;
  font-weight: normal;
  line-height: 1.8;
  padding-bottom: 15rem;
  margin-bottom: 55rem;
  position: relative;
}

#plan .section-title::after, #plan .section-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #968463;
  transform: translateY(-50%);
}

#plan .section-title::before {
  width: 80rem;
  height: 3px;
}

#plan .intro {
  text-align: center;
  padding-bottom: 120rem;
}

#plan .intro .title {
  padding-bottom: 37rem;
  font-size: 20rem;
  line-height: 1.6;
  font-weight: normal;
}

#plan .intro .lead {
  font-size: 16rem;
  line-height: 1.9;
}

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

#plan .sections .header {
  text-align: center;
  padding-bottom: 120rem;
}

#plan .sections .header .section-title {
  margin: 0 auto;
  max-width: 380rem;
  padding-bottom: 5rem;
  margin-bottom: 80rem;
}

#plan .sections .header .lead {
  padding-bottom: 40rem;
  font-size: 20rem;
  line-height: 1.6;
}

#plan .sections .header .text01 {
  font-size: 16rem;
  line-height: 1.9;
}

#plan .floor .header {
  padding-bottom: 0;
}

#plan .floor .inner {
  text-align: center;
}

#plan .floor .inner .image {
  display: inline-block;
  margin-top: 30px;
}

#plan .floor .inner .img01 {
  max-width: 456px;
  margin-right: 5%;
}

#plan .floor .inner .img02 {
  max-width: 416px;
  max-width: 418px;
}

#plan .floor .inner .caption.no-bg {
  color: #202226;
}

#plan .floor .list {
  max-width: 640px;
  margin: 80rem auto 0;
}

#plan .floor .list li {
  display: inline-block;
  width: 47%;
  margin-right: 5%;
  vertical-align: top;
}

#plan .floor .list li:last-child {
  margin: auto;
}

#plan .floor .list .txt01 {
  font-size: 16rem;
  margin: 14rem 0 16rem;
}

#plan .floor .list .txt01 span {
  color: #fff;
  background: #7FBBC4;
  padding: 0 7px 2px 8px;
  border-radius: 50px;
  margin-right: 10px;
}

#plan .floor .list .txt01 .num02 {
  background: #7D92BD;
}

#plan .floor .list .txt02 {
  font-size: 14rem;
  line-height: 2;
}

#plan .rooms {
  background: #F0F0EF;
  padding-top: 120rem;
}

#plan .rooms .inner {
  text-align: center;
  max-width: 900px;
  margin: auto;
}

#plan .rooms .inner .ldk {
  display: inline-block;
  font-size: 32rem;
  color: #968463;
  margin-bottom: 60rem;
}

#plan .rooms .inner .ldk:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  display: inline-block;
  background-color: #968463;
  bottom: -10px;
  left: 25%;
}

#plan .rooms .btn-list .bg {
  background: #fff;
  padding: 30rem 0;
}

#plan .rooms .btn-list li {
  display: inline-block;
  width: 47%;
  vertical-align: top;
  margin-right: 5%;
}

#plan .rooms .btn-list li:last-child {
  margin: auto;
}

#plan .rooms .btn-list .type {
  font-size: 30rem;
  margin-bottom: 10rem;
}

#plan .rooms .btn-list .type span {
  font-size: 40rem;
}

#plan .rooms .btn-list .spec {
  font-size: 32rem;
  margin-bottom: 10rem;
}

#plan .rooms .btn-list .spec span {
  font-size: 80%;
}

#plan .rooms .btn-list .width {
  font-size: 22rem;
}

#plan .rooms .btn-list .width .mini {
  font-size: 14rem;
}

#plan .rooms .btn-list .width .big {
  font-size: 32rem;
}

#plan .rooms .btn-list .image {
  width: 84%;
  margin: 24rem auto;
}

#plan .rooms .btn-list .btn {
  width: 85%;
  margin: auto;
}

#plan .rooms .btn-list .btn a {
  font-size: 14rem;
  padding: 22rem 0;
}

#plan .rooms .list01 {
  margin-bottom: 50rem;
}

/*----------------
plan.detail
----------------*/
#plan.detail .plans {
  text-align: center;
  max-width: 687px;
  margin: auto;
}

#plan.detail .plans .header {
  padding-bottom: 80rem;
  position: relative;
}

#plan.detail .plans .floor {
  position: absolute;
  max-width: 160rem;
  right: -50rem;
  top: 0;
}

#plan.detail .plans .type {
  font-size: 32rem;
  margin-bottom: 10rem;
}

#plan.detail .plans .type span {
  font-size: 40rem;
}

#plan.detail .plans .spec {
  font-size: 32rem;
  margin-bottom: 10rem;
}

#plan.detail .plans .spec span {
  font-size: 80%;
}

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

#plan.detail .plans .width .big {
  font-size: 22rem;
}

#plan.detail .plans .width .num {
  font-size: 32rem;
  line-height: 1.6;
}

#plan.detail .plans .tab-inner {
  display: none;
}

#plan.detail .plans .tab-inner.current {
  display: block;
}

#plan.detail .plans .change-buttons {
  text-align: center;
  max-width: 648px;
  margin: 0 auto 80px;
}

#plan.detail .plans .change-buttons li {
  text-align: center;
  display: inline-block;
  width: 48%;
  margin-right: 2%;
}

#plan.detail .plans .change-buttons li:last-child {
  margin-right: 0;
}

#plan.detail .plans .change-buttons .button {
  display: block;
  color: #fff;
  font-size: 16px;
  background: #4A4A4A;
}

#plan.detail .plans .change-buttons .button.current {
  pointer-events: none;
  color: #fff;
  background: #AA9B80;
}

#plan.detail .plans .change-buttons .button span {
  display: inline-block;
  padding: 14px 0;
}

#plan.detail .plans .change-buttons .button:hover {
  opacity: 1;
  color: #fff;
  background: #AA9B80;
  transition: .3s;
}

#plan.detail .plans .guides {
  margin-top: 60rem;
}

#plan.detail .plans .guides .image {
  max-width: 420px;
  margin: 0 auto 10rem;
}

#plan.detail .plans .guides .guide-txt {
  font-size: 14rem;
  letter-spacing: .08em;
}

#plan.detail .bath {
  background: #F8F3ED;
  padding-top: 120rem;
}

#plan.detail .bath .img01 {
  max-width: 460px;
  margin: 10rem auto 40rem;
}

#plan.detail .bath .img01 .icon {
  max-width: 156rem;
  position: absolute;
  top: -40rem;
  left: -70rem;
}

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

#plan.detail .bath .inner {
  text-align: center;
  padding-bottom: 120rem;
}

#plan.detail .bath .inner .lead {
  padding-bottom: 40rem;
  font-size: 20rem;
  line-height: 1.6;
}

#plan.detail .bath .inner .text {
  font-size: 16rem;
  line-height: 1.9;
  padding-bottom: 80rem;
}

#plan.detail .bath .inner .list01 {
  max-width: 636px;
  margin: auto;
}

#plan.detail .bath .inner .list01 li {
  display: inline-block;
  vertical-align: top;
  width: 34%;
  margin-right: 5%;
}

#plan.detail .bath .inner .list01 li:last-child {
  width: 60%;
  margin: auto;
  text-align: left;
}

#plan.detail .bath .inner .list01 li:last-child .caption.left {
  right: auto;
  left: 21%;
}

#plan.detail .bath .inner .list01 .logo {
  max-width: 135px;
  margin: 16rem auto 8rem;
}

#plan.detail .bath .inner .list01 .name {
  font-size: 16px;
  margin: 16rem 0 24rem;
}

#plan.detail .bath .inner .list01 .info {
  font-size: 12rem;
}

#plan.detail .bath .inner .list01 .icon {
  max-width: 100rem;
  position: absolute;
  top: -71rem;
  left: -56rem;
}

#plan.detail .bath .inner02 {
  padding-bottom: 0;
}

#plan.detail .bath .inner02 .list02 {
  max-width: 780px;
  margin: auto;
}

#plan.detail .bath .inner02 .list02 li {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 5%;
}

#plan.detail .bath .inner02 .list02 li:last-child {
  width: 46%;
  margin: auto;
  text-align: left;
}

#plan.detail .bath .inner02 .list02 .name {
  font-size: 16px;
  margin: 30rem 0 8rem;
}

#plan.detail .bath .inner02 .list02 .info {
  font-size: 12rem;
  letter-spacing: 0;
}

#plan.detail .btn {
  max-width: 360px;
  width: 94%;
  margin: 50px auto;
}

#plan.detail .btn a {
  font-size: 16px;
}

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

#position .page-content {
  position: relative;
  background-color: #fff;
  z-index: 3;
}

#position .section-title {
  color: #968463;
  font-size: 20rem;
  font-weight: normal;
  line-height: 1.8;
  padding-bottom: 15rem;
  margin-bottom: 55rem;
  position: relative;
}

#position .section-title::after, #position .section-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #968463;
  transform: translateY(-50%);
}

#position .section-title::before {
  width: 80rem;
  height: 3px;
}

#position .intro {
  padding-top: 65rem;
}

#position .intro .title {
  padding-bottom: 45rem;
  font-size: 20rem;
  text-align: center;
  font-weight: normal;
  line-height: 2;
}

#position .intro .lead {
  padding-bottom: 120rem;
  font-size: 16rem;
  text-align: center;
  line-height: 1.9;
}

#position .white-bg {
  position: relative;
  background-color: #fff;
  z-index: 2;
  padding: 120rem 0 80rem;
}

#position .tabs {
  max-width: 872px;
  margin: 0 auto;
}

#position .tabs li {
  display: inline-block;
  width: 31%;
  margin-right: 2%;
}

#position .tabs li:last-child {
  margin: auto;
}

#position .tabs a {
  text-align: center;
  font-size: 16px;
  border: 1px solid;
  color: #9E8144;
  padding: 10rem 0 12rem;
  display: block;
  font-family: 'Cinzel', serif;
}

#position .tabs a.current {
  background: #9E8144;
  color: #fff;
}

#position .sections .wrap {
  max-width: 810rem;
}

#position .sections .header {
  padding-bottom: 80rem;
}

#position .sections .header .wrap {
  padding-top: 120rem;
  text-align: center;
}

#position .sections .header .section-title {
  margin: 0 auto 85rem;
  max-width: 360rem;
}

#position .sections .header .lead {
  padding-bottom: 40rem;
  font-size: 20rem;
  line-height: 1.6;
}

#position .sections .header .text01 {
  font-size: 16rem;
  line-height: 1.9;
}

#position .history {
  margin-top: 80rem;
}

#position .history .sticky-box {
  position: relative;
}

#position .history .sticky-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/position/history-bg.jpg) center;
  background-size: cover;
}

#position .history .sticky-box.on .bg {
  position: fixed;
}

#position .history .sticky-box .texts {
  text-align: center;
  position: relative;
  padding-top: 40vh;
  padding-bottom: 14vh;
  z-index: 2;
  margin: auto;
  color: #fff;
}

#position .history .sticky-box .text01 {
  max-width: 380px;
  margin: 0 auto 80rem;
}

#position .history .sticky-box .text02 {
  font-size: 20rem;
  line-height: 1.8;
  padding-bottom: 31rem;
}

#position .history .sticky-box .text03 {
  font-size: 16rem;
  line-height: 2.2;
  padding-bottom: 70rem;
}

#position .history .sticky-box .img01 {
  max-width: 840px;
  margin: auto;
}

#position .history .sticky-box .lists {
  max-width: 840px;
  margin: 120rem auto 80rem;
}

#position .history .sticky-box .lists li {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 52%;
  margin-right: 4%;
}

#position .history .sticky-box .lists li:last-child {
  width: 43%;
  margin: auto;
}

#position .history .sticky-box .lists .copy {
  font-size: 18rem;
  line-height: 1.4;
  color: #968463;
  margin-bottom: 16rem;
  border-left: 7px solid;
  padding-left: 10rem;
}

#position .history .sticky-box .lists .info {
  font-size: 14rem;
  line-height: 1.8;
}

#position .history .sticky-box .list02 {
  margin: auto;
}

#position .paris {
  text-align: center;
  position: relative;
  background-color: #fff;
  z-index: 2;
}

#position .paris .caps {
  text-align: right;
  font-size: 11px;
  line-height: 1.6;
  margin: 10rem 20rem 80rem auto;
}

#position .paris .shops {
  margin-bottom: 60rem;
}

#position .paris .shops .name {
  font-size: 18rem;
  color: #968463;
  margin-bottom: 8rem;
}

#position .paris .shops .category {
  font-size: 11rem;
  margin-bottom: 16rem;
}

#position .paris .shops .min {
  font-size: 11rem;
  margin-bottom: 24rem;
}

#position .paris .shops .images {
  margin-bottom: 24rem;
  display: inline-block;
}

#position .paris .shops .images li {
  float: left;
  width: 33.333%;
}

#position .paris .shops .info {
  font-size: 12rem;
  line-height: 1.8;
}

#position .paris .shop02 {
  margin-bottom: 0;
}

#position .street {
  text-align: center;
  position: relative;
  background-color: #fff;
  z-index: 2;
}

#position .street .caps {
  text-align: right;
  font-size: 11px;
  line-height: 1.6;
  margin: 10rem 20rem 80rem auto;
}

#position .street .sticky-box01 {
  position: relative;
}

#position .street .sticky-box01 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/position/bg01.jpg) center;
  background-size: cover;
}

#position .street .sticky-box01.on .bg {
  position: fixed;
}

#position .street .sticky-box01 .texts {
  position: relative;
  padding-top: 30vh;
  padding-bottom: 6vh;
  z-index: 2;
  margin-left: 58%;
  margin-right: 14%;
}

#position .street .sticky-box01 .tit {
  font-size: 18rem;
  line-height: 1.8;
  color: #fff;
  background: #9A8391;
  margin-bottom: 40rem;
}

#position .street .sticky-box01 .txt01 {
  font-size: 15rem;
  line-height: 1.6;
  margin: 26rem 0 16rem;
}

#position .street .sticky-box01 .txt02 {
  text-align: left;
  font-size: 13rem;
  line-height: 1.6;
  padding-bottom: 60rem;
}

#position .street .sticky-box01 .shops {
  text-align: left;
  margin-bottom: 60rem;
}

#position .street .sticky-box01 .shops .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 13rem auto 16rem;
}

#position .street .sticky-box01 .shops .images li {
  width: 48%;
}

#position .street .sticky-box01 .shops .images li:first-child {
  width: 100%;
  margin-bottom: 16px;
}

#position .street .sticky-box01 .shops .name {
  font-size: 18rem;
  color: #968463;
  line-height: 1.4;
  margin-bottom: 10rem;
}

#position .street .sticky-box01 .shops .name span {
  font-size: 14rem;
}

#position .street .sticky-box01 .shops .min {
  font-size: 11rem;
  margin-bottom: 16rem;
}

#position .street .sticky-box01 .shops .info {
  font-size: 14rem;
  line-height: 1.6;
}

#position .street .sticky-box02 {
  position: relative;
}

#position .street .sticky-box02 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../images/position/bg02.jpg) center;
  background-size: cover;
}

#position .street .sticky-box02.on .bg {
  position: fixed;
}

#position .street .sticky-box02 .texts {
  position: relative;
  padding-top: 30vh;
  padding-bottom: 6vh;
  z-index: 2;
  margin-left: 58%;
  margin-right: 14%;
}

#position .street .sticky-box02 .tit {
  font-size: 18rem;
  line-height: 1.8;
  color: #fff;
  background: #4C6284;
  margin-bottom: 40rem;
}

#position .street .sticky-box02 .txt01 {
  font-size: 15rem;
  line-height: 1.6;
  margin: 26rem 0 16rem;
}

#position .street .sticky-box02 .txt02 {
  text-align: left;
  font-size: 13rem;
  line-height: 1.6;
  padding-bottom: 60rem;
}

#position .street .sticky-box02 .shops {
  text-align: left;
  margin-bottom: 60rem;
}

#position .street .sticky-box02 .shops .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 13rem auto 16rem;
}

#position .street .sticky-box02 .shops .images li {
  width: 48%;
}

#position .street .sticky-box02 .shops .images li:first-child {
  width: 100%;
  margin-bottom: 16px;
}

#position .street .sticky-box02 .shops .name {
  font-size: 18rem;
  color: #968463;
  line-height: 1.4;
  margin-bottom: 10rem;
}

#position .street .sticky-box02 .shops .name span {
  font-size: 14rem;
}

#position .street .sticky-box02 .shops .min {
  font-size: 11rem;
  margin-bottom: 16rem;
}

#position .street .sticky-box02 .shops .info {
  font-size: 14rem;
  line-height: 1.6;
}

#position .street .sticky-box02 .shop03 .images li {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .lower .site-header {
    position: fixed;
  }
  .lower .swipe-box {
    padding-bottom: 15rem;
    overflow-x: auto;
  }
  .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;
  }
  .lower .mv {
    margin-bottom: 220rem;
  }
  .lower .mv .mv-texts {
    left: 20rem;
    margin-top: 30rem;
    padding-left: 50rem;
  }
  .lower .mv .mv-texts .en {
    font-size: 15px;
  }
  .lower .mv.on .image img {
    transform: scale(1);
    filter: blur(0px);
  }
  /*----------------
map
----------------*/
  #map .maps .map-title {
    font-size: 20rem;
    padding-bottom: 40rem;
  }
  #map .maps .links li {
    padding: 9rem 0 9rem 30rem;
  }
  #map .maps .tap-btn {
    margin-top: 20px;
  }
  /* ========================================================
 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;
  }
  /*----------------
life-quality
----------------*/
  #life-quality .contents {
    padding: 0;
  }
  #life-quality .intro {
    text-align: left;
  }
  #life-quality .intro .txt {
    font-size: 20rem;
    line-height: 1.6;
    margin-bottom: 30px;
    word-break: break-all;
  }
  #life-quality .intro .lead {
    font-size: 16rem;
    line-height: 2;
    margin-bottom: 40px;
  }
  #life-quality .tabs {
    margin: 0 auto 30px;
  }
  #life-quality .section-title {
    text-align: left;
    margin: 0 auto 45rem;
  }
  #life-quality .equipment {
    padding: 60px 0;
    margin-bottom: 30px;
  }
  #life-quality .equipment .tit {
    text-align: left;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  #life-quality .equipment .txt {
    text-align: left;
    font-size: 20rem;
    margin-bottom: 20px;
  }
  #life-quality .equipment .lists li {
    width: 100%;
    margin-right: auto;
    margin-bottom: 40px;
  }
  #life-quality .equipment .lists li:nth-child(3n),
  #life-quality .equipment .lists li:last-child {
    margin-right: auto;
  }
  #life-quality .sec-zeh {
    padding: 60px 0;
    margin-top: 30px;
  }
  #life-quality .sec-zeh .tit {
    text-align: left;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  #life-quality .sec-zeh .txt {
    text-align: left;
    font-size: 20rem;
    margin-bottom: 20px;
  }
  #life-quality .sec-zeh .bg {
    text-align: left;
    padding: 50px 5%;
    box-sizing: border-box;
    margin: 0 auto 50px;
  }
  #life-quality .sec-zeh .bg li {
    width: 100%;
    margin: auto;
  }
  #life-quality .sec-zeh .bg li:last-child {
    width: 100%;
    margin-top: 30px;
  }
  #life-quality .sec-zeh .inners {
    width: 94%;
    margin: 0 auto 50px;
  }
  #life-quality .sec-zeh .inners .txt {
    font-size: 20rem;
    line-height: 2;
    margin-bottom: 20px;
  }
  #life-quality .sec-zeh .inners .mini {
    text-align: left;
  }
  #life-quality .sec-zeh .inners .image.num {
    max-width: 110px;
    margin: 0 0 10px;
  }
  #life-quality .sec-zeh .inner01 {
    position: relative;
  }
  #life-quality .sec-zeh .inner01 .txt {
    margin-bottom: 60px;
  }
  #life-quality .sec-zeh .inner01 .image {
    max-width: 726px;
    margin: 0 auto 30px;
  }
  #life-quality .sec-zeh .inner01 .icon {
    max-width: 80px;
    top: 98px;
    right: 0;
  }
  #life-quality .sec-zeh .inner02 .mini {
    margin-bottom: 30px;
  }
  #life-quality .sec-zeh .inner02 .icon {
    max-width: 150px;
    margin: 0 auto 20px;
    position: inherit;
    top: 0;
    right: 0;
  }
  #life-quality .sec-zeh .inner03 .txt {
    margin-bottom: 10px;
  }
  #life-quality .sec-zeh .inner03 .sub {
    text-align: left;
    margin-bottom: 20px;
  }
  #life-quality .sec-zeh .inner03 .mini {
    margin-bottom: 50px;
  }
  #life-quality .sec-zeh .inner03 .image .swipe-img img {
    width: 640px !important;
    padding-bottom: 5px;
  }
  #life-quality .sec-zeh .inner03 .swipe {
    width: 70%;
    margin: 30px auto 0;
  }
  #life-quality .sec-zeh .inner04 li {
    width: 100%;
    margin: auto;
  }
  #life-quality .sec-zeh .inner04 li:last-child {
    width: 100%;
    margin-top: 30px;
  }
  #life-quality .sec-zeh .inner04 li:last-child .info {
    margin-top: 30px;
  }
  #life-quality .sec-zeh .inner04 .txt {
    margin-bottom: 30px;
  }
  #life-quality .sec-zeh .inner04 .mini {
    margin-bottom: 20px;
  }
  #life-quality .sec-zeh .inner05 {
    margin-bottom: 100px;
  }
  #life-quality .sec-zeh .inner05 .txt {
    margin-bottom: 20px;
  }
  #life-quality .sec-zeh .inner05 .mini {
    margin-bottom: 40px;
  }
  #life-quality .sec-zeh .inner05 .list01 li {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  #life-quality .sec-zeh .inner05 .list02 li {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  #life-quality .sec-zeh .inner05 .list02 li:nth-child(3) {
    display: none;
  }
  #life-quality .sec-zeh .inner05 .list02 li:nth-child(1) {
    margin-bottom: 40px;
  }
  #life-quality .sec-zeh .inner05 .list02 li:last-child {
    margin: auto;
  }
  #life-quality .sec-zeh .inner06 {
    margin: auto;
  }
  #life-quality .sec-zeh .inner06 .sub {
    text-align: left;
  }
  #life-quality .sec-zeh .inner06 .txt {
    margin-bottom: 20px;
  }
  #life-quality .sec-zeh .inner06 .mini {
    margin-bottom: 40px;
  }
  #life-quality .sec-zeh .inner06 .image {
    max-width: 489px;
    margin: auto;
  }
  /*----------------
design
----------------*/
  #design .section-title {
    padding-bottom: 10rem;
    margin-bottom: 44rem;
  }
  #design .wrap {
    width: 90%;
  }
  #design .intro {
    padding-top: 47rem;
  }
  #design .intro .title {
    text-align: left;
  }
  #design .intro .lead {
    padding-bottom: 60rem;
    font-size: 16rem;
    text-align: left;
  }
  #design .intro .sticky-box .texts {
    padding-top: 20rem;
    padding-bottom: 10vh;
    margin: 0;
  }
  #design .intro .sticky-box .section-title {
    margin-left: 5%;
    margin-right: 5%;
  }
  #design .intro .sticky-box .text02 {
    padding-bottom: 30rem;
    margin-left: 5%;
    margin-right: 5%;
  }
  #design .intro .sticky-box .text03 {
    padding-bottom: 40rem;
    margin-left: 5%;
    margin-right: 5%;
  }
  #design .intro .sticky-box .text03 br {
    display: none;
  }
  #design .intro .sticky-box .text04 {
    padding-bottom: 20rem;
    margin-left: 5%;
    margin-right: 5%;
  }
  #design .intro .sticky-box .text04 br {
    display: none;
  }
  #design .intro .sticky-box .img01 {
    width: 80%;
    margin: auto;
  }
  #design .intro .sticky-box .caption.top {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
  }
  #design .sections .header {
    padding-bottom: 30rem;
  }
  #design .sections .header .wrap {
    padding-top: 60rem;
    text-align: left;
  }
  #design .sections .header .section-title {
    margin: 0 auto 45rem;
  }
  #design .sections .header .lead {
    padding-bottom: 20rem;
  }
  #design .architect {
    padding-bottom: 60rem;
  }
  #design .architect .title.section-title {
    margin: auto;
  }
  #design .architect .list li {
    display: block;
    width: 80%;
    margin: 0 auto 20rem;
  }
  #design .architect .list li:last-child {
    text-align: center;
    width: 50%;
    margin: auto;
  }
  #design .common {
    padding-bottom: 60rem;
  }
  #design .common .inner .image {
    width: 80%;
    margin: auto;
  }
  #design .common .inner .name, #design .common .inner .info {
    text-align: left;
  }
  #design .equ {
    padding-bottom: 60rem;
  }
  #design .equ .lists {
    margin-bottom: 40rem;
  }
  #design .equ .lists .name {
    text-align: left;
  }
  #design .equ .list01 li {
    width: 100%;
    margin-bottom: 40rem;
  }
  #design .equ .list01 li:last-child {
    width: 100%;
    margin: auto;
  }
  #design .equ .list02 li {
    width: 100%;
    margin-bottom: 40rem;
  }
  #design .equ .list02 li:last-child {
    margin: auto;
  }
  #design .equ .tap-btn {
    margin-top: 20px;
  }
  /*----------------
interview
----------------*/
  #interview .section-title {
    padding-bottom: 10rem;
    margin-bottom: 44rem;
  }
  #interview .wrap {
    width: 90%;
  }
  #interview .intro .sticky-box .texts {
    padding-top: 6vh;
    padding-bottom: 0;
    margin: 0;
  }
  #interview .intro .sticky-box .head {
    text-align: center;
    color: #231815;
  }
  #interview .intro .sticky-box .head .tit02 {
    margin-bottom: 20rem;
  }
  #interview .intro .sticky-box .head .tit03 {
    margin-bottom: 20rem;
  }
  #interview .intro .sticky-box .head .lead {
    text-align: left;
    margin-bottom: 40rem;
  }
  #interview .intro .sticky-box .persons .text {
    text-align: left;
    margin-bottom: 20rem;
    color: #968463;
  }
  #interview .intro .sticky-box .persons .lead {
    text-align: left;
    padding-bottom: 40rem;
    color: #231815;
  }
  #interview .intro .sticky-box .persons .profile {
    margin-bottom: 60rem;
  }
  #interview .intro .sticky-box .persons .profile ul {
    text-align: center;
  }
  #interview .intro .sticky-box .persons .profile li {
    display: block;
    width: 100%;
  }
  #interview .intro .sticky-box .persons .profile li:last-child {
    width: 100%;
    margin-top: 10rem;
  }
  #interview .intro .sticky-box .person02 .profile li {
    display: block;
    width: 100%;
  }
  #interview .intro .sticky-box .person02 .profile li:last-child {
    width: 100%;
    margin-top: 10rem;
  }
  #interview .intro .sticky-box .list {
    margin-bottom: 40rem;
  }
  #interview .intro .sticky-box .list li {
    display: block;
    width: 100%;
  }
  #interview .intro .sticky-box .list li .image {
    width: 70%;
    margin: 0 auto 20rem;
  }
  #interview .intro .sticky-box .list li:last-child {
    width: 100%;
    margin: auto;
  }
  #interview .intro .sticky-box .list .talk01 {
    font-size: 18rem;
  }
  #interview .intro .sticky-box .list .talk02 {
    color: #231815;
  }
  #interview .intro .sticky-box .list.left li {
    display: block;
    width: 100%;
  }
  #interview .intro .sticky-box .list.left li:last-child {
    width: 100%;
    margin: auto;
  }
  #interview .intro .sticky-box .list.bottom {
    margin-bottom: 80rem;
  }
  #interview .intro .sticky-box .caption.top {
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
  }
  #interview .sections .header {
    padding-bottom: 30rem;
  }
  #interview .sections .header .wrap {
    padding-top: 60rem;
    text-align: left;
  }
  #interview .sections .header .section-title {
    margin: 0 auto 45rem;
  }
  #interview .sections .header .lead {
    padding-bottom: 20rem;
  }
  #interview .sections .header .text01 br {
    display: none;
  }
  #interview .tighten {
    background: url(../images/interview/tighten-bg.jpg) left;
    background-size: cover;
    padding-bottom: 60rem;
    color: #fff;
  }
  #interview .tighten .lead {
    font-weight: normal;
  }
  #interview .tighten .header .text01 {
    font-size: 14rem;
    margin-bottom: 40rem;
  }
  #interview .tighten .image {
    max-width: 600px;
    margin: auto;
  }
  /*----------------
plan
----------------*/
  #plan .section-title {
    padding-bottom: 10rem;
    margin-bottom: 44rem;
  }
  #plan .wrap {
    width: 90%;
  }
  #plan .intro {
    padding-bottom: 70rem;
  }
  #plan .intro .title {
    text-align: left;
  }
  #plan .intro .lead {
    text-align: left;
  }
  #plan .intro .img01 {
    margin-right: auto;
  }
  #plan .sections {
    padding-bottom: 80rem;
  }
  #plan .sections .header {
    text-align: left;
    padding-bottom: 60rem;
  }
  #plan .sections .header .section-title {
    text-align: left;
    margin-bottom: 45rem;
  }
  #plan .sections .header .lead {
    padding-bottom: 30rem;
    font-size: 20rem;
  }
  #plan .view .swipe-img img {
    width: 1000px !important;
  }
  #plan .floor .header {
    padding-bottom: 0;
  }
  #plan .floor .list {
    margin: 60rem auto 0;
  }
  #plan .floor .list li {
    display: block;
    width: 100%;
  }
  #plan .floor .list li:last-child {
    margin: 40rem auto 0;
  }
  #plan .rooms {
    padding-top: 80rem;
  }
  #plan .rooms .inner .ldk {
    font-size: 28rem;
  }
  #plan .rooms .btn-list li {
    display: block;
    width: 100%;
  }
  #plan .rooms .btn-list li:last-child {
    margin: 20rem auto 0;
  }
  #plan .rooms .list02 li:last-child {
    margin: 40rem auto 0;
  }
  /*----------------
plan.detail
----------------*/
  #plan.detail .plans .header {
    padding-bottom: 50rem;
  }
  #plan.detail .plans .floor {
    max-width: 120rem;
    right: 0;
    top: -70rem;
  }
  #plan.detail .plans .change-buttons .button {
    font-size: 14px;
  }
  #plan.detail .plans .guides {
    margin-top: 30rem;
  }
  #plan.detail .plans .guides .image {
    max-width: 320px;
    margin: 0 auto 15rem;
  }
  #plan.detail .plans .guides .guide-txt {
    line-height: 1.6;
  }
  #plan.detail .bath {
    padding-top: 80rem;
  }
  #plan.detail .bath .img01 {
    width: 80%;
    margin: 10rem auto 20rem;
  }
  #plan.detail .bath .img01 .icon {
    max-width: 120rem;
    position: absolute;
    top: -20rem;
    left: -40rem;
  }
  #plan.detail .bath .inner {
    text-align: center;
    padding-bottom: 60rem;
  }
  #plan.detail .bath .inner .lead {
    text-align: left;
    padding-bottom: 30rem;
  }
  #plan.detail .bath .inner .text {
    text-align: left;
    padding-bottom: 40rem;
  }
  #plan.detail .bath .inner .list01 li {
    display: block;
    width: 80%;
    margin: 0 auto 40rem;
  }
  #plan.detail .bath .inner .list01 li:last-child {
    width: 100%;
    margin: auto;
    text-align: left;
  }
  #plan.detail .bath .inner .list01 .name {
    margin: 20rem 0;
  }
  #plan.detail .bath .inner .list01 .icon {
    max-width: 90rem;
    top: -40rem;
    left: -32rem;
  }
  #plan.detail .bath .inner02 {
    padding-bottom: 0;
  }
  #plan.detail .bath .inner02 .list02 li {
    display: block;
    width: 100%;
    margin: 0 auto 40rem;
  }
  #plan.detail .bath .inner02 .list02 li:last-child {
    width: 100%;
    margin: auto;
    text-align: left;
  }
  #plan.detail .bath .inner02 .list02 .name {
    margin: 20rem 0;
  }
  /*----------------
position
----------------*/
  #position .mv .mv-texts .page-title {
    font-size: 36rem;
  }
  #position .section-title {
    padding-bottom: 10rem;
    margin-bottom: 44rem;
  }
  #position .wrap {
    width: 90%;
  }
  #position .intro {
    padding-top: 47rem;
  }
  #position .intro .title {
    text-align: left;
  }
  #position .intro .lead {
    padding-bottom: 60rem;
    font-size: 16rem;
    text-align: left;
  }
  #position .white-bg {
    padding: 80rem 0 40rem;
  }
  #position .tabs li {
    display: inline-block;
    vertical-align: middle;
    width: 31%;
    margin-right: 2%;
  }
  #position .tabs li:last-child {
    margin: auto;
  }
  #position .tabs a {
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
    border: 1px solid;
    color: #9E8144;
    padding: 6rem 0;
    display: block;
    font-family: 'Cinzel', serif;
  }
  #position .tabs a.tab01, #position .tabs a.tab02 {
    padding: 15rem 0;
  }
  #position .tabs a.current {
    background: #9E8144;
    color: #fff;
  }
  #position .sections .header {
    text-align: left;
    padding-bottom: 30rem;
  }
  #position .sections .header .wrap {
    padding-top: 60rem;
    text-align: left;
  }
  #position .sections .header .section-title {
    margin: 0 auto 45rem;
  }
  #position .sections .header .lead {
    padding-bottom: 20rem;
  }
  #position .history {
    margin-top: 40rem;
    background: url(../images/position/history-bg-sp.jpg) center;
    background-size: cover;
  }
  #position .history .sticky-box {
    width: 90%;
    margin: auto;
  }
  #position .history .sticky-box .texts {
    padding-top: 60rem;
    padding-bottom: 60rem;
    z-index: 2;
    margin: auto;
  }
  #position .history .sticky-box .text01 {
    text-align: left;
    margin: 0 auto 40rem;
  }
  #position .history .sticky-box .lists {
    max-width: 840px;
    margin: 60rem auto 80rem;
  }
  #position .history .sticky-box .lists li {
    display: block;
    width: 100%;
  }
  #position .history .sticky-box .lists li:last-child {
    width: 100%;
    margin: 40rem auto 0;
  }
  #position .history .sticky-box .list02 {
    margin: auto;
  }
  #position .paris {
    text-align: center;
    position: relative;
    background-color: #fff;
    z-index: 2;
  }
  #position .paris .caps {
    text-align: left;
    margin: 10rem auto 60rem;
  }
  #position .paris .shops {
    text-align: left;
    margin-bottom: 60rem;
  }
  #position .paris .shops .images {
    display: none;
  }
  #position .paris .shops .info {
    font-size: 13rem;
    line-height: 1.8;
  }
  #position .paris .shops .swipe-img img {
    width: 860px !important;
  }
  #position .paris .shop02 {
    margin-bottom: 0;
  }
  #position .street {
    text-align: center;
    position: relative;
    background-color: #fff;
    z-index: 2;
  }
  #position .street .caps {
    text-align: left;
  }
  #position .street .sticky-box01 {
    position: relative;
  }
  #position .street .sticky-box01 .texts {
    position: relative;
    padding-top: 60rem;
    padding-bottom: 0;
    margin: auto;
    width: 90%;
  }
  #position .street .sticky-box01 .tit {
    margin-bottom: 20rem;
  }
  #position .street .sticky-box01 .txt01 {
    text-align: left;
  }
  #position .street .sticky-box01 .txt02 {
    padding-bottom: 40rem;
  }
  #position .street .sticky-box01 .shops {
    text-align: left;
    margin-bottom: 60rem;
  }
  #position .street .sticky-box01 .shops .images {
    width: 240vw;
    flex-wrap: nowrap;
    margin: auto;
  }
  #position .street .sticky-box01 .shops .images li {
    width: 95vw;
    margin-right: 5vw;
  }
  #position .street .sticky-box01 .shops .images li:first-child {
    width: 95vw;
    margin-right: 5vw;
  }
  #position .street .sticky-box01 .shops .swipe {
    margin: 10rem auto 40rem;
  }
  #position .street .sticky-box01 .caption {
    bottom: -20px;
  }
  #position .street .sticky-box02 {
    position: relative;
    background: #FFFCF7;
  }
  #position .street .sticky-box02 .texts {
    position: relative;
    padding-top: 60rem;
    padding-bottom: 10rem;
    margin: auto;
    width: 90%;
  }
  #position .street .sticky-box02 .tit {
    margin-bottom: 20rem;
  }
  #position .street .sticky-box02 .txt01 {
    text-align: left;
  }
  #position .street .sticky-box02 .txt02 {
    padding-bottom: 40rem;
  }
  #position .street .sticky-box02 .shops {
    text-align: left;
    margin-bottom: 60rem;
  }
  #position .street .sticky-box02 .shops .images {
    width: 240vw;
    flex-wrap: nowrap;
    margin: auto;
  }
  #position .street .sticky-box02 .shops .images li {
    width: 95vw;
    margin-right: 5vw;
  }
  #position .street .sticky-box02 .shops .images li:first-child {
    width: 95vw;
    margin-right: 5vw;
  }
  #position .street .sticky-box02 .shops .swipe {
    margin: 10rem auto 40rem;
  }
  #position .street .sticky-box02 .shop03 .images {
    width: 160vw;
  }
  #position .street .sticky-box02 .shop03 .images li {
    width: 95vw;
    margin-right: 5vw;
  }
}

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