@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#top .logo {
  opacity: 1;
  transition: opacity 1.2s;
}
#top .page-description {
  opacity: 1;
  transition: opacity 1.2s;
}
#top .menues-wrap .links, #top .menues-wrap .menu {
  opacity: 1;
  transition: opacity 1.2s;
}
#top .scroll-mark {
  opacity: 1;
  transition: opacity 1.2s;
}
#top .opening {
  position: absolute;
  z-index: 1189;
  top: 0;
  left: 0;
  width: calc(100vw - 11rem);
  height: 100vh;
  opacity: 1;
  background-color: #181E26;
  overflow: hidden;
}
#top .opening .caption {
  right: auto;
  left: 0;
}
#top .opening .logo {
  position: absolute;
  top: 2.5rem;
  left: 3rem;
  width: 27.24rem;
  z-index: 8;
}
#top .opening .bg {
  opacity: 0;
}
/*TOPスライダー*/
slider {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/
.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*TOPスライダー*/

/*#top .opening .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#top .opening .slides li {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  opacity: 0;
  transition: opacity 1.5s;
}
#top .opening .slides li.on {
  opacity: 1;
}
#top .opening .slides .image {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - 11.5rem);
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#top .opening .slides .image img {
  opacity: 0;
}
#top .opening .slides .txt {
  position: absolute;
  opacity: 0;
  transition: opacity 1.7s;
}
#top .opening .slides .txt.on {
  opacity: 1;
}
#top .opening .slide01 .text01 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  transition: opacity 2.9s;
}
#top .opening .slide02 {
  z-index: 2;
}
#top .opening .slide02 .image01 {
  background-image: url(../images/top/mv/scene02.jpg);
}
#top .opening .slide02 .image02 {
  opacity: 1;
}
#top .opening .slide02 .image02 .in, #top .opening .slide02 .image02 .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw - 11.5rem);
  height: 100vh;
  overflow: hidden;
}
#top .opening .slide02 .image02 .circle {
  width: calc(100vw - 11.5rem);
  height: 100vw;
  clip-path: url(#mv-mask);
}
#top .opening .slide02 .image02 #mv-mask circle.on {
  animation: clip 2s ease 1 both;
}
@keyframes clip {
  0% {
    r: 0%;
  }
  100% {
    r: 600%;
  }
}
#top .opening .slide02 .image02 .in {
  background-image: url(../images/top/mv/scene03.jpg);
  background-position: center;
  background-size: cover;
}
#top .opening .slide02 .text01 {
  z-index: 2;
  top: auto;
  left: auto;
  right: -2px;
  bottom: 0;
  width: 50%;
  transition: transform .7s;
  transform: translateX(130%);
  opacity: 1;
}
#top .opening .slide02 .text01.on {
  transform: translateX(0);
}
#top .opening .slide02 .text02 {
  z-index: 2;
}
#top .opening .slide03 {
  z-index: 3;
}
#top .opening .slide03 .image01 {
  background-image: url(../images/top/mv/scene04.jpg);
}
#top .opening .slide03 .text01 {
  z-index: 2;
  top: auto;
  left: auto;
  right: -2px;
  bottom: 0;
  width: 50%;
  transition: transform .7s;
  transform: translateX(130%);
  opacity: 1;
}
#top .opening .slide03 .text01.on {
  transform: translateX(0);
}
#top .opening .slide03 .text02 {
  z-index: 2;
  top: 60%;
  left: auto;
  right: 7%;
  bottom: 0;
  width: 36.1%;
  transform: translateY(-50%);
}
#top .opening .slide04 {
  z-index: 4;
}
#top .opening .slide04 .image01 {
  background-image: url(../images/top/mv/scene05.jpg);
  transform: scale(1.7);
  transform-origin: top left;
  transition: transform 3s;
}
#top .opening .slide04 .image01.on {
  transform: scale(1);
}
#top .opening .slide04 .text01 {
  z-index: 2;
  top: 60%;
  left: auto;
  right: 7%;
  bottom: 0;
  width: 36.1%;
  transform: translateY(-50%);
  transition: opacity 2s;
}*/
#top .page-header .mv .mv-image {
  width: calc(100vw - 11.5rem);
  overflow: hidden;
}
.mv-image__np21 {
  width: calc(100vw - 11.5rem);
  overflow: hidden;
}
#top .page-header .mv {
  overflow: hidden;
}
#top .page-header {
  position: relative;
  padding-bottom: 5rem;
}
#top .page-header .caption {
  right: auto;
  left: 0;
}
#top .page-header .mv-image {
  background: #fff;
  position: relative;
  transition: opacity .5s;
  opacity: 0;
}
#top .page-header .mv-image::after {
  content: "";
  display: none !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  transition: width 1.3s;
}
#top .page-header .mv-image.on {
  opacity: 1;
}
#top .page-header .mv-image.on::after {
  width: 0%;
}
#top .page-header .mv-image li {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 2.6s;
}
#top .page-header .mv-image li.current {
  opacity: 1;
}
#top .page-header .mv-image .cond01 {
  background-image: url(../images/top/mv.jpg);
  background-position: center right;
}
#top .page-header .mv-image .cond01 .lead01 {
  position: absolute;
  top: 23.5%;
  left: 8%;
  font-size: 4.3rem;
  color: #fff;
  letter-spacing: 0.2em;
  text-shadow: 0px 0px 10px #333;
}
#top .page-header .mv-image .cond01 .lead01 sup {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  vertical-align: super;
  position: absolute;
}
#top .page-header .mv-image .cond02 {
  background-image: url(../images/top/mv02.jpg);
}
#top .page-header .mv-image .cond03 {
  background-image: url(../images/top/mv03.jpg);
}
#top .page-header .thumbs {
  position: absolute;
  bottom: 2.5rem;
  left: 5rem;
  display: none !important;
}
#top .page-header .thumbs li {
  float: left;
  width: 4.8rem;
  margin-right: 1.5rem;
  height: 1px;
  background: #777777;
}
#top .page-header .thumbs li.current {
  background: #A78A60;
}
#top .page-header .scroll-mark {
  position: absolute;
  bottom: 140px;
  right: 5rem;
}
#top .page-header .scroll-mark:after {
  content: "";
  position: absolute;
  top: 0;
  right: 4px;
  width: 1px;
  height: 80px;
  background: #A78A60;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 75px;
    opacity: 0;
  }
  30% {
    height: 80px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 175px;
    opacity: 0;
  }
}
#top .apeals {
  margin: 0 auto 12rem;
  width: 90%;
}
#top .apeals li {
  float: left;
  width: 25%;
  position: relative;
  padding-top: 9.3rem;
  text-align: center;
}
#top .apeals li::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 1px;
  height: 6rem;
  background: #A78A60;
}
#top .apeals li .text01 {
  font-size: 1.4rem;
  padding-bottom: 10px;
}
#top .apeals li .text02 {
  font-size: 2.0rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
