@charset "UTF-8";
/* ==========================================================================
   02. SassVar
   ========================================================================== */
/*@include incImg100Auto();*/
/*@include incSmoothing();*/
body,
#footer {
  background-color: #051931;
}

.contents {
  margin: 0 !important;
  padding: 0 0 0 0 !important;
}

/* PC Start */
* {
  /* for flexbox & slick */
  min-height: 0;
  min-width: 0;
}

.topMv {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  max-width: auto;
  max-width: inherit;
  position: relative;
  /* height: 101vh; */
}
.topMv .tagline {
  background: url("../uniq/top/img_topmv_tagline.png") center 30px no-repeat;
  /*
  background: url("../uniq/top/img_topmv_tagline.png") center center no-repeat;
  background-size: auto calc(100vh - 150px);
  min-height: calc(100vh - 80px);
  */
  min-height: calc(100vh - 80px);
  width: 120px;
  position: absolute;
  right: 0;
  top: 0;
}
.topMv .img {
  /*
  background: url("../uniq/top/img_topmv_01.jpg") center center no-repeat;
  background-size: cover;
  */
  min-height: calc(100vh - 80px);
  width: calc(100% - 120px);
}

.topOffers {
  background: url("../uniq/top/bg_topoffers.png") 10% 5vh no-repeat;
  background-size: 110% auto;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 3vw 0 3vw;
  max-width: auto;
  max-width: inherit;
  min-height: 80vh;
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.topOffers .tabMenu {
  margin-bottom: 80px;
  width: 100%;
}
.topOffers .tabMenu ul {
  display: flex;
  justify-content: center;
}
.topOffers .tabMenu ul li {
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 200;
  letter-spacing: 0.2em;
}
.topOffers .tabMenu ul li:after {
  content: "/";
  color: #aaa;
  margin: 0 15px;
  opacity: 0.5;
}
.topOffers .tabMenu ul li a,
.topOffers .tabMenu ul li span {
  color: #fff;
  opacity: 0.5;
  padding: 0 25px;
  text-decoration: none;
  transition: 0.2s;
}
.topOffers .tabMenu ul li a:hover,
.topOffers .tabMenu ul li span:hover {
  opacity: 1;
}
.topOffers .tabMenu ul li.current a,
.topOffers .tabMenu ul li.current span {
  opacity: 1;
  text-decoration: underline;
}
.topOffers .tabMenu ul li:last-child:after {
  display: none;
}
.topOffers .inr {
  display: flex;
  justify-content: space-between;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}
.topOffers .inr .data {
  padding: 0 10px 0 30px;
  width: 30%;
}
.topOffers .inr .data .offers {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin-bottom: 50px;
}
.topOffers .inr .data .offers:after {
  background-color: #999;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 10px;
  width: 140px;
  vertical-align: middle;
}
.topOffers .inr .data .txt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 200;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.topOffers .inr #tab {
  width: 67%;
}
.topOffers .inr #tab ul li {
  margin: 0 15px;
}
.topOffers .inr #tab ul li a,
.topOffers .inr #tab ul li span {
  background-color: #fff;
  color: #051931;
  display: block;
  text-decoration: none;
  position: relative;
  transition: 0.3s;
}
.topOffers .inr #tab ul li a p.img,
.topOffers .inr #tab ul li span p.img {
  background-position: center center;
  background-repeat: no-repeat;
}
.topOffers .inr #tab ul li a p.img img,
.topOffers .inr #tab ul li span p.img img {
  height: auto;
  width: 100%;
}
.topOffers .inr #tab ul li a .box,
.topOffers .inr #tab ul li span .box {
  padding: 20px 20px 60px;
}
@media only screen and (min-width: 960px) {
  .topOffers .inr #tab ul li a .box,
.topOffers .inr #tab ul li span .box {
    min-height: 210px !important;
  }
}
.topOffers .inr #tab ul li a .box:after,
.topOffers .inr #tab ul li span .box:after {
  border-bottom: 1px solid #fff;
  content: "view more";
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 200;
  letter-spacing: 0.15em;
  line-height: 1;
  padding-bottom: 7px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  transition: 0.3s;
}
.topOffers .inr #tab ul li a .box p.tag,
.topOffers .inr #tab ul li span .box p.tag {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 200;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.topOffers .inr #tab ul li a .box p.tag span,
.topOffers .inr #tab ul li span .box p.tag span {
  background-color: #c0991f;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  margin-right: 10px;
  padding: 4px 10px 6px;
}
.topOffers .inr #tab ul li a .box p.tag time,
.topOffers .inr #tab ul li span .box p.tag time {
  color: #c0991f;
}
.topOffers .inr #tab ul li a .box h2,
.topOffers .inr #tab ul li span .box h2 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 1.5;
  letter-spacing: 0.1em;
  transition: 0.2s;
}
@media only screen and (min-width: 960px) {
  .topOffers .inr #tab ul li a:hover,
.topOffers .inr #tab ul li span:hover {
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.6);
  }
  .topOffers .inr #tab ul li a:hover h2,
.topOffers .inr #tab ul li span:hover h2 {
    color: #c0991f;
  }
  .topOffers .inr #tab ul li a:hover .box:after,
.topOffers .inr #tab ul li span:hover .box:after {
    border-bottom: 1px solid #c0991f;
    color: #c0991f;
    letter-spacing: 0.4em;
  }
}
.topOffers .inr #tab ul li span .box:after {
  display: none;
}
@media only screen and (min-width: 960px) {
  .topOffers .inr #tab ul li span:hover {
    box-shadow: none;
    color: #051931;
  }
  .topOffers .inr #tab ul li span:hover h2 {
    color: #051931;
  }
}
.topOffers .inr #tab .slick-list {
  padding: 18px 0;
}
.topOffers .inr #tab .slick-prev,
.topOffers .inr #tab .slick-next {
  background-image: url("../uniq/top/icon_arrow.png") !important;
  background-size: 100px auto !important;
  position: absolute;
  display: block;
  height: 45px !important;
  width: 45px !important;
  line-height: 1;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.topOffers .inr #tab .slick-prev {
  background-position: left bottom !important;
  left: auto !important;
  right: 76px !important;
  top: -20px !important;
}
.topOffers .inr #tab .slick-next {
  background-position: right bottom !important;
  right: 20px !important;
  top: -20px !important;
}
.topOffers .inr #tab .slick-prev::before,
.topOffers .inr #tab .slick-next::before {
  content: "";
  display: block;
  background-image: url("../uniq/top/icon_arrow.png") !important;
  background-size: 100px auto !important;
  background-color: #051931;
  background-position: left top !important;
  opacity: 1;
  height: 45px !important;
  width: 45px !important;
  transition: 0.3s;
}
.topOffers .inr #tab .slick-next::before {
  background-position: right top !important;
}
.topOffers .inr #tab .slick-prev:hover::before {
  opacity: 0 !important;
}
.topOffers .inr #tab .slick-next:hover::before {
  opacity: 0 !important;
}
.topOffers .inr .btn a {
  background: url("../cmn_img/icon_arrow_01_w.png") 90% center no-repeat;
  border: 1px solid #777;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.4;
  font-variant-ligatures: none;
  letter-spacing: 0.1em;
  text-decoration: none;
  min-width: 200px;
  padding: 14px 50px 14px 30px;
  transition: 0.3s;
}
.topOffers .inr .btn a:hover {
  background-position: 94% center;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
  letter-spacing: 0.2em;
}

