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

.pf-c:has(.dh_lp_wrapper) {
  padding: 0 !important;
}

@-webkit-keyframes fade-slide {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-slide {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.dh_lp_wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  font-size: 14px;
  color: #222222;
  font-weight: 200;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  /*---------- top-sec ----------*/
  /*---------- coordinate-sec ----------*/
  /*---------- styling-sec ----------*/
  /*---------- topics ----------*/
  /*---------- noverty ----------*/
  /*---------- btn-container ----------*/
  /*------ responsive tag ------*/
}
.dh_lp_wrapper * {
  font-family: "Noto Serif JP", serif;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dh_lp_wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.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: "meiryo-ui", 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 .top-sec {
  margin: 0 auto 130px;
}
.dh_lp_wrapper .top-sec h1 {
  margin: 0 auto 72px;
}
.dh_lp_wrapper .top-sec p {
  font-size: 16px;
  text-align: center;
}
.dh_lp_wrapper .credit-area {
  margin-top: 28px;
}
.dh_lp_wrapper .credit-area p {
  font-family: "meiryo-ui", 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 ul.item-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.dh_lp_wrapper ul.item-area.flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dh_lp_wrapper ul.item-area.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.dh_lp_wrapper ul.item-area li {
  width: 49%;
  max-width: 480px;
  position: relative;
}
.dh_lp_wrapper ul.item-area li ul.credit-area li {
  width: 100%;
}
.dh_lp_wrapper ul.item-area li ul.credit-area li p {
  text-align: left;
  line-height: 1.95;
}
.dh_lp_wrapper small {
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  color: #6f6f6f;
  font-weight: 400;
}
.dh_lp_wrapper .coordinate-sec h2 {
  margin: 0 auto 20px;
  font-family: "arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  line-height: 1.8;
  text-align: center;
}
.dh_lp_wrapper .coordinate-sec .sub_text {
  text-align: center;
  margin-bottom: 70px;
}
.dh_lp_wrapper #sec01 h2 {
  color: #fe593b;
}
.dh_lp_wrapper #sec02 h2 {
  color: #009ccc;
}
.dh_lp_wrapper #sec03 h2 {
  color: #235a72;
}
.dh_lp_wrapper #sec04 h2 {
  color: #c8a589;
}
.dh_lp_wrapper .styling-sec {
  margin: 67px auto 90px;
  width: 100%;
}
.dh_lp_wrapper .styling-sec .item-area li {
  max-width: 480px;
}
.dh_lp_wrapper .styling-sec .item-area > li:nth-child(2n) {
  margin-top: 8.5%;
}
.dh_lp_wrapper .styling-sec .item-area-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dh_lp_wrapper .styling-sec .item-area02 {
  margin-top: 50px;
}
.dh_lp_wrapper .topics-sec {
  width: 100%;
  max-width: 1000px;
  margin: 11% auto;
  padding: 5% 10%;
  border: 2px solid #f25555;
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 0 #f25555;
          box-shadow: 6px 6px 0 #f25555;
  border-radius: 15px;
  text-align: center;
}
.dh_lp_wrapper .topics-sec_title {
  margin: 0 auto 5%;
  text-align: center;
  font-family: "futura-pt", sans-serif;
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  font-style: italic;
  color: #ee5b5b;
}
.dh_lp_wrapper .topics-sec_bottom-credit {
  margin: 5% auto 0;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  font-style: italic;
  color: #f28f8f;
}
.dh_lp_wrapper .topics-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
}
.dh_lp_wrapper .topics-box_images {
  width: 45%;
  aspect-ratio: 1;
  border: 9px solid #eda49a;
  position: relative;
}
.dh_lp_wrapper .topics-box_images > img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: fade-slide 5.2s infinite;
          animation: fade-slide 5.2s infinite;
}
.dh_lp_wrapper .topics-box_images > img:nth-child(2) {
  opacity: 0;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.dh_lp_wrapper .topics-box_images > img:nth-child(3) {
  opacity: 0;
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
.dh_lp_wrapper .topics-box_textarea {
  width: 50%;
  text-align: left;
}
.dh_lp_wrapper .topics-box_textarea p {
  margin: 0 auto 1.2em;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "meiryo-ui", sans-serif;
}
.dh_lp_wrapper .topics-box_title {
  margin-bottom: 4.8%;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-family: "meiryo-ui", sans-serif;
}
.dh_lp_wrapper .noverty {
  margin: 14.5% auto 0;
  padding: 7% 0 9%;
  position: relative;
  text-align: center;
}
.dh_lp_wrapper .noverty::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #cbd5f7;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
.dh_lp_wrapper .noverty_title {
  margin: 0 auto 0.55em;
  font-size: 50px;
  line-height: 1.8;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: italic;
}
.dh_lp_wrapper .noverty_image {
  max-width: 453px;
  margin: 0 auto 3%;
}
.dh_lp_wrapper .noverty_textarea strong {
  font-family: "meiryo-ui", sans-serif;
  font-weight: bold;
}
.dh_lp_wrapper .noverty_textarea a {
  font-family: "meiryo-ui", sans-serif;
  font-weight: bold;
}
.dh_lp_wrapper .noverty_textarea a:hover {
  text-decoration: underline;
}
.dh_lp_wrapper .noverty_textarea .small-text {
  font-size: 0.95em;
  font-family: "meiryo-ui", sans-serif;
}
.dh_lp_wrapper .noverty_sub-title {
  margin: 0 auto 0.8em;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  font-family: "meiryo-ui", sans-serif;
}
.dh_lp_wrapper .noverty_text {
  margin: 0 auto 1em;
  font-size: 16px;
  line-height: 1.4;
  font-family: "meiryo-ui", sans-serif;
}
.dh_lp_wrapper .btn-container {
  text-align: center;
  padding-top: 25px;
}
.dh_lp_wrapper .btn-container p {
  text-align: center;
  font-size: 16px;
  margin: 0 auto 6%;
}
.dh_lp_wrapper .btn-container a.btn.dh_lp_arrow {
  width: 100%;
  max-width: 580px;
  margin: 0 auto 25px;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 68px;
  font-size: 17px;
  font-weight: lighter;
  font-family: "Noto Serif JP", serif;
  color: #000000;
  letter-spacing: 1.6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  border: 1px solid #4c4c4c;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.dh_lp_wrapper .btn-container a:hover {
  opacity: 0.6;
}
.dh_lp_wrapper .btn-container .dh_lp_arrow::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1100px) {
  .dh_lp_wrapper .dh_lp_space {
    margin: 0 auto;
    width: 100%;
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .dh_lp_wrapper {
    font-size: 13px;
    margin: 0px auto;
    /*---------- coordinate-sec ----------*/
    /*---------- styling-sec ----------*/
    /*---------- topics ----------*/
    /*---------- noverty ----------*/
    /*---------- btn-container ----------*/
  }
  .dh_lp_wrapper .dh_lp_space {
    max-width: 92%;
  }
  .dh_lp_wrapper .item-sec {
    margin: 0 auto 70px;
  }
  .dh_lp_wrapper .sub_text {
    text-align: left;
    margin: 6% auto 6%;
  }
  .dh_lp_wrapper .top-sec h1 {
    margin: 0 auto 12%;
  }
  .dh_lp_wrapper .top-sec p {
    font-size: 14px;
    line-height: 2.1;
    text-align: left;
  }
  .dh_lp_wrapper .top-sec {
    margin: 0 auto 18%;
  }
  .dh_lp_wrapper ul.item-area {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .dh_lp_wrapper ul.item-area > li {
    width: 100%;
    max-width: 100%;
  }
  .dh_lp_wrapper ul.item-area li img {
    margin: 0;
  }
  .dh_lp_wrapper ul.credit-area li p {
    margin: 0;
  }
  .dh_lp_wrapper .flex-center img {
    margin: 0;
  }
  .dh_lp_wrapper .coordinate-sec {
    margin: 0 auto 70px;
  }
  .dh_lp_wrapper .coordinate-sec h2 {
    margin-bottom: 30px;
    font-size: 25px;
  }
  .dh_lp_wrapper .coordinate-sec .sub_text {
    text-align: left;
    margin-bottom: 55px;
  }
  .dh_lp_wrapper .styling-sec {
    margin: 10% auto 70px !important;
  }
  .dh_lp_wrapper .styling-sec h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .dh_lp_wrapper .styling-sec .sub_text {
    text-align: left;
  }
  .dh_lp_wrapper .styling-sec .item-area > li:nth-child(2n) {
    margin-top: 12%;
  }
  .dh_lp_wrapper .topics-sec {
    padding: 5% 5% 10%;
    border-radius: 10px;
  }
  .dh_lp_wrapper .topics-sec_title {
    font-size: 25px;
  }
  .dh_lp_wrapper .topics-sec_bottom-credit {
    margin-top: 10%;
    font-size: 10px;
  }
  .dh_lp_wrapper .topics-box {
    border-radius: 10px;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
  .dh_lp_wrapper .topics-box_images {
    width: 65%;
    margin: 0 auto 8%;
    border-width: 4px;
  }
  .dh_lp_wrapper .topics-box_textarea {
    width: 100%;
  }
  .dh_lp_wrapper .topics-box_textarea p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 2;
  }
  .dh_lp_wrapper .topics-box_title {
    font-size: 15px;
  }
  .dh_lp_wrapper .noverty {
    margin: 16% auto 0;
    padding: 11% 0;
  }
  .dh_lp_wrapper .noverty_title {
    font-size: 25px;
  }
  .dh_lp_wrapper .noverty_image {
    width: 60%;
    margin-bottom: 10%;
  }
  .dh_lp_wrapper .noverty_textarea .small-text {
    margin-top: 0;
    font-size: 10px;
  }
  .dh_lp_wrapper .noverty_sub-title {
    font-size: 16px;
  }
  .dh_lp_wrapper .noverty_text {
    margin-bottom: 0.5em;
    font-size: 12px;
    line-height: 1.8;
  }
  .dh_lp_wrapper .btn-container {
    font-size: 15px;
    letter-spacing: 0.06em;
    margin: 15% auto 10%;
    width: 100%;
  }
  .dh_lp_wrapper .btn-container a.btn.dh_lp_arrow {
    width: 100%;
    font-size: 15px;
    line-height: 4;
  }
  .dh_lp_wrapper .btn-container p {
    font-size: 10px;
    margin-top: 20px;
  }
  .dh_lp_wrapper .btn-container {
    padding-top: 0px;
  }
}
.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 */