@charset "UTF-8";
/* ----------------------------
	Style Setting
	Create Date: 25.01.23
----------------------------*/
/*   Common Setting
----------------------------*/
/* FadeIn Animation */
.effect-fade {
  opacity: 0;
  transition: 1s;
}

.effect-fade:nth-of-type(2) {
  transition-delay: 100ms;
}

.effect-fade:nth-of-type(3) {
  transition-delay: 200ms;
}

.effect-fade:nth-of-type(4) {
  transition-delay: 300ms;
}

.effect-fade:nth-of-type(5) {
  transition-delay: 400ms;
}

.effect-fade:nth-of-type(6) {
  transition-delay: 500ms;
}

.fadeT {
  -webkit-transform: translate(0, -10vw);
          transform: translate(0, -10vw);
}

.fadeB {
  -webkit-transform: translate(0, 10vw);
          transform: translate(0, 10vw);
}

.fadeL {
  -webkit-transform: translate(10vw, 0);
          transform: translate(10vw, 0);
}

.fadeR {
  -webkit-transform: translate(-10vw, 0);
          transform: translate(-10vw, 0);
}

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/**================================= Link Setting =================================**/
/**================================= Common Setting =================================**/
header {
  margin-top: 0;
}

.lp2501Cont {
  text-align: left;
  font-size: clamp(18px, 3.8vw, 22px);
  font-family: 
  "Hiragino Sans", "ヒラギノ角ゴシック", 
  "Yu Gothic", "游ゴシック", 
  "Meiryo", "メイリオ", 
  sans-serif;
  padding-top: 47px;
}

.sect {
  padding-left: clamp(20px, 5vw, 50px);
  padding-right: clamp(20px, 5vw, 50px);
}

.sectInner {
  max-width: 1040px;
  margin: 0 auto;
}

/* CTA BOX */
.ctaBtnBox {
  padding: 20px;
}
.ctaBtnBox li {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.ctaBtnBox li:nth-child(n+2) {
  margin-top: 20px;
}
.ctaBtnBox li .ctaBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  background-color: #AF0028;
  height: 64px;
  color: white;
  border-radius: 5px;
  font-size: 1.125rem;
}
.ctaBtnBox li .ctaBtn > span > span {
  display: block;
  font-size: 0.875rem;
}

.prodCaption {
  font-size: clamp(13px, 3vw, 16px);
  position: absolute;
  font-weight: 500;
  bottom: 5px;
  left: 10px;
  z-index: 1;
  color: #000;
}

/**================================= Contents Setting =================================**/
/* FV */
.lp2501Cont .fv {
  position: relative;
}

.lp2501Cont .fv.is-start .fvimg{ 
  animation-play-state: running; 
}

.lp2501Cont .fv .fvimgWrap {
  position: relative;
}

.lp2501Cont .fv .fvTxt img {
  width: 100%;
  height: auto;
}


.feagure_2501lp {
  background-color: #F7F7F4;
  padding-top: 50px;
  overflow: hidden;
}

.sectFeature {
  margin: 0 auto;
  width: 90vw;
  max-width: 1040px;
}
.sectFeature:not(:first-of-type) {
  margin-top: 70px;
}

h3.hlLv3_2501lp {
  text-align: center;
  margin-bottom: 30px;
  border: none;
  margin-top: 0;
  padding-left: 0;
}
h3.hlLv3_2501lp img {
  height: clamp(31px, 9vw, 60px);
}

.featureLead {
  font-size: clamp(24px, 6vw, 30px);
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
}

.txt01 {
  font-size: clamp(20px, 5.5vw, 26px);
  line-height: 1.5;
}
.txt01 a {
  color: blue;
  text-decoration: underline;
}

.imgFeature01 {
  margin-top: 50px;
}

.feature_point {
  margin-top: 40px;
}

.slideTitle {
  text-align: center;
  font-size: clamp(20px, 5.5vw, 26px);
  line-height: 1.8;
  margin-bottom: 20px;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.feature_pointBoxWrap {
  overflow-x: auto;
  width: 100%;
}

.feature_pointBox {
  display: flex;
  padding-bottom: 10px;
}
.feature_pointBox .pointItem {
  flex: 0 0 300px;
  background-color: #E6E6E6;
  padding: clamp(20px, 5vw, 40px) clamp(20px, 5vw, 40px) clamp(40px, 8vw, 80px);
}
.feature_pointBox .pointItem:not(:first-child) {
  margin-left: 10px;
}
.feature_pointBox .pointItem dl {
  margin-top: 30px;
}
.feature_pointBox .pointItem dl dt {
  margin-bottom: 10px;
  font-size: clamp(20px, 5.5vw, 26px);
  font-weight: 700;
}
.feature_pointBox .pointItem dl dd {
  margin-bottom: 10px;
  font-size: clamp(16px, 4vw, 22px);
  font-weight: 500;
  line-height: 1.6;
}

.imgSozaiBox {
  margin: 40px auto 50px;
}
.imgSozaiBox li {
  position: relative;
}

.imgMaasure {
  margin-top: 40px;
}

.unit {
  text-align: right;
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: clamp(16px, 4vw, 22px);
}

.respontiveTblWrap {
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.featureTbl {
  text-align: center;
  border-collapse: collapse;
  font-size: clamp(16px, 4vw, 22px);
  line-height: 1.2;
}
.featureTbl img {
  vertical-align: middle;
  width: clamp(16px, 4vw, 22px);
  margin-right: 5px;
}
.featureTbl th {
  padding: 10px 15px;
  border: #CCC solid 1px;
  vertical-align: middle;
}
.featureTbl td {
  padding: 10px 15px;
  border: #CCC solid 1px;
  vertical-align: middle;
}
.featureTbl .num {
  display: inline-block;
  position: relative;
  padding-left: calc(clamp(16px, 4vw, 22px) + 5px);
}
.featureTbl .num::before {
  content: "";
  width: clamp(16px, 4vw, 22px);
  height: clamp(16px, 4vw, 22px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.featureTbl .num.num1::before {
  background-image: url(../img/num1.svg);
}
.featureTbl .num.num2::before {
  background-image: url(../img/num2.svg);
}
.featureTbl .num.num3::before {
  background-image: url(../img/num3.svg);
}
.featureTbl .num.num4::before {
  background-image: url(../img/num4.svg);
}
.featureTbl .num.num5::before {
  background-image: url(../img/num5.svg);
}
.featureTbl .num.num6::before {
  background-image: url(../img/num6.svg);
}

.sectVoice {
  padding-top: 50px;
  padding-bottom: 50px;
}

.voiceBox .voiceItem {
  padding: 30px 0;
  border-top: #CCC solid 1px;
  font-size: clamp(20px, 5.5vw, 26px);
}
.voiceBox .voiceItem:first-child {
  padding-top: 0;
  border-top: none;
}
.voiceBox .voiceItem span {
  display: block;
  text-align: right;
  margin-top: 10px;
}

/*フェードインアニメ*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btnBox {
  margin-top: 30px;
  text-align: center;
}
.btnBox .moreBtn {
  display: inline-block;
  width: 180px;
  border: #707070 solid 1px;
  height: 60px;
  line-height: 60px;
  padding-right: 50px;
  border-radius: 30px;
  font-size: clamp(18px, 4.5vw, 24px);
  cursor: pointer;
  position: relative;
}
.btnBox .moreBtn::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 50px;
  border-right: #707070 solid 2px;
  border-bottom: #707070 solid 2px;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.btnBox .moreBtn.is-show::before {
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}/*# sourceMappingURL=style.css.map */

