@charset "UTF-8";

body {
  overflow-x: hidden;
}

#dh_lp_wrapper {
  position: relative;
  left: -50vw;
  margin-left: 50%;
  width: 100vw;
}

/*
    lpCnt
*/
#dh_lp_wrapper {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  line-height: 1.86;
  padding-bottom: 100px;
  color: #000;
  /* -- reset -- */
  /* -- メイン外の設定 -- */
  /* 全画面表示させたい要素に下記を適用 */
  /* -- inner -- */
  /*
      tag
  */
  /*
      common
  */
  /* -- hide -- */
  /*
      contents
  */
  /* -- mvBox -- */
  /* -- catchBox -- */
  /* -- itemBox --*/
  /* lpPrice */
  /* - cnt01 - */
  /* - cnt02 - */
  /* bnrArea */
  /* -- btn-container -- */
  /*
      js
  */
  /* -- 'inview' フェードプラグイン -- */
  /* フェード */
  /* フェードアップ */
  /* テキストのフェードアップ */
}

#dh_lp_wrapper *::before,
#dh_lp_wrapper *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

#dh_lp_wrapper p,
#dh_lp_wrapper table,
#dh_lp_wrapper blockquote,
#dh_lp_wrapper address,
#dh_lp_wrapper pre,
#dh_lp_wrapper iframe,
#dh_lp_wrapper form,
#dh_lp_wrapper figure,
#dh_lp_wrapper dl,
#dh_lp_wrapper h1,
#dh_lp_wrapper h2,
#dh_lp_wrapper h3,
#dh_lp_wrapper h4,
#dh_lp_wrapper h5,
#dh_lp_wrapper h6 {
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#dh_lp_wrapper ul,
#dh_lp_wrapper ol {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#dh_lp_wrapper img {
  vertical-align: bottom;
  /*    width: 100%;*/
  height: auto;
}

#dh_lp_wrapper video {
  width: 100%;
}

#dh_lp_wrapper body {
  overflow-x: hidden;
}

#dh_lp_wrapper .itemBox .cnt02 .box .zoom {
  position: absolute;
  bottom: -384px;
  left: calc(50% - 22px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#dh_lp_wrapper .itemBox .cnt02 .box .zoom img {
  width: 260px;
}

#dh_lp_wrapper .itemBox .cnt02 .box .zoom .txt_zoom {
  position: absolute;
  width: 100px;
  top: 42px;
  right: -47px;
}

@media screen and (max-width: 900px) {
  #dh_lp_wrapper .itemBox .cnt02 .box .zoom {
    position: relative;
    bottom: unset;
    left: unset;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 60%;
    max-width: 340px;
    margin-bottom: 33px;
  }

  #dh_lp_wrapper .itemBox .cnt02 .box .zoom img {
    width: 100%;
  }

  #dh_lp_wrapper .itemBox .cnt02 .box .zoom .txt_zoom {
    top: 24px;
  }
}

#dh_lp_wrapper .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1122px;
}

@media screen and (max-width: 1152px) {
  #dh_lp_wrapper .inner {
    margin: 0 15px;
    width: auto;
  }
}

#dh_lp_wrapper a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

@media screen and (min-width: 901px) {
  #dh_lp_wrapper a:hover {
    opacity: 0.6;
  }
}

@media screen and (min-width: 901px) {
  #dh_lp_wrapper .pc_hide {
    display: none !important;
  }
}

@media screen and (max-width: 900px) {
  #dh_lp_wrapper .sp_hide {
    display: none !important;
  }
}

#dh_lp_wrapper .mvBox {
  margin: 0 auto;
  max-width: 1120px;
}

#dh_lp_wrapper .catchBox {
  font-size: 16px;
  line-height: 2.5;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 63px 0 115px;
}

@media screen and (max-width: 900px) {
  #dh_lp_wrapper .catchBox {
    font-size: 14px;
    padding: 30px 0 0;
  }
}

#dh_lp_wrapper .itemBox {
  margin: 0 0 149px;
}

#dh_lp_wrapper .itemBox .lpPrice {
  font-family: "Meiryo UI", "メイリオ", sans-serif;
  font-size: 14px;
  letter-spacing: 0.06em;
  margin-top: 11px;
}

#dh_lp_wrapper .itemBox .lpPrice> :not(:last-child) {
  margin-bottom: 5px;
}

#dh_lp_wrapper .itemBox .lpPrice span:nth-child(1) {
  margin-left: 16px;
}

#dh_lp_wrapper .itemBox .lpPrice span:nth-child(2) {
  font-size: 12px;
  letter-spacing: 0.04em;
  text-decoration: underline;
  display: inline-block;
  margin-left: 21px;
}

#dh_lp_wrapper .tit img {
  height: 88px;
}

@media screen and (max-width: 900px) {
  #dh_lp_wrapper .tit img {
    height: 64px;
  }
}

#dh_lp_wrapper .itemBox .cnt01 {
  margin-bottom: 20px;
}

#dh_lp_wrapper .itemBox .cnt01>.tit {
  font-family: futura-pt, sans-serif;
  font-style: italic;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ecb0ee;
}

#dh_lp_wrapper .itemBox .cnt01 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 76px;
}

#dh_lp_wrapper .itemBox .cnt01 .box>* {
  width: 42.8%;
}

#dh_lp_wrapper .itemBox .cnt01 .box> :nth-child(2n) {
  margin-top: 17.8%;
  margin-left: 14.4%;
}

#dh_lp_wrapper .itemBox .cnt01 .box .tit {
  font-family: futura-pt, sans-serif;
  font-style: italic;
  font-size: 36px;
  line-height: 1.11;
  letter-spacing: 0.02em;
  text-align: center;
  color: #89a0fe;
}

#dh_lp_wrapper .itemBox .cnt01 .box .img {
  margin-top: 20px;
}

#dh_lp_wrapper .itemBox .cnt01 .box .txt {
  font-size: 15px;
  letter-spacing: 0.02em;
  margin-top: 22px;
  line-height: 36px;
  margin-bottom: 39px;
}

#dh_lp_wrapper .itemBox .cnt02 {
  margin-top: 0px;
}

#dh_lp_wrapper .itemBox .cnt02 .box>* {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

#dh_lp_wrapper .itemBox .cnt02 .box> :not(:last-child) {
  margin-bottom: 79px;
}

#dh_lp_wrapper .itemBox .cnt02 .box> :nth-child(2) {
  margin-bottom: 284px;
}

#dh_lp_wrapper .itemBox .cnt02 .box> :nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#dh_lp_wrapper .itemBox .cnt02 .box .img {
  width: 49.1%;
  position: relative;
}

#dh_lp_wrapper .itemBox .cnt02 .box .txtCnt {
  padding: 30px 0;
  width: 40.6%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 64px;
}

#dh_lp_wrapper .itemBox .cnt02 .box .txtCnt .num {
  font-family: futura-pt, sans-serif;
  font-style: italic;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #a392a2;
}

#dh_lp_wrapper .itemBox .cnt02 .box .txtCnt .tit {
  /*width: 263px;*/
  margin: 3px 0 0 -3px;
}

#dh_lp_wrapper .itemBox .cnt02 .box> :nth-child(2) .t6xtCnt .tit {
  color: #cccccc;
}

#dh_lp_wrapper .itemBox .cnt02 .box> :nth-child(3) .txtCnt .tit {
  color: #ac7fc2;
}

#dh_lp_wrapper .itemBox .cnt02 .box .txtCnt .txt {
  font-size: 15px;
  line-height: 2.4;
  letter-spacing: 0.06em;
  margin: 42px 0 0 0;
  max-width: 395px;
}

#dh_lp_wrapper .itemBox .cnt02 .box .txtCnt .lpPrice {
  margin: 42px 0 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 210px;
}

#dh_lp_wrapper .itemBox .cnt02 .box .txtCnt .lpPrice a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#dh_lp_wrapper .itemBox .cnt02 .box .txtCnt .lpPrice span:nth-child(2) {
  margin-left: auto;
  padding-left: 16px;
}

#dh_lp_wrapper .bnrArea {
  width: 960px;
  max-width: 90%;
  margin: 172px auto 115px;
}

@media screen and (min-width: 901px) {
  #dh_lp_wrapper {
    /* - cnt01 - */
    /* - cnt02 - */
    /* .itemBox .cnt02 .box > :nth-child(2n) .txtCnt {
        padding-left: 5%;
    }*/
  }

  #dh_lp_wrapper .itemBox .cnt01 .box> :nth-child(3) {
    margin-top: -7%;
  }

  #dh_lp_wrapper .itemBox .cnt01 .box> :nth-child(4),
  #dh_lp_wrapper .itemBox .cnt01 .box> :nth-child(5) {
    margin-top: 8%;
  }
}

@media screen and (max-width: 900px) {
  #dh_lp_wrapper {
    /* lpPrice */
    /* - cnt01 - */
    /* - cnt02 - */
  }

  #dh_lp_wrapper .itemBox {
    margin: 0 0 40px;
  }

  #dh_lp_wrapper .itemBox .lpPrice {
    margin-top: 15px;
  }

  #dh_lp_wrapper .itemBox .lpPrice> :not(:last-child) {
    margin-bottom: 5px;
  }

  #dh_lp_wrapper .itemBox .cnt01>.tit {
    font-size: 35px;
    line-height: 1.2;
  }

  #dh_lp_wrapper .itemBox .cnt01 .box {
    display: block;
    margin-top: 30px;
  }

  #dh_lp_wrapper .itemBox .cnt01 .box>* {
    width: 100%;
  }

  #dh_lp_wrapper .itemBox .cnt01 .box> :nth-child(2n) {
    margin-top: 0;
    margin-left: 0;
  }

  #dh_lp_wrapper .itemBox .cnt01 .box> :not(:last-child) {
    margin-bottom: 50px;
  }

  #dh_lp_wrapper .itemBox .cnt01 .box .tit {
    font-size: 26px;
  }

  #dh_lp_wrapper .itemBox .cnt01 .box .img {
    margin-top: 15px;
  }

  #dh_lp_wrapper .itemBox .cnt01 .box .lpPrice,
  #dh_lp_wrapper .itemBox .cnt01 .box .txt {
    margin-top: 3px;
    padding: 0 12px;
  }

  #dh_lp_wrapper .itemBox .cnt02 {
    margin-top: 60px;
  }

  #dh_lp_wrapper .itemBox .cnt02 .box>* {
    /* display: block; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 80px;
  }

  #dh_lp_wrapper .itemBox .cnt02 .box> :nth-child(2) {
    margin-bottom: 80px;
  }

  #dh_lp_wrapper .itemBox .cnt02 .box> :nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #dh_lp_wrapper .itemBox .cnt02 .box .img {
    margin: 0 -15px;
    width: auto;
  }

  #dh_lp_wrapper .itemBox .cnt02 .box .txtCnt {
    padding: 0 10px 33px;
    width: 100%;
    margin-left: 0;
  }

  #dh_lp_wrapper .itemBox .cnt02 .box .txtCnt .num {
    font-size: 20px;
  }

  #dh_lp_wrapper .itemBox .cnt02 .box .txtCnt .tit {
    font-size: 48px;
    margin: 7px 0 0 -4px;
  }

  #dh_lp_wrapper .itemBox .cnt02 .box .txtCnt .txt {
    font-size: 14px;
    line-height: 2;
    margin: 12px 0 0;
    max-width: none;
  }

  #dh_lp_wrapper .itemBox .cnt02 .box .txtCnt .lpPrice {
    margin: 23px 0 0;
  }
}

#dh_lp_wrapper a.btn.dh_lp_arrow {
  display: block;
  border: solid 1px;
  max-width: 580px;
  width: 100%;
  height: 67px;
  margin: 0px auto;
  padding: 15px 0px;
  margin-bottom: 25px;
  position: relative;
  font-family: "Noto Serif JP", serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#dh_lp_wrapper .btn-container {
  text-align: center;
  padding-top: 25px;
}

#dh_lp_wrapper .btn-container p {
  font-size: 14px;
  margin-top: 43px;
}

#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: 900px) {
  #dh_lp_wrapper .btn-container {
    font-size: 15px;
    letter-spacing: 0.06em;
    margin: 0 auto;
    width: calc(95% - 70px);
  }
}

@media screen and (max-width: 769px) {
  #dh_lp_wrapper .btn-container p {
    font-size: 10px;
    margin-top: 20px;
  }

  #dh_lp_wrapper .btn-container {
    padding-top: 0px;
  }
}

#dh_lp_wrapper .fade {
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}

#dh_lp_wrapper .on.fade {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#dh_lp_wrapper .fadeUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}

#dh_lp_wrapper .on.fadeUp {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#dh_lp_wrapper .txtCnt {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}

#dh_lp_wrapper .on.txtCnt {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 900px) {
  #dh_lp_wrapper {
    font-size: 14px;
    padding-bottom: 0;
  }
}

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