/* =====================

  ※セレクタは　#lp_contents　始まりにしてください。

======================== */

#lp_contents {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Arial", "Meiryo", sans-serif;
  /* font-size: min(8px, 1.066vw); */
  font-size: 8px;
}

/* ========== left_contents ========== */

#l-aside--left .bg_cta_cont {
  position: relative;
}

#l-aside--left .bg_cta {
  width: 350px;
  margin-top: -250px;
  margin-left: 50px;
}

#l-aside--left .bg_btn {
  position: absolute;
  top: 450px;
  left: 67px;
  width: 300px;
}

/* ========== bg ========== */


#l-aside--bg {
  background-color: #f8f8f8;
  background-image:
    radial-gradient(circle, rgba(236, 148, 0, 0.3) 2px, transparent 2px),
    radial-gradient(circle, rgba(236, 148, 0, 0.3) 2px, transparent 2px);
  background-size: 16px 16px;
  background-position: 0 0, 8px 8px;
  background-repeat: repeat;
}

#l-aside--bg .bg_img_r {
  position: fixed;
  right: -1%;
  top: 0;
}

#l-aside--bg .bg_img_btm {
  position: fixed;
  width: 100%;
  bottom: 0;
  overflow: hidden; /* 必要に応じて追加 */
}

#l-aside--bg .bg_img_btm img {
  width: 100%;
  height: auto; /* 画像の縦横比を維持 */
  display: block; /* 余白を取り除くために使用 */
}

#l-aside--bg .bg_logo {
  position: fixed;
  transform: translate(0, 0) scale(0.7);
  left: 0%;
  top: 3%;
  z-index: 3;
}

#lp_contents .dotto_bg {
  background-color: #fff;
  background: #fff;
  background-image:
    radial-gradient(circle, rgba(236, 148, 0, 0.3) 1px, transparent 1px),
    radial-gradient(circle, rgba(236, 148, 0, 0.3) 1px, transparent 1px);
  background-size: 12px 12px;
  background-position: 0 0, 6px 6px;
  background-repeat: repeat;
}

@media screen and (max-width:600px) {
  #lp_contents {
    font-size: 1.333vw;
  }
}

#lp_contents * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#lp_contents img,
#lp_contents video {
  display: block;
  height: auto;
  max-width: 100%;
}

/* ========== fv ========== */
#lp_contents .fv_cont {
  position: relative;
  margin-bottom: 8rem;
}

#lp_contents .fv_img {
  position: absolute;
  width: 90%;
  top: 37%;
  left: 50%;
  transform: translateX(-50%);
}

#lp_contents .fv_img.fv_img_02 {
  width: 25%;
  top: 111%;
  left: 25%;
  transform: translateX(0%);
}

/* ========== cta01 ========== */

#lp_contents .cta_wrap {
  position: relative;
  padding: 0.5rem;
  z-index: 2;
}

#lp_contents .cta_btn01 {
  position: absolute;
  display: block;
  width: 90%;
  left: 50%;
  bottom: 3.5%;
  transform: translateX(-50%);
  overflow: hidden;
}

#lp_contents .cta_btn01_b {
  position: absolute;
  display: block;
  width: 90%;
  left: 50%;
  bottom: 3.5%;
  transform: translateX(-50%);
  overflow: hidden;
}

/*キラッと光る*/
.btnshine::before {
  content: '';
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  display: block;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  top: 84%;
  left: -75%;
  width: 50%;
  height: 14%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
  animation: shine 2s infinite;
  z-index: 3;
}

@keyframes shine {
  00% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  90% {
    opacity: 0;
  }

  100% {
    left: 45%;
    opacity: 0;
  }
}

/* ========== cta02 ========== */

#lp_contents .cta_area02 {
  position: relative;
}

#lp_contents .cta_btn02 {
  position: absolute;
  display: block;
  width: 90%;
  left: 5.5%;
  bottom: 6%;
}

/*キラッと光る*/
#lp_contents .btnshine_cta_btn02::before {
  content: '';
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  display: block;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  top: 80%;
  left: -16%;
  width: 50%;
  height: 14%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
  animation: shine03 2s infinite;
  z-index: 3;
}

