@charset "UTF-8";
.pre-inc #reel {
  text-align: center;
  display: block;
  border: none;
  font-size: 18px;
  padding: 50px 0 50px;
  background: #f7f7f7;
}
.pre-inc #reel .reel_wrap {
  max-width: 1024px;
  margin: 0 auto;
  border: none;
  padding: 0 0 30px 0;
}
.pre-inc #reel .reel_wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pre-inc #reel .reel_wrap li:first-child {
  display: inline-block !important;
  width: 48% !important;
  height: 35.4vw;
  max-height: 410px;
  align-content: center;
  padding: 20px;
  text-align: left;
}
.pre-inc #reel .reel_wrap li {
  width: 25% !important;
  display: unset !important;
  margin-top: 0;
}
.pre-inc #reel .reel_wrap li.ttl big {
  color: #676767;
  font-family: "EB Garamond", serif;
  letter-spacing: 0.06em;
  font-size: 3.5em;
  line-height: 1;
}
.pre-inc #reel .reel_wrap li.ttl strong {
  font-size: 1.3em;
  font-weight: 400;
}
.pre-inc #reel .reel_wrap li.ttl small {
  font-size: 0.8em;
  display: block;
  margin-top: 15px;
}
.pre-inc #reel .reel_wrap li.ttl p {
  background: unset;
  padding: 10px 0;
  color: #333;
  font-size: 1.4em;
  margin-top: 30px;
  text-align: left;
}
.pre-inc #reel .reel_wrap li.ttl .link {
  font-size: 1.2em;
  margin-top: 30px;
  text-align: left;
}
.pre-inc #reel .reel_wrap li.ttl .link a {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.pre-inc #reel .reel_wrap li.ttl .link a:hover {
  text-decoration: none;
}
.pre-inc #reel .reel_wrap li.ttl .link img {
  margin-left: 0.5em;
  width: 20px;
  margin-bottom: 0.3em;
}
.pre-inc #reel .reel_wrap li.video_btn p {
  background: #440205;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  margin-top: 0;
  text-align: center;
  min-height: 90px;
}
.pre-inc #reel .reel_wrap li.video_btn p i {
  border: 1px solid #fff;
  padding: 0.1em;
  display: block;
  width: 80%;
  margin: 0 auto;
}
.pre-inc #reel .reel_wrap li.video_btn p small {
  font-size: 0.8em;
}
.pre-inc #reel .reel_wrap li.video_btn figure {
  position: relative;
}
.pre-inc #reel .reel_wrap li.video_btn figure::after {
  content: "";
  display: flex;
  align-items: center;
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  background: url("../img/top/play_btn.svg") no-repeat center center/contain;
}
.pre-inc .video_btn {
  cursor: pointer;
  transition: 0.3s all;
}
.pre-inc .video_modal_bk {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000000;
  cursor: pointer;
  transition: 0.5s all;
}
.pre-inc .video_modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000000;
  width: 100%;
  height: 100%;
  transition: 0.5s all;
  pointer-events: none;
  opacity: 0;
}
.pre-inc .video_modal * {
  pointer-events: none;
}
.pre-inc .video_modal.active {
  opacity: 1;
}
.pre-inc .video_modal.active * {
  pointer-events: auto;
}
.pre-inc .video_modal_content {
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.pre-inc .video_modal_content_inner {
  position: relative;
  max-width: 1200px;
  max-height: 90vh;
}
.pre-inc .video-entry-btn {
  display: flex;
  margin-top: 1em;
  gap: 0 1em;
  position: relative;
  z-index: 3;
}
.pre-inc .video-entry-btn li {
  margin-top: 0;
  flex: 1;
}
.pre-inc .video-entry-btn li a {
  color: #fff;
  text-align: center;
  height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.pre-inc .video-entry-btn li.request a {
  background-image: linear-gradient(-180deg, #70641d, #928c64);
  box-shadow: 0 1px 1px #8e7e21 inset;
}
.pre-inc .video-entry-btn li.reserve a {
  background-image: linear-gradient(-180deg, #675330, #7e7162);
  box-shadow: 0 1px 1px #8e6c21 inset;
}
.pre-inc .modal_video_wrap {
  cursor: pointer;
}
.pre-inc .modal_video_wrap::after {
  content: "";
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(90vh - 4em);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  background: url("../img/top/play_btn.svg") no-repeat center center/30%;
  opacity: 0;
  pointer-events: none;
}
.pre-inc .modal_video_wrap.video_play::after {
  opacity: 1;
  pointer-events: auto;
}
.pre-inc .modal_close {
  position: absolute;
  top: -0.5em;
  right: -0.5em;
  cursor: pointer;
  font-size: 24px;
  width: 1.2em;
  height: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  color: #fff;
  border-radius: 0.2em;
  z-index: 3;
}
.pre-inc .modal_close::before {
  content: "×";
  font-weight: 700;
  line-height: 1;
}
.pre-inc .modal_video {
  width: 100%;
  height: auto;
  max-height: calc(90vh - 4em);
  display: block;
}
.pre-inc .video_btn:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .pre-inc #reel {
    padding: 0 0 30px 0;
  }
  .pre-inc #reel .reel_wrap ul {
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
  }
  .pre-inc #reel .reel_wrap li:first-child {
    width: 100% !important;
    height: unset;
  }
  .pre-inc #reel .reel_wrap li:nth-child(n+2) {
    width: 46% !important;
    margin: 0 auto 10px;
  }
  .pre-inc #reel .reel_wrap li.video_btn p {
    font-size: 12px;
    min-height: 100px;
  }
  .pre-inc #reel .reel_wrap li.ttl p {
    margin-top: 5px;
    font-size: 1.1em;
  }
  .pre-inc #reel .reel_wrap li.ttl .link {
    font-size: 1em;
    margin-top: 0;
  }
  .pre-inc #reel .reel_wrap li.ttl strong {
    font-size: 1.1em;
    font-weight: 400;
  }
  .pre-inc .video_modal {
    z-index: 100000000;
  }
  .pre-inc .video_modal_content {
    max-width: 80vw;
    max-height: 80vh;
  }
  .pre-inc .modal_video_wrap::after {
    height: calc(73vh - 4em);
    background-color: rgba(0, 0, 0, 0.8);
  }
}

/*# sourceMappingURL=reel.css.map */
