@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
.lower img {
  width: 100%;
}
.lower .modal-wrapper {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 100px 10px;
  text-align: center;
}
.lower .modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.lower .modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s, visibility 0.4s;
  background: #fff !important;
}
.lower .modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  vertical-align: middle;
  content: "";
}
.lower .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 94%;
  max-width: 100%;
  padding: 0;
  border-radius: 2px;
  vertical-align: middle;
}
.lower .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
}
.lower .modal-window .modal-content .swipe-img img {
  width: 520px !important;
}
.lower .modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.8) !important;
}
.lower .modal-overlay:hover {
  opacity: 1 !important;
}
.lower .modal-close {
  z-index: 20;
  position: absolute !important;
  top: -35px;
  left: 0;
  width: 36px;
  color: #000 !important;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  padding: 0;
}
.lower .modal-close:hover {
  color: #ccc !important;
}
.lower .modal-button {
  margin: 0 auto;
  width: 88%;
  padding: 20px 0 30px;
}
.lower .main-content {
  padding-top: 130px;
}
.lower .mv {
  position: relative;
  z-index: 2;

}
.lower .mv .txt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8%;
  z-index: 3;
  margin-bottom: -20px;
  text-align: center;
  opacity: 0;
  transition: opacity 2.5s, margin 2.5s;
}
.lower .mv .page-name {
  font-size: 50px;
  font-weight: normal;
  line-height: 1;
  padding-bottom: 12px;
}
.lower .mv .ja {
  font-size: 18px;
}
.lower .mv .image {
  position: relative;
  overflow: hidden;
}
.lower .mv .image img {
  transition: transform 2.5s, opacity 1.7s;
  transform: scale(1.15);
  transform-origin: center;
  opacity: 0;
}
.lower .mv.on .image img {
  transform: scale(1);
  opacity: 1;
}
.lower .mv.on .txt {
  margin-bottom: 0px;
  opacity: 1;
  transition: opacity 2s, margin 2s;
}
@media screen and (max-width: 768px) {
  .lower .mv .txt {
    bottom: auto;
    top: 100%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
    margin-top: -20px;
  }
  .lower .mv .page-name {
    font-size: 60px;
    padding-bottom: 12px;
  }
  .lower .mv .ja {
    font-size: 11px;
  }
  .lower .mv.on .txt {
    margin-bottom: 0px;
    margin-top: 0px;
    opacity: 1;
    transition: opacity 2s, margin 2s;
  }
}
.lower .main-content {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .lower .site-header {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .lower .site-header {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .lower .main-content {
    padding-top: 100px;
  }
}
.lower .pageAnnotation {
  padding-bottom: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lower .pageAnnotation {
    padding-bottom: 20px;
  }
}

/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  .mv .caption {
    bottom: auto;
    top: 0;
  }
  /*==================================================================================
   plan
  ==================================================================================*/
  /*==================================================================================
   plan.detail
  ==================================================================================*/
  /*==================================================================================
   access
  ==================================================================================*/
  #access .intro {
    text-align: left;
    margin-bottom: 50px;
  }
  #access .intro .text {
    font-size: 24px;
    margin-bottom: 60px;
  }
  #access .intro .click-btn {
    max-width: 320px;
    margin: 30px auto 0;
    text-align: center;
    clear: both;
  }
  #access .intro .click-btn a {
    position: relative;
  }
  #access .intro .click-btn a:hover {
    opacity: 0.8;
  }
  #access .intro .modal-wrapper {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 100px 10px;
    text-align: center;
  }
  #access .intro .modal-wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  #access .intro .modal-wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s, visibility 0.4s;
    background: #fff !important;
  }
  #access .intro .modal-wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
    vertical-align: middle;
    content: "";
  }
  #access .intro .modal-window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 94%;
    max-width: 100%;
    padding: 0;
    border-radius: 2px;
    vertical-align: middle;
  }
  #access .intro .modal-window .modal-content {
    max-height: 80vh;
    overflow-y: auto;
    text-align: left;
  }
  #access .intro .modal-window .modal-content .swipe-img img {
    width: 520px !important;
  }
  #access .intro .modal-overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0 !important;
    background: rgba(225, 225, 225, 0.8) !important;
  }
  #access .intro .modal-overlay:hover {
    opacity: 1 !important;
  }
  #access .intro .modal-close {
    z-index: 20;
    position: absolute !important;
    top: -35px;
    left: 0;
    width: 36px;
    color: #000 !important;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    padding: 0;
  }
  #access .intro .modal-close:hover {
    color: #ccc !important;
  }
  /*==================================================================================
   support
  ==================================================================================*/
}/*# sourceMappingURL=lower.css.map */