@charset "UTF-8";
/* =========== 共通 =========== */
#dh_lp_wrapper * {
  margin: 0;
  padding: 0;
  font-family: "Lora", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#dh_lp_wrapper div:empty {
  display: block;
}
#dh_lp_wrapper img,
#dh_lp_wrapper video {
  width: 100%;
  vertical-align: top;
}
#dh_lp_wrapper .sp {
  display: none !important;
}
@media (max-width: 768px) {
  #dh_lp_wrapper .pc {
    display: none !important;
  }
  #dh_lp_wrapper .sp {
    display: block !important;
  }
}
#dh_lp_wrapper .mv {
  display: block;
  align-items: end;
  margin: 0 auto 60px;
  padding-top: 60px;
}
#dh_lp_wrapper .mv .mv_title_box {
  width: 100%;
}
#dh_lp_wrapper .mv .mv_title_box .mv_logo {
  max-width: 455px;
  margin: 0 auto 3%;
}
#dh_lp_wrapper .mv .mv_title_box .mv_title {
  font-size: 24px;
  font-weight: 400;
  color: #DBD6D1;
  margin-bottom: 30px;
}
#dh_lp_wrapper .mv .mv_title_box .mv_staff_credit {
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
#dh_lp_wrapper .mv .mv_movie_box {
  width: 100%;
  margin: 0 auto;
}
#dh_lp_wrapper .mv .mv_movie_box .movie_box {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  #dh_lp_wrapper .mv {
    width: 100%;
    flex-direction: column-reverse;
    row-gap: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
  }
  #dh_lp_wrapper .mv .mv_title_box {
    width: 100%;
  }
  #dh_lp_wrapper .mv .mv_title_box .mv_logo {
    width: 256px;
    margin-bottom: 12%;
  }
  #dh_lp_wrapper .mv .mv_title_box .mv_title {
    font-size: 17px;
    margin-bottom: 18px;
  }
  #dh_lp_wrapper .mv .mv_title_box .mv_staff_credit {
    font-size: 10px;
    line-height: 13px;
  }
  #dh_lp_wrapper .mv .mv_movie_box {
    width: 100%;
  }
  #dh_lp_wrapper .mv .mv_movie_box .movie_box {
    width: 100%;
  }
}
#dh_lp_wrapper {
  /* =========== content_wrapper=========== */
}
#dh_lp_wrapper .content_wrapper {
  display: block;
}
#dh_lp_wrapper .content_wrapper .ttl {
  max-width: 240px;
  margin: 0 auto 3%;
}
#dh_lp_wrapper .content_wrapper .img_box {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 80px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
#dh_lp_wrapper .content_wrapper .img_box img {
  display: block;
}
#dh_lp_wrapper .content_wrapper .img_box video {
  aspect-ratio: 9/16;
  -o-object-fit: cover;
     object-fit: cover;
}
#dh_lp_wrapper .content_wrapper video {
  width: 500px;
}
#dh_lp_wrapper .show_pop {
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
#dh_lp_wrapper .show_pop:hover {
  opacity: 0.7;
}
#dh_lp_wrapper .show_pop::before,
#dh_lp_wrapper .show_pop::after {
  content: "";
  position: absolute;
  background-color: #fff;
}
#dh_lp_wrapper .show_pop::before {
  width: 1px;
  height: 20px;
  bottom: 10px;
  right: 20px;
}
#dh_lp_wrapper .show_pop::after {
  width: 20px;
  height: 1px;
  right: 10px;
  bottom: 20px;
}
#dh_lp_wrapper .footer {
  margin-bottom: 3%;
}
#dh_lp_wrapper .footer p {
  font-size: 11px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