@keyframes shine03 {
  0% {
    opacity: 0;
    left: -50%;
  }

  50% {
    opacity: 1;
  }

  90% {
    opacity: 0;
  }

  100% {
    left: 43%;
    opacity: 0;
  }
}

#lp_contents .cta_btn_mov {
  animation: btn_animation 3s infinite;
}

@keyframes btn_animation {
  0% {transform: skew(0deg,0deg);}
  30% {transform: skew(0deg,0deg);}
  45% {transform: skew(10deg, 0deg) translate(-17px, 0px);}
  55% {transform: skew(-10deg, 0deg) translate(17px, 0px);}
  60% {transform: skew(5deg, 0deg) translate(-8px, 0px);}
  65% {transform: skew(-5deg, 0deg) translate(8px, 0px);}
  70% {transform: skew(5deg, 0deg) translate(-8px, 0px);}
  75% {transform: skew(-5deg, 0deg) translate(8px, 0px);}
  80% {transform: skew(3deg, 0deg) translate(-5px, 0px);}
  85% {transform: skew(-3deg, 0deg) translate(5px, 0px);}
  90% {transform: skew(2deg, 0deg) translate(-3px, 0px);}
  95% {transform: skew(-1deg,0deg) translate(1px, 0px);}
  100% {transform: skew(0deg,0deg);}
}

/* ========== cta03 ========== */

#lp_contents .cta_btn03_b {
  width: 70%;
  display: block;
  margin: auto;
  margin-top: 1rem;
}

#lp_contents .cta_btn03_b {
  position: relative;
  padding-bottom: 4em;
  z-index: 10;
}

#lp_contents .cta_btn03_cont {
  padding-bottom: 4em;
}

#lp_contents .cta_btn02_mov {
  animation: 3s infinite;
}


/*キラッと光る*/
.btnshine02::before {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  top: 2%;
  left: -75%;
  width: 50%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
  animation: shine02 2s infinite;
  z-index: 3;
}

@keyframes shine02 {
  0% {
    opacity: 0;
  }
  
  50% {
    opacity: 1;
  }

  90% {
    opacity: 0;
  }

  100% {
    left: 45%;
    opacity: 0;
  }
}
/* ========== sec common ========== */

#lp_contents .text_item {
  position: absolute;
}


/* ========== sec01 ========== */


#lp_contents .sec01 {
  position: relative;
  margin-top: -6rem;
}

#lp_contents .sec01 .text_item {
  width: 13%;
}

#lp_contents .sec01_txt01 {
  top: 24%;
  left: 80%;
}

#lp_contents .sec01_txt02 {
  top: 47%;
  left: 7%;
}


/* ========== sec02 ========== */

#lp_contents .sec02 {
  position: relative;
  margin-top: -2rem;
  z-index: 2;
}

/* ========== sec03 ========== */

#lp_contents .sec03 {
  position: relative;
  margin-top: -4.5rem;
  z-index: 1;
}

#lp_contents .sec03 .sec03_txt01 {
  position: absolute;
  width: 70%;
  left: 50%;
  bottom: 4%;
  transform: translateX(-50%);
}

/* ========== sec04 ========== */

#lp_contents .sec04 {
  position: relative;
  margin-top: -1.5rem;
}

#lp_contents .sec04_item_wrap {
  position: absolute;
  top: 30%;
}

#lp_contents .sec04_cont {
  display: flex;
  justify-content: space-evenly;
}

#lp_contents .sec04_cont.second {
  margin-top: -2.5rem;
}

#lp_contents .sec04_item {
  width: 40%;
}

#lp_contents .sec04_item03 {
  position: relative;
  width: 60%;
  margin-top: -2.5rem;
  z-index: 2;
}

/* ========== sec05 ========== */

#lp_contents .sec05 {
  position: relative;
  padding-top: 4rem;
}

#lp_contents .sec05_img01 {
  padding-left: 2rem;
}

#lp_contents .sec05 .text_item {
  width: 12%;
}

#lp_contents .sec05_txt01 {
  top: 8%;
  left: 17%;
}

#lp_contents .sec05_txt02 {
  top: 29%;
  left: 3%;
}

/* ========== sec06 ========== */

#lp_contents .sec06 {
  position: relative;
  margin-top: 1rem;
  padding-top: 2rem;
}

#lp_contents .sec06_ttl_cont {
  position: relative;
}

