@charset "UTF-8";
/* ===== @use ===== */
/* ===== common.scss ===== */
/*
    変数
*/
/* font */
/* color */
/* switching */
/*
    共通style
*/
/* -- crm -- */
/* -- アニメーション -- */
/* -- 'inview' フェードプラグイン -- */
.dh_lp_wrapper {
  /* 画像拡大フェードアップ */
  /* 画像拡大フェード */
  /* テキスト表示 */
}
.dh_lp_wrapper .fadeupimg {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 2s, transform 0.6s;
}
.dh_lp_wrapper .fadeupimg.on {
  opacity: 1;
  transform: translateY(0);
}
.dh_lp_wrapper .fadeimg {
  display: inline-block;
  overflow: hidden;
}
.dh_lp_wrapper .fadeimg img {
  opacity: 0;
  transform: scale(1.2);
  transition: opacity 1.2s, transform 1.2s;
}
.dh_lp_wrapper .fadeimg.on img {
  transform: scale(1);
  opacity: 1;
}
.dh_lp_wrapper .fadetxt {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.1s;
}
.dh_lp_wrapper .fadetxt.on {
  -webkit-clip-path: inset(0 0% 0 0%);
  clip-path: inset(0 0% 0 0%);
}

/* ===== style.css ===== */
/* -- メイン外の設定 -- */
.__pf [style*="--s-xs"] {
  margin: 0 !important;
}

.__pf [style*="--s-xs"] > .pf-c {
  padding: 0 !important;
}

