@charset "UTF-8";
/* CSS Document */
/* 2018.09 スカイツリーテラスツアー */

/*-------------------------------------------------
  -------------------------------------------------

COMMON Style

-------------------------------------------------
-------------------------------------------------*/
@media screen and (min-width: 769px) {
  html, body {
    min-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  #sky-terrace .anim-elm,
  #sky-terrace .mv-anim-elm,
  .loaded #sky-terrace .mv .active.grid-wrap .photo {
    opacity: 0 !important;
  }
}
.owl-item {
  padding: 1px;
}

/*-------------------------------------------------
Base
-------------------------------------------------*/
#sky-terrace {
  overflow: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-size: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  letter-spacing: .08em;
}
#sky-terrace * {
  box-sizing: border-box;
}
#sky-terrace img {
  line-height: 1;
}
#sky-terrace .sp {
  display: none;
}
#sky-terrace .fll {
  float: left;
}
#sky-terrace .flr {
  float: right;
}
#sky-terrace .t-center {
  text-align: center;
}
#sky-terrace .c-blue {
  color: #00a0e9;
}
#sky-terrace .btn {
  text-align: center;
}
#sky-terrace main a.t-link {
  position: relative;
  color: #00a0e9;
  font-weight: bold;
/*   text-decoration: underline; */
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #f0e900 0%) repeat scroll 0 0;
}
#sky-terrace main a.t-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
#sky-terrace a:hover img {
  opacity: 0.7;
}
#sky-terrace a:hover,
#sky-terrace a:hover img {
  -webkit-transition: .2s linear;
  -moz-transition: .2s linear;
  -o-transition: .2s linear;
  -ms-transition: .2s linear;
  transition: .2s linear;
}
@media (max-width: 768px) {
  #sky-terrace {
    font-size: 15px;
    letter-spacing: 0;
  }
  #sky-terrace img {
    width: 100%;
    height: auto;
  }
  #sky-terrace .sp {
    display: block;
  }
  #sky-terrace .pc {
    display: none;
  }
  #sky-terrace .fll,
  #sky-terrace .flr {
    float: none;
  }
  #sky-terrace .btn {
    max-width: 350px;
    margin: 0 auto;
  }
}

/*-------------------------------------------------
Header
-------------------------------------------------*/
@media (min-width: 769px) {
  #sky-terrace .main-header nav {
    opacity: 0;
    position: fixed;
    top: 191px;
    right: 0;
    z-index: 9999;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .loaded #sky-terrace .main-header nav {
    animation: fadeIn 1s linear both;
  }
  .fixed #sky-terrace .main-header nav {
    top: 62px;
  }
  /*  nav-list
  -------------------- */
  #sky-terrace nav ul.nav-list {
    width: 745.5px;
    height: 32.5px;
    background: url(../images/nav.png) no-repeat;
    background-size: 100% auto;
  }
  #sky-terrace nav ul.nav-list li a {
    float: left;
    height: 100%;
    text-indent: -9999px;
  }
  #sky-terrace nav ul.nav-list li:nth-child(1) a {
    width: 99px;
  }
  #sky-terrace nav ul.nav-list li:nth-child(2) a {
    width: 130px;
  }
  #sky-terrace nav ul.nav-list li:nth-child(3) a {
    width: 201px;
  }
  #sky-terrace nav ul.nav-list li:nth-child(4) a {
    width: 186px;
  }
  #sky-terrace nav ul.nav-list li:nth-child(5) a {
    width: 129px;
  }
  /*  lang-list
  -------------------- */
  #sky-terrace nav ul.lang-list {
    float: right;
    margin-right: 10px;
  }
  #sky-terrace nav ul.lang-list {
    text-align: center;
  }
  #sky-terrace nav ul.lang-list li {
    display: inline-block;
  }
  #sky-terrace nav ul.lang-list li a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    text-decoration: none;
  }
}

