@charset "UTF-8";

a:hover, a:focus {
  text-decoration: none;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin: unset;
}
img {
    vertical-align: bottom;
}
a:focus {
  outline: none;
}
@media screen and (max-width: 767px) {
  ruby[data-ruby] {
    position:relative;
  }
  ruby[data-ruby]::before {
    content: attr(data-ruby);
    position:absolute;
    left:-2em;
    top:-0.9em;
    right:-2em;
    text-align:center;
    font-size:.5em;
  }
  rt {
    display: none;
  }
}
.container {
  width: 100%;
}
#frmLP {
  width: 1200px;
  margin: 0 auto;
}
:root {
  --red: #E40011;
  --blue: #03409A;
  --green: #009600;
  --yellow: #FFE937;
  --orange: #ff4b00;
  --light_orange: #FF8E02;
  --black: #343434;
  --brown: #643700;
  --text_blue: #003CE1;
  --bg_1: #88c9ec;
  --bg_2: #FFF899;
}
.maru-gothic {
  font-family: "Zen Maru Gothic", sans-serif;
}
.text_note {
  margin-top: 16px;
  font-size: 13.5px;
}
@media screen and (max-width: 767px) {
  .text_note {
    font-size: 13px;
    text-align: left;
    line-height: normal;
  }
}
#mypotechi_kit {
  color: var(--black);
  background-color: var(--bg_1);
  text-align: center;
  line-height: 1.75;
}
.title_img {
  position: absolute;
  top: -124px;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  white-space: nowrap;
}
.title_img1 {
  position: absolute;
  top: -77px;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
}
.title_img2 {
  width: 650px;
  margin: 0 auto;
  margin-bottom: 48px;
}
.title_img3 {
  width: 700px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .title_img {
    top: -92px;
    width: 77%;
    max-width: 272px;
  }
  .title_img1 {
    top: -60px;
    width: 77%;
    max-width: 272px;
  }
  .title_img2 {
    width: 100%;
  }
  .title_img3 {
    width: 100%;
  }
}
.title_sub {
  position: relative;
  font-size: 24px;
  font-weight: 700;
}
.title_sub_wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.title_sub.blue {
  color: var(--text_blue);
}
.title_sub.blue::before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: -80px;
  width: 55px;
  height: 50px;
  background: center / contain no-repeat url(/img/usr/lp/mypotechi_kit/line_blue_left.svg);
}
.title_sub.blue::after {
  position: absolute;
  content: "";
  bottom: -3px;
  right: -77px;
  width: 55px;
  height: 50px;
  background: center / contain no-repeat url(/img/usr/lp/mypotechi_kit/line_blue_right.svg);
}
@media screen and (max-width: 767px) {
  .title_sub {
    font-size: 16px;
  }
  .title_sub.blue::before {
    bottom: -3px;
    left: -46px;
    width: 38px;
    height: 35px;
  }
  .title_sub.blue::after {
    right: -43px;
    width: 48px;
    height: 35px;
  }
}
.section_moko {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 0;
}
.section_moko svg {
  display: block;
  width: calc(100% + 1.3px);
  height: 60px;
}
.section_moko-fill1 {
  fill: var(--bg_1);
}
.section_moko-fill2 {
  fill: var(--bg_2);
}
.section_flex {
  display: flex;
}
.section_wrap {
  width: 1000px;
  margin: 0 auto;
}
.section_card {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 88px 48px 48px;
  background-image: url(/img/usr/lp/mypotechi_kit/bg_paper_white.jpg);
  background-position: center;
  background-size: cover;
  background-color: rgba(255,255,255,0.5);
  background-blend-mode: lighten;
  border-radius: 20px;
}
.section_card.small {
  width: 630px;
  padding: 64px 64px 40px;
  background: url(/img/usr/lp/mypotechi_kit/square.png);
  background-color: #F9F2E3;
  border: 10px solid var(--orange);
  z-index: 1;
}
.section_card__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  font-weight: 900;
  border-radius: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    width: 100%;
  }
  .section_card {
    width: 100%;
    padding: 60px 16px 32px;
    border-radius: 16px;
  }
  .section_card.small {
    width: 100%;
    padding: 48px 16px 32px;
    border: 8px solid var(--orange);
  }
}
.section_mv {
  position: relative;
  z-index: 1;
}
.section_1 {
  position: relative;
  padding: 72px 60px 136px 60px;
}
@media screen and (max-width: 767px) {
  .section_1 {
    padding: 20px 20px 96px 20px;
    overflow: hidden;
  }
  .section_1_2 {
    position: relative;
  }
}
.section_1 .section_note {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding: 64px 32px;
  background: url(/img/usr/lp/mypotechi_kit/square.png);
  background-color: #D4E8FF;
}
@media screen and (max-width: 767px) {
  .section_1 .section_note {
    width: 100%;
    padding: 32px 20px;
  }
}
.section_1 .section_note::before {
  position: absolute;
  content: "";
  top: -15px;
  right: -16px;
  width: 146px;
  height: 103px;
  background: center / contain no-repeat url(/img/usr/lp/mypotechi_kit/pencil.png);
  rotate: -25deg;
}
@media screen and (max-width: 767px) {
  .section_1 .section_note::before {
    top: -6px;
    right: -50px;
    width: 90px;
    height: 72px;
    rotate: -10deg;
  }
}
.section_1 .section_note h2 {
  position: relative;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .section_1 .section_note h2 {
    font-size: 22px;
  }
}
.section_1 .section_note h2::after {
  position: absolute;
  content: "";
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
  width: 553px;
  height: 48px;
  background: center / contain no-repeat url(/img/usr/lp/mypotechi_kit/line.svg);
}
@media screen and (max-width: 767px) {
  .section_1 .section_note h2::after {
    bottom: -28px;
    width: 293px;
    height: 26px;
  }
}
.section_1 .section_note__text1 {
  margin: 72px auto 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
.section_1 .section_note__text2 {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .section_1 .section_note__text1 {
    margin: 60px auto 14px;
  }
  .section_1 .section_note__text1, .section_1 .section_note__text2 {
    font-size: 14px;
    line-height: 1.75;
  }
}
.section_1 .section_note__text3 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .section_1 .section_note__text3 {
    font-size: 18px;
  }
}
.section_1 .section_img.img_1 {
  position: absolute;
  content: "";
  bottom: 116px;
  right: -165px;
  width: 290px;
  rotate: 6deg;
}
@media screen and (max-width: 767px) {
  .section_1 .section_img.img_1 {
    bottom: 115px;
    right: -52px;
    width: 120px;
    rotate: 8deg;
  }
}
.section_1 .section_img.img_2 {
  position: absolute;
  content: "";
  top: 30px;
  left: -120px;
  width: 196px;
  height: 252px;
  rotate: -10deg;
}
.section_1 .section_img.img_3 {
  position: absolute;
  content: "";
  bottom: -10px;
  left: -200px;
  width: 305px;
  rotate: -14deg;
  filter: drop-shadow(2px 2px 8px rgba(0,0,0,0.1));
}
@media screen and (max-width: 767px) {
  .section_1_2 .section_img.img_3 {
    position: absolute;
    content: "";
    bottom: -35px;
    left: -3%;
    width: 185px;
    rotate: 1deg;
    z-index: 2;
    filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.1));
  }
}
.section_2 {
  position: relative;
  padding: 150px 60px 125px 60px;
  background-color: var(--bg_2);
}
.section_2 .section_card {
  border: 10px solid var(--blue);
}
.section_2 .section_card::before {
  position: absolute;
  content: "";
  top: -20px;
  right: -17px;
  width: 35px;
  height: 35px;
  background: center / contain no-repeat url(/img/usr/lp/mypotechi_kit/star_orange.svg);
  rotate: 24deg;
}
.section_2 .section_card::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: -17px;
  width: 35px;
  height: 35px;
  background: center / contain no-repeat url(/img/usr/lp/mypotechi_kit/star_green.svg);
  rotate: 24deg;
}
.section_card .star_right {
  position: absolute;
  top: -90px;
  right: -110px;
  width: 80px;
}
.section_card .star_left {
  position: absolute;
  bottom: 10px;
  left: -150px;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .section_2 {
    overflow: hidden;
    padding: 150px 20px 105px 20px;
  }
  .section_2 .section_card {
    border: 8px solid var(--blue);
  }
  .section_2 .section_card::before {
    top: -18px;
    right: -11px;
    width: 26px;
    height: 26px;
  }
  .section_2 .section_card::after {
    bottom: -18px;
    left: -11px;
    width: 26px;
    height: 26px;
  }
  .section_card .star_right {
    top: -157px;
    right: -30px;
    width: 55px;
    rotate: -18deg;
  }
  .section_card .star_left {
    bottom: -134px;
    left: 0;
    width: 75px;
    rotate: -74deg;
  }
}
.section_2 .section_flex {
  justify-content: center;
  align-items: start;
  gap: 40px;
}
.section_2 .section_flex + .section_flex {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .section_2 .section_flex {
    align-items: center;
    gap: 10px;
  }
  .section_2 .section_flex.column {
    flex-direction: column;
    gap: 24px;
  }
  .section_2 .section_flex + .section_flex {
    margin-top: 24px;
  }
}
.section_2 .section_flex_item dt {
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.section_2 .section_flex_item dt span {
  font-size: 14px;
  font-weight: 500;
}
.section_2 .section_flex_item dd {
  font-size: 14px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .section_2 .section_flex_item dt {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
  }
  .section_2 .section_flex_item dd {
    text-align: left;
  }
}
.section_flex_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .section_flex_item {
    align-items: center;
  }
}
.section_flex_item_img {
  margin: 0 auto 20px;
  flex-grow: 1;
}
.item1 .section_flex_item_img {
  width: 190px;
}
.item2 .section_flex_item_img {
  display: flex;
  align-items: center;
  width: 200px;
  height: 250px;
}
.item3 .section_flex_item_img {
  display: flex;
  align-items: center;
  width: 200px;
  height: 226px;
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, .15));
}
.item4 .section_flex_item_img,
.item5 .section_flex_item_img {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .section_flex_item_img {
    margin: 0 auto 16px;
  }
  .item1 .section_flex_item_img {
    width: 55%;
    max-width: 190px;
  }
  .item2 .section_flex_item_img {
    width: 55%;
    max-width: 190px;
    height: auto;
  }
  .item3 .section_flex_item_img {
    width: 60%;
    max-width: 300px;
    height: auto;
  }
  .item4 .section_flex_item_img,
  .item5 .section_flex_item_img {
    width: 100%;
    max-width: 160px;
  }
  .item4, .item5 {
    flex: 1;
  }
}
.section_cv {
  margin-top: 40px;
  padding: 32px 24px 0;
}
.section_2 .section_cv {
  border-top: 6px dashed var(--blue);
}
.section_cv .section_flex {
  align-items: center;
  gap: 16px;
}
.section_ship {
  position: relative;
  width: 440px;
  margin: 0 auto;
}
.section_ship p {
  position: absolute;
  top: 20%;
  left: 33%;
  color: var(--brown);
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}
.section_cv__label {
  display: inline-flex;
  align-items: baseline;
  position: relative;
  padding: 6px 24px 8px 10px;
  color: #FFF;
  background-color: var(--light_orange);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  clip-path: polygon(
    0 0,
    calc(100% - 16px) 0,
    100% 50%,
    calc(100% - 16px) 100%,
    0 100%
  );
}
.section_cv__label span {
  margin: 0 3px;
  font-size: 2em;
  font-weight: 900;
}
.section_cv__price {
  font-size: 24px;
  font-weight: 700;
}
.section_cv__price_l {
  margin-right: 4px;
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
}
.section_cv__price_s {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section_cv {
    width: 100%;
    padding: 32px 0 0;
    text-align: left;
  }
  .section_cv .section_flex {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .section_ship {
    position: relative;
    width: 100%;
    margin-bottom: 16px;
    aspect-ratio: 619 / 169;
    background: center / contain no-repeat url(/img/usr/lp/mypotechi_kit/img_ship_sp.png);
  }
  .section_ship p {
    top: 38%;
    left: 57%;
    transform: translate(-50%, -50%);
    font-size: clamp(16px, 3.6vw, 18px);
  }
  .section_cv .section_cv__label {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 13.5px;
    text-align: left;
  }
  .section_cv__label span {
    font-size: 1.6em;
  }
  .section_cv__price {
    font-size: 20px;
    text-align: right;
  }
  .section_cv__price_l {
    font-size: 52px;
  }
  .section_cv__price_s {
    font-size: 13px;
  }
}
.section_3 {
  position: relative;
  padding: 80px 60px 160px 60px;
}
.section_3::before {
  position: absolute;
  content: "";
  top: -180px;
  right: 11vw;
  width: 280px;
  height: 206px;
  background: center / contain no-repeat url(/img/usr/lp/mypotechi_kit/img_hii.png);
  z-index: 10;
}
.section_3 .section_flex + .section_flex {
  margin-top: 100px;
}
.section_3 .section_flex {
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_3 {
    padding: 40px 20px 120px 20px;
  }
  .section_3::before {
    top: -142px;
    right: 1vw;
    width: 200px;
    height: 146px;
  }
}
.section_card__img {
  position: relative;
  width: 385px;
  z-index: 2;
}
.section_wrap .section_flex {
  position: relative;
}
.section_flex.box1::after, .section_flex.box2::after {
  position: absolute;
  content: "";
  bottom: -82px;
  width: 378px;
  height: 88px;
  background: center / contain no-repeat url(/img/usr/lp/mypotechi_kit/line_white_pc.svg);
  z-index: 0;
}
.section_flex.box1::after {
  left: 30%;
}
.section_flex.box2::after {
  right: 30%;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .section_flex.box1::after, .section_flex.box2::after {
    bottom: -60px;
    width: 130px;
    height: 64px;
    background: center / contain no-repeat url(/img/usr/lp/mypotechi_kit/line_white_sp.svg);
  }
  .section_flex.box1::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .section_flex.box2::after {
    right: 50%;
    transform: scale(-1, 1) translateX(-50%);
  }
}
.box1 .section_card__img img {
  width: 320px;
  right: -40px;
  rotate: 9deg;
}
.box2 .section_card__img img {
  width: 250px;
  top: 60px;
  left: -60px;
  rotate: -5deg;
}
.box3 .section_card__img img {
  width: 400px;
  right: -90px;
}
.section_card__img img {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .section_card__img {
    width: 100%;
    margin-bottom: 20px;
  }
  .box1 .section_card.small {
    padding-top: 32px;
  }
  .box1 .section_card__img img {
    width: 90%;
    right: unset;
    rotate: unset;
  }
  .box2 .section_card__img img  {
    width: 70%;
    margin: 0 auto;
  }
  .section_card__img img {
    position: unset;
  }
}
.section_3 .section_card__title {
  width: 570px;
  top: -36px;
  padding: 10px;
  font-size: 28px;
  background-color: var(--orange);
  line-height: normal;
}
.section_3 .section_card__text {
  font-size: 18px;
  font-weight: 600;
}
.section_3 .section_card__text + .section_card__text {
  margin-top: 16px;
}
.section_3 .section_card__text span {
  background: linear-gradient(transparent 50%, rgba(255, 142, 2, .75) 50%);
}
.section_3 .section_card__card {
  position: relative;
  margin-top: 24px;
  padding: 24px 16px 20px 70px;
  border: 6px dashed var(--green);
}
.section_3 .section_card__fukidashi {
  position: absolute;
  top: -20px;
  left: -24px;
  padding: 16px 10px 16px 14px;
  color: #FFF;
  background-color: var(--green);
  font-size: 14px;
  font-weight: 700;
  border-radius: 40px 40px 0 40px;
}
.section_3 .section_card__example {
  position: relative;
  padding-left: 28px;
  font-weight: 500;
  text-align: left;
}
.section_3 .section_card__example::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: center / contain no-repeat url(/img/usr/lp/mypotechi_kit/check.svg);
}
.section_card__example + .section_card__example {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .section_3 .section_card__title {
    width: 100%;
    top: -36px;
    padding: 10px;
    font-size: 20px;
  }
  .box2 .section_card__title,
  .box3 .section_card__title {
    top: -56px;
  }
  .section_3 .section_card__text {
    font-size: 15px;
    text-align: left;
    line-height: 1.75;
  }
  .section_3 .section_card__card {
    margin-top: 36px;
    padding: 28px 0 0;
    border: none;
    border-top: 6px dashed var(--green);
  }
  .section_3 .section_card__fukidashi {
    top: -36px;
    left: -30px;
    font-size: 13px;
  }
}
.section_4 {
  position: relative;
  padding: 120px 60px 120px 60px;
  background-color: var(--bg_2);
}
.section_4::before {
  position: absolute;
  content: "";
  top: -85px;
  left: 50%;
  transform: translateX(-50%);
  width: 360px;
  height: 145px;
  background: center / contain no-repeat url(/img/usr/lp/mypotechi_kit/img_plk.png);
  z-index: 10;
}
.section_4 .section_img {
  width: 800px;
  margin: 0 auto;
}
.section_4 .section_img + .section_img {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .section_4 {
    padding: 100px 20px 60px 20px;
    background-color: var(--bg_2);
  }
  .section_4::before {
    width: 80%;
    max-width: 360px;
    height: 145px;
  }
  .section_4 .section_img {
    width: 100%;
  }
  .section_4 .section_img + .section_img {
    margin-top: 20px;
  }
}
.section_5 {
  position: relative;
  padding: 120px 60px 120px 60px;
  background: url(/img/usr/lp/mypotechi_kit/square.png);
  background-color: #D4E8FF;
}
.section_5 .section_card {
  position: relative;
  padding: 96px 48px 48px;
  border: 10px solid var(--green);
}
.section_5 .section_card::before {
  position: absolute;
  content: "";
  top: -20px;
  right: -17px;
  width: 35px;
  height: 35px;
  background: center / contain no-repeat url(/img/usr/lp/mypotechi_kit/star_yellow.svg);
  rotate: 24deg;
}
.section_5 .section_card::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: -17px;
  width: 35px;
  height: 35px;
  background: center / contain no-repeat url(/img/usr/lp/mypotechi_kit/star_orange.svg);
  rotate: 24deg;
}
.section_5 .section_flex {
  justify-content: center;
  align-items: start;
  gap: 16px;
}
.section_5 .section_cv  {
  margin-top: unset;
  padding: unset;
}
.section_5 .section_cv__label {
  margin-top: 15px;
}
.section_5 .section_cv__price {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section_5 {
    overflow: hidden;
    padding: 100px 20px 130px 20px;
  }
  .section_5 .section_card {
    padding: 80px 16px 32px;
    border: 8px solid var(--green);
  }
  .section_5 .section_card::before {
    top: -18px;
    right: -11px;
    width: 26px;
    height: 26px;
  }
  .section_5 .section_card::after {
    bottom: -18px;
    left: -11px;
    width: 26px;
    height: 26px;
  }
  .section_5 .section_card .star_right {
    top: -86px;
    right: -51px;
    width: 55px;
    rotate: -27deg;
  }
  .section_5 .section_card .star_left {
    bottom: -103px;
    left: -46px;
    width: 75px;
    rotate: -43deg;
  }
  .section_5 .section_flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .section_5 .section_cv__label {
    margin-top: unset;
  }
}
.section_set {
  margin-top: 20px;
  padding: 24px 32px;
  text-align: left;
  border: 6px dashed var(--green);
}
.section_set .section_set__title {
  margin-bottom: 8px;
}
.section_set .section_set__data {
  display: flex;
  justify-content: start;
  align-items: start;
}
.section_set .section_set__data dt {
  width: 235px;
}
.section_set .section_set__data dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .section_set {
    padding: 16px 12px;
  }
  .section_set .section_set__data {
    justify-content: space-between;
  }
  .section_set .section_set__data dt {
    width: unset;
    line-height: normal;
  }
  .section_set .section_set__data dd {
    flex: unset;
    width: 106px;
    line-height: normal;
  }
  .section_set__data + .section_set__data {
    margin-top: 10px;
  }
}
.section_table__title {
  margin-top: 32px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
}
.section_table {
  margin: 0 auto;
  border-top: solid #dcdcdc 1px;
  border-left: solid #dcdcdc 1px;
  box-sizing: border-box;
}
.section_table div {
  display: flex;
  align-items: center;
  border-right: solid #dcdcdc 1px;
  border-bottom: solid #dcdcdc 1px;
}
.section_table dt {
  width: 260px;
  padding: 12px 16px;
  background-color: #eceeef;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}
.section_table dd {
  flex: 1;
  padding: 12px 16px;
  font-size: 14px;
  text-align: left;
  box-sizing: border-box;
  border-left: solid #dcdcdc 1px;
}
@media screen and (max-width: 767px) {
  .section_table div {
    flex-direction: column;
  }
  .section_table dt {
    width: 100%;
    padding: 12px 8px;
    border-bottom: solid #dcdcdc 1px;

  }
  .section_table dd {
    flex: unset;
    width: 100%;
    padding: 12px 8px;
    border-left: unset;
    text-align: center;
  }
}
.section_6 {
  position: relative;
  padding: 120px 60px 120px 60px;
}
.section_6 .section_card {
  position: relative;
  padding: 64px 48px 48px;
  background: url(/img/usr/lp/mypotechi_kit/square.png);
  background-color: #F9F2E3;
  border: 10px solid var(--orange);
}
@media screen and (min-width: 768px) {
  .section_6 .section_card::before {
    position: absolute;
    content: "";
    top: -132px;
    right: -44px;
    width: 125px;
    height: 230px;
    background: center / contain no-repeat url(/img/usr/lp/mypotechi_kit/img_monsieur.png);
    z-index: 10;
  }
}
.section_6 .section_card__title {
  top: -36px;
  padding: 10px 64px;
  font-size: 28px;
  background-color: var(--orange);
}
.section_6 .section_flex {
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.section_6 .section_flex__img {
  width: 50%;
}
.section_6 .section_flex__text {
  flex: 1;
}
.section_6 .section_flex__text p {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .section_6 {
    padding: 80px 20px 80px 20px;
  }
  .section_6 .section_card__title::before {
    position: absolute;
    content: "";
    top: -154px;
    right: -5px;
    width: 86px;
    height: 158px;
    background: center / contain no-repeat url(/img/usr/lp/mypotechi_kit/img_monsieur.png);
    z-index: 2;
  }
  .section_6 .section_card {
    padding: 64px 16px 24px;
    border: 8px solid var(--orange);
  }
  .section_6 .section_card__title {
    top: -36px;
    padding: 10px 16px;
    font-size: 20px;
  }
  .section_6 .section_flex {
    flex-direction: column;
    gap: 20px;
  }
  .section_6 .section_flex__img {
    width: unset;
  }
  .section_6 .section_flex__text {
    width: 100%;
    flex: unset;
  }
  .section_6 .section_flex__text p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.btn {
  position: relative;
  color: #FFF;
  font-weight: 900;
  border-radius: 10px;
  text-align: center;
}
.btn:hover {
  opacity: .8;
}
.btn::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  background: url(/img/usr/lp/mypotechi_kit/arrow_right.svg);
  transition: transform 0.3s ease;
  pointer-events: none;
}
.btn:hover::after {
  transform: translate(4px, -50%);
}
.btn.btn_main {
  margin-top: 24px;
  padding: 20px 70px 20px 24px;
  background-color: var(--red);
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 10px, transparent 10px, transparent 20px);
  font-size: 24px;
}
.btn.btn_main span {
  letter-spacing: 0.2em;
}
.section_2 .btn.btn_main, .section_2 .btn_sold {
  width: 520px;
}
.section_5 .btn.btn_main, .section_5 .btn_sold {
  width: 100%;
}
.btn.btn_sub {
  padding: 12px 70px 12px 24px;
  background-color: var(--green);
  font-size: 16px;
  font-weight: 700;
}
.btn_sold {
  display: inline-block;
  color: #FFF;
  font-weight: 900;
  border-radius: 10px;
  text-align: center;
  margin-top: 24px;
  padding: 20px 24px;
  background-color: #999;
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 10px, transparent 10px, transparent 20px);
  font-size: 24px;
}
.btn_cv {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: inline-block;
  width: 135px;
  height: 135px;
  padding: 46px 20px 16px;
  border-radius: 50%;
  background-color: var(--red);
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 10px, transparent 10px, transparent 20px);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1.35;
  box-sizing: border-box;
  z-index: 10;
  filter: drop-shadow(0 0 8px rgba(0,0,0,0.15));
  opacity: 0;
  transition: .3s ease;
}
.btn_cv.is-animated {
  opacity: 1;
  transition: .3s ease;
}
.btn_cv span {
  font-size: 24px;
  font-weight: 900;
}
.btn_cv::before {
  position: absolute;
  content: "";
  top: -35px;
  left: 29px;
  width: 88px;
  height: 78px;
  background: center / contain no-repeat url(/img/usr/lp/mypotechi_kit/cv_plk.png);
  z-index: 11;
  rotate: 8deg;
}
.btn_cv::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px dashed #fff;
  border-radius: 50%;
  opacity: .7;
  pointer-events: none;
}
.btn_cv.is-animated:hover {
  filter: none;
  filter: brightness(105%);
  transform: scale(1.05, 1.05);
  transition: .3s ease;
}
@media screen and (max-width: 767px) {
  .section_2 .btn.btn_main, .section_2 .btn_sold {
    width: 100%;
  }
  .btn.btn_sub {
    width: 100%;
    font-size: 14px;
  }
  .btn_cv {
    right: 10px;
    bottom: 10px;
    width: 100px;
    height: 100px;
    padding: 32px 16px 14px;
    font-size: 14px;
  }
  .btn_cv span {
    font-size: 18px;
  }
  .btn_cv::before {
    top: -28px;
    left: 23px;
    width: 62px;
    height: 56px;
    rotate: 12deg;
  }
  .btn_cv::after {
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 2px dashed #fff;
  }
}
.title_badge {
  display: inline-block;
  margin-bottom: 40px;
  padding: 8px 40px;
  color: #FFF;
  background-color: var(--blue);
  font-size: 20px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .title_badge {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.pane-footer {
  position: relative;
  z-index: 1;
}
canvas#stars {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}
.pop-item {
  opacity: 0;
  transform: scale(0.3);
}
.pop-item.is-visible {
  animation: popIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.3) rotate(-6deg);
  }
  60% {
    opacity: 1;
    transform: scale(1.08) rotate(2deg);
  }
  80% {
    transform: scale(0.96) rotate(-1deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}