.topConcept {
  /*
  background: url("/cmn/uniq/concept/bg_texture_01.png") center center no-repeat fixed;
  background-size: cover;
  */
  display: flex;
  align-items: center;
  max-width: inherit;
  max-width: none;
  min-height: 110vh;
  margin: 0;
  position: relative;
  padding: 80px 20px;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*
  &:after {
  background-color: rgba(0,0,0,0.3);
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none!important;
  }
  */
}
.topConcept video {
  position: fixed;
  top: -15%;
  left: -20%;
  width: auto;
  height: auto;
  min-width: 130%;
  min-height: 130%;
  background: url("/cmn/video/concept.mp4") no-repeat;
  background-size: cover;
  z-index: -2 !important;
}
.topConcept .inr {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.topConcept .inr .sub {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin-bottom: 3vw;
}
.topConcept .inr h1 {
  display: block;
  line-height: 0;
  max-width: 700px;
  margin: 0 auto 3vw;
  width: 100%;
}
.topConcept .inr h1 img {
  height: auto;
  width: 100%;
}
.topConcept .inr .play {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  margin-bottom: 2.5vw;
  text-align: center;
}
.topConcept .inr .play a {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  transition: 0.2s;
  opacity: 0.7;
}
.topConcept .inr .play a:before {
  background: url("../uniq/concept/icon_play.png") center center no-repeat;
  background-size: 64px auto;
  content: "";
  display: block;
  height: 80px;
  margin: 0 auto;
  transition: 0.2s;
  width: 80px;
  opacity: 0.5;
}
.topConcept .inr .play a:hover {
  letter-spacing: 0.2em;
  opacity: 1;
}
.topConcept .inr .play a:hover:before {
  background-size: 76px auto;
  opacity: 0.9;
}
.topConcept .inr .bodyCopy {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 2.4;
  letter-spacing: 0.2em;
  margin-bottom: 2.5vw;
}
.topConcept .inr .btn a {
  background: url("../cmn_img/icon_arrow_01_w.png") 90% center no-repeat;
  border: 1px solid #ddd;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.4;
  font-variant-ligatures: none;
  letter-spacing: 0.1em;
  text-decoration: none;
  min-width: 200px;
  padding: 14px 50px 14px 30px;
  text-align: left;
  transition: 0.3s;
}
.topConcept .inr .btn a:hover {
  background-position: 94% center;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
  letter-spacing: 0.2em;
}

.topGuestroom {
  display: block;
  min-height: 100vh;
  margin: 0;
  max-width: auto;
  max-width: inherit;
  padding: 8vw 0 !important;
  position: relative;
  z-index: 2;
}
.topGuestroom:before {
  background: url("/cmn/cmn_img/bg_wave_04.png") center -2vw no-repeat;
  background-size: 110vw auto;
  content: "";
  display: block;
  min-height: 50vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
.topGuestroom .title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin: 0 auto 6vw;
  padding: 0 40px;
  width: 100%;
  max-width: 1600px;
}
.topGuestroom .title:after {
  background-color: #999;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 10px;
  width: 140px;
  vertical-align: middle;
}
.topGuestroom .inr {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  position: relative;
  z-index: 4;
}
.topGuestroom .inr .img {
  background-size: cover;
  position: relative;
  top: -2vw;
  right: 0;
  width: 57vw;
  border: none;
  outline: none;
}
.topGuestroom .inr .img img {
  height: auto;
  width: 100%;
}
.topGuestroom .inr .data {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  background: url("../uniq/guestroom/bg_texture.png") center center no-repeat;
  background-size: cover;
  padding: 7vw 5vw 7vw;
  text-align: center;
  height: 43vw;
  width: 43vw;
  max-height: 650px;
  position: relative;
  left: -3vw;
  border: none;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.topGuestroom .inr .data h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 300;
  letter-spacing: 0.14em;
  line-height: 1.3;
  margin-bottom: 2vw;
}
.topGuestroom .inr .data .txt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 200;
  letter-spacing: 0.17em;
  line-height: 2.2;
  margin-bottom: 2.4vw;
}
.topGuestroom .inr .data .btn a {
  background: url("../cmn_img/icon_arrow_01_w.png") 90% center no-repeat;
  border: 1px solid #777;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 1.4;
  font-variant-ligatures: none;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: left;
  min-width: 200px;
  padding: 14px 50px 14px 30px;
  transition: 0.3s;
}
.topGuestroom .inr .data .btn a:hover {
  background-position: 94% center;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1240px) {
  .topGuestroom .inr .data {
    padding: 12vw 5vw 0;
    height: 46vw;
    width: 46vw;
  }
  .topGuestroom .inr .data h2 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 1.5vw;
  }
  .topGuestroom .inr .data .txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 2.5vw;
  }
}
@media only screen and (min-width: 960px) {
  .topGuestroom .slick-dots {
    bottom: -45px !important;
  }
  .topGuestroom .slick-dots li button::before {
    color: white;
  }
  .topGuestroom .slick-dots li.slick-active button::before {
    color: white;
  }
}
.topGuestroom .slick-list {
  padding: 28px 0 5px;
}
.topGuestroom .slick-prev,
.topGuestroom .slick-next {
  position: absolute;
  display: block;
  height: 44px !important;
  width: 44px !important;
  line-height: 1;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.topGuestroom .slick-prev {
  background-position: left bottom !important;
  left: auto !important;
  left: 50% !important;
  top: -20px !important;
  margin-left: -55px;
}
.topGuestroom .slick-next {
  background-position: right bottom !important;
  right: auto !important;
  left: 50% !important;
  top: -20px !important;
  margin-left: 5px;
}
.topGuestroom .slick-prev::before,
.topGuestroom .slick-next::before {
  content: "";
  display: block;
  background-image: url("../uniq/top/icon_arrow.png") !important;
  background-size: 99px auto !important;
  background-position: left top !important;
  opacity: 1;
  height: 44px !important;
  width: 44px !important;
}
.topGuestroom .slick-next::before {
  background-position: right top !important;
}
.topGuestroom .slick-prev:hover {
  background-image: url("../uniq/top/icon_arrow.png") !important;
  background-size: 99px auto !important;
}
.topGuestroom .slick-next:hover {
  background-image: url("../uniq/top/icon_arrow.png") !important;
  background-size: 99px auto !important;
}
.topGuestroom .slick-prev:hover::before {
  opacity: 0 !important;
  transition: 0.3s;
}
.topGuestroom .slick-next:hover::before {
  opacity: 0 !important;
  transition: 0.3s;
}
.topGuestroom .slick-counter {
  font-family: "Work Sans", sans-serif;
  color: #5f6670;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 100;
  position: absolute;
  top: 2vw;
  right: 2vw;
  letter-spacing: 0.08em;
  transition: 0.3s;
  display: none;
}
.topGuestroom .slick-counter .cc {
  color: #fff;
  font-size: 70px;
  font-size: 7rem;
}
@media only screen and (max-width: 1240px) {
  .topGuestroom .slick-counter {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .topGuestroom .slick-counter .cc {
    font-size: 50px;
    font-size: 5rem;
  }
}

_:-ms-fullscreen,
:root .topGuestroom .inr .data {
  display: block !important;
}

.topRestaurant {
  /*
  background: url("../cmn_img/bg_texture_02.png") right 83% no-repeat;
  background-size: 45vw auto;
  */
  display: block;
  min-height: 100vh;
  margin: 0;
  max-width: auto;
  max-width: inherit;
  padding: 7vw 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.topRestaurant .title {
  color: #051931;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin: 0 auto 3vw;
  padding: 0 40px;
  width: 100%;
  max-width: 1600px;
  text-align: right;
}
.topRestaurant .title:after {
  background-color: #999;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 10px;
  width: 140px;
  vertical-align: middle;
}
.topRestaurant .inr {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 7vw;
  max-width: 1600px;
  width: 100%;
}
.topRestaurant .inr .data {
  width: 40%;
}
.topRestaurant .inr .data .vi {
  margin-bottom: 30px;
}
.topRestaurant .inr .data .vi img {
  height: auto;
  width: 100%;
}
.topRestaurant .inr .data h2 {
  color: #051931;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin: 0 0 30px 5%;
}
.topRestaurant .inr .data h2 span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 5px;
}
.topRestaurant .inr .data .btn {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0 0 5%;
  min-width: 240px;
}
.topRestaurant .inr .data .btn a {
  background: url("../cmn_img/icon_arrow_01_w.png") 90% center no-repeat #051931;
  color: #fff;
  display: block;
  line-height: 1;
  text-decoration: none;
  padding: 14px 40px 16px 30px;
  text-align: left;
  transition: 0.3s;
}
.topRestaurant .inr .data .btn a:hover {
  background-position: 94% center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.2em;
}
.topRestaurant .inr .img {
  width: 58%;
}
.topRestaurant .inr .img img {
  height: auto;
  width: 100%;
}
.topRestaurant .title2 {
  color: #051931;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin: 0 auto 3vw;
  padding: 0 40px;
  width: 100%;
  max-width: 1600px;
}
.topRestaurant .title2:after {
  background-color: #999;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 10px;
  width: 140px;
  vertical-align: middle;
}
.topRestaurant .inr2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}
.topRestaurant .inr2 .data {
  width: 55%;
}
.topRestaurant .inr2 .data .vi {
  margin-bottom: 2vw;
}
.topRestaurant .inr2 .data .vi img {
  height: auto;
  width: 100%;
}
.topRestaurant .inr2 .data h2 {
  color: #051931;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin: 0 0 30px 5%;
}
.topRestaurant .inr2 .data h2 span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1;
  margin-bottom: 5px;
}
.topRestaurant .inr2 .data .btn {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 0 0 5%;
  min-width: 240px;
}
.topRestaurant .inr2 .data .btn a {
  background: url("../cmn_img/icon_arrow_01_w.png") 90% center no-repeat #051931;
  color: #fff;
  display: block;
  line-height: 1;
  text-decoration: none;
  padding: 14px 40px 16px 30px;
  text-align: left;
  transition: 0.3s;
}
.topRestaurant .inr2 .data .btn a:hover {
  background-position: 94% center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.2em;
}
.topRestaurant .inr2 .img {
  width: 40%;
  text-align: right;
}
.topRestaurant .inr2 .img img {
  height: auto;
  width: 80%;
}