@media (max-width: 768px) {
  /*  trigger
  -------------------- */
  .nav-trigger,
  .nav-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .nav-trigger {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: #00a0e9;
    z-index: 10000;
  }
  .nav-trigger.no-fix {
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 1 !important;
  }
  .nav-trigger::after {
    content: "MENU";
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    color: #00a0e9;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: -0.05em;
    line-height: 1;
  }
  .nav-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    width: 70%;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
  }
  .nav-trigger span:nth-of-type(1) { top:7px; }
  .nav-trigger span:nth-of-type(2) { top:14px; }
  .nav-trigger span:nth-of-type(3) { bottom:7px; }
  .nav-trigger.open span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .nav-trigger.open span:nth-of-type(2) {
    opacity: 0 !important;
  }
  .nav-trigger.open span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
  nav .ul-wrap {
    overflow-x: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20% 0 0;
    background: rgba(255,255,255,0.8);
    z-index: 9999;
    transition: .3s ease-in-out;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  nav .ul-wrap.open {
    display: block;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  /*  nav-list
  -------------------- */
  #sky-terrace nav ul.nav-list {
    width: auto;
    height: auto;
    margin-bottom: 60px;
    background: none;
  }
  #sky-terrace nav ul.nav-list li a,
  #sky-terrace nav ul.nav-list li:nth-child(1) a,
  #sky-terrace nav ul.nav-list li:nth-child(2) a,
  #sky-terrace nav ul.nav-list li:nth-child(3) a,
  #sky-terrace nav ul.nav-list li:nth-child(4) a,
  #sky-terrace nav ul.nav-list li:nth-child(5) a,
  #sky-terrace nav ul.nav-list li:nth-child(6) a {
    position: relative;
    float: none;
    display: block;
    height: auto;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    text-indent: 0;
    color: #00a0e9;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  #sky-terrace nav ul.nav-list li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 1px;
    margin: 0 auto;
    background: #00a0e9;
  }
  /*  lang-list
  -------------------- */
  #sky-terrace nav ul.lang-list {
    float: none;
    width: 80%;
    margin-right: 0;
  }
  #sky-terrace nav ul.lang-list {
    margin: 0 auto;
    text-align: center;
  }
  #sky-terrace nav ul.lang-list li {
    position: relative;
    display: inline-block;
    width: 32%;
    margin-bottom: 30px;
  }
  #sky-terrace nav ul.lang-list li a {
    font-size: 16px;
    margin-right: 0;
    color: #005a83;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
  }
  #sky-terrace nav ul.lang-list li::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 20px;
    background: #005a83;
    -webkit-transform: skew(-13deg);
    transform: skew(-13deg);
  }
  #sky-terrace nav ul.lang-list li:nth-child(3n)::after {
    background: none;
  }
}


/*-------------------------------------------------
Footer
-------------------------------------------------*/
#sky-terrace footer {
  background: #fff;
}

/* ---------------
	SNS
------------------ */
/* SNS(small) */

#sky-terrace .sns-s {
  overflow: hidden;
  display: table;
  max-width: 600px;
  margin: 0 auto 50px;
  text-align: center;
}
#sky-terrace .sns-s li {
  display: table-cell;
  padding: 0 15px;
}
#sky-terrace .sns-s li a {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
}
#sky-terrace .sns-s li a .icon-fill {
  transition: all 0.25s ease-out;
  fill:#fff;
}
#sky-terrace .sns-s li a:hover .icon-fill {
  fill:#fff;
}
#sky-terrace .sns-s li a .icon-frame {
  transition: all 0.25s ease-out;
  fill:#000;
  transform: scale(1.0);
  transform-origin: 50% 50% 0;
}
#sky-terrace .sns-s li a:hover .icon-frame {
  fill:#fff;
  transform: scale(1.0);
}
#sky-terrace .sns-s li.sns-tw a .icon-frame {
  fill:#00aced;
}
#sky-terrace .sns-s li.sns-fb a .icon-frame {
  fill:#305097;
}
#sky-terrace .sns-s li.sns-ln a .icon-frame {
  fill:#5ae628;
}
#sky-terrace .sns-s li a:hover .icon-frame {
  opacity: .7
}
@media (max-width: 768px) {
  #sky-terrace .sns-s {
    max-width: 80%;
    margin: 0 auto 30px;
  }
  #sky-terrace .sns-s li a {
    width: 32px;
    height: 32px;
  }
}



/*-------------------------------------------------
MainVisual
-------------------------------------------------*/
#sky-terrace .mv {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
  margin-bottom: 6px;
}
#sky-terrace .mv h1,
#sky-terrace .mv .mv-lead {
  position: absolute;
  z-index: 2;
}
#sky-terrace .mv h1 {
  width: 406px;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#sky-terrace .mv .mv-lead {
  top: 15%;
  right: 9%;
}
/* grid-wrap
------------------------------ */
#sky-terrace .mv .grid-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: 0.7s linear;
  transition: 0.7s linear;
}
.loaded #sky-terrace .mv .grid-wrap.active {
  z-index: 1;
  opacity: 1 !important;
}
#sky-terrace .mv .wrap01 {
  background-image: url(../images/mv_grid01_bg.jpg);
}
#sky-terrace .mv .wrap02 {
  background-image: url(../images/mv_grid02_bg.jpg);
}

#sky-terrace .mv .grid01 {
  display: -ms-grid;
  display: grid;
  width: 160%;
  width: 160vw;
  height: 100%;
  margin-left: -30vw;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  -ms-grid-columns: 3fr 5fr;
      grid-template-columns: 3fr 5fr;
  -webkit-transform: skew(-13deg);
  transform: skew(-13deg);
}
#sky-terrace .mv .grid01 > div {
  overflow: hidden;
  position: relative;
}
#sky-terrace .mv .grid01 > div:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;

  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
#sky-terrace .mv .grid01 > div:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;

  grid-row: 2 / 3;
  grid-column: 1 / 2;
}
#sky-terrace .mv .grid01 > div:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row-span: 2;

  grid-row: 1 / 3;
  grid-column: 2 / 3;
}

