body.intro {
  position: fixed;
}

.pre-inc {
  /* ---
      MODAL for campaign banner
  --- */
}
.pre-inc .intro_movie {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  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: cover;
     object-fit: cover;
}
.pre-inc .intro_movie .video_overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.pre-inc .intro_movie .btn_skip {
  position: absolute;
  right: 10px;
  bottom: 12px;
  font-size: 18px;
  padding: 8px 30px 8px 20px;
  background: rgba(75, 75, 75, 0.7);
  border-radius: 5px;
  line-height: 1;
  border: 1px solid #fff;
  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;
}
@media screen and (max-width: 767px) {
  .pre-inc .intro_movie .btn_skip {
    bottom: initial;
    top: 12px;
    font-size: 14px;
    padding: 3px 20px 3px 10px;
  }
}
.pre-inc .intro_movie .btn_skip:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 25px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .intro_movie .btn_skip:before {
    width: 12px;
  }
}
.pre-inc .top-page {
  background: #f5f2e9;
}
.pre-inc .main-visual {
  position: relative;
}
.pre-inc .main-visual video {
  max-width: 100%;
}
.pre-inc .main-visual .mv01 .caption {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 0 0 3px #fff;
}
.pre-inc .main-visual .mv02 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.pre-inc .main-visual .mv02 .caption {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-shadow: 0 0 3px #000;
}
@keyframes mvToggle {
  0% {
    opacity: 0;
  }
  41.67% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  91.67% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.pre-inc .main-obi {
  background: #fff;
  text-align: center;
  padding: 30px 20px 50px;
}
@media screen and (max-width: 767px) {
  .pre-inc .main-obi {
    padding: 30px 20px;
  }
}
.pre-inc .price-obi {
  background: #2a2622;
  text-align: center;
  padding: 30px 50px 30px;
}
@media screen and (max-width: 767px) {
  .pre-inc .price-obi {
    padding: 20px;
  }
}
.pre-inc .main-lead {
  padding: 100px 20px 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .main-lead {
    padding: 60px 20px 55px;
  }
}
@media screen and (max-width: 767px) {
  .pre-inc .main-lead img {
    width: 85.7142857143vw;
  }
}
.pre-inc .block-features {
  display: flex;
  max-width: 1280px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-features {
    display: block;
  }
}
.pre-inc .block-features .each {
  position: relative;
  width: 25%;
  aspect-ratio: 640/600;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-features .each {
    width: 100%;
    height: 34.2857142857vw;
    aspect-ratio: initial;
  }
}
.pre-inc .block-features .each:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
}
.pre-inc .block-features .each .base img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.pre-inc .block-features .each .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-features .each .text {
    padding: 0;
  }
}
.pre-inc .block-features .each .caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 1rem;
  z-index: 3;
}
.pre-inc .block-bnr {
  padding: 60px 20px 0;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-bnr {
    padding: 30px 20px 0;
  }
}
.pre-inc .block-bnr .inner {
  max-width: 600px;
  margin-inline: auto;
}
.pre-inc .section-bnr {
  padding: 60px 20px 60px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-bnr {
    padding: 30px 20px;
  }
}
.pre-inc .section-bnr .inner {
  max-width: 800px;
  margin-inline: auto;
}
.pre-inc .move-banner {
  padding: 40px 20px 0;
  text-align: center;
}
.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;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.pre-inc #campaign_block .modal__content {
  position: relative;
  max-height: 80vh;
  max-width: 90vh;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pre-inc #campaign_block .modal__content .modal-link {
  display: block;
  pointer-events: all;
}
.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 {
  position: absolute;
  display: inline-block;
  top: -30px;
  right: -30px;
  width: 82px;
  height: 85px;
  z-index: 920;
  transform: scale(0.5);
}
.pre-inc .btn_close .button {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: black;
  border-radius: 80px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background-color: #333;
  border: solid 4px #fff;
  pointer-events: all;
}
.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 .temporary-info {
  padding: 16px;
  background-color: #C80505;
  color: #fff;
  text-align: center;
}
.pre-inc .temporary-info p {
  font-size: 16px;
}

body:not(.intro) .pre-inc .main-visual .mv02 {
  animation: mvToggle 12s infinite;
}/*# sourceMappingURL=index.css.map */