.topCollabo {
  display: block;
  margin: 0;
  max-width: auto;
  max-width: inherit;
  padding: 7vw 0 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.topCollabo .title {
  color: #051931;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin: 0 auto 3vw;
  padding: 0 40px;
  width: 100%;
  max-width: 1600px;
}
.topCollabo .title:after {
  background-color: #999;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 10px;
  width: 140px;
  vertical-align: middle;
}
.topCollabo .inr {
  background: url("../cmn_img/bg_texture_04.png") center center no-repeat;
  background-size: cover;
  margin: 0 auto;
  max-width: 1600px;
  padding: 3.5vw 2.5vw 5vw;
  text-align: center;
  width: 100%;
}
.topCollabo .inr ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  text-align: left;
}
.topCollabo .inr ul li {
  width: 23%;
}
.topCollabo .inr ul li a {
  color: #051931;
  display: block;
  text-decoration: none;
  transition: 0.3s;
}
.topCollabo .inr ul li a:hover {
  color: #c0991f;
}
.topCollabo .inr ul li a .img {
  background-size: 20vw auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #fff;
  line-height: 0;
  margin-bottom: 10px;
  transition: 0.3s;
}
.topCollabo .inr ul li a .img img {
  height: auto;
  width: 100%;
}
.topCollabo .inr ul li a:hover .img {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
}
.topCollabo .inr ul li a h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}
.topCollabo .inr ul li a .txt {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.topCollabo .inr .btn {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 auto;
  min-width: 240px;
}
.topCollabo .inr .btn a {
  background: url("../cmn_img/icon_arrow_01_w.png") 90% center no-repeat #051931;
  color: #fff;
  display: block;
  line-height: 1;
  text-decoration: none;
  padding: 14px 40px 16px 30px;
  text-align: left;
  transition: 0.3s;
}
.topCollabo .inr .btn a:hover {
  background-position: 94% center;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
  letter-spacing: 0.2em;
}

.topNews {
  display: block;
  margin: 0;
  max-width: auto;
  max-width: inherit;
  padding: 7vw 0 1vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.topNews .title {
  color: #051931;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin: 0 auto 30px;
  padding: 0 40px;
  width: 100%;
  max-width: 1600px;
}
.topNews .title:after {
  background-color: #999;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 10px;
  width: 140px;
  vertical-align: middle;
}
.topNews .inr {
  margin: 0 auto;
  max-width: 1200px;
  padding: 2.5vw 2.5vw 5vw;
  text-align: center;
  width: 100%;
}
.topNews .inr ul {
  margin-bottom: 40px;
  text-align: left;
}
.topNews .inr ul li {
  margin-bottom: 15px;
}
.topNews .inr ul li a {
  background: url("../cmn_img/icon_arrow_01.png") 96% center no-repeat #fff;
  color: #051931;
  display: flex;
  align-items: center;
  padding: 20px 25px 19px;
  text-decoration: none;
  transition: 0.3s;
}
.topNews .inr ul li a:hover {
  background: url("../cmn_img/icon_arrow_01.png") 97% center no-repeat #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #c0991f;
}
.topNews .inr ul li a h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  width: calc(90% - 11rem);
}
.topNews .inr ul li a .tag {
  color: #c0991f;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
  width: 18rem;
}
.topNews .inr ul li a .tag span {
  background-color: #c0991f;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  display: inline-block;
  line-height: 1;
  margin-right: 15px;
  min-width: 7em;
  padding: 3px 10px 5px;
  text-align: center;
}
.topNews .inr .btn {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 auto;
  min-width: 240px;
}
.topNews .inr .btn a {
  background: url("../cmn_img/icon_arrow_01_w.png") 90% center no-repeat #051931;
  color: #fff;
  display: block;
  line-height: 1;
  text-decoration: none;
  padding: 14px 40px 16px 30px;
  text-align: left;
  transition: 0.3s;
}
.topNews .inr .btn a:hover {
  background-position: 94% center;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
  letter-spacing: 0.2em;
}

.topLocation {
  background-color: #fff;
  color: #333;
  display: block;
  margin: 0;
  max-width: auto;
  max-width: inherit;
  padding: 7vw 0 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.topLocation .title {
  color: #051931;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 1600px;
  padding-top: 30px;
}
.topLocation .title:after {
  background-color: #999;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 20px;
  width: 120px;
  vertical-align: middle;
}
.topLocation .inr {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}
.topLocation .inr .img {
  width: 55%;
}
.topLocation .inr .img img {
  height: auto;
  width: 100%;
}
.topLocation .inr .img iframe {
  border: none;
  height: 30vw;
  width: 100%;
  min-height: 540px;
}
.topLocation .inr .data {
  color: #051931;
  width: 40%;
}
.topLocation .inr .data h3.name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.06em;
  margin-bottom: 5px;
}
.topLocation .inr .data h3.name span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-left: 20px;
  opacity: 0.7;
}
.topLocation .inr .data h3.locationTitle {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.7;
  margin: 40px 0 5px;
}
.topLocation .inr .data h3.locationTitle span {
  font-weight: bold;
}
.topLocation .inr .data h3.locationTitle span:after {
  background-color: #999;
  content: "";
  display: inline-block;
  height: 1px;
  margin: 0 15px;
  width: 50px;
  vertical-align: middle;
}