#sky-terrace .mv .grid02 {
  display: -ms-grid;
  display: grid;
  width: 160%;
  width: 160vw;
  height: 100%;
  margin-left: -30vw;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  -ms-grid-columns: 5fr 3fr;
      grid-template-columns: 5fr 3fr;
  -webkit-transform: skew(-13deg);
  transform: skew(-13deg);
}
#sky-terrace .mv .grid02 > div {
  overflow: hidden;
  position: relative;
}
#sky-terrace .mv .grid02 > div:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-span: 2;

  grid-row: 1 / 3;
  grid-column: 1 / 2;
}
#sky-terrace .mv .grid02 > div:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;

  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
#sky-terrace .mv .grid02 > div:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;

  grid-row: 2 / 3;
  grid-column: 2 / 3;
}

#sky-terrace .mv .grid01 > div:nth-child(1) .photo {
  top: -20%;
  right: -10%;
  background-image: url(../images/mv_grid01_img01.jpg);
}
#sky-terrace .mv .grid01 > div:nth-child(2) .photo {
  right: -10%;
  background-image: url(../images/mv_grid01_img02.jpg);
}
#sky-terrace .mv .grid01 > div:nth-child(3) .photo {
  left: -12%;
  right: 23%;
  background-image: url(../images/mv_grid01_img03.jpg);
  background-position: bottom 9% right;
}
#sky-terrace .mv .grid02 > div:nth-child(1) .photo {
  right: -20%;
  background-image: url(../images/mv_grid02_img01.jpg);
}
#sky-terrace .mv .grid02 > div:nth-child(2) .photo {
  left: -10%;
  background-image: url(../images/mv_grid02_img02.jpg);
}
#sky-terrace .mv .grid02 > div:nth-child(3) .photo {
  left: -10%;
  background-image: url(../images/mv_grid02_img03.jpg);
}
#sky-terrace .mv .grid-wrap .photo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transform: skew(13deg);
  transform: skew(13deg);
}
.loaded #sky-terrace .mv .active.grid-wrap .photo {
  opacity: 0;
  animation: imgFadeIn 8s forwards ease-in-out;
}
.loaded #sky-terrace .mv .active.grid-wrap .grid01 > div:nth-child(2) .photo {
  animation-delay: 0.7s;
}
.loaded #sky-terrace .mv .active.grid-wrap .grid01 > div:nth-child(3) .photo {
  animation-delay: 1s;
}
.loaded #sky-terrace .mv .active.grid-wrap .grid02 > div:nth-child(3) .photo {
  animation-delay: 0.7s;
}
.loaded #sky-terrace .mv .active.grid-wrap .grid02 > div:nth-child(1) .photo {
  animation-delay: 1s;
}

/* line
------------------------------ */
#sky-terrace .mv .line01 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 6px;
  background: #fff;
}
.loaded #sky-terrace .mv .active .line01 {
  animation: line01 2s forwards ease-in;
}
#sky-terrace .mv .line02 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 6px;
  height: 100%;
  background: #fff;
}
.loaded #sky-terrace .mv .active .line02 {
  animation: line02 1.5s forwards ease-in;
}
#sky-terrace .mv .line03 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 6px;
  height: 100%;
  background: #fff;
}
.loaded #sky-terrace .mv .active .line03 {
  animation: line03 1.5s forwards ease-in;
}
#sky-terrace .mv .line04 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  height: 6px;
  background: #fff;
}
.loaded #sky-terrace .mv .active .line04 {
  animation: line04 2s forwards ease-in;
}
@media (max-width: 768px) {
  #sky-terrace .mv {
    min-height: 470px;
  }
  #sky-terrace .mv h1 {
    width: 60%;
    max-width: 300px;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #sky-terrace .mv .mv-lead {
    width: 17px;
    top: 10%;
    right: 5%;
  }
  #sky-terrace .mv .grid01 > div:nth-child(3) .photo {
    left: -45%;
    right: 10%;
    background-position: bottom 14% right 0;
  }
}


/*-------------------------------------------------
Content
-------------------------------------------------*/
#sky-terrace .inner {
  width: 1180px;
  margin: 0 auto;
}
#sky-terrace .inner::after {
  content: "";
  clear: both;
  display: block;
}
#sky-terrace small .t-small {
  font-size: 16px;
}
#sky-terrace main {
  text-align: center;
}
#sky-terrace main .inner {
  padding: 50px 0 80px;
  text-align: left;
}
#sky-terrace main h2 {
  position: relative;
  display: inline-block;
  height: 105px;
  margin: 60px auto 0;
  padding: 0 40px;
  text-align: center;
}
#sky-terrace main h2::before,
#sky-terrace main h2::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 105px;
  background: #00a0e9;
  -webkit-transform: rotate(13deg);
  transform: rotate(13deg);
}
#sky-terrace main .join-area h2::before,
#sky-terrace main .join-area h2::after {
  background: #fff;
}
#sky-terrace main h2::before {
  left: 0;
}
#sky-terrace main h2::after {
  right: 0;
}
#sky-terrace main h2 img {
  margin: 28px 0;
}
#sky-terrace main .about-area h2 img {
  margin: 20px 0;
}
#sky-terrace .about-area,
#sky-terrace .join-area,
#sky-terrace .schedule-area,
#sky-terrace .question-area {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 768px) {
  #sky-terrace .inner {
    width: auto;
  }
  #sky-terrace small .t-small {
    font-size: 13px;
  }
  #sky-terrace main .inner {
    padding: 30px 5% 50px;
  }
  #sky-terrace main h2 {
    height: 50px;
    margin-top: 50px;
    padding: 0 25px;
  }
  #sky-terrace main h2::before,
  #sky-terrace main h2::after {
    height: 50px;
  }
  #sky-terrace main h2 img {
    width: auto;
    height: 25px;
    margin: 12px 0;
  }
}
@media (max-width: 768px) {
  #sky-terrace .about-area,
  #sky-terrace .join-area,
  #sky-terrace .schedule-area,
  #sky-terrace .question-area {
    background-position: center bottom;
    background-attachment: scroll;
  }
}