#lp_contents .sec06_txt01 {
  position: absolute;
  width: 55%;
  left: 23%;
  top: 10%;
}

#lp_contents .sec06.pt_wrap {
  position: relative;
  /* margin-top: -4rem; */
}

#lp_contents .sec06_pt_icon {
  position: absolute;
  width: 40%;
  left: 35%;
  top: -0.8%;
}

#lp_contents .sec06.pt_wrap.pt2 {
  margin-top: -10rem;
}

#lp_contents .sec06.pt_wrap.pt3 {
  margin-top: -8rem;
}

#lp_contents .sec06_pt_icon.pt3 {
  top: -2.8%;
}

#lp_contents .sec06_pt1_img03_cont {
  position: relative;
}

#lp_contents .sec06_pt1_img03_line {
  position: absolute;
  width: 10%;
  left: 81%;
  top: 28%;
  animation: blink-animation 1s infinite;
}


@keyframes blink-animation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  51% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

#lp_contents .sec06_pt3_mov01 {
  width: 90%;
  position: absolute;
  left: 50%;
  bottom: 40%;
  border-radius: 10px;
  border: solid 2px #ec6c00;
  background-color: #fff;
  padding: 1rem;
  transform: translateX(-50%);
}

#lp_contents .sec06_pt3_mov01::after {
  content: "※画像はイメージです";
  font-size: 12px;
  position: absolute;
  bottom: -11%;
  right: 0%;
}

#lp_contents .sec06.pt_wrap.pt4 {
  margin-top: -6rem;
}

#lp_contents .sec06_pt4_txt01 {
  width: 90%;
  position: absolute;
  left: 50%;
  bottom: 17%;
  transform: translateX(-50%);
  z-index: 1;
}

#lp_contents .sec06_pt4_txt01 img {
  position: relative;
  z-index: 1;
}

#lp_contents .sec06_pt1_img02_cont {
  position: relative;
  z-index: 1;
}


#lp_contents .sec06_pt1_img02_txt {
  position: absolute;
  z-index: 1;
  width: 52%;
  left: 6%;
  bottom: 2%;
}

#lp_contents .sec06_pt1_img02_line01 {
  width: 33.5%;
  height: 2.5%;
  position: absolute;
  left: 25.2%;
  bottom: 12.4%;
  transform: translateX(-50%);
  background-color: #ec6c00;
  opacity: 0.5;
  transform-origin: left;
  transform: scaleX(1);
}

#lp_contents .sec06_pt1_img02_line02 {
  width: 33.5%;
  height: 2.5%;
  position: absolute;
  left: 6%;
  bottom: 8.9%;
  transform: translateX(-50%);
  background-color: #ec6c00;
  opacity: 0.5;
  transform-origin: left;
  transform: scaleX(1);
}

#lp_contents .sec06_pt4_txt01_line01 {
  width: 82%;
  height: 20%;
  position: absolute;
  left: 20%;
  bottom: 27%;
  transform: translateX(-50%);
  background-color: #ec6c00;
  opacity: 0.5;
  transform-origin: left;
  transform: scaleX(1);
}

#lp_contents .sec06_pt4_txt01_line02 {
  width: 82%;
  height: 20%;
  position: absolute;
  left: 0%;
  bottom: -2%;
  transform: translateX(-50%);
  background-color: #ec6c00;
  opacity: 0.5;
  transform-origin: left;
  transform: scaleX(0.15);
}


/* ========== sec07 ========== */

#lp_contents .sec07 {
  position: relative;
  margin-top: -10rem;
  margin-bottom: 8rem;
}

#lp_contents .sec07 .text_item {
  width: 12%;
}

#lp_contents .sec07_txt01 {
  top: 41%;
  right: 5%;
}

#lp_contents .sec07_txt02 {
  top: 49%;
  right: 19%;
}

/* ========== sec08 ========== */

#lp_contents .sec08 {
  position: relative;
  margin-top: 4rem;
}

#lp_contents .sec08_img_cont01 {
  position: relative;
}

#lp_contents .sec08_img02 {
  position: absolute;
  width: 88%;
  left: 50.5%;
  bottom: 5.5%;
  transform: translateX(-50%);
}