#top .apeals li .text02 .big {
  font-size: 2.6rem;
}
#top .apeals li .text02 .mini {
  font-size: 1.2rem;
  text-align: right;
  display: block;
}
#top .apeals li .text03 {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
}
#top .apeals li .text03 .big {
  font-size: 2.0rem;
}
#top .apeals li:first-child {
  width: 19%;
}
#top .apeals li:nth-child(2) {
  width: 20%;
  padding-top: 10.1rem;
}
#top .apeals li:nth-child(3) {
  width: 20%;
}
#top .apeals li:nth-child(4) {
  width: 15%;
}
#top .apeals li:last-child {
  width: 26%;
}
#top .information {
  max-width: 135rem;
  margin: 0 auto 12rem;
  padding: 15.6rem 3rem 10.5rem;
  background: url(../images/common/info-bg.jpg);
  background-size: cover;
  text-align: center;
  color: #fff;
  position: relative;
}
#top .information::after {
  content: "";
  position: absolute;
  top: 5.2rem;
  left: 50%;
  width: 1px;
  height: 7.7rem;
  background: #A78A60;
}
#top .information .title {
  font-weight: normal;
  color: #A78A60;
  padding-bottom: 2rem;
}
#top .information .title span {
  font-size: 10rem;
}
#top .information .text01 {
  font-size: 3rem;
  line-height: 1.8;
  padding-bottom: 1.5rem;
}
#top .information .subtxt {
  font-size: 20px;
}
#top .information .text02 {
  font-size: 1.8rem;
  line-height: 2.2;
  padding-bottom: 2rem;
}
#top .information .text03 {
  font-size: 1.4rem;
  line-height: 2.2;
  padding: 2rem;
  border: 1px solid;
  display: inline-block;
  margin: 2.5rem auto 5rem;
}
#top .information .text04 {
  font-size: 1.5rem;
  line-height: 2.2;
  text-align: left;
}
#top .information .text05 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#top .information .text06 {
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 10px;
}
#top .information .text05 .mini {
  font-size: 50%;
  display: inline-block;
}
#top .information .text05 .box {
  display: inline-block;
  font-size: 24px;
  background: #A78A60;
  color: #fff;
  margin: 0 0 20px 0;
  padding: 10px 20px;
}
#top .information .line {
  height: 1px;
  width: 90px;
  margin: 25px auto;
  background: #fff;
}
#top .information .box {
  /*max-width: 281px;*/
  max-width: fit-content;
  margin: 0 auto 70px;
}
#top .information .common-button01 {
  display: inline-block;
}
#top .information .common-button01.reserve {
  margin-right: 3%;
}
#top .information .common-button01 a {
  margin: 0 auto;
  width: 17rem;
  height: 17rem;
  font-size: 1.6rem;
}
#top .information hr {
  width: 30%;
  /* margin: 50px auto 25px;*/
  margin: 20px auto 25px;
}
#top .information .sp-bnr {
  margin: 60px auto 0;
}
#top .information .sp-bnr li {
  display: inline-flex;
  max-width: 450px;
}
#top .information .sp-bnr li:last-child {
  margin-left: 10px;
}
@media (max-width: 1024px) {
  #top .information .sp-bnr li:last-child {
    margin-top: 20px;
    margin-left: 0;
  }
}
#top .concept {
  position: relative;
  margin: 0 auto 12rem;
  max-width: 100rem;
  width: 90%;
  text-align: center;
}
#top .concept .title {
  /*font-size: 2.2rem;*/
  padding-bottom: 5.8rem;
  margin-bottom: 4.3rem;
  position: relative;
  font-size: normal;
}
#top .concept .title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 3.4rem;
  background: #1C1C1C;
}
#top .concept .title .ja {
  margin-top: 1rem;
  font-size: 1.4rem;
}
#top .concept .text {
  font-size: 1.6rem;
  line-height: 2.3;
  letter-spacing: 0.2em;
}
#top .concept .main-text {
  font-size: 30px;
  letter-spacing: 0.2em;
  padding-bottom: 30px;
  line-height: 2.0;
}
#top .concept .main-text sup {
  margin-top: 18px;
  vertical-align: top;
  display: inline-block;
  letter-spacing: 0.2em;
}
#top .feature ul {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 100px;
}
#top .feature li {
  vertical-align: top;
  width: 31%;
  display: inline-block;
  margin-right: 2%;
}
#top .feature li:last-child {
  margin-right: auto;
}
#top .feature li .text {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  padding-top: 56px;
  margin-top: -25px;
  position: relative;
}
#top .feature li .text:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #000;
}
#top .feature .common-button01 a {
  margin: 0 auto;
  width: 17rem;
  height: 17rem;
  font-size: 1.6rem;
}
#top .feature .common-button01 a span {
  line-height: 1.5;
}
#top .feature .common-button01 a img {
  max-width: 97px;
  margin: 0 auto 2px;
}
#top .categories .title {
  text-align: center;
  font-weight: normal;
  color: #A78A60;
  padding-bottom: 1.2rem;
}
#top .categories .title span {
  font-size: 10rem;
}
#top .categories .panel {
  position: relative;
}
#top .categories .panel:after {
  content: "";
  position: absolute;
  display: block;
  transition: width .8s, height .8s;
  background: #A78A60;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 1px;
}
#top .categories .panel.at:after {
  width: 100%;
}
#top .categories .panels {
  position: relative;
}
#top .categories .panels .texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 2;
}
#top .categories .panels .texts .text01 {
  font-size: 4rem;
  padding-bottom: .2rem;
  font-weight: normal;
}
#top .categories .panels .texts .text02 {
  font-size: 1.6rem;
  font-weight: normal;
}
#top .categories .panels:after {
  content: "";
  position: absolute;
  display: block;
  transition: width .5s, height .5s;
  background: #A78A60;
}
#top .categories .panels.off a {
  pointer-events: none;
}
#top .categories .left {
  padding-top: 2rem;
  box-sizing: border-box;
  float: left;
  width: 66.18518%;
}
#top .categories .right {
  box-sizing: border-box;
  float: left;
  width: 33.814814%;
}
#top .categories a {
  display: block;
  position: relative;
  overflow: hidden;
  letter-spacing: .25em;
  transition: letter-spacing .4s;
}
#top .categories a img {
  transform: scale(1);
  transition: transform .4s;
}
#top .categories a::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 1;
  transition: opacity .4s;
}
#top .categories a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: width .5s, height .5s;
  z-index: 2;
}
#top .categories a.on::before {
  width: 0%;
}
#top .categories a:hover {
  letter-spacing: .45em;
  opacity: 1;
}
#top .categories a:hover::before {
  opacity: 0;
}
#top .categories a:hover img {
  transform: scale(1.1);
}
#top .categories .panel-plan {
  padding-bottom: 2rem;
}
#top .categories .panel-plan:after {
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
}
#top .categories .panel-plan.at:after {
  width: 100%;
}
#top .categories .panel-plan a:after {
  transition-delay: 0s;
}
#top .categories .panel-brand {
  padding-top: 2rem;
}
#top .categories .panel-brand:after {
  left: 0;
  top: 0;
  width: 0%;
  height: 1px;
}
#top .categories .panel-brand.at:after {
  width: 100%;
}
#top .categories .panel-brand a:after {
  transition-delay: .30s;
}
#top .categories .panel-access {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
}
#top .categories .panel-access:after {
  top: 0;
  left: 0;
  width: 1px;
  height: 0%;
}
#top .categories .panel-access.at:after {
  height: 100%;
}
#top .categories .panel-access a:after {
  transition-delay: .1s;
}
#top .categories .panel-residence {
  padding-bottom: 2rem;
  padding-right: 2rem;
}
#top .categories .panel-residence:after {
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
}
#top .categories .panel-residence.at:after {
  width: 100%;
}
#top .categories .panel-residence a:after {
  transition-delay: .05s;
}
#top .categories .panel-location {
  padding-top: 2rem;
  padding-right: 2rem;
}
#top .categories .panel-location a:after {
  transition-delay: .25s;
}
#top .categories.open a:after {
  width: 0%;
}
@media (max-width: 768px) {
  #top .opening {
    width: 100%;
    height: auto;
    background-color: #000000;
  }
  #top .opening::before {
    display: none;
  }
  #top .opening .logo {
    width: 22.08rem;
  }
  #top .opening .slides .image {
    height: 100%;
  }
  #top .opening .slides {
    width: 100vw;
  }
  #top .opening .slides .image {
    width: 100vw;
  }
  #top .opening .slide01 .text01 {
    width: 70%;
    transform: translateY(-50%);
    left: 9%;
  }
  #top .opening .slide02 .image01 {
    background-image: url(../images/top/mv/scene02-sp.jpg);
  }
  #top .opening .slide02 .image02 .in, #top .opening .slide02 .image02 .circle {
    width: 100vw;
    height: 100%;
  }
  #top .opening .slide02 .image02 .circle {
    width: 100vw;
    height: 100%;
    clip-path: url(#mv-mask);
  }
  #top .opening .slide02 .image02 #mv-mask circle.on {
    animation: clip 3s ease 1 both;
  }