/* -- html -- */
.dh_lp_wrapper {
  /* -- reset -- */
  /*
      lpCnt
  */
  /*
      tag
  */
  /*
      common
  */
  /* -- hide -- */
  /* -- inner -- */
  /*
      contents
  */
  /* -- lpbtnBox -- */
  /*
      js
  */
  /* -- 'inview' フェードプラグイン -- */
}
.dh_lp_wrapper #lpCnt ::before, .dh_lp_wrapper #lpCnt ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.dh_lp_wrapper #lpCnt p, .dh_lp_wrapper #lpCnt table, .dh_lp_wrapper #lpCnt blockquote, .dh_lp_wrapper #lpCnt address, .dh_lp_wrapper #lpCnt pre, .dh_lp_wrapper #lpCnt iframe, .dh_lp_wrapper #lpCnt form, .dh_lp_wrapper #lpCnt figure, .dh_lp_wrapper #lpCnt dl, .dh_lp_wrapper #lpCnt h1, .dh_lp_wrapper #lpCnt h2, .dh_lp_wrapper #lpCnt h3, .dh_lp_wrapper #lpCnt h4, .dh_lp_wrapper #lpCnt h5, .dh_lp_wrapper #lpCnt h6 {
  margin: 0;
  box-sizing: border-box;
}
.dh_lp_wrapper #lpCnt ul, .dh_lp_wrapper #lpCnt ol, .dh_lp_wrapper #lpCnt dd {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
.dh_lp_wrapper #lpCnt img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.dh_lp_wrapper #lpCnt video {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt img {
    max-width: none;
    width: 100%;
  }
}
.dh_lp_wrapper #lpCnt {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 1.8;
  color: #363636;
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt {
    font-size: 16px;
  }
}
.dh_lp_wrapper #lpCnt a {
  color: #656565;
  text-decoration: none;
  transition: opacity 0.6s;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt 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 .dh_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1354px;
}
@media screen and (max-width: 1394px) {
  .dh_lp_wrapper .dh_inner {
    margin: 0 20px;
    width: auto;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper .dh_inner {
    margin: 0;
    width: auto;
  }
}
.dh_lp_wrapper #lpCnt {
  /* -- mv --*/
  /* -- lpPrice --*/
  /* -- catchBox -- */
  /* -- section --*/
  /* - section01 - */
  /* - section02 - */
  /* - section03 - */
  /* - section04 - */
  /* - section05 - */
  /* - section06 - */
  /* - section07 - */
}
.dh_lp_wrapper #lpCnt .s_img01,
.dh_lp_wrapper #lpCnt .s_img02,
.dh_lp_wrapper #lpCnt .s_img03 {
  line-height: 0;
}
.dh_lp_wrapper #lpCnt .mv {
  position: relative;
  z-index: 0;
}
.dh_lp_wrapper #lpCnt .mv-txt {
  position: absolute;
  top: 50%;
  right: 4.6%;
  margin-top: 2.2%;
  width: 28.475%;
  transform: translateY(-50%);
  z-index: 10;
}
.dh_lp_wrapper #lpCnt .mv-img img {
  width: 100%;
}
.dh_lp_wrapper #lpCnt .mv-logo {
  position: absolute;
  top: 50%;
  left: 14.5%;
  margin-top: -0.1%;
  width: 16.8%;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .mv {
    padding-bottom: 92px;
    background: url(https://image.store.sanyo-shokai.co.jp/contents/special/tbc-20251107/images/mv_sp_bg.jpg) no-repeat center/cover;
  }
  .dh_lp_wrapper #lpCnt .mv-txt {
    position: static;
    margin: 0 auto;
    padding-top: 81px;
    width: 82%;
    transform: translateY(0);
  }
  .dh_lp_wrapper #lpCnt .mv-img {
    margin: 39px auto 0;
    width: 83.5%;
  }
  .dh_lp_wrapper #lpCnt .mv-logo {
    top: auto;
    bottom: 6.6%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 36%;
    transform: translateY(0);
  }
}
.dh_lp_wrapper #lpCnt .lpPrice {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 19px;
}
.dh_lp_wrapper #lpCnt .lpPrice > li:not(:last-child) {
  margin-bottom: 10px;
}
.dh_lp_wrapper #lpCnt .lpPrice a {
  text-decoration: underline;
}
.dh_lp_wrapper #lpCnt .lpPrice span {
  font-size: 11px;
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .lpPrice {
    margin-top: 16px;
  }
  .dh_lp_wrapper #lpCnt .lpPrice span {
    font-size: 10px;
    letter-spacing: 0;
  }
}
.dh_lp_wrapper #lpCnt .catchBox {
  margin-top: 113px;
}
.dh_lp_wrapper #lpCnt .catchBox-logo {
  text-align: center;
}
.dh_lp_wrapper #lpCnt .catchBox-tit {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.8;
  letter-spacing: -0.02em;
  text-align: center;
  margin-top: 46px;
}
.dh_lp_wrapper #lpCnt .catchBox-txt {
  font-size: 17px;
  line-height: 1.64;
  letter-spacing: -0.02em;
  text-align: center;
  margin-top: 18px;
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .catchBox {
    margin: 64px 20px 0;
  }
  .dh_lp_wrapper #lpCnt .catchBox-logo img {
    max-width: 246px;
    width: 71%;
  }
  .dh_lp_wrapper #lpCnt .catchBox-tit {
    font-size: 16px;
    margin-top: 32px;
  }
  .dh_lp_wrapper #lpCnt .catchBox-txt {
    font-size: 12px;
    line-height: 1.83;
    letter-spacing: -0.025em;
    margin-top: 10px;
  }
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .section .dh_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.dh_lp_wrapper #lpCnt .section-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section-txt {
    font-size: 14px;
    line-height: 1.71;
  }
}
.dh_lp_wrapper #lpCnt .section .s_txtbox {
  margin-top: 25px;
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section .s_txtbox {
    margin: 18px 15px 0 20px;
  }
}
.dh_lp_wrapper #lpCnt .section01 {
  margin-top: 23px;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .section01 .dh_inner {
    position: relative;
  }
  .dh_lp_wrapper #lpCnt .section01-inner {
    margin: 0 auto;
    max-width: 620px;
  }
  .dh_lp_wrapper #lpCnt .section01 .s_img02 {
    position: absolute;
    right: 0;
    bottom: -22%;
    width: 31.7%;
    z-index: -1;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section01 {
    margin-top: 45px;
  }
  .dh_lp_wrapper #lpCnt .section01 .s_img01 {
    line-height: 0;
  }
  .dh_lp_wrapper #lpCnt .section01 .s_img02 {
    margin-top: 4px;
  }
}
.dh_lp_wrapper #lpCnt .section02 {
  margin-top: 101px;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .section02 .dh_inner {
    align-items: flex-end;
  }
  .dh_lp_wrapper #lpCnt .section02 .s_img01 {
    margin-left: 8.2%;
    width: 46.7%;
  }
  .dh_lp_wrapper #lpCnt .section02 .s_video01 {
    margin-right: 8%;
    width: 31.7%;
  }
  .dh_lp_wrapper #lpCnt .section02 .s_txtbox {
    margin: 22px auto 0;
    width: 84%;
  }
  .dh_lp_wrapper #lpCnt .section02 .s_txtbox .lpPrice {
    margin-top: 24px;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section02 {
    margin-top: 51px;
  }
  .dh_lp_wrapper #lpCnt .section02 .s_img01 {
    line-height: 0;
  }
  .dh_lp_wrapper #lpCnt .section02 .s_video01 {
    margin: 41px 53px 0;
  }
  .dh_lp_wrapper #lpCnt .section02 .s_txtbox {
    margin: 29px 53px 0;
  }
}
.dh_lp_wrapper #lpCnt .section03 {
  margin-top: 115px;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .section03 .s_img01 {
    margin-left: 8.2%;
    width: 44.3%;
  }
  .dh_lp_wrapper #lpCnt .section03 .s_img02 {
    margin-right: 8.1%;
    width: 39.1%;
  }
  .dh_lp_wrapper #lpCnt .section03 .s_txtbox {
    margin: -32.2% 0 0 8.2%;
    width: 44.3%;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section03 {
    margin-top: 114px;
  }
  .dh_lp_wrapper #lpCnt .section03 .s_img01 {
    margin: 0 auto;
  }
  .dh_lp_wrapper #lpCnt .section03 .s_img02 {
    margin-top: 3px;
  }
  .dh_lp_wrapper #lpCnt .section03 .s_txtbox {
    margin: 18px 20px 0;
  }
}
.dh_lp_wrapper #lpCnt .section04 {
  margin-top: 3px;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .section04 .s_img01 {
    margin-right: 8.1%;
    width: 39.1%;
    order: 2;
  }
  .dh_lp_wrapper #lpCnt .section04 .s_img02 {
    margin-left: 8.2%;
    width: 44.3%;
    order: 1;
  }
  .dh_lp_wrapper #lpCnt .section04 .s_txtbox {
    margin: -31.7% 0 0 54.4%;
    width: 20%;
    order: 3;
  }
  .dh_lp_wrapper #lpCnt .section04 .s_video01 {
    margin: -24.4% 0 0 74.1%;
    width: 17.9%;
    min-height: 17.4vw;
    order: 4;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section04 {
    margin-top: 53px;
  }
  .dh_lp_wrapper #lpCnt .section04 .s_img02 {
    margin-top: 3px;
  }
  .dh_lp_wrapper #lpCnt .section04 .s_txtbox {
    margin: 19px 20px 0;
  }
  .dh_lp_wrapper #lpCnt .section04 .s_video01 {
    margin: 40px 74px 0;
  }
}
.dh_lp_wrapper #lpCnt .section05 {
  margin-top: 159px;
  padding-bottom: 67px;
  background: #F7F3ED;
}
.dh_lp_wrapper #lpCnt .section05-tit {
  padding: 51px 14.6%;
  background: url(https://image.store.sanyo-shokai.co.jp/contents/special/tbc-20251107/images/section05-tit_bg.jpg) no-repeat center/cover;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .section05 .dh_inner {
    margin-top: 54px;
  }
  .dh_lp_wrapper #lpCnt .section05-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1134px;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_box01 {
    width: 48.6%;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_box01 .section-txt {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: -0.025em;
    margin-top: 23px;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_box01 .s_video01 {
    margin: 50px 40% 0 0;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_box02 {
    width: 50.2%;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_box02 .s_txtbox .lpPrice {
    margin-top: 59px;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section05 {
    margin-top: 24px;
    padding-bottom: 55px;
  }
  .dh_lp_wrapper #lpCnt .section05-tit {
    padding: 17px 49px 14px;
    background: url(https://image.store.sanyo-shokai.co.jp/contents/special/tbc-20251107/images/section05-tit_bg_sp.jpg) no-repeat center/cover;
  }
  .dh_lp_wrapper #lpCnt .section05-tit img {
    max-width: 292px;
  }
  .dh_lp_wrapper #lpCnt .section05 .dh_inner {
    margin-top: 30px;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_box01 {
    margin: 0 21px;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_box01 .section-txt {
    margin-top: 6px;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_box01 .s_video01 {
    margin: 30px 9px 0;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_box02 {
    margin-top: 39px;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_box02 .s_txtbox {
    margin-top: 19px;
  }
}
.dh_lp_wrapper #lpCnt .section06 {
  margin-top: 125px;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .section06 .dh_inner {
    max-width: 1410px;
    justify-content: flex-start;
  }
  .dh_lp_wrapper #lpCnt .section06 .s_img01 {
    margin-left: 9.9%;
    width: 23.4%;
  }
  .dh_lp_wrapper #lpCnt .section06 .s_img02 {
    margin: 89px 0 0 -5.3%;
    width: 44%;
  }
  .dh_lp_wrapper #lpCnt .section06 .s_txtbox {
    margin: auto 0 0 1.2%;
    width: 26.3%;
  }
  .dh_lp_wrapper #lpCnt .section06 .s_txtbox .lpPrice {
    margin-top: 26px;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section06 {
    margin-top: 58px;
  }
  .dh_lp_wrapper #lpCnt .section06 .s_img01 {
    width: 60%;
  }
  .dh_lp_wrapper #lpCnt .section06 .s_img02 {
    margin: -15.2% 0 0 6.3%;
  }
  .dh_lp_wrapper #lpCnt .section06 .s_txtbox {
    margin: 11px 15px 0 26px;
  }
}
.dh_lp_wrapper #lpCnt .section07 {
  margin-top: 131px;
  padding-bottom: 37px;
  border-bottom: 1px solid #707070;
  overflow-x: hidden;
}
.dh_lp_wrapper #lpCnt .section07-tit {
  text-align: center;
  padding: 35px 14.6% 19px;
  background: #E2C5C5;
}
.dh_lp_wrapper #lpCnt .section07-subtit {
  text-align: center;
  font-weight: 500;
  line-height: 1.86;
  margin-top: 52px;
  width: 100%;
}
.dh_lp_wrapper #lpCnt .section07-box {
  position: relative;
  padding-bottom: 11px;
}
.dh_lp_wrapper #lpCnt .section07-box::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  background: #707070;
  content: "";
}
.dh_lp_wrapper #lpCnt .section07-box .section-txt {
  font-size: 14px;
  line-height: 2;
  letter-spacing: -0.025em;
  padding: 4px 22px 0 13px;
}
.dh_lp_wrapper #lpCnt .section07-box .section-txt span {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 6px;
}
.dh_lp_wrapper #lpCnt .section07-box .s_img {
  margin: 13px 0 0 4px;
}
.dh_lp_wrapper #lpCnt .section07-box .lpPrice {
  margin: 6px 0 0 14px;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .section07 .dh_inner {
    max-width: 1450px;
    justify-content: flex-start;
  }
  .dh_lp_wrapper #lpCnt .section07 .s_box01 {
    position: relative;
    margin: 0 0 0 -4.8%;
    width: 51.52%;
    order: 2;
  }
  .dh_lp_wrapper #lpCnt .section07 .s_box01 .lpPrice {
    position: absolute;
    left: 7.2%;
    bottom: 8.4%;
  }
  .dh_lp_wrapper #lpCnt .section07 .s_box02 {
    position: relative;
    margin: 27px 0 0 4.55%;
    width: 25.9%;
    order: 1;
    z-index: 1;
  }
  .dh_lp_wrapper #lpCnt .section07 .s_box03 {
    position: relative;
    margin: 13px 0 0 -3.2%;
    width: 26%;
    order: 3;
    z-index: 0;
  }
  .dh_lp_wrapper #lpCnt .section07 .s_box03 .section07-box .section-txt {
    padding-left: 15px;
  }
  .dh_lp_wrapper #lpCnt .section07 .s_box03 .section07-box .s_img {
    margin: -8px -9px 0 15px;
  }
  .dh_lp_wrapper #lpCnt .section07 .s_box03 .section07-box .lpPrice {
    margin: 1px 0 0 16px;
  }
  .dh_lp_wrapper #lpCnt .section07 .s_box03 .section07-box:nth-of-type(2n) {
    margin-top: 44.9%;
  }
  .dh_lp_wrapper #lpCnt .section07 .s_box03 .section07-box:nth-of-type(2n) .s_img {
    margin: -24px -15px 0 2px;
  }
  .dh_lp_wrapper #lpCnt .section07 .s_box03 .section07-box:nth-of-type(2n) .lpPrice {
    margin-top: 10px;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section07 {
    margin-top: 55px;
  }
  .dh_lp_wrapper #lpCnt .section07-tit {
    padding: 17px 18% 14px;
  }
  .dh_lp_wrapper #lpCnt .section07-tit img {
    max-width: 243px;
  }
  .dh_lp_wrapper #lpCnt .section07-subtit {
    font-size: 15px;
    letter-spacing: -0.025em;
    margin-top: 23px;
  }
  .dh_lp_wrapper #lpCnt .section07-box {
    padding-bottom: 9px;
  }
  .dh_lp_wrapper #lpCnt .section07-box .section-txt {
    font-size: 14px;
    line-height: 1.71;
    padding: 3px 3px 0 11px;
  }
  .dh_lp_wrapper #lpCnt .section07-box .section-txt span {
    font-size: 19px;
    margin-bottom: 6px;
  }
  .dh_lp_wrapper #lpCnt .section07-box .s_img {
    margin: 6px -18px 0 2px;
  }
  .dh_lp_wrapper #lpCnt .section07-box .lpPrice {
    margin: 6px 0 0 12px;
  }
  .dh_lp_wrapper #lpCnt .section07 .s_box01 {
    margin: 29px 0 0;
  }
  .dh_lp_wrapper #lpCnt .section07 .s_box01 .lpPrice {
    margin: 29px 31px 0;
  }
  .dh_lp_wrapper #lpCnt .section07 .s_box02 {
    margin: 71px 18px 0;
  }
  .dh_lp_wrapper #lpCnt .section07 .s_box03 {
    margin: 49px 0 0 17px;
  }
  .dh_lp_wrapper #lpCnt .section07 .s_box03 .section07-box .section-txt {
    padding-right: 13px;
    padding-left: 13px;
  }
  .dh_lp_wrapper #lpCnt .section07 .s_box03 .section07-box .s_img {
    margin: -4px -1px 0 2px;
  }
  .dh_lp_wrapper #lpCnt .section07 .s_box03 .section07-box .lpPrice {
    margin: 5px 0 0 13px;
  }
  .dh_lp_wrapper #lpCnt .section07 .s_box03 .section07-box:nth-of-type(2n) {
    margin-top: 49px;
  }
  .dh_lp_wrapper #lpCnt .section07 .s_box03 .section07-box:nth-of-type(2n) .s_img {
    margin: -2px 0px 0 -18px;
  }
  .dh_lp_wrapper #lpCnt .section07 .s_box03 .section07-box:nth-of-type(2n) .lpPrice {
    margin-top: 4px;
  }
}
.dh_lp_wrapper #lpCnt .lpbtnBox {
  padding: 160px 0;
}
.dh_lp_wrapper #lpCnt .lpbtnBox a {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto 20px;
  padding: 0 0 0;
  max-width: 410px;
  height: 73px;
  border: 1px solid #cdcdcd;
}
.dh_lp_wrapper #lpCnt .lpbtnBox a:nth-child(1) {
  color: #fff;
  background: #979797;
}
.dh_lp_wrapper #lpCnt .lpbtnBox a::before {
  margin-right: 0.5em;
  content: ">";
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .lpbtnBox {
    padding: 100px 30px;
  }
  .dh_lp_wrapper #lpCnt .lpbtnBox a {
    font-size: 14px;
    height: 60px;
  }
}
.dh_lp_wrapper .mv-img {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s, transform 0.6s;
}
.dh_lp_wrapper .mv-txt, .dh_lp_wrapper .mv-logo {
  opacity: 0;
  transition: opacity 0.6s;
}
.dh_lp_wrapper .mv-txt {
  transition-delay: 0.8s;
}
.dh_lp_wrapper .mv-logo {
  transition-delay: 0.4s;
}
.dh_lp_wrapper .mv.on .mv-img {
  opacity: 1;
  transform: translateY(0);
}
.dh_lp_wrapper .mv.on .mv-txt,
.dh_lp_wrapper .mv.on .mv-logo {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */