body {
  background: url("../img/shared/bg.jpg");
}

.txt {
  padding: 0;
}

.bg-parallax {
  position: relative;
  z-index: -1;
}
.bg-parallax .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.bg-parallax .img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

#kv .img {
  width: 100%;
  height: 100%;
}
#kv .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#kv .ttl {
  color: #e3dfd8;
  font-size: 10vw;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
  position: absolute;
  bottom: 7vw;
  right: 5vw;
  z-index: 1;
}
#kv .ttl small {
  display: block;
  padding: 2px;
  background: #fff;
  color: #000;
  font-size: 4vw;
  letter-spacing: 0.05em;
}

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

  #kv, #kv .img  {
    position: relative;
    z-index: 0;
  }
  #kv .img::before {
    content: '';
    background: #232220;
    opacity: 0.48;
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  #kv .img::after {
    content: '';
    width: 100%;
    height: 40%;
    background: linear-gradient(transparent, #000);
    opacity: 0.5;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
}
@media only screen and (min-width: 768px) {
  .rev_open {
    justify-content: center;
    height: auto;
    top: 50%;
    transform: translate(100%,-50%);
  }
  .rev_open.active {
    transform: translate(0%,-50%);
  }
  .rev-item {
    padding: 40px 0;
    border-top: 0 !important;
  }
  #kv .ttl {
    font-size: 58.5px;
    bottom: 100px;
    right: 160px;
  }
  #kv .ttl small {
    font-size: 18px;
  }
}
#lead {
  padding-top: 20vw;
}
#lead h2.ttl {
  margin-top: 10vw;
  font-size: 6vw;
  line-height: 2.2;
  letter-spacing: 0.1em;
  text-align: center;
}
#lead .brand {
  text-align: center;
}
#lead .brand img {
  width: 22vw;
}
#lead .set .txtbox {
  margin-top: 10vw;
}
#lead .set .txtbox .txt {
  margin-top: 10vw;
}
#lead .set .txtbox .txt + .txt {
  margin-top: 7vw;
}
@media only screen and (max-width: 767px) {
  #lead .set .imgbox .img {
    width: 100%;
    height: 70vw;
  }
  #lead .set .imgbox .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 65%;
       object-position: 50% 65%;
  }
}
@media only screen and (min-width: 768px) {
  #lead {
    padding-top: 113px;
  }
  #lead .wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  #lead h2.ttl {
    margin-top: 68px;
    font-size: 30px;
    line-height: 66px;
  }
  #lead .brand img {
    width: auto;
  }
  #lead .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  #lead .set .imgbox {
    width: calc(100% - 550px);
    max-width: 602px;
  }
  #lead .set .imgbox .img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    float: right;
  }
  #lead .set .txtbox {
    width: 490px;
    margin-top: 55px;
  }
  #lead .set .txtbox .txt {
    width: 460px;
    margin-top: 56px;
  }
  #lead .set .txtbox .txt + .txt {
    margin-top: 36px;
  }
}

#floor {
  padding-bottom: 20vw;
}
#floor h2.ttl {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 4vw;
  letter-spacing: 0.1em;
  text-align: center;
}
#floor h2.ttl .en {
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.01em;
}
#floor h3.ttl {
  font-size: 6vw;
  line-height: 2;
  letter-spacing: 0.1em;
}
#floor .blk1 {
  min-height: 80vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  position: relative;
}
#floor .blk1 .bg-parallax {
  min-height: auto;
  position: absolute;
  inset: 0;
}
#floor .blk1 .bg-parallax img {
  -o-object-position: 70% 50%;
     object-position: 70% 50%;
}
#floor .blk2 {
  margin-top: 10vw;
}
#floor .blk2 .set1 .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#floor .blk2 .set1 .imgbox .img1 {
  width: 48%;
  margin: 10vw 0 -10vw;
}
#floor .blk2 .set1 .imgbox .img2 {
  width: 48%;
}
#floor .blk2 .set1 .imgbox .img2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#floor .blk2 .set1 .txtbox {
  margin-top: 20vw;
}
#floor .blk2 .set1 .txtbox .txt {
  margin-top: 5vw;
}
#floor .blk2 .set2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10vw -5vw 0;
}
#floor .blk2 .set2 .gr1 {
  width: 55%;
}
#floor .blk2 .set2 .gr2 {
  width: 40%;
}
#floor .blk2 .set2 .gr2 .img1 {
  width: 80%;
}
#floor .blk2 .set2 .gr2 .img2 {
  width: 90%;
  margin: 5vw 0 0 auto;
}
#floor .blk2 .set3 {
  margin-top: 10vw;
}
#floor .blk2 .set3 h5.ttl {
  font-size: 8vw;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: right;
}
#floor .blk2 .set3 .imgbox {
  margin-top: 10vw;
}
#floor .blk2 .set3 .imgbox .img {
  margin-top: 10vw;
  padding: 5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #eeeeee;
}
#floor .blk2 .set3 .txtbox .txt {
  margin-top: 7vw;
}
@media only screen and (min-width: 768px) {
  #floor {
    padding-bottom: 120px;
  }
  #floor .wrap {
    width: 100%;
    max-width: 1260px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #floor h2.ttl {
    font-size: 14px;
    line-height: 2;
  }
  #floor h2.ttl .en {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 40px;
  }
  #floor h3.ttl {
    font-size: 30px;
    line-height: 66px;
  }
  #floor .blk1 {
    min-height: 600px;
    margin-left: 57px;
    padding: 100px 0;
  }
  #floor .blk1 .bg-parallax img {
    -o-object-position: 50%;
       object-position: 50%;
  }
  #floor .blk2 {
    margin-top: 107px;
  }
  #floor .blk2 .set1 {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }
  #floor .blk2 .set1::before {
    content: "";
    width: 285px;
    height: 430px;
    background: url("../img/access/floor_deco.jpg") 0 0/contain no-repeat;
    position: absolute;
    bottom: -88px;
    right: -386px;
    z-index: -1;
  }
  #floor .blk2 .set1 .imgbox {
    display: block;
    position: relative;
  }
  #floor .blk2 .set1 .imgbox .img1 {
    width: auto;
    margin: 0;
    position: absolute;
    top: 145px;
    left: -225px;
  }
  #floor .blk2 .set1 .imgbox .img2 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 -250px 0 auto;
  }
  #floor .blk2 .set1 .txtbox {
    width: 495px;
    margin: 156px 87px 0 auto;
  }
  #floor .blk2 .set1 .txtbox .txt {
    margin-top: 40px;
  }
  #floor .blk2 .set2 {
    width: 1000px;
    margin: 88px auto 0;
  }
  #floor .blk2 .set2 .gr1 {
    width: 593px;
  }
  #floor .blk2 .set2 .gr1 .img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    float: right;
  }
  #floor .blk2 .set2 .gr2 {
    width: 310px;
    margin-top: 41px;
  }
  #floor .blk2 .set2 .gr2 .img1 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #floor .blk2 .set2 .gr2 .img2 {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 70px 0 0 44px;
  }
  #floor .blk2 .set3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: 103px;
  }
  #floor .blk2 .set3 h5.ttl {
    font-size: 40px;
  }
  #floor .blk2 .set3 .imgbox {
    width: calc(100% - 415px);
    max-width: 697px;
    margin-top: 0;
  }
  #floor .blk2 .set3 .imgbox .img {
    margin: 26px -24px 0 0;
    padding: 30px 56px 49px 46px;
  }
  #floor .blk2 .set3 .txtbox {
    width: 385px;
    margin-top: 95px;
  }
  #floor .blk2 .set3 .txtbox .txt {
    margin-top: 59px;
  }
}

#map .btnbox {
  display: flex !important;
  justify-content: center;
  column-gap: 5vw;
  margin: 5px 5px 0;
}
#map .btn-link-map a,
#map .btn-print a {
  display: inline-flex;
  align-items: center;
  column-gap: 5px;
  padding: 0 5px 5px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  position: relative;
}
#map .btn-link-map a::before,
#map .btn-print a::before {
  content: '';
  width: 100%;
  border-bottom: 1px solid;
  position: absolute;
  left: 0;
  bottom: 0;
}
#map .btn-link-map a:hover,
#map .btn-print a:hover {
  text-decoration: none;
}
#map .btn-link-map a:hover::before,
#map .btn-print a:hover::before {
  border-bottom-color: transparent;
}
#map .btn-link-map a::after {
  content: '';
  width: 3px;
  height: 4px;
  display: block;
  background: url('../img/shared/icon_arrow2.png') 0 0 / contain no-repeat;
}
#map .btn-print a::after {
  content: '';
  width: 13px;
  height: 10px;
  display: block;
  background: url('../img/shared/icon_open.png') 0 0 / contain no-repeat;
}

  #map .btnbox {
    justify-content: flex-end;
    column-gap: 25px;
  }
  #map .btn-link-map a,
  #map .btn-print a {
    padding-bottom: 10px;
  }
  #map .set2 .btn-map {
    margin-top: 10px;
  }