/*  @keyframes clip {
    0% {
      r: 0%;
    }
    100% {
      r: 600%;
    }
  }*/
  #top .opening .slide02 .image02 .in {
    background-image: url(../images/top/mv/scene03-sp.jpg);
  }
  #top .opening .slide02 .text02 {
    z-index: 2;
    left: 5%;
    top: 24%;
    width: 76%;
    transform: translateX(0%);
  }
  #top .opening .slide03 {
    z-index: 3;
  }
  #top .opening .slide03 .image01 {
    background-image: url(../images/top/mv/scene04.jpg);
  }
  #top .opening .slide03 .text01 {
    width: 95%;
  }
  #top .opening .slide03 .text01.on {
    transform: translateX(0);
  }
  #top .opening .slide03 .text02 {
    top: 21%;
    right: 25%;
    bottom: auto;
    width: 70%;
    transform: translateY(0%);
  }
  #top .opening .slide03 .text02.text03 {
    width: 55%;
    top: auto;
    bottom: 5%;
    right: 5%;
  }
  #top .opening .slide04 {
    z-index: 4;
  }
  #top .opening .slide04 .image01 {
    background-image: url(../images/top/mv/scene05-sp.jpg);
    transform: scale(1.7);
    transform-origin: top center;
  }
  #top .opening .slide04 .text01 {
    z-index: 2;
    top: 25%;
    left: auto;
    right: 20%;
    bottom: auto;
    width: 60%;
    transform: translateY(-50%);
    transition: opacity 2s;
    filter: drop-shadow(0px, 0px, 20px, #000);
  }
  #top .page-header {
    padding-bottom: 4.4rem;
    padding-bottom: 0;
  }
  #top .page-header .mv .mv-image {
    width: 100vw;
  }
  .mv-image__np21 {
    width: 100vw;
  }
  #top .page-header .mv-image .cond01 {
    background-image: url(../images/top/mv-sp.jpg);
  }
  #top .page-header .mv-image .cond01 .lead01 {
    top: 15%;
    left: 8%;
    font-size: 2.7rem;
    line-height: 1.6;
  }
  #top .page-header .mv-image .cond01 .lead01 sup {
    font-size: .8rem;
    top: 60%;
  }
  #top .page-header .mv-image .cond02 {
    background-image: url(../images/top/mv02-sp.jpg);
  }
  #top .page-header .mv-image .cond03 {
    background-image: url(../images/top/mv03-sp.jpg);
  }
  #top .page-header .thumbs {
    display: none;
  }
  #top .apeals {
    margin: 0 auto 5rem;
    padding-top: 4.7rem;
  }
  #top .apeals::before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    width: 1px;
    height: 4.7rem;
    background: #A78A60;
  }
  #top .apeals li {
    float: none;
    width: auto;
    position: relative;
    padding: 2rem;
    text-align: center;
    border-bottom: 1px solid #A78A60;
  }
  #top .apeals li::after {
    display: none;
  }
  #top .apeals li:last-child {
    border-bottom: none;
    width: auto;
    padding: 2rem;
  }
  #top .apeals li:first-child {
    width: auto;
  }
  #top .apeals li .text01 {
    font-size: 1.6rem;
    line-height: 1.3;
  }
  #top .apeals li .text02 {
    font-size: 2.2rem;
    line-height: 1.7;
  }
  #top .apeals li .text03 {
    font-size: 2.2rem;
    line-height: 1.7;
  }
  #top .apeals li .text03 .big {
    font-size: 2.6rem;
  }
  #top .apeals li:nth-child(2) {
    width: auto;
    padding: 2rem;
  }
  #top .apeals li:nth-child(3) {
    width: auto;
  }
  #top .apeals li:nth-child(4) {
    width: auto;
  }
  #top .information {
    max-width: inherit;
    max-width: auto;
    margin: 0 auto 9rem;
    padding: 12.6rem 2rem 8rem;
    width: auto;
  }
  #top .information::after {
    top: 4.7rem;
    height: 4.8rem;
  }
  #top .information .title {
    padding-bottom: 4rem;
  }
  #top .information .title span {
    font-size: 3.2rem;
  }
  #top .information .text01 {
    font-size: 2.6rem;
    padding-bottom: 2rem;
  }
  #top .information .subtxt {
    font-size: 18px;
  }
  #top .information .text02 {
    font-size: 1.7rem;
  }
  #top .information .text04 {
    font-size: 1.6rem;
  }
  #top .information .text05 {
    font-size: 2.4rem;
  }
  #top .information .text05 .box {
    font-size: 2rem;
  }
  #top .information .box {
    max-width: none;
  }
  #top .information .common-button01 {
    display: block;
  }
  #top .information .common-button01.reserve {
    margin-right: auto;
    margin-bottom: 20px;
  }
  #top .information .common-button01 a {
    margin: 0 auto;
    width: 17rem;
    height: 17rem;
    font-size: 1.6rem;
  }
  #top .concept {
    margin: 0 auto 8.5rem;
    max-width: auto;
    max-width: inherit;
    width: 90%;
    text-align: center;
  }
  #top .concept .title {
    font-size: 2.2rem;
    padding-bottom: 5.8rem;
    margin-bottom: 2.2rem;
  }
  #top .concept .title::after {
    height: 3.4rem;
  }
  #top .concept .title .ja {
    margin-top: .5rem;
    font-size: 1.4rem;
  }
  #top .concept .text {
    font-size: 1.5rem;
    line-height: 2.3;
  }
  #top .feature li {
    width: 100%;
    margin-bottom: 30px;
  }
  #top .feature li:last-child {
    margin-bottom: auto;
  }
  #top .categories .title {
    padding-bottom: 1.2rem;
  }
  #top .categories .title span {
    font-size: 3.2rem;
  }
  #top .categories .panel {
    border-bottom: none;
  }
  #top .categories .panel:after {
    display: none;
  }
  #top .categories .panels .texts .text01 {
    font-size: 3rem;
    padding-bottom: .2rem;
  }
  #top .categories .panels .texts .text02 {
    font-size: 1.6rem;
  }
  #top .categories .panels:after {
    display: none;
  }
  #top .categories .left {
    padding-top: 0rem;
    float: none;
    width: auto;
  }
  #top .categories .right {
    float: none;
    width: auto;
  }
  #top .categories .panel-plan {
    padding-bottom: 2rem;
    border-bottom: 1px solid #A78A60;
    margin-bottom: 2rem;
  }
  #top .categories .panel-plan:after {
    display: none;
  }
  #top .categories .panel-access {
    padding-top: 0rem;
    padding-left: 0rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #A78A60;
    margin-bottom: 2rem;
  }
  #top .categories .panel-residence {
    padding-right: 0rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #A78A60;
    margin-bottom: 2rem;
  }
  #top .categories .panel-location {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #A78A60;
    margin-bottom: 2rem;
  }
}
#top #fixed a, #top #fixed02 a, #top #fixed03 a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}
#top #fixed {
  position: fixed;
  bottom: 0;
  z-index: 30;
  opacity: 0;
  transform: translateY(300px);
}
#top #fixed02 {
  position: fixed;
  bottom: 0;
  z-index: 30;
  opacity: 0;
  transform: translateY(300px);
}
#top #fixed03 {
  position: fixed;
  bottom: 250px;
  z-index: 30;
  opacity: 0;
  transform: translateY(300px);
}
#top #fixed.UpMove, #top #fixed02.UpMove, #top #fixed03.UpMove {
  animation: UpAnime .7s forwards;
}
@keyframes UpAnime {
  0% {
    opacity: 0;
    transform: translateY(300px);
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#top #fixed.DownMove, #top #fixed02.DownMove, #top #fixed03.DownMove {
  animation: DownAnime .7s forwards;
}
@keyframes DownAnime {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {}
  100% {
    opacity: 0;
    transform: translateY(300px);
  }
}
#top .fixed_bnr, #top .fixed_bnr02, #top .fixed_bnr03 {
  max-width: 180px;
  position: fixed;
  bottom: 0;
  right: 0;
  transform: translate(300px);
}
#top .fixed_bnr .close, #top .fixed_bnr02 .close, #top .fixed_bnr03 .close {
  width: 10%;
  position: absolute;
  top: -10px;
  right: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  #top #fixed02.fixed_bnr, #top #fixed03.fixed_bnr {
    max-width: 320px;
    width: 50%;
  }
  #top #fixed02.fixed_bnr .close, #top #fixed03.fixed_bnr .close {
    top: -25px;
  }
  #top #fixed03.fixed_bnr {
    bottom: 0;
    left: 0;
    right: auto;
  }
}
@media (max-width: 500px) {
  #top #fixed02.fixed_bnr .close, #top #fixed03.fixed_bnr .close {
    top: -10px;
  }
}
/* np21 start */
.infobox__outer {
  max-width: 768px;
  margin: 3em auto;
  padding: 1.75em 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.infobox__inner {
  width: 100%;
  height: 10em;
  overflow-y: auto;
}
.infobox__inner .dl-horizontal {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1em 0 0;
  text-align: left;
}
.infobox__inner .dl-horizontal dt {
  width: 110px !important;
  margin: 0 !important;
  padding: 0 0 10px 0;
  border: none !important;
  color: #c2a363 !important;
  line-height: 1.5em !important;
}
.infobox__inner .dl-horizontal dd {
  width: calc(100% - 110px) !important;
  margin: 0 !important;
  padding: 0 0 10px 0;
  color: #fff !important;
  line-height: 1.5em !important;
}
.infobox__inner .dl-horizontal dd a:link {
  color: #fff;
}
.infobox__inner .dl-horizontal dd a:visited {
  color: #fff;
}
.infobox__inner .dl-horizontal dd a:hover {
  color: #fff;
  text-decoration: underline;
}
.infobox__inner .dl-horizontal dd a:active {
  color: #fff;
}
@media screen and (max-width:800px) {
  .infobox__inner {
    height: 21em;
  }
  .infobox__inner .dl-horizontal {
    display: block !important;
    padding: 0 1em 0 0;
  }
  .infobox__inner .dl-horizontal dt {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 0.5em 0 !important;
  }
  .infobox__inner .dl-horizontal dd {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 1em 0 !important;
  }
}
/* np21 end */
/*# sourceMappingURL=top.css.map */