#lp_contents .sec08_mov01 {
  width: 80%;
  margin-top: 4rem;
  margin-left: auto;
}

#lp_contents .sec08_mov01 video {
  border-radius: 10px 0 0 10px !important;
}

#lp_contents .sec08_txt01 {
  width: 80%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

#lp_contents .sec08_img03 {
  width: 80%;
  margin-top: 4rem;
  margin-right: auto;
  border-radius: 10px;
}

#lp_contents .sec08_epi_wrap {
  margin-top: 14rem;
  padding: 1rem;
  background-color: #fff8b0;
}

#lp_contents .sec08_ttl {
  position: relative;
  width: 90%;
  display: block;
  margin: auto;
  margin-top: -8rem;
}

#lp_contents .sec08_txt_wrap {
  padding: 1rem;
}

#lp_contents .sec08_txt_cont {
  position: relative;
  padding-bottom: 3rem;
}

#lp_contents .sec08_txt {
  position: relative;
  z-index: 1;
}

#lp_contents .sec08_txt03_line01 {
  width: 100%;
  height: 15%;
  position: absolute;
  left: 0%;
  top: -2%;
  background-color: #ec6c00;
  opacity: 0.5;
  transform-origin: left;
  transform: scaleX(1);
}

#lp_contents .sec08_txt03_line02 {
  width: 100%;
  height: 15%;
  position: absolute;
  left: 0%;
  top: 22%;
  background-color: #ec6c00;
  opacity: 0.5;
  transform-origin: left;
  transform: scaleX(1);
}

#lp_contents .sec08_txt03_line03 {
  width: 31%;
  height: 15%;
  position: absolute;
  left: 0%;
  top: 46%;
  background-color: #ec6c00;
  opacity: 0.5;
  transform-origin: left;
  transform: scaleX(1);
}

#lp_contents .sec08_img05 {
  margin-bottom: 8em;
}

#lp_contents .sec08_txt05_line01 {
  width: 100%;
  height: 13%;
  position: absolute;
  left: 0%;
  top: -2%;
  background-color: #ec6c00;
  opacity: 0.5;
  transform-origin: left;
  transform: scaleX(1);
}

#lp_contents .sec08_txt05_line02 {
  width: 100%;
  height: 13%;
  position: absolute;
  left: 0%;
  top: 18%;
  background-color: #ec6c00;
  opacity: 0.5;
  transform-origin: left;
  transform: scaleX(1);
}

#lp_contents .sec08_txt05_line03 {
  width: 56.4%;
  height: 13%;
  position: absolute;
  left: 0%;
  top: 37%;
  background-color: #ec6c00;
  opacity: 0.5;
  transform-origin: left;
  transform: scaleX(1);
}

/* ========== qa ========== */

#lp_contents .qa_wrap {
  position: relative;
  padding-top: 12em;
  padding-bottom: 12em;
}

#lp_contents .qa_ttl {
  width: 70%;
  margin: auto;
  margin-bottom: 8em;
}

#lp_contents .qa_cont {
  padding: 4em;
  list-style-type: none;
}

#lp_contents .qa_icon {
  fill: #f8c058;
  stroke-width: 0px;
  width: 12%;
  transition: 0.5s ease-out;
}

#lp_contents .qa_icon-showed {
  fill: #fff;
}

#lp_contents .qa_icon_Q {
  width: 90%;
  position: absolute;
  top: 25%;
  left: 3.5%;
  color: #694623;
  font-size: 4.2em;
  font-weight: 700;
  z-index: 1;
}

#lp_contents .qa_txt_cont {
  display: flex;
  align-items: center;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  transition: 0.5s ease-out;

}

#lp_contents .qa_txt {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.2em;
  color: #fff;
  padding-left: 0.5em;
}

#lp_contents .qa_txt-showed {
  color: #694623;
}


#lp_contents .qa_q_func_open {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-out;
  background-color: #fcd475;
}

#lp_contents .qa_q_func_open:has(.show) .qa_item {
  background-color: #fcd475;
}

#lp_contents .qa_q_func_open.show {
  display: block;
  max-height: 25em !important;
}

#lp_contents .qa_item {
  padding: 2em;
  margin-bottom: 4em;
  border-radius: 8px;
  background-color: #694623;
}

#lp_contents .qa_item-showed {
  background-color: #fcd475;
}

