body.intro {
  position: fixed;
}

.pre-inc .intro_movie {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1100;
  top: 0;
  left: 0;
}
.pre-inc .intro_movie #video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pre-inc .intro_movie .video_overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(255, 255, 255);
  z-index: 1;
}
.pre-inc .intro_movie .button_skip {
  position: absolute;
  right: 10px;
  bottom: 12px;
  font-size: 18px;
  padding: 8px 30px 8px 20px;
  background: rgb(38, 145, 140);
  border-radius: 100px;
  line-height: 1;
  box-shadow: 3px 3px 2px rgb(24, 107, 103);
  color: #fff;
  letter-spacing: 0.08em;
  font-family: "Helvetica Neue", "Segoe UI", sans-serif;
  cursor: pointer;
  overflow: hidden;
  z-index: 3;
  transition: opacity 0.3s, box-shadow 0.3s;
}
.pre-inc .intro_movie .button_skip:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 25px;
  height: 1px;
  background: #fff;
}
.pre-inc .intro_movie .button_skip:hover {
  opacity: 0.8;
  box-shadow: 0px 0px 0px rgb(24, 107, 103);
}
.pre-inc .main-visual {
  position: relative;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .pre-inc .main-visual {
    margin-top: 68px;
  }
}
.pre-inc .main-visual .text {
  position: absolute;
  right: 5.859375%;
  top: 16.1290322581%;
  width: 34.921875%;
}
.pre-inc .main-visual > .badge {
  position: absolute;
  left: 10px;
  bottom: 20px;
  width: 13.125%;
  max-width: 168px;
}
@media screen and (max-width: 767px) {
  .pre-inc .main-visual > .badge {
    top: initial;
    bottom: 10px;
    left: 20px;
    width: 84px;
  }
}
.pre-inc .main-visual > .note {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  text-shadow: 0 0 5px #000;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pre-inc .main-visual > .note {
    font-size: 12px;
  }
}
.pre-inc .section-lead {
  position: relative;
  padding: 16.40625% 20px 7.8125%;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-lead {
    padding: 60px 20px;
  }
}
.pre-inc .section-lead:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 56.25%;
  height: 100%;
  background: url(../images/index/bg_lead.jpg) no-repeat right -2px;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-lead:before {
    width: 100%;
    background: url(../images/index/bg_lead_sp.jpg) no-repeat right -2px;
    background-size: contain;
  }
}
.pre-inc .section-lead > .campaign_bnr {
  padding-top: 90px;
  margin-top: -90px;
  margin-bottom: 50px;
  text-align: center;
  max-width: 900px;
  margin-inline: auto;
}
.pre-inc .section-lead > .campaign_bnr .image {
  max-width: 900px;
  width: 100%;
}
.pre-inc .section-lead > .campaign_bnr .cap {
  margin: 0 auto;
  width: 100%;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.3;
  background: #867325;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-lead > .campaign_bnr {
    margin-inline: auto;
  }
}
.pre-inc .section-lead .campaign_outline {
  margin-top: 10px;
}
.pre-inc .section-lead .campaign_outline a {
  color: #0000ee;
  text-decoration: underline;
}
.pre-inc .section-lead .price-obi {
  width: calc(100% + 40px);
  margin-bottom: 50px;
  padding: 15px 20px 15px;
  margin-left: -20px;
  text-align: center;
  background: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-lead .price-obi {
    margin-bottom: 30px;
  }
}
.pre-inc .section-lead > .access {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-lead > .access {
    width: 80%;
    margin-inline: auto;
  }
}
.pre-inc .section-lead > .action {
  margin-bottom: 30px;
}
.pre-inc .section-lead .btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.pre-inc .section-location {
  position: relative;
  background: url(../images/index/bg_location.png) no-repeat left bottom;
  background-size: 60% auto;
  padding: 0 20px 60px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-location {
    background-size: contain;
  }
}
.pre-inc .section-location > .caption {
  text-shadow: 0 0 2px rgb(255, 255, 255);
}
.pre-inc .section-location > .inner {
  display: flex;
  justify-content: space-between;
  max-width: 880px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-location > .inner {
    display: block;
  }
}
.pre-inc .location-text {
  width: 28.2954545455%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .location-text {
    width: 100%;
  }
}
.pre-inc .location-image {
  width: 69.5454545455%;
}
@media screen and (max-width: 767px) {
  .pre-inc .location-image {
    width: 100%;
  }
}
.pre-inc .location-image > .map {
  margin-bottom: 10px;
}
.pre-inc .location-image > .image {
  margin-bottom: 10px;
}
.pre-inc .wrapper-children {
  padding: 100px 20px;
  background: linear-gradient(45deg, rgba(201, 180, 152, 0.3) 0%, rgba(204, 185, 159, 0.3) 11.64%, rgba(214, 198, 177, 0.3) 28.07%, rgba(230, 220, 207, 0.3) 47.33%, rgba(252, 251, 249, 0.3) 68.61%, rgba(255, 255, 255, 0.3) 71.37%, rgba(201, 180, 152, 0.3) 100%);
}
@media screen and (max-width: 767px) {
  .pre-inc .wrapper-children {
    padding: 80px 20px 1px;
  }
}
.pre-inc .wrapper-children .inner {
  max-width: 784px;
  margin-inline: auto;
}
.pre-inc .section-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-child {
    display: block;
  }
}
.pre-inc .section-child:nth-child(even) {
  flex-direction: row-reverse;
}
.pre-inc .section-child > .image {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-child > .image {
    width: 100%;
    margin-bottom: 40px;
  }
}
.pre-inc .section-child > .textblock {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-child > .textblock {
    width: 100%;
    margin-bottom: 80px;
  }
}
.pre-inc .section-child > .textblock > .text {
  margin-bottom: 30px;
}
.pre-inc #campaign_block {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
}
.pre-inc #campaign_block.closed {
  display: none;
}
.pre-inc #campaign_block a.none_alpha .image:hover,
.pre-inc #campaign_block a.none_alpha:hover {
  opacity: 1;
}
.pre-inc #campaign_block .modal-cp {
  width: 90%;
  max-width: 900px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 910;
}
.pre-inc #campaign_block .modal__content {
  max-height: 720px;
  text-align: center;
  position: relative;
  /* width: 90%; */
}
.pre-inc #campaign_block .modal__content .modal-link {
  display: block;
}
.pre-inc #campaign_block .modal__content .modal__bnrImg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.pre-inc #campaign_block .modal__content .image {
  margin: auto;
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pre-inc #campaign_block .cap {
  margin: 0 auto;
  width: 100%;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.3;
  background: #867325;
  color: #fff;
  text-align: justify;
  text-justify: inter-ideograph;
}
.pre-inc .modal__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
}
.pre-inc .btn_close .button {
  position: absolute;
  display: inline-block;
  top: -30px;
  right: -30px;
  width: 85px;
  height: 85px;
  border: 0;
  background-color: black;
  border-radius: 80px;
  margin: 0;
  padding: 0;
  transform: scale(0.5);
  cursor: pointer;
  background-color: #333;
  border: solid 4px #fff;
}
.pre-inc .btn_close .button::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 35px;
  width: 7px;
  height: 60px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  transform: rotate(45deg);
}
.pre-inc .btn_close .button::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 35px;
  width: 7px;
  height: 60px;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: white;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .pre-inc #campaign_block .modal__content .image {
    margin: auto;
    max-height: 90%;
  }
}
.pre-inc .float-banner {
  position: fixed;
  top: 180px;
  right: 0;
  z-index: 800;
  transition: opacity 0.4s ease;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .pre-inc .float-banner {
    top: auto;
    bottom: 0;
    width: 50vw;
  }
}
.pre-inc .float-banner.is-visible {
  opacity: 1;
  pointer-events: all;
}
.pre-inc .float-banner .banner-space {
  max-width: 360px;
  position: relative;
}
.pre-inc .float-banner .banner-space.hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .pre-inc .float-banner .banner-space {
    max-width: 100%;
  }
}
.pre-inc .float-banner .weekday-bnr {
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}
.pre-inc .float-banner .weekday-bnr a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .pre-inc .float-banner .weekday-bnr {
    max-width: 100%;
    font-size: 13px;
    line-height: 2.2;
  }
}
.pre-inc .float-banner .float-close {
  background-color: #444;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 0;
  top: -24px;
  z-index: 800;
  cursor: pointer;
}
.pre-inc .float-banner .float-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pre-inc .float-banner .float-close:after,
.pre-inc .float-banner .float-close:before {
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background: #fff;
}
.pre-inc .float-banner .float-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pre-inc .float-banner-top {
  bottom: 0;
  top: auto;
}
.pre-inc .flow-btn1 {
  margin: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -12px;
  right: 2px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 100px;
  line-height: 24px;
  z-index: 2;
  cursor: pointer;
  font-weight: bold;
}
.pre-inc .bnr_flow1.active,
.pre-inc .bnr_flow2.active {
  transform: translateX(100%);
}
.pre-inc .flow-btn1 {
  background: #000;
}/*# sourceMappingURL=index.css.map */