/*-------------------------------------------------
About
-------------------------------------------------*/
#sky-terrace .about-area {
  background-image: url(../images/bg_about.jpg);
}
/*  about-movie
-------------------- */
#sky-terrace .about-movie {
  overflow: hidden;
  margin: 0 50px 65px;
}
#sky-terrace .about-movie p {
  width: 572px;
  font-size: 22px;
  line-height: 2.2;
}
#sky-terrace .about-movie a {
  display: block;
  background: #fff;
  line-height: 0;
}
#sky-terrace .about-movie a img {
  line-height: 0;
}
/*  about-box
-------------------- */
#sky-terrace .about-box {
  clear: both;
  padding: 50px 60px;
  background: rgba(255, 255, 255, 0.8);
}
#sky-terrace .about-box dl {
  display: table;
  margin-bottom: 30px;
  font-size: 25px;
}
#sky-terrace .about-box dl .t-small {
  font-size: 20px;
}
#sky-terrace .about-box dl dt,
#sky-terrace .about-box dl dd {
  display: table-cell;
  vertical-align: middle;
}
#sky-terrace .about-box dl dt {
  position: relative;

  line-height: 30px;
}
#sky-terrace .about-box dl dd {
  padding-left: 50px;
}
#sky-terrace .about-box dl dd.price {
  line-height: 1.25;
}
#sky-terrace .about-box dl dd.pr50 {
  width: 420px;
  padding-right: 30px;
}
#sky-terrace .about-box dl dd ul.dd-list {
  overflow: hidden;
  margin-bottom: 20px;
}
#sky-terrace .about-box dl dd ul.dd-list li {
  display: inline-block;
  padding: 0 60px;
  border-left: 1px solid #000;
}
#sky-terrace .about-box dl dd ul.dd-list li:last-child {
  border-right: 1px solid #000;
}
#sky-terrace .about-box dl caption {
  caption-side: bottom;
}
#sky-terrace .about-bottom {
  overflow: hidden;
  margin-top: 30px;
}
#sky-terrace .about-bottom p {
  margin-right: 140px;
  color: #00a0e9;
  font-weight: bold;
}

@media (max-width: 768px) {
  /*  h2
  -------------------- */
  #sky-terrace main .about-area h2 {
    padding: 0 20px;
  }
  #sky-terrace .about-area h2 img {
    height: 30px;
  }
  /*  about-movie
  -------------------- */
  #sky-terrace .about-movie {
    margin: 0 auto 50px;
  }
  #sky-terrace .about-movie p {
    width: 100%;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 2.5;
  }
  .remodal .movie {
    width: 100%;
    padding-top: 56.25%;
  }
  .remodal .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  /*  about-box
  -------------------- */
  #sky-terrace .about-box {
    padding: 25px 30px;
  }
  #sky-terrace .about-box dl {
    display: block;
    margin-bottom: 0;
    font-size: 16px;
  }
  #sky-terrace .about-box dl .t-small {
    font-size: 15px;
  }
  #sky-terrace .about-box dl dt,
  #sky-terrace .about-box dl dd {
    display: block;
  }
  #sky-terrace .about-box dl dt {
    margin-bottom: 12px;
    text-align: center;
  }
  #sky-terrace .about-box dl dt img {
    width: auto;
    height: 26px;
  }
  #sky-terrace .about-box dl dd {
    padding: 0;
    margin-bottom: 18px;
    text-align: center;
  }
  #sky-terrace .about-box dl dd.pr50 {
    width: 100%;
    padding-right: 0;
  }
  #sky-terrace .about-box dl dd ul.dd-list {
    margin-bottom: 10px;
  }
  #sky-terrace .about-box dl dd ul.dd-list li {
    padding: 0 9px;
  }
  #sky-terrace .about-bottom {
    margin-top: 30px;
  }
  #sky-terrace .about-bottom p {
    margin-right: 0;
    margin-bottom: 20px;
    color: #00a0e9;
    font-weight: bold;
    text-align: center;
  }
}