#loading {
  background-color: #041932;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
  /* アニメーション設定 */
}
#loading .logo {
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -155px;
  width: 310px;
}
#loading .logo img {
  height: auto;
  width: 100%;
  opacity: 0;
  transform: scale(1.3);
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
}
#loading .logo.action img {
  -webkit-animation: fadeIn01 1.4s cubic-bezier(0.55, 0, 0.1, 1) both;
  animation: fadeIn01 1.4s cubic-bezier(0.55, 0, 0.1, 1) both;
}
#loading .logo.action2 {
  -webkit-animation: fadeOut01 1.8s cubic-bezier(0.55, 0, 0.1, 1) both;
  animation: fadeOut01 1.8s cubic-bezier(0.55, 0, 0.1, 1) both;
}
@-webkit-keyframes fadeIn01 {
  from {
    opacity: 0;
    -webkit-transform: scale(1.2);
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes fadeIn01 {
  from {
    opacity: 0;
    transform: scale(1.2);
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
  }
  to {
    opacity: 1;
    transform: scale(1);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
#loading .logo .fadeIn01 {
  -webkit-animation: fadeIn01 0.5s cubic-bezier(0.55, 0, 0.1, 1) both;
  animation: fadeIn01 0.5s cubic-bezier(0.55, 0, 0.1, 1) both;
}
@-webkit-keyframes fadeOut01 {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.4);
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
  }
}
@keyframes fadeOut01 {
  from {
    opacity: 1;
    transform: scale(1);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  to {
    opacity: 0;
    transform: scale(1.4);
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
  }
}
#loading .logo .fadeOut01 {
  -webkit-animation: fadeOut01 0.5s cubic-bezier(0.55, 0, 0.1, 1) both;
  animation: fadeOut01 0.5s cubic-bezier(0.55, 0, 0.1, 1) both;
}
#loading .waves {
  opacity: 0;
  transition: 1.5s cubic-bezier(0.55, 0, 0.1, 1);
  width: 100%;
}
#loading .waves.action {
  opacity: 1;
}
#loading .svgA {
  height: 150px;
  width: 105vw;
  position: absolute;
  bottom: 17%;
  left: 0;
  transform: scale(1.2);
}
#loading #waveA1,
#loading #waveA2,
#loading #waveA3 {
  z-index: 3;
}
#loading .bgWave12 {
  background: url("../cmn_img/wave12.svg") center center repeat-x;
  background-size: 1150px auto;
  height: 150px;
  position: absolute;
  bottom: 15%;
  width: 100%;
  z-index: 5;
  animation: cloudmove2 5s cubic-bezier(0, 0, 1, 1) infinite;
  -webkit-animation: cloudmove2 5s cubic-bezier(0, 0, 1, 1) infinite;
  -moz-animation: cloudmove2 5s cubic-bezier(0, 0, 1, 1) infinite;
}
#loading .bgWave13 {
  background: url("../cmn_img/wave13.svg") center bottom repeat-x;
  background-size: 1100px auto;
  height: 150px;
  position: absolute;
  bottom: 15%;
  width: 100%;
  z-index: 5;
  animation: cloudmove3 7s linear infinite;
  -webkit-animation: cloudmove3 7s linear infinite;
  -moz-animation: cloudmove3 7s linear infinite;
}
#loading #bar {
  width: 100%;
  height: 2px;
  margin-top: 10px;
  font-size: 1px;
  position: fixed;
  bottom: 0;
}
#loading #bar span {
  display: block;
  width: 0px;
  height: 3px;
  background: #c0991f;
}
#loading #load-text {
  color: #bbb;
  font-size: 12px;
  padding: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  transition: 2s;
  position: fixed;
  bottom: 5%;
  left: 0;
  width: 100%;
  text-align: center;
}
#loading #load-text span {
  font-size: 24px;
  margin-right: 5px;
}
#loading #load-text.action {
  opacity: 1;
}
#loading.action2 {
  background-color: rgba(4, 25, 50, 0);
  transition: 2s cubic-bezier(0.55, 0, 0.1, 1);
}
#loading .arrowWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 200px;
  opacity: 0;
}
#loading .arrowInner p {
  font-size: 11px;
  font-family: dunbar-tall, sans-serif;
  letter-spacing: 0.2em;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#loading .arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}
#loading .arrow::before {
  content: "";
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}
#loading .arrowWrap.action {
  opacity: 1;
  transition: all 1.4s cubic-bezier(0.55, 0, 0.1, 1);
}
#loading .arrowWrap.action2 {
  opacity: 0;
}

.wrap {
  padding-top: 0;
  transition: 1s cubic-bezier(0.55, 0, 0.1, 1);
}

.header {
  top: -80px;
}

.topMv .tagline {
  opacity: 0;
}

.topMv .img {
  min-height: calc(100vh);
  width: calc(100%);
  height: calc(100vh) !important;
}

#name-ga-cookie-accept-bar.onShow {
  bottom: -100px;
  opacity: 0;
}

body.topStart .wrap {
  padding-top: 80px;
  transition: all 1.2s cubic-bezier(0.55, 0, 0.1, 1);
}
body.topStart .header {
  top: 0;
  transition: all 1.2s cubic-bezier(0.55, 0, 0.1, 1);
}
body.topStart .topMv .img {
  transition: all 1.2s cubic-bezier(0.55, 0, 0.1, 1);
  min-height: calc(100vh - 80px);
  width: calc(100% - 120px) !important;
  height: calc(100vh - 80px) !important;
}
body.topStart #name-ga-cookie-accept-bar.onShow {
  bottom: 0;
  opacity: 1;
}

.topMv .tagline.action {
  opacity: 1;
  transition: all 1.2s cubic-bezier(0.55, 0, 0.1, 1);
}

/* animation */
.topOffers {
  opacity: 0;
}
.topOffers .inr .data .offers {
  opacity: 0;
}
.topOffers .inr .data .offers:after {
  opacity: 0;
}
.topOffers .inr .data .txt {
  opacity: 0;
}
.topOffers .inr .btn {
  opacity: 0;
}
.topOffers .inr #tab ul li {
  opacity: 0;
}