#lp_contents .qa_q_func {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
}

#lp_contents .qa_q_func_btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: -3%;
  transform: translate(-50%, -50%);
}

#lp_contents .qa_q_func_btn_ver,
#lp_contents .qa_q_func_btn_hor {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #fff;
  /* 線の色 */
  transform-origin: center;
}

#lp_contents .qa_q_func_btn_ver {
  transform: translate(-50%, -50%) rotate(90deg);
  /* 縦線 */
  transition: transform .5s cubic-bezier(0.68, -0.55, 0.27, 1.55);

}

#lp_contents .qa_q_func_btn_hor {
  transform: translate(-50%, -50%);
  /* 横線 */
}

/* 回転用のクラス */
#lp_contents .qa_q_func_btn_ver.rotate-90 {
  transform: translate(-50%, -50%) rotate(0deg);
  /* 90度回転させて横線に */
}

/* ========== sec09 ========== */

#lp_contents .sec09_txt_cont {
  position: relative;
}

#lp_contents .sec09_img02 {
  position: relative;
  margin-left: -4em;
}

#lp_contents .sec09 .text_item {
  width: 12%;
}

#lp_contents .sec09_txt01 {
  top: 10%;
  right: 4%;
}

#lp_contents .sec09_txt02 {
  top: 34%;
  right: 19%;
}

/* ========== sec10 ========== */

#lp_contents .sec10 {
  position: relative;
}

#lp_contents .ttl_cont {
  position: absolute;
  top: 7%;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
}

#lp_contents .ttl_txt01 {
  transform: translateY(0em) scale(1);
}

#lp_contents .ttl_txt02 {
  width: 65%;
  margin: auto;
  padding-top: 1em;
}

#lp_contents .sec10_pkg_cont {
  position: relative;
  top: -50em;
}

#lp_contents .sec10_pkg_inner {
  position: relative;
}

#lp_contents .sec10_pkg_item {
  width: 60%;
  position: absolute;
  top: 0%;
}

#lp_contents .sec10_pkg_item.sec10_img02 {
  position: absolute;
  top: 0%;
  right: 5%;
  transform: translateX(-10em) rotate(-15deg);
  z-index: 1;
}

#lp_contents .sec10_pkg_item.sec10_img03 {
  position: absolute;
  top: 0%;
  left: 10%;
  transform: translateX(9em) rotate(60deg);
  opacity: 0;
}

#lp_contents .sec10_txt01 {
  position: relative;
  width: 80%;
  margin: auto;
  margin-top: 8em;
  z-index: 2;
}

#lp_contents .sec10_img04 {
  position: relative;
  width: 95%;
  margin: auto;
  margin-left: 2.3em;
  margin-top: -1.5em;
  z-index: 1;
}

#lp_contents .sec10_img05 {
  position: relative;
  margin-top: -16em;
}

#lp_contents .sec10_img06 {
  position: relative;
  padding: 2em;
  padding-bottom: 4em;
}

/* ========== sec11 ========== */

#lp_contents .sec11 {
  padding: 2.5em;
  padding-top: 4em;
  padding-bottom: 0;
  background-color: #fcd475;
}

#lp_contents .sec11_inner {
  padding: 2em;
  padding-top: 4em;
  padding-bottom: 4em;
  border-radius: 8px 8px 0 0;
  background-color: #fff8b0;
}

#lp_contents .ttl_cta_area02 {
  top: 17em;
}

#lp_contents .sec12_txt01 {
  width: 90%;
  margin: auto;
  padding-top: 8em;
}

#lp_contents .sec12_img01 {
  width: 90%;
  margin: auto;
}

#lp_contents .sec12_txt02 {
  width: 90%;
  margin: auto;
  padding-left: 6em;
}

#lp_contents .sec12_img02 {
  margin-top: 12em;
  margin-bottom: 12em;
  margin-left: auto;
  padding-left: 6em;
}


/* ========== gsap_ani ========== */

#lp_contents .rotate_in {
  opacity: 0;
  transform: scale(0%) rotate(45deg);
  transition: 1s ease-in-out;
}

#lp_contents .fade_text_ver {
  clip-path: inset(0 0 100% 0);
  transition: 1s ease-in-out;
}