/*-------------------------------------------------
Schedule
-------------------------------------------------*/
#sky-terrace .schedule-area {
  background-image: url(../images/bg_schedule.jpg);
}
#sky-terrace .calendar-list {
  
}
/*  calendar nav
-------------------- */
#sky-terrace .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #00a0e9;
  font-size: 20px;
  font-weight: bold;
}
.owl-theme .owl-nav [class*=owl-] {
  margin: 0 80px;
  outline: none;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #00a0e9;
  -webkit-transition: .2s linear;
  -moz-transition: .2s linear;
  -o-transition: .2s linear;
  -ms-transition: .2s linear;
  transition: .2s linear;
}
/*  calendar
-------------------- */
#sky-terrace table.calendar {
  width: 770px;
  margin: 0 auto 30px;
  color: #00a0e9;
  text-align: center;
  border-collapse: collapse;
}
#sky-terrace table.calendar caption {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
#sky-terrace .calendar thead th {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#sky-terrace .calendar tbody {
  border: 4px solid #00a0e9;
  background: rgba(255,255,255, .8)
}
#sky-terrace .calendar td {
  width: calc(100% / 7);
  width: 14.2857143%;
  height: 115px;
  font-size: 35px;
  border: 1px solid #00a0e9;
  vertical-align: middle;
}
#sky-terrace .calendar td:nth-of-type(1),
#sky-terrace .calendar td:nth-of-type(7) {
  background: rgba(204,236,251,0.8);
}
#sky-terrace .calendar td span.true,
#sky-terrace .calendar td span.false {
  position: relative;
  display: block;
}
#sky-terrace .calendar td span.true::after,
#sky-terrace .calendar td span.false::before,
#sky-terrace .calendar td span.false::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#sky-terrace .calendar td span.true::after {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #00a0e9;
}
#sky-terrace .calendar td span.false::before,
#sky-terrace .calendar td span.false::after {
  width: 1px;
  height: 24px;
  background: #00a0e9;
}
#sky-terrace .calendar td span.false::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sky-terrace .calendar td span.false::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sky-terrace .schedule-area small p {
  width: 770px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  /*  calendar nav
  -------------------- */
  #sky-terrace .owl-nav {
    font-size: 16px;
  }
  .owl-theme .owl-nav [class*=owl-] {
    margin: 0 35px;
  }
  /*  calendar
  -------------------- */
  #sky-terrace table.calendar {
    width: 100%;
    margin: 0 auto 20px;
  }
  #sky-terrace table.calendar caption {
    margin-bottom: 10px;
  }
  #sky-terrace .calendar thead th {
    font-size: 16px;
  }
  #sky-terrace .calendar tbody {
    border: 2px solid #00a0e9;
  }
  #sky-terrace .calendar td {
    height: 60px;
    font-size: 18px;
  }
  #sky-terrace .calendar td span.true::after,
  #sky-terrace .calendar td span.false::before,
  #sky-terrace .calendar td span.false::after {
    bottom: -12px;
  }
  #sky-terrace .calendar td span.true::after {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #00a0e9;
  }
  #sky-terrace .calendar td span.false::before,
  #sky-terrace .calendar td span.false::after {
    height: 14px;
  }
  #sky-terrace .schedule-area small p {
    width: auto;
  }
}


/*-------------------------------------------------
Join
-------------------------------------------------*/
#sky-terrace .join-area {
  background-image: url(../images/bg_join.jpg);
}
/*  join-box
-------------------- */
#sky-terrace .join-box {
  position: relative;
  margin-bottom: 150px;
  padding: 75px 60px 50px;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #00a0e9;
  text-align: center;
}
#sky-terrace .join-box.box04 {
  margin-bottom: 40px;
}
#sky-terrace .join-box h3 {
  position: absolute;
  top: -27px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#sky-terrace .join-box h4 {
  border: 4px solid #00a0e9;
  color: #00a0e9;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 30px;
  padding: 15px;
  text-align: center;
}
#sky-terrace .join-box span.t-small {
  font-size: 15px;
}
#sky-terrace .join-box ul.join-list {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
#sky-terrace .join-box ul.join-list li:last-child {
  margin-right: 0;
}
/*  join-box box01
-------------------- */
#sky-terrace .join-box.box01 {
  margin-top: 20px;
}
#sky-terrace .join-box.box01 ul.join-list li {
  width: 50%;
  text-align: left;
}
#sky-terrace .join-box.box01 ul.join-list li:first-child {
  padding-right: 60px;
  border-right: 2px solid #00a0e9;
}
#sky-terrace .join-box.box01 ul.join-list li:last-child {
  padding-left: 60px;
}
#sky-terrace .join-box.box01 ul.join-list li p.b-arrow {
  position: relative;
  margin-bottom: 40px;
}
#sky-terrace .join-box.box01 ul.join-list li p.b-arrow::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 22px 16px 0 16px;
  border-color: #00a0e9 transparent transparent transparent;
}
#sky-terrace .join-box.box01 ul.join-list li span.c-blue {
  font-weight: bold;
}
/*  join-box box02
-------------------- */
#sky-terrace .join-box.box02 ul.join-list li {
  width: 30%;
  margin-right: 5%;
}
#sky-terrace .join-box.box02 ul.join-list li:last-child {
  margin-right: 0;
}
#sky-terrace .join-box.box02 ul.join-list li img {
  margin-bottom: 30px;
}
#sky-terrace .join-area small p {
  color: #fff;
  font-weight: bold;
}