.topOffers.action {
  -webkit-animation: anime00 1.7s ease 0.5s 1 forwards;
  animation: anime00 1.7s ease 0.5s 1 forwards;
}
.topOffers.action .inr .data .offers {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1s 1 forwards;
}
.topOffers.action .inr .data .offers:after {
  -webkit-animation: anime01 1.8s ease-in-out 1s 1 forwards;
  animation: anime01 1.8s ease-in-out 1s 1 forwards;
}
.topOffers.action .inr .data .txt {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.2s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.2s 1 forwards;
}
.topOffers.action .inr .btn {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.4s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.4s 1 forwards;
}
.topOffers.action .inr #tab ul li {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.6s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.6s 1 forwards;
}

.topConcept video {
  transition: 0.4s;
  opacity: 0;
}
.topConcept .inr .sub {
  opacity: 0;
}
.topConcept .inr h1 {
  opacity: 0;
}
.topConcept .inr .play {
  opacity: 0;
}
.topConcept .inr .bodyCopy {
  opacity: 0;
}
.topConcept .inr .btn {
  opacity: 0;
}

.topConcept.action video {
  opacity: 1;
}
.topConcept.action .inr .sub {
  -webkit-animation: anime03 1.2s cubic-bezier(0.55, 0, 0.1, 1) 0.5s 1 forwards;
  animation: anime03 1.2s cubic-bezier(0.55, 0, 0.1, 1) 0.5s 1 forwards;
}
.topConcept.action .inr h1 {
  -webkit-animation: anime03 1.2s cubic-bezier(0.55, 0, 0.1, 1) 0.6s 1 forwards;
  animation: anime03 1.2s cubic-bezier(0.55, 0, 0.1, 1) 0.6s 1 forwards;
}
.topConcept.action .inr .play {
  -webkit-animation: anime03 1.2s cubic-bezier(0.55, 0, 0.1, 1) 0.7s 1 forwards;
  animation: anime03 1.2s cubic-bezier(0.55, 0, 0.1, 1) 0.7s 1 forwards;
}
.topConcept.action .inr .bodyCopy {
  -webkit-animation: anime03 1.2s cubic-bezier(0.55, 0, 0.1, 1) 0.8s 1 forwards;
  animation: anime03 1.2s cubic-bezier(0.55, 0, 0.1, 1) 0.8s 1 forwards;
}
.topConcept.action .inr .btn {
  -webkit-animation: anime03 1.2s cubic-bezier(0.55, 0, 0.1, 1) 0.9s 1 forwards;
  animation: anime03 1.2s cubic-bezier(0.55, 0, 0.1, 1) 0.9s 1 forwards;
}

.topGuestroom:before {
  opacity: 0;
}
.topGuestroom .title {
  opacity: 0;
}
.topGuestroom .title:after {
  opacity: 0;
}
.topGuestroom .inr .img {
  opacity: 0;
}
.topGuestroom .inr .data {
  opacity: 0;
}

.topGuestroom.action:before {
  -webkit-animation: anime05 1.7s ease-in-out 1.3s 1 forwards;
  animation: anime05 1.7s ease-in-out 1.3s 1 forwards;
}
.topGuestroom.action .title {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.7s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.7s 1 forwards;
}
.topGuestroom.action .title:after {
  -webkit-animation: anime01 1.8s ease-in-out 1.7s 1 forwards;
  animation: anime01 1.8s ease-in-out 1.7s 1 forwards;
}
.topGuestroom.action .inr .img {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 2.2s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 2.2s 1 forwards;
}
.topGuestroom.action .inr .data {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 2.5s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 2.5s 1 forwards;
}

.topRestaurant .title {
  opacity: 0;
}
.topRestaurant .title:after {
  opacity: 0;
}
.topRestaurant .inr1 .data .vi {
  opacity: 0;
}
.topRestaurant .inr1 .data h2 {
  opacity: 0;
}
.topRestaurant .inr1 .data .btn {
  opacity: 0;
}
.topRestaurant .inr1 .img {
  opacity: 0;
}
.topRestaurant .title2 {
  opacity: 0;
}
.topRestaurant .title2:after {
  opacity: 0;
}
.topRestaurant .inr2 .data .vi {
  opacity: 0;
}
.topRestaurant .inr2 .data h2 {
  opacity: 0;
}
.topRestaurant .inr2 .data .btn {
  opacity: 0;
}
.topRestaurant .inr2 .img {
  opacity: 0;
}

.topRestaurant.action .title {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1 forwards;
}
.topRestaurant.action .title:after {
  -webkit-animation: anime01 1.8s ease-in-out 1 forwards;
  animation: anime01 1.8s ease-in-out 1 forwards;
}
.topRestaurant.action .inr1 .data .vi {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.6s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.6s 1 forwards;
}
.topRestaurant.action .inr1 .data h2 {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.8s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.8s 1 forwards;
}
.topRestaurant.action .inr1 .data .btn {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1s 1 forwards;
}
.topRestaurant.action .inr1 .img {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.2s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.2s 1 forwards;
}

.topRestaurant .title2.action {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1 forwards;
}
.topRestaurant .title2.action:after {
  -webkit-animation: anime01 1.8s ease-in-out 1 forwards;
  animation: anime01 1.8s ease-in-out 1 forwards;
}
.topRestaurant .inr2.action .data .vi {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.8s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.8s 1 forwards;
}
.topRestaurant .inr2.action .data h2 {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1s 1 forwards;
}
.topRestaurant .inr2.action .data .btn {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.2s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.2s 1 forwards;
}
.topRestaurant .inr2.action .img {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.6s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.6s 1 forwards;
}

.topCollabo .title {
  opacity: 0;
}
.topCollabo .title:after {
  opacity: 0;
}
.topCollabo .inr {
  opacity: 0;
}
.topCollabo .inr ul li a .img {
  opacity: 0;
}
.topCollabo .inr ul li a h3 {
  opacity: 0;
}
.topCollabo .inr ul li a .txt {
  opacity: 0;
}
.topCollabo .inr .btn {
  opacity: 0;
}

.topCollabo.action .title {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.5s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.5s 1 forwards;
}
.topCollabo.action .title:after {
  -webkit-animation: anime01 1.8s ease-in-out 0.5s 1 forwards;
  animation: anime01 1.8s ease-in-out 0.5s 1 forwards;
}
.topCollabo.action .inr {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1s 1 forwards;
}
.topCollabo.action .inr ul li a .img {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.2s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.2s 1 forwards;
}
.topCollabo.action .inr ul li a h3 {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.4s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.4s 1 forwards;
}
.topCollabo.action .inr ul li a .txt {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.6s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.6s 1 forwards;
}
.topCollabo.action .inr .btn {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.8s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.8s 1 forwards;
}

.topNews .title {
  opacity: 0;
}
.topNews .title:after {
  opacity: 0;
}
.topNews .inr ul li {
  opacity: 0;
}
.topNews .inr .btn {
  opacity: 0;
}

.topNews.action .title {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.5s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.5s 1 forwards;
}
.topNews.action .title:after {
  -webkit-animation: anime01 1.8s ease-in-out 0.5s 1 forwards;
  animation: anime01 1.8s ease-in-out 0.5s 1 forwards;
}
.topNews.action .inr ul li:first-child {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1s 1 forwards;
}
.topNews.action .inr ul li:nth-child(2) {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.2s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.2s 1 forwards;
}
.topNews.action .inr ul li:nth-child(3) {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.4s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.4s 1 forwards;
}
.topNews.action .inr ul li:nth-child(4) {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.6s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.6s 1 forwards;
}
.topNews.action .inr .btn {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.8s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.8s 1 forwards;
}

.topLocation {
  opacity: 0;
}
.topLocation .title {
  opacity: 0;
}
.topLocation .title:after {
  opacity: 0;
}
.topLocation .detail {
  opacity: 0;
}
.topLocation .inr .img {
  opacity: 0;
}

.topLocation.action {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1 forwards;
}
.topLocation.action .title {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1s 1 forwards;
}
.topLocation.action .title:after {
  -webkit-animation: anime01 1.8s ease-in-out 1s 1 forwards;
  animation: anime01 1.8s ease-in-out 1s 1 forwards;
}
.topLocation.action .detail {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.5s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.5s 1 forwards;
}
.topLocation.action .inr .img {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.5s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.5s 1 forwards;
}

.bookNow {
  /*opacity: 0;*/
  transition: 2s;
}
.bookNow p img {
  opacity: 0;
}
.bookNow .btn {
  opacity: 0;
}

.bookNow.action {
  opacity: 1;
}
.bookNow.action p img {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1s 1 forwards;
}
.bookNow.action .btn {
  -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.5s 1 forwards;
  animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.5s 1 forwards;
}

/*
-webkit-animation: fadeIn01 1.4s cubic-bezier(.55,0,.1,1) both;
*/
.anime01 {
  -webkit-animation: anime01 0.4s ease 0.2s 1 forwards;
  animation: anime01 0.4s ease 0.2s 1 forwards;
}

@-webkit-keyframes anime00 {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 30% 0%);
    clip-path: inset(0 100% 30% 0%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes anime00 {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 30% 0%);
    clip-path: inset(0 100% 30% 0%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes anime01 {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0% 0%);
    clip-path: inset(0 100% 0% 0%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes anime01 {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0% 0%);
    clip-path: inset(0 100% 0% 0%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes anime02 {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0% 0%);
    clip-path: inset(0 100% 0% 0%);
    -webkit-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes anime02 {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0% 0%);
    clip-path: inset(0 100% 0% 0%);
    -webkit-transform: translate(-30px, 0);
    -ms-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes anime03 {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0% 0%);
    clip-path: inset(0 100% 0% 0%);
    -webkit-transform: translate(-60px, 0);
    -ms-transform: translate(-60px, 0);
    transform: translate(-60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes anime03 {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 100% 0% 0%);
    clip-path: inset(0 100% 0% 0%);
    -webkit-transform: translate(-60px, 0);
    -ms-transform: translate(-60px, 0);
    transform: translate(-60px, 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes anime04 {}
@keyframes anime04 {}
@-webkit-keyframes anime05 {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 0% 30% 100%);
    clip-path: inset(0 0 30% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes anime05 {
  0% {
    opacity: 0;
    -webkit-clip-path: inset(0 0 30% 100%);
    clip-path: inset(0 0 30% 100%);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
/* Responsive Start */
@media only screen and (max-width: 960px) {
  .wrap {
    padding-top: 0;
  }

  .topMv {
    margin: 0;
    padding: 0;
    max-width: auto;
    max-width: inherit;
  }
  .topMv .tagline {
    background: url("../uniq/top/img_topmv_tagline.png") center 25px no-repeat;
    background-size: auto calc(100vh - 350px);
    min-height: auto;
    min-height: inherit;
    width: 50px;
  }
  .topMv .img {
    background: url("../uniq/top/img_topmv_01_sp.jpg") center center no-repeat;
    background-size: cover;
    /*
    min-height: calc(100vh - 255px);
    width: calc(100% - 50px);
    */
  }

  .spMenuSet {
    opacity: 0;
  }

  body {
    padding-bottom: 0;
  }

  body.topStart {
    padding-bottom: 90px;
  }
  body.topStart .wrap {
    padding-top: 35px;
  }
  body.topStart .topMv .img {
    transition: all 1.2s cubic-bezier(0.55, 0, 0.1, 1);
    min-height: calc(100vh - 80px);
    width: calc(100% - 50px) !important;
    height: calc(100vh - 50px) !important;
  }
  body.topStart .topMv .tagline {
    background: url("../uniq/top/img_topmv_tagline.png") center 15px no-repeat;
    background-size: auto calc(100vh - 250px);
    height: calc(100vh - 35px) !important;
    width: 50px;
  }
  body.topStart #name-ga-cookie-accept-bar.onShow {
    bottom: 0;
    opacity: 1;
  }
  body.topStart .spMenuSet {
    opacity: 1;
    transition: all 1.2s cubic-bezier(0.55, 0, 0.1, 1);
  }

  .topOffers {
    background: url("../uniq/top/bg_topoffers.png") center top no-repeat;
    background-size: 200% auto;
    display: block;
    margin: 0;
    padding: 70px 0;
  }
  .topOffers .tabMenu {
    margin-bottom: 25px;
    width: auto;
  }
  .topOffers .tabMenu ul {
    justify-content: center;
  }
  .topOffers .tabMenu ul li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .topOffers .tabMenu ul li:after {
    margin: 0 10px;
  }
  .topOffers .tabMenu ul li a,
.topOffers .tabMenu ul li span {
    padding: 0 4px;
  }
  .topOffers .tabMenu ul li a:hover,
.topOffers .tabMenu ul li span:hover {
    opacity: 1;
  }
  .topOffers .tabMenu ul li.current a,
.topOffers .tabMenu ul li.current span {
    opacity: 1;
    text-decoration: underline;
  }
  .topOffers .tabMenu ul li:last-child:after {
    display: none;
  }
  .topOffers .inr {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: auto;
  }
  .topOffers .inr .data {
    padding: 0 0 30px;
    width: auto;
  }
  .topOffers .inr .data .offers {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.4em;
    font-variant-ligatures: none;
    margin-bottom: 20px;
    text-align: center;
  }
  .topOffers .inr .data .offers:after {
    margin-left: 10px;
    width: 40px;
  }
  .topOffers .inr .data .txt {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 200;
    letter-spacing: 0.15em;
    line-height: 2.2;
    margin-bottom: 0;
    text-align: center;
  }
  .topOffers .inr #tab {
    margin-bottom: 60px;
    width: auto;
  }
  .topOffers .inr #tab ul.offerSlider li {
    margin: 0 10px;
    padding: 20px 0;
  }
  .topOffers .inr #tab ul.offerSlider li a,
.topOffers .inr #tab ul.offerSlider li span {
    display: block;
    transition: 0.5s;
  }
  .topOffers .inr #tab ul.offerSlider li a .img img,
.topOffers .inr #tab ul.offerSlider li span .img img {
    max-height: 40vw;
  }
  .topOffers .inr #tab ul.offerSlider li a .box,
.topOffers .inr #tab ul.offerSlider li span .box {
    padding: 15px 20px 50px;
  }
  .topOffers .inr #tab ul.offerSlider li a .box:after,
.topOffers .inr #tab ul.offerSlider li span .box:after {
    border-bottom: 1px solid #ccc;
    font-size: 9px;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    padding: 0 2px 5px;
    bottom: 15px;
    left: 15px;
  }
  .topOffers .inr #tab ul.offerSlider li a .box p.tag,
.topOffers .inr #tab ul.offerSlider li span .box p.tag {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
  }
  .topOffers .inr #tab ul.offerSlider li a .box p.tag time:before,
.topOffers .inr #tab ul.offerSlider li span .box p.tag time:before {
    margin: 0 10px;
    width: 20px;
  }
  .topOffers .inr #tab ul.offerSlider li a .box h2,
.topOffers .inr #tab ul.offerSlider li span .box h2 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .topOffers .inr #tab ul.offerSlider li a:hover,
.topOffers .inr #tab ul.offerSlider li span:hover {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
  .topOffers .inr #tab ul.offerSlider li.slick-center a {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.8);
  }
  .topOffers .inr #tab .slick-list {
    padding: 0;
  }
  .topOffers .inr #tab .slick-dots {
    bottom: -45px;
  }
  .topOffers .inr #tab .slick-dots li {
    margin: 0 7px !important;
  }
  .topOffers .inr #tab .slick-dots li button::before {
    color: #fff;
    opacity: 0.25;
  }
  .topOffers .inr #tab .slick-dots li.slick-active button::before {
    color: #fff;
    opacity: 0.75;
  }
  .topOffers .inr .btn {
    text-align: center;
  }
  .topOffers .inr .btn a {
    background: url("../cmn_img/icon_arrow_01_w.png") 90% center no-repeat;
    background-size: 15px auto;
    border: 1px solid #777;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 200;
    line-height: 1.4;
    font-variant-ligatures: none;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-align: left;
    min-width: 240px;
    padding: 14px 50px 14px 30px;
    transition: 0.3s;
  }
  .topOffers .inr .btn a:hover {
    background-position: 94% center;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
    letter-spacing: 0.2em;
  }

  .topConcept {
    background: url("/cmn/uniq/concept/bg_texture_01.png") center center no-repeat;
    background-size: cover;
    min-height: calc(100vh - 50px);
    padding: 20px 20px;
  }
  .topConcept .inr .sub {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
  .topConcept .inr h1 {
    margin-bottom: 30px;
    width: 100%;
  }
  .topConcept .inr h1 img {
    height: auto;
    width: 90%;
  }
  .topConcept .inr .play {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 200;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
    text-align: center;
  }
  .topConcept .inr .play a {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    transition: 0.2s;
    opacity: 0.6;
  }
  .topConcept .inr .play a:before {
    background: url("../uniq/concept/icon_play.png") center center no-repeat;
    background-size: 64px auto;
    content: "";
    display: block;
    height: 80px;
    margin: 0 auto;
    transition: 0.2s;
    width: 80px;
    opacity: 0.8;
  }
  .topConcept .inr .play a:hover {
    letter-spacing: 0.1em;
    opacity: 1;
  }
  .topConcept .inr .play a:hover:before {
    background-size: 64px auto;
    opacity: 1;
  }
  .topConcept .inr .bodyCopy {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 200;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  .topConcept .inr .btn a {
    min-width: 240px;
  }

  .topGuestroom {
    /*
    background: url("/cmn/cmn_img/bg_wave_04.png") center -2vw no-repeat;
    background-size: 110vw auto;
    */
    display: block;
    min-height: inherit;
    min-height: none;
    padding: 50px 20px 30px !important;
  }
  .topGuestroom .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 25px;
    text-align: center;
  }
  .topGuestroom .title:after {
    margin-left: 10px;
    width: 40px;
  }
  .topGuestroom .inr {
    display: block;
    width: auto;
  }
  .topGuestroom .inr .img {
    margin: 0;
    position: static;
    width: auto;
  }
  .topGuestroom .inr .img img {
    height: 60vw;
  }
  .topGuestroom .inr .data {
    background: url("../uniq/guestroom/bg_texture.png") center center no-repeat;
    background-size: cover;
    display: block;
    padding: 60px 20px 20px;
    text-align: left;
    height: auto;
    width: auto;
    max-height: none;
    max-height: inherit;
    position: relative;
    left: auto;
  }
  .topGuestroom .inr .data h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 15px;
  }
  .topGuestroom .inr .data .txt {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  .topGuestroom .inr .data .btn {
    text-align: center;
  }
  .topGuestroom .inr .data .btn a {
    margin: 0 auto;
    min-width: 240px;
  }
  .topGuestroom .inr .data .btn a:hover {
    background-position: 94% center;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
    letter-spacing: 0.2em;
  }
  .topGuestroom .guestSlider .slick-slide {
    padding-bottom: 30px;
  }
  .topGuestroom .guestSlider .slick-current,
.topGuestroom .guestSlider .slick-active {
    z-index: 2000 !important;
  }
  .topGuestroom .slick-list {
    padding: 0;
  }
  .topGuestroom .slick-prev,
.topGuestroom .slick-next {
    display: none !important;
  }
  .topGuestroom .slick-dots {
    bottom: -15px;
  }
  .topGuestroom .slick-dots li button::before {
    color: #fff;
    opacity: 0.25;
  }
  .topGuestroom .slick-dots li.slick-active button::before {
    color: #fff;
    opacity: 0.75;
  }
  .topGuestroom .slick-counter {
    color: #eee;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 100;
    top: 20px;
    right: 15px;
  }
  .topGuestroom .slick-counter .cc {
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
  }

  .topRestaurant {
    /*
    background: url("../cmn_img/bg_texture_02.png") right 80% no-repeat;
    background-size: 85vw auto;
    */
    display: block;
    min-height: inherit;
    min-height: none;
    margin: 0;
    padding: 60px 0;
  }
  .topRestaurant .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 25px;
    text-align: center;
  }
  .topRestaurant .title:after {
    margin-left: 10px;
    width: 40px;
  }
  .topRestaurant .inr {
    display: block;
    margin: 0 auto 80px;
    width: 100%;
  }
  .topRestaurant .inr .data {
    width: auto;
  }
  .topRestaurant .inr .data .vi {
    margin-bottom: 20px;
  }
  .topRestaurant .inr .data h2 {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 0 0 30px 15px;
  }
  .topRestaurant .inr .data h2 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .topRestaurant .inr .data .btn {
    display: block;
    max-width: 240px;
    margin: 0 auto;
  }
  .topRestaurant .inr .data .btn a {
    margin: 0 auto;
    text-align: left;
  }
  .topRestaurant .inr .img {
    display: none;
    width: auto;
  }
  .topRestaurant .title2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 25px;
    text-align: center;
  }
  .topRestaurant .title2:after {
    margin-left: 10px;
    width: 40px;
  }
  .topRestaurant .inr2 {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .topRestaurant .inr2 .data {
    width: auto;
  }
  .topRestaurant .inr2 .data .vi {
    margin-bottom: 20px;
  }
  .topRestaurant .inr2 .data h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin: 0 0 30px 15px;
  }
  .topRestaurant .inr2 .data h2 span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .topRestaurant .inr2 .data .btn {
    display: block;
    max-width: 240px;
    margin: 0 auto;
  }
  .topRestaurant .inr2 .data .btn a {
    margin: 0 auto;
    text-align: left;
  }
  .topRestaurant .inr2 .img {
    display: none;
    width: auto;
  }

  .topCollabo {
    margin: 0;
    padding: 50px 0 0 !important;
  }
  .topCollabo .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 25px;
    text-align: center;
  }
  .topCollabo .title:after {
    margin-left: 10px;
    width: 40px;
  }
  .topCollabo .inr {
    background: url("../cmn_img/bg_texture_04.png") center center no-repeat;
    background-size: cover;
    padding: 30px 0 50px 15px;
    text-align: center;
    width: 100%;
  }
  .topCollabo .inr ul {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .topCollabo .inr ul li {
    margin-bottom: 7px;
    width: auto;
  }
  .topCollabo .inr ul li a {
    display: flex;
    justify-content: space-between;
  }
  .topCollabo .inr ul li a .img {
    line-height: 0;
    margin: 0 15px 0 0;
    width: 120px;
  }
  .topCollabo .inr ul li a .img img {
    height: 80px;
  }
  .topCollabo .inr ul li a:hover .img {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0);
  }
  .topCollabo .inr ul li a .data {
    width: calc(100% - 125px);
  }
  .topCollabo .inr ul li a .data h3 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 5px;
    padding-top: 10px;
  }
  .topCollabo .inr ul li a .data .txt {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.6;
  }
  .topCollabo .inr .btn a {
    text-align: left;
  }

  .topNews {
    margin: 0;
    padding: 50px 0;
  }
  .topNews .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 25px;
    text-align: center;
  }
  .topNews .title:after {
    margin-left: 10px;
    width: 40px;
  }
  .topNews .inr {
    padding: 20px 20px 0;
    text-align: left;
    width: 100%;
  }
  .topNews .inr ul {
    margin-bottom: 30px;
  }
  .topNews .inr ul li {
    margin-bottom: 10px;
  }
  .topNews .inr ul li a {
    background: url("../cmn_img/icon_arrow_01.png") 93% center no-repeat #fff;
    display: block;
    align-items: center;
    padding: 20px 20px;
  }
  .topNews .inr ul li a:hover {
    background: url("../cmn_img/icon_arrow_01.png") 97% center no-repeat #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: #c0991f;
  }
  .topNews .inr ul li a h3 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
    margin-right: 30px;
    width: auto;
  }
  .topNews .inr ul li a .tag {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    margin-bottom: 5px;
    width: auto;
  }
  .topNews .inr .btn {
    display: block;
    margin: 0 auto;
    max-width: 240px;
  }
  .topNews .inr .btn a {
    text-align: left;
  }

  .topLocation {
    padding: 50px 20px 0 !important;
  }
  .topLocation .title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding-top: 0;
    text-align: center;
  }
  .topLocation .title:after {
    margin-left: 10px;
    width: 40px;
  }
  .topLocation .inr {
    display: block;
    margin: 0 auto;
    width: auto;
  }
  .topLocation .inr .img {
    width: auto;
  }
  .topLocation .inr .img iframe {
    height: 300px;
    min-height: inherit;
    min-height: auto;
    width: 100%;
  }
  .topLocation .inr .data {
    margin-bottom: 35px;
    width: auto;
  }
  .topLocation .inr .data p {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 2.4;
  }
  .topLocation .inr .data h3.name {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }
  .topLocation .inr .data h3.name span {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    margin-left: 0;
  }
  .topLocation .inr .data h3.locationTitle {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 30px 0 5px;
  }
  .topLocation .inr .data h3.locationTitle span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .topLocation .inr .data h3.locationTitle span:after {
    margin: 0 7px;
    width: 20px;
  }

  #loading .logo {
    margin: -10px 0 0 -80px;
    width: 160px;
  }
  #loading .arrowWrap {
    right: -10px;
    bottom: -10px;
    height: 150px;
  }
  #loading .arrowInner p {
    font-size: 9px;
    margin-right: -4px;
  }
  #loading .arrow {
    height: 60px;
  }
  #loading .arrow::before {
    height: 60px;
    top: -150px;
  }

  .topOffers.action {
    -webkit-animation: anime00 1.7s ease 1 forwards;
    animation: anime00 1.7s ease 1 forwards;
  }
  .topOffers.action .inr .data .offers {
    -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.5s 1 forwards;
    animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.5s 1 forwards;
  }
  .topOffers.action .inr .data .offers:after {
    -webkit-animation: anime01 1.8s ease-in-out 0.5s 1 forwards;
    animation: anime01 1.8s ease-in-out 0.5s 1 forwards;
  }
  .topOffers.action .inr .data .txt {
    -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.7s 1 forwards;
    animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.7s 1 forwards;
  }
  .topOffers.action .inr .btn {
    -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.9s 1 forwards;
    animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.9s 1 forwards;
  }
  .topOffers.action .inr #tab ul li {
    -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.1s 1 forwards;
    animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.1s 1 forwards;
  }

  .topConcept.action .inr .sub {
    -webkit-animation: anime03 1.2s cubic-bezier(0.55, 0, 0.1, 1) 0.1s 1 forwards;
    animation: anime03 1.2s cubic-bezier(0.55, 0, 0.1, 1) 0.1s 1 forwards;
  }
  .topConcept.action .inr h1 {
    -webkit-animation: anime03 1.2s cubic-bezier(0.55, 0, 0.1, 1) 0.2s 1 forwards;
    animation: anime03 1.2s cubic-bezier(0.55, 0, 0.1, 1) 0.2s 1 forwards;
  }
  .topConcept.action .inr .play {
    -webkit-animation: anime03 1.2s cubic-bezier(0.55, 0, 0.1, 1) 0.3s 1 forwards;
    animation: anime03 1.2s cubic-bezier(0.55, 0, 0.1, 1) 0.3s 1 forwards;
  }
  .topConcept.action .inr .bodyCopy {
    -webkit-animation: anime03 1.2s cubic-bezier(0.55, 0, 0.1, 1) 0.4s 1 forwards;
    animation: anime03 1.2s cubic-bezier(0.55, 0, 0.1, 1) 0.4s 1 forwards;
  }
  .topConcept.action .inr .btn {
    -webkit-animation: anime03 1.2s cubic-bezier(0.55, 0, 0.1, 1) 0.5s 1 forwards;
    animation: anime03 1.2s cubic-bezier(0.55, 0, 0.1, 1) 0.5s 1 forwards;
  }

  .topLocation.action {
    -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1 forwards;
    animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1 forwards;
  }
  .topLocation.action .title {
    -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.5s 1 forwards;
    animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.5s 1 forwards;
  }
  .topLocation.action .title:after {
    -webkit-animation: anime01 1.8s ease-in-out 0.5s 1 forwards;
    animation: anime01 1.8s ease-in-out 0.5s 1 forwards;
  }
  .topLocation.action .detail {
    -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1s 1 forwards;
    animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1s 1 forwards;
  }
  .topLocation.action .inr .img {
    -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.5s 1 forwards;
    animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1.5s 1 forwards;
  }

  .bookNow.action {
    opacity: 1;
  }
  .bookNow.action p img {
    -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.5s 1 forwards;
    animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 0.5s 1 forwards;
  }
  .bookNow.action .btn {
    -webkit-animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1s 1 forwards;
    animation: anime02 1s cubic-bezier(0.55, 0, 0.1, 1) 1s 1 forwards;
  }
}

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