@charset "UTF-8";
/* ===== @use ===== */
/* ===== common.scss ===== */
/*
    変数
*/
/* font */
/* 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%;
}
.dh_lp_wrapper #lpCnt .section01 video{
  width: 100%;
  scale: 1.01;
}


@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: 2;
  color: #1F1F1F;
  letter-spacing: 0;
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt {
    font-size: 16px;
  }
}
.dh_lp_wrapper #lpCnt a {
  color: #1F1F1F;
  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: 1358px;
}
@media screen and (max-width: 1398px) {
  .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 - */
  /* - section08 - */
}
.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%;
  left: 11.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%;
  right: 5.7%;
  margin-top: 1.9%;
  width: 14.95%;
  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/ex-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: 20.3%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 34.4%;
    transform: translateY(0);
  }
}
.dh_lp_wrapper #lpCnt .lpPrice {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 22px;
}
.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: 9px;
  }
  .dh_lp_wrapper #lpCnt .lpPrice span {
    font-size: 10px;
  }
}
.dh_lp_wrapper #lpCnt .catchBox {
  margin-top: 119px;
}
.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: 62px;
  color: #000;
}
.dh_lp_wrapper #lpCnt .catchBox-txt {
  font-size: 17px;
  line-height: 1.64;
  letter-spacing: -0.02em;
  text-align: center;
  margin-top: 18px;
  color: #363636;
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .catchBox {
    margin: 72px 20px 0;
  }
  .dh_lp_wrapper #lpCnt .catchBox-logo img {
    max-width: 337px;
    width: 97%;
  }
  .dh_lp_wrapper #lpCnt .catchBox-tit {
    font-size: 16px;
    margin-top: 33px;
  }
  .dh_lp_wrapper #lpCnt .catchBox-txt {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: -0.025em;
    margin-top: 9px;
  }
}
@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: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section-txt {
    font-size: 14px;
    line-height: 1.71;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section .s_txtbox {
    margin: 20px 15px 0 20px;
  }
}
.dh_lp_wrapper #lpCnt .section01 {
  margin-top: 49px;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .section01 .dh_inner {
    position: relative;
  }
  .dh_lp_wrapper #lpCnt .section01-inner {
    margin: 0 auto;
    width: 45.7%;
  }
  .dh_lp_wrapper #lpCnt .section01 .s_img01 {
    position: relative;
    z-index: 2;
  }
  .dh_lp_wrapper #lpCnt .section01 .s_img02 {
    position: absolute;
    top: 42.5%;
    right: 5.1%;
    width: 30.3%;
  }
  .dh_lp_wrapper #lpCnt .section01 .s_txtbox {
    margin-top: 27px;
    width: 80%;
  }
  .dh_lp_wrapper #lpCnt .section01 .s_video01 {
    margin-top: 33px;
    width: 57.3%;
    min-height: 25.6vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section01 {
    margin-top: 70px;
  }
  .dh_lp_wrapper #lpCnt .section01 .s_img02 {
    margin-top: 4px;
  }
  .dh_lp_wrapper #lpCnt .section01 .s_video01 {
    margin: 28px 30px 0;
  }
}
.dh_lp_wrapper #lpCnt .section02 {
  margin-top: 61px;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .section02 .s_img01 {
    margin: -15.5% 3.1% 0 -11.9%;
    width: 19.662%;
    order: 3;
  }
  .dh_lp_wrapper #lpCnt .section02 .s_img02 {
    position: relative;
    width: 39%;
    order: 2;
    z-index: 2;
  }
  .dh_lp_wrapper #lpCnt .section02 .s_img03 {
    margin: 0 0.1% 0 auto;
    width: 39%;
    order: 1;
  }
  .dh_lp_wrapper #lpCnt .section02 .s_txtbox {
    margin-top: 44px;
    width: 48.8%;
    order: 5;
  }
  .dh_lp_wrapper #lpCnt .section02 .s_video01 {
    margin: 105px 0 0 16.1%;
    width: 28.5%;
    min-height: 27.5vw;
    order: 4;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section02 {
    margin-top: 21px;
  }
  .dh_lp_wrapper #lpCnt .section02 .s_img01 {
    margin-left: auto;
    width: 42%;
  }
  .dh_lp_wrapper #lpCnt .section02 .s_img02 {
    margin-top: -34.8%;
    width: 83.9%;
  }
  .dh_lp_wrapper #lpCnt .section02 .s_img03 {
    margin-top: 3px;
  }
  .dh_lp_wrapper #lpCnt .section02 .s_txtbox {
    margin: 20px 15px 0 30px;
  }
  .dh_lp_wrapper #lpCnt .section02 .s_txtbox .lpPrice {
    margin-top: 18px;
  }
  .dh_lp_wrapper #lpCnt .section02 .s_video01 {
    margin: 43px 30px 0;
  }
}
.dh_lp_wrapper #lpCnt .section03 {
  margin-top: 157px;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .section03 .s_box01 {
    margin: -24.3% auto 0 5.5%;
    width: 33.51%;
    order: 2;
  }
  .dh_lp_wrapper #lpCnt .section03 .s_box02 {
    margin: 0 0 0 11.1%;
    width: 39%;
    order: 1;
  }
  .dh_lp_wrapper #lpCnt .section03 .s_box02 .s_txtbox {
    margin-top: 19px;
  }
  .dh_lp_wrapper #lpCnt .section03 .s_box02 .s_txtbox .lpPrice {
    margin-top: 26px;
  }
  .dh_lp_wrapper #lpCnt .section03 .s_video01 {
    margin: -37.8% 10.9% 0 auto;
    width: 33.5%;
    min-height: 27.1vw;
    order: 3;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section03 {
    margin-top: 54px;
  }
  .dh_lp_wrapper #lpCnt .section03 .s_box01 .s_txtbox {
    margin: 26px 15px 0 29px;
  }
  .dh_lp_wrapper #lpCnt .section03 .s_box02 {
    margin-top: 32px;
  }
  .dh_lp_wrapper #lpCnt .section03 .s_box02 .s_txtbox {
    margin: 20px 15px 0 28px;
  }
  .dh_lp_wrapper #lpCnt .section03 .s_box02 .s_txtbox .lpPrice {
    margin-top: 17px;
  }
  .dh_lp_wrapper #lpCnt .section03 .s_video01 {
    margin: 33px 30px 0;
  }
}
.dh_lp_wrapper #lpCnt .section04 {
  margin-top: 121px;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .section04 .dh_inner {
    justify-content: center;
  }
  .dh_lp_wrapper #lpCnt .section04 .s_img01 {
    margin-right: 0.2%;
    width: 39%;
  }
  .dh_lp_wrapper #lpCnt .section04 .s_img02 {
    width: 39%;
  }
  .dh_lp_wrapper #lpCnt .section04 .s_txtbox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 19px auto 0;
    width: 78.2%;
  }
  .dh_lp_wrapper #lpCnt .section04 .s_txtbox .lpPrice {
    margin-top: -4px;
    width: 49.8%;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section04 {
    margin-top: 71px;
  }
  .dh_lp_wrapper #lpCnt .section04 .s_img02 {
    margin-top: 3px;
  }
  .dh_lp_wrapper #lpCnt .section04 .s_txtbox {
    margin: 20px 15px 0 28px;
  }
  .dh_lp_wrapper #lpCnt .section04 .s_txtbox .lpPrice {
    margin-top: 14px;
  }
}
.dh_lp_wrapper #lpCnt .section05 {
  margin-top: 66px;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .section05 .dh_inner {
    justify-content: flex-start;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_img01 {
    width: 19.7%;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_img02 {
    margin: 129px 0 0 -8.5%;
    width: 42%;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_txtbox {
    width: 44%;
    margin: 131px 0 0 auto;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_txtbox .lpPrice {
    margin-top: 25px;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_txtbox .s_video01 {
    margin: 67px 0 0 11%;
    width: 62%;
    min-height: 26.4vw;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section05 {
    margin-top: 33px;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_img01 {
    width: 40.7%;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_img02 {
    margin: -124px 0 0 7.8%;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_txtbox {
    margin: 16px 15px 0 7.8%;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_txtbox .lpPrice {
    margin-top: 12px;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_txtbox .s_video01 {
    margin: 32px 40px 0 28px;
  }
}
.dh_lp_wrapper #lpCnt .section06 {
  margin-top: 153px;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .section06-inner {
    margin: 0 auto;
    max-width: 555px;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section06 {
    margin-top: 40px;
  }
  .dh_lp_wrapper #lpCnt .section06 .s_txtbox {
    margin: 20px 15px 0 28px;
  }
}
.dh_lp_wrapper #lpCnt .section07 {
  margin-top: 115px;
}
.dh_lp_wrapper #lpCnt .section07 .section-txt {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
  color: #FFF;
  padding: 22px 20px 21px;
  background: #989797;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .section07-inner {
    margin: 0 auto;
    max-width: 920px;
  }
  .dh_lp_wrapper #lpCnt .section07 .s_txtbox {
    width: fit-content;
    margin-left: auto;
  }
  .dh_lp_wrapper #lpCnt .section07 .s_txtbox .lpPrice {
    margin-top: 18px;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section07 {
    margin-top: 47px;
  }
  .dh_lp_wrapper #lpCnt .section07 .section-txt {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -0.025em;
    padding: 16px 20px 13px;
  }
  .dh_lp_wrapper #lpCnt .section07 .s_txtbox {
    margin: 24px 15px 0 28px;
  }
}
.dh_lp_wrapper #lpCnt .section08 {
  margin-top: -23px;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .section08 .dh_inner {
    justify-content: flex-start;
  }
  .dh_lp_wrapper #lpCnt .section08 .s_img01 {
    width: 16.3%;
  }
  .dh_lp_wrapper #lpCnt .section08 .s_img02 {
    margin: 142px 0 0 -7.5%;
    width: 50.2%;
  }
  .dh_lp_wrapper #lpCnt .section08 .s_txtbox {
    width: 37.8%;
    margin: 202px 0 0 auto;
  }
  .dh_lp_wrapper #lpCnt .section08 .s_txtbox .s_video01 {
    margin-top: 87px;
    width: 77.2%;
    min-height: 28.6vw;
  }
  .dh_lp_wrapper #lpCnt .section08 .s_txtbox .lpPrice {
    margin-top: 85px;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section08 {
    margin-top: 50px;
  }
  .dh_lp_wrapper #lpCnt .section08 .s_img01 {
    width: 28%;
  }
  .dh_lp_wrapper #lpCnt .section08 .s_img02 {
    margin: -137px 0 0 10.3%;
  }
  .dh_lp_wrapper #lpCnt .section08 .s_txtbox {
    margin: 17px 15px 0 10.3%;
  }
  .dh_lp_wrapper #lpCnt .section08 .s_txtbox .s_video01 {
    margin: 35px 7.1% 0 0;
  }
  .dh_lp_wrapper #lpCnt .section08 .s_txtbox .lpPrice {
    margin-top: 26px;
  }
}
.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 */