@media (max-width: 768px) {
  /*  join-box
  -------------------- */
  #sky-terrace .join-box {
    margin-bottom: 60px;
    padding: 50px 30px 25px;
  }
  #sky-terrace .join-box h3 {
    top: -15px;
    width: 85%;
    max-width: 300px;
  }
  #sky-terrace .join-box h4 {
    max-width: 300px;
    margin-bottom: 15px;
    font-size: 18px;
    padding: 10px;
  }
  #sky-terrace .join-box span.t-small {
    font-size: 13px;
  }
  #sky-terrace .join-box ul.join-list {
    display: block;
  }
  /*  join-box box01
  -------------------- */
  #sky-terrace .join-box.box01 {
    margin-top: 15px;
  }
  #sky-terrace .join-box.box01 ul.join-list li {
    width: auto;
  }
  #sky-terrace .join-box.box01 ul.join-list li:first-child {
    margin: 0 auto 30px;
    padding: 0;
    padding-bottom: 30px;
    border: none;
    border-bottom: 2px solid #00a0e9;
  }
  #sky-terrace .join-box.box01 ul.join-list li:last-child {
    padding: 0;
  }
  #sky-terrace .join-box.box01 ul.join-list li p {
    margin-bottom: 0;
  }
  #sky-terrace .join-box.box01 ul.join-list li p.b-arrow {
    margin-bottom: 40px;
  }
  #sky-terrace .join-box.box01 ul.join-list li p.b-arrow::after {
    bottom: -25px;
    border-width: 18px 12px 0 12px;
  }
  /*  join-box box02
  -------------------- */
  #sky-terrace .join-box.box02 ul.join-list li {
    width: auto;
    margin: 0 auto 30px;
  }
  #sky-terrace .join-box.box02 ul.join-list li:last-child {
    margin-bottom: 0;
  }
  #sky-terrace .join-box.box02 ul.join-list li img {
    margin-bottom: 10px;
  }
  #sky-terrace .join-box.box02 ul.join-list li:nth-child(1) img {
    width: 128px;
    height: auto;
  }
  #sky-terrace .join-box.box02 ul.join-list li:nth-child(2) img {
    width: 174.3px;
    height: auto;
  }
  #sky-terrace .join-box.box02 ul.join-list li:nth-child(3) img {
    width: 170.3px;
    height: auto;
  }
}


/*-------------------------------------------------
Question
-------------------------------------------------*/
#sky-terrace .question-area {
  background-image: url(../images/bg_question.jpg);
}
/*  question-box
-------------------- */
#sky-terrace .question-box {
  padding: 50px 60px;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #00a0e9;
}
#sky-terrace .question-box h3 {
  color: #00a0e9;
  font-size: 25px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#sky-terrace .question-box dl {
  display: table;
  margin-bottom: 35px;
}
#sky-terrace .question-box dl dt,
#sky-terrace .question-box dl dd {
  display: table-cell;
  vertical-align: top;
}
#sky-terrace .question-box dl dt {
  position: relative;
  padding-top: 5px;
}
#sky-terrace .question-box dl dt::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 65px;
  margin-left: 20px;
  background: #00a0e9;
  -webkit-transform: skew(-13deg);
  transform: skew(-13deg);
}
#sky-terrace .question-box dl dd {
  padding-left: 60px;
}

@media (max-width: 768px) {
  /*  question-box
  -------------------- */
  #sky-terrace .question-box {
    padding: 25px 30px;
  }
  #sky-terrace .question-box h3 {
    font-size: 16px;
  }
  #sky-terrace .question-box dl:last-child {
    margin-bottom: 0;
  }
  #sky-terrace .question-box dl dt {
    width: 30px;
  }
  #sky-terrace .question-box dl dt::after {
    height: 40px;
    margin-left: 10px;
  }
  #sky-terrace .question-box dl dd {
    padding-left: 30px;
  }
}


/*-------------------------------------------------
Provision
-------------------------------------------------*/
#sky-terrace .provision-area .lead {
  margin-bottom: 30px;
  color: #00a0e9;
  font-size: 24px;
  font-weight: bold;
}
/*  provision-box
-------------------- */
#sky-terrace .provision-box {
  padding: 50px 60px;
  border: 2px solid #00a0e9;
}
#sky-terrace .provision-box p {
  margin-bottom: 30px;
}
#sky-terrace .provision-box p:last-child {
  margin-bottom: 0;
}
#sky-terrace .provision-box strong {
  display: inline-block;
  color: #00a0e9;
  font-weight: bold;
  text-indent: -10px;
}

@media (max-width: 768px) {
  #sky-terrace .provision-area .lead {
    font-size: 16px;
  }
  /*  provision-box
  -------------------- */
  #sky-terrace .provision-box {
    padding: 25px 30px;
  }
}


/*-------------------------------------------------
Gallery
-------------------------------------------------*/
#sky-terrace .gallery-area {
  background: #eef0f4;
}
#sky-terrace .gallery-area .btn {
  margin: 20px auto 0;
  cursor: pointer;
  text-align: center;
}
#sky-terrace ul.gallery-list {
  overflow: hidden;
}
#sky-terrace ul.gallery-list li a {
  overflow: hidden;
  position: relative;
  float: left;
  display: block;
  width: 266px;
  height: 266px;
  margin-right: 38px;
  margin-bottom: 38px;
}
#sky-terrace ul.gallery-list li:nth-child(4n) a {
  margin-right: 0;
}
#sky-terrace ul.gallery-list li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 150%;
  max-height: 150%;
}
.lb-container {
  position: relative;
}
.lb-container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url(../images/clear.png) repeat;
}

@media (max-width: 768px) {
  #sky-terrace ul.gallery-list li a,
  #sky-terrace ul.gallery-list li:nth-child(4n) a {
    width: 30%;
    height: auto;
    padding-top: 30%;
    margin-right: 5%;
    margin-bottom: 15px;
  }
  #sky-terrace ul.gallery-list li:nth-child(3n) a {
    margin-right: 0;
  }
  #sky-terrace ul.gallery-list li a img {
    width: auto;
    max-width: 150%;
    max-height: 150%;
  }
}


/*-------------------------------------------------
Sub
-------------------------------------------------*/
#sky-terrace .sub-area {
  background: #fff;
}
#sky-terrace .sub-area h2 {
  height: auto;
}
#sky-terrace .sub-area h2::before,
#sky-terrace .sub-area h2::after {
  display: none;
}
#sky-terrace .sub-area h2 img {
  margin: 0;
}
#sky-terrace .sub-area .inner {
  text-align: center;
}
#sky-terrace .sub-area p {
  margin: 40px 0;
  color: #00a0e9;
  font-size: 24px;
  font-weight: bold;
}
#sky-terrace .sub-area a.btn {
  margin: 0 auto;
}
#sky-terrace .sub-area figure {
  width: 865px;
  margin: 0 auto;
}
#sky-terrace .sub-area figure figcaption {
  text-align: right;
  font-size: 12px;
}

@media (max-width: 768px) {
  #sky-terrace .sub-area h2 {
    max-width: 450px;
  }
  #sky-terrace .sub-area h2 img {
    width: 100%;
    height: auto;
  }
  #sky-terrace .sub-area p {
    margin: 20px 0;
    font-size: 16px;
  }
  #sky-terrace .sub-area figure {
    width: 100%;
  }
  #sky-terrace .sub-area figure figcaption {
    font-size: 10px;
  }
}


/*-------------------------------------------------
  -------------------------------------------------

OTHER LANGUAGE Style

-------------------------------------------------
-------------------------------------------------*/
/*  btn
-------------------- */
#sky-terrace.lang-other .btn a {
  display: inline-block;
  padding: 10px 50px;
  color: #00a0e9;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  border: 3px solid #00a0e9;
}
#sky-terrace.lang-other .btn a span {
  position: relative;
  padding-left: 40px;
  font-weight: bold;
}
#sky-terrace.lang-other .btn a span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #00a0e9;
}
/*  h2
-------------------- */
#sky-terrace.lang-other main h2 {
  color: #00a0e9;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 105px;
}
#sky-terrace.lang-other main .about-area h2 {
  position: relative;
}
#sky-terrace.lang-other main .about-area h2 span {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 24px;
}
#sky-terrace.lang-other main .join-area h2 {
  color: #fff;
}
#sky-terrace.lang-other main .sub-area h2 {
  line-height: 1.2;
}
#sky-terrace.lang-other main h2 span {
  font-size: 26px;
}
/*  nav
-------------------- */
@media (min-width: 768px) {
  #sky-terrace.lang-other nav ul.nav-list {
    width: auto;
    height: 35px;
    margin-right: -5px;
    background: rgba(0,160,233,0.6);
    -webkit-transform: skew(-13deg);
    transform: skew(-13deg);
    text-align: center;
  }
  #sky-terrace.lang-other nav ul.nav-list li {
    display: inline-block;
    border-right: 1px solid rgba(255,255,255,0.8);
  }
  #sky-terrace.lang-other nav ul.nav-list li:last-child {
    border: none;
  }
  #sky-terrace.lang-other nav ul.nav-list li a {
    display: block;
    padding: 0 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-indent: 0;
    line-height: 35px;
    -webkit-transform: skew(13deg);
    transform: skew(13deg);
  }
  #sky-terrace.lang-other nav ul.nav-list li:nth-child(1) a,
  #sky-terrace.lang-other nav ul.nav-list li:nth-child(2) a,
  #sky-terrace.lang-other nav ul.nav-list li:nth-child(3) a,
  #sky-terrace.lang-other nav ul.nav-list li:nth-child(4) a,
  #sky-terrace.lang-other nav ul.nav-list li:nth-child(5) a {
    width: auto;
  }
}
/*  about-area
-------------------- */
#sky-terrace.lang-other .about-area p.shoulder {
  color: #00a0e9;
  font-size: 30px;
  font-weight: bold;
}
#sky-terrace.lang-other .about-box dl dt span {
  display: inline-block;
  background: rgba(0,160,233,0.8);
  -webkit-transform: skew(-13deg);
  transform: skew(-13deg);
}
#sky-terrace.lang-other .about-box dl dt span strong {
  display: inline-block;
  padding: 2px 20px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  -webkit-transform: skew(13deg);
  transform: skew(13deg);
}
#sky-terrace.lang-other .about-bottom p {
  margin-right: 0;
  text-align: center;
}

#sky-terrace.lang-other .about-notes h6 {
  font-size: 26px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}
#sky-terrace.lang-other .about-notes ul li strong {
  color: #00a0e9;
  font-weight: bold;
}  
/*  join-area
-------------------- */
#sky-terrace.lang-other .join-box h3 {
  max-width: 500px;
  height: 50px;
  background: rgba(0,160,233,0.8);
  -webkit-transform: skew(-13deg);
  transform: skew(-13deg);
}
#sky-terrace.lang-other .join-box h3 span {
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  -webkit-transform: skew(13deg);
  transform: skew(13deg);
  line-height: 50px;
}
/*  join-area
-------------------- */
/*  sub-area
-------------------- */
#sky-terrace.lang-other .sub-area p.lead {
  margin: 15px 0 0;
}

@media (max-width: 768px) {
  /*  btn
  -------------------- */
  #sky-terrace.lang-other .btn a {
    display: block;
    padding: 2% 5%;
    font-size: 20px;
    border: 2px solid #00a0e9;
  }
  #sky-terrace.lang-other .btn a span {
    padding-left: 30px;
  }
  #sky-terrace.lang-other .btn a span::after {
    border-top: 11px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 16px solid #00a0e9;
  }
  /*  h2
  -------------------- */
  #sky-terrace.lang-other main h2 {
    font-size: 26px;
    line-height: 50px;
  }
  #sky-terrace.lang-other main h2 span {
    font-size: 15px;
  }
  #sky-terrace.lang-other main .about-area h2 img {
    height: 18px;
  }
  #sky-terrace.lang-other main .about-area h2 span {
    bottom: -30px;
    font-size: 15px;
    letter-spacing: 0;
  }
  /*  nav
  -------------------- */
  #sky-terrace.lang-other nav ul.nav-list li a,
  #sky-terrace.lang-other nav ul.nav-list li:nth-child(1) a,
  #sky-terrace.lang-other nav ul.nav-list li:nth-child(2) a,
  #sky-terrace.lang-other nav ul.nav-list li:nth-child(3) a,
  #sky-terrace.lang-other nav ul.nav-list li:nth-child(4) a,
  #sky-terrace.lang-other nav ul.nav-list li:nth-child(5) a,
  #sky-terrace.lang-other nav ul.nav-list li:nth-child(6) a {
    width: auto;
  }
  #sky-terrace.lang-other nav ul.lang-list li a {
    text-decoration: none;
  }
  /*  about-area
  -------------------- */
  #sky-terrace.lang-other .about-area p.shoulder {
    font-size: 18px;
  }
  #sky-terrace.lang-other .about-box dl dt span strong {
    padding: 0 50px;
    font-size: 16px;
  }
  #sky-terrace.lang-other .about-notes h6 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  /*  join-area
  -------------------- */
  #sky-terrace.lang-other.lang-en .join-area h2 {
    font-size: 20px;
    line-height: 50px;
  }
  #sky-terrace.lang-other.lang-en .join-box h3 {
    height: 40px;
  }
  #sky-terrace.lang-other .join-box h3 span {
    font-size: 20px;
    line-height: 40px;
  }
  /*  provision--area
  -------------------- */
  #sky-terrace.lang-other.lang-en .provision-area h2 {
    line-height: 1.5;
    max-width: 90%;
    font-size: 20px;
    line-height: 25px;
  }
  #sky-terrace.lang-other.lang-en .provision-area h2:after {
    top: 0;
  }
  /*  sub-area
  -------------------- */
  #sky-terrace.lang-other .sub-area p.lead {
    margin: 15px 0 0;
  }
}


/*-------------------------------------------------
  -------------------------------------------------

ANIMATION Style

-------------------------------------------------
-------------------------------------------------*/
@keyframes line01 {
  0%,
  40% {
    transform: translate(100%,0);
  }
  100% {
    transform: translate(0,0);
  }
}
@keyframes line02 {
  0%,
  40% {
    transform: translate(0,-100%);
  }
  100% {
    transform: translate(0,0);
  }
}
@keyframes line03 {
  0%,
  40% {
    transform: translate(0,-100%);
  }
  100% {
    transform: translate(0,0);
  }
}
@keyframes line04 {
  0%,
  40% {
    transform: translate(-100%,0);
  }
  100% {
    transform: translate(0,0);
  }
}
@-webkit-keyframes imgFadeIn {
  0%,
  40% {
    opacity: 0;
  }
  55%,
  100% {
    opacity: 1;
  }
}
@keyframes imgFadeIn {
  0%,
  40% {
    opacity: 0;
  }
  55%,
  100% {
    opacity: 1;
  }
}
.loaded .is-show {
  animation: fadeInUp 1s ease-in-out forwards;
}
.loaded .mv-anim-elm {
  animation: fadeIn 0.5s 0.5s ease-in-out forwards;
}
/*  fadeInUp
-------------------- */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/*  fadeIn
-------------------- */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}