.top:not(.is-scrolled) .header {
  background: none;
}

.top:not(.is-scrolled) .header .header-logo img {
  -webkit-filter: brightness(3);
          filter: brightness(3);
}

.top:not(.is-scrolled) .header .gnav-item a {
  color: #FFFFFF;
}

.top:not(.is-scrolled) .header .gnav-item a:after {
  background: #FFFFFF;
}

.top:not(.is-scrolled) .header .header-villa a {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.top:not(.is-scrolled) .header .header-language span {
  color: #FFFFFF;
}

.top:not(.is-scrolled) .header .header-sns a {
  color: #FFFFFF;
}

.top:not(.is-scrolled) .header .header-reservation a {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.top:not(.is-scrolled) .header .btn-hamburger span.line {
  background: #FFFFFF;
}

.top .main {
  padding-top: 0 !important;
}

.top .sec-hero {
  overflow: hidden;
  height: 100vh;
  position: relative;
}

@media (max-width: 959px) {
  .top .sec-hero {
    height: 60vw;
  }
}

@media (max-width: 559px) {
  .top .sec-hero {
    height: 100vh;
  }
}

.top .sec-hero .swiper-hero {
  height: 100%;
}

.top .sec-hero .swiper-hero .swiper-slide {
  overflow: hidden;
}

.top .sec-hero .swiper-hero .swiper-slide .image-container {
  width: 100%;
  height: 100%;
}

.top .sec-hero .swiper-hero .swiper-slide .image-container:before {
  display: none;
}

.top .sec-hero .swiper-hero .swiper-slide .image-container picture {
  display: block;
  width: 100%;
  height: 100%;
}

.top .sec-hero .swiper-hero .swiper-slide .image-container img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 10s ease;
  transition: all 10s ease;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.top .sec-hero .swiper-hero .swiper-slide-prev .image-container img,
.top .sec-hero .swiper-hero .swiper-slide-active .image-container img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.top .sec-hero .swiper-hero a:hover {
  opacity: 1;
}

.top .sec-hero .swiper-hero .swiper-progress {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
}

.top .sec-hero .swiper-hero .swiper-progress .progress-bar {
  width: 0%;
  height: 4px;
  background: #FFFFFF;
  opacity: 0.8;
}

.top .sec-hero .swiper-hero .swiper-progress .progress-bar.is-progress {
  -webkit-animation-name: progressAnime;
          animation-name: progressAnime;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.top .sec-hero .swiper-hero .swiper-progress .progress-bar.is-first {
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
}

.top .sec-hero .hero-logo {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  top: 0;
}

.top .sec-hero .hero-logo img {
  width: 200px;
}

@media (max-width: 959px) {
  .top .sec-hero .hero-logo img {
    width: 180px;
  }
}

@media (max-width: 559px) {
  .top .sec-hero .hero-logo img {
    width: 160px;
  }
}

.top .sec-hero .hero-news {
  position: absolute;
  z-index: 1;
  right: -300px;
  bottom: 40px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  width: 300px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@media (max-width: 959px) {
  .top .sec-hero .hero-news {
    bottom: 30px;
  }
}

@media (max-width: 559px) {
  .top .sec-hero .hero-news {
    bottom: 90px;
  }
}

.top .sec-hero .hero-news a {
  display: block;
  color: #FFFFFF;
  font-size: 1.2rem;
}

.top.is-loaded .sec-hero .hero-news {
  right: 0;
}

.top .sec-concept {
  padding-top: 120px;
}

@media (max-width: 1599px) {
  .top .sec-concept {
    padding-top: 100px;
  }
}

@media (max-width: 1279px) {
  .top .sec-concept {
    padding-top: 80px;
  }
}

@media (max-width: 959px) {
  .top .sec-concept {
    padding-top: 60px;
  }
}

@media (max-width: 559px) {
  .top .sec-concept {
    padding-top: 40px;
  }
}

.top .sec-concept .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.top .sec-concept .text-container p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 5.0;
  font-size: 2.0rem;
}

@media (max-width: 1599px) {
  .top .sec-concept .text-container p {
    font-size: 1.8rem;
  }
}

@media (max-width: 1279px) {
  .top .sec-concept .text-container p {
    font-size: 1.6rem;
  }
}

@media (max-width: 959px) {
  .top .sec-concept .text-container p {
    line-height: 4.0;
    font-size: 1.8rem;
  }
}

@media (max-width: 559px) {
  .top .sec-concept .text-container p {
    line-height: 2.0;
    font-size: 1.6rem;
  }
}

.top .sec-image-text {
  padding-left: 0;
}

@media (max-width: 959px) {
  .top .top-image-text-container {
    padding-right: 40px;
    margin-bottom: 0;
  }
}

@media (max-width: 559px) {
  .top .top-image-text-container {
    padding-right: 20px;
  }
}

.top .top-image-text-container .text-container {
  background: #FFFFFF;
  padding: 80px 80px 0;
}

@media (max-width: 1599px) {
  .top .top-image-text-container .text-container {
    padding: 70px 70px 0;
  }
}

@media (max-width: 1279px) {
  .top .top-image-text-container .text-container {
    padding: 60px 60px 0;
  }
}

@media (max-width: 959px) {
  .top .top-image-text-container .text-container {
    margin-top: 0;
    margin-left: 40px;
    position: relative;
    padding-left: 40px;
    padding-right: 0;
    padding-top: 40px;
  }
  .top .top-image-text-container .text-container:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 160px;
    left: 0px;
    top: 0;
    background: #735F51;
  }
}

@media (max-width: 559px) {
  .top .top-image-text-container .text-container {
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 0;
    padding-top: 20px;
  }
}

.top .top-image-text-container .text-container .text-title {
  position: relative;
  font-size: 3.0rem;
  margin-bottom: 0;
  text-align: left;
  padding: 0;
}

@media (max-width: 1599px) {
  .top .top-image-text-container .text-container .text-title {
    font-size: 2.8rem;
  }
}

@media (max-width: 1279px) {
  .top .top-image-text-container .text-container .text-title {
    font-size: 2.6rem;
  }
}

.top .top-image-text-container .text-container .text-title:before {
  content: "";
  width: 30%;
  height: 1px;
  background: #735F51;
  position: absolute;
  left: -35%;
  top: 50%;
}

@media (max-width: 959px) {
  .top .top-image-text-container .text-container .text-title:before {
    display: none;
  }
}

.top .top-image-text-container .text-container .text-lead {
  font-size: 2.0rem;
  font-weight: bold;
}

@media (max-width: 1599px) {
  .top .top-image-text-container .text-container .text-lead {
    font-size: 1.8rem;
  }
}

@media (max-width: 1279px) {
  .top .top-image-text-container .text-container .text-lead {
    font-size: 1.6rem;
  }
}

@media (max-width: 959px) {
  .top .top-image-text-container .text-container .text-lead {
    font-size: 1.8rem;
  }
}

@media (max-width: 559px) {
  .top .top-image-text-container .text-container .text-lead {
    font-size: 1.6rem;
  }
}

.top .top-image-text-container .text-container .text-description {
  margin-top: 20px;
  line-height: 2.0;
}

@media (max-width: 1599px) {
  .top .top-image-text-container .text-container .text-description {
    line-height: 1.8;
    margin-top: 15px;
  }
}

@media (max-width: 1279px) {
  .top .top-image-text-container .text-container .text-description {
    line-height: 1.6;
    margin-top: 10px;
  }
}

@media (max-width: 959px) {
  .top .top-image-text-container .text-container .text-description {
    line-height: 1.8;
  }
}

@media (max-width: 959px) {
  .top .top-image-text-container.is-reverse {
    padding-right: 0px;
    padding-left: 40px;
  }
}

@media (max-width: 559px) {
  .top .top-image-text-container.is-reverse {
    padding-right: 0px;
    padding-left: 20px;
  }
}

@media (max-width: 959px) {
  .top .top-image-text-container.is-reverse .text-container {
    margin-left: 0px;
    margin-right: 40px;
    position: relative;
    padding-left: 0;
    padding-right: 40px;
  }
  .top .top-image-text-container.is-reverse .text-container:before {
    left: auto;
    right: 0;
  }
}

@media (max-width: 559px) {
  .top .top-image-text-container.is-reverse .text-container {
    margin-left: 0px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 20px;
  }
}

@media (max-width: 959px) {
  .top .top-image-text-container.is-reverse .text-container .text-title {
    text-align: right;
  }
}

.top .top-image-text-container.is-reverse .text-container .text-title:before {
  content: "";
  position: absolute;
  left: auto;
  width: 50%;
  right: -35%;
}

@media (max-width: 959px) {
  .top .top-image-text-container.is-reverse .text-container .text-lead {
    text-align: right;
  }
}

@media (max-width: 959px) {
  .top .top-image-text-container.is-reverse .btn-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.top .sec-news .inner {
  max-width: 980px;
}

.top .sec-news .sec-title {
  text-align: center;
  font-size: 3.0rem;
  margin-bottom: 60px;
}

@media (max-width: 1599px) {
  .top .sec-news .sec-title {
    font-size: 2.8rem;
    margin-bottom: 50px;
  }
}

@media (max-width: 1279px) {
  .top .sec-news .sec-title {
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
}

.top .sec-news .news-item {
  margin-bottom: 20px;
}

.top .sec-news .news-item .news-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top .sec-news .news-item .news-time {
  width: 100px;
  font-size: 1.4rem;
}

@media (max-width: 559px) {
  .top .sec-news .news-item .news-time {
    font-size: 1.2rem;
    width: 100px;
  }
}

.top .sec-news .news-item .news-category {
  width: 100px;
  font-size: 1.2rem;
  border: 1px solid #735F51;
  text-align: center;
}

@media (max-width: 559px) {
  .top .sec-news .news-item .news-category {
    font-size: 1.0rem;
    width: 80px;
  }
}

.top .sec-news .news-item .news-title {
  width: calc(100% - 200px);
  font-size: 1.4rem;
  padding-left: 20px;
}

@media (max-width: 559px) {
  .top .sec-news .news-item .news-title {
    font-size: 1.2rem;
    width: 100%;
    padding-left: 0px;
    margin-top: 5px;
  }
}

@-webkit-keyframes progressAnime {
  0% {
    width: 0;
    opacity: 0;
  }
  10% {
    width: 0;
    opacity: 0.8;
  }
  80% {
    width: 100%;
    opacity: 0.8;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}

@keyframes progressAnime {
  0% {
    width: 0;
    opacity: 0;
  }
  10% {
    width: 0;
    opacity: 0.8;
  }
  80% {
    width: 100%;
    opacity: 0.8;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}

.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}

@-webkit-keyframes text_anime_on {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

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