#lp_contents .sec06_pt_icon.fade_scale,
#lp_contents .sec06_txt01.fadein,
#lp_contents .sec08_ttl.fadein,
#lp_contents .sec10_txt01.fadein,
#lp_contents .sec12_img01.fadein {
  opacity: 0;
  transition: 1s;
}

#lp_contents .sec06_pt4_txt01_line01.marker_anime {
  width: 0%;
  transition: 0.5s ease-in-out;
}

#lp_contents .sec06_pt1_img02_line01.marker_anime {
  width: 0%;
  transition: 0.5s ease-in-out;
}

#lp_contents .sec06_pt1_img02_line02.marker_anime {
  width: 0%;
  transition: 0.5s ease-in-out;
}

#lp_contents .sec06_pt4_txt01_line02.marker_anime {
  width: 0%;
  transition: 0.5s ease-in-out;
}

#lp_contents .sec08_img02.fadein {
  opacity: 0;
  transition: 1s ease-in-out;
  bottom: 4.5%;
}


#lp_contents .sec08_txt03_line01.marker_anime {
  width: 0%;
  transition: 0.5s ease-in-out;
}

#lp_contents .sec08_txt03_line02.marker_anime {
  width: 0%;
  transition: 0.5s ease-in-out;
}

#lp_contents .sec08_txt03_line03.marker_anime {
  width: 0%;
  transition: 0.5s ease-in-out;
}

#lp_contents .sec08_txt05_line01.marker_anime {
  width: 0%;
  transition: 0.5s ease-in-out;
}

#lp_contents .sec08_txt05_line02.marker_anime {
  width: 0%;
  transition: 0.5s ease-in-out;
}

#lp_contents .sec08_txt05_line03.marker_anime {
  width: 0%;
  transition: 0.5s ease-in-out;
}

#lp_contents .sec10_img02.tfX_rotate {
  right: 5%;
  transform: translateX(-10em) rotate(-15deg);
  transition: 0.5s ease-in-out;
}

#lp_contents .sec10_img03.tfX_rotate {
  transform: translateX(9em) rotate(60deg) scale(0%);
  opacity: 0;
  transition: 0.5s ease-in-out;
}



/* ========== active ========== */

#lp_contents .sec04_item.active {
  transform: scale(100%) rotate(0deg);
  opacity: 1;
}

#lp_contents .text_item.active {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

#lp_contents .sec06_txt01.active,
#lp_contents .sec08_ttl.active,
#lp_contents .sec10_txt01.active,
#lp_contents .sec12_img01.active {
  transform: scale(100%) rotate(0deg);
  animation: bounce 1.5s ease;
  /* 1秒間のバウンドアニメーション */
  opacity: 1;
}

#lp_contents .sec06_pt_icon.active {
  animation: swing01 1.5s ease;
  /* 1秒間のバウンドアニメーション */
  opacity: 1;
}

#lp_contents .sec06_pt4_txt01_line01.marker_anime.active {
  width: 82%;
}

#lp_contents .sec06_pt4_txt01_line02.marker_anime.active {
  width: 82%;
  transition-delay: 0.2s;
}

#lp_contents .sec06_pt1_img02_line01.marker_anime.active {
  width: 33.5%;
}

#lp_contents .sec06_pt1_img02_line02.marker_anime.active {
  width: 33.5%;
  transition-delay: 0.2s;
}

#lp_contents .sec08_img02.fadein.active {
  opacity: 1;
  bottom: 5.5%;
}

#lp_contents .sec08_txt03_line01.marker_anime.active {
  width: 100%;
}

#lp_contents .sec08_txt03_line02.marker_anime.active {
  width: 100%;
}

#lp_contents .sec08_txt03_line03.marker_anime.active {
  width: 31%;
}


#lp_contents .sec08_txt05_line01.marker_anime.active {
  width: 100%;
}

#lp_contents .sec08_txt05_line02.marker_anime.active {
  width: 100%;
}

#lp_contents .sec08_txt05_line03.marker_anime.active {
  width: 56.4%;
}

#lp_contents .sec10_img02.tfX_rotate.active {
  transform: translateX(0em) rotate(0deg);
}


#lp_contents .sec10_img03.tfX_rotate.active {
  transform: translateX(0em) scale(100%);
  opacity: 1;
  transition: 0.5s ease-in-out;
}

#lp_contents .sec10_img03.tfX_rotate {
  transform: translateX(9em) scale(0%);
  opacity: 0;
  transition: 0.5s ease-in-out;
}

#lp_contents .ttl_txt01.ttl_anime.active,
#lp_contents .ttl_txt02.ttl_anime.active {
  transform: translateY(0em) rotate(0deg) scale(100%);
  transition: 0.5s ease-in-out;
  animation: ttl_bounce 1.5s ease;
}

/* ========== active_keyframes ========== */


@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-20px);
    /* 上にバウンド */
  }
}

@keyframes swing01 {

  0%,
  100% {
    transform: rotate(0);
  }

  10% {
    transform: rotate(-2deg);
  }

  20% {
    transform: rotate(2deg);
  }

  30% {
    transform: rotate(-1.5deg);
  }

  40% {
    transform: rotate(1.5deg);
  }

  50% {
    transform: rotate(-1deg);
  }

  60% {
    transform: rotate(1deg);
  }

  70% {
    transform: rotate(-.5deg);
  }

  80% {
    transform: rotate(.5deg);
  }
}

@keyframes ttl_bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: scale(1);
  }

  40% {
    transform: scale(0.9);
  }

  60% {
    transform: scale(1.1);
  }
}

@keyframes hoverShake {
  0% {
    transform: skew(0deg, 0deg);
  }

  30% {
    transform: skew(0deg, 0deg);
  }

  45% {
    transform: skew(10deg, 0deg) translate(-17px, 0px);
  }

  55% {
    transform: skew(-10deg, 0deg) translate(17px, 0px);
  }

  60% {
    transform: skew(5deg, 0deg) translate(-8px, 0px);
  }

  65% {
    transform: skew(-5deg, 0deg) translate(8px, 0px);
  }

  70% {
    transform: skew(5deg, 0deg) translate(-8px, 0px);
  }

  75% {
    transform: skew(-5deg, 0deg) translate(8px, 0px);
  }

  80% {
    transform: skew(3deg, 0deg) translate(-5px, 0px);
  }

  85% {
    transform: skew(-3deg, 0deg) translate(5px, 0px);
  }

  90% {
    transform: skew(2deg, 0deg) translate(-3px, 0px);
  }

  95% {
    transform: skew(-1deg, 0deg) translate(1px, 0px);
  }

  100% {
    transform: skew(0deg, 0deg);
  }
}

@media (min-width: 599px) {
  #lp_contents .fv {
    margin-bottom: 20em;
  }

  #lp_contents .sec03 {
    margin-top: -11.5em;
  }

  #lp_contents .sec01 {
    margin-top: -9rem;
  }

  #lp_contents .sec04 {
    position: relative;
    margin-top: -2.5rem;
  }

  #lp_contents .sec04_item03 {
    position: relative;
    width: 60%;
    margin-top: -4rem;
  }

  #lp_contents .sec04_cont.second {
    margin-top: -3.5rem;
  }

  #lp_contents .dotto_bg {
    background-color: #fff;
    background: #fff;
    background-image:
      radial-gradient(circle, rgba(236, 148, 0, 0.3) 2px, transparent 2px),
      radial-gradient(circle, rgba(236, 148, 0, 0.3) 2px, transparent 2px);
    background-size: 16px 16px;
    background-position: 0 0, 8px 8px;
    background-repeat: repeat;
  }

  #lp_contents .sec06.pt_wrap {
    position: relative;
    /* margin-top: -5rem; */
  }

  #lp_contents .sec06_ttl_cont {
    z-index: 1;
  }

  #lp_contents .sec08_txt03_line01 {
    height: 18%;
    top: -1%;
  }

  #lp_contents .sec08_txt03_line02 {
    height: 18%;
    top: 26%;
  }

  #lp_contents .sec08_txt03_line03 {
    height: 18%;
    top: 55%;
  }

  #lp_contents .sec08_txt05_line01 {
    top: 0%;
  }

  #lp_contents .sec08_txt05_line02 {
    top: 21%;
  }

  #lp_contents .sec08_txt05_line03 {
    top: 43%;
  }

  #lp_contents .qa_icon_Q {
    top: 33%;
  }

}