@charset "UTF-8";

/*============================================
# repair_rr2026
============================================*/
.lp {
  width: 100%;
  max-width: 750px;
  position: relative;
  margin: 0 auto;
}
.lp a {
  outline: none !important;
}
.lp h1,
.lp h2 {
  margin: 0;
  line-height: 1;
}
.lp img {
  vertical-align: bottom;
}
.lp .top_btn2 {
  position: fixed;
  width: 270px;
  height: 173px;
  top: 0;
  left: calc(50% + 105px);
  transform: translateY(-120%);
  z-index: 10;
}
.lp .top_btn2.scroll {
  transform: translateY(-20%);
}
.lp .worries {
  position: relative;
}
.lp .worries .top_btn {
  position: absolute;
  width: 270px;
  height: 173px;
  /*position: -webkit-sticky;
  position: sticky;*/
  top: 0;
  right: 0 !important;
  z-index: 5;
  overflow: hidden;
  transition: all 0.2s ease;
  transform: translateY(-10%);
  cursor: pointer;
}
.lp .worries .top_btn a {
  display: block;
  transition: all 0.4s ease;
}
.lp .worries .img_box {
  position: relative;
}
.lp .worries .img_box .buy_btn {
  position: absolute;
  width: 80%;
  top: 79.4%;
  left: 10%;
}
.lp .worries .img_box .buy_btn a {
  display: block;
  height: 14.4vw;
  max-height: 108px;
  border-radius: 10em;
  background: rgba(255,255,255,0);
  transition: all 0.4s ease;
}
.lp .worries .img_box .buy_btn a:hover {
  background: rgba(255,255,255,0.3);
}
.lp .worries .img_box .buy_btn span {
  display: none;
}
.lp .lp-f {
  padding: 9.335% 0 9.335% 0;
  background-color: #fff;
}
.lp .lp-f a {
  color: #333;
  transition: opacity 0.4s;
}
.lp .lp-f ul {
  list-style: none;
  text-align: center;
}
.lp .lp-f ul.n-2 {
  margin: 1.8% 0 0 0;
}
.lp .lp-f li {
  display: inline-block;
  position: relative;
  padding: 0 0.9em;
  line-height: 1.5;
  font-size: calc(17 * var(--rem));
}
.lp .lp-f li:first-child {
  padding: 0 0.9em 0 0;
}
.lp .lp-f li::after {
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  top: 0.15em;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #b3b3b3;
}
.lp .lp-f li:last-child::after {
  display: none;
}
.lp .lp-f-cr {
  width: 92%;
  margin: 2.8005% auto 0 auto;
  padding: 2.8005% 0 0 0;
  border-top: 1px solid #8894a8;
  color: #8894a8;
  line-height: 1.5;
  font-size: calc(17 * var(--rem));
  text-align: center;
  background: #fff !important;
}

/*============================================
# SP
============================================*/
@media screen and (max-width: 768.9px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .lp {
    max-width: initial;
    margin: 0 auto;
  }
  .lp .top_btn2 {
    width: 34vw;
    height: auto;
    left: calc(50% + 16vw);
  }
  .lp .worries .top_btn {
    width: 34vw;
    height: auto;
  }
  .lp .lp-f {
    padding: 10% 0 10% 0;
  }
  .lp .lp-f ul.n-2 {
    margin: 2% 0 0 0;
  }
  .lp .lp-f li {
    font-size: 2.4vw;
  }
  .lp .lp-f-cr {
    margin: 3% auto 0 auto;
    padding: 3% 0 0 0;
    font-size: 1.904vw;
  }
}

/*============================================
# PC
============================================*/
@media screen and (min-width: 769px) {
  .lp a.sc:hover {
    opacity: 0.8;
  }
  .lp .lp-f a:hover {
    opacity: 0.7;
  }
}

.pane-landingpage-contents {
  background-color: #fff;
}
.wrapper {
  padding: 0;
}
.lp h1,
.lp h2 {
  padding: 0;
}