/* CSS Document */
/*------ all ------*/
body {
  overflow-x: hidden;
}

.dh_lp_wrapper * {
  font-family: "Noto Serif JP", serif;
  margin: 0;
}

.dh_lp_wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 136px;
  font-size: 14px;
  color: #222222;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  /*------ responsive tag ------*/
  /*---------- credit ----------*/
  /*---------- top-sec ----------*/
  /*---------- item-sec ----------*/
  /*---------- other-sec ----------*/
  /*---------- btn_area ----------*/
}
.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;
  }
}
.dh_lp_wrapper img {
  width: 100%;
  max-width: 100%;
}
.dh_lp_wrapper ul,
.dh_lp_wrapper li {
  margin: 0;
  padding: 0;
}
.dh_lp_wrapper h1,
.dh_lp_wrapper h2,
.dh_lp_wrapper h3,
.dh_lp_wrapper h4,
.dh_lp_wrapper h5,
.dh_lp_wrapper p,
.dh_lp_wrapper a {
  margin: 0;
  color: #444;
}
.dh_lp_wrapper a {
  text-decoration: none;
  font-family: "inter", sans-serif;
  text-decoration: underline;
}
.dh_lp_wrapper a,
.dh_lp_wrapper a img {
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  cursor: pointer;
}
.dh_lp_wrapper a:hover,
.dh_lp_wrapper a:hover img {
  opacity: 0.8;
  text-decoration: none;
}
.dh_lp_wrapper a:link,
.dh_lp_wrapper a:visited,
.dh_lp_wrapper a:active,
.dh_lp_wrapper a:focus {
  text-decoration: none;
}
.dh_lp_wrapper .credit-area p {
  font-family: "inter", sans-serif;
  margin: 0 auto;
}
.dh_lp_wrapper .credit-area .item_detail_text {
  font-size: 11px;
  font-weight: 600;
  line-height: 17px;
}
.dh_lp_wrapper .credit-area-detail p:not(.item_detail_text) {
  margin-bottom: 4px;
}
.dh_lp_wrapper .credit-area p.bottom_none {
  margin-bottom: 0;
}
.dh_lp_wrapper .credit-area p.no_arrival {
  line-height: 22px;
}
.dh_lp_wrapper .top-sec {
  margin: 0 auto 106px;
}
.dh_lp_wrapper .top-sec h1 {
  margin: 0 auto 107px;
}
.dh_lp_wrapper .top-sec p {
  font-size: 16px;
  text-align: center;
}
.dh_lp_wrapper .item-sec {
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 52px;
}
.dh_lp_wrapper .item-sec .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.dh_lp_wrapper .item-sec .content-box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.dh_lp_wrapper .item-sec .content-box .img-box {
  width: 50%;
  max-width: 480px;
}
.dh_lp_wrapper .item-sec .content-box .text-box {
  width: 50%;
  max-width: 480px;
}
.dh_lp_wrapper .item-sec .content-box .text-box h2 {
  margin: 0 auto;
  font-family: "Cormorant Upright", serif;
  font-size: 50px;
  color: #BEDFDF;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.dh_lp_wrapper .item-sec .content-box .text-box h2 span {
  font-family: "Cormorant Infant", serif;
}
.dh_lp_wrapper .item-sec .content-box .text-box .description {
  text-align: left;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 30px;
}
.dh_lp_wrapper .other-sec {
  position: relative;
  padding: 80px 0 100px;
  margin-bottom: 100px;
}
.dh_lp_wrapper .other-sec::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #D1E5E6;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
.dh_lp_wrapper .other-sec h2 {
  text-align: center;
  font-family: "Cormorant Upright", serif;
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
}
.dh_lp_wrapper .other-sec .description {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 45px;
}
.dh_lp_wrapper .other-sec .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.dh_lp_wrapper .other-sec .content-box .img-box {
  margin-bottom: 24px;
}
.dh_lp_wrapper .other-sec .content-box .left-box {
  width: 50%;
  max-width: 480px;
}
.dh_lp_wrapper .other-sec .content-box .right-box {
  margin-top: 100px;
  width: 50%;
  max-width: 480px;
}
.dh_lp_wrapper .btn_area {
  width: 100%;
  max-width: 744px;
  margin: 10% auto 15%;
}
.dh_lp_wrapper a.allitem_btn {
  text-align: center;
  display: block;
  text-decoration: none;
  line-height: 68px;
  font-size: 17px;
  font-weight: lighter;
  width: 100%;
  max-width: 685px;
  margin: 0 30px;
  color: #fff;
  letter-spacing: 1.6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #373434;
}
.dh_lp_wrapper a.allitem_btn:hover {
  opacity: 0.8;
}
.dh_lp_wrapper .item .text.two_clumn_area {
  font-size: 14px;
}
.dh_lp_wrapper .lp-btn {
  display: block;
  position: relative;
  width: 80%;
  max-width: 332px;
  color: #fff;
  background-color: #000;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  font-family: "noto sans cjk-jp";
  height: 48px;
  line-height: 48px;
  margin-bottom: 20px;
  font-family: "Noto Sans JP";
  font-weight: 500;
}
.dh_lp_wrapper .lp-btn:after {
  content: " ";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .dh_lp_wrapper {
    font-size: 13px;
    /*---------- credit ----------*/
  }
  .dh_lp_wrapper .credit-area .item_detail_text {
    font-size: 10px;
  }
  .dh_lp_wrapper .credit-area li p {
    margin: 0;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .dh_lp_wrapper .top-sec h1 {
    margin: 0 auto 10%;
  }
  .dh_lp_wrapper .top-sec p {
    font-size: 14px;
    text-align: left;
  }
  .dh_lp_wrapper .top-sec {
    margin: 0 auto 15%;
  }
  .dh_lp_wrapper .item-sec {
    margin: 0 auto 70px;
    row-gap: 50px;
  }
  .dh_lp_wrapper .item-sec .content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dh_lp_wrapper .item-sec .content-box.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dh_lp_wrapper .item-sec .content-box .img-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .dh_lp_wrapper .item-sec .content-box .text-box {
    width: 100%;
  }
  .dh_lp_wrapper .item-sec .content-box .text-box h2 {
    font-size: 42px;
    margin-bottom: 12px;
    text-align: center;
  }
  .dh_lp_wrapper .item-sec .content-box .text-box .description {
    margin-bottom: 20px;
  }
  .dh_lp_wrapper .other-sec {
    padding: 40px 0 50px;
    margin-bottom: 80px;
  }
  .dh_lp_wrapper .other-sec h2 {
    font-size: 42px;
    margin-bottom: 12px;
  }
  .dh_lp_wrapper .other-sec .description {
    text-align: left;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .dh_lp_wrapper .other-sec .content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .dh_lp_wrapper .other-sec .content-box .left-box {
    width: 100%;
  }
  .dh_lp_wrapper .other-sec .content-box .right-box {
    margin-top: 0px;
    width: 100%;
  }
}
.dh_lp_wrapper {
  position: relative;
}
.dh_lp_wrapper .modal-open {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.dh_lp_wrapper .modal-open:hover {
  opacity: 0.8;
  cursor: pointer;
}
.dh_lp_wrapper .modal-open .modal-open-btn {
  display: block;
  position: absolute;
  width: 32px;
  aspect-ratio: 1/1;
  bottom: 10px;
  right: 10px;
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.5));
}
.dh_lp_wrapper .modal-open .modal-open-btn::before, .dh_lp_wrapper .modal-open .modal-open-btn::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #fff;
}
.dh_lp_wrapper .modal-open .modal-open-btn::before {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.dh_lp_wrapper .modal-open .modal-open-btn::after {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.dh_lp_wrapper .dh_lp_modal .modal-wrapper {
  opacity: 0;
  pointer-events: none;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dh_lp_wrapper .dh_lp_modal .modal-wrapper.modal_active {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .dh_lp_wrapper .dh_lp_modal .modal-wrapper {
    overflow-y: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dh_lp_wrapper .dh_lp_modal .modal-wrapper .modal-img-box {
  grid-column: 2;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .dh_lp_wrapper .dh_lp_modal .modal-wrapper .modal-img-box {
    height: unset;
    width: 100%;
  }
}
.dh_lp_wrapper .dh_lp_modal .modal-wrapper .modal-img-box img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .dh_lp_wrapper .dh_lp_modal .modal-wrapper .modal-img-box img {
    height: unset;
    width: 100%;
  }
}
.dh_lp_wrapper .dh_lp_modal .modal-wrapper .modal-credit-box {
  grid-column: 3;
  align-self: flex-end;
  padding: 50px;
  min-width: 400px;
}
@media screen and (max-width: 767px) {
  .dh_lp_wrapper .dh_lp_modal .modal-wrapper .modal-credit-box {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 20px;
    min-width: unset;
  }
}
.dh_lp_wrapper .dh_lp_modal .modal-wrapper .modal-close-btn {
  display: block;
  position: absolute;
  right: 40px;
  top: 40px;
  width: 42px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .dh_lp_wrapper .dh_lp_modal .modal-wrapper .modal-close-btn {
    right: 15px;
    top: 15px;
    width: 42px;
  }
}
.dh_lp_wrapper .dh_lp_modal .modal-wrapper .modal-close-btn::before, .dh_lp_wrapper .dh_lp_modal .modal-wrapper .modal-close-btn::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  background-color: #444;
}
.dh_lp_wrapper .dh_lp_modal .modal-wrapper .modal-close-btn::before {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.dh_lp_wrapper .dh_lp_modal .modal-wrapper .modal-close-btn::after {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.dh_lp_wrapper .dh_lp_modal .modal-wrapper .modal-close-btn:hover {
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */