body {
  margin: 0;
  padding: 0;
}

.dh_lp_wrapper {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #404040;
  background-color: #fff;
  font-weight: 350;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  margin: 0;
  padding: 0;
  position: relative;
}

.dh_lp_wrapper * {
  max-width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.dh_lp_wrapper .mv_sec {
  position: relative;
}

.dh_lp_wrapper .mv_sec .mv_logo {
  position: absolute;
  z-index: 1;
  width: 43.38%;
  max-width: 833px;
  left: 8.8%;
  bottom: 9.29%;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .mv_sec .mv_logo {
    width: 77.06%;
  }
}

.dh_lp_wrapper .lead_sec {
  text-align: center;
  margin: 5% auto 6.2%;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .lead_sec {
    font-size: 13px;
    margin: 21.3% auto;
  }
}

.dh_lp_wrapper .local_nav {
  position: fixed;
  top: 18.5%;
  right: 3%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 26px;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-size: 14px;
}

.dh_lp_wrapper .local_nav .local_nav_d {
  color: #000;
}

.dh_lp_wrapper .local_nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .local_nav {
    bottom: 0;
    right: initial;
    top: initial;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 73px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 13.6%;
  }

  .dh_lp_wrapper .local_nav .local_nav_d {
    margin-right: 6.9%;
    margin-bottom: 0;
  }
}

.dh_lp_wrapper .local_nav.is-visible {
  opacity: 1;
  visibility: visible;
}

.dh_lp_wrapper .local_nav p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ccc;
  font-size: 14px;
}

.dh_lp_wrapper .local_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 18px;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .local_nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.dh_lp_wrapper .local_nav .local_nav_list a {
  display: block;
  text-align: center;
  color: #CECECE;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-align: left;
  line-height: 1;
}

.dh_lp_wrapper .local_nav .local_nav_list a:hover {
  color: #888;
}

.dh_lp_wrapper .local_nav .local_nav_list a.is-current {
  color: #000;
}

.dh_lp_wrapper .coord_wrapper {
  display: grid;
  position: relative;
  width: 100%;
  z-index: 1;
  height: 200dvh;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .coord_wrapper {
    height: 120dvh;
  }
}

.dh_lp_wrapper .coord_sec {
  grid-area: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  top: 0;
  height: 100dvh;
  width: 75%;
  max-width: 1250px;
  margin: 0 auto;
  gap: 7.22%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .coord_sec {
    width: 100%;
  }
}

.dh_lp_wrapper .coord_sec+.coord_sec {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.dh_lp_wrapper .coord_sec.is-active {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  z-index: 2;
}

.dh_lp_wrapper .coord_sec.is-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 1;
}

.dh_lp_wrapper .coord_sec .coord_text {
  width: 44%;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .coord_sec .coord_text {
    width: 86.4%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 25px 0 120px;
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: none;
  }
}

.dh_lp_wrapper .coord_sec .coord_img {
  position: relative;
  width: 48.8%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .coord_sec .coord_img {
    width: 100%;
    z-index: 1;
  }

  .dh_lp_wrapper .coord_sec .coord_img::before,
  .dh_lp_wrapper .coord_sec .coord_img::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10%;
    z-index: 5;
    pointer-events: none;
    mix-blend-mode: multiply;
  }

  .dh_lp_wrapper .coord_sec .coord_img::before {
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  }

  .dh_lp_wrapper .coord_sec .coord_img::after {
    bottom: 0;
    height: 50%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  }

  .dh_lp_wrapper .coord_sec .coord_img .coord_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    pointer-events: none;
    mix-blend-mode: multiply;
  }

  .dh_lp_wrapper .coord_sec .coord_img.is-overlay-active .coord_overlay {
    opacity: 1;
    visibility: visible;
  }

}

.dh_lp_wrapper .coord_sec .coord_img .splide__pagination {
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .coord_sec .coord_img .splide__pagination {
    top: initial;
    left: 0;
    right: 0;
    bottom: 93px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-transform: initial;
    transform: initial;
    margin: 0 auto;
    gap: 40px;
  }
}

.dh_lp_wrapper .coord_sec .coord_img .splide__pagination__page.is-active {
  background: #000;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.dh_lp_wrapper .coord_sec .coord_img .splide__pagination__page {
  background: #FFFFFF;
}

.dh_lp_wrapper .coord_sec .coord_img .splide__list {
  width: 100%;
}

.dh_lp_wrapper .coord_sec .coord_img .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.dh_lp_wrapper .coord_sec .coord_ttl {
  margin-bottom: 9.5%;
  font-size: 13px;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .coord_sec .coord_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: auto;
  }
}

.dh_lp_wrapper .coord_sec .coord_ttl::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #000;
  margin-top: 4%;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .coord_sec .coord_ttl::after {
    display: none;
  }
}

.dh_lp_wrapper .coord_sec .coord_main_ttl {
  font-size: 44px;
  font-family: futura-pt, sans-serif;
  line-height: 1;
  font-weight: 600;
  color: #231815;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .coord_sec .coord_main_ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 30px;
    font-weight: 450;
    color: #fff;
    letter-spacing: 0;
  }
}

.dh_lp_wrapper .coord_sec .coord_sub_ttl {
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 16px;
  color: #231815;
  letter-spacing: 1px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .coord_sec .coord_sub_ttl {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 68.51%;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-top: 0;
    text-align: right;
    line-height: 1.3;
  }
}

.dh_lp_wrapper .coord_sec .coord_description_wrap {
  position: relative;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .coord_sec .coord_description_wrap {
    pointer-events: auto;
  }
}

.dh_lp_wrapper .coord_sec .coord_description {
  font-size: 13px;
  font-weight: 350;
  line-height: 1.9;
  letter-spacing: 0px;
  margin-bottom: 4%;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .coord_sec .coord_description {
    -webkit-transition: max-height 0.6s ease;
    transition: max-height 0.6s ease;
    overflow: hidden;
    max-height: 55px;
    -webkit-mask-image: linear-gradient(to bottom, black 16px, transparent 100%);
    mask-image: linear-gradient(to bottom, black 16px, transparent 100%);
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height 0.4s ease;
    transition: max-height 0.4s ease;
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.8;
  }

  .dh_lp_wrapper .coord_sec .coord_description.is-open {
    max-height: 500px;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

.dh_lp_wrapper .coord_sec .coord_description_toggle_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .coord_sec .coord_description_toggle_btn {
    display: block;
    position: relative;
    z-index: 10;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }

  .dh_lp_wrapper .coord_sec .coord_description_toggle_btn::before,
  .dh_lp_wrapper .coord_sec .coord_description_toggle_btn::after {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 2px;
  }

  .dh_lp_wrapper .coord_sec .coord_description_toggle_btn::before {
    width: 14px;
    height: 1px;
  }

  .dh_lp_wrapper .coord_sec .coord_description_toggle_btn::after {
    width: 1px;
    height: 14px;
  }

  .dh_lp_wrapper .coord_sec .coord_description_toggle_btn.is-active {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.dh_lp_wrapper .coord_sec .coord_ttl_color_01 {
  color: #6C92C3;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .coord_sec .coord_ttl_color_01 {
    color: #fff;
  }
}

.dh_lp_wrapper .coord_sec .coord_ttl_color_02 {
  color: #EAC050;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .coord_sec .coord_ttl_color_02 {
    color: #fff;
  }
}

.dh_lp_wrapper .coord_sec .coord_ttl_color_03 {
  color: #CFB180;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .coord_sec .coord_ttl_color_03 {
    color: #fff;
  }
}

.dh_lp_wrapper .coord_sec .coord_ttl_color_04 {
  color: #999999;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .coord_sec .coord_ttl_color_04 {
    color: #fff;
  }
}

.dh_lp_wrapper .coord_sec .coord_ttl_color_05 {
  color: #BE763A;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .coord_sec .coord_ttl_color_05 {
    color: #fff;
  }
}

.dh_lp_wrapper .coord_sec .coord_ttl_color_06 {
  color: #CCC0AD;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .coord_sec .coord_ttl_color_06 {
    color: #fff;
  }
}

.dh_lp_wrapper .coord_sec .coord_ttl_color_07 {
  color: #565656;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .coord_sec .coord_ttl_color_07 {
    color: #fff;
  }
}

.dh_lp_wrapper .credit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: futura-pt, "Noto Sans JP", sans-serif;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .credit {
    color: #fff;
    pointer-events: auto;
  }
}

.dh_lp_wrapper .credit_list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.dh_lp_wrapper .credit_name {
  margin-right: 10px;
}

.dh_lp_wrapper .credit_price {
  margin-right: 20px;
}

.dh_lp_wrapper .price_at{
  font-size: 12px;
}

.dh_lp_wrapper .credit_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  background-color: #000;
  color: #fff;
  line-height: 1;
  height: 17px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dh_lp_wrapper .credit_btn:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .credit_btn {
    font-size: 12px;
    line-height: 17px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #535353;
  }
}

.dh_lp_wrapper .end_sec {
  position: relative;
}

.dh_lp_wrapper .end_sec .bca_logo {
  width: 30%;
  max-width: 236px;
  margin: 120px auto 150px;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .end_sec .bca_logo {
    margin: 80px auto 140px;
    width: 64%;
  }
}

.dh_lp_wrapper .profile_sec {
  background-color: #6C6C6C;
  margin-top: 120px;
}

.dh_lp_wrapper .profile_sec .profile_txt_wrap {
  padding: 60px 0;
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .profile_sec .profile_txt_wrap {
    width: 86.6%;
    margin-top: 80px;
  }
}

.dh_lp_wrapper .profile_sec .profile_ttl {
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 40px;
}

.dh_lp_wrapper .profile_sec .profile_txt {
  font-size: 13px;
  line-height: 2;
}

.dh_lp_wrapper .staff_credit_sec {
  margin-top: 120px;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  color: #585858;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .staff_credit_sec {
    margin-top: 80px;
  }
}

.dh_lp_wrapper {
  /*------ responsive tag ------*/
}

.dh_lp_wrapper .pc {
  display: block !important;
}

.dh_lp_wrapper .sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper .sp {
    display: block !important;
  }

  .dh_lp_wrapper .pc {
    display: none !important;
  }
}

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