@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
.lower .fixed-marks {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13px;
  pointer-events: none;
  z-index: 2;
}
.lower .fixed-marks::after, .lower .fixed-marks::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 13px;
  height: 13px;
  background: url(../imgs/square01.svg);
}
.lower .fixed-marks::after {
  left: 5vw;
}
.lower .fixed-marks::before {
  right: 5vw;
}
@media screen and (max-width: 768px) {
  .lower .fixed-marks {
    bottom: 63px;
  }
  .lower .fixed-marks::after {
    left: 0vw;
  }
  .lower .fixed-marks::before {
    right: 0vw;
  }
}
.lower .header-lines .line-wrap {
  position: relative;
}
.lower .header-lines .line-wrap::after, .lower .header-lines .line-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100000px;
  width: 1px;
  background-color: #e8e4db;
  z-index: 2;
}
.lower .header-lines .line-wrap::before {
  left: auto;
  right: 0;
}
.lower .header-lines {
  width: 90vw;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  margin-bottom: -200px;
}
.lower .header-lines::after, .lower .header-lines::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 13px;
  height: 13px;
}
.lower .header-lines::after {
  left: 0;
}
.lower .header-lines::before {
  right: 0;
}
@media screen and (max-width: 768px) {
  .lower .header-lines {
    width: auto;
    max-width: 100%;
  }
  .lower .header-lines::after, .lower .header-lines::before {
    display: none;
  }
  .lower .header-lines .line-wrap::after, .lower .header-lines .line-wrap::before {
    display: none;
  }
}
.lower .header-lines-in {
  position: relative;
}
.lower .header-lines-in::after, .lower .header-lines-in::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  background: url(../imgs/square01.svg);
}
.lower .header-lines-in::after {
  left: 0;
}
.lower .header-lines-in::before {
  right: 0;
}
@media screen and (max-width: 768px) {
  .lower .header-lines-in::after, .lower .header-lines-in::before {
    display: block;
  }
}
.lower img {
  width: 100%;
}
.lower .sp-container {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 16px #000;
  color: #000;
}
.lower .click {
  max-width: 280px;
  margin: 30px auto 0;
}
.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.white {
  background: rgba(255, 255, 255, 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: #fff !important;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
  padding: 0;
}
.lower .modal-close.close01 {
  color: #000 !important;
}
.lower .modal-close:hover {
  color: #ccc !important;
}
.lower .modal-button {
  margin: 0 auto;
  width: 88%;
  padding: 20px 0 30px;
}
.lower .mv {
  position: relative;
  margin: 0 auto;
  width: 90vw;
  z-index: 10;
}
.lower .mv .caption {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 4px 8px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 10px;
}
.lower .mv .image {
  position: relative;
  width: 100%;
}
.lower .mv .image .in {
  position: relative;
  overflow: hidden;
  transition: width 1.4s;
  width: 0%;
}
.lower .mv .image .in img {
  max-width: 90vw;
  width: 90vw;
}
.lower .mv.on .image .in {
  width: 100%;
}
.lower .page-header {
  text-align: center;
  padding: 95px 0 280px;
  color: #c3b9a2;
}
.lower .page-header .page-name {
  font-size: 50px;
  line-height: 1.1;
  padding-bottom: 5px;
}
.lower .page-header .ja {
  font-size: 11px;
}
.lower .swipe-list {
  overflow: auto;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .lower .mv {
    padding-top: 92px;
    width: auto;
  }
  .lower .mv .image .in img {
    max-width: 100vw;
    width: 100vw;
  }
  .lower .header-lines {
    margin-bottom: 0;
    border: none;
  }
  .lower .page-header {
    padding: 65px 0 50px;
  }
  .lower .page-header .page-name {
    font-size: 35px;
    line-height: 1.1;
    padding-bottom: 5px;
  }
  .lower .page-header .ja {
    font-size: 10px;
  }
}
.lower .main-content {
  position: relative;
  z-index: 2;
}
.lower .pageAnnotation {
  padding-bottom: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lower .pageAnnotation {
    padding-bottom: 20px;
  }
  .lower .pageAnnotationArea {
    position: relative;
  }
}

/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  /*==================================================================================
   plan
  ==================================================================================*/
  /*==================================================================================
   plan.detail
  ==================================================================================*/
  /*==================================================================================
   access
  ==================================================================================*/
  /*==================================================================================
   support
  ==================================================================================*/
}/*# sourceMappingURL=lower.css.map */