@charset "UTF-8";
/* AOS fade-left / fade-right 共通の横移動量（aos.css 既定は各 100px） */
.dh_lp_wrapper [data-aos=fade-right] {
  -webkit-transform: translate3d(-60px, 0, 0);
          transform: translate3d(-60px, 0, 0);
}

.dh_lp_wrapper [data-aos=fade-left] {
  -webkit-transform: translate3d(60px, 0, 0);
          transform: translate3d(60px, 0, 0);
}

body {
  margin: 0;
  padding: 0;
}

.dh_lp_wrapper {
  margin: 0 auto;
  width: 100%;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0em;
}
.dh_lp_wrapper * {
  margin: 0;
  padding: 0;
}
.dh_lp_wrapper a {
  text-decoration: none;
}
.dh_lp_wrapper img {
  vertical-align: bottom;
  width: 100%;
}
.dh_lp_wrapper ul {
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  .dh_lp_wrapper .pc {
    display: none;
  }
}
.dh_lp_wrapper .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .dh_lp_wrapper .sp {
    display: inherit;
  }
}
.dh_lp_wrapper .img-box {
  text-align: center;
}
.dh_lp_wrapper {
  /* メインビジュアル */
}
.dh_lp_wrapper .dh_lp_mv {
  width: 100%;
}
.dh_lp_wrapper .dh_lp_mv .img-box {
  width: 100%;
}
.dh_lp_wrapper .lead {
  padding: 200px 0;
}
@media screen and (max-width: 768px) {
  .dh_lp_wrapper .lead {
    padding: 90px 0;
  }
}
.dh_lp_wrapper .lead p {
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .dh_lp_wrapper .lead p {
    font-size: 19px;
  }
}
.dh_lp_wrapper {
  /* メインコンテンツ */
}
.dh_lp_wrapper .main_contents {
  overflow: hidden;
  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: 18vw;
  width: calc(100% - 40px);
  max-width: 1440px;
  margin: 0 auto 200px;
}
@media screen and (max-width: 768px) {
  .dh_lp_wrapper .main_contents {
    width: 100%;
    row-gap: 35vw;
    margin: 0 auto 100px;
  }
}
.dh_lp_wrapper .main_contents .section {
  width: 100%;
}
.dh_lp_wrapper .main_contents .section .img-box {
  position: relative;
  cursor: pointer;
  /* AOS は transform を transition する。opacity のみの transition だと詳細度で上書きされ fade-up が効かない */
}
.dh_lp_wrapper .main_contents .section .img-box:not([data-aos]) {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.dh_lp_wrapper .main_contents .section .img-box:hover {
  opacity: 0.6;
}
.dh_lp_wrapper .main_contents .section .img-box .modal-plus {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  width: 40px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .dh_lp_wrapper .main_contents .section .img-box .modal-plus {
    width: 30px;
  }
}
.dh_lp_wrapper .main_contents .section .img-box .modal-plus .modal-plus-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.dh_lp_wrapper .main_contents .section .img-box .modal-plus .modal-plus-line:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.dh_lp_wrapper .main_contents .section_01 .img-box {
  margin-left: 27%;
  width: 37%;
}
@media screen and (max-width: 768px) {
  .dh_lp_wrapper .main_contents .section_01 .img-box {
    margin-left: 0;
    width: 100%;
  }
}
.dh_lp_wrapper .main_contents .section_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .dh_lp_wrapper .main_contents .section_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.dh_lp_wrapper .main_contents .section_02 .img-box_01 {
  margin-top: 40px;
  margin-left: 33%;
  width: 37%;
}
@media screen and (max-width: 768px) {
  .dh_lp_wrapper .main_contents .section_02 .img-box_01 {
    margin-top: 0;
    margin-left: 0;
    width: 100%;
  }
}
.dh_lp_wrapper .main_contents .section_02 .img-box_02 {
  width: 19%;
}
@media screen and (max-width: 768px) {
  .dh_lp_wrapper .main_contents .section_02 .img-box_02 {
    width: 52%;
  }
}
.dh_lp_wrapper .main_contents .section_03 .img-box {
  margin-left: 18%;
  width: 56%;
}
@media screen and (max-width: 768px) {
  .dh_lp_wrapper .main_contents .section_03 .img-box {
    margin-left: 0;
    width: 100%;
  }
}
.dh_lp_wrapper .main_contents .section_04 .img-box {
  margin-left: 50%;
  width: 37%;
}
@media screen and (max-width: 768px) {
  .dh_lp_wrapper .main_contents .section_04 .img-box {
    margin-left: 0;
    width: 100%;
  }
}
.dh_lp_wrapper .main_contents .section_05 .img-box {
  margin-left: 28%;
  width: 37%;
}
@media screen and (max-width: 768px) {
  .dh_lp_wrapper .main_contents .section_05 .img-box {
    margin-left: 0;
    width: 100%;
  }
}
.dh_lp_wrapper .modal {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 1000;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 768px) {
  .dh_lp_wrapper .modal {
    height: 100vh;
    overflow-y: scroll;
  }
}
.dh_lp_wrapper .modal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.dh_lp_wrapper .modal .modal-inner {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
@media screen and (max-width: 768px) {
  .dh_lp_wrapper .modal .modal-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    width: calc(100% - 40px);
    height: auto;
    min-height: calc(100vh - 60px);
    padding: 20px 20px 40px;
  }
}
.dh_lp_wrapper .modal .modal-inner .modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: none;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .dh_lp_wrapper .modal .modal-inner .modal-close {
    position: fixed;
    top: 20px;
    right: 20px;
  }
}
.dh_lp_wrapper .modal .modal-inner .modal-close .modal-close-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.dh_lp_wrapper .modal .modal-inner .modal-close .modal-close-line:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.dh_lp_wrapper .modal .modal-inner .modal-close .modal-close-line:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.dh_lp_wrapper .modal .modal-inner .modal-close:hover {
  opacity: 0.6;
}
.dh_lp_wrapper .modal .modal-inner .modal-img {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .dh_lp_wrapper .modal .modal-inner .modal-img {
    margin-top: 55px;
    height: unset;
    width: 100%;
  }
}
.dh_lp_wrapper .modal .modal-inner .modal-img img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 768px) {
  .dh_lp_wrapper .modal .modal-inner .modal-img img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    width: 100%;
  }
}
.dh_lp_wrapper .modal .modal-inner .modal-credit {
  margin-top: 200px;
  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: 6px;
}
@media screen and (max-width: 768px) {
  .dh_lp_wrapper .modal .modal-inner .modal-credit {
    margin-top: 25px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.dh_lp_wrapper .modal .modal-inner .modal-credit li {
  font-family: "IBM Plex Sans KR", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.dh_lp_wrapper .modal .modal-inner .modal-credit li span.price {
  font-weight: 300;
  color: #000;
}
.dh_lp_wrapper .modal .modal-inner .modal-credit li span.price a {
  color: #000;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.dh_lp_wrapper .modal .modal-inner .modal-credit li span.price a:hover {
  opacity: 0.6;
}
.dh_lp_wrapper .modal_03 .modal-inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 768px) {
  .dh_lp_wrapper .modal_03 .modal-inner {
    width: calc(100% - 40px);
  }
}
.dh_lp_wrapper .modal_03 .modal-inner .modal-img {
  height: unset;
  min-height: 70vh;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .dh_lp_wrapper .modal_03 .modal-inner .modal-img {
    aspect-ratio: 1/1;
    height: unset;
    min-height: unset;
  }
}
.dh_lp_wrapper .modal_03 .modal-inner .modal-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.dh_lp_wrapper .modal_03 .modal-inner .modal-credit {
  margin-top: 35px;
  margin-left: 89px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .dh_lp_wrapper .modal_03 .modal-inner .modal-credit {
    margin-top: 0;
    margin-left: 0;
  }
}/*# sourceMappingURL=style.css.map */