@charset "UTF-8";
/* ===== @use ===== */
/* ===== common.scss ===== */
/*
    変数
*/
/* font */
/* color */
/* switching */
/*
    共通style
*/
/* -- crm -- */
/* -- アニメーション -- */
.loadanm {
  opacity: 0;
  transition: opacity 0.6s;
}
.loadanm.on {
  opacity: 1;
}

.js {
  /* フェードイン */
}
.js-fadein {
  opacity: 0;
  transition: opacity 1.2s;
}
.js-fadein.on {
  opacity: 1;
}
.js {
  /* フェードアップ */
}
.js-fadeup {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.2s, transform 1.2s;
}
.js-fadeup.on {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .prlx-pc {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.2s, transform 1.2s;
  }
  .prlx-pc.on {
    transform: translateY(0);
    opacity: 1;
  }
}

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

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

/* -- html -- */
.lpWrapper {
  position: relative;
  z-index: 0;
  /* -- reset -- */
}
.lpWrapper ::before, .lpWrapper ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.lpWrapper p, .lpWrapper table, .lpWrapper blockquote, .lpWrapper address, .lpWrapper pre, .lpWrapper iframe, .lpWrapper form, .lpWrapper figure, .lpWrapper dl, .lpWrapper h1, .lpWrapper h2, .lpWrapper h3, .lpWrapper h4, .lpWrapper h5, .lpWrapper h6 {
  margin: 0;
  box-sizing: border-box;
}
.lpWrapper ul, .lpWrapper ol, .lpWrapper dd {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
.lpWrapper img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .lpWrapper img {
    max-width: none;
    width: 100%;
  }
}
.lpWrapper video {
  width: 100%;
}
.lpWrapper {
  /*
      lpCnt
  */
}
.lpWrapper #lpCnt {
  font: normal 400 16px/1.5 "source-han-sans-japanese", sans-serif;
  letter-spacing: 0;
  color: #1F1F1F;
  background: #FFF;
  overflow-x: hidden;
}
.lpWrapper {
  /*
      tag
  */
}
.lpWrapper a {
  color: #1F1F1F;
  text-decoration: none;
  transition: opacity 0.6s;
}
@media screen and (min-width: 901px) {
  .lpWrapper a:hover {
    opacity: 0.6;
  }
}
.lpWrapper {
  /*
      common
  */
  /* -- hide -- */
}
@media screen and (min-width: 901px) {
  .lpWrapper .hide-pc {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .lpWrapper .hide-sp {
    display: none !important;
  }
}
.lpWrapper {
  /* -- inner -- */
}
.lpWrapper .lp_inner {
  margin: 0 auto;
  width: 71.875%;
}
@media screen and (max-width: 900px) {
  .lpWrapper .lp_inner {
    margin: 0;
    width: auto;
  }
}
.lpWrapper {
  /*
      contents
  */
  /* -- mv --*/
}
.lpWrapper .mv {
  position: relative;
  padding: 33.9% 0 9.05%;
  background: url(https://image.store.sanyo-shokai.co.jp/contents/special/tw-20260513/images/mv_bg.jpg) no-repeat top center/cover;
  z-index: 0;
}
.lpWrapper .mv-txtcnt {
  margin-left: 10.3%;
  transition-delay: 3s;
}
.lpWrapper .mv-txtcnt-logo {
  width: 24.097%;
}
.lpWrapper .mv-txtcnt-logo img {
  width: 100%;
  max-width: none;
}
.lpWrapper .mv-txtcnt-tit {
  margin-top: 5.9%;
  width: 27%;
}
.lpWrapper .mv-txtcnt-tit img {
  width: 100%;
  max-width: none;
}
.lpWrapper .mv-txtcnt-no {
  margin-top: 1.35%;
  width: 4.007%;
}
.lpWrapper .mv-txtcnt-no img {
  width: 100%;
  max-width: none;
}
.lpWrapper .mv-img01 {
  position: absolute;
  top: 7.3%;
  left: 27.75%;
  width: 16.75%;
  z-index: 10;
}
.lpWrapper .mv-img01 img {
  width: 100%;
  max-width: none;
}
.lpWrapper .mv-img02 {
  position: absolute;
  top: 11.6%;
  left: 41.7%;
  width: 34.7%;
  transition-delay: 0.6s;
}
.lpWrapper .mv-img02 img {
  width: 100%;
  max-width: none;
}
.lpWrapper .mv-img03 {
  position: absolute;
  top: 0;
  left: 77.7%;
  width: 16.75%;
  z-index: 10;
  transition-delay: 1.8s;
}
.lpWrapper .mv-img03 img {
  width: 100%;
  max-width: none;
}
.lpWrapper .mv-img04 {
  position: absolute;
  top: 0;
  right: 0;
  width: 7.3%;
  transition-delay: 2.4s;
}
.lpWrapper .mv-img04 img {
  width: 100%;
  max-width: none;
}
.lpWrapper .mv-img05 {
  position: absolute;
  bottom: 0;
  left: 73.75%;
  width: 12.19%;
  z-index: 10;
  transition-delay: 1.2s;
}
.lpWrapper .mv-img05 img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 900px) {
  .lpWrapper .mv {
    padding: 165.3% 0 57px;
    background: url(https://image.store.sanyo-shokai.co.jp/contents/special/tw-20260513/images/mv_bg_sp.jpg) no-repeat top center/cover;
  }
  .lpWrapper .mv-txtcnt {
    position: relative;
    margin-left: 9.4%;
    z-index: 30;
  }
  .lpWrapper .mv-txtcnt-logo {
    width: 65.66%;
  }
  .lpWrapper .mv-txtcnt-tit {
    margin: 14.1% 0 0 0.4%;
    width: 74.67%;
  }
  .lpWrapper .mv-txtcnt-no {
    margin: 3.7% 0 0 0.5%;
    width: 11.14%;
  }
  .lpWrapper .mv-img01 {
    top: 5.9%;
    left: -0.4%;
    width: 39%;
  }
  .lpWrapper .mv-img02 {
    top: 20.9%;
    left: 9.4%;
    width: 80.8%;
    z-index: 5;
  }
  .lpWrapper .mv-img03 {
    left: 55%;
    width: 39%;
  }
  .lpWrapper .mv-img04 {
    width: 17%;
  }
  .lpWrapper .mv-img05 {
    top: 61%;
    bottom: auto;
    left: 64.8%;
    width: 28.3%;
  }
}
.lpWrapper {
  /* -- slider -- */
}
.lpWrapper .slider {
  background: #FFF;
  z-index: 10;
}
.lpWrapper .slider .splide__slide img {
  width: 100%;
  max-width: none;
  transform: scale(1.2);
  transition: transform 5.6s linear;
}
.lpWrapper .slider .is-active img {
  transform: scale(1);
}
.lpWrapper {
  /* -- lpPrice --*/
}
.lpWrapper .lp_txt {
  line-height: 1.5;
  letter-spacing: -0.025em;
}
.lpWrapper .lp_price {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 2;
  margin-top: 9px;
}
.lpWrapper .lp_price a {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .lpWrapper .lp_txt {
    font-size: 14px;
    line-height: 1.7142857143;
  }
  .lpWrapper .lp_price {
    line-height: 2;
    margin-top: 10px;
  }
}
.lpWrapper {
  /* -- catchBox -- */
}
.lpWrapper .catchBox {
  position: relative;
  margin-top: 127px;
}
.lpWrapper .catchBox .lp_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.lpWrapper .catchBox-txtcnt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  z-index: 20;
}
.lpWrapper .catchBox-txtcnt-tit {
  margin-left: -6px;
  width: 28.261%;
}
.lpWrapper .catchBox-txtcnt-txt {
  font-family: "source-han-serif-japanese", sans-serif;
  font-weight: 500;
  line-height: 2;
  color: #050000;
  margin: 11.75% 0 0 -3%;
  width: 32%;
}
.lpWrapper .catchBox-box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 21px;
  width: 100%;
}
.lpWrapper .catchBox-box img {
  width: 100%;
  max-width: none;
}
.lpWrapper .catchBox-box-imgcnt {
  margin-top: -403px;
  width: 50%;
}
.lpWrapper .catchBox-box-cnt {
  width: calc(50% - 2px);
}
.lpWrapper .catchBox-box-cnt-img {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.lpWrapper .catchBox-box-cnt-img > * {
  width: calc((100% - 2px) / 2);
}
.lpWrapper .catchBox-box-cnt-txtcnt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.lpWrapper .catchBox-box-cnt-txtcnt .lp_txt {
  margin: 20px 20px 0 0;
}
.lpWrapper .catchBox-box-cnt-txtcnt .lp_price {
  margin-top: 14px;
  width: 50%;
}
@media screen and (max-width: 900px) {
  .lpWrapper .catchBox {
    position: relative;
    margin-top: 0;
  }
  .lpWrapper .catchBox .lp_inner {
    display: block;
  }
  .lpWrapper .catchBox-txtcnt {
    display: block;
    margin: 67px 10px 0 25px;
    width: auto;
  }
  .lpWrapper .catchBox-txtcnt-tit {
    margin-left: 0;
    width: auto;
    max-width: 277px;
  }
  .lpWrapper .catchBox-txtcnt-txt {
    font-size: 14px;
    line-height: 2;
    letter-spacing: -0.025em;
    margin: 25px 0 0;
    width: auto;
  }
  .lpWrapper .catchBox-box {
    display: block;
    margin-top: 18px;
  }
  .lpWrapper .catchBox-box-imgcnt {
    margin-top: 0;
    width: auto;
  }
  .lpWrapper .catchBox-box-cnt {
    width: auto;
  }
  .lpWrapper .catchBox-box-cnt-img > * {
    width: 50%;
  }
  .lpWrapper .catchBox-box-cnt-txtcnt {
    display: block;
    margin: 17px 20px 0;
    width: auto;
  }
  .lpWrapper .catchBox-box-cnt-txtcnt .lp_txt {
    margin: 0;
  }
  .lpWrapper .catchBox-box-cnt-txtcnt .lp_price {
    margin-top: 8px;
    width: auto;
  }
}
.lpWrapper {
  /* -- section01 -- */
}
.lpWrapper .section01 {
  margin-top: 137px;
}
.lpWrapper .section01 img {
  width: 100%;
  max-width: none;
}
.lpWrapper .section01 .lp_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.lpWrapper .section01-box01 {
  width: 50%;
}
.lpWrapper .section01-box01 .lp_txt {
  margin-top: 20px;
}
.lpWrapper .section01-box01 .lp_price {
  margin-top: 13px;
}
.lpWrapper .section01-box02 {
  margin-top: 28.1%;
  width: 50%;
}
.lpWrapper .section01-box02 .lp_txt {
  margin-top: 20px;
}
.lpWrapper .section01-box02 .lp_price {
  margin-top: 9px;
}
.lpWrapper .section01-box03 {
  margin: -19.05% 0 0 6.8%;
  width: 32.85%;
}
@media screen and (max-width: 900px) {
  .lpWrapper .section01 {
    margin-top: 55px;
  }
  .lpWrapper .section01 .lp_inner {
    display: block;
  }
  .lpWrapper .section01-box01 {
    width: auto;
  }
  .lpWrapper .section01-box01 .lp_txt {
    margin: 19px 20px 0;
  }
  .lpWrapper .section01-box01 .lp_price {
    margin: 10px 20px 0;
  }
  .lpWrapper .section01-box02 {
    margin-top: 54px;
    width: auto;
  }
  .lpWrapper .section01-box02 .lp_txt {
    margin: 18px 20px 0;
  }
  .lpWrapper .section01-box02 .lp_price {
    margin: 11px 20px 0;
  }
  .lpWrapper .section01-box03 {
    margin: 54px 0 0;
    width: auto;
  }
  .lpWrapper .section01-box03 .lp_price {
    margin: 9px 20px 0;
  }
}
.lpWrapper {
  /* -- section02 -- */
}
.lpWrapper .section02 {
  margin-top: 71px;
  padding: 182px 0 62px;
  background: #FCFAFA;
}
.lpWrapper .section02-box01 .catchBox-txtcnt {
  display: block;
  text-align: center;
  width: 49.7%;
}
.lpWrapper .section02-box01 .catchBox-txtcnt-tit {
  margin-left: 0;
  width: auto;
}
.lpWrapper .section02-box01 .catchBox-txtcnt-txt {
  line-height: 1.625;
  margin: 35px 0 0;
  width: auto;
}
.lpWrapper .section02-box01 .catchBox-box {
  margin-top: 87px;
}
.lpWrapper .section02-box01 .catchBox-box-cnt-txtcnt {
  display: block;
  margin-right: 50%;
  width: 50%;
}
.lpWrapper .section02-box01 .catchBox-box-cnt-txtcnt .lp_price {
  margin-top: 9px;
}
.lpWrapper .section02-box02 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.lpWrapper .section02-box02 img {
  width: 100%;
  max-width: none;
}
.lpWrapper .section02-box02-box01 {
  margin-top: -149px;
  width: 50%;
}
.lpWrapper .section02-box02-box01 .lp_txt {
  margin-top: 20px;
}
.lpWrapper .section02-box02-box02 {
  position: relative;
  margin: 27px 0 0 -14px;
  width: calc(50% + 14px - 38px);
}
.lpWrapper .section02-box02-box02 .lp_price {
  position: absolute;
  bottom: 32%;
  right: 17.5%;
}
.lpWrapper .section02-box03 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 11px;
}
.lpWrapper .section02-box03-box01 {
  width: 50%;
}
.lpWrapper .section02-box03-box01-img01 {
  position: relative;
}
.lpWrapper .section02-box03-box01-img01 > *:not(.section02-box03-box01-img01-txtcnt) img {
  width: 100%;
  max-width: none;
}
.lpWrapper .section02-box03-box01-img01-txtcnt {
  position: absolute;
  top: 30px;
  right: 25px;
  left: 25px;
  margin: 0 auto;
}
.lpWrapper .section02-box03-box01-img01-txtcnt-txt {
  font-family: "source-han-serif-japanese", sans-serif;
  font-weight: 500;
  line-height: 1.625;
  color: #FFF;
  margin-top: 19px;
}
.lpWrapper .section02-box03-box01 .lp_txt {
  margin-top: 21px;
}
.lpWrapper .section02-box03-box01-img02 img {
  width: 100%;
  max-width: none;
}
.lpWrapper .section02-box03-box02 {
  text-align: center;
  margin-top: 42px;
  width: 50%;
}
.lpWrapper .section02-box03-box02 img {
  width: 100%;
  max-width: none;
}
.lpWrapper .section02-box03-box02-img:nth-of-type(1) {
  margin: 0 17px 0 0;
}
.lpWrapper .section02-box03-box02-img:nth-of-type(2) {
  margin: 51px 0 -19px 25px;
}
.lpWrapper .section02-box03-box02-img:nth-of-type(3) {
  margin: 34px 0 17px 8px;
}
@media screen and (max-width: 900px) {
  .lpWrapper .section02 {
    margin-top: 77px;
    padding: 64px 0 67px;
  }
  .lpWrapper .section02-box01 .catchBox-txtcnt {
    margin: 0;
    width: auto;
  }
  .lpWrapper .section02-box01 .catchBox-txtcnt-tit {
    margin: 0 calc(2.7% + 10px) 0 10px;
    max-width: none;
  }
  .lpWrapper .section02-box01 .catchBox-txtcnt-tit img {
    max-width: 353px;
  }
  .lpWrapper .section02-box01 .catchBox-txtcnt-txt {
    font-size: 14px;
    line-height: 1.8571428571;
    letter-spacing: 0;
    margin: 30px 10px 0;
  }
  .lpWrapper .section02-box01 .catchBox-box {
    margin-top: 49px;
  }
  .lpWrapper .section02-box01 .catchBox-box-cnt-txtcnt {
    display: block;
    margin: 18px 20px 0;
    width: auto;
  }
  .lpWrapper .section02-box01 .catchBox-box-cnt-txtcnt .lp_price {
    margin-top: 11px;
  }
  .lpWrapper .section02-box02 {
    display: block;
  }
  .lpWrapper .section02-box02-box01 {
    margin-top: 58px;
    width: auto;
  }
  .lpWrapper .section02-box02-box01 .lp_txt {
    letter-spacing: -0.113em;
    margin: 14px 20px 0;
  }
  .lpWrapper .section02-box02-box01 .lp_price {
    margin: 10px 20px 0;
  }
  .lpWrapper .section02-box02-box02 {
    margin: 11px 3px 0 0;
    width: auto;
  }
  .lpWrapper .section02-box02-box02 .lp_price {
    position: static;
    margin: 2px 20px 0;
  }
  .lpWrapper .section02-box03 {
    display: block;
    margin-top: 68px;
  }
  .lpWrapper .section02-box03-box01 {
    width: auto;
  }
  .lpWrapper .section02-box03-box01-img01-txtcnt {
    top: 19px;
    right: 20px;
    left: 20px;
  }
  .lpWrapper .section02-box03-box01-img01-txtcnt-tit {
    margin-left: 3px;
    width: 281px;
  }
  .lpWrapper .section02-box03-box01-img01-txtcnt-txt {
    font-size: 14px;
    line-height: 1.5714285714;
    margin-top: 11px;
  }
  .lpWrapper .section02-box03-box01 .lp_txt {
    margin: 18px 20px 0;
  }
  .lpWrapper .section02-box03-box01 .lp_price {
    margin: 9px 20px 0;
  }
  .lpWrapper .section02-box03-box02 {
    margin-top: 28px;
    width: auto;
  }
  .lpWrapper .section02-box03-box02-img:nth-of-type(1) {
    margin: 0 43px -9px 30px;
  }
  .lpWrapper .section02-box03-box02-img:nth-of-type(2) {
    margin: 29px 28px -29px 46px;
  }
  .lpWrapper .section02-box03-box02-img:nth-of-type(3) {
    margin: 23px 23px -9px 25px;
  }
}
.lpWrapper {
  /* -- section03 -- */
}
.lpWrapper .section03-titcnt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 78px 14% 77px;
  background: url(https://image.store.sanyo-shokai.co.jp/contents/special/tw-20260513/images/section03-titcnt_bg.jpg) no-repeat center/cover;
}
.lpWrapper .section03-titcnt-tit {
  margin: 20px 43px 20px 0;
}
.lpWrapper .section03-titcnt-txt {
  font-family: "source-han-serif-japanese", sans-serif;
  font-weight: 500;
  color: #FFF;
}
.lpWrapper .section03-box01 {
  margin: 63px auto 0;
  width: 80.1042%;
}
.lpWrapper .section03-box01 img {
  width: 100%;
  max-width: none;
}
@media screen and (min-width: 901px) {
  .lpWrapper .section03-box01 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .lpWrapper .section03-box01 > * {
    width: 33.3333333333%;
  }
  .lpWrapper .section03-box01 > *:not(:nth-last-child(-n+3)) {
    margin-bottom: 61px;
  }
}
.lpWrapper .section03-box01 .lp_txt {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .lpWrapper .section03-box01 {
    width: auto;
  }
  .lpWrapper .section03-titcnt {
    display: block;
    padding: 45px 20px 38px;
    background: url(https://image.store.sanyo-shokai.co.jp/contents/special/tw-20260513/images/section03-titcnt_bg_sp.jpg) no-repeat center/cover;
  }
  .lpWrapper .section03-titcnt-tit {
    margin: 0 auto 2px;
    max-width: 267px;
  }
  .lpWrapper .section03-titcnt-txt {
    text-align: center;
    font-size: 14px;
  }
  .lpWrapper .section03-box01 {
    margin: 0;
  }
  .lpWrapper .section03-box01 > *:not(:last-child) {
    margin-bottom: 38px;
  }
  .lpWrapper .section03-box01 .lp_txt {
    margin: 18px 20px 0;
  }
  .lpWrapper .section03-box01 .lp_price {
    margin: 9px 20px 0;
  }
}
.lpWrapper {
  /* -- totop -- */
}
.lpWrapper .totop {
  margin-top: 120px;
}
.lpWrapper .totop a {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: #656565;
}
@media screen and (max-width: 900px) {
  .lpWrapper .totop {
    margin: 46px 20px 0;
  }
  .lpWrapper .totop a {
    font-size: 14px;
    letter-spacing: -0.04em;
  }
}
.lpWrapper {
  /* -- lpFooter -- */
}
.lpWrapper .lpFooter {
  margin-top: 31px;
  padding: 85px 0 63px;
  background: url(https://image.store.sanyo-shokai.co.jp/contents/special/tw-20260513/images/lpFooter_bg.jpg) no-repeat center/cover;
}
.lpWrapper .lpFooter-tit {
  margin-top: 84px;
}
.lpWrapper .lpFooter-no {
  margin-top: 19px;
}
@media screen and (max-width: 900px) {
  .lpWrapper .lpFooter {
    margin-top: 22px;
    padding: 71px 20px 23px;
    background: url(https://image.store.sanyo-shokai.co.jp/contents/special/tw-20260513/images/lpFooter_bg_sp.jpg) no-repeat center/cover;
  }
  .lpWrapper .lpFooter-logo {
    width: 150px;
  }
  .lpWrapper .lpFooter-tit {
    margin-top: 27px;
    width: 171px;
  }
  .lpWrapper .lpFooter-no {
    margin-top: 0;
    width: 26px;
  }
}
.lpWrapper {
  /* -- lpbtnBox -- */
}
.lpWrapper .lpbtnBox {
  padding: 160px 0;
}
.lpWrapper .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;
}
.lpWrapper .lpbtnBox a:nth-child(1) {
  color: #fff;
  background: #979797;
}
.lpWrapper .lpbtnBox a::before {
  margin-right: 0.5em;
  content: ">";
}
@media screen and (max-width: 900px) {
  .lpWrapper .lpbtnBox {
    padding: 100px 30px;
  }
  .lpWrapper .lpbtnBox a {
    font-size: 14px;
    height: 60px;
  }
}/*# sourceMappingURL=style.css.map */