@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%;
}
@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.47;
  color: #1F1F1F;
  overflow-x: hidden;
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt {
    font-size: 13px;
  }
}
.dh_lp_wrapper #lpCnt a {
  color: #363636;
  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: 1140px;
}
@media screen and (max-width: 1180px) {
  .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 - */
  /* -- itemBox --*/
}
.dh_lp_wrapper #lpCnt .mv {
  position: relative;
  z-index: 0;
}
.dh_lp_wrapper #lpCnt .mv-txt {
  position: absolute;
  top: 50%;
  right: 3.3%;
  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%;
  width: 10.464%;
  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/ama-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: 18%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 22%;
    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;
  margin-top: 30px;
}
.dh_lp_wrapper #lpCnt .lpPrice > li:not(:last-child) {
  margin-bottom: 6px;
}
.dh_lp_wrapper #lpCnt .lpPrice a {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .lpPrice {
    margin-top: 14px;
  }
}
.dh_lp_wrapper #lpCnt .catchBox {
  margin-top: 133px;
}
.dh_lp_wrapper #lpCnt .catchBox .dh_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.dh_lp_wrapper #lpCnt .catchBox-boxl {
  width: 41.053%;
}
.dh_lp_wrapper #lpCnt .catchBox-boxl-logo {
  text-align: center;
  margin-top: 14px;
}
.dh_lp_wrapper #lpCnt .catchBox-boxl-tit {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.54;
  letter-spacing: -0.02em;
  text-align: center;
  color: #000;
  margin-top: 28px;
}
.dh_lp_wrapper #lpCnt .catchBox-boxl-txt {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.77;
  letter-spacing: -0.02em;
  text-align: center;
  color: #363636;
  margin-top: 20px;
}
.dh_lp_wrapper #lpCnt .catchBox-boxl-img {
  margin-top: 58px;
}
.dh_lp_wrapper #lpCnt .catchBox-boxr {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 50%;
}
.dh_lp_wrapper #lpCnt .catchBox-boxr-img {
  width: 100%;
}
.dh_lp_wrapper #lpCnt .catchBox-boxr-txtbox {
  width: 44%;
}
.dh_lp_wrapper #lpCnt .catchBox-boxr-txtbox-txt {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.025em;
  margin-top: 26px;
}
.dh_lp_wrapper #lpCnt .catchBox-boxr-txtbox .lpPrice {
  margin-top: 45px;
}
.dh_lp_wrapper #lpCnt .catchBox-boxr-video {
  margin-top: 25px;
  width: 52.7%;
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .catchBox {
    margin-top: 56px;
  }
  .dh_lp_wrapper #lpCnt .catchBox .dh_inner {
    display: block;
  }
  .dh_lp_wrapper #lpCnt .catchBox-boxl {
    margin: 0 30px;
    width: auto;
  }
  .dh_lp_wrapper #lpCnt .catchBox-boxl-logo {
    margin: 0 auto;
    width: 47.3%;
  }
  .dh_lp_wrapper #lpCnt .catchBox-boxl-tit {
    font-size: 18px;
    margin-top: 22px;
  }
  .dh_lp_wrapper #lpCnt .catchBox-boxl-txt {
    font-size: 13px;
    line-height: 1.84;
    letter-spacing: -0.025em;
    margin: 16px -20px 0;
  }
  .dh_lp_wrapper #lpCnt .catchBox-boxl-img {
    margin-top: 39px;
  }
  .dh_lp_wrapper #lpCnt .catchBox-boxr {
    display: block;
    margin-top: 23px;
    width: auto;
  }
  .dh_lp_wrapper #lpCnt .catchBox-boxr-img {
    width: 100%;
  }
  .dh_lp_wrapper #lpCnt .catchBox-boxr-txtbox {
    margin: 17px 24px 0;
    width: auto;
  }
  .dh_lp_wrapper #lpCnt .catchBox-boxr-txtbox-txt {
    font-size: 14px;
    line-height: 1.57;
    margin-top: 0;
  }
  .dh_lp_wrapper #lpCnt .catchBox-boxr-txtbox .lpPrice {
    margin-top: 15px;
  }
  .dh_lp_wrapper #lpCnt .catchBox-boxr-video {
    margin: 53px auto 0;
    width: 77%;
  }
}
@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: 16px;
  line-height: 1.5;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section-txt {
    font-size: 14px;
    line-height: 1.57;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section .s_txtbox {
    margin: 17px 25px 0;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section .lpPrice > li:not(:last-child) {
    margin-bottom: 7px;
  }
}
.dh_lp_wrapper #lpCnt .section01 {
  margin-top: 125px;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .section01 .s_img01 {
    margin-left: auto;
    width: 59%;
  }
  .dh_lp_wrapper #lpCnt .section01 .s_img02 {
    margin-top: -29.1%;
    width: 50%;
  }
  .dh_lp_wrapper #lpCnt .section01 .s_txtbox {
    margin-top: 82px;
    width: 47%;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section01 {
    margin-top: 55px;
  }
  .dh_lp_wrapper #lpCnt .section01 .s_img01 {
    line-height: 0;
  }
  .dh_lp_wrapper #lpCnt .section01 .s_img02 {
    margin-top: 2px;
  }
}
.dh_lp_wrapper #lpCnt .section02 {
  margin-top: 45px;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .section02 .dh_inner {
    align-items: flex-end;
  }
  .dh_lp_wrapper #lpCnt .section02 .s_img01 {
    position: relative;
    width: 59%;
    order: 2;
    z-index: 1;
  }
  .dh_lp_wrapper #lpCnt .section02 .s_img02 {
    margin-top: -12.3%;
    padding-left: 5.3%;
    width: 50%;
    order: 3;
  }
  .dh_lp_wrapper #lpCnt .section02 .s_txtbox {
    margin-bottom: 14.3%;
    padding-left: 5.3%;
    width: 38%;
    order: 1;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section02 {
    margin-top: 41px;
  }
  .dh_lp_wrapper #lpCnt .section02 .s_img01 {
    line-height: 0;
  }
  .dh_lp_wrapper #lpCnt .section02 .s_img02 {
    width: 71%;
  }
  .dh_lp_wrapper #lpCnt .section02 .s_txtbox {
    margin: 18px 29px 0;
  }
}
.dh_lp_wrapper #lpCnt .section03 {
  margin-top: 55px;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .section03 .dh_inner {
    position: relative;
  }
  .dh_lp_wrapper #lpCnt .section03-inner {
    margin-left: auto;
    width: 36%;
  }
  .dh_lp_wrapper #lpCnt .section03 .s_img01 {
    padding-left: 1.9%;
    width: 73%;
  }
  .dh_lp_wrapper #lpCnt .section03 .s_img02 {
    position: absolute;
    top: 15.2%;
    left: 0;
    width: 52.7%;
  }
  .dh_lp_wrapper #lpCnt .section03 .s_txtbox {
    margin-top: 33px;
    padding-left: 1.9%;
    width: 100%;
  }
  .dh_lp_wrapper #lpCnt .section03 .s_txtbox .lpPrice {
    margin-top: 24px;
  }
  .dh_lp_wrapper #lpCnt .section03 .s_video01 {
    margin-top: 66px;
    width: 73.3%;
    min-height: 20.7vw;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section03 {
    margin-top: 84px;
  }
  .dh_lp_wrapper #lpCnt .section03 .s_img01 {
    margin: 0 auto;
    width: 74%;
  }
  .dh_lp_wrapper #lpCnt .section03 .s_img02 {
    margin-top: 43px;
  }
  .dh_lp_wrapper #lpCnt .section03 .s_txtbox {
    margin: 17px 20px 0;
  }
  .dh_lp_wrapper #lpCnt .section03 .s_video01 {
    display: none;
  }
}
.dh_lp_wrapper #lpCnt .section04 {
  margin-top: 69px;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .section04 .dh_inner {
    display: block;
  }
  .dh_lp_wrapper #lpCnt .section04 .s_img01 {
    margin: 0 auto;
    padding-right: 13%;
    width: 41.229%;
    box-sizing: content-box;
  }
  .dh_lp_wrapper #lpCnt .section04 .s_txtbox {
    margin: 10px auto 0;
    padding-right: 13%;
    width: 41.229%;
    box-sizing: content-box;
  }
  .dh_lp_wrapper #lpCnt .section04 .s_txtbox .lpPrice {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section04 {
    margin: 37px 20px 0;
  }
  .dh_lp_wrapper #lpCnt .section04 .s_txtbox {
    margin: 15px 0 0;
  }
}
.dh_lp_wrapper #lpCnt .section05 {
  margin-top: 106px;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .section05 .dh_inner {
    position: relative;
  }
  .dh_lp_wrapper #lpCnt .section05-inner {
    width: 42.2%;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_img01 {
    position: absolute;
    top: 0;
    right: 5%;
    width: 52.6%;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_txtbox {
    margin-top: 30.7%;
    padding-left: 12.9%;
    width: 100%;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_txtbox .lpPrice {
    margin-top: 24px;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_video01 {
    margin-top: 131px;
    padding-left: 11.1%;
    width: 73.3%;
    min-height: 20.7vw;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .section05 {
    margin-top: 64px;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_txtbox {
    margin: 17px 20px 0;
  }
  .dh_lp_wrapper #lpCnt .section05 .s_video01 {
    margin: 42px auto 0;
    max-width: 77%;
  }
}
.dh_lp_wrapper #lpCnt .itemBox {
  margin-top: 154px;
}
.dh_lp_wrapper #lpCnt .itemBox-tit {
  text-align: center;
  padding: 23px 0 27px;
  border-top: 2px solid #A67E54;
  border-bottom: 2px solid #A67E54;
}
.dh_lp_wrapper #lpCnt .itemBox-cnt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 79px auto 0;
  max-width: 1015px;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .itemBox-cnt > * {
    width: 48.77%;
  }
  .dh_lp_wrapper #lpCnt .itemBox-cnt > *:not(:nth-child(2n)) {
    margin-right: 2.46%;
  }
  .dh_lp_wrapper #lpCnt .itemBox-cnt > *:not(:nth-last-child(-n+2)) {
    margin-bottom: 45px;
  }
}
.dh_lp_wrapper #lpCnt .itemBox-cnt .section-txt {
  margin-top: 16px;
}
.dh_lp_wrapper #lpCnt .itemBox-cnt .lpPrice {
  margin-top: 22px;
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .itemBox {
    margin-top: 52px;
  }
  .dh_lp_wrapper #lpCnt .itemBox-tit {
    padding: 9px 0 15px;
  }
  .dh_lp_wrapper #lpCnt .itemBox-tit img {
    max-width: 321px;
    width: 83%;
  }
  .dh_lp_wrapper #lpCnt .itemBox-cnt {
    display: block;
    margin: 24px auto 0;
  }
  .dh_lp_wrapper #lpCnt .itemBox-cnt > *:not(:last-child) {
    margin-bottom: 41px;
  }
  .dh_lp_wrapper #lpCnt .itemBox-cnt-txtbox {
    margin: 0 20px;
  }
  .dh_lp_wrapper #lpCnt .itemBox-cnt .section-txt {
    margin-top: 17px;
  }
  .dh_lp_wrapper #lpCnt .itemBox-cnt .lpPrice {
    margin-top: 15px;
  }
}
.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 */