.l-main {
  overflow-x: hidden;
  padding-top: 0;
}

.l-main .section .section-tit {
  margin-bottom: 12.5vw;
  text-align: center;
}

.l-main .section .section-tit .desc {
  margin-bottom: 3.90625vw;
  font-size: 3.75vw;
  font-weight: 300;
}

.l-main .section .section-tit .tit {
  font-family: 'scdream';
  font-size: 7.8125vw;
  font-weight: 600;
}

.l-main .section-01 {
  height: 100vh;
  padding: 35.9375vw 0;
  background: url(../../images/main/main-visual.jpg) no-repeat center bottom #273b3c;
  background-size: cover;
  position: relative;
}

.l-main .section-01 .inner {
  position: relative;
  z-index: 1;
}

.l-main .section-01 .inner .wrap-txt {
  text-align: center;
  padding-top: 7.8125vw;
  margin: 0 auto;
}

.l-main .section-01 .inner .wrap-txt .date {
  margin-bottom: 1.17188vw;
  font-family: "scdream";
  font-weight: 100;
  font-size: 5.3125vw;
  color: #d7bea4;
}

.l-main .section-01 .inner .wrap-txt .open {
  margin-bottom: 12.89062vw;
  position: relative;
  font-size: 8.59375vw;
  color: #d7bea4;
}

.l-main .section-01 .inner .wrap-txt .open strong {
  font-weight: bold;
  font-family: "scdream";
}

.l-main .section-01 .inner .wrap-txt .open::after {
  content: "";
  width: 1px;
  height: 4.6875vw;
  position: absolute;
  left: 50%;
  bottom: -9.375vw;
  background: #526263;
}

.l-main .section-01 .inner .wrap-txt .desc {
  margin-bottom: 4.6875vw;
  font-size: 4.6875vw;
  color: #fff;
  font-weight: 300;
}

.l-main .section-01 .inner .wrap-txt .desc strong {
  margin-top: 1.40625vw;
  font-size: 7.8125vw;
  display: block;
  font-weight: 600;
}

.l-main .section-01 .inner .wrap-txt .wrap-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 26.5625vw;
  height: 6.25vw;
  margin: 0 auto;
  border-radius: 3.125vw;
  border: 1px solid #fff;
}

.l-main .section-01 .inner .wrap-txt .wrap-tel a {
  display: block;
  color: #fff;
  font-family: "scdream";
  font-weight: 600;
}

.l-main .section-01 .inner .wrap-txt .wrap-tel .icon-tel {
  width: 3.04688vw;
  height: 3.28125vw;
  margin-right: 0.9375vw;
  background-image: url(../../images/common/icon-tel-footer.png);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.l-main .section-01 .scroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10.15625vw;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.l-main .section-01 .scroll .icon-scroll {
  width: 5.46875vw;
  height: 8.90625vw;
  background-image: url(../../images/main/icon-scroll.png);
}

@-webkit-keyframes scroll {
  from {
    bottom: 10.15625vw;
  }
  to {
    bottom: 11.71875vw;
  }
}

@keyframes scroll {
  from {
    bottom: 10.15625vw;
  }
  to {
    bottom: 11.71875vw;
  }
}

.l-main .section-01 .main-obj {
  width: 35.07812vw;
  height: 35vw;
  position: absolute;
  right: 2.34375vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-main .section-01 .main-obj p {
  width: 35.07812vw;
  height: 35vw;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.l-main .section-01 .main-obj .logo {
  background-image: url(../../images/main/main-obj-logo.png);
}

.l-main .section-01 .main-obj .text {
  background-image: url(../../images/main/main-obj-txt.png);
  -webkit-animation: orbit 20s linear infinite;
          animation: orbit 20s linear infinite;
}

@-webkit-keyframes orbit {
  from {
    -webkit-transform: rotate(0deg) translateX(0px);
            transform: rotate(0deg) translateX(0px);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(0px);
            transform: rotate(360deg) translateX(0px);
  }
}

@keyframes orbit {
  from {
    -webkit-transform: rotate(0deg) translateX(0px);
            transform: rotate(0deg) translateX(0px);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(0px);
            transform: rotate(360deg) translateX(0px);
  }
}

.l-main .section-02 {
  padding: 23.4375vw 0;
  background: url(../../images/main/main-02-bg.jpg) no-repeat center center;
  background-size: cover;
}

.l-main .section-02 .swiper-container {
  width: 100vw;
}

.l-main .section-02 .swiper-thumbs {
  padding: 0 6.25vw;
  margin-bottom: 12.5vw;
}

.l-main .section-02 .swiper-thumbs .swiper-slide {
  width: auto;
  padding-right: 6.25vw;
  margin-right: 6.25vw;
  font-size: 4.0625vw;
  color: #ae9e8a;
  font-weight: 300;
  line-height: 5.3125vw;
}

.l-main .section-02 .swiper-thumbs .swiper-slide::after {
  content: "";
  display: block;
  width: 1px;
  height: 4.6875vw;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #e4dbcf;
}

.l-main .section-02 .swiper-thumbs .swiper-slide:first-of-type {
  padding-left: 3.125vw;
}

.l-main .section-02 .swiper-thumbs .swiper-slide:last-of-type {
  padding-right: 7.8125vw;
}

.l-main .section-02 .swiper-thumbs .swiper-slide:last-of-type::after {
  display: none;
}

.l-main .section-02 .swiper-thumbs .swiper-slide-thumb-active {
  color: #165151;
  font-size: 5.3125vw;
  font-weight: bolder;
}

.l-main .section-02 .swiper-thumbs::after {
  content: "";
  display: block;
  width: 20.3125vw;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(247, 243, 235, 0)), to(#f7f3eb));
  background: linear-gradient(to right, rgba(247, 243, 235, 0), #f7f3eb);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.l-main .section-02 .main-swiper .swiper-wrapper .swiper-slide {
  padding: 0 6.25vw;
}

.l-main .section-02 .main-swiper .swiper-wrapper .swiper-slide .wrap-img {
  margin-bottom: 8.59375vw;
}

.l-main .section-02 .main-swiper .swiper-wrapper .swiper-slide .wrap-txt .tit {
  margin-bottom: 4.6875vw;
  font-size: 7.8125vw;
  font-weight: 600;
  color: #165151;
  font-family: "scdream";
}

.l-main .section-02 .main-swiper .swiper-wrapper .swiper-slide .wrap-txt .txt {
  font-size: 3.75vw;
  line-height: 5.15625vw;
  font-weight: 500;
  color: #333;
}

.l-main .section-03 .wrap-map {
  width: 100%;
  position: relative;
}

.l-main .section-03 .wrap-map .main-map {
  width: 100%;
  height: 195.3125vw;
}

.l-main .section-03 .wrap-map .map-img {
  position: relative;
}

.l-main .section-03 .wrap-map .map-img a {
  display: block;
  width: 32.65625vw;
  height: 24.53125vw;
  position: absolute;
  left: 21.09375vw;
  top: 30.46875vw;
  font-size: 0;
  text-indent: -9999px;
  background: url(../../images/main/map-pin.png) no-repeat 0 0;
  background-size: contain;
}

.l-main .section-03 .wrap-map .txt-box {
  width: 87.5vw;
  padding: 10.9375vw 7.8125vw;
  position: absolute;
  left: 6.25vw;
  bottom: 9.375vw;
  z-index: 1;
  background: #273b3c;
}

.l-main .section-03 .wrap-map .txt-box .location {
  margin-bottom: 4.6875vw;
  font-size: 5.3125vw;
  font-family: "scdream";
  font-weight: 600;
  color: #d6bda3;
}

.l-main .section-03 .wrap-map .txt-box .desc {
  padding-bottom: 4.6875vw;
  margin-bottom: 4.6875vw;
  font-size: 4.0625vw;
  line-height: 5.46875vw;
  color: #fff;
  font-weight: 300;
  border-bottom: 1px solid #526263;
}

.l-main .section-03 .wrap-map .txt-box .desc strong {
  font-weight: 500;
}

.l-main .section-03 .wrap-map .txt-box .info-list {
  margin-bottom: 7.8125vw;
}

.l-main .section-03 .wrap-map .txt-box .info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 3.75vw;
}

.l-main .section-03 .wrap-map .txt-box .info-list li:first-of-type {
  margin-bottom: 3.125vw;
}

.l-main .section-03 .wrap-map .txt-box .info-list li a {
  display: block;
}

.l-main .section-03 .wrap-map .txt-box .info-list li .icon {
  width: 6.25vw;
  height: 6.25vw;
  margin-right: 1.95312vw;
}

.l-main .section-03 .wrap-map .txt-box .info-list li .icon-prugio {
  background-image: url(../../images/common/icon-prugio.png);
}

.l-main .section-03 .wrap-map .txt-box .info-list li .icon-tel {
  background-image: url(../../images/common/icon-tel-circle.png);
}

.l-main .section-03 .wrap-map .txt-box .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e7d1ba;
}

.l-main .section-03 .wrap-map .txt-box .more .icon-arrow {
  width: 6.17188vw;
  height: 0.9375vw;
  margin-left: 3.125vw;
  background-image: url(../../images/common/icon-arrow-right-long-beige.png);
}

.l-main .section-04 .wrap-banner {
  display: block;
}

.l-main .section-interior {
  padding: 23.4375vw 0;
  background-image: url(../../images/main/interior-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.l-main .section-interior::before {
  content: "";
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}

.l-main .section-interior .inner {
  position: relative;
  z-index: 1;
}

.l-main .section-interior .inner .section-tit {
  color: #fff;
}

.l-main .section-interior .inner .interior-box {
  display: block;
  padding: 10.15625vw 0;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.l-main .section-interior .inner .interior-box .num {
  margin-bottom: 3.90625vw;
  font-family: 'scdream';
  font-size: 7.8125vw;
  color: #d6bda3;
  font-weight: 600;
}

.l-main .section-interior .inner .interior-box .desc {
  margin-bottom: 7.8125vw;
  font-weight: 300;
  font-size: 3.75vw;
  line-height: 5.15625vw;
  color: #fff;
}

.l-main .section-interior .inner .interior-box .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.4375vw;
  color: #d6bda3;
}

.l-main .section-interior .inner .interior-box .link .icon-arrow {
  width: 6.17188vw;
  height: 1.09375vw;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  background-image: url(../../images/main/icon-arrow-long-beige.png);
}

.l-main .section-interior .inner .interior-box.active {
  background: rgba(39, 59, 60, 0.8);
}

.l-main .section-interior .inner .interior-box.active .link .icon-arrow {
  opacity: 1;
  margin-left: 2.96875vw;
}

.l-main .section-interior.interior-84::before {
  opacity: 1;
  background-image: url(../../images/main/interior-bg-84.jpg);
}

.l-main .section-interior.interior-98::before {
  opacity: 1;
  background-image: url(../../images/main/interior-bg-98.jpg);
}

.l-main .section-unit {
  padding: 23.4375vw 0;
  background: url(../../images/main/unit-bg.jpg) no-repeat center center;
  background-size: cover;
}

.l-main .section-unit .inner {
  width: 100vw;
}

.l-main .section-unit .inner .section-tit .desc {
  color: #333;
}

.l-main .section-unit .inner .section-tit .tit {
  color: #165151;
}

.l-main .section-unit .inner .unit-swiper .swiper-slide .wrap-txt {
  height: 57.03125vw;
  padding: 30.07812vw 7.8125vw 0;
  background: url(../../images/main/unit-box.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
}

.l-main .section-unit .inner .unit-swiper .swiper-slide .wrap-txt .tit-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 5.85938vw;
}

.l-main .section-unit .inner .unit-swiper .swiper-slide .wrap-txt .tit-area .tit {
  display: block;
  margin-right: 3.90625vw;
  font-family: "scdream";
  color: #d6bda3;
  font-weight: 600;
  font-size: 7.8125vw;
}

.l-main .section-unit .inner .unit-swiper .swiper-slide .wrap-txt .tit-area .desc {
  font-size: 3.90625vw;
  font-weight: 500;
  color: #fff;
}

.l-main .section-unit .inner .unit-swiper .swiper-slide .wrap-txt .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.4375vw;
  color: #d6bda3;
}

.l-main .section-unit .inner .unit-swiper .swiper-slide .wrap-txt .link .icon-arrow {
  width: 6.17188vw;
  height: 0.9375vw;
  margin-left: 3.125vw;
  background-image: url(../../images/main/icon-arrow-long-beige.png);
}

.l-main .section-unit .inner .unit-swiper .swiper-slide .wrap-txt .loading-bar {
  width: 34.375vw;
  height: 0.3125vw;
  position: absolute;
  top: 17.57812vw;
  left: 7.8125vw;
  background: #d6bda3;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 4s;
  transition: all 4s;
}

.l-main .section-unit .inner .unit-swiper .swiper-slide .wrap-txt::before {
  content: "";
  display: block;
  width: 34.375vw;
  height: 0.3125vw;
  position: absolute;
  top: 17.57812vw;
  left: 7.8125vw;
  background: rgba(255, 255, 255, 0.2);
}

.l-main .section-unit .inner .unit-swiper .swiper-slide .wrap-txt::after {
  content: "";
  display: block;
  width: 34.375vw;
  height: 0.3125vw;
  position: absolute;
  top: 17.57812vw;
  right: 7.8125vw;
  background: rgba(255, 255, 255, 0.2);
}

.l-main .section-unit .inner .unit-swiper .swiper-slide-active .wrap-txt .loading-bar {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.l-main .section-unit .inner .unit-swiper .swiper-slide:last-of-type .wrap-txt .loading-bar {
  left: 45.3125vw;
}

.l-main .section-unit .inner .unit-swiper .unit-pagination {
  bottom: auto;
  top: 10.9375vw;
  width: 100%;
}

.l-main .section-unit .inner .unit-swiper .unit-pagination .swiper-pagination-bullet {
  width: 34.375vw;
  height: 7.03125vw;
  margin: 0;
  background: none;
  font-family: "scdream";
  color: #d6bda3;
  font-size: 5.3125vw;
  font-weight: 600;
}

.l-main .section-unit .inner .unit-swiper .unit-pagination .swiper-pagination-bullet:first-of-type {
  margin-right: 3.125vw;
}