#dh_lp_wrapper .footer .footer_name_box {
  margin-bottom: 3%;
}
#dh_lp_wrapper .footer .footer_button {
  margin-bottom: 3%;
  text-decoration: underline;
  text-align: center;
}
#dh_lp_wrapper .footer .footer_button p {
  font-size: 18px;
}
#dh_lp_wrapper .footer_button .arrow {
  display: inline-block;
  max-width: 240px;
  width: 100%;
  color: #000;
  position: relative;
}
#dh_lp_wrapper .footer_button .arrow::after {
  position: absolute;
  top: 60%;
  right: 0px;
  width: 8px;
  height: 8px;
  margin-top: -6px;
  transform: rotate(45deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 768px) {
  #dh_lp_wrapper .content_wrapper .img_box {
    margin-bottom: 50px;
  }
  #dh_lp_wrapper .content_wrapper .ttl {
    max-width: 180px;
    margin: 0 auto 11%;
  }
  #dh_lp_wrapper .content_wrapper #img03,
  #dh_lp_wrapper #img04,
  #dh_lp_wrapper #img08,
  #dh_lp_wrapper #img10,
  #dh_lp_wrapper #img14 {
    width: 86.66%;
  }
  #dh_lp_wrapper .content_wrapper video {
    max-width: 280px;
  }
  #dh_lp_wrapper .footer {
    margin-bottom: 10%;
  }
  #dh_lp_wrapper .footer .footer_name_box {
    margin-bottom: 10%;
  }
  #dh_lp_wrapper .footer .footer_button {
    margin-bottom: 25%;
  }
}
#dh_lp_wrapper {
  /* =========== modal_pop =========== */
}
#dh_lp_wrapper .modal_pop {
  display: none;
  width: 100%;
  max-height: 654px;
  height: 85%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
}
#dh_lp_wrapper .modal_pop .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.4);
}
#dh_lp_wrapper .modal_pop .modal_pop_main_wrapper {
  position: relative;
  width: 90%;
  max-width: 1000px;
  height: 100%;
  margin: 10vh auto 0;
}
#dh_lp_wrapper .modal_pop .modal_pop_main {
  position: relative;
  z-index: 1;
  overflow-y: scroll;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}
#dh_lp_wrapper .modal_pop .close-btn {
  cursor: pointer;
  z-index: 2;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
}
#dh_lp_wrapper .modal_pop .close-btn .lp_border {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #202124;
}
#dh_lp_wrapper .modal_pop .close-btn .border01 {
  transform: rotate(45deg);
}
#dh_lp_wrapper .modal_pop .close-btn .border02 {
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  #dh_lp_wrapper .modal_pop {
    max-height: unset;
    height: calc(100% - 80px);
  }
  #dh_lp_wrapper .modal_pop .modal_pop_main_wrapper {
    width: 100%;
    margin: 40px auto 0;
  }
  #dh_lp_wrapper .modal_pop .close-btn {
    top: 10px;
    right: 5px;
    width: 21px;
    height: 21px;
  }
  #dh_lp_wrapper .modal_pop .close-btn .lp_border {
    width: 21px;
  }
}
#dh_lp_wrapper {
  /* =========== modal_item =========== */
}
#dh_lp_wrapper .modal_pop .modal_pop_main .modal_item {
  display: flex;
  -moz-column-gap: 43px;
       column-gap: 43px;
  padding: 40px 40px 80px;
}
#dh_lp_wrapper .modal_pop .modal_pop_main .modal_item .modal_img_box {
  width: 49%;
  overflow: hidden;
}
#dh_lp_wrapper .modal_pop .modal_pop_main .modal_item .modal_credit_box {
  display: flex;
  align-items: end;
}
#dh_lp_wrapper .modal_pop .modal_pop_main .modal_item .modal_credit_box ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  list-style: none;
  width: 256px;
}
#dh_lp_wrapper .modal_pop .modal_pop_main #modal_item_13 .modal_credit_box ul {
  width: 375px;
}
#dh_lp_wrapper .modal_pop .modal_pop_main .modal_item .modal_credit_box ul li {
  display: flex;
  justify-content: space-between;
  color: #000;
  font-size: 14px;
  line-height: 16px;
}
#dh_lp_wrapper .modal_pop .modal_pop_main .modal_item .modal_credit_box ul li a {
  color: #000;
  text-decoration: none;
  border: #000 1px solid;
  border-radius: 15px;
  padding: 0 28px;
  font-size: 12px;
  transition: all 0.5s;
}
#dh_lp_wrapper .modal_pop .modal_pop_main .modal_item .modal_credit_box ul li a:hover {
  color: #fff;
  background-color: #000;
}
#dh_lp_wrapper .modal_pop .modal_pop_main .modal_item .modal_credit_box ul li .not_available {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
}
@media (max-width: 768px) {
  #dh_lp_wrapper .modal_pop .modal_pop_main .modal_item {
    flex-direction: column;
    row-gap: 43px;
    padding: 55px 20px 35px;
  }
  #dh_lp_wrapper .modal_pop .modal_pop_main .modal_item .modal_img_box {
    width: 100%;
  }
  #dh_lp_wrapper .modal_pop .modal_pop_main .modal_item .modal_credit_box {
    margin-left: 20px;
  }
  #dh_lp_wrapper .modal_pop .modal_pop_main #modal_item_13 .modal_credit_box ul li {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */